<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/*
Theme Name:   Rent A Car
Theme URI:    https://uat.budgetatl.com
Description:  WordPress Theme for Rent a Car.
Author:       Techtic Solutions
Author URI:   https://uat.budgetatl.com
Template:     twentytwentyone
Version:      1.0.0
License:      GNU General Public License v2 or later
License URI:  http://www.gnu.org/licenses/gpl-2.0.html
Text Domain:  rentcar
*/

@import url("../twentytwentyone/style.css");

@media print {

    a[href]:after,
    .pojo-a11y-toolbar-left,
    .hide-in-print,
    .sm-banner:before,
    .sm-banner:after {
        display: none;
    }
    .mn-footer-outer {
        margin-top: 30px;
    }

}

.widget-area,
.powered-by {
    display: none !important;
}

:root {
    /* --blue: #102A5E; */
    --blue: #07295d;
    --orange: #f78a00;
    --red: #FF5515;
    --white: #fff;
    --text-color: #333333;
    --black: #000;
}

/*Default-CSS*/
input[type="file"]::-webkit-file-upload-button {
    cursor: pointer;
}

input[type="file"]::-moz-file-upload-button {
    cursor: pointer;
}

input[type="file"]::-ms-file-upload-button {
    cursor: pointer;
}

input[type="file"]::-o-file-upload-button {
    cursor: pointer;
}

input[type="file"] {
    cursor: pointer;
}

html body {
    font-family: "Nunito Sans", sans-serif;
    margin: 0;
    font-size: 16px;
    padding-top: 0;
    background-color: #fff;
}

.border-default {
    border: 1px solid rgba(7, 41, 93, 0.2) !important;
    border-radius: 15px !important;
    padding: 11px 12px !important;
    background: #fff !important;
    width: 100%;
}

html body.menu_open {
    overflow: hidden;
}

*::-moz-selection {
    color: var(--white);
    background: var(--black);
}

*::-webkit-selection {
    color: var(--white);
    background: var(--black);
}

*::-webkit-input-placeholder {
    color: #333333;
    opacity: 1;
}

*:-moz-placeholder {
    color: #333333;
    opacity: 1;
}

*::-moz-placeholder {
    color: #333333;
    opacity: 1;
}

*:-ms-input-placeholder {
    color: #333333;
    opacity: 1;
}

a,
div a:hover,
div a:active,
div a:focus,
button {
    text-decoration: none;
    -webkit-transition: all 0.5s ease 0s;
    -moz-transition: all 0.5s ease 0s;
    -ms-transition: all 0.5s ease 0s;
    -o-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s;
}

a,
span,
div a:hover,
div a:active,
button {
    text-decoration: none;
}

*::after,
*::before,
* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -o-box-sizing: border-box;
    box-sizing: border-box;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
nav,
section {
    display: block;
}

ul,
ul li,
ol,
li {
    list-style: outside none none;
    font-family: "Nunito Sans", sans-serif;
    color: var(--black);
}

body ul {
    margin: 0;
    padding: 0;
}

body a {
    outline: none;
    color: var(--white);
}

body a:hover {
    color: var(--orange);
}

body .clearfix,
body .clear {
    clear: both;
    line-height: 100%;
}

body .clearfix {
    height: auto;
}

* {
    outline: none !important;
}

* {
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    -webkit-tap-highlight-color: transparent;
    /* For some Androids */
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

div input,
div select,
div textarea,
div button {
    font-family: "Nunito Sans", sans-serif;
}

body h1,
body h2,
body h3,
body h4,
body h5,
body h6 {
    font-family: "Nunito Sans", sans-serif;
    line-height: 110%;
    color: #000;
    font-weight: 500;
    margin: 0 0 15px;
}

body h1 {
    font-size: 42px;
    color: var(--blue);
}

body h2 {
    font-size: 36px;
    font-weight: 700;
}

body h3 {
    font-size: 26px;
}

body h4 {
    font-size: 24px;
    font-weight: 700;
    color: var(--blue);
}

body h5 {
    font-size: 20px;
}

body h6 {
    font-size: 18px;
    font-weight: 700;
}

body h1:last-child,
body h2:last-child,
body h3:last-child,
body h4:last-child,
body h5:last-child,
body h6:last-child {
    margin-bottom: 0;
}

div select {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

div select option {
    font-size: 13px;
    color: var(--text-color);
    padding: 2px 5px;
}

img {
    margin: 0 auto;
    max-width: 100% !important;
    max-height: 100%;
    width: auto;
    height: auto;
}

body p {
    color: var(--text-color);
    font-family: "Nunito Sans", sans-serif;
    font-size: 16px;
    line-height: 26px;
    margin: 0 0 30px;
    padding: 0;
    font-weight: 400;
}

body p:empty {
    margin: 0;
    line-height: 0;
}

body p:last-child {
    margin-bottom: 0;
}

p strong {
    font-weight: bold;
}

label em {
    color: var(--primary);
    display: inline-block;
    font-style: normal;
    vertical-align: top;
    margin-left: 5px;
}

.hidden {
    display: none !important;
}

iframe {
    display: block;
    width: 100%;
}

.container {
    width: 100%;
    max-width: 1310px;
    padding-left: 15px;
    padding-right: 15px;
    margin: 0 auto;
    position: relative;
    float: none;
}

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

body .container .container {
    padding-left: 0;
    padding-right: 0;
}

/*scroll Hide*/
html.no-scroll {
    overflow: hidden;
}

html.no-scroll body {
    overflow: hidden;
    height: 100%;
}

/*button*/
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
    -webkit-appearance: button;
    cursor: pointer;
}

/* Buttons styles start */
body form input[type="submit"],
.btn,
input.btn,
button {
    display: inline-block;
    border: none;
    padding: 12px 38px;
    margin: 0;
    text-decoration: none;
    color: var(--white);
    font-style: normal;
    font-weight: 700;
    font-size: 18px;
    line-height: 120%;
    cursor: pointer;
    text-align: center;
    border-radius: 0px;
    position: relative;
    vertical-align: top;
    font-family: "Nunito Sans", sans-serif;
    background: #ff5515;
    border-radius: 10px;
    transition: all 0.5s ease 0s;
}
/* 05-09-2023 */
/* Buttons styles Updates */
body form input[type="submit"],
.btn,
input.btn,
button {
    padding: 14.51px 38px;
    line-height: 16px;
}

body form input[type="submit"] {
    min-width: 188px;
    background-color: var(--red) !important;
    color: var(--white) !important;
}

body form input[type="submit"]:hover {
    background-color: var(--blue) !important;
}

button.btn.btn-orange:not(:hover):not(:active),
button.btn.btn-orange,
.btn.btn-orange {
    background-color: var(--orange) !important;
}

button.btn.btn-orange:not(:hover):not(:active):hover,
button.btn.btn-orange:hover,
.btn.btn-orange:hover {
    background-color: var(--red) !important;
}

button.btn.btn-red:not(:hover):not(:active),
button.btn.btn-red,
.btn.btn-red {
    background-color: var(--red) !important;
}

button.btn.btn-red:not(:hover):not(:active):hover,
button.btn.btn-red:hover,
.btn.btn-red:hover {
    background-color: var(--orange) !important;
}

button.btn.btn-blue:not(:hover):not(:active),
button.btn.btn-blue,
.btn.btn-blue {
    background-color: var(--blue) !important;
}

button.btn.btn-blue:not(:hover):not(:active):hover,
button.btn.btn-blue:hover,
.btn.btn-blue:hover {
    background-color: var(--red) !important;
}

.btn.btn-white {
    background-color: #fff;
    color: var(--red);
    padding: 12px 26px;
}

button.btn.btn-white:not(:hover):not(:active):hover,
button.btn.btn-white:hover,
.btn.btn-white:hover {
    background-color: var(--blue);
    color: var(--white);
}

.btn.btn-link {
    padding: 0;
    background-color: transparent;
    color: var(--blue);
    font-size: 18px;
    position: relative;
}

.btn.btn-blue {
    background-color: var(--blue);
}

.btn.btn-link:hover {
    background-color: transparent;
    color: var(--red);
}

.ant-form-item-control-input-content
    &gt; .ant-select
    .ant-select-selector
    span.ant-select-selection-item {
    line-height: 47px;
}

form .field textarea,
form .field select,
form .field input,
.ant-form-item-control-input-content &gt; input,
.ant-form-item-control-input-content &gt; .ant-select .ant-select-selector,
.ant-form-item-control-input-content &gt; .ant-picker,
form .cust-select,
form .cust-textarea,
form
    .cust-input:not([type="hidden"]):not([type="checkbox"]):not(
        [type="radio"]
    ):not([type="file"]):not([type="range"]):not([type="submit"]):not(
        [type="reset"]
    ):not([type="image"]) {
    background-color: transparent;
    width: 100%;
    height: 50px;
    border: 0;
    background-color: var(--white);
    border: 1px solid rgba(7, 41, 93, 0.2);
    border-radius: 10px;
    padding: 0 15px 0;
    color: #fff;
    font-size: 16px;
    color: #333333;
    font-weight: 400;
    font-family: "Nunito Sans", sans-serif;
    margin: 0;
}

form .field label {
    font-weight: 600;
    font-size: 16px;
    line-height: 18px;
    color: #333333;
}

form .field textarea {
    padding: 16px;
    min-height: 123px;
    resize: none;
}

.btn:active {
    box-shadow: 0px 0px 0px white;
    -webkit-box-shadow: inset -2px 2px 2px #ccc;
    -moz-box-shadow: inset -2px 2px 2px #ccc;
    box-shadow: inset -2px 2px 2px #ccc;
    transform: translate(0, 2px);
    color: #ffc491;
    background-color: #ede358;
}

.btn:focus {
    outline: 0;
}

.btn:hover,
.btn:focus,
button:hover,
button:focus {
    background: var(--blue);
    color: var(--white);
}

.main-wrapper {
    min-height: 100vh;
}

/*Gapping*/
.section-gapping,
section {
    padding-bottom: 50px;
    padding-top: 50px;
}

/*Gapping close*/

div#wpadminbar {
    display: none;
}

:root {
    margin: 0 !important;
}

/* Header CSS Start */
.header-top {
    background-color: var(--blue);
    padding: 10px 0;
    position: relative;
}

.header-top .row {
    align-items: center;
}

.header-top:before {
    content: "";
    position: absolute;
    right: 0;
    top: 0;
    bottom: -3px;
    background-color: var(--white);
    width: 10.4%;
    clip-path: polygon(65% 0, 100% 0, 100% 100%, 0% 100%);
}

.topbar-left p {
    display: flex;
    align-items: center;
    font-size: 14px;
    color: var(--white);
}

.topbar-left p a {
    margin-left: 5px;
}

.topbar-left p span {
    display: inline-block;
    margin-right: 12px;
    font-size: 18px;
}

.topbar-right .social {
    display: flex;
    justify-content: flex-end;
    padding-right: 79px;
}

.topbar-right .social li:not(:first-child) {
    margin-left: 15px;
}

.topbar-right .social li a {
    display: block;
    font-size: 20px;
}

.designbox {
    position: absolute;
    top: 0;
    bottom: -9px;
    right: 0;
    background-color: var(--orange);
    width: 6.5%;
    height: 100%;
    clip-path: polygon(45% 0, 100% 0, 100% 100%, 0% 100%);
}

.header-btns .btn.btn-red {
    padding: 12px 34px;
}

.logo-box {
    margin-right: -30px;
    width: 100%;
    max-width: 260px;
}

.designbox:before {
    content: "";
    position: absolute;
    bottom: 0;
    top: 0;
    left: 0;
    background-color: var(--white);
}

a.logo {
    display: block;
    line-height: 0;
}

a.logo:focus {
    background: transparent !important;
}

.header-bottom {
    padding: 17px 0;
    background: #fffdfd;
    box-shadow: 0px 14px 20px rgba(0, 0, 0, 0.25);
}

.menu &gt; li:not(:last-child) {
    margin-right: 24.5px;
}

.menu &gt; li &gt; a {
    font-weight: 400;
    font-size: 16px;
    line-height: 22px;
    color: var(--black);
}

.menu &gt; li &gt; a:hover {
    color: var(--red);
}

.menu {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}

.cust-row {
    display: flex;
    /*flex-wrap: wrap;*/
}

.header-btns {
    display: flex;
    align-items: center;
    margin-right: 3px;
}

.header-btns a.btn.btn-link {
    margin-right: 27px;
}

img {
    width: 100%;
    max-width: 100%;
}

/* Banner Css Start */

.home-banner {
    position: relative;
    padding-top: 35.4%;
    padding-bottom: 0;
}

.home-banner &gt; img {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: top center;
}

main.site-main {
    padding: 0;
}

.home-banner .container {
    position: absolute;
    top: 0;
    bottom: 17%;
    left: 0;
    right: 0;
    display: flex;
    align-items: center;
    padding-top: 4.8%;
    z-index: 1;
}

.banner-slide span {
    font-weight: 600;
    font-size: 20px;
    color: var(--orange);
    display: inline-block;
}

.banner-slide h2 {
    font-weight: 700;
    font-size: 52px;
    color: var(--white);
    margin-bottom: 20px;
}

.banner-slide p {
    font-weight: 600;
    font-size: 18px;
    color: var(--white);
    margin-bottom: 30px;
}

.banner-slider-block {
    max-width: 460px;
}

.sec-heading h2 {
    font-weight: 700;
    font-size: 36px;
    color: var(--blue);
    margin-bottom: 0;
}

.sec-heading small {
    color: var(--red);
    line-height: normal;
    display: block;
    font-size: 32px;
}

.bookyour-ride-left p {
    font-weight: 400;
    font-size: 20px;
    margin-bottom: 26px;
}

.bookyour-ride-left .sec-heading h2 {
    font-size: 48px;
    line-height: 90%;
}

.bookyour-ride-left .sec-heading {
    padding-bottom: 35px;
}

/* Footer CSS Start */

.footer-top {
    background-color: #031e46;
    padding: 42px 0 25px;
    position: relative;
}

.footer-curve-box {
    content: "";
    background-color: #07295d;
    bottom: 50px;
    position: absolute;
    right: -30px;
    width: 45%;
    height: 100%;
    border-right: 0;
    z-index: 1;
    transform: skewx(-11deg);
    box-shadow: 0 0 00px 10px #fff;
}

.footer-curve-box:before {
    content: "";
    width: 10px;
    height: 102.5%;
    position: absolute;
    left: 0;
    background-color: #fff;
    transform-origin: left bottom;
    transform: rotate(10.2deg);
    bottom: -0.3px;
    display: none;
}

.footer-top .container {
    z-index: 1;
}

.footer-logo {
    max-width: 348px;
    margin-bottom: 29px;
}

.social-icon {
    display: flex;
    align-items: center;
}

.social-icon li:not(:last-child) {
    margin-right: 27px;
}

.social-icon li a {
    width: 40px;
    height: 40px;
    background: #031e46;
    border: 1px solid rgba(255, 255, 255, 0.2);
    display: flex;
    align-items: center;
    justify-content: center;
    color: #9b9b9b;
    font-size: 24px;
}

.social-icon li i.fa-twitter {
    font-size: 22px;
}

.footer-social {
    margin-bottom: 32px;
}

.footer-menu ul {
    display: flex;
    align-items: center;
    margin-bottom: 29px;
}

.b-foot-menu li:not(:last-child) {
    margin-right: 45px;
}

.footer-menu ul li:not(:last-child) {
    margin-right: 20px;
}

.footer-menu ul li a {
    font-weight: 400;
    font-size: 16px;
    color: #f5f5f5;
}

.footer-menu ul li a:hover {
    color: var(--orange);
}

.social-icon li a:hover {
    color: var(--orange);
    background-color: var(--white);
}

.footer-disc li {
    font-weight: 400;
    font-size: 12px;
    color: rgba(245, 245, 245, 0.5);
    line-height: 22px;
}

.footer-bottom {
    background-color: #071631;
    padding: 13px 0;
}

.b-foot-menu {
    display: flex;
}

.footer-contact {
    background-color: var(--blue);
    border: 0px solid #ffffff;
    width: 100%;
    max-width: 462px;
    margin-top: -33px;
    padding: 0 11px;
    position: relative;
}

form.subscribe-form input {
    background-color: transparent !important;
    border: 1px solid rgba(255, 255, 255, 0.2) !important;
    height: 40px !important;
    color: #f5f5f5 !important;
    padding: 0 160px 0 43px !important;
    background-image: url("data:image/svg+xml,%0A%3Csvg width='16' height='12' viewBox='0 0 16 12' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M14.75 0.375H1.25C0.951631 0.375 0.665483 0.493526 0.454505 0.704505C0.243526 0.915483 0.125 1.20163 0.125 1.5V10.5C0.125 10.7984 0.243526 11.0845 0.454505 11.2955C0.665483 11.5065 0.951631 11.625 1.25 11.625H14.75C15.0484 11.625 15.3345 11.5065 15.5455 11.2955C15.7565 11.0845 15.875 10.7984 15.875 10.5V1.5C15.875 1.20163 15.7565 0.915483 15.5455 0.704505C15.3345 0.493526 15.0484 0.375 14.75 0.375ZM13.5125 1.5L8 5.31375L2.4875 1.5H13.5125ZM1.25 10.5V2.01187L7.67938 6.46125C7.77354 6.52657 7.8854 6.56158 8 6.56157C8.1146 6.56158 8.22647 6.52657 8.32063 6.46125L14.75 2.01187V10.5H1.25Z' fill='%23C9C9C9'/%3E%3C/svg%3E%0A") !important;
    background-repeat: no-repeat;
    background-position: 16px center;
    border-radius: 10px;
}

form.subscribe-form input::placeholder {
    color: #f5f5f5;
}

.footer-contact span.icon {
    display: block;
    max-width: 61px;
    margin-bottom: 24px;
}

.footer-contact h3 {
    color: var(--white);
    margin-bottom: 11px;
    font-weight: 700;
}

.footer-contact p {
    color: rgba(255, 255, 255, 0.8);
    margin-bottom: 30px;
    line-height: 25px;
    font-weight: 400;
}

form.subscribe-form {
    position: relative;
    width: 100%;
    max-width: 440px;
}

.subscribe-form button.btn {
    position: absolute;
    right: -2px;
    top: 0;
    bottom: 0;
    padding-top: 0;
    padding-bottom: 0;
}

.footer-box {
    max-width: 560px;
}

footer.footer {
    margin-top: 0;
}

/* Home Banner Css Start */

.banner-slider {
    position: static;
}

.banner-slider .owl-nav {
    background-color: #fff;
    display: flex;
    padding: 0 67px 0 0px;
    position: absolute;
    bottom: 0;
    left: 15px;
    width: 100%;
    max-width: 186px;
    justify-content: space-between;
    clip-path: polygon(0px -1px, 60% -1px, 100% 100%, 0% 100%);
    height: 70px;
}

.banner-slider .owl-nav button {
    background-color: transparent !important;
}

.home-banner:before {
    content: "";
    position: absolute;
    width: 66%;
    z-index: 1;
    height: 70px;
    background-color: #fff;
    bottom: -1px;
    right: calc(50vw + 560px);
    clip-path: polygon(0 0, calc(100% - 80px) 0, 100% 100%, 0% 100%);
}

a.btn-info-link {
    font-weight: 700;
    font-size: 16px;
    color: #333333;
    display: flex;
    align-items: center;
    justify-content: flex-end;
}

a.btn-info-link span {
    line-height: 0;
    display: inline-block;
    margin-left: 8px;
    vertical-align: top;
}

a.btn-info-link span path[fill="#FF8B00"] {
    transition: all 0.5s ease 0s;
}

a.btn-info-link:hover span path[fill="#FF8B00"] {
    fill: var(--blue);
}

a.btn-info-link:hover {
    color: var(--blue);
}

.ride-form-box {
    background: rgba(255, 255, 255, 0.2);
    box-shadow: 0px 4px 50px rgba(0, 0, 0, 0.1);
    backdrop-filter: blur(2px);
    border-radius: 20px;
    width: 100%;
    max-width: 545px;
    padding: 20px;
    margin-left: auto;
}

.car-image {
    max-width: 439px;
    margin-bottom: -46px;
    z-index: 1;
    position: relative;
    margin-left: 80px;
}

.norbg-image {
    max-width: 406px;
    margin: 0 auto;
    z-index: 1;
    position: relative;
    padding-top: 90.8%;
    margin-right: 0;
}

.ride-form {
    background: #ffffff;
    border: 1px solid #e2e2e2;
    border-radius: 15px;
    overflow: hidden;
}

.ride-head {
    text-align: center;
    background-color: var(--blue);
    padding: 16px 0;
}

.ride-head h4 {
    color: var(--white);
}

.ride-form-box-inner {
    padding: 20px 20px 25px 20px;
    background: #ffffff;
    /*border: 1px solid #E2E2E2;*/
}

.latest-offers-sec {
    position: relative;
    padding-top: 60px;
    padding-bottom: 60px;
}

.sec-heading.white h2 {
    color: var(--white);
}

.sec-heading {
    padding-bottom: 46px;
    z-index: 1;
    position: relative;
}

.offers-slide-img {
    line-height: 0;
    box-shadow: 0px 14px 44px rgba(0, 0, 0, 0.1);
    border-radius: 20px 20px 0px 0px;
    overflow: hidden;
    position: relative;
    padding-top: 69.4%;
}

.offers-slide-img &gt; img {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: top center;
}

.offers-slide-content {
    display: flex;
    align-items: center;
    background-color: #fff;
    padding: 33px 24px;
    justify-content: space-between;
}

.offers-slide-content p {
    margin: 0;
    font-weight: 600;
    font-size: 18px;
    max-width: 285px;
    line-height: normal;
}

.offers-slide {
    /*background: #FFFFFF;
    border: 1px solid rgba(7, 41, 93, 0.2);
    box-shadow: 0px 14px 44px rgba(0, 0, 0, 0.1);
    border-radius: 20px;*/
    overflow: hidden;
}

.offers-slide-content a {
    display: block;
    width: 40px;
    height: 40px;
}

.owl-dots {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: -30px;
}

.owl-dots button span {
    width: 10px;
    height: 10px;
    background-color: #d9d9d9;
    display: block;
    border-radius: 10px;
    margin: 0 5px;
    transition: all 0.5s ease 0s;
}

.owl-dots button {
    background-color: transparent !important;
}

.owl-dots button.active span {
    width: 29px;
    background-color: var(--blue);
}

.cruee-arrow .owl-nav {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    position: absolute;
    top: calc(50% - -8px);
    transform: translateY(50%);
}

.cruee-arrow .owl-nav button {
    line-height: 0 !important;
    width: 52px;
    height: 50px;
    background-color: var(--red) !important;
    transform: matrix(-1, 0, 0, 1, 0, 0);
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 2.5px;
}

.cruee-arrow .owl-nav button img {
    width: 25px;
}

.cruee-arrow .owl-nav button.owl-prev {
    clip-path: polygon(0% 0%, 0% 0%, 100% 50%, 0% 100%, 0% 100%);
    left: -51px;
}

.cruee-arrow .owl-nav button.owl-next {
    clip-path: polygon(100% 0%, 100% 0%, 100% 100%, 100% 100%, 0% 50%);
    right: -50px;
}

.cruee-arrow .owl-nav button.owl-prev img {
    margin-left: 8px;
}

.cruee-arrow .owl-nav button.owl-next img {
    margin-right: 8px;
}

.latest-offers-img {
    position: relative;
    overflow: hidden;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    height: 415px;
}

.img-wrap img,
.help-support-img &gt; img,
.latest-offers-img &gt; img {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: top center;
}

.latest-offers-sec .container {
    margin-top: -369px;
}

.bookyour-ride-left {
    padding-top: 35px;
}

.bookyour-ride-left .btn-info-link {
    margin-top: 19px;
    display: inline-block;
}

.latest-offers-sec .sec-heading h2 {
    font-size: 36px;
    font-family: "Ubuntu";
}

.top-sec-btn-box {
    position: absolute;
    max-width: 307px;
    margin-left: auto;
    height: 69px;
    width: 100%;
    right: 12px;
    top: 0;
}

.top-sec-btn-box:before {
    content: "";
    position: absolute;
    /*    top: -47px;*/
    top: -51px;
    bottom: 0;
    left: calc(100% - 1px);
    right: 0;
    width: 200%;
    height: 69px;
    background-color: #fff;
}

.top-sec-btn {
    position: absolute;
    background-color: #fff;
    right: 0;
    /*    top: -47px;*/
    top: -51px;
    width: 100%;
    max-width: 231px;
    height: 69px;
    padding: 16px 0 29px 85px;
    clip-path: polygon(0 0, 100% 0, 100% 100%, 98px 100%);
    text-align: right;
}

.top-sec-btn-box.lg .top-sec-btn {
    max-width: 307px;
}

.offers-slider .owl-stage-outer {
    padding-bottom: 70px;
}

.our-vehicles-sec {
    background: linear-gradient(99.12deg, #f78b00 0.92%, #ff5515 103%);
    padding-bottom: 74px;
}

.bookyour-ride-sec {
    padding-bottom: 50px;
}

/*.latest-offers-sec .top-sec-btn-box {
    top: 14px;
}*/

.vehicles-list ul {
    display: flex;
    flex-wrap: wrap;
}

.vehicles-list ul li {
    width: 100%;
    max-width: calc(100% / 4);
}

.vehicles-img-box {
    padding-top: 81.74%;
    position: relative;
    width: calc(100% + 68px);
}

.vehicles-img-box img {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 100%;
    object-fit: contain;
    object-position: center;
    margin-left: -8px;
}

.vehicles-main-box {
    text-align: center;
    background: #ffffff;
    border: 1px solid rgba(7, 41, 93, 0.2);
    box-shadow: 0px 14px 44px rgba(0, 0, 0, 0.1);
    border-radius: 20px;
    padding: 20px;
    max-width: 274px;
}
.vehicle-category-list {
    display: flex;
    align-items: center;
    margin-bottom: 37px;
    justify-content: space-between;
}
.vehicle-category-list ul li button {
    color: #ff5515 !important;
    border: none;
    border-bottom: 1px solid #ff5515;
    line-height: 14px;
    display: inline-block;
    background: none !important;
    padding: 0;
    font-size: 14px;
    border-radius: 0;
}

.vehicles-main-box h6 {
    border-top: 1px solid rgba(7, 41, 93, 0.2);
    font-weight: 700;
    padding-top: 16px;
}

.text-red {
    color: var(--red);
}

.help-support-sec {
    padding-top: 60px;
    padding-bottom: 75px;
}

.help-support-info {
    padding: 15px;
}

.help-support-info h4 {
    color: var(--blue);
}

.help-support-box {
    display: flex;
    align-items: center;
    background: #ffffff;
    border: 1px solid rgba(7, 41, 93, 0.2);
    box-shadow: 0px 14px 44px rgba(0, 0, 0, 0.1);
    border-radius: 20px;
    overflow: hidden;
}
.ctm-padding.help-support-img {
    padding-top: 21.16%;
}

.help-support-box &gt; div {
    width: 100%;
    max-width: calc(100% / 2);
}

.help-support-info p {
    max-width: 264px;
}

.help-support-img {
    position: relative;
    padding-top: 39.16%;
    background: linear-gradient(180deg, rgba(255, 139, 0, 0.20) 0%, rgba(255, 255, 255, 0.20) 100%);
}

.mobile-menu,
.profile-block,
a.togglemenu {
    display: none;
}

.car-banner-img {
    z-index: 1;
    position: absolute;
    bottom: -25px;
    width: 100%;
    max-width: 230px;
    right: 0;
}

.carform-box {
    z-index: 1;
    position: relative;
    margin-top: -450px;
}

.norbg-image-right {
    width: 100%;
    margin-top: -69.109px;
    margin-right: 58px;
}

.show-in-mobile {
    display: none;
}

/* About Page CSS */
.inner-banner.img-wrap {
    position: relative;
    padding-top: 26%;
    overflow: hidden;
    padding-bottom: 0;
}

.inner-banner-content {
    max-width: 588px;
    padding-top: 4.7%;
}

.inner-banner-content h1 {
    font-weight: 700;
    font-size: 52px;
    line-height: 56px;
    color: var(--white);
    margin-bottom: 25px;
}

.inner-banner-content p {
    font-size: 18px;
    color: var(--white);
    font-weight: 600;
}

.inner-banner .container {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    display: flex;
    bottom: 15%;
    align-items: center;
}

.contact-card {
    background: linear-gradient(
        90deg,
        rgba(255, 255, 255, 0.1) 50.23%,
        rgba(7, 41, 93, 0.1) 139.73%
    );
    border: 1px solid rgba(7, 41, 93, 0.2);
    box-shadow: 0px 4px 25px rgba(0, 0, 0, 0.12);
    border-radius: 15px;
}

.c-card-header {
    background-color: var(--blue);
    border-radius: 15px 15px 0px 0px;
    padding: 17px 30px;
}

.c-card-header h4 {
    color: var(--white);
}

.contact-card .c-card-body {
    padding: 30px 22px;
}

.c-list-box {
}

.c-list-box li {
    line-height: 24px;
}

.c-list-box li span {
    color: #333333;
    font-weight: 600;
}

.c-list-box li a {
    color: #7a7a7a;
}

.c-list-box li a span {
    transition: all 0.5s ease 0s;
}

.c-list-box li a span:hover,
.c-list-box li a:hover {
    color: var(--red);
}

.c-card-box h6 {
    color: var(--blue);
}

.c-card-box:not(:last-child) {
    border-bottom: 1px solid rgba(7, 41, 93, 0.2);
    margin-bottom: 20px;
    padding-bottom: 17px;
}

.industry-box {
    padding: 28px 30px;
    border-radius: 10px;
    margin-top: 75px;
    margin-bottom: 67px;
    position: relative;
    z-index: 1;
}

.industry-box:before {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: var(--orange);
    border-radius: 10px;
    z-index: -1;
    clip-path: polygon(81% 0, 87% 28%, 94% 90%, 72% 100%, 0 100%, 0 0);
}

.help-support-info.help-support-info-left {
    padding-left: 40px;
}

.industry-box * {
    color: #fff;
}

.industry-box p {
    margin-bottom: 23px;
    font-size: 16px;
    line-height: 22px;
}

.industry-box-inner {
    max-width: 504px;
}

.mn-footer-outer {
    width: 100%;
    padding-top: 50px;
    overflow: hidden;
}

.industry-box-inner h2 {
}

.car-img {
    max-width: 730px;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 0;
}

.general-info-block h4 {
    margin-bottom: 30px;
}

.general-info-list {
    display: flex;
    flex-wrap: wrap;
}

.img-wrap {
    position: relative;
    padding-top: 56.28%;
    overflow: hidden;
}

.g-info-img.img-wrap {
    padding-top: 76.2%;
}

.general-info .g-info-img:before {
    content: "";
    height: 13px;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    display: block;
    background-color: rgba(255, 255, 255, 0.9);
    z-index: 1;
}

.g-info-detaile {
    background: #ffffff;
    padding: 4px 20px 17px 20px;
}

.general-info {
    background: #ffffff;
    border: 1px solid rgba(7, 41, 93, 0.2);
    box-shadow: 0px 14px 44px rgba(0, 0, 0, 0.1);
    border-radius: 20px;
    overflow: hidden;
    margin-bottom: 30px;
    display: block;
    transition: all 0.5s ease 0s;
}

.about-cms-sec .col-lg-8 p {
    font-weight: 600;
}

.general-info:hover {
    box-shadow: none;
    transform: translateY(-10px);
}

.inner-banner-content h2 {
    color: var(--white);
    margin-bottom: 25px;
}

.we-600 {
    font-weight: 600;
}

.confirmation-alert {
    background: #ffd8d8;
    padding: 20px 22px;
}

.confirmation-alert * {
    max-width: 742px;
}

.prop-links a {
    text-decoration: underline;
    color: #0093dd !important;
}

.field-row {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.field-row.field-2 &gt; div {
    width: 100%;
    max-width: calc(50% - 15px);
}

.field-row &gt; div {
    width: 100%;
    margin-bottom: 30px;
}

.field &gt; p &gt; span {
    display: block;
    line-height: 0;
}

.contact-form {
    padding-top: 30px;
}

.field &gt; p &gt; span span {
    display: block;
    line-height: 24px;
}

.com-b-box {
    background-color: var(--blue);
    padding: 34px 0 34px 109px;
    border-radius: 15px;
    position: relative;
    background-image: url("/wp-content/uploads/2023/06/combboxbg.png");
    background-repeat: no-repeat;
    background-size: contain;
}

.com-b-box-inner * {
    color: #fff;
}

.com-b-box-head {
    max-width: 504px;
}

.com-b-box-head h2 {
    margin-bottom: 15px;
}

.com-b-box-head p {
    margin-bottom: 20px;
}

.contact-cms-sec .com-b-box {
    margin-top: 150px;
}

.group-positive-img {
    max-width: 440px;
    position: absolute;
    right: 90px;
    bottom: 0;
}

/* sm-banner */
.sm-banner {
    padding: 14px 0 16px;
    position: relative;
    z-index: 1;
    background: url("/wp-content/uploads/2023/11/Group-1000005104.png");
    background-repeat: no-repeat;
    background-size: cover;
}

.sm-banner:before {
    content: "";
    position: absolute;
    height: 39px;
    width: 160px;
    background-color: var(--white);
    left: 0;
    clip-path: polygon(0 0, calc(100% - 78px) 0, 100% 100%, 0% 100%);
    bottom: -1px;
}

.sm-banner:after {
    content: "";
    position: absolute;
    height: 39px;
    width: 160px;
    background-color: var(--white);
    right: 0;
    clip-path: polygon(78px 0px, 100% 0, 100% 100%, 0 100%);
    bottom: -1px;
}

.sm-banner h1 {
    font-weight: 700;
    font-size: 24px;
    line-height: 36px;
    color: #ffffff;
}

.sm-sec-heading h4 {
    margin-bottom: 10px;
}

.sm-sec-heading {
    padding-bottom: 40px;
    position: relative;
}

.sm-sec-heading p {
    color: #7a7a7a;
    line-height: 22px;
    max-width: 821px;
    margin-bottom: 0;
}
.faq-sec .sm-sec-heading p a {
    color: #ff5515;
    text-decoration-line: underline;
}

.faq-sec .sm-sec-heading p a:hover {
    color: #333;
    text-decoration: underline;
}
.faqd-box {
    display: flex;
    align-items: center;
    background: #ffffff;
    border: 1px solid #e2e2e2;
    box-shadow: 0px 4px 25px rgba(0, 0, 0, 0.12);
    border-radius: 15px;
    padding: 20px;
}

.f-icon {
    min-width: 70px;
    min-height: 85px;
    line-height: 0;
    margin-right: 18px;
}

.f-info h5 {
    margin-bottom: 6px;
    color: #333333;
    font-weight: 700;
}

.f-info p {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.sm-gapping {
    padding-top: 40px;
    padding-bottom: 40px;
}

ul.faq-list &gt; li:not(:last-child) {
    margin-bottom: 30px;
}

.back-page {
    display: flex;
    align-items: center;
    font-weight: 700;
    font-size: 16px;
    line-height: 24px;
    color: #7a7a7a;
    position: absolute;
    top: 0;
    right: 0;
}

.back-page span {
    display: block;
    margin-right: 11px;
    line-height: 0;
}

.accordion-list {
    background: #ffffff;
    border: 1px solid rgba(7, 41, 93, 0.2);
    box-shadow: 0px 4px 25px rgba(0, 0, 0, 0.12);
    border-radius: 20px !important;
    padding: 25px 20px;
    margin-bottom: 20px;
}
.accordion-list:last-child{
    margin-bottom: 0;
}

.accordion &gt; p &gt; a {
    font-weight: 600;
    font-size: 20px;
    line-height: 20px;
    color: #333333;
    position: relative;
    text-decoration: none !important;
}

li.accordion.active &gt; p &gt; a {
    color: var(--orange);
}

.accordion &gt; p &gt; a::before {
    content: "Q:";
    /* position: absolute; */
    left: 0;
    margin-right: 10px;
    color: var(--blue);
}

.accordion-content {
    padding-left: 33px;
    margin-top: 16px;
}

.accordion-list &gt; li:not(:last-child) {
    margin-bottom: 20px;
}

.accordion &gt; p {
    margin-bottom: 0;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: space-between;
    cursor: pointer;
}

.accordion-icon {
    width: 30px;
    height: 30px;
    border: 1px solid #ff5515;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 100%;
}

.accordion-icon::before {
    content: "";
    width: 14px;
    height: 2px;
    background-color: var(--red);
    display: block;
    position: absolute;
    transition: all 0.5s ease 0s;
}

.accordion-icon::after {
    content: "";
    width: 2px;
    height: 14px;
    background-color: var(--red);
    display: block;
    position: absolute;
    transition: all 0.5s ease 0s;
}

li.accordion.active .accordion-icon:after {
    opacity: 0;
    visibility: hidden;
}

/*ADDED CSS ON 15/06/2023*/
.header-top:after {
    content: "";
    background: url("/wp-content/uploads/2023/12/header-orange-traingle.png");
    width: 150px;
    height: 50px;
    position: absolute;
    right: 0;
    top: 0;
    /*z-index: 9999;*/
    z-index: 1;
    background-repeat: no-repeat;
}

.header-top:before {
    display: none;
}

.designbox {
    display: none;
}

.featured-deal-btm img {
    width: 100%;
}

.featured-deal-btm {
    display: flex;
    align-items: center;
    padding: 14px 24px;
    justify-content: space-between;
}

.featured-deal-btm p {
    margin-bottom: 0;
}

.featured-column {
    background: #ffffff;
    border: 1px solid rgba(7, 41, 93, 0.2);
    box-shadow: 0px 14px 44px rgba(0, 0, 0, 0.1);
    border-radius: 20px;
    overflow: hidden;
}

.featured-deal-listing {
    margin-top: 30px;
}

.our-deals {
    margin-top: 50px !important;
    padding-top: 0;
    padding-bottom: 0px;
}

.inner-banner {
    margin-bottom: 0 !important;
}

.featured-deal-btm a {
    width: 40px;
    height: 40px;
    border: 1px solid #7a7a7a;
    border-radius: 50%;
    text-align: center;
    line-height: 35px;
}

.featured-deal-btm a img {
    max-width: 15px !important;
    width: 100%;
    margin: 0 auto;
}

.featured-deal-btm a:hover {
    background: #7a7a7a;
}

.featured-deal-btm a:hover img {
    filter: brightness(0) invert(1);
}

.featured-load-more {
    margin-top: 50px;
    text-align: center;
}

.featured-column {
    padding: 0;
    width: 48.8%;
    margin-bottom: 30px;
}

.featured-column:nth-child(odd) {
    margin-right: 30px;
}

.deal-detail-banner .inner-banner-content {
    padding-top: 8.7%;
}

.deal-detail-banner .inner-banner-content h1 {
    font-size: 36px;
    font-weight: 700;
    line-height: 42px;
}

.deal-heading-content {
    padding-bottom: 25px;
}

.deal-heading-content h2 {
    font-size: 24px;
    font-weight: 700;
    line-height: 24px;
    color: #07295d;
    margin-bottom: 10px;
}

.deal-heading-content p {
    font-size: 16px;
    font-weight: 400;
    line-height: 22px;
    color: #7a7a7a;
}

.deal-content p {
    font-size: 16px;
    font-weight: 600;
    line-height: 26px;
    color: #333333;
}

.deal-code {
    background-image: url("/wp-content/uploads/2023/12/Subtract.png") !important;
    background-repeat: no-repeat;
    background-position: center;
    background-size: 100%;
    padding: 22px 60px 30px;
    margin: 40px 0;
}

.deal-code-inr {
    display: flex;
    justify-content: space-between;
    align-items: center;
    background: #ededed;
    padding: 23px 93px 23px 34px;
    border-radius: 10px;
}

.deal-code h3 {
    font-size: 20px;
    font-weight: 600;
    line-height: 26px;
    color: #000000;
    margin-bottom: 0;
}

.deal-code p {
    font-size: 32px;
    font-weight: 800;
    line-height: 26px;
    color: #07295d;
}

.deal-form-box {
    z-index: 1;
    position: relative;
    margin-top: -140px;
}

.deal-code-content p {
    font-size: 16px;
    font-weight: 400;
    line-height: 26px;
    color: #333333;
    padding-bottom: 11px;
}

.terms-condtn-content p {
    font-size: 16px;
    font-weight: 600;
    line-height: 26px;
    color: #7a7a7a;
}

.deal-copy-code {
    text-align: right;
}

.deal-copy-code img {
    width: 24px;
    /*float: right;*/
    margin-right: 60px;
    cursor: pointer;
    transition: transform 0.2s;
}

.deal-copy-code img:hover {
    transform: scale(1.2);
}

::selection {
    color: #ffffff;
    background: var(--orange) !important;
}

.inner-banner-image {
    position: relative;
    left: 70px;
}

.inner-banner-image img {
    position: relative;
}

.help-support-mobile {
    display: none;
}

#reactReservationSteps {
    margin-bottom: 70px;
}

.offers-slider .owl-item {
    background: rgba(255, 255, 255, 0.2);
    border-radius: 20px;
    overflow: hidden;
    padding-right: 0.8px;
}

.offers-slide-content {
    border: 1px solid rgba(7, 41, 93, 0.2);
    border-radius: 0 0px 20px 20px;
    border-top: none;
}

.site a:focus:not(.wp-block-button__link):not(.wp-block-file__button) {
    text-decoration: none !important;
}

.offers-slide-img {
    border: 1px solid rgba(255, 255, 255, 0.2);
}

/*FOR LOCATION STYLE*/
.find-location h6 {
    font-size: 16px;
    font-weight: 700;
    line-height: 18px;
    color: #07295d;
    margin-bottom: 10px;
}

.find-location-input input {
    width: 100%;
    height: 50px;
    padding: 16px 50px 16px 14px !important;
    font-weight: 400;
    line-height: 18px !important;
    font-size: 16px;
    border: 1px solid rgba(7, 41, 93, 0.2) !important;
    border-radius: 10px !important;
    background: #fff;
}

.location-field {
    position: relative;
}

.location-field img {
    position: absolute;
    width: 20px;
    height: 20px;
    right: 15px;
    top: 15px;
}

.location-field input::-webkit-input-placeholder {
    color: #333333;
}

.location-field input::-moz-placeholder {
    color: #333333;
}

.location-field input:-ms-input-placeholder {
    color: #333333;
}

.location-field input:-moz-placeholder {
    color: #333333;
}

.grid-location-content {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.location-grid-header {
    display: flex;
    align-items: self-start;
    margin-bottom: 21px;
    justify-content: space-between;
}

.location-grid-header h6 {
    margin-bottom: 0;
    font-size: 18px;
    width: 78%;
    min-height: 36px;
}

.location-left h5 img {
    max-width: 12px !important;
    margin-left: 5px;
}

.location-column {
    padding: 30px 20px 40px;
    background: #ffffff;
    background: -moz-linear-gradient(
        left,
        #ffffff 60%,
        rgba(7, 41, 93, 0.05) 99%
    );
    background: -webkit-linear-gradient(
        left,
        #ffffff 60%,
        rgba(7, 41, 93, 0.05) 99%
    );
    background: linear-gradient(
        to right,
        #ffffff 60%,
        rgba(7, 41, 93, 0.05) 99%
    );
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='rgba(7, 41, 93, 0.1)', GradientType=1);
    border: 1px solid rgba(7, 41, 93, 0.2);
    border-radius: 10px;
    overflow: hidden;
    height: 100%;
}

.location-grid-header span {
    font-size: 16px;
    font-weight: 600;
    line-height: 18px;
    color: #ff5515;
    text-align: right;
}

.location-left h5 {
    font-size: 16px;
    font-weight: 600;
    line-height: 18px;
    color: #333;
    margin-bottom: 6px;
}

.location-left p {
    color: #7a7a7a;
    font-size: 16px;
    font-weight: 400;
    line-height: 18px;
}

.location-left {
    max-width: 314px;
    margin-bottom: 10px;
}

.more-info {
    color: #4042e2;
    font-size: 16px;
    font-weight: 400;
    line-height: 14px;
    display: inline-block;
    border-bottom: 1px solid;
    line-height: 18px;
}

.map-location iframe {
    height: 354px;
    border-radius: 20px;
    box-shadow: 0 0 25px 0px rgba(0, 0, 0, 0.25);
    border: 1px solid rgba(7, 41, 93, 0.2) !important;
}

.about-cms-sec .map-location {
    margin-top: -166px;
}

.about-cms-sec {
    padding-bottom: 50px;
}

.location-right {
    width: 100%;
    max-width: 20px;
}

.find-location-row {
    justify-content: center;
    gap: 24px 0;
    margin-top: 30px;
}

.location-detail-pg .carform-box,
.location-landing .carform {
    margin-top: -140px;
}

.location-detail-pg .ride-form-box-inner {
    border: none;
}

.location-landing-parent-box {
    margin-top: 15px;
    padding-bottom: 64px;
}
.location-landing-parent-box p{
    margin: 0 -15px;
    margin-top: 45px;
}

.location-detail-pg .location-detail-content,
.location-landing-parent-box-inner {
    border-radius: 10px;
    background: #fff;
    box-shadow: 0px 4px 25px 0px rgba(0, 0, 0, 0.12);
    padding: 30px 28px 28px;
    margin-bottom: 30px;
}

.location-detail-pg .bookyour-ride-left p {
    font-size: 16px;
    line-height: 26px;
}

.location-detail-content h3 {
    font-size: 24px;
    margin-bottom: 28px;
    line-height: 18px;
    font-weight: 700;
    color: #07295d;
}

.ride-form-box-inner button {
    color: #fff !important;
}

.ride-form-box-inner button:hover {
    background: #f78a00 !important;
}

.location-contact img {
    max-width: 20px !important;
    width: 100% !important;
    margin: 0;
    margin-right: 9px;
}

.location-contact {
    padding: 30px 20px 40px;
    background: #ffffff;
    background: -moz-linear-gradient(
        left,
        #ffffff 60%,
        rgba(7, 41, 93, 0.05) 99%
    );
    background: -webkit-linear-gradient(
        left,
        #ffffff 60%,
        rgba(7, 41, 93, 0.05) 99%
    );
    background: linear-gradient(
        to right,
        #ffffff 60%,
        rgba(7, 41, 93, 0.05) 99%
    );
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='rgba(7, 41, 93, 0.1)', GradientType=1);
    border: 1px solid rgba(7, 41, 93, 0.2);
    border-radius: 10px;
    overflow: hidden;
    margin-top: 30px;
    max-width: 545px;
    margin-left: auto;
    box-shadow: 0px 4px 25px rgba(0, 0, 0, 0.12);
}

.location-detail-pg .inner-banner-content {
    padding-top: 11.7%;
}

.location-conatct-column h4 {
    display: flex;
    align-items: center;
    margin-bottom: 17px;
    font-size: 18px;
    line-height: 18px;
}

.location-conatct-column p {
    max-width: 314px;
    line-height: 18px;
}

.hour-time .location-phone {
    display: flex;
    align-items: center;
}

.location-conatct-column {
    padding-bottom: 21px;
    border-bottom: 1px solid rgba(7, 41, 93, 0.2);
    margin-bottom: 20px;
}

.location-phone a {
    color: #07295d;
    font-size: 18px;
    font-weight: 700;
    line-height: 18px;
}

.location-phone-row {
    padding-bottom: 23px;
    margin: 0;
    margin-bottom: 20px;
    position: relative;
}

.location-phone-row .col-lg-5 {
    padding: 0;
}

.location-contact ul {
    margin-top: 17px;
}

.location-contact ul li {
    color: #7a7a7a;
    margin-bottom: 2px;
}

.location-contact ul li:last-child {
    margin-bottom: 0;
}

.location-contact ul li span {
    color: #333333;
}

.location-detail-pg .bookyour-ride-sec {
    padding-bottom: 70px;
}

.location-contact .row:last-child .col-lg-5 .hour-time {
    border-right: 1px solid rgba(7, 41, 93, 0.2);
}

.location-contact .row:last-child {
    margin: 0;
}

.location-contact .row:last-child .col-lg-5 {
    padding: 0;
}

.find-reservation-form {
    padding: 42px 0 50px;
}

.paycitation-form {
    padding: 42px 0 50px;
}

.reservation-form-inner {
    box-shadow: 0px 4px 25px rgba(0, 0, 0, 0.12);
    border-radius: 10px;
    border: 1px solid #e2e2e2;
    padding: 30px;
    max-width: 685px;
    margin: 0 auto;
    width: 100%;
}
.paycitation-form-inner {
    box-shadow: 0px 4px 25px rgba(0, 0, 0, 0.12);
    border-radius: 10px;
    border: 1px solid #e2e2e2;
    padding: 30px;
    max-width: 685px;
    margin: 0 auto;
    width: 100%;
}

.reservation-form-inner label {
    font-family: "Nunito Sans", sans-serif;
    font-size: 16px !important;
    font-weight: 600;
}
.paycitation-form-inner label {
    font-family: "Nunito Sans", sans-serif;
    font-size: 16px !important;
    font-weight: 600;
}

.reservation-form-inner .bookyourride_continue_btn {
    color: #fff !important;
}

.paycitation-form-inner .bookyourride_continue_btn {
    color: #fff !important;
}

.find_reservation {
    margin-top: 30px;
}

.paycitation {
    margin-top: 30px;
}

.form-header h4 {
    margin-bottom: 10px;
}

.inner-banner-content .btn {
    max-width: 181px;
    width: 100%;
}

.featured-column figure img {
    max-height: 280px;
    width: 100%;
    object-fit: cover;
}

.featured-deal-btm p {
    color: #333;
    font-size: 18px;
    font-weight: 600;
    line-height: 26px;
}

.deal-heading-content h2 {
    text-transform: uppercase;
}

.rental-header h4 {
    margin-bottom: 10px;
}

.rental-header {
    max-width: 812px;
}

.rental-header p {
    color: #7a7a7a;
    line-height: 22px;
}

.view-all-rental {
    text-align: right;
    margin-bottom: 75px;
}

.view-all-rental a.btn.btn-orange {
    padding: 13px 30px !important;
    background-color: #ff5515 !important;
    font-size: 18px;
    line-height: 16px;
}

.view-all-rental a.btn.btn-orange:hover {
    background-color: #f78a00 !important;
}

.loader {
    display: none;
    width: 80px;
    height: 80px;
    margin: 0 auto;
}

.loader:after {
    content: " ";
    display: block;
    width: 64px;
    height: 64px;
    margin: 8px;
    border-radius: 50%;
    border: 6px solid #f78a00;
    border-color: #f78a00 transparent #f78a00 transparent;
    animation: loader 1.2s linear infinite;
}

@keyframes loader {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

/*FOR ACCOUNT CSS*/
.account-box-inner {
    box-shadow: 0px 4px 25px rgba(0, 0, 0, 0.12);
    border: 1px solid #e2e2e2;
    background: #fff;
    border-radius: 15px;
    padding: 30px 30px 20px;
    max-width: 625px;
    margin: 0 auto;
}

.account-box-inner p {
    border-bottom: 1px solid rgba(7, 41, 93, 0.2);
    padding-bottom: 12px;
    margin-bottom: 20px;
    line-height: 22px;
}

.account-box-inner form label {
    display: block;
    color: #333;
    font-size: 16px;
    font-weight: 600;
    line-height: 18px;
    margin-bottom: 10px;
}

.account-box-inner input {
    border: 1px solid rgba(7, 41, 93, 0.2) !important;
    border-radius: 10px !important;
    width: 100%;
    height: 40px;
    background: #fff !important;
    padding: 0 14px;
}

.account-box-inner select {
    border: 1px solid rgba(7, 41, 93, 0.2) !important;
    border-radius: 10px !important;
    width: 100%;
    height: 40px;
    padding: 0 14px;
    -webkit-appearance: value;
    -moz-appearance: value;
    appearance: value;
    background: url("/wp-content/uploads/2023/12/down-select.png") no-repeat;
    background-position: right 14px center;
}

.account-box-inner .account-input {
    margin-bottom: 17px;
}

.remember-col {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 30px;
}

.account-box-inner .remember-col label {
    margin-bottom: 0;
}

.remember-col a {
    color: #ff5515;
    font-size: 15px;
    font-weight: 400;
    line-height: 16px;
    text-decoration-line: underline;
}

.remember-col a:hover {
    color: #333;
    text-decoration: underline;
}

.remember-me {
    display: flex;
    align-items: center;
}

.remember-me input {
    width: 20px !important;
    height: 20px !important;
    border-radius: 0 !important;
    background: linear-gradient(
        90deg,
        rgba(255, 255, 255, 0.1) 35.95%,
        rgba(7, 41, 93, 0.04) 100%
    ) !important;
}

.account-box-inner .remember-me label {
    color: #7a7a7a;
    font-size: 16px;
    font-weight: 400;
    line-height: 16px;
}

.account-btn {
    display: flex;
    justify-content: space-between;
    gap: 20px;
}
.account-btn a{
    border: none;
    padding: 0;
    color: #ff5515;
    text-decoration: underline;
}
.account-btn a:hover{
    color: #333;
    text-decoration: underline;
}

.account-btn input[type="submit"] {
    border: 1px solid transparent !important;
    color: #fff !important;
    width: auto;
    min-width: initial;
    height: auto;
}

.account-btn .btn:last-child:hover,
.account-btn .btn:last-child:focus {
    background: #f78a00 !important;
    color: #fff !important;
    border: 1px solid #f78a00 !important;
}

.account-btn .btn:last-child:focus {
    color: #f78a00 !important;
}
.transparent-btn {
    background: transparent !important;
    color: #ff5515 !important;
    border: 1px solid #ff5515 !important;
}

.transparent-btn:hover {
    background: #ff5515 !important;
    color: #fff !important;
}

.register-page .account-box-inner, .edit-profile .account-box-inner {
    max-width: 1013px;
    padding-bottom: 30px;
}

.register-page .account-btn {
    margin-top: 10px;
}

.forgot-password-confirmation p {
    border-bottom: none;
    padding-bottom: 0;
}

.activity-box {
    background: linear-gradient(
        90deg,
        rgba(255, 255, 255, 0.1) 0%,
        rgba(7, 41, 93, 0.1) 100%
    );
    box-shadow: 0px 4px 24px rgba(0, 0, 0, 0.12);
    border: 1px solid rgba(7, 41, 93, 0.2);
    padding: 30px 40px 44px;
    border-radius: 10px;
}

.activity-box-left span {
    min-width: 86px;
    display: inline-block;
}

.activity-box-left label {
    margin-left: 8px;
    font-weight: 700;
    color: #000 !important;
}

.activity-box-left ul li {
    font-size: 18px;
    line-height: 18px;
    color: #000;
}

.activity-box-left ul {
    margin-bottom: 30px;
}

.activity-btm-content h5 {
    color: #07295d;
    font-size: 18px;
    font-weight: 700;
    line-height: 18px;
    margin-bottom: 10px;
}

.activity-box-right {
    display: flex;
    align-items: center;
    justify-content: end;
    gap: 30px;
}

.right-box-col span img {
    max-width: 12px !important;
    margin: 0 0 0 4px !important;
}

.right-box-col {
    border-radius: 10px;
    border: 1px solid rgba(7, 41, 93, 0.2);
    background: #fff;
    padding: 23px;
    text-align: center;
    max-width: 198px;
    width: 100%;
}

.right-box-col h2 {
    font-size: 48px;
    color: #07295d;
    line-height: 64px;
}

.right-box-col:last-child h2 {
    color: #ff5515;
}

.right-box-col span {
    color: #7a7a7a;
    font-size: 14px;
    font-weight: 700;
    line-height: 18px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.progress-bar {
    background: #d9d9d9;
    height: 10px;
    position: relative;
}

.progress-inner {
    position: absolute;
    left: 0;
    top: 0;
    background: #ff5515;
    height: 100%;
    width: 40%;
}

.rental-rewards p {
    color: #7a7a7a;
    line-height: 22px;
    max-width: 736px;
}

.rental-rewards {
    padding: 10px 0 40px;
}

.activity-list-inner {
    border-radius: 15px;
    box-shadow: 0px 4px 25px rgba(0, 0, 0, 0.12);
    background: #fff;
    border: 1px solid #e2e2e2;
    padding: 30px;
}

.activity-tab {
    padding-bottom: 20px;
    border-bottom: 1px solid rgba(7, 41, 93, 0.2);
    margin-bottom: 30px;
    display: flex;
    gap: 30px;
}

.activity-tab li {
    color: #07295d;
    font-size: 20px;
    font-weight: 700;
    line-height: 24px;
    position: relative;
}

.form-header p {
    line-height: 22px;
}

.activity-list {
    padding: 0;
}

.activity-list-col {
    display: flex;
    align-items: start;
    justify-content: space-between;
    border: 1px solid rgba(7, 41, 93, 0.2);
    border-radius: 10px;
    padding: 20px 30px;
    margin-bottom: 20px;
}

.activity-list-col:last-child {
    margin-bottom: 0;
}

.activity-date {
    display: flex;
    align-items: center;
    margin-bottom: 14px;
    gap: 8px;
}

.activity-date span {
    color: #7a7a7a;
    font-weight: 600;
}

.list-col-left h4 {
    font-size: 18px;
    color: #333;
    font-weight: 700;
    line-height: 20px;
    margin-bottom: 15px;
}

.list-col-left label span {
    font-weight: 600;
}

.list-col-left label {
    font-size: 16px;
    color: #333;
    font-weight: 400;
    line-height: 22px;
    margin-bottom: 0;
}

.point-earned {
    display: flex;
    align-items: center;
    gap: 7px;
    margin-bottom: 13px;
    justify-content: end;
}

.point-earned span {
    color: #333;
    font-size: 18px;
    font-weight: 700;
    line-height: 20px;
}

.list-col-right {
    text-align: right;
}

.awarded span {
    color: #7a7a7a;
    font-size: 18px;
    font-weight: 600;
    line-height: 20px;
}

.awarded i {
    width: 10px;
    height: 10px;
    border-radius: 50%;
    border: 1px solid #7a7a7a;
    margin-right: 14px;
}

.awarded {
    margin-bottom: 13px;
    display: flex;
    align-items: center;
    justify-content: end;
}

.list-col-right label {
    color: #333;
    font-size: 18px;
    font-weight: 400;
    line-height: 20px;
    margin-bottom: 0;
}

.activity-pagination ul {
    display: flex;
    justify-content: center;
    align-items: center;
    border-bottom: none;
    padding: 0;
    margin: 0;
}

.activity-pagination ul li:not(:first-child, :last-child) a,
.activity-pagination span {
    width: 34px;
    height: 34px;
    text-align: center;
    line-height: 34px;
    border-radius: 2px;
    display: block;
    color: #333;
    margin: 0;
}

.activity-pagination ul li a.prev,
.activity-pagination ul li a.next {
    color: #ff5515;
    font-size: 16px;
    font-weight: 400;
    line-height: 22px;
    text-decoration-line: underline;
}

.activity-pagination ul li:first-child a:hover,
.activity-pagination ul li:last-child a:hover {
    border-bottom: none;
}

.activity-pagination ul li a.prev {
    margin-right: 20px;
}

.activity-pagination ul li a.next {
    margin-left: 20px;
}

.activity-pagination {
    margin-top: 30px;
}

.activity-pagination ul li.active a,
.activity-pagination ul li.active span,
.activity-pagination ul li:not(:first-child, :last-child) a:hover,
.activity-pagination ul li a:focus {
    background: #ff5515 !important;
    color: #fff;
    width: 34px;
    height: 34px;
    text-align: center;
    line-height: 34px;
    border-radius: 2px;
    display: block;
    margin: 0;
}

.make-reservation {
    padding: 0;
}
.activity-pagination ul li {
    margin: 0 2px;
}
.make-reservation-content {
    background: url("/wp-content/uploads/2023/12/make-reservation-content.png");
    background-repeat: no-repeat;
    background-size: 100% 100%;
    padding: 34px 27px 34px 109px;
}

.make-reservation-content .row {
    align-items: center;
}

.make-reservation h3 {
    color: #fff;
    font-size: 36px;
    font-weight: 700;
    line-height: 42px;
    margin-bottom: 20px;
}

.make-reservation p {
    color: #fff;
    line-height: 22px;
}

.activity-box .row {
    align-items: center;
}

.activity-tab li button {
    color: #7a7a7a !important;
    font-weight: 400;
    background: none !important;
    border: none !important;
    padding: 0 !important;
}

.activity-tab li button:hover {
    color: #ff5515 !important;
}

.activity-tab li button.active {
    font-weight: 700;
    color: #ff5515 !important;
}

.activity-tab li button.active:before,
.activity-tab li button:before {
    display: block;
    content: attr(title);
    font-weight: bold;
    height: 0;
    overflow: hidden;
    visibility: hidden;
}

.activity-tab li button:after {
    content: "";
    position: absolute;
    width: 100%;
    height: 3px;
    background: #ff5515;
    left: 0;
    bottom: -20px;
    opacity: 0;
    visibility: hidden;
    transition: all ease-in-out 0.3s;
}

.activity-tab li button.active:after,
.activity-tab button:hover:after {
    opacity: 1;
    visibility: visible;
    transition: all ease-in-out 0.3s;
}

.download-btn {
    margin-top: 15px;
}

.download-btn a {
    color: #07295d !important;
    border-color: #07295d !important;
    padding: 8.5px 41px;
}

.download-btn a:hover {
    background: #07295d !important;
    color: #fff !important;
}

.certificate-page {
    padding-bottom: 80px;
}

.account-box-inner .remember-me input {
    padding: 0;
}

.vehicle-page .rental-rewards {
    padding-top: 40px;
}

.vehicle-content ul {
    display: flex;
    align-items: center;
    border-top: 1px solid rgba(7, 41, 93, 0.2);
    border-bottom: 1px solid rgba(7, 41, 93, 0.2);
    max-width: 648px;
    width: 100%;
}

.vehicle-content ul li i {
    max-width: 20px;
    width: 100%;
    display: block;
    margin: 0 auto;
    margin-bottom: 9px;
}

.vehicle-content ul li {
    border-right: 1px solid rgba(7, 41, 93, 0.2);
    padding: 12px 0;
}

.vehicle-content ul li:last-child {
    border-right: 0;
}

.vehicle-column {
    display: flex;
    border: 1px solid rgba(7, 41, 93, 0.2);
    border-radius: 15px;
    overflow: hidden;
    align-items: center;
}

.vehicle-img {
    max-width: 250px;
    width: 100%;
    border-right: 1px solid rgba(7, 41, 93, 0.2);
    padding: 38px 3px 38px 0;
}

.vehicle-content {
    width: 100%;
    padding: 0 30px;
}

.certificate-column {
    border-radius: 20px;
    border: 1px solid rgba(7, 41, 93, 0.2);
    background: #fff;
    box-shadow: 0px 14px 44px 0px rgba(0, 0, 0, 0.1);
    margin-top: 30px;
}

.certificate-column figure {
    padding: 21px 26px 23px;
    border-bottom: 1px solid rgba(7, 41, 93, 0.2);
}

.certificate-content {
    padding: 26px 20px;
}

.certificate-content h4 {
    font-size: 18px;
    line-height: 26px;
    margin-bottom: 10px;
    font-weight: 700;
}

.certificate-content ul li {
    font-weight: 400;
    line-height: 26px;
    color: #333;
}

.certificate-list {
    padding: 0;
}

.remeed-point .rental-rewards {
    padding-bottom: 10px;
}

.remeed-point {
    padding-bottom: 70px;
}

.vehicle-content ul li {
    width: 100%;
    text-align: center;
}

.select-reservation p {
    max-width: 812px;
    line-height: 22px;
}

.vehicle-content h4 {
    color: #333;
    font-size: 18px;
    font-weight: 700;
    line-height: 20px;
    margin-bottom: 9px !important;
}

.vehicle-content span label {
    font-weight: 600;
    margin-bottom: 0;
}

.vehicle-content span {
    line-height: 22px;
    display: block;
    margin-bottom: 20px;
}

.vehicle-content ul li span {
    margin-bottom: 0;
}

.vehicle-btn button {
    color: #ff5515 !important;
    border: none;
    border-bottom: 1px solid #ff5515;
    line-height: 16px;
    display: inline-block;
    background: none !important;
    padding: 0;
    font-size: 16px;
}

.vehicle-row {
    margin-bottom: 20px;
}

.vehicle-row:last-child {
    margin-bottom: 0;
}

.vehicle-img figure {
    min-height: 175px;
    display: grid;
    align-items: center;
}

.vehicle-section {
    padding-top: 17px;
}

.rental-option {
    padding: 0 0 50px;
}

.rental-option-slider .owl-dots {
    display: flex !important;
    margin-top: 65px;
}

.rental-option-tab {
    background: #ff5515;
    padding: 9px 30px 0;
    gap: 24px;
    margin-bottom: 30px;
}

.rental-option-tab li button {
    border-radius: 0 !important;
    font-size: 18px;
    font-style: normal;
    font-weight: 700;
    line-height: 20px;
    padding: 12px 27px 19px 27px;
    background: transparent !important;
    color: #fff !important;
    border: none !important;
    border-radius: 3px !important;
}

.rental-option-tab li button.active,
.rental-option-tab li button:hover {
    color: #ff5515 !important;
    background: #fff !important;
}

.rental-option-tab li {
    margin-bottom: -3px;
}

.rental-option-tab li button:focus {
    outline: none !important;
    border: none !important;
}

.rental-slider-item {
    border: 1px solid rgba(7, 41, 93, 0.2);
    border-radius: 10px;
    margin-right: 1px;
}

.rental-slider-item figure img {
    width: auto !important;
}

.rental-slider-item figure {
    border-bottom: 1px solid rgba(7, 41, 93, 0.2);
    margin-bottom: 27px;
    min-height: 190px;
    display: flex;
    align-items: center;
}

.rental-slider-content h4 {
    font-size: 18px;
    color: #333;
    margin-bottom: 15px;
}

.rental-slider-content {
    padding: 0 19px;
}

.rental-slider-content span {
    color: #07295d;
    font-size: 22px;
    font-weight: 600;
    line-height: 23px;
}

.rental-slider-content span sub {
    color: #333;
    font-size: 16px;
    bottom: -3px;
}

.rental-slider-content .vehicle-btn button {
    color: #ff5515;
    border-bottom: 1px solid #ff5515;
    line-height: 16px;
    display: inline-block;
    text-align: left;
}

.rental-slider-content .vehicle-btn {
    display: block;
    margin-top: 8px;
}

.input-select {
    margin-top: 30px;
    margin-bottom: 20px;
}

.input-select input {
    border-radius: 3px;
    border: 1px solid rgba(7, 41, 93, 0.2) !important;
    background: #fff !important;
}

@supports (-webkit-appearance: none) or (-moz-appearance: none) {
    input[type="checkbox"]:after {
        left: 8px !important;
        top: 3.5px !important;
        border: 3px solid rgba(7, 41, 93, 0.2) !important;
        border-top: 0 !important;
        border-left: 0 !important;
    }
}

.input-select label {
    margin-bottom: 0;
}

.product-quantity {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 30px;
}

.quantity-box button {
    background: none !important;
    border: none !important;
    padding: 0;
    width: 31px;
    text-align: center;
    height: 36.5px;
    line-height: 16px;
}

.quantity-box {
    display: flex;
    align-items: center;
    border: 1px solid #333;
    border-radius: 3px;
}

.quantity-box button img {
    width: 12px !important;
}

.rental-slider-content .quantity-box span {
    font-size: 16px;
    line-height: 16px;
    font-weight: 400;
}

.product-quantity label {
    margin-bottom: 0;
}

.rental-option-slider .owl-nav {
    display: none;
}

.quantity-box button,
.quantity-box span {
    width: 31px;
    text-align: center;
}

.vehicle-page {
    margin-bottom: 0 !important;
}

/*FOR MODAL CSS*/
.vehicle-modal .modal-header {
    display: block;
    padding: 47px 30px 25px;
    border: none;
}

.vehicle-modal .modal-header .btn-close {
    position: absolute;
    right: 26px;
    top: 26px;
    background-color: transparent !important;
    border: none;
    cursor: pointer;
    background-image: none;
    background-size: 20px;
    opacity: 1;
    padding: 0 !important;
    color: #ff5515 !important;
    font-size: 20px !important;
}

.vehicle-modal .modal-header .btn-close:focus {
    outline: none;
    box-shadow: none;
}

.vehicle-modal .modal-body {
    padding: 0 50px 26px 42px;
}

.vehicle-modal .modal-dialog {
    max-width: 596px;
    margin-top: 10vh;
}

.vehicle-modal ul li {
    color: #7a7a7a;
    font-family: Nunito Sans;
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: 26px;
    margin-bottom: 30px;
    list-style: disc;
}

.vehicle-modal ul li:last-child {
    margin-bottom: 0;
}

.modal-header h4 {
    margin-bottom: 10px;
}

.vehicle-modal {
    backdrop-filter: blur(2.5px);
    margin-top: 0 !important;
}

/*FOR RAISE CLAIM*/
.raise-step-header {
    max-width: 812px;
    margin: 0 auto;
    text-align: center;
}

.raise-form {
    box-shadow: 0px 4px 25px rgba(0, 0, 0, 0.12);
    border: 1px solid #e2e2e2;
    border-radius: 10px;
    padding: 35px 30px 30px;
    max-width: 466px;
    margin: 0 auto;
    background: #fff;
    margin-top: 40px;
}

.raise-header {
    border: 1px solid rgba(7, 41, 93, 0.2);
    background: #07295d;
    border-radius: 10px;
    padding: 20px 13px;
}

.raise-header h5 {
    margin-bottom: 10px;
    font-size: 18px;
    font-style: normal;
    font-weight: 700;
    line-height: 22px;
    color: #fff;
}

.raise-header p {
    font-size: 14px;
    font-weight: 400;
    line-height: 18px;
    color: #b4bece;
}

.raise-form-inner {
    margin-top: 30px;
}

.input-column label {
    display: block;
    margin-bottom: 10px;
    font-size: 16px;
    font-weight: 600;
    line-height: 18px;
}

.input-column input {
    border: 1px solid rgba(7, 41, 93, 0.2) !important;
    border-radius: 15px !important;
    padding: 11px 12px !important;
    background: #fff !important;
    width: 100%;
}

.input-column {
    margin-bottom: 20px;
}

.input-column:last-child {
    margin-bottom: 0;
}

.raise-btn {
    border-radius: 15px;
    background: #ff5515 !important;
    width: 100%;
    color: #fff !important;
    margin-top: 30px;
}

.raise-btn:hover {
    background: #f78a00 !important;
}

.raise-claim-section {
    padding-bottom: 70px;
}

.raise-header ul li {
    color: #fff;
    font-size: 14px;
    font-weight: 400;
    line-height: 18px;
    display: flex;
    align-items: center;
    margin-bottom: 10px;
}

.raise-header ul li span {
    min-width: 187px;
}

.raise-header ul li label {
    font-weight: 700;
    font-size: 14px;
    margin-bottom: 0;
}

.raise-header ul li:last-child {
    margin-bottom: 0;
}

.cvv-code {
    max-width: 152px !important;
    width: 100%;
}

.payment-submission .raise-step-header {
    text-align: left;
    margin-bottom: 40px;
    margin-left: 0;
}

.payment-submission .raise-header ul li span {
    min-width: 278px;
}

/*AFTER DEVELOPING*/
.location-detail-content ul li {
    font-weight: 400;
    font-size: 16px;
    margin-bottom: 26px;
    line-height: 26px;
    color: #333;
}
.location-detail-content ul li:last-child {
    margin-bottom: 0;
}
.hour-time .location-phone span {
    color: #07295d;
    font-size: 18px;
    font-weight: 700;
    line-height: 18px;
}
.hour-time .location-phone {
    margin-bottom: 5px;
}
.hour-time p {
    color: #7a7a7a;
    margin-bottom: 2px;
}

.redeem-quantity .quantity-box {
    border-radius: 10px;
    border: 1px solid #ccc;
    background: #fff;
    max-width: 179px;
    width: 100%;
    justify-content: space-around;
    margin-right: 37px;
}
.redeem-quantity {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.redeem-quantity label {
    width: 100%;
}
.certi-detail-img img {
    max-width: 100% !important;
    width: auto;
}
.certi-detail-img {
    border-radius: 15px;
    border: 1px solid rgba(7, 41, 93, 0.2);
    box-shadow: 0px 14px 44px 0px rgba(0, 0, 0, 0.1);
    padding: 35px 41px;
    max-width: 625px;
}
.redeem-detail-content {
    padding-left: 20px;
}
.detail-point-box {
    box-shadow: 0px 4px 25px rgba(0, 0, 0, 0.12);
    border: 1px solid #e2e2e2;
    border-radius: 15px;
    padding: 30px 30px 50px;
}
.certificate-terms-condition p {
    margin-bottom: 20px;
    color: #7a7a7a;
    font-size: 16px;
    font-weight: 400;
    line-height: 22px;
}
.certificate-terms-condition p:last-child {
    margin-bottom: 0;
}
.certificate-terms-condition h4 {
    margin-bottom: 10px;
}
.certificate-terms-condition {
    border-top: 1px solid rgba(7, 41, 93, 0.2);
    padding-top: 40px;
    margin-top: 40px;
}
.redeem-detail-content {
    margin-top: 62px;
}
.redeem-detail-content h3 {
    color: #07295d;
    font-size: 36px;
    font-weight: 700;
    line-height: 24px;
    margin-bottom: 29px;
}
.redeem-detail-content p {
    color: #7a7a7a;
    font-weight: 400;
    line-height: 22px;
    margin-bottom: 0;
}
.redeem-detail-content ul {
    border-top: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
    margin: 20px 0;
    padding: 11px 0;
}
.redeem-detail-content ul li {
    color: #333;
    font-size: 16px;
    font-weight: 400;
    line-height: 36px;
}
.redeem-quantity label {
    color: #7a7a7a;
    font-size: 16px;
    font-weight: 400;
    line-height: 26px;
}
.redeem-quantity .btn {
    max-width: 328px;
    width: 100%;
    height: 40px;
    line-height: 16px;
    font-size: 16px;
}
.redeem-point-detail {
    padding-top: 20px;
    padding-bottom: 70px;
}
#more-modal ul li {
    margin-bottom: 0;
    line-height: 26px;
}
.raise-steps p {
    line-height: 22px;
}
.payment-submission .raise-header ul li {
    font-size: 18px;
    margin-bottom: 20px;
}
.payment-submission .raise-header ul li:last-child {
    margin-bottom: 0;
}
.payment-submission .raise-header ul li label {
    font-size: 18px;
}

/*REDEEM CART PAGE*/
.cart-table table td,
.cart-table table th {
    border: none;
    text-align: center;
}
.cart-table table td:first-child,
.cart-table table th:first-child {
    text-align: left;
}
.cart-table-inner {
    box-shadow: 0px 4px 25px rgba(0, 0, 0, 0.12);
    border-radius: 15px;
    overflow: hidden;
    border: 1px solid rgba(7, 41, 93, 0.2);
}

.cart-table table thead {
    background: url("/wp-content/uploads/2023/12/cart-bg.png");
    background-size: cover;
    background-repeat: no-repeat;
}
.cart-table thead th {
    color: #07295d;
    font-size: 20px;
    font-weight: 700;
    line-height: 24px;
    padding: 13px 30px;
}
.cart-table tr {
    border-bottom: 1px solid #cdd4df;
}
.cart-table tr td:first-child {
    font-size: 18px;
    font-weight: 700;
    color: #333;
}
.cart-table tbody tr button {
    background: none !important;
    padding: 0;
    border: none;
}
.cart-table tr td {
    font-size: 16px;
    padding: 26px 30px;
}
.cart-table tfoot tr:first-child td {
    background: #ededed;
}
.cart-table tfoot tr:last-child td {
    background: #525252;
    color: #fff;
}
.cart-table tfoot tr td {
    padding: 11.1px 30px;
}
.cart-table th:nth-child(1),
.cart-table td:nth-child(1) {
    width: 40%;
}
.cart-table th:nth-child(2),
.cart-table td:nth-child(2),
.cart-table th:nth-child(3),
.cart-table td:nth-child(3),
.cart-table th:nth-child(4),
.cart-table td:nth-child(4),
.cart-table th:nth-child(5),
.cart-table td:nth-child(5) {
    width: 10%;
}
.cart-table th:nth-child(5),
.cart-table td:nth-child(5) {
    width: 5%;
}

.cart-btns {
    text-align: right;
    margin-top: 35px;
}
.cart-btns a.transparent-btn {
    background: #fff !important;
    margin-right: 24px;
}
.cart-btns a.transparent-btn:hover {
    background: #ff5515 !important;
    color: #fff;
}
.cart-btns a,
.cart-btns button {
    max-width: 206px;
    width: 100%;
    padding: 9.2px 20px;
}
.cart-btns button.orange-btn,
.btn-check:checked + .btn,
.btn.active,
.btn.show,
.btn:first-child:active,
:not(.btn-check) + .btn:active {
    background: #ff5515 !important;
    color: #fff !important;
}
.cart-btns .btn-check:checked + .btn,
.cart-btns .btn.active,
.btn.show,
.cart-btns .btn:first-child:active,
.cart-btns :not(.btn-check) + .btn:active,
.btn-check:checked + .btn,
.btn.active,
.btn.show,
.btn:first-child:active,
:not(.btn-check) + .btn:active {
    box-shadow: none;
    transform: initial;
}
.btns-group a {
    padding: 13px 26px;
    margin-right: 14px;
}
.btns-group a:last-child {
    margin-right: 0;
}
#checkout-confirmation .modal-header,
#cancel-reservation .modal-header {
    padding-bottom: 0;
}
#checkout-confirmation .modal-body,
#cancel-reservation .modal-body {
    padding: 0 50px 55px 30px;
}
#checkout-confirmation .modal-body p,
#cancel-reservation .modal-body p {
    margin-bottom: 18px;
}
#checkout-confirmation .modal-body p:last-child,
#cancel-reservation .modal-body p:last-child {
    margin-bottom: 0;
}
#checkout-confirmation .modal-dialog,
#cancel-reservation .modal-dialog {
    max-width: 625px;
}
.cart-table {
    padding-bottom: 0;
    padding-top: 0;
}
.redeem-confirmation-page .rental-rewards {
    padding: 42px 0 0;
}
.redeem-confirmation {
    padding: 42px 0 70px;
}
.decrement-btn[disabled] {
    opacity: 0.3;
    cursor: initial;
}
.certificate-pdf-content {
    padding: 0 0 70px;
}
.pdf-rewards-box {
    border: 1px solid rgba(7, 41, 93, 0.2);
    border-radius: 10px;
    margin-bottom: 20px;
}
.pdf-rewards-box .row {
    align-items: center;
}
.pdf-box-img {
    position: relative;
}
.pdf-box-img:after {
    content: "";
    background: url("/wp-content/uploads/2023/12/pdf-bg.png");
    position: absolute;
    width: 56px;
    height: 100%;
    top: 0;
    right: 0;
    z-index: 9;
    background-repeat: no-repeat;
    background-size: cover;
}
.help-support-box.help-support-box-style2 {
    flex-direction: row-reverse;
}
.pdf-box-content label {
    font-weight: 600;
    margin-bottom: 0;
}
.pdf-box-content ul li {
    font-size: 16px;
    line-height: 22px;
    margin-bottom: 20px;
}
.pdf-box-content ul li:last-child {
    margin-bottom: 0;
}
.certificate-pdf-content p {
    line-height: 22px;
    color: #7a7a7a;
}
.reward-certificate-pdf .rental-rewards {
    padding: 42px 0 40px;
}
.footer-menu ul li a:focus,
.menu-footer-location-menu-container ul li a:focus {
    background: transparent !important;
}

.header-btns a.btn.btn-link:active {
    background: transparent !important;
    color: inherit !important;
}
.header-user-profile {
    display: none;
}
.header-user-profile .user-right {
    display: flex;
    align-items: center;
}
.user-loggedin .header-user-profile {
    display: block;
}
.user-loggedin .header-btns {
    display: none;
}
.user-login-profile {
    display: flex;
    align-items: self-start;
    cursor: pointer;
}
.user-login-profile figure {
    width: 45px;
    height: 45px;
    border-radius: 50%;
    border: 1px solid #07295d;
    overflow: hidden;
    margin-right: 10px;
}
.user-content h4 {
    margin-bottom: 4px;
    font-size: 16px;
    font-weight: 700;
}
.user-content span {
    color: #7a7a7a;
    font-size: 13px;
    font-weight: 600;
}
.cart-bag i {
    width: 45px;
    height: 45px;
    border-radius: 50%;
    background: #ffe4c3;
    display: block;
    text-align: center;
    line-height: 43px;
}
.cart-bag {
    margin-right: 20px;
}
.down-arrow {
    margin-left: 8px;
    line-height: 15px;
}
.header-user-profile .dropdown-toggle:after {
    display: none;
}

.page-id-2116 .default-page-temp ol li {
    list-style: decimal;
}

.default-page-temp ul li,
.default-page-temp ol li {
    list-style: square;
    margin: 8px 0;
    font-size: 16px;
}
.default-page-temp a {
    color: #ff5515;
}
.default-page-temp a:hover {
    color: #07295d;
}
.default-page-temp ul,
.default-page-temp ol {
    margin-bottom: 30px;
    padding-left: 22px;
}
.default-page-temp p {
    margin-bottom: 20px;
}
.default-page-temp table td {
    border: 1px dashed #b8b8b8;
    padding: 15px 15px;
}
.default-page-temp table {
    margin-bottom: 30px;
    max-width: 700px;
}
.default-page-temp table td label {
    font-weight: 700;
    font-size: 16px;
    margin-bottom: 0;
}
.header-user-profile .dropdown-menu {
    padding: 18px 20px;
    border: 1px solid rgba(7, 41, 93, 0.2) !important;
    box-shadow: 0px 0px 14px rgba(0, 0, 0, 0.25);
}
.header-user-profile .dropdown-menu ul li a {
    color: #333;
}
.header-user-profile .dropdown-menu ul li span {
    margin-left: 5px;
}
.header-user-profile .dropdown-menu ul li a:hover {
    color: #f55300;
}
.header-user-profile .dropdown-menu ul li a:hover svg path {
    fill: #f55300;
}
.header-user-profile .dropdown-menu ul li:nth-child(2) a:hover svg path{
    stroke: #f55300;
    fill: transparent;
}

.airport-parking-banner {
    background-size: cover;
    padding: 61px 0;
    margin: 0 !important;
    min-height: 335px;
}
.airport-parking-banner h2,
.airport-parking-banner p {
    color: #fff;
}
.airport-banner-content {
    max-width: 588px;
}
.airport-banner-content h2 {
    font-size: 52px;
    line-height: 56px;
    margin-bottom: 28px;
}
.airport-info-content {
    max-width: 843px;
}
.airport-info-content h4 {
    margin-bottom: 10px;
}
.airport-general-info {
    margin: 0 !important;
    padding: 50px 0 0;
    margin-bottom: -10px !important;
}
.airport-parking-help .help-support-info.help-support-info-left {
    padding: 46px 15px 36px 40px;
}
.airport-parking-help .help-support-img {
    min-height: 305px;
}

.rates-col {
    border: 1px solid rgba(7, 41, 93, 0.2);
    background: linear-gradient(
        90deg,
        rgba(255, 255, 255, 0.1) 35.95%,
        rgba(7, 41, 93, 0.1) 100%
    );
    border-radius: 10px;
    padding: 17.5px 20px;
    display: flex;
    justify-content: space-between;
}
.rates-col label {
    margin-bottom: 0;
}
.rates-col span {
    font-size: 18px;
    font-style: normal;
    font-weight: 700;
    line-height: 18px;
    color: #07295d;
}
.rates-col label {
    color: #333;
    font-size: 18px;
    font-style: normal;
    font-weight: 700;
    line-height: 18px;
}
.parking-rates .airport-make-reservation {
    align-items: center;
    margin-top: 44px;
}
.airport-res-form {
    border: 1px solid #e2e2e2;
    box-shadow: 0px 4px 25px rgba(0, 0, 0, 0.12);
    border-radius: 15px;
    padding: 30px;
}
.airport-res-img img {
    width: auto;
    max-width: 100% !important;
}
.airport-res-form h4 {
    margin-bottom: 10px;
    line-height: 24px;
}
.airport-res-form p {
    border-bottom: 1px solid rgba(7, 41, 93, 0.2);
    padding-bottom: 12px;
    margin-bottom: 30px;
}
.airport-res-form .res-input-column {
    margin-bottom: 35px;
}
.reserve-btn {
    text-align: right;
}
.reserve-parking-bottom {
    display: flex;
    justify-content: space-between;
    margin-top: 25px;
    margin-bottom: 30px;
    align-items: center;
}
.term-condition label.custom-checkbox {
    position: relative;
    cursor: pointer;
    line-height: 18px;
    color: #333;
    margin-bottom: 0;
}
.term-condition label.custom-checkbox:before {
    content: "";
    -webkit-appearance: none;
    background-color: transparent;
    border: 3px solid #0093dd;
    display: inline-block;
    position: relative;
    vertical-align: middle;
    cursor: pointer;
    margin-right: 10px;
    border-radius: 5px;
    width: 22px;
    height: 22px;
}
.ui-datepicker-trigger {
    width: 20px;
    right: 10px;
    position: absolute;
    bottom: auto;
    height: 20px;
    top: 38px;

}
.term-condition label.custom-checkbox:after {
    content: "";
    position: absolute;
    top: 4px;
    left: 8px;
    width: 6px;
    height: 10px;
    border: solid #0093dd;
    border-width: 0 3px 3px 0;
    transform: rotate(45deg);
    opacity: 0;
}
.term-condition .wrap-condition input {
    display: block;
    opacity: 0;
    visibility: hidden;
    height: 0 !important;
    width: 0 !important;
}
.airport-res-form input:checked + label:after{
    opacity: 1;
}
.term-condition input {
    padding: 0;
    height: initial;
    width: initial;
    margin-bottom: 0;
    display: none;
    cursor: pointer;
}
.term-condition label a {
    color: #333;
    border-bottom: 1px solid #333;
    display: inline-block;
}
.term-condition {
    border-bottom: 1px solid rgba(7, 41, 93, 0.2);
    padding-bottom: 28px;
    margin-bottom: 25px;
}
.reserve-parking-bottom h5 {
    margin-bottom: 0;
    color: #07295d;
    font-size: 18px;
    font-weight: 700;
    line-height: 18px;
    letter-spacing: 0;
}
.reserve-parking-bottom h4 {
    line-height: 18px;
}
.term-condition label a:hover {
    color: #f55300;
    border-bottom: 1px solid #f55300;
}
.parking-rates {
    padding-bottom: 0;
}
.parking-location-left figure img {
    border-radius: 20px;
}
.parking-location {
    margin-top: 27px;
}
.parking-location h4 {
    margin-bottom: 31px;
}
.parking-location .row {
    margin-bottom: 38px;
}
.parking-location-right h6 {
    font-size: 16px;
    line-height: 18px;
    margin-bottom: 6px;
}
.parking-location-right p {
    font-size: 16px;
    line-height: 18px;
    color: #7a7a7a;
    max-width: 314px;
    margin-bottom: 0;
    position: relative;
}
.parking-location-right p svg {
    position: absolute;
    right: 0;
    top: 0;
}
.parking-location-right ul li {
    margin-bottom: 32px;
}
.parking-location-right ul li:last-child {
    margin-bottom: 0;
}
.parking-location-right ul li a {
    color: #7a7a7a;
}
.parking-location-right ul li a:hover {
    color: #ff5515;
}
.confirmation-right-links {
    background: linear-gradient(
        90deg,
        rgba(255, 255, 255, 0.1) 35.95%,
        rgba(7, 41, 93, 0.1) 100%
    );
    border: 1px solid rgba(7, 41, 93, 0.2);
    border-radius: 10px;
    padding: 40px 20px;
    margin-bottom: 27px;
}
.confirmation-right-links ul li a {
    color: #ff5515;
    font-size: 16px;
    font-weight: 400;
    line-height: 13px;
    border-bottom: 1px solid;
    display: inline-block;
}
.confirmation-right-links ul li {
    display: block;
    margin-bottom: 30px;
}
.confirmation-right-links ul li:last-child {
    margin-bottom: 0;
}
.confirmation-key-reminder ul li i {
    width: 50px;
    height: 50px;
    background: linear-gradient(
        90deg,
        rgba(255, 255, 255, 0.12) 35.95%,
        rgba(7, 41, 93, 0.02) 100%
    );
    border: 1px solid #07295d;
    border-radius: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 15px;
}
.confirmation-key-reminder li {
    display: flex;
    align-items: center;
    margin-bottom: 20px;
}
.confirmation-key-reminder li:last-child {
    margin-bottom: 0;
}
.confirmation-key-reminder li p {
    color: #333;
    font-size: 16px;
    font-weight: 400;
    line-height: 18px;
    max-width: 286px;
    width: 100%;
}
.confirmation-key-reminder h4 {
    margin-bottom: 20px;
}
.confirmation-key-reminder {
    box-shadow: 0px 4px 25px rgba(0, 0, 0, 0.12);
    padding: 38px 20px 20px;
    border-radius: 15px;
    border: 1px solid #e2e2e2;
}
.confirmation-detail-header .raise-header ul li {
    margin-bottom: 20px;
}
.confirmation-detail-header .raise-header ul li:last-child {
    margin-bottom: 0;
}
.confirmation-detail-header .raise-header {
    padding: 36px 40px 29px;
}
/*.airport-detail-main-row .container &gt; .row {
    align-items: flex-end;
}*/
.airport-detail-main-row {
    padding-bottom: 70px;
}
.reservation-cancel-first-row P {
    max-width: 812px;
    margin-bottom: 15px;
}
.confirmation-detail-header .raise-header ul li {
    font-size: 18px;
    line-height: 18px;
}
.confirmation-detail-header .raise-header ul li span {
    min-width: 200px;
}
.confirmation-detail-header .raise-header ul li label {
    font-size: 18px;
}
.cancel-res-box {
    box-shadow: 0px 4px 25px rgba(0, 0, 0, 0.12);
    border: 1px solid #e2e2e2;
    border-radius: 15px;
    padding: 46px 40px 43px;
    overflow: hidden;
}
.cancel-res-box p {
    margin-bottom: 19px;
    max-width: 264px;
}
.reservation-cancel-second-row {
    padding-top: 0;
}
.reservation-cancel-first-row {
    padding-bottom: 30px;
}
.blue-btn {
    background: #07295d !important;
}
.reward-box {
    margin-top: 20px;
    display: flex;
    align-items: center;
    padding: 0;
}
.reward-box-left-content p {
    max-width: 557px;
}
.reward-box-left-content {
    width: 50%;
    padding: 0 40px;
}
.reward-box-right-img {
    width: 50%;
    background: linear-gradient(
        90deg,
        rgba(255, 255, 255, 0.1) 35.95%,
        rgba(7, 41, 93, 0.1) 100%
    );
    padding: 16px 50px 15px 0;
}
.reservation-cancel-second-row {
    padding-bottom: 70px;
}
.reservation-cancel-second-row h4 {
    margin-bottom: 13px;
}
.reservation-cancel-second-row p {
    margin-bottom: 19px;
}
.reservation-cancel-second-row .help-support-box {
    box-shadow: 0px 4px 25px rgba(0, 0, 0, 0.12);
}
.deal-detail-banner {
    background: radial-gradient(
        88.66% 72.27% at 50.64% 14.48%,
        #0f73b3 4%,
        #19457a 88%,
        #1b3f73 99%
    );
    padding-top: 0 !important;
}
.deal-detail-banner img {
    width: auto;
    max-width: 100%;
    position: static;
    object-position: top right;
    object-fit: contain;
}
.deal-detail-banner .container {
    justify-content: space-between;
    position: static;
    align-items: center;
}
.inner-banner-vehimg {
    padding-top: 50px;
    width: 100%;
    text-align: center;
    max-width: 546px;
    padding-bottom: 80px;
}
.deal-detail-banner .inner-banner-content {
    padding-top: 0;
}
.subscribe-form button {
    color: #fff;
}
.parking-lookup-header {
    text-align: center;
    margin-bottom: 40px;
}
.airport-parking-lookup .account-box-inner .account-input {
    margin-bottom: 20px;
}
.lookup-btn a {
    display: block;
}
.lookup-btn {
    margin-top: 10px;
}
.airport-parking-lookup .account-box-inner {
    max-width: 466px;
    padding-bottom: 30px;
}
.airport-parking-lookup {
    padding-bottom: 70px;
}
.parking-lookup-header p {
    line-height: 22px;
}

/* 23-08-2023 */
.site
    .parking-rates
    a:focus:not(.wp-block-button__link):not(.wp-block-file__button),
.site
    .airport-parking-lookup
    a:focus:not(.wp-block-button__link):not(.wp-block-file__button) {
    background: var(--blue);
}
.airport-general-info .airport-info-content p {
    line-height: 22px;
}
.parking-rates .rates-col {
    padding: 22px 23px;
}
.parking-rates .rates-col label {
    font-size: 26px;
    line-height: 18px;
}
.parking-rates .rates-col label &gt; sub {
    font-size: 18px;
    line-height: 18px;
    bottom: 0;
}
.airport-res-form p {
    line-height: 22px;
}
.term-condition label a {
    padding-left: 3px;
}
.term-condition input[type="checkbox"] + label {
    padding-left: 0px;
}
.confirmation-detail-header p {
    line-height: 22px;
}
.confirmation-right-links {
    padding: 37px 20px;
    margin-bottom: 15px;
}
.parking-location-right h6 {
    font-weight: 600;
    color: #333333;
}
.parking-location p {
    line-height: 22px;
}
.confirmation-detail-header .raise-header ul li span {
    margin-bottom: 2px;
}
.parking-location h4 {
    line-height: 24px;
}
/* 25-08-2023 */
.confirmation-right-links ul li a {
    line-height: 18px;
}
input.orange-btn.submit-btn {
    box-shadow: none !important;
    border: none !important;
    background: #ff5515 !important;
    height: 45px;
}
/* 28-08-2023 */
.reservation-cancel-second-row p {
    line-height: 22px;
}
.account-btn a {
    border: none;
    font-size: 18px;
}
/* 29-08-2023 */
.section_404 {
	height: 703px;
	width: 100%;
	position: relative;
}
.section_404 .background {
    position: absolute;
    left: 0;
    width: 100%;
    bottom: 51px;
    z-index: -1;
}
.section_404 .container,
.section_404 .cust-row,
.section_404 .col-12,
.section_404 .content_wrap {
	height: 100%;
}
.section_404 .content_wrap {
	position: relative;
}
.section_404 .content_wrap .foreground {
    position: absolute;
    bottom: -20px;
    left: 50%;
    translate: -50% 0;
}
.section_404 .content_wrap .foreground img {
    transform: scale(1.5);
}
.section_404 .content_wrap .content {
    position: absolute;
    top: 36px;
    left: 50%;
    translate: -50%;
}
/* 31-08-2023 */
.account-btn input.btn.cancel-btn-login {
    width: auto;
    height: 48px;
    padding: 8px 36px;
    border: 1px solid #ff5515 !important;
}
/* 01-09-2023 */
.make-reservation {
    padding: 58px 0 97px;
}
.make-reservation-content {
    padding: 0;
    border-radius: 20px;
    height: 100%;
    background-position: right center;
    background-size: cover;
}
.make-reservation-content .row &gt; div:last-child {
    justify-content: flex-end;
    display: flex;
}
.make-reservation .make-reservation-content img {
    width: auto;
    margin-right: 8px;
    max-width: 500px !important;
}
.make-reservation-left {
    padding: 34px 0 34px 109px;
}
/* 05-09-2023 */
.account-box-inner h4 {
	line-height: 24px;
	margin-bottom: 10px;
}
.account-box-inner .account-input:last-child {
    margin-bottom: 30px;
}
input[type=checkbox], input[type=radio] {
    width: 18px !important;
    height: 18px !important;
    border-radius: 4px !important;
    border-width: 2px !important;
}
input[type="checkbox"]:after {
    left: 5px !important;
    top: 0.5px !important;
    border-width: 0px 2px 2px 0px !important;
    width: 7px !important;
    height: 11px !important;
    transform: rotate(50deg) !important;
}
 input[type=checkbox]:checked {
    border-color: #0093DD !important;
}
input[type=checkbox]:checked:after {
    border-color: #0093DD !important;
}
.account-btn input.btn.cancel-btn-login,
.account-btn input.submit-btn-login {
    width: auto;
    font-size: 18px;
    line-height: 16px !important;
    height: auto !important;
    padding: 13.51px 38px;
}
.account-btn input.btn.cancel-btn-login {border: 1px solid #ff5515 !important;}
.account-box-inner input {
    border: 1px solid rgba(7, 41, 93, 0.20) !important;
}
.account-btn input[type="submit"] {
    line-height: 16px;
}
.header-btns .btn:last-child,
.industry-box-inner .btn,
.com-b-box-head .btn {
    padding: 14.51px 38px;
}
.reservation-form-inner .bookyourride_continue_btn {
    padding: 14.51px 38px !important;
}
.view-all-rental a.btn.btn-orange {
    padding: 14.51px 38px !important;
}
.account-btn input[type="submit"],
.download-btn a {
    padding: 13.51px 38px;
}
.cart-btns a {
    padding: 13.51px 20px;
}
.cart-btns button {
    padding: 14.51px 20px;
}
.redeem-quantity .btn {
    height: 45px;
}
.register-page .account-btn a,
.user-account .account-btn a {
    padding: 13.51px 38px;
}
.make-reservation-left .btn {
    padding: 14.51px 26px;
}
.iti {
    width: 100%;
}
label.error {
    color: red !important;
    font-size: 16px !important;
    margin-top: 10px;
    margin-left: 0px;
    font-weight: 400;
}
.show-errors {
    background: #FFE7E6;
    text-align: center;
    margin-bottom: 25px;
    border-radius: 10px !important;
}
.show-errors label.error {
    color: #E1473D !important;
    font-size: 16px !important;
    padding: 12px 0;
}
.user-login-profile figure{
    display: none;
}
.iti__selected-flag .iti__flag {
    display: none;
}
.iti__selected-flag .iti__selected-dial-code{
    margin-left: 0;
}
.iti--separate-dial-code .iti__selected-flag {
    border-radius: 10px 0 0 10px;
}
.show-success {
    background: #E6FFE7;
    border-radius: 10px;
    max-width: 100%;
    margin: 0 auto;
    text-align: center;
    color: #4AE13D;
    line-height: normal;
    padding: 7px 15px;
    margin-bottom: 25px;
    margin-top: 15px;
}
/* view in website page */
body.view_on_website header,
body.view_on_website footer,
body.view_on_website .view-in-browser {
    display: none;
}
body.view_on_website .view_email_wrapper {
    margin-top: 30px;
}
body.view_on_website table {
    border: 1px solid #000;
}
body.view_on_website table td {
    white-space: normal;
    border: 0 !important;
}
body.view_on_website table tr td &gt; table {
    border: 0 !important;
}
body.view_on_website
    .site-main
    .view_email_wrapper
    &gt; table
    &gt; tbody
    &gt; tr:last-child
    td:last-child {
    padding-bottom: 30px !important;
}
body.view_on_website .gray-box {
    margin-top: 30px;
}
/*FOR CONTACT PAGE*/
.contact-main-form .account-input label{
    display: block;
    color: #333;
    font-size: 16px;
    font-weight: 600;
    line-height: 18px;
    margin-bottom: 10px;
}
.contact-main-form .account-input input, .contact-main-form .account-input textarea, .contact-main-form .account-input select{
    border: 1px solid rgba(7, 41, 93, 0.20) !important;
    border-radius: 10px !important;
    width: 100%;
    height: 50px;
    background: #fff !important;
    padding: 0 20px;
}
.contact-main-form .account-input textarea{
    height: 120px;
    padding: 10px 20px;
}
.contact-main-form .account-input{
    margin-bottom: 30px;
}
.contact-main-form .account-input select{
    -webkit-appearance: value;
    -moz-appearance: value;
    appearance: value;
    background: url("/wp-content/uploads/2023/12/icon-park-outline_down.png") !important;
    background-position: right 14px center !important;
    background-repeat: no-repeat !important;
}
/* map page  */
div#map img {
      max-width:  inherit !important;
    max-height: fit-content !important;
}
.ui-datepicker select.ui-datepicker-month, .ui-datepicker select.ui-datepicker-year{
    padding: 0 10px;
    border: 1px solid #000;
    margin: 0 2px;
}
.account-box-inner .account-input i img {
    max-width: 100%;
    width: auto;
}
.account-box-inner .account-input i{
    position: absolute;
    right: 12px;
    margin-top: -34px;
    cursor: pointer;
}
.account-box-inner .account-input{
    position: relative;
}
.account-box-inner .account-input .eye-off{
    display: none !important;
}
.account-box-inner .account-input.eye-opened .eye-off{
    display: block !important;
}
.account-box-inner .account-input.eye-opened .eye-open{
    display: none !important;
}
.contact-main-form {
    margin-top: 30px;
}
.contact-btn {
    margin-top: 20px;
}
.menu-item-has-children .sub-menu-toggle{
    display: none;
}
.header-menu .sub-menu{
    position: absolute;
    z-index: 9;
    background: #fff;
    border: 1px solid rgba(7, 41, 93, 0.20);
    padding: 18px 15px 9px 20px;
    border-radius: 10px;
    margin-top: 30px;
    opacity: 0;
    visibility: hidden;
    transition: all ease-in-out .4s;
}
.header-menu .menu-item-has-children:hover .sub-menu{
    opacity: 1;
    visibility: visible;
    transition: all ease-in-out .4s;
    margin-top: 15px;
}
.header-menu .sub-menu:before{
    content: '';
    background: url("/wp-content/uploads/2023/10/Mask-group-3.png") no-repeat;
    width: 27px;
    height: 11px;
    background-size: 100%;
    position: absolute;
    left: 18px;
    top: -11px;
}
.header-menu .sub-menu li a{
    color: #000;
}
.header-menu .sub-menu li{
    padding: 7px 0;
}
.enable-mega-menu .sub-menu{
    display: flex;
    flex-wrap: wrap;
}
.enable-mega-menu .sub-menu li{
    padding-right: 20px;
    width: 33.33%;
}
.header-menu .sub-menu li a:hover{
    color: var(--red);
}
.current-menu-parent .sub-menu a{
    color: #000 !important;
}
.current-menu-parent .sub-menu .current-menu-item a, .current-menu-parent a {
    color: var(--red) !important;
}
.buisness-account-main h3{
    color: var(--blue);
    margin-bottom: 15px;
    font-size: 24px;
    font-weight: 700;
}
.buisness-account-main h4{
    font-size: 16px;
    line-height: 20px;
    margin-bottom: 30px;
    max-width: 410px;
}
.buisness-account-left ul li{
    list-style: disc;
    color: #7A7A7A;
    font-weight: 600;
    line-height: normal;
    margin-bottom: 20px;
}
.buisness-account-left ul {
    padding-left: 18px;
}
.buisness-account-left p{
    color: #7A7A7A;
    font-weight: 600;
    line-height: normal;
    margin-bottom: 20px;
}
.buisness-account-left a {
    color: var(--red);
}
.buisness-account-left a:hover{
    text-decoration: underline;
}
.buisness-account-left ul li:last-child{
    margin-bottom: 0;
}
.buisness-account-left ul{
    margin-bottom: 40px;
}

.extra-equipment-main h5{
    font-size: 18px;
    font-weight: 700;
}
.extra-rental-equipment .accordian-content p{
    margin-bottom: 20px;
}
.extra-equipment-main .accordion-content p {
    margin-bottom: 15px;
}
.faq-list-block address i {
    display: block;
}
.faq-list-block address p{
    max-width: 150px;
    margin-top: 10px;
}
.faq-list-block address strong{
    margin-top: 10px;
    display: block;
}
.accordion&gt;p&gt;a{
    width: 90%;
}
/*css for long term page*/
.long-term-left h3{
    font-size: 24px;
    font-weight: 700;
    color: #07295D;
}
.long-term-content{
    padding: 53px 0 50px;
}
.long-term-page .c-card-box p{
    border-top: 1px solid rgba(7, 41, 93, 0.20);
    margin-top: 15px;
    padding-top: 15px;
    color: #7A7A7A;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 20px;
    margin-bottom: 20px;
}
.long-term-page .c-card-box ul li a{
    color: #333;
}
.long-term-list span{
    font-size: 16px;
    font-weight: 700;
    color: #333;
    margin-bottom: 10px;
    display: block;
}
.long-term-list ul li {
    line-height: 20px;
}
.long-term-list {
    margin-bottom: 20px;
}
.long-term-list:last-child{
    margin-bottom: 0;
}
.long-term-content .faq-list-block {
    margin-top: 80px;
}
.long-term-content .faq-list-block &gt; p{
    max-width: 812px;
}
.frequent-rentar ul li img{
    max-width: 40px !important;
    width: 100%;
}
.frequent-rentar ul li i{
    width: 70px;
    height: 70px;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    background: #FFE9CF;
    border-radius: 15px;
}
.frequent-rentar ul li {
    display: flex;
    align-items: center;
    gap: 20px;
    margin-bottom: 30px;
}
.frequent-rentar ul li:last-child{
    margin-bottom: 0;
}
.frequent-rentar ul li span h5{
    margin-bottom: 5px;
    font-weight: 700;
}
.frequent-rentar ul{
    margin-bottom: 30px;
}
.frequent-rentar p a {
    color: var(--red);
}
.frequent-rentar p a:hover{
    text-decoration: underline;
}
.frequent-rentar figure img{
    max-width: 100% !important;
}
.request-quote-form {
    max-width: 1013px;
}
.request-quote-form p {
    margin-bottom: 30px !important;
}
.custom-radio-group [type="radio"]:checked,
.custom-radio-group [type="radio"]:not(:checked) {
    position: absolute;
    left: -9999px;
}
.custom-radio-group [type="radio"]:checked + label,
.custom-radio-group [type="radio"]:not(:checked) + label
{
    position: relative;
    padding-left: 28px;
    cursor: pointer;
    line-height: 20px;
    display: inline-block;
    color: #666;
}
.custom-radio-group [type="radio"]:checked + label:before,
.custom-radio-group [type="radio"]:not(:checked) + label:before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 18px;
    height: 18px;
    border: 1px solid #07295D;
    border-radius: 100%;
    background: #fff;
}
.custom-radio-group [type="radio"]:checked + label:after,
.custom-radio-group [type="radio"]:not(:checked) + label:after {
    content: '';
    width: 8px;
    height: 8px;
    background: #07295D;
    position: absolute;
    top: 4.5px;
    left: 4.8px;
    border-radius: 100%;
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease;
}
.custom-radio-group [type="radio"]:not(:checked) + label:after {
    opacity: 0;
    -webkit-transform: scale(0);
    transform: scale(0);
}
.custom-radio-group [type="radio"]:checked + label:after {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
}
.custom-radio-group {
    display: flex;
    align-items: center;
    gap: 20px;
}
.comment-box textarea {
    border: 1px solid rgba(7, 41, 93, 0.20) !important;
    border-radius: 10px !important;
    height: 100px !important;
    background: #fff;
}
.email-signup-left-content .account-box-inner{
    box-shadow: none;
    border: none;
    padding: 0;
    max-width: 461px;
    margin-left: 0;
}
.email-signup-left-content h3{
    color: #07295D;
    font-size: 24px;
    font-weight: 700;
    line-height: 36px;
    margin-bottom: 30px;
}
.email-signup-left-content .signupbtn{
    max-width: 147px;
    height: 45px;
    border: none !important;
    width: 100%;
    font-size: 18px;
    font-weight: 700;
    line-height: 16px;
    padding: 0 !important;
    min-width: initial !important;
}
.email-signup p{
    color: #7A7A7A;
}
.email-signup-left-content .account-box-inner{
    margin-bottom: 30px;
}
.email-signup {
    padding-bottom: 30px;
}
.faq_content_list li {
    display: flex;
    gap: 3px;
}
.faq_content_heading {
    margin-top: 20px;
    margin-bottom: 6px;
}
.faq_content_heading p {
    font-size: 20px;
    font-weight: 700;
}
.faqd-box{
    height: 100%;
}
.sm-sec-heading p {
    margin-top: 20px;
}
.accordion-list .accordion-header button{
    background: none !important;
    font-weight: 600;
    font-size: 20px;
    line-height: 20px;
    color: #333333;
    position: relative;
    color: var(--orange) !important;
}
.accordion-list .accordion-header .accordion-button:not(.collapsed)::after{
    width: 30px;
    height: 30px;
    content: '_';
    border-radius: 50%;
    display: block;
    border: 1px solid var(--orange);
    text-align: center;
    line-height: 14px;
    font-size: 24px;
    background: none;
    color: #FF5515;
}
.accordion-list .accordion-header .accordion-button.collapsed::after{
    width: 30px;
    height: 30px;
    content: '+';
    border-radius: 50%;
    display: block;
    border: 1px solid var(--orange);
    text-align: center;
    line-height: 26px;
    font-size: 24px;
    background: none;
    color: #FF5515;
}
.accordion-list .accordion-header .accordion-button{
    box-shadow: none;
    padding-bottom: 0;
    padding-top: 0 !important;
    color: #333 !important;
}
.header-user-profile .dropdown-menu ul li {
    margin-bottom: 20px;
}
.header-user-profile .dropdown-menu ul li:last-child {
    margin-bottom: 0;
}
.header-user-profile .dropdown-menu{
    min-width: 188px;
    left: auto !important;
    right: 0 !important;
    margin-top: 5px !important;
}
.level-title{
    border-top: 1px solid rgba(7, 41, 93, 0.20);
    display: block;
    margin-top: 17px;
    color: #7A7A7A;
    font-size: 10px;
    font-weight: 300;
    line-height: 18px;
    padding-top: 6px;
}
.accordion-item:not(:first-of-type){
    border: none;
}
.accordion-list .accordion-header .accordion-button:before{
    content: "Q:";
    left: 0;
    margin-right: 10px;
    color: var(--blue);
}
.frequent-rentar p {
    line-height: normal;
}
.account-input .iti__flag-container{
    height: 40px;
}

/*CSS FOR MANDRIL EMAIL*/

.view_email_wrapper .welcome-main-tile h3 {
    margin: 0 !important;
}
.view_email_wrapper .topbanner {
    padding: 30px 20px !important;
}
.view_email_wrapper .blue-bg-img img {
    height: auto !important;
    width: 100% !important;
    max-width: 290px !important;
}
.view_email_wrapper .gray-box{
    margin-top: 0 !important;
}
body .view_email_wrapper .middle-grey-box td {
    padding: 18px 20px 0 !important;
}
body .view_email_wrapper .middle-grey-box tr:last-child td {
    padding-bottom: 20px !important;
}
.view_email_wrapper .bottomcontent {
    padding: 30px 20px !important;
    width: 70% !important;
}
.contact-bottom-img img{
    height: auto !important;
    width: 100% !important;
    max-width: 370px !important;
    padding: 10px;
}
.middle-grey-box td h4 {
    font-size: 18px !important;
}
.first-table .logo-image{
    padding: 0 12px !important;
}
.view_email_wrapper .account-change-title{
    padding-top: 10px;
}
.orange-box td{
    width: 100% !important;
    max-width: 100% !important;
    text-align: center !important;
    padding-bottom: 30px !important;
}
.orange-box h4 {
    margin-bottom: 20px !important;
}
.view_email_wrapper .parking-confirmation-logo img {
    padding: 10px 0 0 !important;
    width: 100% !important;
    max-width: 300px !important;
}
.parking-heading h3{
    margin-bottom: 0 !important;
}
.parking-heading h4{
    margin-bottom: 10px !important;
}
.key-reminders td h3{
    margin-top: 0 !important;
    margin-bottom: 10px !important;
}
.parking-location-column{
    margin-bottom: 0 !important;
}
.certification-list td {
    padding-top: 0 !important;
}
.finish-enroll-logo{
    padding-bottom: 0 !important;
}
.finish-enrollment-btn img{
    max-width: 200px !important;
    width: 100%;
    height: 42px;
    object-fit: cover !important;
}
.blue-bg-img{
    height: auto !important;
}
.blue-monthly-summary-box td{
    padding: 20px 10px !important;
}
.monthly-summary-grey-box{
    margin-bottom: 10px !important;
}
.blue-monthly-summary-box {
    margin-bottom: 10px !important;
}
.earned-month h3{
    margin-bottom: 0 !important;
}
.earned-month-list td{
    padding: 0 !important;
    text-align: left !important;
}
.earned-month-list td img{
    margin-left: 0 !important;
}
.earned-month, .earned-month-list-upper td{
    padding: 0 20px !important;
}
.earned-month h3{
    margin-bottom: 20px !important;
}
.earned-month-list-upper tr td tr {
    display: flex !important;
    margin-bottom: 5px !important;
    align-items: center;
}
.date-row td:last-child{
    margin-left: 10px;
}
.date-row img{
    margin-right: 0 !important;
}
.award-table{
    padding-left: 10px;
    display: flex;
    justify-content: end;
}
.point-earned{
    display: flex;
    justify-content: end;
}
.contact-id td{
    padding: 0 !important;
    padding-top: 5px !important;
}
.date-row td {
    padding: 0 !important;
}
.show-errors{
    margin-top: 20px;
}
.point-earned-row{
    margin-bottom: 10px !important;
}
.point-expiring{
    display: flex;
    align-items: center;
}
.point-expiring td {
    padding: 0;
}
.point-expiring {
    margin-bottom: 20px !important;
}
.expiring-soon-space{
    margin: 0 0 10px !important;
}
.view_email_wrapper .plus-icon{
    width: 24px;
    height: 24px;
}
.view_email_wrapper .orange-box{
    margin-bottom: 10px !important;
}
.view_email_wrapper .heading-space h3{
    margin: 10px 0 0 !important;
}
.view_email_wrapper .points-earned {
    margin-bottom: 10px !important;
}
.point-confirmation-detail{
    overflow: visible !important;
}
.view_email_wrapper &gt; table tr:nth-child(2) {
    border-bottom: 1px solid var(--orange);
}
.view_email_wrapper tr:nth-child(3) h3 {
    margin-top: 20px !important;
}
.view_email_wrapper .logo-border{
    display: none;
}
.view_email_wrapper tr:nth-child(2) td{
    padding: 26px 15px 20px !important;
}
.view_email_wrapper tr:nth-child(2) td img {
    width: auto !important;
}
.view_email_wrapper .contact-email  tr:nth-child(2) {
    border: none;
}
.view_email_wrapper .contact-email  tr:nth-child(2) td{
    padding: calc(0.5 * var(--global--spacing-unit)) !important;
}
.view_email_wrapper tr td  tr:nth-child(2){
    border-bottom: none;
}

.view_email_wrapper .contact-form-title td h3 {
    margin-bottom: 0 !important;
}
.view_email_wrapper .contact-para p{
    margin-bottom: 10px !important;
}
.view_email_wrapper .reservation-confirmation-table1 tr td {
   padding-bottom: 0 !important;
   padding-top: 0 !important;
}
.view_email_wrapper h3 {
    margin: 0 !important;
}
.accordion-list .accordion-body a {
    color: var(--orange);
}

.accordion-list .accordion-body a:hover {
    text-decoration: underline;
}
.reservation-confirmation-table tr td p{
    margin-bottom: 10px !important;
}
.view_email_wrapper .reservation-confirmation-table tr:nth-child(2) td{
    padding: 25px 0 20px 10px !important;
}
.view_email_wrapper .reservation-confirmation-table tr td {
    padding-left: 10px !important;
}
.reservation-confirmation-table tr:first-child{
    display: table-row !important;
    margin-bottom: 20px;
}
.account-input label.error {
    position: absolute;
    bottom: -35px;
}
.reservation-reminder-temp table{
    border-top: 1px solid rgba(7, 41, 93, 0.20);;
}
.contact-main-form .account-input{
    position: relative;
}

.view_email_wrapper .reservation-reminder-temp tr:nth-child(2) td {
    padding-left: 0 !important;
    padding-right: 0 !important;
}
body .view_email_wrapper .reservation-reminder-temp .reservation-reminder-logo td {
    padding-left: 15px !important;
}
.rental-option-column td{
    padding-left: 0 !important;
}
.rental-option-column td h4, .cost-breakdown td h4{
    margin-bottom: 0 !important;
}
.hide-td{
    display: none !important;
}
.view_email_wrapper .airport-parking-confirmation table tr:nth-child(2) td{
    padding: 10px 30px 0 !important;
}
.space-side img{
    margin-right: 15px;
}
body .view_email_wrapper .space-side td img {
    width: 50px !important;
}
body .view_email_wrapper .terms-condition-btm td{
    padding: 0 !important;
    padding-top: 10px !important;
}
.batterway-welcome .topbanner{
    width: 60%;
}
.batterway-welcome .middle-grey-box tr:nth-child(3) td{
    padding-top: 0 !important;
}
.view_email_wrapper .batterway-welcome .bottomcontent{
    text-align: left !important;
}
.monthly-summary .earned-month &gt; div {
    margin-bottom: 25px;
}
.monthly-summary .earned-month h3{
    margin-bottom: 20px !important;
}
body.view_on_website .monthly-summary table .award-table img {
    width: 10px !important;
}
.monthly-summary  .earned-month-list-upper tr:nth-child(2) td{
    padding: 0 !important;
}
.account-box-inner .show-success {
    max-width: 100%;
    padding: 13px 25px 6px;
}
body.view_on_website table .point-confirmation-detail td, body.view_on_website table .point-confirmation-detail th {
    border: 1px solid rgba(7, 41, 93, 0.20) !important;
}
.view_email_wrapper .certificate-confirmation .certification-list tr:nth-child(2) td{
    padding: 0 15px !important;
}
.points-expiration tr td h3{
    margin-bottom: 20px !important;
}
.view_email_wrapper .account-changes-table  tr:nth-child(2){
    border-bottom: none !important;
}
.view_email_wrapper .account-changes-table .bottomcontent{
    text-align: left !important;
}
.contact-template .orange-box p{
    color: #fff !important;
}
.view_email_wrapper .orange-box tr td:nth-child(1) {
    width: 70% !important;
    text-align: left !important;
    padding: 20px !important;
}
.view_email_wrapper .orange-box tr td:nth-child(2) {
    width: 30% !important;
}
.view_email_wrapper .orange-box tr {
    display: flex !important;
    align-items: center;
}
.topbar-right .social li img {
    width: 20px;
    height: 20px;
}
.view_email_wrapper .orange-box tr p{
    margin-bottom: 0 !important;
}
.view_email_wrapper .rental-extention-template  tr:nth-child(2){
    border-bottom: none !important;
}
.view_email_wrapper .long-term-extention tr{
    border-bottom: none !important;
}

body.user-loggedin #menu-item-2204{
    display: none;
}

#menu-item-2526{
  display:none;
}

body.user-loggedin #menu-item-2526{
    display: block !important;
}
.page-template-email-signup .site-main &gt; *{
    margin-top: 0 !important;
}
.resetpasswordform .account-btn{
    justify-content: end;
}
.vehicles-img-box img{
    margin-left: 0;
}
.vehicles-img-box{
    width: auto;
}
.orange-box p{
    color: #fff !important;
}

.airport-general-info {
    padding-bottom: 0;
    margin-bottom: 0;
}
.view-email.show-errors {
    margin-top: 30px !important;
    margin-left: 30px;
    margin-right: 30px;
}
.account-changes-table .middle-grey-box tr:nth-child(2) td{
    padding-bottom: 20px;
}
.certification-row td{
    padding: 15px !important;
}
.certification-row tr td a{
    max-width: 160px;
    width: 100% !important;
    margin-bottom: 15px !important
}
.hide-td{
    display: none !important;
}
.email-signup a {
    color: var(--orange);
}
.email-signup a:hover{
    text-decoration: underline;
}
.blue-monthly-summary-box td{
    padding: 30px !important;
    width: 60%;
}
.monthly-summary .earned-month-list-upper .earned-month-list tr td{
    padding: 10px 10px 10px !important;
}
.monthly-summary .earned-month-list-upper .earned-month-list tr td td{
    padding: 0 !important;
}
.view_email_wrapper .points-expiration tr:nth-child(2) td{
    padding: 0 20px 20px !important;
}
.batterway-welcome .gray-box h4{
    font-size: 18px;
}
.view_email_wrapper .reset-password-temp tr:nth-child(2) td{
    padding-top: 0 !important;
    padding-bottom: 0 !important;
}
.view_email_wrapper .reset-password-temp tr:last-child td{
    padding: 10px 15px 20px !important;
}
.view_email_wrapper .point-expiring{
    margin-bottom: 12px !important;
}
.view_email_wrapper .point-confirmation-detail tr:nth-child(2) td{
    padding: 26px 30px 20px !important;
}
.batterway-welcome label, .contact-template label{
    font-weight: 700 !important;
}
.view_email_wrapper .batterway-welcome  tr:nth-child(2) td{
    padding: 26px 20px 20px !important;
}
.contact-template .view-website a{
    color: #fff !important;
}
.view_email_wrapper .forgot-password-list tr:first-child td {
    padding: 30px 15px 0 !important;
}
.view_email_wrapper .forgot-password-list tr:last-child td{
    padding-bottom: 40px !important;
}
.view_email_wrapper .forgot-password-list tr:nth-child(2) td{
    padding-bottom: 0 !important;
}
.reservation-reminder-logo img{
    padding-top: 0 !important;
}
.view_email_wrapper .unlimited-miles{
    vertical-align: middle !important;
}
.view_email_wrapper .forgot-pass-title{
    padding: 30px 30px 0 30px !important;
}
.loginform .account-input:first-child {
    margin-bottom: 30px;
}
.f-icon {
    width: 70px;
    height: 85px;
    text-align: center;
    background: #FFE9CF;
    line-height: 85px;
    border-radius: 15px;
}
.f-icon img{
    width: auto;
}
.verify-account .show-errors label {
    padding: 12px 0;
}
.help-support-row .col-lg-6:last-child .help-support-img{
    background: linear-gradient(180deg, rgba(7, 41, 93, 0.20) 0%, rgba(255, 255, 255, 0.20) 100%);
}
.help-support-img:after {
    content: '';
    background: url("/wp-content/uploads/2023/12/Group-1000005125.png");
    width: 47px;
    height: 100%;
    position: absolute;
    right: -7px;
    top: 0;
    background-size: 100% 100%;
    background-repeat: no-repeat;
}
.help-support-row .col-lg-6:last-child .help-support-img:after{
    background: url("/wp-content/uploads/2023/12/Group-1000005124.png");
    background-size: 100% 100%;
    background-repeat: no-repeat;
}
.help-support-img img{
    max-width: 100% !important;
    width: auto !important;
    background-repeat: no-repeat;
    height: auto !important;
    object-fit: contain;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
.help-support-box-style2 .help-support-img:after{
    background: url(/wp-content/uploads/2023/12/help-right-bg-line.png);
    background-size: 100% 100%;
    right: auto;
    left: -7px;
    background-repeat: no-repeat;
}
.help-support-row .col-lg-6:last-child .help-support-box-style2 .help-support-img:after{
    background: url(/wp-content/uploads/2023/12/help-right-bg-blue-line.png);
    background-size: 100% 100%;
    background-repeat: no-repeat;
}
.raise-claim-section .raise-form-s1 .raise-form-inner{
    margin-top: 0;
}
.raise-claim-section .raise-header {
    margin-bottom: 30px;
}
.empty-cart .cart-table-inner- {
    box-shadow: 0px 4px 24px rgba(0, 0, 0, 0.12);
    border: 1px solid rgba(7, 41, 93, 0.20);
    border-radius: 10px;
    text-align: center;
}
.empty-cart .cart-table-inner- h3{
    font-size: 22px;
    font-style: normal;
    font-weight: 700;
    line-height: 18px;
    background: url(/wp-content/uploads/2023/12/Frame-2-1.png);
    background-repeat: no-repeat;
    background-position: left top 15px;
    padding: 27.5px 39px;
    display: inline-block;
    background-size: 28px;
}
.point-activity {
    padding-bottom: 30px;
}
.account-box-inner .loginform .account-input{
    margin-bottom: 30px;
}
.contact-confirm-btm p{
    color: #333;
    font-size: 16px;
    font-weight: 600;
    line-height: normal;
}
.contact-confirm-btm{
    margin-top: 15px;
}
#checkout-confirmation .btns-group input[type="submit"] {
    padding: 10px 24px;
}
#checkout-confirmation .btns-group {
    display: flex;
    align-items: center;
}
.sitemap-column a {
    color: #000;
    line-height: 16px;
    display: inline-block;
}
.sitemap-column {
    border: 1px solid rgba(7, 41, 93, 0.20);
    padding: 20px;
    border-radius: 10px;
    height: 100%;
}
.sitemap-links .row {
    gap: 24px 0;
}
.sitemap-column li {
    margin-bottom: 8px;
}
.width-50{
    display: flex;
    flex-wrap: wrap;
}
.width-50 li{
    width: 50%;
}
.sitemap-page-links li {
    list-style: disc;
    color: var(--orange);
    margin-bottom: 10px;
}
.sitemap-page-links li:last-child{
    margin-bottom: 0;
}
.sitemap-page-links ul li a {
    color: var(--orange);
}
.sitemap-page-links {
    margin-top: 50px;
}
.sitemap-page-links ul li a:hover{
    text-decoration: underline;
}
.sitemap-column li a:hover{
    text-decoration: underline;
}
.sitemap-column h3 {
    font-weight: 700;
    font-size: 22px;
}
.sitemap-column a{
    font-size: 14px;
    line-height: 22px;
}
.sitemap-column li {
    margin-bottom: 5px;
}
/* Developer Style */
.book-ride-btn-otr {
    padding-bottom: 20px;
}

.book-ride-btn-otr .book-ride-btn {
    padding: 22px;
    font-size: 22px;
    font-weight: 700;
    line-height: 16px;
    text-transform: uppercase;
    color: #ffffff !important;
    border-radius: 0;
}

.deal-code p {
    margin-bottom: 0;
}

.deal-code-inr {
    padding: 23px 23px 23px 34px;
}

.deal-copy-code img {
    margin-right: 0 !important;
}

.deal-content {
    padding-bottom: 40px;
}

.deal-code {
    margin-top: 0 !important;
}

.book-ride-btn {
    width: 100%;
}

.hide-this-sec {
    display: none !important;
}

.legal-content h2 {
    color: #07295d;
    font-size: 24px;
    font-weight: 700;
    line-height: 24px;
}

.legal-content h3 {
    color: #07295d;
    font-size: 20px;
    font-weight: 700;
    line-height: 24px;
}
.legal-content p {
    color: #7a7a7a;
    font-size: 16px;
    line-height: 22px;
}
.legal-content .legal-cont ul li {
    color: #7a7a7a;
    font-size: 16px;
    font-weight: 600;
    line-height: 26px;
    list-style: disc;
    margin-left: 20px;
}
.legal-content .legal-cont ul li::marker {
    font-size: 20px;
}
.legal-content-inr {
    padding-bottom: 30px;
}
.legal-title {
    padding-bottom: 15px;
}
.legal-sub_title {
    padding-bottom: 15px;
}
.map-location {
    margin-top: -100px;
}
.instruction-btn {
    color: var(--orange);
}
.instruction-btn:hover {
    color: var(--blue);
}
#locationreperm button.btn-close {
    position: absolute;
    top: -10px;
    right: -10px;
    margin: 0 auto;
    z-index: 999;
    border-radius: 50%;
    opacity: 1;
    color: #fff !important;
    background-image: none;
    background-color: #ff5515;
    padding: 0;
    width: 30px;
    height: 30px;
    line-height: 30px;
}
#locationreperm button.btn-close:before {
    content: "x";
    color: #fff0ea;
    font-size: 20px;
    display: block;
    position: relative;
    top: -2px;
}
#locationreperm button.btn-close:before:hover {
    background-color: var(--blue);
}

div#map {
    height: 354px;
    border-radius: 20px;
    box-shadow: 0 0 25px 0px rgba(0, 0, 0, 0.25);
    border: 1px solid rgba(7, 41, 93, 0.2) !important;
}


/* Added By PV on 09-02-2024 */

.tb-body li a img {
    width: 100%;
    object-fit: contain;
    max-width: 110px !important;
}

.tb-body li a {
    display: block;
    height: 100%;
}

.ride-form-box-inner .p-3 {
    padding: 0 !important;
}

.ride-form-box-inner .p-3 &gt;.ant-row .ant-row {
    padding-top: 4px !important;
    padding-bottom: 4px !important;
}

.bookyourride_continue_btn {
    min-width: 218px !important;
}

.location-conatct-column p {
    color: #7A7A7A;
}

/* Media */
@media (max-width: 426px) {
    .legal-content h2 {
        font-size: 20px;
        line-height: 30px;
    }

    .legal-content h3 {
        color: #07295d;
        font-size: 20px;
        font-weight: 700;
        line-height: 24px;
    }

    .legal-content p {
        color: #7a7a7a;
        font-size: 16px;
        line-height: 22px;
    }

    .legal-content .legal-cont ul li {
        margin-bottom: 30px;
    }

    .legal-content .legal-cont ul li:last-child {
        margin-bottom: 0;
    }

    .legal-content-inr:last-child {
        padding-bottom: 0;
    }
}

.certificate-price{
    position: absolute;
    left: 83px;
    top: 36px;
    font-size: 88px;
    font-weight: 700;
    line-height: 74px;
    color: #FF8B00;
    -webkit-text-stroke-width: 1px;
    -webkit-text-stroke-color: rgba(0,0,0,.20);
}
.pdf-box-img figure{
    position: relative;
}
.certificate-pdf-content .mobile-view{
    display: none;
}
.pdf-rewards-box .pdf-box-img:after{
    display: none;
}
.page-template-rental-rewards-certificate-pdf .view-email {
    margin: 50px 30px !important;
}
#airport-reseve .input-column input, #airport-reseve .input-column select {
    height: 40px;
    padding: 6px 12px !important;
}
body:not(.user-loggedin) #menu-item-2301 &gt; ul,
body:not(.user-loggedin) #menu-item-2406 &gt; ul,
body:not(.user-loggedin) #menu-item-2651 &gt; ul,
body:not(.user-loggedin) #menu-item-3091 &gt; ul {
    display: none;
}
.about-cms-sec .col-lg-8 p a {
    color: var(--orange);
}
.about-cms-sec .col-lg-8 p a:hover{
    text-decoration: underline;
}
.mobile-menu-dropdown{
    display: none;
}
#pojo-a11y-toolbar .pojo-a11y-toolbar-toggle a{
    background: var(--orange) !important;
}
#pojo-a11y-toolbar .pojo-a11y-toolbar-overlay, #pojo-a11y-toolbar .pojo-a11y-toolbar-overlay ul.pojo-a11y-toolbar-items.pojo-a11y-links{
    border-color: var(--orange) !important;
}
.location-detail-pg .bookyour-ride-sec{
    padding-bottom: 0;
}
.single-our-locations .bookyour-ride-left a{
    color: var(--orange);
}
.single-our-locations .bookyour-ride-left a:hover{
    text-decoration: underline;
}
.user-loggedin .without-login {
    display: none;
}

.page-template-airport-parking-reservation .inner-content{
    padding-bottom: 70px;
}
.vehicle-modal .btns-group {
    display: flex;
}
.reward-box .btn {
    background: transparent !important;
    border: 1px solid var(--orange) !important;
    color: var(--orange) !important;
}
.reward-box .btn:hover{
    background: var(--orange) !important;
    color: #fff !important;
}
#pojo-a11y-toolbar.pojo-a11y-toolbar-left .pojo-a11y-toolbar-toggle{
    top: 60px;
}
.header-menu nav {
    display: flex;
    align-items: center;
    gap: 24.5px;
}
.cursor-pointer :where(.css-syslh6).ant-image .ant-image-img{
    width: auto;
}
.page-template-airport-parking-reservation-confirmation-details .confirmation-key-reminder{
	display: none;
}
.airport-confirmation-detail {
    margin-bottom: 0 !important;
}
.user-loggedin .menu-header-primary-menu-container &gt; ul &gt; li:nth-last-child(2) {
    margin-right: 0;
}
.find-location {
    padding-bottom: 0;
}
.hour-time:last-child {
    margin-top: 0;
}
.location-phone-row .col-lg-5 .location-phone:last-child {
    margin-top: 0;
}
.phone-right-column {
    border-left: 1px solid rgba(7, 41, 93, 0.2);
    padding-left: 40px;
}
.account-box-inner h4{
	margin-bottom: 30px !important;
}
.ltr-request-quote-btn{
	text-align: right;
}
.ltr-request-quote-btn button {
    background: #FF5515 !important;
    color: #fff !important;
}
.ltr-request-quote-btn button:hover{
	background: var(--orange) !important;
}
.request-quote-form {
    padding-bottom: 50px;
}
.activity-list-inner .activity-pagination{
	margin-bottom: 0;
}
.active-rental .mt-4{
	margin-top: 0 !important;
}
.active-rental article {
    margin-top: 30px !important;
}
#airport-reseve {
    margin-top: 30px;
}
.location-landing p{
    font-size: 16px;
    line-height: normal;
}
.location-landing figure{
    margin-bottom: 23px;
}
.location-landing h4{
    margin-bottom: 28px;
}
.location-landing p a{
    color: var(--orange);
}
.location-landing p a:hover{
    text-decoration: underline;
}
.location-landing {
    margin-top: 0 !important;
    padding-top: 0 !important;
}

/* common table styles */

.tb-header {
    /* border-radius: 10px;
    border: 1px solid rgba(7, 41, 93, 0.20); */

    display: flex;
    margin-bottom: 10px;
    align-items: end;
}

.site-id-7 .tb-header li,
.site-id-7 .tb-body li {
    width: calc(80% / 4);
}

.tb-body {
    display: flex;
    margin-bottom: 10px;
}

.tb-body li a {
    display: block;
}

.tb-body li:first-child {
    color: #07295D;
    font-weight: 700;
    font-size: 20px;
    line-height: 18px;
    width: 19.5%;
    text-align: left;
    padding-left: 20px;
    display: flex;
    align-items: center;
    border-radius: 10px;
    margin-right: 10px;
    border-right: 1px solid rgba(7, 41, 93, 0.20);
}

.tb-body li:last-child {
    border-right: 1px solid rgba(7, 41, 93, 0.20);
    border-radius: 0 10px 10px 0;
}

.tb-header li:first-child {
    width: 20.3%;
    text-align: left;
    padding-left: 20px;
    border-top-left-radius: 10px;
    border-bottom-left-radius: 10px;
}

.tb-header li:last-child {
    border-top-right-radius: 10px;
    border-bottom-right-radius: 10px;
    border-right: 1px solid rgba(7, 41, 93, 0.20);
}

.tb-body li:nth-child(2) {
    border-top-left-radius: 10px;
    border-bottom-left-radius: 10px;
}

.tb-header li {
    background: #FFE9CF;
}

.tb-header li,
.tb-body li {
    width: calc(80% / 5);
    border-right: 1px solid rgba(7, 41, 93, 0.20);
    text-align: center;
    padding: 10px 0;
    color: #000;
    font-size: 18px;
    font-style: normal;
    font-weight: 700;
    line-height: 20px;
    border: 1px solid rgba(7, 41, 93, 0.20);
    border-right: 0;
    max-height: 122px;
}

.table-common thead {
    background: #FFE9CF;
}

.table-common thead th {
    border: 1px solid rgba(7, 41, 93, 0.20);
}

.table-common thead th:first-child {
    border-top-left-radius: 10px;
    border-bottom-left-radius: 10px;
    text-align: left;
    padding-left: 15px;
}

.table-common thead th:last-child {
    border-top-right-radius: 10px;
    border-bottom-right-radius: 10px;
}

.table-common tbody td:first-child {
    width: 260px;
}

.table-common tbody tr {
    border: 0;
    box-shadow: 0 0 0 1px rgba(7, 41, 93, 0.20);
}

.table-common tbody td {
    color: #07295D;
    font-weight: 700;
    font-size: 20px;
    line-height: 18px;
    border: 0;
    background: #FFF;
    box-shadow: 0 0 0 1px rgba(7, 41, 93, 0.20);
}

.table-common tbody:before {
    content: "-";
    display: block;
    line-height: 10px;
    color: transparent;
    visibility: hidden;
}
.location-landing-parent-box p a{
    color: var(--orange);
}
.location-landing-parent-box p a:hover{
    text-decoration: underline;
}
.ant-form-item-has-success{
  margin-bottom: 0 !important;
}
/* reactside - css 11-7-24 */
:where(.css-syslh6).ant-picker-dropdown,:where(.css-syslh6).ant-select-dropdown {
    z-index: 99999;
}
.topbar-left p {
    display: none;
}
section#shadow-host-companion {
    padding: 0;
}
.default-page code {
    background: #eee;
    display: block;
    color: #000;
    padding: 20px;
    text-align: justify;
    font-family: inherit;
}
.location-detail-pg .carform-box&gt;.location-contact {
    background: #fff;
}
</pre></body></html>