section.ep-title-container {
    margin-top: 20px;
    margin-bottom: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.seperator {
    height: 10px;
}







b.ep-text-bold {
    color: #0e367c
}

b.ep-text-bold-italic {
    color: #0e367c;
    font-style: italic;
}

.border-rarius-0 {
    border-radius: 0px !important;
}

.border-rarius-10 {
    border-radius: 10px !important;
}

.border-rarius-20 {
    border-radius: 20px !important;
}

img.ep-image {
    height: auto;
    width: 100%;
    border-top-left-radius: 30px;
    border-top-right-radius: 30px;
}



.ep-sticky-menu {
    position: sticky;
    top: 60px;
}


ul.ep-sticky-container {
    list-style: none;
    padding-left: 0px;
    margin-bottom: 0px;
}

.ep-sticky-menu-item {

    margin: 1px;
}


.ep-card-height {
    height: auto !important;
}

html {
    scroll-behavior: smooth;
}



.ep-link {
    height: 50px;
    width: 100%;
    background-color: #f5f5f5;
    display: flex;
    align-items: center;
    text-decoration: none !important;
    color: #585858 !important;
    font-weight: 600;
    text-transform: capitalize;
    padding-left: 30px;
    margin-right: 30px;
    font-size: 14px;
}

.ep-link.active {
    color: #fff !important;
    background-color: #0e367c !important;
}

.justify-conten-center {
    justify-content: center !important;
}








div.image-caption {
    width: 100%;
    height: 40px;
    background-color: #0e367c;
    color: #fff;
    font-size: 18px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.ep-list-title {

    font-size: 24px;
    font-weight: 600;
    color: #0e367c;
    letter-spacing: -0.5px;
}

ul.ep-list {

    list-style: disc;
    line-height: 30px;
    margin-top: 30px;
    margin-bottom: 30px;
    color: #0e367c;
    padding-left: 20px;
}

ul.ep-list li {
    font-size: 16px;
}

.ep-title {

    font-size: 20px;
    line-height: 30px;
    font-weight: 700;
    text-align: left;
    color: #0e367c;
    letter-spacing: -0.9px;

    width: 100%;
    margin-bottom: 20px;
    margin-top: 20px;
}

.ep-text {
    font-size: 16px;
    line-height: 26px;
    font-weight: 500;
    color: #363636;
}


.ep-sticky-menu {
    display: block;
}

#ep-sticky-mobile-menu {
    display: none;
}

.ep-sticky-mobile-menu-container {
    display: none;
}


.ep-overlay {
    display: none;
}





@media screen and (max-width: 1500px) {

    .col-md-12 {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }

    .ep-sticky-menu {
        display: none !important;
    }


    div.image-caption {
        width: 100%;
        height: 40px;
        background-color: #0e367c;
        color: #fff;
        font-size: 18px;
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .ep-list-title {

        font-size: 24px;
        font-weight: 600;
        color: #0e367c;
        letter-spacing: -0.5px;
    }

    ul.ep-list {

        list-style: disc;
        line-height: 30px;
        margin-top: 30px;
        margin-bottom: 30px;
        color: #0e367c;
    }

    .ep-title {

        font-size: 28px;
        line-height: 30px;
        font-weight: 700;
        text-align: left;
        color: #0e367c;
        letter-spacing: -0.9px;

        width: 100%;
        margin-bottom: 20px;
        margin-top: 20px;
    }

    .ep-text {
        font-size: 18px;
        line-height: 26px;
        font-weight: 500;
        color: #838383;
    }


    .ep-sticky-menu {
        display: block;
    }


    #ep-sticky-mobile-menu {
        display: block;
    }

    .ep-sticky-mobile-menu {

        position: fixed;
        bottom: 20px;
        background-color: #0e367c;
        color: #fff;
        border-radius: 50px;
        right: 72px;
        width: 50px;
        height: 50px;
    }


    .ep-sticky-mobile-menu.active {
        animation: gelatine 0.5s infinite;
    }

    .ep-mobile-in {
        width: 50px;
        height: 50px;
        display: flex !important;
        align-items: center !important;
        justify-content: center !important;
    }



    .ep-sticky-mobile-menu-container {
        display: none;
        position: fixed;
        bottom: 76px;
        background-color: #ffffff;
        right: 72px;
        width: 340px;
        height: auto;
        z-index: 50;
    }

    .ep-sticky-mobile-menu-container.active {
        display: block;
    }

    ul.ep-sticky-container {
        list-style: none;
        padding-left: 0px;
        margin-bottom: 0px;
        width: 100%;
    }



    .ep-overlay {
        display: none;
    }

}

@media screen and (max-width: 992px) {

    .col-smt {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }

    .col-md-12 {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }

    .ep-sticky-menu {
        display: none !important;
    }


    div.image-caption {
        width: 100%;
        height: 40px;
        background-color: #0e367c;
        color: #fff;
        font-size: 18px;
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .ep-list-title {

        font-size: 24px;
        font-weight: 600;
        color: #0e367c;
        letter-spacing: -0.5px;
    }

    ul.ep-list {

        list-style: disc;
        line-height: 30px;
        margin-top: 30px;
        margin-bottom: 30px;
        color: #0e367c;
    }

    .ep-title {

        font-size: 28px;
        line-height: 30px;
        font-weight: 700;
        text-align: left;
        color: #0e367c;
        letter-spacing: -0.9px;

        width: 100%;
        margin-bottom: 20px;
        margin-top: 20px;
    }

    .ep-text {
        font-size: 18px;
        line-height: 26px;
        font-weight: 500;
        color: #838383;
    }


    .ep-sticky-menu {
        display: block;
    }


    #ep-sticky-mobile-menu {
        display: block;
    }

    .ep-sticky-mobile-menu {

        position: fixed;
        bottom: 20px;
        background-color: #0e367c;
        color: #fff;
        border-radius: 50px;
        right: 120px;
        width: 50px;
        height: 50px;
        z-index: 50;
    }


    .ep-sticky-mobile-menu.active {
        animation: gelatine 0.5s infinite;

    }

    .ep-mobile-in {

        width: 50px;
        height: 50px;
        display: flex !important;
        align-items: center !important;
        justify-content: center !important;
    }

    .ep-sticky-mobile-menu-container {
        display: none;
        position: fixed;
        bottom: 76px;
        background-color: #ffffff;
        right: 120px;
        width: 340px;
        height: auto;
        z-index: 50;
    }

    .ep-sticky-mobile-menu-container.active {
        display: block;

    }

    ul.ep-sticky-container {
        list-style: none;
        padding-left: 0px;
        margin-bottom: 0px;
        width: 100%;
    }





}

@media screen and (max-width: 820px) {

    .col-smt {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }

    .col-md-12 {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }

    .ep-sticky-menu {
        display: none !important;
    }


    div.image-caption {
        width: 100%;
        height: 40px;
        background-color: #0e367c;
        color: #fff;
        font-size: 18px;
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .ep-list-title {

        font-size: 24px;
        font-weight: 600;
        color: #0e367c;
        letter-spacing: -0.5px;
    }

    ul.ep-list {

        list-style: disc;
        line-height: 30px;
        margin-top: 30px;
        margin-bottom: 30px;
        color: #0e367c;
    }

    .ep-title {

        font-size: 28px;
        line-height: 30px;
        font-weight: 700;
        text-align: left;
        color: #0e367c;
        letter-spacing: -0.9px;

        width: 100%;
        margin-bottom: 20px;
        margin-top: 20px;
    }

    .ep-text {
        font-size: 18px;
        line-height: 26px;
        font-weight: 500;
        color: #838383;
    }


    .ep-sticky-menu {
        display: block;
    }


    #ep-sticky-mobile-menu {
        display: block;
    }

    .ep-sticky-mobile-menu {

        position: fixed;
        bottom: 20px;
        background-color: #0e367c;
        color: #fff;
        border-radius: 50px;
        right: 60px;
        width: 50px;
        height: 50px;
        z-index: 50;
    }


    .ep-sticky-mobile-menu.active {
        animation: gelatine 0.5s infinite;

    }

    .ep-mobile-in {

        width: 50px;
        height: 50px;
        display: flex !important;
        align-items: center !important;
        justify-content: center !important;
    }

    .ep-sticky-mobile-menu-container {
        display: none;
        position: fixed;
        bottom: 70px;
        background-color: #ffffff;
        right: 60px;
        width: 340px;
        height: auto;
        z-index: 50;
    }

    .ep-sticky-mobile-menu-container.active {
        display: block;

    }

    ul.ep-sticky-container {
        list-style: none;
        padding-left: 0px;
        margin-bottom: 0px;
        width: 100%;
    }





}

@media screen and (max-width: 600px) {

    .col-smt {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }

    .col-md-12 {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }

    .ep-sticky-menu {
        display: none !important;
    }


    div.image-caption {
        width: 100%;
        height: 40px;
        background-color: #0e367c;
        color: #fff;
        font-size: 18px;
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .ep-list-title {

        font-size: 24px;
        font-weight: 600;
        color: #0e367c;
        letter-spacing: -0.5px;
    }

    ul.ep-list {

        list-style: disc;
        line-height: 26px;
        margin-top: 30px;
        margin-bottom: 30px;
        color: #0e367c;
    }

    .ep-title {

        font-size: 24px;
        line-height: 28px;
        font-weight: 700;
        text-align: left;
        color: #0e367c;
        letter-spacing: -0.9px;

        width: 100%;
        margin-bottom: 20px;
        margin-top: 20px;
    }

    .ep-text {
        font-size: 16px;
        line-height: 24px;
        font-weight: 500;
        color: #838383;
    }


    .ep-sticky-menu {
        display: block;
    }


    #ep-sticky-mobile-menu {
        display: block;
    }

    .ep-sticky-mobile-menu {

        position: fixed;
        bottom: 20px;
        background-color: #0e367c;
        color: #fff;
        border: solid 1px #0e367c;
        border-radius: 50px;
        right: 60px;
        width: 50px;
        height: 50px;
    }


    .ep-sticky-mobile-menu.active {
        animation: gelatine 0.5s infinite;
    }

    .ep-mobile-in {

        width: 50px;
        height: 50px;
        display: flex !important;
        align-items: center !important;
        justify-content: center !important;
    }

    .ep-sticky-mobile-menu-container {
        display: none;
        position: fixed;
        bottom: 100px;
        background-color: #ffffff;
        right: 40px;
        width: 340px;
        height: auto;
    }

    .ep-sticky-mobile-menu-container.active {
        display: block;

    }

    ul.ep-sticky-container {
        list-style: none;
        padding-left: 0px;
        margin-bottom: 0px;
        width: 100%;
    }


}

@media screen and (max-width: 400px) {

    .col-smt {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }

    .col-md-12 {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }

    .ep-sticky-menu {
        display: none !important;
    }


    div.image-caption {
        width: 100%;
        height: 40px;
        background-color: #0e367c;
        color: #fff;
        font-size: 18px;
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .ep-list-title {

        font-size: 24px;
        font-weight: 600;
        color: #0e367c;
        letter-spacing: -0.5px;
    }

    ul.ep-list {

        list-style: disc;
        line-height: 26px;
        margin-top: 30px;
        margin-bottom: 30px;
        color: #0e367c;
    }

    .ep-title {

        font-size: 24px;
        line-height: 28px;
        font-weight: 700;
        text-align: left;
        color: #0e367c;
        letter-spacing: -0.9px;

        width: 100%;
        margin-bottom: 20px;
        margin-top: 20px;
    }

    .ep-text {
        font-size: 16px;
        line-height: 24px;
        font-weight: 500;
        color: #838383;
    }


    .ep-sticky-menu {
        display: block;
    }


    #ep-sticky-mobile-menu {
        display: block;
    }

    .ep-sticky-mobile-menu {

        position: fixed;
        bottom: 50px;
        background-color: #0e367c;
        color: #fff;
        border: solid 1px #0e367c;
        border-radius: 50px;
        right: 49px;
        width: 50px;
        height: 50px;
        z-index: 50;

    }


    .ep-sticky-mobile-menu.active {
        animation: gelatine 0.5s infinite;
        z-index: 50;
    }

    .ep-mobile-in {

        width: 50px;
        height: 50px;
        display: flex !important;
        align-items: center !important;
        justify-content: center !important;
    }

    .ep-sticky-mobile-menu-container {
        display: none;
        position: fixed;
        bottom: 105px;
        background-color: #ffffff;
        right: 47px;
        width: 340px;
        height: auto;
    }

    .ep-sticky-mobile-menu-container.active {
        display: block;
        z-index: 50;

    }

    ul.ep-sticky-container {
        list-style: none;
        padding-left: 0px;
        margin-bottom: 0px;
        width: 100%;
    }


}


.ep-overlay {
    position: fixed;
    background-color: #0e367c10;
    height: 100%;
    width: 100%;
    top: 0;
    z-index: 1;
    display: none;
}

.ep-overlay.active {
    display: block;
}




@keyframes gelatine {

    from,
    to {
        transform: scale(1, 1);
    }

    25% {
        transform: scale(0.9, 1.1);
    }

    50% {
        transform: scale(1.1, 0.9);
    }

    75% {
        transform: scale(0.95, 1.05);
    }
}



.mi-cateories {
    display: flex;
    align-items: center;
    padding-left: 20px;

    margin-top: 20px;
    margin-bottom: 20px;

}

.mi-card-header {
    background: transparent;
    border: none;
    font-size: 16px;
    width: 100%;
}

.mi-category-icon {
    height: 60px;
    width: 60px;
    border: solid 1px #cecece;
    border-radius: 10px;
}


.mi-category-text {
    font-weight: 700 !important;
    font-size: 12px;
    line-height: 14px;
    height: 60px;
    display: flex;
    align-items: center;
}



.mi-border-radius-10 {
    border-radius: 10px
}

.mi-categories-hover:hover {
    box-shadow: 0px 0px 2px 1px #88888859;
    cursor: pointer !important;
}

.mi-card-link {
    text-decoration: none;
    color: #7d7d7d !important;
}

.mi-card-link:hover {
    text-decoration: none;
    color: #ff9e1b !important;
}


.mi-categories-modal {
    display: none;
}

.mi-cateories .mi-categories-hover:hover .mi-categories-modal {
    position: absolute;
    display: block;
    height: auto;
    min-height: 43px !important;
    width: 500px !important;
    border: solid 1px #d9d9d9;
    background-color: #ffffff;
    z-index: 9999;
    font-size: 13px !important;
    color: #585858 !important;
    padding: 20px;
    left: -118px;
    top: 70px;
    border-radius: 10px;
    box-shadow: 0px 0px 2px 1px #ffffff59;

}


.mi-categories-modal:before {
    position: absolute;
    z-index: -1;
    content: "";
    right: calc(50% - 10px);
    top: -10px;
    border-style: solid;
    border-width: 0 10px 10px 10px;
    border-color: transparent transparent #ffffff transparent;
    transition-duration: 0.3s;
    transition-property: transform;
    box-shadow: 0px 0px 2px 1px #ffffff59;
}

.mi-submenu {
    font-size: 12px;
    color: #585858;
    height: 40px;
    display: flex;
    align-items: center;
    line-height: 16px;
}

.modal-id {
    height: auto;
    width: 100%;
}

.mi-submenu a {
    font-size: 12px;
    color: #585858;
    height: 30px;
    display: flex;
    align-items: center;
}

.mi-submenu a:hover {
    font-size: 12px;
    color: #ff9e1b;
    height: 30px;
    display: flex;
    align-items: center;
}

.mi-submenu-title {
    font-size: 14px;
    font-weight: 600;
    text-align: center;
    color: #103b80 !important;
}

.mi-submenu-title:hover {
    font-size: 14px;
    font-weight: 600;
    text-align: center;
    color: #ff9e1b !important;
}

.svg-icon.svg-icon-navyblue {
    color: #103b80 !important;
}



.mi-categories-modal-overlay {
    display: none;
    width: 100%;
    height: 100%;
    position: fixed;
    background-color: #0e367c4b;
    top: 0px;
    left: 0px;
    right: 0;
    bottom: 0;
    z-index: 1040;
}

.mi-categories-modal:hover+.mi-categories-modal-overlay {
    display: block;
}




.pt-image-group {
    height: 100%;
    width: 100%;
    border-radius: 10px;
}

.pt-image-signle {
    height: 250px;
    background-position: center center;
    background-size: cover;
    border-radius: 10px;
    box-shadow: 2px 3px 3px 0px #838383
}






/** Air Dryer Diagnostics **/


@media screen and (min-width: 1040px) {

    .add-accordion:focus {
        outline: none;
        border: none;
    }

    .add-accordion {
        outline: none;
        border: none;
        background-color: #6d6d6d;
        height: 50px;
        width: 100%;
        color: #fff;
        text-align: left;
        font-size: 14px;
        line-height: 16px;
        padding-top: 5px;
    }

    .add-accordion:hover {
        outline: none;
        border: none;
        background-color: #0e367c;
        height: 50px;
        width: 100%;
        color: #fff;
        text-align: left;
    }

    .add-accordion.active {
        outline: none;
        border: none;
        background-color: #0e367c;
        height: 50px;
        width: 100%;
        color: #fff;
        text-align: left;
    }
}

@media screen and (max-width: 1040px) {

    .air-dryer-panel-icon {
        display: none;
    }

    .air-dryer-fly-icon {
        display: none;
    }

    .add-accordion {
        outline: none;
        border: none;
        background-color: #6d6d6d;
        height: 60px;
        width: 100%;
        color: #fff;
        text-align: left;
        font-size: 14px;
        line-height: 16px;
        display: flex;
        align-items: center;
    }
}

.add-panel {
    height: 0px;
    visibility: hidden;
}

.add-panel.active {
    height: auto;
    visibility: visible;
}

.add-content-title {
    color: #0e367c;
    font-weight: 700;
    font-size: 16px;
}

.add-content-text {
    color: #2e2e2e;
    font-size: 16px;
    line-height: 18px;
}


.h-400px {
    height: 400px !important;
}


/**3 Year Unlimited Mile Warranty**/


.umw-accordion:focus {
    outline: none;
    border: none;
}

.umw-accordion {
    outline: none;
    border: none;
    background-color: #6d6d6d;
    height: 50px;
    width: 100%;
    color: #fff;
    text-align: left;
    font-size: 14px;
    line-height: 16px;
    padding-top: 5px;
}

.umw-accordion:hover {
    outline: none;
    border: none;
    background-color: #0e367c;
    height: 50px;
    width: 100%;
    color: #fff;
    text-align: left;
}





.active.
.umw-accordion:hover {
    background-color: #0e367c;
}



.umw-content-text {
    font-size: 16px;
    color: #3a3a3a;
    text-align: justify;
}

.umw-content-title {
    font-weight: 600;
    color: #0e367c;
    font-size: 16px;
}

.umw-bold {
    font-weight: 700;
}

.umw-list-container {
    list-style: disc;
    padding-left: 20px;
    margin-top: 10px;
}

.umw-list-item {
    margin-top: 5px;
    margin-bottom: 5px;
}

.umw-panel {
    height: 0px;
    visibility: hidden;
    transition: all 5ms ease-in-out;
}


.umw-panel.active {
    height: auto;
    visibility: visible;
}

.btn-torque {
    background-color: #0e367c;
    color: #fff;
}


.btn-torque:hover {
    background-color: #051f4b;
    color: #fff !important;
}


.aboutus-title {
    color: #051f4b;
    font-size: 20px;
    font-weight: 700;
}


.aboutus-text {
    color: #333333;
    font-size: 16px;
}













/* ================ The Timeline ================ */

.timeline {
    position: relative;
    width: 1000px;
    margin: 0 auto;
    margin-top: 0px;
    padding: 1em 0;
    list-style-type: none;
}

.timeline:before {
    position: absolute;
    left: 50%;
    top: 0;
    content: ' ';
    display: block;
    width: 6px;
    height: 100%;
    margin-left: -3px;
    background: #0e367c;
    background: -moz-linear-gradient(top, rgba(80, 80, 80, 0) 0%, rgb(80, 80, 80) 8%, rgb(80, 80, 80) 92%, rgba(80, 80, 80, 0) 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(30, 87, 153, 1)), color-stop(100%, rgba(125, 185, 232, 1)));
    background: -webkit-linear-gradient(top, rgba(80, 80, 80, 0) 0%, rgb(80, 80, 80) 8%, rgb(80, 80, 80) 92%, rgba(80, 80, 80, 0) 100%);
    background: -o-linear-gradient(top, rgba(80, 80, 80, 0) 0%, rgb(80, 80, 80) 8%, rgb(80, 80, 80) 92%, rgba(80, 80, 80, 0) 100%);
    background: -ms-linear-gradient(top, rgba(80, 80, 80, 0) 0%, rgb(80, 80, 80) 8%, rgb(80, 80, 80) 92%, rgba(80, 80, 80, 0) 100%);
    background: linear-gradient(to bottom, #0e367c9d 0%, #0e367c 8%, #0e367c 92%, #0e367c9d 100%);

    z-index: 5;
}

.timeline li {
    padding: 1em 0;
}

.timeline li:after {
    content: "";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}

.direction-l {
    position: relative;
    width: 470px;
    float: left;
    text-align: right;
}

.direction-r {
    position: relative;
    width: 470px;
    float: right;
}

.flag-wrapper {
    position: relative;
    display: inline-block;

    text-align: center;
}

.flag {
    position: relative;
    display: inline;
    background: #0e367c;
    color: #fff;
    padding: 6px 10px;
    border-radius: 5px;
    font-weight: 600;
    text-align: left;
    font-size: 18px;
}



.direction-l .flag:before,
.direction-r .flag:before {
    position: absolute;
    top: 50%;
    right: -40px;
    content: ' ';
    display: block;
    width: 20px;
    height: 20px;
    margin-top: -10px;
    background: #fff;
    border-radius: 10px;
    border: 4px solid #ff9e1b;
    z-index: 10;
}

.direction-r .flag:before {
    left: -40px;
}

.direction-l .flag:after {
    content: "";
    position: absolute;
    left: 100%;
    top: 50%;
    height: 0;
    width: 0;
    margin-top: -8px;
    border: solid transparent;
    border-left-color: rgb(248, 248, 248);
    border-width: 8px;
    pointer-events: none;
}

.direction-r .flag:after {
    content: "";
    position: absolute;
    right: 100%;
    top: 50%;
    height: 0;
    width: 0;
    margin-top: -8px;
    border: solid transparent;
    border-right-color: rgb(248, 248, 248);
    border-width: 8px;
    pointer-events: none;
}

.time-wrapper {
    display: inline;
    line-height: 1em;
    font-size: 14px;
    font-weight: 700;
    color: #0e367c;
    vertical-align: middle;
}

.direction-l .time-wrapper {
    float: left;
}

.direction-r .time-wrapper {
    float: right;
}

.time {
    display: inline-block;
    padding: 4px 6px;
    background: #ff9e1b;
}

.desc {
    margin: 0 0 0 0;
    font-size: 16px;
    line-height: 1.5em;
}



/* ================ Timeline Media Queries ================ */

@media screen and (max-width: 660px) {

    .timeline {
        width: 100%;
        padding: 4em 0 1em 0;
    }

    .timeline li {
        padding: 2em 0;
    }

    .direction-l,
    .direction-r {
        float: none;
        width: 100%;

        text-align: center;
    }

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

    .flag {
        background: rgb(255, 255, 255);
        z-index: 15;
        position: relative;
        display: inline;
        background: #0e367c;
        color: #fff;
        padding: 6px 10px;
        border-radius: 5px;
        font-weight: 600;
        text-align: left;
        font-size: 18px;
    }

    .direction-l .flag:before,
    .direction-r .flag:before {
        position: absolute;
        top: -30px;
        left: 50%;
        content: ' ';
        display: block;
        width: 20px;
        height: 20px;
        margin-left: -10px;
        background: #fff;
        border-radius: 10px;
        border: 4px solid #ff9e1b;
        z-index: 10;
    }

    .direction-l .flag:after,
    .direction-r .flag:after {
        content: "";
        position: absolute;
        left: 50%;
        top: -8px;
        height: 0;
        width: 0;
        margin-left: -8px;
        border: solid transparent;
        border-bottom-color: rgb(255, 255, 255);
        border-width: 8px;
        pointer-events: none;
    }

    .time-wrapper {
        display: block;
        position: relative;
        margin: 4px 0 0 0;
        z-index: 14;
    }

    .direction-l .time-wrapper {
        float: none;
    }

    .direction-r .time-wrapper {
        float: none;
    }

    .desc {
        position: relative;
        margin: 1em 0 0 0;
        padding: 1em;
        background: rgb(245, 245, 245);
        -webkit-box-shadow: 0 0 1px rgba(0, 0, 0, 0.20);
        -moz-box-shadow: 0 0 1px rgba(0, 0, 0, 0.20);
        box-shadow: 0 0 1px rgba(0, 0, 0, 0.20);

        z-index: 15;
    }

    .direction-l .desc,
    .direction-r .desc {
        position: relative;
        margin: 1em 1em 0 1em;
        padding: 1em;

        z-index: 15;
    }

}

@media screen and (max-width: 660px) {

    .direction-l .desc,
    .direction-r .desc {
        margin: 1em 1em 0 1em;
    }

}



/* Customer Information - Credit Application */

.h-60px {
    height: 60px !important;
}

.cica-section-title {
    font-size: 18px !important;
    font-weight: 700;
    color: #051f4b;
}

.disabled-cica-button {
    pointer-events: none;
    opacity: 0.5;
}


.cica-stepper-title-container {
    height: 50px;
    width: 100%;
    align-items: center;
    border: solid 1px #051f4b;
    background-color: #ffff;
    color: #051f4b;
    cursor: pointer;
    border-radius: 5px;
}

.cica-stepper-title-container.active {
    height: 50px;
    width: 100%;
    align-items: center;
    border: solid 1px #051f4b;
    background-color: #051f4b;
    color: #ffff;
    cursor: pointer;
    font-weight: 600;
}

.cica-stepper-title-container.completed {
    height: 50px;
    width: 100%;
    align-items: center;
    border: solid 1px #ff9e1b;
    background-color: #ff9e1b;
    color: #051f4b;
    cursor: pointer;
    font-weight: 600;
}

.cica-stepper-title {
    display: flex;
    align-items: center;
    height: 50px;

}


.col-lg-half {
    -ms-flex: 0 0 4%;
    flex: 0 0 4%;
    max-width: 4%;
}


.svg-icon.svg-icon-2hx svg {
    height: 2rem !important;
    width: 2rem !important;
}

.svg-icon.svg-icon-torque {
    color: #ff9e1b;
}

.cica-status-icon {
    height: 50px;
    display: flex;
    align-items: center;
}

.d-flex {
    display: flex;
}

.justify-conten-center {
    justify-content: center;
}

.align-items-center {
    align-items: center;
}

.h-50px {
    height: 50px;
}

.h-100px
{
    height: 100px;
}
.w-max
{
    width: 100%;
}

hr.cica-hr-line {
    border-color: #051f4b;
    border-width: 1px;
    border-style: dashed;
    margin: 0;
    width: 100%;
}

hr.cica-hr-line.active {
    border-color: #051f4b;
    border-width: 2px;
    border-style: solid;
    margin: 0;
    width: 100%;
}

hr.cica-hr-line.completed {
    border-color: #ff9e1b;
    border-width: 2px;
    border-style: solid;
    margin: 0;
    width: 100%;
}

.cica-hr-circle {
    height: 20px;
    width: 25.84px;
    border: solid 2px #051f4b;
    border-radius: 50%;
}

.cica-hr-circle.active {
    height: 20px;
    width: 25.84px;
    border: solid 2px #051f4b;
    background-color: #051f4b;
    border-radius: 50%;
}

.cica-hr-circle.completed {
    height: 20px;
    width: 25.84px;
    border: solid 2px #ff9e1b;
    background-color: #ff9e1b;
    border-radius: 50%;
}

.cica-input-title {
    font-size: 14px;
    font-weight: 600;
    color: #6d6d6d;
}

.cica-input-control {
    height: 50px !important;
    border-radius: 5px;
    background-color: #fff !important;
    border: solid 1px #e7e6e6 !important;
}

.cica-textarea-control {
    height: 50px !important;
    border-radius: 5px;
    background-color: #fff !important;
    border: solid 1px #e7e6e6 !important;
}

.cica-input-required {
    position: relative;
    float: right;
    font-size: 14px;
    font-weight: 600;
}

.pr-0 {
    padding-right: 0px !important;
}



.cica-radio-button.
input[type=radio] {
    box-sizing: border-box;
    padding: 0;
    height: 25px;
    width: 25px;
    accent-color: #051f4b;
    cursor: pointer;

}

.cica-radio-label {
    font-size: 13px;
    font-weight: 600;
    margin-bottom: 0px !important;
    cursor: pointer;
}

.file-upload-section {
    height: 100px;
    width: 100%;
    border: dashed 1px #cecece;
    cursor: pointer;
}




.file-upload-icon {
    height: 50px;
    display: flex;
    align-items: end;
    justify-content: center;
}

.file-upload-title {
    height: 50px;
    display: flex;
    align-items: start;
    justify-content: center;
    font-size: 14px;
    font-weight: 600;
}

.file-upload-menu {
    background-color: #fff;
    width: 60px;
    height: 50px;
    position: relative;
    z-index: 50;

}

.file-upload-close {
    position: relative;
    z-index: 60;
    display: flex;
    align-items: center;
    justify-content: center;
}