*{
    margin: 0%;
    padding: 0%;
    list-style-type: none;
    text-decoration: none;
    box-sizing: border-box;
}

html {
    scroll-behavior: smooth;
}

@font-face {
    font-family: 'Roboto-Light';
    src: url('fonts/Roboto-Light.eot');
    src: url('fonts/Roboto-Light.eot?#iefix') format('embedded-opentype'),
        url('fonts/Roboto-Light.woff2') format('woff2'),
        url('fonts/Roboto-Light.woff') format('woff'),
        url('fonts/Roboto-Light.ttf') format('truetype'),
        url('fonts/Roboto-Light.svg#Roboto-Light') format('svg');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'Roboto-Regular';
    src: url('fonts/Roboto-Regular.eot');
    src: url('fonts/Roboto-Regular.eot?#iefix') format('embedded-opentype'),
        url('fonts/Roboto-Regular.woff2') format('woff2'),
        url('fonts/Roboto-Regular.woff') format('woff'),
        url('fonts/Roboto-Regular.ttf') format('truetype'),
        url('fonts/Roboto-Regular.svg#Roboto-Regular') format('svg');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'Roboto-Bold';
    src: url('fonts/Roboto-Bold.eot');
    src: url('fonts/Roboto-Bold.eot?#iefix') format('embedded-opentype'),
        url('fonts/Roboto-Bold.woff2') format('woff2'),
        url('fonts/Roboto-Bold.woff') format('woff'),
        url('fonts/Roboto-Bold.ttf') format('truetype'),
        url('fonts/Roboto-Bold.svg#Roboto-Bold') format('svg');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}


img{
    max-width: 100%;
    height: auto;
}

body {
    line-height: 1.5 !important;
    font-size: 18px !important;
    color: #231F20 !important;
    font-family: 'Roboto-Regular' !important;
}
b, strong {
    font-weight: normal;
    font-family: 'Roboto-Bold' !important;
}
h1, h2, h3, h4, h5, h6 {
    line-height: 1.1 !important;
    letter-spacing: 0 !important;
    font-family: 'Roboto-Bold' !important;
}



.row {
    margin-left: 0;
    margin-right: 0;
}

.topbar {
    width: 100%;
    font-size: 14px;
    background: #F6F8FB;
    display: inline-block;
}
.topbar .row {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}
.topbar .col-md-7 {
    padding-left: 25px;
}
.topbar .col-md-7 span {
    padding: 0 5px;
}
.topbar span:last-child {
    margin-left: 20px;
}
.topbar a {
    margin: 0;
    color: #231F20;
}
.topbar .col-md-5 {
    padding-right: 0;
}
.topbar .download_app {
    float: right;
    padding: 13px 25px 13px 20px;
    background: #E2E9F2;
}
.topbar .download_app span {
    color: #231F20;
    padding-right: 20px;
}
.topbar .download_app img {
    width: 100px;
}


.hd_blue_bar {
    width: 100%;
    padding: 10px 0;
    text-align: center;
    background: #2263A1;
    display: inline-block;
}
.hd_blue_bar a {
    color: #fff;
}


.header_main {
    width: 100%;
    padding: 30px 15px;
    display: inline-block;
}
.header_main .row {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}
.header_main li {
    padding: 0 10px;
    text-align: left;
    display: inline-block;
}
.header_main li a {
    color: #231F20;
}

.header_main .col-md-3 a {
    width: 105px;
    color: #fff;
    font-size: 14px;
    text-align: center;
    padding: 11px 15px;
    border-radius: 10px;
    display: inline-block;
    background: #B8CCE0;
}
.header_main .col-md-3 a:last-child {
    background: #01A4CD;
}
.header_main .col-md-3 a:hover {
    text-decoration: none;
    background: #231F20;
}




.menu_mobile {
    display: none !important;
}
.site_header .mobile-toggle {
    width: 40px;
    height: 22px;
    background: url(images/menu.svg) no-repeat;
    background-size: contain;
}
.mainNav {
    left: 0;
    top: -100%;
    opacity: 0;
    width: 100vw;
    height: 100vh;
    z-index: 9999;
    position: fixed;
    visibility: hidden;
    background: #01A4CD;
}
/* .mainNav::before {
    top: 50px;
    left: 50px;
    content: '';
    width: 130px;
    height: 130px;
    position: absolute;
    background: url(images/logo-icon-menu.svg) no-repeat;
    background-size: contain;
} */
.mainNavinner {
    margin: 0 auto;
    max-width: 1100px;
    padding: 60px 0;
}
.mainNavinner .main_links_box {
    margin: 30px 0;
    display: inline-block;
}
.header_main .mainNav li {
    padding: 0 20px;
    display: inline-block;
}
.mainNav li::before {
    content: '-';
    color: #fff;
    float: left;
    margin-top: 3px;
    margin-right: 16px;
}
.header_main .mainNav li a {
    color: #fff;
    font-size: 22px;
    padding: 2px 0;
    display: inline-block;
}
.header_main .mainNav li a:hover {
    color: #fff;
    text-decoration: underline;
}
.mainNav.nav_active {
    top: 0;
    opacity: 1;
    visibility: visible;
}
.closeNav {
    top: 50px;
    right: 30px;
    width: 30px;
    height: 30px;
    position: absolute;
    background: url(images/closeNav.svg);
    background-size: contain;
}





.main_banner_form {
    padding: 0 30px;
    position: relative;
}
.main_banner_form > img {
    width: 100%;
    border-radius: 15px 15px 0 0;
}
.main_banner_form .cycloneslider {
    margin-bottom: 0;
}
.main_banner_form .cycloneslider-caption {
    display: none;
}
.main_banner_form .cycloneslider-slide img {
    width: 100%;
}
.search_parking {
    left: 50%;
    bottom: 30px;
    width: 713px;
    padding: 30px 15px;
    position: absolute;
    background: #fff;
    border-radius: 15px;
    transform: translateX(-50%);
}
.search_parking h3 {
    margin-top: 0;
    font-size: 20px;
    padding-left: 15px;
    margin-bottom: 20px;
}
.search_parking span {
    width: 100%;
    font-size: 13px;
    display: inline-block;
    padding-bottom: 6px;
    margin-top: 15px;
}
.search_parking input {
    width: 100%;
    padding: 8px 10px;
    font-size: 13px;
    border-radius: 3px;
    border: 1px solid #e5e5e5;
}
.search_parking input[type="radio"] {
    width: auto;
    margin: 0;
    display: inline-block;
    vertical-align: middle;
}
.search_parking label {
    font-size: 13px;
    font-weight: normal;
}
.search_parking label:not(:last-child) {
    padding-right: 20px;
}
.search_parking .col-md-4:last-child {
    padding-top: 20px;
}
.search_parking button {
    width: 100%;
    color: #fff;
    border: none;
    text-align: center;
    border-radius: 7px;
    padding: 10px 20px;
    display: inline-block;
    background: #01A4CD;
}
.search_parking button:hover {
    background: #231F20;
}


.search_parking #loc_times label {
    margin-bottom: 0;
    margin-top: 0;
}
.search_parking .col-md-3 .search_parking span {
    text-align: left;
}


.latest_offer {
    margin-top: 25px;
    padding: 0 30px;
}
.latest_offer .row {
    display: flex;
    flex-wrap: wrap;
}
.latest_offer .col-md-2 {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    background: #2263A1;
}
.latest_offer .col-md-2 h2 {
    color: #fff;
    font-size: 40px;
    font-family: 'Roboto-Regular' !important;
}
.latest_offer .col-md-10 {
    text-align: center;
    background: #0A2540;
}
.offer_details {
    color: #fff;
    padding: 40px 30px;
    text-align: left;
    display: inline-block;
}
.offer_details h3,
.offer_details h4 {
    color: #fff;
    margin: 0;
}
.offer_details p {
    font-size: 22px;
    border-bottom: 1px solid #fff;
}
.offer_details h2 {
    margin: 0;
    font-size: 40px;
}

.latest_offer .col-md-3 {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
}
.latest_offer a {
    color: #fff;
    border: none;
    text-align: center;
    border-radius: 12px;
    padding: 12px 30px;
    display: inline-block;
    background: #01A4CD;
}
.latest_offer a:hover {
    text-decoration: none;
    background: #2263A1;
}



.featured_boxes {
    margin-top: 25px;
    padding: 50px 30px 0 30px;
    background: #F6F8FB;
}
.featured_boxes .row {
    display: flex;
    flex-wrap: wrap;
}
.featured_box_inn {
    z-index: 2;
    height: 100%;
    position: relative;
    color: #383637;
    overflow: hidden;
    border-radius: 12px;
    font-family: 'Roboto-Light';
    box-shadow: 0px 0px 5px rgb(0 0 0 / 20%);
}
.icon_title_text {
    height: 80px;
    padding: 20px;
    background: #fff;
    border-bottom: 4px solid #01A4CD;
}
.icon_title_text img {
    float: left;
    margin-right: 30px;
}
.icon_title_text .title_text {
    display: table;
    line-height: 1;
}
.icon_title_text .title_text h4 {
    margin-top: 0;
    margin-bottom: 0;
}
.icon_title_text .title_text span {
    font-size: 14px;
}

.featured_boxes .featured_box_detail {
    padding: 30px 20px;
    background: #F7F9FD;
    height: calc(100% - 80px);
}
.featured_box_detail p {
    min-height: 90px;
}
.featured_boxes a {
    color: #fff;
    border: none;
    font-size: 13px;
    text-align: center;
    border-radius: 7px;
    padding: 10px 20px;
    display: inline-block;
    background: #2263A1;
}
.featured_boxes .col-md-4:nth-child(2) a {
    background: #01A4CD;
}
.featured_boxes .col-md-4:last-child a {
    background: #A3C0D8;
}
.featured_boxes a:hover {
    text-decoration: none;
    background: #0A2540 !important;
}




.about_carparks {
    z-index: 1;
    color: #fff;
    position: relative;
    padding: 100px 30px;
    background: #0A2540;
}
.about_carparks::before {
    left: 0;
    content: '';
    top: -120px;
    z-index: -1;
    width: 100%;
    height: 100%;
    position: absolute;
    background: #0A2540;
}


.about_carparks .col-md-6:last-child {
    display: flex;
    flex-wrap: wrap;
}
.about_carparks .col-md-6:last-child > div {
    padding: 50px;
    margin: 10px 12px;
    text-align: center;
    border-radius: 15px;
    width: calc(50% - 24px);
}
.make_payment {
    background: #061c36;
}
.create_account {
    background: #b8cce0;
}
.about_carparks .col-md-6:last-child h4 {
    margin-top: 0;
    font-size: 24px;
    margin-bottom: 30px;
}
.about_carparks .col-md-6:last-child > div a {
    color: #fff;
    padding: 14px 30px;
    border-radius: 12px;
    display: inline-block;
}
.about_carparks .make_payment a {
    background: #b8cce0;
}
.about_carparks .create_account a {
    background: #092540;
}
.about_carparks .col-md-6:last-child > div a:hover {
    background: #01A4CD;
    text-decoration: none;
}


.tooltip {
    line-height: inherit;
    opacity: 1;
    position: unset;
    font-family: 'Roboto-Regular';
}
.fcp-booknow:hover {
    color: #fff;
    text-decoration: none;
}
.booking_product_inn article div.label, .booking_product_inn article.review div.label {
    white-space: initial;
    text-align: left;
    font-weight: normal;
    border-radius: 0;
    padding: 0;
    font-size: inherit;
    line-height: inherit;
    vertical-align: middle;
}
form div label {
    display: inline;
}





footer.site_footer {
    display: inline-block;
    width: 100%;
    vertical-align: top;
}
.footer_main {
    color: #fff;
    background: #03121E;
    padding: 80px 20px 40px 20px;
}
.footer_main ul {
    margin-bottom: 15px;
}
.footer_main li {
    padding: 0 10px;
    margin: 20px 0;
    display: inline-block;
}
.footer_main li a {
    color: #fff;
}
.footer_main .footer_btns {
    margin-bottom: 15px;
}
.footer_main .footer_btns a {
    color: #fff;
    margin: 0 3px;
    padding: 14px 25px;
    border-radius: 12px;
    display: inline-block;
}
.footer_main .footer_btns a:first-child {
    background: #B8CCE0;
}
.footer_main .footer_btns a:last-child {
    background: #01A4CD;
}
.footer_main .footer_btns a:hover {
    color: #03121E;
    background: #fff;
    text-decoration: none;
}

.footer_main .copyrights a {
    color: #fff;
}
.footer_main .copyrights span {
    padding: 0 7px;
    color: #01A4CD;
}
.footer_main .copyrights p {
    margin-top: 10px;
}


.footer_bottom {
    padding: 20px;
    font-family: 'Roboto-Light';
}
.footer_bottom span,
.footer_bottom img {
    margin: 0 5px;
}





div#ui-datepicker-div {
    z-index: 99999 !important;
}





@media only screen and (max-width: 1042px) {

    .topbar .col-md-7 {
        width: 100%;
        padding: 10px;
        text-align: center;
    }
    .topbar .col-md-5 {
        width: 100%;
        padding-left: 0;
        text-align: center;
    }
    .topbar .download_app {
        float: none;
    }

    .site_header .header_main .col-md-4 {
        width: 32%;
    }
    .site_header .header_main .col-md-5 {
        order: 12;
        width: auto;
        padding-top: 7px;
    }
    .site_header .header_main .col-md-3 {
        width: calc(68% - 70px);
    }
    .menu_desktop {
        display: none !important;
    }
    .menu_mobile {
        display: inline-block !important;
    }
    .mainNavinner {
        display: table;
    }
    .header_main .mainNav li {
        display: block;
    }

    .latest_offer .col-md-2 {
        width: 24%;
    }
    .latest_offer .col-md-10 {
        width: 76%;
    }

    .featured_boxes {
        padding: 30px 30px 0 30px;
    }
    .featured_boxes .col-md-4 {
        padding: 20px 0;
        width: 100%;
    }
    .featured_box_detail p {
        min-height: auto;
    }

    .icon_title_text {
        height: 100px;
    }
    .featured_boxes .featured_box_detail {
        height: calc(100% - 100px);
    }

    .about_carparks {
        padding: 50px 30px 60px 30px;
    }
    .about_carparks .col-md-6 {
        width: 100%;
    }
    .about_carparks p {
        margin-bottom: 30px;
    }
    .about_carparks .col-md-6:last-child {
        padding: 0;
    }
}
@media only screen and (max-width: 800px) {

    .search_parking {
        width: 90%;
    }
    #optionsdiv .col-md-4 {
        width: 30%;
        float: left;
    }
    #optionsdiv .col-md-5 {
        width: 40%;
        float: left;
    }
    #optionsdiv .col-md-3 {
        width: 30%;
        float: left;
        text-align: left;
    }

    .offer_details {
        padding: 40px 30px 20px 30px;
    }
    .latest_offer .col-md-3 {
        padding: 0 45px 30px 45px;
    }
}
@media only screen and (max-width: 736px) {

    .search_parking input[type="text"] {
        font-size: 16px;
    }
}
@media only screen and (max-width: 667px) {

    .search_parking {
        width: 100%;
        height: auto;
        position: unset;
        transform: none;
        display: flex;
        flex-wrap: wrap;
        align-items: center;
        justify-content: center;
        padding-left: 0;
        padding-right: 0;
    }
    .search_parking h3,
    .search_parking form {
        width: 100%;
    }

    .latest_offer .col-md-2 {
        width: 100%;
        justify-content: left;
        padding-left: 55px;
    }
    .latest_offer .col-md-10 {
        width: 100%;
    }
    .latest_offer .col-md-2 {
        padding-left: 30px;
    }
    .offer_details {
        padding: 40px 0 20px 0;
    }
    .latest_offer .col-md-3 {
        padding: 0 15px 30px 15px;
    }
}
@media only screen and (max-width: 568px) {

    .topbar span:last-child {
        margin-left: 0;
        display: block;
    }
    .site_header .header_main .col-md-4 {
        width: 50%;
    }
    .site_header .header_main .col-md-3 {
        display: none;
    }
    .site_header .header_main .col-md-5 {
        width: 50%;
        text-align: right;
    }
    .search_parking button {
        padding: 10px;
        font-size: 13px;
    }

    .about_carparks .col-md-6:last-child > div {
        width: 100%;
    }
}
@media only screen and (max-width: 480px) {

    .topbar .download_app {
        padding: 13px 10px;
    }

    .header_main {
        width: 100%;
        padding: 30px 0px;
    }
    .site_header .header_main .col-md-4 {
        width: 80%;
    }
    .site_header .header_main .col-md-5 {
        width: 20%;
    }

    .main_banner_form,
    .latest_offer,
    .featured_boxes {
        padding-left: 15px;
        padding-right: 15px;
    }
    .about_carparks {
        padding: 50px 10px 60px 10px;
    }

    #optionsdiv .col-md-3,
    #optionsdiv .col-md-4,
    #optionsdiv .col-md-5 {
        width: 100%;
    }

    .offer_details h3, .offer_details h4 {
        font-size: 20px;
    }
    .offer_details p {
        font-size: 18px;
    }
    .offer_details h2 {
        font-size: 24px;
    }

    .footer_main ul {
        margin: 35px 0 30px 0;
    }
    .footer_main li {
        margin: 0;
    }
}