@import url('https://fonts.googleapis.com/css2?family=Urbanist:wght@300;400;500;600;700;800&display=swap');

* {
    margin: 0px;
    padding: 0px;
}

@font-face {
    font-family: 'Brown';
    src: url('../fonts/main_fonts/BrownExtraBold.eot');
    src: url('../fonts/main_fonts/BrownExtraBold.eot?#iefix') format('embedded-opentype'),
        url('../fonts/main_fonts/BrownExtraBold.woff2') format('woff2'),
        url('../fonts/main_fonts/BrownExtraBold.woff') format('woff'),
        url('../fonts/main_fonts/BrownExtraBold.ttf') format('truetype'),
        url('../fonts/main_fonts/BrownExtraBold.svg#BrownExtraBold') format('svg');
    font-weight: 800;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Brown';
    src: url('../fonts/main_fonts/BrownMedium.eot');
    src: url('../fonts/main_fonts/BrownMedium.eot?#iefix') format('embedded-opentype'),
        url('../fonts/main_fonts/BrownMedium.woff2') format('woff2'),
        url('../fonts/main_fonts/BrownMedium.woff') format('woff'),
        url('../fonts/main_fonts/BrownMedium.ttf') format('truetype'),
        url('../fonts/main_fonts/BrownMedium.svg#BrownMedium') format('svg');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Brown';
    src: url('../fonts/main_fonts/BrownBold.eot');
    src: url('../fonts/main_fonts/BrownBold.eot?#iefix') format('embedded-opentype'),
        url('../fonts/main_fonts/BrownBold.woff2') format('woff2'),
        url('../fonts/main_fonts/BrownBold.woff') format('woff'),
        url('../fonts/main_fonts/BrownBold.ttf') format('truetype'),
        url('../fonts/main_fonts/BrownBold.svg#BrownBold') format('svg');
    font-weight: 700;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Brown';
    src: url('../fonts/main_fonts/BrownLight.eot');
    src: url('../fonts/main_fonts/BrownLight.eot?#iefix') format('embedded-opentype'),
        url('../fonts/main_fonts/BrownLight.woff2') format('woff2'),
        url('../fonts/main_fonts/BrownLight.woff') format('woff'),
        url('../fonts/main_fonts/BrownLight.ttf') format('truetype'),
        url('../fonts/main_fonts/BrownLight.svg#BrownLight') format('svg');
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Brown';
    src: url('../fonts/main_fonts/BrownHeavy.eot');
    src: url('../fonts/main_fonts/BrownHeavy.eot?#iefix') format('embedded-opentype'),
        url('../fonts/main_fonts/BrownHeavy.woff2') format('woff2'),
        url('../fonts/main_fonts/BrownHeavy.woff') format('woff'),
        url('../fonts/main_fonts/BrownHeavy.ttf') format('truetype'),
        url('../fonts/main_fonts/BrownHeavy.svg#BrownHeavy') format('svg');
    font-weight: 900;
    font-style: normal;
    font-display: swap;
}



:root {
    --main-color: #d60055;
    --light-color: #FDF2F6;
    --dark-color: #b00046;
    --body-text: #000;
    --head-text: #000;
    --main-font: 'Brown', sans-serif;
    --secondary-font: 'Urbanist', sans-serif;
}

a,
a:hover,
a:focus {
    text-decoration: none;
    color: var(--main-color);
}

body {
    font-family: var(--main-font);
    overflow-x: hidden;
    font-weight: 400;
    font-size: 16px;
    line-height: 27px;
    color: var(--body-text);
}

h1,
h2,
h3,
h4,
h5 {
    font-weight: bold;

    color: var(--head-text);
}

.m0 {
    margin: 0px !important;
}

.m_t_10 {
    margin-top: 10px !important;
}

.m_t_20 {
    margin-top: 20px !important;
}

.m_t_30 {
    margin-top: 30px !important;
}

.m_t_40 {
    margin-top: 40px !important;
}

.m_t_50 {
    margin-top: 50px !important;
}

.m_t_60 {
    margin-top: 60px !important;
}

.m_t_70 {
    margin-top: 70px !important;
}

.m_t_80 {
    margin-top: 80px !important;
}

.m_t_90 {
    margin-top: 90px !important;
}

.m_t_100 {
    margin-top: 100px !important;
}

.m_b_10 {
    margin-bottom: 10px !important;
}

.m_b_20 {
    margin-bottom: 20px !important;
}

.m_b_30 {
    margin-bottom: 30px !important;
}

.m_b_40 {
    margin-bottom: 40px !important;
}

.m_b_50 {
    margin-bottom: 50px !important;
}

.m_b_60 {
    margin-bottom: 60px !important;
}

.m_b_70 {
    margin-bottom: 70px !important;
}

.m_b_80 {
    margin-bottom: 80px !important;
}

.m_b_90 {
    margin-bottom: 90px !important;
}

.m_b_100 {
    margin-bottom: 100px !important;
}

.p0 {
    padding: 0px !important;
}

.p10 {
    padding: 10px !important;
}

.p15 {
    padding: 15px !important;
}

.p20 {
    padding: 20px !important;
}

.p25 {
    padding: 25px !important;
}

.p30 {
    padding: 30px !important;
}

.p40 {
    padding: 40px !important;
}

.p_t_10 {
    padding-top: 10px !important;
}

.p_t_20 {
    padding-top: 20px !important;
}

.p_t_30 {
    padding-top: 30px !important;
}

.p_t_40 {
    padding-top: 40px !important;
}

.p_t_50 {
    padding-top: 50px !important;
}

.p_t_60 {
    padding-top: 60px !important;
}

.p_t_70 {
    padding-top: 70px !important;
}

.p_t_80 {
    padding-top: 80px !important;
}

.p_t_90 {
    padding-top: 90px !important;
}

.p_t_100 {
    padding-top: 100px !important;
}

.p_b_10 {
    padding-bottom: 10px !important;
}

.p_b_20 {
    padding-bottom: 20px !important;
}

.p_b_30 {
    padding-bottom: 30px !important;
}

.p_b_40 {
    padding-bottom: 40px !important;
}

.p_b_50 {
    padding-bottom: 50px !important;
}

.p_b_60 {
    padding-bottom: 60px !important;
}

.p_b_70 {
    padding-bottom: 70px !important;
}

.p_b_80 {
    padding-bottom: 80px !important;
}

.p_b_90 {
    padding-bottom: 90px !important;
}

.p_b_100 {
    padding-bottom: 100px !important;
}

.text_white,
.text_white:hover,
.text_white:focus {
    color: #fff;
}

.tablee {
    display: table;
    float: none;
    width: 100%;
}

.tablee_row {
    display: table-row;
    float: none;
}

.tablee_cell {
    display: table-cell;
    float: none;
    vertical-align: middle;
}

.tablee.vtop .tablee_cell {
    vertical-align: top;
}

.tablee.vbottom .tablee_cell {
    vertical-align: bottom;
}

.flex_col.align_center {
    align-items: center;
}

.flex_col {
    display: flex;
    flex-wrap: wrap;
}

.error_modal img {
    width: 70px;
}

.error_modal .modal-content {
    box-shadow: none;
    border-radius: 0px;
    margin: 30px auto;
}

/* Login Section */
.login_section {
    min-height: 100vh;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.login_logo {
    max-width: 200px;
    margin: 30px 0px;
    display: block;
}

.login_box h2 span {
    color: var(--main-color);
    display: block;

}

.login_box .login_s a {
    font-weight: bold;
}

.login_box .login_s {
    font-size: 16px;
    max-width: 241px;
    line-height: 1.3em;
    margin-top: 30px;
}

.login_box h2 {
    font-weight: 700;
    text-align: left;
    font-family: var(--main-font);

}

.form_s {
    position: relative;
}

.form_s i,
.form_s img {
    position: absolute;
    top: 20px;
    right: 20px;
    color: #aaa;
}

.form_s .two_input_together {
    display: flex;
}

.form_s input,
.form_s select {
    width: 100%;
    padding: 18px 20px;
    border: none;
    box-shadow: none;
    outline: none;
    border: none;
    font-size: 16px;
    margin: 10px 0px;
    padding-right: 45px;
    background: #FDF2F6;
    border-radius: 10px;
}

.form_s .two_input_together input {
    border-top-left-radius: 0px;
    border-bottom-left-radius: 0px;
}

.form_s .two_input_together select {
    background: #FDF2F6;
    padding-right: 15px;
    max-width: 95px;
    margin-right: 0px;
    border-top-right-radius: 0px;
    border-bottom-right-radius: 0px;
}

a.btn-login:focus,
a.btn-login:hover {
    background: var(--dark-color);
    color: #fff;
}

span.error_msg {
    border: 1px solid var(--main-color);
    color: var(--main-color);
    padding: 10px 20px;
    display: inline-block;
}

span.success_msg {
    border: 1px solid #059911;

    color: #059911;
    padding: 10px 20px;
    display: inline-block;
}

.error_box {
    margin: 15px 0px;
}

.swal2-styled.swal2-confirm {
    background: var(--main-color) !important;
}

.swal2-styled.swal2-confirm:focus {
    box-shadow: 0 0 0 3px rgb(214 0 85 / 24%) !important;
}

.btn-login.checkotp.disabled {
    pointer-events: none;
    opacity: 0.7;
}

.btn-login {
    width: 100%;
    display: block;
    padding: 13px 30px;
    border: 1px solid #ddd;
    font-size: 18px;
    background: var(--main-color);
    font-family: var(--main-font);
    font-weight: 700;
    color: #fff;
    text-align: center;
    border-radius: 10px;
    font-weight: bold;
    box-shadow: 0px 5px 10px rgba(217, 0, 86, 0.2);
}

.dont_account {
    margin-top: 40px;
    text-align: center;
    display: block;
}

input[type=number]::-webkit-outer-spin-button,
input[type=number]::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

/* Firefox */
input[type=number] {
    -moz-appearance: textfield;
}

.login_btns h4 {
    display: flex;
    align-items: center;
    justify-content: center;
    column-gap: 10px;
    margin-bottom: 30px;
    font-weight: 600;
    font-size: 14px;
}

.login_btns h4 img {
    width: auto;
    max-width: 100%;
    height: auto;
}

.modal-dialog.modal-full {
    width: 100%;
    height: 100vh;
    margin: 0px;
    border: none;
    box-shadow: none;
    border-radius: 0px;
}

.modal-dialog.modal-full .modal-content {
    height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center;
    border: none;
    box-shadow: none;
    border-radius: 0px;
}

.login_btns img {
    height: 22px;
}

.login_btns a {
    display: inline-block;
    width: 76px;
    height: 56px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    margin: 0px 10px;
    border: 2px solid #b3b3b3;
    background: #fff;
    padding: 5px;
    border-radius: 12px;
}

.login_btns {
    text-align: center;
    margin-bottom: 50px;

}

.login_box {
    text-align: left;
    max-width: 400px;
    margin: 0px auto;
    padding: 20px 20px;
    border-radius: 0px;
    background: #fff;
    width: 100%;
}

.forgot_pwd {
    display: block;
    text-align: right;
    margin-top: 10px;
    margin-bottom: 30px;
}

.login_section.otp .forgot_pwd {
    text-align: center;
}

.login_section.otp h2 span {
    display: inline-block;
}

.modal-body .login_section.otp {
    height: auto;
    min-height: initial;
}

.modal-body .login_section.otp .login_box {
    margin: 0px;
    border-radius: 0px;
}

a.close_modal img {
    width: 20px;
    height: 20px;
    float: right;
    opacity: 0.3;
}

a.download_modal img {
    width: 40px;
    height: 40px;
    opacity: 0.3;
}

.modal-body {
    padding: 0px;
    overflow: hidden;
}

.modal-dialog.modal-sm {
    max-width: 400px;
    width: 100%;
    border-radius: 0px;
    overflow: hidden;
    margin: 0 auto;
}

.form_s.otp_box input {
    padding: 15px 0px;
    text-align: center;

    font-weight: 700;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    margin: 0;
    flex: 100%;
}

.form_s.otp_box {
    display: flex;
    column-gap: 12px;
    margin-top: 30px;
}

/* Login Section  End*/

.user_infor .user_box img {
    width: 120px;
    height: 120px;
    border-radius: 0px;
    margin-right: 15px;

}

.user_infor .user_box h5 {
    margin: 0px;
}

.user_infor .user_box p {
    margin: 0px;
}

.user_infor h4 {
    font-size: 22px;
    font-weight: bold;
}

.user_infor .user_box h5 {
    font-weight: bold;
    font-size: 18px;
    line-height: 1.5em;

}

.head_info .head_flex .right_head_icons img.user_img {
    width: 40px;
    height: 40px;
    cursor: pointer;
    border-radius: 10px;
}

.head_info .head_flex .right_head_icons img.t_icon {
    width: 30px;
    filter: brightness(0) invert(1);
    height: 30px;
}

.head_info .head_flex .right_head_icons {
    width: 200px;
    display: flex;
    align-items: center;
    column-gap: 20px;
    justify-content: flex-end;
}

.head_info .head_flex h3 {
    margin: 0px;
}

.head_info .head_flex {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.head_info {
    background: #fff;
    position: sticky;
    top: 0px;
    z-index: 2;
    padding: 20px;
    background: #FFFFFF;
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.05);

}

.head_info.with_full_user {
    border-radius: 0px 0px 30px 30px;
    margin-bottom: -30px;
    padding-bottom: 35px;
}

a.btn_secondary {
    font-weight: 600;
    font-size: 14px;
    background: var(--light-color);
    padding: 5px 20px;
    border-radius: 10px;
}

.head_bottom p {
    margin-bottom: 0px;
    font-size: 14px;
}

.head_bottom h4 {
    margin: 0px;
}

.head_bottom {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 20px;
}

.user_box_section {
    background: var(--light-color);
    padding: 0px 0px;
}

.user_infor .user_box div {
    width: 100%;
}

.user_infor .user_box {
    display: flex;
    align-items: center;
    text-align: left;
    width: 100%;
}

.justify_right {
    justify-content: flex-end;
    text-align: right;
}

.bg_white {
    background: #fff !important;
}

.w_sec_a {
    display: flex;
    text-align: left;
    justify-content: space-between;
    align-items: center;
}

.user_infor .u_boxes .u_box i {
    min-width: 50px;
    height: 50px;
    font-size: 18px;
    background: #fff;
    margin-right: 10px;
    border-radius: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--main-color);
}

.user_infor .u_boxes .u_box {
    display: flex;
    justify-content: flex-start;
    padding: 10px;
    align-items: center;
    text-align: center;
    background: var(--main-color);
    color: #fff;
    margin: 10px;
    border-radius: 0px;
    width: calc(50% - 20px);
}

.user_infor .u_boxes {
    display: flex;
    flex-wrap: wrap;
    max-width: 500px;
}

.user_infor {
    width: 100%;
    display: flex;
    justify-content: center;
}

.logo_head {
    width: 140px;
    display: block;
    padding: 15px 0px;
    filter: brightness(0) invert(1);
}

.logo_head_left {
    width: 150px;
    display: block;
    padding: 15px 0px;

}


.logo_head_mobile {
    width: 80px;
    display: block;
    padding: 5px 0px;

}

.icon_logo_head_mobile {
    width: 30px;
    display: block;
    padding: 5px 0px;
    float:left;
    margin:-7px 5px 5px 5px;

}


.passes_box {
    background: #fff;
}

.parking_passes_avalible {
    text-align: center;
    padding: 15px 30px;
    box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.10);

    margin: 0 auto;
    border-radius: 20px;
}

.passes_avalible_a {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 15px 0px;
}

.parking_passes_avalible.wallet_section {
    border-radius: 0px;
    box-shadow: none;
    padding: 10px;

}

.passes_avalible.wallet_section h4 {
    font-size: 30px;
}

.passes_avalible.wallet_section {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.passes_avalible {
    text-align: center;
}

.m_l_10 {
    margin-left: 10px;
}

.passes_avalible h3 span {
    display: inline-block;
    font-size: 14px;
    font-weight: 400;
    color: #000;
    opacity: 0.5;
}

.passes_avalible h3 {
    color: var(--main-color);
    font-size: 40px;
    margin: 10px 0px;
}

.passes_avalible h4 {
    font-size: 16px;
    font-weight: bold;
}

.btn-all:hover,
.btn-all:focus {
    background: var(--dark-color);
    color: #fff;
}

.btn-all {
    display: inline-block;
    padding: 10px 30px;
    border: 1px solid #ddd;
    font-size: 16px;
    background: var(--main-color);
    color: #fff;
    border-radius: 10px;
    font-weight: bold;
    box-shadow: 0px 5px 10px rgba(217, 0, 86, 0.2);
}

.m_r_10 {
    margin-right: 10px;
}


.btn-secondary2 {
    display: inline-block;
    padding: 10px 30px;
    border: 1px solid var(--light-color);
    font-size: 16px;
    background: var(--light-color);
    color: var(--main-color);
    border-radius: 10px;
    font-weight: bold;
    box-shadow: 0px 5px 10px rgba(217, 0, 86, 0.01);
}

.car_box .c_box {
    padding: 10px;
}

.car_box h4 {
    font-weight: bold;
    margin: 0px;
    color: #fff;
}

.car_box p {
    margin: 0px;
}

.car_infor_boxes {
    font-size: 16px;
}

.car_infor_boxes h5 {
    font-size: 18px;
}

.bottom_info {
    padding-bottom: 40px;
}

.car_box {
    background: var(--main-color);
    color: #fff;
    padding: 20px;
    text-align: center;
}

.info_box {
    display: flex;
    padding: 10px 30;
}

.info_box .list_box:first-child {
    border-left: none;
}

.date_pickers .d_flex {
    display: flex;
    align-items: center;
}

.bottom_info {
    text-align: center;
    max-width: 400px;
    margin: 0 auto;
}

.date_pickers .date_picker {
    width: 100%;
    padding: 10px;
    text-align: left;
}

.date_pickers {
    display: none;
}

.list_box.subscription_box input,
.list_box.subscription_box select {
    border: none;
    outline: none;
    box-shadow: none;
    border-bottom: 1px solid #ddd;
    width: 100%;
    padding: 15px;
    background: none;
}

.info_box .list_box {
    padding: 20px;
    padding: 20px;
    display: flex;
    flex-direction: column;
    font-size: 14px;
    line-height: 1.3em;
    text-align: center;
    border-left: 1px solid #ddd;
    justify-content: center;

    width: 100%;

}

.bottom_info {
    text-align: center;
}

.parking_rates_box p {
    font-size: 30px;
}

a.close_modal {
    padding: 10px;
    position: absolute;
    right: 0px;
}

a.download_modal {
    position: absolute;
    right: 50px;
}

.car_box .c_box {
    width: 100%;
}

.car_box {
    display: flex;
}


footer.container-fluid p {
    margin: 0px;
}

footer.container-fluid {
    text-align: center;
    background: var(--main-color);
    color: #fff;
    padding: 20px;
}

.parking_list_section .parking_listing {
    display: flex;
    flex-wrap: wrap;
}

.parking_list_section {
    background: #fafafa;
    padding: 60px 0px;
}

.parking_list_box .stars {
    color: var(--main-color)
}

.parking_list_box h4 {
    margin: 0px;
}

span.show-more-less-handler {
    font-weight: 500;
    color: var(--main-color);
}

.parking_list_box {
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1);
    border-radius: 10px;
    padding: 20px;
    background: #fff;
    max-width: 100%;
    margin: 10px;
    cursor: pointer;

    display: flex;
    text-align: left;
    transition: all 0.2s ease-in-out;
    align-items: flex-start;
}

.modal_boxes .parking_list_box {
    width: 100%;
}

.bottom_price .parice_p {
    text-align: right;
}

.bottom_price .parice_p img{
    width: 17px;
    height: 17px;
}

.parking_list_box p {
    /*color: #b3b3b3;*/
    margin: 0px;
}

.bottom_price {
    display: flex;
    justify-content: space-between;
    font-size: 14px;
}

.flex_column_dir {
    flex-direction: column;
}

.text-left {
    text-align: left !important;
}

.tab_title a:last-child {
    border-radius: 0px 50px 50px 0px;
}

.tab_title a:first-child {
    border-radius: 50px 0px 0px 50px;
}

.tab_title a:hover {
    background: var(--dark-color);
    border-color: var(--dark-color);
}

.tab_title a.active {
    background: #fff;
    color: var(--main-color);
    pointer-events: none;
}

.tab_title a {
    padding: 10px 30px;
    background: var(--main-color);
    color: #fff;
    font-weight: 600;
    font-size: 16px;
    text-transform: uppercase;
    border: 1px solid var(--main-color)
}

.tab_body.active {
    display: block;
}

.tab_body {
    display: none;
}

.tab_title {
    justify-content: center;
    display: flex;
    align-items: center;
}

.map_parking_section {
    width: 100%;
    height: calc(100vh - 65px);
    background:#FFF;
}

.map_parking_section {
    position: relative;
}

.bottom_price .location i {
    color: var(--main-color);
    background: var(--light-color);
    width: 20px;
    height: 20px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 3px;
}


#btn_download label{
    cursor: pointer;
}

/* Page Header. Layout */

.desktop_show {
    display: block;

}

.desktop_show .head_info {
    background:#FFF;
    padding: 20px;
    border-bottom:1px solid;
    border-color:#efefef;
}

.desktop_show .head_info .head_flex .menu_icon {
    width: 20px;
    height:25px;
    margin:0 20px 0 0;
}


/* Page Header. Layout Change Mobile View */

@media screen and (max-width: 990px) {


    .desktop_show .head_info .head_flex .right_head_icons img.user_img {
        height: 25px;
        object-fit: contain;
        width: 25px;
    }


    .desktop_show  .full_width_map {
        height: 100%;
    }


    .desktop_show  .parking_boxes {
        bottom: 0px;
    }

    .desktop_show  .owl-carousel .parking_list_box h4 {

        margin: 0px;
        font-weight: 600;
        margin-bottom: 5px;
    }

    .desktop_show  .owl-carousel .parking_list_box p {
        font-size: 13px;
        color: #b3b3b3;
        margin: 0px;
    }

    .desktop_show  .owl-carousel .parking_list_box .bottom_price {
        font-size: 12px;
    }



    .desktop_show .owl-carousel .parking_list_box img.parking_thumb {
        margin-right: 12px;
        width: 60px;
        height: 60px;
    }

    .desktop_show .owl-carousel .parking_list_box {
        max-width: 360px;
        box-shadow: 0px 0px 10px rgb(0 0 0 / 10%);
        border-radius: 10px;
        padding: 10px;
    }


}
/* End. Layout Change Mobile View */

/* END .Page Header. Layout */



.short_term {
    background: var(--main-color);
    padding: 0px;
}

.full_width_map {
    width: 100%;
    height: 100%;
    border: none;
    filter: grayscale(1);
    display: block;
}

.parking_boxes {
    position: absolute;
    bottom: 100px;
    left: 0px;
    margin-top:-50px;
}

.map_parking_section.search_section {
    background-color: #fff;
}

.owl-carousel .owl-nav .owl-prev,
.owl-carousel .owl-nav .owl-next {
    position: absolute;
    top: 0px;
    bottom: 0px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #d60055;
    color: #fff;
    width: 40px;
    height: 40px;
    margin: auto;
    font-size: 25px;
}

.owl-carousel .owl-nav .owl-next {
    left: auto;
    right: 0px;
}

.bottom_tabs a img {
    width: 30px;
    opacity: 1;
}

.menu_center_icon{

    width: 60px;
    height: 50px;
    background: #d60055;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    margin: -70px 18px 0px 10px;
    box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.1);
}


.menu_center_icon img{

    height:30px;
    width:50px;

}



.bottom_tabs {
    max-width: 700px;
    margin: auto;
    display: flex;
    align-items: center;
    justify-content: space-between;
    background: #fff;
    border-radius: 50px;
    z-index: 2;
    padding: 10px 40px;
    margin-top: 10px;
    position: fixed;
    bottom: 10px;
    left: 0px;
    right: 0px;
    box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.1);
}



.home .bottom_tabs {
    position: relative;
    margin-top: 40px;
}

.side_menu .side_menu_head .user_img {
    width: 70px;
    height: 70px;
    background: 50%;
    text-align: center;
    border-radius: 20px;
}

.side_menu .side_menu_head h4 {
    margin-bottom: 0px;
}

.side_menu .side_menu_head {
    border-bottom: 1px solid #ddd;
    margin-bottom: 20px;
    padding: 20px 0px;
}

.side_menu_body ul li a img {
    width: 20px;
    height: 20px;
    margin-right: 10px;
    object-fit: contain;
}

.side_menu_body ul li a {
    padding: 12px 0px;
    display: flex;
    align-items: center;
    color: #000;
    opacity: 0.8;
}

.side_menu_body ul {
    list-style-type: none;
    margin: 0px;
    padding: 0px;
}

.side_menu_overlay {
    display: none;
    position: fixed;
    top: 0px;
    bottom: 0px;
    left: 0px;
    right: 0px;
    background: rgba(0, 0, 0, 0.5);
    z-index: 3;
}

.side_menu.active {
    left: 0px;
}

.side_menu {
    position: fixed;
    background: #fff;
    top: 0px;
    left: -300px;
    bottom: 0px;
    z-index: 4;
    padding: 30px;
    transition: all 0.5s ease-in-out;
    width: 240px;
    overflow-y: auto;
}

.parking_list_box img.qr_code_i {
    width: 100%;
    max-width: 250px;
    margin: 0 auto;
    display: block;
}

.parking_list_box img.parking_thumb {
    width: 80px;
    height: 80px;
    object-fit: cover;
    border-radius: 10px;
    margin-right: 20px;
}

.parking_list_box img.parking_image {
    width: 100%;
    height: 120px;
    object-fit: cover;
    border-radius: 10px;
}

.modal_boxes .parking_list_box h4 {
    margin-top: 0px;
}

.modal_boxes .parking_list_box .qr_scan i.fa.fa-angle-up {
    float: right;
    font-size: 35px;
    cursor: pointer;
    color: var(--main-color);
}

.modal_boxes .parking_list_box.open i.fa.fa-caret-down {
    transform: rotate(180deg);
}

.modal_boxes .parking_list_box i.fa.fa-caret-down {
    float: right;
}

.modal_boxes .parking_list_box .qr_scan {
    display: none;
}
.modal_boxes .parking_list_box .pass_details {
    display: none;
}

.modal_boxes .parking_list_box.open .pass_details {
    display: block;
}

.modal_boxes .purchased_pass.open .qr_scan {
    display: block;
    margin-left: -100px;
    width: calc(100% + 100px);
}
.modal_boxes .show_only_id.open .qr_scan {
    display: block;
    /* margin-left: -100px;
    width: calc(100% + 100px); */
}

.modal_boxes .parking_list_box.open .qr_scan p {
    line-height: 1.3em;
}

.modal_boxes .parking_list_box.open img.parking_thumb {
    display: block;
}

.modal_boxes .parking_list_box.open {
    width: 100%;
}

.owl-carousel .parking_list_box {
    max-width: 420px;
}

.parking_list_box div {
    width: 100%;
}

.modal_boxes {
    display: flex;
    flex-wrap: wrap;
    /*padding: 50px;*/
}

.modal-body .modal_boxes {
    display: flex;
    flex-wrap: wrap;
    padding: 50px;
}

.wallet_balance h2 {
    margin: 0px;
    color: var(--main-color);
    font-size: 40px;
}

.wallet_balance {
    background: #fff;
    box-shadow: 0px 0px 30px rgba(0, 0, 0, 0.2);
    margin-top: 20px;
    padding: 20px;
    border-radius: 10px;
    text-align:center;
}

.parking_points {
    display: flex;
    margin-top: 30px;
}

.parking_points_box p {
    margin-bottom: 0px;
}

.parking_points_box h3 {
    margin: 5px;
}

.parking_points_box img {
    width: 30px;
}

.parking_points_box {
    padding: 20px;
    margin: 15px;
    background: #fff;
    flex: 100%;
    box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.05);
}

.payment_card .add_new .add_new_card {
    width: 40px;
    height: 40px;
    background: var(--main-color);
    color: #fff;
    font-size: 24px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
}

.payment_card .card_info_box h5,
.payment_card .add_new h5 {
    font-weight: 400;
}

.wallet_section_modal hr {
    opacity: 0;
}

.payment_card .card_info_box,
.payment_card .add_new {
    text-align: left;
    box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.05);
    display: flex;
    margin: 15px;
    padding: 15px 20px;
    align-items: center;
    border-radius: 10px;
    justify-content: space-between;
}

.payment_card .card_info_box img {
    width: 40px;
    margin-right: 20px;
}

.payment_card .card_info_box div p {
    margin: 0px;
    font-size: 14px;
    color: #b8b8b8
}

.payment_card .card_info_box div h5 {
    opacity: 0.9;
}

.payment_card .card_info_box.green h2 {
    color: #3CCF4E;
}

.payment_card .card_info_box .pink_w_info {
    width: 100%;
    position: relative;
}

.payment_card .card_info_box h2 {
    margin: 0px;
    font-size: 16px;
    font-weight: 500;

}
.credit_card_box input {
    width: 100%;
    padding: 15px 20px;
    border-radius: 5px;
    border: 1px solid #eeeeee;
    box-shadow: 0px 0px 20px rgba(0,0,0,0.05);
    font-size: 16px;
    outline: none;
}
.credit_card_box  label
{
    min-width: 100px;
    margin: 0px;
}
.credit_card_box .credit_field p{
    margin: 0px;
    font-size: 13px;
    opacity: 0.5;
}
.credit_card_box .credit_field{
    margin: 10px 0px;
}
.credit_card_box .e_date{
    display: flex;
    align-items: center;
    column-gap: 15px;
}
.credit_card_box .card_number {
    position: relative;
}
.credit_card_box img.success_icon {
    position: absolute;
    top: 0px;
    right: 15px;
    width: 20px;
    height: 100%;
    display: none;
}
.credit_card_box .card_number input
{
    padding: 15px 65px;
}
.section_sucess_summary h3.text-center
{
    justify-content: center;
}
.credit_card_box img.c_img {
    width: 30px;
    position: absolute;
    top: 0px;
    left: 20px;
    object-fit: contain;
    height: 100%;
}
.payment_card .card_info_box i.fa.fa-check-circle {
    position: absolute;
    right: 0px;
    top: 0px;
    color: #3CCF4E;
}

.payment_card .card_info_box .pink_w_img img {
    margin: 0px;
    width: 25px;
}

.payment_card .card_info_box .pink_bottom {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.payment_card .card_info_box .pink_w_img {
    background: var(--main-color);
    min-width: 40px;
    height: 40px;
    margin-right: 15px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 10px;
}

.payment_card .card_info_box {
    justify-content: flex-start;
    position: relative;
}

.payment_card h4 {
    margin-bottom: 15px;
}

.payment_card h3 {
    display: flex;
    justify-content: space-between;
    margin: 15px;
    align-items: center;
}

.payment_card {
    padding: 0px 30px;

}

a.back_to_head {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    color: #000;
    font-size: 30px;
    border-radius: 0px;
    margin-right: 10px;
}

.swal2-html-container h4 {
    font-size: 35px;
    margin-top: 30px;
}

.swal2-html-container p {
    font-size: 14px;
    opacity: 0.7;
}

.section_sucess_summary {
    padding: 40px;

    display: none;
}

.success_listing .s_list.total h5 {
    font-weight: bold;
}

.success_listing h4 {
    font-weight: 500;
    margin: 0px;
    font-size: 16px;
}

.success_listing h5 {
    font-weight: 400;
    margin: 0px;
}

.success_listing {
    width: 100%;
    max-width: 400px;
    margin: 10px auto;
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1);
    border-radius: 10px;
    padding: 15px;
    margin-top: 20px;
}

.success_listing .s_list.total {
    border-top: 1px solid #ddd;
}

.success_listing .s_list {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 15px;

}

.swal2-styled.swal2-default-outline:focus {
    box-shadow: 0 0 0 3px #d6005530 !important;
}

.search_box i {
    position: absolute;
    right: 20px;
    top: 0px;
    bottom: 0px;
    display: flex;
    align-items: center;
}

.search_box input:focus,
.search_box input {
    border: none;
    outline: none;
    box-shadow: none;
    background: none;
    height: auto;
    padding: 20px;
}

.search_box {
    position: absolute;
    top: 15px;
    left: 0px;
    max-width: 400px;
    width: 100%;
    margin: 0 auto;
    right: 0px;
    background: #fff;
    overflow: hidden;
    border-radius: 10px;
    box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.1);
}

section.map_parking_section.search_section .search_box {
    position: relative;
    margin: 20px auto;
    border: 1px solid #ddd;
}

.parking_boxes.parking_lists h4.title_s {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin: 10px;
}

.parking_boxes .parking_lists .parking_list_box {
    /*	flex: calc(33% - 30px);
            width: 100%;*/
    margin: 15px;
    float:left;
}

/*.parking_boxes.parking_lists .parking_list_box {
        align-items: center;
        padding: 20px;
}*/

.parking_boxes.parking_lists {
    align-items: center;
    padding: 20px;
}

.parking_list_box.purchased_pass {
    align-items: center;
    padding: 20px;
}
.parking_list_box.purchased_pass.open {
    padding: 20px;
    align-items: normal;
}

.parking_boxes.parking_lists .parking_list_box p,
.parking_boxes.parking_lists .parking_list_box h4 {

    margin: 0px;
}

.parking_boxes.parking_lists {
    position: relative;
    max-width: 1170px;
    margin: 0 auto;
    /*display: flex;*/
    bottom: 0px;
    top: 0px;
    flex-wrap: wrap;
    padding: 60px 0px;    
}

.map_box_section {
    position: relative;
}

.wallet_section_m_p {
    max-width: 1170px;
    width: 100%;
    padding: 60px 10px;
    text-align: center;
    margin: 0 auto;
    margin-top:20px;
}

.wallet_section_m_p .wallet_section_modal .side_bar_wallet {
    flex: 50%;
}

.wallet_section_m_p .wallet_section_modal .main_model {
    flex: 50%;
}

.wallet_section_m_p .wallet_head,
.wallet_section_m_p .section_sucess_summary {
    position: sticky;
    top: 100px;
}

.wallet_section_m_p .wallet_section_modal {
    display: flex;
}

.input_btns input {
    border: none;
    box-shadow: none;
    text-align: center;
    font-size: 40px;
    color: #000;
    max-width: 200px;
    font-weight: 700;
}

.payment_boxes {
    font-size: 20px;
    font-weight: 600;
    display: flex;
    flex-wrap: wrap;
    column-gap: 10px;
    row-gap: 10px;
    padding: 40px;
}
.mobile_show .head_info .head_flex .right_head_icons img.user_img {
    height: 25px;
    object-fit: contain;
    width: 25px;
}
.payment_boxes a:hover,
.payment_boxes a.active {
    background: var(--main-color);
    color: #fff;
}
.payment_boxes a:hover p,
.payment_boxes a.active p
{
    color: #fff;
}
.topup_values.p40 p {
    color: #B3B3B3;

}

.payment_boxes a p {
    font-weight: 400;
    font-size: 14px;
    margin: 0px;
    color: #aaa;
}
.payment_boxes a {
    flex: 20%;
    background: #f1f1f1;
    color: #333;
    height: 100px;
    display: flex;
    border-radius: 10px;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    line-height: 1em;
    font-size: 20px;
}

.input_btns {
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 30px 0px 0px;
}

.rangeslider--horizontal {
    max-width: 440px;
    margin: 20px auto;
}

.input_btns a img {
    min-width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 25px;
    border-radius: 10px;
}

.rangeslider--horizontal .rangeslider__fill {
    box-shadow: none;
    background: var(--main-color);
}

.rangeslider--horizontal .rangeslider__handle:after {
    opacity: 0;
}

.rangeslider--horizontal .rangeslider__handle {
    width: 20px;
    height: 20px;
    border: 3px solid var(--main-color);
    top: -9px;
    background: #fff;
    box-shadow: none;
}

.rangeslider--horizontal {
    height: 3px;
    width: 100%;
    box-shadow: none;
}

.modal_details .parking_list_box {
    box-shadow: none;
    margin: 0px;
    max-width: 100%;
    width: 100%;
    padding: 30px 0px;
}

.parking_time_boxes p,
.parking_time_boxes h4 {
    margin: 0px;
}

.parking_time_boxes {
    display: flex;
    column-gap: 10px;

}

.parking_time_boxes a.active h4,
.parking_time_boxes a:hover h4 {

    color: #fff;
}

.parking_time_boxes a.active,
.parking_time_boxes a:hover {
    background: var(--main-color);
    color: #fff;
}

.parking_time_boxes a {
    background: var(--light-color);
    border-radius: 10px;
    color: var(--body-color);
    flex: 100%;
    padding: 15px;
}

.modal_details .direction_btns {
    text-align: center;

}

.modal_details .direction_btns a {
    padding: 10px 12px;
    margin: 3px;
    font-weight: 400;
}

.modal_details {
    text-align: left;
    padding: 30px;
    font-size: 14px;
}



.mobile_show .full_width_map {
    height: 100%;
}

.head_info.with_full_user .search_box {
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1);
    max-width: 320px;
    z-index: 2;
    position: relative;
    margin-bottom: -40px;

}

.search_box input:focus,
.search_box input {
    padding: 12px 20px;
}

.mobile_show .parking_boxes {
    bottom: 0px;
}

.mobile_show .owl-carousel .parking_list_box h4 {

    margin: 0px;
    font-weight: 600;
    margin-bottom: 5px;
}

.mobile_show .owl-carousel .parking_list_box p {
    font-size: 13px;
    color: #b3b3b3;
    margin: 0px;
}

.mobile_show .owl-carousel .parking_list_box .bottom_price {
    font-size: 12px;
}

.parking_list_box .bottom_price div {
    width: auto;
}

.mobile_show .owl-carousel .parking_list_box img.parking_thumb {
    margin-right: 12px;
    width: 60px;
    height: 60px;
}

.mobile_show .owl-carousel .parking_list_box {
    max-width: 360px;
    box-shadow: 0px 0px 10px rgb(0 0 0 / 10%);
    border-radius: 10px;
    padding: 10px;
}

.facility_mobile_box {
    position: absolute;
    top: 75px;
    left: 10px;
    right: 10px;
    background: #fff;
    border-radius: 10px;
    max-width: 320px;
    margin: auto;
    padding: 10px 20px;
    z-index: 1;
    display: flex;
}

.top_up_mobile_box {
    position: absolute;
    top: 140px;
    /*top: 75px;*/
    left: 10px;
    right: 10px;
    background: #fff;
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1);
    border-radius: 10px;
    max-width: 320px;
    margin: auto;
    padding: 10px 20px;
    z-index: 1
}


.top_up_mobile_box .wallet_balance_value{
    font-size:32px;
    font-weight:bold;
    color:#333;

}
.top_up_mobile_box .bottom_s p span {
    font-weight: bold;
    color: var(--main-color);
}

.top_up_mobile_box .bottom_s p {
    margin: 0px;
}

.top_up_mobile_box .bottom_s {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.top_up_mobile_box .top_s {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-bottom: 15px;
    margin-bottom: 15px;
    border-bottom: 1px solid #ddd;
}

.top_up_mobile_box .top_s .img_e {
    display: flex;
    align-items: center;
}

.top_up_mobile_box .top_s p {
    color: #B3B3B3;
    font-size: 12px;
}

.top_up_mobile_box .top_s p,
.top_up_mobile_box .top_s .img_e h4 {
    margin: 0px;
}

.top_up_mobile_box .top_s .img_e span {
    /*background: var(--main-color);*/
    width: 35px;
    height: 35px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 10px;
    margin-right: 10px;
}

.payment_card .add_new img {
    width: 30px;
}

.section_sucess_summary h3 {
    display: flex;
    align-items: center;
}

.parking_boxes h3 {
    text-align: center;
    font-size: 25px;
}

@media screen and (min-width: 1440px) {
    .mobile_show{
        display:none;
    }

}

@media screen and (max-width: 1440px) {
}

@media screen and (max-width: 1200px) {
    .user_infor .u_boxes {
        flex-wrap: wrap;
        margin: 0 auto;
    }

    .modal_boxes .parking_list_box {
        width: 100%;
        max-width: 100%;
    }

    .parking_passes_avalible a {
        margin: 5px;
    }

    .passes_avalible_a {
        flex-direction: column;
        justify-content: center;
    }

    .user_infor .user_box img {
        width: 100px;
        height: 100px;
        border-radius: 50%;
    }

    .parking_list_section .parking_listing {
        justify-content: center;
    }

    .user_infor .u_boxes .u_box {
        width: calc(50% - 20px);
        flex-direction: column;
    }

    .user_infor .u_boxes .u_box i {
        width: auto;
        height: auto;
        background: none;
        color: #fff;
        margin: 0px;
    }

    .head_info .head_flex {
        justify-content: space-between;
    }

    .logo_head {
        padding: 10px;

    }

    .payment_card .card_info_box div p {
        position: relative;
        right: 0px;
        top: 0px;
        font-size: 12px;
        color: #b3b3b3;
        margin: 0px 0px;
        line-height: 1.2em;
    }

    .modal_boxes {
        /*padding: 50px 0px;*/
    }

    .parking_boxes.parking_lists {
        width: 100%;
        padding-top: 20px;
    }

}

@media screen and (min-width: 990px) {

    .modal_details .direction_btns a {
        width: 100%;
    }

    .modal_details {
        font-size: 16px;
    }

    .modal_details .direction_btns {
        display: flex;
        column-gap: 15px;
        /* justify-content: stretch; */
        /* width: 100%; */
    }

    .payment_card h3 img {
        width: 30px;
    }

}

@media screen and (max-width: 990px) {
    .payment_card h3 {
        margin: 20px 5px 0px;
    }

    .mobile_show {
        display: block;
    }

    .wallet_section_m_p {
        padding: 0px 0px 120px;
    }

    .wallet_balance {
        background: #fff;
        text-align:center;
        box-shadow: 0px 0px 30px rgba(0, 0, 0, 0.15);
        border-radius: 10px;
        padding:40px;
    }

    .wallet_balance p {
        color: #666;
        font-size: 18px;
        margin:10px 0 10px 0;
    }

    .wallet_balance h4 {
        font-weight: 400;
        font-size: 18px;
        margin-bottom: 0px;
    }

    .wallet_balance h2 {
        font-size: 46px;
        color: #000;
    }

    .mobile_popup_bottom .modal-dialog .modal-content .modal-body {
        max-height: 95vh;
        overflow-y: auto;
    }

    .mobile_popup_bottom .modal-dialog {
        width: 100%;
    }

    .head_info .head_flex .right_head_icons {
        width: 100px;
    }

    .head_info .head_flex .menu_icon {
        width: 20px;
        height:25px;
        margin:0 20px 0 0;
    }


    .head_info .head_flex .logo_icon {
        width: 30px;
        height:40px;

    }



    .wallet_section_m_p .wallet_head h3 {
        display: none;
    }

    .mobile_popup_bottom .modal-dialog .modal-content {
        box-shadow: none;
        border-radius: 30px 30px 0px 0px;
        border: none;
        overflow: hidden;
    }

    .mobile_popup_bottom .modal-dialog .modal-content:before {
        content: "";
        position: absolute;
        background: #ccc;
        right: 0px;
        width: 50px;
        margin: auto;
        left: 0px;
        top: 20px;
        height: 3px;
        z-index: 2;
    }

    .mobile_popup_bottom .modal-dialog .modal-content:after {
        content: "";
        position: absolute;
        top: 0px;
        left: 0px;
        height: 45px;
        background: #fff;
        width: 100%;
    }

    .modal_boxes {
        /*padding: 30px 20px;*/
    }
    
    .modal-body .modal_boxes {
        padding: 30px 20px;
    }

    .modal_boxes .parking_list_box {
        margin: 10px 0px;
    }

    /*.mobile_popup_bottom.normal_modal   .modal-dialog .modal-content 
    {
    border-radius: 0px 0px 0px 0px;
    }*/
    .mobile_popup_bottom .modal-dialog .close_modal {
        display: none;
    }

    .mobile_popup_bottom .modal-dialog {
        margin: 0px;
        overflow-y: auto;
        margin-top: auto;
        position: absolute;
        bottom: 0px;
        top: auto;
        -webkit-animation-duration: 1s;
        animation-duration: 1s;
        -webkit-animation-fill-mode: both;
        animation-fill-mode: both;
        -webkit-animation-name: slideInUp;
        animation-name: slideInUp;
    }

    .parking_boxes.parking_lists .parking_list_box {
        /*		flex: calc(50% - 30px);
                        max-width: 100%;*/
        margin: 10px;
    }

    section.map_parking_section.search_section {
        padding: 15px;
    }

    .wallet_section_m_p .wallet_section_modal {
        flex-direction: column;
    }

    .topup_values.p40 {
        padding: 20px !important;
    }

    .input_btns input {
        width: 100%;
        max-width: 100%;
    }

    .payment_boxes {
        padding: 30px 0px;
        font-size: 16px;
    }

    .payment_boxes a {
        height: 75px;
    }

    .topup_values.p40 h3 {
        text-align: left;
    }

    .section_sucess_summary {
        padding: 40px 20px;
    }

    .section_sucess_summary h3 {
        text-align: left;
        font-size: 18px;
    }

    footer.container-fluid {
        display: none;
    }

    .map_parking_section {
        height: calc(100vh - 122px);
    }
}

.btn-full-mob {
    width: 100%;
}


@media screen and (max-width: 767px) {
    .parking_boxes.parking_lists .parking_list_box {
        flex: 100%;
        max-width: 100%;
        margin: 10px 0px;
    }


    h4 {
        font-size: 16px;
    }

    .bottom_tabs {
        border-radius: 10px;
        margin-left: 3px;
        margin-right: 3px;
        background: url(../images/Subtract.png) top center / 100% 100% no-repeat;
        padding: 25px;
        column-gap: 20px;
        justify-content: center;
        box-shadow: none;
    }


    .bottom_tabs a{
        text-align:center;
        font-size:14px;
        margin:5px 0 0 0;
        color:#333;
    }

    .wallet_balance .btn-all {
        width: 100%;
    }

    .wallet_balance .parking_points_box p {
        font-size: 14px;
    }

    .wallet_balance .parking_points_box h3 {
        display: block;
        font-size: 16px;
        line-height: 14px;
    }

    .parking_points_box {
        background: #FFFFFF;
        box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1);
        border-radius: 10px;
        margin: 10px;
        padding: 15px 10px;
    }

    .wallet_balance .parking_points {
        margin-top: 30px;
    }

    .wallet_section_m_p .wallet_section_modal .side_bar_wallet h3 {
        text-align: left;
        font-size: 16px;
    }

    .payment_card .card_info_box,
    .payment_card .add_new {
        margin: 15px 0px;
    }


    .payment_card {
        padding: 0px 20px;
        margin-bottom: 150px;
    }

    .section_sucess_summary .wallet_balance,
    .section_sucess_summary .payment_card {
        padding: 0px 0px;
    }

    .logo_head {
        margin-bottom: 0px;
    }

    .bottom_info {
        padding: 0px 25px 25px;
    }

    .car_box {
        flex-wrap: wrap;
        text-align: left;
    }

    .info_box .list_box {
        border: none;
        border-bottom: 1px solid #ddd;
    }

    .date_pickers .d_flex {
        flex-direction: column;
        padding: 20px;
        background: var(--light-color);
    }

    .info_box {
        flex-direction: column;
    }

    .passes_avalible_a a {
        width: 48%;
        text-align: center;
        border-radius: 0px;
    }

    .tab_title a {
        padding: 10px 15px;
        border-radius: 0px !important;
        font-size: 14px;
    }

    .parking_list_section {
        padding: 40px 0px;
    }

    .parking_passes_avalible {
        border-radius: 0px;
        margin-top: 15px;
        padding: 15px;
    }

    .user_box_section {
        background: var(--light-color);
        padding: 30px 0px;
        display: none;

    }

    .parking_list_box {
        padding: 10px 20px;
        max-width: 400px;
    }



    .bottom_tabs a img {
        width: 25px;
    }

    .login_section {
        padding: 0px 0px;
    }

    .form_s input,
    .form_s select {
        font-size: 14px;
    }

    .form_s .two_input_together select {
        padding-right: 10px;
        /*max-width: 65px;*/

        padding-left: 10px;
    }

    .modal-body .login_section.otp {
        padding: 0px;
        min-height: 100vh;
    }

    .info_box .list_box {
        flex-direction: revert;
        justify-content: space-between;
    }

    .info_box .list_box h5 {
        width: 140px;
        min-width: 140px;
        margin: 0px;
        font-size: 16px;
        text-align: left;
    }

    .car_infor_boxes h5,
    .parking_list_section .parking_listing h4 {
        font-size: 16px;
    }

    .car_box h4 {
        font-size: 14px;
    }

    .list_box.subscription_box {
        margin-top: 30px;
    }

    .car_box .c_box {
        width: 50%;
    }

    .info_box .list_box p {
        text-align: right;
        margin: 0px;
    }

    img.qr_code_img {
        max-width: 250px;
    }

    .m_t_10 {
        margin-top: 5px !important;
    }

    .m_t_20 {
        margin-top: 10px !important;
    }

    .m_t_30 {
        margin-top: 15px !important;
    }

    .m_t_40 {
        margin-top: 20px !important;
    }

    .m_t_50 {
        margin-top: 25px !important;
    }

    .m_t_60 {
        margin-top: 30px !important;
    }

    .m_t_70 {
        margin-top: 35px !important;
    }

    .m_t_80 {
        margin-top: 40px !important;
    }

    .m_t_90 {
        margin-top: 45px !important;
    }

    .m_t_100 {
        margin-top: 50px !important;
    }

    .m_b_10 {
        margin-bottom: 5px !important;
    }

    .m_b_20 {
        margin-bottom: 10px !important;
    }

    .m_b_30 {
        margin-bottom: 15px !important;
    }

    .m_b_40 {
        margin-bottom: 20px !important;
    }

    .m_b_50 {
        margin-bottom: 25px !important;
    }

    .m_b_60 {
        margin-bottom: 30px !important;
    }

    .m_b_70 {
        margin-bottom: 35px !important;
    }

    .m_b_80 {
        margin-bottom: 40px !important;
    }

    .m_b_90 {
        margin-bottom: 45px !important;
    }

    .m_b_100 {
        margin-bottom: 50px !important;
    }

    .p_t_10 {
        padding-top: 5px !important;
    }

    .p_t_20 {
        padding-top: 10px !important;
    }

    .p_t_30 {
        padding-top: 15px !important;
    }

    .p_t_40 {
        padding-top: 20px !important;
    }

    .p_t_50 {
        padding-top: 25px !important;
    }

    .p_t_60 {
        padding-top: 30px !important;
    }

    .p_t_70 {
        padding-top: 35px !important;
    }

    .p_t_80 {
        padding-top: 40px !important;
    }

    .p_t_90 {
        padding-top: 45px !important;
    }

    .p_t_100 {
        padding-top: 50px !important;
    }

    .p_b_10 {
        padding-bottom: 5px !important;
    }

    .p_b_20 {
        padding-bottom: 15px !important;
    }

    .p_b_30 {
        padding-bottom: 30px !important;
    }

    .p_b_40 {
        padding-bottom: 20px !important;
    }

    .p_b_50 {
        padding-bottom: 25px !important;
    }

    .p_b_60 {
        padding-bottom: 30px !important;
    }

    .p_b_70 {
        padding-bottom: 35px !important;
    }

    .p_b_80 {
        padding-bottom: 40px !important;
    }

    .p_b_90 {
        padding-bottom: 45px !important;
    }

    .p_b_100 {
        padding-bottom: 50px !important;
    }

}

.mada_button{

    cursor:pointer;

}

.PageNotFound{
    margin:100px auto auto auto;
    text-align:center;
    color:#999;
}

.payment_method_button {
    height:45px;
    width:120px;
}

.payment_status{
    height:100px;
    width:100px;
    margin:20px;
}

.spinner_paymentpage{
    height:120px;
    width:120px;
    margin:auto;
    padding:20px;
}

@media screen and (max-width: 480px) {

    .full_width_map{
        display:none
    }

}

#div-success-image
{
    text-align: center;
}
#error-div
{
    /*text-align: center;*/
    color: #a94442;
    font-size: 16px;
    font-weight: 700;
}

.wallet_section_m_p {
    text-align: left;
    margin-top: 40px;
}
.form_s .two_input_together input,.form_s .two_input_together select{
    background: #fff;
    border: 1px solid #ccc;
    border-radius: 4px;
    padding: 6px 12px;
}

.add_vehicle_plate{
    width:100%;
    height:auto;
    margin:20px 0 40px 0;
}
#display-div{
    margin-top: 20px;
    text-align: left;
}
#qrcode-div {
    text-align: center;

}
/* Static Parking Pass */

.static_parking_pass{
    padding:40px;
    max-width:400px;
    margin:0 auto 0 auto;
}

.static_parking_pass h4{
    color:#666;
}

.static_parking_pass .button{
    width:100%;
    display: inline-block;
    padding: 10px 30px;
    border: 1px solid #ddd;
    font-size: 16px;
    background: #FFF;
    color: #333;
    border-radius: 10px;
    font-weight: bold;
    text-align:left;
    margin:0 0 20px 0 ;
    line-height:90%;
}

.static_parking_pass .button img{
    float:left;
    height:48px;
    width:48px;
    margin:5px 10px 0 10px;
}



/* End . Static Parking Pass */

