/* ----------------------------------------------------------------
	Custom CSS
-----------------------------------------------------------------*/

body {
    /*background-color: #fff;*/
}

@media (max-width: 992px) {
    body {
        /*background-color: #F2F2F2;*/
        /*margin-bottom: 125px;*/ /*Hide the footer buttons*/
        margin-bottom: 71px;
    }
}

.app-logo {
    height: 40px;
}

@media (max-width: 991px) {

    .app-logo {
        height: 30px;
    }
}

.d-inline {
    display: inline-block;
}

.pl_50 {
    padding-left: 50px;
}

.pt_40 {
    padding-top: 40px;
}

.pb_200 {
    padding-bottom: 200px;
}

.pb_250 {
    padding-bottom: 250px;
}

.pb_50 {
    padding-bottom: 50px;
}

.ml_2 {
    margin-left: 2px;
}

.mt_20 {
    margin-top: 20px !important;
}

.mt_30 {
    margin-top: 30px !important;
}

.mt_40 {
    margin-top: 40px !important;
}

.mt_50 {
    margin-top: 50px !important;
}

.mt_80 {
    margin-top: 80px !important;
}

.mt_100 {
    margin-top: 100px !important;
}

.mt_120 {
    margin-top: 120px !important;
}

.mb_50 {
    margin-bottom: 50px !important;
}

.mb_100 {
    margin-bottom: 100px !important;
}

.f_size_10 {
    font-size: 10px !important;
}

.f_size_11 {
    font-size: 11px !important;
}

.f_size_12 {
    font-size: 12px !important;
}

.f_size_13 {
    font-size: 13px !important;
}

.f_size_14 {
    font-size: 14px !important;
}

.f_size_16 {
    font-size: 16px !important;
}

.f_size_18 {
    font-size: 18px !important;
}

.f_size_20 {
    font-size: 20px !important;
}

.f_size_24 {
    font-size: 24px !important;
}

.f_size_26 {
    font-size: 26px !important;
}

.f_size_50 {
    font-size: 50px !important;
}

.l_height16 {
    line-height: 16px;
}

.l_height18 {
    line-height: 18px;
}

.l_height20 {
    line-height: 20px;
}

.l_height22 {
    line-height: 22px;
}

.l_height26 {
    line-height: 26px;
}

.t_color_primary {
    color: #e62237 !important;
}

.t_color_secondary {
    color: #d6182d !important;
}

.t_color_white {
    color: #fff !important;
}

.t_color_grey {
    color: #ccc !important;
}

.t_color_blue {
    color: #0088cc !important;
}

.t_color_yellow {
    color: #F9B900 !important;
}

.t_color_black {
    color: #13110c !important;
}

.t_color_black2 {
    color: #484848 !important;
}

.t_color_black3 {
    color: #000 !important;
}

.t_color_grey1 {
    color: #ADABAC !important;
}

.t_color_grey2 {
    color: #909090 !important;
}

.text-muted1 {
    color: #ccc !important;
}

.text-muted2 {
    color: #aaa !important;
}

.text-muted3 {
    color: #677294 !important;
}

.text-error {
    color: #721c24 !important;
}

.bg_color_primary {
    background-color: #e62237 !important;
}

.bg_color_secondary {
    background-color: #f7f7f7 !important;
}

.bg_color_light {
    background-color: #fafafa !important;
}

.bg_color_white {
    background-color: #fff !important;
}

.bg_color_black {
    background-color: #13110c !important;
}

.bg_color_grey {
    background-color: #f8f8f9 !important;
}

.bg_color_transparent {
    background-color: transparent !important;
}

/**************************************************************************************************************************/
/** Image placeholder **/
/**************************************************************************************************************************/
.img_placeholder {
    object-fit: contain !important;
    border-radius: 10px !important;
    background: #fbfbfb !important;
}

/**************************************************************************************************************************/
/** H1 - h6 **/
/**************************************************************************************************************************/
h1, h2, h3, h4, h5, h6 {
    color: #000;
}

/**************************************************************************************************************************/
/** Font-weight**/
/**************************************************************************************************************************/
.f_700 {
    font-weight: 700 !important;
}

.f_600 {
    font-weight: 600 !important;
}

.f_500 {
    font-weight: 500 !important;
}

.f_400 {
    font-weight: 400 !important;
}

.f_300 {
    font-weight: 300 !important;
}

/**************************************************************************************************************************/
/** Button **/
/**************************************************************************************************************************/
.btn.btn-border {
    color: #E72236;
    border-color: #E72236;
}

.btn i {
    font-size: 80%;
}

/**************************************************************************************************************************/
/** Badge **/
/**************************************************************************************************************************/
.badge.badge-default {
    color: #212529;
    background-color: #ccc;
}

/**************************************************************************************************************************/
/** Width **/
/**************************************************************************************************************************/
.width_85 {
    width: 85px !important;
}

/**************************************************************************************************************************/
/** Ul **/
/**************************************************************************************************************************/
ul.list-unstyled {
    padding-left: 20px;
}

ul.list-unstyled li {
    list-style: none;
}

/**************************************************************************************************************************/
/** Label **/
/**************************************************************************************************************************/
label.error {
    margin-bottom: .5rem;
    color: #721c24 !important;
    width: 100%;
    font-size: 12px;
}

.label {
    display: inline;
    padding: .2em .6em .3em;
    font-size: 75%;
    font-weight: bold;
    line-height: 1;
    text-align: center;
    white-space: nowrap;
    vertical-align: baseline;
    border-radius: .25em;
}

.label-default {
    background: #ebebeb;
    color: #777;
}

.label-sm {
    font-size: 50%;
}

.label-primary {
    background: #CCC;
    color: #FFF;
}

.label-success {
    background: #47a447;
    color: #FFF;
}

.label-warning {
    background: #ed9c28;
    color: #FFF;
}

.label-danger {
    background: #d2322d;
    color: #FFF;
}

.label-info {
    background: #5bc0de;
    color: #FFF;
}

.label-dark {
    background: #171717;
    color: #FFF;
}

/**************************************************************************************************************************/
/** Disabled **/
/**************************************************************************************************************************/
.disabled {
    cursor: not-allowed;
    filter: alpha(opacity=65);
    -webkit-box-shadow: none;
    box-shadow: none;
    opacity: .65;
}

.disabled a {
    cursor: not-allowed;
    filter: alpha(opacity=65);
    -webkit-box-shadow: none;
    box-shadow: none;
    opacity: .65;
}

/**************************************************************************************************************************/
/** Pagination **/
/**************************************************************************************************************************/
.shop_page_number li .page-numbers:hover {
    border-color: #d6182d;
    color: #d6182d;
}

.shop_page_number li .page-numbers.current {
    background: #d6182d;
    border-color: #d6182d;
    color: #fff;
}

.shop_page_number li .page-numbers.current:hover {
    border-color: #d6182d;
    color: #d6182d;
}

.shop_page_number li.disabled .page-numbers:hover {
    border: 1px solid #e7e7f6;
    color: #677294;
}

/**************************************************************************************************************************/
/** Datatable **/
/**************************************************************************************************************************/
/* Tables - Basic */
.table {
    width: 100%;
}

    .table .table {
        background: transparent;
    }

    /* Bootstrap uses important, we need to force it here */
    .table.mb-none {
        margin-bottom: 0 !important;
    }

    /* In case you dont want a border in some row */
    .table .b-top-none td {
        border-top: none;
    }

    /* Tables - Actions */
    .table .actions,
    .table .actions-hover {
        vertical-align: middle;
    }

        .table .actions a,
        .table .actions-hover a {
            display: inline-block;
            margin-right: 5px;
            color: #666;
        }

            .table .actions a:last-child,
            .table .actions-hover a:last-child {
                margin-right: 0;
            }

            .table .actions a:hover,
            .table .actions-hover a:hover {
                color: #333;
            }

        .table .actions-hover a {
            opacity: 0;
        }

    .table tr:hover .actions-hover a {
        opacity: 1;
    }

    .table .actions-fade a {
        -webkit-transition: all 0.2s linear;
        -moz-transition: all 0.2s linear;
        transition: all 0.2s linear;
    }

/* Tables - No More Tables technique (991px is the bootstrap SM max-width) */
@media only screen and (max-width: 991px) {
    .table.table-no-more,
    .table.table-no-more thead,
    .table.table-no-more tbody,
    .table.table-no-more tr,
    .table.table-no-more th,
    .table.table-no-more td {
        display: block;
    }

        .table.table-no-more thead tr {
            left: -9999px;
            position: absolute;
            top: -9999px;
        }

        .table.table-no-more tr {
            border-bottom: 1px solid #DDD;
        }

        .table.table-no-more td {
            border: none;
            position: relative;
            padding-left: 50%;
            text-align: left;
            white-space: normal;
        }

            .table.table-no-more td:before {
                content: attr(data-title);
                font-weight: bold;
                left: 6px;
                padding-right: 10px;
                position: absolute;
                text-align: left;
                top: 8px;
                white-space: nowrap;
                width: 45%;
            }

        .table.table-no-more.table-bordered td {
            border-bottom: 1px solid #EFEFEF;
        }

        .table.table-no-more.table-condensed td:before {
            top: 5px;
        }
}
/* Dark - Tables */
html.dark .table > thead > tr > th,
html.dark .table > tbody > tr > th,
html.dark .table > tfoot > tr > th,
html.dark .table > thead > tr > td,
html.dark .table > tbody > tr > td,
html.dark .table > tfoot > tr > td,
html.dark .table-bordered {
    border-color: #262b33;
}

html.dark .table-striped > tbody > tr:nth-child(2n+1) > td,
html.dark .table-striped > tbody > tr:nth-child(2n+1) > th {
    background-color: #282d36;
}

html.dark .table-hover > tbody > tr:hover > td,
html.dark .table-hover > tbody > tr:hover > th {
    background-color: #272c34;
}

html.dark .table .actions a,
html.dark .table .actions-hover a {
    color: #808697;
}

@media screen and (max-width: 991px) {
    html.dark .table-responsive {
        border-color: #262b33;
    }
}

@media only screen and (max-width: 991px) {
    html.dark .table.table-no-more tr,
    html.dark .table.table-no-more.table-bordered td {
        border-bottom-color: #262b33;
    }
}
/* Tables - States */
.table > thead > tr > td.primary,
.table > tbody > tr > td.primary,
.table > tfoot > tr > td.primary,
.table > thead > tr > th.primary,
.table > tbody > tr > th.primary,
.table > tfoot > tr > th.primary,
.table > thead > tr.primary > td,
.table > tbody > tr.primary > td,
.table > tfoot > tr.primary > td,
.table > thead > tr.primary > th,
.table > tbody > tr.primary > th,
.table > tfoot > tr.primary > th {
    color: #FFF;
    background-color: #CCC !important;
}

.table > thead > tr > td.success,
.table > tbody > tr > td.success,
.table > tfoot > tr > td.success,
.table > thead > tr > th.success,
.table > tbody > tr > th.success,
.table > tfoot > tr > th.success,
.table > thead > tr.success > td,
.table > tbody > tr.success > td,
.table > tfoot > tr.success > td,
.table > thead > tr.success > th,
.table > tbody > tr.success > th,
.table > tfoot > tr.success > th {
    color: #FFF;
    background-color: #47a447 !important;
}

.table > thead > tr > td.warning,
.table > tbody > tr > td.warning,
.table > tfoot > tr > td.warning,
.table > thead > tr > th.warning,
.table > tbody > tr > th.warning,
.table > tfoot > tr > th.warning,
.table > thead > tr.warning > td,
.table > tbody > tr.warning > td,
.table > tfoot > tr.warning > td,
.table > thead > tr.warning > th,
.table > tbody > tr.warning > th,
.table > tfoot > tr.warning > th {
    color: #FFF;
    background-color: #ed9c28 !important;
}

.table > thead > tr > td.danger,
.table > tbody > tr > td.danger,
.table > tfoot > tr > td.danger,
.table > thead > tr > th.danger,
.table > tbody > tr > th.danger,
.table > tfoot > tr > th.danger,
.table > thead > tr.danger > td,
.table > tbody > tr.danger > td,
.table > tfoot > tr.danger > td,
.table > thead > tr.danger > th,
.table > tbody > tr.danger > th,
.table > tfoot > tr.danger > th {
    color: #FFF;
    background-color: #d2322d !important;
}

.table > thead > tr > td.info,
.table > tbody > tr > td.info,
.table > tfoot > tr > td.info,
.table > thead > tr > th.info,
.table > tbody > tr > th.info,
.table > tfoot > tr > th.info,
.table > thead > tr.info > td,
.table > tbody > tr.info > td,
.table > tfoot > tr.info > td,
.table > thead > tr.info > th,
.table > tbody > tr.info > th,
.table > tfoot > tr.info > th {
    color: #FFF;
    background-color: #5bc0de !important;
}

.table > thead > tr > td.dark,
.table > tbody > tr > td.dark,
.table > tfoot > tr > td.dark,
.table > thead > tr > th.dark,
.table > tbody > tr > th.dark,
.table > tfoot > tr > th.dark,
.table > thead > tr.dark > td,
.table > tbody > tr.dark > td,
.table > tfoot > tr.dark > td,
.table > thead > tr.dark > th,
.table > tbody > tr.dark > th,
.table > tfoot > tr.dark > th {
    color: #FFF;
    background-color: #171717 !important;
}

.table > thead > tr > td.dark,
.table > tbody > tr > td.dark,
.table > tfoot > tr > td.dark,
.table > thead > tr > th.dark,
.table > tbody > tr > th.dark,
.table > tfoot > tr > th.dark,
.table > thead > tr.dark > td,
.table > tbody > tr.dark > td,
.table > tfoot > tr.dark > td,
.table > thead > tr.dark > th,
.table > tbody > tr.dark > th,
.table > tfoot > tr.dark > th {
    background-color: #4a4a4a;
    color: #FFF;
}

/* Common Fixes */
.dataTables_wrapper {
    position: relative;
}

.dataTables_wrapper .DTTT.btn-group {
    display: inline-block !important;
}

.dataTables_wrapper .datatables-header {
    margin-bottom: 15px;
}

    .dataTables_wrapper .datatables-header label {
        font-weight: normal;
        margin: 0;
        justify-content: flex-start;
    }

    .dataTables_wrapper table thead th {
        padding-right: 21px !important;
        font-size: 14px;
        background-color: #f8f8f8;
        border-bottom: unset;
    }

    .dataTables_wrapper .dataTables_length .custom-select {
        margin-right: 10px;
        width: 75px;
    }

@media only screen and (max-width: 991px) {
    .dataTables_wrapper .dataTables_length {
        margin-bottom: 15px;
    }

        .dataTables_wrapper .dataTables_length label {
            float: none;
            width: 100%;
        }
}
/* Filter */
.dataTables_wrapper .dataTables_filter label {
    width: 50%;
    float: right;
}

.dataTables_wrapper .dataTables_filter input {
    margin-left: 0 !important;
    width: 100% !important;
}

@media only screen and (max-width: 991px) {
    .dataTables_wrapper .dataTables_filter label {
        width: 100%;
    }
}
/* Footer */
.dataTables_wrapper .datatables-footer {
    margin-top: 15px;
}

.dataTables_wrapper .datatables-footer .dataTables_info {
    font-size: 12px;
    padding-top: 0;
    margin-top: 6px;
}

.dataTables_wrapper .datatables-footer .dataTables_paginate .pagination {
    margin: 0;
}

@media only screen and (max-width: 991px) {
    .dataTables_wrapper .datatables-footer .dataTables_info {
        margin-bottom: 15px;
        text-align: center;
    }

    .dataTables_wrapper .datatables-footer .dataTables_paginate {
        float: none;
        text-align: center;
    }

    div.dataTables_wrapper div.dataTables_paginate ul.pagination {
        margin: 2px 0;
        white-space: nowrap;
        justify-content: center;
    }
}

/* Empty Row */
.dataTables_wrapper .dataTables_empty {
    padding: 50px 0;
    text-align: center;
}

.dataTables_processing {
    background: #CCC;
    border-radius: 100px;
    box-shadow: 0 1px 1px -1px rgba(0, 0, 0, 0.3);
    color: #FFF;
    left: 50%;
    margin-left: -36px;
    padding: 5px 10px;
    position: absolute;
    top: 3px;
}

@media only screen and (max-width: 991px) {
    .dataTables_processing {
        left: auto;
        margin-left: 0;
        right: 0;
    }
}

.page-item.active .page-link {
    z-index: 1;
    color: #fff;
    background-color: #d6182d;
    border-color: #d6182d;
}

/**************************************************************************************************************************/
/** Header **/
/**************************************************************************************************************************/
.user-nav-dropdown .dropdown-menu {
    padding: 0px;
    min-width: 250px !important;
    width: 100%;
    position: absolute;
}

.cart-btn img {
    height: 35px;
}

.cart-btn span.username {
    font-size: 14px;
    font-weight: 500;
}

.cart-btn i {
    font-size: 11px;
    margin-left: 3px;
}

/** Extra Small Device (Phones) (<768px) **/
@media (max-width: 767px) {

    .cart-btn span.username {
        display: none !important;
    }
}

p.user-nav-title {
    margin: 8px 0;
}

p.user-nav-title a {
    font-size: 14px !important;
    font-weight: normal;
    padding: 18px 0;
    line-height: 16px !important;
}

/**************************************************************************************************************************/
/** Form
    - Input fields **/
/**************************************************************************************************************************/
.text_box input[type="text"], 
.text_box textarea, 
.text_box input[type="password"], 
.text_box input[type="email"] {
    -webkit-box-shadow: 0px 2px 4px 0px rgba(12, 0, 46, 0.2);
    box-shadow: 0px 2px 4px 0px rgba(12, 0, 46, 0.2);
}

/* Form - Select option */
.custom-select-opt {
    padding: 0;
    margin: 0;
    border: 1px solid #ccc;
    /*width: 120px;*/
    width: 100%;
    border-radius: 3px;
    overflow: hidden;
    background-color: #fff;
    background: #fff;
    position: relative;
}

    .custom-select-opt:after {
        top: 50%;
        /*left: 85%;*/
        left: 70%;
        border: solid transparent;
        content: " ";
        height: 0;
        width: 0;
        position: absolute;
        pointer-events: none;
        border-color: rgba(0, 0, 0, 0);
        border-top-color: #000000;
        border-width: 5px;
        margin-top: -2px;
        z-index: 100;
    }

    .custom-select-opt select {
        padding: 5px 15px 5px 8px;
        width: 130%;
        border: none;
        box-shadow: none;
        background-color: transparent;
        background-image: none;
        -webkit-appearance: none;
        -moz-appearance: none;
        appearance: none;
    }

.custom-select-opt select:focus {
    outline: none;
}

/* Form - Custom Checkbox */
.checkbox-custom {
    position: relative;
    padding: 0 0 0 25px;
    margin-bottom: 7px !important;
    margin-top: 0;
}

    .checkbox-custom.checkbox-inline {
        display: inline-block;
        vertical-align: middle;
    }

.form-group .checkbox-custom.checkbox-inline {
    margin-top: 7px;
    padding-top: 0;
}

.checkbox-custom:last-child, .checkbox-custom:last-of-type {
    margin-bottom: 0;
}

.checkbox-custom input[type="checkbox"] {
    opacity: 0;
    position: absolute;
    top: 50%;
    left: 3px;
    margin: -6px 0 0 0;
    z-index: 2;
    cursor: pointer;
}

    .checkbox-custom input[type="checkbox"]:checked + label:after {
        position: absolute;
        display: inline-block;
        font-family: 'FontAwesome';
        content: '\F00C';
        top: 50%;
        left: 4px;
        margin-top: -5px;
        font-size: 11px;
        line-height: 1;
        width: 16px;
        height: 16px;
        color: #333;
    }

    .checkbox-custom input[type="checkbox"]:disabled {
        cursor: not-allowed;
    }

        .checkbox-custom input[type="checkbox"]:disabled:checked + label:after {
            color: #999;
        }

        .checkbox-custom input[type="checkbox"]:disabled + label {
            cursor: not-allowed;
        }

            .checkbox-custom input[type="checkbox"]:disabled + label:before {
                background-color: #eee;
            }

.checkbox-custom label {
    cursor: pointer;
    margin-bottom: 0;
    text-align: left;
    line-height: 1.2;
}

    .checkbox-custom label:before {
        content: '';
        position: absolute;
        top: 50%;
        left: 0;
        margin-top: -9px;
        width: 19px;
        height: 18px;
        display: inline-block;
        border-radius: 2px;
        border: 1px solid #bbb;
        background: #fff;
    }

    .checkbox-custom label + label.error {
        display: block;
    }

/* Form - Custom Radio */
.radio-custom {
    position: relative;
    padding: 0 0 0 25px;
    margin-bottom: 7px;
    margin-top: 0;
}

    .radio-custom.radio-inline {
        display: inline-block;
        vertical-align: middle;
    }

.form-group .radio-custom.radio-inline {
    margin-top: 7px;
    padding-top: 0;
}

.radio-custom:last-child, .radio-custom:last-of-type {
    margin-bottom: 0;
}

.radio-custom input[type="radio"] {
    opacity: 0;
    position: absolute;
    top: 50%;
    left: 3px;
    margin: -6px 0 0 0;
    z-index: 2;
    cursor: pointer;
}

    .radio-custom input[type="radio"]:checked + label:after {
        content: '';
        position: absolute;
        top: 50%;
        left: 4px;
        margin-top: -5px;
        display: inline-block;
        font-size: 11px;
        line-height: 1;
        width: 10px;
        height: 10px;
        background-color: #444;
        border-radius: 50px;
        -webkit-box-shadow: 0px 0px 1px #444;
        box-shadow: 0px 0px 1px #444;
    }

    .radio-custom input[type="radio"]:disabled {
        cursor: not-allowed;
    }

        .radio-custom input[type="radio"]:disabled:checked + label:after {
            color: #999;
        }

        .radio-custom input[type="radio"]:disabled + label {
            cursor: not-allowed;
            color: #ccc;
        }

            .radio-custom input[type="radio"]:disabled + label:before {
                background-color: #eee;
            }

.radio-custom label {
    cursor: pointer;
    margin-bottom: 0;
    text-align: left;
    line-height: 1.2;
}

    .radio-custom label:before {
        content: '';
        position: absolute;
        top: 50%;
        left: 0;
        margin-top: -9px;
        width: 18px;
        height: 18px;
        display: inline-block;
        border-radius: 50px;
        border: 1px solid #bbb;
        background: #fff;
    }

    .radio-custom label + label.error {
        display: block;
    }

/* Radios color */
.radio-primary input[type="radio"]:checked + label:after {
    background: #0088cc;
    -webkit-box-shadow: 0px 0px 1px #0088cc;
    box-shadow: 0px 0px 1px #0088cc;
}

/* Radio group */
.radio-custom-group .radio-custom {
    position: relative;
    padding: 0;
    margin-bottom: 10px;
    margin-top: 0;
    border: 1px solid #ccc;
    border-radius: 3px;
    box-shadow: 0px 2px 4px 0px rgba(12, 0, 46, .2);
}

    .radio-custom-group .radio-custom.radio-selected {
        border: 2px solid #0088cc;
        box-shadow: unset;
    }

        .radio-custom-group .radio-custom.radio-selected label {
            font-weight: 600;
            color: #0088cc;
        }

    .radio-custom-group .radio-custom input[type="radio"]:checked + label:after {
        left: 18px;
        width: 0;
        height: 0;
    }

    .radio-custom-group .radio-custom label:before {
        left: 14px;
        width: 0;
        height: 0;
        border: unset;
    }

    .radio-custom-group .radio-custom label {
        margin-left: 15px;
        margin-left: -12px;
        padding: 16px 10px 16px 30px;
        width: 100%;
    }

/** form control **/
.form-control::placeholder {
    color: #ced4da;
    opacity: 1;
    font-weight: 400;
}

.form-group.no-float-label label {
    color: #000;
    line-height: 18px;
}

.form-control:not(textarea) {
    border-radius: 2px;
    height: calc(2.25rem + 4px);
    /*padding: 31px 14px 16px;*/
    padding: 27px 14px 16px; /**smaller**/
    font-size: 13px;
    font-weight: 500;
}

.no-float-label .form-control:not(textarea) {
    /*
        padding: 20px 14px 18px 10px;
        height: 48px;
    */
    padding: 16px 14px 16px 10px; /**smaller**/
    height: 46px;
}

input[type="file"].form-control {
    border-radius: 2px;
    border-top-right-radius: 2px;
    border-bottom-right-radius: 2px;
    height: calc(2.25rem + 4px);
    padding: 9px 10px;
    font-size: 13px;
    font-weight: 500;
}

.form-control:focus {
    border-color: #f2effc;
    -webkit-box-shadow: 0px 2px 20px 0px rgba(12, 0, 46, 0.25);
    box-shadow: 0px 2px 20px 0px rgba(12, 0, 46, 0.25);
    outline: none;
    border-left: 5px solid #e62237;
    background-color: #fafafa;
    width: calc(100% + 6px);
    /*padding: 31px 14px 18px 10px;*/
    padding: 30px 14px 13px 10px; /**smaller**/
}

textarea.form-control {
    font-size: 13px;
    font-weight: 500;
    border-radius: 2px;
}

textarea.form-control:focus {
    padding: 15px 14px 15px 14px;
}

.no-float-label .form-control:focus:not(textarea) {
    /*
        padding: 20px 14px 18px 10px;
        height: 48px;
    */
    padding: 16px 14px 16px 10px; /**smaller**/
    height: 45px;
}

/** Input group **/
.input-group {
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-align: stretch;
    align-items: stretch;
    width: 100%
}

.input-group > .form-control {
     position: relative;
     -ms-flex: 1 1 auto;
     flex: 1 1 auto;
     width: 1% !important;
     margin-bottom: 0
}

    .input-group .input-group-text.input-group-text-custom {
        padding: 18px 20px;
    }

/** Form control error **/
.form-control.error {
    border-color: #721C24 !important;
}

/**Custom error for form control**/
label.customValidateError {
    font-size: 12px !important;
    display: block !important;
    color: #721c24 !important;
    width: 100% !important;
    margin: 0 !important;
    padding: 0 !important;
    line-height: 18px !important;
}

.customValidateError {
    font-size: 12px !important;
    color: #721c24 !important;
    width: 100%;
    margin: 0;
    padding: 0;
    line-height: 18px;
}

/**************************************************************************************************************************/
/** Select 2 **/
/**************************************************************************************************************************/
.select2-container {
    box-sizing: border-box;
    display: inline-block;
    margin: 0;
    position: relative;
    vertical-align: middle;
    width: 100% !important;
}

.select2-container--default
.select2-selection--single
.select2-selection__placeholder {
    color: #999;
    font-weight: normal;
}

.select2-container .select2-selection.select2-selection--single {
    border-radius: 2px;
    /*height: calc(2.25rem + 12.6px);*/
    height: calc(2.25rem + 9px); /**smaller**/
    border-color: #adadad;
    border-color: #ced4da;
}

    .select2-container .select2-selection:focus,
    .select2-container .select2-selection[aria-expanded="true"] {
        border-color: #f2effc;
        -webkit-box-shadow: 0px 2px 20px 0px rgba(12, 0, 46, 0.25);
        box-shadow: 0px 2px 20px 0px rgba(12, 0, 46, 0.25);
        outline: none;
        border-left: 5px solid #e62237;
        background-color: #fafafa;
        width: calc(100% + 5px);
    }

.select2.select2-container.has-error .select2-selection.select2-selection--single {
    border-color: #721C24 !important;
}

/**Select2 selected text or placeholder**/
.select2-container .select2-selection.select2-selection--single .select2-selection__rendered {
    display: block;
    padding-left: 15px;
    padding-right: 35px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    /*line-height: 50px;*/
    line-height: 42px; /**smaller**/
    font-size: 13px;
    font-weight: 500;
}

/**Floating label for select 2**/
.has-float-label .select2-container .select2-selection.select2-selection--single .select2-selection__rendered {
    line-height: 60px;
}

.select2-container .select2-selection.select2-selection--single:focus .select2-selection__rendered,
.select2-container .select2-selection.select2-selection--single[aria-expanded="true"] .select2-selection__rendered {
    padding-left: 10px;
}

/**Dropdown option**/
.select2-container--default .select2-results__option--highlighted.select2-results__option--selectable {
    background-color: #eb4e5e;
    color: #fff;
}

/**Arrow**/
.select2-container--default .select2-selection--single .select2-selection__arrow {
    height: 35px;
    position: absolute;
    top: 7px;
    right: 12px;
    width: 20px;
}

    .select2-container--default .select2-selection--single .select2-selection__arrow b {
        border-color: #e62237 transparent transparent transparent;
        border-style: solid;
        border-width: 7px 6px 0 6px;
        height: 0;
        left: 50%;
        margin-left: -4px;
        margin-top: -2px;
        position: absolute;
        top: 50%;
        width: 0;
    }

.select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow b {
    border-color: transparent transparent #888 transparent;
    border-width: 0 6px 7px 6px;
}

/**Mobile styling**/
/** (<480px) **/
@media (max-width: 480px) {

    .select2-selection--single .select2-selection__placeholder {
        color: #999;
        font-weight: normal;
        font-size: 12px;
    }

    .select2-results__option {
        padding: 2px 6px;
        font-size: 12px;
    }

    .select2-search--dropdown .select2-search__field {
        padding: 2px 10px;
        font-size: 12px;
    }

    .select2-dropdown.select2-dropdown--below {
        min-width: 150px;
    }

    .select2-container .select2-selection.select2-selection--single .select2-selection__rendered {
        display: block;
        padding-left: 10px;
        padding-right: 18px;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
        line-height: 50px;
        line-height: 42px;
        font-size: 13px;
        font-weight: 500;
    }

    .select2-container--default .select2-selection--single .select2-selection__arrow {
        height: 35px;
        position: absolute;
        top: 6px;
        right: 5px;
        width: 15px;
    }
}

.select2-container--default .select2-results > .select2-results__options {
    max-height: 325px;
    overflow-y: auto;
}

/**************************************************************************************************************************/
/** Modal **/
/**************************************************************************************************************************/
.modal {
    z-index: 1050;  /** To prevent the modal cover fixed footer **/
}

/** (<992px) **/
@media (max-width: 992px) {

    .modal-title {
        font-size: 18px;
        line-height: 24px;
    }
}

/** (<768px) **/
@media (max-width: 768px) {

    .modal-title {
        font-size: 18px;
        line-height: 24px;
    }
}

@media (min-width: 576px) {

    .modal-dialog {
        margin: 1rem auto;
    }
}

/**************************************************************************************************************************/
/** Scroll to top **/
/**************************************************************************************************************************/
.scroll-top-wrapper {
    position: fixed;
    opacity: 0;
    visibility: hidden;
    overflow: hidden;
    text-align: center;
    z-index: 99999999;
    background-color: rgba(0,0,0,0.3);
    color: #eeeeee;
    width: 45px;
    height: 45px;
    line-height: 36px;
    right: 10px;
    bottom: 10px;
    /*bottom: 90px;*/
    padding-top: 5px;
    border-radius: 2px;
    font-size: 20px;
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -ms-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}

    .scroll-top-wrapper:hover {
        background-color: #e62237;
        color: #fff;
    }

.scroll-top-wrapper.show {
    visibility: visible;
    cursor: pointer;
    opacity: 1;
}

@media (max-width:992px) {

    .scroll-top-wrapper {
        /*visibility: hidden !important;*/
        bottom: 80px;
    }
}

/**************************************************************************************************************************/
/** Custom tabs **/
/**************************************************************************************************************************/
.custom_tab_content .custom_tabs {
    display: inline-block;
    border-bottom: 2px solid #e1e3ed;
    padding: 0px 40px 0px 10px;
}

    .custom_tab_content .custom_tabs .nav-item {
        margin: 0px 0px 0px 50px;
        float: left;
    }

        .custom_tab_content .custom_tabs .nav-item .nav-link {
            font: 400 16px "Poppins", sans-serif;
            color: #677294;
            border: 0px;
            padding: 0px 0px 10px;
            position: relative;
        }

            .custom_tab_content .custom_tabs .nav-item .nav-link:before {
                width: 0;
                content: "";
                left: auto;
                right: 0;
                height: 2px;
                background: #e62237;
                position: absolute;
                bottom: -2px;
                -webkit-transition: all 0.3s linear;
                -o-transition: all 0.3s linear;
                transition: all 0.3s linear;
            }

            .custom_tab_content .custom_tabs .nav-item .nav-link.active {
                color: #e62237;
                background: transparent;
            }

                .custom_tab_content .custom_tabs .nav-item .nav-link.active:before {
                    right: auto;
                    left: 0;
                    width: 100%;
                }

        .custom_tab_content .custom_tabs .nav-item:first-child {
            margin-left: 0px;
        }

@media (max-width:1199px) {
    .custom_tab_content .custom_tabs {
        padding-left: 0px;
        padding-right: 0px;
    }

        .custom_tab_content .custom_tabs .nav-item {
            margin-left: 20px;
        }
}

@media (max-width:576px) {
    .custom_tab_content .custom_tabs .nav-item {
        /*margin-left: 25px;*/
        margin-left: 15px;
        margin-top: 10px;
    }
}

/**************************************************************************************************************************/
/** Slider input **/
/**************************************************************************************************************************/
/*	Slider - */
.ui-slider.ui-widget-content {
    background: #ebebeb;
    border: none;
}

/*	Sliders - Horizontal */
.ui-slider-horizontal {
    height: 6px;
}

    .ui-slider-horizontal .ui-slider-handle {
        top: -7px;
    }

/*	Sliders - Vertical */
.ui-slider-vertical {
    display: inline-block;
    width: 6px;
}

    .ui-slider-vertical .ui-slider-handle {
        left: -7px;
    }

/*	Sliders - UI Handle */
.ui-slider .ui-slider-handle {
    background: #d9d9d9;
    border: 6px solid #fff;
    border-radius: 50%;
    -webkit-box-shadow: 0 0 2px 0 rgba(0, 0, 0, 0.4);
    box-shadow: 0 0 2px 0 rgba(0, 0, 0, 0.4);
    cursor: pointer;
    height: 20px;
    width: 20px;
}

    .ui-slider .ui-slider-handle:hover {
        -webkit-box-shadow: 0 0 2px 1px rgba(0, 0, 0, 0.3);
        box-shadow: 0 0 2px 1px rgba(0, 0, 0, 0.3);
    }

/*	Sliders - UI Handle (Fix Windows Mobile Devices) */
.ui-slider .ui-slider-handle {
    -ms-touch-action: none;
    touch-action: none;
}

/*	Sliders - Range */
.ui-slider .ui-slider-range {
    background: #d9d9d9;
}

/*	Sliders - Contextual */
.slider-primary .ui-slider-range,
.slider-primary .ui-slider-handle {
    background: #0088cc;
}

.slider-gradient.slider-primary .ui-slider-range,
.slider-gradient.slider-primary .ui-slider-handle {
    background-image: -webkit-gradient(linear, right top, left top, color-stop(0, #00aaff), color-stop(50%, #0088cc), to(#006699));
    background-image: linear-gradient(to left, #00aaff 0, #0088cc 50%, #006699 100%);
}

.slider-gradient.ui-slider-vertical.slider-primary .ui-slider-range,
.slider-gradient.ui-slider-vertical.slider-primary .ui-slider-handle {
    background-image: -webkit-gradient(linear, left top, right top, color-stop(0, #00aaff), color-stop(50%, #0088cc), to(#006699));
    background-image: linear-gradient(to right, #00aaff 0, #0088cc 50%, #006699 100%);
}

.slider-success .ui-slider-range,
.slider-success .ui-slider-handle {
    background: #47a447;
}

.slider-gradient.slider-success .ui-slider-range,
.slider-gradient.slider-success .ui-slider-handle {
    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #63bb63), color-stop(50%, #47a447), to(#388038));
    background-image: linear-gradient(#63bb63 0, #47a447 50%, #388038 100%);
}

.slider-gradient.ui-slider-vertical.slider-success .ui-slider-range,
.slider-gradient.ui-slider-vertical.slider-success .ui-slider-handle {
    background-image: -webkit-gradient(linear, left top, right top, color-stop(0, #63bb63), color-stop(50%, #47a447), to(#388038));
    background-image: linear-gradient(to right, #63bb63 0, #47a447 50%, #388038 100%);
}

.slider-warning .ui-slider-range,
.slider-warning .ui-slider-handle {
    background: #ed9c28;
}

.slider-gradient.slider-warning .ui-slider-range,
.slider-gradient.slider-warning .ui-slider-handle {
    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #f1b257), color-stop(50%, #ed9c28), to(#d18211));
    background-image: linear-gradient(#f1b257 0, #ed9c28 50%, #d18211 100%);
}

.slider-gradient.ui-slider-vertical.slider-warning .ui-slider-range,
.slider-gradient.ui-slider-vertical.slider-warning .ui-slider-handle {
    background-image: -webkit-gradient(linear, left top, right top, color-stop(0, #f1b257), color-stop(50%, #ed9c28), to(#d18211));
    background-image: linear-gradient(to right, #f1b257 0, #ed9c28 50%, #d18211 100%);
}

.slider-danger .ui-slider-range,
.slider-danger .ui-slider-handle {
    background: #d2322d;
}

.slider-gradient.slider-danger .ui-slider-range,
.slider-gradient.slider-danger .ui-slider-handle {
    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #db5b57), color-stop(50%, #d2322d), to(#a82824));
    background-image: linear-gradient(#db5b57 0, #d2322d 50%, #a82824 100%);
}

.slider-gradient.ui-slider-vertical.slider-danger .ui-slider-range,
.slider-gradient.ui-slider-vertical.slider-danger .ui-slider-handle {
    background-image: -webkit-gradient(linear, left top, right top, color-stop(0, #db5b57), color-stop(50%, #d2322d), to(#a82824));
    background-image: linear-gradient(to right, #db5b57 0, #d2322d 50%, #a82824 100%);
}

.slider-info .ui-slider-range,
.slider-info .ui-slider-handle {
    background: #5bc0de;
}

.slider-gradient.slider-info .ui-slider-range,
.slider-gradient.slider-info .ui-slider-handle {
    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #85d0e7), color-stop(50%, #5bc0de), to(#31b0d5));
    background-image: linear-gradient(#85d0e7 0, #5bc0de 50%, #31b0d5 100%);
}

.slider-gradient.ui-slider-vertical.slider-info .ui-slider-range,
.slider-gradient.ui-slider-vertical.slider-info .ui-slider-handle {
    background-image: -webkit-gradient(linear, left top, right top, color-stop(0, #85d0e7), color-stop(50%, #5bc0de), to(#31b0d5));
    background-image: linear-gradient(to right, #85d0e7 0, #5bc0de 50%, #31b0d5 100%);
}

/**************************************************************************************************************************/
/** Bootstrap toggle overwrite **/
/**************************************************************************************************************************/
.toggle-handle {
    position: relative;
    margin: 0 auto;
    padding-top: 0;
    padding-bottom: 0;
    height: 100%;
    width: 0;
    border-width: 0 1px;
    background: #fff;
    border: 1px solid #ccc;
}

.toggle-off {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 50%;
    right: 0;
    margin: 0;
    border: 1px solid #ccc;
    border-radius: 0;
    background: #f8f8f8;
}

    .toggle-off.active {
        color: #333;
        background-color: #e6e6e6;
        border-color: #ccc;
    }

/**************************************************************************************************************************/
/** Footer **/
/**************************************************************************************************************************/
footer .f-logo img {
    width: 165px;
}

footer.h_footer_dark {
    background-color: #13110c;
}

.h_footer_dark .f_widget.about-widget .f_list li a:hover {
    color: #e62237;
}

.h_footer_dark .f_widget.about-widget .f_list li a::before {
    background: #e62237;
}

.f_widget.about-widget .f_list li a:hover::before {
    width: 100%;
    right: auto;
    left: 0;
    /*bottom: -3px;*/
}

.h_footer_dark .company_widget .f_social_icon a:hover {
    background: #e62237;
    color: #fff;
    border-color: #e62237;
}

.footer__contact_us_list {
    margin-top: 40px;
}

/** (<768px) **/
@media (max-width: 768px) {

    .footer__contact_us_list {
        margin-top: 10px;
        padding: 0 25px !important;
    }
}

.footer__contact_us_list li {
    padding-left: 25px;
}

/** (<768px) **/
@media (max-width: 768px) {

    .footer__contact_us_list li {
        padding-left: 35px;
    }
}

.footer__contact_us_list .fa-phone,
.footer__contact_us_list .fa-envelope,
.footer__contact_us_list .fa-map-marker-alt {
    margin-right: 8px;
    color: #E71333;
    margin-left: -25px;
    width: 15px;
}

/** (<768px) **/
@media (max-width: 768px) {

    .footer__contact_us_list .fa-phone,
    .footer__contact_us_list .fa-envelope,
    .footer__contact_us_list .fa-map-marker-alt {
        margin-right: 17px;
        margin-left: -35px;
    }
}

/** operating hours **/
.footer__operating_hours_list {
    padding-left: 0 !important;
}

/** (<768px) **/
@media (max-width: 768px) {

    .footer__operating_hours_title {
        padding-left: 25px !important;
    }

    .footer__operating_hours_list {
        padding: 0 25px !important;
        margin-bottom: 10px !important;
    }

    ul.footer__operating_hours_list li {
        font-size: 12px;
        line-height: 18px;
        color: #A0A0A0;
    }

        ul.footer__operating_hours_list li strong {
            color: #474747;
        }
}


/** company widget link **/
.h_footer_dark .f_widget.company_widget .f_list li a,
.h_footer_dark .f_widget.company_widget p,
.h_footer_dark .f_widget.about-widget .f_list li a,
.h_footer_dark .f_widget.about-widget .f_list li {
    color: #888C95;
    font-weight: 400;
}

.h_footer_dark .f_widget.company_widget .f_list li {
    color: #888C95;
    margin-bottom: 10px;
}

/** (<768px) **/
@media (max-width: 768px) {

    .h_footer_dark .f_widget.company_widget .f_list li {
        margin-bottom: 5px;
        font-size: 13px;
    }
}

.h_footer_dark .f_widget.company_widget .f_list li a:before {
    background: #f8636b;
}

.h_footer_dark .f_widget.company_widget .f_list li a:hover {
    color: #f8636b;
}

/** Footer 1 **/
.footer_area.footer_area_1 {
    padding: 100px 0px 60px;
}

.footer_inner_1_container.web__view {
    display: block !important;
}

.footer_inner_1_container.mobile__view {
    display: none !important;
}

/** (<768px) **/
@media (max-width: 768px) {

    .footer_area.footer_area_1 {
        padding: 0 0 10px;
    }

    .footer_inner_1_container.web__view {
        display: none !important;
    }

    .footer_inner_1_container.mobile__view {
        display: block !important;
    }
}

/** Footer 2 **/
.footer_area.footer_area_2 {
    background-color: #393939;
    padding: 45px 0px 20px;
}

/** (<768px) **/
@media (max-width: 768px) {

    .footer_area.footer_area_2 {
        padding: 10px 0px 10px;
    }
}

.footer_motorcycle_brand_area {
    padding: 0;
    position: relative;
}

.footer_motorcycle_type_area {
    padding: 10px 0 40px;
    position: relative;
}

/** (<767px) **/
@media (max-width: 767px) {

    .footer_motorcycle_type_area {
        padding: 10px 0 15px;
    }
}

    .footer_motorcycle_brand_area .footer_motorcycle_brand_inner,
    .footer_motorcycle_type_area .footer_motorcycle_type_inner {
        margin: 0;
        text-align: center;
    }

/** (<992px) **/
@media (max-width: 992px) {

    .footer_motorcycle_brand_area .footer_motorcycle_brand_inner,
    .footer_motorcycle_type_area .footer_motorcycle_type_inner {
        padding: 10px 0;
        border-radius: 10px;
    }
}

/** (<767px) **/
@media (max-width: 767px) {

    .footer_motorcycle_brand_area .footer_motorcycle_brand_inner,
    .footer_motorcycle_type_area .footer_motorcycle_type_inner {
        padding: 0;
    }
}

.footer_motorcycle_brand_item,
.footer_motorcycle_type_item {
    padding: 0 10px;
}

/** (<1024px) **/
@media (max-width: 1024px) {

    .footer_motorcycle_brand_item,
    .footer_motorcycle_type_item {
        padding: 0 6px;
    }
}

/** (<992px) **/
@media (max-width: 992px) {

    .footer_motorcycle_brand_item,
    .footer_motorcycle_type_item {
        padding: 0 5px;
    }
}

    .footer_motorcycle_brand_item img,
    .footer_motorcycle_type_item img {
        margin-bottom: 0;
        width: 85px;
        display: inline-block;
        position: relative;
        vertical-align: middle;
        object-fit: cover;
    }

/** (<1024px) **/
@media (max-width: 1024px) {

    .footer_motorcycle_brand_item img,
    .footer_motorcycle_type_item img {
        width: 80px;
    }
}

/** (<992px) **/
@media (max-width: 992px) {

    .footer_motorcycle_brand_item img,
    .footer_motorcycle_type_item img {
        width: 60px;
    }
}

/** (<767px) **/
@media (max-width: 767px) {

    .footer_motorcycle_brand_item img,
    .footer_motorcycle_type_item img {
        width: 55px;
    }
}

/**Ebimotor message**/
.footer_ebidmotor_message {
    padding-bottom: 40px;
}

    .footer_ebidmotor_message h6 {
        font-size: 14px;
        line-height: 20px;
        margin: 0 0 10px;
        padding-bottom: 0;
        color: #868686;
    }

    .footer_ebidmotor_message p {
        font-size: 12px;
        line-height: 20px;
        margin: 0;
        padding-bottom: 0;
        color: #868686;
    }

/** (<767px) **/
@media (max-width: 767px) {

    .footer_ebidmotor_message h6 {
        font-size: 12px;
        line-height: 18px;
    }

    .footer_ebidmotor_message p {
        font-size: 11px;
        line-height: 16px;
    }
}

/**************************************************************************************************************************/
/** Footer subscribe **/
/**************************************************************************************************************************/

/** (<767px) **/
@media (max-width: 767px) {

    .f_subscribe_us_form {
        padding: 0 15px;
    }
}

.f_subscribe_us_form .form-control {
    border: 1px solid #393939;
    border-radius: 30px !important;
    background-color: #393939;
    -webkit-box-shadow: 0px 30px 30px 0px rgba(0, 11, 40, 0.1);
    box-shadow: 0px 30px 30px 0px rgba(0, 11, 40, 0.1);
    font: 400 15px/46px "Poppins", sans-serif;
    padding-left: 20px;
    color: #888C95;
    z-index: 0;
    height: 45px;
    margin-left: -10px;
    padding: 23px 20px;
}

/** (<767px) **/
@media (max-width: 767px) {

    .f_subscribe_us_form .form-control {
        margin-left: 0;
        font-size: 12px;
    }

    .f_subscribe_us_form .form-control.placeholder,
    .f_subscribe_us_form .form-control:-moz-placeholder,
    .f_subscribe_us_form .form-control::-moz-placeholder,
    .f_subscribe_us_form .form-control::-webkit-input-placeholder {
        font-size: 12px;
    }
}

    .f_subscribe_us_form .form-control.placeholder {
        color: #585858;
    }

    .f_subscribe_us_form .form-control:-moz-placeholder {
        color: #585858;
    }

    .f_subscribe_us_form .form-control::-moz-placeholder {
        color: #585858;
    }

    .f_subscribe_us_form .form-control::-webkit-input-placeholder {
        color: #585858;
    }

.f_subscribe_us_form .btn_submit {
    position: absolute;
    right: 5px;
    background-color: #E61334;
    color: #fff;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    padding: 5px 12px;
    border-radius: 50%;
    z-index: 4;
}

/**************************************************************************************************************************/
/** Footer social icon **/
/**************************************************************************************************************************/
.f_social_icon_custom {
    margin-top: 30px;
}

.f_social_icon_custom img.social_icon {
    width: 32px;
    height: 32px;
    line-height: 32px;
    margin-bottom: 6px;
    background: #13110c !important;
    font-size: 22px !important;
    display: inline-block;
    text-align: center;
    -webkit-transition: all 0.2s linear;
    -o-transition: all 0.2s linear;
    transition: all 0.2s linear;
}

.f_social_icon_custom span.social_text {
    margin-left: 12px;
    font-size: 14px;
    position: absolute;
    margin-top: 3px;
    color: #fff;
}

.f_social_icon_custom span.social_text:hover {
    color: #e62237;
}

/** (<767px) **/
@media (max-width: 767px) {

    .f_social_icon_custom {
        padding: 0 10px;
    }

        .f_social_icon_custom ul li {
            display: inline-block;
            width: 32.2%;
            width: 40%;
            padding: 2px 10px;
        }

    .f_social_icon_custom span.social_text {
        margin-left: 5px;
        font-size: 10px;
    }
}

/**************************************************************************************************************************/
/** Menu **/
/**************************************************************************************************************************/
.menu > .nav-item:hover .nav-link,
.menu > .nav-item.active .nav-link,
.menu > .nav-item.submenu.mega_menu.mega_menu_two .mega_menu_inner .dropdown-menu .nav-item .item .text:hover,
.menu > .nav-item.submenu .dropdown-menu .nav-item:hover > .nav-link,
.menu > .nav-item.submenu .dropdown-menu .nav-item:focus > .nav-link,
.menu > .nav-item.submenu .dropdown-menu .nav-item.active > .nav-link,
.footer_bottom a:hover {
    color: #e62237;
}

.menu > .nav-item > .nav-link::before {
    background: #e62237;
}

.menu > .nav-item > .nav-link {
    font: 500 13px "Poppins", sans-serif;
    font-weight: 500;
    /*font-size: 13px;*/ /*Version1.0*/
    font-size: 12px;
    line-height: 16px;
}

.navbar_header_menu .navbar-brand {
    display: inline-block;
    padding-top: .3125rem;
    padding-bottom: .3125rem;
    margin-right: 1rem;
    font-size: 1.25rem;
    line-height: inherit;
    white-space: nowrap;
}

@media (max-width:992px) {

    .navbar_header_menu .navbar-brand {
        margin: 0 auto !important;
    }
}

/** Nav-toggler -hamburger (Mobile view) **/
.navbar-toggler {
    position: absolute;
    top: 10px;
    margin-left: 10px;
}

.menu_toggle {
    width: 22px;
    height: 22px;
    position: relative;
    cursor: pointer;
    display: block;
}

    .menu_toggle .hamburger {
        position: absolute;
        height: 100%;
        width: 100%;
        display: block;
        width: 15px;
        height: 15px;
    }

    .menu_toggle .hamburger-cross span {
        background: #F12C4A;
    }

@media (max-width:992px) {

    #navbarSupportedContent .navbar-nav.menu {
        padding: 10px 30px !important;
        background-color: rgba(222,1,28,.9);
        margin-top: 0px;
    }

        #navbarSupportedContent .navbar-nav.menu > .nav-item > .nav-link {
            color: #fff;
            font-size: 14px;
            line-height: 14px;
        }

    /** menu (parent element / container) **/
    .header_area {
        z-index: 1051;
    }

    .header_area {
        background-color: #fff !important;
    }

    .header_area.navbar_fixed .menu_one {
        background: #fff !important;
    }

    .navbar-collapse {
        max-height: 500px;
        overflow-y: scroll;
        margin-left: 0px;
        margin-right: 0px;
        background: transparent !important;
        margin-left: -45px;
        margin-right: -45px;
    }
}

#navbarSupportedContent .navbar-nav.menu li.home-link,
#navbarSupportedContent .navbar-nav.menu li.login-link,
#navbarSupportedContent .navbar-nav.menu li.user-profile-link,
#navbarSupportedContent .navbar-nav.menu li.live-bidding-link {
    display: none;
}

@media (max-width:992px) {

    #navbarSupportedContent .navbar-nav.menu li {
        padding: 5px 0;
    }

    #navbarSupportedContent .navbar-nav.menu li.home-link,
    #navbarSupportedContent .navbar-nav.menu li.login-link,
    #navbarSupportedContent .navbar-nav.menu li.user-profile-link,
    #navbarSupportedContent .navbar-nav.menu li.live-bidding-link {
        display: block;
    }
}

/**mobile**/
#navbarSupportedContent .navbar-nav.menu.mobile__view h4 {
    margin-top: 18px;
    font-size: 12px;
    color: #fff;
    opacity: 0.55;
    margin-bottom: 5px;
    text-transform: uppercase;
}

#navbarSupportedContent .navbar-nav.menu.mobile__view li {
    padding: 3px 0;
}

/** Main header **/
/*Version1.0*/
/*.navbar_header_menu .container {
    width: 100% !important;
    max-width: 100% !important;
}*/

/** Login button and logged in navigation **/
.menu_one .login_btn {
    text-align: center;
    position: relative;
    margin-left: 15px;
}

.menu_one .auction_btn {
    text-align: center;
    position: relative;
    margin-left: 15px;
}


@media (max-width:992px) {

    .nav-item.search {
        margin-top: 6px;
    }
}

@media (max-width:768px) {

    .nav-item.search {
        margin-top: 0;
    }
}

.menu_toggle .hamburger span {
    background: #000;
}

@media (max-width:991px) {

    .alter_nav {
        display: none;
    }
}

/** Breadcrumb **/
.breadcrumb_area.breadcrumb_area_custom {
    /*background-image: -moz-linear-gradient(180deg, #5e2ced 0%, #fff 100%);
    background-image: -webkit-linear-gradient(180deg, #5e2ced 0%, #fff 100%);
    background-image: -ms-linear-gradient(180deg, #5e2ced 0%, #fff 100%);*/
    background-image: unset;
    background-color: #fafafe;
    position: relative;
    z-index: 1;
    padding: 160px 0px 80px;
    /*padding: 120px 0px 20px;*/ /*Version1.0*/
    padding: 12px 0 8px;
    overflow: hidden;
}

.breadcrumb_area.breadcrumb_area_custom.no_promotion_banner_section_ontop {
    margin-top: 200px;
}

/** (<768px) **/
@media (max-width: 768px) {

    .breadcrumb_area.breadcrumb_area_custom {
        background-color: #F2F2F2 !important;
        padding: 2px 0px 6px;
    }

    .breadcrumb_area.breadcrumb_area_custom.no_promotion_banner_section_ontop {
        margin-top: 175px;
    }
}

/*breadcrumbs*/
.breadcrumbs {
    list-style: none;
    color: #555;
    margin-left: 0 !important;
    padding-left: 0 !important;
}

.breadcrumbs li {
    font-size: 0.85714285714286em;
    display: inline-block;
}

    .breadcrumbs li:not(:last-child) {
        margin-right: 1.08333333333334em;
    }

        .breadcrumbs li:not(:last-child):after {
            content: '\00bb';
            content: ' \203A';
            margin-left: 1.08333333333334em;
            font-size: 20px;
            font-family: -apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol";
            top: 2px;
            position: relative;
            color: #A0A0A0;
        }

/** (<992px) **/
@media (max-width: 992px) {
    .breadcrumbs li:not(:last-child) {
        margin-right: 5px;
    }

    .breadcrumbs li:not(:last-child)::after {
        margin-left: 5px;
    }
}      

/** (<480px) **/
@media (max-width: 480px) {
    .breadcrumbs li:not(:last-child)::after {
        font-size: 14px;
        top: 1px;
    }
}

    .breadcrumbs li a {
        font-weight: normal;
    }

    .breadcrumbs a {
        color: #A0A0A0;
        font-weight: 600;
    }

.breadcrumb_content h1 {
    margin-bottom: 20px;
}

.breadcrumb_content h2.breadcrumb_area_subtitle {
    font-size: 1rem;
    margin-bottom: 15px;
}

/** (<480px) **/
@media (max-width: 480px) {

    .breadcrumbs li a {
        font-size: 10px;
    }

    .breadcrumb_content h1 {
        font-size: 20px;
        line-height: 24px;
        margin-bottom: 10px;
    }

    .breadcrumb_content h2.breadcrumb_area_subtitle {
        font-size: 14px;
        line-height: 20px;
        margin-bottom: 2px;
    }

    .breadcrumb_content p.breadcrumb_area_submsg {
        font-size: 12px !important;
        line-height: 20px;
        margin-bottom: 10px;
    }
}

/**************************************************************************************************************************/
/** Call to action **/
/**************************************************************************************************************************/
.action_img {
    margin-top: -70px;
}

/**************************************************************************************************************************/
/** Main page section **/
/**************************************************************************************************************************/
/*============== event_banner_area css ===========*/
.event_banner_area {
    min-height: 100vh;
    position: relative;
    overflow: hidden;
    background-image: -moz-linear-gradient(-120deg, #6e1822 0%, #0e044b 100%);
    background-image: -webkit-linear-gradient(-120deg, #6e1822 0%, #0e044b 100%);
    background-image: -ms-linear-gradient(-120deg, #6e1822 0%, #0e044b 100%);
    z-index: 1;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    /*-webkit-box-align: center;
          -ms-flex-align: center;
          align-items: center;
          -webkit-box-pack: center;
          -ms-flex-pack: center;
          justify-content: center;
          text-align: center;*/
    text-align: left;
    background-image: unset;
    background-color: #fafafe;
}

    .event_banner_area .non_parallax_effect {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 105%;
        z-index: -1;
        opacity: 1;
        /*background-size: 300px 100px !important;*/
        background-size: contain !important;
        background-repeat: no-repeat !important;
    }

.event_banner_area_web {
    display: block;
}

.event_banner_area_mobile {
    display: none;
}

/** (<1024px) **/
@media (max-width: 1024px) {
    .event_banner_area_web {
        display: none;
    }

    .event_banner_area_mobile {
        display: block;
    }
}

.event_banner_content h1 {
    font-size: 32px;
    line-height: 42px;
    font-weight: 700;
    color: #13110c;
    margin-bottom: 20px;
    text-shadow: 1px 1px 1px rgba(0,0,0,0.15);
    width: 485px;
}

    .event_banner_content h1 span {
        font-weight: 300;
    }

/** Extra Small Device (Phones) (<768px) **/
@media (max-width: 768px) {
    .event_banner_content h1 {
        font-size: 24px;
        line-height: 30px;
        width: 100%;
    }
}

/** (<1024px) **/
@media (min-width: 769px) and (max-width: 1024px) {
    .event_banner_content h1 {
        font-size: 34px;
        line-height: 42px;
        width: 100%;
    }
}

.event_banner_area .price_content .price_item_col {
    width: 230px;
    margin-left: 15px;
}

.event_banner_area .price_content .price_item {
    padding: 8px 8px 5px;
    box-shadow: 0px 8px 10px 0px rgba(0, 11, 40, 0.3);
    border-radius: 10px;
}

    .event_banner_area .price_content .price_item:hover {
        border-color: #e62237;
    }

    .event_banner_area .price_content .price_item .price {
        line-height: 40px;
        border-bottom: unset;
        padding: 10px 0px 10px;
    }

    .event_banner_area .price_content .price_item p {
        margin-bottom: 10px;
        font-size: 15px;
        font-weight: 400;
        min-height: 65px;
    }

    .event_banner_area .price_content .price_item .price_btn {
        /*border-radius: unset;*/
        font: 500 16px/20px "Poppins", sans-serif;
        border-color: #e62237;
        color: #fff;
        background: #e62237;
        padding: 8px;
    }

/** list **/
.price_content.price_content_two ul li {
    padding-left: 40px;
    font-size: 14px;
    font-weight: 400;
    line-height: 22px;
    color: #677294;
    text-align: left;
}

    .price_content.price_content_two ul li.empty {
        height: 22px;
    }

    .price_content.price_content_two ul li i {
        margin-right: 8px;
        color: #e62237;
        margin-left: -25px;
        width: 15px;
    }

/** (<768px) **/
@media (max-width: 499px) {
    .event_banner_area .non_parallax_effect {
        background-position-y: 7% !important;
        top: 25px;
    }

    .event_banner_area {
        min-height: 630px !important;
    }

    .event_banner_content {
        margin-top: 285px;
        margin-bottom: 15px;
        text-align: center;
    }

    .event_banner_area .price_content .price_item_col {
        width: 45%;
        margin-left: 12px;
    }

    .event_banner_area .price_content .price_item .price {
        padding: 0;
    }

    .event_banner_area .price_content .price_item p {
        margin-bottom: 10px;
        font-size: 13px;
        min-height: 65px;
        line-height: 18px;
    }

    .event_banner_area .price_content .price_item .price_btn {
        font: 500 14px/20px "Poppins", sans-serif;
    }
}

/** (<768px) **/
@media (min-width: 500px) and (max-width: 768px) {
    .event_banner_area {
        min-height: 75vh !important;
    }

    .event_banner_content {
        margin-top: 400px;
        text-align: center;
    }

    .event_banner_area .price_content .price_item_col {
        width: 48%;
        margin-left: 10px;
    }
}

/** (<1024px) **/
@media (min-width: 769px) and (max-width: 1024px) {
    .event_banner_area {
        min-height: 70vh !important;
    }

    .event_banner_content {
        margin-top: 510px;
        text-align: center;
    }

    .event_banner_area .price_content .price_item_col {
        width: 48%;
        margin-left: 10px;
    }
}

/**************************************************************************************************************************/
/** Bid item sold scroll text area **/
/**************************************************************************************************************************/
#soldout_item__wrapper {
    margin: 0 auto;
    text-align: center;
    max-width: 1366px;
}

@media (max-width: 992px) {

    #soldout_item__wrapper {
        background-color: #F2F2F2;
    }
}

.bid_item_sold_scroll_text_area {
    background-color: #13110c;
    padding: 0;
    margin: 0 110px;
    position: relative;
    z-index: 9;
    display: flex;
}

/** Medium Device (Laptops) (>=769px && <1199px) **/
@media (min-width: 769px) and (max-width: 1199px) {

    .bid_item_sold_scroll_text_area {
        margin: 0 70px;
    }
}

/** Extra Small Device (Phones) (<768px) **/
@media (max-width: 768px) {

    .bid_item_sold_scroll_text_area {
        margin: 0 40px;
    }
}

/** Extra Small Device (Phones) (<767px) **/
@media (max-width: 767px) {

    .bid_item_sold_scroll_text_area {
        margin: 0 15px;
    }
}

.bid_item_sold_scroll_title {
    background-color: #E61333;
    color: #fff;
    width: 220px;
    font-size: 12px;
    padding: 7px 0 7px 12px;
    display: inline-block;
    line-height: 16px;
}

/** (<320px) **/
@media (max-width: 320px) {

    .bid_item_sold_scroll_title {
        font-size: 11px;
        line-height: 14px;
    }
}

.bid_item_sold_scroll_title_slope {
    border-top: 40px solid #13110c;
    border-left: 20px solid #E61333;
}

**************************************************************************************************************************/
/** How it work **/
/**************************************************************************************************************************/
.how_it_works_area {
    /*padding-top: 100px;*/
    padding-top: 20px;
}

.how_it_works_features_item {
    text-align: center;
    padding: 0px 30px;
}

    .how_it_works_features_item .round {
        height: 270px;
        line-height: 324px;
        position: relative;
    }

        .how_it_works_features_item .round .top_img {
            height: 40px;
            width: 40px;
            top: 25px;
            right: 8px;
            -webkit-transition: all 0.3s linear;
            -o-transition: all 0.3s linear;
            transition: all 0.3s linear;
        }

    .how_it_works_features_item img {
        /*width: 200px;*/
        width: 112px;
    }

    .how_it_works_features_item h4 {
        font-size: 18px;
        font-weight: 600;
        color: #222;
        margin-bottom: 18px;
        position: relative;
        z-index: 1;
    }

    .how_it_works_features_item p {
        color: #666666;
        line-height: 24px;
    }

/** Extra Small Device (Phones) (<768px) **/
@media (max-width: 767px) {

    .how_it_works_features_item h4 {
        font-size: 16px;
        font-weight: 500;
        margin-bottom: 0;
    }
}

/**************************************************************************************************************************/
/** Inspection Centre **/
/**************************************************************************************************************************/
.inspection_centre_area {
    background: #fdfaf6;
    padding: 120px 0px;
    padding-top: 100px;
}

    .inspection_centre_area h2 span {
        font-size: 24px;
        font-weight: 400;
        line-height: 30px;
    }

.inspection_centre_inner {
    margin-bottom: -40px;
    position: relative;
    z-index: 1;
}

/** Extra Small Device (Phones) (<768px) **/
@media (max-width: 767px) {

    .inspection_centre_area {
        padding: 30px 0 50px;
    }

    .inspection_centre_area p.sec_subtitle {
        font-size: 16px !important;
        font-weight: 400;
        line-height: 20px;
    }
}

/**************************************************************************************************************************/
/** Why choose us **/
/**************************************************************************************************************************/
.why_choose_us_area {
    background: #fff;
    padding: 120px 0px;
    padding-top: 100px;
}

.why_choose_us_area h2 span {
    font-size: 24px;
    font-weight: 400;
    line-height: 30px;
}

.why_choose_us_inner {
    /*margin-bottom: -120px;*/
    margin-bottom: -40px;
    position: relative;
    z-index: 1;
}

.why_choose_us_item {
    border-radius: 6px;
    background-color: white;
    -webkit-box-shadow: 0px 40px 60px 0px rgba(92, 10, 20, 0.08);
    box-shadow: 0px 40px 60px 0px rgba(92, 10, 20, 0.08);
    height: 100%;
    padding: 40px;
}

    .why_choose_us_item img {
        margin-bottom: 35px;
        /*width: 200px;*/
        width: 136px;
    }

    .why_choose_us_item h5 {
        font-weight: 500;
        font-size: 20px;
        color: #2c2c51;
        margin-bottom: 18px;
        -webkit-transition: color 0.2s linear;
        -o-transition: color 0.2s linear;
        transition: color 0.2s linear;
        display: block;
    }

        .why_choose_us_item h5:hover {
            color: #fd475d;
        }

    .why_choose_us_item p {
        color: #7b7b93;
    }

/** Extra Small Device (Phones) (<768px) **/
@media (max-width: 767px) {

    .why_choose_us_area {
        padding: 30px 0 80px;
    }

    .why_choose_us_area p.sec_subtitle {
        font-size: 16px !important;
        font-weight: 400;
        line-height: 20px;
    }

    .why_choose_us_item h5 {
        font-size: 16px;
        font-weight: 500;
        margin-bottom: 0;
    }
}

/**************************************************************************************************************************/
/** FAQ **/
/**************************************************************************************************************************/
.faq_area {
    background: #fdfaf6;
    padding: 20px 0px 40px;
}

.faq_inner {
    margin-bottom: -40px;
    position: relative;
    z-index: 1;
}

/**************************************************************************************************************************/
/** Inspection centres **/
/**************************************************************************************************************************/
.single_ex_team_item_wrapper {
    box-shadow: 0px 2px 4px 0px rgba(12, 0, 46, .2);
    margin-bottom: 30px;
}

.ex_team_item {
    position: relative;
    text-align: center;
    margin-bottom: 10px;
    overflow: hidden;
    cursor: pointer;
}

.ex_team_item .hover_content {
    top: 0;
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 0px 33px;
    background-image: -moz-linear-gradient(140deg, rgba(214, 24, 45, 0.9) 0%, rgba(230, 34, 55, 0.9) 100%);
    background-image: -webkit-linear-gradient(140deg, rgba(214, 24, 45, 0.9) 0%, rgba(230, 34, 55, 0.9) 100%);
    background-image: -ms-linear-gradient(140deg, rgba(214, 24, 45, 0.9) 0%, rgba(230, 34, 55, 0.9) 100%);
    opacity: 0;
    visibility: visible;
    z-index: -1;
    -webkit-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
    -webkit-transform: scale(0.9);
    -ms-transform: scale(0.9);
    transform: scale(0.9);
}

    .ex_team_item .hover_content .n_hover_content ul li {
        text-align: center;
        z-index: 99999999;
        background-color: rgba(0,0,0,0.3);
        color: #eeeeee;
        width: 50px;
        height: 50px;
        padding-top: 5px;
        border-radius: 50%;
        line-height: 36px;
        margin: 0px 5px;
    }

.ex_team_item .hover_content .n_hover_content ul li:hover {
    background-color: #000;
    color: #fff;
}

    .ex_team_item .hover_content .n_hover_content ul li a {
        font-size: 20px;
        color: #fff;
        margin: 0px 5px;
    }

.ex_team_item .hover_content .n_hover_content ul li a:hover {
    color: #fff;
}

.single_ex_team_item_wrapper .team_content_footer {
    padding: 15px;
}

/**************************************************************************************************************************/
/** Article **/
/**************************************************************************************************************************/
/** Article title **/
.blog_desc_text_area {
    background-color: #f8f8f9 !important;
    padding: 40px 0;
}

    .blog_desc_text_area h1.title {
        font-size: 18px;
        font-weight: 600;
        line-height: 28px;
        color: #000 !important;
        margin-bottom: 30px;
        padding: 0 80px;
    }

@media (max-width: 768px) {

    .blog_desc_text_area {
        background-color: #fff !important;
        padding: 25px 0;
    }

        .blog_desc_text_area h1.title {
            font-size: .8rem;
            line-height: 22px;
            padding: 0 10px;
            margin: 0;
        }
}

/** blog grid container  **/
section.blog_area_two {
    padding-top: 0 !important;
}

/** (<992px) **/
@media (max-width: 992px) {

    section.blog_area_two {
        padding-top: 20px !important;
    }
}

section.blog_area_two .blog_grid_info.blog_grid_info_section2 {
}

/** (<992px) **/
@media (max-width: 992px) {

    section.blog_area_two .blog_grid_info.blog_grid_info_section2 {
        padding-right: 25px;
        padding-left: 25px;
    }
}

/** Article search textbox and archives  **/
#web_article_search_archives_wrapper {
    display: block;
}

#mobile_article_search_archives_wrapper {
    display: none;
}

/** (<992px) **/
@media (max-width: 992px) {

    #web_article_search_archives_wrapper {
        display: none;
    }

    #mobile_article_search_archives_wrapper {
        display: block;
    }
}

/**blog header title**/
.blog_grid_header_info h2 {
    font-size: 30px;
    color: #000;
    font-weight: 700;
    margin-bottom: 25px;
    line-height: 30px;
}

    .blog_grid_header_info h2 a {
        color: #A0A0A0;
        font-weight: normal;
        font-size: 28px;
        padding: 10px 0;
    }

.blog_grid_header_info .num_of_result {
    font-size: 14px;
}

/** Article list **/
/*#article_list_wrapper {
    display: flex;
    align-items: stretch;
    justify-items: center;
    flex-wrap: wrap;
    justify-content: center;
}

#article_list_wrapper div.col {
    display: flex;
    align-items: stretch;
    justify-items: center;
    flex-wrap: wrap;
    justify-content: center;
}*/

#article_list_wrapper .col {
    margin-bottom: 40px;
}

/** (<768px) **/
@media (max-width: 768px) {

    #article_list_wrapper .col {
        padding-right: 10px;
        padding-left: 10px;
    }
}

/** (<480px) **/
@media (max-width: 480px) {

    #article_list_wrapper .col {
        padding-right: 8px;
        padding-left: 8px;
    }
}

#article_list_wrapper .blog_list_item {
    margin-bottom: 0;
    height: 100%;
}

.blog_list_item .blog_content h5:hover {
    color: #e62237;
}

.blog_list_item .blog_content .learn_btn_two:hover {
    color: #e62237;
}

    .blog_list_item .blog_content .learn_btn_two:hover::before {
        background: #e62237;
    }

.blog_list_item_two .blog_content p {
    font-size: 14px;
    font-weight: 400;
    margin-bottom: 25px;
}

.blog_list_item img {
    /*height: 220px;
    width: 100%;
    object-fit: cover;*/
    height: 210px;
    width: 100% !important;
    max-width: 100%;
    object-fit: cover;
    border-radius: 0 !important;
}

/** (<1024px) **/
@media (max-width: 1024px) {

    .blog_list_item img {
        height: 160px;
        width: 100% !important;
        max-width: 100%;
        object-fit: cover;
    }
}

/** (<992px) **/
@media (max-width: 992px) {

    .blog_list_item img {
        height: 200px;
        width: 100% !important;
        max-width: 100%;
        object-fit: cover;
    }
}

/** (<768px) **/
@media (max-width: 768px) {

    .blog_list_item img {
        height: 180px;
        width: 100% !important;
        max-width: 100%;
        object-fit: cover;
    }
}

/** (<480px) **/
@media (max-width: 480px) {

    .blog_list_item img {
        height: 110px;
        width: 100% !important;
        max-width: 100%;
        object-fit: cover;
    }
}

/** blog content **/
.blog_grid_info .blog_list_item:hover {
    -webkit-box-shadow: 0px 20px 40px 0px rgba(38, 59, 94, 0.3);
    box-shadow: 0px 20px 40px 0px rgba(38, 59, 94, 0.3);
}

.blog_grid_info .blog_list_item .blog_content {
    padding: 20px 25px 25px;
    border-bottom-left-radius: 6px;
    border-bottom-right-radius: 6px;
    height: calc(100% - 210px);
}

/** (<1024px) **/
@media (max-width: 1024px) {

    .blog_grid_info .blog_list_item .blog_content {
        height: calc(100% - 165px);
    }
}

/** (<992px) **/
@media (max-width: 992px) {

    .blog_grid_info .blog_list_item .blog_content {
        height: calc(100% - 205px);
    }
}

/** (<768px) **/
@media (max-width: 768px) {

    .blog_grid_info .blog_list_item .blog_content {
        height: calc(100% - 180px);
    }
}

/** (<480px) **/
@media (max-width: 480px) {

    .blog_grid_info .blog_list_item .blog_content {
        padding: 6px 12px 12px;
        height: calc(100% - 115px);
    }
}

.blog_grid_info .blog_list_item .blog_content p.blog_date {
    margin-bottom: 10px;
    color: #e62237;
    font-size: 14px;
    font-weight: 500;
}

/** (<480px) **/
@media (max-width: 480px) {

    .blog_grid_info .blog_list_item .blog_content p.blog_date {
        font-size: 10px;
    }
}

.blog_grid_info .blog_list_item .blog_content p.blog_date i {
    padding-right: 6px;
}

.blog_grid_info .blog_list_item .blog_content .blog_title {
    font-size: 18px;
    margin-bottom: 10px;
    line-height: 24px;
    min-height: 80px;
    color: #000;
}

/** (<480px) **/
@media (max-width: 480px) {

    .blog_grid_info .blog_list_item .blog_content .blog_title {
        font-size: 12px;
        line-height: 15px;
        min-height: 90px;
    }
}

.blog_grid_info .blog_list_item .blog_content p.blog_summary {
    font-size: 13px;
    font-weight: 400;
    line-height: 20px;
    margin-bottom: 20px;
    color: #909090;
}


/** (<480px) **/
@media (max-width: 480px) {

    .blog_grid_info .blog_list_item .blog_content p.blog_summary {
        font-size: 11px;
        font-weight: 400;
        line-height: 14px;
        margin-bottom: 8px;
    }
}

.blog_grid_info .blog_list_item .blog_content .post-info-bottom {
    justify-content: flex-end;
}

    .blog_grid_info .blog_list_item .blog_content .post-info-bottom .learn_btn_two {
        text-transform: uppercase;
        font-size: 13px;
        margin-top: 0px;
        line-height: 20px;
        display: inline-block;
        font-weight: 600;
        color: #e62237;
        /*position: absolute;
        bottom: 15px;*/
    }

/** (<480px) **/
@media (max-width: 480px) {

    .blog_grid_info .blog_list_item .blog_content .post-info-bottom .learn_btn_two {
        font-size: 10px;
        line-height: 20px;
    }
}

/**Blog pagnination**/
.blog_area_two .blog_grid_info.blog_grid_info_section2 #article_list_pagination_wrapper .col {
    text-align: center;
}

/** (<480px) **/
@media (max-width: 480px) {

    .blog_area_two .blog_grid_info.blog_grid_info_section2 #article_list_pagination_wrapper .col {
        padding-left: 5px;
        padding-right: 5px;
    }
}

.blog_area_two .blog_grid_info.blog_grid_info_section2 #article_list_pagination_wrapper ul.pagination.shop_page_number {
    border-top: none;
    padding-top: 30px;
    padding-left: 0;
    margin-top: 0px !important;
    display: block;
}

/** (<480px) **/
@media (max-width: 480px) {

    .blog_area_two .blog_grid_info.blog_grid_info_section2 #article_list_pagination_wrapper ul.pagination.shop_page_number {
        padding-top: 0;
    }
}

.blog_area_two .blog_grid_info.blog_grid_info_section2 #article_list_pagination_wrapper ul.pagination.shop_page_number li .page-numbers {
    width: 40px;
    height: 40px;
    border-radius: 0;
    font-size: 16px;
    line-height: 39px;
    font-weight: 700;
    color: #fff;
    background-color: #000;
}

/** (<480px) **/
@media (max-width: 480px) {

    .blog_area_two .blog_grid_info.blog_grid_info_section2 #article_list_pagination_wrapper ul.pagination.shop_page_number li .page-numbers {
        width: 22px;
        height: 26px;
        font-size: 12px;
        line-height: 24px;
    }
}

    .blog_area_two .blog_grid_info.blog_grid_info_section2 #article_list_pagination_wrapper ul.pagination.shop_page_number li .page-numbers:hover {
        border-color: #d6182d;
        color: #fff;
        background: #ab1324;
    }

    .blog_area_two .blog_grid_info.blog_grid_info_section2 #article_list_pagination_wrapper ul.pagination.shop_page_number li .page-numbers.previous-page-icon-btn,
    .blog_area_two .blog_grid_info.blog_grid_info_section2 #article_list_pagination_wrapper ul.pagination.shop_page_number li .page-numbers.next-page-icon-btn {
        background: transparent;
        color: #d6182d;
        border: none;
    }

    .blog_area_two .blog_grid_info.blog_grid_info_section2 #article_list_pagination_wrapper ul.pagination.shop_page_number li .page-numbers.previous-page-icon-btn:hover,
    .blog_area_two .blog_grid_info.blog_grid_info_section2 #article_list_pagination_wrapper ul.pagination.shop_page_number li .page-numbers.next-page-icon-btn:hover {
        background: transparent;
    }

        .blog_area_two .blog_grid_info.blog_grid_info_section2 #article_list_pagination_wrapper ul.pagination.shop_page_number li .page-numbers.previous-page-icon-btn i,
        .blog_area_two .blog_grid_info.blog_grid_info_section2 #article_list_pagination_wrapper ul.pagination.shop_page_number li .page-numbers.next-page-icon-btn i {
            -webkit-transition: color .5s, font-size .5s;
            -moz-transition: color .5s, font-size .5s;
            -o-transition: color .5s, font-size .5s;
            transition: color .5s, font-size .5s;
        } 
        
        .blog_area_two .blog_grid_info.blog_grid_info_section2 #article_list_pagination_wrapper ul.pagination.shop_page_number li .page-numbers.previous-page-icon-btn i:hover,
        .blog_area_two .blog_grid_info.blog_grid_info_section2 #article_list_pagination_wrapper ul.pagination.shop_page_number li .page-numbers.next-page-icon-btn i:hover {
            font-size: 20px;
        }

    .blog_area_two .blog_grid_info.blog_grid_info_section2 #article_list_pagination_wrapper ul.pagination.shop_page_number li .page-numbers.current {
        background: #d6182d;
        border-color: #d6182d;
        color: #fff;
    }

        .blog_area_two .blog_grid_info.blog_grid_info_section2 #article_list_pagination_wrapper ul.pagination.shop_page_number li .page-numbers.current:hover {
            border-color: #d6182d;
            color: #d6182d;
        }

    .blog_area_two .blog_grid_info.blog_grid_info_section2 #article_list_pagination_wrapper ul.pagination.shop_page_number li.disabled .page-numbers:hover {
        border: 1px solid #e7e7f6;
        color: #677294;
    }

/**Recent blog widget**/
.recent_post_widget_two img {
    height: 90px;
    width: 120px;
    object-fit: cover;
    padding-right: 0 !important;
    margin-right: 25px;
}

/** Blog sidebar **/
.blog-sidebar {
    padding-bottom: 20px;
}

/** Accodion **/
.blog-sidebar .widget_title_two {
    font-size: 20px;
    font-weight: 600;
    color: #000;
    margin-bottom: 10px;
}

/** Accodion **/
.article_accordion .card {
    border: unset;
    background-color: transparent;
}

.article_accordion .card .card-header {
    padding: .75rem 0;
    margin-bottom: 0;
    background-color: rgba(0,0,0,.03);
    border-bottom: 1px solid rgba(0,0,0,.125);
}

    .article_accordion .card .card-header.accordion__title {
        background-color: transparent;
        border-bottom: 1px solid #959595;
    }

        .article_accordion .card .card-header.accordion__title:not(.collapsed) h5,
        .article_accordion .card .card-header.accordion__title:not(.collapsed) h5 i {
            color: #e62237;
        }

        .article_accordion .card .card-header.accordion__title i {
            margin-left: 5px;
            font-size: 11px;
        }

        .article_accordion .card .card-header.accordion__title.collapsed i.ti-angle-up {
            display: inline;
        }

        .article_accordion .card .card-header.accordion__title.collapsed i.ti-angle-down {
            display: none;
        }

        .article_accordion .card .card-header.accordion__title:not(.collapsed) i.ti-angle-up {
            display: none;
        }

        .article_accordion .card .card-header.accordion__title:not(.collapsed) i.ti-angle-down {
            display: inline;
        }


.blog-sidebar .widget.categorie_widget_two .article_accordion ul {
    padding: 10px 0;
}

.blog-sidebar .widget.categorie_widget_two .article_accordion ul li {
    height: 28px;
}

    .blog-sidebar .widget.categorie_widget_two .article_accordion ul li a,
    .blog-sidebar .widget.categorie_widget_two .article_accordion ul li a span,
    .blog-sidebar .widget.categorie_widget_two .article_accordion ul li a em {
        font-size: 14px;
        font-weight: 500;
        line-height: 36px;
        color: #909090;
        text-transform: uppercase;
    }

        .blog-sidebar .widget.categorie_widget_two .article_accordion ul li a em {
            padding-left: 0;
        }

        .blog-sidebar .widget.categorie_widget_two .article_accordion ul li a:hover {
            color: #909090;
        }

/**Blog new item**/
.blog_list_item.blog_new_item {
}

/** (<992px) **/
@media (max-width: 992px) {

    .blog_list_item.blog_new_item {
        margin-bottom: 20px !important;
    }
}

    .blog_list_item.blog_new_item img {
        border-radius: 0;
        height: 450px;
        width: 100% !important;
        object-fit: cover;
    }

/** (<992px) **/
@media (max-width: 992px) {

    .blog_list_item.blog_new_item img {
        height: 350px;
    }
}

/** (<768px) **/
@media (max-width: 768px) {

    .blog_list_item.blog_new_item img {
        height: 300px;
    }
}

/** (<480px) **/
@media (max-width: 480px) {

    .blog_list_item.blog_new_item img {
        height: 225px;
    }
}

    .blog_list_item.blog_new_item .new_badge {
        position: absolute;
        left: 0;
        top: 0;
        background-color: #e62237;
        -webkit-box-shadow: 0px 14px 30px 0px rgba(68, 28, 183, 0.25);
        box-shadow: 0px 14px 30px 0px rgba(68, 28, 183, 0.25);
        text-align: center;
        color: #fff;
        padding: 8px 60px 8px 45px;
        z-index: 9;
        border-bottom-right-radius: 50px;
        font-weight: 700;
        font-size: 24px;
        line-height: 32px;
        font-style: italic;
    }

/** (<480px) **/
@media (max-width: 480px) {

    .blog_list_item.blog_new_item .new_badge {
        padding: 8px 45px 8px 30px;
        font-size: 16px;
        line-height: 26px;
    }
}

    .blog_list_item.blog_new_item .blog_date {
        position: absolute;
        right: 20px;
        top: 0;
        color: #fff;
        padding: 15px;
        z-index: 9;
        font-weight: normal;
        font-size: 14px;
        line-height: 32px;
        letter-spacing: 1.2px;
    }

/** (<480px) **/
@media (max-width: 480px) {

    .blog_list_item.blog_new_item .blog_date {
        right: 5px;
        padding: 10px;
        font-size: 12px;
        line-height: 24px;
    }
}

.blog_list_item.blog_new_item .blog_content.post_overlay {
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
    background: rgba(0, 0, 0, .65);
    top: 0;
    left: 0;
    color: #E61333;
    font-size: 38px;
    font-weight: normal;
    letter-spacing: .75px;
    line-height: 1.1em;
    padding: 15px;
    position: absolute;
    z-index: 5;
    width: 100%;
    height: 100%;
    border-radius: 0;
}

        .blog_list_item.blog_new_item .blog_content.post_overlay h5.blog_title {
            left: 20px;
            bottom: 38px;
            position: absolute;
            color: #fff;
            line-height: 26px;
            padding-right: 10px;
        }

/** (<992px) **/
@media (max-width: 992px) {

    .blog_list_item.blog_new_item .blog_content.post_overlay h5.blog_title {
        font-size: 18px;
        line-height: 24px;
    }
}

/** (<768px) **/
@media (max-width: 768px) {

    .blog_list_item.blog_new_item .blog_content.post_overlay h5.blog_title {
        font-size: 16px;
        line-height: 22px;
    }
}

/** (<480px) **/
@media (max-width: 480px) {

    .blog_list_item.blog_new_item .blog_content.post_overlay h5.blog_title {
        font-size: 12px;
        line-height: 16px;
        bottom: 15px;
        left: 15px;
    }
}

/**blog search input field**/
.blog-sidebar .widget.search_widget_two .search-form.input-group .form-control {
    padding: 0px 30px;
    background: #fff;
    border-radius: 35px;
    height: 50px;
    font-size: 14px;
    border: 1px solid #000;
}

    .blog-sidebar .widget.search_widget_two .search-form.input-group .form-control::placeholder {
        color: #b3b3b3;
    }

    .blog-sidebar .widget.search_widget_two .search-form.input-group .form-control:focus {
        border-left: 1px solid #000;
        border-color: #000;
        box-shadow: 0px 2px 20px 0px rgba(12, 0, 46, 0.25);
    }

.blog-sidebar .widget.search_widget_two .search-form.input-group .search-article-btn i {
    color: #e62237;
}

/**************************************************************************************************************************/
/** Article Details **/
/**************************************************************************************************************************/
.blog_list_item_detail .blog_content h5 {
    margin-top: 20px;
}

.blog_list_item_detail .blog_content h5:hover {
    color: #051441;
}

.blog_list_item_detail .blog_content p {
    font-weight: 400;
    font-size: 14px;
    line-height: 24px;
    margin-bottom: 12px;
}

.blog_list_item_detail .post_tag a {
    padding: 6px;
    line-height: 18px;
    margin-bottom: 5px;
}

.blog_list_item_detail .blog_content p span {
    padding: 0 !important;
}

.blog_list_item_detail .blog_content img {
    width: 100% !important;
    height: auto !important;
    margin-bottom: 1rem;
}

.blog_list_item_detail .blog_content iframe {
    width: 100% !important;
}

.blog_list_item_detail .blog_content table > thead > tr > th,
.blog_list_item_detail .blog_content table > tbody > tr > th,
.blog_list_item_detail .blog_content table > tfoot > tr > th,
.blog_list_item_detail .blog_content table > thead > tr > td,
.blog_list_item_detail .blog_content table > tbody > tr > td,
.blog_list_item_detail .blog_content table > tfoot > tr > td {
    padding: 8px;
    line-height: 1.42857143;
    vertical-align: top;
}

.see_all_recent_blog_btn {
    font-size: 13px;
    margin-top: 0px;
    line-height: 20px;
    display: inline-block;
    font-weight: 600;
    color: #A0A0A0;
}

.see_all_recent_blog_btn:hover {
    color: #A0A0A0;
}

.blog-sidebar .widget.recent_post_widget_two .post_item .media-body h3 {
    color: #000;
    margin-bottom: 0;
}

    .blog-sidebar .widget.recent_post_widget_two .post_item .media-body h3:hover {
        color: #e62237;
    }

.post_share .post-nam,
.post_tag .post-nam {
    color: #000;
}

.post_share a:hover,
.post_tag a:hover {
    color: #e62237;
}

.blog_content .post_date h2 {
    /*color: #A0A0A0;
    color: #e62237;*/
    color: #000;
}

/**************************************************************************************************************************/
/** FAQ **/
/**************************************************************************************************************************/
/**Version 1***/
/*.faq_tab.faq_tab_custom .nav-item .nav-link.active {
    color: #e62237;
}

.faq_tab.faq_tab_custom .nav-item .nav-link::before {
    background: #e62237;
}

.faq_content.faq_content_custom .tab-pane .card .card-header .btn:not(.collapsed) {
    color: #e62237;
}

.faq_content.faq_content_custom .tab-pane .card .card-body ul li,
.faq_content.faq_content_custom .tab-pane .card .card-body ol li {
    padding: 0 0 0 10px;
    margin-left: -10px;
}*/
/**Version 2***/
/**Web version***/
/**FAQ groups***/
.faq_tab_wrapper {
    display: flex;
}

.faq_tab_styl2.faq_tab_custom.nav-tabs {
    border-bottom: none;
    margin: 0 auto;
    margin-bottom: 45px;
}

.faq_tab_styl2.faq_tab_custom.nav-tabs .nav-item.show .nav-link,
.faq_tab_styl2.faq_tab_custom.nav-tabs .nav-link.active {
    color: #000;
    background-color: transparent;
    border-bottom: 4px solid #e62237 !important;
    font-size: 20px;
    font-weight: bold;
}

    .faq_tab_styl2.faq_tab_custom.nav-tabs .nav-link {
        border: 1px solid transparent;
        border-top-left-radius: .25rem;
        border-top-right-radius: .25rem;
        border-bottom: 1px solid #dee2e6;
        color: #bdbdbd;
        font-size: 20px;
        font-weight: 600;
    }

.faq_tab_styl2.faq_tab_custom.nav-tabs .nav-item.nav-link {
    /*-ms-flex: 1 1 auto;
    flex: 1 1 auto;*/
    flex: unset;
    text-align: center;
}

.faq_tab_content_wrapper {
    width: 100%;
}

/**Vertical tab**/
/**FAQs**/
.faq_tab_styl3_vertical.faq_tab_custom.nav.nav-tabs {
    float: left;
    display: block;
    margin-right: 0px;
    border-bottom: 0;
    overflow: auto;
    height: 450px;
}

    .faq_tab_styl3_vertical.faq_tab_custom.nav.nav-tabs .nav-item {
        margin-bottom: 6px
    }

    .faq_tab_styl3_vertical.faq_tab_custom.nav.nav-tabs .nav-link {
        background: #fff;
        background-color: transparent;
        border: 1px solid transparent;
        padding-top: 20px;
        padding-left: 0;
        color: #bdbdbd;
        font-weight: 500;
        line-height: 22px;
    }

        .faq_tab_styl3_vertical.faq_tab_custom.nav.nav-tabs .nav-link.active {
            color: #e62237;
            background-color: #fff !important;
            /*border-bottom: 1px solid #e62237 !important;*/
            text-decoration: underline;
        }

.faq_verticle_tab_wrapper .tab-content {
    overflow: auto;
    -webkit-border-radius: 0px 4px 4px 4px;
    -moz-border-radius: 0px 4px 4px 4px;
    border-radius: 0px 4px 4px 4px;
    background: #fff;
    padding: 20px;
}

    .faq_verticle_tab_wrapper .tab-content .tab-pane,
    .faq_verticle_tab_wrapper .tab-content .tab-pane p,
    .faq_verticle_tab_wrapper .tab-content .tab-pane p span {
        padding: 0;
        color: #000;
        font-size: 14px;
        font-weight: 400;
        line-height: 22px;
        font-family: "Poppins", sans-serif !important;
        font-family: arial !important;
        text-align: justify;
    }

    .faq_verticle_tab_wrapper .tab-content .tab-pane ul {
        margin: 0;
    }

/**FAQ mobile version**/
/**FAQs groups**/
.faq_tab_styl4.faq_tab_custom.nav-tabs {
    border-bottom: none;
    margin: 0 auto;
    margin-bottom: 45px;
}

    .faq_tab_styl4.faq_tab_custom.nav-tabs .nav-link {
        border: 1px solid transparent;
        border-top-left-radius: .25rem;
        border-top-right-radius: .25rem;
        border-bottom: 1px solid #dee2e6;
        color: #bdbdbd;
        font-size: 20px;
        font-weight: 600;
    }

    .faq_tab_styl4.faq_tab_custom.nav-tabs .nav-item.nav-link {
        /*-ms-flex: 1 1 auto;
        flex: 1 1 auto;*/
        flex: unset;
        text-align: center;
        padding: 0 25px;
        margin: 10px 0;
        border-left: 1px solid #bdbdbd;
        border-bottom: unset;
    }

    .faq_tab_styl4.faq_tab_custom.nav-tabs .nav-item.nav-link:first-child {
        border-left: unset;
    }

    .faq_tab_styl4.faq_tab_custom.nav-tabs .nav-item.show .nav-link,
    .faq_tab_styl4.faq_tab_custom.nav-tabs .nav-link.active {
        color: #000;
        background-color: transparent;
        /*border-bottom: 4px solid #e62237;*/
        display: inline-block;
        position: relative;
        font-weight: bold;
    }

        .faq_tab_styl4.faq_tab_custom.nav-tabs .nav-item.show .nav-link:after,
        .faq_tab_styl4.faq_tab_custom.nav-tabs .nav-link.active:after {
            position: absolute;
            content: '';
            border-bottom: 4px solid #e62237;
            width: 70%;
            transform: translateX(-50%);
            bottom: -15px;
            left: 50%;
        }

@media (max-width: 768px) {

        .faq_tab_styl4.faq_tab_custom.nav-tabs .nav-item.nav-link {
            font-size: 14px;
            padding: 0 12px;
        }

        .faq_tab_styl4.faq_tab_custom.nav-tabs .nav-item.show .nav-link::after,
        .faq_tab_styl4.faq_tab_custom.nav-tabs .nav-link.active::after {
            bottom: -10px;
        }
}

@media (max-width: 480px) {

    .faq_tab_styl4.faq_tab_custom.nav-tabs {
        margin-bottom: 30px;
    }

        .faq_tab_styl4.faq_tab_custom.nav-tabs .nav-item.nav-link {
            font-size: 11px;
            padding: 0 6px;
        }
}

@media (max-width: 360px) {

    .faq_tab_styl4.faq_tab_custom.nav-tabs {
        margin-bottom: 25px;
    }

        .faq_tab_styl4.faq_tab_custom.nav-tabs .nav-item.nav-link {
            font-size: 11px;
            padding: 0 6px;
            margin: 5px 0;
        }
}

/**FAQs**/
#faqs_tab_section_mobile_view .card {
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    min-width: 0;
    word-wrap: break-word;
    background-color: #fff;
    background-clip: border-box;
    border: unset;
    border-radius: 0;
}

    #faqs_tab_section_mobile_view .card .card-header {
        padding: 6px 0;
        padding: 6px 35px 6px 6px;
        margin-bottom: 0;
        background-color: #fff;
        border-bottom: 1px solid #999999;
    }

        #faqs_tab_section_mobile_view .card .card-header .btn-link {
            font-size: 18px;
            font-weight: 600;
            color: #000;
            background-color: transparent;
            text-align: left;
            white-space: unset;
        }

            #faqs_tab_section_mobile_view .card .card-header .btn-link::after {
                content: "\f107";
                top: 10px;
                right: 0px;
                position: absolute;
                font-family: "FontAwesome";
                height: 30px;
                width: 30px;
                background-color: #e62237;
                border-radius: 50%;
                padding: 3px 9px;
                color: #fff;
                font-size: 18px;
            }

            #faqs_tab_section_mobile_view .card .card-header .btn-link[aria-expanded="true"]::after {
                content: "\f106";
                padding: 1.2px 9px;
            }

@media (max-width: 992px) {

    #faqs_tab_section_mobile_view .card .card-header .btn-link::after {
        padding: 5px 9px;
    }

    #faqs_tab_section_mobile_view .card .card-header .btn-link[aria-expanded="true"]::after {
        padding: 3px 9px;
    }
}

#faqs_tab_section_mobile_view .card .card-body {
    padding: 0;
}

/**Sub accordian card***/
#faqs_tab_section_mobile_view .sub_accordion .card {
    padding: 0;
}

    #faqs_tab_section_mobile_view .sub_accordion .card .btn.btn-link {
        font-size: 16px;
        font-weight: 400;
        text-align: left;
        white-space: unset;
    }

        #faqs_tab_section_mobile_view .sub_accordion .card .btn.btn-link:not(.collapsed) {
            color: #e62237;
        }

    #faqs_tab_section_mobile_view .sub_accordion .card .card-body {
        background: #F4F4F4;
        color: #000;
        /*padding: 15px 20px 15px 40px;*/
        padding: 10px 15px;
        font-size: 14px;
        font-weight: 400;
        line-height: 22px;
    }

        #faqs_tab_section_mobile_view .sub_accordion .card .card-body ol,
        #faqs_tab_section_mobile_view .sub_accordion .card .card-body ol li,
        #faqs_tab_section_mobile_view .sub_accordion .card .card-body ul,
        #faqs_tab_section_mobile_view .sub_accordion .card .card-body ul li,
        #faqs_tab_section_mobile_view .sub_accordion .card .card-body p {
            color: #000;
            font-size: 14px;
            font-weight: 400;
            margin-bottom: 0;
            line-height: 22px;
        }

@media (max-width: 768px) {

    #faqs_tab_section_mobile_view .card .card-header .btn-link {
        font-size: 14px !important;
        line-height: 22px !important;
    }

    #faqs_tab_section_mobile_view .card .sub_accordion .card .btn.btn-link {
        padding-left: 30px;
        font-size: 13px !important;
        line-height: 20px !important;
    }

    #faqs_tab_section_mobile_view .card .sub_accordion .card .collapse_wrapper {
        padding: 0 30px;
    }

    #faqs_tab_section_mobile_view .sub_accordion .card .card-body {
        /*padding: 15px 20px 15px 30px;*/
        font-size: 12px;
        font-weight: 400;
        line-height: 20px;
        margin: 0 0 10px 15px;
    }

        #faqs_tab_section_mobile_view .sub_accordion .card .card-body ol,
        #faqs_tab_section_mobile_view .sub_accordion .card .card-body ol li,
        #faqs_tab_section_mobile_view .sub_accordion .card .card-body ul,
        #faqs_tab_section_mobile_view .sub_accordion .card .card-body ul li,
        #faqs_tab_section_mobile_view .sub_accordion .card .card-body p {
            font-size: 12px;
            font-weight: 400;
            line-height: 20px;
        }
}

@media (max-width: 480px) {

    #faqs_tab_section_mobile_view .card .card-header .btn-link {
        font-size: 12px !important;
        line-height: 20px !important;
    }

    #faqs_tab_section_mobile_view .card .sub_accordion .card .btn.btn-link {
        padding-left: 25px;
        font-size: 11px !important;
        line-height: 20px !important;
    }

    #faqs_tab_section_mobile_view .card .sub_accordion .card .collapse_wrapper {
        padding: 0 25px;
    }

    #faqs_tab_section_mobile_view .sub_accordion .card .card-body {
        /*padding: 15px 20px 15px 25px;*/
        font-size: 11px;
        font-weight: 400;
        line-height: 18px;
    }

        #faqs_tab_section_mobile_view .sub_accordion .card .card-body ol,
        #faqs_tab_section_mobile_view .sub_accordion .card .card-body ol li,
        #faqs_tab_section_mobile_view .sub_accordion .card .card-body ul,
        #faqs_tab_section_mobile_view .sub_accordion .card .card-body ul li,
        #faqs_tab_section_mobile_view .sub_accordion .card .card-body p {
            font-size: 11px;
            font-weight: 400;
            line-height: 18px;
        }
}

/**FAQ for web and mobile**/
#faqs_tab_section_web_view {
    display: block;
}
#faqs_tab_section_mobile_view {
    display: none;
}

/** (<768px) **/
@media (max-width: 768px) {

    #faqs_tab_section_web_view {
        display: none;
    }
    #faqs_tab_section_mobile_view {
        display: block;
    }
}

/***Style 5 for inspection report in the used/bid motorcycle item detail page***/
.custom_tab_styl5.ebm_tab_custom.nav-tabs {
    border-bottom: none;
    margin: 0 auto;
    width: 100%;
}

.custom_tab_styl5.ebm_tab_custom.nav-tabs .nav-item.show .nav-link,
.custom_tab_styl5.ebm_tab_custom.nav-tabs .nav-link.active {
    color: #fff;
    background-color: #e62237;
    border-bottom: 4px solid #e62237 !important;
    font-size: 20px;
    font-weight: 600;
}

.custom_tab_styl5.ebm_tab_custom.nav-tabs .nav-link {
    border-radius: 4px;
    border: 1px solid #EDEDED;
    color: #000;
    font-size: 20px;
    font-weight: 600;
    background: #EDEDED;
    padding: 10px 12px;
}

/** (<992px) **/
@media (max-width: 992px) {

    .custom_tab_styl5.ebm_tab_custom.nav-tabs .nav-item.show .nav-link,
    .custom_tab_styl5.ebm_tab_custom.nav-tabs .nav-link.active {
        font-size: 16px;
        font-weight: 600;
        line-height: 22px;
    }

    .custom_tab_styl5.ebm_tab_custom.nav-tabs .nav-link {
        font-size: 16px;
        font-weight: 600;
        padding: 10px 12px;
        line-height: 22px;
    }
}

/** (<480) **/
@media (max-width: 480px) {

    .custom_tab_styl5.ebm_tab_custom.nav-tabs .nav-item.show .nav-link,
    .custom_tab_styl5.ebm_tab_custom.nav-tabs .nav-link.active {
        font-size: 12px;
        font-weight: 600;
        line-height: 16px;
    }

    .custom_tab_styl5.ebm_tab_custom.nav-tabs .nav-link {
        font-size: 12px;
        font-weight: 600;
        padding: 10px 12px;
        line-height: 16px;
    }
}

.custom_tab_styl5.ebm_tab_custom.nav-tabs .nav-item.nav-link {
    -ms-flex: 1 1 32%;
    flex: 1 1 32%;
    margin: 0 5px 0 0;
}

.custom_tab_styl5.ebm_tab_custom.nav-tabs .nav-item.nav-link:last-child {
    margin: 0;
}

/***Style 6 (Vertical tab) for inspection report in the used/bid motorcycle item detail page***/
.custom_tab_styl6_vertical.ebm_tab_custom.nav.nav-tabs {
    border-bottom: 0;
    width: 100%;
}

    .custom_tab_styl6_vertical.ebm_tab_custom.nav.nav-tabs .nav-item {
        margin: 6px;
        width: 100%;
    }

/** (<480) **/
@media (max-width: 480px) {
    .custom_tab_styl6_vertical.ebm_tab_custom.nav.nav-tabs .nav-item {
        margin: 2px;
        width: calc(33% - 4px);
        display: inline-block;
        min-width: 80px;
    }
}

    .custom_tab_styl6_vertical.ebm_tab_custom.nav.nav-tabs .nav-link {
        background: #fff;
        background-color: rgb(255, 255, 255);
        border: 1px solid transparent;
        color: #000;
        font-weight: 500;
        line-height: 22px;
        font-size: 14px;
        border-radius: 4px;
        width: 100%;
    }

/** (<480) **/
@media (max-width: 480px) {
    .custom_tab_styl6_vertical.ebm_tab_custom.nav.nav-tabs .nav-link {
        font-weight: 500;
        line-height: 16px;
        font-size: 12px;
        border-radius: 4px;
        text-align: center;
        height: 100%;
        vertical-align: middle;
        display: inline-block;
        position: relative;
    }
}

        .custom_tab_styl6_vertical.ebm_tab_custom.nav.nav-tabs .nav-link.active {
            color: #fff;
            background-color: #13110c !important;
            text-decoration: none;
        }

    /**************************************************************************************************************************/
    /** Contact us **/
    /**************************************************************************************************************************/
    .contact_form_box .btn_three {
        min-width: 180px;
        text-align: center;
        background: #e62237;
        border-color: #e62237;
        margin-top: 0px;
    }

        .contact_form_box .btn_three:hover {
            background: transparent;
            color: #e62237;
        }

    /**************************************************************************************************************************/
    /** Login **/
    /**************************************************************************************************************************/
    .sign_info {
        border: 1px solid #fff;
        background: #fff;
        padding: 80px 50px;
        box-shadow: 0px 2px 4px 0px rgba(12, 0, 46, .2);
    }

        .sign_info .sign_info_content ul li i {
            color: #e62237;
            margin-right: 10px;
        }

    .login-form .btn_three {
        width: 100%;
        background: #e62237;
        color: #fff;
        margin-top: 40px;
    }

    .login-form .extra {
        margin-top: 0;
    }

    .sign_info .sign-in-form .extra .forgotten-password a {
        color: #A9A9A9;
        font-weight: 400;
    }

        .sign_info .sign-in-form .extra .forgotten-password a:hover {
            color: #e62237;
        }

    /** (<768px) **/
    @media (max-width: 768px) {

        .sign_info {
            padding: 40px 20px;
        }
    }

    /** (<992px) **/
    @media (max-width: 992px) {

        .registration__form .order_web_1_mobile_2 {
            order: 2;
        }

        .registration__form .order_web_2_mobile_1 {
            order: 1;
        }

        .registration__form .sign_info .login_info {
            margin-top: 0;
            margin-bottom: 50px;
        }
    }

    /**************************************************************************************************************************/
    /** Forgot password **/
    /**************************************************************************************************************************/


    /**************************************************************************************************************************/
    /** Register **/
    /**************************************************************************************************************************/


    /**************************************************************************************************************************/
    /** Term of use and privacy policy  **/
    /**************************************************************************************************************************/
    ol.roman {
        counter-reset: roman;
    }

    ol.alpha {
        counter-reset: alpha;
    }

    ol.list-unstyled li {
        list-style: none;
        position: relative;
        margin-bottom: 6px;
    }

    ol.roman > li:before {
        counter-increment: roman;
        content: "(" counter(roman, lower-roman)") "
    }

    ol.alpha > li:before {
        counter-increment: alpha;
        content: "(" counter(alpha, lower-alpha)") "
    }

    /**************************************************************************************************************************/
    /** Crop and upload image 
    Related library/files : Croppie - Image Cropper **/
    /**************************************************************************************************************************/
.imgupload.imgupload-crop label.cabinet {
    display: block;
    cursor: pointer;
    text-align: center;
}

        .imgupload.imgupload-crop label.cabinet input.file {
            position: relative;
            height: auto;
            width: auto;
            opacity: 0;
            -moz-opacity: 0;
            filter: progid:DXImageTransform.Microsoft.Alpha(opacity=0);
            margin-top: -30px;
        }

.imgupload.imgupload-crop figure {
    position: relative;
    width: 100%;
    height: 100%;
}

        .imgupload.imgupload-crop figure figcaption {
            position: absolute;
            bottom: 0;
            color: #fff;
            color: #000;
            width: 100%;
            padding-left: 12px;
            padding-bottom: 5px;
            text-shadow: 0 0 10px #000;
        }

    .imgupload.imgupload-crop .item-img-output {
        width: 260px;
        height: 175px;
        object-fit: cover;
    }

    .imgupload.imgupload-crop .crop-img-result {
        display: none;
    }

    .croppie-container {
        width: 100%;
        height: auto;
    }

        .croppie-container .cr-boundary {
            background-color: #000;
        }

.imgupload.imgupload-crop .remove-img-button {
    background-color: #e62237 !important;
    color: #fff !important;
    border-radius: 50%;
    height: 20px;
    width: 20px;
    position: absolute;
    top: -5px !important;
    right: -5px !important;
    font-size: 1.3rem;
    font-weight: normal;
    line-height: 1;
    text-shadow: 0 1px 0 #fff;
    padding-left: 1px;
}

/** (<768px) **/
@media (max-width: 768px) {

    .imgupload.imgupload-crop .remove-img-button {
        font-size: 1.1rem;
        padding: 1px 0 0 1px;
    }
}

    /**********************************************************/
    /*  Loading Gif */
    /**********************************************************/
    /* When the body has the loading class, scrollbar off with overflow:hidden */
    .loading_wrapper.loading {
        overflow: hidden;
    }

        /* When the body has the loading class, modal element will be visible */
        .loading_wrapper.loading .loading_overlay {
            display: block;
        }

    .loading_overlay {
        display: none;
        position: fixed;
        z-index: 10003;
        top: 0;
        left: 0;
        height: 100%;
        width: 100%;
        background: rgba(255,255,255, 0.5) url('../../img/Rolling-1s-64px.gif') 50% 50% no-repeat;
    }

    /****************************************************************************************************************************
 * Stripe
 ****************************************************************************************************************************/
    .StripeElement {
        box-sizing: border-box;
        height: 40px;
        padding: 10px 12px;
        border: 1px solid transparent;
        border-radius: 4px;
        background-color: white;
        box-shadow: 0 1px 3px 0 #e6ebf1;
        box-shadow: 0px 2px 4px 0px rgba(12, 0, 46, .3);
        -webkit-transition: box-shadow 150ms ease;
        transition: box-shadow 150ms ease;
        /**version 2.0**/
        /*padding: 20px 14px 18px 10px;
    height: 48px;*/
        border-radius: 2px;
        border: 1px solid #ced4da;
        box-shadow: unset;
    }

    .StripeElement--focus {
        /*box-shadow: 0 1px 3px 0 #cfd7df;*/
        border-left: 5px solid #e62237;
        border-color: #f2effc;
        border-left-color: rgb(242, 239, 252);
        -webkit-box-shadow: 0px 2px 20px 0px rgba(12, 0, 46, 0.25);
        box-shadow: 0px 2px 20px 0px rgba(12, 0, 46, 0.25);
        outline: none;
        border-left: 5px solid #e62237;
        background-color: #fafafa;
        width: calc(100% + 6px);
    }

    .StripeElement--invalid {
        border-color: #721c24;
    }

    .StripeElement--webkit-autofill {
        background-color: #fefde5 !important;
    }

    #card-errors {
        color: #721c24;
        font-size: 12px;
        line-height: 20px;
    }

    /**************************************************************************************************************************/
    /** Section **/
    /**************************************************************************************************************************/
    .success_check_icon {
        border: 3px solid #28a745;
        width: 110px;
        text-align: center;
        margin: 0 auto;
        margin-bottom: 0px;
        border-radius: 50%;
        margin-bottom: 20px;
        padding: 25px;
    }

        .success_check_icon i {
            font-size: 45px;
            color: #28a745;
            font-weight: 700;
            top: 4px;
            position: relative;
        }

    /**************************************************************************************************************************/
    /** Animation **/
    /**************************************************************************************************************************/
    .blinking_effect_bid_price_status {
        animation: blink-animation 2s steps(5, start) infinite;
        -webkit-animation: blink-animation 2s steps(5, start) infinite;
    }

    @keyframes blink-animation {
        to {
            visibility: hidden;
        }
    }

    @-webkit-keyframes blink-animation {
        to {
            visibility: hidden;
        }
    }

    /**************************************************************************************************************************/
    /** Dropdown language menu **/
    /**************************************************************************************************************************/
    #ddLanguageMenu,
    #ddLanguageMenu1 {
        font-weight: 500 !important;
        /*font-size: 13px !important;*/ /*Version1.0*/
        font-size: 12px !important;
        text-align: right;
        margin-right: 2px;
        line-height: 18px;
        color: #808080;
        /*margin-left: 5px;*/
        margin-left: 0;
        padding: 1px 8px;
        background: #E5E5E7;
        margin-top: 6px;
    }

        #ddLanguageMenu.dropdown-toggle::after,
        #ddLanguageMenu1.dropdown-toggle::after {
            color: #090909;
        }

    #ddLanguageMenu_list .single_dropdown_item,
    #ddLanguageMenu_list1 .single_dropdown_item {
        font-size: 13px;
        font-weight: 500 !important;
        margin-left: 0;
    }

        #ddLanguageMenu_list .single_dropdown_item.active,
        #ddLanguageMenu_list .single_dropdown_item:active,
        #ddLanguageMenu_list1 .single_dropdown_item.active,
        #ddLanguageMenu_list1 .single_dropdown_item:active {
            color: #282835;
            text-decoration: none;
            background-color: #f8f9fa;
        }

    #ddLanguageMenu_list .single_dropdown_item,
    #ddLanguageMenu_list1 .single_dropdown_item {
        padding: 6px 30px 6px 10px;
    }

        #ddLanguageMenu_list .single_dropdown_item .icon_wrapper,
        #ddLanguageMenu_list1 .single_dropdown_item .icon_wrapper {
            width: 20px;
            display: inline-block;
        }

    @media only screen and (max-width: 992px) {

        #ddLanguageMenu {
            display: none;
        }
    }

    /** Mobile dropdown main menu **/
    .menu.main-menu-ul.mobile__view ul.dropdown-menu {
        float: unset;
    }

.menu.main-menu-ul.mobile__view li a.dropdown-toggle {
    color: #fff;
}

.menu.main-menu-ul.mobile__view ul.dropdown-menu {
    background-color: transparent;
    padding-left: 24px;
    border: unset;
}

    .menu.main-menu-ul.mobile__view ul.dropdown-menu a {
        color: #fff;
        font-size: 90%;
        font-weight: lighter;
    }

    .menu.main-menu-ul.mobile__view ul.dropdown-menu a:hover {
        font-weight: 600;
    }

    /** Web dropdown language menu **/
    .navbar-nav .dropdown-menu {
        float: right;
        right: 0;
        right: unset;
        left: unset;
        min-width: 80px;
        padding: 0;
        top: Calc(100% + 3px);
    }

    .menu > .nav-item.submenu .dropdown-menu {
        min-width: unset !important;
    }

    /** Mobile dropdown language menu **/
    .dropdown.dropdown__mobile_lang_menu {
        display: none;
        position: absolute;
        /*top: 35px;*/ /*Version1.0*/
        top: 5px;
        right: 5px;
    }

    .dropdown__mobile_lang_menu .dropdown-menu {
        right: 0px;
        float: right;
        left: unset;
        min-width: 80px;
        padding: 0;
        top: calc(100% + 3px);
    }

    @media only screen and (max-width: 992px) {

        .dropdown.dropdown__mobile_lang_menu {
            display: block;
        }
    }

    @media (max-width: 480px) {

        .dropdown.dropdown__mobile_lang_menu {
            right: 15px;
        }

        #ddLanguageMenu_list .single_dropdown_item,
        #ddLanguageMenu_list1 .single_dropdown_item {
            padding: 3px 10px 3px 10px;
        }
    }

    /**************************************************************************************************************************/
    /** Home page (FAQ CTA) **/
    /**************************************************************************************************************************/
    .faq_area .action_content {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-align: start;
        align-items: flex-start;
        margin-bottom: 40px;
        border-radius: 6px;
        background-color: white;
        box-shadow: 0px 2px 4px 0px rgba(12, 0, 46, .2);
        padding: 20px 40px;
        margin-top: 0;
        -webkit-transition: all 0.3s linear;
        -o-transition: all 0.3s linear;
        transition: all 0.3s linear;
    }

    .faq_area .action_content_icon {
        margin-right: 20px;
    }

        .faq_area .action_content_icon img {
            margin-top: 10px;
            height: 60px;
        }

    .faq_area .action_content_text {
        border-left: 1px solid #f1ece5;
        padding-left: 20px;
        -ms-flex: 1;
        flex: 1;
    }

        .faq_area .action_content_text p {
            display: block;
            margin-bottom: 5px;
        }

    .gotofaqbtn {
        margin-top: 30px !important;
        position: absolute;
        right: 35px;
        top: 0;
    }

    @media (max-width: 767px) {
        .faq_area .action_content {
            margin-bottom: 0;
            padding: 10px 20px;
        }

        .faq_area .action_content_icon img {
            margin-top: 15px;
            height: 50px;
        }

        .faq_area .action_content_text {
            border-left: unset;
            padding-left: unset;
        }

            .faq_area .action_content_text p {
                line-height: 20px;
                font-size: 14px;
                margin-bottom: 15px;
            }

        .gotofaqbtn {
            position: relative;
            text-align: center;
            right: unset;
            top: unset;
            margin-top: 0 !important;
        }
    }

    /**************************************************************************************************************************/
    /** promotion_banner_area css **/
    /**************************************************************************************************************************/
.promotion_banner_area {
    /*height: 100vh;*/ /*Version1.0*/
    height: 90vh;
    height: 520px;
    min-height: 520px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    position: relative;
    z-index: 1;
}

.promotion_slider {
    position: absolute;
    /*top: 0;*/ /*Version1.0*/
    /*top: 100px;*/ /*Version1.1*/
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
}

        .promotion_slider:before {
            content: "";
            width: 100%;
            height: 100%;
            background: unset !important;
            opacity: 0 !important;
            position: absolute;
            top: 0;
            left: 0;
            z-index: 1;
        }

        .promotion_slider .owl-stage-outer,
        .promotion_slider .owl-stage,
        .promotion_slider .owl-item {
            height: 100%;
            z-index: 99;
        }

            .promotion_slider .owl-stage-outer .promotion_banner_item,
            .promotion_slider .owl-stage .promotion_banner_item,
            .promotion_slider .owl-item .promotion_banner_item {
                display: block;
                width: 100%;
                max-width: 1146px;
                /*height: calc(100% - 65px);*/ /*Version1.0*/
                /*height: calc(100% - 150px);*/
                height: 520px;
                background-position: center center !important;
                background-size: cover !important;
                background-repeat: no-repeat !important;
                /*margin-top: 65px !important;*/ /*Version1.1*/
                margin: 0 auto !important;
            }

    /** (<1200px) **/
    @media (max-width: 1200px) {

        .promotion_banner_area {
            /*height: 565px;
            min-height: 565px;*/
            height: 420px;
            min-height: 420px;
        }

        /*.promotion_slider .owl-stage-outer,
    .promotion_slider .owl-stage,
    .promotion_slider .owl-item {
        height: auto !important;
    }*/

        .promotion_slider .owl-stage-outer .promotion_banner_item,
        .promotion_slider .owl-stage .promotion_banner_item,
        .promotion_slider .owl-item .promotion_banner_item {
            height: 400px;
            background-size: cover !important;
            /*margin-top: 65px !important;*/ /*Version1.1*/
        }
    }

    /** (<768px) **/
    @media (max-width: 768px) {

        .promotion_banner_area {
            /*height: 475px;
            min-height: 475px;*/
            height: 320px;
            min-height: 320px;
        }

        .promotion_slider .owl-stage-outer .promotion_banner_item,
        .promotion_slider .owl-stage .promotion_banner_item,
        .promotion_slider .owl-item .promotion_banner_item {
            height: 300px;
            /*margin-top: 65px !important;*/ /*Version1.1*/
        }
    }

    /** (<480px) **/
    @media (max-width: 480px) {

        .promotion_banner_area {
            /*height: 405px;
            min-height: 405px;*/
            height: 250px;
            min-height: 250px;
            height: 200px;
            min-height: 200px;
        }

        .promotion_slider .owl-stage-outer .promotion_banner_item,
        .promotion_slider .owl-stage .promotion_banner_item,
        .promotion_slider .owl-item .promotion_banner_item {
            /*height: 220px;*/
            height: 200px;
            /*margin-top: 75px !important;*/ /*Version1.1*/
        }
    }

    /** (<320px) **/
    @media (max-width: 320px) {

        .promotion_banner_area {
            /*height: 365px;
            min-height: 365px;*/
            height: 195px;
            min-height: 195px;
        }

        .promotion_slider .owl-stage-outer .promotion_banner_item,
        .promotion_slider .owl-stage .promotion_banner_item,
        .promotion_slider .owl-item .promotion_banner_item {
            height: 180px;
            /*margin-top: 75px !important;*/ /*Version1.1*/
        }
    }

.promotion_slider .owl-dots {
    margin-top: -32px;
    /*margin-top: -120px;*/ /*Version1.1*/
    margin-top: -36px;
    position: relative;
    z-index: 100;
}

/** (<1200px) **/
@media (max-width: 1200px) {
    .promotion_slider .owl-dots {
        margin-top: -40px;
    }
}

/** (<992px) **/
@media (max-width: 992px) {
    .promotion_slider .owl-dots {
        margin-top: -40px;
    }
}

/** (<768px) **/
@media (max-width: 768px) {
    .promotion_slider .owl-dots {
        margin-top: -32px;
    }
}

/** (<480px) **/
@media (max-width: 480px) {
    .promotion_slider .owl-dots {
        margin-top: -50px;
        margin-top: -32px;
    }
}

/** (<320px) **/
@media (max-width: 320px) {
    .promotion_slider .owl-dots {
        margin-top: -32px;
    }
}

    .owl-dots .owl-dot span {
        width: 10px;
        height: 10px;
        border-radius: 50%;
        background: #13110c;
        margin: 0px 5px;
        border: unset;
        display: block;
        -webkit-transition: all 0.3s linear;
        -o-transition: all 0.3s linear;
        transition: all 0.3s linear;
    }

    .owl-dots .owl-dot.active span {
        background: #e62237;
        -webkit-transform: scale(1.5);
        -ms-transform: scale(1.5);
        transform: scale(1.5);
        border-color: #fdfaf6;
    }

    .promotion_banner_area .web__view {
        visibility: visible !important;
    }

    .promotion_banner_area .mobile__view {
        visibility: hidden !important;
    }

    /** (<768px) **/
    @media (max-width: 768px) {

        .promotion_banner_area .web__view {
            visibility: hidden !important;
        }

        .promotion_banner_area .mobile__view {
            visibility: visible !important;
        }
    }

    /** Mobile **/
    .mobile__view .promotion_slider {
        padding: 10px 15px;
        padding: 0 15px 15px;
        background-color: #F2F2F2;
    }

    @media (min-width: 768px) {

        .mobile__view .promotion_slider {
            padding: 10px 40px;
        }
    }

    /** Web **/
.web__view .promotion_slider {
    padding: 10px 110px;
}

/** (<1200px) **/
@media (max-width: 1440px) {

    .web__view .promotion_slider {
        padding: 10px 147px;
        max-width: 1440px;
    }
}

/** (<1366px) **/
@media (max-width: 1366px) {

    .web__view .promotion_slider {
        padding: 10px 110px;
        max-width: 1366px;
    }
}

    /** (<1200px) **/
    @media (max-width: 1200px) {

        .web__view .promotion_slider {
            padding: 10px 70px;
        }
    }

    /** (<992px) **/
    @media (max-width: 992px) {

        .promotion_slider {
            background: #F2F2F2;
        }
    }

    /***Home page promotion banner***/
.home_page_promotion_banner_area_custom .promotion_banner_wrapper {
    padding: 0 12px !important;
}

/** (<1200px) **/
@media (max-width: 1200px) {

    .home_page_promotion_banner_area_custom .promotion_banner_wrapper {
        padding: 0 23px !important;
    }
}


/** (<992px) **/
@media (max-width: 992px) {

    .home_page_promotion_banner_area_custom {
        background-color: #F2F2F2;
    }
    
    .home_page_promotion_banner_area_custom .promotion_banner_wrapper {
        padding: 0 !important;
    }
}

    /**************************************************************************************************************************/
    /** Sell and buy section **/
    /**************************************************************************************************************************/
    .sell_bike_area {
        background: #fdfaf6;
        padding: 120px 0px;
        padding-top: 100px;
    }

    .buy_bike_area {
        background: #fff;
        padding: 120px 0px;
        padding-top: 100px;
    }

    /** (<768px) **/
    @media (max-width: 768px) {

        .sell_bike_area,
        .buy_bike_area {
            display: none;
        }
    }

    ul.sell_buy_benefits li {
        padding-left: 28px;
        font-size: 16px;
        font-weight: 400;
        line-height: 22px;
        color: #677294;
        text-align: left;
        margin-top: 5px;
    }

        ul.sell_buy_benefits li.empty {
            height: 22px;
        }

        ul.sell_buy_benefits li i {
            margin-right: 8px;
            color: #e62237;
            margin-left: -28px;
            width: 15px;
        }

    .sell_buy_features_item {
        text-align: center;
        padding: 0px 20px;
        width: 250px;
        height: 250px;
        border-radius: 50%;
        background: #fff;
        -webkit-box-shadow: 0px 20px 40px 0px rgba(38, 59, 94, 0.1);
        box-shadow: 0px 20px 40px 0px rgba(38, 59, 94, 0.1);
        margin: 0px;
        position: relative;
    }

        .sell_buy_features_item .round {
            margin-top: 30px;
            height: 130px;
            position: relative;
        }

            .sell_buy_features_item .round .top_img {
                height: 40px;
                width: 40px;
                top: 25px;
                right: 8px;
                -webkit-transition: all 0.3s linear;
                -o-transition: all 0.3s linear;
                transition: all 0.3s linear;
            }

        .sell_buy_features_item img {
            margin-top: 20px;
            width: 100px;
        }

        .sell_buy_features_item h4 {
            font-size: 15px;
            font-weight: 600;
            color: #222;
            margin-bottom: 10px;
            position: relative;
            z-index: 1;
            text-transform: uppercase;
        }

        .sell_buy_features_item p {
            color: #666666;
        }

        .sell_buy_features_item h1.item_number {
            position: absolute;
            top: 10px;
            right: 2px;
            font-size: 85px;
            font-weight: bolder;
        }

            .sell_buy_features_item h1.item_number.number_one {
                color: #F12C4A;
            }

            .sell_buy_features_item h1.item_number.number_two {
                color: #F9B900;
            }

            .sell_buy_features_item h1.item_number.number_three {
                color: #47DBCD;
            }

    @media (max-width: 998px) {

        .sell_buy_features_item h1.item_number {
            position: absolute;
            top: -55px;
            left: 0;
            font-size: 65px;
            font-weight: bolder;
        }
    }

    @media (max-width: 1200px) {

        .sell_buy_features_item {
            text-align: center;
            padding: 0px 15px;
            width: 200px;
            height: 200px;
            border-radius: 50%;
            background: #fff;
            -webkit-box-shadow: 0px 20px 40px 0px rgba(38, 59, 94, 0.1);
            box-shadow: 0px 20px 40px 0px rgba(38, 59, 94, 0.1);
            margin: 0px;
        }

            .sell_buy_features_item .round {
                margin-top: 50px;
                height: 105px;
                position: relative;
            }

            .sell_buy_features_item img {
                margin-top: 15px;
                width: 70px !important;
            }

            .sell_buy_features_item h4 {
                font-size: 14px;
                margin-bottom: 5px;
            }

            .sell_buy_features_item p {
                font-size: 12px;
            }
    }

    /*** sell and buy tabs for mobile view ***/
    .sell_buy_bike_area_mobile {
        background: #fff;
        padding: 120px 0px;
        padding-top: 100px;
        display: none;
    }

    /** (<768px) **/
    @media (max-width: 768px) {

        .sell_buy_bike_area_mobile {
            display: block;
            padding: 15px 0 50px;
        }
    }

    .buy_sell_tab {
        border-radius: 45px;
        width: 100%;
        background-color: white;
        -webkit-box-shadow: 0px 3px 13px 0px rgba(0, 11, 40, 0.08);
        box-shadow: 0px 3px 13px 0px rgba(0, 11, 40, 0.08);
        margin-bottom: 15px;
        border: 0px;
        padding: 7px;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        position: relative;
        border: 1px solid #13110c;
    }

        .buy_sell_tab .nav-item {
            padding: 0px;
            margin: 0px;
            width: 50%;
        }

            .buy_sell_tab .nav-item .nav-link {
                margin: 0px;
                font: 400 16px "Poppins", sans-serif;
                color: #677294;
                color: #13110c;
                padding: 12px 30px;
                display: inline-block;
                border: 0px;
                border-radius: 45px;
                min-width: 135px;
                width: 100%;
                text-align: center;
                -webkit-transition: color 0.3s linear;
                -o-transition: color 0.3s linear;
                transition: color 0.3s linear;
                position: relative;
                z-index: 1;
            }

                .buy_sell_tab .nav-item .nav-link.active {
                    border: 0px;
                    border-radius: 45px;
                    background: #13110c;
                    font-weight: 600;
                    color: #fff;
                }

    .buy_sell_content .fade {
        -webkit-transform: translateY(10px);
        -ms-transform: translateY(10px);
        transform: translateY(10px);
        -webkit-transition: all 0.3s linear;
        -o-transition: all 0.3s linear;
        transition: all 0.3s linear;
    }

        .buy_sell_content .fade.show {
            -webkit-transform: translateY(0px);
            -ms-transform: translateY(0px);
            transform: translateY(0px);
        }

    .buy_sell_content .buy_sell_item {
        text-align: center;
        background-color: white;
        background-color: #fdfaf6;
        -webkit-box-shadow: 0px 4px 6px 0px rgba(0, 11, 40, 0.1);
        box-shadow: 0px 4px 6px 0px rgba(0, 11, 40, 0.1);
        padding: 30px 30px 40px;
        border: 1px solid #fff;
        position: relative;
        overflow: hidden;
        -webkit-transition: all 0.2s linear;
        -o-transition: all 0.2s linear;
        transition: all 0.2s linear;
        cursor: pointer;
    }

    /*** sell and buy tab indicator arrow ***/
    .buy_sell_tab .nav-item .nav-link .arrow__indicator_sell,
    .buy_sell_tab .nav-item .nav-link .arrow__indicator_buy {
        visibility: visible;
    }

    .buy_sell_tab .nav-item .nav-link.active .arrow__indicator_sell,
    .buy_sell_tab .nav-item .nav-link.active .arrow__indicator_buy {
        visibility: hidden;
    }

    .arrow__indicator_sell {
        position: absolute;
        top: 16px;
        left: 20px;
    }

    .arrow__indicator_buy {
        position: absolute;
        top: 16px;
        right: 20px;
    }

    /*** sell and buy feature icons and text for mobile view ***/
    .buy_sell_content .sell_buy_features_item {
        margin: 0 auto;
    }

        .buy_sell_content .sell_buy_features_item:not(:first-child) {
            margin-top: 40px;
        }

        .buy_sell_content .sell_buy_features_item .round {
            margin-top: 10px;
            height: 100px;
            position: relative;
            -webkit-animation: unset;
            animation: unset;
        }

    /** Extra Small Device (Phones) (<768px) **/
    @media (max-width: 767px) {
        .buy_sell_content .sell_buy_features_item h1.item_number {
            position: absolute;
            top: -15px;
            left: unset;
            right: 0;
            font-size: 85px;
            font-weight: bolder;
        }

        .buy_sell_content .sell_buy_features_item img {
            margin-top: 15px;
            width: 70px !important;
        }
    }

    /**************************************************************************************************************************/
    /** Floating buy and sell buttons **/
    /**************************************************************************************************************************/
    .fixed_footer_action_btn_area_mobile {
        display: none;
        position: fixed;
        bottom: 0;
        z-index: 1040;
        background: #000;
    }

    @media (max-width: 992px) {
        .fixed_footer_action_btn_area_mobile {
            display: block;
            width: 100%;
        }
    }

    /***Mobile Footer 1***/
    .fixed_footer_action_btn_area_mobile .mfooter_action_btn_wrapper_1 {
        background-color: #000;
        padding: 5px 10px;
        display: flex;
    }

    @media (max-width: 480px) {

        .fixed_footer_action_btn_area_mobile .mfooter_action_btn_wrapper_1 {
            padding: 0 10px;
        }
    }

.mfooter_action_btn_wrapper_1 .mfooter_single_action_btn {
    flex-basis: 25%;
    flex-basis: 20%;
    flex-grow: 0;
    text-align: center;
    padding: 1px 0 6px;
}

        .mfooter_action_btn_wrapper_1 .mfooter_single_action_btn a {
        }

            .mfooter_action_btn_wrapper_1 .mfooter_single_action_btn a .btn__text {
                padding: 0 7px;
                font-size: 9px;
                line-height: 11px;
                color: #fff;
            }

            .mfooter_action_btn_wrapper_1 .mfooter_single_action_btn a img.btn__icon {
                height: 42px;
            }

    /***Mobile Footer 2***/
    .fixed_footer_action_btn_area_mobile .mfooter_action_btn_wrapper_2 {
        background-color: #fff;
        padding: 5px 10px;
        display: flex;
        border-top-left-radius: 10px;
        border-top-right-radius: 10px;
    }

    @media (max-width: 480px) {

        .fixed_footer_action_btn_area_mobile .mfooter_action_btn_wrapper_2 {
            padding: 0 10px;
        }
    }

    .mfooter_action_btn_wrapper_2 .mfooter_single_action_btn {
        flex-basis: 25%;
        flex-grow: 0;
        text-align: center;
        padding: 6px 0;
    }

        .mfooter_action_btn_wrapper_2 .mfooter_single_action_btn a {
        }

            .mfooter_action_btn_wrapper_2 .mfooter_single_action_btn a .btn__text {
                padding: 0 7px;
                font-size: 9px;
                line-height: 11px;
                color: #fff;
            }

            .mfooter_action_btn_wrapper_2 .mfooter_single_action_btn a img.btn__icon {
                height: 42px !important;
                margin-top: 0 !important;
                width: auto !important;
            }

    /**************************************************************************************************************************/
    /** Sell now button and modal **/
    /**************************************************************************************************************************/
    .sellnow-modal-lg .sellnow_promotion_banner {
        background-image: url(../../img/sellnowbanner.jpeg);
        background-size: cover;
        background-position: center;
        background-position: 46% !important;
        height: 480px;
    }

    @media (max-width: 992px) {
        .sellnow-modal-lg .sellnow_promotion_banner {
            display: none;
        }
    }

.sellnow_vehicle_form {
    padding: 15px 12px;
}

        .sellnow_vehicle_form label.error {
            font-size: 12px;
            margin-bottom: 0;
        }

    .sellnow_vehicle_stepwizard_form {
        padding: 15px 20px;
    }

        .sellnow_vehicle_stepwizard_form .stepwizard {
            top: 200px !important;
            z-index: 99;
        }

        .sellnow_vehicle_stepwizard_form .sellnow_vehicle_stepwizard_title {
            margin-top: -60px !important;
            margin-bottom: 40px !important;
            padding: 10px 120px;
        }

            .sellnow_vehicle_stepwizard_form .sellnow_vehicle_stepwizard_title h4 {
                padding: 0 25px;
                min-height: 55px;
            }

            .sellnow_vehicle_stepwizard_form .sellnow_vehicle_stepwizard_title p {
                min-height: 36px;
            }

@media (max-width: 1024px) {
    .sellnow_vehicle_stepwizard_form .stepwizard {
        top: 180px !important;
    }

    .sellnow_vehicle_stepwizard_form .sellnow_vehicle_stepwizard_title h4 {
        min-height: 55px;
    }

    .sellnow_vehicle_stepwizard_form .sellnow_vehicle_stepwizard_title p {
        min-height: 36px;
    }
}

    @media (max-width: 992px) {
        .sellnow_vehicle_stepwizard_form .stepwizard {
            top: 140px !important;
        }

        .sellnow_vehicle_stepwizard_form .sellnow_vehicle_stepwizard_title {
            margin-top: -60px !important;
            margin-bottom: 35px !important;
            padding: 10px 30px;
        }

            .sellnow_vehicle_stepwizard_form .sellnow_vehicle_stepwizard_title h4 {
                font-size: 1.2rem;
                padding: 0 45px;
                min-height: 46px;
            }

            .sellnow_vehicle_stepwizard_form .sellnow_vehicle_stepwizard_title p {
                font-size: 11px !important;
                line-height: 16px !important;
                min-height: 32px;
            }
    }

    @media (max-width: 768px) {
        .sellnow_vehicle_stepwizard_form .stepwizard {
            top: 142px !important;
        }

        .sellnow_vehicle_stepwizard_form .sellnow_vehicle_stepwizard_title {
            margin-top: -60px !important;
            margin-bottom: 25px !important;
            padding: 10px 30px;
        }

            .sellnow_vehicle_stepwizard_form .sellnow_vehicle_stepwizard_title h4 {
                font-size: 1.2rem;
                padding: 0 35px;
                min-height: 48px;
            }

            .sellnow_vehicle_stepwizard_form .sellnow_vehicle_stepwizard_title p {
                font-size: 11px !important;
                line-height: 16px !important;
                min-height: 32px;
            }
    }

    @media (max-width: 480px) {
        .sellnow_vehicle_stepwizard_form {
            padding: 5px;
        }

            .sellnow_vehicle_stepwizard_form .stepwizard {
                top: 165px !important;
            }

            .sellnow_vehicle_stepwizard_form .sellnow_vehicle_stepwizard_title {
                margin-top: -60px !important;
                margin-bottom: 35px !important;
                padding: 10px 30px;
            }

                .sellnow_vehicle_stepwizard_form .sellnow_vehicle_stepwizard_title h4 {
                    font-size: 16px;
                    margin-bottom: 8px !important;
                    min-height: 34px;
                }

                .sellnow_vehicle_stepwizard_form .sellnow_vehicle_stepwizard_title p {
                    font-size: 10px !important;
                    line-height: 14px !important;
                    margin-bottom: 10px !important;
                    min-height: 42px;
                }
    }

    @media (max-width: 450px) {
        .sellnow_vehicle_stepwizard_form {
            padding: 15px 0;
        }

            .sellnow_vehicle_stepwizard_form .stepwizard {
                top: 130px !important;
            }

            .sellnow_vehicle_stepwizard_form .sellnow_vehicle_stepwizard_title {
                margin-top: -60px !important;
                margin-bottom: 25px !important;
                padding: 10px 30px;
            }

                .sellnow_vehicle_stepwizard_form .sellnow_vehicle_stepwizard_title h4 {
                    font-size: 14px;
                    margin-bottom: 8px !important;
                }

                .sellnow_vehicle_stepwizard_form .sellnow_vehicle_stepwizard_title p {
                    font-size: 9px !important;
                    line-height: 14px !important;
                    margin-bottom: 8px !important;
                }
    }

    @media (max-width: 350px) {
        .sellnow_vehicle_stepwizard_form {
            padding: 5px 0;
        }

            .sellnow_vehicle_stepwizard_form .stepwizard {
                top: 130px !important;
            }

            .sellnow_vehicle_stepwizard_form .sellnow_vehicle_stepwizard_title {
                margin-top: -60px !important;
                margin-bottom: 25px !important;
                padding: 10px 30px;
            }
    }

    /** Image **/
.sellnow_vehicle_stepwizard_form .sellnow_vehicle_stepwizard_title img {
    height: 90px;
}

@media (max-width: 1024px) {
    .sellnow_vehicle_stepwizard_form .sellnow_vehicle_stepwizard_title img {
        height: 70px;
    }
}

    @media (max-width: 992px) {
        .sellnow_vehicle_stepwizard_form .sellnow_vehicle_stepwizard_title img {
            height: 50px;
        }
    }

    @media (max-width: 550px) {
        .sellnow_vehicle_stepwizard_form .sellnow_vehicle_stepwizard_title img {
            height: 52px;
        }
    }

    /** Form title **/
    .sellnow_vehicle_stepwizard_form_title h6 {
        font-size: 14px;
        margin-top: -15px;
    }

    @media (max-width: 992px) {
        .sellnow_vehicle_stepwizard_form_title h6 {
            font-size: 12px;
            margin-top: -10px;
        }
    }

    @media (max-width: 550px) {
        .sellnow_vehicle_stepwizard_form_title h6 {
            font-size: 11px;
            margin-top: -14px;
        }
    }

    /** Form input **/
    .sellnow_vehicle_stepwizard_form_input .form-group {
        max-width: 550px;
        margin: 0 auto;
    }

    .sellnow_vehicle_stepwizard_form_input .form-group {
        padding: 0 50px;
    }

    @media (max-width: 992px) {
        .sellnow_vehicle_stepwizard_form_input .form-group {
            padding: 0 35px;
        }
    }

    @media (max-width: 550px) {
        .sellnow_vehicle_stepwizard_form_input .form-group {
            padding: 0 25px;
        }
    }

    /**Overwrite wizard step**/
    .sellnow_vehicle_stepwizard_form .stepwizard-step:first-child {
        text-align: left !important;
    }

    .sellnow_vehicle_stepwizard_form .stepwizard-step:last-child {
        text-align: right !important;
    }

    /**Overwrite wizard step line**/
    .sellnow_vehicle_stepwizard_form .stepwizard-step:first-child::before {
        top: 15px;
        left: 45px;
        right: 0;
        position: absolute;
        content: " ";
        width: 115%;
        height: 2px;
        background: #C7C7C7;
        margin: 0 auto;
        z-index: 0;
    }

    .sellnow_vehicle_stepwizard_form .stepwizard-step:last-child::before {
        top: 15px;
        left: -125px;
        right: 0;
        position: absolute;
        content: " ";
        width: 115%;
        height: 2px;
        background: #C7C7C7;
        margin: 0 auto;
        z-index: 0;
    }

    /**Overwrite wizard step active line**/
    .sellnow_vehicle_stepwizard_form .stepwizard-step.step-active:first-child::before,
    .sellnow_vehicle_stepwizard_form .stepwizard-step.step-active:last-child::before {
        background: #000;
    }

    @media (max-width: 992px) {
        .sellnow_vehicle_stepwizard_form .stepwizard-step:first-child::before {
            left: 34px;
            width: 105%;
        }

        .sellnow_vehicle_stepwizard_form .stepwizard-step:last-child::before {
            left: -74px;
            width: 105%;
        }
    }

    @media (max-width: 450px) {
        .sellnow_vehicle_stepwizard_form .stepwizard-step:first-child::before {
            left: 33px;
            width: 95%;
        }

        .sellnow_vehicle_stepwizard_form .stepwizard-step:last-child::before {
            left: -62px;
            width: 95%;
        }
    }

    @media (max-width: 400px) {
        .sellnow_vehicle_stepwizard_form .stepwizard-step:first-child::before {
            left: 35px;
            width: 80%;
        }

        .sellnow_vehicle_stepwizard_form .stepwizard-step:last-child::before {
            left: -56px;
            width: 80%;
        }
    }

    @media (max-width: 320px) {
        .sellnow_vehicle_stepwizard_form .stepwizard-step:first-child::before {
            left: 33px;
            width: 75%;
        }

        .sellnow_vehicle_stepwizard_form .stepwizard-step:last-child::before {
            left: -48px;
            width: 75%;
        }
    }

    /**Overwrite wizard step number**/
    .sellnow_vehicle_stepwizard_form .stepwizard-row::before {
        height: 0; /**Hidden**/
    }

    /**Overwrite button circle**/
    .stepwizard .btn-circle {
        background-color: #C7C7C7;
        color: #fff !important;
        font-weight: 600;
    }

    @media (max-width: 992px) {

        .sellnow_vehicle_stepwizard_form .stepwizard .btn-circle {
            width: 22px;
            height: 22px;
            text-align: center;
            padding: 3px 0;
            font-size: 12px;
            line-height: 14px;
            border-radius: 15px;
        }
    }

    /**Overwrite button circle active**/
    .sellnow_vehicle_stepwizard_form .stepwizard .btn-active {
        color: #ffffff;
        text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
        background-color: #000000;
        border-color: #000000;
    }

    /**Prev button**/
    .sellnow_vehicle_stepwizard_form .setup-content .prevBtn_wrapper {
        position: absolute;
        top: 38px;
        left: 50px;
        z-index: 100;
    }

    @media (max-width: 992px) {

        .sellnow_vehicle_stepwizard_form .setup-content .prevBtn_wrapper {
            top: 30px;
            left: 58px;
        }
    }

    @media (max-width: 450px) {

        .sellnow_vehicle_stepwizard_form .setup-content .prevBtn_wrapper {
            top: 18px;
            left: 35px;
        }
    }

    .sellnow_vehicle_stepwizard_form .setup-content .prevBtn_wrapper .prevBtn {
        width: 38px;
        height: 38px;
        text-align: center;
        padding: 8px 0;
        font-size: 16px;
        line-height: 15px;
        border-radius: 19px;
        color: #fff;
        background-color: #e62237;
    }

    @media (max-width: 992px) {

        .sellnow_vehicle_stepwizard_form .setup-content .prevBtn_wrapper .prevBtn {
            width: 32px;
            height: 32px;
            text-align: center;
            padding: 8px 0;
            font-size: 16px;
            line-height: 15px;
            border-radius: 16px;
        }
    }

    @media (max-width: 450px) {

        .sellnow_vehicle_stepwizard_form .setup-content .prevBtn_wrapper .prevBtn {
            width: 30px;
            height: 30px;
            text-align: center;
            padding: 6px 0 8px;
            font-size: 16px;
            line-height: 13px;
            border-radius: 24px;
        }
    }

    .sellnow_vehicle_stepwizard_form .setup-content .prevBtn_wrapper p.prevBtnText {
        font-size: 11px;
        text-align: center;
        color: #000000;
        line-height: 18px;
        font-weight: 600;
    }

    @media (max-width: 992px) {

        .sellnow_vehicle_stepwizard_form .setup-content .prevBtn_wrapper p.prevBtnText {
            font-size: 10px;
        }
    }

    @media (max-width: 450px) {

        .sellnow_vehicle_stepwizard_form .setup-content .prevBtn_wrapper p.prevBtnText {
            font-size: 9px;
        }
    }

    /* ---------------------------------------------------
    Appt date picker
----------------------------------------------------- */
    .sellnow_tab2_appt_datepicker .datepicker {
        width: 100%;
        padding: 0;
        box-shadow: 0px 2px 4px 2px rgba(12, 0, 46, .1);
        margin: 10px 0 5px;
        background: #e62237;
    }

        .sellnow_tab2_appt_datepicker .datepicker table {
            width: 100%;
        }

            .sellnow_tab2_appt_datepicker .datepicker table tbody {
                background-color: #F5F5F5;
            }

            .sellnow_tab2_appt_datepicker .datepicker table tr th {
                font-size: 12px;
                line-height: 18px;
                color: #fff;
                border-radius: unset;
            }

            .sellnow_tab2_appt_datepicker .datepicker table tr td {
                font-size: 12px;
                line-height: 18px;
                color: #2F2F2F;
                width: 30px;
                height: 26px;
            }

            .sellnow_tab2_appt_datepicker .datepicker table tfoot .clear {
                background: transparent;
                /*border: 1px solid #e62237;*/
                color: #e62237;
                padding: 4px;
            }

            .sellnow_tab2_appt_datepicker .datepicker table tr td.active:active,
            .sellnow_tab2_appt_datepicker .datepicker table tr td.active.highlighted:active,
            .sellnow_tab2_appt_datepicker .datepicker table tr td.active.active,
            .sellnow_tab2_appt_datepicker .datepicker table tr td.active.highlighted.active {
                color: #fff;
                background-color: #e62237;
                border-color: #e62237;
                border-radius: 4px;
            }

        .sellnow_tab2_appt_datepicker .datepicker .datepicker-switch,
        .sellnow_tab2_appt_datepicker .datepicker .prev,
        .sellnow_tab2_appt_datepicker .datepicker .next,
        .sellnow_tab2_appt_datepicker .datepicker tfoot tr th {
            color: #fff;
            background: #e62237;
        }

        .sellnow_tab2_appt_datepicker .datepicker table tr th.dow,
        .sellnow_tab2_appt_datepicker .datepicker table tr th.dow.disabled {
            color: #fff;
            background: #000;
            opacity: 1;
        }

        .sellnow_tab2_appt_datepicker .datepicker table tr td.disabled {
            opacity: .3;
        }

    /**appt date error message**/
    #sellnow_tab2_apptdaterequiredmsg,
    #sellnow_tab3_motor_front_required_msg,
    #sellnow_tab3_motor_back_required_msg,
    #sellnow_tab3_motor_mileage_required_msg {
        font-size: 12px;
        margin-bottom: 0;
        display: block;
        color: #721c24;
        width: 100%;
    }

@media (max-width: 768px) {
    #sellnow_tab2_apptdaterequiredmsg,
    #sellnow_tab3_motor_front_required_msg,
    #sellnow_tab3_motor_back_required_msg,
    #sellnow_tab3_motor_mileage_required_msg {
        font-size: 9px;
        padding: 0 5px;
        line-height: 10px;
    }
}

    /* ---------------------------------------------------
    Upload motorcycle image
----------------------------------------------------- */
    .sellnow_vehicle_stepwizard_form_input .single_imgupload_row {
        margin-top: 10px;
        align-items: center;
        justify-content: center;
    }

        .sellnow_vehicle_stepwizard_form_input .single_imgupload_row .single_imgupload_wrapper {
            padding: 10px 15px 0;
        }

    @media (max-width: 768px) {
        .sellnow_vehicle_stepwizard_form_input .single_imgupload_row .single_imgupload_wrapper {
            /*padding: 10px 20px 0;
            display: block;
            width: 100%;
            text-align: center;*/
            padding: 10px 8px 0;
            text-align: center;
        }
    }

.sellnow_vehicle_stepwizard_form_input .single_imgupload_row .single_imgupload_wrapper .imgupload label.cabinet img {
    width: 100px;
    height: 100px;
    object-fit: contain;
    background: #F5F5F5;
    padding: 0;
    margin: 0 auto;
    display: block;
}

@media (max-width: 992px) {

    .sellnow_vehicle_stepwizard_form_input .single_imgupload_row .single_imgupload_wrapper .imgupload label.cabinet img {
        width: 70px;
        height: 70px;
        padding: 5px;
    }

    .sellnow_vehicle_stepwizard_form_input .single_imgupload_row .single_imgupload_wrapper .imgupload label.cabinet label.f_size_11 {
        font-size: 9px !important;
    }
}

    @media (max-width: 768px) {

        .sellnow_vehicle_stepwizard_form_input .single_imgupload_row .single_imgupload_wrapper .imgupload label.cabinet img {
            width: 70px;
            height: 70px;
            padding: 5px;
        }

        .sellnow_vehicle_stepwizard_form_input .single_imgupload_row .single_imgupload_wrapper .imgupload label.cabinet label.f_size_11 {
            font-size: 9px !important;
        }
    }

    /**Upload more images**/
    .upload_more_motor_image_wrapper {
        text-align: center;
    }

        .upload_more_motor_image_wrapper .upload_more_motor_image_btn {
            text-decoration: underline;
            color: #e62237;
            margin-top: 20px;
            font-size: 16px;
            display: block;
        }

        .upload_more_motor_image_wrapper p {
            font-size: 13px;
            line-height: 16px;
        }

    @media (max-width: 768px) {
        .upload_more_motor_image_wrapper .upload_more_motor_image_btn {
            margin-top: 6px;
            font-size: 13px;
        }

        .upload_more_motor_image_wrapper p {
            font-size: 11px;
            line-height: 10px;
        }
    }

    /**************************************************************************************************************************/
    /** Success appt modal **/
    /**************************************************************************************************************************/

    .sellnow_vehicle_successful_form {
        padding: 15px 12px;
    }

        /** Image **/
        .sellnow_vehicle_successful_form img {
            height: 85px;
            margin-top: 25px;
        }

    @media (max-width: 992px) {
        .sellnow_vehicle_successful_form img {
            height: 65px;
            margin-top: 20px;
        }
    }

    @media (max-width: 550px) {
        .sellnow_vehicle_successful_form img {
            height: 50px;
            margin-top: 15px;
        }
    }

    .sellnow_vehicle_successful_form h4.success_text {
        color: #1C9A0B;
        margin-top: 8px;
    }

    .sellnow_vehicle_successful_form .appt_successful_info_wrapper {
        padding: 0 60px;
    }

        .sellnow_vehicle_successful_form .appt_successful_info_wrapper ul {
            margin-bottom: 10px;
        }

            .sellnow_vehicle_successful_form .appt_successful_info_wrapper ul li {
                font-style: italic;
                color: #e62237;
                line-height: 18px;
                font-size: 12px;
            }

    .sellnow_vehicle_successful_form .appt_successful_info_card .appt_successful_info_card_header {
        background-color: #e62237;
        color: #fff;
        line-height: 20px;
        font-size: 16px;
    }

    .sellnow_vehicle_successful_form .appt_successful_info_card .appt_successful_info_card_body .appt_info_media {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-align: start;
        align-items: flex-start;
    }

        .sellnow_vehicle_successful_form .appt_successful_info_card .appt_successful_info_card_body .appt_info_media .media_left {
            width: 160px;
            color: #aaa;
            font-size: 14px;
        }

        .sellnow_vehicle_successful_form .appt_successful_info_card .appt_successful_info_card_body .appt_info_media .media_body {
            padding-left: 20px;
            -ms-flex: 1;
            flex: 1;
            font-size: 14px;
            font-weight: 600;
            color: #13110c;
        }

    @media (max-width: 992px) {
        .sellnow_vehicle_successful_form .appt_successful_info_wrapper {
            padding: 0 30px;
        }

        .sellnow_vehicle_successful_form h4.success_text {
            font-size: 1.2rem;
        }

        .sellnow_vehicle_successful_form p {
            font-size: 11px !important;
            line-height: 16px !important;
        }

        .sellnow_vehicle_successful_form .appt_successful_info_card .appt_successful_info_card_header {
            line-height: 18px;
            font-size: 10px;
            padding: 8px 10px;
            font-weight: 600;
        }
    }

    @media (max-width: 768px) {
        .sellnow_vehicle_successful_form h4.success_text {
            font-size: 1.2rem;
        }

        .sellnow_vehicle_successful_form p {
            font-size: 11px !important;
            line-height: 16px !important;
        }

        .sellnow_vehicle_successful_form .appt_successful_info_card {
            margin-bottom: 10px;
        }
    }

    @media (max-width: 480px) {
        .sellnow_vehicle_successful_form .appt_successful_info_wrapper {
            padding: 0 15px;
        }

        .sellnow_vehicle_successful_form h4.success_text {
            font-size: 1.1rem;
            margin: 5px 0;
        }

        .sellnow_vehicle_successful_form p {
            font-size: 11px !important;
            line-height: 16px !important;
            margin-top: 10px !important;
            margin-bottom: 10px !important;
        }

        .sellnow_vehicle_successful_form .appt_successful_info_card .appt_successful_info_card_body {
            padding: 6px 12px;
        }

            .sellnow_vehicle_successful_form .appt_successful_info_card .appt_successful_info_card_body .appt_info_media .media_left {
                width: 110px;
                font-size: 11px;
                line-height: 24px;
            }

            .sellnow_vehicle_successful_form .appt_successful_info_card .appt_successful_info_card_body .appt_info_media .media_body {
                padding-left: 10px;
                font-size: 12px;
                font-weight: 600;
                line-height: 24px;
            }

        .sellnow_vehicle_successful_form h5 {
            font-size: 14px;
            margin-top: 8px !important;
        }

        #sellnow_vehicle_successful_form_redirect_my_appt_page,
        #sellnow_vehicle_successful_form_close,
        #sellnow_vehicle_successful_form_close_my_appt_page {
            margin-top: 5px !important;
            padding: 10px 14px;
        }
    }

    /**************************************************************************************************************************/
    /** Login modal **/
    /**************************************************************************************************************************/
    .login-modal-lg .login_modal_banner {
        /*background-image: url(../../img/loginmodalbanner.jpeg);
        background-size: cover;
        background-position: center;
        background-position: 46% !important;
        min-height: 700px;
        min-height: 720px;*/

        background-image: url(../../img/loginmodalbanner.jpeg);
        background-size: contain;
        background-position: center;
        background-position: 46% !important;
        min-height: 700px;
        min-height: 720px;
        background-repeat: no-repeat;
        background-color: #000;
    }

    @media (max-width: 992px) {
        .login-modal-lg .login_modal_banner {
            display: none;
        }
    }

    .mlogin_form {
        padding: 25px 15px;
    }

        .mlogin_form .forgotten-password {
            float: right;
            font-size: 12px;
            margin-top: -12px;
        }

            .mlogin_form .forgotten-password a {
                text-decoration: underline;
                color: #e62237;
            }

    .mlogin_form .login_modal_title h4 {
        font-size: 20px;
        margin-top: 25px;
    }

    .mlogin_form .login_modal_title p {
        font-size: 11px !important;
        line-height: 18px !important;
    }

    @media (max-width: 992px) {

        .mlogin_form .login_modal_title h4 {
            font-size: 1.2rem;
        }

        .mlogin_form .login_modal_title p {
            font-size: 11px !important;
            line-height: 16px !important;
        }
    }

    @media (max-width: 768px) {

        .mlogin_form .login_modal_title h4 {
            font-size: 1.2rem;
        }

        .mlogin_form .login_modal_title p {
            font-size: 11px !important;
            line-height: 16px !important;
        }
    }

    @media (max-width: 480px) {

        .mlogin_form .login_modal_title h4 {
            font-size: 1.1rem;
        }

        .mlogin_form .login_modal_title p {
            font-size: 10px !important;
            line-height: 16px !important;
            margin-bottom: 8px;
        }
    }

    #mlogin_form_submit {
        margin-top: 10px;
        float: right;
        padding: 8px 15px;
    }

    .login_modal_form_input,
    .register_modal_form_input,
    .login_modal_form_footer {
        padding: 0 30px;
    }

    @media (max-width: 768px) {

        .login_modal_form_input,
        .register_modal_form_input,
        .login_modal_form_footer {
            padding: 0 15px;
        }
    }

    /**Register form**/
    #mlogin_register_ind_acct_form_submit,
    #mlogin_register_cpy_acct_form_submit {
        margin-top: 10px;
        margin-top: 0;
        float: right;
        padding: 8px 15px;
    }

    /**Toggle individual and company button**/
    #btn_toggle_ind_acct_form,
    #btn_toggle_ind_acct_form1,
    #btn_toggle_cpy_acct_form,
    #btn_toggle_cpy_acct_form1 {
        font: 400 12px "Poppins", sans-serif;
        color: #fff;
        background: #e62237;
        border-radius: 3px;
        padding: 5px 12px;
        border: 1px solid #e62237;
        -webkit-transition: all 0.3s linear;
        -o-transition: all 0.3s linear;
        transition: all 0.3s linear;
        cursor: pointer;
        display: inline-block;
        opacity: 0.5;
    }

        #btn_toggle_ind_acct_form.toggle_btn_active,
        #btn_toggle_ind_acct_form1.toggle_btn_active,
        #btn_toggle_cpy_acct_form.toggle_btn_active,
        #btn_toggle_cpy_acct_form1.toggle_btn_active {
            color: #fff;
            background: #e62237;
            border: 1px solid #e62237;
            opacity: 1;
        }

    /**************************************************************************************************************************/
    /** Floating label for input/textarea **/
    /**************************************************************************************************************************/
    /*bootstrap-float-label.css*/
    .has-float-label {
        display: block;
        position: relative;
        width: 100%;
    }

        .has-float-label label:not(.error),
        .has-float-label > span.float-span {
            position: absolute;
            cursor: text;
            font-size: 60%;
            opacity: 1;
            -webkit-transition: all .2s;
            transition: all .2s;
            /*top: -.5em;*/
            top: 6px;
            left: .75rem;
            z-index: 3;
            line-height: 1.5;
            padding: 0 3px;
            /*background-color: #fff;*/
            background-color: transparent;
            font-weight: normal;
        }

        .has-float-label > span.float-span { /*For select2-bootstrap dropdown set top,left margin 0*/
            top: 0;
            left: 0;
        }

            .has-float-label label:not(.error)::after,
            .has-float-label > span.float-span::after {
                content: " ";
                display: block;
                position: absolute;
                background: transparent;
                height: 2px;
                top: 50%;
                left: -.2em;
                right: -.2em;
                z-index: -1;
            }

        .has-float-label .form-control::-webkit-input-placeholder {
            opacity: 1;
            -webkit-transition: all .2s;
            transition: all .2s;
        }

        .has-float-label .form-control::-moz-placeholder {
            opacity: 1;
            transition: all .2s;
        }

        .has-float-label .form-control:-ms-input-placeholder {
            opacity: 1;
            transition: all .2s;
        }

        .has-float-label .form-control::placeholder {
            opacity: 1;
            -webkit-transition: all .2s;
            transition: all .2s;
        }

        .has-float-label .form-control:placeholder-shown:not(:focus)::-webkit-input-placeholder {
            opacity: 0;
        }

        .has-float-label .form-control:placeholder-shown:not(:focus)::-moz-placeholder {
            opacity: 0;
        }

        .has-float-label .form-control:placeholder-shown:not(:focus):-ms-input-placeholder {
            opacity: 0;
        }

        .has-float-label .form-control:placeholder-shown:not(:focus)::placeholder {
            opacity: 0;
        }

        .has-float-label .form-control:placeholder-shown:not(:focus) + * {
            font-size: 100%;
            font-size: 12px;
            color: #999;
            opacity: 1;
            top: 10px;
            display: block;
            padding-left: 4px;
            overflow: hidden;
            text-overflow: ellipsis;
            white-space: nowrap;
        }

    .input-group .has-float-label {
        -webkit-box-flex: 1;
        -webkit-flex-grow: 1;
        -ms-flex-positive: 1;
        flex-grow: 1;
        margin-bottom: 0;
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-pack: center;
        -webkit-justify-content: center;
        -ms-flex-pack: center;
        justify-content: center;
    }

.has-float-label .form-control:placeholder-shown:not(:focus) + * {
    /*margin-top: 6px;*/
    margin-top: 4px; /**smaller**/
}

    /**************************************************************************************************************************/
    /** Password show/off **/
    /**************************************************************************************************************************/
    .ptxt {
        color: #000;
        float: right !important;
        font-size: 14px !important;
        left: auto !important;
        background: transparent !important;
        position: absolute;
        cursor: pointer !important;
        /*top: 20px !important;*/
        top: 12px !important; /**smaller**/
        right: 10px;
    }

    .pass_show input {
        padding-right: 35px;
    }

    /**************************************************************************************************************************/
    /** Custom tab **/
    /**************************************************************************************************************************/
    .custom_style1_tab {
        display: inline-block;
        border-bottom: 2px solid #e1e3ed;
        padding-left: 0px;
        padding-right: 0px;
    }

        .custom_style1_tab .nav-item {
            margin: 0;
            float: left;
            width: 80px;
        }

            .custom_style1_tab .nav-item .nav-link {
                font: 500 13px "Poppins", sans-serif;
                color: #000000;
                border: 0px;
                padding: 0px 0px 10px;
                position: relative;
            }

                .custom_style1_tab .nav-item .nav-link:before {
                    width: 0;
                    content: "";
                    left: auto;
                    right: 0;
                    height: 3px;
                    background: #e62237;
                    position: absolute;
                    bottom: -2px;
                    -webkit-transition: all 0.3s linear;
                    -o-transition: all 0.3s linear;
                    transition: all 0.3s linear;
                }

                .custom_style1_tab .nav-item .nav-link.active {
                    color: #e62237;
                    background: transparent;
                    font-weight: 600;
                }

                    .custom_style1_tab .nav-item .nav-link.active:before {
                        right: auto;
                        left: 0;
                        width: 100%;
                    }

            .custom_style1_tab .nav-item:first-child {
                margin-left: 0px;
            }


    /**************************************************************************************************************************/
    /** Loan FAQs button and modal **/
    /**************************************************************************************************************************/
    .loan_faqs_form {
        padding: 25px 15px;
    }

    .loan_faq_title_text {
        margin-top: 30px;
    }

    .loan_faqs_wrapper {
        padding: 15px 40px;
    }

    #loan_faqs_accordion {
        margin-top: 30px;
        margin-bottom: 60px;
    }

        #loan_faqs_accordion .card {
            position: relative;
            display: -ms-flexbox;
            display: flex;
            -ms-flex-direction: column;
            flex-direction: column;
            min-width: 0;
            word-wrap: break-word;
            background-color: #fff;
            background-clip: border-box;
            border: unset;
            border-radius: 0;
        }

            #loan_faqs_accordion .card .card-header {
                padding: 6px 0;
                padding: 6px 35px 6px 6px;
                margin-bottom: 0;
                background-color: #fff;
                border-bottom: 1px solid #999999;
            }

                #loan_faqs_accordion .card .card-header .btn-link {
                    font-size: 18px;
                    font-weight: 600;
                    color: #000;
                    background-color: transparent;
                    text-align: left;
                    white-space: unset;
                }

                    #loan_faqs_accordion .card .card-header .btn-link::after {
                        content: "\f107";
                        top: 10px;
                        right: 0px;
                        position: absolute;
                        font-family: "FontAwesome";
                        height: 30px;
                        width: 30px;
                        background-color: #e62237;
                        border-radius: 50%;
                        padding: 3px 9px;
                        color: #fff;
                        font-size: 18px;
                    }

                #loan_faqs_accordion .card .card-header.accordion_main_card_header .btn-link[aria-expanded="true"]::after {
                    content: "";
                    height: 0;
                    width: 0;
                    background-color: transparent;
                }

                #loan_faqs_accordion .card .card-header .btn-link[aria-expanded="true"]::after {
                    content: "\f106";
                    padding: 1.2px 9px;
                }

    @media (max-width: 992px) {

        #loan_faqs_accordion .card .card-header .btn-link::after {
            padding: 5px 9px;
        }

        #loan_faqs_accordion .card .card-header .btn-link[aria-expanded="true"]::after {
            padding: 3px 9px;
        }
    }

    #loan_faqs_accordion .card .card-body {
        padding: 0;
    }

    /**Sub accordian card***/
    #loan_faqs_accordion .card .sub_accordion .card {
        padding: 0;
    }

        #loan_faqs_accordion .card .sub_accordion .card .btn.btn-link {
            padding-left: 40px;
            color: #BABABA;
            font-size: 16px;
            font-weight: 400;
            text-align: left;
            white-space: unset;
        }

            #loan_faqs_accordion .card .sub_accordion .card .btn.btn-link:not(.collapsed) {
                color: #e62237 !important;
            }

        #loan_faqs_accordion .card .sub_accordion .card .collapse_wrapper {
            padding: 0 35px;
        }

        #loan_faqs_accordion .card .sub_accordion .card .card-body {
            background: #F4F4F4;
            color: #000;
            /*padding: 15px 20px 15px 40px;*/
            padding: 10px 15px;
            font-size: 14px;
            font-weight: 400;
            line-height: 22px;
        }

            #loan_faqs_accordion .card .sub_accordion .card .card-body ol,
            #loan_faqs_accordion .card .sub_accordion .card .card-body ul,
            #loan_faqs_accordion .card .sub_accordion .card .card-body p {
                color: #000;
                font-size: 14px;
                font-weight: 400;
                margin-bottom: 0;
                line-height: 22px;
            }

            #loan_faqs_accordion .card .sub_accordion .card .card-body ol,
            #loan_faqs_accordion .card .sub_accordion .card .card-body ul {
                padding-left: 12px;
            }

    @media (max-width: 992px) {

        .loan_faqs_wrapper {
            padding: 15px 40px;
        }

        .loan_faq_title_text {
            font-size: 1.2rem;
        }

        #loan_faqs_accordion .card .card-header .btn-link {
            font-size: 14px !important;
            line-height: 22px !important;
        }

        #loan_faqs_accordion .card .sub_accordion .card .btn.btn-link {
            font-size: 13px !important;
            line-height: 20px !important;
        }
    }

    @media (max-width: 768px) {

        .loan_faqs_wrapper {
            padding: 10px 30px;
        }

        .loan_faq_title_text {
            font-size: 1.2rem;
        }

        #loan_faqs_accordion .card .card-header .btn-link {
            font-size: 14px !important;
            line-height: 22px !important;
        }

        #loan_faqs_accordion .card .sub_accordion .card .btn.btn-link {
            padding-left: 30px;
            font-size: 13px !important;
            line-height: 20px !important;
        }

        #loan_faqs_accordion .card .sub_accordion .card .collapse_wrapper {
            padding: 0 30px;
        }

        #loan_faqs_accordion .card .sub_accordion .card .card-body {
            /*padding: 15px 20px 15px 30px;*/
            font-size: 12px;
            font-weight: 400;
            line-height: 20px;
        }

            #loan_faqs_accordion .card .sub_accordion .card .card-body p {
                font-size: 12px;
                font-weight: 400;
                line-height: 20px;
            }
    }

    @media (max-width: 480px) {

        .loan_faqs_wrapper {
            padding: 10px;
        }

        .loan_faq_title_text {
            font-size: 1.1rem;
        }

        #loan_faqs_accordion .card .card-header .btn-link {
            font-size: 12px !important;
            line-height: 20px !important;
        }

        #loan_faqs_accordion .card .sub_accordion .card .btn.btn-link {
            padding-left: 25px;
            font-size: 11px !important;
            line-height: 20px !important;
        }

        #loan_faqs_accordion .card .sub_accordion .card .collapse_wrapper {
            padding: 0 25px;
        }

        #loan_faqs_accordion .card .sub_accordion .card .card-body {
            /*padding: 15px 20px 15px 25px;*/
            font-size: 11px;
            font-weight: 400;
            line-height: 18px;
        }

            #loan_faqs_accordion .card .sub_accordion .card .card-body ol,
            #loan_faqs_accordion .card .sub_accordion .card .card-body ul {
                font-size: 11px;
                font-weight: 400;
                line-height: 18px;
            }

            #loan_faqs_accordion .card .sub_accordion .card .card-body p {
                font-size: 11px;
                font-weight: 400;
                line-height: 18px;
            }
    }

    /***Contact us section***/
    #loan_faqs_contact_us_section_left h6 {
        font-size: 18px;
        font-weight: 500;
    }

    #loan_faqs_contact_us_section_right h2 {
        text-align: right;
        font-weight: 700;
        margin-top: -10px;
    }

    #loan_faqs_contact_us_section_right .social_contact_btn_wrapper {
        text-align: right;
        margin-right: 35px;
        margin-top: -20px;
    }

        #loan_faqs_contact_us_section_right .social_contact_btn_wrapper .fb_messenger_bubble_icon_btn,
        #loan_faqs_contact_us_section_right .social_contact_btn_wrapper .whatsapp_chat_bubble_icon_btn {
            display: inline-block;
            margin-left: 10px;
        }

            #loan_faqs_contact_us_section_right .social_contact_btn_wrapper .fb_messenger_bubble_icon_btn img,
            #loan_faqs_contact_us_section_right .social_contact_btn_wrapper .whatsapp_chat_bubble_icon_btn img {
                height: 52px;
            }

    @media (max-width: 992px) {

        #loan_faqs_contact_us_section_left h6 {
            font-size: 14px;
            font-weight: 500;
        }

        #loan_faqs_contact_us_section_right h2 {
            margin-top: 0px;
            font-size: 20px;
        }

        #loan_faqs_contact_us_section_right .social_contact_btn_wrapper {
            margin-right: 2px;
        }
    }

    @media (max-width: 768px) {

        #loan_faqs_contact_us_section_left h6 {
            font-size: 12px;
            font-weight: 500;
        }

        #loan_faqs_contact_us_section_right h2 {
            margin-top: 0px;
            font-size: 18px;
        }

        #loan_faqs_contact_us_section_right .social_contact_btn_wrapper {
            margin-right: 0;
        }

            #loan_faqs_contact_us_section_right .social_contact_btn_wrapper .fb_messenger_bubble_icon_btn img,
            #loan_faqs_contact_us_section_right .social_contact_btn_wrapper .whatsapp_chat_bubble_icon_btn img {
                height: 42px;
            }
    }

    /**************************************************************************************************************************/
    /** Promotion banner area **/
    /**************************************************************************************************************************/
    .promotion_banner_area_custom {
        margin-top: 190px;
        padding: 0 0 10px;
    }

        .promotion_banner_area_custom .promotion_banner_wrapper {
            /*padding: 0 40px;*/
        }

    /** (<992px) **/
    @media (max-width: 992px) {

        .promotion_banner_area_custom {
            margin-top: 160px;
            background-color: #F2F2F2 !important;
        }
    }

    /** (<768px) **/
    @media (max-width: 768px) {

        .promotion_banner_area_custom {
            margin-top: 165px;
            background-color: #F2F2F2 !important;
        }
    }

    /**************************************************************************************************************************/
    /** About us page **/
    /**************************************************************************************************************************/
    /**About us image**/
    .aboutus_img_area .img-thumbnail {
        padding: 0;
        background-color: #fff;
        border: none;
        border-radius: .25rem;
        max-width: 100%;
        height: auto;
    }

    /**About us navigation**/
.aboutus-page-main-menu {
    margin: 0;
    padding: 0;
    border-bottom: 2px solid #bdbdbd;
}

        .aboutus-page-main-menu > li {
            display: inline-block;
            position: relative;
            margin-right: 4px;
            margin-left: 4px
        }

            .aboutus-page-main-menu > li:first-child {
                margin-left: 0;
            }

            .aboutus-page-main-menu > li:last-child {
                margin-right: 0;
            }

    @media (max-width: 767px) {
        .aboutus-page-main-menu > li:first-child {
            margin-left: 4px;
        }
    }

    .aboutus-page-main-menu li {
        position: relative;
        font-size: initial;
        line-height: normal
    }

        .aboutus-page-main-menu li a {
            display: inline-block;
            padding: 20px 25px;
            -webkit-transition: opacity .3s ease-in;
            transition: opacity .3s ease-in;
            color: #909090;
            font-size: 16px;
            font-weight: 600;
            line-height: 22px;
            opacity: .6
        }

        .aboutus-page-main-menu li.active a {
            font-weight: 700;
            opacity: 1;
            color: #000;
            /*border-bottom: 4px solid #FAE278;*/
        }

        .aboutus-page-main-menu li:hover a,
        .aboutus-page-main-menu li.current-menu-parent a {
            opacity: 1
        }

    @media (max-width: 768px) {

        .aboutus-page-main-menu li a {
            padding: 15px;
            font-size: 13px;
        }
    }

    @media (max-width: 480px) {

        .aboutus-page-main-menu li a {
            padding: 10px 5px;
            font-size: 11px;
        }
    }

    @media (max-width: 360px) {

        .aboutus-page-main-menu li a {
            padding: 10px 5px;
            font-size: 10px;
        }
    }

    /**About us content**/
    .aboutus_area {
        background: #fdfaf6;
        padding: 40px 0px 40px;
    }

        .aboutus_area h1.title {
            font-size: 26px;
            font-weight: 600;
            line-height: 38px;
            color: #000 !important;
            margin-bottom: 40px;
            padding: 0 80px;
        }

        .aboutus_area h2.sub_title {
            font-size: 26px;
            font-weight: 600;
            line-height: 38px;
            color: #000 !important;
            margin-bottom: 10px;
            padding: 0 80px;
        }

        .aboutus_area h2.sub_title2 {
            font-size: 20px;
            font-weight: 600;
            line-height: 24px;
            color: #000 !important;
            margin-bottom: 10px;
            padding: 0 80px;
        }

        .aboutus_area p.aboutus_pmsg {
            font-size: 14px;
            font-weight: 400;
            line-height: 20px;
            padding: 0 80px;
        }

    @media (max-width: 768px) {

        .aboutus_area h1.title {
            font-size: 1rem;
            line-height: 26px;
            padding: 0;
        }

        .aboutus_area h2.sub_title {
            font-size: 1rem;
            line-height: 26px;
            padding: 0;
        }

        .aboutus_area h2.sub_title2 {
            font-size: 1rem;
            line-height: 26px;
            padding: 0;
        }

        .aboutus_area p.aboutus_pmsg {
            font-size: 12px;
            line-height: 18px;
            padding: 0;
        }
    }

    .aboutus_area h4.aboutus_item_number {
        font-size: 20px;
        font-weight: 600;
        line-height: 26px;
        color: #000;
        margin-bottom: 0;
    }

    .aboutus_area h4.aboutus_item_title {
        font-size: 20px;
        font-weight: 600;
        line-height: 26px;
        color: #000;
        margin-bottom: 12px;
    }

    .aboutus_area p.aboutus_item_pmsg {
        font-size: 14px;
        font-weight: 400;
        line-height: 20px;
    }

    @media (max-width: 768px) {

        .aboutus_area h4.aboutus_item_number {
            font-size: 1rem;
            line-height: 26px;
        }

        .aboutus_area h4.aboutus_item_title {
            font-size: 1rem;
            line-height: 26px;
        }

        .aboutus_area p.aboutus_item_pmsg {
            font-size: 12px;
            line-height: 18px;
        }
    }

    @media (max-width: 992px) {

        #aboutus_section_2,
        #aboutus_section_3 {
            text-align: center;
        }
    }

    .aboutus_before_action_area {
        padding: 0;
    }

        .aboutus_before_action_area hr {
            border-top: 1px solid #B0B0B0;
            margin: 0 60px;
        }

    @media (max-width: 768px) {

        .aboutus_before_action_area hr {
            margin: 0 10px;
        }
    }

    .aboutus_action_area .action_content h2 {
        font-size: 26px;
        font-weight: 600;
        line-height: 38px;
        color: #000;
        margin-bottom: 0;
        padding: 0 80px;
    }

    .aboutus_action_area .action_content .btn_three {
        margin-top: 20px;
    }

    .aboutus_action_area .action_content p {
        font-size: 20px;
        font-weight: 600;
        line-height: 24px;
        color: #000;
        margin-top: 25px;
        margin-bottom: 10px;
        padding: 0 80px;
    }

    @media (max-width: 768px) {

        .aboutus_action_area .action_content h2 {
            font-size: 1rem;
            line-height: 26px;
            padding: 0;
        }

        .aboutus_action_area .action_content p {
            font-size: .8rem;
            line-height: 22px;
            padding: 0;
        }
    }

    .aboutus_action_area .action_content .action_call_wrapper {
        padding: 10px;
    }

        .aboutus_action_area .action_content .action_call_wrapper .action_call_img_icon {
            height: 35px;
        }

        .aboutus_action_area .action_content .action_call_wrapper a {
            font-style: italic;
            font-size: 32px;
            color: #000;
            font-weight: bold;
            padding-left: 10px;
            vertical-align: middle;
        }

    @media (max-width: 768px) {

        .aboutus_action_area .action_content .action_call_wrapper .action_call_img_icon {
            height: 26px;
        }

        .aboutus_action_area .action_content .action_call_wrapper a {
            font-size: 22px;
        }
    }

    /**************************************************************************************************************************/
    /** Contact us page **/
    /**************************************************************************************************************************/
    .contact_info_area {
        background: #fdfaf6;
        padding: 40px 0px 40px;
    }

        .contact_info_area h1.title {
            font-size: 26px;
            font-weight: 600;
            line-height: 38px;
            color: #000 !important;
            margin-bottom: 20px;
        }

        .contact_info_area h2.sub_title {
            font-size: 26px;
            font-weight: 600;
            line-height: 38px;
            color: #000 !important;
            margin-bottom: 10px;
        }

        .contact_info_area p.contactus_pmsg {
            font-size: 14px;
            font-weight: 400;
            line-height: 20px;
        }

    @media (max-width: 768px) {

        .contact_info_area h1.title {
            font-size: 1rem;
            line-height: 26px;
        }

        .contact_info_area h2.sub_title {
            font-size: 1rem;
            line-height: 26px;
        }

        .contact_info_area p.contactus_pmsg {
            font-size: 12px;
            line-height: 18px;
        }
    }

    /**social action buttons**/
    .ul_social_action_btns {
        padding: 0;
    }

        .ul_social_action_btns li {
            width: auto;
            display: inline-block;
            padding-right: 15px;
        }

            .ul_social_action_btns li img {
                height: 45px;
            }

    /**contact us error message**/
    #googlerecaptcharequiredmsg {
        font-size: 12px;
        margin-bottom: 0;
        display: block;
        color: #721c24;
        width: 100%;
    }

    /**Contact us send message button**/
    .contactus_submit_btn {
        padding: 24px;
        font-size: 16px;
    }

    @media (max-width: 992px) {

        .contactus_submit_btn {
            padding: 15px 30px;
            font-size: 14px;
        }
    }

    /**Contact us list**/
    .contact_us_page_list {
        margin-top: 40px;
    }

    /** (<992px) **/
    @media (max-width: 992px) {

        .contact_us_page_list {
            margin-top: 10px;
            padding: 0 15px !important;
        }
    }

    .contact_us_page_list li {
        padding-left: 25px;
    }

        .contact_us_page_list li .right_content {
            display: inline-block;
            width: 90%;
            margin-top: 5px;
        }

            .contact_us_page_list li .right_content h6 {
                color: #000;
                font-size: 20px;
                font-weight: 600;
                line-height: 24px;
            }

            .contact_us_page_list li .right_content p {
                font-size: 14px;
                font-weight: 400;
                line-height: 20px;
            }

    /** (<992px) **/
    @media (max-width: 992px) {

        .contact_us_page_list li {
            padding-left: 35px;
        }

            .contact_us_page_list li .right_content {
                margin-top: 0;
            }

                .contact_us_page_list li .right_content h6 {
                    font-size: 1rem;
                    line-height: 26px;
                }

                .contact_us_page_list li .right_content p {
                    font-size: 12px;
                    line-height: 18px;
                }
    }

    .contact_us_page_list img {
        margin-right: 15px;
        color: #E71333;
        margin-left: -45px;
        width: 32px;
        display: inline-block;
        vertical-align: top;
    }

    /** (<992px) **/
    @media (max-width: 992px) {

        .contact_us_page_list img {
            margin-right: 17px;
            margin-left: -35px;
            width: 26px;
        }
    }

    .right_content .whatsapp_btn img {
        margin-left: 20px;
        margin-top: -38px;
        width: 55px;
        /*box-shadow: rgba(0, 0, 0, 0.15) 0px 3px 12px;*/
    }

    /****************************************************************************************************************************
 * google map
 ****************************************************************************************************************************/
    .google_map_area .embeded-gmap-wrapper {
        padding: 0;
        position: relative;
        width: 100%;
    }

    .google-map {
        background: #E5E3DF;
        height: 400px;
        /*margin: 0 60px 40px 0;*/
        margin: 0;
        width: 100%;
    }

    .gm-style .gmnoprint,
    .gm-style .gmnoprint.gm-style-cc,
    .gm-style .gm-style-cc {
        /*bottom: 10px !important;*/
    }

    .gm-style-iw-d .title {
        font-size: 14px;
        font-weight: 700;
        line-height: 20px;
        color: #000;
    }

    .gm-style-iw-d div.address {
        font-size: 14px;
        font-weight: 400;
        line-height: 20px;
        color: #A0A0A0;
        margin-top: 5px;
        padding: 0;
    }

    /**************************************************************************************************************************/
    /** Place deposit modal **/
    /**************************************************************************************************************************/
    .make_deposit_form {
        padding: 25px 15px;
    }

        .make_deposit_form .make_depost_modal_header {
            margin-top: 35px;
        }

            .make_deposit_form .make_depost_modal_header h4.make_depost_modal_title {
                font-size: 1.5rem;
                line-height: 1.2;
                color: #e62237;
            }

            .make_deposit_form .make_depost_modal_header p.make_depost_modalsubmsg {
                font-size: 12px;
                line-height: 18px;
                color: #909090 !important;
            }

    @media (max-width: 992px) {

        .make_deposit_form .make_depost_modal_header h4.make_depost_modal_title {
            font-size: 1.2rem;
        }

        .make_deposit_form .make_depost_modal_header p.make_depost_modalsubmsg {
            font-size: 11px !important;
            line-height: 16px !important;
        }
    }

    @media (max-width: 768px) {

        .make_deposit_form.make_depost_modal_header h4.make_depost_modal_title {
            font-size: 1.2rem;
        }

        .make_deposit_form .make_depost_modal_header p.make_depost_modalsubmsg {
            font-size: 11px !important;
            line-height: 16px !important;
        }
    }

    @media (max-width: 480px) {

        .make_deposit_form .make_depost_modal_header h4.make_depost_modal_title {
            font-size: 1.1rem;
        }

        .make_deposit_form .make_depost_modal_header p.make_depost_modalsubmsg {
            font-size: 10px !important;
            line-height: 16px !important;
        }
    }

    /***deposit notes**/
    .make_deposit_form .make_depost_modal_deposit_notes_wrapper {
        border-radius: 70px;
        border-top-left-radius: 70px;
        border-bottom-left-radius: 70px;
        border-top-left-radius: 15px;
        border-bottom-left-radius: 15px;
        background: #000;
        width: 80%;
        text-align: left;
        margin: 10px auto;
        color: #fff;
        position: relative;
        padding: 15px 38px 5px;
    }

        .make_deposit_form .make_depost_modal_deposit_notes_wrapper img {
            width: 60px;
            position: absolute;
            left: -30px;
            top: 12%;
        }

        .make_deposit_form .make_depost_modal_deposit_notes_wrapper h4.make_depost_deposit_notes_title {
            color: #fff;
            font-size: 18px;
            font-weight: 600;
            margin-bottom: 5px;
        }

        .make_deposit_form .make_depost_modal_deposit_notes_wrapper p.make_depost_deposit_notes_submsg {
            color: #fff;
            font-size: 12px;
            padding-right: 100px;
            line-height: 16px;
        }

        .make_deposit_form .make_depost_modal_deposit_notes_wrapper .make_depost_deposit_notes_deposit_amt {
            width: 120px;
            position: absolute;
            right: 30px;
            top: 35%;
            font-size: 28px;
            text-align: right;
            font-weight: 600;
            color: #fff;
        }

    @media (max-width: 992px) {

        .make_deposit_form .make_depost_modal_deposit_notes_wrapper {
            width: 90%;
        }

            .make_deposit_form .make_depost_modal_deposit_notes_wrapper img {
                width: 45px;
                left: -22px;
            }

            .make_deposit_form .make_depost_modal_deposit_notes_wrapper h4.make_depost_deposit_notes_title {
                font-size: 14px;
                margin-bottom: 0;
            }

            .make_deposit_form .make_depost_modal_deposit_notes_wrapper p.make_depost_deposit_notes_submsg {
                font-size: 11px;
                margin-bottom: 5px;
                padding-right: 80px;
            }

            .make_deposit_form .make_depost_modal_deposit_notes_wrapper .make_depost_deposit_notes_deposit_amt {
                width: 75px;
                position: absolute;
                right: 20px;
                top: 33%;
                font-size: 18px;
                text-align: right;
                font-weight: 600;
                color: #fff;
            }
    }

    @media (max-width: 480px) {

        .make_deposit_form .make_depost_modal_deposit_notes_wrapper {
            margin: 5px auto;
            padding: 10px 26px 5px;
        }

            .make_deposit_form .make_depost_modal_deposit_notes_wrapper img {
                width: 40px;
                left: -20px;
                top: 15%;
            }

            .make_deposit_form .make_depost_modal_deposit_notes_wrapper h4.make_depost_deposit_notes_title {
                font-size: 13px;
                margin-bottom: 5px;
            }

            .make_deposit_form .make_depost_modal_deposit_notes_wrapper p.make_depost_deposit_notes_submsg {
                font-size: 10px;
                line-height: 14px;
                margin-bottom: 5px;
                width: 160px;
                padding-right: 0;
            }

            .make_deposit_form .make_depost_modal_deposit_notes_wrapper .make_depost_deposit_notes_deposit_amt {
                width: 60px;
                position: absolute;
                right: 12px;
                top: 31%;
                font-size: 15px;
                text-align: right;
                font-weight: 600;
                color: #fff;
            }
    }

    /**Payment method tab**/
    .make_deposit_form .make_deposit_modal_content {
        position: relative;
        width: 100%;
        display: flex;
        align-items: flex-start;
        flex-direction: row;
        flex-wrap: wrap;
        margin-top: 15px;
    }

        .make_deposit_form .make_deposit_modal_content .tab-navs {
            flex: 0 1 100%;
        }

        .make_deposit_form .make_deposit_modal_content .nav.nav-tabs.custom_style1_tab {
            width: 55%;
            float: right;
            position: relative;
            border-bottom: 2px solid #e1e3ed;
            border-bottom: unset;
        }

    @media (max-width: 992px) {
        .make_deposit_form .make_deposit_modal_content .nav.nav-tabs.custom_style1_tab {
            width: 100%;
            float: none;
            padding: 0 25px;
        }
    }

    @media (max-width: 480px) {
        .make_deposit_form .make_deposit_modal_content .nav.nav-tabs.custom_style1_tab {
            padding: 0 15px;
        }
    }

    .make_deposit_form .make_deposit_modal_content .nav.nav-tabs.custom_style1_tab .nav-item {
        margin: 0;
        float: left;
        width: 40%;
        text-align: left;
        border-bottom: 2px solid #e1e3ed;
    }

    @media (max-width: 992px) {
        .make_deposit_form .make_deposit_modal_content .nav.nav-tabs.custom_style1_tab .nav-item {
            width: 50%;
            text-align: center;
        }
    }

    @media (max-width: 480px) {
        .make_deposit_form .make_deposit_modal_content .nav.nav-tabs.custom_style1_tab .nav-item .nav-link {
            font-size: 12px;
        }
    }

    .make_deposit_form .make_deposit_modal_content .nav.nav-tabs.custom_style1_tab .nav-item:last-child {
        text-align: right;
    }

    @media (max-width: 992px) {
        .make_deposit_form .make_deposit_modal_content .nav.nav-tabs.custom_style1_tab .nav-item:last-child {
            text-align: center;
        }
    }

    .make_deposit_form .make_deposit_modal_content .tab-content {
        width: 100%;
    }

    /**Deposit by CC & Deposit by manual transfer**/
#make-deposit-cc .deposit_modal_tab_content,
#make-deposit-cc_ForUsedNewMarketplace .deposit_modal_tab_content,
#make-deposit-manualy-transfer .deposit_modal_tab_content,
#make-deposit-manualy-transfer_ForUsedNewMarketplace .deposit_modal_tab_content {
    position: relative;
    width: 100%;
    display: flex;
    align-items: flex-start;
    flex-direction: row;
    flex-wrap: wrap;
    padding: 0 25px;
}

@media (max-width: 992px) {
    #make-deposit-cc .deposit_modal_tab_content,
    #make-deposit-cc_ForUsedNewMarketplace .deposit_modal_tab_content,
    #make-deposit-manualy-transfer .deposit_modal_tab_content,
    #make-deposit-manualy-transfer_ForUsedNewMarketplace .deposit_modal_tab_content {
        padding: 0 15px;
    }
}

#make-deposit-cc .deposit_payment_method_wrapper,
#make-deposit-cc_ForUsedNewMarketplace .deposit_payment_method_wrapper,
#make-deposit-manualy-transfer .deposit_payment_method_wrapper,
#make-deposit-manualy-transfer_ForUsedNewMarketplace .deposit_payment_method_wrapper {
    flex: 0 0 45%;
    margin-top: -35px;
    padding-right: 25px;
}

    @media (max-width: 992px) {
        #make-deposit-cc .deposit_payment_method_wrapper.web__version,
        #make-deposit-cc_ForUsedNewMarketplace .deposit_payment_method_wrapper.web__version,
        #make-deposit-manualy-transfer .deposit_payment_method_wrapper.web__version,
        #make-deposit-manualy-transfer_ForUsedNewMarketplace .deposit_payment_method_wrapper.web__version {
            display: none;
        }
    }

#make-deposit-cc .deposit_payment_method_wrapper .deposit_payment_method_title,
#make-deposit-cc_ForUsedNewMarketplace .deposit_payment_method_wrapper .deposit_payment_method_title,
#make-deposit-manualy-transfer .deposit_payment_method_wrapper .deposit_payment_method_title,
#make-deposit-manualy-transfer_ForUsedNewMarketplace .deposit_payment_method_wrapper .deposit_payment_method_title {
    font-size: 18px;
    font-weight: 600;
    text-transform: uppercase;
    margin-bottom: 20px;
}

#make-deposit-cc .deposit_payment_method_wrapper .deposit_payment_method_inner_section_wrapper,
#make-deposit-cc_ForUsedNewMarketplace .deposit_payment_method_wrapper .deposit_payment_method_inner_section_wrapper,
#make-deposit-manualy-transfer .deposit_payment_method_wrapper .deposit_payment_method_inner_section_wrapper,
#make-deposit-manualy-transfer_ForUsedNewMarketplace .deposit_payment_method_wrapper .deposit_payment_method_inner_section_wrapper {
    margin: 35px 7px 20px 0;
    background: #FFF1F0;
    padding: 15px;
    color: #878383;
}

    #make-deposit-cc .deposit_payment_method_wrapper .deposit_payment_method_inner_section_wrapper h5,
    #make-deposit-cc_ForUsedNewMarketplace .deposit_payment_method_wrapper .deposit_payment_method_inner_section_wrapper h5,
    #make-deposit-manualy-transfer .deposit_payment_method_wrapper .deposit_payment_method_inner_section_wrapper h5,
    #make-deposit-manualy-transfer_ForUsedNewMarketplace .deposit_payment_method_wrapper .deposit_payment_method_inner_section_wrapper h5 {
        font-size: 14px;
        font-weight: 500;
        margin-top: 5px;
        margin-bottom: 15px;
    }

    #make-deposit-cc .deposit_payment_method_wrapper .deposit_payment_method_inner_section_wrapper p,
    #make-deposit-cc_ForUsedNewMarketplace .deposit_payment_method_wrapper .deposit_payment_method_inner_section_wrapper p,
    #make-deposit-manualy-transfer .deposit_payment_method_wrapper .deposit_payment_method_inner_section_wrapper p,
    #make-deposit-manualy-transfer_ForUsedNewMarketplace .deposit_payment_method_wrapper .deposit_payment_method_inner_section_wrapper p {
        font-size: 12px;
        color: #878383;
        color: #878383;
        line-height: 18px;
    }

        #make-deposit-cc .deposit_payment_method_wrapper .deposit_payment_method_inner_section_wrapper p span.payment_name_name,
        #make-deposit-cc_ForUsedNewMarketplace .deposit_payment_method_wrapper .deposit_payment_method_inner_section_wrapper p span.payment_name_name,
        #make-deposit-manualy-transfer .deposit_payment_method_wrapper .deposit_payment_method_inner_section_wrapper p span.payment_name_name,
        #make-deposit-manualy-transfer_ForUsedNewMarketplace .deposit_payment_method_wrapper .deposit_payment_method_inner_section_wrapper p span.payment_name_name {
            margin: 0;
            padding: 0;
            display: block;
            font-weight: 600;
        }

    /**Deposit by CC Inputs**/
#make-deposit-cc .deposit_payment_method_input_wrapper,
#make-deposit-cc_ForUsedNewMarketplace .deposit_payment_method_input_wrapper {
    flex: 0 0 55%;
}


    @media (max-width: 992px) {
        #make-deposit-cc .deposit_payment_method_input_wrapper,
        #make-deposit-cc_ForUsedNewMarketplace .deposit_payment_method_input_wrapper {
            flex: 0 0 100%;
        }
    }

#make-deposit-cc .deposit_payment_method_input_wrapper img,
#make-deposit-cc_ForUsedNewMarketplace .deposit_payment_method_input_wrapper img {
    width: 180px;
    display: block;
    margin: 15px 0;
}

    @media (max-width: 992px) {
        #make-deposit-cc .deposit_payment_method_input_wrapper img,
        #make-deposit-cc_ForUsedNewMarketplace .deposit_payment_method_input_wrapper img {
            width: 130px;
            display: block;
            margin: 5px 0 20px;
        }
    }

#make-deposit-cc .deposit_payment_method_input_wrapper .place_deposit_cc_submit_later__btn,
#make-deposit-cc_ForUsedNewMarketplace .deposit_payment_method_input_wrapper .place_deposit_cc_submit_later__btn {
    background: transparent;
    text-decoration: underline;
    font-weight: 600;
    color: #AFAFAF;
    border-radius: 3px;
    display: inline-block;
}

    @media (max-width: 480px) {

        #make-deposit-cc .deposit_payment_method_input_wrapper .place_deposit_cc_submit__btn,
        #make-deposit-cc_ForUsedNewMarketplace .deposit_payment_method_input_wrapper .place_deposit_cc_submit__btn {
            padding: 15px;
            font-size: 12px;
        }

        #make-deposit-cc .deposit_payment_method_input_wrapper .place_deposit_cc_submit_later__btn,
        #make-deposit-cc_ForUsedNewMarketplace .deposit_payment_method_input_wrapper .place_deposit_cc_submit_later__btn {
            font-weight: 500;
            color: #AFAFAF;
            padding: 15px;
            font-size: 12px;
        }
    }

    /**Deposit by manual transfer**/
#make-deposit-manualy-transfer .deposit_payment_method_input_wrapper,
#make-deposit-manualy-transfer_ForUsedNewMarketplace .deposit_payment_method_input_wrapper {
    flex: 0 0 55%;
}

    @media (max-width: 992px) {
        #make-deposit-manualy-transfer .deposit_payment_method_input_wrapper,
        #make-deposit-manualy-transfer_ForUsedNewMarketplace .deposit_payment_method_input_wrapper {
            flex: 0 0 100%;
        }
    }

    /**In-app credit amount for mobile version**/
    @media (min-width: 992px) {
        .deposit_my_in_appcredit_wrapper.mobile__version {
            display: none;
        }
    }

    @media (max-width: 992px) {
        .deposit_my_in_appcredit_wrapper.mobile__version {
            flex: 0 0 50%;
        }
    }

#make-deposit-manualy-transfer .deposit_my_in_appcredit,
#make-deposit-manualy-transfer_ForUsedNewMarketplace .deposit_my_in_appcredit {
    font-size: 14px;
    font-weight: 500;
    margin-top: 5px;
    margin-bottom: 10px;
}

    @media (max-width: 992px) {
        #make-deposit-manualy-transfer .deposit_my_in_appcredit,
        #make-deposit-manualy-transfer_ForUsedNewMarketplace .deposit_my_in_appcredit {
            font-size: 12px;
        }
    }

    @media (max-width: 480px) {
        #make-deposit-manualy-transfer .deposit_my_in_appcredit,
        #make-deposit-manualy-transfer_ForUsedNewMarketplace .deposit_my_in_appcredit {
            font-size: 10px;
        }
    }

#make-deposit-manualy-transfer .my_credit_amt_wrapper,
#make-deposit-manualy-transfer_ForUsedNewMarketplace .my_credit_amt_wrapper {
    display: table;
    border-bottom: 5px solid #fff;
    position: relative;
    width: calc(100% - 60px);
    width: calc(100% - 60px + 45px);
    padding-bottom: 5px;
}

    #make-deposit-manualy-transfer .my_credit_amt_wrapper .my_credit_amt_currency,
    #make-deposit-manualy-transfer_ForUsedNewMarketplace .my_credit_amt_wrapper .my_credit_amt_currency {
        text-align: left;
        display: table-cell;
        vertical-align: top;
        padding: 8px 0;
    }

    @media (max-width: 992px) {
        #make-deposit-manualy-transfer .my_credit_amt_wrapper .my_credit_amt_currency,
        #make-deposit-manualy-transfer_ForUsedNewMarketplace .my_credit_amt_wrapper .my_credit_amt_currency {
            padding: 6px 0;
        }
    }

    @media (max-width: 480px) {
        #make-deposit-manualy-transfer .my_credit_amt_wrapper .my_credit_amt_currency,
        #make-deposit-manualy-transfer_ForUsedNewMarketplace .my_credit_amt_wrapper .my_credit_amt_currency {
            padding: 4px 0;
        }
    }

#make-deposit-manualy-transfer .my_credit_amt_wrapper .my_credit_amt_currency h2,
#make-deposit-manualy-transfer_ForUsedNewMarketplace .my_credit_amt_wrapper .my_credit_amt_currency h2 {
    font-size: 26px;
    font-weight: 600;
    color: #000;
}

    @media (max-width: 992px) {
        #make-deposit-manualy-transfer .my_credit_amt_wrapper .my_credit_amt_currency h2,
        #make-deposit-manualy-transfer_ForUsedNewMarketplace .my_credit_amt_wrapper .my_credit_amt_currency h2 {
            font-size: 24px;
        }
    }

    @media (max-width: 480px) {
        #make-deposit-manualy-transfer .my_credit_amt_wrapper .my_credit_balance_amt h2,
        #make-deposit-manualy-transfer_ForUsedNewMarketplace .my_credit_amt_wrapper .my_credit_balance_amt h2 {
            font-size: 18px;
        }
    }

#make-deposit-manualy-transfer .my_credit_amt_wrapper .my_credit_balance_amt,
#make-deposit-manualy-transfer_ForUsedNewMarketplace .my_credit_amt_wrapper .my_credit_balance_amt {
    text-align: left;
    display: table-cell;
}

    #make-deposit-manualy-transfer .my_credit_amt_wrapper .my_credit_balance_amt h2,
    #make-deposit-manualy-transfer_ForUsedNewMarketplace .my_credit_amt_wrapper .my_credit_balance_amt h2 {
        font-size: 60px;
        font-weight: 600;
        color: #e62237;
    }

    @media (max-width: 992px) {
        #make-deposit-manualy-transfer .my_credit_amt_wrapper .my_credit_balance_amt h2,
        #make-deposit-manualy-transfer_ForUsedNewMarketplace .my_credit_amt_wrapper .my_credit_balance_amt h2 {
            font-size: 40px;
        }
    }

    @media (max-width: 480px) {
        #make-deposit-manualy-transfer .my_credit_amt_wrapper .my_credit_balance_amt h2,
        #make-deposit-manualy-transfer_ForUsedNewMarketplace .my_credit_amt_wrapper .my_credit_balance_amt h2 {
            font-size: 34px;
        }
    }

#make-deposit-manualy-transfer .my_credit_amt_wrapper .my_credit_balance_amt h2 small,
#make-deposit-manualy-transfer_ForUsedNewMarketplace .my_credit_amt_wrapper .my_credit_balance_amt h2 small {
    font-size: 45%;
    font-weight: 600;
    vertical-align: top;
    top: 8px;
    position: relative;
    letter-spacing: 0;
}

    /**reload credit msg**/
#make-deposit-manualy-transfer .deposit_payment_method_input_wrapper .deposit_payment_method_reload_credit_msg_wrapper,
#make-deposit-manualy-transfer_ForUsedNewMarketplace .deposit_payment_method_input_wrapper .deposit_payment_method_reload_credit_msg_wrapper {
    position: relative;
    width: 100%;
    display: flex;
    align-items: flex-start;
    flex-direction: row;
    flex-wrap: wrap;
}

#make-deposit-manualy-transfer .deposit_payment_method_input_wrapper .reload_credit_msg_wrapper,
#make-deposit-manualy-transfer_ForUsedNewMarketplace .deposit_payment_method_input_wrapper .reload_credit_msg_wrapper {
    flex: 0 0 100%;
}

    @media (max-width: 992px) {
        #make-deposit-manualy-transfer .deposit_payment_method_input_wrapper .reload_credit_msg_wrapper,
        #make-deposit-manualy-transfer_ForUsedNewMarketplace .deposit_payment_method_input_wrapper .reload_credit_msg_wrapper {
            flex: 0 0 50%;
            padding: 0;
        }
    }

    @media (max-width: 480px) {
        #make-deposit-manualy-transfer .deposit_payment_method_input_wrapper .reload_credit_msg_wrapper,
        #make-deposit-manualy-transfer_ForUsedNewMarketplace .deposit_payment_method_input_wrapper .reload_credit_msg_wrapper {
            padding: 25px 0;
        }
    }

#make-deposit-manualy-transfer .deposit_payment_method_input_wrapper .reload_credit_msg,
#make-deposit-manualy-transfer_ForUsedNewMarketplace .deposit_payment_method_input_wrapper .reload_credit_msg {
    font-size: 12px;
    line-height: 18px;
    margin: 15px 0 20px;
}

    @media (max-width: 480px) {
        #make-deposit-manualy-transfer .deposit_payment_method_input_wrapper .reload_credit_msg,
        #make-deposit-manualy-transfer_ForUsedNewMarketplace .deposit_payment_method_input_wrapper .reload_credit_msg {
            font-size: 11px;
            line-height: 16px;
            margin: 15px 0 0 !important;
        }
    }

    /**manual transfer steps**/
#make-deposit-manualy-transfer .deposit_payment_method_input_wrapper .manually_transfer_steps_wrapper,
#make-deposit-manualy-transfer_ForUsedNewMarketplace .deposit_payment_method_input_wrapper .manually_transfer_steps_wrapper {
    position: relative;
    width: 100%;
    display: flex;
    align-items: flex-start;
    flex-direction: row;
    flex-wrap: wrap;
    margin: 35px 0 15px;
}

    @media (max-width: 480px) {
        #make-deposit-manualy-transfer .deposit_payment_method_input_wrapper .manually_transfer_steps_wrapper,
        #make-deposit-manualy-transfer_ForUsedNewMarketplace .deposit_payment_method_input_wrapper .manually_transfer_steps_wrapper {
            margin: 15px 0;
        }
    }

#make-deposit-manualy-transfer .deposit_payment_method_input_wrapper .manually_transfer_steps_wrapper .manually_transfer_step_item,
#make-deposit-manualy-transfer_ForUsedNewMarketplace .deposit_payment_method_input_wrapper .manually_transfer_steps_wrapper .manually_transfer_step_item {
    flex: 0 0 33.33%;
    text-align: center;
    position: relative;
}

    #make-deposit-manualy-transfer .deposit_payment_method_input_wrapper .manually_transfer_steps_wrapper .manually_transfer_step_item:not(:last-child):after,
    #make-deposit-manualy-transfer_ForUsedNewMarketplace .deposit_payment_method_input_wrapper .manually_transfer_steps_wrapper .manually_transfer_step_item:not(:last-child):after {
        content: "";
        position: absolute;
        right: 0;
        top: 24px;
        width: 55px;
        height: 2px;
        background: black;
        z-index: 10;
        left: 105px;
        margin: 0 auto;
    }

    @media (max-width: 480px) {
        #make-deposit-manualy-transfer .deposit_payment_method_input_wrapper .manually_transfer_steps_wrapper .manually_transfer_step_item:not(:last-child):after,
        #make-deposit-manualy-transfer_ForUsedNewMarketplace .deposit_payment_method_input_wrapper .manually_transfer_steps_wrapper .manually_transfer_step_item:not(:last-child):after {
            top: 19px;
            width: 45px;
            left: 72px;
        }
    }

#make-deposit-manualy-transfer .deposit_payment_method_input_wrapper .manually_transfer_steps_wrapper .manually_transfer_step_item span,
#make-deposit-manualy-transfer_ForUsedNewMarketplace .deposit_payment_method_input_wrapper .manually_transfer_steps_wrapper .manually_transfer_step_item span {
    font-size: 8px;
    color: #fff;
    background: #000;
    padding: 0;
    border-radius: 50%;
    margin: 0;
    width: 12px;
    height: 12px;
    display: inline-block;
    line-height: 12px;
    font-weight: 600;
    text-align: center;
    position: absolute;
    left: 35px;
    top: -8px;
}

    @media (max-width: 480px) {
        #make-deposit-manualy-transfer .deposit_payment_method_input_wrapper .manually_transfer_steps_wrapper .manually_transfer_step_item span,
        #make-deposit-manualy-transfer_ForUsedNewMarketplace .deposit_payment_method_input_wrapper .manually_transfer_steps_wrapper .manually_transfer_step_item span {
            left: 22px;
            top: -10px;
        }
    }

#make-deposit-manualy-transfer .deposit_payment_method_input_wrapper .manually_transfer_steps_wrapper .manually_transfer_step_item img,
#make-deposit-manualy-transfer_ForUsedNewMarketplace .deposit_payment_method_input_wrapper .manually_transfer_steps_wrapper .manually_transfer_step_item img {
    width: 48px;
}

#make-deposit-manualy-transfer .deposit_payment_method_input_wrapper .manually_transfer_steps_wrapper .manually_transfer_step_item p,
#make-deposit-manualy-transfer_ForUsedNewMarketplace .deposit_payment_method_input_wrapper .manually_transfer_steps_wrapper .manually_transfer_step_item p {
    font-size: 10px;
    line-height: 14px;
    margin-top: 5px;
    color: #000;
}

    @media (max-width: 480px) {
        #make-deposit-manualy-transfer .deposit_payment_method_input_wrapper .manually_transfer_steps_wrapper .manually_transfer_step_item p,
        #make-deposit-manualy-transfer_ForUsedNewMarketplace .deposit_payment_method_input_wrapper .manually_transfer_steps_wrapper .manually_transfer_step_item p {
            font-size: 9px;
            line-height: 12px;
            margin: 5px 2px;
        }
    }

    /**manual transfer bank info**/
#make-deposit-manualy-transfer .deposit_payment_method_input_wrapper .manually_transfer_bank_info_wrapper,
#make-deposit-manualy-transfer_ForUsedNewMarketplace .deposit_payment_method_input_wrapper .manually_transfer_bank_info_wrapper {
    background: #F4F4F4;
    color: #000;
    padding: 10px 15px;
}

    @media (max-width: 480px) {
        #make-deposit-manualy-transfer .deposit_payment_method_input_wrapper .manually_transfer_bank_info_wrapper,
        #make-deposit-manualy-transfer_ForUsedNewMarketplace .deposit_payment_method_input_wrapper .manually_transfer_bank_info_wrapper {
            padding: 6px 8px;
        }
    }

#make-deposit-manualy-transfer .deposit_payment_method_input_wrapper .manually_transfer_bank_info_wrapper .single_bank_info_item,
#make-deposit-manualy-transfer_ForUsedNewMarketplace .deposit_payment_method_input_wrapper .manually_transfer_bank_info_wrapper .single_bank_info_item {
    position: relative;
    width: 100%;
    display: flex;
    align-items: flex-start;
    flex-direction: row;
    flex-wrap: wrap;
}

    @media (max-width: 480px) {
        #make-deposit-manualy-transfer .deposit_payment_method_input_wrapper .manually_transfer_bank_info_wrapper .single_bank_info_item,
        #make-deposit-manualy-transfer_ForUsedNewMarketplace .deposit_payment_method_input_wrapper .manually_transfer_bank_info_wrapper .single_bank_info_item {
            margin: 10px 0;
        }
    }

#make-deposit-manualy-transfer .deposit_payment_method_input_wrapper .manually_transfer_bank_info_wrapper .single_bank_info_item .left_body,
#make-deposit-manualy-transfer_ForUsedNewMarketplace .deposit_payment_method_input_wrapper .manually_transfer_bank_info_wrapper .single_bank_info_item .left_body {
    flex: 0 0 40%;
    font-size: 12px;
    font-weight: 600;
    line-height: 16px;
}

    @media (max-width: 480px) {
        #make-deposit-manualy-transfer .deposit_payment_method_input_wrapper .manually_transfer_bank_info_wrapper .single_bank_info_item .left_body,
        #make-deposit-manualy-transfer_ForUsedNewMarketplace .deposit_payment_method_input_wrapper .manually_transfer_bank_info_wrapper .single_bank_info_item .left_body {
            flex: 0 0 38%;
            font-size: 11px;
            line-height: 14px;
        }
    }

#make-deposit-manualy-transfer .deposit_payment_method_input_wrapper .manually_transfer_bank_info_wrapper .single_bank_info_item .right_body,
#make-deposit-manualy-transfer_ForUsedNewMarketplace .deposit_payment_method_input_wrapper .manually_transfer_bank_info_wrapper .single_bank_info_item .right_body {
    font-size: 14px;
    font-weight: 700;
    color: #e62237;
    padding-left: 5px;
    line-height: 18px;
}

    @media (max-width: 480px) {
        #make-deposit-manualy-transfer .deposit_payment_method_input_wrapper .manually_transfer_bank_info_wrapper .single_bank_info_item .right_body,
        #make-deposit-manualy-transfer_ForUsedNewMarketplace .deposit_payment_method_input_wrapper .manually_transfer_bank_info_wrapper .single_bank_info_item .right_body {
            font-size: 12px;
            padding-left: 5px;
            line-height: 14px;
        }
    }

#make-deposit-manualy-transfer .deposit_payment_method_input_wrapper .manually_transfer_bank_info_wrapper .single_bank_info_item .right_body span,
#make-deposit-manualy-transfer_ForUsedNewMarketplace .deposit_payment_method_input_wrapper .manually_transfer_bank_info_wrapper .single_bank_info_item .right_body span {
    font-size: 12px;
    color: #000;
    padding-right: 10px;
}

    @media (max-width: 480px) {
        #make-deposit-manualy-transfer .deposit_payment_method_input_wrapper .manually_transfer_bank_info_wrapper .single_bank_info_item .right_body span,
        #make-deposit-manualy-transfer_ForUsedNewMarketplace .deposit_payment_method_input_wrapper .manually_transfer_bank_info_wrapper .single_bank_info_item .right_body span {
            font-size: 12px;
            color: #000;
            padding-right: 10px;
            line-height: 14px;
        }
    }

    /**manual transfer upload receipt**/
#make-deposit-manualy-transfer .deposit_payment_method_input_wrapper .single_imgupload_row,
#make-deposit-manualy-transfer_ForUsedNewMarketplace .deposit_payment_method_input_wrapper .single_imgupload_row {
    display: flex;
}

    #make-deposit-manualy-transfer .deposit_payment_method_input_wrapper .single_imgupload_row .single_imgupload_wrapper,
    #make-deposit-manualy-transfer_ForUsedNewMarketplace .deposit_payment_method_input_wrapper .single_imgupload_row .single_imgupload_wrapper {
        padding-right: 10px;
    }

        #make-deposit-manualy-transfer .deposit_payment_method_input_wrapper .single_imgupload_row .single_imgupload_wrapper .imgupload.imgupload-crop .item-img-output,
        #make-deposit-manualy-transfer_ForUsedNewMarketplace .deposit_payment_method_input_wrapper .single_imgupload_row .single_imgupload_wrapper .imgupload.imgupload-crop .item-img-output {
            width: auto;
            height: 120px;
            object-fit: cover;
        }

#make-deposit-manualy-transfer .deposit_payment_method_input_wrapper p.reference_no_input_notes,
#make-deposit-manualy-transfer_ForUsedNewMarketplace .deposit_payment_method_input_wrapper p.reference_no_input_notes,
#make-deposit-manualy-transfer .deposit_payment_method_input_wrapper p.payment_receipt_input_notes,
#make-deposit-manualy-transfer_ForUsedNewMarketplace .deposit_payment_method_input_wrapper p.payment_receipt_input_notes {
    font-size: 12px;
    line-height: 18px;
}

    /**close btn**/
#make-deposit-manualy-transfer .deposit_payment_method_input_wrapper .place_deposit_manual_transfer_later__btn,
#make-deposit-manualy-transfer_ForUsedNewMarketplace .deposit_payment_method_input_wrapper .place_deposit_manual_transfer_later__btn {
    background: transparent;
    text-decoration: underline;
    font-weight: 600;
    color: #AFAFAF;
    border-radius: 3px;
    display: inline-block;
}

    @media (max-width: 480px) {

        #make-deposit-manualy-transfer .deposit_payment_method_input_wrapper .place_deposit_manual_transfer_later__btn,
        #make-deposit-manualy-transfer_ForUsedNewMarketplace .deposit_payment_method_input_wrapper .place_deposit_manual_transfer_later__btn {
            font-weight: 500;
            color: #AFAFAF;
            padding: 15px;
            font-size: 12px;
        }
    }

    /**payment method content for mobile version**/
    .deposit_payment_method_wrapper.mobile__version {
        padding: 10px 25px 0;
    }

    @media (min-width: 992px) {
        .deposit_payment_method_wrapper.mobile__version {
            display: none;
        }
    }

    @media (max-width: 480px) {
        .deposit_payment_method_wrapper.mobile__version {
            padding: 10px 15px 0;
        }
    }

    .deposit_payment_method_wrapper.mobile__version h4.deposit_payment_method_title {
        display: inline-block;
        font-size: 14px;
        font-weight: 600;
        text-transform: uppercase;
    }

    .deposit_payment_method_wrapper.mobile__version .collapse_payment_method_cc_btn,
    .deposit_payment_method_wrapper.mobile__version .collapse_payment_method_manual_transfer_btn {
        font-size: 12px;
        color: #fff;
        background: #EA1C30;
        padding: 3px 6px;
        border-radius: 50%;
        margin-left: 7px;
        position: relative;
        line-height: 9px;
        display: inline-block;
    }

    .deposit_payment_method_wrapper .deposit_payment_method_inner_section_wrapper {
        margin: 15px 7px 40px 0;
        background: #FFF1F0;
        padding: 15px;
        color: #878383;
    }

        .deposit_payment_method_wrapper .deposit_payment_method_inner_section_wrapper h5 {
            font-size: 14px;
            font-weight: 500;
            margin-top: 5px;
            margin-bottom: 15px;
        }

        .deposit_payment_method_wrapper .deposit_payment_method_inner_section_wrapper p {
            font-size: 12px;
            color: #878383;
            color: #878383;
            line-height: 18px;
        }

            .deposit_payment_method_wrapper .deposit_payment_method_inner_section_wrapper p span.payment_name_name {
                margin: 0;
                padding: 0;
                display: block;
                font-weight: 600;
            }

/**************************************************************************************************************************/
/** Top deal motorcycle (featured item in homepage) **/
/**************************************************************************************************************************/
.home_marketplace_container {
    padding: 40px 0;
}

/** (<992px) **/
@media (max-width: 992px) {

    .home_marketplace_container {
        background-color: #F2F2F2;
        padding: 25px 0 5px;
    }

        .home_marketplace_container .sec_title {
            position: relative;
            display: inline-block;
            z-index: 11;
            width: 100px;
            height: 60px;
            text-align: left !important;
            top: 5px;
        }

            .home_marketplace_container .sec_title h2 {
                font-size: 16px;
                line-height: 20px;
            }
}

/** (<768px) **/
@media (max-width:768px) {

    .home_marketplace_container {
        padding: 15px 0 5px;
    }

        .home_marketplace_container .sec_title h2 {
            font-size: 14px;
            line-height: 18px;
        }
}

/** (<420px) **/
@media (max-width:420px) {

    .home_marketplace_container {
        padding: 15px 0 5px;
    }

        .home_marketplace_container .sec_title h2 {
            font-size: 13px;
            line-height: 18px;
        }

        .home_marketplace_container .sec_title h2.chinese_translation {
            font-size: 13px;
            line-height: 18px;
            margin-top: 8px;
        }
}

/** (<992px) **/
@media (max-width: 992px) {

    .home_marketplace_container .tabbable-line > .nav-tabs {
        margin-left: 130px;
        justify-content: unset !important;
        margin-top: -65px;
        z-index: 11;
        position: relative;
    }
}

/** (<578px) **/
@media (max-width:578px) {

    .home_marketplace_container .tabbable-line > .nav-tabs {
        margin-left: 100px;
        margin-top: -60px;
    }
}

/** (<420px) **/
@media (max-width:420px) {

    .home_marketplace_container .tabbable-line > .nav-tabs {
        margin-left: 75px;
        margin-top: -66px;
    }
}

/** (<320px) **/
@media (max-width:320px) {

    .home_marketplace_container .tabbable-line > .nav-tabs {
        margin-left: 65px;
        margin-top: -66px;
    }
}

.home_marketplace_container .tabbable-line > .tab-content {
    padding: 10px 0 0;
}

.home_marketplace_container .tabbable-line li a div.icon_img_wrapper {
    display: inline-block;
}

    .home_marketplace_container .tabbable-line li a div.icon_img_wrapper img {
        width: 42px;
        height: 42px;
        margin-top: -3px;
        z-index: 5;
        position: relative;
        margin-left: -3px;
    }

.home_marketplace_container .tabbable-line li a div.icon_text_wrapper {
    font-size: 14px;
    font-weight: 500;
    line-height: 12px;
    color: #222;
    padding-left: 5px;
}

    .home_marketplace_container .tabbable-line li a div.icon_text_wrapper.web__view {
        display: inline-block;
    }

    .home_marketplace_container .tabbable-line li a div.icon_text_wrapper.mobile__view {
        display: none;
    }

/** (<992px) **/
@media (max-width: 992px) {

    .home_marketplace_container .tabbable-line li a div.icon_text_wrapper.web__view {
        display: none;
    }

    .home_marketplace_container .tabbable-line li a div.icon_text_wrapper.mobile__view {
        display: inline-block;
    }
}

/** (<578px) **/
@media (max-width:578px) {

    .home_marketplace_container .tabbable-line > .nav-tabs > li > a {
        padding: 10px 5px;
    }

    .home_marketplace_container .tabbable-line li a div.icon_img_wrapper img {
        width: 28px;
        height: 28px;
    }

    .home_marketplace_container .tabbable-line li a div.icon_text_wrapper {
        font-size: 12px;
        font-weight: 500;
        line-height: 12px;
        padding-left: 2px;
    }
}

/** (<350px) **/
@media (max-width:350px) {

    .home_marketplace_container .tabbable-line > .nav-tabs > li > a {
        padding: 10px 4px;
    }

    .home_marketplace_container .tabbable-line li a div.icon_img_wrapper img {
        width: 24px;
        height: 24px;
    }

    .home_marketplace_container .tabbable-line li a div.icon_text_wrapper {
        font-size: 11px;
        font-weight: 500;
        line-height: 11px;
        padding-left: 2px;
    }
}

/** Used Item / New item  **/
.used_and_new_item_wrapper {
    /*display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: row;
    flex-direction: row;*/
    padding-left: 0;
    margin-bottom: 0;
    display: block;
}

    .used_and_new_item_wrapper.mobile__view {
        background: #F2F2F2;
        padding: 20px 5px 0;
        position: relative;
        z-index: 1;
        display: none;
    }

/** (<992px) **/
@media (max-width: 992px) {

    .used_and_new_item_wrapper.web__view {
        display: none;
    }

    .used_and_new_item_wrapper.mobile__view {
        display: block;
    }
}

.home_marketplace_container .single_used_new_thumbnail {
    margin-bottom: 25px;
    padding: 15px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    border: unset;
    /*box-shadow: 0px 2px 4px 0px rgba(12, 0, 46, .2);*/
}

/** (<992px) **/
@media (max-width: 992px) {

    .home_marketplace_container .single_used_new_thumbnail {
        padding: 10px;
    }

        .home_marketplace_container .single_used_new_thumbnail.see_more_btn {
            padding: 0;
            background: transparent;
        }
}

/** (<420px) **/
@media (max-width: 420px) {

    .home_marketplace_container .single_used_new_thumbnail {
        padding: 6px;
    }

        .home_marketplace_container .single_used_new_thumbnail.see_more_btn {
            padding: 0;
            background: transparent;
        }
}

.home_marketplace_container .single_used_new_thumbnail img.img-fluid {
    width: 100%;
    height: 300px;
    object-fit: cover;
    z-index: 1;
    border-radius: 10px;
    position: relative;
}

/** (<992px) **/
@media (max-width: 992px) {

    .home_marketplace_container .single_used_new_thumbnail img.img-fluid {
        height: 170px;
    }
}

/** (<420px) **/
@media (max-width:420px) {

    .home_marketplace_container .single_used_new_thumbnail img.img-fluid {
        height: 120px;
    }
}

.home_marketplace_container .single_used_new_thumbnail .thumb-sold-status {
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
    background: rgba(0, 0, 0, .65);
    top: 0;
    left: 0;
    color: #E61333;
    font-size: 32px;
    font-weight: normal;
    letter-spacing: .75px;
    line-height: 1.1em;
    padding: 15px;
    position: absolute;
    border-radius: 10px;
    z-index: 5;
    width: 100%;
    height: 100%;
    text-align: center;
    text-decoration: unset;
    letter-spacing: 1.5px;
}

.home_marketplace_container .single_used_new_thumbnail .thumb-sold-status .sold-text-wrapper {
    position: relative;
    margin-top: 150px;
}

/** (<1024px) **/
@media (max-width: 1024px) {

    .home_marketplace_container .single_used_new_thumbnail .thumb-sold-status {
        font-size: 32px;
    }
}

/** (<992px) **/
@media (max-width: 992px) {

    .home_marketplace_container .single_used_new_thumbnail .thumb-sold-status {
        font-size: 30px;
    }
}

/** (<420px) **/
@media (max-width: 420px) {

    .home_marketplace_container .single_used_new_thumbnail .thumb-sold-status {
        font-size: 18px;
        padding: 5px;
    }

    .home_marketplace_container .single_used_new_thumbnail .thumb-sold-status .sold-text-wrapper {
        margin-top: 110px;
    }
}

.home_marketplace_container .single_used_new_thumbnail .thumb-sold-status .sold-text {
    font-family: 'Holtwood One SC', serif;
    display: inline;
}

.home_marketplace_container .single_used_new_thumbnail .thumb-sold-status .sold-text-dot {
    font-size: 60px;
    display: inline;
}

/** (<420px) **/
@media (max-width: 420px) {

    .home_marketplace_container .single_used_new_thumbnail .thumb-sold-status .sold-text-dot {
        font-size: 35px;
    }
}

.home_marketplace_container .single_used_new_thumbnail .item_add_to_fav {
    position: absolute;
    top: 280px;
    right: 25px;
    z-index: 3;
    font-size: 22px;
    font-weight: 700;
    color: #fff;
}

/** (<992px) **/
@media (max-width: 992px) {

    .home_marketplace_container .single_used_new_thumbnail .item_add_to_fav {
        top: 150px;
        right: 25px;
    }
}

/** (<420px) **/
@media (max-width: 420px) {

    .home_marketplace_container .single_used_new_thumbnail .item_add_to_fav {
        top: 95px;
        right: 15px;
    }
}

.home_marketplace_container .single_used_new_thumbnail .item_metadata_title {
    font-size: 14px;
    line-height: 16px;
    /*margin-right: 50px;*/ /**if have motor item id**/
    margin-right: 15px;
    margin-top: 5px;
    height: 25px;
}

/** (<992px) **/
@media (max-width: 992px) {

    .home_marketplace_container .single_used_new_thumbnail .item_metadata_title {
        margin-right: 0;
        margin-top: 18px;
    }
}

/** (<420px) **/
@media (max-width: 420px) {

    .home_marketplace_container .single_used_new_thumbnail .item_metadata_title {
        margin-right: 0;
        margin-top: 15px;
        font-size: 12px !important;
        height: 40px !important;
    }
}

/** (<360px) **/
@media (max-width: 360px) {

    .home_marketplace_container .single_used_new_thumbnail .item_metadata_title {
        margin-right: 0;
        margin-top: 15px;
        font-size: 11px !important;
        height: 40px !important;
    }
}

.home_marketplace_container .single_used_new_thumbnail .item_metadata_itemid {
    position: absolute;
    top: 324px;
    right: 20px;
    font-size: 12px;
    color: #BFA912;
}

/** (<992px) **/
@media (max-width: 992px) {

    .home_marketplace_container .single_used_new_thumbnail .item_metadata_itemid {
        top: 184px;
        left: 7px;
        font-size: 12px;
    }
}

/** (<420px) **/
@media (max-width: 420px) {

    .home_marketplace_container .single_used_new_thumbnail .item_metadata_itemid {
        top: 126px;
        left: 7px;
        font-size: 12px;
    }
}

.home_marketplace_container .single_used_new_thumbnail .item_metadata_price {
    margin-bottom: 5px;
    color: #E72236;
    font-size: 20px;
    font-weight: 700;
}

/** (<992px) **/
@media (max-width: 992px) {

    .home_marketplace_container .single_used_new_thumbnail .item_metadata_price {
        font-size: 14px !important;
    }
}

.home_marketplace_container .single_used_new_thumbnail .btn.btn-buynow {
    background-color: #D1D1D1;
    color: #fff;
    position: absolute;
    bottom: 5px;
    right: 13px;
    font-size: 12px;
    padding: 4px 8px;
}

/** (<992px) **/
@media (max-width: 992px) {

    .home_marketplace_container .single_used_new_thumbnail .btn.btn-buynow {
        right: 15px;
        font-size: 11px;
        padding: 4px 8px;
    }
}

/** (<768px) **/
@media (max-width: 768px) {

    .home_marketplace_container .single_used_new_thumbnail .btn.btn-buynow {
        position: relative;
        bottom: unset;
        right: unset;
        font-size: 11px;
        padding: 6px 10px;
        width: 100%;
    }
}

.home_marketplace_container .single_used_new_thumbnail .btn.btn-buynow:hover {
    background-color: #E61432;
}

/** View more button**/
.used_and_new_item_action_wrapper .btn.btn-viewmore {
    margin-top: 20px;
}

    .used_and_new_item_action_wrapper .btn.btn-viewmore:hover {
        background-color: #E61432;
        color: #fff;
    }

/** (<992px) **/
@media (max-width: 992px) {

    .used_and_new_item_action_wrapper.web__view .btn.btn-viewmore {
        display: none;
    }
}

/** Featured used / new/ bid item carousel (Mobile view)  **/
/*================ prototype_service_area css =============*/
.featured_used_item_carousel,
.featured_new_item_carousel,
.featured_bid_item_carousel {
    padding-left: 155px;
    position: relative;
    z-index: 1;
}

@media (max-width:991px) {
    .featured_used_item_carousel,
    .featured_new_item_carousel,
    .featured_bid_item_carousel {
        padding-left: 35px;
    }
}

.featured_used_item_carousel:before,
.featured_new_item_carousel:before,
.featured_bid_item_carousel:before {
    width: 100px;
    content: "";
    height: 100%;
    right: -25px;
    top: 0;
    position: absolute;
    background: #fbfbfb;
    -webkit-filter: blur(12px);
    filter: blur(12px);
    -webkit-box-shadow: 0px 100px 40px 0px rgba(251, 251, 251, 0.1);
    box-shadow: 0px 100px 40px 0px rgba(251, 251, 251, 0.1);
    z-index: 1;
}

.featured_used_item_carousel .owl-stage,
.featured_new_item_carousel .owl-stage,
.featured_bid_item_carousel .owl-stage {
    left: -100px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.featured_used_item_carousel .owl-item,
.featured_new_item_carousel .owl-item,
.featured_bid_item_carousel .owl-item {
    padding-left: 5px;
    padding-bottom: 0;
}

    .featured_used_item_carousel .owl-item:first-child,
    .featured_new_item_carousel .owl-item:first-child,
    .featured_bid_item_carousel .owl-item:first-child {
        margin-left: 25px;
    }

@media (max-width:768px) {

    .featured_used_item_carousel .owl-item:first-child,
    .featured_new_item_carousel .owl-item:first-child,
    .featured_bid_item_carousel .owl-item:first-child {
        /*margin-left: 15px;*/ /*only one next button at left side*/
        margin-left: 0;
    }
}

.featured_used_item_carousel .owl-prev,
.featured_new_item_carousel .owl-prev,
.featured_bid_item_carousel .owl-prev {
    position: absolute;
    top: 40%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    left: 0;
    width: 56px;
    height: 56px;
    border-radius: 50%;
    background: white;
    -webkit-box-shadow: 0px 2px 20px 2px rgba(12, 0, 46, 0.06);
    box-shadow: 0px 2px 20px 2px rgba(12, 0, 46, 0.06);
    font-size: 16px;
    color: #222d39;
    line-height: 56px;
    -webkit-transition: all 0.2s linear;
    -o-transition: all 0.2s linear;
    transition: all 0.2s linear;
}

.featured_used_item_carousel .owl-next,
.featured_new_item_carousel .owl-next,
.featured_bid_item_carousel .owl-next {
    position: absolute;
    top: 40%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    right: 0;
    width: 56px;
    height: 56px;
    border-radius: 50%;
    background: white;
    -webkit-box-shadow: 0px 2px 20px 2px rgba(12, 0, 46, 0.06);
    box-shadow: 0px 2px 20px 2px rgba(12, 0, 46, 0.06);
    font-size: 16px;
    color: #222d39;
    line-height: 56px;
    -webkit-transition: all 0.2s linear;
    -o-transition: all 0.2s linear;
    transition: all 0.2s linear;
}

@media (max-width:768px) {
    .featured_used_item_carousel .owl-prev,
    .featured_new_item_carousel .owl-prev,
    .featured_bid_item_carousel .owl-prev {
        top: 35%;
        left: -15px;
        width: 40px;
        height: 40px;
    }

    .featured_used_item_carousel .owl-next,
    .featured_new_item_carousel .owl-next,
    .featured_bid_item_carousel .owl-next {
        top: 35%;
        right: -15px;
        width: 40px;
        height: 40px;
    }
}

.featured_used_item_carousel .owl-prev:hover,
.featured_used_item_carousel .owl-next:hover,
.featured_new_item_carousel .owl-prev:hover,
.featured_new_item_carousel .owl-next:hover,
.featured_bid_item_carousel .owl-prev:hover,
.featured_bid_item_carousel .owl-next:hover {
    background: #E61432 !important;
    color: #fff !important;
}

@media (max-width:1199px) {
    .featured_used_item_carousel .owl-stage,
    .featured_new_item_carousel .owl-stage,
    .featured_bid_item_carousel .owl-stage {
        left: 0;
    }
}

@media (max-width:991px) {
    .featured_used_item_carousel:before,
    .featured_new_item_carousel:before,
    .featured_bid_item_carousel:before {
        display: none;
    }
}

@media (max-width:768px) {
    .featured_used_item_carousel,
    .featured_new_item_carousel,
    .featured_bid_item_carousel {
        padding-left: 0;
    }

        .featured_used_item_carousel:hover .owl-nav .owl-next,
        .featured_new_item_carousel:hover .owl-nav .owl-next,
        .featured_bid_item_carousel:hover .owl-nav .owl-next,
        .featured_used_item_carousel:hover .owl-nav .owl-prev,
        .featured_new_item_carousel:hover .owl-nav .owl-prev,
        .featured_bid_item_carousel:hover .owl-nav .owl-prev {
            opacity: 1;
        }

        .featured_used_item_carousel .owl-nav .owl-next,
        .featured_new_item_carousel .owl-nav .owl-next,
        .featured_bid_item_carousel .owl-nav .owl-next,
        .featured_used_item_carousel .owl-nav .owl-prev,
        .featured_new_item_carousel .owl-nav .owl-prev,
        .featured_bid_item_carousel .owl-nav .owl-prev {
            opacity: 1;
        }

        .featured_used_item_carousel.owl-carousel .owl-nav button.owl-next,
        .featured_new_item_carousel.owl-carousel .owl-nav button.owl-next,
        .featured_bid_item_carousel.owl-carousel .owl-nav button.owl-next,
        .featured_used_item_carousel.owl-carousel .owl-nav button.owl-prev,
        .featured_new_item_carousel.owl-carousel .owl-nav button.owl-prev,
        .featured_bid_item_carousel.owl-carousel .owl-nav button.owl-prev,
        .featured_used_item_carousel.owl-carousel button.owl-dot,
        .featured_new_item_carousel.owl-carousel button.owl-dot,
        .featured_bid_item_carousel.owl-carousel button.owl-dot {
            background: #fff;
        }
}

.featured_used_item_carousel .single_carousel_item .item.col-sm-12,
.featured_new_item_carousel .single_carousel_item .item.col-sm-12,
.featured_bid_item_carousel .single_carousel_item .item.col-sm-12 {
    padding-left: 0;
    padding-right: 0;
}

/** See more button in carousel **/
/** (<992px) **/
@media (max-width: 992px) {

    .featured_used_item_carousel .single_carousel_item .btn.btn-viewmore,
    .featured_new_item_carousel .single_carousel_item .btn.btn-viewmore,
    .featured_bid_item_carousel .single_carousel_item .btn.btn-viewmore {
        font-size: 12px;
        padding: 140px 20px;
        border-radius: 10px;
    }
}

/** (<420px) **/
@media (max-width: 420px) {

    .featured_used_item_carousel .single_carousel_item .btn.btn-viewmore,
    .featured_new_item_carousel .single_carousel_item .btn.btn-viewmore,
    .featured_bid_item_carousel .single_carousel_item .btn.btn-viewmore {
        font-size: 12px;
        padding: 118px 20px;
        border-radius: 10px;
    }
}

/**View more button**/
/*.used_and_new_item_wrapper {
    height: 918px; /*459px for a single item
    overflow: hidden;
}*/

.used_and_new_item_wrapper.web__view .item:not(.item__placeholder) {
    display: none;
}

/**************************************************************************************************************************/
/** Promotion banner (homepage) **/
/**************************************************************************************************************************/
.promotion2_banner_area {
    background: #fff;
    padding: 0;
    position: relative;
}

/** (<992px) **/
@media (max-width: 992px) {

    .promotion2_banner_area {
        background-color: #F2F2F2;
    }
}

/**************************************************************************************************************************/
/** Why choose use (homepage) **/
/**************************************************************************************************************************/
.free_marketplace_section {
    background: #fff;
    padding: 30px 0;
    position: relative;
}

    .free_marketplace_section .free_marketplace_inner {
        border-radius: 10px;
        margin: 0;
        padding: 20px 200px 30px;
    }

/** (<1024px) **/
@media (max-width: 1024px) {

        .free_marketplace_section .free_marketplace_inner {
            background-color: #fff;
            padding: 10px 150px 20px;
        }
}

/** (<992px) **/
@media (max-width: 992px) {

    .free_marketplace_section {
        background-color: #F2F2F2;
    }

    .free_marketplace_section .free_marketplace_inner {
        background-color: #fff;
        padding: 10px 80px 20px;
    }
}

/** (<768px) **/
@media (max-width: 768px) {

    .free_marketplace_section .free_marketplace_inner {
        padding: 10px 50px 20px;
    }
}

/** (<480px) **/
@media (max-width: 480px) {

    .free_marketplace_section .free_marketplace_inner {
        padding: 20px 10px;
    }

    .free_marketplace_section .free_marketplace_inner .sec_title h2 {
        font-size: 16px;
        line-height: 25px;
        padding: 0 15px;
    }

    .free_marketplace_section .free_marketplace_inner .sec_title p {
        font-size: 12px;
        line-height: 18px;
    }
}

.free_marketplace_item {
    display: flex;
}

    .free_marketplace_item.chinese_translation {
        padding: 0 50px;
    }

    .free_marketplace_item img {
        margin-bottom: 0;
        width: 48px;
        height: 48px;
        display: inline-block;
        position: relative;
        vertical-align: middle;
    }

/** (<767px) **/
@media (max-width: 767px) {

    .free_marketplace_item img {
        width: 32px;
        height: 32px;
    }
}

.free_marketplace_item h5.item_text {
    margin-bottom: 0;
    position: relative;
    font-size: 13px;
    font-weight: 500;
    color: #222;
    text-align: left;
    display: inline-block;
    margin-top: 8px;
    padding-left: 5px;
}

/** (>=768px && <1199px) **/
@media (min-width: 768px) and (max-width: 1199px) {

    .free_marketplace_item h5.item_text {
        font-size: 12px;
        display: block;
    }
}

/** (<767px) **/
@media (max-width: 767px) {

    .free_marketplace_item h5.item_text {
        font-size: 11px;
        display: block;
    }
}

/** (<578px) **/
@media (max-width: 578px) {

    .free_marketplace_item h5.item_text {
        font-size: 11px;
        display: inline-block;
        margin: 5px 8px 10px;
    }
}

.free_marketplace_actions {
    text-align: center;
    margin-top: 30px;
}

    .free_marketplace_actions .btn {
        margin: 5px 20px;
    }

/** (<992px) **/
@media (max-width: 992px) {

    .free_marketplace_actions {
        text-align: center;
        margin-top: 20px;
        padding: 0;
    }

    .free_marketplace_actions .btn {
        margin: 0 8px;
        padding: 5px 6px;
        font-size: 13px;
    }
}

/** (<480px) **/
@media (max-width: 480px) {

    .free_marketplace_actions {
        text-align: center;
        margin-top: 20px;
        padding: 0;
    }

        .free_marketplace_actions .btn {
            margin: 0 2px;
            padding: 5px 6px;
            font-size: 11px;
        }
}

/**************************************************************************************************************************/
/** Why choose use (homepage) **/
/**************************************************************************************************************************/
.why_choose_us_area_style_2 {
    background: #fff;
    padding: 30px 0;
    position: relative;
}

    .why_choose_us_area_style_2 .why_choose_us_inner {
        border-radius: 10px;
        margin: 0;
    }

.why_choose_us_title {
    display: none;
}

/** (<992px) **/
@media (max-width: 992px) {
    .why_choose_us_area_style_2 {
        background-color: #F2F2F2;
    }

        .why_choose_us_area_style_2 .why_choose_us_inner {
            background-color: #fff;
            padding: 10px;
        }

    .why_choose_us_title {
        display: block;
        text-align: center;
        font-size: 16px;
        line-height: 25px;
        margin: 12px auto 10px;
    }
}

.why_choose_us_item_style_2 img {
    margin-bottom: 0;
    width: 48px;
    height: 48px;
    display: inline-block;
    position: relative;
    vertical-align: middle;
}

/** (<767px) **/
@media (max-width: 767px) {

    .why_choose_us_item_style_2 img {
        width: 32px;
        height: 32px;
    }
}

.why_choose_us_item_style_2 h5.item_text {
    margin-bottom: 0;
    position: relative;
    font-size: 13px;
    font-weight: 500;
    color: #222;
    text-align: left;
    display: inline-block;
    margin-top: 8px;
    padding-left: 5px;
}

/** (>=768px && <1199px) **/
@media (min-width: 768px) and (max-width: 1199px) {

    .why_choose_us_item_style_2 h5.item_text {
        font-size: 12px;
        display: block;
    }
}

/** (<767px) **/
@media (max-width: 767px) {

    .why_choose_us_item_style_2 h5.item_text {
        font-size: 11px;
        display: block;
    }
}

/** (<578px) **/
@media (max-width: 578px) {

    .why_choose_us_item_style_2 h5.item_text {
        font-size: 11px;
        display: inline-block;
        margin: 15px 6px 10px;
    }
}

/**************************************************************************************************************************/
/** Secondary action (loan calculator, book appointment, faq) (homepage) **/
/**************************************************************************************************************************/
.secondary_action_area {
    background: #fff;
    padding: 0 0 30px;
    position: relative;
}

    .secondary_action_area .secondary_action_inner {
        margin: 0;
        padding-top: 30px;
        border-top: 1px solid #B0B0B0;
        text-align: center;
    }

/** (<992px) **/
@media (max-width: 992px) {

    .secondary_action_area {
        background-color: #F2F2F2;
    }

        .secondary_action_area .secondary_action_inner {
            padding-top: 10px;
            border-top: none;
            text-align: center;
        }
}

.secondary_action_item {
    border-left: 1px solid #B0B0B0;
    margin-left: -1px;
    padding: 10px 15px 12px;
}

/** (<992px) **/
@media (max-width: 992px) {

    .secondary_action_area .secondary_action_inner .col-sm-4 {
        padding-left: 0;
    }

    .secondary_action_item {
        border-left: none;
        background-color: #fff;
        box-shadow: 0px 3px 30px 0px rgba(12, 0, 46, .3);
        border-radius: 10px;
        margin-bottom: 10px;
    }

        .secondary_action_item:last-child {
            margin-right: 0;
        }
}

/** (<578px) **/
@media (max-width: 578px) {

    .secondary_action_area .secondary_action_inner .col-sm-4 {
        padding-left: 0;
        padding-right: 0;
    }
}

.secondary_action_item.first-child {
    border-left: none;
    margin-left: -1px;
}

.secondary_action_item img {
    margin-bottom: 0;
    width: 42px;
    display: inline-block;
    position: relative;
    vertical-align: middle;
}

/** (<767px) **/
@media (max-width: 767px) {

    .secondary_action_item img {
        width: 32px;
        display: inline-block;
    }
}

.secondary_action_item h5.item_text {
    margin-bottom: 0;
    position: relative;
    font-size: 13px;
    font-weight: 500;
    color: #222;
    text-align: center;
    display: block;
    margin-top: 8px;
    padding-left: 5px;
}

/** (>=768px && <1199px) **/
@media (min-width: 768px) and (max-width: 1199px) {

    .secondary_action_item h5.item_text {
        font-size: 12px;
        display: inline-block;
    }
}

/** (<767px) **/
@media (max-width: 767px) {

    .secondary_action_item h5.item_text {
        font-size: 11px;
        display: block;
    }
}

/** (<578px) **/
@media (max-width: 578px) {

    .secondary_action_item h5.item_text {
        font-size: 11px;
        display: inline-block;
        margin: 15px 6px 10px;
    }
}

/**************************************************************************************************************************/
/** Accepted payment from internet banking **/
/**************************************************************************************************************************/
.accepted_payment_from_internet_banking_area {
    background: #fff;
    padding: 40px 0;
    position: relative;
}

    .accepted_payment_from_internet_banking_area .accepted_payment_from_internet_banking_inner {
        margin: 0;
        text-align: center;
    }

/** (<992px) **/
@media (max-width: 992px) {

    .accepted_payment_from_internet_banking_area {
        background-color: #F2F2F2;
        padding: 5px 0 30px;
    }

        .accepted_payment_from_internet_banking_area h2 {
            font-size: 22px;
            line-height: 30px;
        }

        .accepted_payment_from_internet_banking_area .accepted_payment_from_internet_banking_inner {
            background: #fff;
            padding: 10px 0;
            border-radius: 10px;
        }
}

.accepted_payment_from_internet_banking_item {
    padding: 0 15px;
}

    .accepted_payment_from_internet_banking_item img {
        margin-bottom: 0;
        width: 100px;
        display: inline-block;
        position: relative;
        vertical-align: middle;
        object-fit: cover;
    }

/** (<768px) **/
@media (max-width: 768px) {

    .accepted_payment_from_internet_banking_area {
        padding: 5px 0 30px;
    }

        .accepted_payment_from_internet_banking_area h2 {
            font-size: 18px;
            line-height: 30px;
            padding: 0 90px;
        }

    .accepted_payment_from_internet_banking_item img {
        width: 80px;
        display: inline-block;
    }
}

/** (<480px) **/
@media (max-width: 480px) {

    .accepted_payment_from_internet_banking_area {
        padding: 10px 0 30px;
    }

        .accepted_payment_from_internet_banking_area h2 {
            font-size: 16px;
            line-height: 25px;
            padding: 0 15px;
        }

    .accepted_payment_from_internet_banking_item img {
        width: 75px;
        display: inline-block;
    }
}

/**************************************************************************************************************************/
/** Loan calculator (homepage) **/
/**************************************************************************************************************************/
.home_loan_calculator_motorcycle_form {
    margin-top: 40px 0;
}

    .home_loan_calculator_motorcycle_form .home_loan_calculator_motorcycle_title {
        margin-bottom: 10px;
        padding: 10px 5px;
        margin-top: 20px;
    }

        .home_loan_calculator_motorcycle_form .home_loan_calculator_motorcycle_title h4 {
            padding: 0;
        }

@media (max-width: 992px) {

    .home_loan_calculator_motorcycle_form .home_loan_calculator_motorcycle_title {
        margin-bottom: 5px;
        padding: 10px 0;
        text-align: center;
    }

        .home_loan_calculator_motorcycle_form .home_loan_calculator_motorcycle_title h4 {
            font-size: 1.2rem;
        }

        .home_loan_calculator_motorcycle_form .home_loan_calculator_motorcycle_title p {
            font-size: 11px !important;
            line-height: 16px !important;
        }
}

@media (max-width: 768px) {

    .home_loan_calculator_motorcycle_form .home_loan_calculator_motorcycle_title {
        margin-bottom: 5px;
        padding: 10px 0;
    }

        .home_loan_calculator_motorcycle_form .home_loan_calculator_motorcycle_title h4 {
            font-size: 1.2rem;
        }

        .home_loan_calculator_motorcycle_form .home_loan_calculator_motorcycle_title p {
            font-size: 11px !important;
            line-height: 16px !important;
        }
}

@media (max-width: 480px) {
    .home_loan_calculator_motorcycle_form {
        padding: 5px;
    }

        .home_loan_calculator_motorcycle_form .home_loan_calculator_motorcycle_title {
            margin-bottom: 5px;
            padding: 10px 0;
        }

            .home_loan_calculator_motorcycle_form .home_loan_calculator_motorcycle_title h4 {
                font-size: 1.1rem;
                padding: 0;
            }

            .home_loan_calculator_motorcycle_form .home_loan_calculator_motorcycle_title p {
                font-size: 10px !important;
                line-height: 16px !important;
            }
}

/** Form input **/
.home_loan_calculator_form_input .row {
    padding: 0 20px;
}

@media (max-width: 992px) {
    .home_loan_calculator_form_input .row {
        padding: 0 15px;
    }
}

@media (max-width: 550px) {
    .home_loan_calculator_form_input .row {
        padding: 0 15px;
    }
}

@media (max-width: 992px) {
    .home_loan_form_action_wrapper {
        text-align: center;
    }

        .home_loan_form_action_wrapper .home_loan_form_calculate__btn {
            font-size: 12px;
            margin-top: 8px !important;
        }

        .home_loan_form_action_wrapper .home_loan_form_reset__btn {
            font-size: 12px;
            margin-top: 8px !important;
        }
}

/**recommend the best fit budget motorcycle**/
.home_loan_calculator_recommend_wrapper,
.home_loan_calculator_apply_loan_wrapper {
    padding: 10px 50px;
    position: relative;
    display: block;
}

@media (max-width: 992px) {
    .home_loan_calculator_recommend_wrapper,
    .home_loan_calculator_apply_loan_wrapper {
        padding: 10px 20px;
    }
}

@media (max-width: 768px) {
    .home_loan_calculator_recommend_wrapper,
    .home_loan_calculator_apply_loan_wrapper {
        padding: 10px 0;
    }
}

.home_loan_calculator_recommend_wrapper .home_loan_calculator_recommend_title,
.home_loan_calculator_apply_loan_wrapper .home_loan_calculator_apply_loan_title {
    font-size: 16px;
    font-weight: 600;
    color: #e62237;
    margin-top: 25px;
}

@media (max-width: 992px) {
    .home_loan_calculator_recommend_wrapper .home_loan_calculator_recommend_title,
    .home_loan_calculator_apply_loan_wrapper .home_loan_calculator_apply_loan_title {
        padding: 0 25px;
    }
}

@media (max-width: 768px) {
    .home_loan_calculator_recommend_wrapper .home_loan_calculator_recommend_title,
    .home_loan_calculator_apply_loan_wrapper .home_loan_calculator_apply_loan_title {
        padding: 0 35px;
        font-size: 15px;
    }

    .home_loan_calculator_apply_loan_wrapper .home_loan_calculator_apply_loan_title {
        margin-top: 15px;
    }
}

@media (max-width: 480px) {
    .home_loan_calculator_recommend_wrapper .home_loan_calculator_recommend_title,
    .home_loan_calculator_apply_loan_wrapper .home_loan_calculator_apply_loan_title {
        padding: 0 15px;
        font-size: 14px;
        margin-top: 15px;
    }
}

.home_loan_calculator_recommend_wrapper p,
.home_loan_calculator_apply_loan_wrapper p {
    text-align: left;
    font-size: 13px;
    line-height: 18px;
    padding: 28px 0 0;
    color: #000;
}

@media (max-width: 992px) {
    .home_loan_calculator_recommend_wrapper p,
    .home_loan_calculator_apply_loan_wrapper p {
        font-size: 12px;
        line-height: 16px;
        padding: 20px 0 0;
    }
}

@media (max-width: 768px) {
    .home_loan_calculator_recommend_wrapper p,
    .home_loan_calculator_apply_loan_wrapper p {
        font-size: 11px;
        line-height: 16px;
    }
}

.home_loan_calculator_recommend_wrapper .btn,
.home_loan_calculator_apply_loan_wrapper .btn {
    float: right;
    position: absolute;
    right: 15px;
    bottom: 20px;
}

@media (max-width: 992px) {
    .home_loan_calculator_recommend_wrapper .btn,
    .home_loan_calculator_apply_loan_wrapper .btn {
        font-size: 12px;
    }
}

@media (max-width: 480px) {
    .home_loan_calculator_recommend_wrapper .btn,
    .home_loan_calculator_apply_loan_wrapper .btn {
        font-size: 10px;
        padding: 6px 10px;
        right: 0;
    }
}

/**seperator line**/
.home_loan_calculator_hr_line_or_wrapper {
    padding: 0 50px;
}

@media (max-width: 992px) {
    .home_loan_calculator_hr_line_or_wrapper {
        padding: 0 20px;
    }
}

@media (max-width: 768px) {
    .home_loan_calculator_hr_line_or_wrapper {
        padding: 0;
    }
}

.home_loan_calculator_hr_line_or_wrapper .hr_line_separator {
    display: flex;
    align-items: center;
}

.hr_line_separator .hr_line {
    height: 1px;
    flex: 1;
    background-color: #000;
}

.hr_line_separator h2 {
    padding: 0 15px;
    font-size: 14px;
    margin-top: 3px;
}

@media (max-width: 768px) {
    .hr_line_separator h2 {
        font-size: 12px;
        margin-top: 4px;
    }
}

.home_loan_calculator_usage_msg {
    font-size: 10px;
    line-height: 16px;
    margin-top: 20px;
    color: #7B7B7B;
}

@media (max-width: 480px) {
    .home_loan_calculator_recommend_wrapper .home_loan_calculator_left_msg_col,
    .home_loan_calculator_apply_loan_wrapper .home_loan_calculator_left_msg_col {
        padding-left: 0;
    }
}

/**************************************************************************************************************************/
/** View history section **/
/**************************************************************************************************************************/
.view_history_new_or_bid_item_area {
    background-color: #f7f7f7 !important;
    padding: 20px 0;
}

.view_history_item_wrapper {
    padding-left: 0;
    width: 100%;
    display: block;
}

@media (max-width:1024px) {
    .view_history_item_wrapper {
        /*padding-left: 15px;*/ /*only one next button at left side*/
        padding: 0 25px;
    }
}

.view_history_item_carousel {
    padding-left: 0;
    position: relative;
    z-index: 1;
}

@media (max-width:991px) {
    .view_history_item_carousel {
        padding-left: 0;
    }
}

.view_history_item_carousel:before {
    /*width: 100px;*/
    content: "";
    height: 100%;
    right: -25px;
    top: 0;
    position: absolute;
    background: #fbfbfb;
    -webkit-filter: blur(12px);
    filter: blur(12px);
    -webkit-box-shadow: 0px 100px 40px 0px rgba(251, 251, 251, 0.1);
    box-shadow: 0px 100px 40px 0px rgba(251, 251, 251, 0.1);
    z-index: 1;
}

.view_history_item_carousel .owl-stage {
    left: -100px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.view_history_item_carousel .owl-item {
    padding-left: 5px;
    padding-bottom: 0;
}

.view_history_item_carousel .owl-item:first-child {
    margin-left: 25px;
}

@media (max-width:768px) {

    .view_history_item_carousel .owl-item:first-child {
        /*margin-left: 15px;*/ /*only one next button at left side*/
        margin-left: 0;
    }
}

.view_history_item_carousel .owl-prev {
    position: absolute;
    top: 40%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    left: 0;
    width: 56px;
    height: 56px;
    border-radius: 50%;
    background: white;
    -webkit-box-shadow: 0px 2px 20px 2px rgba(12, 0, 46, 0.06);
    box-shadow: 0px 2px 20px 2px rgba(12, 0, 46, 0.06);
    font-size: 16px;
    color: #222d39;
    line-height: 56px;
    -webkit-transition: all 0.2s linear;
    -o-transition: all 0.2s linear;
    transition: all 0.2s linear;
}

.view_history_item_carousel .owl-next {
    position: absolute;
    top: 40%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    right: 0;
    width: 56px;
    height: 56px;
    border-radius: 50%;
    background: white;
    -webkit-box-shadow: 0px 2px 20px 2px rgba(12, 0, 46, 0.06);
    box-shadow: 0px 2px 20px 2px rgba(12, 0, 46, 0.06);
    font-size: 16px;
    color: #222d39;
    line-height: 56px;
    -webkit-transition: all 0.2s linear;
    -o-transition: all 0.2s linear;
    transition: all 0.2s linear;
}

@media (max-width:768px) {
    .view_history_item_carousel .owl-prev {
        top: 35%;
        left: -15px;
        width: 40px;
        height: 40px;
    }

    .view_history_item_carousel .owl-next {
        top: 35%;
        right: -15px;
        width: 40px;
        height: 40px;
    }
}

.view_history_item_carousel .owl-next:hover {
    background: #E61432 !important;
    color: #fff !important;
}

@media (max-width:1199px) {
    .view_history_item_carousel .owl-stage {
        left: 0;
    }
}

@media (max-width:991px) {
    .view_history_item_carousel:before {
        display: none;
    }
}

@media (max-width:768px) {
    .view_history_item_carousel {
        padding-left: 0;
    }

    .view_history_item_carousel:hover .owl-nav .owl-next,
    .view_history_item_carousel:hover .owl-nav .owl-prev {
        opacity: 1;
    }

    .view_history_item_carousel .owl-nav .owl-next,
    .view_history_item_carousel .owl-nav .owl-prev {
        opacity: 1;
    }

    .view_history_item_carousel.owl-carousel .owl-nav button.owl-next,
    .view_history_item_carousel.owl-carousel .owl-nav button.owl-prev,
    .view_history_item_carousel.owl-carousel button.owl-dot {
        background: #fff;
    }
}

.view_history_item_carousel .single_carousel_item .item.col-sm-12 {
    padding-left: 0;
    padding-right: 0;
}

/***View history item**/
.view_history_item_carousel .single_carousel_item .single_used_new_thumbnail {
    margin: 0 15px 0 0;
    padding: 5px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    border: unset;
    box-shadow: none;
    background: transparent;
}

.view_history_item_carousel .single_carousel_item .single_used_new_thumbnail img.img-fluid {
    width: 100%;
    height: 200px;
    object-fit: cover;
    z-index: 1;
    border-radius: 10px;
    position: relative;
}

/** (<420px) **/
@media (max-width:420px) {

    .view_history_item_carousel .single_carousel_item .single_used_new_thumbnail img.img-fluid {
        height: 140px;
    }
}

.view_history_item_carousel .single_carousel_item .single_used_new_thumbnail .item_metadata_title {
    font-size: 12px !important;
    font-weight: 500;
    line-height: 16px;
    margin-right: 0;
    /*margin-top: 20px !important;*/ /**if have motor item id**/
    margin-top: 0 !important;
    height: 40px;
    height: 30px;
    color: #13110c;
}

/** (<420px) **/
@media (max-width: 420px) {

    .view_history_item_carousel .single_carousel_item .single_used_new_thumbnail .item_metadata_title {
        font-size: 11px !important;
        margin-top: 20px !important;
        height: 52px !important;
        height: 40px !important;
    }
}

.view_history_item_carousel .single_carousel_item .single_used_new_thumbnail .item_metadata_price {
    font-size: 16px;
    font-weight: 700;
    color: #E72236;
}

/** (<992px) **/
@media (max-width: 992px) {

    .view_history_item_carousel .single_carousel_item .single_used_new_thumbnail .item_metadata_price {
        font-size: 16px !important;
    }
}

/** (<420px) **/
@media (max-width: 420px) {

    .view_history_item_carousel .single_carousel_item .single_used_new_thumbnail .item_metadata_price {
        font-size: 11px !important;
        margin-bottom: 25px;
    }
}

.view_history_item_carousel .single_carousel_item .single_used_new_thumbnail .btn.btn-buynow {
    background-color: #D1D1D1;
    color: #fff;
    position: absolute;
    bottom: 5px;
    right: 16px;
    font-size: 8px;
    padding: 2px 5px;
}

.view_history_item_carousel .single_carousel_item .single_used_new_thumbnail .motor_bid_now_btn {
    position: absolute;
    bottom: 5px;
    right: 16px;
    font-size: 8px;
    padding: 2px 5px;
}

/** (<420px) **/
@media (max-width: 420px) {

    .view_history_item_carousel .single_carousel_item .single_used_new_thumbnail .btn.btn-buynow {
        right: 14px;
        font-size: 7px;
        padding: 2px 5px;
    }

    .view_history_item_carousel .single_carousel_item .single_used_new_thumbnail .motor_bid_now_btn {
        right: 14px;
        font-size: 8px;
        padding: 2px 5px;
    }
}

.view_history_item_carousel .single_carousel_item .single_used_new_thumbnail .item_metadata_itemid {
    position: absolute;
    /*top: 324px;
    right: unset;
    font-size: 14px;*/
    font-weight: 500;
    color: #13110c;
    top: 207px;
    left: 7px;
    font-size: 12px;
}

/** (<420px) **/
@media (max-width: 420px) {

    .view_history_item_carousel .single_carousel_item .single_used_new_thumbnail .item_metadata_itemid {
        top: 148px;
    }
}

/***bid item status***/
.view_history_item_carousel .single_carousel_item .single_used_new_thumbnail .thumb-sold-status {
    color: #E61333;
    font-size: 20px;
    font-weight: normal;
    letter-spacing: .75px;
    line-height: 15px;
    text-align: center;
    letter-spacing: 1.5px;
}

    .view_history_item_carousel .single_carousel_item .single_used_new_thumbnail .thumb-sold-status .sold-text-wrapper {
        position: relative;
        margin-top: 125px;
    }

/** (<1024px) **/
@media (max-width: 1024px) {

    .view_history_item_carousel .single_carousel_item .single_used_new_thumbnail .thumb-sold-status {
        font-size: 18px;
    }
}

/** (<992px) **/
@media (max-width: 992px) {

    .view_history_item_carousel .single_carousel_item .single_used_new_thumbnail .thumb-sold-status {
        font-size: 18px;
    }
}

/** (<420px) **/
@media (max-width: 420px) {

    .view_history_item_carousel .single_carousel_item .single_used_new_thumbnail .thumb-sold-status {
        font-size: 14px;
        padding: 5px;
        line-height: 12px;
    }

        .view_history_item_carousel .single_carousel_item .single_used_new_thumbnail .thumb-sold-status .sold-text-wrapper {
            margin-top: 110px;
        }
}

.view_history_item_carousel .single_carousel_item .single_used_new_thumbnail .thumb-sold-status .sold-text {
    font-family: 'Holtwood One SC', serif;
    display: inline;
}

.view_history_item_carousel .single_carousel_item .single_used_new_thumbnail .thumb-sold-status .sold-text-dot {
    font-size: 60px;
    display: inline;
}

/** (<420px) **/
@media (max-width: 420px) {

    .view_history_item_carousel .single_carousel_item .single_used_new_thumbnail .thumb-sold-status .sold-text-dot {
        font-size: 35px;
    }
}

/**************************************************************************************************************************/
/** Section **/
/**************************************************************************************************************************/

