@import url("https://fonts.googleapis.com/css?family=Montserrat:300,400,700&subset=latin-ext");
@import url("https://fonts.googleapis.com/css?family=Roboto:300,400,700&subset=latin-ext");

html, body {
    margin: 0;
    padding: 0 !important;
}

html {
    overflow-x: hidden;
}

#main header h1 {display:none}
body {
    background: #F2F5FA;
    font-size: 14px;
    font-weight: 400;
    font-family: 'Lato', sans-serif;
    box-sizing: border-box;
    -webkit-font-smoothing: subpixel-antialiased;
    color: #292A34;
    line-height: 25px;
    backface-visibility: hidden;
    overflow-x: hidden;
}

h1, h2, h3, h4 {
    font-size: 38px;
    color: #222222;
    font-weight: 700;
    font-family: 'Montserrat', sans-serif;
}

a {
    -webkit-transition: all 0.2s linear;
    -moz-transition: all 0.2s linear;
    -o-transition: all 0.2s linear;
    transition: all 0.2s linear;
}

    a:hover {
        text-decoration: none;
    }

    a a:focus {
        outline: none;
    }

p {
    font-weight: 400;
    font-family: 'Open Sans', sans-serif;
    margin: 0px;
    font-size: 14px;
}

ul, ol {
    list-style: outside none none;
    margin: 0;
    padding: 0;
}

    ul li, ol li {
        list-style: none;
    }

a:not([href]):not([tabindex]) {
    color: #fff;
}

.section-header {
    margin-bottom: 30px;
}

    .section-header small {
        display: block;
        color: #4F5059;
        width: 100%;
    }

    .section-header p {
        font-weight: 400;
        line-height: 26px;
    }

.section-title {
    font-size: 50px;
    color: #222222;
    display: inline-block;
    font-weight: 700;
    position: relative;
}

.shape {
    height: 1px;
    margin: 0 auto 30px;
    position: relative;
    width: 60px;
    background-color: #0077FF;
}

.padding-none {
    padding: 0px;
}

.padding-50 {
    padding: 50px !important;
}

.bg-gray {
    background: #F2F5FA;
}

.bg-gray2 {
    background: #F8FAFD !important;
}

.white-bg {
    background: #fff;
}

.white-bg2 {
    background: #fff;
    border-radius: 12px;
}

.white-bg3 {
    background: #fff;
    border-radius: 12px;
    border: 1px solid #ECECF2;
    text-align: left;
}

.pb-100 {
    padding-bottom: 100px;
}

.overlay {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0px;
    left: 0px;
    background: rgba(61, 96, 244, 0.3);
}

.btn-hero {
    font-size: 14px;
    padding: 5px 60px;
    cursor: pointer;
    font-weight: 400;
    color: #fff;
    border-radius: 30px;
    transition: all 0.2s linear;
    display: inline-block;
    border: 0;
}

    .btn-hero:focus,
    .btn-hero:active {
        box-shadow: none;
        outline: none;
        color: #fff;
    }

.btn-common {
    background-color: #e01933;
    position: relative;
    z-index: 1;
    border: 1px solid #e01933;
}

    .btn-common:hover {
        color: #e01933;
        background: transparent;
        border: 1px dotted #e01933;
        box-shadow: 0 6px 22px rgba(0, 119, 225, 0.3);
        transition: all .2s ease-in-out;
    }

.btn-border {
    color: #e01933;
    background-color: transparent;
    border: 1px solid #e01933;
    border-radius: 30px;
}

    .btn-border:hover {
        color: #fff;
        border-color: #e01933;
        background-color: #e01933;
    }

    .btn-border:focus {
        color: #fff;
        border-color: #e01933;
        background-color: #e01933;
    }


.btn-border-shipping {
    color: #292A34;
    background-color: transparent;
    border: 1px solid #e01933;
    border-radius: 30px;
    padding: 5px 70px 5px 70px;
    text-align: center;
    font-size: 14px;
    font-weight: bold;
}

    .btn-border-shipping:hover {
        color: #fff;
        border-color: #e01933;
        background-color: #e01933;
    }

    .btn-border-shipping:focus {
        color: #fff;
        border-color: #e01933;
        background-color: #e01933;
    }




.btn-lg {
    padding: 14px 33px;
    text-transform: uppercase;
    font-size: 16px;
}

.btn-rm {
    padding: 7px 0px;
    color: #0077FF;
    text-transform: capitalize;
}

    .btn-rm:hover {
        color: #0077FF;
    }

button:focus {
    outline: none !important;
}

#header-wrap .navbar {
    padding: .2rem 1rem;
}
#header-wrap {
    margin-bottom:12px
}
.add-expec-form .input-group.no-border {
    border: 0
}
.btn2 {
    font-size: 14px;
    padding: 7px 20px;
    cursor: pointer;
    font-weight: 400;
    color: #fff;
    border-radius: 30px;
    -webkit-transition: all 0.2s linear;
    -moz-transition: all 0.2s linear;
    -o-transition: all 0.2s linear;
    transition: all 0.2s linear;
}

    .btn2:focus,
    .btn2:active {
        box-shadow: none;
        outline: none;
        color: #fff;
    }

.max-auto {
    margin-left: auto;
    margin-right: auto
}
#divmodelresult {padding:0 1rem 1rem}
#divmodelresult p {text-align:left}
.signup-btn-border {
    color: #292A34 !important;
    background-color: transparent;
    border: 1px solid #E9E9E9;
    border-radius: 30px;
    text-transform: uppercase;
}

    .signup-btn-border:hover {
        color: #292A34 !important;
        border-color: #E9E9E9;
        background-color: #E9E9E9;
    }

    .signup-btn-border:focus {
        color: #292A34;
        border-color: #E9E9E9;
        background-color: #E9E9E9;
    }

.icon-close, .icon-check {
    color: #0077FF;
}

.fixed-top {
    background: #fff;
}

/* ScrollToTop */
a.back-to-top {
    display: none;
    position: fixed;
    bottom: 18px;
    right: 15px;
    text-decoration: none;
}

    a.back-to-top i {
        display: block;
        font-size: 22px;
        width: 40px;
        height: 40px;
        line-height: 40px;
        color: #fff;
        background: #0077FF;
        border-radius: 30px;
        text-align: center;
        transition: all 0.2s ease-in-out;
        box-shadow: 0 0 4px rgba(0, 0, 0, 0.14), 0 4px 8px rgba(0, 0, 0, 0.28);
    }

    a.back-to-top:hover, a.back-to-top:focus {
        text-decoration: none;
    }


.section-padding {
    padding: 60px 0;
}

hr {
    border-top: 1px dotted #ddd;
}

/* ==========================================================================
   product card
   ========================================================================== */
.card {
    border: 0
}

.product-card {
    box-shadow: 0 0 12px #F4F4F4;
    padding: 25px 5px 15px;
    line-height: 22px;
    border-radius: 3px;
    background-color: #fff;
    transition: all .3s ease-in-out;
    position: relative;
    top: 0;
    box-shadow: 0 4px 15px rgba(153, 153, 153, 0.3);
    margin-bottom: 30px;
}

    .product-card:hover {
        box-shadow: 0 4px 15px rgba(153, 153, 153, 0.3);
        transition: 0.3s;
    }

    .product-card .title {
        font-weight: bold;
        font-size: 20px;
    }

.card .img-wrap {
    overflow: hidden;
    text-align: center;
    margin-bottom: 25px;
}

[class*=card-product] .img-wrap img {
    height: 100%;
    max-width: 100%;
    width: auto;
    display: inline-block;
    -o-object-fit: cover;
    object-fit: cover;
}

.product-card .info-wrap {
    overflow: hidden;
    padding: 18px 20px;
}

[class*=product-card] a.title {
    color: #292A34;
    display: block;
}

.product-card .price {
    font-weight: 600;
    color: #e01933;
    font-size: 20px;
}

.product-card small {
    color: #4F5059;
    font-size: 16px;
}

.shipper-product img {
    height: 109px;
}

.mt-5-1 {
    margin-top: 6rem !important;
    vertical-align: top;
}

.info p {
    color: #4F5059;
}
/* Services Item */
.services-item {
    padding: 20px;
    border-radius: 4px;
    text-align: left;
    margin: 15px 0;
    box-shadow: 0 0 12px #F4F4F4;
    transition: all 0.3s ease-in-out 0s;
    -moz-transition: all 0.3s ease-in-out 0s;
    -webkit-transition: all 0.3s ease-in-out 0s;
    -o-transition: all 0.3s ease-in-out 0s;
    min-height: 214px;
}
.how-to-use .services-item {
    padding:50px 20px;
    border-radius: 4px;
    text-align: left;
    margin: 15px 0;
    box-shadow: 0 0 12px #F4F4F4;
    transition: all 0.3s ease-in-out 0s;
    -moz-transition: all 0.3s ease-in-out 0s;
    -webkit-transition: all 0.3s ease-in-out 0s;
    -o-transition: all 0.3s ease-in-out 0s;
    min-height: initial;
}
.services-item .icon {
    width: 70px;
    height: 70px;
    margin: 0;
    transition: all 0.3s ease-in-out 0s;
    -moz-transition: all 0.3s ease-in-out 0s;
    -webkit-transition: all 0.3s ease-in-out 0s;
    -o-transition: all 0.3s ease-in-out 0s;
}

        .services-item .icon i.account-users {
            background: url(../../Media/howitwork/account.svg) no-repeat;
            transition: all 0.3s ease-in-out 0s;
            -moz-transition: all 0.3s ease-in-out 0s;
            -webkit-transition: all 0.3s ease-in-out 0s;
            -o-transition: all 0.3s ease-in-out 0s;
            width: 70px;
            height: 70px;
            float: left;
        }

        .services-item .icon i.warehouse {
            background: url(../../Media/img/howitwork/warehouse.svg) no-repeat;
            transition: all 0.3s ease-in-out 0s;
            -moz-transition: all 0.3s ease-in-out 0s;
            -webkit-transition: all 0.3s ease-in-out 0s;
            -o-transition: all 0.3s ease-in-out 0s;
            width: 70px;
            height: 70px;
            float: left;
        }

        .services-item .icon i.shipping {
            background: url(../../Media/howitwork/shipping.svg) no-repeat;
            transition: all 0.3s ease-in-out 0s;
            -moz-transition: all 0.3s ease-in-out 0s;
            -webkit-transition: all 0.3s ease-in-out 0s;
            -o-transition: all 0.3s ease-in-out 0s;
            width: 70px;
            height: 70px;
            float: left;
        }

        .services-item .icon i.track {
            background: url(../../Media/howitwork/track.svg) no-repeat;
            transition: all 0.3s ease-in-out 0s;
            -moz-transition: all 0.3s ease-in-out 0s;
            -webkit-transition: all 0.3s ease-in-out 0s;
            -o-transition: all 0.3s ease-in-out 0s;
            width: 70px;
            height: 70px;
            float: left;
        }

    .services-item .services-content h3 {
        margin-top: 0px;
        font-weight: 500;
        text-transform: uppercase;
        margin-bottom: 10px;
    }

        .services-item .services-content h3 a {
            font-size: 18px;
            color: #000;
            font-weight: bold;
        }

            .services-item .services-content h3 a:hover {
                color: #0077FF;
            }

    .services-item:hover {
        box-shadow: 0 10px 22px 10px rgba(27, 38, 49, 0.1);
    }



/*===============================================================
clients logo
===================================================================*/


.clients {
    padding: 90px 0 40px;
    position: relative;
    background: url(../../Media/clients/client-bg.png);
    background-size: cover;
    margin-bottom: 10px;
}

    .clients .clients-wrap {
        margin-bottom: 30px; width:100%

    }
        .clients .clients-wrap .widget-body {width:100%}
        .clients .client-logo {
            display: flex;
           justify-content: center;
            align-items: center;
            border-right: 1px solid #E7EBEF;
            border-bottom: 1px solid #E7EBEF;
            height: 160px;
            padding: 64px;
            width: 100%;
            text-align: center;
        }


      .padding-top-title {margin-top:50px}
      .clients .client-logo img:hover {
        transform: scale3D(1.2, 1.2, 2);
        }

        .clients .client-logo:hover {
            box-shadow: 0 0px 24px rgba(153, 153, 153, 0.5);
            transition: 0.9s;
        }

    .clients img {
        transition: all 0.4s ease-in-out; margin:0
    }

    .clients .client-logo2 {
        border-bottom: 0px solid #E7EBEF;
    }

.clients .client-logo3 {
    border-right: 0px solid#E7EBEF;
}

    .clients:after {
        content: "";
        position: absolute;
        left: -24px;
        bottom: 0px;
        height: 80px;
        width: 80px;
        border-radius: 50%;
        background: rgb(238,230,243);
        background: linear-gradient(333deg, rgba(238,230,243,1) 31%, rgba(229,232,248,1) 63%);
        animation: moveRound 20s linear 2s infinite alternate;
    }

@keyframes moveRound {
    0% {
        background-color: #eee3ff;
        left: -24px;
        bottom: 0px;
    }

    25% {
        background-color: #feddfc;
        left: 100px;
        bottom: 0px;
    }

    50% {
        background-color: #efe4ff;
        left: 100px;
        bottom: 100px;
    }

    75% {
        background-color: #e2fcf4;
        left: -24px;
        bottom: 200px;
    }

    100% {
        background-color: #eee3ff;
        left: -24px;
        bottom: 0px;
    }
}

.dot2 {
    position: absolute;
    left: 120px;
    bottom: 90px;
    height: 50px;
    width: 50px;
    border-radius: 50%;
    background: rgb(238,230,243);
    background: linear-gradient(333deg, rgba(238,230,243,1) 31%, rgba(229,232,248,1) 63%);
    animation: orbit2 0.6s cubic-bezier(0.245, 0.325, 0.51, 1.305) infinite alternate;
}

@keyframes orbit2 {
    to {
        transform: scale(1.1);
    }
}
.bg-inverse .dropdown .dropdown-menu .dropdown-item {
    color: #333!important
}
/* nav */
.navbar-brand {
    position: relative;
    padding: 0px;
    width: auto;
    margin-right: 0;
}

.top-nav-collapse {
    background: #fff;
    z-index: 9;
    padding: 5px 0 !important;
    top: 0px !important;
    box-shadow: 0px 3px 6px 3px rgba(0, 0, 0, 0.06);
    background: #fff !important;
    animation-duration: 1s;
}

    .top-nav-collapse .navbar-brand {
        top: 0px;
    }

        .top-nav-collapse .navbar-brand img {
            width:120px;
        }
.navbar-brand .widget-container {padding:0}
.top-nav-collapse .navbar-nav .nav-link {
    color: #585b60 !important;
    margin-top: 0px !important;
    margin-bottom: 0px !important;
}

    .top-nav-collapse .navbar-nav .nav-link:hover {
        cursor: pointer;
        color: #e01933 !important;
        border-color: #e01933 !important;
    }

    .top-nav-collapse .navbar-nav .nav-link:hover {
        color: #e01933 !important;
    }

.navbar-expand-lg .navbar-toggler {
    background: transparent;
    border: 1px solid #e01933;
    color: #e01933;
    border-radius: 4px;
    cursor: pointer;
}

.navbar-brand img {
    width:120px;
}
.navbar-brand figure, .navbar-brand figure img{
    margin: 0
}
.top-nav-collapse .navbar-nav li.active a.nav-link {
    color: #0077FF !important;
    border-color: #0077FF;
}

.indigo {
    background: transparent;
}

.menu-bg {
    background: transparent;
}

.navbar-expand-lg .navbar-nav .nav-link i {
    font-size: 14px;
    vertical-align: middle;
    transition: all 0.3s ease-in-out;
}

.navbar-expand-lg .navbar-nav .nav-item {
    padding-left: 28px;
    font-family: 'Roboto';
}

.navbar-expand-lg .navbar-nav .nav-link {
    color: #333;
    font-weight: 400;
    padding: 7px 0;
    cursor: pointer;
    position: relative;
    background: transparent;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    font-size: .85rem; border: none
}

    .navbar-expand-lg .navbar-nav .nav-link:before {
        background-color: #e01933;
        content: '';
        display: block;
        height: 2px;
        position: absolute;
        margin: 0 auto;
        width: 0;
        top: 35px;
        left: 0;
        right: 0;
        bottom: 0;
        transition: width 1s;
        -ms-transition: width 1s;
        -webkit-transition: width 1s;
    }

.navbar-expand-lg .navbar-nav li a:hover,
.navbar-expand-lg .navbar-nav li .active > a {
    color: #0077FF;
    outline: none;
}

.navbar-expand-lg .navbar-nav .active > .nav-link,
.navbar-expand-lg .navbar-nav .nav-link.active,
.navbar-expand-lg .navbar-nav .nav-link.open,
.navbar-expand-lg .navbar-nav .open > .nav-link {
    color: #e01933 !important;
    width: 100%;
}

.navbar-expand-lg .navbar-nav .nav-link:hover,
.navbar-expand-lg .navbar-nav .nav-link:hover::before,
.navbar-expand-lg .navbar-nav .nav-link:focus {
    color: #e01933;
    width: 100%;
    transition: width 1s;
}


.mobile-menu .nav-link:hover {
    border: none;
    padding: 7px 0;
    border: 0;
    box-shadow: none;
}
.bg-inverse .dropdown-toggle::after {
    display: none;
}

.bg-inverse .dropdown-menu {
    margin: 0;
    padding: 0;
    display: none;
    position: absolute;
    z-index: 99;
    min-width: 210px;
    background-color: #fff;
    white-space: nowrap;
    border-radius: 4px;
    box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
    animation: fadeIn 0.4s;
}

    .bg-inverse .dropdown-menu:before {
        content: "";
        display: inline-block;
        position: absolute;
        bottom: 100%;
        left: 20%;
        margin-left: -5px;
        border-right: 10px solid transparent;
        border-left: 10px solid transparent;
        border-bottom: 10px solid #fff;
    }

.bg-inverse .dropdown:hover .dropdown-menu {
    display: block;
    position: absolute;
    text-align: left;
    top: 100%;
    border: none;
    animation: fadeIn 0.4s;
}

.bg-inverse .dropdown .dropdown-menu .dropdown-item {
    width: 100%;
    padding: 12px 20px;
    font-size: 14px;
    color: #333;
    border-bottom: 1px solid #f1f1f1;
    text-decoration: none;
    display: inline-block;
    float: left;
    clear: both;
    position: relative;
    outline: 0;
    transition: all 0.3s ease-in-out;
}

    .bg-inverse .dropdown .dropdown-menu .dropdown-item:last-child {
        border-bottom: none;
        border-bottom-left-radius: 4px;
        border-bottom-right-radius: 4px;
    }

    .bg-inverse .dropdown .dropdown-menu .dropdown-item:first-child {
        border-top-left-radius: 4px;
        border-top-right-radius: 4px;
    }

.bg-inverse .dropdown .dropdown-item:focus,
.bg-inverse .dropdown .dropdown-item:hover,
.bg-inverse .dropdown .dropdown-item.active {
    color: #0077FF;
    background: #f7f7f7;
}

.bg-inverse .dropdown-item.active, .bg-inverse .dropdown-item:active {
    background: transparent;
}

.fadeInUpMenu {
    -webkit-animation-name: fadeInUpMenu;
    animation-name: fadeInUpMenu;
}

/* ==========================================================================
3. Hero Area
========================================================================== */
.hero-area {
    background-image: url(../../Media/banner/hero-img.png);
    background-position: bottom right;
    background-repeat: no-repeat;
    background-size: contain;
    min-height: 668px!important;
    position: relative;
    overflow: hidden;
    padding: 68px 0 00px;
    top: 56px;
}

    .hero-area .contents .head-title {
        color: #292A34;
        font-size: 64px;
        font-weight: 700;
        line-height: 78px;
        margin-bottom: 10px;
        letter-spacing: 1.14px;
    }

    .hero-area .contents .header-button {
        margin-top: 20px;
        color: #292A34;
    }

        .hero-area .contents .header-button .btn {
            margin-right: 10px;
            text-transform: none;
        }

   .hero-area .contents p {
        font-size: 20px;
        line-height: 27px;
        color: #000;
    }

.sloder-img {
    background: #34363a;
}

.btn-default-select {
    color: #8181A5;
    background-color: #fff;
    border: 1px solid #E9E9E9;
    padding: 7px 12px;
    border-radius: 4px;
}

.cost-calculation h2 {
    font-size: 24px !important;
    text-align: center;
}

.cost-calculation .form-group label {
    margin-bottom: 0.25rem;
}

.cost-calculation .form-control {
    background: #F8FAFD;
    border-radius: 4px;
    color: #8181A5;
    border: 0;
    font-size: 14px;
    margin-bottom: 5px;
}

.cost-calculation .form-control2 {
    background: #fff;
    border-radius: 4px;
    color: #8181A5;
    border: 1px solid #ECECF2;
    text-align: center;
}

.cost-calculation .btn {
    padding: 4px 0 8px 10px;
    color: #000 !important
}

.cost-calculation .btn-border:hover {
    color: #fff !important;
}

.cost-calculation .dropdown-toggle.btn-default {
    background: #F8FAFD;
    border-radius: 4px;
    color: #8181A5 !important;
    border: 0;
    font-size: 14px;
}

.cost-calculation .form-inline .form-control {
    margin-left: 14px;
    font-size: 14px;
}

.neg-lebel {
    position: relative;
    left: 16px;
    top: -4px
}

.cost-calculation .input-group {
    width: 80%;
    margin-left: -10px
}

    .cost-calculation .input-group .form-control {
        border: 1px solid #ECECF2 !important;
        border-right: 0 !important;
    }

.cost-calculation .input-group-append {
    background: #F8FAFD;
    height: 35px;
    padding: 2px 6px;
    border-radius: 0 3px 3px 0;
    border: 1px solid #ECECF2;
    border-left: 0
}

.cost-calculation .white-input .form-control {
    background: #fff;
}

.cost-calculation .white-input .dropdown-toggle.btn-default {
    background: #fff;
}
/* arrow drop down */
.bootstrap-select.btn-group .dropdown-toggle .caret {
    position: absolute;
    top: 50%;
    right: 22px;
    margin-top: -3px;
    vertical-align: middle;
}

.caret {
    position: relative;
    display: block;
    height: 8px; /*height should be double border*/
}

    .caret:before,
    .caret:after {
        position: absolute;
        display: block;
        content: "";
        border: 5px solid transparent; /*adjust size*/
    }

    .caret:before {
        top: 0;
        border-top-color: #8181A5; /*Chevron Color*/
    }

    .caret:after {
        top: -2px; /*adjust thickness*/
        border-top-color: #fff; /*Match background colour*/
    }




.form-control {
    width: 100%;
    margin-bottom: 20px;
    font-size: 13px;
    border-radius: 4px;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
    padding: .375rem .45rem;
    border: 1px solid #f1f1f1;
    color: #8181A5;
}

    .form-control:focus {
        border-color: #0077FF;
        box-shadow: none;
        outline: none;
    }

textarea {
    border-radius: 4px !important;
}

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

.btn.disabled, .btn:disabled {
    opacity: 1;
}



/*account
*/
.get-free-account h2 {
    font-size: 40px;
}

.get-free-account {
    display: block;
    overflow: hidden;
    padding: 78px 0 78px;
    position: relative;
    background: #F2F5FA;
}

    .get-free-account:before {
        content: "";
        position: absolute;
        left: 30px;
        top: 54px;
        height: 50px;
        width: 50px;
        border-radius: 50%;
        background: rgb(238,230,243);
        background: linear-gradient(333deg, rgba(238,230,243,1) 31%, rgba(229,232,248,1) 63%);
        animation: heartbeat 0.5s cubic-bezier(0.245, 0.325, 0.51, 1.305) infinite alternate;
    }

    .get-free-account:after {
        content: "";
        position: absolute;
        right: 70px;
        top: 150px;
        height: 40px;
        width: 40px;
        border-radius: 50%;
        background: rgb(238,230,243);
        background: linear-gradient(333deg, rgba(238,230,243,1) 31%, rgba(229,232,248,1) 63%);
        animation: heartbeat 0.9s cubic-bezier(0.245, 0.325, 0.51, 1.305) infinite alternate;
    }

.dot {
    position: absolute;
    right: -40px;
    top: -10px;
    height: 30px;
    width: 30px;
    border-radius: 50%;
    background: rgb(238,230,243);
    background: linear-gradient(333deg, rgba(238,230,243,1) 31%, rgba(229,232,248,1) 63%);
    animation: orbit 0.6s cubic-bezier(0.245, 0.325, 0.51, 1.305) infinite alternate;
}

@keyframes orbit {
    to {
        transform: scale(1.1);
    }
}

@keyframes heartbeat {
    to {
        transform: scale(1.4);
    }
}

@keyframes heartbeat2 {
    to {
        transform: scale(1.3);
    }
}
/* Footer Area Start */
.footer-area {
    position: relative;
    padding: 60px 0px 0px;
    background:#fff
   
}
    .footer-area  .figure {display:block}
    .footer-area .figure img {
        width:200px
    }

    .footer-area .widget-container {
        max-width: 100% !important;
        padding-left: 0;
        padding-right: 0;
    }

    .footer-area .footer-titel {
        font-size: 18px;
        color: #333333;
        font-weight: 500;
        padding-bottom: 20px;
        letter-spacing: 0.5px;
    }

        .footer-area .footer-titel span {
            color: #ccc;
            font-weight: 400;
        }


    .footer-area .footer-link li {
        margin-bottom: 10px;
    }

        .footer-area .footer-link li a {
            color: #000000;
            font-size: 14px;
            font-weight: 400;
            position: relative;
        }

            .footer-area .footer-link li a:hover {
                color: #0077FF;
            }

    .footer-area .address li {
        margin-bottom: 20px;
    }

        .footer-area .address li a {
            color: #666666;
            font-size: 14px;
            line-height: 30px;
            font-weight: 400;
        }

            .footer-area .address li a i {
                font-size: 22px;
                width: 32px;
                vertical-align: middle;
                height: 36px;
                text-align: center;
                display: inline-block;
                float: left;
                margin-right: 5px;
                line-height: 32px;
            }

    .footer-area #subscribe-form {
        margin-top: 10px;
    }

        .footer-area #subscribe-form .form-group {
            position: relative;
        }

            .footer-area #subscribe-form .form-group .btn-common {
                position: absolute;
                top: 0;
                right: 0;
                padding: 7px 15px;
                height: 52px;
                border-radius: 0;
                background: transparent;
                color: #0077FF;
            }

.copyright {
    margin: 45px 0 0px;
    background: #F8FAFD;
}

   .copyright .copyright-content {
        padding: 0px 0;
    }

   .copyright p {
        line-height: 42px;
        color: #878F9D;
        text-align: left;
        margin: 0;
    }

       .copyright p a {
            color: #0077FF;
        }

/*
select
*/
.dropdown-toggle.btn-default {
    color: #292b2c;
    background-color: #fff;
    border-color: #ccc;
}

.bootstrap-select.show > .dropdown-menu > .dropdown-menu {
    display: block;
}

.bootstrap-select > .dropdown-menu > .dropdown-menu li.hidden {
    display: none;
}

.bootstrap-select > .dropdown-menu > .dropdown-menu li a {
    display: block;
    width: 100%;
    padding: 3px 1.5rem;
    clear: both;
    font-weight: 400;
    color: #292b2c;
    text-align: inherit;
    white-space: nowrap;
    background: 0 0;
    border: 0;
    text-decoration: none;
}

    .bootstrap-select > .dropdown-menu > .dropdown-menu li a:hover {
        background-color: #f4f4f4;
    }

.bootstrap-select > .dropdown-toggle {
    width: 100%;
}

.dropdown-menu > li.active > a {
    color: #fff !important;
    background-color: #337ab7 !important;
}

.bootstrap-select .check-mark {
    line-height: 14px;
}

.bootstrap-select button {
    overflow: hidden;
    text-overflow: ellipsis;
}

/* Make filled out selects be the same size as empty selects */
.bootstrap-select.btn-group .dropdown-toggle .filter-option {
    display: inline !important;
}


/* login */
.signup {
    text-align: center;
}

    .signup .login-title {
        font-size: 28px;
        font-family: 'Lato';
        text-align: center;
        width: 100%;
        display: block;
        font-weight: bold;
        line-height:30px
    }

    .signup .modal-header {
        text-align: center;
    }

    .signup .account-users2 {
        background: url(../../Media/howitwork/account.svg) no-repeat;
        transition: all 0.3s ease-in-out 0s;
        width: 70px;
        height: 70px;
        display: block;
        margin: 0px auto 10px;
    }

    .signup .modal-body {
        padding-bottom: 10px;
    }

    .signup .modal-footer {
        border-top: 0px solid #dee2e6;
    }

    .signup .close {
        position: absolute;
        right: 6px;
        top: 0;
    }

    .signup label {
        text-align: left;
        color: #8181A5;
        font-size: 14px;
        width: 100%;
    }

    .signup .form-control {
        text-align: left;
        color: #1C1D21;
        font-size: 14px;
        border: 0;
        border-bottom: 1px solid #F0F0F3;
        padding-left: 0
    }

.right-icon.right-line-icon {
    position: absolute;
    width: auto;
    bottom: 10px;
    right: 10px;
    margin-top: 0;
}

.position-relative {
    position: relative;
}

.signup em {
    color: #000;
}

.signup .form-body {
    padding: 0 10%;
}

.btn-default {
    color: #e01933;
    background-color: #eff3fe;
    border-color: #eff3fe
}

.signup .card-body {
    padding: 0;
}

/* social box */

.social-icon {margin-bottom:15px}
.social-icon button {
    color: #666;
    background: #fff;
    width: 36px;
    height: 32px;
    line-height: 33px;
    display: inline-block;
    text-align: center;
    border-radius: 100%;
    font-size: 16px;
    margin: 0px 6px 12px 0px;
    transition: all 0.3s ease-in-out 0s;
    -moz-transition: all 0.3s ease-in-out 0s;
    -webkit-transition: all 0.3s ease-in-out 0s;
    -o-transition: all 0.3s ease-in-out 0s;
    border-radius: 5px;
    border: 1px solid #ECECF2;
    text-align: center;
    padding: 0
}

.or-content {
    margin: 2px 6px 0px 4px;
}

.social-icon button:hover {
    color: #fff !important;
}

.social-icon .Facebook:hover {
    background: #3b5999;
}

.social-icon .Twitter:hover {
    background: #4A9CEC;
}


.social-icon .linkedin:hover {
    background: #1260A2;
}

.social-icon .Google:hover {
    background: #CE332A;
}
.Facebook {
    font-size: 0!IMPORTANT;
  
}

.Facebook:before {
        content: "\e970";
        font-family: 'LineIcons' !important;
        font-size: 16px;
    }

.Google {
    font-size: 0 !IMPORTANT;
}

    .Google:before {
        content: "\e982";
        font-family: 'LineIcons' !important;
        font-size: 16px;
    }

.Twitter {
    font-size: 0 !IMPORTANT;
}

    .Twitter:before {
        content: "\ea19";
        font-family: 'LineIcons' !important;
        font-size: 16px;
    }
.only-top ul {
    padding:0; margin:0
}
.only-top li { display:inline-block; padding:0}
/* how it work */
.modal-open[style] {
    padding-right: 0px !important;
}


.howitwork-box {
    padding: 50px 0 0;
}

    .howitwork-box .card-body {
        padding: 10px 0;
    }

    .howitwork-box .list-unstyled li {
        padding: 50px;
    }
    .howitwork-box .col-md-11 {
        flex: 0 0 91.66667% !important;
        max-width: 91.66667% !important;
    }
    .howitwork-box h1 {
        font-size: 40px;
        margin: 50px 0 20px 40px;
        text-align: left
    }

    .howitwork-box h2 {
        font-size: 28px;
        margin-bottom: 20px;
        text-align: left;
    }

    .howitwork-box h3 {
        font-size: 24px;
        margin-bottom: 20px;
        text-align: left;
    }

    .howitwork-box .media-body {
        padding-right: 0px;
        font-size: 18px;
    }

.howitwork-box .white-bg {
        padding: 30px 0 60px;
        border-radius: 12px 12px 0 0; margin:0 auto
    }

.media-left {
    text-align: center;
}

.howitwork-box .cost-calculation li {
    padding: 0px 0;
}

.howitwork-box .section-header {
    width: 100%;
}

.howitwork-box .cost-calculation .accordion .card-header:after {
    border: 1px solid #ECECF2;
    border-radius: 4px;
    padding: 0px 6px;
}

/*faq */
.accordion {
    width: 100%
}
.faq .accordion .card-header:after {
    font-family: 'LineIcons';
    content: "\e940";
    font-size: 15px;
}

.faq .accordion .card-header.collapsed:after {
    /* symbol for "collapsed" panels */
    content: "\e93a";
}

.faq a.card-title {
    color: #000; margin-bottom:0
}

.faq .card-header {
    background: #fff;
    font-size: 18px;
    font-weight: bold;
    position: relative;
    border-bottom: 1px solid #F0F0F3;
    border-top: 1px solid #F0F0F3;
    padding-left: 0;
    padding-bottom: 13px; margin-bottom:-1px
}

.faq .active a {
    color: #e01933;
    margin-bottom: 0;
}

.faq p {
    color: #000;
    font-size: 14px;
    text-align: left;
    padding-left: 40px; 
}
.faq .card-body p {
    padding-left: initial;
}
.faq .card-header .badge {
    text-align: center;
    margin: 0 auto;
}

.faq .card-header .badge-danger {
    color: #ff808b;
    padding: 8px 15px;
    margin: 0 auto;
    background: #fff2f3;
    font-weight: normal;
    margin: 0 auto;
}

.faq .card-header .badge-warning {
    color: #f4be5e;
    padding: 8px 15px;
    margin: 0 auto;
    background: #fef9ee;
    font-weight: normal;
    margin: 0 auto;
}

.faq .accordion .card-header:after {
    position: absolute;
    right: 10px;
    top: 10px
}

/* estimates section */
.estimates .estimates-item {
    float: right;
    clear: both;
    width: 100%;
    margin-bottom: 10px;
}

    .estimates .estimates-item label {
        float: left;
        clear: both;
        width: 79%;
        text-align: left;
    }

    .estimates .estimates-item .estimates-value {
        float: right;
        width: 21%;
        text-align: right;
    }

/*==============================================================
Account Dashboard
 ================================================== */

.acccount-dashbard {
    padding: 50px 0 0;
}

    .acccount-dashbard .dropdown .dropdown-menu {
        padding: 20px;
        width: 250px !important;
        border: 0;
        border-radius: 0;
        margin-top: -2px;
        box-shadow: 0 13px 10px rgba(27, 38, 49, 0.1);
        z-index:11
    }

    .acccount-dashbard .cart-section {
        color: #8181A5;
        font-size: 14px;
    }

        .acccount-dashbard .cart-section p {
            margin-bottom: 10px;
            color: #8181A5;
            font-size: 14px;
        }

    .acccount-dashbard .cart-detail {
        color: #8181A5;
        font-size: 14px;
    }

    .acccount-dashbard .navbar-expand-lg .navbar-nav .nav-item:first-child {
        padding-left: 0px;
    }

.cart-detail .nav-link {
    padding: 6px !important;
}

.acccount-dashbard .nav-item .dropdown {
    padding-right: 0;
}

.acccount-dashbard .dropdown .nav-link {
    text-transform: uppercase;
    color: #1C1D21;
    font-weight: 600;
}

.acccount-dashbard .dropdown.show {
    background: #fff;
    padding: 0 0px;
    box-shadow: 0px 10px 10px rgba(27, 38, 49, 0.1);
}

.acccount-dashbard .navbar-expand-lg.inner-menu .navbar-nav .active > .nav-link, .acccount-dashbard .navbar-expand-lg.inner-menu .navbar-nav .nav-link:hover, .acccount-dashbard .navbar-expand-lg.inner-menu .navbar-nav .nav-link.active, .acccount-dashbard .navbar-expand-lg.inner-menu .navbar-nav .nav-link.open, .acccount-dashbard .navbar-expand-lg.inner-menu .navbar-nav .open > .nav-link {
    color: #1C1D21 !important;
    border: 1px solid #1C1D21;
    width: 100%;

}

.acccount-dashbard .navbar-expand-lg.inner-menu .navbar-nav .nav-link {
    color: #1C1D21;
    font-weight: 600;
    padding: 6px 15px;
    cursor: pointer;
    position: relative;
    background: transparent;
    border-radius: 5px;
    transition: all 0.3s ease-in-out;
    text-transform: uppercase;
    border: 1px solid transparent;
}

.acccount-dashbard .navbar-expand-lg.inner-menu .navbar-nav .nav-link:before {
    display: none;
}

.acccount-dashbard .dropdown .nav-link:before {
    display: none;
}

.dropdown-menu.open.show {
    padding: 0;
}

.acccount-dashbard .navbar-expand-lg.inner-menu .navbar-nav .nav-link i {
    font-size: 20px;
}
.acccount-dashbard .inner-menu .w-100 {width:auto!important}
.acccount-dashbard .inner-menu .mr-auto {float:left}
.float-right-28 {padding-left:28px}
.acccount-dashbard .navbar-expand-lg.inner-menu .navbar-nav.float-right-28 .nav-link {
    border: 0; padding:6px 16px!important
}
.acccount-dashbard .navbar-expand-lg.inner-menu .navbar-nav.float-right-28 .nav-link:hover{border:0}
.acccount-dashbard .dropdown .nav-link i {
    font-size: 22px;
    position: relative;
    top: -2px;
}

.address-box h4 {
    font-size: 16px;
    font-weight: bold;
    padding-bottom: 5px;
}

.address-box h3 {
    font-size: 20px;
    font-weight: bold;
    padding: 10px 0 20px;
}

.address-box label {
    width: 41%;
    float: left;
    margin-bottom: 0;
    font-weight: bold;
    font-size: 13px;
    line-height: 22px;
}

.address-box span {
    width: 57%;
    float: left;
    line-height: 20px;
    font-size: 13px;
    position:relative;top:1px
}

.address-box li {
    border-bottom: 0;
    padding: 0;
    margin: 0;
}
.address-box .white-bg2 li {
    padding-bottom:7px
}
.acccount-dashbard .white-bg {
    padding: 20px 0 30px;
    border-radius: 12px;
    margin-bottom: 20px;
    box-shadow: 0px 0px 10px rgba(27, 38, 49, 0.1);
    position: relative;
}

.shape-bg {
    background: url(../../Media/icons-shape/shape.png) no-repeat;
    background-size: cover;
    padding-top: 10px
}

.close-icon {
    position: absolute;
    right: 10px;
    top: 8px;
    cursor: pointer;
}
/* account buttons */
.add-new-btn {
    border: 1px solid #8181A5;
    padding: 6px 30px;
    width: 100%;
    background: transparent;
    border-radius: 8px;
}

.add-new-fill {
    background-color: #e01933;
    position: relative;
    z-index: 1;
    color: #fff;
    border: 1px solid #e01933;
    padding: 6px 30px;
}

    .add-new-fill:hover {
        color: #e01933 !important;
        background: transparent;
        border: 1px dotted #e01933;
        box-shadow: 0 6px 22px rgba(0, 119, 225, 0.3);
        transition: all .2s ease-in-out;
    }

.btn-addtocart {
    background: #F6F6F6;
    font-size: 14px;
    width: 130px;
}
.bg-gay.acccount-dashbard { padding-right:0}
.btn-addtocart i {
    display: none
}
    /* package */
    .package-box {
        font-size: 13px;
        position: relative;
    }

    .package-box .package-img {
        width: 100%;
        background: #fff;
        border-radius: 5px;
        height: 120px;
        padding: 10px 0px;
        text-align: center;
        border: 1px solid #707070;
    }

    .package-box .package-detail label {
        font-weight: bold;
        margin-bottom: 0;
    }

    .package-box .package-detail p {
        margin-top: 0;
        margin-bottom: 10px;
        line-height: 20px;
        font-size: 13px;
    }

.package-detail .text-primary {
    text-decoration: underline;
}

.package-box .title-package {
    font-size: 18px;
    font-weight: bold;
    margin-bottom: 10px;
}
    .package-box .title-package a {color:#000; cursor:pointer}
    .package-list-detail .package-detail p {
        color: #8181A5;
    }

.package-list-detail ul {
    margin-bottom: 10px;
}

.package-list-detail li {
    border: 0;
    padding: 0;
    color: #8181A5;
}
/*add-expec-form*/
.add-expec-form .form-control {
    background: #fff;
    border-bottom: 1px solid #F0F0F3;
}

.add-expec-form .dropdown-toggle.btn-default {
    background: #fff;
    border: 0;
    box-shadow: none;
}

.add-expec-form .btn {
    padding: 4px 10px 8px 10px;
}

.add-expec-form .btn-primary {
    color: #fff !important;
}

.add-expec-form .btn-outline-primary {
    color: #e01933 !important;
    border-color: #e01933 !important;
}
.btn-outline-primary {
    color: #e01933 !important;
    border-color: #e01933 !important;
}
  .btn-outline-primary:hover {
        color: #fff!important;
        background-color: #e01933;
        border-color: #e01933;
    }
    .btn-outline-primary.focus, .btn-outline-primary:focus {
        box-shadow: 0 0 0 0.2rem rgb(146 1 1 / 50%);
    }
    .btn-outline-primary:not(:disabled):not(.disabled):active {
        background-color: #fff;
    }
    .add-expec-form .btn-outline-primary:hover {
        color: #fff !important;
    }
.add-expec-form .input-group {width:100%; margin-left:0px}
.add-expec-form .input-group-text {
    background-color: #fff;
    border: 0px solid #fff;
    
}
.width50percent{width:50%}
.width100percent {
    width: 100%
}
.date .input-group-append {
    background: #fff;
    height: 35px;
    padding: 0px;
    border-radius: 0;
    border: 1px solid #fff;
    border-left: 0;
}
.add-expec-form .form-control {
    margin-bottom: 0;
}

.add-expec-form .input-group .form-control {
    border: 0 !important;
}
.add-expec-form .input-group {
    border-bottom: 1px solid #F0F0F3
}
.destination-spacing {
    padding-right: 7rem;
}

.dot-div {
    border: 1px solid #F0F0F3;
    border-radius: 5px;
    padding: 0 6px;
    position: absolute;
    right: 0px;
    top: -8px
}
.dot-box a {
    color: #007bff!important
}


.tracking-section p {
    margin-top: 0;
    margin-bottom: 10px;
    line-height: 20px;
    font-size: 13px;
}


.progress-tracker {
    display: flex;
    margin: 0px auto;
    padding: 0;
    list-style: none;
}

.progress-step {
    flex: 1 1 0%;
    margin: 0;
    padding: 0;
}

    .progress-step:last-child {
        flex-grow: 0;
    }

        .progress-step:last-child .progress-marker::after {
            display: none;
        }

.progress-link {
    display: block;
    position: relative;
}

.progress-marker {
    display: block;
    position: relative;
}

    .progress-marker::before {
        content: attr(data-text);
        display: flex;
        justify-content: center;
        align-items: center;
        position: relative;
        z-index: 20;
        height: 4px;
        padding-bottom: 2px;
        border-radius: 50%;
    }

    .progress-marker::after {
        content: '';
        display: block;
        position: absolute;
        top: 0px;
        width: 100%;
        height: 4px;
    }

.progress-text {
    display: block;
    padding: 0px 0px;
    overflow: hidden;
    text-overflow: ellipsis;
}

    .progress-text i {
        font-size: 14px;
        color: #0077FC;
    }

    .progress-text p {
        font-size: 13px;
        color: #8181A5;
        margin-top: -2px;
    }

.progress-step .progress-marker {
    color: #fff;
}

    .progress-step .progress-marker::before {
        background-color: #b6b6b6;
    }

    .progress-step .progress-marker::after {
        background-color: #b6b6b6;
    }

.progress-step.is-active .progress-marker::before {
    background-color: #2196F3;
}

.progress-step.is-active .progress-marker::after {
    background-color: #2196F3;
}

.progress-step.is-complete .progress-marker::before, .progress-step.is-progress .progress-marker::before {
    background-color: #7CE7AC;
}

.progress-step.is-complete .progress-marker::after, .progress-step.is-progress .progress-marker::after {
    background-color: #7CE7AC;
}




/*.progress-tracker--text .progress-step:last-child, .progress-tracker--center .progress-step:last-child, .progress-tracker--right .progress-step:last-child {
  
          flex-grow: 1;
}*/




ul.tracking-list {
    margin-left: 15px
}

.tracking-list li {
    color: #0077FC;
    list-style: disc;
    padding: 0;
    margin-bottom: 12px;
}

    .tracking-list li p {
        color: #1C1D21;
        font-weight: bold;
        margin-top: -4px;
        padding: 0;
    }

        .tracking-list li p small {
            color: #8181A5;
            font-size: 12px;
        }
.navbar-expand-lg .navbar-nav .nav-item button.nav-link {
  padding: 9px 0;
}

.text-md-center.menu {
    display: flex;
    align-items: center;
    justify-content: center;
}
#msform {
    text-align: left;
    position: relative;
    margin-top: 20px;
    width: 96%;
}

    #msform fieldset {
        border: 0 none;
        box-sizing: border-box;
        width: 100%;
        margin: 0;
        padding-bottom: 20px;
        position: relative
    }

        #msform fieldset:not(:first-of-type) {
            display: none
        }


    #msform .action-button-previous {
        width: 100px;
        background: #616161;
        font-weight: bold;
        color: white;
        border: 0 none;
        border-radius: 0px;
        cursor: pointer;
        padding: 10px 5px;
        margin: 10px 5px 10px 0px;
        float: right
    }

        #msform .action-button-previous:hover,
        #msform .action-button-previous:focus {
            background-color: #000000
        }



.steps {
    font-size: 25px;
    color: gray;
    margin-bottom: 10px;
    font-weight: normal;
    text-align: right
}

.fieldlabels {
    color: gray;
    text-align: left
}

#progressbar {
    margin-bottom: 30px;
    margin-top: 10px;
    counter-reset: step;
    clear: both;
    list-style: none;
}

    #progressbar li {
        font-size: 14px;
        width: 24.5%;
        float: left;
        position: relative;
        text-align: left;
        color: #404345;
    }

        #progressbar li:before {
            content: '';
            width: 16px;
            height: 16px;
            line-height: 25px;
            display: block;
            font-size: 12px;
            color: transparent;
            border: 1px solid #B9B9B9;
            background: white;
            border-radius: 20px;
            margin: 0 auto 4px 0;
            position: relative;
            z-index: 1;
        }

        #progressbar li:after {
            content: '';
            width: 99%;
            height: 2px;
            background: #D6DBE1;
            position: absolute;
            left: -90%;
            top: 7px;
        }

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

.progress-payment li {
    width: 50%;
}

#progressbar li.active {
    color: #0077FC;
}

    #progressbar li.active:after,
    #progressbar li.active:before {
        background: #0077FC;
        color: white;
        border: 1px solid #0077FC;
    }

#progressbar li.complete:after {
    background: #0077FC;
}

#progressbar li.half-complete:after {
    background: linear-gradient(to right, #0077FC 50%, #B9B9B9 50%);
    color: white;
}

/*#progressbar {
  margin-bottom: 30px;
  overflow: hidden;
  color: lightgrey
}

#progressbar .active {
  color: #0077FC
}

#progressbar li {
  list-style-type: none;
  font-size: 13px;
  width: 25%;
  float: left;
  position: relative;
  font-weight: 400
}


#progressbar li:before {
  width: 20px;
  height: 20px;
  line-height: 45px;
  display: block;
  font-size: 20px;
  color: #ffffff;
  background: lightgray;
  border-radius: 50%;
  margin: 0 auto 10px 0;
  padding: 2px;
  content: '';

}

#progressbar li:after {
  content: '';
  width: 100%;
  height: 2px;
  background: lightgray;
  position: absolute;
  left: 0;
  top: 10px;
 
}

#progressbar li.active:before,
#progressbar li.active:after {
  background: #0077FC
}*/
div.shipping-payment div {
    display: none;
}

.shipping-box .form-group {
    margin-bottom: 0;
}

.shipping-box label {
    font-weight: bold;
    margin-bottom: 0;
}

.shipping-box .form-control {
    margin-bottom: 0;
}

.shipping-box h4 {
    font-size: 17px;
    font-weight: bold;
    padding-bottom: 5px;
}

.shipping-box h3 {
    font-size: 20px;
    font-weight: bold;
    padding: 0px 0 10px;
}

.shipping-box p {
    line-height: 20px;
    color: #8181A5;
    font-size: 14px;
}

.check2-box label {
    line-height: 20px;
    color: #8181A5;
    font-size: 14px;
    font-weight: normal;
}

.check2-box p {
    color: #000000;
    font-size: 14px;
    font-weight: bold;
    margin-bottom: 5px;
    padding-left: 5px
}

.check2-box .form-control {
    margin-bottom: 8px;
    border-radius: 2px;
    border: 1px solid #ECECF2;
}

.check2-box label {
    color: #404345;
    font-weight: normal;
}

.check2-box .form-group {
    padding-left: 3px
}

sup {
    color: red;
}

.add-item .no-gutters > .col, .add-item .no-gutters > [class*=col-] {
    padding-right: 5px;
    padding-left: 5px;
}

.add-item label {
    color: #404345;
    font-size: 14px;
    font-weight: normal;
}

.add-item .form-control {
    margin-bottom: 8px;
    border-radius: 2px;
    border: 1px solid #ECECF2;
    background: #F2F5FA;
}

.remove {
    display: none;
}

.form-holder-append .remove {
    display: block;
}

.more-information h3 a {
    color: #0077FC;
    font-size: 13px;
    text-decoration: underline;
    font-weight: normal;
}

.more-information p {
    color: #404345;
    font-weight: bold;
    font-size: 14px;
    display: block;
}

.more-information label {
    font-weight: normal;
}

.payment-box {
    margin-left: 15px
}

.paybox {
    display: none
}

.summary-table th, .summary-table td {
    color: #404345;
    font-size: 13px;
}

    .summary-table td p {
        color: #404345;
        font-size: 13px;
    }

.summary-table p span {
    display: block;
    font-size: 13px;
}

.summary-table th {
    font-size: 15px;
}

.table.summary-table th, .table.summary-table td {
    border: 0;
}

.table.summary-table tr:nth-of-type(odd) {
    border-bottom: 1px solid #dee2e6;
}

.table.summary-table tr:nth-of-type(even) {
    border-bottom: 1px solid #dee2e6;
}

.table.summary-table tr:last-child {
    border-bottom: 0px solid #dee2e6;
}

.total-price {
    font-size: 20px;
    margin-top: 18px;
}

    .total-price span {
        padding-left: 30px
    }

#radioBtn .btn {
    border-radius: 5px;
    padding: 6px 18px;
    margin-right: 6px;
    background: #fff;border-color:#eceef2; position:relative; top:-2px
}

#radioBtn .notActive {
    color: #3276b1;
    background-color: #fff;
    border: 0;
}
#radioBtn2 .btn {
    border-radius: 5px;
    padding: 6px 20px;
    margin-right: 6px;
    background: #fff;
    border-color: #eceef2;
    position: relative;
    top: -2px
}

#radioBtn2 .notActive {
    color: #3276b1;
    background-color: #fff;
    border: 0;
}
.howit-work-box .media-left.col-md-3 {
    text-align:left;
    flex: 0 0 100%;
    max-width: 100%;
    margin-bottom:30px
}
.howit-work-box .media-left img {height:60px}
.howit-work-box .media-body h2 {
    font-size: 18px;
    color: #000;
    font-weight: bold;
}
#radioBtn .btn-secondary:not(:disabled):not(.disabled).active, #radioBtn .btn-secondary:not(:disabled):not(.disabled):active, #radioBtn .show > .btn-secondary.dropdown-toggle {
    color: #fff;
    background-color: #f2f5fa;
    border-color: #ccc;
}
#radioBtn2 .btn-secondary:not(:disabled):not(.disabled).active, #radioBtn2 .btn-secondary:not(:disabled):not(.disabled):active, #radioBtn2 .show > .btn-secondary.dropdown-toggle {
    color: #fff;
    background-color: #f2f5fa;
    border-color: #ccc;
}
.howit-work-box .media-body.col-md-9 {
    flex: 0 0 100%;
    max-width: 100%;
}

.howit-work-box .services-item {display:block}

.shipping-calculator .col-lg-10 {
    flex: 0 0 100%;
    max-width: 100%;
}


input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
input:-webkit-autofill:active {
    -webkit-box-shadow: 0 0 0 30px white inset !important;
}

#loginModal h4, #loginModal hr {
    display: none
}

#loginModal .login-inner.col-md-4 {
    flex: 0 0 100%;
    max-width: 100%;
}

#loginModal .login-inner.offset-md-4 {
    margin-left: 0;
}
.admin-hide{display:none}
#loginModal .admin-hide {
    display: block
}
.admin-max-auto {margin:0 auto}

.admin-btn {
    color: #fff;
    background-color: #007bff;
    border-color: #007bff;
}
.login-inner h4{font-size:22px; margin-top:00px}
.login-inner {
    background: #fff;
    padding: 15px 20px 0px;
    box-shadow: 0 0px 8px 8px rgba(27, 38, 49, 0.1); margin-top:15px;margin-bottom:15px; border-radius:3px
}
#loginModal .admin-btn {
    color: #5E81F4;
    background-color: #eff3fe;
    border-color: #eff3fe;
}
#loginModal .login-inner {}
#loginModal .login-inner {
    padding: 0;
    box-shadow: none;
    margin-bottom: 0px;
    border-radius: 0px
}

.cursorpointer {
    cursor: pointer;
}


.dot-div.dropdown-toggle::after {
    display: none
}
.dot-box li {padding:3PX 10px}
.dot-box li a {
    font-size: 14px;
}

.dot-box li:nth-child(odd) {
    background: #f2f5fa;
}

.dot-box li a i {
    color: #292A34;
    font-size: 18px;
  
}
    .dot-box li a{ cursor:pointer}
    .dot-box li i {
        width: 24px
    }
.remove-btn input {
    background: transparent !important;
    color: #007bff !important;
    border: 0;
    padding: 0;
    text-align: left !important;
    position: relative;
    top: -2px;
    margin: 0;
    width: auto;
    margin-left: -5px;
}
    .remove-btn input:focus{box-shadow:none}
.remove-btn .btn-danger:not(:disabled):not(.disabled):active:focus {
    box-shadow: none
}

.tracking-section label {
    font-weight: bold;
    margin-bottom: 0;
}
.dropdown-menu.dot-box {
    min-width: 8rem;
}


.back-to-top {
    position: fixed;
    right: 20px;
    bottom: 20px;
    width: 40px;
    height: 38px;
    line-height: 35px;
    background-color: #fff;
    color: #e01933;
    font-size: 16px;
    border-radius: 50%;
    z-index: 99;
    text-align: center;
    transition: all 0.4s linear;
    display: none;
    box-shadow: 0 4px 15px rgba(153, 153, 153, 0.3);
    transition: 0.3s;
}

#removepackageModal .modal-footer {
    justify-content: center;
}

#removepackageModal .login-title h4 {font-size:20px; text-align:center}
#removepackageModal i {
    font-size: 100px;
    color: #ffcc00;
    position: relative;
    top: -9px;
}
#removepackageModal p {
    margin-top: 0;
    padding-top: 0
}
#removepackageModal .modal-header {padding-bottom:0}


[dir] .alert-danger, [dir] .validation-summary-errors, [dir] .message-error {
    background-color: #f8d7da;
    border-color: #f5c6cb;
}

    [dir] .alert-danger hr, [dir] .validation-summary-errors hr, [dir] .message-error hr {
        border-top-color: #f1b0b7;
    }

.alert-danger .alert-link, .validation-summary-errors .alert-link, .message-error .alert-link {
    color: #491217;
}


/*button*/

.btn-primary {
    color: #fff;
    background-color: #e01933;
    border-color: #e01933;
}

    .btn-primary:hover {
        color: #fff !important;
        background-color: #BE0A11;
        border-color: #BE0A11;
    }

.multiselect-native-select .btn-group .multiselect {
    min-width: 250px
}

.address-box .white-bg2 {
    position: relative
}


    /*    .address-box .white-bg2 h4 .float-right {
        position: absolute;
        right: 2px;
        top: 3px
    }*/
    .address-box .white-bg2 .float-ckeck {
        position: relative;
        display: block;
        clear: both;
        text-align: center;
        float: none !important
    }

    .address-box .white-bg2 input[type=radio] {
        transform: scale(1.5);
    }

    .address-box .white-bg2.p-3 {
        padding-bottom: 0 !important
    }

    .address-box .white-bg2 .gray-bg-footer {
        background: #fcfcfc;
        border-radius: 0 0 10px 10px;
        padding-bottom: 10px
    }

.dropdown-menu .btn-outline-primary:hover {
    color: #e01933 !important;
    background: transparent
}


/* profile box */


/*profile page*/
.card.left-profile-card {
    border-radius: 12px;
}

.card.right-profile-card {
    border-radius: 12px;
}

.left-profile-card .user-profile {
    width: 100px;
    height: 100px;
    border-radius: 50%;
    margin: auto;
    margin-bottom: 20px;
}

.left-profile-card .social-icon {
    float: none;
}

.left-profile-card h3 {
    font-size: 16px;
    margin-bottom: 0;
    font-weight: 700;
}

.left-profile-card p {
    margin-bottom: 5px;
}

.left-profile-card span {
    width: 89%;
}

.personal-info .personal-list {
    list-style-type: none;
    margin: 0;
    padding: 0;
}

.personal-info hr {
    clear: both
}

.left-profile-card .card-body {
    padding: .75rem;
}

.personal-list li {
    margin-bottom: 5px;
}

.personal-info h3 {
    margin-bottom: 0px;
}

.personal-info p {
    margin-bottom: 5px;
    font-size: 14px;
}

.personal-info i {
    font-size: 15px;
    width: 18px;
}

.btn-productlist {
    font-weight: bold;
    border-bottom: 1px solid#ccc;
    font-size: 16px;
    padding: 8px 5px;
}

.product-hidelist em {
    font-style: normal;
    font-weight: bold;
    cursor: pointer
}

.product-hidelist {
    font-weight: normal;
}

.right-profile-card label {
    width: 100% !important;
    font-weight: bold;
}

.right-profile-card p {
    width: 100% !important;
}

.right-profile-card span {
    width: auto !important;
}

.right-profile-card .form-group {
    margin-bottom: 1rem;
    display: block;
    width: 100%;
    overflow: hidden;
}

.right-profile-card .nav-pills .nav-link.active,
.nav-pills .show > .nav-link {
    color: #fff;
}

.right-profile-card .card-header {
    background: #fff;
    padding: 10px 0 0 10px;
}

.right-profile-card .nav-pills .nav-link {
    border-radius: 5px 5px 0 0;
}

.right-profile-card .nav-pills .nav-link {
    padding: .45rem 1.5rem;
}

.right-profile-card .nav > li {
    float: left;
    margin-right: 10px;
}

.right-profile-card .card-header:first-child {
    border-radius: 12px 12px 0 0;
}

.right-profile-card h3 {
    font-size: 18px;
    font-weight: 700;
    margin-bottom: 0px;
    padding-bottom: 0;
}

.right-profile-card h4 {
    font-size: 16px;
    margin-bottom: 15px;
}

.right-profile-card i {
    font-size: 15px;
}

.right-profile-card .work-container {
    border-bottom: 1px solid #eee;
    margin-bottom: 20px;
    padding: 10px;
}

.right-profile-card .border-box {
    border: 1px solid #ccc;
    border-radius: 10px;
}

.border-box .card {
    background: transparent;
}

.border-box .card-header {
    background: transparent;
}

.border-box .card-body {
    min-height: 160px;
}

.border-box .delivery-section-button {
    width: 100%;
    text-align: center;
    cursor: pointer;
}

    .border-box .delivery-section-button em {
        font-size: 20px;
        position: relative;
        top: 2px
    }

.delivery-section-button a {
    padding: 8px 0 10px;
    display: block;
    color: #304FFE !important;
}

.ad-payment-box {
    border: 2px solid #304FFE;
    background-color: #f2f5ff
}

.wd100 {
    width: 100%;
}

.ad-payment-box em {
    font-size: 60px;
    color: #304FFE;
}

.recieved-pack p {
    padding: 0 !important;
    margin: 0 !important;
}

.recieved-pack .alert {
    padding: .25rem 1.25rem;
}

.payment .card {
    border: none;
    margin-bottom: 2px;
    border-radius: 0;
}

    .payment .card .card-header {
        background: #fff;
        font-size: 14px;
        font-weight: bold;
        position: relative;
        border-bottom: 1px solid #F0F0F3;
        border-top: 1px solid #F0F0F3;
        padding-left: 0;
        padding-bottom: 13px;
    }

.payment .card-header h2 a {
    color: #222222;
    font-size: 1rem;
}

.payment .card-header h2 span {
    float: left;
    margin-top: 10px;
}

.payment .card-header .btn {
    font-weight: 500;
}

.payment .card-header i {
    color: #fff;
    font-size: 1.3rem;
    margin: 0 6px 0 -10px;
    font-weight: bold;
    position: relative;
    top: 5px;
}

.payment .card-header button:hover {
    color: #23384e;
}

.payment .card-body {
    color: #666;
}

.payment .card-header:after {
    position: absolute;
    right: 10px;
    top: 10px;
}

.payment .card-header:after {
    font-family: 'LineIcons';
    content: "\e940";
    font-size: 17px;
}

.payment .card-header.collapsed:after {
    content: "\e93a";
}

.payment a.card-title {
    color: #000;
}

    .payment a.card-title em {
        color: #000;
        font-size: 22px;
        position: relative;
        top: 3px
    }

.payment h5 {
    font-size: 16px;
    color: #000;
    font-weight: 600;
}

.payment .card-footer {
    overflow: hidden;
}

.border-box.active {
    box-shadow: 0 0 6px #007bff;
}

.listproduct .custom-select {
    padding: .075rem 1.75rem .075rem .75rem;
    font-size: 14px;
}

.listproduct .white-bg {
    padding: 20px 0 30px;
    border-radius: 12px;
    margin-bottom: 20px;
    border: 1px solid #ECECF2;
    box-shadow: none;
    position: relative;
}

#deliveryproduct .card {
    background-color: transparent
}

#deliveryproduct .card-body {
    padding: 0.5rem;
}

.tab-badge .nav-link {
    position: relative;
}

.right-profile-card .nav-pills.tab-badge .nav-link {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    width: 174px;
}

.tab-badge .nav-link .badge {
    position: absolute;
    top: 3px;
    right: 8px;
    font-size: .7em;
    background: #007bff;
    color: #fff;
    width: 20px !important;
    height: 20px;
    text-align: center;
    line-height: 16px;
    border-radius: 50%;
    box-shadow: 0 0 1px #333;
}

.tab-badge .nav-link.active .badge {
    position: absolute;
    top: 3px;
    right: 8px;
    font-size: .7em;
    background: #fff;
    color: rgb(36, 36, 36);
    width: 20px !important;
    height: 20px;
    text-align: center;
    line-height: 16px;
    border-radius: 50%;
    box-shadow: 0 0 1px #333;
}

.right-arrow-position .dropdown-menu:before {
    left: auto;
    right: 10%
}

.right-arrow-position .dropdown-toggle.dropdown-toggle::after {
    display: inline-block;
    margin-left: .255em;
    vertical-align: .255em;
    content: "";
    border-top: .3em solid;
    border-right: .3em solid transparent;
    border-bottom: 0;
    border-left: .3em solid transparent;
}

/*==============Tracking============*/
.shipment-highlights .tab-pane {
    background: #fff !important;
}

tab-selection-tab .card-header {
    background-color: transparent;
    color: #000;
    border: 0;
    margin: 0;
    padding: 0;
}

.tab-selection-tab .card-body {
    margin: 0;
    padding: 0;
}

.tab-selection-tab .nav-tabs-navigation {
    float: right
}

.tab-selection-tab .card {
    border: 0;
}

.nav-tabs-wrapper .nav-tabs em {
    position: relative;
    width: 26px;
    height: 25px;
    border-radius: 50%;
    text-align: center;
    line-height: 3px;
    font-size: 14px;
    vertical-align: middle;
    padding: 7px;
    border: 1px solid #242424;
    margin-right: 5px;
    top: -2px
}

.nav-tabs-wrapper a.tab-text-menu {
    padding: 9px 18px 9px !important;
    font-size: 12pt;
    color: #242424;
    font-weight: bold
}

    .nav-tabs-wrapper a.tab-text-menu.active {
        background-color: #365abd;
        color: #fff;
    }

        .nav-tabs-wrapper a.tab-text-menu.active em {
            border: 1px solid #fff;
        }

.nav-tabs-wrapper .nav-tabs .nav-item {
    position: relative
}

.shipment-highlights .card-header {
    padding: 13px 5px;
    background: #D6D6D6
}

.shipment-highlights .nav-tabs {
    border-bottom: 0
}

.tracking-bg {
    padding: 20px 0 30px;
    border-radius: 12px;
    margin-bottom: 10px;
    background:#fff;
    box-shadow: 0px 0px 10px rgb(27 38 49 / 10%);
    position: relative;
}

.contact-address ul li .singel-address .cont
.tracking-banner {
    margin-bottom: 0 !important
}
.tracking {
    padding: 0 0px 0 27px;
    width: 98%;
}
.tracking table th {
    background: #5E544B;
    color: #fff
}

.tracking-bg #txtAwbPrefix {
    width: 54px;
    margin-right: 5px;
    height: 37px; border:2px solid #ccc
}

.tracking-bg #txtAwbNumber {
    width: 71%;
    margin-right: 5px;
    height: 37px;
    border: 2px solid #ccc
}

.tracking-bg form {
    margin-top: 8px
}
.tracking-bg p {text-align:center}
.tracking-bg .primary-btn {
    background-color: #e01933;
    font-size: 16px;
    font-weight: 700;
    color: #fff !important;
    letter-spacing: .25px; border-radius:20px; padding:4px 30px
}
.tracking-bg .pb-3 {
    padding-bottom: 0.55rem !important;
    width: 60%;
    margin: 0 auto
}

.tracking-bg .notice-text {
    padding-left: 32px
}

    .tracking-bg .notice-text p {
        font-size: 15px
    }

    .tracking-bg .notice-text strong {
        font-weight: bold
    }

.estimated-box {
    line-height: 18px;
    font-size: 18px;
    color: #365abd;
    text-align: center;
    padding-top: 30px !important;
    padding-bottom: 10px !important;
    font-weight: bold
}

    .estimated-box strong {
        width: 100%;
        display: block;
        font-size: 24px;
        margin-bottom: 12px;
        font-weight: bold
    }

    .estimated-box small {
        font-size: 16px;
        font-weight: bold
    }

.tracking-form-search {
    max-width: 65% !important;
    border-right: 1px solid #DDD7D0;
    padding-right: 32px !important
}

.awb-record-box {
    background: #F2F2F2;
    padding: 15px
}

    .awb-record-box p {
        line-height: 26px
    }

.tracking-no-data {
    width: 85%;
    color: #6e6e6e;
    font-size: 34px !important;
    padding: 0px 46px 15px;
    line-height: 42px !important;
    margin: -32px auto 0 auto;
}

p.error-detail {
    font-size: 17px !important;
    line-height: 33px !important;
    margin-top: -10px !important;
    word-break: break-word;
    text-align: center
}

.tracking table th, .tracking table td {
    text-align: left
}

.tracking table.layout {
    width: 100%;
    border-collapse: collapse;
}

.tracking table.display {
    margin: 1em 0;
}

    .tracking table.display th, .tracking table.display td {
        border: 1px solid #B3BFAA;
        padding: .8em 1em; font-size:13px
    }

.tracking-bg .notice-text strong font {
    font-size: 14pt
}

.tracking-box {
    max-width: 100%;
    padding-right: 0px;
    padding-left: 0px;
}

#panel-button .tab-pane.pl-30 {
    padding-left: 0
}

#panel-button .col-md-10 .tab-pane.pl-30 {
    padding-left: 30px !important;
}
/*----------------flight-tracking-tree----------*/
.flight-tracking-tree {
    width: 100%;
    display: block
}

.flight-tracking-body {
    padding: 10px 0;
    height: auto;
    padding-top: 0px;
}

.flight-tracking-tree h3 {
    font-size: 12px;
    margin-bottom: 5PX;
}

.flight-tracking-tree p {
    font-size: 14px;
    margin-top: 8px;
    margin-bottom: 0;
    line-height: 18px;
}

.flight-tracking-tree ul {
    padding-top: 20px;
    position: relative;
    padding-left: 0px;
    display: flex;
    clear: both;
}

.flight-tracking-tree li {
    float: left;
    text-align: center;
    list-style-type: none;
    position: relative;
    padding: 20px 0px 0 0px;
    width: 100%
}



    .flight-tracking-tree li::before,
    .flight-tracking-tree li::after {
        content: "";
        position: absolute;
        top: 0;
        right: 50%;
        border-top: 2px dashed #aaa;
        width: 50%;
        height: 18px;
    }

    .flight-tracking-tree li::after {
        right: auto;
        left: 50%;
        border-left: 2px dashed #aaa;
    }

    .flight-tracking-tree li:only-child::after,
    .flight-tracking-tree li:only-child::before {
        display: none;
    }

    .flight-tracking-tree li:only-child {
        padding-top: 1px;
    }

    .flight-tracking-tree li:first-child::before,
    .flight-tracking-tree li:last-child::after {
        border: 0 none;
    }

    .flight-tracking-tree li:last-child::before {
        border-right: 2px dashed #aaa;
        border-radius: 0 5px 0 0;
    }

    .flight-tracking-tree li:first-child::after {
        border-radius: 5px 0 0 0;
        -webkit-border-radius: 5px 0 0 0;
    }

.flight-tracking-tree ul ul::before {
    content: "";
    position: absolute;
    top: 2px;
    left: 50%;
    border-left: 2px dashed #aaa;
    width: 0;
    height: 20px;
}

.flight-tracking-tree li a {
    text-decoration: none;
    color: #fff;
    font-size: 11px;
    display: inline-block;
    border-radius: 5px;
    -webkit-border-radius: 5px;
}

    .flight-tracking-tree li a:hover + ul li::after,
    .flight-tracking-tree li a:hover + ul li::before,
    .flight-tracking-tree li a:hover + ul::before,
    .flight-tracking-tree li a:hover + ul ul::before {
        border-color: #fbba00;
    }


.flight-tracking-tree ul.add-lines {
    position: relative
}

    .flight-tracking-tree ul.add-lines::after {
        content: "";
        position: absolute;
        top: 2px;
        right: 50%;
        border-bottom: 2px dashed #aaa;
        width: 50%;
        height: 18px;
    }

    .flight-tracking-tree ul.add-lines::after {
        width: 50%;
        border-bottom: 2px dashed #aaa;
        right: 25%;
        left: auto;
        display: block;
        height: auto;
        bottom: -4px;
    }



.flight-tracking-tree ul.add-lines-3 {
    position: relative
}

    .flight-tracking-tree ul.add-lines-3::after {
        content: "";
        position: absolute;
        top: 2px;
        right: 50%;
        border-bottom: 2px dashed #aaa;
        width: 50%;
        height: 18px;
    }

    .flight-tracking-tree ul.add-lines-3::after {
        width: 62%;
        border-bottom: 2px dashed #aaa;
        right: 19%;
        left: auto;
        display: block;
        height: auto;
        bottom: -4px;
    }

.add-horizontal {
    color: black;
    height: 279px;
    text-align: center;
    width: 1PX;
    border: 1px dashed #aaa;
    margin: 0 auto;
    left: 1px
}

.add-horizontal2 {
    color: black;
    height: 278px;
    text-align: center;
    width: 1PX;
    border: 1px dashed #aaa;
    margin: 0 auto;
    left: 1px
}

.add-horizontal3 {
    color: black;
    height: 417px;
    text-align: center;
    width: 1PX;
    border: 1px dashed #aaa;
    margin: 0 auto;
    left: 1px
}

.flight-tracking-tree ul.add-lines-4 {
    position: relative
}

    .flight-tracking-tree ul.add-lines-4::after {
        content: "";
        position: absolute;
        top: 2px;
        right: 50%;
        border-bottom: 2px dashed #aaa;
        width: 50%;
        height: 18px;
    }


    .flight-tracking-tree ul.add-lines-4::after {
        width: 70%;
        border-bottom: 2px dashed #aaa;
        right: 15%;
        left: auto;
        display: block;
        height: auto;
        bottom: -4px;
    }


.flight-tracking-tree ul.add-lines-5 {
    position: relative
}

    .flight-tracking-tree ul.add-lines-5::after {
        content: "";
        position: absolute;
        top: 2px;
        right: 50%;
        border-bottom: 2px dashed #aaa;
        width: 50%;
        height: 18px;
    }


    .flight-tracking-tree ul.add-lines-5::after {
        width: 78%;
        border-bottom: 2px dashed #aaa;
        right: 11%;
        left: auto;
        display: block;
        height: auto;
        bottom: -4px;
    }

.flight-tracking-tree ul.add-lines-7 {
    position: relative
}

    .flight-tracking-tree ul.add-lines-7::after {
        content: "";
        position: absolute;
        top: 2px;
        right: 50%;
        border-bottom: 2px dashed #aaa;
        width: 50%;
        height: 18px;
    }


    .flight-tracking-tree ul.add-lines-7::after {
        width: 85%;
        border-bottom: 2px dashed #aaa;
        right: 7%;
        left: auto;
        display: block;
        height: auto;
        bottom: -4px;
    }


/*--------------flight-card-design----------*/

.flight-view-box {
    padding: 0px 5px;
    text-align: center;
    border-radius: 4px;
    position: relative;
    color: #242424;
    cursor: default;
}
.rotate-icon .la-truck {
    transform: rotate( 0deg );
    font-size: 22px;
}
.rotate-icon em {
    transform: rotate(-40deg);
    display: inline-block;
    position: relative;
    top: -2px;
}

.icon-outer-blue span {
    display: table-cell;
    vertical-align: middle;
    background-color: #426DA9;
    font-size: 28px;
    text-align: center;
    padding: 14px 10px;
    border-radius: 6px 0 0 6px;
    color: #fff;
    margin-right: 8px;
}

.icon-outer-blue {
    line-height: 20px;
    border: 1px solid #aaa;
    border-radius: 6px;
    display: table;
    padding-right: 10px;
    text-align: left;
    width: 100%;
    text-align: left;
}

.icon-outer-green span {
    display: table-cell;
    vertical-align: middle;
    background-color: #7598f9;
    font-size: 28px;
    text-align: center;
    padding: 14px 10px;
    border-radius: 6px 0 0 6px;
    color: #fff;
    margin-right: 8px;
}

.icon-outer-green {
    line-height: 20px;
    border: 1px solid #aaa;
    border-radius: 6px;
    padding-right: 10px;
    width: 100%;
    display: table;
    text-align: left;
}

.icon-outer-green-dark span {
    display: table-cell;
    vertical-align: middle;
    background-color: #173ba0;
    font-size: 28px;
    text-align: center;
    padding: 14px 10px;
    border-radius: 6px 0 0 6px;
    color: #fff;
    margin-right: 8px;
}

.icon-outer-green-dark {
    line-height: 20px;
    border: 1px solid #aaa;
    border-radius: 6px;
    padding-right: 10px;
    display: table;
    width: 100%;
    text-align: left;
}

.rotate-icon .icon-truck2 {
    transform: rotate(0deg);
    font-size: 22px
}

    .rotate-icon .icon-truck2:before {
        content: "\10ffff" !important;
    }

.icon-outer-green .icon-truck2:before {
    content: "\10ffff" !important;
    font-size: 22px
}

.icon-outer-blue .icon-truck2:before {
    content: "\10ffff" !important;
    font-size: 22px
}

.icon-outer-green-dark .icon-truck2:before {
    content: "\10ffff" !important;
    font-size: 22px
}

.flight-image .icon-outer-green {
    display: table;
    text-align: left;
}

.flight-image .detail-flight {
    font-family: Tahoma,helvetica,arial,Georgia, sans-serif;
    display: inline-block;
    font-size: 14px;
    vertical-align: middle;
    text-align: center;
    line-height: 23px;
    position: relative;
    top: 1px;
    padding-left: 6px;
    white-space: nowrap;
    width: 100%
}

    .flight-image .detail-flight strong {
        font-size: 14px;
        font-weight: 600;
    }

.flight-details {
    clear: both;
}

.flight-image {
    position: relative;
    text-align: center;
}

.pcs-detail strong {
    color: #330000;
    font-size: 13px;
    border-bottom: 1px solid #330000;
    padding-bottom: 6px;
    margin-top: 10px
}

.pcs-detail-table th {
    background-color: #fff;
    font-weight: normal;
}

.pcs-detail-table .table {
    border: 1px solid #aaa
}

.pcs-detail-table th {
    background: #00857D;
    color: #fff;
    padding: 8px;
}

/*==================Tracking Left panel===================*/

.shipment-highlights .nav-link2 {
    background: rgba(255,255,255,0.4);
    color: #000;
    text-align: center;
    font-size: 0.8rem;
    border-bottom: 1px solid rgba(224, 224, 224, 0.6);
    padding: .8rem 1rem;
}
.hide {display:none}

.shipment-highlights .nav-link2.active, .shipment-highlights .show > .nav-link2 {
    background-color: #00857D;
    color: #fff;
}

        .shipment-highlights .nav-link2.active p {
            color: #fff;
        }

    .shipment-highlights .nav-link2 p {
        margin-bottom: 0px;
        color: #AAAAAA;
    }

.shipment-highlights .nav-link2 {
    background: #F2F2F2;
    color: #AAAAAA;
    text-align: center;
    border-bottom: 2px solid #fff;
    padding: .8rem 1rem;
}

    .shipment-highlights .nav-link2 p.awbnumber {
        font-size: 1.25rem !important;
        margin-bottom: 6px;
    }

.shipment-highlights .nav-link2 {
    width: 100%
}




/* Default tab style */

.shipment-highlights .tabs {
    position: relative;
    overflow: hidden;
    margin: 0 auto;
    width: 100%;
    font-weight: 300;
    font-size: 1.25em;
}

    /* Nav */
.shipment-highlights .tabs nav {
    text-align: center;
}

    .shipment-highlights .tabs nav ul {
        position: relative;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        margin: 0 auto;
        padding: 0;
        max-width: 1200px;
        list-style: none;
        -webkit-flex-flow: row wrap;
        -ms-flex-flow: row wrap;
        flex-flow: row wrap;
        justify-content: center;
    }

        .shipment-highlights .tabs nav ul li {
            position: relative;
            z-index: 1;
            display: block;
            margin: 0;
            text-align: center;
            flex: 1;
        }

    .shipment-highlights .tabs nav a {
        position: relative;
        display: block;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
        line-height: 2.5;
    }

        .shipment-highlights .tabs nav a span {
            vertical-align: middle;
            font-size: 0.75em;
        }

    .shipment-highlights .tabs nav li.tab-current a {
        color: #74777b;
    }



/* Content */
.content-wrap {
    position: relative;
}

    .content-wrap section {
        display: none;
        margin: 0 auto;
        padding: 1em;
        max-width: 1200px;
        text-align: center;
    }

        .content-wrap section.content-current {
            display: block;
        }





/* Individual tab styles */

/*****************************/
/* Bar */
/*****************************/

.tabs-style-bar nav {
    background: #fff
}

    .tabs-style-bar nav ul {
        border: 1px solid transparent;
    }

        .tabs-style-bar nav ul li a {
            margin: 0 2px;
            background-color: #D6D6D6;
            color: #242424;
            transition: background-color 0.2s, color 0.2s;
        }

            .tabs-style-bar nav ul li a:hover,
            .tabs-style-bar nav ul li a:focus {
                color: #016862;
            }

            .tabs-style-bar nav ul li a span {
                letter-spacing: 1px;
                font-weight: 500;
            }

        .tabs-style-bar nav ul li.tab-current a {
            background: #016862;
            color: #fff;
        }




/*===========Search==========*/

.custom-search-input {
    margin: 0;
    margin-top: 10px;
    padding: 0;
}

.content-wrap .icon-bx-wraper.btn-danger, .content-wrap .icon-bx-wraper.btn-danger h5 {
    color: #fff !important
}

.custom-search-input .search-query {
    padding-right: 3px;
    padding-right: 4px \9;
    padding-left: 9px;
    padding-left: 4px \9;
    /* IE7-8 doesn't have border-radius, so don't indent the padding */
    margin-bottom: 0;
    border-radius: 3px;
}

.custom-search-input button {
    border: 0;
    background: none;
    /** belows styles are working good */
    padding: 2px 5px;
    margin-top: -2px;
    position: relative;
    left: -38px;
    /* IE7-8 doesn't have border-radius, so don't indent the padding */
    margin-bottom: 0;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    color: #016862;
    font-size: 25px
}

    .custom-search-input button:focus {
        box-shadow: none !important;
    }



/*========Site Map===============*/

.hightlight-text {
    color: #173ba0;
    font-weight: bold;
    font-size: 16px !important
}


/****Tracking Vertical box adjustment css start****/


@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
    .flight-tracking-tree .add-lines-5 li {
        width: auto;
    }
}

.flight-tracking-body {
    width: 100%;
    overflow-x: scroll;
    overflow-y: hidden
}
.tracking-title {
    font-size: 20px;
    font-weight: bold;
    margin-bottom:20px
}

/****Tracking Vertical box adjustment css end****/

.add-expec-form .text-danger {
    text-align: left;
    clear: both;
    width: 100%;
}

#warehouseAlert {width:100%}
.datepick {position:relative}
.datepick .icon {position:absolute; right:5px; top:7px;}
.datepick .icon em {font-size:22px}
.top-zindex {position:relative; background:transparent!important}
.hide-mobile {position: relative;top: 0px;}
.cont_error { background:#fff; border-radius:10px; width:70%; margin:100px auto;padding:60px; text-align:center
}
.cont_error em {color:#0077FF; font-size:120px; margin-bottom:10px}
.login-box-outer {border:0; box-shadow:0 0 8px 8px #dbe1ef}
.login-logo {
    background: #f7f7f7; border-radius:8px 5px 0 0
}
.login-logo img {
    width: 120px;
    padding: 12px 0
}
