/* FONT START */
/* Robot Start */
@font-face {
    font-family: Roboto-Light;
    font-display: swap;
    src: url(fonts/Roboto/Roboto-Light.ttf) format('truetype');
}

@font-face {
    font-family: Roboto-Regular;
    font-display: swap;
    src: url(fonts/Roboto/Roboto-Regular.ttf) format('truetype');
}

@font-face {
    font-family: Roboto-Medium;
    font-display: swap;
    src: url(fonts/Roboto/Roboto-Medium.ttf) format('truetype');
}

@font-face {
    font-family: Roboto-SemiBold;
    font-display: swap;
    src: url(fonts/Roboto/Roboto-SemiBold.ttf) format('truetype');
}

@font-face {
    font-family: Roboto-Bold;
    font-display: swap;
    src: url(fonts/Roboto/Roboto-Bold.ttf) format('truetype');
}

/* Robot End */


/* Akrobat Start */
@font-face {
    font-family: Akrobat-Light;
    font-display: swap;
    src: url(fonts/Akrobat/Akrobat-Light.otf) format('truetype');
}

@font-face {
    font-family: Akrobat-Regular;
    font-display: swap;
    src: url(fonts/Akrobat/Akrobat-Regular.otf) format('truetype');
}

@font-face {
    font-family: Akrobat-SemiBold;
    font-display: swap;
    src: url(fonts/Akrobat/Akrobat-SemiBold.otf) format('truetype');
}

@font-face {
    font-family: Akrobat-Bold;
    font-display: swap;
    src: url(fonts/Akrobat/Akrobat-Bold.otf) format('truetype');
}

@font-face {
    font-family: Akrobat-ExtraBold;
    font-display: swap;
    src: url(fonts/Akrobat/Akrobat-ExtraBold.otf) format('truetype');
}

/* Akrobat End */
/* FONT END */



:root {
    --blue: #007bff;
    --indigo: #6610f2;
    --purple: #6f42c1;
    --pink: #e83e8c;
    --red: #dc3545;
    --orange: #fd7e14;
    --yellow: #ffc107;
    --green: #28a745;
    --teal: #20c997;
    --cyan: #17a2b8;
    --white: #fff;
    --gray: #6c757d;
    --gray-dark: #343a40;
    --primary: #007bff;
    --secondary: #6c757d;
    --success: #28a745;
    --info: #17a2b8;
    --warning: #ffc107;
    --danger: #dc3545;
    --light: #f8f9fa;
    --dark: #343a40;
    --breakpoint-xs: 0;
    --breakpoint-sm: 576px;
    --breakpoint-md: 768px;
    --breakpoint-lg: 992px;
    --breakpoint-xl: 1200px;
}

*,
::after,
::before {
    box-sizing: border-box
}

html {
    font-family: Roboto-Light, sans-serif;
    line-height: 1.15;
    -webkit-text-size-adjust: 100%;
    -webkit-tap-highlight-color: transparent
}

.h-auto {
    height: auto !important
}

.modal {
    background: rgba(0, 0, 0, .7);
}

header,
main,
nav,
section {
    display: block
}

body {
    margin: 0;
    font-family: Roboto-Light, sans-serif;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #212529;
    text-align: left;
    background-color: #fff
}

[tabindex="-1"]:focus:not(:focus-visible) {
    outline: 0 !important
}

hr {
    box-sizing: content-box;
    height: 0;
    overflow: visible
}

h1,
h2,
h3,
h4,
h5,
h6 {
    margin-top: 0;
    margin-bottom: .5rem
}

p {
    margin-top: 0;
    margin-bottom: 1rem
}

address {
    margin-bottom: 1rem;
    font-style: normal;
    line-height: inherit
}

ul {
    margin-top: 0;
    margin-bottom: 1rem
}

ul ul {
    margin-bottom: 0
}

b,
strong {
    font-weight: bolder
}

a {
    color: var(--darkCerulean);
    text-decoration: none;
    background-color: transparent
}

a:hover {
    color: var(--red);
    text-decoration: underline
}

a:not([href]):not([class]) {
    color: inherit;
    text-decoration: none
}

a:not([href]):not([class]):hover {
    color: inherit;
    text-decoration: none
}

img {
    vertical-align: middle;
    border-style: none
}

svg {
    overflow: hidden;
    vertical-align: middle
}

table {
    border-collapse: collapse
}

caption {
    padding-top: .75rem;
    padding-bottom: .75rem;
    color: #6c757d;
    text-align: left;
    caption-side: bottom
}

label {
    display: inline-block;
    margin-bottom: .5rem
}

button {
    border-radius: 0
}

button:focus:not(:focus-visible) {
    outline: 0
}

button,
input,
select,
textarea {
    margin: 0;
    font-size: inherit;
    line-height: inherit
}

button,
input {
    overflow: visible
}

button,
select {
    text-transform: none
}

[role=button] {
    cursor: pointer
}

select {
    word-wrap: normal
}

[type=button],
[type=submit],
button {
    -webkit-appearance: button
}

[type=button]:not(:disabled),
[type=submit]:not(:disabled),
button:not(:disabled) {
    cursor: pointer
}

[type=button]::-moz-focus-inner,
[type=submit]::-moz-focus-inner,
button::-moz-focus-inner {
    padding: 0;
    border-style: none
}

input[type=checkbox] {
    box-sizing: border-box;
    padding: 0
}

textarea {
    overflow: auto;
    resize: vertical
}

[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
    height: auto
}

output {
    display: inline-block
}

.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
h1,
h2,
h3,
h4,
h5,
h6 {
    margin-bottom: .5rem;
    font-weight: 500;
    line-height: 1.2
}

.h1,
h1 {
    font-size: 2.5rem
}

.h2,
h2 {
    font-size: 2rem
}

.h3,
h3 {
    font-size: 1.75rem
}

.h4,
h4 {
    font-size: 1.5rem
}

.h5,
h5 {
    font-size: 1.25rem
}

.h6,
h6 {
    font-size: 1rem
}

hr {
    margin-top: 1rem;
    margin-bottom: 1rem;
    border: 0;
    border-top: 1px solid #e0e0e0
}

.mark,
mark {
    padding: .2em;
    background-color: #fcf8e3
}

.cheap-rent-a-car-wrapper {
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto
}

@media (min-width:576px) {
    .cheap-rent-a-car-wrapper {
        max-width: 540px
    }
}

@media (min-width:768px) {
    .cheap-rent-a-car-wrapper {
        max-width: 720px
    }
}

@media (min-width:992px) {
    .cheap-rent-a-car-wrapper {
        max-width: 960px
    }
}

@media (min-width:1200px) {
    .cheap-rent-a-car-wrapper {
        max-width: 1140px
    }
}

.row {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -15px;
    margin-left: -15px
}

.col,
.col-6,
.cheap-rent-a-car-column-12,
.cheap-rent-a-car-column-2,
.cheap-rent-a-car-column-3,
.cheap-rent-a-car-column-4,
.cheap-rent-a-car-column-5,
.cheap-rent-a-car-column-6,
.cheap-rent-a-car-column-7,
.cheap-rent-a-car-column-8,
.cheap-rent-a-car-column-9,
.col-xl-4,
.col-xl-8 {
    position: relative;
    width: 100%;
    padding-right: 15px;
    padding-left: 15px
}

.col {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%
}

.col-6 {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%
}

@media (min-width:768px) {
    .cheap-rent-a-car-column-2 {
        -ms-flex: 0 0 16.666667%;
        flex: 0 0 16.666667%;
        max-width: 16.666667%
    }

    .cheap-rent-a-car-column-3 {
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%
    }

    .cheap-rent-a-car-column-4 {
        -ms-flex: 0 0 33.333333%;
        flex: 0 0 33.333333%;
        max-width: 33.333333%
    }

    .cheap-rent-a-car-column-5 {
        -ms-flex: 0 0 41.666667%;
        flex: 0 0 41.666667%;
        max-width: 41.666667%
    }

    .cheap-rent-a-car-column-6 {
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%
    }

    .cheap-rent-a-car-column-7 {
        -ms-flex: 0 0 58.333333%;
        flex: 0 0 58.333333%;
        max-width: 58.333333%
    }

    .cheap-rent-a-car-column-8 {
        -ms-flex: 0 0 66.666667%;
        flex: 0 0 66.666667%;
        max-width: 66.666667%
    }

    .cheap-rent-a-car-column-9 {
        -ms-flex: 0 0 75%;
        flex: 0 0 75%;
        max-width: 75%
    }

    .cheap-rent-a-car-column-12 {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%
    }
}

@media (min-width:1200px) {
    .col-xl-4 {
        -ms-flex: 0 0 33.333333%;
        flex: 0 0 33.333333%;
        max-width: 33.333333%
    }

    .col-xl-8 {
        -ms-flex: 0 0 66.666667%;
        flex: 0 0 66.666667%;
        max-width: 66.666667%
    }
}

.table {
    width: 100%;
    margin-bottom: 1rem;
    color: #212529
}

.table td {
    padding: .75rem;
    vertical-align: top;
    border-top: 1px solid #dee2e6
}

.table tbody+tbody {
    border-top: 2px solid #dee2e6
}

.form-control {
    display: block;
    width: 100%;
    height: calc(1.5em + .75rem + 2px);
    padding: .375rem .75rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #495057;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #e0e0e0;
    border-radius: .25rem;
    transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out
}

@media (prefers-reduced-motion:reduce) {
    .form-control {
        transition: none
    }
}

.form-control::-ms-expand {
    background-color: transparent;
    border: 0
}

.form-control:-moz-focusring {
    color: transparent;
    text-shadow: 0 0 0 #495057
}

.form-control:focus {
    color: #495057;
    background-color: #fff;
    border-color: #80bdff;
    outline: 0;
    box-shadow: 0 0 0 .2rem rgba(0, 123, 255, .25)
}

.form-control::-webkit-input-placeholder {
    color: #6c757d;
    opacity: 1
}

.form-control::-moz-placeholder {
    color: #6c757d;
    opacity: 1
}

.form-control:-ms-input-placeholder {
    color: #6c757d;
    opacity: 1
}

.form-control::-ms-input-placeholder {
    color: #6c757d;
    opacity: 1
}

.form-control::placeholder {
    color: #6c757d;
    opacity: 1
}

.form-control:disabled {
    background-color: #e9ecef;
    opacity: 1
}

input[type=date].form-control,
input[type=time].form-control {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none
}

select.form-control:focus::-ms-value {
    color: #495057;
    background-color: #fff
}

textarea.form-control {
    height: auto
}

.form-group {
    margin-bottom: 1rem
}

.form-check {
    position: relative;
    display: block;
    padding-left: 1.25rem
}

.form-check-input {
    position: absolute;
    margin-top: .3rem;
    margin-left: -1.25rem
}

.form-check-input:disabled~.form-check-label {
    color: #6c757d
}

.form-check-label {
    margin-bottom: 0
}

.fade {
    transition: opacity .15s linear
}

@media (prefers-reduced-motion:reduce) {
    .fade {
        transition: none
    }
}

.fade:not(.show) {
    opacity: 0
}

.collapse:not(.show) {
    display: none
}

.dropdown {
    position: relative
}

.dropdown-toggle {
    white-space: nowrap
}

.dropdown-toggle::after {
    display: inline-block;
    margin-left: .255em;
    vertical-align: .255em;
    content: "";
    border-top: .3em solid;
    border-right: .3em solid transparent;
    border-bottom: 0;
    border-left: .3em solid transparent
}

.dropdown-toggle:empty::after {
    margin-left: 0
}

.dropdown-menu {
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 1000;
    display: none;
    float: left;
    min-width: 10rem;
    padding: .5rem 0;
    margin: .125rem 0 0;
    font-size: 1rem;
    color: #212529;
    text-align: left;
    list-style: none;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid rgba(0, 0, 0, .15);
    border-radius: .25rem
}

.dropdown-menu.show {
    display: block
}

.nav {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding-left: 0;
    margin-bottom: 0;
    list-style: none
}

.nav-link {
    display: block;
    padding: .5rem 1rem
}


.nav-link:focus,
.nav-link:hover {
    text-decoration: none
}

.nav-tabs {
    border-bottom: 1px solid #dee2e6
}

.nav-tabs .nav-link {
    margin-bottom: -1px;
    border: 1px solid transparent;
    border-top-left-radius: .25rem;
    border-top-right-radius: .25rem
}

.nav-tabs .nav-link:focus,
.nav-tabs .nav-link:hover {
    border-color: #e9ecef #e9ecef #dee2e6
}

.nav-tabs .nav-item.show .nav-link,
.nav-tabs .nav-link.active {
    color: #495057;
    background-color: #fff;
    border-color: #dee2e6 #dee2e6 #fff
}

.nav-tabs .dropdown-menu {
    margin-top: -1px;
    border-top-left-radius: 0;
    border-top-right-radius: 0
}

.tab-content>.tab-pane {
    display: none
}

.tab-content>.active {
    display: block
}

.navbar {
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: .5rem 1rem
}

.navbar .cheap-rent-a-car-wrapper {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.navbar-brand {
    display: inline-block;
    padding-top: .3125rem;
    padding-bottom: .3125rem;
    margin-right: 1rem;
    font-size: 1.25rem;
    line-height: inherit;
    white-space: nowrap
}

.navbar-brand:focus,
.navbar-brand:hover {
    text-decoration: none
}

.navbar-nav {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    padding-left: 0;
    margin-bottom: 0;
    list-style: none
}

.navbar-nav .nav-link {
    padding-right: 0;
    padding-left: 0
}

.navbar-nav .dropdown-menu {
    position: static;
    float: none
}

.navbar-collapse {
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    -ms-flex-positive: 1;
    flex-grow: 1;
    -ms-flex-align: center;
    align-items: center
}

.navbar-toggler {
    padding: .25rem .75rem;
    font-size: 1.25rem;
    line-height: 1;
    background-color: transparent;
    border: 1px solid transparent;
    border-radius: .25rem
}

.navbar-toggler:focus,
.navbar-toggler:hover {
    text-decoration: none
}

.navbar-toggler-icon {
    display: inline-block;
    width: 1.5em;
    height: 1.5em;
    vertical-align: middle;
    content: "";
    background: 50%/100% 100% no-repeat
}

@media (max-width:991.98px) {
    .navbar-expand-lg>.cheap-rent-a-car-wrapper {
        padding-right: 0;
        padding-left: 0
    }

    .accordion-button-holder {
        justify-content: center !important;
    }
}

@media (min-width:992px) {
    .navbar-expand-lg {
        -ms-flex-flow: row nowrap;
        flex-flow: row nowrap;
        -ms-flex-pack: start;
        justify-content: flex-start
    }

    .navbar-expand-lg .navbar-nav {
        -ms-flex-direction: row;
        flex-direction: row
    }

    .navbar-expand-lg .navbar-nav .dropdown-menu {
        position: absolute
    }

    .navbar-expand-lg .navbar-nav .nav-link {
        padding-right: .5rem;
        padding-left: .5rem;
        background-color: #fff !important;
        color: var(--darkCerulean) !important;
        transition: all .3s ease-in-out;
        border-top: 0 !important;
    }

    .navbar-expand-lg .navbar-nav .nav-link:hover {
        color: #fff !important;
        background-color: var(--gold) !important;
        opacity: 1 !important;
    }


    .navbar-expand-lg .navbar-nav .nav-link .hiddenImg {
        display: none;
    }

    .navbar-expand-lg .navbar-nav .nav-link:hover .hiddenImg {
        display: flex;
    }

    .navbar-expand-lg .navbar-nav .nav-link:hover .shownImg {
        display: none;
    }

    .navbar-expand-lg>.cheap-rent-a-car-wrapper {
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap
    }

    .navbar-expand-lg .navbar-collapse {
        display: -ms-flexbox !important;
        display: flex !important;
        -ms-flex-preferred-size: auto;
        flex-basis: auto
    }

    .navbar-expand-lg .navbar-toggler {
        display: none
    }
}

.navbar-light .navbar-brand {
    color: rgba(0, 0, 0, .9)
}

.navbar-light .navbar-brand:focus,
.navbar-light .navbar-brand:hover {
    color: rgba(0, 0, 0, .9)
}

.navbar-light .navbar-nav .nav-link {
    color: rgba(0, 0, 0, .5)
}

.navbar-light .navbar-nav .nav-link:focus,
.navbar-light .navbar-nav .nav-link:hover {
    color: rgba(0, 0, 0, .7)
}

.navbar-light .navbar-nav .active>.nav-link,
.navbar-light .navbar-nav .nav-link.active,
.navbar-light .navbar-nav .nav-link.show,
.navbar-light .navbar-nav .show>.nav-link {
    color: rgba(0, 0, 0, .9)
}

.navbar-light .navbar-toggler {
    color: rgba(0, 0, 0, .5);
}

.navbar-light .navbar-toggler-icon {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='30' height='30' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%280, 0, 0, 0.5%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e")
}

.card {
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    min-width: 0;
    word-wrap: break-word;
    background-color: #fff;
    background-clip: border-box;
    border: 1px solid rgba(0, 0, 0, .125);
    border-radius: .25rem
}

.card>hr {
    margin-right: 0;
    margin-left: 0
}

.card-body {
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    min-height: 1px;
    padding: 1.25rem
}

.card-title {
    margin-bottom: .75rem
}

.card-text:last-child {
    margin-bottom: 0
}

.card-img-top {
    -ms-flex-negative: 0;
    flex-shrink: 0;
    width: 100%
}

.card-img-top {
    border-top-left-radius: calc(.25rem - 1px);
    border-top-right-radius: calc(.25rem - 1px)
}

.accordion {
    overflow-anchor: none
}

.accordion>.card {
    overflow: hidden
}

.accordion>.card:not(:last-of-type) {
    border-bottom: 0;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0
}

.accordion>.card:not(:first-of-type) {
    border-top-left-radius: 0;
    border-top-right-radius: 0
}

.breadcrumb {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding: .75rem 1rem;
    margin-bottom: 1rem;
    list-style: none;
    background-color: #e9ecef;
    border-radius: .25rem
}

@-webkit-keyframes progress-bar-stripes {
    from {
        background-position: 1rem 0
    }

    to {
        background-position: 0 0
    }
}

@keyframes progress-bar-stripes {
    from {
        background-position: 1rem 0
    }

    to {
        background-position: 0 0
    }
}

.media {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: start;
    align-items: flex-start
}

.close {
    float: right;
    font-size: 1.5rem;
    font-weight: 700;
    line-height: 1;
    color: #000;
    text-shadow: 0 1px 0 #fff;
    opacity: .5
}

.close:hover {
    color: #000;
    text-decoration: none
}

.close:not(:disabled):not(.disabled):focus,
.close:not(:disabled):not(.disabled):hover {
    opacity: .75
}

button.close {
    padding: 0;
    background-color: transparent;
    border: 0
}

.modal {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1050;
    display: none;
    width: 100%;
    height: 100%;
    overflow: hidden;
    outline: 0
}

.modal-dialog {
    position: relative;
    width: auto;
    margin: .5rem;
    pointer-events: none
}

.modal.fade .modal-dialog {
    transition: -webkit-transform .3s ease-out;
    transition: transform .3s ease-out;
    transition: transform .3s ease-out, -webkit-transform .3s ease-out;
    -webkit-transform: translate(0, -50px);
    transform: translate(0, -50px)
}

@media (prefers-reduced-motion:reduce) {
    .modal.fade .modal-dialog {
        transition: none
    }
}

.modal.show .modal-dialog {
    -webkit-transform: none;
    transform: none
}

.modal-content {
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    width: 100%;
    pointer-events: auto;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid rgba(0, 0, 0, .2);
    border-radius: .3rem;
    outline: 0
}

.modal-header {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: start;
    align-items: flex-start;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 1rem 1rem;
    border-bottom: 1px solid #dee2e6;
    border-top-left-radius: calc(.3rem - 1px);
    border-top-right-radius: calc(.3rem - 1px)
}

.modal-header h4 {
    color: var(--darkCerulean);
}

.modal-header .close {
    padding: 1rem 1rem;
    margin: -1rem -1rem -1rem auto
}

.modal-body {
    position: relative;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    padding: 1rem
}

.modal-footer {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: end;
    justify-content: flex-end;
    padding: .75rem;
    border-top: 1px solid #dee2e6;
    border-bottom-right-radius: calc(.3rem - 1px);
    border-bottom-left-radius: calc(.3rem - 1px)
}

.modal-footer>* {
    margin: .25rem
}

@media (min-width:576px) {
    .modal-dialog {
        max-width: 500px;
        margin: 1.75rem auto
    }
}

@-webkit-keyframes spinner-border {
    to {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg)
    }
}

@keyframes spinner-border {
    to {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg)
    }
}

@keyframes spinner-grow {
    0% {
        -webkit-transform: scale(0);
        transform: scale(0)
    }

    50% {
        opacity: 1;
        -webkit-transform: none;
        transform: none
    }
}

.bg-light {
    background-color: #f8f9fa !important
}

a.bg-light:focus,
a.bg-light:hover,
button.bg-light:focus,
button.bg-light:hover {
    background-color: #dae0e5 !important
}

.d-block {
    display: block !important
}

.d-flex {
    display: -ms-flexbox !important;
    display: flex !important
}

.flex-row {
    -ms-flex-direction: row !important;
    flex-direction: row !important
}

.flex-column {
    -ms-flex-direction: column !important;
    flex-direction: column !important
}

.justify-content-start {
    -ms-flex-pack: start !important;
    justify-content: flex-start !important
}

.justify-content-center {
    -ms-flex-pack: center !important;
    justify-content: center !important
}

.justify-content-between {
    -ms-flex-pack: justify !important;
    justify-content: space-between !important
}

.align-items-start {
    -ms-flex-align: start !important;
    align-items: flex-start !important
}

.align-items-end {
    -ms-flex-align: end !important;
    align-items: flex-end !important
}

.align-items-center {
    -ms-flex-align: center !important;
    align-items: center !important
}

.w-100 {
    width: 100% !important
}

.m-0 {
    margin: 0 !important
}

.my-0 {
    margin-top: 0 !important
}

.mx-0 {
    margin-right: 0 !important
}

.mb-0,
.my-0 {
    margin-bottom: 0 !important
}

.ml-0,
.mx-0 {
    margin-left: 0 !important
}

.mt-2,
.my-2 {
    margin-top: .5rem !important
}

.mr-2 {
    margin-right: .5rem !important
}

.mb-2,
.my-2 {
    margin-bottom: .5rem !important
}

.mt-3,
.my-3 {
    margin-top: 1rem !important
}

.mr-3 {
    margin-right: 1rem !important
}

.mb-3,
.my-3 {
    margin-bottom: 1rem !important
}

.ml-3 {
    margin-left: 1rem !important
}

.mt-4,
.my-4 {
    margin-top: 1.5rem !important
}

.my-4 {
    margin-bottom: 1.5rem !important
}

.mt-5,
.my-5 {
    margin-top: 3rem !important
}

.mb-5,
.my-5 {
    margin-bottom: 3rem !important
}

.p-0 {
    padding: 0 !important
}

.px-0 {
    padding-right: 0 !important
}

.px-0 {
    padding-left: 0 !important
}

.p-1 {
    padding: .25rem !important
}

.p-2 {
    padding: .5rem !important
}

.py-2 {
    padding-top: .5rem !important
}

.py-2 {
    padding-bottom: .5rem !important
}

.pt-3 {
    padding-top: 1rem !important
}

.px-3 {
    padding-right: 1rem !important
}

.px-3 {
    padding-left: 1rem !important
}

.px-4 {
    padding-right: 1.5rem !important
}

.px-4 {
    padding-left: 1.5rem !important
}

.p-5 {
    padding: 3rem !important
}

.py-5 {
    padding-top: 3rem !important
}

.py-5 {
    padding-bottom: 3rem !important
}

.text-justify {
    text-align: justify !important
}

.text-left {
    text-align: left !important
}

.text-center {
    text-align: center !important
}

@media print {

    *,
    ::after,
    ::before {
        text-shadow: none !important;
        box-shadow: none !important
    }

    a:not(.btn) {
        text-decoration: underline
    }

    thead {
        display: table-header-group
    }

    img,
    tr {
        page-break-inside: avoid
    }

    h2,
    h3,
    p {
        orphans: 3;
        widows: 3
    }

    h2,
    h3 {
        page-break-after: avoid
    }

    @page {
        size: a3
    }

    body {
        min-width: 992px !important
    }

    .cheap-rent-a-car-wrapper {
        min-width: 992px !important
    }

    .navbar {
        display: none
    }

    .table {
        border-collapse: collapse !important
    }

    .table td {
        background-color: #fff !important
    }
}

.xdsoft_datetimepicker {
    box-shadow: 0 5px 15px -5px rgba(0, 0, 0, .506);
    background: #fff;
    border-bottom: 1px solid #bbb;
    border-left: 1px solid #ccc;
    border-right: 1px solid #ccc;
    border-top: 1px solid #ccc;
    color: #333;
    padding: 8px;
    padding-left: 0;
    padding-top: 2px;
    position: absolute;
    z-index: 9999;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    display: none
}

.xdsoft_datetimepicker.xdsoft_rtl {
    padding: 8px 0 8px 8px
}

.xdsoft_datetimepicker iframe {
    position: absolute;
    left: 0;
    top: 0;
    width: 75px;
    height: 210px;
    background: 0 0;
    border: 0
}

.xdsoft_datetimepicker button {
    border: none !important
}

.xdsoft_noselect {
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    -o-user-select: none;
    user-select: none
}

.xdsoft_noselect::selection {
    background: 0 0
}

.xdsoft_noselect::-moz-selection {
    background: 0 0
}

.xdsoft_datetimepicker.xdsoft_inline {
    display: inline-block;
    position: static;
    box-shadow: none
}

.xdsoft_datetimepicker * {
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0;
    margin: 0
}

.xdsoft_datetimepicker .xdsoft_datepicker,
.xdsoft_datetimepicker .xdsoft_timepicker {
    display: none
}

.xdsoft_datetimepicker .xdsoft_datepicker.active,
.xdsoft_datetimepicker .xdsoft_timepicker.active {
    display: block
}

.xdsoft_datetimepicker .xdsoft_datepicker {
    width: 224px;
    float: left;
    margin-left: 8px
}

.xdsoft_datetimepicker.xdsoft_rtl .xdsoft_datepicker {
    float: right;
    margin-right: 8px;
    margin-left: 0
}

.xdsoft_datetimepicker.xdsoft_showweeks .xdsoft_datepicker {
    width: 256px
}

.xdsoft_datetimepicker .xdsoft_timepicker {
    width: 58px;
    float: left;
    text-align: center;
    margin-left: 8px;
    margin-top: 0
}

.xdsoft_datetimepicker.xdsoft_rtl .xdsoft_timepicker {
    float: right;
    margin-right: 8px;
    margin-left: 0
}

.xdsoft_datetimepicker .xdsoft_datepicker.active+.xdsoft_timepicker {
    margin-top: 8px;
    margin-bottom: 3px
}

.xdsoft_datetimepicker .xdsoft_monthpicker {
    position: relative;
    text-align: center
}

.xdsoft_datetimepicker .xdsoft_label i,
.xdsoft_datetimepicker .xdsoft_next,
.xdsoft_datetimepicker .xdsoft_prev,
.xdsoft_datetimepicker .xdsoft_today_button {
    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAGQAAAAeCAYAAADaW7vzAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyJpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuMy1jMDExIDY2LjE0NTY2MSwgMjAxMi8wMi8wNi0xNDo1NjoyNyAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENTNiAoV2luZG93cykiIHhtcE1NOkluc3RhbmNlSUQ9InhtcC5paWQ6Q0NBRjI1NjM0M0UwMTFFNDk4NkFGMzJFQkQzQjEwRUIiIHhtcE1NOkRvY3VtZW50SUQ9InhtcC5kaWQ6Q0NBRjI1NjQ0M0UwMTFFNDk4NkFGMzJFQkQzQjEwRUIiPiA8eG1wTU06RGVyaXZlZEZyb20gc3RSZWY6aW5zdGFuY2VJRD0ieG1wLmlpZDpDQ0FGMjU2MTQzRTAxMUU0OTg2QUYzMkVCRDNCMTBFQiIgc3RSZWY6ZG9jdW1lbnRJRD0ieG1wLmRpZDpDQ0FGMjU2MjQzRTAxMUU0OTg2QUYzMkVCRDNCMTBFQiIvPiA8L3JkZjpEZXNjcmlwdGlvbj4gPC9yZGY6UkRGPiA8L3g6eG1wbWV0YT4gPD94cGFja2V0IGVuZD0iciI/PoNEP54AAAIOSURBVHja7Jq9TsMwEMcxrZD4WpBYeKUCe+kTMCACHZh4BFfHO/AAIHZGFhYkBBsSEqxsLCAgXKhbXYOTxh9pfJVP+qutnZ5s/5Lz2Y5I03QhWji2GIcgAokWgfCxNvcOCCGKqiSqhUp0laHOne05vdEyGMfkdxJDVjgwDlEQgYQBgx+ULJaWSXXS6r/ER5FBVR8VfGftTKcITNs+a1XpcFoExREIDF14AVIFxgQUS+h520cdud6wNkC0UBw6BCO/HoCYwBhD8QCkQ/x1mwDyD4plh4D6DDV0TAGyo4HcawLIBBSLDkHeH0Mg2yVP3l4TQMZQDDsEOl/MgHQqhMNuE0D+oBh0CIr8MAKyazBH9WyBuKxDWgbXfjNf32TZ1KWm/Ap1oSk/R53UtQ5xTh3LUlMmT8gt6g51Q9p+SobxgJQ/qmsfZhWywGFSl0yBjCLJCMgXail3b7+rumdVJ2YRss4cN+r6qAHDkPWjPjdJCF4n9RmAD/V9A/Wp4NQassDjwlB6XBiCxcJQWmZZb8THFilfy/lfrTvLghq2TqTHrRMTKNJ0sIhdo15RT+RpyWwFdY96UZ/LdQKBGjcXpcc1AlSFEfLmouD+1knuxBDUVrvOBmoOC/rEcN7OQxKVeJTCiAdUzUJhA2Oez9QTkp72OTVcxDcXY8iKNkxGAJXmJCOQwOa6dhyXsOa6XwEGAKdeb5ET3rQdAAAAAElFTkSuQmCC)
}

.xdsoft_datetimepicker .xdsoft_label i {
    opacity: .5;
    background-position: -92px -19px;
    display: inline-block;
    width: 9px;
    height: 20px;
    vertical-align: middle
}

.xdsoft_datetimepicker .xdsoft_prev {
    float: left;
    background-position: -20px 0
}

.xdsoft_datetimepicker .xdsoft_today_button {
    float: left;
    background-position: -70px 0;
    margin-left: 5px
}

.xdsoft_datetimepicker .xdsoft_next {
    float: right;
    background-position: 0 0
}

.xdsoft_datetimepicker .xdsoft_next,
.xdsoft_datetimepicker .xdsoft_prev,
.xdsoft_datetimepicker .xdsoft_today_button {
    background-color: transparent;
    background-repeat: no-repeat;
    border: 0 none;
    cursor: pointer;
    display: block;
    height: 30px;
    opacity: .5;
    -ms-filter: "alpha(opacity=50)";
    outline: medium none;
    overflow: hidden;
    padding: 0;
    position: relative;
    text-indent: 100%;
    white-space: nowrap;
    width: 20px;
    min-width: 0
}

.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_next,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_prev {
    float: none;
    background-position: -40px -15px;
    height: 15px;
    width: 30px;
    display: block;
    margin-left: 14px;
    margin-top: 7px
}

.xdsoft_datetimepicker.xdsoft_rtl .xdsoft_timepicker .xdsoft_next,
.xdsoft_datetimepicker.xdsoft_rtl .xdsoft_timepicker .xdsoft_prev {
    float: none;
    margin-left: 0;
    margin-right: 14px
}

.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_prev {
    background-position: -40px 0;
    margin-bottom: 7px;
    margin-top: 0
}

.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box {
    height: 151px;
    overflow: hidden;
    border-bottom: 1px solid #ddd
}

.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box>div>div {
    background: #f5f5f5;
    border-top: 1px solid #ddd;
    color: #666;
    font-size: 12px;
    text-align: center;
    border-collapse: collapse;
    cursor: pointer;
    border-bottom-width: 0;
    height: 25px;
    line-height: 25px
}

.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box>div>div:first-child {
    border-top-width: 0
}

.xdsoft_datetimepicker .xdsoft_next:hover,
.xdsoft_datetimepicker .xdsoft_prev:hover,
.xdsoft_datetimepicker .xdsoft_today_button:hover {
    opacity: 1;
    -ms-filter: "alpha(opacity=100)"
}

.xdsoft_datetimepicker .xdsoft_label {
    display: inline;
    position: relative;
    z-index: 9999;
    margin: 0;
    padding: 5px 3px;
    font-size: 14px;
    line-height: 20px;
    font-weight: 700;
    background-color: #fff;
    float: left;
    width: 182px;
    text-align: center;
    cursor: pointer
}

.xdsoft_datetimepicker .xdsoft_label:hover>span {
    text-decoration: underline
}

.xdsoft_datetimepicker .xdsoft_label:hover i {
    opacity: 1
}

.xdsoft_datetimepicker .xdsoft_label>.xdsoft_select {
    border: 1px solid #ccc;
    position: absolute;
    right: 0;
    top: 30px;
    z-index: 101;
    display: none;
    background: #fff;
    max-height: 160px;
    overflow-y: hidden
}

.xdsoft_datetimepicker .xdsoft_label>.xdsoft_select.xdsoft_monthselect {
    right: -7px
}

.xdsoft_datetimepicker .xdsoft_label>.xdsoft_select.xdsoft_yearselect {
    right: 2px
}

.xdsoft_datetimepicker .xdsoft_label>.xdsoft_select>div>.xdsoft_option:hover {
    color: #fff;
    background: #34495e
}

.xdsoft_datetimepicker .xdsoft_label>.xdsoft_select>div>.xdsoft_option {
    padding: 2px 10px 2px 5px;
    text-decoration: none !important
}

.xdsoft_datetimepicker .xdsoft_label>.xdsoft_select>div>.xdsoft_option.xdsoft_current {
    background: var(--lightCerulean);
    box-shadow: #178fe5 0 1px 3px 0 inset;
    color: #fff;
    font-weight: 700
}

.xdsoft_datetimepicker .xdsoft_month {
    width: 100px;
    text-align: right
}

.xdsoft_datetimepicker .xdsoft_calendar {
    clear: both
}

.xdsoft_datetimepicker .xdsoft_year {
    width: 48px;
    margin-left: 5px
}

.xdsoft_datetimepicker .xdsoft_calendar table {
    border-collapse: collapse;
    width: 100%
}

.xdsoft_datetimepicker .xdsoft_calendar td>div {
    padding-right: 5px
}

.xdsoft_datetimepicker .xdsoft_calendar th {
    height: 25px
}

.xdsoft_datetimepicker .xdsoft_calendar td,
.xdsoft_datetimepicker .xdsoft_calendar th {
    width: 14.2857142%;
    background: #fff;
    border: 1px solid #fff;
    color: #666;
    font-size: 12px;
    text-align: right;
    vertical-align: middle;
    padding: 0;
    border-collapse: collapse;
    cursor: pointer;
    height: 25px
}

.xdsoft_datetimepicker.xdsoft_showweeks .xdsoft_calendar td,
.xdsoft_datetimepicker.xdsoft_showweeks .xdsoft_calendar th {
    width: 12.5%
}

.xdsoft_datetimepicker .xdsoft_calendar th {
    background: #fff
}

.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_today {
    color: var(--lightCerulean)
}

.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_highlighted_default {
    background: #ffe9d2;
    color: #000
}

.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_highlighted_mint {
    background: #c1ffc9;
    color: #000
}

.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_current,
.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_default,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box>div>div.xdsoft_current {
    background: var(--lightCerulean);
    color: #fff;
    font-weight: 700
}

.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_disabled,
.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_other_month,
.xdsoft_datetimepicker .xdsoft_time_box>div>div.xdsoft_disabled {
    opacity: .5;
    -ms-filter: "alpha(opacity=50)";
    cursor: default
}

.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_other_month.xdsoft_disabled {
    opacity: .2;
    -ms-filter: "alpha(opacity=20)"
}

.xdsoft_datetimepicker .xdsoft_calendar td:hover,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box>div>div:hover {
    color: #fff !important;
    background: #34495e !important;
    box-shadow: none !important
}

.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_current.xdsoft_disabled:hover,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box>div>div.xdsoft_current.xdsoft_disabled:hover {
    background: var(--lightCerulean) !important;
    color: #fff !important
}

.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_disabled:hover,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box>div>div.xdsoft_disabled:hover {
    color: inherit !important;
    background: inherit !important;
    box-shadow: inherit !important
}

.xdsoft_datetimepicker .xdsoft_calendar th {
    font-weight: 700;
    text-align: center;
    color: #999;
    cursor: default
}

.xdsoft_datetimepicker .xdsoft_copyright {
    color: #ccc !important;
    font-size: 10px;
    clear: both;
    float: none;
    margin-left: 8px
}

.xdsoft_datetimepicker .xdsoft_copyright a {
    color: #eee !important
}

.xdsoft_datetimepicker .xdsoft_copyright a:hover {
    color: #aaa !important
}

.xdsoft_time_box {
    position: relative;
    border: 1px solid #ccc
}

.xdsoft_scrollbar>.xdsoft_scroller {
    background: #ccc !important;
    height: 20px;
    border-radius: 3px
}

.xdsoft_scrollbar {
    position: absolute;
    width: 7px;
    right: 0;
    top: 0;
    bottom: 0;
    cursor: pointer
}

.xdsoft_datetimepicker.xdsoft_rtl .xdsoft_scrollbar {
    left: 0;
    right: auto
}

.xdsoft_scroller_box {
    position: relative
}

.xdsoft_datetimepicker.xdsoft_dark {
    background: #000;
    border-bottom: 1px solid #444;
    border-left: 1px solid #333;
    border-right: 1px solid #333;
    border-top: 1px solid #333;
    color: #ccc
}

.xdsoft_datetimepicker.xdsoft_dark .xdsoft_timepicker .xdsoft_time_box {
    border-bottom: 1px solid #222
}

.xdsoft_datetimepicker.xdsoft_dark .xdsoft_timepicker .xdsoft_time_box>div>div {
    background: #0a0a0a;
    border-top: 1px solid #222;
    color: #999
}

.xdsoft_datetimepicker.xdsoft_dark .xdsoft_label {
    background-color: #000
}

.xdsoft_datetimepicker.xdsoft_dark .xdsoft_label>.xdsoft_select {
    border: 1px solid #333;
    background: #000
}

.xdsoft_datetimepicker.xdsoft_dark .xdsoft_label>.xdsoft_select>div>.xdsoft_option:hover {
    color: #000;
    background: #007fff
}

.xdsoft_datetimepicker.xdsoft_dark .xdsoft_label>.xdsoft_select>div>.xdsoft_option.xdsoft_current {
    background: #c50;
    color: #000
}

.xdsoft_datetimepicker.xdsoft_dark .xdsoft_label i,
.xdsoft_datetimepicker.xdsoft_dark .xdsoft_next,
.xdsoft_datetimepicker.xdsoft_dark .xdsoft_prev,
.xdsoft_datetimepicker.xdsoft_dark .xdsoft_today_button {
    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAGQAAAAeCAYAAADaW7vzAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyJpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuMy1jMDExIDY2LjE0NTY2MSwgMjAxMi8wMi8wNi0xNDo1NjoyNyAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENTNiAoV2luZG93cykiIHhtcE1NOkluc3RhbmNlSUQ9InhtcC5paWQ6QUExQUUzOTA0M0UyMTFFNDlBM0FFQTJENTExRDVBODYiIHhtcE1NOkRvY3VtZW50SUQ9InhtcC5kaWQ6QUExQUUzOTE0M0UyMTFFNDlBM0FFQTJENTExRDVBODYiPiA8eG1wTU06RGVyaXZlZEZyb20gc3RSZWY6aW5zdGFuY2VJRD0ieG1wLmlpZDpBQTFBRTM4RTQzRTIxMUU0OUEzQUVBMkQ1MTFENUE4NiIgc3RSZWY6ZG9jdW1lbnRJRD0ieG1wLmRpZDpBQTFBRTM4RjQzRTIxMUU0OUEzQUVBMkQ1MTFENUE4NiIvPiA8L3JkZjpEZXNjcmlwdGlvbj4gPC9yZGY6UkRGPiA8L3g6eG1wbWV0YT4gPD94cGFja2V0IGVuZD0iciI/Pp0VxGEAAAIASURBVHja7JrNSgMxEMebtgh+3MSLr1T1Xn2CHoSKB08+QmR8Bx9A8e7RixdB9CKCoNdexIugxFlJa7rNZneTbLIpM/CnNLsdMvNjM8l0mRCiQ9Ye61IKCAgZAUnH+mU3MMZaHYChBnJUDzWOFZdVfc5+ZFLbrWDeXPwbxIqrLLfaeS0hEBVGIRQCEiZoHQwtlGSByCCdYBl8g8egTTAWoKQMRBRBcZxYlhzhKegqMOageErsCHVkk3hXIFooDgHB1KkHIHVgzKB4ADJQ/A1jAFmAYhkQqA5TOBtocrKrgXwQA8gcFIuAIO8sQSA7hidvPwaQGZSaAYHOUWJABhWWw2EMIH9QagQERU4SArJXo0ZZL18uvaxejXt/Em8xjVBXmvFr1KVm/AJ10tRe2XnraNqaJvKE3KHuUbfK1E+VHB0q40/y3sdQSxY4FHWeKJCunP8UyDdqJZenT3ntVV5jIYCAh20vT7ioP8tpf6E2lfEMwERe+whV1MHjwZB7PBiCxcGQWwKZKD62lfGNnP/1poFAA60T7rF1UgcKd2id3KDeUS+oLWV8DfWAepOfq00CgQabi9zjcgJVYVD7PVzQUAUGAQkbNJTBICDhgwYTjDYD6XeW08ZKh+A4pYkzenOxXUbvZcWz7E8ykRMnIHGX1XPl+1m2vPYpL+2qdb8CDAARlKFEz/ZVkAAAAABJRU5ErkJggg==)
}

.xdsoft_datetimepicker.xdsoft_dark .xdsoft_calendar td,
.xdsoft_datetimepicker.xdsoft_dark .xdsoft_calendar th {
    background: #0a0a0a;
    border: 1px solid #222;
    color: #999
}

.xdsoft_datetimepicker.xdsoft_dark .xdsoft_calendar th {
    background: #0e0e0e
}

.xdsoft_datetimepicker.xdsoft_dark .xdsoft_calendar td.xdsoft_today {
    color: #c50
}

.xdsoft_datetimepicker.xdsoft_dark .xdsoft_calendar td.xdsoft_highlighted_default {
    background: #ffe9d2;
    color: #000
}

.xdsoft_datetimepicker.xdsoft_dark .xdsoft_calendar td.xdsoft_highlighted_mint {
    background: #c1ffc9;
    color: #000
}

.xdsoft_datetimepicker.xdsoft_dark .xdsoft_calendar td.xdsoft_current,
.xdsoft_datetimepicker.xdsoft_dark .xdsoft_calendar td.xdsoft_default,
.xdsoft_datetimepicker.xdsoft_dark .xdsoft_timepicker .xdsoft_time_box>div>div.xdsoft_current {
    background: #c50;
    color: #000
}

.xdsoft_datetimepicker.xdsoft_dark .xdsoft_calendar td:hover,
.xdsoft_datetimepicker.xdsoft_dark .xdsoft_timepicker .xdsoft_time_box>div>div:hover {
    color: #000 !important;
    background: #007fff !important
}

.xdsoft_datetimepicker.xdsoft_dark .xdsoft_calendar th {
    color: #666
}

.xdsoft_datetimepicker.xdsoft_dark .xdsoft_copyright {
    color: #333 !important
}

.xdsoft_datetimepicker.xdsoft_dark .xdsoft_copyright a {
    color: #111 !important
}

.xdsoft_datetimepicker.xdsoft_dark .xdsoft_copyright a:hover {
    color: #555 !important
}

.xdsoft_dark .xdsoft_time_box {
    border: 1px solid #333
}

.xdsoft_dark .xdsoft_scrollbar>.xdsoft_scroller {
    background: #333 !important
}

.xdsoft_datetimepicker .xdsoft_save_selected {
    display: block;
    border: 1px solid #ddd !important;
    margin-top: 5px;
    width: 100%;
    color: #454551;
    font-size: 13px
}

.xdsoft_datetimepicker .blue-gradient-button {
    font-size: 12px;
    font-weight: 300;
    color: #82878c;
    height: 28px;
    position: relative;
    padding: 4px 17px 4px 33px;
    border: 1px solid #d7d8da;
    background: -moz-linear-gradient(top, #fff 0, #f4f8fa 73%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0, #fff), color-stop(73%, #f4f8fa));
    background: -webkit-linear-gradient(top, #fff 0, #f4f8fa 73%);
    background: -o-linear-gradient(top, #fff 0, #f4f8fa 73%);
    background: -ms-linear-gradient(top, #fff 0, #f4f8fa 73%);
    background: linear-gradient(to bottom, #fff 0, #f4f8fa 73%)
}

.xdsoft_datetimepicker .blue-gradient-button:focus,
.xdsoft_datetimepicker .blue-gradient-button:focus span,
.xdsoft_datetimepicker .blue-gradient-button:hover,
.xdsoft_datetimepicker .blue-gradient-button:hover span {
    color: #454551;
    background: -moz-linear-gradient(top, #f4f8fa 0, #fff 73%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0, #f4f8fa), color-stop(73%, #fff));
    background: -webkit-linear-gradient(top, #f4f8fa 0, #fff 73%);
    background: -o-linear-gradient(top, #f4f8fa 0, #fff 73%);
    background: -ms-linear-gradient(top, #f4f8fa 0, #fff 73%);
    background: linear-gradient(to bottom, #f4f8fa 0, #fff 73%)
}

:root {
    --ceruleanHover: #08457e;
    --darkCerulean: #08457e;
    --lightCerulean: #08457e;
    --gray: #f8f9fa;
    --black: #181918;
    --red: #c23b22;
    --gold: #d6ad5b;
}

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box
}

body {
    font-family: Roboto-Light, sans-serif;
    font-size: 16px !important
}

img {
    max-width: 100%
}

h1,
h2,
h3,
h4,
h5,
h6 {
    margin-bottom: 0
}

a {
    text-decoration: none !important;
    color: var(--darkCerulean) !important;
    transition: opacity .3s ease-in-out
}

a:hover {
    color: var(--red) !important
}

.cheap-rent-a-car-wrapper {
    max-width: 1500px !important
}

.form-control:focus {
    outline: 0 !important;
    box-shadow: none !important
}

.card {
    border-radius: 0 !important
}

.show-more-title {
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    text-align: justify
}

.show-more-text {
    display: -webkit-box;
    -webkit-line-clamp: 6;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    margin: 5px 0 !important;
    text-align: justify
}

.main-photo {
    margin-top: 160px;
    min-height: 1px;
    position: relative
}

.main-photo .caption {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    background: linear-gradient(0deg, #000 0, rgba(0, 0, 0, .7) 31%, rgba(0, 0, 0, .5) 51%, rgba(0, 0, 0, .3) 71%, rgba(0, 0, 0, 0) 100%);
    padding: 30px 0
}

.nav-tabs {
    border-bottom: none !important
}

a,
button,
input,
select,
textarea {
    outline: 0 !important;
    box-shadow: none !important
}

.top-header {
    color: var(--darkCerulean);
    padding: 5px 0;
    position: fixed;
    top: 0;
    width: 100%;
    background: #fff;
    z-index: 99
}

.top-header h1 {
    font-size: 13px;
}

.logo-holder img {
    width: 195px;
    transition: transform .3s ease-in-out
}

.logo-holder img:hover {
    transform: scale(1.05)
}

.header-top-right span {
    margin-left: 40px;
    font-size: 16px
}

.header-top-right a {
    color: #fff !important;
}

.header-top-right .seo-button {
    padding: 10px 60px;
}

.header-top-right .dropdown-language a {
    color: var(--darkCerulean) !important;
    transition: all .3s ease-in-out;
}

.header-top-right .dropdown-language a:hover {
    color: var(--red) !important;
    transition: all .3s ease-in-out;
}

.header-top-right img {
    width: 20px;
    margin-right: 5px;
    margin-bottom: 3px
}

.top-nav {
    position: fixed;
    top: 25px;
    z-index: 1000;
    width: 100%;
    transition: top .5s ease-in-out
}

.top-nav.fixed {
    top: 0;
    transition: top .5s ease-in-out;
    box-shadow: 0 2px 4px 0 rgb(0 0 0 / 10%)
}

.navbar {
    position: fixed;
    top: 93px;
    z-index: 999;
    width: 100%;
    transition: top .5s ease-in-out
}

.navbar.fixed {
    top: 68px;
    transition: top .5s ease-in-out;
    box-shadow: 0 2px 4px 0 rgb(0 0 0 / 10%) !important;
}

.mobile {
    position: fixed;
    top: 0;
    z-index: 1000;
    width: 100%;
    transition: top .5s ease-in-out
}

.mobile.fixed {
    top: -80px;
    transition: top .5s ease-in-out;
    box-shadow: 0 2px 4px 0 rgb(0 0 0 / 10%)
}

.adresa {
    overflow: hidden;
    height: 0;
    width: 100%;
    background-color: #000;
    color: #fff;
    transition: .3s ease-in-out;
    position: absolute;
    top: 0;
    left: 0
}

.adresa.visible {
    transition: .3s ease-in-out;
    height: 26px;
    position: absolute;
    top: 0;
    left: 0
}

.top-nav {
    background-color: var(--darkCerulean);
    color: #fff;
    padding: 10px 0;
    height: 68px !important;
}

.top-nav div:first-child {
    height: 48px !important;
}

.reservation-button {
    background-color: var(--darkCerulean);
    border: 1px solid #fff;
    padding: 10px 60px;
    transition: background-color .3s ease-in-out, color .3s ease-in-out;
    font-family: Roboto-Bold, sans-serif !important;
}

.reservation-button:hover {
    background-color: #fff;
    color: var(--darkCerulean) !important
}

.reservation-button:focus {
    outline: 0 !important;
    box-shadow: none !important
}


.seo-photo {
    position: relative
}

.gradient-overlay {
    background: linear-gradient(0deg, #000 0, rgba(0, 0, 0, 0) 31%, rgba(0, 0, 0, 0) 100%);
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0
}

.navbar {
    background-color: var(--darkCerulean) !important;
    padding: 0 !important;
    box-shadow: 0 2px 4px 0 rgb(0 0 0 / 10%) !important;
}

.navbar h2 {
    font-size: 16px
}

ul.navbar-nav {
    height: 70px
}

.dropdown-toggle img {
    width: 14px !important;
    margin-left: 5px;
    margin-top: 2px
}

.dropdown-toggle::after {
    display: none
}

a.nav-link {
    color: #fff !important;
    border-top: 1px solid rgba(0, 0, 0, .411) !important;
    border-right: 1px solid #e0e0e0 !important;
    text-align: center;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center
}

.nav-item {
    flex: 1 !important;
    height: 100%
}

a.nav-link:hover {
    background-color: var(--ceruleanHover) !important
}

.nav-link h2 {
    font-family: Akrobat-Regular, sans-serif !important;
    letter-spacing: .8px;
    text-transform: uppercase;
    font-size: 17px;
}

.dropdown-menu {
    width: 100%;
    background-color: #fff !important;
    color: var(--lightCerulean) !important;
    margin: 0;
    padding: 0;
    box-shadow: 0 2px 4px 0 rgb(0 0 0 / 10%) !important;
    border-top: 1px solid #000;
    border-bottom: 1px solid #000;
    border-radius: 0
}

.dropdown-menu ul li {
    padding: 10px 0;
    list-style: none !important;
}

.dropdown-menu a:hover,
.dropdown-menu h3:hover {
    color: var(--red) !important
}

.menu-title {
    color: var(--darkCerulean);
    font-size: 17px;
    font-family: Akrobat-Regular, sans-serif !important;
}

.dropdown-menu h3 {
    color: var(--darkCerulean) !important;
    transition: all .3s ease-in-out !important;
}

.dropdown-menu h3:hover {
    color: var(--red) !important;
    transition: all .3s ease-in-out !important;
}

.rent-category a {
    font-size: 17px !important;
    display: flex;
    justify-content: start;
    align-items: center;
    font-family: Akrobat-Light, sans-serif;
}

#products h5 span {
    font-family: Akrobat-Regular, sans-serif !important;
}

.price-holder h5 {
    color: #c23b22 !important;
    font-size: 27px !important;
}

.rent-category {
    padding-left: 30px;
    border-left: 1px solid rgba(255, 255, 255, .1)
}

.rent-category:first-child {
    border-left: none !important
}

.rent-category img {
    width: 8px;
    margin-right: 5px
}

.reservation {
    position: relative
}

.reservation-form {
    position: absolute;
    display: flex;
    justify-content: center;
    align-items: center;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%
}

.reservation-form-content {
    background-color: rgba(255, 255, 255, .92);
    max-height: 500px;
    max-width: 1084px;
    width: 100%;
    padding: 0 !important;
    margin-left: 40px;
    margin-right: 40px
}

.reservation-form .nav-tabs .nav-link {
    border-radius: 0 !important;
    border: none !important
}

.tab-content {
    padding: 30px 0 0 0 !important
}

.reservation-pill-tab {
    background-color: var(--lightCerulean) !important;
    color: #fff;
    border: none;
    border-right: 1px solid #fff;
    border-radius: 0;
    text-align: center;
    transition: all .3s ease-in-out;
}

.reservation-pill-tab:last-of-type {
    border-right: none !important;
}

.reservation-pill-tab:hover {
    background-color: var(--red) !important;
}

.reservation-pill-tab a {
    color: #fff !important;
    padding: 10px 0;
    display: flex;
    justify-content: center;
    align-items: center;
    font-family: Akrobat-Regular, sans-serif !important;
    text-transform: uppercase;
    font-size: 17px;
    letter-spacing: .8px;
}

.tab-pane img {
    width: 25px
}

.right-arrow {
    width: 20px;
    position: absolute;
    top: 45px;
    right: -10px
}

.nav-tabs .nav-item.show .nav-link,
.nav-tabs .nav-link {
    background-color: var(--lightCerulean)
}

.reservation-caption-title {
    font-size: 34px;
    font-family: Akrobat-Bold, sans-serif !important;
    margin-left: 34px;
    color: var(--darkCerulean);
}

.reservation-caption-subtitle {
    margin-left: 34px
}

.reservation-form .main-button {
    width: 270px !important;
    height: 64px !important;
    background-color: var(--lightCerulean) !important;
}

.car-card p,
.filters-head span {
    font-family: Roboto-Regular, sans-serif !important;
}

.take-time {
    border: 2px solid rgba(0, 0, 0, .3);
    width: 135px;
    height: 64px;
    justify-content: space-evenly;
    align-items: center
}

.take-day,
.take-hour {
    font-size: 44px;
    color: var(--lightCerulean)
}

.take-am-pm,
.take-minute,
.take-month,
.take-year {
    font-size: 16px
}

.back-time {
    border: 2px solid rgba(0, 0, 0, .3);
    width: 135px;
    height: 64px;
    justify-content: space-evenly;
    align-items: center
}

.take-time:first-of-type {
    border-right: none
}

.back-time:first-of-type {
    border-right: none
}

.back-day,
.back-hour {
    font-size: 44px;
    color: var(--lightCerulean)
}

.back-am-pm,
.back-minute,
.back-month,
.back-year {
    font-size: 16px
}

.reservation-form h5 {
    font-size: 16px;
    margin-bottom: 5px
}

.first-heading {
    margin-left: -95px;
    font-family: Roboto-Regular, sans-serif !important;
}

.second-heading {
    margin-left: -120px;
    font-family: Roboto-Regular, sans-serif !important;
}

.third-heading {
    margin-right: -150px;
    font-family: Roboto-Light, sans-serif !important;
}

.reservation label {
    margin-bottom: 0;
    position: relative
}

.preuzimanje-na-aerodromu {
    font-size: 16px
}

.reservation .form-check-label {
    margin-left: 8px;
    font-size: 16px
}

.model .form-check-label {
    margin-left: 0;
    font-size: 16px
}

.form-check-label img {
    width: 15px;
    height: 15px !important;
    margin-bottom: 10px
}

input[type=checkbox] {
    transform: scale(1.6)
}

.reservation .cheap-rent-a-car-column-4 {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center
}

.choose-time-arrow {
    width: 12px
}

.reservation-info-icon img {
    width: 15px;
    margin-left: 5px;
    margin-bottom: 10px
}

.main-title {
    display: flex;
    justify-content: center;
    align-items: center
}

.main-title h4 {
    font-size: 32px;
    font-family: Akrobat-Bold, sans-serif !important;
    color: var(--darkCerulean);
}

.main-photo .caption.main-title h4 {
    color: #fff !important
}

.about-us-content {
    text-align: justify;
    text-align-last: center
}


.about-us .card {
    border: none !important
}

.about-us .card-title {
    color: var(--darkCerulean) !important;
    margin-bottom: 1rem;
}

.our-fleet {
    background-color: #f8f9fa;
    padding: 50px 0
}

.our-fleet .card-title {
    color: var(--darkCerulean) !important
}

.card-title:hover {
    color: var(--red) !important
}

.our-fleet .card {
    transition: box-shadow .3s ease-in-out;
    border: 2px solid rgba(0, 0, 0, .3)
}

.our-fleet .card:hover {
    box-shadow: 0 2px 4px 0 rgba(0, 0, 0, .2)
}

.our-fleet span {
    display: flex;
    align-items: center
}

.our-fleet span img {
    width: 15px;
    margin-right: 5px
}

.car-options {
    display: flex;
    justify-content: space-evenly
}

.card-text {
    text-align: justify !important
}

.card-text p {
    margin: 0 !important
}

.cta {
    background-color: var(--lightCerulean);
    color: #fff;
    padding: 0 !important
}

.cta h4 {
    font-size: 32px;
    text-align: center;
    margin-bottom: 10px
}

.cta-content {
    text-align: justify;
    padding: 0 60px
}

@media (min-width:991px) {
    .cta-content {
        text-align: justify;
        padding: 0 0 0 160px
    }
}

.cta-content p {
    font-size: 16px !important
}

.cta p {
    font-size: 25px
}

.cta-button-holder {
    display: flex;
    justify-content: center;
    align-items: center
}

.cta-content a {
    color: #d6ad5b !important;
}


.cta-content a:hover {
    color: #ffffff !important;
}

.cta-content .cta-button {
    background-color: var(--gold) !important;
    border: 1px solid var(--gold) !important;
    color: #fff !important;
    height: 47px;
    width: 220px;
    font-size: 16px;
    transition: background-color .3s ease-in-out, color .3s ease-in-out;
    display: flex;
    justify-content: center;
    align-items: center;
    text-transform: uppercase !important;
    font-family: Roboto-Regular, sans-serif;
}

.cta-content .cta-button:hover {
    background-color: #fff !important;
    color: var(--gold) !important;
    opacity: 1 !important;
}

.cta-content .cta-button:focus {
    outline: 0 !important;
    box-shadow: none !important
}

.seo-content {
    text-align: justify
}

.seo-links {
    background-color: var(--lightCerulean);
    color: #fff;
    font-size: 16px;
}

.seo-links-list li {
    list-style: none;
    margin-bottom: 5px
}

.seo-links-title {
    color: #fff !important;
    margin-top: 20px !important;
    margin-bottom: 20px !important;
    font-size: 16px;
    color: var(--ceruleanHover);
    text-transform: uppercase
}

.seo-links-title.black {
    color: #000 !important;
    margin-top: 0 !important;
    cursor: pointer;
    font-family: Roboto-Regular, sans-serif;
}

.seo-links a {
    color: #fff !important;
    font-size: 14px;
}

.seo-links a:hover {
    color: var(--gold) !important
}

.social-icons {
    display: flex;
    flex-direction: row;
    justify-content: start
}

.seo-links img {
    width: 20px;
    margin-right: 10px
}

.social-icons img {
    width: 30px
}

.social-icons img:hover {
    transform: scale(1.1)
}

.footer-contact-details {
    display: flex;
    flex-direction: column;
    margin: 30px 0;
    justify-content: space-between;
}

.footer-contact-details:last-of-type {
    margin-bottom: 0 !important;
}

.seo-links-item {
    font-size: 16px !important;
    margin-bottom: 10px !important
}

.seo-content ul {
    max-height: 20px;
    overflow: hidden;
    transition: max-height 0.3s ease-in-out;
    list-style: none;
    font-size: 16px;
    margin: 0 auto !important;
    width: fit-content;
}

.seo-content.active ul {
    max-height: 500px;
    transition: max-height 0.3s ease-in-out;
}

.seo-content ul li {
    color: var(--lightCerulean);
    margin-bottom: 10px
}

.seo-links ul {
    margin-left: 0 !important
}

.seo-content ul li:hover {
    color: var(--ceruleanHover) !important
}

.seo-main-title {
    display: flex;
    justify-content: flex-start;
    align-items: center
}

.seo-main-title h4 {
    font-family: Akrobat-Bold, sans-serif !important;
    font-size: 32px;
    margin-bottom: 40px
}

.blog .card {
    border: none !important
}

.blog .card-img-top {
    position: relative
}

.blog-post-date {
    background-color: var(--lightCerulean);
    clip-path: polygon(50% 100%, 30% 0, 70% 0);
    color: #fff;
    padding-bottom: 5px
}

.blog-posts-date {
    position: absolute;
    top: 38px;
    right: 10px;
    background-color: #fff;
    color: var(--darkCerulean);
    padding: 10px;
    clip-path: polygon(0 0, 100% 0, 100% 70%, 50% 100%, 0 70%);
    font-family: Roboto-Bold, sans-serif !important;
    box-shadow: 0 2px 4px 0 rgba(0, 0, 0, .2)
}

.blog-post-content .main-photo img {
    width: 100% !important
}

.blog-post-content ul,
.blog-post-content ol {
    margin-left: 30px;
    margin-bottom: 1rem;
    line-height: 2;
}

.blog .card:hover {
    box-shadow: 0 2px 4px 0 rgb(0 0 0 / 10%)
}

.about-us .card:hover {
    box-shadow: 0 2px 4px 0 rgb(0 0 0 / 10%)
}

.blog .card-title,
.about-us .card-title {
    margin: 20px 0
}

.card-img-top-holder {
    position: relative;
    margin: auto;
    overflow: hidden
}

.card-img-top-holder img {
    max-width: 100%;
    transition: all .3s ease-in-out;
    display: block;
    width: 100%;
    height: auto;
    transform: scale(1)
}

.card-img-top-holder:hover img {
    transform: scale(1.1)
}

.cene {
    margin-top: 200px
}

.cene .row {
    border-top: 2px solid rgba(0, 0, 0, .2)
}

.price-info-icons img {
    width: 15px;
    margin-left: 30px;
    margin-right: 5px;
    margin-bottom: 4px
}

.price-button-holder {
    display: flex;
    justify-content: flex-start;
    align-items: center
}

.price-text {
    text-align: justify
}

.price-button {
    background-color: var(--darkCerulean);
    color: #fff !important;
    border: 1px solid var(--darkCerulean);
    height: 40px;
    width: 204px;
    transition: background-color .3s ease-in-out, color .3s ease-in-out;
    font-family: Roboto-Bold, sans-serif !important;
    display: flex;
    justify-content: center;
    align-items: center
}

.price-button:hover {
    background-color: #fff;
    color: var(--darkCerulean) !important
}

.price-button:focus {
    outline: 0 !important;
    box-shadow: none !important
}

.price-header {
    display: flex
}

.rezervacija {
    margin-top: 200px
}

.rezervacija .main-button {
    width: 270px !important;
    height: 64px !important;
    background-color: var(--lightCerulean) !important;
    text-transform: uppercase
}

.rezervacija .price-button {
    background-color: var(--lightCerulean);
    color: #fff
}

.rezervacija .price-button:hover {
    background-color: #fff;
    color: var(--lightCerulean)
}

.rezervacija .main-button:hover {
    background-color: #fff !important
}

.odabrani-auto {
    display: flex;
    flex-direction: column;
    align-items: flex-start
}

.rezervacija-info-icons img {
    width: 15px;
    margin-right: 10px
}

.rezervacija-info-icons {
    display: flex;
    flex-direction: column
}

.rezervacija-dodatna-oprema {
    display: block;
    font-size: 16px;
    list-style: inside
}

.rezervacija-dodatna-oprema li {
    display: inline-block;
    margin: 0 15px 0 0
}

.dodatna-oprema-naslov {
    font-size: 16px
}

.nas-predlog-glavni-naslov h5 {
    margin-top: 82px;
    font-size: 28px;
    font-family: Akrobat-Bold, sans-serif !important;
    display: flex;
    justify-content: flex-start
}

.nas-predlog-naslov h5 {
    font-size: 28px;
    font-family: Akrobat-Bold, sans-serif !important;
    display: flex;
    justify-content: flex-start
}

hr.vehicle-bar {
    background-color: var(--lightCerulean);
    height: 3px;
    margin: 1.5em 0;
    width: 84px
}

.rezervacija .card-img-top {
    display: flex;
    justify-content: center;
    width: 70%;
    margin: 0 auto
}

ul.breadcrumb {
    margin-top: 162px;
    padding: 10px 16px;
    list-style: none;
    background-color: #f6f6f6;
    border-bottom: 1px solid #e0e0e0;
    margin-bottom: 0
}

ul.breadcrumb li {
    display: inline;
    font-size: 16px
}

ul.breadcrumb li+li:before {
    padding: 8px;
    color: #000;
    content: "/\00a0"
}

ul.breadcrumb li a {
    color: #0275d8;
    text-decoration: none
}

ul.breadcrumb li a:hover {
    color: #01447e;
    text-decoration: underline
}

.specijalna-ponuda {
    background-color: #e7e7e7
}

.spec-button-holder {
    display: flex;
    align-items: center
}

.spec-button {
    background-color: var(--darkCerulean);
    color: #fff !important;
    border: 1px solid var(--darkCerulean);
    height: 40px;
    width: 204px;
    transition: background-color .3s ease-in-out, color .3s ease-in-out;
    font-family: Akrobat-Bold, sans-serif !important;
    display: flex;
    justify-content: center;
    align-items: center
}

.spec-button:hover {
    background-color: #fff;
    color: var(--darkCerulean) !important
}

.spec-button:focus {
    outline: 0 !important;
    box-shadow: none !important
}

.specijalna-ponuda-tekst {
    padding-left: 30px;
    padding-right: 30px;
    text-align: justify;
    display: flex;
    flex-direction: column;
    justify-content: center
}

.specijalna-ponuda-tekst h4 {
    font-size: 32px;
    font-family: Akrobat-Bold, sans-serif !important;
}

.special-offer-title {
    color: var(--lightCerulean)
}

.rent-a-car {
    margin-top: 200px;
    margin-bottom: 100px
}

.model {
    margin-top: 164px
}

.model h4 {
    font-size: 28px;
    font-family: Akrobat-Bold, sans-serif !important;
    display: flex;
    justify-content: flex-start
}

.model .nav-tabs .nav-item.show .nav-link,
.nav-tabs .nav-link.active {
    background-color: var(--ceruleanHover) !important;
    color: #fff !important
}

.model .nav-tabs .nav-item.show .nav-link:hover,
.nav-tabs .nav-link:hover {
    background-color: var(--ceruleanHover) !important;
    color: #fff !important
}

.model .nav-tabs .nav-item.show .nav-link,
.nav-tabs .nav-link {
    background-color: var(--lightCerulean) !important;
    color: #fff !important
}

.model .nav-tabs {
    padding-bottom: 10px;
    border-bottom: 1px solid rgba(0, 0, 0, .3) !important
}

.model a.nav-link {
    border-left: 1px solid rgba(0, 0, 0, .411)
}

.model-dodatna-oprema {
    list-style-position: inside
}

.model-info-icons {
    display: flex;
    flex-direction: column
}

.model-info-icons img {
    width: 15px;
    margin-right: 10px
}

.model .tab-content {
    padding-left: 0 !important
}

.thead-color {
    background-color: var(--lightCerulean);
    color: #fff
}

.price-holder h4 {
    font-size: 28px;
    font-family: Akrobat-Bold, sans-serif !important;
    color: var(--red);
    margin: 0 5px;
    line-height: 40px
}

.img-link {
    overflow: hidden
}

.price-holder span {
    font-size: 16px;
    margin-top: 11px
}

.model .breadcrumb {
    background-color: #fff
}

.model .nav-link {
    border-radius: 0 !important;
    border: none !important;
    margin-right: 5px
}

.model .third-tab {
    margin-right: 0 !important
}

.first-tab {
    font-size: 16px
}

.second-tab {
    font-size: 16px
}

.third-tab {
    font-size: 16px
}

.hr-line {
    border: 1px solid rgba(0, 0, 0, .3);
    width: 100%
}

.extras-title h4 {
    font-size: 32px;
    font-family: Akrobat-Bold, sans-serif !important;
    text-transform: uppercase;
    color: var(--darkCerulean);
    padding: 0 24px;
}

.extras-info {
    background-color: var(--darkCerulean);
    color: #fff;
    padding: 20px 24px;
    margin-bottom: 60px;
    font-size: 16px
}

.accordion {
    background-color: #eee;
    color: #444;
    cursor: pointer;
    padding: 18px;
    width: 100%;
    border: none;
    text-align: left;
    outline: 0;
    font-size: 16px;
    transition: .4s;
    border-top: 1px solid #e0e0e0;
    border-bottom: 1px solid #e0e0e0
}

.accordion2 {
    background-color: #fff;
    color: #444;
    cursor: pointer;
    padding: 18px;
    width: 100%;
    border: none;
    text-align: left;
    outline: 0;
    font-size: 16px;
    transition: .4s;
    border-top: 1px solid #e0e0e0;
    border-bottom: 1px solid #e0e0e0
}

.accordion:after {
    content: "";
    color: #777;
    font-family: Akrobat-Bold, sans-serif !important;
    float: right;
    margin-left: 5px
}

.active:after {
    content: ""
}

.panel {
    padding: 0 18px;
    background-color: #fff;
    max-height: 0;
    overflow: hidden;
    transition: max-height .2s ease-out
}

.panel p {
    padding-top: 20px
}

.accordion-row:first-of-type {
    border-top: 2px solid rgba(0, 0, 0, .3)
}

.accordion-first {
    font-family: Roboto-Medium, sans-serif !important;
}

.accordion-third {
    color: var(--lightCerulean);
    display: flex;
    justify-content: flex-end
}

.accordion-third img {
    width: 15px;
    margin-right: 10px
}

.accordion-fourth img {
    width: 15px;
    margin-right: 10px
}

.accordion-fourth {
    display: flex;
    justify-content: flex-end
}

.accordion2 .accordion-fourth {
    color: var(--lightCerulean)
}

.accordion-button-holder {
    display: flex;
    justify-content: flex-end
}

.rental-filters {
    margin-top: 200px
}

.filters-box h5 {
    font-size: 26px
}

.filters {
    background-color: #f8f9fa
}

.rental-title h4 {
    font-size: 32px;
    font-family: Akrobat-Bold, sans-serif !important;
    text-transform: uppercase;
    color: var(--darkCerulean);
}

.filters-head {
    display: flex;
    justify-content: space-between
}

.filters-box {
    border: 1px solid #e0e0e0;
    padding: 20px
}

.cheap-rent-a-car-card {
    border-bottom: 1px solid #e0e0e0;
    padding: 0 0 20px 0
}

.cheap-rent-a-car-card-icons span {
    margin-right: 20px
}

.car-card p,
.cheap-rent-a-car-card-icons span {
    font-size: 16px
}

.car-card p {
    margin: 10px 0
}

.cheap-rent-a-car-card-icons img {
    width: 15px;
    margin-right: 5px
}

.border-top-black {
    border-top: 3px solid #000
}

.features {
    font-size: 16px;
    color: var(--lightCerulean);
}

.features img {
    width: 15px;
    margin-right: 5px
}

.sort-text {
    min-width: 100px
}

.uppercase {
    text-transform: uppercase !important
}

.bold {
    font-family: Akrobat-Bold, sans-serif !important;
}

.car-card-best-price {
    margin-top: 0 !important;
    border-bottom: 1px solid #e0e0e0
}

.order-review {
    margin-top: 180px
}

.rental-title {
    margin-left: 24px
}

.rental-hr-line {
    border-bottom: 1px solid rgba(0, 0, 0, .3);
    margin-bottom: 40px
}

.rental-details {
    background-color: #f8f9fa;
    padding: 40px
}

.rental-main-title h5 {
    font-size: 26px;
    margin-bottom: 1rem;
}

.rental-info-block p {
    margin-bottom: 0 !important;
    font-size: 16px
}

.rental-info-block strong {
    font-size: 16px;
}

.rental-info-block-head {
    display: flex;
    justify-content: space-between
}

.info-block-edit {
    text-decoration: underline;
    color: var(--lightCerulean)
}

.rental-details img {
    width: 15px;
    margin-right: 5px
}

.rental-main-title p {
    margin-bottom: 0;
    font-size: 16px
}

.taxes-fees {
    color: var(--lightCerulean);
    padding: 20px 0;
    display: flex;
    align-items: center;
    font-size: 16px;
    margin-bottom: 0
}

.taxes-fees-border {
    border-top: 1px solid #e0e0e0;
    border-bottom: 1px solid #e0e0e0
}

.taxes-fees img {
    margin-left: 10px
}

.taxes-fees-p {
    font-size: 16px;
    margin-bottom: 0
}

.info-block-price {
    font-size: 28px;
    font-family: Akrobat-Bold, sans-serif;
    color: #c23b22;
}

.rental-info-block ul {
    margin-left: 20px;
    font-size: 16px
}

.rental-info-block ul li {
    padding-bottom: 10px
}

.rental-hr-line2 {
    border: 1px solid #e0e0e0;
    margin: 10px 0
}

.contact-form-block {
    border: 2px solid #e0e0e0;
    padding: 40px;
    font-size: 16px
}

.contact-form-block h4 {
    border-bottom: 2px solid #000;
    margin-bottom: 20px;
}

.contact-form-block .form-control {
    margin-bottom: 20px
}

.contact-form-block label {
    margin-bottom: 0
}

.sign-up-info-text {
    margin-left: 36px;
    text-align: justify
}

.contact-form-block ul {
    margin-left: 30px
}

.radio-buttons {
    margin-left: 20px
}

.contact-form-block-clock img {
    width: 70px
}

.contact-form-block-clock {
    display: flex;
    justify-content: flex-end;
    align-items: flex-start
}

.complete-booking-price {
    display: flex;
    flex-direction: column;
    align-items: flex-end
}

.mapouter {
    margin-top: 162px
}

.order-link {
    color: #c23b22 !important;
}

.order-link:hover {
    color: #08457e !important;
}

.contact-tab-header {
    font-size: 32px;
    color: var(--darkCerulean)
}

#map {
    margin-top: 162px
}

.contact-cards img {
    width: 30px
}

.contact-cards {
    background-color: var(--gray);
    color: var(--lightCerulean)
}

.contact-card {
    background-color: #fff;
    box-shadow: 0 2px 4px 0 rgba(0, 0, 0, .3)
}

.form-control {
    border-radius: 0 !important
}

h4,
h5 {
    font-family: Akrobat-Bold, sans-serif !important;
}

.conditions {
    margin-top: 200px !important;
    margin-bottom: 60px !important
}

.footer-contact-details>p {
    font-size: 14px !important;
    margin-bottom: 0 !important;
}

.conditions ul {
    list-style-position: inside;
    padding-left: 30px
}

.footer-copyright img {
    width: 40px
}

.footer-copyright a,
.footer-copyright span {
    color: var(--lightCerulean) !important
}

.footer-copyright {
    color: var(--darkCerulean);
    min-height: 70px;
    display: flex;
    align-items: center
}

.footer-copyright * {
    font-size: 15px !important;
}

.copyright-right {
    display: flex;
    justify-content: flex-end;
    align-items: center
}

.copyright-left {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    white-space: nowrap
}

.copyright img {
    width: 40px
}

.copyright h6 {
    font-size: 16px;
    margin-bottom: 0;
    line-height: 1;
    color: var(--lightCerulean)
}

.footer-copyright a:hover {
    color: var(--blue)
}

b {
    color: var(--red)
}


@media screen and (max-width:992px) {

    h4 {
        font-size: 22px !important;
    }

    .top-header h1 {
        font-size: 13px
    }

    .copyright-right span,
    .footer-copyright a,
    .footer-copyright h6,
    .footer-copyright span {
        font-size: 13px !important
    }

    .copyright {
        text-align: center;
        margin: 20px 0
    }

    .copyright-right {
        flex-direction: column
    }

    .copyright-left {
        flex-direction: column
    }

    .cta-content {
        justify-content: center;
        padding-top: 85px
    }

    .cta {
        margin-top: 140px !important
    }

    .blog-post-date {
        clip-path: polygon(50% 100%, 5% 0, 95% 0);
        color: #fff;
        padding-bottom: 10px
    }

    .price-header {
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center
    }

    .price-info-icons {
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: flex-start
    }

    .price-info-icons img {
        margin-left: 0
    }

    .price-button-holder {
        justify-content: center
    }

    .model .tab-pane table {
        font-size: 12px
    }

    .specijalna-ponuda-tekst {
        align-items: center
    }

    .main-photo {
        margin-top: 140px;
        position: relative
    }

    .reservation-caption-title {
        font-size: 22px;
        text-align: center;
        margin-left: 0
    }

    .tab-content {
        padding: 10px 0 0 0 !important
    }

    .tab-content .row {
        margin-top: 0 !important
    }

    .checkbox-text,
    .reservation-caption-subtitle,
    .third-heading {
        font-size: 14px !important
    }

    .third-heading {
        margin-bottom: 5px
    }

    .checkbox-icon {
        width: 20px;
        height: 20px;
        margin-right: 5px
    }

    .reservation-caption-subtitle {
        margin-left: 0;
        text-align: center
    }

    .reservation-form-content {
        padding: 20px !important
    }

    .right-arrow {
        display: none
    }

    #map {
        margin-top: 140px
    }
}

.model label input,
.reservation label input {
    border: none;
    box-sizing: border-box;
    outline: 0;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    position: absolute;
    opacity: 0;
    padding: 0 !important
}

.form-check {
    padding-left: 0 !important
}

.back-time,
.take-time {
    position: relative
}

input[type=date]::-webkit-calendar-picker-indicator,
input[type=time]::-webkit-calendar-picker-indicator {
    background: 0 0;
    bottom: 0;
    color: transparent;
    cursor: pointer;
    height: auto;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    width: auto
}

.checkbox-icon {
    background-color: #fff;
    width: 25px;
    height: 25px;
    border: 2px solid #ccc;
    display: block;
    margin-right: 10px;
    padding: 3px !important;
    cursor: pointer !important
}

.checkbox-icon img {
    display: none !important
}

.checkbox-label {
    display: flex;
    justify-content: start;
    align-items: center
}

.checkbox-model {
    opacity: 0 !important
}


.checkbox-model:checked+label .checkbox-icon img {
    display: block !important
}

.contact-link:hover,
.seo-content-text a:hover {
    color: var(--red) !important
}

.form-control:focus,
input:focus,
select:focus,
textarea:focus {
    border-color: var(--ceruleanHover) !important
}

.select-lokacija {
    border: 2px solid rgba(0, 0, 0, .3) !important;
    height: 64px !important
}

.form-control.select-lokacija::-ms-expand {
    -webkit-appearance: none !important;
    -moz-appearance: none !important;
    text-indent: 1px !important;
    text-overflow: "" !important
}

select {
    -moz-appearance: none;
    -webkit-appearance: none
}

option:hover {
    background-color: #ff0 !important
}

.choose-location-arrow {
    width: 12px;
    position: absolute;
    right: 20px;
    top: 50px
}

.absolute-image {
    position: absolute;
    top: calc(50% - 115px);
    width: 230px;
    right: -115px
}

.absolute-button {
    position: absolute !important;
    bottom: 25px;
    width: 100%
}

.ellipsis-text {
    text-align: justify;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    text-align: justify
}

@media (max-width:990px) {
    .cta {
        margin-top: 0 !important
    }

    .absolute-image {
        position: absolute;
        top: unset;
        width: 230px;
        right: unset;
        bottom: -115px;
        left: calc((100% - 230px)/ 2)
    }

    .our-fleet {
        background-color: #f8f9fa
    }

    .rental-title {
        flex-direction: column !important
    }

    #products {
        margin: 0 !important
    }

    .phone-scroll-mobile {
        position: fixed;
        bottom: 0;
        height: 0;
        display: flex;
        display: none !important;
        justify-content: center;
        align-items: center;
        transition: height .3s ease-in-out;
        overflow: hidden;
        background-color: var(--red) !important;
        width: 100%
    }

    .phone-scroll-mobile.visible {
        height: 50px;
        transition: height .3s ease-in-out;
        overflow: hidden;
        z-index: 10
    }

    .phone-scroll-mobile img {
        width: 20px
    }

}

a:hover {
    opacity: .9 !important
}

.sort-vehicles {
    position: relative;
    width: 100%;
    max-width: 285px
}

.choose-location-filters-arrow {
    width: 12px;
    position: absolute;
    right: 10px;
    top: 5px
}

.row.selected {
    border: 3px solid var(--red) !important;
    position: relative
}

.selected-message {
    position: absolute;
    top: -3px;
    left: -3px;
    z-index: 10;
    display: block;
    padding: 5px;
    color: #fff !important;
    background-color: var(--red) !important;
    text-transform: uppercase !important;
    border: 2px solid var(--red) !important
}

.red-button.seo-button {
    background-color: var(--red);
    color: #fff !important;
    border: 1px solid var(--red);
    height: 47px;
    width: 220px;
    transition: background-color .3s ease-in-out, color .3s ease-in-out;
    font-family: Roboto-Regular, sans-serif !important;
    display: flex;
    justify-content: center;
    align-items: center;
    text-transform: uppercase;
    padding: 0 !important;
}

.red-button.seo-button:hover {
    background-color: #fff !important;
    border-color: var(--red) !important;
    color: var(--red) !important
}

.title-link {
    color: #000 !important
}

.title-link:hover {
    color: var(--lightCerulean) !important
}

.img-link img {
    transition: transform .3s ease-in-out;
    transform: scale(1)
}

.img-link:hover img {
    transition: transform .3s ease-in-out;
    transform: scale(1.1)
}

.desktop {
    display: block
}

.mobile {
    display: none
}

.mobile-top-contact {
    background-color: var(--red);
    border-top: 1px solid #e0e0e0;
}

.mobile-top-contact img {
    width: 20px;
    padding: 15px 0
}

.top-header-mobile h1 {
    font-size: 14px;
    padding: 5px 15px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    margin-bottom: 0;
    background: #fff
}

.mobile-address,
.mobile-phone {
    font-size: 20px;
    color: #fff !important;
    border-right: 1px solid #e0e0e0 !important;
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center
}

.navbar-collapse {
    background-color: var(--lightCerulean)
}

.error-message {
    position: absolute;
    bottom: 50px;
    padding: 40px;
    width: 100%;
    color: #fff;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.error-message a {
    text-transform: uppercase !important;
}

.error-message h4 {
    font-size: 32px
}

.error-message p {
    font-size: 20px;
    text-align: justify;
    margin-bottom: 0
}

.error-message a:hover {
    color: #fff !important
}

@media screen and (max-width:992px) {
    .error-message {
        position: unset !important;
        padding: 20px 40px;
        background-color: #0f1012
    }

    .error-message h4 {
        text-align: center
    }

    .error-message p {
        text-align: center
    }

    .error-message a:hover {
        color: var(--ceruleanHover) !important
    }

    .desktop {
        display: none
    }

    .mobile {
        display: block
    }

    .navbar-brand img {
        margin-left: 8px !important
    }

    .reservation-form-content {
        padding: 0 50px
    }

    .navbar-light .navbar-toggler-icon {
        background-image: url(/images/svg/car-rental-riyadh-equal.svg);
    }

    .navbar-toggler {
        padding: 15px !important;
        background-color: var(--darkCerulean) !important;
        border-radius: 0 !important
    }

    .navbar {
        background-color: var(--lightCerulean) !important
    }

    .mobile-phone {
        border-left: none
    }

    .mobile-address {
        border-right: none
    }

    .mobile-reservation-button {
        background-color: var(--darkCerulean);
        color: #fff !important;
        border: 1px solid #fff;
        padding: 10px 20px;
        transition: background-color .3s ease-in-out, color .3s ease-in-out;
        font-family: Roboto-Medium, sans-serif !important;
        font-size: 14px
    }

    .mobile-reservation-button:hover {
        background-color: var(--red) !important;
        color: #fff !important;
        border-color: var(--red) !important;
    }

    .mobile-reservation-button:focus {
        outline: 0 !important;
        box-shadow: none !important
    }

    .reservation-pill-tab {
        display: none
    }

    .main-photo {
        margin-top: 140px;
    }
}

@media screen and (max-width:992px) {
    .top-header-content .form-inline {
        display: none
    }

    .main-title h4,
    .seo-main-title h4 {
        font-size: 22px !important;
        margin-bottom: 1rem;
    }

    .desktop-menu {
        display: none
    }

    .mobile-menu {
        display: block
    }

    .navbar {
        margin-top: -15px !important
    }

    .navbar.fixed {
        top: 15px
    }

    .navbar-brand {
        margin: 10px 0 !important
    }

    .navbar-brand img {
        height: 30px
    }

    .nav-logo {
        margin: 0 auto
    }

    .top-header-content {
        flex-direction: column;
        margin: 0 auto !important;
        padding-bottom: 10px !important
    }

    .top-header-location,
    .top-header-phone {
        margin-right: 0 !important
    }

    .top-header-location {
        margin-bottom: 10px
    }

    .section-title {
        color: var(--blue);
        font-size: 40px;
        padding: 0 0 40px 0;
        margin: 0 !important
    }

    .carousel-indicators {
        display: none
    }

    .copyright,
    .copyright-left,
    .copyright-right {
        flex-direction: column
    }

    .customNextBtn {
        width: 30px;
        position: absolute;
        bottom: 40px !important;
        right: 110px !important;
        cursor: pointer;
        z-index: 200
    }

    .customPrevBtn {
        width: 30px;
        position: absolute;
        bottom: 40px !important;
        left: 110px !important;
        cursor: pointer;
        z-index: 200
    }

    .customNextBtn2 {
        width: 30px;
        position: absolute;
        bottom: 200px !important;
        right: 110px !important;
        cursor: pointer;
        z-index: 200
    }

    .customPrevBtn2 {
        width: 30px;
        position: absolute;
        bottom: 200px !important;
        left: 110px !important;
        cursor: pointer;
        z-index: 200
    }

    .footer-link-title {
        padding-top: 20px !important
    }

    .top-header-h1 {
        text-align: center !important;
        margin: 5px auto
    }

    .top-header-h1-mobile {
        background-color: #fff !important;
        color: #000 !important
    }

    section.carousel {
        padding-top: 177px !important
    }

    section.navigation {
        position: fixed;
        top: 69px;
        z-index: 9999999;
        width: 100%;
        transition: top .3s ease-in-out
    }

    section.navigation.fixed {
        top: 69px
    }

    .top-header-mobile {
        justify-content: center !important;
        justify-content: space-around !important
    }

    .top-header-phone {
        padding: 20px 0 !important;
        border-right: 1px solid #fff;
        width: 50%;
        display: flex;
        justify-content: center
    }

    .top-header-location {
        padding: 20px 0 !important;
        width: 50%;
        margin-left: 0 !important;
        display: flex;
        justify-content: center
    }

    .item {
        margin: 0 !important
    }

    .dropdown-menu {
        display: block
    }

    .dropdown>.dropdown-toggle:active {
        pointer-events: none
    }

    .caption-title-mobile {
        text-align: center
    }

    .caption-text-mobile {
        text-align: center;
        margin-bottom: 10px !important
    }

    .carousel-control-next-icon,
    .carousel-control-prev-icon {
        display: block !important;
        z-index: 200 !important
    }

    .carousel-control-next {
        top: -100px !important
    }

    .carousel-control-next-icon {
        background-image: url(/images/svg/right-arrow.svg) !important;
        height: 50px !important;
        width: 50px !important
    }

    .carousel-control-prev {
        top: -100px !important
    }

    .carousel-control-prev-icon {
        background-image: url(/images/svg/left-arrow.svg) !important;
        height: 50px !important;
        width: 50px !important
    }
}

.navbar-expand-lg .navbar-collapse.mobile-menu {
    display: none !important
}

@media (max-width:991px) {

    .rental-details {
        padding: 25px !important;
    }

    .cheap-rent-a-car-column-edit {
        max-width: unset !important;
        flex: 0 0 100% !important;
    }

    .cheap-rent-a-car-column-edit:last-of-type {
        margin-top: 1rem !important;
        display: flex !important;
        justify-content: space-between !important;
        align-items: center !important;
        flex-direction: row !important;
    }

    .sort-vehicles {
        max-width: unset !important;
    }

    .rental-title h4 {
        margin-bottom: 1rem !important;
    }

    .seo-links-title.title-toggler {
        text-align: left !important;
    }

    .cta h4 {
        font-size: 22px;
        text-align: center !important;
    }

    .pogodnosti {
        list-style: none;
        width: fit-content;
        margin: 0 auto;
    }

    .cta-button-holder {
        justify-content: center !important;
    }

    .navbar-expand-lg .navbar-collapse.desktop-menu {
        display: none !important
    }

    .dropdownContent {
        font-family: Akrobat-Bold, sans-serif !important;
    }

    .dropdownContent h2,
    .dropdownContent h3 {
        font-size: 17px !important;
        text-transform: initial !important;
    }

    .dropdown h2,
    .dropdownContent a,
    .dropdownContent ul a {
        height: 50px;
        line-height: 50px
    }

    .dropdown h2,
    .dropdownContent .cd-divider,
    .dropdownContent a,
    .dropdownContent ul a {
        padding: 0 20px
    }

    .dropdown {
        position: fixed;
        z-index: 1;
        top: 0;
        left: 0;
        width: 100%;
        height: 0;
        background-color: #fff;
        color: #3f3f3f;
        visibility: hidden;
        -webkit-backface-visibility: hidden;
        backface-visibility: hidden;
        -webkit-transition: height .5s 0s, visibility 0s .5s;
        -moz-transition: height .5s 0s, visibility 0s .5s;
        transition: height .5s 0s, visibility 0s .5s;
        overflow: hidden;
        transition: height .5s 0s, visibility .5s 0s;
        visibility: hidden
    }

    .dropdown h2 {
        position: relative;
        z-index: 1;
        color: #585a70;
        background-color: #fff;
        border-bottom: 1px solid #242643
    }

    .dropdown .close {
        position: absolute;
        z-index: 1;
        right: 0;
        top: 0;
        height: 50px;
        width: 50px;
        overflow: hidden;
        text-indent: 100%;
        white-space: nowrap;
        color: #3f3f3f
    }

    .dropdown .close::after,
    .dropdown .close::before {
        content: "";
        position: absolute;
        left: 50%;
        top: 50%;
        bottom: auto;
        right: auto;
        -webkit-transform: translateX(-50%) translateY(-50%);
        -moz-transform: translateX(-50%) translateY(-50%);
        -ms-transform: translateX(-50%) translateY(-50%);
        -o-transform: translateX(-50%) translateY(-50%);
        transform: translateX(-50%) translateY(-50%);
        height: 20px;
        width: 2px;
        background-color: #3f3f3f
    }

    .dropdown .close::after {
        -webkit-transform: translateX(-50%) translateY(-50%) rotate(45deg);
        -moz-transform: translateX(-50%) translateY(-50%) rotate(45deg);
        -ms-transform: translateX(-50%) translateY(-50%) rotate(45deg);
        -o-transform: translateX(-50%) translateY(-50%) rotate(45deg);
        transform: translateX(-50%) translateY(-50%) rotate(45deg)
    }

    .dropdown .close::before {
        -webkit-transform: translateX(-50%) translateY(-50%) rotate(-45deg);
        -moz-transform: translateX(-50%) translateY(-50%) rotate(-45deg);
        -ms-transform: translateX(-50%) translateY(-50%) rotate(-45deg);
        -o-transform: translateX(-50%) translateY(-50%) rotate(-45deg);
        transform: translateX(-50%) translateY(-50%) rotate(-45deg)
    }

    .dropdown.dropdownActive {
        visibility: visible;
        -webkit-transition: height .5s 0s, visibility .5s 0s;
        -moz-transition: height .5s 0s, visibility .5s 0s;
        transition: height .5s 0s, visibility .5s 0s;
        overflow: unset;
        height: 100vh;
        z-index: 9999;
        -webkit-transform: translate3d(0, 0, 1px);
        transform: translate3d(0, 0, 1px)
    }

    .dropdownContent,
    .dropdownContent ul {
        position: fixed;
        top: 72px;
        left: 0;
        width: 100%;
        height: 95%;
        overflow-x: hidden;
        overflow-y: scroll;
        padding: 0;
        margin: 0;
        background: #fff;
        z-index: 99999;
        height: calc(100vh - 61px);
        transition: all .5s ease-in-out !important;
        list-style: none !important
    }

    header.fixed .dropdownContent,
    header.fixed .dropdownContent ul {
        top: 68px;
        transition: all .5s ease-in-out !important
    }

    .collapsing {
        position: relative;
        height: 0;
        overflow: hidden;
        -webkit-transition: max-height .5s ease-in-out, -webkit-transform .3s;
        -moz-transition: max-height .5s ease-in-out, -moz-transform .3s;
        transition: max-height .5s ease-in-out, transform .3s
    }

    .navbar-collapse .dropdownContent,
    .navbar-collapse .dropdownContent ul {
        max-height: 0 !important;
        -webkit-transition: max-height .5s ease-in-out, -webkit-transform .3s;
        -moz-transition: max-height .5s ease-in-out, -moz-transform .3s;
        transition: max-height .5s ease-in-out, transform .3s
    }

    .navbar-collapse.show .dropdownContent,
    .navbar-collapse.show .dropdownContent ul {
        max-height: 100vh !important;
        -webkit-transition: max-height .5s ease-in-out, -webkit-transform .3s;
        -moz-transition: max-height .5s ease-in-out, -moz-transform .3s;
        transition: max-height .5s ease-in-out, transform .3s
    }

    .dropdownContent a,
    .dropdownContent ul a {
        display: block;
        color: #000;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
        border-bottom: 1px solid #e0e0e0;
        opacity: .8;
        text-decoration: none;
        outline: 0;
        display: flex;
        align-items: center;
        text-transform: uppercase
    }

    .borderBottomUnset {
        border-bottom: unset !important
    }

    .zakazivanjeServisa {
        padding: 40px 0 20px
    }

    .find-more h2 {
        padding: 40px 0
    }

    #contact {
        margin: 50px 0
    }

    .dropdownContent li:first-of-type>a,
    .dropdownContent ul li:first-of-type>a {
        border-top-width: 0
    }

    .dropdownContent li:last-of-type>a,
    .dropdownContent ul li:last-of-type>a {
        border-bottom-width: 1px
    }

    .dropdownContent .cd-divider,
    .dropdownContent ul .cd-divider {
        padding-top: 10px;
        padding-bottom: 10px;
        background-color: #0b0e23;
        font-size: 1.1rem;
        font-weight: 700;
        letter-spacing: 1px;
        color: #585a70;
        text-transform: uppercase
    }

    .dropdownContent .cd-divider+li>a,
    .dropdownContent ul .cd-divider+li>a {
        border-top-width: 0
    }

    .dropdownContent .cd-divider,
    .dropdownContent .cd-search,
    .dropdownContent a,
    .dropdownContent ul .cd-divider,
    .dropdownContent ul .cd-search,
    .dropdownContent ul a {
        -webkit-transform: translateZ(0);
        -moz-transform: translateZ(0);
        -ms-transform: translateZ(0);
        -o-transform: translateZ(0);
        transform: translateZ(0);
        -webkit-backface-visibility: hidden;
        backface-visibility: hidden;
        -webkit-transition: opacity .3s, -webkit-transform .3s;
        -moz-transition: opacity .3s, -moz-transform .3s;
        transition: opacity .3s, transform .3s
    }

    .dropdownContent ul.isHidden,
    .dropdownContent.isHidden {
        -webkit-transform: translateX(100%);
        -moz-transform: translateX(100%);
        -ms-transform: translateX(100%);
        -o-transform: translateX(100%);
        transform: translateX(100%)
    }

    .dropdownContent ul.isHidden>.cd-divider,
    .dropdownContent ul.isHidden>li>.cd-search,
    .dropdownContent ul.isHidden>li>a,
    .dropdownContent ul.moveOut>.cd-divider,
    .dropdownContent ul.moveOut>li>.cd-search,
    .dropdownContent ul.moveOut>li>a,
    .dropdownContent.isHidden>.cd-divider,
    .dropdownContent.isHidden>li>.cd-search,
    .dropdownContent.isHidden>li>a,
    .dropdownContent.moveOut>.cd-divider,
    .dropdownContent.moveOut>li>.cd-search,
    .dropdownContent.moveOut>li>a {
        opacity: 0
    }

    .dropdownContent ul.moveOut>.cd-divider,
    .dropdownContent ul.moveOut>li>.cd-search,
    .dropdownContent ul.moveOut>li>a,
    .dropdownContent.moveOut>.cd-divider,
    .dropdownContent.moveOut>li>.cd-search,
    .dropdownContent.moveOut>li>a {
        -webkit-transform: translateX(-100%);
        -moz-transform: translateX(-100%);
        -ms-transform: translateX(-100%);
        -o-transform: translateX(-100%);
        transform: translateX(-100%)
    }

    .dropdownActive .dropdownContent,
    .dropdownActive .dropdownContent ul {
        -webkit-overflow-scrolling: touch
    }

    .dropdownContent .see-all a {
        color: #3f8654
    }

    .dropdownContent .dropdown-icons .dropdownItem h3,
    .dropdownContent .dropdownGallery .dropdownItem h3 {
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap
    }

    ul.dropdownGallery {
        margin-top: 14px !important
    }

    .fixed ul.dropdownGallery {
        margin-top: -7px !important
    }

    .dropdownContent .dropdownGallery img {
        display: block;
        width: 100%;
        left: 20px
    }

    .dropdownContent .dropdown-icons .dropdownItem {
        padding-left: 75px;
        position: relative
    }

    .dropdownContent .dropdown-icons .dropdownItem p {
        color: #111433;
        font-size: 1.3rem;
        display: none
    }

    .dropdownContent .dropdown-icons .dropdownItem::before {
        content: "";
        display: block;
        position: absolute;
        left: 20px;
        top: 50%;
        margin-top: -20px;
        width: 40px;
        height: 40px;
        background-repeat: no-repeat;
        background-position: center center;
        background-size: 40px 40px
    }

    .vehicles {
        height: unset !important;
        display: flex !important;
        justify-content: flex-start;
        flex-direction: row;
        align-items: center;
        padding: 10px !important
    }

    @-webkit-keyframes cd-fade-in {
        0% {
            opacity: 0;
            visibility: visible
        }

        100% {
            opacity: 1;
            visibility: visible
        }
    }

    @-moz-keyframes cd-fade-in {
        0% {
            opacity: 0;
            visibility: visible
        }

        100% {
            opacity: 1;
            visibility: visible
        }
    }

    @keyframes cd-fade-in {
        0% {
            opacity: 0;
            visibility: visible
        }

        100% {
            opacity: 1;
            visibility: visible
        }
    }

    @-webkit-keyframes cd-fade-out {
        0% {
            opacity: 1;
            visibility: visible
        }

        100% {
            opacity: 0;
            visibility: visible
        }
    }

    @-moz-keyframes cd-fade-out {
        0% {
            opacity: 1;
            visibility: visible
        }

        100% {
            opacity: 0;
            visibility: visible
        }
    }

    @keyframes cd-fade-out {
        0% {
            opacity: 1;
            visibility: visible
        }

        100% {
            opacity: 0;
            visibility: visible
        }
    }

    .cd-search input[type=search] {
        width: 100%;
        height: 50px;
        padding: 0 20px;
        -webkit-appearance: none;
        -moz-appearance: none;
        -ms-appearance: none;
        -o-appearance: none;
        appearance: none;
        background-color: #fff;
        color: #3f3f3f;
        border: none;
        border-radius: 0
    }

    .goBack a,
    .hasChildren>a {
        position: relative
    }

    .goBack a::after,
    .goBack a::before,
    .hasChildren>a::after,
    .hasChildren>a::before {
        content: "";
        position: absolute;
        top: 50%;
        margin-top: -1px;
        display: inline-block;
        height: 2px;
        width: 10px;
        background: var(--lightCerulean);
        -webkit-backface-visibility: hidden;
        backface-visibility: hidden
    }

    .goBack a::before,
    .hasChildren>a::before {
        -webkit-transform: rotate(45deg);
        -moz-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
        -o-transform: rotate(45deg);
        transform: rotate(45deg)
    }

    .goBack a::after,
    .hasChildren>a::after {
        -webkit-transform: rotate(-45deg);
        -moz-transform: rotate(-45deg);
        -ms-transform: rotate(-45deg);
        -o-transform: rotate(-45deg);
        transform: rotate(-45deg)
    }

    .hasChildren>a {
        padding-right: 40px
    }

    .hasChildren>a::after,
    .hasChildren>a::before {
        right: 20px;
        -webkit-transform-origin: 9px 50%;
        -moz-transform-origin: 9px 50%;
        -ms-transform-origin: 9px 50%;
        -o-transform-origin: 9px 50%;
        transform-origin: 9px 50%
    }

    .dropdownContent .goBack a {
        padding-left: 40px
    }

    .dropdownContent .goBack a::after,
    .dropdownContent .goBack a::before {
        left: 20px;
        -webkit-transform-origin: 1px 50%;
        -moz-transform-origin: 1px 50%;
        -ms-transform-origin: 1px 50%;
        -o-transform-origin: 1px 50%;
        transform-origin: 1px 50%
    }

    .cd-main-content {
        background-color: #e6e6e6;
        min-height: calc(100vh - 100px);
        padding: 2em 5%;
        line-height: 2
    }

    .no-js .dropdownWrapper:hover .dropdown {
        visibility: visible;
        opacity: 1;
        -webkit-transform: translateY(0);
        -moz-transform: translateY(0);
        -ms-transform: translateY(0);
        -o-transform: translateY(0);
        transform: translateY(0)
    }

    .no-js .dropdownWrapper .close {
        display: none
    }

    .navbar-expand-lg .navbar-collapse.mobile-menu {
        display: block !important
    }

    .dropdownContent {
        margin-top: 14px !important
    }

    .dropdownContent.fixed {
        margin-top: -7px !important
    }

    .seo-links .cheap-rent-a-car-column-3,
    .seo-content .cheap-rent-a-car-column-3 {
        max-width: 225px;
        margin: 0 auto;
    }
}


.nav-img {
    height: auto !important;
}

.col-4 {
    flex: 0 0 33%;
    width: 33%;
}

.about-us-content p:last-of-type {
    margin-bottom: 0 !important;
}

.pogodnosti {
    list-style: none;
}

.pogodnosti li {
    color: #fff !important;
    display: flex;
    margin-bottom: 5px;
    text-align: left !important;
}

.checkMark {
    width: 20px;
    height: 20px;
    margin-right: 10px;
}

.cheap-rent-a-car-wrapper.narrow {
    max-width: 900px !important;
}

@media (min-width: 767px) {
    .absolute-image {
        left: -115px !important;
    }

    .filters-icon {
        display: none;
    }
}

@media (max-width: 767px) {

    .contact-form-block {
        padding: 30px 15px !important;
    }

    .contact-form-block label {
        font-size: 14px !important;
    }

    .seo-content-text {
        margin-bottom: 1rem !important;
    }

    .seo-links-title.title-toggler {
        text-align: center !important;
    }

    .seo-content ul {
        width: fit-content !important;
        margin: 0 auto !important;
    }

    .cta-margin {
        margin-bottom: 158px !important;
    }

    .cta-padding {
        padding: 0 60px !important;
    }

    .filters-body {
        height: 0;
        overflow: hidden;
        transition: all .3s ease-in-out;
    }

    .filters-icon {
        width: 20px;
    }

    .filters-box.top {
        display: flex;
        justify-content: space-between;
        align-items: center;
        padding: 10px 20px !important;
    }


    .filters-body.full-height {
        height: 986px;
        transition: all .3s ease-in-out;
    }

    .rental-title h4 {
        margin-bottom: 1rem !important;
    }

    .car-card h5 {
        margin-bottom: 1rem;
    }

    .car-card .cheap-rent-a-car-card-icons {
        display: flex;
        justify-content: start;
        align-items: center;
        margin-bottom: 1rem;
    }

    .car-card .car-card-best-price {
        display: flex !important;
        justify-content: space-between !important;
        align-items: center !important;
    }

    .car-card .price-holder h5,
    .car-card .triggerAllPrices {
        margin-bottom: 0 !important;
    }
}

@media (min-width:991px) {
    .absolute-image-2 {
        left: unset !important;
    }

    .cta-content {
        text-align: justify;
        padding: 0 0px 0 160px
    }

    .cta-content-2 {
        text-align: justify;
        padding: 0 160px 0 160px
    }
}

.copyright a:hover {
    color: var(--red) !important;
}

.swal2-icon.swal2-warning {
    border-color: #ff0000 !important;
    color: #ff0000 !important;
}

.card a,
.blog-post-content a {
    transition: all .3s ease-in-out;
}

.card a:hover,
.blog-post-content a:hover {
    color: var(--red) !important;
    transition: all .3s ease-in-out;
}

.card .card-title a {
    color: var(--darkCerulean) !important;
    transition: all .3s ease-in-out;
}

.card .card-title a:hover {
    color: var(--red) !important;
    transition: all .3s ease-in-out;
}


body .main-button-holder {
    display: flex;
    justify-content: center;
    align-items: center
}

body .main-button {
    background-color: var(--darkCerulean);
    color: #fff !important;
    border: 1px solid var(--darkCerulean);
    height: 47px;
    width: 220px;
    transition: background-color .3s ease-in-out, color .3s ease-in-out;
    font-family: Roboto-Regular, sans-serif !important;
    display: flex;
    justify-content: center;
    align-items: center;
    text-transform: uppercase
}

body .main-button:hover {
    background-color: var(--red) !important;
    border-color: var(--red) !important;
    color: #fff !important
}

body .main-button:focus {
    outline: 0 !important;
    box-shadow: none !important
}

.triggerAllPrices {
    cursor: pointer;
    border: 1px solid var(--darkCerulean);
    padding: 5px;
    color: #fff !important;
    background: var(--darkCerulean);
    margin-bottom: 5px !important;
    transition: all 0.5s ease-in-out;
}

.triggerAllPrices:hover {
    background: var(--red);
    border-color: var(--red);
}

.triggerAllPrices b {
    color: #fff !important;
    font-weight: 400 !important;
}

.phone-scroll-mobile {
    width: 34vw;
    z-index: 3;
    border-right: 0.5vw solid white;
    left: 0;
}

.phone-scroll-mobile.border-none {
    border-right: 0 !important;
}

.phone-scroll-mobile.viber {
    left: 34vw !important;
    z-index: 2;
}

.phone-scroll-mobile.whatsapp {
    right: 0 !important;
    z-index: 1;
    left: unset !important;
}

.price-bigger b {
    font-size: 27px;
    font-family: Akrobat-Regular, sans-serif;
}

.price-bigger * {
    line-height: 1;
}


body .seo-button-img {
    margin-top: -50px;
    margin-bottom: 70px
}

body .seo-button {
    background-color: var(--gold);
    border: 1px solid var(--gold);
    color: #fff !important;
    transition: background-color .3s ease-in-out, color .3s ease-in-out;
    font-family: Roboto-Medium, sans-serif !important;
    margin-top: -50px;
    opacity: 1 !important;
    padding: 10px 60px;
}

body .seo-button:hover {
    background-color: #fff;
    color: var(--gold) !important;
    opacity: 1 !important;
}

body .seo-button:focus {
    outline: 0 !important;
    box-shadow: none !important;
    opacity: 1 !important;
}


body .accordion-button {
    background-color: var(--darkCerulean);
    color: #fff !important;
    border: 1px solid var(--darkCerulean);
    height: 47px;
    width: 220px;
    transition: background-color .3s ease-in-out, color .3s ease-in-out;
    display: flex;
    justify-content: center;
    align-items: center;
    text-transform: uppercase
}

body .accordion-button:hover {
    background-color: var(--red) !important;
    border-color: var(--red) !important;
    color: #ffffff !important
}

body .accordion-button:focus {
    outline: 0 !important;
    box-shadow: none !important
}

@media (max-width: 768px) {
    .reservation .main-photo img {
        height: calc(100vh - 140px) !important;
    }

    .reservation-form-content {
        max-height: 650px !important;
    }

    #myTab .nav-item {
        margin-top: 10px !important;
    }

    .car-options-wrapper {
        margin-bottom: 1rem !important;
    }
}

/* Preloader Start */
.preloader {
    position: fixed;
    width: 100vw;
    height: 100vh;
    z-index: 10000000;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    top: 0;
    left: 0;
    background-color: #fff;
    transition: all .3s ease-in-out;
    opacity: 1;
}

.preloader.hidden {
    transition: all .3s ease-in-out;
    opacity: 0;
    user-select: none;
    visibility: hidden;
}

.preloader img {
    width: 150px;
}

.swal2-popup {
    border-radius: 0 !important;
}

.swal2-styled.swal2-confirm {
    border: 0;
    border-radius: 0 !important;
    background: initial;
    color: #fff;
    font-size: 1.0625em;
    width: 150px;
    outline: none !important;
    box-shadow: none !important;
}

.social-parent {
    display: flex;
    flex-direction: row;
    justify-content: start;
    align-items: center;
}

.social-icon {
    display: flex;
    margin-right: 2rem !important;
}

.social-icon img {
    margin-right: 0 !important;
}

.social-icon .hidden {
    display: none;
}

.social-icon:hover .shown {
    display: none;
}

.social-icon:hover .hidden {
    display: flex;
}

.footer-logo {
    width: 180px !important;
}

.seo-links-title-footer {
    color: #d6ad5b !important;
    margin-top: 20px !important;
    margin-bottom: 20px !important;
    font-size: 19px;
    text-transform: uppercase;
    font-family: Akrobat-Regular, sans-serif;
}

.d-none {
    display: none !important;
}

.seo-links-list li:last-of-type {
    margin-bottom: 0 !important;
}

@media (min-width: 768px) {
    .seo-links-list {
        margin-bottom: 0 !important;
    }
}

.small {
    font-size: 12px !important;
}

.home-contact-item * {
    color: #fff !important;
}

.home-contact-item:hover * {
    color: var(--gold) !important;
}

.mobile-flex {
    display: none !important;
}

.blog {
    padding-top: 240px !important;
}

@media (max-width: 992px) {
    .autor-card-bottom {
        margin-top: 1rem !important;
    }

    .blog {
        padding-top: 120px !important;
    }

    .home-contact {
        justify-content: space-around !important;
    }

    .cta-content {
        text-align: justify;
        padding: 85px 15px 0;
    }

    .home-contact-item {
        margin-top: 1rem;
    }

    .mobile-top-contact {
        display: none !important;
    }

    .main-photo {
        margin-top: 87px;
    }

    .navbar {
        top: 40px;
    }

    .global-content {
        padding-right: 1rem !important;
        justify-content: center;
        align-items: center;
        margin-bottom: 3rem !important;
    }

    .global-content .text-justify,
    .cta-content p {
        text-align: center !important;
    }

    .home-contact .red-button.seo-button {
        margin-top: 0 !important;
        width: 140px !important;
    }

    .mobile-flex {
        display: flex !important;
    }

    .desktop-flex {
        display: none !important;
    }

    .copyright img {
        width: 60px !important;
        height: 60px !important;
    }

    .show-more-text {
        -webkit-line-clamp: 8 !important;
    }

    .p-mobile-3 {
        padding-top: 0 !important;
        padding-left: 1rem !important;
        padding-right: 1rem !important;
    }

    .rental-filters {
        margin-top: 120px !important;
    }

    .global-content {
        padding-left: 2rem !important;
        padding-right: 2rem !important;
    }

    .global-content * {
        text-align: center !important;
    }

    .blog-post-content p,
    .blog-post-content h5 {
        padding-left: 1rem !important;
        padding-right: 1rem !important;
    }

    #map {
        margin-top: 86px !important;
    }

    .model,
    ul.breadcrumb {
        margin-top: 120px !important;
    }

    .margin-top-0 {
        margin-top: 0 !important;
    }
}

.bg-gray {
    background-color: #f8f9fa !important;
}

.blog-post-content a:not(.seo-button) {
    color: #c23b22 !important;
    font-weight: 700 !important;
}

.blog-post-content a:not(.seo-button):hover {
    color: #08457e !important;
}

.blog-post-content h5 {
    margin-bottom: 1rem !important;
    font-family: Roboto-Light, sans-serif !important;
    font-size: 16px !important;
    font-weight: 700 !important;
}

.faqs-content ul {
    list-style: disc !important;
}

.no-shadow .card {
    box-shadow: none !important;
}

.blog-post-content a.accordion-button,
.blog-post-content a.accordion-button:hover {
    color: #ffffff !important;
    font-weight: 700 !important;
}

.blog-post-content ul li {
    list-style-type: disc;
}
#products h5 span {
    font-family: Akrobat-Bold, sans-serif !important;
}
.form-control {
    font-family: Roboto-Light, sans-serif !important;
}
@media (max-width: 992px) {
    .order-review {
        margin-top: 120px !important;
    }
}