body {
    font-family: "Montserrat", sans-serif;
    color: #000000;
}

a:hover {
    text-decoration: none;
}

.header-wrapper {
    background: #0055a5;
    color: #ffffff;
}

.header-wrapper h1 {
    font-size: 1.9rem;
}

.location {
    font-size: 1.2rem;
    text-align: right;
    margin-top: 5px;
}

.mobile-button {
    display: none;
}

footer {
    background: #0055a5;
    position: absolute;
    bottom: 0;
    width: 100%;
}

.footer-logo {
    text-align: right;
}

.footer-logo img {
    width: 30%;
    text-align: right;
}

#select-location label {
    font-size: 2.5rem;
    text-align: center;
    width: 100%;
    color: #ff9800;
    margin-bottom: 40px;
    font-weight: bold;
    font-weight: 300px;
}

#select-location .fa-map-marker {
    font-size: 5rem;
}

#select-location {
    position: fixed;
    top: 55%;
    left: 50%;
    width: 30em;
    margin-top: -9em;
    /*set to a negative number 1/2 of your height*/
    margin-left: -15em;
    /*set to a negative number 1/2 of your width*/
}

/* remove the original arrow */
select.input-lg {
    -webkit-appearance: none;
    -moz-appearance: none;
    -o-appearance: none;
    /* no standardized syntax available, no ie-friendly solution available */
}

select + i.fa {
    float: right;
    margin-top: -30px;
    margin-right: 5px;
    /* this is so when you click on the chevron, your click actually goes on the dropdown menu */
    pointer-events: none;
    /* everything after this is just to cover up the original arrow */
    /* (for browsers that don't support the syntax used above) */
    background-color: #fff;
    padding-right: 5px;
}

.mdisplay {
    display: none;
}

.ddisplay {
    display: block;
}

.footer-fix {
    position: fixed; /* 40619 */
}

.middle-content {
    position: absolute;
    width: 100%;
    left: 0;
    top: 30%;
}

.option-box {
    text-align: center;
}

.option-box h4 {
    margin-top: 20px;
}

.option-box h4.green {
    color: #8bc34a;
}

.option-box h4.red {
    color: #e91e63;
}

.option-box h4.orange {
    color: #ff9800;
}

.green_circle img,
.red_circle img,
.orange_circle img {
    position: absolute;
    left: 10%;
    width: 80%;
    top: 10%;
}

.green_circle {
    width: 15em;
    height: 15em;
    border-radius: 50%;
    background-color: #8bc34a;
    border: 4px solid #fff;
    box-shadow: 0 0 0 5px #8bc34a;
    margin: 0 auto;
    position: relative;
}

.red_circle {
    width: 15em;
    height: 15em;
    border-radius: 50%;
    background-color: #e91e63;
    border: 4px solid #fff;
    box-shadow: 0 0 0 5px #e91e63;
    margin: 0 auto;
    position: relative;
}

.orange_circle {
    width: 15em;
    height: 15em;
    border-radius: 50%;
    background-color: #ff9800;
    border: 4px solid #fff;
    box-shadow: 0 0 0 5px #ff9800;
    margin: 0 auto;
    position: relative;
}

.page-title {
    color: #0055a5;;
}

h3.page-title {
    width: 100%;
    text-align: center;
    border-bottom: 1px solid #0093d0;
    line-height: 0.1em;
    margin: 30px 0 20px;
    word-break: keep-all;
}

h3.page-title span {
    background: #fff;
    padding: 0 10px;
}

.page-head {
    position: relative;
}

.counter {
    position: absolute;
    right: 0;
    top: 5px;
    color: #ff9800;
}

.one-fild {
    padding: 45px 0 0;
}

.one-fild .has-float-label {
    margin: 0 auto;
    /* width: 60%; */
}

.one-fild .form-control {
    padding: 30px;
}

.one-fild .has-float-label .form-control:placeholder-shown:not(:focus) + * {
    top: 20px;
}

.wizard-box {
    position: unset; /* 40619 */
    width: 100%;
    bottom: 10%;
    margin-top: 5%; /* 40619 */
}

.nav-tabs .nav-link {
    border: none;
}

.btn span {
    /* padding: 5px 10px; */
    border-radius: 5px;
}

.button-box {
    width: 100%;
    margin: 0 auto;
    /*text-align: center;*/
    margin: 45px 0 0;
}

.btn {
    background: #ff9800;
    color: #ffffff;
    padding: 6px 7px;
    border-radius: 5px;
    box-shadow: 3px 3px 3px #cccccc;
    font-size: 1.2rem;
    margin: 0 10px;
}

.btn:hover {
    background: #e68900;
    transition: 0.5s;
    color: #ffffff;
}

.btn-proceed {
    background: #75cb75;
    color: #ffffff;
    border: none;
}

.btn-proceed:hover {
    background: #28a745;
    transition: 0.5s;
    color: #ffffff;
}

.btn-cancel {
    background: #ee5f5b;
    color: #ffffff;
    border: none;
}

.btn-cancel:hover {
    background: #dc3545;
    transition: 0.5s;
    color: #ffffff;
}

.btn-back {
    background: #8a9196;
    color: #ffffff;
    border: none;
}

.btn-back:hover {
    background: #6c757d;
    transition: 0.5s;
    color: #ffffff;
}

.button-box .btn {
    width: 32.5%;
    margin: 0 0px;
}

#myTab {
    position: relative;
    margin-bottom: 60px;
    border: none;
    bottom: 15px;
}

#myTab {
    display: flex;
    justify-content: space-between;
    font-weight: bold;
}

#myTab li {
    width: 20%;
    background: #ffffff;
    padding: 0px 15px;
    position: relative;
    z-index: 6;
    display: flex;
    align-items: center;
}

#myTab li.nav-item .nav-link {
    border: 2px solid #898d8d;
    border-radius: 50%;
    width: 70px;
    height: 70px;
    padding: 10px 0 0 0;
    text-align: center;
    background: #cccccc;
    color: #898d8d;
    z-index: 999;
}

#myTab li.nav-item .nav-link.active {
    border: 2px solid #0055a5;
    background: #0055a5 !important;
    color: #ffffff;
}


ul#myTab li:nth-child(1)::after {
    padding-left: 0;

    width: 64%;
    left: 50%;
}

ul#myTab li:nth-child(5)::after {
    padding-left: 0;
    width: 65%;
    right: 50%;
}


ul#myTab li a {
    margin: 0 auto;

}

ul#myTab li.active::after {
    border-bottom: 5px dotted #ff9800;
}

ul#myTab li::after {
    content: "";
    position: absolute;
    width: 100%;
    height: 2px;
    border-bottom: 5px dotted #cccccc;
    left: 0;
    bottom: 40%;
    z-index: 5;
}

#myTab li.nav-item span {
    position: absolute;
    bottom: -35%;
    width: 100%;
    text-align: center;
    display: block;
    overflow: hidden;
    left: 0;
    color: #000000;
    font-size: 12px;
}

.nav-link {
    padding: 5px;
}

.progressbar {
    margin: 0;
    counter-reset: step;
    /* 40619 */
    padding: 0px 0 60px;
    display: block;
    overflow: hidden;
}

.progressbar li {
    list-style-type: none;
    width: 20%;
    float: left;
    font-size: 12px;
    position: relative;
    text-align: center;
    text-transform: uppercase;
    color: #0055a5;
}

.progressbar li a {
    width: 70px;
    height: 70px;
    border: 2px solid #ff9800;
    display: block;
    text-align: center;
    margin: 0 auto 10px auto;
    border-radius: 50%;
    background-color: #cccccc;
}

.progressbar li.active a {
    background: #0055a5;
}

.progressbar li.current a {
    background: #ff9800;
}


.progressbar li a span {
    color: #cccccc;
    margin-top: 15px;
    display: block;
    font-weight: bold;
}

.progressbar li.active a span {
    color: #0055a5;
    font-weight: bold;
}

.progressbar li.current a span {
    color: #ff9800;
    font-weight: bold;
}


.progressbar li:after {
    width: 100%;
    height: 3px;
    content: '';
    position: absolute;
    background-color: #cccccc;
    top: 32px;
    left: -50%;
    z-index: -1;
}

.progressbar li:first-child:after {
    content: none;
}

.progressbar li.active {
    color: green;
}

.progressbar li.active:before {
    border-color: #ff9800;
}

.progressbar li.active + li:after {
    background-color: #ff9800;
}

.help-botton {
    display: none;
}

.form-control:focus {
    border-color: none;
    box-shadow: none;
}

.qr-scan {
    text-align: center;
    margin-top: 10%;
}

.qr-scan img {
    width: 20%;
}

.fild-content .has-float-label {
    width: 100%;
}

.form-control:disabled,
.form-control[readonly] {
    background: none;
}

.btn.view-image {
    font-size: 0.9rem;
}

.fild-content .form-row {
    margin-bottom: 15px;
}

.search-filds label {
    position: absolute;
    top: -9px;
    font-size: 12px;
    left: 44px;
    background: #ffffff;
    z-index: 999;
}

.box-content {
    display: flex;
    align-items: center;
    justify-content: center;
}

.w-90 {
    width: 90%;
}

.bottom-border {
    border-bottom: 2px dashed #ff9800;
    overflow: hidden;
}

.table td,
.table th {
    padding: 5px;
    border-top: none;
}

.modal-body .has-float-label {
    width: 100%;
}

.fild-content {
    font-size: 14px;
}

.has-float-label .form-control:placeholder-shown:not(:focus) + * {
    font-size: 100% !important;
}

.main-content-box {
    padding: 0 20px;
}

#content-box {
    margin: 10px 0 10px;
    min-height: 270px;
}

#content-sticker-box {
    margin: 10px 0 10px;
    min-height: 270px;
}

/* To display validation errors message */
.input-invalid {
    border-color: #dc3545;
}

.invalid-feedback {
    display: block;
    width: 100%;
    margin-top: .25rem;
    font-size: 100%;
    color: #dc3545;
}

/* To display validation errors message */

/* loader */
.overlay {
    background: #ffffff;
    color: #ff9800;
    position: fixed;
    height: 100%;
    width: 100%;
    z-index: 5000;
    top: 0;
    left: 0;
    float: left;
    text-align: center;
    padding-top: 25%;
    opacity: .80;
}

.myscroll1 {
    height: 215px;
    overflow: scroll;
    width: 100%;
    overflow-x: hidden;
    position: absolute;

}

.myscroll {
    height: 290px;
    overflow: scroll;
    width: 100%;
    overflow-x: hidden;
    position: relative; /* 40490 */
}

/* 40566 */
#qr-canvas {
    margin: auto;
    width: calc(100% - 20px);
    max-width: 400px;
    display: flex;
    justify-content: center;
}

#btn-scan-qr {
    cursor: pointer;
}

#btn-scan-qr img {
    height: 15em;
    text-align: center;
    width: 100%;
    display: block;
    margin: auto;
    background: white;
}

#qr-result {
    font-size: 1.2em;
    margin: 20px auto;
    padding: 20px;
    max-width: 700px;
    background-color: white;
}

/* 40566 */
/* 40619 */
.middle-container {
    position: unset;
    min-height: 270px;
}


/* Works on Firefox */
* {
    scrollbar-width: thin;


}

/* Works on Chrome, Edge, and Safari */
*::-webkit-scrollbar {
    width: 5px;
}

*::-webkit-scrollbar-track {
    background: #f0f0f0;
}


*::-webkit-scrollbar-thumb {

    border-radius: 20px;
    border: 3px solid #cccccc;
}


body {
    scrollbar-arrow-color: #f0f0f0;
    scrollbar-3dlight-color: #FF6633;
    scrollbar-highlight-color: #FF9933;
    scrollbar-face-color: #cccccc;
    scrollbar-shadow-color: #cccccc;
    scrollbar-darkshadow-color: #FF0033;
    scrollbar-track-color: #f0f0f0;

}

.header-wrapper img {
    height: 35px;
}

footer.footer-unfix, .wizard-box.footer-unfix {
    position: unset;
    margin-top: 30px;
}

@media only screen and (min-width: 1200px) {
    .qr-scan {
        margin-top: 5%;
    }

    .fild-content .form-row {
        margin-bottom: 0px;
    }

    .fild-content .button-box {
        margin: 0;
    }

    /* 40490 */
    .vehicle-image .modal-dialog,
    .vehicle-image .modal-content {
        /* 80% of window width */
        width: 80%;
    }
}

@media (min-width: 1025px) and (max-width: 1199px) {
    .button-box .btn {
        font-size: 16px;
    }

    .fild-content .form-row {
        margin-bottom: 0;
    }

    .button-box {
        margin-top: 5px;
    }

    .btn.view-image span {
        padding: 0;
        border: none;
    }

    .btn.view-image {
        font-size: 0.8rem;
    }
}

@media (min-width: 768px) and (max-width: 1024px) {
    footer {
        font-size: 14px;
        font-size: 0.8rem;
    }

    #select-location label {
        font-size: 1.2rem;
    }

    #select-location {
        position: unset;
        margin: 100px auto 100px;
        left: 0;
        width: 75%;
    }

    .header-wrapper img {
        width: 100%;
    }

    .location {
        font-size: 0.8rem;
    }

    .footer-fix {
        position: fixed;
        bottom: 0;
        display: block;
    }

    .green_circle,
    .red_circle,
    .orange_circle {
        width: 10em;
        height: 10em;
    }

    .option-box h4.green,
    .option-box h4.red,
    .option-box h4.orange {
        font-size: 1.1rem;
    }

    .middle-container {
        position: unset;
        margin: 30px 0;
        /*min-height: 750px;*/
        min-height: auto;
    }

    .middle-content {
        margin: 80px 0;
        position: unset;
        min-height: 650px;
    }

    .help-botton {
        display: flex;
        flex-wrap: wrap;
        justify-content: left;
        margin: auto;
        padding: 5px 12px;
        font-size: 18px;
        left: -60px;
        top: -10px;
    }

    .help-botton a {
        color: #ff9800;
        cursor: pointer;
    }

    .help-botton img {
        width: 20%;
    }

    .gif-box {
        display: none;
    }

    .searchbox {
        width: 100%;
        max-width: 100%;
        flex: 100%;
    }

    #myTab li {
        background: none;
    }

    .one-fild {
        margin-top: 10%;
    }

    ul#myTab::after {
        width: 90%;
        left: 40px;
    }

    .qr-scan img {
        width: 60%;
    }

    footer,
    .wizard-box {
        position: unset;
    }

    .qr-scan {
        margin-top: 0;
    }

    .btn.view-image {
        font-size: 12px;
        padding: 6px;
    }

    .btn.view-image span {
        padding: 0;
        border: none;
    }

    .progressbar {
        padding: 0px 0 60px;
        display: block;
        overflow: hidden;
    }

    .main-content-box.mCustomScrollbar {
        height: auto !important;
    }

    .counter {
        top: 30px;
    }

    #content-box {
        min-height: auto;
    }

    #content-sticker-box {
        min-height: auto;
    }
}

@media (min-width: 481px) and (max-width: 767px) {
    .header-wrapper {
        text-align: center;
    }

    .header-wrapper h1 {
        font-size: 1rem;
    }

    .ddisplay {
        display: none;
    }

    .mdisplay {
        display: block;
    }

    footer {
        font-size: 14px;
        text-align: center;
        position: unset;
    }

    .footer-logo {
        text-align: center;
    }

    #select-location label {
        font-size: 1.5rem;
    }

    #select-location {
        position: unset;
        margin: 50px 0;
        left: 0;
        width: 100%;
    }

    .header-wrapper img {
        width: 25%;
    }

    .location {
        font-size: 0.8rem;
    }

    .footer-fix {
        position: unset;
    }

    .middle-content {
        top: 150%;
        position: unset;
        margin: 40px 0;
    }

    .option-box {
        text-align: center;
        margin-bottom: 30px;
    }

    .middle-content {
        top: 150%;
        position: unset;
        margin: 40px 0;
    }

    .gif-box {
        display: none;
    }

    .counter {
        top: 40px;
    }

    .one-fild {
        margin-top: 20%;
    }

    .one-fild .has-float-label {
        width: 100%;
    }

    .wizard-box {
        position: unset;
        margin-top: 30px;
    }

    .btn {
        width: 30%;
        margin: 0 0 15px;
        font-size: 16px;
    }

    .btn span {
        border: none;
    }

    #myTab {
        bottom: 0;
    }

    #myTab li {
        width: auto;
        background: none;
        padding: 0;
    }

    ul#myTab::after {
        width: 94%;
        left: 10px;
    }

    h3.page-title {
        width: 100%;
    }

    #myTab li.nav-item span {
        font-size: 11px;
        bottom: -32px;
    }

    .has-float-label .form-control:placeholder-shown:not(:focus) + * {
        font-size: 100%;
    }

    .help-botton {
        display: flex;
        flex-wrap: wrap;
        justify-content: left;
        margin: auto;
        padding: 5px 12px;
        font-size: 18px;
        left: 0;
        top: 0%;
        z-index: 99;
    }

    .help-botton a {
        color: #ff9800;
        cursor: pointer;
    }

    .help-botton img {
        width: 20%;
    }

    #exampleModal .modal-body {
        text-align: center;
    }

    .qr-scan img {
        width: 70%;
    }

    .fild-content {
        margin-top: 10%;
    }

    .button-box .btn {
        width: 100%;
        margin-bottom: 10px;
    }

    .progressbar {
        padding: 0px 0 60px;
        display: block;
        overflow: hidden;
    }

    .progressbar li a {
        width: 45px;
        height: 45px;
    }

    .progressbar img {
        width: 95%;
    }

    .button-box {
        margin: 40px auto 0px;
        width: 50%;
    }

    .main-content-box.mCustomScrollbar {
        /*height:auto !important; */
    }

    .progressbar li::after {
        top: 22px;
    }

    .progressbar li a span {
        font-size: 10px;
    }

    #content-box {
        min-height: auto;
    }

    #content-sticker-box {
        min-height: auto;
    }

    .green_circle, .red_circle, .orange_circle {
        width: 7em;
        height: 7em;

    }

    h4.red, h4.green, h4.orange {
        font-size: 0.7em;
    }
}

/* ##Device = Most of the Smartphones Mobiles (Portrait) ##Screen = B/w 320px to 479px */
@media (min-width: 320px) and (max-width: 480px) {
    body {
        position: relative;
    }

    .header-wrapper {
        text-align: center;
    }

    .header-wrapper h1 {
        font-size: 1rem;
    }

    .ddisplay {
        display: none;
    }

    .mdisplay {
        display: block;
    }

    footer {
        font-size: 12px;
        text-align: center;
        position: unset;
        font-size: 0.8rem;
    }

    .footer-logo {
        text-align: center;
    }

    #select-location label {
        font-size: 1.5rem;
    }

    #select-location {
        position: unset;
        margin: 100px 0 100px; /* 40490 */
        left: 0;
        width: 100%;
    }

    .header-wrapper img {
        width: 50%;
    }

    .location {
        font-size: 0.8rem;
    }

    .footer-fix {
        position: fixed; /* 40490 */
        bottom: 0;
        display: block;
    }

    .option-box {
        text-align: center;
        margin-bottom: 30px;
    }

    .middle-content {
        top: 150%;
        position: unset;
        margin: 40px 0;
    }

    .gif-box {
        display: none;
    }

    .counter {
        top: 30px;
    }

    .one-fild {
        margin-top: 0px; /* 40490 */
    }

    .one-fild .has-float-label {
        width: 100%;
    }

    .wizard-box {
        position: unset;
        margin-top: 30px;
        margin-bottom: 30px; /* 40490 */
    }

    .btn {
        width: 100%;
        margin: 0 0 15px;
    }

    .btn span {
        border: none;
    }

    #myTab img {
        width: 60%;
    }

    #myTab li.nav-item .nav-link {
        width: 55px;
        height: 55px;
    }

    #myTab li {
        width: auto;
        background: none;
        padding: 0;
    }

    ul#myTab::after {
        width: 90%;
        left: 15px;
    }

    h3.page-title {
        width: 100%;
    }

    #myTab {
        bottom: 0;
    }

    #myTab li.nav-item span {
        font-size: 11px;
        bottom: -32px;
    }

    .has-float-label .form-control:placeholder-shown:not(:focus) + * {
        font-size: 100%;
    }

    .help-botton {
        display: flex;
        flex-wrap: wrap;
        justify-content: left;
        margin: auto;
        padding: 5px 12px;
        font-size: 18px;
        left: 0;
        top: 0;
        z-index: 99;
    }

    .help-botton a {
        color: #ff9800;
        cursor: pointer;
    }

    .help-botton img {
        width: 20%;
    }

    /* 40490 */
    #HelpModal::-webkit-scrollbar {
        display: none;
    }

    #exampleModal .modal-body {
        text-align: center;
    }

    .qr-scan img {
        width: 70%;
    }

    h3.page-title span {
        font-size: 24px;
    }

    .fild-content {
        margin-top: 0%;
    }

    .qr-scan {
        margin-top: 25%;
    }

    .button-box .btn {
        width: 100%;
        margin-bottom: 10px;
    }

    h4 {
        font-size: 1.3em;
    }

    .progressbar {
        padding: 0px 0 60px;
        display: block;
        overflow: hidden;
    }

    .progressbar li a {
        width: 45px;
        height: 45px;
    }

    .progressbar img {
        width: 95%;
    }

    .button-box {
        margin: 10px auto; /* 40490 */
        width: 50%;
    }

    .main-content-box.mCustomScrollbar {
        /*height:auto !important;*/
    }

    .progressbar li::after {
        top: 22px;
    }

    .progressbar li a span {
        font-size: 10px;
    }

    #content-box {
        min-height: auto; /* 40490 */
    }

    #content-sticker-box {
        min-height: auto;
    }

    .green_circle, .red_circle, .orange_circle {
        width: 7em;
        height: 7em;

    }

    h4.red, h4.green, h4.orange {
        font-size: 0.8em;
    }
}

@media only screen and (min-width: 320px) and (max-width: 779px) {
    .web-button {
        display: none;
    }

    .mobile-button {
        display: block;
    }

    .img-feedback-fluid {
        width: 10%;
    }

    .btn-feedback {
        width: 50%;
    }
}

@media only screen and (min-width: 780px) and (max-width: 4000px) {
    .web-button {
        display: block;
    }

    .mobile-button {
        display: none;
    }

    .img-feedback-fluid {
        width: 50%;
    }

}

/*Payway QR code*/

.pay-box {
    background: linear-gradient(0deg, #E8E9EC, #E8E9EC),
    linear-gradient(0deg, #FFFFFF, #FFFFFF);
    max-width: 400px;
    border: 14px solid #E8E9EC;
    margin: 0 auto;
    border-radius: 18px;
    text-align: center;
    padding: 0px;
}

.pay-logo {
    width: 250px;
    text-align: center;
    margin: 0 auto;
    /* display: flex; */
    justify-content: center;
    align-items: center;
}

.scan-box {
    width: 250px;
    margin: 5px auto 0;
}

.compnay-logo {
    background: rgba(226, 26, 26, 1);
    padding: 7px 0;
    border-radius: 18px 18px 0 0;
    width: 100%;
}

.compnay-logo img {
    width: 80px;
}

.white-box {
    background: #fff;
    position: relative;
    padding: 10px 0 0 0;
    border-radius: 0 0 18px 18px;
}

.white-box::after {
    width: 0;
    position: absolute;
    z-index: 999;
    content: '';
    height: 0;
    top: 0;
    right: 0;
    border-style: solid;
    border-width: 0 30px 30px 0;
    border-color: transparent #e21a1a transparent transparent;
}

.code {
    border-top: 2px dashed #ccc;
    margin: 5px auto 0px;
    padding-top: 10px;
    font-family: 'Nunito', sans-serif;
}

.code img {
    width: 80%;
    padding: 0px 10px;
}

.amount {
    font-weight: 700;
}

.amount span {
    font-size: 16px;
    font-weight: 600;
}
/*End Payway QR code*/
