

Skip to content
Using uniseven Engineering & infrastructure pvt ltd Mail with screen readers
Conversations
0.19 GB of 30 GB used
Program Policies
Powered by Google
Last account activity: 1 hour ago
Details
import url('https://fonts.googleapis.com/css2?family=Trispace:wght@100&display=swap');

body, html {
    font: 14px/24px Montserrat,sans-serif;
    color: #7c7f82;
    font-weight: 400;
    overflow-x: hidden
}
.navbar {
    margin-bottom: 5px;
}
img {
    max-width: 100%;
    outline: 0
}

h1, h2, h3, h4, h5, h6 {
    margin: 0;
    padding: 0 0 20px;
    text-shadow: none;
    line-height: 110%
}

.dtPicker {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    width: 100vw;
}

p {
    padding: 0 0 20px;
    margin: 0
}

a {
    text-decoration: none;
    outline: 0;
    transition: ease-in-out .5s;
    color: #047eb9
}

    a:hover {
        text-decoration: none;
        transition: ease-in-out .5s
    }



::-webkit-input-placeholder {
    opacity: 1
}

:-moz-placeholder {
    opacity: 1
}

::-moz-placeholder {
    opacity: 1
}

:-ms-input-placeholder {
    opacity: 1
}

::-ms-input-placeholder {
    opacity: 1
}

:placeholder-shown {
    opacity: 1
}

a, a:focus, button, button:focus {
    outline: 0;
    outline-width: 0;
    cursor: pointer
}

h1 {
    font-size: 25px
}

h2 {
    font-size: 23px
}

h3 {
    font-size: 20px
}

h4 {
    font-size: 18px
}

h5 {
    font-size: 16px
}

h6 {
    font-size: 14px
}

.container {
    max-width: 1400px
}

.gen-pad {
    padding: 30px 0
}

.pad-bottom-0 {
    padding-bottom: 0 !important
}

.table {
    color: #7c7f82
}

input[type=email], input[type=password], input[type=text], input[type=number], select, textarea {
    padding: 8px 10px;
    background-color: #fff;
    border: 1px solid #ccc;
    color: #999;
    width: 100%;
    font-size: 14px;
    margin-bottom:5px;
}

select {
    background: #fff url(../images/select_arrow2.png) no-repeat 100% 18px;
    appearance: none;
    -moz-appearance: none;
    -webkit-appearance: none
}

@-moz-document url-prefix() {
    select {
        padding-left: 6px
    }
}

textarea {
    resize: none
}

    input[type=email]::-webkit-input-placeholder, input[type=password]::-webkit-input-placeholder, input[type=text]::-webkit-input-placeholder, textarea::-webkit-input-placeholder {
        color: #999
    }

input[type=password] {
    padding-right: 30px
}

select:disabled {
    background-color: #eee;
    opacity: .5;
    border: 1px solid #ccc
}

input[type=button]:focus, input[type=email]:focus, input[type=password]:focus, input[type=text]:focus, input[type=number]:focus, select option:focus, select:focus, textarea:focus {
    outline: 0
}

select option:focus {
    border: 0
}

::-webkit-input-option {
    border: 0;
    border-color: transparent;
    box-shadow: none
}

.select-hidden {
    width: 0;
    height: 0;
    opacity: 0
}

.select {
    cursor: pointer;
    display: inline-block;
    position: relative;
    font-size: 14px;
    color: #999;
    background: #fff;
    width: 100%
}

    .select.undefined {
        padding: 8px 10px 0;
        margin-bottom: 10px
    }

    .select.select-hidden {
        margin-bottom: 0
    }

.select-styled {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    color: #999;
    padding: 8px 10px;
    border: 1px solid #ddd;
    background-repeat: no-repeat;
    -moz-transition: all .4s ease-in;
    -o-transition: all .4s ease-in;
    -webkit-transition: all .4s ease-in;
    transition: all .4s ease-in
}

    .select-styled:after {
        content: "";
        width: 0;
        height: 0;
        border: 6px solid transparent;
        border-color: #7d8083 transparent transparent transparent;
        position: absolute;
        top: 18px;
        right: 10px;
        transition: all ease .4s;
        -webkit-transition: all ease .4s
    }

    .select-styled.active:after, .select-styled:active:after {
        top: 12px;
        border-color: transparent transparent #7d8083 transparent
    }

    .select-styled:hover {
        background-color: #fff
    }

    .select-styled.active, .select-styled:active {
        background-color: #fff
    }

.select-options {
    display: none;
    position: absolute;
    top: 105%;
    right: 0;
    left: 0;
    z-index: 9999;
    margin: 0;
    padding: 0;
    list-style: none;
    background-color: #eaf2f5;
    border: 1px solid #ddd
}

    .select-options li {
        margin: 0;
        padding: 5px 10px;
        border-bottom: 1px solid #ddd;
        text-indent: 15px 12px;
        color: #999;
        -moz-transition: all .15s ease-in;
        -o-transition: all .15s ease-in;
        -webkit-transition: all .15s ease-in;
        transition: all .15s ease-in
    }

        .select-options li:last-child {
            border-bottom: 0
        }

        .select-options li:hover {
            color: #fff;
            background: #047eb9
        }

        .select-options li[rel=hide] {
            display: none
        }

.product-search-list {
    width: 20%;
    float: left
}

    .product-search-list .select.undefined {
        margin: 0;
        padding: 0;
        border: 0
    }

    .product-search-list .select-styled {
        border: 0;
        border-right: 1px solid #ccc;
        padding: 0;
        height: 25px
    }

        .product-search-list .select-styled::after {
            top: 10px
        }

        .product-search-list .select-styled.active::after {
            top: 2px
        }

    .product-search-list .select.select-hidden {
        padding: 0
    }

    .product-search-list .select-options {
        top: 150%
    }

.btn-price {
    border: 0;
    width: 130px;
    padding: 5px;
    background: #153755;
    color: #fff;
    display: block
}

    .btn-price:hover {
        background: #1892e5;
        color: #fff
    }

.btn-submit {
    border: 0;
    border-radius: 5px;
    background-color: #0068AD;
    padding: 8px 36px;
    color: #fff;
    cursor: pointer;
    transition: ease-in-out .5s
}

    .btn-submit:hover {
        background-color: #047eb9;
        color: #fff;
        transition: ease-in-out .5s
    }

.btn-gray {
    background: #7c7f82;
    padding: 8px 15px;
    display: inline-block;
    color: #fff;
    border-radius: 5px;
    border: 0;
    cursor: pointer
}

.btn-blue {
    background: #153755;
    padding: 8px 15px;
    display: inline-block;
    color: white !important;
    border-radius: 5px;
    border: 0;
    cursor: pointer;
}

    .btn-blue:hover, .btn-gray:hover {
        color: #fff;
        background: #047eb9
    }


.stats {
    background-color: rgb(169, 168, 168);
    padding: 5px;
    left: 0;
}


.product-box {
    position: relative;
    padding-bottom: 50px;
    text-align: center;
}

    .product-box .pic img {
        width: 100%
    }

    .product-box h4 {
        font-size: 15px;
        color: #333;
        font-weight: 600;
        padding: 15px 10px 5px 10px
    }

    .product-box .name {
        color: #333;
        font-size: 14px;
        font-weight: 400;
        padding: 0 10px 10px
    }

.no-link {
    font-weight: 700
}

.product-box .btn-price {
    position: absolute;
    bottom: 15px;
    left: 50%;
    margin-left: -65px
}

.box-style1 {
    background: #f5f5f5
}

.box-style2 {
    box-shadow: 0 2px 3px #ccc
}

.responsive-pic {
    width: 100%
}

.btn-disabled {
    background: #666;
    opacity: .4;
    color: #000;
    cursor: not-allowed;
    pointer-events: none
}

    .btn-disabled:hover {
        background: #666;
        opacity: .4;
        color: #000;
        cursor: not-allowed;
        pointer-events: none
    }

.toggle-password {
    position: absolute;
    top: 14px;
    right: 15px;
    cursor: pointer;
}

/*.fa-eye-slash.toggle-password:before {
    content: "\f06e"
}

.fa-eye.toggle-password:before {
    content: "\f070"
}
*/
/*.toggle-password.fa-eye-slash:after {
    content: "Show Password";
    display: none;
    position: absolute;
    right: 0;
    top: -20px;
    width: 90px;
    text-align: center;
    border-radius: 5px;
    font-size: 11px;
    padding: 5px;
    background: #153755;
    color: #fff
}

.toggle-password.fa-eye-slash:hover:after {
    display: block
}

.toggle-password.fa-eye:after {
    content: "Hide Password";
    display: none;
    position: absolute;
    right: 0;
    top: -20px;
    width: 90px;
    text-align: center;
    border-radius: 5px;
    font-size: 11px;
    padding: 5px;
    background: #153755;
    color: #fff
}

.*//*toggle-password.fa-eye:hover:after {
    display: block
}*/

.file-field {
    border: 1px solid #ddd;
    padding: 8px 10px;
    background-color: #fff;
    margin-bottom: 10px;
    color: #999;
    width: 100%;
    font-size: 14px
}

.header-wrapper {
    padding: 10px 0
}

    .header-wrapper .col-lg-6 {
        max-width: 59.333333%;
        flex: 0 0 59.333333%
    }

    .header-wrapper .col-lg-4 {
        max-width: 24%;
        flex: 0 0 24%
    }

.top-search {
    border: 1px solid #061b40;
    position: relative;
    padding: 0 80px 0 0;
    display: flex;
    width: 100%
}

    .top-search form {
        width: 100%
    }

    .top-search select {
        border: 0;
        margin: 0;
        font-size: 14px;
        color: #7c7f82;
        border-right: 1px solid #ccc;
        outline: 0;
        appearance: none;
        -moz-appearance: none;
        -ms-appearance: none;
        -webkit-appearance: none;
        background: url(../images/select_arrow.png) no-repeat 95% 20px;
        padding: 10px 20px 10px 10px;
        float: left;
        width: 20%
    }

    .top-search input[type=text] {
        border: 0;
        outline: 0;
        width: 80%;
        color: #7c7f82;
        font-size: 14px;
        padding: 10px 15px;
        margin: 0
    }

    .top-search input[type=button], .top-search input[type=submit] {
        border: 0;
        width: 80px;
        color: #fff;
        font-size: 13px;
        text-transform: uppercase;
        padding: 10px;
        position: absolute;
        right: 0;
        top: 0;
        height: 100%;
        background: #061b40;
        transition: ease-in-out .5s;
        outline: 0
    }

        .top-search input[type=button]:hover, .top-search input[type=submit]:hover {
            background: #047eb9;
            transition: ease-in-out .5s
        }

.ui-autocomplete {
    z-index: 999;
    background: #ddd
}

.ui-widget.ui-widget-content {
    list-style: none;
    border: 1px solid #061b40;
    width: 500px !important;
}


.header-right ul {
    width: 100%;
    list-style: none;
    margin: 0;
    padding: 0;
    text-align: right;
    display: flex;
    justify-content: space-between
}

    .header-right ul li {
        padding: 0 0 0 14px;
        position: relative;
        font-size: 13px;
        line-height: 20px;
        display: inline-block;
        text-align: center
    }

        .header-right ul li:first-child {
            padding-left: 0
        }

        .header-right ul li i {
            margin: 0 auto 5px;
            display: block;
            width: 25px
        }

            .header-right ul li i img {
                height: 25px
            }

        .header-right ul li a {
            color: #7c7f82;
            display: block;
            padding: 0 0 3px
        }

.user .dropdown-toggle {
    color: #7c7f82;
    font-size: 13px;
    line-height: 20px;
    text-align: center;
    position: relative;
    display: block;
    text-align: left;
    border: 0;
    box-shadow: none;
    background: 0 0;
    -moz-appearance: none;
    -webkit-appearance: none;
    -ms-appearance: none;
    appearance: none
}

    .user .dropdown-toggle:after {
        display: none
    }

.user .dropdown:hover .dropdown-menu {
    display: block
}

.user .dropdown-item {
    padding: 5px 10px;
    font-size: 13px;
    line-height: 20px
}

.user .dropdown-menu {
    background: #f0f0f0;
    transform: none !important;
    top: 100% !important;
    padding: 10px;
    width: 210px
}

.user .heading {
    font-size: 13px;
    color: #061b40;
    font-weight: 600;
    border-bottom: 1px solid #ccc;
    padding-bottom: 5px;
    margin-bottom: 5px
}

.user .signin {
    display: block;
    padding: 5px;
    text-align: center;
    cursor: pointer;
    background: #047eb9;
    color: #fff;
    border-radius: 5px
}

.user .or {
    text-align: center;
    padding: 5px 0
}

.user .signup {
    display: block;
    padding: 5px;
    text-align: center;
    cursor: pointer;
    border: 1px solid #047eb9;
    border-radius: 5px;
    color: #061b40
}

.user .social-media .title {
    padding: 5px 0;
    font-size: 14px;
    font-weight: 600
}

.user .social-media ul {
    text-align: center;
    padding: 0 0 10px;
    display: block
}

    .user .social-media ul li {
        display: inline-block;
        float: none;
        padding: 0
    }

        .user .social-media ul li a {
            color: #061b40;
            background: 0 0;
            width: auto;
            height: auto;
            font-size: 13px;
            margin-right: 2px;
            padding: 0
        }

            .user .social-media ul li a:hover {
                opacity: .5;
                background: 0 0;
                color: #000
            }

.user .guest-user {
    display: block;
    padding: 5px;
    text-align: center;
    cursor: pointer;
    background: #ccc;
    border: 1px solid #999;
    border-radius: 5px;
    color: #000;
    margin-top: 10px
}

.user .dropdown-menu.logedin a {
    margin-bottom: 5px
}

.user .dropdown-menu.logedin {
    top: calc(100% + 3px) !important
}

.user .user-pic {
    width: 25px;
    height: 25px;
    border-radius: 50%;
    object-fit: cover;
    object-position: center
}

.user .login {
    position: absolute;
    top: 5px;
    right: 16%
}

    .user .login i {
        margin: 0 !important
    }

.top-cart .badge {
    width: 25px;
    height: 25px;
    background: #047eb9;
    border-radius: 50%;
    color: #fff;
    font-size: 11px;
    font-weight: 300;
    line-height: 20px;
    position: absolute;
    top: -2px;
    right: 5px
}

.helpline {
    padding-right: 0 !important
}

.top-cart .badge {
    width: 25px;
    height: 25px;
    background: #047eb9;
    border-radius: 50%;
    color: #fff;
    font-size: 11px;
    font-weight: 300;
    line-height: 20px;
    position: absolute;
    top: 0;
    right: 10px
}

.helpline {
    padding-right: 0 !important
}

.payment {
    padding: 4px 10px;
    color: #fff;
    background-color: #153755;
    font-size: 13px;
    line-height: 20px;
    margin: 0 15px 0 15px;
    border-radius: 8px
}

    .payment:hover {
        background: #047eb9;
        color: #fff
    }

.top-menu {
    clear: both;
    background: #e6e6e6
}

    .top-menu .row {
        align-items: center
    }

.btn-leads {
    font-size: 12px;
    color: #fff;
    padding: 8px 10px;
    border-radius: 5px;
    text-align: center;
    display: block;
    background-color: #153755;
    font-weight: 600
}

    .btn-leads.active, .btn-leads:hover {
        background: #047eb9;
        color: #fff
    }

.categories {
    padding: 18px 30px;
    background: #153755;
    float: left;
    font-size: 14px;
    color: #fff;
    text-transform: uppercase;
    font-weight: 600;
    border-radius: 20px 20px 0 0
}

.menu-wrapper {
    position: relative;
    z-index: 999;
    width: auto;
    border-radius: 0;
    padding: 22px 0
}

    .menu-wrapper ul {
        list-style: none;
        margin: 0;
        padding: 0;
        display: flex;
        justify-content: space-between;
        align-items: center
    }

        .menu-wrapper ul li {
            position: relative;
            padding: 0 10px;
            display: inline-block
        }

            .menu-wrapper ul li:last-child {
                border-right: 0;
                padding-right: 0
            }

    .menu-wrapper a {
        margin: 0;
        padding: 0;
        color: #061b40;
        font-size: 12px;
        font-weight: 400;
        line-height: 15px;
        display: block;
        position: relative
    }

    .menu-wrapper ul li a:hover, .menu-wrapper ul li.active a {
        color: #061b40
    }

    .menu-wrapper a:after {
        content: "";
        width: 0;
        height: 2px;
        background: #153755;
        display: block;
        transition: ease-in-out .5s;
        top: calc(100% + 8px);
        left: 0;
        position: absolute
    }

    .menu-wrapper a:hover:after, .menu-wrapper ul li.active a:after {
        content: "";
        width: 100%;
        height: 2px;
        background: #153755;
        display: block;
        transition: ease-in-out .5s
    }

    .menu-wrapper ul ul {
        position: absolute;
        display: none;
        z-index: 9999;
        left: 0;
        top: 100%;
        margin: 0;
        padding: 0;
        background: #fff;
        width: 100%;
        transition: ease-in-out .5s
    }

        .menu-wrapper ul ul li {
            padding: 10px;
            position: relative;
            border: 0;
            border-bottom: 1px solid #d0d0d0
        }

            .menu-wrapper ul ul li a {
                font-size: 14px;
                padding: 0;
                text-transform: none;
                border: 0;
                background: 0 0 !important
            }

                .menu-wrapper ul ul li a:hover {
                    border: 0;
                    background: 0 0
                }

    .menu-wrapper ul li:hover > ul {
        display: block
    }

.layer {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    min-width: 100%;
    z-index: 100;
    min-height: 100%;
    background-color: #000;
    opacity: 0;
    z-index: 9999
}

.layer-is-visible {
    display: block;
    -webkit-animation: fade-in-layer .3s;
    -moz-animation: fade-in-layer .3s;
    -ms-animation: fade-in-layer .3s;
    -o-animation: fade-in-layer .3s;
    animation: fade-in-layer .3s;
    opacity: .5
}

.cmn-toggle-switch {
    display: none
}

.site-nav {
    position: relative;
    z-index: 999;
    width: auto;
    border-radius: 0;
    padding: 22px 0
}

    .site-nav > ul {
        list-style: none;
        margin: 0;
        padding: 0;
        display: flex;
        justify-content: space-between;
        align-items: center
    }

        .site-nav > ul > li {
            position: relative;
            padding: 0 10px;
            display: inline-block
        }

            .site-nav > ul > li:last-child {
                padding-right: 0
            }

            .site-nav > ul > li:first-child {
                padding-left: 0
            }

            .site-nav > ul > li > a {
                color: #061b40;
                font-size: 12px;
                font-weight: 400;
                line-height: 15px;
                position: relative
            }

            .site-nav > ul > li.active > a, .site-nav > ul > li:hover > a {
                color: #061b40
            }

            .site-nav > ul > li:hover > .sub-drop-alt {
                color: #061b40
            }

            .site-nav > ul > li ul li:hover > .sub-drop-alt {
                color: #fff
            }

            .site-nav > ul > li > a:after {
                content: "";
                width: 0;
                height: 2px;
                background: #153755;
                display: block;
                transition: ease-in-out .5s;
                top: calc(100% + 8px);
                left: 0;
                position: absolute
            }

            .site-nav > ul > li.active a:after, .site-nav > ul > li > a:hover:after {
                content: "";
                width: 100%;
                height: 2px;
                background: #153755;
                display: block;
                transition: ease-in-out .5s
            }

            .site-nav > ul > li.active ul li a:after {
                display: none
            }

    .site-nav ul li.has-sub {
        padding-right: 15px
    }

.sub-drop-alt {
    position: absolute;
    right: 0;
    top: 2px;
    color: #061b40
}

.site-nav ul li.has-sub .sub-drop-alt::before {
    font-family: FontAwesome;
    content: '\f107'
}

.site-nav ul li.has-sub .sub-drop-alt.active::before {
    font-family: FontAwesome;
    content: '\f106'
}

.site-nav ul li ul li.has-sub .sub-drop-alt::before {
    font-family: FontAwesome;
    content: '\f105'
}

.site-nav ul li ul li.has-sub {
    padding-right: 0
}

    .site-nav ul li ul li.has-sub .sub-drop-alt {
        top: 0;
        width: 30px;
        height: 35px;
        line-height: 35px
    }

.site-nav ul li ul {
    list-style: none;
    margin: 0;
    padding: 0
}

.site-nav > ul > li:hover > ul {
    top: 45px;
    opacity: 1;
    visibility: visible
}

.site-nav > ul > li > ul {
    position: absolute;
    left: 0;
    top: 45px;
    background: #dcdcdc;
    width: 210px;
    -webkit-box-shadow: 0 5px 10px 0 #676767;
    box-shadow: 0 5px 10px 0 #676767;
    opacity: 0;
    visibility: hidden;
    transition: all .5s ease
}

    .site-nav > ul > li > ul > li {
        position: relative
    }

        .site-nav > ul > li > ul > li > a {
            display: block;
            font-size: 12px;
            color: #061b40;
            padding: 5px 15px;
            text-align: left
        }

        .site-nav > ul > li > ul > li:hover > a {
            background: #5e5e5e;
            color: #fff
        }

        .site-nav > ul > li > ul > li:hover > ul {
            left: 210px;
            opacity: 1;
            visibility: visible
        }

        .site-nav > ul > li > ul > li > ul {
            text-align: left;
            position: absolute;
            left: 210px;
            top: 0;
            background: #dcdcdc;
            width: 210px;
            -webkit-box-shadow: 0 5px 10px 0 #676767;
            box-shadow: 0 5px 10px 0 #676767;
            opacity: 0;
            visibility: hidden;
            transition: all .5s ease
        }

            .site-nav > ul > li > ul > li > ul > li > a {
                display: block;
                font-size: 12px;
                color: #061b40;
                padding: 5px 15px;
                text-align: left
            }

                .site-nav > ul > li > ul > li > ul > li > a:hover {
                    background: #5e5e5e;
                    color: #fff
                }

.owl-carousel, .owl-carousel .owl-item {
    -webkit-tap-highlight-color: transparent;
    position: relative
}

.owl-carousel {
    display: none;
    width: 100%;
    z-index: 1
}

    .owl-carousel .owl-stage {
        position: relative;
        -ms-touch-action: pan-Y;
        touch-action: manipulation;
        -moz-backface-visibility: hidden
    }

        .owl-carousel .owl-stage:after {
            content: ".";
            display: block;
            clear: both;
            visibility: hidden;
            line-height: 0;
            height: 0
        }

    .owl-carousel .owl-stage-outer {
        position: relative;
        overflow: hidden;
        -webkit-transform: translate3d(0,0,0)
    }

    .owl-carousel .owl-item, .owl-carousel .owl-wrapper {
        -webkit-backface-visibility: hidden;
        -moz-backface-visibility: hidden;
        -ms-backface-visibility: hidden;
        -webkit-transform: translate3d(0,0,0);
        -moz-transform: translate3d(0,0,0);
        -ms-transform: translate3d(0,0,0)
    }

    .owl-carousel .owl-item {
        min-height: 1px;
        float: left;
        -webkit-backface-visibility: hidden;
        -webkit-touch-callout: none
    }

        .owl-carousel .owl-item img {
            display: block;
            width: 100%
        }

    .owl-carousel .owl-dots.disabled, .owl-carousel .owl-nav.disabled {
        display: none
    }

    .no-js .owl-carousel, .owl-carousel.owl-loaded {
        display: block
    }

    .owl-carousel .owl-dot, .owl-carousel .owl-nav .owl-next, .owl-carousel .owl-nav .owl-prev {
        cursor: pointer;
        -webkit-user-select: none;
        -khtml-user-select: none;
        -moz-user-select: none;
        -ms-user-select: none;
        user-select: none
    }

    .owl-carousel .owl-nav button.owl-next, .owl-carousel .owl-nav button.owl-prev, .owl-carousel button.owl-dot {
        background: 0 0;
        color: inherit;
        border: none;
        padding: 0 !important;
        font: inherit
    }

    .owl-carousel.owl-loading {
        opacity: 0;
        display: block
    }

    .owl-carousel.owl-hidden {
        opacity: 0
    }

    .owl-carousel.owl-refresh .owl-item {
        visibility: hidden
    }

    .owl-carousel.owl-drag .owl-item {
        -ms-touch-action: pan-y;
        touch-action: pan-y;
        -webkit-user-select: none;
        -moz-user-select: none;
        -ms-user-select: none;
        user-select: none
    }

    .owl-carousel.owl-grab {
        cursor: move;
        cursor: grab
    }

    .owl-carousel.owl-rtl {
        direction: rtl
    }

        .owl-carousel.owl-rtl .owl-item {
            float: right
        }

    .owl-carousel .animated {
        animation-duration: 1s;
        animation-fill-mode: both
    }

    .owl-carousel .owl-animated-in {
        z-index: 0
    }

    .owl-carousel .owl-animated-out {
        z-index: 1
    }

    .owl-carousel .fadeOut {
        animation-name: fadeOut
    }

@keyframes fadeOut {
    0% {
        opacity: 1
    }

    100% {
        opacity: 0
    }
}

.owl-height {
    transition: height .5s ease-in-out
}

.owl-carousel .owl-item .owl-lazy {
    opacity: 0;
    transition: opacity .4s ease
}

    .owl-carousel .owl-item .owl-lazy:not([src]), .owl-carousel .owl-item .owl-lazy[src^=""] {
        max-height: 0
    }

.owl-carousel .owl-item img.owl-lazy {
    transform-style: preserve-3d
}

.owl-carousel .owl-video-wrapper {
    position: relative;
    height: 100%;
    background: #000
}

.owl-carousel .owl-video-play-icon {
    position: absolute;
    height: 80px;
    width: 80px;
    left: 50%;
    top: 50%;
    margin-left: -40px;
    margin-top: -40px;
    background: url(owl.video.play.png) no-repeat;
    cursor: pointer;
    z-index: 1;
    -webkit-backface-visibility: hidden;
    transition: transform .1s ease
}

    .owl-carousel .owl-video-play-icon:hover {
        -ms-transform: scale(1.3,1.3);
        transform: scale(1.3,1.3)
    }

.owl-carousel .owl-video-playing .owl-video-play-icon, .owl-carousel .owl-video-playing .owl-video-tn {
    display: none
}

.owl-carousel .owl-video-tn {
    opacity: 0;
    height: 100%;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: contain;
    transition: opacity .4s ease
}

.owl-carousel .owl-video-frame {
    position: relative;
    z-index: 1;
    height: 100%;
    width: 100%
}

.owl-carousel .owl-nav button.owl-next.disabled, .owl-carousel .owl-nav button.owl-next.disabled:hover, .owl-carousel .owl-nav button.owl-prev.disabled, .owl-carousel .owl-nav button.owl-prev.disabled:hover {
    opacity: .4 !important;
    cursor: not-allowed !important
}

.banner-wrapper {
    position: relative
}

.banner-container {
    max-width: 1400px;
    padding: 0 15px;
    margin: 0 auto;
    display: flex;
    flex-direction: row-reverse
}

    .banner-container .slider {
        width: 820px
    }

        .banner-container .slider img {
            width: 100%;
            height: 355px
        }

        .banner-container .slider a {
            display: block;
            width: 100%
        }

    .banner-container .banner-txt {
        width: calc(100% - 820px);
        background: #153755;
        position: relative
    }

        .banner-container .banner-txt:after {
            content: "";
            width: 2px;
            height: 100%;
            background: #153755;
            position: absolute;
            top: 0;
            right: -2px;
            z-index: 99
        }

    .banner-container .slider-pic {
        height: 355px;
        width: 100%;
        display: flex;
        align-items: center;
        background: #ddd
    }

    .banner-container .slider video {
        width: 100%;
        height: 347px;
        background: #000;
        margin: 0;
        padding: 0
    }

.banner-caption {
    position: relative;
    height: 100%;
    padding: 30px 15px
}

    .banner-caption h1 {
        font-size: 30px;
        color: #fff;
        text-transform: uppercase;
        font-weight: 800
    }

        .banner-caption h1 span {
            font-size: 25px;
            font-weight: 700;
            color: #fff;
            display: block;
            padding-bottom: 10px
        }

    .banner-caption p {
        font-size: 15px;
        font-weight: 500;
        color: #fff;
        width: 70%
    }

    .banner-caption .item {
        width: calc(100% + 2px);
        background: #fff;
        position: absolute;
        left: 17px;
        bottom: 30px;
        z-index: 99999
    }

        .banner-caption .item:after {
            content: "";
            width: 17px;
            height: 14px;
            background: url(../images/banner_arrow.png);
            display: block;
            position: absolute;
            right: 0;
            bottom: -14px
        }

    .banner-caption ul {
        list-style: none;
        margin: 0;
        padding: 0;
        display: flex
    }

        .banner-caption ul li {
            border-right: 1px solid #959595;
            padding: 0 15px 0 45px;
            margin-right: 15px;
            position: relative;
            color: #333;
            font-size: 15px;
            line-height: 20px;
            font-weight: 600
        }

            .banner-caption ul li:last-child {
                border-right: 0;
                margin-right: 0;
                padding-right: 0
            }

            .banner-caption ul li .icon {
                position: absolute;
                left: 0;
                top: 0
            }

#slider .owl-nav {
    display: block !important;
    position: absolute;
    top: 50%;
    height: 1px;
    left: 0;
    width: 100%;
    margin-top: -25px;
    font-family: Tahoma,Geneva,sans-serif;
    font-size: 70px;
    color: #cfcece
}

    #slider .owl-nav button.owl-next {
        float: right;
        margin-right: 15px
    }

    #slider .owl-nav button.owl-prev {
        margin-left: 15px
    }

        #slider .owl-nav button.owl-next:hover, #slider .owl-nav button.owl-prev:hover {
            opacity: .5
        }

#slider .owl-dots {
    display: block !important;
    bottom: 40px;
    position: absolute; /*width:100%;*/
    width: 35%;
    left: 32%;
    text-align: center;
    z-index: 9999
}

#slider.owl-carousel .owl-dots button.owl-dot { /*width:35px;*/
    width: 25px;
    height: 5px;
    border-radius: 0;
    background: #c2c2c2;
    margin: 0 5px
}

    #slider.owl-carousel .owl-dots button.owl-dot.active {
        background: #1892e5
    }

#slider .slider-pic .embed-responsive {
    height: 100%
}

.mob-click {
    display: none;
    background: #061b40;
    width: 60px;
    height: 50px;
    -webkit-transform: rotate(0);
    transform: rotate(0);
    -webkit-transition: .5s ease-in-out;
    transition: .5s ease-in-out;
    cursor: pointer;
    position: absolute;
    right: 15px;
    top: -10px;
    z-index: 999
}

    .mob-click span {
        position: absolute;
        opacity: 1;
        left: 15px;
        width: 30px;
        height: 2px;
        background: #fff;
        display: block;
        -webkit-transform: rotate(0);
        transform: rotate(0);
        -webkit-transition: .25s ease-in-out;
        transition: .25s ease-in-out
    }

        .mob-click span:nth-child(1) {
            top: 17px
        }

        .mob-click span:nth-child(2) {
            top: 25px
        }

        .mob-click span:nth-child(3) {
            top: 33px
        }

    .mob-click.open {
        position: fixed;
        top: 23px;
        right: 15px;
        z-index: 9999
    }

        .mob-click.open span:nth-child(1) {
            top: 23px;
            -webkit-transform: rotate(135deg);
            transform: rotate(135deg)
        }

        .mob-click.open span:nth-child(2) {
            opacity: 0;
            left: -20px
        }

        .mob-click.open span:nth-child(3) {
            top: 23px;
            -webkit-transform: rotate(-135deg);
            transform: rotate(-135deg)
        }

.shop-surplus {
    padding-top: 30px
}

    .shop-surplus h2 {
        font-size: 23px;
        font-weight: 600;
        color: #153755;
        padding: 0 0 10px 0;
        margin-bottom: 20px;
        border-bottom: 2px solid #153755
    }

        .shop-surplus h2 .viewall {
            display: inline-block;
            font-size: 14px;
            line-height: 14px;
            font-weight: 500;
            color: #153755;
            margin-left: 15px
        }

            .shop-surplus h2 .viewall:hover {
                color: #1892e5
            }

    .shop-surplus .col-lg-5 {
        max-width: 40.7%;
        flex: 0 0 40.7%
    }

    .shop-surplus .col-lg-7 {
        max-width: 59.3%;
        flex: 0 0 59.3%
    }

#webshop {
    position: relative
}

    #webshop .owl-dots {
        display: block !important;
        bottom: 10px;
        position: absolute;
        width: 100%;
        text-align: center;
        z-index: 9999
    }

    #webshop.owl-carousel .owl-dots button.owl-dot {
        width: 10px;
        height: 10px;
        border-radius: 50%;
        background: #c2c2c2;
        margin: 0 5px
    }

        #webshop.owl-carousel .owl-dots button.owl-dot.active {
            background: #1892e5
        }

.web-shop h2 {
    font-size: 23px;
    font-weight: 600;
    color: #153755;
    padding: 0 0 10px 0;
    margin-bottom: 20px;
    border-bottom: 2px solid #153755
}

#webshop .add img {
    height: 300px;
    object-fit: cover;
    object-position: center
}

#surplus .owl-nav {
    display: block !important;
    position: absolute;
    top: 50%;
    left: 0;
    width: 100%;
    margin-top: -25px;
    font-family: Tahoma,Geneva,sans-serif;
    font-size: 70px;
    color: #cfcece
}

    #surplus .owl-nav button.owl-next {
        float: right;
        margin-right: 15px
    }

    #surplus .owl-nav button.owl-prev {
        margin-left: 15px
    }

.surplus-box {
    position: relative;
    overflow: hidden
}

    .surplus-box .txt {
        padding: 7px 10px;
        background: rgba(0,0,0,.5);
        width: 100%;
        position: absolute;
        left: 0;
        bottom: 0;
        transition: ease-in-out .5s;
        height: 58px
    }

        .surplus-box .txt .title {
            font-size: 13px;
            text-transform: uppercase;
            color: #1892e5;
            font-weight: 500
        }

        .surplus-box .txt h5 {
            font-size: 16px;
            color: #fff;
            white-space: nowrap;
            overflow: hidden;
            text-overflow: ellipsis;
            padding-bottom: 5px;
            padding-right: 35px
        }

        .surplus-box .txt p {
            font-size: 13px;
            line-height: 20px;
            color: #fff;
            padding-bottom: 5px;
            padding-right: 35px
        }

        .surplus-box .txt span.icon {
            width: 34px;
            height: 34px;
            border-radius: 50%;
            border: 2px solid #fff;
            transition: ease-in-out .5s;
            color: #153755;
            float: right;
            display: block;
            margin: -35px 0 0 5px;
            font-family: Tahoma,Geneva,sans-serif;
            font-size: 30px;
            color: #e1dede;
            text-align: center;
            display: none
        }

    .surplus-box:hover .txt {
        height: 50%;
        transition: ease-in-out .5s
    }

    .surplus-box .txt:hover span.icon {
        display: block
    }

    .surplus-box .txt span.icon:hover {
        border: 2px solid #2698e7;
        color: #2698e7;
        transition: ease-in-out .5s
    }

    .surplus-box .txt a {
        position: relative;
        z-index: 9
    }

#surplus .surplus-box img {
    height: 300px;
    object-fit: cover;
    object-position: center
}

.featured-products {
    padding-top: 30px;
    position: relative;
}

    .featured-products .heading {
        border-bottom: 2px solid #153755;
        padding: 0 90px 10px 0;
        margin-bottom: 20px
    }

    .featured-products h2 {
        font-weight: 600;
        color: #153755;
        display: inline-block;
        padding: 0
    }

    .featured-products .viewall {
        display: inline-block;
        font-size: 14px;
        font-weight: 500;
        color: #153755;
        margin-left: 15px
    }

        .featured-products .viewall:hover {
            color: #1892e5
        }

    .featured-products .product-box {
        height: 100%
    }

#feature .owl-stage {
    display: flex
}

#feature .owl-dots {
    display: none !important
}

#feature .owl-nav {
    display: block !important;
    position: absolute;
    top: -70px;
    right: 0;
    width: 80px;
    font-family: Tahoma,Geneva,sans-serif;
    font-size: 35px;
    color: #e1dede
}

    #feature .owl-nav button.owl-next, #feature .owl-nav button.owl-prev {
        width: 34px;
        height: 34px;
        border-radius: 50%;
        border: 2px solid #153755;
        transition: ease-in-out .5s;
        color: #153755
    }

        #feature .owl-nav button.owl-next:hover, #feature .owl-nav button.owl-prev:hover {
            border: 2px solid #2698e7;
            color: #2698e7;
            transition: ease-in-out .5s
        }

    #feature .owl-nav button.owl-next {
        float: right
    }

    #feature .owl-nav button.owl-prev {
        float: left
    }

    #feature .owl-nav button span {
        width: 12px;
        height: 16px;
        float: left
    }

    #feature .owl-nav button.owl-next span {
        margin: -12px 0 0 9px
    }

    #feature .owl-nav button.owl-prev span {
        margin: -12px 0 0 7px
    }

.recommended-products {
    padding: 0 0 15px
}

    .recommended-products h2 {
        font-weight: 600;
        color: #153755;
        padding-bottom: 0;
        display: inline-block
    }

    .recommended-products .viewall {
        display: inline-block;
        font-size: 14px;
        font-weight: 500;
        color: #153755;
        margin-left: 15px
    }

        .recommended-products .viewall:hover {
            color: #1892e5
        }

    .recommended-products .heading {
        border-bottom: 2px solid #153755;
        padding: 0 0 10px 0;
        margin-bottom: 20px
    }

    .recommended-products .nav-tabs .nav-link {
        font-size: 14px;
        font-weight: 600;
        color: #999;
        margin: 0 10px;
        padding: 0 0 10px
    }

        .recommended-products .nav-tabs .nav-link:first-child {
            margin-left: 0
        }

    .recommended-products .nav-tabs .nav-link {
        border: 0;
        border-bottom: 3px solid transparent;
        position: relative
    }

        .recommended-products .nav-tabs .nav-link.active {
            border-bottom: 3px solid #047eb9;
            color: #333
        }

            .recommended-products .nav-tabs .nav-link.active:after {
                content: "";
                width: 0;
                display: inline-block;
                height: 0;
                border-left: 5px solid transparent;
                border-right: 5px solid transparent;
                border-bottom: 6px solid #047eb9;
                position: absolute;
                bottom: 0;
                left: 50%;
                margin-left: -5px
            }

.recommended-products-row {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -15px
}

    .recommended-products-row .product-box {
        margin: 15px;
        width: calc(25% - 30px);
        background: #f5f5f5;
        position: relative;
        padding-bottom: 50px;
        text-align: center
    }

.mcs-horizontal {
    position: relative
}

.recommended-products .nav-tabs {
    white-space: nowrap;
    flex-wrap: nowrap
}

.mcs-horizontal .mCSB_horizontal.mCSB_inside > .mCSB_container {
    margin-bottom: 5px
}

.mcs-horizontal .mCSB_scrollTools.mCSB_scrollTools_horizontal {
    opacity: 0
}

.tab-scroll {
    overflow-x: auto;
    scrollbar-width: thin;
    scrollbar-color: #153755 #ddd;
    scrollbar-border: 0;
    padding-bottom: 5px
}

    .tab-scroll::-webkit-scrollbar-track {
        -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,.3);
        background-color: #ddd
    }

    .tab-scroll::-webkit-scrollbar {
        width: 6px;
        height: 6px;
        background-color: #ddd
    }

    .tab-scroll::-webkit-scrollbar-thumb {
        background-color: #153755
    }

.leads-wrapper {
    padding-bottom: 30px
}

    .leads-wrapper .row {
        flex-direction: row-reverse
    }

    .leads-wrapper .add-pic {
        padding-bottom: 0
    }

.leads-box {
    padding: 15px;
    border-radius: 5px;
    box-shadow: -1px 0 4px #ccc;
    height: 100%
}

    .leads-box .header {
        border-bottom: 1px solid #d7d7d7;
        padding-bottom: 15px;
        display: flex
    }

        .leads-box .header .left {
            width: 70%;
            padding-right: 15px
        }

        .leads-box .header .right {
            width: 30%
        }

    .leads-box h3 {
        font-size: 18px;
        font-weight: 500;
        color: #1a1a18;
        padding: 0;
        display: inline-block
    }

        .leads-box h3 span {
            color: #828280;
            font-size: 14px
        }

    .leads-box .viewall {
        display: inline-block;
        color: #2072b6;
        font-size: 12px;
        font-weight: 600;
        margin-left: 5px
    }

        .leads-box .viewall:hover {
            opacity: .7
        }

    .leads-box .search {
        border: 1px solid #ccc;
        padding: 0 10px 0 35px;
        position: relative
    }

        .leads-box .search input[type=button], .leads-box .search input[type=submit] {
            border: 0;
            width: 15px;
            height: 15px;
            background: url(../images/icon_search.png) no-repeat;
            cursor: pointer;
            position: absolute;
            top: 5px;
            left: 10px
        }

        .leads-box .search input[type=text] {
            border: 0;
            margin: 0;
            padding: 5px;
            width: 100%;
            font-size: 12px;
            line-height: 15px;
            color: #999
        }

            .leads-box .search input[type=text]::-webkit-input-placeholder {
                color: #999
            }

    .leads-box.buying {
        border-top: 5px solid #8acc61;
        margin-bottom: 30px
    }

    .leads-box.selling {
        border-top: 5px solid #de2e2e
    }

.leads {
    padding: 15px;
    border-right: 1px solid #b7b7b7
}

    .leads .country {
        font-size: 14px;
        font-weight: 500;
        color: #1a1a18
    }

        .leads .country img {
            width: auto;
            height: 10px;
            display: inline-block
        }

    .leads .date {
        font-size: 14px;
        padding-bottom: 5px
    }

    .leads .des a {
        font-size: 14px;
        line-height: 20px;
        display: inline-block;
        font-weight: 500;
        color: #1a1a18
    }

        .leads .des a:hover {
            color: #004c97
        }

.add-viewall {
    display: inline-block;
    margin-left: 5px
}

    .add-viewall a {
        display: inline-block;
        color: #2072b6;
        font-size: 12px;
        font-weight: 600;
        margin-right: 5px
    }

        .add-viewall a:hover {
            opacity: .7
        }

        .add-viewall a.add {
            color: #000;
            font-size: 15px
        }

#buyingleads, #sellingleads {
    padding: 0 10px;
    position: relative
}

    #buyingleads:before, #sellingleads:before {
        content: "";
        height: 100%;
        width: 1px;
        background: #fff;
        position: absolute;
        top: 0;
        left: 10px;
        z-index: 9
    }

    #buyingleads:after, #sellingleads:after {
        content: "";
        height: 100%;
        width: 1px;
        background: #fff;
        position: absolute;
        top: 0;
        right: 10px;
        z-index: 9
    }

    #buyingleads .owl-dots, #sellingleads .owl-dots {
        display: none !important
    }

    #buyingleads .owl-nav {
        display: block !important;
        position: absolute;
        top: 50%;
        left: 0;
        width: 100%;
        margin-top: -50px;
        font-family: Tahoma,Geneva,sans-serif;
        font-size: 45px;
        color: #cfcece
    }

    #sellingleads .owl-nav {
        display: block !important;
        position: absolute;
        top: 36%;
        left: 0;
        width: 100%;
        margin-top: -50px;
        font-family: Tahoma,Geneva,sans-serif;
        font-size: 45px;
        color: #cfcece
    }

        #buyingleads .owl-nav button.owl-next, #sellingleads .owl-nav button.owl-next {
            float: right;
            margin-right: -5px
        }

        #buyingleads .owl-nav button.owl-prev, #sellingleads .owl-nav button.owl-prev {
            margin-left: -5px
        }

.add-pic {
    padding-bottom: 20px
}

    .add-pic img {
        width: 100%
    }

.latest-reviews {
    padding-bottom: 20px
}

    .latest-reviews h5 {
        font-size: 20px;
        color: #3f3f3f;
        font-weight: 700;
        padding-bottom: 20px
    }

    .latest-reviews .review-txt {
        background: #f8f8f8;
        padding: 15px;
        color: #828280
    }

    .latest-reviews p {
        font-size: 16px
    }

    .latest-reviews .title {
        font-size: 16px;
        font-weight: 700
    }

#review .owl-dots {
    display: block !important;
    bottom: 0;
    position: relative;
    width: 100%;
    text-align: center;
    z-index: 9999
}

#review.owl-carousel .owl-dots button.owl-dot {
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background: #c2c2c2;
    margin: 0 5px
}

    #review.owl-carousel .owl-dots button.owl-dot.active {
        background: #1892e5
    }

#review .owl-nav {
    display: none !important;
    position: absolute;
    top: 50%;
    left: 0;
    width: 100%;
    margin-top: -25px
}

.newsletter-wrapper {
    background: #153755;
    padding: 15px 0;
    color: #fff
}

    .newsletter-wrapper .row {
        justify-content: center;
        align-items: center
    }

    .newsletter-wrapper h5 {
        font-size: 18px;
        font-weight: 600;
        padding-bottom: 5px
    }

    .newsletter-wrapper p {
        font-size: 13px;
        padding: 0
    }

    .newsletter-wrapper .email {
        background: #fff;
        padding: 10px 100px 10px 15px;
        position: relative;
        border-radius: 3px
    }

    .newsletter-wrapper input[type=email] {
        border: 0;
        width: 90%;
        color: #999;
        margin: 0;
        padding: 0
    }

        .newsletter-wrapper input[type=email]::-webkit-input-placeholder {
            color: #999
        }

    .newsletter-wrapper input[type=submit] {
        background: #047eb9;
        border-radius: 0 3px 3px 0;
        width: 100px;
        position: absolute;
        top: 0;
        right: 0;
        height: 100%;
        text-align: center;
        font-size: 13px;
        text-transform: uppercase;
        color: #fff;
        border: 0;
        cursor: pointer
    }

        .newsletter-wrapper input[type=submit]:hover {
            background: #047eb9
        }

    .newsletter-wrapper ul {
        list-style: none;
        margin: 0;
        padding: 0;
        text-align: center
    }

        .newsletter-wrapper ul li {
            display: inline-block;
            font-size: 16px;
            padding: 5px 15px;
            padding: 5px 50px 0 0
        }

            .newsletter-wrapper ul li a {
                color: #fff
            }

                .newsletter-wrapper ul li a:hover {
                    opacity: .7
                }

            .newsletter-wrapper ul li span {
                padding: 0 16px;
                font-weight: 400;
                font-size: 16px
            }

        .newsletter-wrapper ul span {
            padding: 0 60px 0 0
        }

.footer-wrapper {
    border-top: 1px solid #c2c2c2;
    padding: 15px 0
}

    .footer-wrapper .footer-logo img {
        width: 180px
    }

    .footer-wrapper .contact-title {
        font-size: 12px;
        font-weight: 600;
        padding-bottom: 5px;
        text-transform: uppercase
    }

    .footer-wrapper .link {
        font-size: 12px;
        font-weight: 500;
        color: #061b40
    }

    .footer-wrapper h6 {
        font-size: 14px;
        color: #222529;
        font-weight: 700;
        padding-bottom: 15px
    }

    .footer-wrapper .displaynone {
        display: none
    }

    .footer-wrapper ul {
        list-style: none;
        margin: 0;
        padding: 0
    }

        .footer-wrapper ul li {
            padding: 0 0 0 25px;
            margin-bottom: 15px;
            font-size: 13px;
            line-height: 18px;
            position: relative;
            display: flex;
            align-items: center;
            min-height: 20px
        }

            .footer-wrapper ul li a {
                color: #7c7f82;
                display: inline-block
            }

                .footer-wrapper ul li a:hover {
                    color: #7c7f82;
                    opacity: .7
                }

    .footer-wrapper p {
        font-size: 13px
    }

    .footer-wrapper ul li span {
        width: 20px;
        height: 20px;
        text-align: center;
        position: absolute;
        left: 0;
        top: 0
    }

        .footer-wrapper ul li span img {
            max-height: 20px
        }

.copy-wrapper {
    border-top: 1px solid #c2c2c2;
    font-size: 13px;
    padding: 10px 0
}

    .copy-wrapper .row {
        align-items: center
    }

    .copy-wrapper ul {
        list-style: none;
        margin: 0;
        padding: 0;
        text-align: right
    }

        .copy-wrapper ul li {
            display: inline-block
        }

.cd-top {
    display: inline-block;
    height: 40px;
    width: 40px;
    position: fixed;
    bottom: 50px;
    right: 15px;
    border-radius: 5px 5px 0 0;
    overflow: hidden;
    text-indent: 100%;
    white-space: nowrap;
    background: rgba(0,0,0,.8) url(../images/cd-top-arrow.svg) no-repeat center 50%;
    visibility: hidden;
    opacity: 0;
    -webkit-transition: opacity .3s 0s,visibility 0s .3s;
    -moz-transition: opacity .3s 0s,visibility 0s .3s;
    transition: opacity .3s 0s,visibility 0s .3s
}

    .cd-top.cd-fade-out, .cd-top.cd-is-visible, .no-touch .cd-top:hover {
        -webkit-transition: opacity .3s 0s,visibility 0s 0s;
        -moz-transition: opacity .3s 0s,visibility 0s 0s;
        transition: opacity .3s 0s,visibility 0s 0s
    }

    .cd-top.cd-is-visible {
        visibility: visible;
        opacity: 1
    }

    .cd-top.cd-fade-out {
        opacity: .5
    }

.no-touch .cd-top:hover {
    background-color: #333;
    opacity: 1
}

.inner-wrapper {
    padding: 30px 0;
    width: 90%;
    margin: 0 auto
}

    .inner-wrapper h1 {
        color: #153755;
        font-weight: 600
    }

         

    .breadcrumb .product-link {
        padding-top: 10px;
        width: 100%
    }

        .breadcrumb .product-link ul li {
            padding: 0 10px;
            font-size: 14px
        }

            .breadcrumb .product-link ul li:after {
                display: none
            }

            .breadcrumb .product-link ul li:first-child {
                padding-left: 0
            }

            .breadcrumb .product-link ul li:last-child {
                padding-right: 0
            }

            .breadcrumb .product-link ul li.active a {
                color: #047eb9
            }

.breadcrumb-how-it-works {
    padding: 0 0 10px;
    border-bottom: 1px solid #c2c2c2;
    margin-bottom: 30px;
    margin-top: -31px;
    border-radius: 0;
    background-color: #fff
}

    .breadcrumb-how-it-works ul {
        list-style: none;
        margin: 0;
        padding: 0;
        display: flex;
        flex-wrap: wrap
    }

        .breadcrumb-how-it-works ul li {
            padding: 0 10px;
            position: relative;
            font-size: 14px
        }

            .breadcrumb-how-it-works ul li a {
                color: #7c7f82
            }

                .breadcrumb-how-it-works ul li a:hover {
                    color: #047eb9
                }

            .breadcrumb-how-it-works ul li.active a {
                color: #047eb9;
                font-weight: 500
            }

            .breadcrumb-how-it-works ul li:first-child {
                padding-left: 0
            }

            .breadcrumb-how-it-works ul li:last-child {
                padding-right: 0
            }

.buying-leads-details {
    padding-bottom: 30px
}

#buyingleadsdetails {
    position: relative
}

    #buyingleadsdetails .owl-dots {
        display: block !important;
        bottom: 10px;
        position: absolute;
        width: 100%;
        text-align: center;
        z-index: 9999
    }

    #buyingleadsdetails.owl-carousel .owl-dots button.owl-dot {
        width: 10px;
        height: 10px;
        border-radius: 50%;
        background: #c2c2c2;
        margin: 0 5px
    }

        #buyingleadsdetails.owl-carousel .owl-dots button.owl-dot.active {
            background: #1892e5
        }

.buying-leads-details .header {
    padding-bottom: 10px;
    text-align: right
}

    .buying-leads-details .header span {
        font-size: 20px
    }

.buying-leads-details .cont-row {
    display: flex;
    flex-wrap: wrap;
    padding-bottom: 10px;
    margin: 0 -15px
}

.buying-leads-details .left {
    padding: 0 15px;
    width: 40%
}

.buying-leads-details .right {
    padding: 0 15px;
    width: 60%
}

.buying-leads-details .title {
    font-size: 20px;
    font-weight: 600;
    color: #000
}

.buying-leads-details .name {
    color: #000
}

.buying-leads-details label {
    font-weight: 600
}

.buying-leads-details label, .buying-leads-details p {
    margin: 0;
    padding: 0
}

.buying-leads-btn .btn-blue {
    margin-right: 15px
}

.buying-leads-details .header span.fa-share-alt, .buying-leads-details .header span.fa-star-o {
    margin-left: 5px
}

.buying-leads-btn {
    padding-top: 15px
}

.buying-leads-details .favourite {
    float: right;
    padding-top: 6px
}

.lead-info-box {
    min-height: 427px
}

.file-link a {
    margin-right: 10px
}

.btn-blue.disabled, .btn-respond.disabled {
    opacity: .2;
    cursor: not-allowed;
    pointer-events: none
}

    .btn-blue.disabled:hover, .btn-respond.disabled:hover {
        opacity: .2;
        background: #153755;
        pointer-events: none
    }

.product-listing {
    padding-bottom: 30px
}

.product-listing-row {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -10px
}

    .product-listing-row .product-box {
        margin: 0 10px 30px;
        width: calc(33.33% - 20px)
    }

.product-select-details {
    background: #f5f5f5;
    box-shadow: 0 2px 3px #ccc;
    height: 99%;
    padding: 15px
}

    .product-select-details label {
        color: #333;
        font-weight: 600;
        margin-bottom: 3px
    }

.calendar {
    background-image: url(../images/icon_calendar.png);
    background-repeat: no-repeat;
    background-position: 100% 11px
}

.product-no-data {
    padding-bottom: 30px
}

    .product-no-data a {
        color: #047eb9;
        font-weight: 600
    }

        .product-no-data a:hover {
            color: #000
        }

.pagination {
    justify-content: center;
    margin: 30px 0 0
}

.page-link {
    background: 0 0;
    border: 0;
    outline: 0;
    color: #7c7f82;
    border-radius: 0
}

.page-item .page-link:hover, .page-item.active .page-link {
    background: #047eb9;
    color: #fff
}

.page-item:first-child .page-link, .page-item:last-child .page-link {
    border-radius: 0
}

.page-link.disabled {
    opacity: .2;
    pointer-events: none;
    cursor: not-allowed
}

.similar-products {
    padding-top: 30px
}

    .similar-products .heading {
        border-bottom: 2px solid #153755;
        padding: 0 90px 10px 0;
        margin-bottom: 20px
    }

    .similar-products h2 {
        font-size: 23px;
        font-weight: 600;
        color: #153755;
        display: inline-block;
        padding: 0
    }

    .similar-products .viewall {
        display: inline-block;
        font-size: 15px;
        font-weight: 500;
        color: #153755;
        margin-left: 20px
    }

        .similar-products .viewall:hover {
            color: #1892e5
        }

    .similar-products .product-box {
        height: 100%
    }

#similarproduct .owl-stage {
    display: flex
}

#similarproduct .owl-dots {
    display: none !important
}

#similarproduct .owl-nav {
    display: block !important;
    position: absolute;
    top: -70px;
    right: 0;
    width: 80px;
    font-family: Tahoma,Geneva,sans-serif;
    font-size: 35px;
    color: #153755
}

    #similarproduct .owl-nav button.owl-next, #similarproduct .owl-nav button.owl-prev {
        width: 34px;
        height: 34px;
        border-radius: 50%;
        border: 2px solid #153755;
        transition: ease-in-out .5s
    }

        #similarproduct .owl-nav button.owl-next:hover, #similarproduct .owl-nav button.owl-prev:hover {
            border: 2px solid #2698e7;
            color: #2698e7;
            transition: ease-in-out .5s
        }

    #similarproduct .owl-nav button.owl-next {
        float: right
    }

    #similarproduct .owl-nav button.owl-prev {
        float: left
    }

    #similarproduct .owl-nav button span {
        width: 12px;
        height: 16px;
        float: left
    }

    #similarproduct .owl-nav button.owl-next span {
        margin: -12px 0 0 9px
    }

    #similarproduct .owl-nav button.owl-prev span {
        margin: -12px 0 0 7px
    }

.other-products {
    padding: 30px 0 0
}

    .other-products .heading {
        border-bottom: 2px solid #153755;
        padding: 0 90px 10px 0;
        margin-bottom: 20px
    }

    .other-products h2 {
        font-size: 23px;
        font-weight: 600;
        color: #153755;
        display: inline-block;
        padding: 0
    }

    .other-products .viewall {
        display: inline-block;
        font-size: 15px;
        font-weight: 500;
        color: #153755;
        margin-left: 20px
    }

        .other-products .viewall:hover {
            color: #1892e5
        }

    .other-products .product-box {
        height: 100%
    }

#otherproduct .owl-stage {
    display: flex
}

#otherproduct .owl-dots {
    display: none !important
}

#otherproduct .owl-nav {
    display: block !important;
    position: absolute;
    top: -70px;
    right: 0;
    width: 80px;
    font-family: Tahoma,Geneva,sans-serif;
    font-size: 35px;
    color: #153755
}

    #otherproduct .owl-nav button.owl-next, #otherproduct .owl-nav button.owl-prev {
        width: 34px;
        height: 34px;
        border-radius: 50%;
        border: 2px solid #153755;
        transition: ease-in-out .5s
    }

        #otherproduct .owl-nav button.owl-next:hover, #otherproduct .owl-nav button.owl-prev:hover {
            border: 2px solid #2698e7;
            color: #2698e7;
            transition: ease-in-out .5s
        }

    #otherproduct .owl-nav button.owl-next {
        float: right
    }

    #otherproduct .owl-nav button.owl-prev {
        float: left
    }

    #otherproduct .owl-nav button span {
        width: 12px;
        height: 16px;
        float: left
    }

    #otherproduct .owl-nav button.owl-next span {
        margin: -12px 0 0 9px
    }

    #otherproduct .owl-nav button.owl-prev span {
        margin: -12px 0 0 7px
    }

.product-details {
    padding-bottom: 15px
}

    .product-details .cont-row {
        display: flex;
        flex-wrap: wrap;
        padding-bottom: 10px;
        margin: 0 -15px
    }

    .product-details .left {
        padding: 0 15px;
        width: 50%
    }

    .product-details .right {
        padding: 0 15px;
        width: 50%
    }

    .product-details .title {
        font-size: 18px;
        font-weight: 600;
        color: #000;
        word-break: break-all;
    }

    .product-details .name {
        color: #000;
        float: left;
        width: 80%
    }

    .product-details .favourite {
        float: left;
        width: 20%;
        padding-left: 10px;
        text-align: right
    }

    .product-details span.fa-share-alt {
        margin-left: 5px
    }

    .product-details span.fa-share-alt, .product-details span.fa-star-o {
        font-size: 20px
    }

    .product-details label {
        font-weight: 600
    }

    .product-details label, .product-details p {
        margin: 0;
        padding: 0
    }

    .product-details .btn-blue {
        margin-right: 15px
    }

.product-details-btn {
    padding-top: 15px
}

    .product-details-btn .btn-blue.disabled {
        opacity: .2;
        cursor: not-allowed;
        pointer-events: none
    }

        .product-details-btn .btn-blue.disabled:hover {
            opacity: .2;
            background: #153755;
            pointer-events: none
        }

.product-details-specification {
    border-top: 1px solid #c2c2c2;
    border-bottom: 1px solid #c2c2c2;
    padding: 10px 0
}

    .product-details-specification label {
        padding-bottom: 10px
    }

    .product-details-specification table {
        border: 1px solid #dee2e6;
        margin-bottom: 0
    }

.product-info-box {
    min-height: 427px
}

.tag-row {
    padding: 10px 0;
    border-top: 1px solid #c2c2c2;
    display: flex;
    flex-wrap: wrap;
    align-items: center
}

    .tag-row span.tag-text {
        font-weight: 600;
        margin-right: 5px
    }

    .tag-row label.tag-value {
        margin: 3px;
        border-right: 1px solid #c2c2c2;
        padding-right: 6px
    }

        .tag-row label.tag-value a {
            color: #7c7f82
        }

            .tag-row label.tag-value a:hover {
                color: #153755
            }

        .tag-row label.tag-value:last-child {
            border-right: 0
        }

.thumbelina {
    list-style: none;
    padding: 0;
    margin: 0;
    position: absolute;
    white-space: nowrap;
    font-size: 0;
    -webkit-touch-callout: none;
    -webkit-user-select: none
}

    .thumbelina li {
        padding: 5px;
        line-height: 0;
        margin: 0;
        width: 130px
    }

        .thumbelina li img {
            border: 1px solid #ccc
        }

            .thumbelina li img:hover {
                border: 1px solid #aaa
            }

.thumbelina-but {
    position: absolute;
    background-color: #153755;
    border: 0;
    box-shadow: none;
    z-index: 1;
    cursor: pointer;
    color: #fff;
    text-align: center;
    vertical-align: middle;
    font-size: 14px;
    font-weight: 700;
    font-family: monospace
}

    .thumbelina-but:hover {
        color: #fff;
        box-shadow: none;
        background-color: #047eb9
    }

    .thumbelina-but.disabled, .thumbelina-but.disabled:hover {
        background-color: #efefef;
        color: #ccc;
        cursor: default;
        box-shadow: none
    }

    .thumbelina-but.horiz {
        width: 20px;
        height: 30px;
        line-height: 30px;
        top: 50%;
        margin-top: -15px
    }

        .thumbelina-but.horiz.left {
            left: -22px;
            border-radius: 5px 0 0 5px;
            padding: 0;
            height: 30px
        }

        .thumbelina-but.horiz.right {
            right: -22px;
            border-radius: 0 5px 5px 0;
            padding: 0;
            height: 30px;
            margin-top: -15px
        }

    .thumbelina-but.vert {
        left: -1px;
        height: 20px;
        line-height: 20px;
        width: 93px
    }

        .thumbelina-but.vert.top {
            top: -22px;
            border-radius: 5px 5px 0 0
        }

        .thumbelina-but.vert.bottom {
            bottom: -22px;
            border-radius: 0 0 5px 5px
        }

#slider1 {
    margin: 20px;
    height: 90px;
    position: relative
}

    #slider1 li, .cloudzoom-zoom-inside {
        cursor: pointer !important
    }

.cloudzoom-lens + div {
    display: none !important;
    visibility: hidden;
    z-index: -1;
    opacity: 0
}

.products-specification {
    border-top: 1px solid #c2c2c2;
    border-bottom: 1px solid #c2c2c2;
    padding: 10px 0 20px 0
}

    .products-specification h5 {
        font-weight: 600
    }

    .products-specification .tab-content {
        padding-top: 20px
    }

    .products-specification .nav-tabs {
        border-bottom: 1px solid #c2c2c2;
        padding-bottom: 10px
    }

        .products-specification .nav-tabs .nav-link {
            font-weight: 500;
            color: #7c7f82;
            margin: 0;
            padding: 5px 20px;
            border: 0;
            border-right: 1px solid #c2c2c2
        }

            .products-specification .nav-tabs .nav-link:first-child {
                padding-left: 0
            }

            .products-specification .nav-tabs .nav-link:last-child {
                border-right: 0;
                padding-right: 0
            }

            .products-specification .nav-tabs .nav-link.active {
                color: #153755
            }




.editCard {
    margin: 15px;
    padding: 2%;
}

    .editCard h1 {
        color: rgb(21, 55, 85);
    }

    .editCard label {
        color: black;
        font-weight: 500;
        font-size: 16px;
    }



.specification-product-sample ul {
    list-style: none;
    margin: 0 -5px;
    padding: 0;
    display: flex;
    flex-wrap: wrap
}

    .specification-product-sample ul li {
        padding: 5px
    }

.contact-address {
    padding: 20px;
    border: 1px solid #c2c2c2;
    margin-bottom: 20px
}

    .contact-address h5 {
        color: #153755
    }

    .contact-address ul {
        list-style: none;
        margin: 0;
        padding: 0
    }

        .contact-address ul li {
            position: relative;
            padding: 0 0 20px 25px
        }

            .contact-address ul li:last-child {
                padding-bottom: 0
            }

            .contact-address ul li i {
                position: absolute;
                left: 0;
                top: 6px;
                color: #000
            }

            .contact-address ul li a {
                color: #7c7f82
            }

                .contact-address ul li a:hover {
                    color: #047eb9
                }

.contact-form {
    background: #fff;
    border-radius: 10px;
    padding: 20px;
    box-shadow: 0 0 15px #ccc
}

    .contact-form input[type=email]::-webkit-input-placeholder, .contact-form input[type=text]::-webkit-input-placeholder {
        color: #999
    }

    .contact-form textarea {
        height: 100px;
        resize: none
    }

.testimonials-wrapper {
    padding-bottom: 30px
}

.testimonials-box {
    padding: 15px;
    border-radius: 5px;
    box-shadow: -1px 0 4px #ccc;
    border-top: 5px solid #666;
    height: 100%
}

    .testimonials-box .header {
        border-bottom: 1px solid #d7d7d7;
        padding-bottom: 15px
    }

    .testimonials-box h3 {
        font-size: 18px;
        font-weight: 500;
        color: #1a1a18;
        padding: 0;
        display: inline-block
    }

        .testimonials-box h3 span {
            color: #828280;
            font-size: 14px
        }

    .testimonials-box .viewall {
        display: inline-block;
        color: #2072b6;
        font-size: 12px;
        font-weight: 600;
        margin-left: 5px;
        float: right
    }

        .testimonials-box .viewall:hover {
            opacity: .7
        }

    .testimonials-box .box {
        position: relative;
        padding: 15px 0 0 40px;
        margin-right: 1px
    }

        .testimonials-box .box .pic {
            width: 80px;
            height: 80px;
            background: #fff;
            padding: 10px;
            border: 1px solid #1892e5;
            position: absolute;
            left: 0;
            top: 33px;
            overflow: hidden
        }

            .testimonials-box .box .pic img {
                width: 60px;
                height: 60px;
                object-fit: cover;
                object-position: center
            }

        .testimonials-box .box p {
            padding-bottom: 10px;
            min-height: 60px
        }

        .testimonials-box .box .name {
            font-weight: 600;
            color: #333
        }

            .testimonials-box .box .name span {
                color: #1892e5
            }

        .testimonials-box .box .text {
            border: 1px solid #ddd;
            background: #eef5fa;
            padding: 10px 10px 10px 50px;
            min-height: 115px
        }

#testimonials .owl-dots {
    display: block !important;
    bottom: 0;
    position: relative;
    width: 100%;
    text-align: right;
    z-index: 9999
}

#testimonials.owl-carousel .owl-dots button.owl-dot {
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background: #c2c2c2;
    margin: 0 5px
}

    #testimonials.owl-carousel .owl-dots button.owl-dot.active {
        background: #1892e5
    }

#testimonials .owl-nav {
    display: none !important;
    position: absolute;
    top: 50%;
    left: 0;
    width: 100%;
    margin-top: -25px
}

.testimonials-wrapper .add-pic {
    padding-bottom: 0
}

.testimonials-not-found {
    border: 1px solid #ddd;
    background: #eef5fa;
    padding: 10px;
    font-weight: 700;
    margin-top: 15px
}

.selling-offer-summary p span {
    color: #047eb9
}

.selling-offer-add {
    max-width: 25%
}

.selling-offer-form {
    background-color: #e9e9ea;
    border: 1px solid #ddd;
    border-radius: 15px;
    padding: 20px
}

    .selling-offer-form textarea {
        height: 150px;
        resize: none
    }

.testimonials-container {
    padding: 15px;
    box-shadow: 0 0 10px #ccc;
    margin-bottom: 30px;
    position: relative;
    height: calc(100% - 30px)
}

    .testimonials-container:before {
        content: "";
        display: block;
        width: 60px;
        height: 60px;
        background: url(../images/testimonials_icon_01.png) no-repeat;
        position: absolute;
        top: 0;
        left: 15px
    }

    .testimonials-container .pic {
        padding: 10px 0 20px 0;
        text-align: center
    }

        .testimonials-container .pic img {
            width: 80px;
            height: 80px;
            border-radius: 50%;
            border: 2px solid #ddd;
            overflow: hidden;
            object-fit: cover;
            object-position: center
        }

    .testimonials-container p.des:before {
        content: "";
        display: inline-block;
        width: 16px;
        height: 13px;
        background: url(../images/testimonials_icon_02.png) no-repeat;
        margin-right: 3px
    }

    .testimonials-container p.des:after {
        content: "";
        display: inline-block;
        width: 16px;
        height: 13px;
        background: url(../images/testimonials_icon_03.png) no-repeat;
        margin-left: 3px
    }

    .testimonials-container p.name {
        font-weight: 600;
        color: #047eb9
    }

    .testimonials-container p.name, .testimonials-container p.post {
        padding-bottom: 0
    }

    .testimonials-container .contact-info {
        display: flex;
        flex-wrap: wrap;
        text-align: left
    }

        .testimonials-container .contact-info a {
            color: #7c7f82
        }

            .testimonials-container .contact-info a:hover {
                color: #047eb9
            }

        .testimonials-container .contact-info i {
            padding-right: 5px;
            color: #000
        }

        .testimonials-container .contact-info .email {
            padding: 0 10px 0 0
        }

    .testimonials-container.noicon:before {
        display: none
    }

    .testimonials-container.icon2:before {
        content: "";
        display: block;
        width: 60px;
        height: 60px;
        background: url(../images/testimonials_icon_04.png) no-repeat;
        position: absolute;
        top: 0;
        left: 15px
    }

    .testimonials-container .mCustomScrollbar {
        height: 100px;
        margin-bottom: 10px
    }

.post-buying-selling-lead {
    background-color: #e9e9ea;
    background-image: url(../images/leads_form_bg1.png);
    background-position: bottom right;
    background-repeat: no-repeat;
    border: 1px solid #ddd;
    border-radius: 10px;
    padding: 30px;
    min-height: 620px
}

    .post-buying-selling-lead textarea {
        height: 120px;
        resize: none
    }

        .post-buying-selling-lead textarea.summary {
            height: 80px
        }

.post-buying-selling-lead-form {
    width: 67%;
    padding: 0 0 145px 70px
}

.post-buying-selling-lead2 {
    background-color: #e9e9ea;
    background-image: url(../images/leads_form_bg.png);
    background-position: bottom center;
    background-repeat: no-repeat;
    background-size: contain;
    border: 1px solid #ddd;
    border-radius: 10px;
    padding: 30px;
    min-height: 880px
}

    .post-buying-selling-lead2 textarea {
        height: 120px;
        resize: none
    }

        .post-buying-selling-lead2 textarea.summary {
            height: 80px;
        }

.sub-category-listing-buying-leads .leads-container {
    border: 1px solid #ddd;
    border-radius: 5px;
    margin-bottom: 20px;
    padding: 15px;
    overflow: hidden
}

    .sub-category-listing-buying-leads .leads-container:last-child {
        margin-bottom: 0
    }

    .sub-category-listing-buying-leads .leads-container:nth-child(odd) {
        background: #ebebeb
    }

    .sub-category-listing-buying-leads .leads-container:nth-child(even) {
        background: #eaf2f5
    }

.sub-category-listing-buying-leads .header {
    padding-bottom: 10px
}

    .sub-category-listing-buying-leads .header .buying-lead, .sub-category-listing-buying-leads .header .selling-lead {
        float: right
    }

.sub-category-listing-buying-leads p {
    padding-bottom: 10px
}

    .sub-category-listing-buying-leads p.name {
        color: #999
    }

    .sub-category-listing-buying-leads p.des {
        font-size: 13px;
        line-height: 17px
    }

    .sub-category-listing-buying-leads p.date {
        color: #999;
        font-size: 12px
    }

.sub-category-listing-buying-leads h3 {
    color: #000;
    display: inline-block;
    padding: 0
}

.buying-lead {
    background: #3fab00;
    color: #fff;
    height: 32px;
    line-height: 32px;
    display: inline-block;
    margin: 0 24px;
    position: relative;
    font-size: 13px
}

    .buying-lead:hover {
        color: #fff
    }

    .buying-lead:before {
        content: "";
        width: 24px;
        height: 32px;
        background: url(../images/buying_leads_left.png) no-repeat;
        position: absolute;
        left: -24px;
        top: 0
    }

    .buying-lead:after {
        content: "";
        width: 24px;
        height: 32px;
        background: url(../images/buying_leads_right.png) no-repeat;
        position: absolute;
        right: -24px;
        top: 0
    }

.selling-lead {
    background: #de2e2e;
    color: #fff;
    height: 32px;
    line-height: 32px;
    display: inline-block;
    margin: 0 24px;
    position: relative;
    font-size: 13px
}

    .selling-lead:hover {
        color: #fff
    }

    .selling-lead:before {
        content: "";
        width: 24px;
        height: 32px;
        background: url(../images/selling_leads_left.png) no-repeat;
        position: absolute;
        left: -24px;
        top: 0
    }

    .selling-lead:after {
        content: "";
        width: 24px;
        height: 32px;
        background: url(../images/selling_leads_right.png) no-repeat;
        position: absolute;
        right: -24px;
        top: 0
    }

.btn-respond {
    border: 0;
    border-radius: 5px;
    background-color: #153755;
    padding: 7px 15px;
    color: #fff !important;
    cursor: pointer;
    transition: ease-in-out .5s;
    display: inline-block
}

    .btn-respond:hover {
        background-color: #047eb9;
        color: #fff
    }

.sub-category-listing-buying-leads .leads-container .btn-content {
    float: right;
    margin-top: -40px;
    text-align: right
}

.login-wrapper {
    background-color: #e9e9ea;
    border: 1px solid #ddd;
    border-radius: 10px
}

    .login-wrapper .row {
        flex-direction: row-reverse
    }

    .login-wrapper .pic {
        min-height: 600px;
        background-image: url(../images/login_bg.png);
        background-repeat: no-repeat;
        background-size: 100%;
        background-position: top left
    }

    .login-wrapper .or {
        margin-bottom: 10px;
        text-align: center
    }

.login-form {
    padding: 20px 30px 30px 50px
}

.country-mobile {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -10px
}

    .country-mobile .country-code {
        width: 30%;
        padding: 0 10px
    }

    .country-mobile .mobile {
        width: 70%;
        padding: 0 10px
    }

.signup-item {
    border-top: 1px solid #c2c2c2;
    border-bottom: 1px solid #c2c2c2;
    padding: 15px 0;
    margin: 10px 0;
    display: flex;
    flex-wrap: wrap;
    align-items: center
}

    .signup-item span {
        color: #047eb9;
        width: 30%;
        font-weight: 700
    }

    .signup-item ul {
        list-style: none;
        display: flex;
        padding: 0;
        margin: 0;
        width: 70%
    }

        .signup-item ul li {
            padding: 0;
            margin: 0 10px 0 0
        }

            .signup-item ul li i {
                width: 30px;
                height: 30px;
                display: block;
                background-size: 100%;
                background-repeat: no-repeat
            }

                .signup-item ul li i.google {
                    background-image: url(../images/login_google.png)
                }

                .signup-item ul li i.facebook {
                    background-image: url(../images/login_facebook.png)
                }

                .signup-item ul li i.twitter {
                    background-image: url(../images/login_twitter.png)
                }

                .signup-item ul li i.weixin {
                    background-image: url(../images/login_weixin.png)
                }

                .signup-item ul li i.linkedin {
                    background-image: url(../images/login_linkedin.png)
                }

.social-media-disabled, .social-media-disabled i {
    pointer-events: none;
    cursor: not-allowed
}

    .social-media-disabled i {
        opacity: .3
    }

.otp-btn {
    padding: 8px 10px;
    width: 100%
}

.guest-user-txt {
    padding-top: 10px
}

.reset-password-link-validation {
    text-align: center;
    padding: 50px;
    color: red;
    border: 1px solid #c2c2c2;
    margin: 150px 20px 20px 20px
}

.reset-password-link-message {
    display: block;
    padding-bottom: 10px
}

.user-profile {
    background: #f5f5f5
}

.user-profile-left {
    background: #fff;
    border: 1px solid #ddd;
    height: 100%
}

.profile-pic {
    margin: 15px;
    height: 170px;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative
}

    .profile-pic .pic-delete {
        position: relative;
        display: inline-block
    }

    .profile-pic .delete {
        position: absolute;
        top: 10px;
        right: 10px;
        width: 25px;
        height: 25px;
        text-align: center;
        background: #153755;
        color: #fff;
        border-radius: 50%;
        cursor: pointer
    }

    .profile-pic img {
        max-height: 170px
    }

.user-profile-left ul {
    list-style: none;
    margin: 0;
    padding: 15px 0
}

    .user-profile-left ul li {
        padding: 0 15px 15px 0
    }

        .user-profile-left ul li a {
            display: block;
            color: #333;
            padding: 0 15px 0 45px;
            position: relative;
            border-left: 2px solid #fff;
            line-height: 20px
        }

            .user-profile-left ul li a:after {
                content: "";
                width: 0;
                height: 0;
                border-top: 5px solid transparent;
                border-left: 6px solid #fff;
                border-bottom: 5px solid transparent;
                position: absolute;
                top: 6px;
                right: 0
            }

            .user-profile-left ul li a:hover:after, .user-profile-left ul li.active a:after {
                border-left: 6px solid #047eb9
            }

            .user-profile-left ul li a:hover, .user-profile-left ul li.active a {
                color: #047eb9;
                border-left: 2px solid #047eb9
            }

            .user-profile-left ul li a i {
                width: 25px;
                height: 20px;
                display: block;
                background-image: url(../images/profile_icon.png);
                position: absolute;
                left: 15px;
                top: 0
            }

ul.drop {
    display: none;
    margin: 0;
    padding: 15px 0 0
}

.user-profile-left ul li.active ul.drop li a {
    color: #333;
    border-left: 2px solid #fff
}

    .user-profile-left ul li.active ul.drop li a:after {
        display: none
    }

.user-profile-left ul li.active ul.drop li:last-child {
    padding-bottom: 0
}

.user-profile-left ul li a i.profile {
    background-position: -15px -18px
}

.user-profile-left ul li a:hover i.profile, .user-profile-left ul li.active a i.profile {
    background-position: -48px -18px
}

.user-profile-left ul li a i.enquiry {
    background-position: -15px -53px
}

.user-profile-left ul li a:hover i.enquiry, .user-profile-left ul li.active a i.enquiry {
    background-position: -48px -53px
}

.user-profile-left ul li a i.bleads {
    background-position: -15px -91px
}

.user-profile-left ul li a:hover i.bleads, .user-profile-left ul li.active a i.bleads {
    background-position: -48px -91px
}

.user-profile-left ul li a i.products {
    background-position: -14px -129px
}

.user-profile-left ul li a:hover i.products, .user-profile-left ul li.active a i.products {
    background-position: -47px -129px
}

.user-profile-left ul li a i.surplus {
    background-position: -13px -172px
}

.user-profile-left ul li a:hover i.surplus, .user-profile-left ul li.active a i.surplus {
    background-position: -45px -172px
}

.user-profile-left ul li a i.favourist {
    background-position: -15px -206px
}

.user-profile-left ul li a:hover i.favourist, .user-profile-left ul li.active a i.favourist {
    background-position: -45px -206px
}

.user-profile-left ul li a i.payments {
    background-position: -14px -249px
}

.user-profile-left ul li a:hover i.payments, .user-profile-left ul li.active a i.payments {
    background-position: -45px -249px
}

.user-profile-left ul li a i.facilities {
    background-position: -15px -290px
}

.user-profile-left ul li a:hover i.facilities, .user-profile-left ul li.active a i.facilities {
    background-position: -48px -290px
}

.user-profile-left ul li a i.reports {
    background-position: -15px -330px
}

.user-profile-left ul li a:hover i.reports, .user-profile-left ul li.active a i.reports {
    background-position: -49px -330px
}

.user-profile-left ul li a i.orders {
    background-position: -15px -374px
}

.user-profile-left ul li a:hover i.orders, .user-profile-left ul li.active a i.orders {
    background-position: -49px -374px
}

.user-profile-left ul li a i.contacts {
    background-position: -15px -407px
}

.user-profile-left ul li a:hover i.contacts, .user-profile-left ul li.active a i.contacts {
    background-position: -51px -407px
}

.user-profile-left ul li a i.sleads {
    background-position: -15px -445px
}

.user-profile-left ul li a:hover i.sleads, .user-profile-left ul li.active a i.sleads {
    background-position: -49px -445px
}

.user-profile-right {
    background: #e9e9ea;
    padding: 30px;
    border: 1px solid #ddd
}

    .user-profile-right textarea {
        height: 100px
    }

.custom-input-file {
    margin-bottom: 10px
}

.inputfile {
    width: .1px;
    height: .1px;
    opacity: 0;
    overflow: hidden;
    position: absolute;
    z-index: -1
}

    .inputfile + label {
        border: 1px solid #ddd;
        background-color: #fff;
        padding: 3px;
        width: 100%;
        text-align: right;
        margin: 0
    }

        .inputfile + label:hover, .inputfile.has-focus + label, .inputfile:focus + label {
            border-color: #ddd
        }

        .inputfile + label span {
            padding: 5px 8px;
            text-align: left;
            float: left
        }

        .inputfile + label strong {
            padding: 5px 10px;
            width: 110px;
            text-align: center;
            cursor: pointer
        }

        .inputfile + label span {
            width: calc(100% - 120px);
            min-height: 2em;
            color: #999;
            display: inline-block;
            text-overflow: ellipsis;
            white-space: nowrap;
            overflow: hidden;
            vertical-align: top
        }

        .inputfile + label strong {
            height: 100%;
            color: #fff;
            font-weight: 600;
            background-color: #888b8c;
            display: inline-block;
            border-radius: 4px
        }

        .inputfile + label:hover strong, .inputfile.has-focus + label strong, .inputfile:focus + label strong {
            background-color: #888b8c
        }

.user-header {
    border-bottom: 1px solid #c2c2c2;
    padding-bottom: 10px;
    margin-bottom: 10px;
    overflow: hidden
}

    .user-header h1 {
        padding-bottom: 0;
        display: inline-block
    }

    .user-header ul {
        list-style: none;
        margin: 0;
        padding: 5px 0 0 0;
        float: right;
        text-align: right
    }

        .user-header ul li {
            display: inline-block;
            padding: 0 5px
        }

            .user-header ul li a {
                color: #047eb9
            }

    .user-header .right {
        float: right;
        display: flex;
        width: 43%
    }

    .user-header .search {
        border: 1px solid #ddd;
        background: #fff;
        padding: 3px 10px 3px 35px;
        position: relative;
        width: 100%
    }

        .user-header .search input[type=button], .user-header .search input[type=submit] {
            border: 0;
            width: 15px;
            height: 15px;
            background: url(../images/icon_search.png) no-repeat;
            cursor: pointer;
            position: absolute;
            top: 8px;
            left: 10px
        }

        .user-header .search input[type=text] {
            border: 0;
            width: 100%;
            font-size: 12px;
            line-height: 15px;
            color: #999;
            background: 0 0;
            padding: 0;
            margin: 0
        }

            .user-header .search input[type=text]::-webkit-input-placeholder {
                color: #999
            }

    .user-header .date {
        width: 150px;
        margin: 0 0 0 5px
    }

        .user-header .date input[type=text] {
            width: 100%;
            font-size: 12px;
            color: #999;
            padding: 3px 10px;
            margin: 0
        }

            .user-header .date input[type=text]::-webkit-input-placeholder {
                color: #999
            }

        .user-header .date .calendar {
            background-position: 100% 5px
        }

    .user-header nav {
        float: left
    }

    .user-header .nav-tabs {
        border: 0
    }

        .user-header .nav-tabs .nav-link {
            font-size: 25px;
            font-weight: 600;
            color: #7c7f82;
            margin: 0;
            padding: 0 20px;
            border: 0;
            border-right: 1px solid #c2c2c2
        }

            .user-header .nav-tabs .nav-link:first-child {
                padding-left: 0
            }

            .user-header .nav-tabs .nav-link:last-child {
                border-right: 0;
                padding-right: 0
            }

            .user-header .nav-tabs .nav-link.active {
                color: #153755;
                background: 0 0
            }

.subscribe-txt {
    border-radius: 5px;
    background: #e8f3f9;
    padding: 10px;
    margin-bottom: 20px;
    border: 1px solid #bbd1dd
}

    .subscribe-txt span.plan {
        color: #047eb9;
        font-weight: 700
    }

    .subscribe-txt span.date {
        color: red;
        font-weight: 700
    }

.user-listing .list-container {
    border: 1px solid #ddd;
    border-radius: 5px;
    margin-bottom: 20px;
    padding: 15px;
    overflow: hidden;
    display: flex;
    flex-wrap: wrap
}

.adminWaitTxt {
    padding: 8px;
    border-radius: 15px;
    background: rgb(21, 55, 85);
    color: white;
    bottom: 2px;
    right: 5px;
    flex-wrap: wrap;
}


.user-listing .list-container:last-child {
    margin-bottom: 0
}

.user-listing .list-container:nth-child(odd) {
    background: #f0f0f0
}

.user-listing .list-container:nth-child(even) {
    background: #eaf2f5
}

.user-listing .list-container .pic {
    width: 25%;
    padding-right: 15px
}

    .user-listing .list-container .pic img {
        width: 100%
    }

.user-listing .list-container .txt {
    width: 75%
}

.user-listing p {
    padding-bottom: 10px
}

    .user-listing p.name {
        color: #999
    }

    .user-listing p.des {
        font-size: 13px;
        line-height: 17px
    }

    .user-listing p.date {
        color: #999;
        font-size: 12px
    }

.user-listing h4 {
    color: #000;
    display: inline-block;
    padding: 0 0 10px
}

.custom-control {
    padding-left: 25px
}

.custom-control-input.is-valid ~ .custom-control-label, .was-validated .custom-control-input:valid ~ .custom-control-label {
    color: #047eb9
}

.custom-control-input.is-valid:checked ~ .custom-control-label::before, .was-validated .custom-control-input:valid:checked ~ .custom-control-label::before {
    border-color: #047eb9;
    background-color: #047eb9
}

.custom-control-input, .custom-control-label:after, .custom-control-label:before {
    width: 20px;
    height: 20px;
    left: -25px;
    top: 0
}

.radio-list {
    border-bottom: 1px solid #c2c2c2;
    padding-bottom: 10px;
    margin-bottom: 10px
}

    .radio-list .custom-control {
        display: inline-block;
        padding-right: 10px
    }

.user-tab .tab-content {
    padding-top: 10px
}

.user-tab .nav-tabs {
    border: 0
}

    .user-tab .nav-tabs .nav-link {
        font-weight: 500;
        color: #7c7f82;
        margin: 0;
        padding: 5px 20px;
        border: 0;
        border-right: 1px solid #c2c2c2
    }

        .user-tab .nav-tabs .nav-link:first-child {
            padding-left: 0
        }

        .user-tab .nav-tabs .nav-link:last-child {
            border-right: 0;
            padding-right: 0
        }

        .user-tab .nav-tabs .nav-link.active {
            color: #047eb9;
            background: 0 0
        }

.user-item-list ul {
    list-style: none;
    margin: 0;
    padding: 10px 0 0
}

    .user-item-list ul li {
        display: inline-block;
        margin: 0 10px 0 0
    }

        .user-item-list ul li a {
            display: block;
            background-color: #153755;
            padding: 8px 10px;
            color: #fff;
            border-radius: 5px
        }

            .user-item-list ul li a:hover {
                background-color: #047eb9;
                color: #fff
            }

.user-product-header {
    background: #047eb9;
    border-bottom: 1px solid #78b7d6;
    padding: 10px;
    display: flex;
    flex-wrap: wrap;
    align-items: center
}

    .user-product-header ul {
        list-style: none;
        margin: 0;
        padding: 0
    }

        .user-product-header ul li {
            display: inline-block;
            margin: 0;
            padding: 0 10px;
            font-size: 12px
        }

            .user-product-header ul li:first-child {
                padding-left: 0
            }

            .user-product-header ul li a {
                color: #fff
            }

                .user-product-header ul li a span {
                    padding-left: 5px
                }

                    .user-product-header ul li a span:before {
                        content: "(";
                        display: inline-block
                    }

                    .user-product-header ul li a span:after {
                        content: ")";
                        display: inline-block
                    }

                .user-product-header ul li a:hover, .user-product-header ul li.active a {
                    color: #fff
                }

    .user-product-header .left {
        width: 35%
    }

    .user-product-header .right {
        text-align: right;
        width: 65%
    }

        .user-product-header .right select {
            background: #047eb9 url(../images/select_arrow3.png) no-repeat 100% 15px;
            display: inline-block;
            border: 1px solid #fff;
            width: 49%;
            font-size: 12px;
            color: #fff;
            padding-top: 5px;
            padding-bottom: 5px;
            padding-right: 25px;
            margin: 0
        }

            .user-product-header .right select option {
                background: #047eb9
            }

            .user-product-header .right select.product-type {
                width: 49%
            }

    .user-product-header input[type=email]::-webkit-input-placeholder, .user-product-header input[type=password]::-webkit-input-placeholder, .user-product-header input[type=text]::-webkit-input-placeholder {
        color: #fff
    }

.instock {
    color: #087b08
}

.tbl-pic img {
    max-width: 50px
}

.user-profile-right .pagination-wrapper {
    padding-top: 30px
}

.min-max-txt {
    font-size: 12px;
    line-height: 15px;
    color: red;
    margin-bottom: 13px
}

.btn-bulk {
    border: 0;
    border-radius: 5px;
    background-color: #153755;
    padding: 7px 15px;
    color: #fff;
    cursor: pointer;
    transition: ease-in-out .5s
}

    .btn-bulk:hover {
        background-color: #047eb9;
        color: #fff;
        transition: ease-in-out .5s
    }

.product-manage-tble {
    overflow-x: auto
}

    .product-manage-tble table {
        width: 100%;
        border: 0
    }

        .product-manage-tble table tr td, .product-manage-tble table tr th {
            padding: 8px
        }

        .product-manage-tble table tr th {
            background: #047eb9;
            color: #fff
        }

        .product-manage-tble table tr {
            border-spacing: 0 10px;
            border-collapse: separate;
            background: #dbdbdb;
            border-bottom: 10px solid #e9e9ea
        }

    .product-manage-tble .fa-trash-o {
        color: red
    }

    .product-manage-tble .btn-action i {
        margin: 0 5px
    }

    .product-manage-tble table tr.no-record-available {
        border-top: 10px solid #e9e9ea
    }

tr.no-record-available h6 {
    padding: 5px 0
}

.more-drop {
    background: #047eb9;
    border-bottom: 1px solid #78b7d6;
    padding: 10px
}

    .more-drop select {
        background: #047eb9 url(../images/select_arrow3.png) no-repeat 100% 15px;
        display: inline-block;
        border: 1px solid #fff;
        width: 33%;
        font-size: 12px;
        color: #fff;
        padding-top: 5px;
        padding-bottom: 5px;
        margin: 0
    }

.mul-del-btn {
    padding: 10px 0;
    text-align: right
}

.lead-details {
    position: absolute;
    top: 7px;
    right: 10px;
    cursor: pointer
}

.view-leads {
    display: none;
    margin-bottom: 10px;
    border: 1px solid #c2c2c2;
    padding: 10px;
    font-size: 13px;
    background: #f5f5f5
}

    .view-leads.open {
        display: block
    }

.lead-details:after {
    content: "+";
    display: block;
    font-size: 22px;
    font-weight: 600;
    cursor: pointer
}

.lead-details.active:after {
    content: "-";
    display: block;
    cursor: pointer
}

.lead-name-list.lead-name-scroll {
    height: 235px;
    overflow-y: auto
}

.lead-grid {
    border: 1px solid #c2c2c2;
    padding: 5px 20px 5px 5px;
    position: relative;
    margin-bottom: 10px
}

    .lead-grid .date {
        padding: 0 10px;
        font-size: 12px
    }

.verified {
    color: #0aa23f;
    margin: 8px 0 0
}

.not-verified {
    color: red;
    margin: 8px 0 0
}

.btn-change-password {
    display: inline-block;
    text-align: center;
    padding: 8px 10px;
    width: 100%;
    margin-bottom: 10px
}

.product-enquiry-popup .list-item {
    border-bottom: 1px solid #c2c2c2;
    padding: 10px 0
}

    .product-enquiry-popup .list-item:last-child {
        border-bottom: 0;
        padding-bottom: 0
    }

.product-enquiry-popup .list-item {
    display: flex;
    flex-wrap: wrap;
    width: 100%
}

    .product-enquiry-popup .list-item label {
        width: 30%;
        padding: 0 10px 0 0;
        margin: 0
    }

    .product-enquiry-popup .list-item span {
        width: 70%
    }

.video-url-list ul {
    list-style: none;
    margin: 0;
    padding: 0
}

    .video-url-list ul li {
        padding: 10px 40px 10px 40px;
        position: relative;
        margin-bottom: 10px;
        background: #eaf2f5;
        border: 1px solid #ddd;
        word-break: break-all
    }

        .video-url-list ul li a.delete-file {
            position: absolute;
            top: 8px;
            right: 10px
        }

        .video-url-list ul li i {
            position: absolute;
            top: 8px;
            left: 10px
        }

.no-data {
    border: 1px solid #c2c2c2;
    padding: 10px;
    color: red;
    font-size: 14px;
    font-weight: 700;
    margin: 10px 0
}

.user-profile-right .product-image-txt {
    margin: 0 0 10px
}

.user-profile-right .product-image {
    padding: 0 0 10px
}

.icon-pdf {
    width: 26px;
    height: 32px;
    background: url(../images/icon-file.png) no-repeat 0 0;
    display: inline-block
}

.icon-excel {
    width: 26px;
    height: 32px;
    background: url(../images/icon-file.png) no-repeat 0 -48px;
    display: inline-block
}

.gen-tble {
    overflow-x: auto
}

    .gen-tble table {
        width: 100%;
        border: 1px solid #c2c2c2
    }

        .gen-tble table tr td, .gen-tble table tr th {
            padding: 8px;
            border: 1px solid #c2c2c2
        }

        .gen-tble table tr th {
            background: #b7d7e9;
            color: #153755;
            white-space: nowrap
        }

        .gen-tble table tr:nth-child(odd) {
            background: #f0f0f0
        }

        .gen-tble table tr:nth-child(even) {
            background: #f3f9fc
        }

.product-added-bag {
    background-color: #e9e9ea;
    border: 1px solid #ddd;
    border-radius: 10px;
    min-height: 500px;
    padding: 30px
}

.reverse-row {
    flex-direction: row-reverse
}

.tick-list {
    margin: 0;
    padding: 0 0 20px;
    list-style: none
}

    .tick-list li {
        padding-left: 20px;
        position: relative
    }

        .tick-list li::before {
            content: "";
            width: 15px;
            height: 11px;
            display: block;
            background: #fff url(../images/icon_tick.png) no-repeat;
            position: absolute;
            top: 7px;
            left: 0
        }

.advertise-tbl {
    overflow-x: auto
}

    .advertise-tbl table {
        width: 60%;
        border: 0;
        margin: 0 auto;
        border: 1px solid #c2c2c2
    }

        .advertise-tbl table tr td, .advertise-tbl table tr th {
            padding: 8px;
            text-align: center
        }

        .advertise-tbl table tr th {
            background: #333;
            color: #fff
        }

        .advertise-tbl table tr {
            border-bottom: 1px solid #c2c2c2
        }

.company-profile {
    padding-top: 30px;
    padding-bottom: 30px;
    align-items: center
}

.meet-the-team {
    text-align: center;
    padding-bottom: 30px
}

.about-box {
    border: 1px solid #c2c2c2;
    margin-bottom: 30px;
    overflow: hidden;
    height: calc(100% - 30px);
    padding: 20px
}

.about-header {
    padding: 15px 0;
    display: flex;
    flex-wrap: wrap
}

    .about-header .left, .about-header .right {
        width: 50%
    }

.about-left-pic {
    width: 30%;
    float: left;
    padding-right: 30px
}

    .about-left-pic img {
        width: 100%
    }

.about-right-txt {
    width: 70%;
    float: left
}

.about-header .right {
    text-align: right
}

.about-header h3 {
    color: #153755;
    padding: 0 0 5px
}

.about-header p {
    padding: 0
}

.my-container {
    background: #e9e9eb;
    border: 1px solid #ddd;
    padding: 30px;
    margin-bottom: 30px
}

    .my-container:last-child {
        margin-bottom: 0
    }

    .my-container .pic {
        width: 100%;
        display: flex;
        background: #fff
    }

        .my-container .pic img {
            width: 100%
        }

    .my-container .cont-row {
        display: flex;
        flex-wrap: wrap;
        padding-bottom: 5px;
        margin: 0 -15px
    }

    .my-container .left {
        padding: 0 15px;
        width: 40%
    }

    .my-container .right {
        padding: 0 15px;
        width: 60%
    }

    .my-container .title {
        font-size: 20px;
        font-weight: 600;
        color: #000
    }

        .my-container .title a {
            color: #000
        }

    .my-container .name {
        padding-bottom: 10px
    }

    .my-container .favourite {
        float: left;
        width: 40%;
        padding-left: 10px;
        text-align: right
    }

    .my-container label {
        font-weight: 600
    }

    .my-container label, .my-container p {
        margin: 0;
        padding: 0
    }

    .my-container .btn-blue {
        margin-right: 15px
    }

.my-container-des {
    border-left: 1px solid #c2c2c2;
    padding: 0 0 0 15px;
    height: 100%;
    min-height: 150px;
    position: relative;
    padding-bottom: 80px
}

    .my-container-des p {
        padding-bottom: 15px
    }

.des-btn {
    position: absolute;
    bottom: 0;
    right: 0
}

    .des-btn .btn-bestprice {
        width: 130px;
        padding: 5px;
        background: #153755;
        color: #fff;
        display: block;
        text-align: center
    }

        .des-btn .btn-bestprice:hover {
            background: #1892e5;
            color: #fff
        }

    .des-btn .btn-delete {
        width: 130px;
        padding: 5px;
        background: #fff;
        border: 1px solid #333;
        color: #333;
        display: block;
        text-align: center;
        margin-bottom: 10px
    }

        .des-btn .btn-delete:hover {
            border: 1px solid #1892e5;
            background: #1892e5;
            color: #fff
        }

.how-it-works .toptxt {
    text-align: center;
    padding-bottom: 20px
}

.how-it-works .txt {
    margin-bottom: 20px
}

.how-it-works .video {
    box-shadow: 0 0 10px #666;
    position: relative;
    margin-bottom: 30px
}

    .how-it-works .video img {
        width: 100%
    }

.how-it-works .pic {
    margin-bottom: 20px;
    text-align: center
}

.how-it-works .reverse-row .txt {
    margin-right: 30px
}

.how-it-works .reverse-row .video {
    margin-left: 30px
}

.video-link {
    color: #c42f2b;
    font-weight: 600
}

.how-it-works .reverse-row .col-lg-6:nth-child(1) {
    border-left: 1px dashed #c2c2c2
}

.how-it-works .no-reverse-row .col-lg-6:nth-child(1) {
    border-right: 1px dashed #c2c2c2
}

.how-it-works .no-reverse-row .txt {
    margin-left: 30px
}

.how-it-works .no-reverse-row .video {
    margin-right: 30px
}

.how-it-works .step {
    width: 40px;
    height: 54px;
    padding-top: 22px;
    color: #fff;
    font-weight: 700;
    text-align: center;
    background: #fff url(../images/step_bg.png) no-repeat;
    background-size: 100%;
    position: absolute;
    top: -10px
}



.how-it-works .no-reverse-row .step {
    right: -20px
}

.how-it-works .row.no-brd .col-lg-6:nth-child(1) {
    border: 0
}

.supplier-container {
    background: url(../images/supplier_bg.jpg) top center no-repeat;
    background-size: cover;
    min-height: 450px;
    height: 100%
}

.buyer-container {
    background: url(../images/buyer_bg.jpg) top center no-repeat;
    background-size: cover;
    min-height: 450px;
    height: 100%
}

.benefits {
    width: 70%;
    margin: 0 auto;
    padding-top: 100px;
    color: #fff
}

    .benefits ul {
        padding: 0 0 20px;
        margin: 0;
        list-style: none
    }

        .benefits ul li {
            padding: 0 0 10px 15px;
            position: relative
        }

            .benefits ul li:before {
                content: "";
                display: block;
                width: 8px;
                height: 13px;
                background: url(../images/arrow_white.png) no-repeat;
                position: absolute;
                top: 5px;
                left: 0
            }

.registration-top {
    width: 60%;
    margin: 0 auto;
    padding-bottom: 30px
}

    .registration-top ul {
        list-style: none;
        margin: 0;
        padding: 0;
        display: flex;
        justify-content: space-between;
        position: relative
    }

        .registration-top ul:before {
            content: "";
            height: 1px;
            background: #c2c2c2;
            display: block;
            width: 100%;
            top: 20px;
            left: 0;
            position: absolute;
            z-index: 0
        }

        .registration-top ul li {
            position: relative;
            text-align: center;
            font-weight: 600
        }

            .registration-top ul li:first-child:before {
                content: "";
                height: 1px;
                background: #fff;
                display: block;
                width: 50%;
                top: 20px;
                left: 0;
                position: absolute;
                z-index: 0
            }

            .registration-top ul li:last-child:before {
                content: "";
                height: 1px;
                background: #fff;
                display: block;
                width: 50%;
                top: 20px;
                right: 0;
                position: absolute;
                z-index: 0
            }

            .registration-top ul li span.stp {
                background: #fff;
                border: 1px solid #c2c2c2;
                width: 40px;
                height: 40px;
                display: inline-block;
                border-radius: 50%;
                text-align: center;
                line-height: 40px;
                z-index: 10;
                position: relative;
                overflow: hidden
            }

            .registration-top ul li span.txt {
                display: block
            }

            .registration-top ul li.active {
                color: #047eb9
            }

                .registration-top ul li.active span.stp {
                    border: 1px solid #047eb9
                }

            .registration-top ul li.complete {
                color: #153755
            }

                .registration-top ul li.complete span.stp {
                    border: 1px solid #153755;
                    background: #153755 url(../images/icon_complete.png) no-repeat 50% 50%;
                    color: transparent
                }

.registration-wrapper1 {
    background-color: #e9e9ea;
    border: 1px solid #ddd;
    border-radius: 10px
}

    .registration-wrapper1 .row {
        flex-direction: row-reverse
    }

    .registration-wrapper1 .pic {
        min-height: 550px;
        background-image: url(../images/registration_bg1.png);
        background-repeat: no-repeat;
        background-size: contain
    }

    .registration-wrapper1 .or {
        margin-bottom: 10px;
        text-align: center
    }

.registration-form1 {
    padding: 50px 30px 30px 50px
}

    .registration-form1 .radio-list {
        text-align: left
    }

        .registration-form1 .radio-list .role-txt {
            padding-right: 10px
        }

.registration-form2 {
    padding: 30px
}

    .registration-form2 .custom-checkbox {
        margin-bottom: 10px
    }

        .registration-form2 .custom-checkbox .custom-control-label::before {
            border-radius: 0;
            border: 1px solid #ddd
        }

.form-divider {
    border-top: 1px solid #c2c2c2;
    margin: 10px 0 20px
}

.reg-tbl {
    overflow-x: auto;
    margin-bottom: 15px
}

    .reg-tbl table {
        width: 100%;
        border: 0
    }

        .reg-tbl table tr td, .reg-tbl table tr th {
            padding: 8px;
            text-align: center
        }

        .reg-tbl table tr th {
            background: #047eb9;
            color: #fff;
            white-space: nowrap
        }

        .reg-tbl table tr td {
            border: 1px solid #c2c2c2;
            white-space: nowrap
        }

            .reg-tbl table tr td:last-child {
                border-right: 0
            }

            .reg-tbl table tr td:first-child {
                border-left: 0
            }

        .reg-tbl table tr {
            border-spacing: 0 10px;
            border-collapse: separate;
            background: #e7e9f0;
            border-bottom: 10px solid #fff
        }

            .reg-tbl table tr:last-child {
                border-bottom: 0
            }

    .reg-tbl a {
        display: block
    }

        .reg-tbl a i.fa-eye {
            margin-right: 5px
        }

    .reg-tbl .custom-control-label::before {
        border: 1px solid #153755
    }

    .reg-tbl .custom-control-input:checked ~ .custom-control-label:before {
        border: 1px solid #153755;
        background-color: #153755
    }

    .reg-tbl .custom-radio .custom-control-input:checked ~ .custom-control-label::after {
        background-image: none
    }

    .reg-tbl span.pkg {
        color: #153755;
        font-weight: 600
    }

.registration-form4 {
    text-align: center;
    padding: 30px
}

.product-image {
    padding: 10px 0;
    display: flex;
    flex-wrap: wrap;
    border-bottom: 1px solid #c2c2c2;
    margin-bottom: 10px
}

    .product-image .product-pic {
        width: 110px;
        height: 110px;
        padding: 5px;
        border: 1px solid #c2c2c2;
        position: relative;
        margin: 5px
    }

        .product-image .product-pic img {
            width: 100px;
            height: 100px;
            object-fit: cover;
            object-position: center
        }

        .product-image .product-pic .product-radio {
            background: #ddd;
            padding: 5px;
            border-radius: 50%;
            width: 30px;
            line-height: 20px;
            text-align: center;
            height: 30px;
            position: absolute;
            top: 10px;
            left: 10px;
            border: 1px solid #ddd
        }

        .product-image .product-pic .product-delete {
            background: #ddd;
            padding: 5px;
            border-radius: 50%;
            width: 30px;
            height: 30px;
            line-height: 14px;
            text-align: center;
            position: absolute;
            top: 10px;
            right: 10px;
            border: 1px solid #ddd
        }

            .product-image .product-pic .product-delete img {
                width: auto;
                height: auto
            }

.product-image-txt {
    padding: 5px 0;
    margin-top: 10px;
    border-top: 1px solid #c2c2c2;
    border-bottom: 1px solid #c2c2c2;
    font-size: 12px
}

.team-content {
    border-bottom: 1px solid #c2c2c2;
    margin-bottom: 20px
}

    .team-content h4 span {
        font-size: 14px
    }

    .team-content:last-child {
        border-bottom: 0;
        margin-bottom: 0
    }

.modal-content {
    
    color: #153755;
    border: 1px solid #153755;
    border-radius: 10px
}




.modal-content {
}
    .modal-content label {
        font-weight: 700
    }

.modal-header {
    border-bottom: 1px solid #94c0e5
}

.modal-header2 {
    border-bottom: 1px solid white
}

.modal-footer {
    border-top: 1px solid #94c0e5
}

.modal-body .box-title {
    color: #153755
}

.modal-header .close {
    width: 15px;
    height: 15px;
    background: url(../images/close.png) no-repeat;
    padding: 5px;
    margin: -5px -5px -5px auto
}

#package {
    padding-top: 15px
}

    #package .owl-dots {
        display: block !important;
        left: 0;
        top: -15px;
        position: absolute;
        width: 100%;
        text-align: right;
        z-index: 9999
    }

    #package.owl-carousel .owl-dots button.owl-dot {
        width: 10px;
        height: 10px;
        border-radius: 50%;
        background: #c2c2c2;
        margin: 0 5px
    }

        #package.owl-carousel .owl-dots button.owl-dot.active {
            background: #1892e5
        }

    #package .owl-nav {
        display: none !important;
        position: absolute;
        top: 50%;
        left: 0;
        width: 100%;
        margin-top: -25px
    }

.product-specification-details {
    display: flex;
    flex-wrap: wrap;
    padding-bottom: 10px
}

    .product-specification-details .cont-row {
        display: flex;
        flex-wrap: wrap;
        padding-bottom: 10px;
        margin: 0 -15px;
        width: 50%
    }

    .product-specification-details .left {
        padding: 0 15px;
        width: 40%
    }

    .product-specification-details .right {
        padding: 0 15px;
        width: 60%
    }

    .product-specification-details label {
        font-weight: 600
    }

    .product-specification-details label, .product-specification-details p {
        margin: 0;
        padding: 0
    }

.file-list {
    list-style: none;
    margin: 0;
    padding: 0
}

    .file-list li {
        position: relative;
        padding: 0 0 10px 35px;
        min-height: 25px;
        line-height: 32px;
        word-break: break-all
    }

        .file-list li i {
            position: absolute;
            left: 0;
            top: 0
        }

.loader {
    background: rgba(19,54,72,.9);
    position: fixed;
    z-index: 999999;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center
}

    .loader .fa-close {
        color: #fff;
        font-size: 25px;
        margin: 20px;
        font-weight: 400;
        cursor: pointer;
        float: right
    }

    .loader img {
        width: 80px
    }

.product-price-from-to input[type=text] {
    border: 1px solid #fff;
    background: 0 0;
    width: 43%;
    display: inline-block;
    color: #fff;
    font-size: 12px;
    padding-top: 5px;
    padding-bottom: 5px;
    margin: 0
}

.product-price-from-to {
    display: inline-block;
    width: 49%
}

.txt-to {
    padding: 0 5px;
    color: #fff
}

.product-entry-date input[type=text] {
    border: 1px solid #fff;
    width: 100%;
    display: inline-block;
    color: #fff;
    font-size: 12px;
    padding-top: 5px;
    padding-bottom: 5px
}

.product-entry-date {
    display: inline-block;
    width: 49%
}

    .product-entry-date input[type=text].calendar {
        background-image: url(../images/icon_calendar1.png);
        background-repeat: no-repeat;
        background-position: 100% 8px;
        background-color: transparent;
        margin: 0
    }

.product-details-btn.product-btn-fixed {
    position: absolute;
    left: 15px;
    bottom: 47px;
    padding: 0
}

.ui-datepicker-title select.ui-datepicker-month, .ui-datepicker-title select.ui-datepicker-year {
    padding-top: 3px;
    padding-bottom: 3px;
    font-size: 12px;
    line-height: 15px;
    background: #fff url(../images/select_arrow2.png) no-repeat 100% 8px
}

.page-not-found {
    padding: 30px 15px;
    background-color: #e9e9ea;
    border: 1px solid #ddd;
    border-radius: 10px;
    text-align: center
}

    .page-not-found h1 {
        padding: 0
    }

.thank-you-text {
    padding-bottom: 20px;
    text-transform: uppercase;
    font-size: 50px;
    font-weight: 700;
    line-height: 120%;
    color: #153755
}

.success-text {
    padding-bottom: 20px;
    text-transform: uppercase;
    font-size: 50px;
    font-weight: 700;
    line-height: 120%;
    color: #007d41
}

.failed-text {
    padding-bottom: 20px;
    text-transform: uppercase;
    font-size: 50px;
    font-weight: 700;
    line-height: 120%;
    color: #e31e31
}

.error-404 {
    height: 100vh;
    display: flex;
    width: 100%;
    align-items: center;
    justify-content: center;
    text-align: center;
    background: #1e9bcf;
    color: #fff
}

.faq-content {
    border-bottom: 1px solid #c2c2c2;
    margin-bottom: 20px
}

    .faq-content h5 {
        font-size: 16px;
        font-weight: 700;
        color: #222529
    }

    .faq-content:last-child {
        border-bottom: 0;
        margin-bottom: 0
    }

.payment-box {
    background: #fff;
    border-radius: 10px;
    padding: 20px;
    box-shadow: 0 0 15px #ccc;
    height: 100%
}

    .payment-box input[type=email]::-webkit-input-placeholder, .payment-box input[type=text]::-webkit-input-placeholder {
        color: #999
    }

    .payment-box textarea {
        height: 100px;
        resize: none
    }

    .payment-box img {
        height: 100%;
        width: 100%;
        object-fit: cover;
        object-position: center
    }

.payment-content {
    border: 1px solid #c2c2c2;
    margin-bottom: 30px;
    overflow: hidden;
    height: calc(100% - 30px);
    padding: 20px
}

    .payment-content h3 {
        color: #153755
    }

    .payment-content .pic {
        padding-bottom: 20px
    }

        .payment-content .pic img {
            width: 100%
        }

.legal-box {
    border: 1px solid #c2c2c2;
    margin-bottom: 30px;
    overflow: hidden;
    height: calc(100% - 30px);
    padding: 20px
}

    .legal-box h3 {
        color: #153755
    }

    .legal-box .pic {
        padding-bottom: 20px
    }

        .legal-box .pic img {
            width: 100%
        }

.sitemap {
    background: #eaf2f5;
    border: 1px solid #ddd;
    border-radius: 5px;
    padding: 15px;
    text-align:center;
}

    .sitemap ul {
        list-style: none;
        margin: 0;
        padding: 0;
        display: flex;
        flex-wrap: wrap
    }

        .sitemap ul li {
            padding: 0 15px 15px 0;
            width: 33%
        }

            .sitemap ul li a {
                color: #7c7f82;
                font-weight: 500
            }

                .sitemap ul li a:hover {
                    color: #047eb9
                }

                .sitemap ul li a:before {
                    content: "\f192";
                    font-family: FontAwesome;
                    margin-right: 10px;
                    color: #047eb9
                }

.content-banner {
    padding: 5px;
    border: 1px solid #c2c2c2;
    margin-bottom: 20px
}

    .content-banner img {
        width: 100%
    }

ul.logistics-list {
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
    flex-wrap: wrap
}

    ul.logistics-list li {
        padding: 0 15px 15px 0;
        width: 33%
    }

        ul.logistics-list li a {
            color: #7c7f82;
            font-weight: 500
        }

            ul.logistics-list li a:hover {
                color: #047eb9
            }

            ul.logistics-list li a:before {
                content: "\f207";
                font-family: FontAwesome;
                margin-right: 10px;
                color: #047eb9
            }

.content-txt {
    background: #e3eafa;
    border: 1px solid #ddd;
    padding: 15px
}

.st-custom-button[data-network=sharethis] {
    display: inline-block;
    cursor: pointer;
    font-weight: 700;
    color: #fff;
    background: url(/assets/images/icon-share.png) no-repeat;
    background-size: 100%;
    width: 18px;
    height: 18px
}

.st-custom-button[data-network=facebook] {
    display: inline-block;
    cursor: pointer;
    font-weight: 700;
    color: #fff;
    background: url(/assets/images/facebook.png) no-repeat;
    background-size: 100%;
    width: 18px;
    height: 18px
}

.advertise-slide {
    margin-bottom: 20px
}

    .advertise-slide .owl-nav {
        display: block !important;
        position: absolute;
        bottom: 0;
        left: 0;
        width: 100%;
        font-family: Tahoma,Geneva,sans-serif;
        font-size: 20px;
        color: #fff;
        text-align: right
    }

        .advertise-slide .owl-nav button.owl-next, .advertise-slide .owl-nav button.owl-prev {
            background: rgba(0,0,0,.5);
            display: inline-block;
            padding: 5px 10px !important
        }

        .advertise-slide .owl-nav button.owl-next {
            margin-left: 1px
        }

            .advertise-slide .owl-nav button.owl-next:hover, .advertise-slide .owl-nav button.owl-prev:hover {
                opacity: .5
            }

    .advertise-slide .owl-dots {
        display: block !important
    }

    .advertise-slide .slider-pic {
        width: 85%
    }

        .advertise-slide .slider-pic img {
            width: 100%
        }

.blog-content {
    padding: 15px;
    background: #e6e6e6;
    margin-bottom: 20px
}

.bloger-info {
    display: flex;
    border-bottom: 4px solid #061b40;
    margin-bottom: 25px;
    padding-bottom: 20px;
    align-items: center
}

    .bloger-info .pic {
        padding-right: 30px;
        width: 130px
    }

        .bloger-info .pic img {
            width: 100px;
            height: 110px;
            object-fit: cover;
            object-position: center
        }

    .bloger-info p {
        padding: 0
    }

        .bloger-info p.date img {
            width: 17px;
            margin: 3px 5px 0 0;
            float: left
        }

.blog-content-details h1 {
    padding-right: 35px;
    position: relative
}

    .blog-content-details h1 img {
        width: 23px;
        position: absolute;
        right: 0;
        top: 3px
    }

.blog-pic {
    text-align: center
}

    .blog-pic img {
        width: 400px
    }

#spanFavourite {
    cursor: pointer
}

    #spanFavourite.active {
        color: #047eb9
    }

    #spanFavourite.fa-star-o.active::before {
        content: "\f005"
    }

.reports-list .btn-list .list-item {
    margin-bottom: 10px
}

.reports-list .btn-list a {
    font-size: 12px;
    color: #fff;
    padding: 8px 10px;
    border-radius: 5px;
    text-align: center;
    display: inline-block;
    background-color: #153755;
    font-weight: 600;
    min-width: 250px
}

.btnTheme {
    border-radius: 10px;
    background-color: rgb(21, 55, 85);
    color: white;
}


    .reports-list .btn-list a:hover {
        background: #047eb9;
        color: #fff
    }

.logo-tag {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    width: 100%
}

    .logo-tag img {
        width: auto !important;
        height: 16px;
        margin: 5px 0
    }

    .logo-tag span {
        margin: 0 5px
    }

    .logo-tag.home {
        justify-content: center;
        padding: 0 10px 10px
    }

.paginationjs-pages ul {
    list-style: none;
    margin: 0;
    padding: 15px 0;
    display: flex;
    justify-content: center
}

    .paginationjs-pages ul li {
        margin: 0 1px
    }

        .paginationjs-pages ul li a {
            color: #7c7f82;
            padding: 5px 9px
        }

            .paginationjs-pages ul li a:hover, .paginationjs-pages ul li.active a {
                background: #047eb9;
                color: #fff
            }

        .paginationjs-pages ul li.disabled a {
            opacity: .5;
            pointer-events: none;
            cursor: not-allowed
        }

.features-products-add {
    border: 1px solid #ddd;
    background: #eaf2f5;
    border-radius: 5px;
    margin-bottom: 20px;
    padding: 15px 15px 5px;
    text-align: center
}

    .features-products-add .box-style2 {
        background: #fff
    }

.product-listing-row .product-box {
    margin-bottom: 15px
}

.view-products {
    border: 0;
    border-radius: 5px;
    background-color: #153755;
    padding: 7px 15px;
    color: #fff;
    cursor: pointer;
    transition: ease-in-out .5s;
    display: block;
    width: 200px;
    text-align: center;
    margin: 0 auto 20px
}

    .view-products:hover {
        background-color: #047eb9;
        color: #fff
    }

    .view-products span.less {
        display: none
    }

    .view-products span.more {
        display: inline-block
    }

    .view-products:after {
        content: "\f103";
        font-family: FontAwesome;
        margin-left: 5px
    }

    .view-products.inactive span.less {
        display: inline-block
    }

    .view-products.inactive span.more {
        display: none
    }

    .view-products.inactive:after {
        content: "\f102";
        font-family: FontAwesome;
        margin-left: 5px
    }

.products-more {
    display: none;
    flex-wrap: wrap
}

    .products-more.open {
        display: flex
    }

    .products-more .leads-container {
        width: 100%
    }

.nomore-list {
    width: 100%;
    border: 1px solid #ddd;
    background: #ebebeb;
    border-radius: 5px;
    margin-bottom: 20px;
    padding: 15px;
    text-align: center
}

    .nomore-list h4 {
        padding: 0;
        color: #153755
    }

.leads-add {
    border: 1px solid #ddd;
    background: #fbf8e8;
    border-radius: 5px;
    margin-bottom: 20px;
    padding: 15px
}

    .leads-add .leads-container:last-child {
        margin-bottom: 0 !important
    }

.twoLine {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}


.share-container {
    width: 100%;
    height: 100%;
    box-sizing: border-box;
    background: rgba(0,0,0,.5);
    overflow: hidden;
    position: fixed;
    top: 0;
    left: 0;
    display: none;
    z-index: 99999 !important;
    align-items: center;
    justify-content: center
}

    .share-container.open {
        display: flex
    }

.share-content {
    background: rgba(21,55,85,.95);
    width: 290px;
    padding: 30px;
    position: relative;
}


.share-content h3 {
    text-align: center;
    color: #fff;
    border-bottom: 1px solid #fff;
    padding: 0 0 10px
}

    .share-content ul {
        list-style: none;
        margin: 0;
        padding: 15px 0 0;
        display: flex;
        justify-content: center;
    }

        .share-content ul li {
            padding: 0 10px;
        }

            .share-content ul li a {
                color: #fff;
                font-size: 25px;
            }

                .share-content ul li a:hover {
                    opacity: .5;
                }

#share-close {
    color: #fff;
    cursor: pointer;
    position: absolute;
    top: 10px;
    right: 15px
}

#shareit {
    cursor: pointer
}

.checkbox-spacing {
    margin-bottom: 15px !important
}

input[type="number"] {
    -webkit-appearance: textfield;
    -moz-appearance: textfield;
    appearance: textfield;
}

.stats {
    position: absolute;
    z-index: 9;
    background: #d5d5d5;
    bottom: 30px;
    height: 60px;
    left: 0;
    border-bottom-right-radius: 10px;
    border-top-right-radius: 10px;
    padding: 0 0 0 60px;
    box-shadow: 4px 4px 2px #e6e6e6;
}

    .stats img {
        height: 100%;
    }

/* Responsive */
@media (max-width: 1199px) {
    .stats {
        height: 45px;
        bottom: 2px;
    }
}
@media(max-width: 760px) {
    .mobileScreen {
        height: 300px;
        width: 200px;
        position: relative;
    }
    .storeLogo {
        height: 30px;
        width: 90px;
        margin: 5px;
    }
    .appBannerCard{
        text-align:center;
    }
    .downloadSec {
        display: flex;
        flex-direction: column;
        justify-content: flex-start;
    }

}
@media(min-width: 760px) {
    .mobileScreen {
        height: 350px;
        width: 300px;
        position: absolute;
        align-items:center;
    }
    .downloadSec {
        display: flex;
        flex-direction: row;
        justify-content: flex-start;
    }
   
}



@media (max-width: 767px) {
    .stats {
        top: 45%;
        bottom: inherit;
    }
   
    
}

@media (max-width: 599px) {
    .stats {
        top: 33%;
    }
}

@media (max-width: 508px) {
    .stats {
        height: auto;
        top: 29%;
        border-radius: 0;
        padding: 0;
        text-align: center;
    }
}
/* End Responsive */


/*admin stats page*/
.item-card {
    margin: 10px;
    padding: 10px;
    text-align: center;
    border-radius: 20px;
    height:100px;
}

    .item-card:hover {
        transform: scale(1.1);
    }


    .item-card p {
        font-size: 25px;
        font-weight: bold;
        margin-bottom: 10px;
    }

    .item-card span {
        font-size: 16px;
    }