@charset "UTF-8";
@import url(bootstrap.css);
/*1*/
@font-face {
  font-family: 'Lato Hairline';
  src: url("../fonts/Lato-HairlineItalic.woff2") format("woff2"), url("../fonts/Lato-HairlineItalic.woff") format("woff");
  font-weight: 300;
  font-style: italic; }

@font-face {
  font-family: 'Lato';
  src: url("../fonts/Lato-LightItalic.woff2") format("woff2"), url("../fonts/Lato-LightItalic.woff") format("woff");
  font-weight: 300;
  font-style: italic; }

@font-face {
  font-family: 'Lato';
  src: url("../fonts/Lato-Light.woff2") format("woff2"), url("../fonts/Lato-Light.woff") format("woff");
  font-weight: 300;
  font-style: normal; }

@font-face {
  font-family: 'Lato';
  src: url("../fonts/Lato-BoldItalic.woff2") format("woff2"), url("../fonts/Lato-BoldItalic.woff") format("woff");
  font-weight: bold;
  font-style: italic; }

@font-face {
  font-family: 'Lato';
  src: url("../fonts/Lato-Italic.woff2") format("woff2"), url("../fonts/Lato-Italic.woff") format("woff");
  font-weight: normal;
  font-style: italic; }

@font-face {
  font-family: 'Lato';
  src: url("../fonts/Lato-Regular.woff2") format("woff2"), url("../fonts/Lato-Regular.woff") format("woff");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: 'Lato';
  src: url("../fonts/Lato-Bold.woff2") format("woff2"), url("../fonts/Lato-Bold.woff") format("woff");
  font-weight: bold;
  font-style: normal; }

@font-face {
  font-family: 'Lato';
  src: url("../fonts/Lato-BlackItalic.woff2") format("woff2"), url("../fonts/Lato-BlackItalic.woff") format("woff");
  font-weight: 900;
  font-style: italic; }

@font-face {
  font-family: 'Lato Hairline';
  src: url("../fonts/Lato-Hairline.woff2") format("woff2"), url("../fonts/Lato-Hairline.woff") format("woff");
  font-weight: 300;
  font-style: normal; }

@font-face {
  font-family: 'Lato';
  src: url("../fonts/Lato-Black.woff2") format("woff2"), url("../fonts/Lato-Black.woff") format("woff");
  font-weight: 900;
  font-style: normal; }

/*2*/
@font-face {
  font-family: 'GE Dinkum';
  src: url("../fonts/GEDinkum-Regular.woff2") format("woff2"), url("../fonts/GEDinkum-Regular.woff") format("woff");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: 'GE Dinkum';
  src: url("../fonts/GEDinkum-Bold.woff2") format("woff2"), url("../fonts/GEDinkum-Bold.woff") format("woff");
  font-weight: bold;
  font-style: normal; }

/*3*/
@font-face {
  font-family: 'DroidArabicKufi';
  src: url("../fonts/DroidArabicKufi-Regular.woff2") format("woff2"), url("../fonts/DroidArabicKufi-Regular.woff") format("woff");
  font-weight: normal !important;
  font-style: normal; }

@font-face {
  font-family: 'DroidArabicKufi';
  src: url("../fonts/DroidArabicKufi-Bold.woff2") format("woff2"), url("../fonts/DroidArabicKufi-Bold.woff") format("woff");
  font-weight: bold !important;
  font-style: normal; }

* {
  outline: 0 !important; }

html, body {
  height: 100%;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }
  html .wrap, body .wrap {
    min-height: 100%;
    height: auto; }

.row {
  margin: 0 -15px; }
  .row [class*=col-] {
    padding: 0 15px; }

a, label, th {
  font-weight: 600; }

strong, .strong {
  font-weight: 600 !important; }

b, .bold {
  font-weight: 900; }

.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
  line-height: 1.4; }

figure {
  margin: 0; }

textarea {
  resize: none; }

blockquote {
  font-style: italic; }

a, h1, h2, h3, h4, h5, h6, .transition, .form-control, .badge, .btn {
  -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;
  transition: all, 0.5s, ease-in-out; }

._m-0 {
  margin: 0 !important; }

._mt-0 {
  margin-top: 0 !important; }

._mb-0 {
  margin-bottom: 0 !important; }

._mr-0 {
  margin-right: 0 !important; }

._ml-0 {
  margin-left: 0 !important; }

.dropdown-menu {
  border: 0; }

.themePage {
  min-height: 585px; }

.clearfix:after, section .section .breadcrumb:after, section .section .back-page:after, section .section .loadmore:after, .choose-car .box .box-body:after, .choose-car .box .box-footer:after {
  clear: both;
  content: '';
  display: block; }

.section .fa-chevron-left:before {
  content: ""; }

.section .fa-chevron-right:before {
  content: ""; }

::-moz-selection {
  background-color: #338fff;
  color: white; }

::selection {
  background-color: #338fff;
  color: white; }

a {
  color: #fbbc46; }
  a:hover, a:focus, a:active {
    color: #fbbc46;
    text-decoration: none;
    cursor: pointer; }

ul, ol {
  padding: 0;
  margin: 0; }
  ul li, ol li {
    list-style: none; }

.z-depth-0 {
  -webkit-box-shadow: 0px 10px 50px -10px #fbbc46;
  -moz-box-shadow: 0px 10px 50px -10px #fbbc46;
  box-shadow: 0px 10px 50px -10px #fbbc46; }
  .z-depth-0:hover, .z-depth-0:focus, .z-depth-0:active {
    -webkit-box-shadow: 0px 10px 50px -10px #4A4A4A;
    -moz-box-shadow: 0px 10px 50px -10px #4A4A4A;
    box-shadow: 0px 10px 50px -10px #4A4A4A; }

.table.no-border td, .table.no-border th {
  border: none !important; }

.table > thead > tr td, .table > thead > tr th, .table > tbody > tr td, .table > tbody > tr th {
  vertical-align: middle;
  padding: 10px 15px; }

.table > thead > tr td, .table > thead > tr th, .table > tbody > tr td, .table > tbody > tr th {
  border-width: 1px 0 0px;
  border-style: solid;
  border-color: white; }

.table.table-top > thead > tr td, .table.table-top > thead > tr th, .table.table-top > tbody > tr td, .table.table-top > tbody > tr th {
  vertical-align: top; }

.themeSlider {
  margin-bottom: 0; }
  .themeSlider .fill {
    width: 100%;
    height: 100vh;
    background-position: top;
    background-size: cover; }
  .themeSlider .carousel-inner .imgOverlay {
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
    background: none; }
  .themeSlider .carousel-inner img {
    width: 100%; }
  .themeSlider .carousel-control {
    background: none; }
    .themeSlider .carousel-control span {
      position: absolute;
      top: 47%;
      z-index: 5;
      display: block;
      width: 50px;
      height: 50px;
      font-size: 3rem;
      line-height: 50px;
      font-weight: 900; }
    .themeSlider .carousel-control.left {
      left: 0;
      right: auto; }
      .themeSlider .carousel-control.left span {
        left: 50px; }
    .themeSlider .carousel-control.right {
      right: 0;
      left: auto; }
      .themeSlider .carousel-control.right span {
        right: 50px; }
  .themeSlider .carousel-indicators {
    z-index: 9999; }
    .themeSlider .carousel-indicators li {
      width: 30px;
      height: 2px;
      margin: 0 1px;
      opacity: 1;
      border-width: 2px;
      border-style: solid;
      border-color: white; }
    .themeSlider .carousel-indicators .active {
      background-color: #fbbc46;
      border-color: #fbbc46; }

.single-line {
  white-space: nowrap;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  overflow: hidden; }

.modal-middle, .modal-open .modal.in .modal-dialog {
  -webkit-transform: translate(0, calc(50vh - 50%));
  -moz-transform: translate(0, calc(50vh - 50%));
  -ms-transform: translate(0, calc(50vh - 50%));
  -o-transform: translate(0, calc(50vh - 50%));
  transform: translate(0, calc(50vh - 50%));
  -webkit-transform: translate(0, 50vh) translate(0, -50%);
  -moz-transform: translate(0, 50vh) translate(0, -50%);
  -ms-transform: translate(0, 50vh) translate(0, -50%);
  -o-transform: translate(0, 50vh) translate(0, -50%);
  transform: translate(0, 50vh) translate(0, -50%); }

.modal-open {
  padding: 0 !important; }
  .modal-open .modal {
    padding: 0 15px; }
    .modal-open .modal.in .modal-dialog {
      margin: auto; }
    .modal-open .modal button.close {
      opacity: .6;
      color: black;
      font-size: 2.4rem;
      line-height: normal;
      font-weight: normal;
      position: absolute;
      top: 20px;
      right: 20px;
      bottom: auto;
      left: auto; }
      .modal-open .modal button.close:hover {
        opacity: 1; }

.pagination {
  font-size: 0;
  margin: 0; }
  .pagination li {
    display: inline-block; }
    .pagination li a {
      color: #fbbc46;
      padding: 0 15px;
      height: 40px;
      display: list-item;
      font-size: 1.5rem;
      line-height: 37px;
      font-weight: 600; }
    .pagination li:first-child a, .pagination li:last-child a {
      border-radius: 5px !important; }
    .pagination li:first-child {
      margin-right: 10px; }
    .pagination li:last-child {
      margin-left: 10px; }
    .pagination li.border-left a {
      border-radius: 5px 0 0 5px; }
    .pagination li.border-right a {
      border-radius: 0 5px 5px 0; }
    .pagination li a, .pagination li span {
      color: #fbbc46;
      background-color: white; }
      .pagination li a:hover, .pagination li a:focus, .pagination li span:hover, .pagination li span:focus {
        color: black;
        background-color: #f5f5f7; }
    .pagination li.active > a, .pagination li.active > a:hover, .pagination li.active > a:focus, .pagination li.active span, .pagination li.active span:hover, .pagination li.active span:focus, .pagination li.active:hover, .pagination li.active:hover:hover, .pagination li.active:hover:focus, .pagination li.active:focus, .pagination li.active:focus:hover, .pagination li.active:focus:focus {
      color: #646b7b;
      border-color: #9b9b9b;
      background-color: #f5f5f7; }
  .pagination .fa-caret-left:before {
    content: ""; }
  .pagination .fa-caret-right:before {
    content: ""; }

input[type="number"]::-webkit-outer-spin-button,
input[type="number"]::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0; }

input[type="number"] {
  -moz-appearance: textfield; }

select {
  /* for Firefox */
  -moz-appearance: none;
  /* for Chrome */
  -webkit-appearance: none;
  /* For IE10 */ }
  select ::-ms-expand {
    display: none; }
  select.form-control {
    line-height: normal;
    position: relative;
    background-position: right 20px center;
    background-size: 12px;
    background-repeat: no-repeat;
    background-image: url("../img/icons/select-arrow.png"); }

.btn {
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  -ms-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  transition: all 0.3s linear; }

.btn-upload {
  overflow: hidden;
  position: relative; }
  .btn-upload input[type=file] {
    width: 100%;
    height: 100%;
    margin: 0;
    padding: 0;
    opacity: 0;
    font-size: 0;
    cursor: pointer;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0; }

.checkbox-1, .radio-1 {
  display: inline-block;
  min-height: 20px;
  margin-top: 10px;
  margin-bottom: 10px;
  vertical-align: middle; }
  .checkbox-1 input[type="checkbox"],
  .checkbox-1 input[type="radio"], .radio-1 input[type="checkbox"],
  .radio-1 input[type="radio"] {
    display: none; }
    .checkbox-1 input[type="checkbox"] + label,
    .checkbox-1 input[type="radio"] + label, .radio-1 input[type="checkbox"] + label,
    .radio-1 input[type="radio"] + label {
      display: block;
      position: relative;
      padding-left: 35px;
      color: #4A4A4A;
      cursor: pointer;
      -webkit-user-select: none;
      -moz-user-select: none;
      -ms-user-select: none;
      font-size: 1.5rem;
      line-height: normal;
      font-weight: normal; }
      .checkbox-1 input[type="checkbox"] + label:last-child,
      .checkbox-1 input[type="radio"] + label:last-child, .radio-1 input[type="checkbox"] + label:last-child,
      .radio-1 input[type="radio"] + label:last-child {
        margin-bottom: 0; }
      .checkbox-1 input[type="checkbox"] + label:before,
      .checkbox-1 input[type="radio"] + label:before, .radio-1 input[type="checkbox"] + label:before,
      .radio-1 input[type="radio"] + label:before {
        content: '';
        display: block;
        width: 23px;
        height: 23px;
        border-width: 2px;
        border-style: solid;
        border-color: #4A4A4A;
        -webkit-transition: all 0.1s, border-color 0.1s;
        -moz-transition: all 0.1s, border-color 0.1s;
        -ms-transition: all 0.1s, border-color 0.1s;
        -o-transition: all 0.1s, border-color 0.1s;
        transition: all 0.1s, border-color 0.1s;
        position: absolute;
        top: 0;
        right: auto;
        bottom: auto;
        left: 0; }
  .checkbox-1 input[type="radio"] + label:before, .radio-1 input[type="radio"] + label:before {
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    -ms-border-radius: 50px;
    -o-border-radius: 50px;
    border-radius: 50px; }
  .checkbox-1 input[type="checkbox"]:checked + label:before, .radio-1 input[type="checkbox"]:checked + label:before {
    width: 11px;
    opacity: 1;
    position: absolute;
    top: -4px;
    left: 5px;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
    border-width: 2px;
    border-style: solid;
    border-color: transparent #fbbc46 #4A4A4A transparent; }
  .checkbox-1 input[type="radio"]:checked + label:before, .radio-1 input[type="radio"]:checked + label:before {
    opacity: 1;
    background-color: white;
    border-width: 5px;
    border-style: solid;
    border-color: #fbbc46; }

.checkbox-2 input[type=checkbox]:not(old),
.checkbox-2 input[type=radio]:not(old), .radio-2 input[type=checkbox]:not(old),
.radio-2 input[type=radio]:not(old) {
  display: none;
  width: 0;
  height: 0;
  margin: 0;
  opacity: 0;
  padding: 0; }

.checkbox-2 input[type=checkbox]:not(old) + label,
.checkbox-2 input[type=radio]:not(old) + label, .radio-2 input[type=checkbox]:not(old) + label,
.radio-2 input[type=radio]:not(old) + label {
  padding: 0;
  position: relative;
  display: inline-block; }
  .checkbox-2 input[type=checkbox]:not(old) + label:before,
  .checkbox-2 input[type=radio]:not(old) + label:before, .radio-2 input[type=checkbox]:not(old) + label:before,
  .radio-2 input[type=radio]:not(old) + label:before {
    content: "";
    width: 23px;
    height: 23px;
    position: relative;
    top: -1px;
    display: inline-block;
    vertical-align: middle;
    background: white;
    margin-right: 10px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    -o-border-radius: 3px;
    border-radius: 3px;
    border-width: 2px;
    border-style: solid;
    border-color: #4A4A4A;
    -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;
    transition: all, 0.5s, ease-in-out; }

.checkbox-2 input[type=radio]:not(old) + label:before,
.checkbox-2 input[type=radio]:not(old) + label:after, .radio-2 input[type=radio]:not(old) + label:before,
.radio-2 input[type=radio]:not(old) + label:after {
  border-radius: 50%; }

.checkbox-2 input[type=checkbox]:not(old):checked + label:before,
.checkbox-2 input[type=radio]:not(old):checked + label:before, .radio-2 input[type=checkbox]:not(old):checked + label:before,
.radio-2 input[type=radio]:not(old):checked + label:before {
  background: #fbbc46;
  border-color: #fbbc46; }

html, body {
  direction: ltr;
  color: #9b9b9b; }

/*COMMON*/
.container-fluid {
  width: -moz-calc(100% - 100px);
  width: -webkit-calc(100% - 100px);
  width: calc(100% - 100px); }

/*THEME COLORS*/
.pri-text {
  color: #fbbc46 !important; }

.sec-text {
  color: #4A4A4A !important; }

.w-grey-text {
  color: #9b9b9b !important; }

.green-text {
  color: #00aa49 !important; }

/*BUTTONS*/
.btn {
  min-width: 100px;
  height: 44px;
  padding: 0 25px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  border-radius: 5px;
  font-size: 1.5rem;
  line-height: 40px;
  font-weight: 600; }
  .btn, .btn:hover, .btn:focus, .btn.focus, .btn:active:focus, .btn.focus:active, .btn.active:focus, .btn.active.focus {
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none; }
  .btn.btn-xs {
    min-width: 85px;
    height: 30px;
    letter-spacing: .5px;
    font-size: 1.5rem;
    line-height: 27px; }
  .btn.btn-sm {
    min-width: 85px;
    height: 34px;
    font-size: 1.3rem;
    line-height: 32px; }
  .btn.btn-lg {
    min-width: 200px;
    height: 60px;
    font-size: 1.8rem;
    line-height: 58px; }
  .btn.btn-primary {
    background: #fbbc46;
    border-color: #fbbc46;
    color: white; }
    .btn.btn-primary:hover, .btn.btn-primary:focus, .btn.btn-primary.focus, .btn.btn-primary:active:focus, .btn.btn-primary.focus:active, .btn.btn-primary.active:focus, .btn.btn-primary.active.focus {
      background: #4A4A4A;
      border-color: #4A4A4A;
      color: white; }
  .btn.btn-dark {
    background: #4A4A4A;
    border-color: #4A4A4A;
    color: white; }
    .btn.btn-dark:hover, .btn.btn-dark:focus, .btn.btn-dark.focus, .btn.btn-dark:active:focus, .btn.btn-dark.focus:active, .btn.btn-dark.active:focus, .btn.btn-dark.active.focus {
      background: #9b9b9b;
      border-color: #9b9b9b;
      color: white; }
  .btn.btn-secondary {
    background: #9b9b9b;
    border-color: #9b9b9b;
    color: white; }
    .btn.btn-secondary:hover, .btn.btn-secondary:focus, .btn.btn-secondary.focus, .btn.btn-secondary:active:focus, .btn.btn-secondary.focus:active, .btn.btn-secondary.active:focus, .btn.btn-secondary.active.focus {
      background: #4A4A4A;
      border-color: #4A4A4A;
      color: white; }
  .btn.btn-outline {
    background: transparent;
    border-color: #fbbc46;
    color: white; }
    .btn.btn-outline:hover, .btn.btn-outline:focus, .btn.btn-outline.focus, .btn.btn-outline:active:focus, .btn.btn-outline.focus:active, .btn.btn-outline.active:focus, .btn.btn-outline.active.focus {
      background: #fbbc46;
      border-color: #fbbc46;
      color: white; }
  .btn.btn-transparent, .btn.btn-transparent:hover, .btn.btn-transparent:focus, .btn.btn-transparent.focus, .btn.btn-transparent:active:focus, .btn.btn-transparent.focus:active, .btn.btn-transparent.active:focus, .btn.btn-transparent.active.focus {
    background: transparent;
    border-color: transparent;
    color: #fbbc46; }
  .btn.shadow-1 {
    -webkit-box-shadow: 0 0 12px 1px rgba(0, 0, 0, 0.35);
    -moz-box-shadow: 0 0 12px 1px rgba(0, 0, 0, 0.35);
    box-shadow: 0 0 12px 1px rgba(0, 0, 0, 0.35); }

.dropdown-menu > li > a {
  padding: 10px 20px;
  font-size: 1.4rem;
  color: #9b9b9b; }

.z-depth-sec:hover, .btn.btn-primary:hover, .btn.btn-primary:hover:active:focus, .btn.btn-primary.focus:hover:active, .btn.btn-primary.active:hover:focus, .btn.btn-primary.active.focus:hover, .btn.btn-secondary:hover, .btn.btn-secondary:hover:active:focus, .btn.btn-secondary.focus:hover:active, .btn.btn-secondary.active:hover:focus, .btn.btn-secondary.active.focus:hover, .z-depth-sec:focus, .btn.btn-primary:focus, .btn.btn-primary:focus:active, .btn.btn-primary.active:focus, .btn.btn-secondary:focus, .btn.btn-secondary:focus:active, .btn.btn-secondary.active:focus, .z-depth-sec:active, .btn.btn-primary:active:hover, .btn.btn-primary:active:focus, .btn.btn-primary.focus:active, .btn.btn-secondary:active:hover, .btn.btn-secondary:active:focus, .btn.btn-secondary.focus:active {
  -webkit-box-shadow: 0px 10px 50px -10px #4A4A4A;
  -moz-box-shadow: 0px 10px 50px -10px #4A4A4A;
  box-shadow: 0px 10px 50px -10px #4A4A4A; }

.z-depth-warm-grey:hover, .btn.btn-dark:hover, .btn.btn-dark:hover:active:focus, .btn.btn-dark.focus:hover:active, .btn.btn-dark.active:hover:focus, .btn.btn-dark.active.focus:hover, .z-depth-warm-grey:focus, .btn.btn-dark:focus, .btn.btn-dark:focus:active, .btn.btn-dark.active:focus, .z-depth-warm-grey:active, .btn.btn-dark:active:hover, .btn.btn-dark:active:focus, .btn.btn-dark.focus:active {
  -webkit-box-shadow: 0px 10px 50px -10px #9b9b9b;
  -moz-box-shadow: 0px 10px 50px -10px #9b9b9b;
  box-shadow: 0px 10px 50px -10px #9b9b9b; }

._appearance_css, .btn.shadow-1, .form-control, .form-control:hover, .form-control:focus, .form-control:active, section .section .pay-method.list-inline li a:hover, section .section .pay-method.list-inline li a:focus {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none; }

/*FORM*/
form.kr-form .inner .form-control, form.kr-form .inner .btn {
  width: 100%; }

form .checkbox {
  position: relative;
  top: 10px; }

.form-control {
  height: 44px;
  padding: 10px 20px;
  border: 0;
  -webkit-border-radius: 4px !important;
  -moz-border-radius: 4px !important;
  -ms-border-radius: 4px !important;
  -o-border-radius: 4px !important;
  border-radius: 4px !important;
  font-size: 1.5rem;
  line-height: 44px;
  font-weight: 300; }
  .form-control::-webkit-input-placeholder {
    opacity: .7;
    color: #9b9b9b; }
  .form-control::-moz-placeholder {
    opacity: .7;
    color: #9b9b9b; }
  .form-control:-moz-placeholder {
    opacity: .7;
    color: #9b9b9b; }
  .form-control:-ms-input-placeholder {
    opacity: .7;
    color: #9b9b9b; }
  .form-control::-ms-input-placeholder {
    opacity: .7;
    color: #9b9b9b; }
  .form-control::placeholder {
    opacity: .7;
    color: #9b9b9b; }
  .form-control, .form-control:hover, .form-control:focus, .form-control:active {
    -webkit-box-shadow: 0 0 12px 1px rgba(0, 0, 0, 0.35);
    -moz-box-shadow: 0 0 12px 1px rgba(0, 0, 0, 0.35);
    box-shadow: 0 0 12px 1px rgba(0, 0, 0, 0.35); }

label {
  color: #9b9b9b;
  margin-bottom: 10px;
  font-size: 1.8rem;
  font-weight: 300; }

.input-sm {
  height: 30px;
  font-size: 1.4rem;
  line-height: 30px; }

.input-lg {
  height: 60px;
  font-size: 1.8rem;
  line-height: 60px; }

.help-block {
  color: #9b9b9b;
  margin: 15px 0 0;
  font-size: 1.5rem; }

.form-group {
  margin-bottom: 30px; }
  .form-group .help-block, .form-group .error {
    position: absolute;
    width: 100%; }
  .form-group .error {
    margin: 15px 0;
    font-size: 1.5rem; }

.o-l-form .form-control {
  width: 350px;
  margin-right: 15px; }

.o-l-form .form-group {
  vertical-align: top; }

/*CHECKBOX & RADIO*/
.radio-1 input[type="checkbox"] + label,
.radio-1 input[type="radio"] + label, .checkbox-1 input[type="checkbox"] + label,
.checkbox-1 input[type="radio"] + label {
  font-size: 1.5rem; }

.checkbox._sm, .radio._sm {
  margin-right: 15px; }
  .checkbox._sm:last-child, .radio._sm:last-child {
    margin-right: 0; }
  .checkbox._sm label, .radio._sm label {
    font-size: 1.4rem;
    font-weight: 600; }
  .checkbox._sm input[type="checkbox"] + label,
  .checkbox._sm input[type="radio"] + label, .radio._sm input[type="checkbox"] + label,
  .radio._sm input[type="radio"] + label {
    padding-left: 25px; }
  .checkbox._sm input[type=checkbox]:not(old) + label:before,
  .checkbox._sm input[type=radio]:not(old) + label:before, .radio._sm input[type=checkbox]:not(old) + label:before,
  .radio._sm input[type=radio]:not(old) + label:before {
    width: 18px;
    height: 18px; }

/*INPUT COUNTER*/
.input-counter {
  margin-right: 15px; }
  .input-counter .btn {
    min-width: inherit;
    width: 35px;
    height: 35px;
    padding: 0;
    text-align: center;
    margin: 0 15px;
    color: #9b9b9b;
    background: white;
    line-height: 33px;
    font-size: 1.5rem;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    border-radius: 50%;
    border-width: 1px;
    border-style: solid;
    border-color: #9b9b9b; }
    .input-counter .btn:hover {
      color: black;
      border-color: black;
      background: white; }
  .input-counter .form-control {
    width: 93px;
    text-align: center;
    display: inline-block;
    vertical-align: middle;
    font-weight: 600;
    font-size: 3rem; }

/*MODAL*/
.modal.modal-pad .modal-content {
  padding: 50px 0; }

.modal .modal-content {
  border: 0;
  padding: 10px;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none; }
  .modal .modal-content .heading {
    color: #4A4A4A;
    font-size: 1.5rem;
    font-weight: 600;
    margin: 0 0 15px; }

.modal .modal-header {
  border: 0; }
  .modal .modal-header .modal-title {
    font-size: 2rem;
    line-height: 24px;
    font-weight: 600;
    color: #fbbc46;
    margin-bottom: 0; }
  .modal .modal-header img {
    margin-right: 10px; }

.modal .modal-footer {
  border: 0; }
  .modal .modal-footer .btn {
    min-width: 110px; }

.modal.text-center .modal-footer {
  text-align: center; }

@media (min-width: 768px) {
  .modal .modal-content {
    padding: 20px; }
  .modal .form-inline .form-group {
    margin-right: 15px; } }

/*ERROR & SUCCESS*/
.error span {
  position: relative;
  top: -8px;
  font-size: 1.1rem;
  font-weight: 600;
  color: #ea6055; }

/*SECTIONS*/
section {
  position: relative; }
  section .section {
    padding: 15px;
    /*BREADCRUMB*/
    /*TITLE*/
    /*PAGE BACK*/
    /*LOADMORE*/
    /*FILTERATION*/
    /*THEME TABS*/
    /*CAR FIGURES*/
    /*BOX HEADER*/
    /*ICON BOXES*/
    /*TABLE*/
    /*FORM HOLDER*/ }
    section .section .breadcrumb {
      padding: 10px 0;
      margin: 50px auto 25px;
      background: transparent;
      position: relative; }
      section .section .breadcrumb .search-filter {
        max-width: 300px;
        width: 100%;
        height: 44px;
        margin: auto;
        position: absolute;
        top: 0;
        right: 0;
        bottom: 0;
        left: auto; }
    section .section .sec-title {
      font-size: 2rem;
      font-weight: 600;
      color: #fbbc46;
      text-transform: uppercase;
      margin: 0 0 15px; }
    section .section .sec-sub-title {
      font-size: 1.8rem;
      color: #9b9b9b;
      margin: 0; }
    section .section .back-page {
      color: #9b9b9b;
      display: inline-block;
      text-transform: capitalize;
      position: relative;
      left: -5px;
      margin-bottom: 5px;
      font-size: 1.5rem; }
    section .section .loadmore {
      width: 100%;
      display: block;
      margin: 25px auto;
      text-align: center;
      font-size: 1.8rem;
      font-weight: 600; }
      section .section .loadmore a {
        color: #9b9b9b; }
        section .section .loadmore a:hover, section .section .loadmore a:focus, section .section .loadmore a:active {
          color: #fbbc46; }
    section .section .filteration {
      position: relative;
      width: 100%;
      margin-bottom: 15px;
      display: inline-block; }
      section .section .filteration > .btn img {
        margin-right: 8px;
        top: -2px;
        position: relative; }
      section .section .filteration ul {
        float: right;
        vertical-align: middle; }
        section .section .filteration ul li {
          display: inline-block;
          vertical-align: middle;
          margin-left: 10px; }
          section .section .filteration ul li:last-child {
            margin-left: 0; }
          section .section .filteration ul li .search-filter {
            width: 250px; }
            section .section .filteration ul li .search-filter .input-group .input-group-btn {
              right: -20px;
              z-index: 99; }
            section .section .filteration ul li .search-filter .input-group .form-control {
              border-width: 0 0 1px;
              border-color: #ececec;
              border-style: solid;
              padding-left: 30px;
              border-radius: 0 !important;
              -webkit-box-shadow: none !important;
              box-shadow: none !important;
              font-size: 1.4rem; }
          section .section .filteration ul li .checkbox, section .section .filteration ul li .radio {
            display: inline-block;
            margin-top: 0;
            margin-bottom: 0; }
    section .section .custom-tabs {
      position: relative; }
      section .section .custom-tabs .nav-tabs li {
        border-width: 0 0 3px;
        border-color: transparent; }
        section .section .custom-tabs .nav-tabs li:last-child {
          margin-right: 0; }
        section .section .custom-tabs .nav-tabs li a {
          position: relative;
          padding: 0 0 10px;
          top: 1px;
          border: 0;
          color: #646b7b;
          font-size: 1.8rem; }
          section .section .custom-tabs .nav-tabs li a:hover, section .section .custom-tabs .nav-tabs li a:focus, section .section .custom-tabs .nav-tabs li a:active {
            background: transparent;
            border: 0;
            color: #4A4A4A; }
        section .section .custom-tabs .nav-tabs li.active > a, section .section .custom-tabs .nav-tabs li.active > a:focus, section .section .custom-tabs .nav-tabs li.active > a:hover {
          background: transparent;
          border-color: transparent transparent #fbbc46;
          color: #4A4A4A;
          border-style: solid;
          font-weight: 600; }
      section .section .custom-tabs .tab-content hr {
        margin: 20px 0;
        border-color: #9b9b9b; }
      section .section .custom-tabs.horizontal-tabs .nav-tabs {
        margin-bottom: 15px;
        border-width: 0 0 2px;
        border-style: solid;
        border-color: #9b9b9b; }
        section .section .custom-tabs.horizontal-tabs .nav-tabs li {
          float: left;
          margin-right: 50px; }
          section .section .custom-tabs.horizontal-tabs .nav-tabs li:last-child {
            margin-right: 0; }
          section .section .custom-tabs.horizontal-tabs .nav-tabs li.active > a, section .section .custom-tabs.horizontal-tabs .nav-tabs li.active > a:focus, section .section .custom-tabs.horizontal-tabs .nav-tabs li.active > a:hover {
            border-width: 0 0 2px; }
      section .section .custom-tabs.vertical-tabs {
        min-height: 600px;
        background: #efefef; }
        section .section .custom-tabs.vertical-tabs .nav-tabs {
          width: 200px;
          height: 100%;
          padding: 30px 15px;
          text-align: center;
          background: #e7e7e7;
          position: absolute;
          top: 0;
          right: auto;
          bottom: auto;
          left: 0; }
          section .section .custom-tabs.vertical-tabs .nav-tabs li {
            float: none;
            margin-bottom: 50px;
            display: inline-block; }
            section .section .custom-tabs.vertical-tabs .nav-tabs li.active > a, section .section .custom-tabs.vertical-tabs .nav-tabs li.active > a:focus, section .section .custom-tabs.vertical-tabs .nav-tabs li.active > a:hover {
              border-width: 0 0 3px; }
        section .section .custom-tabs.vertical-tabs .tab-content {
          padding: 30px;
          padding-left: 230px; }
      @media (max-width: 991px) {
        section .section .custom-tabs.vertical-tabs {
          min-height: 600px;
          background: #efefef; }
          section .section .custom-tabs.vertical-tabs .nav-tabs {
            width: 100%;
            height: auto;
            padding: 15px;
            position: relative; }
            section .section .custom-tabs.vertical-tabs .nav-tabs li {
              margin-bottom: 0;
              margin-right: 30px; }
              section .section .custom-tabs.vertical-tabs .nav-tabs li:last-child {
                margin-right: 0; }
              section .section .custom-tabs.vertical-tabs .nav-tabs li a {
                font-size: 1.6rem;
                font-weight: 600; }
          section .section .custom-tabs.vertical-tabs .tab-content {
            padding: 30px; } }
    section .section figure img {
      width: 100%; }
    section .section figure.fig-md img {
      width: 270px; }
    section .section figure.fig-lg img {
      width: 320px; }
    section .section figure.fig-xl {
      max-width: 465px; }
    section .section .box-header .title {
      color: #fbbc46;
      font-weight: 600 !important; }
    section .section .box-header .sub-title {
      color: #9b9b9b; }
    section .section .box-header._sm .title {
      font-size: 1.5rem; }
    section .section .box-header._sm .sub-title {
      font-size: 1.2rem; }
    section .section .box-header._md .title {
      font-size: 2rem; }
    section .section .box-header._md .sub-title {
      font-size: 1.5rem; }
    section .section .box-header._lg .title {
      font-size: 3.2rem; }
    section .section .box-header._lg .sub-title {
      color: #9b9b9b;
      font-size: 1.8rem; }
    section .section .icon-box-1 {
      text-align: center;
      width: 100%;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex; }
      section .section .icon-box-1 li {
        display: table;
        width: 20%;
        padding: 0 15px; }
        section .section .icon-box-1 li:first-child {
          padding-left: 0; }
        section .section .icon-box-1 li:last-child {
          padding-right: 0; }
        section .section .icon-box-1 li a {
          padding: 15px;
          display: table-cell;
          vertical-align: middle;
          height: 150px;
          border-radius: 10px;
          font-weight: 600;
          border: 1px solid #fbbc46;
          background-color: #ececec; }
          section .section .icon-box-1 li a:hover {
            background: white;
            border-color: white;
            -webkit-box-shadow: 0 15px 50px #ddd;
            box-shadow: 0 15px 50px #ddd; }
          section .section .icon-box-1 li a .icon {
            margin: 0 auto 15px;
            display: block; }
            section .section .icon-box-1 li a .icon img {
              width: 30px; }
          section .section .icon-box-1 li a .desc {
            font-size: 16px;
            color: #4A4A4A; }
        section .section .icon-box-1 li:hover .desc {
          color: #fbbc46; }
    section .section .table {
      font-size: 1.5rem; }
      section .section .table th {
        color: #4A4A4A; }
      section .section .table td {
        min-width: 90px; }
        section .section .table td:first-child {
          width: 200px; }
        section .section .table td:last-child {
          width: 120px; }
      section .section .table .heading {
        font-weight: 600;
        color: #4A4A4A; }
      section .section .table .lighttext {
        color: #646b7b;
        font-size: 1.3rem; }
      section .section .table .spacer {
        margin-left: 20px; }
      section .section .table .fa-plus {
        color: #00aa49; }
      section .section .table .fa-minus {
        color: #ea6055; }
    section .section .table-heading {
      margin: 0 0 15px;
      color: #9b9b9b;
      font-size: 1.8rem;
      font-weight: 600; }
    section .section .kr-table-1 .table {
      background: #f5f5f7; }
      section .section .kr-table-1 .table .sar-text {
        color: #fbbc46;
        font-size: 1.5rem;
        font-weight: 600; }
        section .section .kr-table-1 .table .sar-text.small {
          font-weight: 400; }
    section .section .kr-table-2 .table-striped > tbody > tr:nth-of-type(odd) {
      background: #ececec; }
    section .section .kr-table-2 .table th {
      color: #4A4A4A; }
    section .section .kr-table-2 .table tr {
      background: #f5f5f7; }
      section .section .kr-table-2 .table tr:last-child {
        margin: 0; }
      section .section .kr-table-2 .table tr td:first-child {
        -webkit-border-radius: 10px 0 0 10px;
        -moz-border-radius: 10px 0 0 10px;
        -ms-border-radius: 10px 0 0 10px;
        -o-border-radius: 10px 0 0 10px;
        border-radius: 10px 0 0 10px; }
      section .section .kr-table-2 .table tr td:last-child {
        -webkit-border-radius: 0 10px 10px 0;
        -moz-border-radius: 0 10px 10px 0;
        -ms-border-radius: 0 10px 10px 0;
        -o-border-radius: 0 10px 10px 0;
        border-radius: 0 10px 10px 0; }
    section .section .kr-table-2 .table > thead > tr td, section .section .kr-table-2 .table > thead > tr th, section .section .kr-table-2 .table > tbody > tr td, section .section .kr-table-2 .table > tbody > tr th {
      border-width: 10px 0px;
      border-style: solid;
      border-color: white; }
    section .section.form-holder, section .section.form-holder label, section .section.form-holder p {
      font-size: 1.5rem;
      padding: 0; }
    section .section.form-holder label {
      margin: 0;
      font-weight: 400; }
    section .section.form-holder > .row {
      margin: 0 -50px; }
      section .section.form-holder > .row > [class*=col-] {
        padding: 0 50px; }
    section .section.form-holder .form-horizontal .row {
      margin: 0 -10px; }
      section .section.form-holder .form-horizontal .row > [class*=col-] {
        padding: 0 10px; }
    section .section.form-holder .side-border::before {
      content: '';
      height: 100%;
      border-width: 0 0 0 2px;
      border-style: solid;
      border-color: #fbbc46;
      position: absolute;
      top: auto;
      right: auto;
      bottom: auto;
      left: 0; }
    section .section.form-holder .form-group {
      margin: 0;
      padding: 15px 0;
      border-width: 1px 0 0px;
      border-style: solid;
      border-color: #ececec; }
      section .section.form-holder .form-group:first-child {
        padding-top: 0;
        border: 0; }
    section .section.form-holder .sm-heading {
      font-weight: 600;
      color: #4A4A4A; }
    section .section.form-holder .sar-text {
      font-size: 1.8rem;
      font-weight: 600;
      color: #fbbc46; }
    section .section.form-holder .btn-underline {
      font-weight: 600;
      text-decoration: underline; }
    section .section.form-holder .label-margin {
      margin-bottom: 10px;
      font-weight: 600; }
    section .section.form-holder .checkbox-1 label {
      font-weight: 600;
      padding-left: 35px; }
      section .section.form-holder .checkbox-1 label:before {
        top: -2px; }
    section .section.form-holder .checkbox-1 input[type="checkbox"]:checked + label:before {
      top: -6px; }
    section .section.form-holder .btn-submit {
      min-width: 180px;
      margin-top: 1.5em; }
    section .section .features-list.list-inline {
      display: block;
      font-size: 0;
      margin: 0 0 15px; }
      section .section .features-list.list-inline li {
        padding: 0;
        width: 50px;
        text-align: center;
        margin-right: 10px;
        font-size: 1.2rem;
        font-weight: 600; }
        section .section .features-list.list-inline li:last-child {
          margin: 0; }
        section .section .features-list.list-inline li img {
          display: block;
          margin: 0 auto 12px;
          width: 20px; }
    section .section .pay-method._img-check {
      margin-bottom: 15px; }
      section .section .pay-method._img-check label {
        margin-right: 10px; }
        section .section .pay-method._img-check label:last-child {
          margin: 0; }
        section .section .pay-method._img-check label input[type=radio] + img {
          width: 85px;
          height: 45px;
          padding: 10px 20px;
          -webkit-border-radius: 3px;
          -moz-border-radius: 3px;
          -ms-border-radius: 3px;
          -o-border-radius: 3px;
          border-radius: 3px;
          -webkit-box-shadow: 0 3px 3px rgba(163, 150, 150, 0.5);
          box-shadow: 0 3px 3px rgba(163, 150, 150, 0.5); }
        section .section .pay-method._img-check label input[type=radio]:hover + img {
          -webkit-box-shadow: 0 10px 10px #f1f1f1;
          box-shadow: 0 10px 10px #f1f1f1; }
        section .section .pay-method._img-check label input[type=radio]:checked + img {
          background-color: #fbbc46;
          -webkit-box-shadow: 0 4px 5px rgba(251, 188, 70, 0.85);
          box-shadow: 0 4px 5px rgba(251, 188, 70, 0.85); }
    section .section .pay-method.list-inline {
      display: block;
      font-size: 0;
      margin: 0 0 15px; }
      section .section .pay-method.list-inline li {
        padding: 0;
        margin: 5px 0 5px 10px; }
        section .section .pay-method.list-inline li:first-child {
          margin: 5px 0; }
        section .section .pay-method.list-inline li a {
          width: 85px;
          height: 45px;
          padding: 6px;
          text-align: center;
          overflow: hidden;
          position: relative;
          display: block;
          font-size: 1.4rem;
          line-height: 45px;
          font-weight: 600;
          -webkit-border-radius: 3px;
          -moz-border-radius: 3px;
          -ms-border-radius: 3px;
          -o-border-radius: 3px;
          border-radius: 3px;
          -webkit-box-shadow: 0 3px 3px rgba(241, 241, 241, 0.5);
          -moz-box-shadow: 0 3px 3px rgba(241, 241, 241, 0.5);
          box-shadow: 0 3px 3px rgba(241, 241, 241, 0.5); }
          section .section .pay-method.list-inline li a:hover, section .section .pay-method.list-inline li a:focus {
            -webkit-box-shadow: 0 0 12px 1px rgba(0, 0, 0, 0.35);
            -moz-box-shadow: 0 0 12px 1px rgba(0, 0, 0, 0.35);
            box-shadow: 0 0 12px 1px rgba(0, 0, 0, 0.35); }
          section .section .pay-method.list-inline li a:active, section .section .pay-method.list-inline li a.active {
            background-color: #fbbc46;
            -webkit-box-shadow: 0 4px 5px rgba(251, 188, 70, 0.85);
            -moz-box-shadow: 0 4px 5px rgba(251, 188, 70, 0.85);
            box-shadow: 0 4px 5px rgba(251, 188, 70, 0.85); }
          section .section .pay-method.list-inline li a img {
            display: block;
            margin: auto;
            position: absolute;
            top: 0;
            right: 0;
            bottom: 0;
            left: 0; }

/*HEADER*/
header {
  position: relative;
  padding: 80px 0;
  width: 100%;
  z-index: 99;
  overflow: hidden;
  background: url("../img/slider/2.png") center/cover black; }
  header.header-abs {
    background: transparent;
    position: absolute;
    top: 0; }
  header.custom-header {
    background: url("../img/icons/custom-header.png") center/cover; }
  header .logo {
    position: absolute;
    top: -10px;
    max-width: 230px; }
    header .logo img {
      width: 100%; }
  header nav {
    position: relative;
    top: -5px; }
    header nav ul li.active a, header nav ul li a:hover, header nav ul li a:focus, header nav ul li a:active {
      color: #fbbc46; }
    header nav ul li i {
      color: #fbbc46;
      position: relative;
      top: 6px;
      font-size: 3rem; }
    header nav ul li a {
      font-weight: 500;
      display: block;
      text-transform: uppercase; }
    header nav .menu-left {
      float: left; }
    header nav .menu-right {
      float: right; }
      header nav .menu-right .list-inline {
        margin: 0; }
        header nav .menu-right .list-inline li {
          padding: 0 30px 0 0; }
          header nav .menu-right .list-inline li:last-child {
            padding: 0; }
  header .nav-toggle {
    display: none; }
  header .booking-process {
    width: 100%;
    bottom: -40px;
    position: relative; }
    header .booking-process figure {
      max-width: 100px;
      margin: auto;
      position: relative;
      top: -40px; }
      header .booking-process figure .card {
        width: 100%; }
    header .booking-process ul {
      font-size: 0; }
      header .booking-process ul li {
        color: white;
        width: 33.33%;
        text-align: center;
        position: relative;
        text-transform: uppercase;
        font-size: 2.4rem; }
        header .booking-process ul li.active {
          color: #fbbc46;
          font-weight: 600; }
        header .booking-process ul li:after {
          content: '';
          height: 24px;
          width: 60px;
          background: url("../img/icons/arrow-long.png") no-repeat;
          background-size: 100%;
          -webkit-transform: rotate(0deg);
          -moz-transform: rotate(0deg);
          -ms-transform: rotate(0deg);
          -o-transform: rotate(0deg);
          transform: rotate(0deg);
          position: absolute;
          top: 13px;
          right: -10%;
          bottom: auto;
          left: auto; }
        header .booking-process ul li:last-child:after {
          display: none; }
        header .booking-process ul li > div {
          position: relative;
          display: inline-block; }
        header .booking-process ul li span {
          position: relative;
          top: 4px;
          margin-right: 15px;
          font-size: 3.6rem; }

/*FOOTER*/
footer {
  position: relative;
  width: 100%;
  z-index: 99;
  margin-top: 50px; }
  footer.home {
    color: white;
    position: absolute;
    bottom: 20px; }
  footer.custom {
    color: #9b9b9b;
    margin-bottom: 20px; }
  footer .pull-left a {
    display: block; }
  footer .pull-left img {
    width: 58px; }
  footer .pull-right {
    text-transform: uppercase;
    position: relative;
    top: 35px;
    font-size: 1.2rem; }

/*HOME BANNER*/
.home-banner {
  background-color: black; }
  .home-banner .themeSlider .carousel-caption {
    max-width: 100%;
    text-align: left;
    text-shadow: none;
    padding-bottom: 30px;
    position: absolute;
    top: 43%;
    right: auto;
    bottom: auto;
    left: 12%; }
    .home-banner .themeSlider .carousel-caption h1 {
      color: white;
      font-size: 4.8rem;
      font-weight: 600;
      text-transform: uppercase;
      letter-spacing: -1.16px;
      margin: 0; }
    .home-banner .themeSlider .carousel-caption p {
      color: #9b9b9b;
      font-size: 2.4rem;
      letter-spacing: -0.58px;
      margin: 0; }
  .home-banner .themeSlider .form-inline {
    color: white;
    position: absolute;
    top: auto;
    right: auto;
    bottom: 22%;
    left: 12%; }
    .home-banner .themeSlider .form-inline .form-group {
      margin-right: 15px;
      display: inline-block;
      margin-bottom: 0;
      vertical-align: middle; }
      .home-banner .themeSlider .form-inline .form-group:first-child {
        margin-right: 50px;
        text-align: left; }
      .home-banner .themeSlider .form-inline .form-group:last-child {
        margin: 0; }
    .home-banner .themeSlider .form-inline .h-b-title {
      font-size: 3rem;
      line-height: 36px;
      letter-spacing: -0.72px; }
    .home-banner .themeSlider .form-inline .btn-lg {
      width: 345px;
      height: 76px;
      padding: 0;
      font-size: 2.2rem;
      line-height: 76px;
      text-transform: uppercase; }

/*CHOOSE CAR*/
.choose-car .row {
  margin: 0 -3.5px; }
  .choose-car .row [class*=col-] {
    padding: 0 3.5px; }

.choose-car .box-header._sm {
  margin: 30px 0;
  height: 33px; }

.choose-car .box {
  padding: 15px;
  width: 100%;
  min-height: 262px;
  display: flow-root;
  margin-bottom: 7px;
  position: relative;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  border-radius: 5px;
  -webkit-box-shadow: 0 2px 7px 0 rgba(0, 0, 0, 0.5);
  -moz-box-shadow: 0 2px 7px 0 rgba(0, 0, 0, 0.5);
  box-shadow: 0 2px 7px 0 rgba(0, 0, 0, 0.5); }
  .choose-car .box .box-body figure {
    width: 160px;
    min-height: 88px;
    display: inline-block; }
    .choose-car .box .box-body figure img {
      width: 100%; }
  .choose-car .box .box-body .description {
    text-align: left;
    min-width: 130px;
    float: right;
    font-weight: 600; }
    .choose-car .box .box-body .description .old-price {
      color: #4A4A4A;
      text-decoration: line-through;
      font-size: 1.1rem; }
    .choose-car .box .box-body .description .new-price {
      color: #4A4A4A;
      margin: 3px 0;
      font-size: 2rem; }
      .choose-car .box .box-body .description .new-price small {
        font-size: 1.3rem; }
    .choose-car .box .box-body .description .total {
      margin-top: 5px;
      color: #9b9b9b;
      font-size: 1.5rem; }
      .choose-car .box .box-body .description .total small {
        font-size: 0.9rem; }
      .choose-car .box .box-body .description .total span {
        display: block;
        color: #FD971D;
        font-weight: 600;
        font-size: 1.3rem; }
  .choose-car .box .box-footer {
    position: relative;
    z-index: 999;
    margin-top: 15px; }
    .choose-car .box .box-footer .btn {
      min-width: 130px;
      float: right; }
    .choose-car .box .box-footer p {
      margin: 0;
      height: 28px;
      overflow: hidden;
      font-size: 1rem; }
  .choose-car .box .icons {
    position: absolute;
    top: 0;
    right: 15px;
    bottom: auto;
    left: auto; }
    .choose-car .box .icons .icon-gift {
      position: relative;
      top: 15px; }
  .choose-car .box.special-car .icons .icon-gift {
    top: 5px; }
  .choose-car .box.special-car .description .new-price {
    color: #FD971D; }

@media (min-width: 992px) and (max-width: 1199px) {
  .choose-car .box {
    min-height: 301px; } }

@media (min-width: 992px) and (max-width: 1199px), (max-width: 575px) {
  .choose-car .box .box-body figure {
    width: 230px;
    min-height: 130px; } }

@media (min-width: 576px) and (max-width: 767px), (max-width: 475px) {
  .choose-car .box {
    min-height: 376px; }
    .choose-car .box .box-body figure {
      margin: 0 auto 25px;
      display: block;
      width: 230px; }
    .choose-car .box .box-body .description {
      text-align: center;
      float: none;
      width: 100%;
      display: block; }
    .choose-car .box .box-footer {
      text-align: center; }
      .choose-car .box .box-footer .btn {
        float: none; } }

/*SELECTED CAR*/
.selected-car .fig-xl {
  margin: 5em auto 0; }

.selected-car .box-header._lg {
  margin: 10px 0 50px; }

/*CAR PAYMENT*/
.car-payment .points-box .help-block {
  position: relative;
  font-size: 1.4rem;
  font-weight: 300; }

.car-payment .points-box .addEqualSign:after {
  content: '=';
  position: absolute;
  right: -4px;
  top: 40px; }

.car-payment .points-box .label-margin {
  display: block; }

.car-payment .points-box .btn {
  min-width: 100%; }

@media (min-width: 992px) and (max-width: 1199px) {
  .car-payment figure.fig-md img {
    width: 170px !important; } }

@media (max-width: 575px) {
  .car-payment .media-body, .car-payment .media-left, .car-payment .media-right {
    display: block;
    padding: 0; }
  .car-payment figure.fig-md img {
    margin: auto; }
  .car-payment .box-header._md {
    margin-top: 15px; }
  .car-payment [class*="col-"] {
    margin-bottom: 15px; }
  .car-payment .points-box .col-xs-10, .car-payment .points-box .col-xs-2 {
    width: 100%; }
    .car-payment .points-box .col-xs-10 .empty-label, .car-payment .points-box .col-xs-2 .empty-label {
      display: none; }
    .car-payment .points-box .col-xs-10 .btn, .car-payment .points-box .col-xs-2 .btn {
      min-width: auto; } }

/*THANK-YOU!*/
.submission-page {
  margin-top: 4em; }
  .submission-page figure {
    margin-bottom: 3em; }
  .submission-page .s-title {
    font-size: 2.4rem;
    font-weight: 600;
    text-align: center;
    margin-bottom: 2em;
    color: #4A4A4A; }
    .submission-page .s-title span {
      margin-right: 10px; }
  .submission-page small.title {
    font-size: 1.5rem; }
  .submission-page .page-footer .btn {
    min-width: 120px;
    margin: 5px; }

/*EMPTY PAGE & 404*/
.no-record-found figure, ._404-page figure {
  margin: 15% auto 0;
  max-width: 150px; }

.no-record-found .description, ._404-page .description {
  text-align: center; }
  .no-record-found .description .heading, ._404-page .description .heading {
    margin: 20px auto 0;
    color: #fbbc46;
    font-size: 2.4rem; }
  .no-record-found .description p, ._404-page .description p {
    font-size: 1.8rem; }

._404-page figure {
  margin: 20% auto 0;
  max-width: 74px; }

/*RESPONSIVNESS*/
@media (max-width: 1366px) {
  section .section .sec-sub-title {
    font-size: 1.5rem; }
  .btn.btn-lg {
    min-width: 150px;
    height: 50px;
    font-size: 1.5rem;
    line-height: 48px; }
  .o-l-form .form-control {
    width: 300px; }
  .o-l-form .form-group {
    display: inline-block;
    margin-bottom: 0; }
  label {
    font-size: 1.5rem; }
  .input-sm {
    height: 30px;
    font-size: 1.4rem;
    line-height: 27px; }
  .input-lg {
    height: 50px;
    padding: 15px 20px;
    font-size: 1.5rem;
    line-height: 50px; }
  .help-block {
    font-size: 1.4rem; }
  /*HEADER*/
  header {
    padding: 60px 0; }
    header .logo {
      max-width: 200px; }
    header nav ul li i {
      font-size: 2.4rem; }
    header .booking-process {
      bottom: -25px; }
      header .booking-process figure {
        top: -25px; }
      header .booking-process ul li {
        font-size: 2rem; }
        header .booking-process ul li span {
          font-size: 3rem; }
        header .booking-process ul li:after {
          width: 50px; }
  /*HOME BANNER*/
  .home-banner .themeSlider .carousel-caption h1 {
    font-size: 4.2rem; }
  .home-banner .themeSlider .carousel-caption p {
    font-size: 2rem; }
  .home-banner .themeSlider .form-inline .h-b-title {
    font-size: 3rem;
    line-height: 32px; }
  .home-banner .themeSlider .form-inline .btn-lg {
    width: 280px;
    height: 65px;
    font-size: 1.8rem;
    line-height: 62px; } }

@media (max-width: 1199px) {
  /*HEADER*/
  header {
    padding: 50px 0; }
    header .logo {
      max-width: 180px; }
    header .booking-process ul {
      margin: 0; }
      header .booking-process ul li {
        font-size: 2rem; }
        header .booking-process ul li span {
          top: 2px;
          margin-right: 10px;
          font-size: 2.5rem;
          font-weight: 600; }
        header .booking-process ul li:after {
          width: 40px; }
  /*HOME BANNER*/
  .home-banner .themeSlider .carousel-caption h1 {
    font-size: 3.8rem; }
  .home-banner .themeSlider .carousel-caption p {
    font-size: 1.8rem; }
  .home-banner .themeSlider .form-inline .h-b-title {
    font-size: 2.4rem;
    line-height: 26px; }
  .home-banner .themeSlider .form-inline .btn-lg {
    width: 230px;
    height: 55px;
    font-size: 1.5rem;
    line-height: 52px; } }

@media (max-width: 991px) {
  .container-fluid {
    width: -moz-calc(100% - 60px);
    width: -webkit-calc(100% - 60px);
    width: calc(100% - 60px); }
  section .section.form-holder > .row {
    margin: 0 -15px; }
    section .section.form-holder > .row > [class*=col-] {
      padding: 0 15px; }
  section .section.form-holder .side-border::before {
    border: 0; }
  section .section.form-holder .btn-submit {
    float: right; }
  section .section figure.fig-xl {
    margin: auto; }
  /*HEADER*/
  header {
    padding: 40px 0; }
    header .logo {
      max-width: 150px; }
    header .booking-process {
      bottom: -20px; }
      header .booking-process figure {
        max-width: 60px;
        top: -20px; }
      header .booking-process ul li {
        font-size: 1.5rem; }
        header .booking-process ul li span {
          top: 1px;
          margin-right: 0;
          font-size: 1.8rem;
          display: block; }
        header .booking-process ul li:after {
          top: 5px;
          width: 30px; }
  /*HOME BANNER*/
  .home-banner .themeSlider .carousel-caption h1 {
    font-size: 3.6rem; }
  .home-banner .themeSlider .form-inline .h-b-title {
    font-size: 2rem;
    line-height: 24px; }
  .home-banner .themeSlider .form-inline .btn-lg {
    width: 180px;
    height: 45px;
    font-size: 1.3rem;
    line-height: 42px; }
  .home-banner .themeSlider .carousel-control span {
    font-size: 2.2rem;
    line-height: 50px; }
  .home-banner .themeSlider .carousel-control.left span {
    left: 20px; }
  .home-banner .themeSlider .carousel-control.right span {
    right: 20px; } }

@media (max-width: 767px) {
  .container-fluid {
    width: -moz-calc(100% - 0px);
    width: -webkit-calc(100% - 0px);
    width: calc(100% - 0px); }
  section .section .breadcrumb .search-filter {
    margin: 30px auto 0;
    position: relative; }
  /*HOME BANNER*/
  .home-banner .themeSlider .carousel-caption h1 {
    font-size: 3rem; }
  .home-banner .themeSlider .carousel-caption p {
    font-size: 1.5rem; }
  .home-banner .themeSlider .form-inline .form-group:first-child {
    margin-right: 15px; }
  .home-banner .themeSlider .form-inline .h-b-title {
    font-size: 1.5rem; }
  .home-banner .themeSlider .form-inline .btn-lg {
    width: 110px;
    height: 40px;
    font-size: 1.2rem;
    line-height: 37px; } }

@media (max-width: 575px) {
  .xs-100 [class*="col-"] {
    width: 100%; }
  section .section {
    padding: 0; }
    section .section .form-group .help-block, section .section .form-group .error {
      position: relative;
      max-width: 100%; }
    section .section .breadcrumb {
      margin: 25px auto; }
    section .section .box-header._lg .title {
      font-size: 2rem; }
    section .section .box-header._lg .sub-title {
      font-size: 1.5rem; }
    section .section .pay-method.list-inline li a {
      width: 60px;
      height: 30px; }
  .o-l-form .form-control {
    width: 100%; }
  .o-l-form .form-group {
    display: block;
    margin-bottom: 20px;
    text-align: center;
    width: 100%; }
  /*HEADER*/
  header .logo {
    top: 0;
    position: relative;
    display: block;
    margin: auto; }
  header nav {
    position: absolute;
    top: -30px;
    right: 10px; }
    header nav ul li:first-child {
      display: none; }
    header nav ul li .btn.btn-sm {
      width: 50px;
      min-width: auto;
      padding: 0;
      height: 21px;
      font-size: 1rem;
      line-height: 18px; }
  header .booking-process {
    margin-top: 30px; }
    header .booking-process figure {
      max-width: 40px;
      margin-top: 15px; }
    header .booking-process ul {
      width: 100%;
      text-align: center; }
      header .booking-process ul li {
        width: auto;
        margin: 0 15px 0 0;
        font-size: 1rem; }
        header .booking-process ul li:last-child {
          margin: 0; }
        header .booking-process ul li:after {
          width: 20px; }
  /*FOOTER*/
  footer {
    position: relative;
    width: 100%;
    z-index: 99;
    margin-top: 50px; }
    footer.home {
      color: white;
      position: absolute;
      bottom: 0; }
    footer.custom {
      color: #9b9b9b;
      margin-bottom: 20px; }
    footer .pull-left, footer .pull-right {
      display: block;
      margin: 15px auto;
      float: none !important;
      text-align: center; }
    footer .pull-right {
      top: 0; }
  /*HOME BANNER*/
  .home-banner .themeSlider .carousel-caption {
    margin: auto;
    text-align: center;
    padding: 0 15px;
    position: absolute;
    top: 30%;
    right: 0;
    bottom: auto;
    left: 0; }
    .home-banner .themeSlider .carousel-caption h1 {
      font-size: 2.4rem; }
  .home-banner .themeSlider .form-inline {
    position: absolute;
    top: auto;
    right: 0;
    bottom: 30%;
    left: 0;
    text-align: center; }
    .home-banner .themeSlider .form-inline .form-group {
      display: block;
      margin: 15px 0; }
    .home-banner .themeSlider .form-inline .h-b-title {
      text-align: center; }
    .home-banner .themeSlider .form-inline .btn-lg {
      width: 180px; }
  .home-banner .themeSlider .carousel-control span {
    font-size: 1.6rem;
    line-height: 50px; }
  .home-banner .themeSlider .carousel-control.left span {
    left: 10px; }
  .home-banner .themeSlider .carousel-control.right span {
    right: 10px; }
  .home-banner .themeSlider .carousel-indicators {
    display: none; } }

html, body {
  font-family: "Lato", sans-serif; }
