html, body {
    height: 100%;
}
body {
    font-family: 'Poppins', sans-serif;
    font-size: 18px;
    color: #414141;
    font-weight: 400;
    display: flex;
    flex-direction: column;
}

a {
    color: #414141;
}

button:focus {
    box-shadow: none !important;
    outline: none !important;
}

a:hover {
    text-decoration: none;
    color: #0E777D;
}

ul {
    padding: 0px;
    list-style-type: none;
}

img {
    max-width: 100%;
}
/*Header*/
.header .navbar-expand-lg .navbar-nav .nav-link {
    font-size: 12px;
    text-transform: uppercase;
    white-space: nowrap;
}

.header .navbar-brand {
    text-transform: uppercase;
}

    .header .navbar-brand img {
        width: 215px;
    }

    .header .navbar-brand span {
        letter-spacing: 0.25em;
        vertical-align: middle;
    }

    .header .navbar-brand:hover {
        color: #414141
    }

.notification-bar {
    position: relative;
}

    .notification-bar span {
        display: block;
    }

    .notification-bar .bell-icon {
        height: 25px;
        width: 20px;
        background: url(../images/bell-icon.png) no-repeat;
        background-size: contain;
    }

    .notification-bar .nt-count {
        position: absolute;
        top: -4px;
        right: -11px;
        white-space: nowrap;
        border: 1px solid #5599a2;
        width: 20px;
        height: 20px;
        border-radius: 50%;
        background-color: #fff;
        font-size: 10px;
        line-height: 20px;
        text-align: center;
        overflow: hidden;
        text-overflow: ellipsis;
    }
/*Section Css */
.top-section {
    background-color: #f6f6f6;
    padding: 50px 0px;
}

.section-heading {
    font-size: 36px;
    text-transform: capitalize;
    font-weight: 600;
    text-align: center;
    margin-bottom: 30px;
}

.data-box-wrap {
    display: flex;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: -moz-box;
    justify-content: space-between;
    align-items: center;
    text-align: center;
    flex-wrap: wrap;
}

.box-item {
    padding: 30px;
    border: 1px solid #dadada;
    background: #fff;
    flex: 0 0 292px;
    max-width: 292px;
}

    .box-item .title {
        font-size: 20px;
        text-transform: uppercase;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
    }

    .box-item .item-value {
        font-size: 36px;
    }

.order-section {
    padding: 50px 0px;
}

.order-tab {
    border-bottom: 3px solid #5599a2;
    padding-left: 4px;
}

    .order-tab.nav-tabs .nav-item {
        margin-bottom: 0px;
        padding: 0 24px;
        position: relative;
    }

    .order-tab.nav-tabs .nav-link {
        font-size: 20px;
        border: none;
        border-radius: 0px;
        position: relative;
        height: 57px;
        min-width: 120px;
        text-align: center;
        padding: 0px 10px 0px 10px;
        line-height: 57px;
    }

        .order-tab.nav-tabs .nav-link:after {
            bottom: 0;
            content: "";
            left: -27px;
            position: absolute;
            right: 0;
            transform: perspective(5px) rotateX(2deg);
            -moz-transform: perspective(5px) rotateX(2deg);
            -o-transform: perspective(5px) rotateX(2deg);
            -ms-transform: perspective(5px) rotateX(2deg);
            -sand-transform: perspective(5px) rotateX(2deg);
            -webkit-transform: perspective(5px) rotateX(1.5deg);
            transform-origin: center bottom 0;
            -ms-transform-origin: center bottom 0;
            -webkit-transform-origin: center bottom 0;
            transition: all 0.2s ease 0s;
            -webkit-transition: all 0.2s ease 0s;
            width: calc(100% + 54px);
            z-index: 0;
            -ms-transform: perspective(5px) rotateX(2deg);
            box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.15);
            height: 82px;
            background: #fff;
        }

        .order-tab.nav-tabs .nav-link.active {
            z-index: 4;
            color: #fff;
            /*background: #5599a2;*/
        }

        .order-tab.nav-tabs .nav-link span {
            position: relative;
            z-index: 2
        }

        .order-tab.nav-tabs .nav-link.active span {
            position: relative;
            z-index: 2
        }

        .order-tab.nav-tabs .nav-link.active:after {
            background: #5599a2;
        }

.home-icon {
    display: inline-block;
    background: url(../images/home-icon.png) no-repeat;
    height: 30px;
    width: 32px;
    background-size: contain;
    vertical-align: middle;
    margin-right: 12px;
}

.order-section-wrap .section-heading {
    display: inline;
    font-size: 24px;
}

.order-section-wrap .tab-content {
    margin-top: 30px;
}

.table-wrap {
    margin-top: 30px;
}

.table thead th  {
    border-bottom: 0px;
    border-left: 1px solid #dee2e6;
    font-weight: 600;
    white-space:nowrap;
}

.table thead th:last-child {
        border-right: 1px solid #dee2e6;
    }
.table tfoot th:last-child {
        border-right: 1px solid #dee2e6;
    }

.table tbody td {
    border-left: 1px solid #dee2e6;
}
.table tfoot th {
    border-left: 1px solid #dee2e6;
}

    .table tbody td:last-child {
        border-right: 1px solid #dee2e6;
    }

.table thead th:hover {
    color: #5599a2;
}

.table tbody tr:last-child td {
    border-bottom: 1px solid #dee2e6;
}

.table tbody tr:nth-child(odd) td {
    background: #f5f5f5;
}

.main-wrap {
    flex: 1 0 auto;
}
/*Footer*/
.footer {
    background: #414141;
    padding: 36px 0px;
    flex-shrink: 0;
}

    .footer .footer-item .title {
        color: #ffffff;
        font-size: 20px;
        position: relative;
        display: block;
        margin-bottom: 40px;
    }

        .footer .footer-item .title:after {
            position: absolute;
            content: "";
            height: 1px;
            width: 49px;
            background: #777777;
            top: calc(100% + 10px);
            left: 0px;
        }

    .footer .footer-item a {
        color: #fff;
        font-size: 16px;
    }

    .footer .footer-item ul {
        padding: 0px;
        margin: 0px;
    }


        .footer .footer-item ul li {
            padding-bottom: 14px;
            color: #fff;
        }

            .footer .footer-item ul li i {
                color: #b2b2b2;
            }

            .footer .footer-item ul li:last-child {
                padding: 0px;
            }

        .footer .footer-item ul.social-icon li {
            display: inline-block;
            padding-bottom: 0px;
            vertical-align: top;
        }

            .footer .footer-item ul.social-icon li a {
                display: block;
                width: 46px;
                height: 46px;
                border: 1px solid #777777;
                font-size: 24px;
                color: #b2b2b2;
                text-align: center;
                line-height: 46px;
                transition: 0.1s ease-in-out;
            }

                .footer .footer-item ul.social-icon li a:hover {
                    background: #fff;
                    border-color: #fff;
                }

                    .footer .footer-item ul.social-icon li a:hover i[class*="facebook"] {
                        color: #4867aa;
                    }

                    .footer .footer-item ul.social-icon li a:hover i[class*="linkedin"] {
                        color: #007bb6;
                    }

                    .footer .footer-item ul.social-icon li a:hover i[class*="twitter"] {
                        color: #1da1f2;
                    }

                    .footer .footer-item ul.social-icon li a:hover i[class*="instagram"] {
                        color: #d1216b;
                    }

        .footer .footer-item ul:not(.social-icon) li i {
            padding-right: 10px;
        }

        .footer .footer-item ul.location li {
            font-size: 16px;
        }

            .footer .footer-item ul.location li i {
                float: left;
                margin-top: 6px;
            }

            .footer .footer-item ul.location li div {
                margin-left: 30px;
                line-height: 30px;
            }
/*Login*/
.form-control:focus {
    box-shadow: none;
    outline: none;
}

.login {
    padding: 50px 0px;
}

.login-form {
    max-width: 90%;
    margin: 0 auto;
}

.form-control {
    height: 54px;
    border: 1px solid #d8dee2;
    border-radius: 0px;
    font-size: 18px;
}

.form-group label {
    display: block;
    font-size: 20px;
}

.btn-primary {
    color: #fff;
    font-size: 18px;
    background: #5599a2;
    border: none;
    box-shadow: none;
    border-radius: 0px;
    padding: 1rem .75rem;
}

    .btn-primary:hover, .btn-primary:focus, .btn-primary:not(:disabled):not(.disabled):active {
        background: #414141;
    }

.login-form .form-group {
    margin-bottom: 1.5rem;
}

.link {
    margin-top: 30px;
}

    .link a {
        color: #b5b7b9;
        font-size: 18px;
        font-weight: 600;
    }
/*Detail Page*/
#map {
    height: 100%;
    min-height: 100%;
}

.order-detail-top .row [class*="col-"] {
    min-height: 344px;
}

.order-detail-top {
    padding: 30px 0;
}

.map-order-wrap {
    border: 3px solid #86c6ce;
    padding: 10px;
}

.address-section span {
    display: block;
    text-align: center;
}

.address-section {
    box-shadow: 0px 0px 50px 0px rgba(0, 0, 0, 0.12);
    display: flex;
    display: -webkit-flex;
    justify-content: center;
    min-height: 100%;
    flex-direction: column;
}

    .address-section .address-name {
        font-size: 24px;
        margin-bottom: 20px;
        position: relative;
    }

        .address-section .address-name:after {
            position: absolute;
            content: "";
            left: 25px;
            top: calc(100% + 10px);
            width: calc(100% - 50px);
            background: #dadada;
            height: 1px;
        }

    .address-section .order-no {
        font-size: 30px;
    }

.tracking-order {
    padding: 20px 0px;
}

.order-satus-wrap {
    padding: 0 70px 0 50px;
}

    .order-satus-wrap [class^="order-status"] {
        width: 20%;
        float: left;
    }

    .order-satus-wrap [class="order-status-6"] {
        width: 0%;
    }

    .order-satus-wrap [class^="order-status"] .label {
        -webkit-transform: translateX(-45%) translateY(54px);
        white-space: nowrap;
        transform: translateX(-45%) translateY(64px);
        font-size: 18px;
        text-align: center;
        font-weight: 600;
        color: #414141;
    }

        .order-satus-wrap [class^="order-status"] .label.label-active {
            color: #5599a2;
        }

    .order-satus-wrap [class^="order-status"].active .label {
        color: #5599a2;
    }
    .order-satus-wrap .order-status-6 {
        width: 0%;
    }
        .order-satus-wrap .order-status-6 .label, .order-satus-wrap [class="order-status-6"] .label {
            -webkit-transform: translateX(-44px) translateY(54px);
            transform: translateX(-44px) translateY(64px);
        }

    .order-satus-wrap [class^="order-status"] .status-dot {
        border-radius: 50%;
        z-index: 2;
        width: 20px;
        height: 20px;
        position: relative;
        cursor: pointer;
        background: #e0e0e0;
    }

        .order-satus-wrap [class^="order-status"] .status-dot .dot-animi {
            opacity: 0;
            display: inline-block;
            width: 40px;
            height: 40px;
            position: absolute;
            border-radius: 50%;
            left: 50%;
            top: 50%;
            margin-top: -20px;
            margin-left: -20px;
            -webkit-animation-name: radial-ani;
            animation-name: radial-ani;
            -webkit-animation-duration: 4s;
            animation-duration: 4s;
            -webkit-animation-iteration-count: infinite;
            animation-iteration-count: infinite;
            -webkit-animation-fill-mode: forwards;
            animation-fill-mode: forwards;
            background-image: radial-gradient(circle at 50% 50%,rgba(56,142,60,0),rgba(56,142,60,.01) 20%,rgba(85, 153, 162, 0.32));
            animation-play-state: paused;
            -moz-animation-play-state: paused;
            -webkit-animation-play-state: paused;
        }

    .order-satus-wrap [class^="order-status"].active .status-dot .dot-animi {
        animation-play-state: running;
        -moz-animation-play-state: running;
        -webkit-animation-play-state: running;
    }

    .order-satus-wrap [class^="order-status"] .status-dot.after-c {
        background: #5599a2;
    }

    .order-satus-wrap [class^="order-status"].active .status-dot.status-dot.p-stage {
        background: #fff;
        position: relative;
    }

        .order-satus-wrap [class^="order-status"].active .status-dot.status-dot.p-stage:after {
            content: "";
            position: absolute;
            left: -4px;
            top: -4px;
            width: 28px;
            height: 28px;
            border-radius: 50%;
            border: 4px solid #5599a2;
        }

    .order-satus-wrap [class^="order-status"] .status-line {
        width: calc(100% - 10px);
        margin-left: 11px;
        margin-top: -11px;
        height: 2px;
        background: #e0e0e0;
    }

        .order-satus-wrap [class^="order-status"] .status-line .status-line-s {
            background: #5599a2;
            width: auto;
            height: 2px;
            -webkit-transform: scaleX(0);
            transform: scaleX(0);
            -webkit-transform-origin: center left;
            transform-origin: center left;
            transition: -webkit-transform 1s ease-in;
            transition: transform 1s ease-in;
            transition: transform 1s ease-in,-webkit-transform 1s ease-in;
            transition-delay: 0s;
            transform: scaleX(1);
        }

@-webkit-keyframes radial-ani {
    0% {
        -webkit-transform: scale(0);
        transform: scale(0);
        opacity: 1
    }

    50% {
        -webkit-transform: scale(1);
        transform: scale(1);
        opacity: 1
    }

    to {
        opacity: 0
    }
}

@keyframes radial-ani {
    0% {
        -webkit-transform: scale(0);
        transform: scale(0);
        opacity: 1
    }

    50% {
        -webkit-transform: scale(1);
        transform: scale(1);
        opacity: 1
    }

    to {
        opacity: 0
    }
}

.order-status {
    padding: 40px 30px 100px 30px;
    box-shadow: 0px 3px 18px 0px rgba(0, 0, 0, 0.12);
}

.info-section {
    padding: 20px 0px;
}

.info-section-wrap .tab-content {
    margin-top: 30px;
}

.info-block {
    border: 1px solid #dadada;
    padding: 30px;
    min-height: 100%;
}

    .info-block .title {
        font-size: 24px;
        font-weight: 600;
        position: relative;
        margin-bottom: 30px;
    }
    .info-block .title1 {
        font-size: 24px;
        font-weight: 600;
        position: relative;
        margin-bottom: 10px;
    }

        .info-block .title:after {
            position: absolute;
            content: "";
            background: #dadada;
            width: 100%;
            height: 1px;
            top: calc(100% + 15px);
            left: 0px;
        }

.info-data {
    display: flex;
    display: -webkit-flex;
    justify-content: space-between;
    padding: 6px 0;
}

    .info-data div {
        flex: 1 1;
        padding: 0 6px;
    }

.secure-service {
    padding: 20px 0 0 0;
}

    .secure-service h5 {
        font-size: 20px;
        font-weight: 600;
        margin-bottom: 20px;
    }

.action-btns {
    display: flex;
    display: -webkit-flex;
    justify-content: center;
}

    .action-btns .btn {
        flex: 1 1;
        margin-right: 20px;
    }

        .action-btns .btn:last-child {
            margin-right: 0px;
        }

.contact-info {
    margin-top: 30px;
}

.contact-info-wrap {
    border: 1px solid #dadada;
    padding: 30px;
}

.contact-info .title {
    margin-bottom: 16px;
}

.map-demo img {
    height: 344px;
    object-fit: cover;
    object-position: center;
}
/*Modal css*/
.modal-content {
    border-radius: 0px;
}

.modal-header {
    position: relative;
    padding: 1rem 3rem 1rem 3rem;
    border-bottom: 0;
}

    .modal-header .modal-title {
        font-size: 24px;
        font-weight: 600;
        flex: 1 1;
        text-align: center;
    }

    .modal-header .close {
        position: absolute;
        top: 0;
        right: 0;
        background: #5599a2;
        margin: 0px;
        opacity: 1;
        color: #fff;
        padding: 0;
        height: 40px;
        width: 40px;
        line-height: 40px;
        text-align: center;
        font-size: 20px;
    }

        .modal-header .close:hover {
            background: #414141;
        }

.modal-footer {
    justify-content: center;
    border: 0;
}

    .modal-footer .btn {
        padding: 0.9rem 4.3rem;
    }

.modal-body {
    padding: 1rem 3rem;
}

    .modal-body .title {
        font-size: 18px;
        font-weight: 600;
        display: block;
        position: relative;
        margin-bottom: 40px;
    }

        .modal-body .title:after {
            width: 100%;
            content: "";
            background: #5599a2;
            height: 1px;
            position: absolute;
            top: calc(100% + 10px);
            left: 0px;
        }

        .modal-body .title span {
            color: #ff0000;
        }

.modal .form-control {
    height: 56px;
    background-color: #f4f4f4;
    border-color: #c8c8c8;
}

.modal .form-group-wrap {
    background: #f4f4f4;
    padding: 27px;
}

.modal .form-group {
    margin-bottom: 30px;
}

    .modal .form-group:last-child {
        margin-bottom: 0px;
    }

.wire-opt {
    display: flex;
    display: -webkit-flex;
    justify-content: space-between;
    padding: 20px 0;
}

    .wire-opt .label {
        font-size: 18px;
        position: relative;
        padding-left: 30px;
        cursor: pointer;
    }

    .wire-opt input[type="radio"] {
        position: absolute;
        top: 0px;
        visibility: hidden;
        opacity: 0;
    }

        .wire-opt input[type="radio"] + .label:after {
            position: absolute;
            content: "";
            width: 20px;
            height: 20px;
            border-radius: 50%;
            border: 2px solid #d1d1d1;
            left: 4px;
            top: 2px;
        }

        .wire-opt input[type="radio"]:checked + .label:before {
            position: absolute;
            top: 0px;
            left: 0px;
            height: 8px;
            width: 8px;
            background: #5599a2;
            border-radius: 50%;
            content: "";
            top: 8px;
            left: 10px;
        }

.wire-info .modal-header:after {
    background: #5599a2;
    top: calc(100% + 10px);
    width: calc(100% - 6rem);
    height: 1px;
    position: absolute;
    content: "";
    left: 3rem;
}

.upload-info.box .title:after {
    display: none;
}

.upload-info.box .title {
    color: #898989;
    font-size: 18px;
    font-weight: 400;
    margin-bottom: 10px;
}

.dropzone {
    background: #f4f4f4;
    min-height: 96px;
    padding: 24px;
    border-style: dashed;
}

    .dropzone .dz-message {
        margin: 1em 0;
    }

    .dropzone .dz-preview.dz-image-preview {
        background: #f4f4f4;
    }

.security-popup .form-group-wrap {
    margin-top: 20px;
}

.task-name-wrap {
    padding: 30px 10px;
    border: 1px solid #dadada;
}

.task-body [class*="task"] {
    display: flex;
    display: -webkit-flex;
    justify-content: space-between;
}

.task-body .head-task-title div {
    font-weight: 600;
    font-size: 20px;
}

.task-body [class*="task"] div {
    flex: 1 1;
    padding: 10px 0;
    align-self: center;
}

.task-body .task-info {
    border-top: 1px solid #dadada;
}

.document-section {
    padding: 30px 10px;
    border: 1px solid #dadada;
}

.doc-items {
    display: flex;
    display: -webkit-flex;
    justify-content: left;
    flex-wrap: wrap;
}

    .doc-items a {
        margin: 0 20px;
        text-align: center;
    }

    .doc-items span {
        display: block;
        margin-top: 12px;
    }

