/* Config Colors
-------------------------------------*/

/* Defaults
-------------------------------------*/

body {
    font-family: "Roboto", sans-serif;
    color: #716d6e;
    background-color: #000;
}

/*body:after {*/

/*  content: "beta";*/

/*  position: fixed;*/

/*  width: 80px;*/

/*  height: 25px;*/

/*  background: #EE8E4A;*/

/*  top: 7px;*/

/*  left: -20px;*/

/*  text-align: center;*/

/*  font-size: 13px;*/

/*  font-family: sans-serif;*/

/*  text-transform: uppercase;*/

/*  font-weight: bold;*/

/*  color: #fff;*/

/*  line-height: 27px;*/

/*  -ms-transform: rotate(-45deg);*/

/*  -webkit-transform: rotate(-45deg);*/

/*  transform: rotate(-45deg);*/

/*  z-index: 9999;*/

/*}*/

/* Animation Delay
--------------------------------------------*/

.delay05s {
    -webkit-animation-delay: 0.5s;
    animation-delay: 0.5s;
}

.delay1s {
    -webkit-animation-delay: 1s;
    animation-delay: 1s;
}

.delay15s {
    -webkit-animation-delay: 1.5s;
    animation-delay: 1.5s;
}

.delay2s {
    -webkit-animation-delay: 2s;
    animation-delay: 2s;
}

.v-hidden {
    visibility: hidden;
}

/* Autocomplete
--------------------------------------------*/

.autocomplete-suggestions {
    border: 1px solid #999;
    background: #fff;
    cursor: default;
    overflow: auto;
    font-size: 14px;
}

.autocomplete-suggestion {
    padding: 10px 5px;
    font-size: 1.2em;
    white-space: nowrap;
    overflow: hidden;
    font-size: 14px;
}

.autocomplete-selected {
    background: #f0f0f0;
    font-size: 14px;
}

.autocomplete-suggestions strong {
    font-weight: normal;
    color: #3399ff;
    font-size: 14px;
}

/* Carousel Fade
--------------------------------------------*/

.carousel {
    z-index: 1;
}

.carousel-fade .carousel-inner .item {
    opacity: 0;
    transition-property: opacity;
}

.carousel-fade .carousel-inner .active {
    opacity: 1;
}

.carousel-fade .carousel-inner .active.left, .carousel-fade .carousel-inner .active.right {
    left: 0;
    opacity: 0;
    z-index: 1;
}

.carousel-fade .carousel-inner .next.left, .carousel-fade .carousel-inner .prev.right {
    opacity: 1;
}

.carousel-fade .carousel-control {
    z-index: 2;
}

/* Label
--------------------------------------------*/

.label-default {
    background-color: #ffbf00;
    border-radius: 0;
}

/* Tooltip
--------------------------------------------*/

.tooltip .tooltip-inner {
    background-color: #2295f1;
    padding: 5px 10px;
    font-size: 18px;
}

.tooltip .tooltip-arrow {
    border-top-color: #2295f1 !important;
}

.my-tooltip {
    border-bottom: 1px dotted #2295f1;
    color: #2295f1;
}

/* Links
--------------------------------------------*/

a {
    color: red;
}

a:hover {
    color: #444;
    text-decoration: none;
}

/* Scroll to Top Button
--------------------------------------------*/

.scrollup {
    width: 44px;
    height: 44px;
    position: fixed;
    bottom: 44px;
    right: 64px;
    display: none;
    text-indent: -9999px;
    z-index: 9999;
    background: url("../img/icon_top.png") no-repeat;
}

/* Header
--------------------------------------------*/

header {
    height: 147px;
    width: 100%;
    top: 0;
    z-index: 100;
    background-color: black;
    color: white;
}

header .box {
    margin: 0 auto;
}

header .brand {
    margin: 45px 0 0 0;
}

header .brand h1 {
    margin: 6px 0 0 0;
    padding: 0;
    display: inline-block;
}

header .header-info .contact {
    font-size: 17px;
    font-weight: 900;
    margin-top: 10px;
    border: 2px solid red;
    padding: 6px;
}

header .header-info .language-toggle-switch {
    background-color: #ffbf00;
    margin-left: 24px;
}

header .header-info .language-toggle-switch a {
    color: #fff;
    font-weight: bold;
    display: block;
    padding: 11px 45px 8px 15px;
    background: transparent url("../img/lang-select-icon.png") no-repeat 154px 14px;
}

header .header-info .language-toggle-switch .dropdown-menu {
    box-shadow: none;
    border-radius: 0;
    min-width: 188px;
    padding: 0;
}

header .header-info .language-toggle-switch .dropdown-menu li a {
    color: #716d6e;
    padding: 5px 15px 5px 15px;
    background-image: none;
}

header .header-info .language-toggle-switch .dropdown-menu li a:hover {
    background-color: #efe9e9;
}

header .header-info .language-toggle-switch .dropdown-menu li img {
    margin-right: 10px;
}

/* Navbar
--------------------------------------------*/

header .navbar-default {
    border: none;
    background-color: transparent;
    border-radius: 0;
    font-size: 18px;
    font-weight: bold;
    margin-top: 5px;
}

header .navbar-brand {
    display: none;
}

header .navbar-brand h3 {
    font-size: 18px;
    margin: 10px 0 0 0;
}

header .navbar-brand h5 {
    font-size: 12px;
}

header .navbar-brand div {
    display: inline-block;
}

header .navbar-default .container-fluid {
    padding: 0;
}

header .navbar-default .navbar-collapse {
    padding: 0;
}

header .navbar-default .navbar-nav>.active>a {
    background-color: #fff;
    border: 2px solid red;
    color: white;
    background-color: transparent;
}

.small .navbar-collapse {
    margin-top: 15px;
}

/* .small .brand h1 {
    margin-top: 17px;
} */

@media only screen and (min-width: 1200px) {
    .small .brand div {
        margin-top: -24px;
    }
}

header .navbar-default .navbar-nav>li>a {
    background-color: transparent;
    padding: 8px 10px 7px 11px;
    border: 2px solid transparent;
    transition: background 0.4s ease-in-out;
    color: white;
}

header .navbar-default .navbar-nav>li>a:hover {
    background-color: #fff;
    border: 2px solid red;
    background-color: red;
    color: white;
}

header .navbar-default .navbar-nav .dropdown-menu {
    box-shadow: none;
    border-radius: 0;
    border-color: #fff;
    margin: -2px 2px 0 0;
    border: none;
    border-top: 4px solid #e7e7e7;
    border-bottom: 4px solid #e7e7e7;
    padding: 0;
}

header .navbar-default .navbar-nav .dropdown-menu li a {
    padding: 7px 20px;
}

.navbar-nav.navbar-right:last-child {
    margin-right: -9px;
}

.nav .open>a, .nav .open>a:hover, .nav .open>a:focus {
    border-color: #ffffff;
}

header.small {
    background: black !important;
    height: 120px;
    border-bottom: 4px solid red;
    /* background: #e0e0e0; */
    /* Old browsers */
    background: -moz-linear-gradient(left, #e0e0e0 0%, #ffffff 100%);
    /* FF3.6-15 */
    /* background: -webkit-linear-gradient(left, #e0e0e0 0%, #ffffff 100%); */
    /* Chrome10-25,Safari5.1-6 */
    /* background: linear-gradient(to right, #e0e0e0 0%, #ffffff 100%); */
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#e0e0e0', endColorstr='#ffffff', GradientType=1);
    /* IE6-9 */
}

header.small .header-info {
    display: none;
}

header.small .brand {
    margin: 24px 0 0 0;
    width: 100%;
}

@media only screen and (min-width: 992px) {
    header.small .navbar-default {
        margin-top: 25px;
    }
}

.navbar-brand {
    line-height: 42px;
}

header.large {
    height: 147px;
    box-shadow: none;
    border-bottom: 3px solid red;
}

header.large .header-info {
    display: block;
}

header.large .brand {
    margin: 56px 0 0 0;
    width: 100%;
}

/* --------------------------------------
            Teaser styles Start 
------------------------------------------ */

/* Teaser Hero */

#teaser .home-hero {
    min-height: 35vw;
    display: flex;
    align-items: center;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    color: #fff;
    margin-bottom: 0;
}

.webp #teaser .home-hero {
    background-image: linear-gradient(0deg, rgb(0 0 0 / 37%), rgb(0 0 0 / 37%)), url(/img/home-car.webp);
}

.no-webp #teaser .home-hero {
    background-image: linear-gradient(0deg, rgb(0 0 0 / 37%), rgb(0 0 0 / 37%)), url(/img/home-car.jpg);
}

#teaser .home-hero h1 {
    font-size: 42px;
    line-height: 52px;
    font-weight: bold;
    margin-bottom: 28px;
}

#teaser .home-hero p {
    font-size: 22px;
    font-weight: normal;
}

#teaser .home-hero .home-hero-buttons {
    width: 100%;
    margin-top: 29px;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

/* Teaser Hero Buttons */

#teaser .home-hero .home-hero-buttons button {
    background: #FF0000;
    border: 0;
    border-radius: 5px;
    width: 140px;
    height: 50px;
    font-size: 16px;
    line-height: 16px;
    margin: 6px 0;
}

#teaser .home-hero .home-hero-buttons button span {
    font-size: 12px;
    font-style: italic;
}

#teaser .home-hero .home-hero-buttons button:not(.disabled):hover {
    background: #f55656;
}

#teaser .home-hero .home-hero-buttons button.disabled {
    background: #424242;
}

#teaser .home-hero .home-hero-buttons a {
    color: #fff;
}

/* Teaser Booking Form Container */

#teaser .teaser-booking-container {
    background: red;
    padding: 16px 60px 36px 60px;
    border: 0;
    border-radius: 5px;
    color: #fff;
    margin-top: -6vw;
    margin-left: -34px;
    margin-right: -34px;
}

/* Form switch */

#teaser .book-form-switch {
    margin-bottom: 20px;
}

#teaser .book-form-switch>button {
    width: 49%;
    padding: 10px 0;
    border: 0;
    border-radius: 0;
    background: transparent;
    font-size: 20px;
}

#teaser .book-form-switch>button:not(.active):hover {
    border-bottom: 2px solid #fff;
}

#teaser .book-form-switch>button.active {
    border-bottom: 2px solid #fff;
}

#teaser .teaser-booking-container .book-info {
    font-size: 20px;
    font-weight: bold;
}

#teaser .teaser-booking-container .book-info a {
    color: #fff;
    font-weight: bold;
    text-decoration: underline;
}

#teaser .teaser-booking-container .book-info a:hover {
    color: #ccc;
}

#teaser .self-drive-form {
    background: transparent;
    padding: 0;
}

#teaser .self-drive-form>div.basic-input {
    display: flex;
    margin-top: 28px;
}

#teaser .self-drive-form>div.basic-input>* {
    margin: 0 15px;
    flex-basis: 20%;
    flex-grow: 0;
}

#teaser .self-drive-form>div.basic-input>div {
    position: relative;
}

#teaser .self-drive-form div.basic-input>*:first-child {
    margin-left: 0;
}

#teaser .self-drive-form div.basic-input>*:last-child {
    margin-right: 0;
}

/* Plan Type Toggle Switch Styles */

.self-drive-info-switch-container {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.self-drive-info-switch-container>.sd-toggle-switch-container {
    flex-shrink: 0;
    text-align: right;
    max-width: 100%;
}

.self-drive-info-switch-container>.sd-toggle-switch-container>p {
    margin-bottom: 2px;
    font-size: 12px;
}

.sd-toggle-switch {
    position: relative;
    display: inline-block;
    width: 87px;
    height: 34px;
    vertical-align: middle;
}

.sd-toggle-switch input {
    display: none;
}

.sd-slider {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #fff;
    transition: 0.4s;
}

.sd-slider:before {
    position: absolute;
    content: "";
    height: 26px;
    width: 26px;
    left: 4px;
    bottom: 4px;
    background-color: #000;
    transition: 0.4s;
}

.sd-toggle-switch input:checked+.sd-slider {
    background-color: #ffc625;
}

.sd-toggle-switch input:checked+.sd-slider:before {
    transform: translateX(52px);
}

.sd-toggle-switch .on {
    display: none;
}

.sd-toggle-switch .on, .sd-toggle-switch .off {
    color: #000;
    position: absolute;
    transform: translate(-50%, -50%);
    top: 50%;
    font-size: 18px;
    font-weight: normal;
}

.sd-toggle-switch .on {
    left: 30px;
}

.sd-toggle-switch .off {
    right: 4px;
}

.sd-toggle-switch input:checked+.sd-slider .on {
    display: block;
}

.sd-toggle-switch input:checked+.sd-slider .off {
    display: none;
}

/* Rounded sliders */

.sd-slider.round {
    border-radius: 34px;
}

.sd-slider.round:before {
    border-radius: 50%;
}

/* Teaser Self-Drive Form Input Styling */

#teaser .self-drive-form input[type="text"], #teaser .self-drive-form select, #teaser .teaser-hire-form input[type="text"] {
    background: #FCFDFF;
    height: 57px !important;
    border: 0 !important;
    border-radius: 5px;
    color: #6E676A;
    font-size: 16px;
}

#teaser .self-drive-form input[type="text"]:disabled, #teaser .self-drive-form select:disabled, #teaser .teaser-hire-form input[type="text"]:disabled {
    opacity: 0.9;
    background-color: #ccc;
}

#teaser .self-drive-form input[type="text"].hidden-field {
    position: absolute;
    top: 0;
    color: transparent;
    z-index: -999;
    background: transparent;
}

#teaser .self-drive-form input.calendar-icon {
    background-image: url(/img/icons/calendar.svg);
    background-repeat: no-repeat;
    background-size: 16px;
    background-position: 18px center;
    padding-left: 42px;
}

#teaser .self-drive-form select {
    -webkit-appearance: none;
    -moz-appearance: none;
    text-indent: 1px;
    text-overflow: '';
    padding-left: 18px;
    padding-right: 38px;
    background-image: url(/img/icons/down-arrow.svg);
    background-repeat: no-repeat;
    background-size: 16px 9px;
    background-position: right 18px center;
}

#teaser .self-drive-form select::-ms-expand {
    display: none;
}

#teaser .self-drive-form select.car-icon {
    background-image: url(/img/icons/car.svg), url(/img/icons/down-arrow.svg);
    background-repeat: no-repeat, no-repeat;
    background-size: 16px, 16px 9px;
    background-position: 18px center, right 18px center;
    padding-left: 42px;
    max-width: 18%;
}

#teaser .self-drive-form select.location-icon {
    background-image: url(/img/icons/location.svg), url(/img/icons/down-arrow.svg);
    background-repeat: no-repeat, no-repeat;
    background-size: 16px 20px, 16px 9px;
    background-position: 18px center, right 18px center;
    padding-left: 42px;
}

#teaser .self-drive-form .sd-plan-select>select {
    width: 100%;
}

#teaser .self-drive-form .sd-plan-select>p.plan-price {
    visibility: hidden;
    margin: 5px 0 0 0;
    font-size: 15px;
    font-weight: 500;
}

#teaser .self-drive-form>div.extra-input {
    display: flex;
    /* justify-content: space-between; */
    justify-content: center;
    margin-top: 33px;
}

#teaser .self-drive-form>div.extra-input>div {
    display: flex;
}

#teaser .self-drive-form>div.extra-input>div:not(:first-child) {
    margin-left: 40px;
}

#teaser .self-drive-form input[type="checkbox"] {
    width: 22px;
    height: 22px;
    flex-shrink: 0;
}

#teaser .self-drive-form>div.extra-input label {
    font-size: 17px;
    font-weight: normal;
    vertical-align: top;
    margin-top: 1px;
    margin-left: 18px;
}

#teaser .self-drive-form>div.extra-input label>span {
    font-size: 19px;
    font-weight: 500;
    margin-left: 12px;
}

#teaser .self-drive-form>div.extra-input label>a {
    color: #fff;
    font-weight: bold;
    text-decoration: underline;
}

#teaser .self-drive-form>div.extra-input label>a:hover {
    color: #ccc;
}

#teaser .self-drive-form button.book-btn, #teaser .teaser-hire-form button.next-btn {
    display: block;
    background: #000;
    width: 344px;
    max-width: 100%;
    height: 57px;
    border: 2px solid #000;
    border-radius: 5px;
    margin: 0 auto;
    margin-top: 44px;
    color: #fff;
    font-size: 16px;
    font-weight: bold;
    transition: 0.5s ease;
    outline: none;
}

#teaser .self-drive-form button.book-btn:hover, #teaser .teaser-hire-form button.next-btn:hover {
    background: red;
    border: 2px solid #fff;
}

#teaser .self-drive-form .error {
    display: none;
    background: #f2dede;
    margin-top: 5px;
    padding: 5px 10px;
    border-radius: 5px;
    color: red;
    font-size: 12px;
    font-weight: bold;
}

/* Teaser Form Styling Ends */

/* Teaser Hire Form Styling */

#teaser .teaser-hire-form {
    display: none;
    background: transparent;
    padding: 0;
    margin-top: 28px;
}

#teaser .teaser-hire-form input[type="text"] {
    width: 400px;
    max-width: 100%;
    display: block;
    margin: 0 auto;
}

#teaser .teaser-hire-form input.location-icon {
    background-image: url(/img/icons/location.svg);
    background-repeat: no-repeat;
    background-size: 16px;
    background-position: 18px center;
    padding-left: 42px;
}

#teaser .teaser-hire-form input[type="text"]~.typeahead {
    left: calc(50% - 200px) !important;
}

#teaser .teaser-hire-form button.next-btn {
    width: 200px;
}

#teaser .emi-container {
    color: #fff;
    margin-top: 40px;
    text-align: center;
}

#teaser .emi-container p>a {
    color: #fff;
    text-decoration: underline;
    font-weight: bold;
}

#teaser .emi-container p>a:hover {
    color: #ccc;
}

#teaser .emi-container form {
    padding: 0;
}

@media only screen and (max-width: 1366px) {
    #teaser .teaser-booking-container {
        margin-top: -4vw;
    }
}

@media only screen and (max-width: 992px) {
    #teaser .teaser-booking-container {
        margin-left: -15px;
        margin-right: -15px;
    }
    #teaser .self-drive-form>div.basic-input {
        flex-wrap: wrap;
        justify-content: space-around;
    }
    #teaser .self-drive-form>div.basic-input>* {
        flex-basis: 25%;
    }
    #teaser .self-drive-form select.car-icon {
        max-width: 25%;
    }
    #teaser .self-drive-form>div.basic-input>* {
        margin: 10px 5px;
    }
    #teaser .self-drive-form>div.extra-input {
        flex-wrap: wrap;
    }
}

@media only screen and (max-width: 767px) {
    #teaser .home-hero h1 {
        font-size: 22px;
        line-height: 28px;
        text-align: center;
    }
    #teaser .home-hero p {
        font-size: 14px;
        line-height: 20px;
        text-align: center;
    }
    #teaser .teaser-booking-container {
        margin-left: 0;
        margin-right: 0;
        padding: 18px;
    }
    #teaser .self-drive-info-switch-container {
        flex-wrap: wrap;
    }
    #teaser .self-drive-info-switch-container>.sd-toggle-switch-container {
        margin: 18px auto 0 auto;
        text-align: center;
    }
    #teaser .self-drive-form>div.basic-input>* {
        flex-basis: 100%;
        margin: 10px 0;
    }
    #teaser .self-drive-form select.car-icon {
        max-width: 100%;
    }
    #teaser .self-drive-form input[type="text"], #teaser .self-drive-form select {
        margin: 6px 0;
    }
    #teaser .teaser-booking-container .book-info {
        font-size: 12px;
    }
    #teaser .self-drive-form>div.extra-input>div {
        margin: 5px 0;
    }
}

@media only screen and (max-width: 460px) {
    #teaser .home-hero .home-hero-buttons button, #teaser .home-hero .home-hero-buttons a {
        width: 46%;
    }
    #teaser .home-hero .home-hero-buttons a>button {
        width: 100%;
    }
    #teaser .teaser-hire-form input[type="text"]~.typeahead {
        left: 33px !important;
    }
    #teaser .self-drive-form>div.extra-input {
        justify-content: start;
        margin-top: 10px;
    }
    #teaser .self-drive-form>div.extra-input>div:not(:first-child) {
        margin-left: 0;
    }
    #teaser .self-drive-form button.book-btn {
        margin-top: 30px;
    }
}

/* --------------------------------------
            Teaser styles END 
------------------------------------------ */

#vehicles .vehicle-nav li:last-child a {
    border-bottom: 1px solid red;
}

#information div.row {
    margin-bottom: 0px;
}

.carousel-inner {
    height: 685px;
}

.arrow-down {
    width: 0;
    height: 0;
    border-left: 37px solid transparent;
    border-right: 37px solid transparent;
    border-top: 37px solid red;
    margin: 0 auto;
}

.plan-select {
    padding: 0 5px;
    background: transparent;
    border: none;
    margin-left: 13px;
    padding-right: 104px;
    outline: none;
    position: relative;
    z-index: 11;
    /* for Firefox */
    -moz-appearance: none;
    /* for Chrome */
    -webkit-appearance: none;
    display: inline-block;
}

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

#plan-select-hour {
    display: none;
}

.plan-select option {
    color: #fff;
    background: #000;
}

.extra-price {
    font-size: 0.8em;
    border-radius: 10px;
    border: 1px solid white;
    padding: 5px 15px;
    display: block;
    line-height: 1.5;
    width: 200px;
    margin: 0 auto;
    margin-top: 10px;
    margin-bottom: 5px;
    text-align: center;
}

#custom-pick-up, #custom-drop-off {
    display: none;
    border: 1px solid #e1e1e1;
    padding: 10px;
    width: 100%;
    margin-top: 0px;
    color: #716d6e !important;
}

/* Services
--------------------------------------------*/

#services, #myaccount {
    position: relative;
    z-index: 2;
}

#services {
    margin-top: 22px;
}

#myaccount {
    margin-top: 65px;
}

#services .title, #vehicles .title, #myaccount .title {
    margin-bottom: 38px;
}

#services h2, #vehicles h2, #myaccount h2 {
    font-size: 46px;
    font-weight: 900;
    text-align: center;
    margin: 0 0 25px 0;
    padding: 0;
    color: white;
}

#services .underline, #vehicles .underline, #myaccount .underline {
    height: 4px;
    width: 135px;
    display: block;
    background-color: red;
    margin: 0 auto;
}

#services .service-box {
    background-color: #000;
    padding: 30px;
    margin-bottom: 30px;
    color: #fff;
    border: 2px solid red;
}

#services .service-box .service-icon {
    height: 43px;
    width: 43px;
    background-color: #ffd700;
    color: #fff;
    text-align: center;
    line-height: 40px;
    font-size: 41px;
    font-weight: 900;
    float: left;
    margin-right: 15px;
}

#services .service-box .service-title {
    margin: 0;
    padding: 0;
    font-size: 30px;
    font-weight: 900;
    padding-top: 5px;
}

#services .service-box .service-content {
    margin-top: 25px;
    font-size: 18px;
    line-height: 1.7;
}

/* ------------------------------------------
          PRICING SECTION CSS START
--------------------------------------------*/

#vehicles {
    position: relative;
    z-index: 2;
    padding-top: 60px;
}

#vehicles .checkAvail {
    outline: none;
    width: 95%;
    text-align: center;
    margin: 10px auto;
    display: block;
}

#vehicles .checkAvail:focus {
    outline: none;
}

#vehicles .checkAvail::-webkit-input-placeholder {
    color: white;
}

#vehicles .checkAvail::-moz-placeholder {
    color: white;
}

#vehicles .checkAvail:-ms-input-placeholder {
    color: white;
}

#vehicles .checkAvail::-ms-input-placeholder {
    color: white;
}

#vehicles .checkAvail::placeholder {
    color: white;
}

#vehicles .title {
    font-size: 36px;
    font-weight: 900;
    margin-bottom: 0;
}

#vehicles .subtitle {
    font-weight: normal;
}

#vehicles #vehicle-nav-container {
    height: 554px;
    overflow: hidden;
    position: relative;
    margin-bottom: 1px;
    overflow-y: scroll;
}

/* width */

#vehicle-nav-container::-webkit-scrollbar {
    width: 6px;
}

/* Track */

#vehicle-nav-container::-webkit-scrollbar-track {
    background: #2B2B2B;
    border-radius: 3px;
}

/* Handle */

#vehicle-nav-container::-webkit-scrollbar-thumb {
    background: #ff3c3c;
    border-radius: 3px;
}

/* Handle on hover */

#vehicle-nav-container::-webkit-scrollbar-thumb:hover {
    background: red;
}

#vehicles .vehicle-nav li a:last-child {
    border-bottom: 1px solid #b1b1b1;
}

.price-box i {
    display: inline-block;
    margin-right: 10px;
}

.price-box>span {
    display: block;
}

#vehicles .vehicle-nav {
    list-style: none;
    margin: 0;
    padding: 0;
    top: 0px;
    position: absolute;
    width: 100%;
}

#vehicles .vehicle-nav-control {
    padding-right: 10px;
}

#vehicles .vehicle-nav-control a {
    width: 50%;
    height: 40px;
    display: block;
    background-color: #716d6e;
    text-align: center;
    float: left;
    color: #fff;
    line-height: 40px;
    font-size: 24px;
    transition: all 0.25s ease-in-out;
}

#vehicles .vehicle-nav-control a:first-of-type {
    border-right: 1px solid #fff;
}

#vehicles .vehicle-nav-control a:hover {
    background-color: rgba(249, 42, 27, 0.59);
    color: white;
}

#vehicles .vehicle-nav li {
    background-color: #000;
    position: relative;
    transition: 0.2s;
    margin-right: 10px;
}

.vehicle-features {
    background-color: #000;
    color: #fff;
    border: 1px 1px 1px 1px solid red;
    border: 2px solid red;
}

.vehicle-features td {
    border-top: 1px solid red !important;
}

#vehicles .vehicle-nav li span {
    width: 0px;
    height: 0px;
    border-left: 10px solid red;
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent;
    display: block;
    position: absolute;
    right: -10px;
    top: 20px;
    transition: 0.2s;
}

#vehicles .vehicle-nav li:hover {
    background-color: #fff;
    color: black;
}

#vehicles .vehicle-nav li:hover a {
    color: black;
}

.select-car-container {
    width: 100%;
}

#vehicles .vehicle-nav li.active {
    background-color: red;
    font-weight: bold;
    text-decoration: none;
    border-right: 1px solid red;
}

#vehicles .vehicle-nav li.active span {
    border-left-color: red;
}

#vehicles .vehicle-nav li a {
    font-size: 18px;
    color: #fff;
    padding-left: 15px;
    display: block;
    height: 60px;
    line-height: 60px;
    border: 1px solid red;
}

#vehicles .vehicle-nav li.active a {
    color: white;
    border-right: 0;
}

#vehicles .styled-select-vehicle-data {
    height: 43px;
    position: relative;
    width: 100%;
    display: none;
    border: 2px solid red;
}

#vehicles .styled-select-vehicle-data select {
    border: none;
    font-size: 16px;
    width: 100%;
    background-image: none;
    background: transparent;
    -webkit-appearance: none;
    padding: 1px 82px 1px 10px;
    height: 39px;
    color: white;
    z-index: 11;
}

#vehicles .styled-select-vehicle-data select option {
    background: #000;
}

#vehicles .styled-select-vehicle-data button {
    background: red;
    color: #fff;
    border-radius: 4px;
    border: 2px solid #ff1a1a;
    position: absolute;
    right: 6px;
    z-index: -999;
    top: 6px;
}

#vehicles .vehicle-img {
    text-align: center;
}

#vehicles .vehicle-img img {
    display: inline-block;
}

#vehicles .vehicle-price {
    background-color: #f44336;
    line-height: 53px;
    font-size: 24px;
    font-weight: 900;
    color: white;
}

.vehicle-price div.price-container {
    border-top: 1px solid red;
    border-bottom: 1px solid red;
    padding: 13px;
}

.vehicle-price div.price-container>div.vh-price-info {
    position: relative;
    text-align: center;
}

.vehicle-price button.change-btn {
    font-size: 14px;
    height: 30px;
    background: red;
    color: #fff;
    border: 0;
    padding: 10px 5px;
    line-height: 0;
    border-radius: 4px;
    z-index: 0;
    display: inline-block;
    margin-left: -100px;
    margin-top: -2px;
    vertical-align: middle;
}

.vehicle-price div.price-container>p.vh-price {
    text-align: center;
    font-size: 38px;
}

#vehicles .vehicle-price .info {
    font-weight: normal;
    font-size: 18px;
}

#vehicles .reserve-button {
    background-color: red;
    color: #fff;
    display: block;
    height: 50px;
    line-height: 51px;
    font-size: 24px;
    font-weight: 900;
    padding: 0 15px;
    box-shadow: 6px 6px 0 #efe9e9;
    text-transform: uppercase;
    transition: 0.2s;
    width: 100%;
    margin: 0 auto;
    margin-bottom: 20px;
    text-align: center;
}

#vehicles .reserve-button:hover {
    background-color: #716d6e;
}

#vehicles .reserve-button span {
    margin-right: 7px;
}

@media only screen and (min-width: 992px) {
    #vehicles .vehicle-nav-row {
        padding-right: 0;
    }
}

@media only screen and (max-width: 767px) {
    #vehicles {
        padding-top: 30px;
    }
}

/* ------------------------------------------
          PRICING SECTION CSS END
--------------------------------------------*/

/* ------------------------------------------
          LOCATION SECTION CSS START
--------------------------------------------*/

#locations {
    margin-top: 60px;
    position: relative;
    z-index: 2;
}

#locations .location-select-container {
    z-index: 1;
    position: relative;
}

#locations .location-select {
    background-color: red;
    margin: 0 auto;
    max-width: 325px;
    margin: 0 auto;
    border-radius: 5px;
}

#locations .location-select h2 {
    font-size: 35px;
    font-weight: 900;
    color: #fff;
    text-align: center;
    padding: 20px;
}

#locations .styled-select-location {
    height: 47px;
    position: relative;
    margin: 22px 21px 0 0;
    background-color: none;
}

#locations .styled-select-location:after {
    content: "v";
    right: 0px;
    top: 0px;
    width: 30px;
    height: 43px;
    position: absolute;
    pointer-events: none;
    line-height: 41px;
    text-align: center;
}

#locations .map {
    width: 100%;
    height: 550px;
    top: -50px;
    border: 0;
    position: relative;
}

.arrow-down-location {
    width: 0;
    height: 0;
    border-left: 37px solid transparent;
    border-right: 37px solid transparent;
    border-top: red;
    margin: 0 auto;
}

@media only screen and (max-width: 767px) {
    #locations {
        margin-top: 30px;
    }
}

/* ------------------------------------------
          LOCATION SECTION CSS END
--------------------------------------------*/

/* ------------------------------------------
        INFORMATION SECTION CSS START
--------------------------------------------*/

#information {
    padding-top: 20px;
    padding-bottom: 20px;
    position: relative;
    z-index: 2;
}

#information .row {
    margin-bottom: 90px;
}

#information .title {
    font-size: 36px;
    font-weight: 900;
    margin: 0 0 30px 0;
    padding: 0;
    color: white;
}

#information .subtitle {
    font-size: 24px;
    font-weight: normal;
    margin: 0 0 30px 0;
    padding: 0;
    color: white;
}

#information p {
    font-size: 18px;
    line-height: 1.7;
    margin-bottom: 30px;
    color: white;
}

#information .btn-border {
    border: 1px solid #ccc;
    padding: 1px;
    margin: 0 20px 0 0;
    display: inline-block;
}

#information .btn {
    font-size: 24px;
    font-weight: 900;
    background-color: #ffbf00;
    color: #fff;
    border-radius: 0;
    border: none;
    line-height: 47px;
    padding: 0 15px;
    box-shadow: 6px 6px 0 #efe9e9;
    margin-right: 15px;
    transition: 0.2s;
}

#information .btn:hover {
    background-color: #716d6e;
}

#information .btn-gray {
    background-color: #716d6e;
}

#information .btn-gray:hover {
    background-color: #ffbf00;
}

#information .video {
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 30px;
    height: 0;
    overflow: hidden;
}

#information .video iframe, #information .video object, #information.video embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

@media only screen and (max-width: 767px) {
    #information {
        padding-top: 0px;
        padding-bottom: 0px;
    }
}

/* ------------------------------------------
        INFORMATION SECTION CSS END
--------------------------------------------*/

/* ------------------------------------------
        CONTACT SECTION CSS START
--------------------------------------------*/

#contact {
    padding-top: 40px;
    position: relative;
    z-index: 2;
}

#contact h2 {
    font-size: 36px;
    font-weight: 900;
    color: white;
}

#contact .contact-info {
    font-size: 18px;
    margin-bottom: 35px;
    line-height: 1.7;
    color: white;
}

#contact .contact-info .address {
    font-weight: 900;
}

#contact .contact-info .highlight {
    color: #f44336;
}

#contact form .form-group {
    margin-bottom: 20px;
}

#contact form .text-field {
    background-color: #000;
    height: 45px;
    border-radius: 0;
    border: none;
    box-shadow: none;
    font-size: 18px;
    border: 2px solid red;
    color: #fff;
}

#contact form textarea {
    background-color: #000;
    height: 196px;
    border-radius: 0;
    border: none;
    box-shadow: none;
    font-size: 18px;
    border: 2px solid red;
    color: #fff;
}

#contact form ::-webkit-input-placeholder {
    font-size: 18px !important;
    font-weight: bold;
}

#contact form :-moz-placeholder {
    font-size: 18px !important;
    font-weight: bold;
}

#contact form ::-moz-placeholder {
    font-size: 18px !important;
    font-weight: bold;
}

#contact form :-ms-input-placeholder {
    font-size: 18px !important;
    font-weight: bold;
}

#contact form .first-name {
    float: left;
    width: 49%;
}

#contact form .last-name {
    float: right;
    width: 49%;
}

#contact form .btn-border {
    border: 1px solid #ffd992;
    padding: 1px;
    margin: 0 20px 0 0;
    display: inline-block;
}

#contact form .submit-message {
    font-size: 24px;
    font-weight: 900;
    background-color: red;
    color: #fff;
    border: none;
    line-height: 47px;
    padding: 0 15px;
    box-shadow: 6px 6px 0 #efe9e9;
    text-transform: uppercase;
    transition: 0.2s;
    border-radius: 0;
}

#contact form .submit-message:hover {
    background-color: #716d6e;
}

#contact .contact-box-title {
    font-size: 18px;
    font-weight: bold;
}

#contact .contact-box {
    background-color: #ededed;
    padding: 20px;
}

#contact .contact-box .highlight {
    font-weight: bold;
    color: #ffbf00;
}

#contact .contact-box img {
    border: 1px solid #ffbf00;
    float: left;
    margin-right: 20px;
}

#contact .contact-box-name {
    font-size: 24px;
    font-weight: bold;
}

#contact .contact-box-border {
    background-color: #ffbf00;
    height: 10px;
    margin-top: 1px;
    margin-bottom: 8px;
}

#contact .contact-box-divider {
    height: 10px;
}

#contact .contact-item {
    margin: 20px 0;
    padding: 0 15px;
}

#contact .contact-item:first-child {
    margin-top: 0;
}

#contact .contact-item p {
    font-size: 18px;
    color: #fff;
    font-weight: 500;
    margin: 0;
}

#contact .contact-item a {
    color: #fff;
}

#contact .contact-item a:hover {
    text-decoration: underline;
}

#contact .contact-item p:first-child {
    color: #f44336;
    font-size: 16px;
}

#contact .contact-item p.social {
    font-size: 25px;
}

#contact .contact-item p.social>a {
    margin-right: 10px;
}

@media only screen and (max-width: 967px) {
    #contact .contact-item {
        padding: 0;
    }
    #contact .contact-item:first-child {
        margin-top: 40px;
    }
}

@media only screen and (max-width: 767px) {
    #contact {
        padding-top: 0;
    }
    #contact form .submit-message {
        width: 100%;
        text-align: center;
    }
}

/* ------------------------------------------
        CONTACT SECTION CSS END
--------------------------------------------*/

/* -----------------------------------------------
                SWAL CSS START    
------------------------------------------------*/

.swal-button {
    background-color: #f44336 !important;
}

.swal2-container {
    z-index: 99999 !important;
}

.swal2-popup {
    font-size: 1.6rem !important;
}

/* -----------------------------------------------
                SWAL CSS END    
------------------------------------------------*/

/* Footer Bar
--------------------------------------------*/

#footer-bar {
    background-color: #716d6e;
    padding: 25px 0 40px 0;
    color: #fff;
    margin-bottom: -90px;
    margin-top: 90px;
    line-height: 1.7;
    font-size: 16px;
    position: relative;
    z-index: 2;
}

footer a {
    color: red;
}

#footer-bar .footer-widget:after {
    clear: both;
}

#footer-bar h2 {
    font-size: 18px;
    font-weight: 900;
    text-transform: uppercase;
}

#footer-bar .gallerywidget a {
    margin: 0 2px 4px 0;
    display: block;
    float: left;
}

/* Footer
--------------------------------------------*/

footer {
    margin-top: 90px;
    padding: 40px 0;
    background-color: black;
    position: relative;
    z-index: 2;
    color: white;
    border-top: 3px solid red;
}

footer .footer-nav {
    list-style: none;
    margin: 0 auto 20px auto;
    padding: 0;
}

footer .footer-nav li {
    list-style: none;
    display: inline-block;
    padding: 0 10px;
}

footer .footer-nav li a {
    font-size: 18px;
    text-decoration: underline;
    color: white;
    font-weight: bold;
}

@media only screen and (max-width: 967px) {
    footer {
        margin-top: 40px;
    }
}

/* Checkout Modal
--------------------------------------------*/

#checkoutModal .modal-dialog {
    width: 748px;
}

#checkoutModal .modal-content {
    border-radius: 0px;
    box-shadow: none;
    border: 2px solid #fff;
}

#checkoutModal .modal-header {
    color: #fff;
    background-color: #ffbf00;
    border-bottom: none;
}

#checkoutModal .modal-title {
    font-size: 24px;
    font-weight: 900;
    text-transform: uppercase;
}

#checkoutModal .close {
    color: #fff;
    text-shadow: none;
    opacity: 0.6;
    font-size: 27px;
    margin: 1px 7px 0 0;
}

#checkoutModal .close:hover, .close:focus {
    text-decoration: none;
    cursor: pointer;
    opacity: 1;
}

#checkoutModal .modal-body {
    padding: 0;
}

#checkoutModal .modal-body h3 {
    margin: 0;
    font-size: 18px;
    color: #ffbf00;
    font-weight: bold;
    margin-bottom: 25px;
}

#checkoutModal .checkout-info-box {
    background-color: rgba(255, 191, 0, 0.2);
    padding: 20px 30px;
}

#checkoutModal .checkout-info-box h3 {
    margin: 0;
    margin-bottom: 15px;
    color: #716d6e;
}

#checkoutModal .checkout-info-box h3 i {
    font-size: 23px;
}

#checkoutModal .checkout-vehicle-info {
    margin-top: 30px;
}

#checkoutModal .location-date-info {
    padding: 0 0 0 30px;
    float: left;
    max-width: 340px;
}

#checkoutModal .vehicle-info {
    padding: 0 30px 0 0;
    float: right;
    max-width: 360px;
}

#checkoutModal .vehicle-info a {
    font-size: 12px;
}

#checkoutModal .vehicle-info .vehicle-image {
    width: 90%;
}

#checkoutModal .info-box {
    margin-bottom: 25px;
}

#checkoutModal .info-box .glyphicon {
    float: left;
    font-size: 17px;
}

#checkoutModal .info-box .info-box-title {
    font-size: 14px;
    font-weight: bold;
    margin: 0 0 3px 25px;
}

#checkoutModal .info-box .info-box-description {
    margin-left: 25px;
    font-size: 14px;
}

.checkout-personal-info {
    padding: 0 30px;
}

.checkout-personal-info .styled-select-age {
    border: 2px solid #efe9e9;
    height: 43px;
    position: relative;
}

.checkout-personal-info .styled-select-age:after {
    content: "";
    background: #ffffff url("../img/dropdown-icon.png") no-repeat 5px 18px;
    right: 0px;
    top: 0px;
    width: 29px;
    height: 39px;
    position: absolute;
    pointer-events: none;
}

.checkout-personal-info .styled-select-age select {
    border: none;
    font-size: 16px;
    width: 100%;
    background-image: none;
    background: #fff;
    -webkit-appearance: none;
    padding: 9px 10px;
    height: 39px;
}

.checkout-personal-info form input {
    background-color: #dbdbdb;
    height: 45px;
    border-radius: 0;
    border: none;
    box-shadow: none;
    font-size: 18px;
}

.checkout-personal-info form ::-webkit-input-placeholder {
    font-size: 14px !important;
}

.checkout-personal-info form :-moz-placeholder {
    font-size: 14px !important;
}

.checkout-personal-info form ::-moz-placeholder {
    font-size: 14px !important;
}

.checkout-personal-info form :-ms-input-placeholder {
    font-size: 14px !important;
}

.checkout-personal-info form .checkbox {
    padding-left: 0;
}

.checkout-personal-info form input[type="checkbox"] {
    display: none;
}

.checkout-personal-info form .checkbox label {
    font-size: 18px;
}

.checkout-personal-info form .checkbox label:before {
    content: "";
    display: inline-block;
    font-size: 15px;
    width: 24px;
    height: 24px;
    margin-right: 10px;
    background-color: #dbdbdb;
    text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.2);
    color: #f3f3f3;
    text-align: center;
    line-height: 24px;
}

.checkout-personal-info form input[type="checkbox"]:checked+label:before {
    content: "\2713";
}

.checkout-address-info, .checkout-proof-info {
    padding: 0 30px;
}

#proofModalContainer {
    display: none;
}

#proofModalContainer>p {
    margin: 0 30px;
}

.checkout-proof-info input[type="file"], #maLicenseForm input[type="file"] {
    display: none;
}

.checkout-proof-info label.license-box, #maLicenseForm div.license-box {
    width: 100%;
    height: 220px;
    border: 1px solid #ccc;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    background-size: 100% 100%;
    background-repeat: no-repeat;
    background-position: center;
}

#maLicenseForm div.license-box {
    cursor: auto;
}

.licensePreview {
    width: 100%;
}

.checkout-address-info .license-img {
    z-index: 0;
}

#registerModalForm .form-group.privacy>input[type="checkbox"] {
    margin-top: -4px;
    margin-right: 5px;
}

#phone-number {
    padding-left: 50px;
}

#checkoutModal .address .validationError {
    width: 100%;
}

#checkoutModal .newsletter {
    padding: 0 30px;
    margin: 30px 0;
}

#checkoutModal .modal-footer {
    background-color: #e3e2e2;
}

#submit-register-modal, #proof-upload-btn {
    width: 40%;
    text-align: center;
    margin: 0 auto;
    display: block;
    min-width: 200px;
    padding: 10px;
    box-sizing: content-box;
    font-size: 1.3em;
    background-color: #4caf50;
    border-color: #347737;
}

/* -----------------------------------------------
                LOGIN MODAL CSS START    
------------------------------------------------*/

#logRegModal {
    z-index: 8000;
}

#logRegModal p.text-muted {
    font-size: 14px;
    text-align: center;
}

#loginModalForm {
    max-width: 300px;
    margin: 0 auto;
}

#loginModalForm>p.text-muted {
    font-size: 14px;
}

#loginModalForm .phone-number-group>.control-label {
    font-size: 16px;
}

#loginModalForm .phone-number-group>input {
    height: 45px;
    font-size: 18px;
}

#loginModalForm .phone-number-group>.help-block {
    font-size: 14px;
}

#loginModalForm .otp-group {
    text-align: center;
    display: none;
}

#loginModalForm .otp-group>input {
    width: 120px;
    margin: 0 auto;
    text-align: center;
    -moz-appearance: textfield;
    font-size: 16px;
    letter-spacing: 6px;
}

#loginModalForm .otp-group>input::-webkit-outer-spin-button, input::-webkit-inner-spin-button {
    -webkit-appearance: none;
}

#loginModalForm .otp-group>a {
    font-size: 14px;
    margin: 5px;
}

#loginModalForm button[type="submit"] {
    margin: 10px 0;
    background: #e74c3c;
    color: white;
    box-shadow: none;
    border: 0;
    height: 40px;
    font-size: 18px;
}

#loginModalForm button[type="submit"]:hover {
    opacity: 0.8;
}

#loginModalForm button[type="submit"][disabled] {
    background: rgb(141, 141, 141);
    opacity: 0.8;
}

#reserveLogRegBox {
    text-align: center;
    padding-bottom: 20px;
}

#reserveLogRegBox a {
    text-decoration: underline;
}

@media only screen and (max-width: 767px) {
    #logRegModal .modal-header {
        display: flex;
    }
    #logRegModal h2.modal-title {
        font-size: 18px;
        flex-grow: 1;
    }
}

/* -----------------------------------------------
                LOGIN MODAL CSS END    
------------------------------------------------*/

.modal-title {
    float: left;
}

#loader {
    position: fixed;
    width: 100%;
    height: 100%;
    padding: 0;
    margin: 0;
    background: rgba(0, 0, 0, 0.8);
    top: 0;
    z-index: 9998;
    display: none;
}

.price-box>span {
    display: block;
}

.price-box {
    font-size: 1em;
    padding: 0 30px;
}

.price-box>p {
    font-size: 14px;
    margin-bottom: 0;
}

.price-box>p.total-booking-charge {
    font-size: 1.2em;
    margin: 5px 0;
}

.price-box i {
    margin-right: 10px;
}

#checkoutForm p.disclaimer {
    font-weight: bold;
    text-decoration: underline;
}

#loader img {
    width: 200px;
    height: 200px;
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: 9999;
    margin: -100px 0 0 -100px;
}

#checkoutModal .modal-footer .btn {
    font-size: 24px;
    font-weight: 900;
    background-color: #ffbf00;
    color: #fff;
    border-radius: 0;
    height: 47px;
    line-height: 47px;
    padding: 0 15px;
}

#checkoutModal .modal-footer .btn-border {
    border: 1px solid #ccc;
    padding: 1px;
    margin: 0 10px 0 0;
    display: inline-block;
    background-color: #fff;
}

#checkoutModal .modal-footer .btn-yellow {
    border-color: #ffd992;
}

#checkoutModal .modal-footer .btn-yellow button {
    background-color: #ffbf00;
}

#checkoutModal .modal-footer .btn-gray {
    border-color: #b8b6b6;
}

#checkoutModal .modal-footer .btn-gray button {
    background-color: #716d6e;
}

#licensePreview {
    width: 100%;
}

#license-upload {
    height: auto;
    line-height: initial;
    padding: 10px;
}

#registrationModal {
    z-index: 9997;
}

#registerModalContainer .license-img {
    display: block;
    clear: both;
    width: 85%;
}

#registerModalContainer .address input {
    width: 85%;
}

#registerContainer {
    display: none;
}

#regLink, #regModalLink {
    text-align: center;
    display: block;
    margin: 0 auto;
    width: 40%;
    margin-bottom: 30px;
    margin-top: 10px;
}

#regLink {
    width: inherit;
}

#forgotLink {
    text-align: center;
    margin: 0 auto;
    width: 40%;
    display: block;
}

#completeProfile {
    padding: 0 30px;
    margin-bottom: 30px;
    text-align: center;
    font-weight: bold;
    color: #ffbf00;
}

#completeProfile button {
    padding: 10px;
    color: #fff;
    border: 0;
    background: #27ae60;
    border-radius: 4px;
    font-size: 16px;
}

.checkout-declaration {
    padding: 0 30px;
    font-size: 16px;
}

.checkout-declaration a {
    text-decoration: underline;
}

#vehicles .day {
    background: #4caf50;
    border: 4px solid white !important;
    color: white;
    border-radius: 5px !important;
}

.disabled-date {
    background-color: #f44336 !important;
    color: white !important;
}

#vehicles .disabled.day {
    color: initial;
    background: initial;
}

#vehicles .new.day, #vehicles .old.day {
    background: white;
    color: initial;
}

#accountInfoContainer #licensePreview {
    width: 60%;
    margin: 0 auto;
    display: block;
    margin-top: 20px;
}

#vehicles .vehicle-price {
    background-color: #000;
    line-height: 53px;
    font-size: 24px;
    font-weight: 900;
    color: white;
    border: 2px solid red;
}

.vehicles-type-switcher {
    text-align: center;
    padding: 20px 0 30px 0;
    color: #fff;
}

.vehicles-type-switcher button {
    background: red;
    border: 0;
    padding: 10px;
}

.vehicles-type-switcher button:hover {
    background: rgb(255, 60, 60);
}

.brand a {
    /* margin-top: 6px; */
    display: block;
    float: left;
}

#logo {
    width: 100px;
    margin-right: 17px;
    margin-top: -29px;
    float: left;
}

header.small #logo {
    margin-top: -17.5px;
}

#collapsedLogo {
    width: 65px;
    height: 65px;
    display: inline-block;
    margin-right: 10px;
    margin-left: 10px;
    margin-top: 8px;
    vertical-align: top;
}

.brand div {
    display: inline-block;
    max-width: 232px;
    margin-top: -38px;
}

#accountMenu {
    list-style-type: none;
    padding: 0;
}

.menuItem {
    border: 1px solid #cccccc;
    padding: 12px;
    font-size: 1.2em;
    margin-bottom: 10px;
    cursor: pointer;
}

#menuAccount>.menuLabel {
    margin-left: 27px;
}

#menuOrder>.menuLabel, #menuHireBookings>.menuLabel {
    margin-left: 15px;
    display: inline-block;
}

#accountInfoContainer {
    display: none;
}

.menuItem.active a {
    color: white;
}

.menuItem a {
    text-decoration: none;
}

#logout {
    margin-left: 15px;
    font-weight: 600;
    font-size: 1.3em;
    display: inline-block;
    margin-top: 16px;
}

.validationError {
    display: none;
    margin: 0;
    font-size: 14px;
    padding-left: 10px;
    padding-top: 5px;
    padding-bottom: 5px;
    padding-right: 10px;
    background: #f44336;
    color: white;
    width: 100%;
}

.address .validationError {
    width: 85%;
}

.checkout-personal-info h3 {
    margin-bottom: 25px;
}

.phoneContainer {
    position: relative;
}

.phoneContainer:before {
    content: "+91";
    position: absolute;
    width: 40px;
    background: darkgrey;
    height: 34px;
    line-height: 33px;
    padding-left: 7px;
    border-radius: 4px 0 0 4px;
    color: white;
    font-size: 14px;
}

input#phone-number-modal {
    padding-left: 50px;
}

.modal input[type="checkbox"] {
    display: initial;
    width: initial;
    vertical-align: middle;
}

.lds-ring {
    display: inline-block;
    position: relative;
    width: 64px;
    left: 50%;
    height: 64px;
    top: 50%;
    margin: -32px 0 0 -32px;
}

.lds-ring div {
    box-sizing: border-box;
    display: block;
    position: absolute;
    width: 51px;
    height: 51px;
    margin: 6px;
    border: 6px solid #fff;
    border-radius: 50%;
    -webkit-animation: lds-ring 1.2s cubic-bezier(0.5, 0, 0.5, 1) infinite;
    animation: lds-ring 1.2s cubic-bezier(0.5, 0, 0.5, 1) infinite;
    border-color: #fff transparent transparent transparent;
}

.lds-ring div:nth-child(1) {
    -webkit-animation-delay: -0.45s;
    animation-delay: -0.45s;
}

.lds-ring div:nth-child(2) {
    -webkit-animation-delay: -0.3s;
    animation-delay: -0.3s;
}

.lds-ring div:nth-child(3) {
    -webkit-animation-delay: -0.15s;
    animation-delay: -0.15s;
}

#hireModal, .jModal-dark {
    background: #000000;
    border: 1px solid #ccc;
    border-radius: 5px;
    color: #fff;
}

.hire-form {
    margin-top: 20px;
}

.hire-form label.radio-inline {
    font-size: 15px;
}

.hire-tt {
    margin-bottom: 5px;
}

.hire-tt>.alm-radio {
    display: inline-block;
}

.alm-radio {
    margin: 0.5rem;
}

.alm-radio input[type="radio"] {
    position: absolute;
    opacity: 0;
}

.alm-radio input[type="radio"]+.alm-radio-label:before {
    content: "";
    background: #000;
    border-radius: 100%;
    border: 1px solid #bfbfbf;
    display: inline-block;
    width: 1.4em;
    height: 1.4em;
    position: relative;
    margin-right: 1em;
    vertical-align: top;
    cursor: pointer;
    text-align: center;
    transition: all 250ms ease;
}

.alm-radio input[type="radio"]:checked+.alm-radio-label:before {
    background-color: #ff0000;
    box-shadow: inset 0 0 0 4px #000;
}

.alm-radio input[type="radio"]:focus+.alm-radio-label:before {
    outline: none;
    border-color: #ff0000;
}

.alm-radio input[type="radio"]:disabled+.alm-radio-label:before {
    box-shadow: inset 0 0 0 4px #000;
    border-color: #bfbfbf;
    background: #bfbfbf;
}

.alm-radio input[type="radio"]+.alm-radio-label:empty:before {
    margin-right: 0;
}

.hire-form input[type="text"], .hire-form select, .alm-form input[type="text"], .alm-form input[type="email"], .alm-form input[type="password"], .alm-form input[type="number"] {
    height: 45px;
    border-radius: 0;
    box-shadow: none;
    font-size: 18px;
    border: 2px solid red;
    color: #fff;
    padding: 10px;
    background: #000;
}

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

.action-btns button {
    padding: 5px;
    border-radius: 4px;
    min-width: 70px;
    font-size: 15px;
    margin-left: 10px;
    border: 0;
    color: #fff;
}

.action-btns button.acb-primary {
    background: red;
    border: 1px solid red;
}

.action-btns button.acb-primary:hover {
    background: #ff5151;
    border: 1px solid #ff5151;
}

.action-btns button.acb-cancel {
    background: #000;
    border: 1px solid #fff;
}

.action-btns button.acb-cancel:hover {
    background: #fff;
    color: #000;
}

.action-btns button.disabled, .action-btns button.disabled:hover {
    background: #636363;
    border: #636363;
}

.hire-page {
    color: #fff;
    padding: 0 10px;
}

.hire-page>.hire-header {
    margin: 20px 0;
    border: 2px solid red;
    padding: 20px;
    border-radius: 5px;
}

.hire-header p, .hire-header h1, .hire-header h2, .hire-header h3, .hire-header h4, .hire-header h5, .hire-header h6 {
    margin: 0;
}

.hire-header>div>h4 {
    margin-top: 5px;
}

.hire-header>div>.row:not(:first-child) {
    margin-top: 5px;
}

.hire-header .hh-info-item>p:first-child {
    font-weight: bold;
}

.hire-vehicles {
    margin: 0;
}

.hire-vehicles .hire-vehicle {
    border: 2px solid red;
    border-radius: 5px;
    padding: 10px;
    margin-bottom: 20px;
}

.hire-vehicle>div:first-child>img {
    width: 100%;
    height: auto;
    max-width: 200px;
    margin: 0 auto;
    display: block;
}

.hire-vehicle .action-btns {
    text-align: center;
}

.hire-vehicle>div:nth-child(2) {
    border-right: 1px solid rgb(255 0 0 / 0.4);
}

.hire-vehicle>div:last-child {
    text-align: center;
}

.hire-vehicle>div:last-child h4 {
    text-decoration: line-through;
    margin-bottom: 0;
}

.hire-vehicle>div:last-child h1, .hire-vehicle>div:last-child h3 {
    margin: 0 0 15px 0;
}

.hire-vehicle .small-text {
    font-size: 15px;
}

.hh-car-features {
    display: inline-block;
    border: 1px solid #171717;
    border-radius: 5px;
    padding: 5px;
    text-align: center;
}

.hh-car-features:not(:first-child) {
    margin-left: 10px;
}

.hh-car-features>p {
    font-weight: bold;
    margin-bottom: 8px;
}

.hh-car-features>div {
    display: inline-block;
}

.hh-car-features>div:first-child {
    margin-right: 10px;
}

.hh-car-features>div:not(:first-child) {
    margin: 0 10px;
}

.hh-car-features>div>img {
    width: 30px;
    display: block;
    margin: 0 auto;
}

.hh-car-features>div>p {
    text-align: center;
    margin-top: 3px;
}

.hh-car-features>.disabled {
    -webkit-filter: opacity(50%);
    filter: opacity(50%);
}

.hh-expand, .hh-collapse {
    padding: 10px;
    text-align: center;
}

.hh-expand>a[aria-expanded="true"] {
    display: none;
}

.hireStepsContainer>.step {
    overflow: hidden;
    padding: 20px;
}

.hireStepsContainer .action-btns {
    text-align: center;
}

#decisionStep>.action-btns>p {
    margin: 15px;
    font-size: 20px;
}

#stepLoginForm>input {
    display: block;
    width: 100%;
    margin: 10px 0;
}

#loadingStep>.lds-ring {
    margin: 0 auto;
    margin-left: -32px;
}

#loginStep>p.error {
    color: red;
    text-align: center;
}

#stepUserForm>input, #stepUserForm>div {
    margin: 10px 0;
    width: 100%;
}

#stepUserForm .row>div {
    padding: 0;
}

#stepUserForm .row>div input {
    width: 100%;
}

#confirmStep .row>div>p:first-child {
    color: #ff2e2e;
    margin: 0;
}

#confirmStep .row>div>p:not(:first-child) {
    font-weight: bold;
}

#confirmStep img {
    max-width: 100%;
    max-height: 250px;
}

#confirmStep p.info {
    margin: 15px 0;
}

#confirmStep .hire-price-section {
    border-top: 1px solid #ff2e2e;
    border-bottom: 1px solid #ff2e2e;
    margin: 0;
    padding: 6px 0;
}

#confirmStep .hire-price-section>div {
    padding: 0;
}

#confirmStep .hire-price-section>div:not(:first-child) {
    text-align: right;
}

#confirmStep .hire-price-section>div:first-child>p {
    font-size: 20px;
}

#confirmStep .hire-price-section>div:not(:first-child)>p {
    font-size: 20px;
    margin: 0;
    color: #fff;
}

@-webkit-keyframes lds-ring {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}

@keyframes lds-ring {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}

.car-na-green {
    color: #2ecc71;
    padding: 0px !important;
}

.car-na-red {
    color: #e74c3c;
    padding: 0px !important;
}

.car-na-yellow {
    color: #f1c40f;
    padding: 0px !important;
}

#orderContainer h4 {
    text-align: center;
    margin-top: 30px;
    font-size: 2em;
}

.beta-notice {
    position: absolute;
    margin-top: 10px;
    font-weight: bold;
}

.gm-style-iw>div>div a {
    margin-left: 10px;
}

div#initial-loader {
    position: fixed;
    width: 100%;
    width: 100vw;
    height: 100%;
    height: 100vh;
    top: 0;
    left: 0;
    background: black;
    z-index: 999;
    display: flex;
    justify-content: center;
    align-items: center;
}

.modal-open {
    overflow-y: hidden !important;
}

#initial-loader img {
    width: 200px;
    -webkit-animation: breathing 0.9s ease infinite normal;
    animation: breathing 0.9s ease infinite normal;
    -webkit-font-smoothing: antialiased;
}

.policy-container p {
    text-align: justify;
}

@-webkit-keyframes breathing {
    0% {
        transform: scale(0.9);
    }
    25% {
        transform: scale(1);
    }
    60% {
        transform: scale(0.9);
    }
    100% {
        transform: scale(0.9);
    }
}

@keyframes breathing {
    0% {
        transform: scale(0.9);
    }
    25% {
        transform: scale(1);
    }
    60% {
        transform: scale(0.9);
    }
    100% {
        transform: scale(0.9);
    }
}

/*
  ABOUT PAGE CSS
  -----------------------------------------------
*/

.about-page {
    color: #fff;
    overflow-x: hidden;
}

.about-page h3 {
    border-bottom: 4px solid red;
    padding-bottom: 10px;
    margin-bottom: 20px;
    color: white;
    max-width: 300px;
    text-transform: uppercase;
}

.about-page p, .about-page ul li {
    font-size: 16px;
}

.about-page .mission {
    padding: 20px 60px;
    font-style: italic;
}

.about-page .leadership-person {
    text-align: center;
    margin: 20px;
}

.about-page .leadership-person>img {
    width: 200px;
    height: 200px;
    border-radius: 150px;
}

@media screen and (min-width: 768px) {
    .about-page .team {
        display: flex;
        flex-wrap: wrap;
    }
    .about-page .team>[class*="col-"] {
        display: flex;
        flex-direction: column;
    }
}

.about-page .team h4 {
    font-size: 20px;
}

.about-page q {
    quotes: "“" "”" "‘" "’";
    font-size: 16px;
}

.about-page .leadership-person>q {
    font-weight: bold;
    font-style: italic;
}

.about-page q:before {
    content: open-quote;
}

.about-page>q:after {
    content: close-quote;
}

.about-page .testimonials>h4 {
    text-align: center;
    margin: 25px;
    font-weight: bold;
}

.about-page iframe.google_reviews {
    width: 100%;
    height: 500px; 
    overflow: hidden;
}

.about-page .agent-person {
    text-align: center;
    padding: 10px;
}

.about-page .agent-person>img {
    width: 100px;
    height: 100px;
    border-radius: 50px;
}

.about-page .counter {
    text-align: center;
}

.about-page .counter>h2:nth-child(2) {
    color: red;
}

.row.display-flex {
    display: flex;
    flex-wrap: wrap;
}

.row.display-flex>[class*="col-"] {
    display: flex;
    flex-direction: column;
}

@media screen and (max-width: 768px) {
    .about-page .mission {
        padding: 20px;
    }
}

/* Start Media Queries
------------------------------------------------*/

/* Large devices (large desktops, 1200px and up)*/

@media (max-width: 1200px) {
    /* Header
	--------------------------------------------*/
    header.large .brand {
        width: 100%;
    }
    #logo {
        width: 60px;
        margin-top: -15.5px;
        margin-right: 8px;
    }
    header .brand div {
        margin-top: -35px;
    }
    header .brand h3 {
        font-size: 16px;
    }
    header .brand h5 {
        font-size: 12px;
    }
    header .header-info .contact {
        font-size: 14px;
    }
    header .navbar-default {
        font-size: 14px;
    }
    header.large {
        height: 133px;
    }
    header.small {
        height: 91px;
    }
    header.small .brand {
        margin: 28px 0 0 0;
    }
    .brand h1 {
        font-size: 1.4em;
    }
    .small .brand a {
        margin-top: 4px;
    }
    .small .navbar-collapse {
        margin-top: -1px;
    }
    /* Services
	--------------------------------------------*/
    #services h2 {
        font-size: 42px;
        margin: 0 0 20px 0;
    }
    #services .service-box .service-icon {
        height: 38px;
        width: 38px;
        line-height: 37px;
        font-size: 36px;
    }
    #services .service-box .service-title {
        font-size: 24px;
        padding-top: 6px;
    }
    #services .service-box .service-content {
        margin-top: 20px;
        font-size: 16px;
        line-height: 1.5;
    }
    /* Newsletter
	--------------------------------------------*/
    #newsletter .title {
        font-size: 24px;
    }
    #newsletter .subtitle {
        font-size: 15px;
    }
    #newsletter .newsletter-form {
        height: 50px;
        padding: 7px;
    }
    #newsletter .newsletter-form button {
        font-size: 17px;
    }
    #newsletter .social-icons ul li a {
        height: 51px;
        width: 55px;
        line-height: 51px;
        font-size: 31px;
    }
    /* Vehicles
	--------------------------------------------*/
    #vehicles .title {
        font-size: 32px;
    }
    #vehicles #vehicle-nav-container {
        height: 335px;
    }
    #vehicles .vehicle-nav li a {
        font-size: 16px;
        height: 55px;
        line-height: 55px;
    }
    #vehicles .vehicle-price {
        font-size: 20px;
    }
    #vehicles .vehicle-price {
        font-size: 20px;
    }
    #vehicles .vehicle-price .info {
        font-size: 16px;
    }
    #vehicles .table {
        font-size: 12px;
    }
    #vehicles .reserve-button {
        font-size: 22px;
    }
    #vehicles .reserve-button {
        font-size: 22px;
    }
    #reviews .review {
        font-size: 18px;
    }
    #reviews .author {
        font-size: 16px;
    }
    /* Locations
	--------------------------------------------*/
    #locations .location-select h2 {
        font-size: 28px;
        margin: 30px 0 0 21px;
    }
    #locations .map {
        height: 500px;
    }
    /* Information
	--------------------------------------------*/
    #information .title {
        font-size: 28px;
        margin: 0 0 20px 0;
    }
    #information .subtitle {
        font-size: 20px;
        margin: 0 0 30px 0;
    }
    #information p {
        font-size: 14px;
        line-height: 1.7;
        margin-bottom: 20px;
    }
    #information .btn {
        font-size: 20px;
    }
    /* Partners
	--------------------------------------------*/
    #partners h2 {
        font-size: 42px;
        margin: 0 0 20px 0;
    }
    #partners p {
        font-size: 16px;
    }
    /* Contact
	--------------------------------------------*/
    #contact h2 {
        font-size: 32px;
        margin-bottom: 0;
    }
    #contact .contact-info {
        font-size: 16px;
    }
    #contact form .form-group {
        margin-bottom: 15px;
    }
    #contact form .text-field {
        height: 40px;
        line-height: 40px;
        font-size: 16px;
    }
    #contact .contact-box {
        font-size: 13px;
    }
    #contact .contact-box img {
        width: 65px;
    }
    #contact .contact-box-name {
        font-size: 20px;
    }
    #contact form ::-webkit-input-placeholder {
        font-size: 16px !important;
    }
    #contact form :-moz-placeholder {
        font-size: 16px !important;
    }
    #contact form ::-moz-placeholder {
        font-size: 16px !important;
    }
    #contact form :-ms-input-placeholder {
        font-size: 16px !important;
    }
    #contact form .submit-message {
        font-size: 20px;
    }
    /* Footer
	--------------------------------------------*/
    footer .footer-nav li a {
        font-size: 16px;
    }
}

/* Medium devices (desktops, 992px and up) */

@media (max-width: 992px) {
    /* Header
	--------------------------------------------*/
    header .brand {
        display: none;
    }
    .navbar-brand {
        padding: 0;
        /* width: 230px; */
    }
    header .navbar-brand {
        display: block;
    }
    header .navbar-toggle {
        margin-top: 20px;
    }
    header.large {
        height: 91px;
    }
    header.large .header-info {
        display: none;
    }
    #contact {
        margin-top: 0px;
    }
    #pricing {
        margin-top: 0px;
    }
    header .navbar-default .navbar-collapse {
        background-color: #000;
        padding: 32px;
        z-index: 1183;
        position: absolute;
        width: 100%;
        margin: 15px 0 0 0;
        border: 1px solid red;
        border-top: none;
        box-shadow: 0px 4px 1px -1px rgba(50, 50, 50, 0.32);
    }
    .toggle-switch input:checked+.slider:before {
        transform: translateX(70px);
    }
    /* Newsletter
	--------------------------------------------*/
    #newsletter .title {
        text-align: center;
        margin-bottom: 25px;
    }
    #newsletter .newsletter-form {
        width: 100%;
    }
    #newsletter .social-icons {
        width: 100%;
        text-align: center;
        margin-top: 25px;
    }
    #newsletter .social-icons ul li {
        display: inline-block;
        float: none;
    }
    /* Vehicles
	--------------------------------------------*/
    #vehicles .styled-select-vehicle-data {
        display: block;
    }
    #vehicles #vehicle-nav-container {
        height: auto;
    }
    #vehicles .vehicle-nav {
        display: none;
    }
    #vehicles .vehicle-nav-control {
        display: none;
    }
    #vehicles .vehicle-img {
        margin: 15px 0;
    }
    #vehicles .vehicle-img img {
        display: inline-block;
    }
    /* Locations
	--------------------------------------------*/
    /* #locations .location-select {
    height: 155px;
  }
  #locations .location-select h2 {
    text-align: center;
  }
  #locations .styled-select-location {
    margin: 22px 21px 0 22px;
  } */
    /* Information
	--------------------------------------------*/
    #information {
        text-align: center;
    }
    #information img {
        display: inline-block;
        margin-bottom: 25px;
    }
    #information .video {
        margin-bottom: 25px;
    }
    /* Partners
	--------------------------------------------*/
    #partners {
        padding-bottom: 50px;
    }
    #partners img {
        display: inline-block;
        margin-bottom: 40px;
    }
    /* CheckOut Modal
	--------------------------------------------*/
    #checkoutModal .modal-dialog {
        width: 100%;
        margin: 0;
    }
    #checkoutModal .form-group, #accountInfoContainer .form-group {
        float: none !important;
        width: 100% !important;
        margin-right: 0 !important;
        margin-left: 0 !important;
    }
    #checkoutModal .modal-footer {
        text-align: center;
    }
    .hv-title {
        text-align: center;
        margin: 20px;
    }
    .hh-car-features {
        margin: 10px;
    }
    .hh-expand {
        padding: 0;
    }
    .hire-vehicle>div:last-child {
        margin-top: 10px;
    }
    .hire-vehicle>div:nth-child(2) {
        border-right: 0;
    }
    .hire-vehicle>div:last-child {
        border-top: 1px solid rgb(255 0 0 / 0.4);
    }
}

@media (max-width: 768px) {
    #stepUserForm .row>div input {
        margin: 10px 0;
    }
}

@media (max-width: 768px) {
    .about-page .leadership-person {
        margin-top: 50px;
    }
    .about-page .review {
        padding: 20px;
    }
    .about-page .review.nf {
        border-top: 1px solid #171717;
    }
}

/* Small devices (660px and down) */

@media (max-width: 660px) {
    /* CheckOut Modal
	--------------------------------------------*/
    #checkoutModal .vehicle-info {
        padding: 0 0 0 45px;
        float: none;
        width: 100%;
        max-width: 100%;
        padding: 0 45px 0 45px;
    }
    #checkoutModal .location-date-info {
        width: 100%;
        padding: 0 0 0 45px;
        float: none;
    }
}

/* Change default Nav Breakpoint */

@media (max-width: 992px) {
    .navbar-header {
        float: none;
    }
    .navbar-default .navbar-toggle .icon-bar {
        background: white;
    }
    .navbar-default .navbar-brand {
        color: red;
    }
    .navbar-right {
        float: none !important;
    }
    .navbar-toggle {
        display: block;
    }
    .navbar-collapse {
        border-top: 1px solid transparent;
        box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1);
    }
    .navbar-fixed-top {
        top: 0;
        border-width: 0 0 1px;
    }
    .navbar-collapse.collapse {
        display: none !important;
    }
    .navbar-nav {
        float: none !important;
        margin-top: 7.5px;
    }
    .navbar-nav>li {
        float: none;
    }
    .navbar-nav>li>a {
        padding-top: 10px;
        padding-bottom: 10px;
    }
    .collapse.in {
        display: block !important;
    }
    .day-hour-toggle {
        display: flex;
        justify-content: center;
    }
    .plan-extra {
        text-align: center;
    }
    .day-hour-toggle>.toggle-switch {
        margin-bottom: 10px;
        margin-top: 0;
    }
}

@media only screen and (max-width: 320px) {
    header .navbar-brand h3 {
        font-size: 14px;
    }
}

/* -------------------------------------------------
             Careers Page Styles START
---------------------------------------------------- */

#careers {
    color: #fff;
}

.careers-hero {
    background-image: url(/img/careers-hero.jpg);
    background-repeat: no-repeat;
    background-size: 100%;
    background-position: 0 68%;
    color: #fff;
    min-height: 400px;
    text-align: center;
    display: flex;
    justify-content: center;
    flex-direction: column;
}

.careers-hero h1, .careers-hero p {
    text-shadow: 0 0 10px #252525;
}

.careers-hero h1 {
    font-size: 50px;
}

.careers-hero p {
    margin-bottom: 0;
}

.careers-hero a {
    font-size: 14px;
    font-weight: bold;
    color: #fff;
    text-decoration: underline;
    cursor: pointer;
    transition: 0.5s ease;
}

.careers-hero a:hover {
    color: #ff8787;
}

#careers h2 {
    text-align: center;
}

#careers p.careers-info {
    text-align: center;
    font-size: 16px;
    font-weight: bold;
    margin-bottom: 20px;
    margin-left: 10px;
    margin-right: 10px;
}

#careers p.investment {
    text-align: center;
}

#careers ul.investment-info {
    display: table;
    margin: 0 auto;
}

.row.positions {
    display: flex;
    flex-wrap: wrap;
}

.job-post {
    background: #212121;
    padding: 20px;
    border-radius: 10px;
    margin: 10px 0;
}

.job-post h3, .job-post p {
    margin: 0;
}

.job-post p {
    margin-top: 5px;
}

p.job-location i {
    margin-right: 5px;
}

.job-post button {
    margin-top: 10px;
    background: red;
    color: #fff;
    padding: 5px 20px;
    border: 0;
    font-weight: bold;
}

.job-post button:hover {
    background: rgb(252, 57, 57);
}

.careers-hero .linkedin-button {
    display: block;
    width: 220px;
    max-width: 100%;
    background: #0e76a8;
    margin: 10px auto;
    padding: 10px;
    text-decoration: none;
    border-radius: 8px;
    font-size: 18px;
    font-weight: normal;
}

.careers-hero .linkedin-button>span {
    font-weight: 500;
    margin-right: 1px;
}

.careers-hero .linkedin-button:hover {
    color: rgb(48, 48, 48);
}

@media only screen and (max-width: 768px) {
    .careers-hero {
        min-height: auto;
        background-size: cover;
    }
    .careers-hero h1 {
        font-size: 20px;
    }
    .careers-hero p {
        font-size: 14px;
    }
    .careers-hero .linkedin-button {
        width: 184px;
        font-size: 16px;
    }
}

/* ----------------------------------------------
         Careers Page styles END
------------------------------------------------- */

/* License Aadhar Upload example Image */

.example-image {
    display: block;
    width: 85%;
    margin: 0 auto;
}

@media only screen and (max-width: 767px) {
    .example-image {
        width: 100%;
    }
}

.notice-banner {
    background: red;
    padding: 10px;
    color: #fff;
    font-size: 18px;
    font-weight: bold;
    text-align: center;
    cursor: pointer;
}

.notice-banner:hover {
    text-decoration: underline;
}

/* -----------------------------------------------
                404 PAGE CSS START    
------------------------------------------------*/

.not-found {
    color: #fff;
    text-align: center;
}

.not-found img {
    width: 300px;
    height: 300px;
    margin-top: 40px;
}

.not-found h1 {
    font-size: 50px;
    margin-top: 20px;
}

@media only screen and (max-width: 767px) {
    .not-found img {
        width: 150px;
        height: 150px;
    }
    .not-found h1 {
        font-size: 30px;
    }
    .not-found h3 {
        font-size: 18px;
    }
}

/* -----------------------------------------------
                404 PAGE CSS END    
------------------------------------------------*/

div.whatsapp-button>a {
    background: #00c722;
    color: #fff;
    padding: 10px 20px;
    border-radius: 8px;
    font-size: 16px;
    transition: 0.5s ease;
    text-align: center;
}

div.whatsapp-button>a>i {
    font-size: 18px;
    margin-right: 5px;
}

div.whatsapp-button>a:hover {
    color: rgb(48, 48, 48);
}

div.whatsapp-button>a:focus, div.whatsapp-button>a:active {
    text-decoration: none;
}

@media only screen and (max-width: 767px) {
    div.whatsapp-button {
        text-align: center;
    }
}

div.whatsapp-button.contact {
    margin-bottom: 35px;
}