@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap');

body {
    font-family: "Montserrat", serif;
    font-optical-sizing: auto;
}

.header-bg {
    background-color: #fff;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
}

.body-bg {
    background-color: #f2f2f2;
}

.footer-bg {
    background-color: #900B09;
    color: #fff;
    padding: 10px 0;
}

.nav-pills .nav-link.active, .nav-pills .show > .nav-link {
    color: #fff;
    background-color: #900B09;
}

label {
    font-size: 13px;
    margin-bottom: 7px;
    font-weight: 500;
    color: #3b3a3a;
}

.nav-pills .nav-link {
    color: #000;
    background-color: #d5d5d5;
    border-radius: 4px;
    font-weight: 500;
}

li.nav-item {
    margin-right: 10px;
    font-weight: 500;
}

.tab-pane {
    background-color: #fff;
}

h3 {
    padding: 10px;
    color: #900B09;
    font-weight: 600;
}

.logo-header {
    background-color: #fff !important;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
    width: 100%;
}

    .logo-header img {
        width: 280px;
        /*  margin-top: 5px;*/
    }

.logo {
    max-width: 200px;
}

.list-1 {
    text-transform: uppercase; /*font-family: PF Handbook Pro Regular*/
}

.footer-bs p {
    margin: 0;
    color: #fff;
    padding: 15px 0px;
    font-size: 16px;
    font-family: "Montserrat", sans-serif;
}

.footer-bs {
    background: #b01e1d;
    right: 0;
    bottom: 0;
    left: 0;
}

@media only screen and (max-width: 420px) {
    .footer-bs {
        position: static;
    }
}

.logo-header .fa {
    margin-right: 5px;
    color: #494949;
}

.logo-header select option {
    color: black;
    padding: 20px;
}

@media only screen and (max-width: 420px) {
    .logo-header ul li {
        font-size: 14px;
        margin-right: 4px;
        text-align: left;
        font-weight: 500;
        margin-top: 10px;
        padding: 5px 8px;
    }
}

@media only screen and (max-width: 420px) {
    .logo-header img {
        margin: auto;
        display: block;
        /*  margin-bottom: -23px;*/
        margin-top: 10px;
    }
}
/*
   .top-header {
     background: #3d3f3f;
     margin: 0;
     color: #fff;
     padding-bottom: 10px;
     position: sticky;
     bottom: 0;
     top: 0;
     z-index: 99;
   }
   .top-header ul {
     list-style-type: none;
     margin: 0;
     padding: 0;
   }
   .top-header ul li {
     display: inline-block;
     color: #fff;
     font-size: 13px;
     margin-top: 6px;
     padding-top: 7px;
     font-weight: 500;
     letter-spacing: 1px;
     margin-right: 10px;
   }
   .top-header .fa {
     margin-right: 5px;
   }
   .top-header select option {
     color: black;
     padding: 20px;
   }
*/
.trackshipment, .Historycontent, .complaints, .pickup {
    padding: 12px 0px;
    background: #fff;
    margin: 20px 0px 50px 0px;
    border-radius: 4px;
}

.content-box {
    padding: 12px;
    border: 2px solid #eee;
}

.nav-item .fa {
    margin-right: 2px;
}

.mt5 {
    margin-top: 30px;
}

.modal-body h3 {
    text-align: center;
    font-size: 50px;
    font-family: "Montserrat", sans-serif;
    font-weight: 200;
}

.custom-btn {
    width: 225px;
    margin-left: 10px;
}

.custom-btn-danger {
    width: 120px;
    height: 40px;
    margin-left: 10px;
}

.hh-grayBox {
    background-color: #F8F8F8;
    margin-bottom: 20px;
    padding: 35px;
    margin-top: 20px;
}

.pt45 {
    padding-top: 45px;
}

.order-tracking {
    text-align: left;
    width: 25%;
    position: relative;
    display: block;
}

    .order-tracking .is-complete {
        display: block;
        position: relative;
        border-radius: 50%;
        height: 30px;
        width: 30px;
        border: 0px solid #AFAFAF;
        background-color: #666967;
        margin: 0px;
        transition: background 0.25s linear;
        -webkit-transition: background 0.25s linear;
        z-index: 2;
    }

        .order-tracking .is-complete:after {
            display: block;
            position: absolute;
            content: '';
            height: 14px;
            width: 7px;
            top: -2px;
            bottom: 0;
            left: 5px;
            margin: auto 0;
            border: 0px solid #AFAFAF;
            border-width: 0px 2px 2px 0;
            transform: rotate(45deg);
            opacity: 0;
        }

    .order-tracking.completed .is-complete {
        border-color: #27aa80;
        border-width: 0px;
        background-color: #27aa80;
    }

        .order-tracking.completed .is-complete:after {
            border-color: #fff;
            border-width: 0px 3px 3px 0;
            width: 7px;
            left: 11px;
            opacity: 1;
        }

    .order-tracking p {
        color: #333;
        font-size: 16px;
        font-weight: 500;
        margin-top: 8px;
        margin-bottom: 0;
        line-height: 20px;
    }

        .order-tracking p span {
            font-size: 12px;
            font-weight: 400;
        }

    .order-tracking.completed p {
        color: #000;
    }

    .order-tracking::before {
        content: '';
        display: block;
        height: 3px;
        width: calc(100% - 0px);
        background-color: #666967;
        top: 13px;
        position: absolute;
        left: calc(-100% + 20px);
        z-index: 0;
    }

    .order-tracking:first-child:before {
        display: none;
    }

    .order-tracking.completed:before {
        background-color: #27aa80;
    }

.table.table-bordered tr td {
    font-size: 14px;
}

@media only screen and (max-width: 768px) {
    .top-header ul li {
        font-size: 12px;
        margin: auto;
        float: left;
        margin-right: 10px;
    }

    .form-group {
        margin-bottom: 10px;
    }

    .nav-link {
        margin-bottom: 10px;
    }

    .order-tracking p {
        color: #333;
        font-size: 12px;
        font-weight: 500;
        margin-top: 8px;
        margin-bottom: 0;
        line-height: 20px;
    }

        .order-tracking p span {
            font-size: 10px;
            font-weight: 400;
        }
}

.form-select {
    border-radius: 2px;
}

.form-control {
    border-radius: 2px;
    margin-bottom: 5px;
}
/* This style for hide type=number SPINNER */
input[type=number]::-webkit-outer-spin-button, input[type=number]::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0
}

input[type=number] {
    -moz-appearance: textfield
}

input, input::placeholder {
    font-size: 13px;
}

.mendatoryfield {
    color: red;
}

.top-header {
    background-color: #b01e1d;
    color: #fff;
    padding: 0px;
    height: 30px;
    border-bottom: 1px solid #f2f2f2;
}

    .top-header ul {
        list-style-type: none;
    }

        .top-header ul li {
            display: inline-block;
            color: #fff;
            font-size: 14px;
            margin-top: 5px;
            font-weight: 500;
            letter-spacing: 0px;
            margin-right: 10px;
        }

            .top-header ul li a {
                color: #fff;
                text-decoration: none !important;
            }

    .top-header .fa {
        margin-right: 5px;
        color: #fff;
        font-size: 15px;
    }

    .top-header select option {
        color: black;
        padding: 20px;
    }




.bg-primary {
    background-image: linear-gradient(270deg, #79c3f3 0, #017cc2);
    padding: 10px;
    height: 110px;
    color: #fff;
    font-weight: 500;
    border-radius: 4px;
    width: 100%;
    margin-bottom: 15px;
}

.bg-success {
    background-image: linear-gradient(45deg, #069b2f, #37d4c0) !important;
    padding: 10px;
    height: 110px;
    color: #fff;
    font-weight: 500;
    border-radius: 4px;
    width: 100%;
    margin-bottom: 15px;
}

    .bg-success span {
        font-size: 31px;
        font-weight: 600;
        font-family: "Montserrat", sans-serif;
    }



.bg-warning {
    background-image: linear-gradient(270deg, #ffca74 0, #ebb504) !important;
    padding: 10px;
    height: 110px;
    color: #fff;
    font-weight: 500;
    border-radius: 4px;
    width: 100%;
    margin-bottom: 15px;
}

    .bg-warning span {
        font-size: 31px;
        font-weight: 600;
        font-family: "Montserrat", sans-serif;
    }


.bg-danger {
    background-image: linear-gradient(270deg, #8b4c4c, #f31111) !important;
    padding: 10px;
    height: 110px;
    color: #fff;
    font-weight: 500;
    border-radius: 4px;
    width: 100%;
    margin-bottom: 15px;
}


    .bg-danger span {
        font-size: 31px;
        font-weight: 600;
        font-family: "Montserrat", sans-serif;
    }


.bg-primary span {
    font-size: 31px;
    font-weight: 600;
    font-family: "Montserrat", sans-serif;
}


.navbar {
    padding: 0px !important;
}

.shipmenttrk {
    background: #fff;
    border: 1px dashed #b01e1d;
    padding: 40px 20px 40px 20px;
    margin-top: 60px;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
}

    .shipmenttrk h3 {
        font-size: 18px;
        font-weight: 600;
        color: #000;
        font-family: "Montserrat", sans-serif;
    }

.awb-searchbar {
    height: 45px !important;
}

/*.btn-success {
    border-radius: 0px;
    height: 45px;
}*/

/* Create a custom radio button */
.custom-radio {
    display: inline-block;
    position: relative;
    padding-left: 30px;
    margin-right: 20px;
    cursor: pointer;
    font-size: 14px;
    font-weight: 500;
    user-select: none;
    font-family: "Montserrat", sans-serif;
}

    /* Create the custom radio button background */
    .custom-radio .radio-mark {
        position: absolute;
        top: 0;
        left: 0;
        height: 20px;
        width: 20px;
        background-color: #ccc;
        border-radius: 50%;
    }

    /* On hover, add a grey background color */
    .custom-radio:hover input ~ .radio-mark {
        background-color: #ddd;
    }

    /* When the radio button is checked, add a blue background */
    .custom-radio input:checked ~ .radio-mark {
        background-color: #2196F3;
    }

    /* Create the indicator (the dot/circle inside the radio button) */
    .custom-radio .radio-mark:after {
        content: "";
        position: absolute;
        display: none;
    }

    /* Show the indicator (dot/circle) when checked */
    .custom-radio input:checked ~ .radio-mark:after {
        display: block;
    }

    /* Style the indicator (dot/circle) */
    .custom-radio .radio-mark:after {
        top: 6px;
        left: 6px;
        width: 8px;
        height: 8px;
        border-radius: 50%;
        background: white;
    }

    /* Hide the default radio button */
    .custom-radio input[type="radio"] {
        position: absolute;
        opacity: 0;
        cursor: pointer;
    }

.content-box h4 {
    background: #900B09;
    color: #fff;
    font-size: 16px;
    padding: 5px;
    border-radius: 2px;
    font-family: "Montserrat", sans-serif;
    margin-bottom: 10px;
}

.landing-prtnar {
    background: #fff;
    padding: 10px;
    border-radius: 4px;
    height: 180px;
    margin-bottom: 10px;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
}


.landing-heading {
    border-bottom: 1px solid #eee;
    margin-bottom: 10px;
    font-size: 24px;
    line-height: 45px;
}

.landing-prtnar img {
    width: 140px;
    margin: auto;
    display: block;
    margin-bottom: 10px;
}

.landing-prtnar h5 {
    text-align: center;
    color: #b01e1d;
    font-size: 20px;
    font-weight: 600;
}

@media only screen and (max-width: 768px) {
    .landing-prtnar h5 {
        text-align: center;
        color: #b01e1d;
        font-size: 16px;
        font-weight: 600;
    }
}



.mx-auto {
    margin: auto;
    display: block;
    width: 120px;
}



/*===========media query==========*/


@media only screen and (max-width: 420px) {
    /*  .top-header {
        float: left;
        height: 100px;
    }*/
    .top-header ul li {
        font-size: 12px;
    }
}


@media only screen and (max-width: 768px) {
    .top-header {
        height: auto;
    }
}

@media (min-width: 992px) {
    .navbar-expand-lg .navbar-nav .nav-link {
        padding-right: 0px !important;
        padding-left: var(--bs-navbar-nav-link-padding-x);
    }
}


/*======start wizard here=========*/


.wizard-content-left {
    background-blend-mode: darken;
    background-color: rgba(0, 0, 0, 0.45);
    background-image: url("https://i.ibb.co/X292hJF/form-wizard-bg-2.jpg");
    background-position: center center;
    background-size: cover;
    height: 100vh;
    padding: 30px;
}

    .wizard-content-left h1 {
        color: #ffffff;
        font-size: 38px;
        font-weight: 600;
        padding: 12px 20px;
        text-align: center;
    }

.form-wizard {
    color: #888888;
    padding: 0px 15px;
}

    .form-wizard .wizard-form-radio {
        display: inline-block;
        margin-left: 5px;
        position: relative;
    }

        .form-wizard .wizard-form-radio input[type="radio"] {
            -webkit-appearance: none;
            -moz-appearance: none;
            -ms-appearance: none;
            -o-appearance: none;
            appearance: none;
            background-color: #dddddd;
            height: 20px;
            width: 20px;
            display: inline-block;
            vertical-align: middle;
            border-radius: 50%;
            position: relative;
            cursor: pointer;
        }

            .form-wizard .wizard-form-radio input[type="radio"]:focus {
                outline: 0;
            }

            .form-wizard .wizard-form-radio input[type="radio"]:checked {
                background-color: #027dc3;
            }

                .form-wizard .wizard-form-radio input[type="radio"]:checked::before {
                    content: "";
                    position: absolute;
                    width: 10px;
                    height: 10px;
                    display: inline-block;
                    background-color: #ffffff;
                    border-radius: 50%;
                    left: 0px;
                    right: 0;
                    margin: 0 auto;
                    top: 5.5px;
                }

                .form-wizard .wizard-form-radio input[type="radio"]:checked::after {
                    content: "";
                    display: inline-block;
                    webkit-animation: click-radio-wave 0.65s;
                    -moz-animation: click-radio-wave 0.65s;
                    animation: click-radio-wave 0.65s;
                    background: #000000;
                    content: '';
                    display: block;
                    position: relative;
                    z-index: 100;
                    border-radius: 50%;
                }

            .form-wizard .wizard-form-radio input[type="radio"] ~ label {
                padding-left: 10px;
                cursor: pointer;
            }

    .form-wizard .form-wizard-header {
        /*  text-align: center;*/
    }

    .form-wizard .form-wizard-next-btn, .form-wizard .form-wizard-previous-btn, .form-wizard .form-wizard-submit {
        background-color: #027dc3;
        color: #ffffff;
        display: inline-block;
        min-width: 100px;
        min-width: 100px;
        padding: 7px;
        letter-spacing: 0.8px;
        font-size: 13px;
        font-weight: 500;
        text-align: center;
        border-radius: 2px;
    }


    .form-wizard .form-wizard-next-btn, .form-wizard .form-wizard-previous1-btn, .form-wizard .form-wizard-submit {
        background-color: #027dc3;
        color: #ffffff;
        display: inline-block;
        min-width: 100px;
        min-width: 100px;
        padding: 7px;
        letter-spacing: 0.8px;
        font-size: 13px;
        font-weight: 500;
        text-align: center;
        border-radius: 2px;
        text-decoration: none;
    }


        .form-wizard .form-wizard-next-btn:hover, .form-wizard .form-wizard-next-btn:focus, .form-wizard .form-wizard-previous-btn:hover, .form-wizard .form-wizard-previous-btn:focus, .form-wizard .form-wizard-submit:hover, .form-wizard .form-wizard-submit:focus {
            color: #ffffff;
            opacity: 0.6;
            text-decoration: none;
        }

    .form-wizard .wizard-fieldset {
        display: none;
    }

        .form-wizard .wizard-fieldset.show {
            display: block;
        }

    .form-wizard .wizard-form-error {
        display: none;
        background-color: #fa062d;
        position: absolute;
        left: 0;
        right: 0;
        bottom: 0;
        height: 1px;
        width: 100%;
    }

    .form-wizard .form-wizard-previous-btn {
        background-color: #043b5a;
    }

    .form-wizard .form-control {
        font-weight: 300;
        height: auto !important;
        padding: 6px;
        color: #828080;
        font-weight: 400;
        letter-spacing: 0.8px;
        border: 1px solid #b0abab; /*  border: none;*/
    }

        .form-wizard .form-control:focus {
            box-shadow: none;
            border: 1px solid #027dc3;
        }

    .form-wizard .form-group {
        position: relative;
        margin: 10px 0;
        margin-bottom: 0;
    }

    .form-wizard .wizard-form-text-label {
        position: absolute;
        left: 10px;
        top: 9px;
        transition: 0.2s linear all;
    }

    .form-wizard .focus-input .wizard-form-text-label {
        color: #027dc3;
        top: -18px;
        transition: 0.2s linear all;
        font-size: 12px;
    }

    .form-wizard .form-wizard-steps {
        margin: 30px 0;
    }

        .form-wizard .form-wizard-steps li {
            width: 20%;
            float: left;
            position: relative;
        }

            .form-wizard .form-wizard-steps li::after {
                background-color: #f3f3f3;
                content: "";
                height: 1px;
                left: 0;
                position: absolute;
                right: 0;
                top: 50%;
                transform: translateY(-50%);
                width: 100%;
                border-bottom: 1px solid #dddddd;
                border-top: 1px solid #dddddd;
            }

            .form-wizard .form-wizard-steps li span {
                background-color: #dddddd;
                border-radius: 50%;
                display: inline-block;
                height: 40px;
                line-height: 40px;
                position: relative;
                text-align: center;
                width: 40px;
                z-index: 1;
            }

            .form-wizard .form-wizard-steps li:last-child::after {
                width: 50%;
            }

            .form-wizard .form-wizard-steps li.active span, .form-wizard .form-wizard-steps li.activated span {
                background-color: #483c8e;
                color: #ffffff;
            }

            .form-wizard .form-wizard-steps li.active::after, .form-wizard .form-wizard-steps li.activated::after {
                background-color: #483c8e;
                left: 16%;
                width: 85%;
                border-color: #483c8e;
            }

            .form-wizard .form-wizard-steps li.activated::after {
                width: 100%;
                border-color: #483c8e;
            }

            .form-wizard .form-wizard-steps li:last-child::after {
                left: 0;
            }

    .form-wizard .wizard-password-eye {
        position: absolute;
        right: 32px;
        top: 50%;
        transform: translateY(-50%);
        cursor: pointer;
    }

@keyframes click-radio-wave {
    0% {
        width: 25px;
        height: 25px;
        opacity: 0.35;
        position: relative;
    }

    100% {
        width: 60px;
        height: 60px;
        margin-left: -15px;
        margin-top: -15px;
        opacity: 0.0;
    }
}

@media screen and (max-width: 767px) {
    .wizard-content-left {
        height: auto;
    }
}
/*======end wizard here=========*/
.float-right {
    float: right;
}

.float-left {
    float: left;
}



@keyframes scale {
    to {
        transform: scale(1.4);
    }
}

.partner-logo {
    margin-top: 40px;
}

.banking {
    background: #ffffff;
    width: 100%;
    height: auto;
    box-shadow: 0 2px 2px 2px rgba(0, 0, 0, 0.2);
    margin-top: 0px;
    border-radius: 2px;
    padding: 10px;
    margin-bottom: 10px;
    padding-bottom: 10px;
    position: relative;
}

.svg-account {
    margin: 0;
    margin-bottom: 10px;
    font-size: 22px;
    font-weight: 600;
    padding: 0px;
}

@media only screen and (max-width: 420px) {
    .banking {
        margin-top: 20px;
    }
}

.banking p {
    margin-right: 8px;
    position: absolute;
    right: 130px;
    top: 13px;
}

@media only screen and (max-width: 768px) {
    .banking p {
        right: 90px;
        font-size: 12px;
    }

    .svg-account {
        margin: 0;
        margin-bottom: 10px;
        font-size: 16px;
        font-weight: 600;
        padding: 0px;
    }
}

.suryodya-logo {
    width: 107px;
    position: absolute;
    right: 17px;
    top: 2px;
}

@media only screen and (max-width: 768px) {
    .suryodya-logo {
        width: 70px;
        top: 3px;
    }
}

.bdtop {
    margin: 0;
    border-top: 2px solid #fe7303;
}


.verification-code {
    /*    max-width: 300px;*/
    position: relative;
    margin-top: 20px;
    /*    text-align:center;*/
}

.verification-code--inputs input[type=number] {
    border: 2px solid #e1e1e1;
    width: 38px;
    height: 38px;
    padding: 5px;
    text-align: center;
    display: inline-block;
    box-sizing: border-box;
}

.verification-code p {
    float: right;
    margin-top: 11px;
    color: #027dc3;
    text-transform: uppercase;
    font-weight: 500;
    margin-right: 5px;
    font-size: 14px;
    letter-spacing: 0.5px;
    text-decoration: underline;
}

/*==============branding css=============*/


.thumbnail img {
    width: auto;
    height: 150px;
    margin: auto;
    display: block;
    margin-bottom: 15px;
}

.thumbnail h6 {
    text-align: center;
    margin-top: 15px;
    font-size: 14px;
    font-weight: 600;
    color:#000;
    text-decoration:none;
}

.banner-branding a {
    text-decoration: none;
}



.thumbnail {
    background: #fff;
    padding: 10px;
    border-radius: 4px;
    margin-bottom: 15px;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
}

