@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@300;400;500;600&display=swap');
/* NAVBAR */

.navDiv{
    width: 66%;
    height: 4rem;
}
.logoSize{
    height: 1.5rem;
    width: 6rem;
}

.offCanbody{
    background-color: #000c20;
    height: 100%;
}
.dropdown-menu{
    border-radius: 0px !important;
}

.nav-item:hover{
background-color: #ffffff;
}

.sidenav .nav-item:hover{
    background-color: transparent;
}

.text-white:hover{
    color: #4d148c !important;
}
.navCustomText{
    color: #007ab7 !important;
    font-weight: 600 !important;
}

.navbar-toggler-icon{
   background-color: #FFFFFF;
}

/* SECTION FROM B */


/* SECTION 2 $ SECTION 3 */
.section-2, .section-3 {
    margin-inline-start: 4rem;
}
.bg-image {
    background-image: url('../images/Employee.png');
    background-size: cover;
    background-position: center;
    height: 500px;
}

.bgg-image {
    background-image: url('../images/car.png');
    background-size: cover;
    background-position: center;
    height: 500px;
}

.heading1{
    color: #e1261c;
    font-weight: 300;
    font-size: 3rem;
    line-height: 1.1;
}

.btnLearn{
    border-radius: 0;
    background-color: #021d49;
    width: 11rem;
    height: 3.7rem;
    box-shadow: none;
}
.btnLearn:hover{
    background-color: #1d4289;
}
.paragraghText{
    color: #021d49;
}


/* MEDIA QUERIES */

@media (max-width: 540px) {
    /* .bg-image {
      height: auto;
    } */
    /* .row {
      flex-direction: column-reverse;
    } */

    .rowRev {
        flex-direction: column-reverse;
    }
}

@media (max-width: 768px) {
    .section-2, .section-3 {
        margin-inline-start: 0rem;
    }
}

@media  (min-width: 760px) and (max-width: 768px) {
    .bg-image {
      height: 734px;
    }
    .bgg-image {
        height: 796px;
    }
}

@media  (min-width: 800px) and (max-width: 820px) {
    .bg-image {
      height: 660px;
    }
    .bgg-image {
        height: 730px;
    }
}

@media  (min-width: 900px) and (max-width: 1024px) {
    .bg-image {
      height: 686px;
    }
    .bgg-image {
        height: 746px;
    }
}

@media  (min-width: 1025px) and (max-width: 1280px) {
    .bg-image {
      height: 686px;
    }
    .bgg-image {
        height: 746px;
    }
}

/* @media  (min-width: 900px) and (max-width: 912px) {
    .bg-image {
      height: 640px;
    }
    .bgg-image {
        height: 700px;
    }
} */
/* @media (width: 820px) {
     .bg-image {
      height: 660px;
    }

} */

/* FOOTER */

.container{
    max-width: 90%;
    margin: auto;  
    display: flex;
    justify-content: center; 
}

body{
    line-height: 1.5;
    font-family: 'Poppins', sans-serif;

}
*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

html, body {
    height: 100%;
}

.sidenav {
    width: 4rem;
    background-color: #4D148C;
    position: fixed;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding-inline-start: 1rem;
}

.sidenav img {
    width: 20px;
    height: 20px;
}

.main-content {
    margin-inline-start: 10rem;
}

.carousel-container {
    position: relative;
}

.carousel-inner, .carousel-item {
    height: 100%;
    width: 100%;
    background-size: contain;
}


.main-text {
    position: absolute;
    top: 58%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 1;
}

.carousel img {
    object-fit: cover;
    width: auto;
    height: 100%;
}

@media (max-width: 768px) {
    .main-text {
        position: absolute;
        top: 60%;
        left: 50%;
        transform: translate(-50%, -50%);
        z-index: 1;
    }
    .carousel img {
        height: 900px;
      /*  background-image: url('../images/backgroundImage.jpg');
        background-size: cover;
        background-position: center;*/
    }
    .heading {
        text-align: center;
        width: 300px;
    }
}

@media (min-width: 769px) and (max-width: 912px) {
    .main-text {
        padding-block-end: 35rem;
        padding-inline-start: 7rem;
    }
    .carousel img {
        height: 900px;
    }
}

.carousel-inner {
    height: 100%;
}

.carousel-item {
    height: 100%;
}

.carousel-caption {
    text-align: start;
    padding-inline: 3rem;
    position: absolute;
    left: 0;
    right: 0;
    top: 30%;
    margin: auto;
}

.heading {
    font-weight: 900;
}

.heading span {
    color: #EF5F1F;
}


.bg-purple {
    background-color: #4D148C;
}

input {
  /*  width: 25rem;*/
    height: 3.75rem;
    background-color: #FFFFFF;
    border-radius: 5px;
    padding-inline: 1rem;
    border: none;
    outline: none;
}

input::placeholder {
    color: #D9DBDA;
}

.box-container {
    width: 10rem;
    text-align: center;
}

.track-btn {
    background-color: #FF6200;
    font-size: 20px;
    font-weight: 500;
    text-transform: uppercase;
    padding-inline: 2.5rem;
    border: none;
}

.box {
    width: 40px;
    height: 40px;
}

.box path {
    fill: #000000;
}



/* Footer-style */
.container-about{
    max-width: 90%;
    margin: auto;
    display: flex;
    justify-content: center;


}

.footer-row{
    display: flex;
    flex-wrap: wrap;
}
ul{
    list-style: none;
    padding-inline-start: 0;
}

.footer{
    background-color: #24262b;
    padding: 20px 0;
    margin-inline-start: 4rem;
}
.footer-2{
    background-color: #24262b;
    padding: 20px 0;
}
.footer-col{
    width: 25% ;
}

.footer-col h4{
    font-size: 14px;
    color: white;
    text-transform: capitalize;
    margin-block-end: 35px;
    font-weight: 500;
    position: relative;
}

.footer-col h6{
    font-size: 12px;
    color: #c4c4c4;
    margin-block-end: 30px;
    margin-block-start: 30px;
    line-height: 1.8;
}
.footer-col h4::before{ 
    content: '';
    position: absolute;
    left: 0;
    bottom: -10px;
    background-color: #a41313;
    height: 2px;
    box-sizing: border-box;
    width: 50px;
}
.footer-col ul li:not(:last-child){
    margin-block: 10px;
}

.footer-col ul li a{
   font-size: 16px; 
   text-transform: capitalize;
   color: #ffffff;
   text-decoration: none;
   font-weight: 300;
   color: #868c98;
   display: block;
   transition: all 0.3s ease;
}
.footer-col ul li a:hover{
    color: #ff5f13;
    padding-inline: 8px;

}

.footer-col .social-links a {
    display: inline-block;
    height: 40px;
    width: 30px;
    margin: 0 5px 5px 0;
    text-align: center;
    line-height: 1;
    color: #bbbbbb;
    transition: all 0.5s ease;
}
.footer-col .social-links a:hover{
    color: #ffffff;
    
}

@media (max-width: 768px) {
    .sidenav {
     display: none;
    }
    .main-content {
        margin-inline-start: 0;
    }
 }

@media(max-width: 767px){
    .footer-col {
        width: 50%;
        margin-block-end: 30px;
    }

    .container{
        max-width: 100%;
        margin: auto;   
    }
    
}

@media(max-width: 574px){
    .footer-col {
        width: 100%;
    }

    .container{
        max-width: 100%;
        margin: auto;   
    }
}


/* / About Us / */
.about-heading {
    color: #FFFFFF;
    font-size: 2.813rem;
    font-weight: 100;
    margin-inline-start: 8rem;
    padding-block-start: 6rem;
}

.bg1 {
    background-image: url("../images/backgroundImage.jpg");
}
.bg2 {
    background-image: url("../images/international1.jpg");
}
.bg3 {
    background-image: url("../images/shipping1.jpg");
}
.bg4 {
    background-image: url("../images/ecommerce2.jpg");
}
.bg5 {
    background-image: url("../images/company.jpg");
}
.bg6 {
    background-image: url("../images/express.png");
}
.bg7 {
    background-image: url("../images/domestics.png");
}
.bg8 {
    background-image: url("../images/car_rental.jpg");
}

.background {
    background-size: cover;
    background-position: top center;
    background-repeat: no-repeat; 
    width: 100%;
    min-height: 350px;
}

.possibilities{
    margin-block: 4rem;
}

.space{
    margin-block-start: 2rem;
}

.title{
    text-align: start;
    font-size: 2.188rem;
    font-weight: 200;
}
.phrase{
    font-style: normal;
    font-weight: 100;
    font-size: 1.125rem;
}

h4 {
    margin-block: 1rem;
}

.img1, .img2{
    height: 500px;
}

.card-button {
    border: 2px solid #007ab7;
    color: #007ab7;
    text-transform: uppercase;
    line-height: 1rem;
    font-weight: 500;
    border-radius: 40px;
    padding-block: 1rem;
    padding-inline: 2rem;
    background-color: transparent;
}


@media (max-width: 767px) {
    .sidenav {
        display: none;
    }
    .main-content {
        margin-inline-start: 0;
    }
    .options {
        flex-direction: column;
        gap: 1rem;
    }
    input {
        width: 100%;
    }
}

@media(max-width: 768px){
    .footer{
        margin-inline-start: 0;
    }
}




/*form styles*/

.steps fieldset {
    background-color: #f8f8f8;
    border: 0 none;
    border-radius: 3px;
    padding: 20px 30px;
    box-sizing: border-box;
    width: 100%;
    position: relative;
}

    .steps fieldset:not(:first-of-type) {
        display: none;
    }

.steps input, #steps textarea {
    border: 1px solid #ccc;
    border-radius: 3px;
    margin-bottom: 10px;
    box-sizing: border-box;
    font-family: montserrat;
    color: #2C3E50;
    font-size: 13px;
    height: 40px;
}

.steps .form-control {
    margin-bottom: 10px;
}

.steps .action-button {
    background-color: #27AE60;
    font-weight: bold;
    color: white;
    border: 0 none;
    line-height: 20px;
    cursor: pointer;
    padding: 10px 25px;
    margin: 10px 5px;
    border-radius: 4px;
}

.btn-red {
    background-color: #eb0028 !important;
}

.steps .action-button:hover, .steps .action-button:focus {
    box-shadow: 0 0 0 2px white, 0 0 0 3px #27AE60;
}

.fs-title {
    font-size: 24px;
    margin-bottom: 10px;
}

    .fs-title a.login-btn-form {
        color: #000;
        display: block;
        float: right;
        font-size: 14px;
        font-weight: bold;
    }

        .fs-title a.login-btn-form:hover {
            color: #eb0028;
            text-decoration: underline;
        }

.fs-subtitle {
    font-weight: normal;
    font-size: 14px;
    color: #666;
    margin-bottom: 20px;
}

#progressbar {
    margin: 0px;
    padding: 0px;
    margin-bottom: 30px;
    overflow: hidden;
    counter-reset: step;
}

    #progressbar li {
        list-style-type: none;
        text-transform: uppercase;
        font-size: 12px;
        width: 14.28%;
        float: left;
        position: relative;
        text-align: center;
    }

    #progressbar.process5 li {
        width: 20%;
    }

    #progressbar.process4 li {
        width: 25%;
    }

    #progressbar.process3 li {
        width: 33.3333%;
    }

    #progressbar.process2 li {
        width: 50%;
    }

    #progressbar li:before {
        content: counter(step);
        counter-increment: step;
        width: 40px;
        line-height: 40px;
        display: block;
        font-size: 14px;
        color: #333;
        background: red;
        border-radius: 50%;
        margin: 0 auto 5px auto;
        font-weight: bold;
        z-index: 1;
        position: relative;
    }

    #progressbar li:after {
        content: '';
        width: 100%;
        height: 2px;
        background: red;
        position: absolute;
        left: -50%;
        top: 19px;
        z-index: 0;
    }

    #progressbar li:first-child:after {
        content: none;
    }

    #progressbar li.active:before, #progressbar li.active:after {
        background: #27AE60;
        color: white;
    }

    #progressbar li.active:last-child:before {
        content: "\f00c";
        font-family: 'Font Awesome\ 5 Free';
        font-weight: 900;
    }

.error1 {
    color: #FF0004;
}
/* Form Redio Slide */

.slide-label {
    float: left;
    width: 100%;
}

.slide-redio {
    width: 80px;
    height: 26px;
    background: #b3b3b3;
    margin: 5px auto 15px;
    position: relative;
    border-radius: 50px;
    border: 1px solid #858585;
    float: left;
}

    .slide-redio:after {
        content: 'OFF';
        color: #000;
        position: absolute;
        right: 10px;
        z-index: 0;
        font: 12px/26px Arial, sans-serif;
        font-weight: bold;
        text-shadow: 1px 1px 0px rgba(255, 255, 255, 0.15);
        top: 0px;
    }

    .slide-redio:before {
        content: 'ON';
        color: #0b9545;
        position: absolute;
        left: 10px;
        z-index: 0;
        font: 12px/26px Arial, sans-serif;
        font-weight: bold;
        top: 0px;
    }

    .slide-redio label {
        display: block;
        width: 34px;
        height: 20px;
        cursor: pointer;
        position: absolute;
        top: 2px;
        left: 3px;
        z-index: 1;
        background: #fcfff4;
        background: -webkit-linear-gradient(top, #fcfff4 0%, #dfe5d7 40%, #b3bead 100%);
        background: linear-gradient(to bottom, #fcfff4 0%, #dfe5d7 40%, #b3bead 100%);
        border-radius: 50px;
        -webkit-transition: all 0.4s ease;
        transition: all 0.4s ease;
        box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.3);
    }

    .slide-redio input[type=checkbox] {
        visibility: hidden;
    }

        .slide-redio input[type=checkbox]:checked + label {
            left: 43px;
        }






/*-------------- Our Client Css ------------------*/

.our-client {
    width: 100%;
    float: left;
}

    .our-client .client-item {
        margin: 0px 15px;
    }

.client-block h2 {
    margin-top: 0px;
    margin-bottom: 20px;
}

.client-block .owl-nav {
    text-align: center;
    margin-top: 15px;
}

    .client-block .owl-nav button.owl-prev, .client-block .owl-nav button.owl-next {
        display: inline-block;
        width: 15px;
        height: 32px;
        color: #fff;
        background-color: #494949;
        border-radius: 100%;
        line-height: 30px;
        font-size: 20px;
        margin: 0px 3px;
    }

    .client-block .owl-nav button:hover {
        background-color: #d70025;
    }

/*-------------- Slider Css ------------------*/

.homepage-slides-wrapper {
    position: relative;
    clear: both;
}

.single-slide-item {
    background-size: cover;
    background-position: center;
    background-color: #eb0028;
    height: 580px;
    font-size: 16px;
    color: #fff;
    position: relative;
}

.single-banner {
    background-size: cover;
    background-position: center;
    background-color: #eb0028;
    font-size: 16px;
    color: #fff;
    position: relative;
}

.slider-overlay:before {
    position: absolute;
    left: 0px;
    top: 0px;
    background-color: rgba(0,0,0,0.8);
    content: "";
    width: 100%;
    height: 100%;
}

.single-slide-item h2 {
    color: #eb0028;
    font-size: 48px;
    text-transform: uppercase;
    margin-top: 0px;
    margin-bottom: 15px;
    font-weight: 500;
}

.single-slide-item h3 {
    color: #fff;
    text-transform: uppercase;
    margin-top: 0px;
    margin-bottom: 15px;
}

.single-slide-item p {
    font-size: 16px;
    color: #fff;
}

.item-table {
    display: table;
    width: 100%;
    height: 100%;
}

.item-tablecell {
    display: table-cell;
    vertical-align: middle;
}

.wshipping-button {
    display: inline-block;
    color: #fff;
    border-radius: 4px;
    text-transform: uppercase;
    font-size: 14px;
    background-color: #eb0028;
    padding: 12px 30px;
    border: 0px;
}

    .wshipping-button:hover {
        text-decoration: none;
        background-color: #3b3b3b;
        color: #fff;
    }

    .wshipping-button.cta-btn {
        margin-top: 20px;
    }

    .wshipping-button.slide-btn {
        margin-top: 20px;
    }

.homepage-slides .owl-nav button.owl-prev, .homepage-slides .owl-nav button.owl-next {
    position: absolute;
    width: 60px;
    height: 60px;
    background-color: rgba(42,42,42,0.6);
    top: 50%;
    margin-top: -30px;
    border-radius: 4px;
    color: #fff;
    font-family: 'Font Awesome\ 5 Free';
    font-weight: 900;
    font-size: 24px;
    display: block;
    text-align: center;
    line-height: 60px;
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
}

.homepage-slides .owl-nav button.owl-prev {
    left: 40px;
}

.homepage-slides .owl-nav button.owl-next {
    right: 40px;
}

.homepage-slides:hover .owl-nav button {
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=1)";
}

.homepage-slides .owl-nav button:hover {
    background-color: rgba(235,0,40,0.6);
}

.homepage-slides .owl-controls .owl-dots {
    margin-top: 15px;
    text-align: center;
}

.homepage-slides .owl-controls .owl-dot {
    display: inline-block;
    margin: 0px 3px;
}

    .homepage-slides .owl-controls .owl-dot span {
        width: 30px;
        height: 6px;
        background-color: #b2b2b2;
        display: block;
        border-radius: 2px;
    }

    .homepage-slides .owl-controls .owl-dot.active span {
        background-color: #eb0028;
    }
/*-------------- Section Css ------------------*/


.checkbox input[type=checkbox].css-checkbox {
    position: absolute;
    opacity: 0;
    height: 20px;
}

    .checkbox input[type=checkbox].css-checkbox + label.css-label {
        padding-left: 30px;
        display: inline-block;
        line-height: 20px;
        background-repeat: no-repeat;
        background-position: 0 0;
        font-size: 14px;
        vertical-align: middle;
        cursor: pointer;
        position: relative;
        z-index: 1;
    }

    .checkbox input[type=checkbox].css-checkbox:checked + label.css-label {
        background-image: url(assets/images/checkbox2.png);
    }

.checkbox label.css-label {
    background-image: url(assets/images/checkbox.png);
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}




/* create shippment*/

/********************** Create Shipping **********************/

.shipping-form-block {
    width: 100%;
    padding: 30px 15px 0px;
}

.shipping-form .form-group {
    margin-bottom: 5px;
}

.shipping-form .checkbox {
    float: left;
    width: 100%;
}

.shipping-form label sup {
    color: #eb0028;
}

.input-comment {
    position: relative;
    padding-right: 20px;
}

    .input-comment span.field-comment {
        position: absolute;
        right: -10px;
        bottom: 5px;
    }

.ship-address {
    padding: 15px;
    background-color: #fff;
    margin: 20px 0px;
}

    .ship-address h4 {
        border-bottom: 1px solid #d2d2d2;
        padding-bottom: 5px;
        font-size: 16px;
    }

a.btn-edit {
    display: block;
    color: #444;
    float: right;
    font-size: 14px;
}

    a.btn-edit:hover {
        color: #eb0028;
    }

.what-package {
    padding-top: 30px;
    text-align: right;
}

    .what-package img {
        background-color: #fff;
        padding: 10px;
        border: 1px solid #D7D7D7;
        max-width: 222px;
    }

.shipping-form h3 {
    border-bottom: 1px solid #c9c9c9;
    color: #434343;
    font-weight: 400;
    padding-bottom: 10px;
    font-size: 18px;
    margin-bottom: 30px;
}

.dropoff-block .date .form-control {
    margin-bottom: 0px !important;
    border-top-right-radius: 0px !important;
    border-bottom-right-radius: 0px !important;
}

.nav-tabs li.or-text {
    background: none;
    border: none;
    padding: 10px 30px;
    font-size: 18px;
}

.dropoff-block .nav-tabs > li > a.nav-link {
    border: 1px solid #d0d0d0;
    background-color: #fff;
    min-width: 200px;
    text-align: center;
    color: #444;
    border-radius: 4px;
    display: inline-block;
    padding: 8px 0px;
}

.dropoff-block .nav-tabs > li > a.active {
    color: #fff;
    background-color: #27AE60 !important;
}

.dropoff-block .tab-content {
    margin-top: 30px;
}

.we-accept {
    margin-top: 30px;
}

    .we-accept img {
        margin-right: 5px;
        max-width: 46px;
    }

.review {
    padding-top: 10px;
}

    .review h3 {
        margin-bottom: 20px;
    }

    .review h5 {
        margin-top: 15px;
        font-size: 14px;
        margin-bottom: 3px;
    }

    .review ul {
        margin: 0px;
        padding: 0px;
        list-style-type: none;
    }

        .review ul li, .review p {
            font-size: 12px;
        }

.promoCode-input {
    max-width: 300px;
    margin-top: 3px;
}

h1.tanks-message {
    text-align: center;
    color: rgba(0,184,72,1.00);
    padding: 100px 0px;
}
/*form styles*/

.steps fieldset {
    background-color: #f8f8f8;
    border: 0 none;
    border-radius: 3px;
    padding: 20px 30px;
    box-sizing: border-box;
    width: 100%;
    position: relative;
}


.review {
    padding-top: 10px;
}

    .review h3 {
        margin-bottom: 20px;
    }

    .review h5 {
        margin-top: 15px;
        font-size: 14px;
        margin-bottom: 3px;
    }

    .review ul {
        margin: 0px;
        padding: 0px;
        list-style-type: none;
    }

        .review ul li, .review p {
            font-size: 12px;
        }





/********************** Tracking Result **********************/


.track-result h3, .order-list h3 {
    text-align: center;
    text-transform: uppercase;
    font-weight: 500;
    margin-top: 0px;
    margin-bottom: 35px;
}

.track-result-block {
    background-color: #f9f9f9;
    border-radius: 4px;
}

.track-result-id {
    background-color: #eb0028;
    padding: 12px 20px;
    text-align: center;
    text-transform: uppercase;
    font-size: 16px;
    color: #fff;
    border-radius: 4px 4px 0px 0px;
}

.order-list .table a .fa, .order-list .table a .far {
    color: #979797;
}

.order-list .table a:hover .fa, .order-list .table a:hover .far {
    color: #eb0028;
}

.track-status {
    background-color: #ffe3e8;
    padding: 12px 20px;
    text-align: center;
    font-size: 14px;
    color: #8a0c22;
}

.track-result-bar {
    padding: 30px 0px;
    display: table;
    width: 100%;
}

ul.track-progress {
    margin: 0px;
    padding: 0px;
    list-style-type: none;
}

    ul.track-progress li {
        float: left;
        width: 20%;
        position: relative;
        text-align: center;
    }

        ul.track-progress li:before {
            width: 70px;
            height: 70px;
            content: "";
            display: block;
            line-height: 70px;
            text-align: center;
            margin: 0px auto 15px;
            border-radius: 50%;
            background-color: #eb0028;
            color: #fff;
            font-family: 'Font Awesome\ 5 Free';
            font-weight: 900;
            font-size: 24px;
            position: relative;
            z-index: 1;
        }

        ul.track-progress li:after {
            position: absolute;
            width: 100%;
            height: 4px;
            content: "";
            display: block;
            background-color: #eb0028;
            top: 33px;
            left: -50%;
        }

        ul.track-progress li:first-child:after {
            content: normal;
        }

        ul.track-progress li.track-active {
            color: #70a62a;
        }

            ul.track-progress li.track-active:before {
                background-color: #7eb438;
            }

            ul.track-progress li.track-active + li:after {
                background-color: #7eb438;
            }

        ul.track-progress li.icon-confirm-roder:before {
            content: "\f217";
        }

        ul.track-progress li.icon-process-roder:before {
            content: "\f201";
        }

        ul.track-progress li.icon-quality-check:before {
            content: "\f2a3";
        }

        ul.track-progress li.icon-dispatched-item:before {
            content: "\f0d1";
        }

        ul.track-progress li.icon-product-deliver:before {
            content: "\f046";
        }

.order-list-button {
    display: block;
    color: #fff;
    border-radius: 3px;
    text-transform: uppercase;
    font-size: 16px;
    background-color: #eb0028;
    padding: 12px 30px;
    border: 0px;
    clear: both;
    text-align: center;
}

    .order-list-button:hover {
        text-decoration: none;
        background-color: #3b3b3b;
        color: #fff;
    }
/********************** Order Table **********************/

table.table {
    border: 1px solid #dddddd;
    border-top: 0px;
}

    table.table tr th {
        background-color: #eb0028;
        color: #fff;
        text-transform: uppercase;
        text-align: center;
        padding: 12px;
        border-right: 1px solid #fff;
    }

    table.table tr td {
        text-align: center;
        padding: 12px;
        border-right: 1px solid #fff;
    }

        table.table tr th:last-child, table.table tr td:last-child {
            border-right: 0px;
        }

    table.table tr:nth-child(odd) td {
        background-color: #fcfcfc;
    }

    table.table tr:nth-child(even) td {
        background-color: #f0f0f0;
    }




.customer-login {
    background-image: url(assets/images/single-blog-pic1.jpg);
    min-height: 400px;
}

    .customer-login:before {
        position: absolute;
        left: 0px;
        top: 0px;
        width: 50%;
        height: 100%;
        content: "";
        display: block;
      /*  background-color: rgba(235,0,40,0.8);*/
    }

    .customer-login:after {
        position: absolute;
        right: 0px;
        top: 0px;
        width: 50%;
        height: 100%;
        content: "";
        display: block;
        /* background-color: #e8e8e8;*/
    }

.customer-login-left {
    padding: 50px 30px;
    text-align: center;
    color: #fff;
    background-image: url('../images/backgroundImage.jpg');
}

.login-icon .fa {
    border: 15px solid rgba(92,0,16,0.4);
    color: #fff;
    font-size: 60px;
    border-radius: 100%;
    width: 120px;
    height: 120px;
    line-height: 90px;
}

.customer-login-left h4 {
    margin-top: 40px;
}

.customer-login-left a {
    color: #000;
    text-transform: uppercase;
    font-style: 16px;
    font-weight: 600;
}

    .customer-login-left a:hover {
        color: #fff;
    }

.customer-login-block {
    position: relative;
    z-index: 1;
    padding: 30px 30px 20px 15px;
}

    .customer-login-block h2 {
        margin-top: 0px;
        margin-bottom: 30px;
        position: relative;
    }

        .customer-login-block h2:before {
            position: absolute;
            left: 0px;
            bottom: -10px;
            height: 2px;
            width: 60px;
            background-color: #eb0028;
            content: "";
        }

    .customer-login-block .form-control {
        height: 38px;
    }

    .customer-login-block .btn {
        margin-top: 15px;
    }

button.btn-submit {
    background-color: #eb0028;
    border-color: #e60329;
    color: #fff;
    cursor: pointer;
}

    button.btn-submit:hover {
        background-color: #474747;
        border-color: #474747;
    }


.customer-login-block a.forgot-pass {
    display: block;
    float: right;
    color: #444444;
}

    .customer-login-block a.forgot-pass:hover {
        color: #eb0028;
    }



/*-------------- Breadcroumb Css------------------*/

.wshipping-breadcroumb {
    background-position: center;
    background-size: cover;
    color: #a3a3a3;
    position: relative;
}

    .wshipping-breadcroumb:before {
        position: absolute;
        width: 100%;
        height: 100%;
        background: rgba(22,0,1,0.8);
        display: block;
        content: "";
        left: 0px;
        top: 0px;
    }

    .wshipping-breadcroumb h1 {
        margin: 0px;
        padding: 0px;
        text-transform: uppercase;
        color: #fff;
        font-size: 32px;
    }

    .wshipping-breadcroumb h4 {
        margin: 0px;
        color: #fff;
        line-height: 26px;
    }

        .wshipping-breadcroumb a, .wshipping-breadcroumb h4 span {
            color: #eb0028;
        }
/*-------------- left block Css------------------*/


/********************** Tracking **********************/

.commoun-tab .tab-content {
    background-color: #f6f6f6;
    padding: 20px 25px;
    border: 1px solid #ddd;
    border-radius: 0px 4px 4px 4px;
}

.tracking-block .tab-content {
    background-color: #f6f6f6;
    padding: 36px 50px;
    border: 1px solid #ddd;
    border-radius: 0px 4px 4px 4px;
}

.nav-tabs {
    border: 0px;
}

    .nav-tabs > li > a.nav-link {
        border: 1px solid #ddd;
        border-bottom: 0px;
        border-radius: 4px 4px 0 0;
        padding: 10px 15px;
        margin-right: 3px;
    }

    .nav-tabs > li > a.active, .nav-tabs > li > a.active:focus, .nav-tabs > li > a.active:hover {
        background-color: #f6f6f6 !important;
    }

.tracking-block h3 {
    margin-top: 0px;
    text-transform: uppercase;
    margin-bottom: 20px;
    position: relative;
}

.put-track-number form {
    display: flex;
}

.put-track-number .track-id {
    height: 48px;
    width: 80%;
    font-size: 16px;
    margin-right: 10px;
}

.put-track-number .btn-track {
    height: 48px;
    width: 20%;
    color: #fff;
    background-color: #eb0028;
    font-weight: 600;
    font-size: 16px;
    text-transform: uppercase;
}

    .put-track-number .btn-track:hover {
        background-color: #eb0028;
    }

.track-bottom-link {
    padding-top: 10px;
    text-transform: uppercase;
}

    .track-bottom-link a {
        display: inline-block;
    }

        .track-bottom-link a:hover {
            color: #eb0028;
        }

    .track-bottom-link span {
        display: inline-block;
        padding: 0px 5px;
    }

.section-title-holder span {
    color: #eb0028;
}


/********************** Contact us Css **********************/

.contact-text {
    padding-bottom: 10px;
}

    .contact-text h3 {
        margin-top: 0px;
        text-transform: uppercase;
        margin-bottom: 15px;
    }

        .contact-text h3 span {
            color: #eb0028;
        }

.contact-form {
    margin-top: 20px;
}

    .contact-form .form-group {
        margin-bottom: 0px;
    }

    .contact-form .form-control {
        margin-bottom: 15px;
    }

    .contact-form textarea.form-control {
        height: 120px;
    }

    .contact-form .form-group:last-child {
        margin-bottom: 0px;
    }



.preloader {
    background-color: #f7f7f7;
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 999999;
    -webkit-transition: .6s;
    -o-transition: .6s;
    transition: .6s;
    margin: 0 auto
}

    .preloader .preloader-circle {
        width: 100px;
        height: 100px;
        position: relative;
        border-style: solid;
        border-width: 1px;
        border-top-color: #f15f22;
        border-bottom-color: transparent;
        border-left-color: transparent;
        border-right-color: transparent;
        z-index: 10;
        border-radius: 50%;
        -webkit-box-shadow: 0 1px 5px 0 rgba(35,181,185,0.15);
        box-shadow: 0 1px 5px 0 rgba(35,181,185,0.15);
        background-color: #fff;
        -webkit-animation: zoom 2000ms infinite ease;
        animation: zoom 2000ms infinite ease;
        -webkit-transition: .6s;
        -o-transition: .6s;
        transition: .6s
    }

    .preloader .preloader-img {
        position: absolute;
        top: 50%;
        z-index: 200;
        left: 0;
        right: 0;
        margin: 0 auto;
        text-align: center;
        display: inline-block;
        -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        transform: translateY(-50%);
        padding-top: 6px;
        -webkit-transition: .6s;
        -o-transition: .6s;
        transition: .6s
    }

        .preloader .preloader-img img {
            max-width: 55px
        }

    .preloader .pere-text strong {
        font-weight: 800;
        color: #dca73a;
        text-transform: uppercase
    }

@keyframes zoom {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
        -webkit-transition: .6s;
        -o-transition: .6s;
        transition: .6s
    }

    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
        -webkit-transition: .6s;
        -o-transition: .6s;
        transition: .6s
    }
}

