.site-banner img {
    height: 450px;
    position: relative;
    width: 100%;
    object-fit: cover;
}
.site-banner{
    position:relative;
}
.site-banner::before {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    bottom: 0;
    background-color: rgba(0,0,0,0.5);
    left: 0;
    z-index: 1;
}
.content{
    position:absolute;
    top:92px;
    bottom:0;
    right:0;
    left:0;
    margin:auto;
}
.banner-content {
    position: relative;
    z-index: 3;
    padding-top: 150px;
}
/*.banner-content h1{
    padding-top:150px;
}*/
.lft-menu {
    background: rgb(249, 249, 249);
    padding: 15px;
}

    .lft-menu .menus {
        margin-bottom: 20px;
    }

        .lft-menu .menus ul {
            margin: 0px;
            padding: 0px;
        }

        .lft-menu .menus li {
            padding: 0;
            font-size: 14px;
            color: rgb(66, 66, 66);
            font-weight: 500;
            display: block;
            line-height: 14px;
            margin: 0px;
            border-bottom: 1px solid rgb(226, 226, 226);
        }

            .lft-menu .menus li a {
                padding: 18px 10px;
                display: block;
                font-size: 16px;
            }

                .lft-menu .menus li a:hover {
                    color: #fff !important;
                    background: #bd0a1b;
                }

                .lft-menu .menus li a.active {
                    color: #fff !important;
                    background: #bd0a1b;
                }

.lft-ad {
    margin: 30px 0 0;
}

.product-itm ul li {
    float: left;
    margin-bottom: 20px;
}

.product-itm-inr {
    padding: 9px 9px;
    border: 1px solid #ddd;
    border-radius: 3px;
}

.product-itm .product-detail {
    padding-top: 8px;
}

    .product-itm .product-detail h2 a {
        font-size: 19px;
        color: #333333;
        font-weight: bold;
        margin: 0 0 10px 0;
    }

.product-detail h2 {
    color: #333333;
    line-height: 26px !important;
    font-size: 20px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.product-detail-h2 h2 {
    white-space: normal;
}
.product-itm .product-detail p {
    font-size: 16px;
    color: #262626;
    font-weight: 400;
    margin: 0px 0 0px 0;
}

.catalogue-inr {
    border: 1px solid #f2f2f2;
    border-radius: 6px;
    overflow: hidden;
}

.product-tag {
    background: #dfdfdf;
    position: absolute;
    bottom: 9px;
    left: 0;
    padding: 1px 7px;
}

.catalogue-text {
    padding: 14px 9px;
    min-height: 58px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

    .catalogue-text a {
        font-size: 16px;
        color: #1577b1;
        line-height: 18px;
        font-weight: 600;
        width: 160px;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
    }

.align-right {
    text-align: right;
}

.filter-btns02 {
    margin: 0;
}

.catalogue-div ul li {
    float: left;
    margin-bottom: 20px;
}
.note-editable.panel-body ol {
    list-style: decimal inside;
}
.note-editable.panel-body ul {
    list-style: circle;
}
.catalogue-img {
    padding: 30px 22px 45px;
    border-bottom: 1px solid #f2f2f2;
    position: relative;
    text-align: center;
}

.category-hding h2 {
    font-family: "Lato", sans-serif;
    color: #222;
    line-height: 1.2em !important;
    margin-bottom: 0;
    margin-top: 0;
    font-size: 26px;
    font-weight: 700;
}

.view-btn a {
    display: block;
    font-size: 14px;
    color: #fff;
    padding: 6px 8px;
    text-align: center;
    background: #424242;
}

    .view-btn a:hover {
        background: #bd0a1b;
        color: #fff;
    }

.product-tag p {
    margin: 0;
    font-size: 12px;
    color: #1f1f1f;
    font-weight: 700;
}

.btn-round {
    border-radius: 50px;
}

.btn-primary {
    background: #bd0a1b;
    border: 1px solid #bd0a1b;
    color: #fff;
}

.btn {
    padding: 9px 25px;
    font-size: 14px;
}

.latest-news {
    background: #f9f9f9;
    border-left: 2px solid #bd0a1b;
    padding: 15px;
}

.welcom-img {
    box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.2);
    border-radius: 5px;
}

    .welcom-img img {
        width: 100%;
        height: 250px;
        border-radius: 5px;
        object-fit: cover;
    }

.welcome-text p {
    font-size: 16px;
    line-height: 24px;
}

.supplier-info i {
    font-size: 18px;
    color: #1577b1;
    margin-right: 5px;
}

.supplier-info a {
    color: #777;
}

    .supplier-info a:hover {
        color: #bd2524;
    }

.catalogue-inr:hover {
    box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.18);
    border: 1px solid #bd252438;
    transform: scale(1.05) !important;
    transition: all .3s ease-in-out;
}

.product-itm-inr:hover {
    box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.18);
    border: 1px solid #bd252438;
    transform: scale(1.05) !important;
    transition: all .3s ease-in-out;
}

.products-inr:hover {
    box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.18);
    border: 1px solid #bd252438;
    transform: scale(1.05) !important;
    transition: all .3s ease-in-out;
}

.product-text a {
    font-size: 22px;
    color: #1f1f1f;
    line-height: 28px;
    font-weight: 600;
}

    .product-text a:hover {
        color: #1577b1;
    }

.product-text {
    padding: 14px 15px;
}

    .product-text span a {
        font-size: 16px;
        color: #bd0a1b !important;
        font-weight: 600;
        display: block;
    }

.about-img img {
    width: 100%;
    height: 320px;
    object-fit: cover;
    border-radius: 5px;
    box-shadow: 0px 0px 8px #00000038;
}

.product-img-div img {
    padding: 7px 0 0 0px;
    transition: transform .5s ease;
}

    .product-img-div img:hover {
        transform: scale(1.1) !important;
    }

.products-img img:hover {
    transform: scale(1.1) !important;
}

.catalogue-img img {
    transition: transform .5s ease;
    height: 150px;
    width:140px;
    object-fit: cover;
}

    .catalogue-img img:hover {
        transform: scale(1.1) !important;
    }

.page-heading {
    font-size: 26px;
    color: #bd0a1b;
    margin-bottom: 20px;
}

.about-page-content h3 {
    font-size: 28px;
    margin-bottom: 15px;
}

.about-page-content p {
    font-size: 16px;
}

.page-content .input-group.product-top-search input.form-control {
    border-radius: 30px 0 0 30px;
    padding: 20px;
    border: 0;
    font-size: 15px;
}

.input-group.product-top-search {
    background: none;
    border: 1px solid #999999;
    border-radius: 100px;
}

    .input-group.product-top-search button.srch-btn {
        background: #188cc7;
        border: none;
        border-radius: 0px 100px 100px 0px;
        margin: 0 0;
        padding: 13px 35px;
        outline: none;
        font-size: 15px;
        color: #FFFFFF;
        font-weight: 400;
        text-transform: uppercase;
    }

a, button, .btn {
    cursor: pointer;
}

.products-div ul li {
    float: left;
    margin-bottom: 20px;
}

.products-inr {
    border: 1px solid #f2f2f2;
    border-radius: 6px;
    overflow: hidden;
}

.products-img {
    padding: 30px 22px 45px;
    border-bottom: 1px solid #f2f2f2;
    position: relative;
    text-align: center;
}

.product-text p {
    font-size: 14px;
    margin: 0;
}

.btn-compare {
    background: #1f1f1f;
    color: #FFFFFF;
    height: 30px;
    width: 30px;
    border-radius: 50px;
    text-align: center;
    position: absolute;
    left: 10px;
    bottom: 10px;
    padding: 1px 0px 1px 1px;
}

    .btn-compare i {
        font-size: 12px;
    }

    .btn-compare:hover {
        background: #bd0a1b;
    }

.btn-favr {
    color: #1f1f1f;
    border-radius: 50px;
    text-align: center;
    position: absolute;
    left: 12px;
    background: transparent;
    bottom: 45px;
    padding: 0;
}

    .btn-favr i {
        font-size: 24px !important;
    }

    .btn-favr:hover {
        color: #bd0a1b;
    }

.news-img img {
    width: 100%;
    height: 230px;
    object-fit: cover;
}

.card {
    box-shadow: 0 1px 4px 0 rgba(0,0,0,.14);
}

    .card:hover {
        transform: scale(1.05) !important;
        transition: all .3s ease-in-out;
    }

.card {
    border: 0;
    margin-bottom: 30px;
    margin-top: 30px;
    border-radius: 6px;
    color: #333;
    background: #fff;
    width: 100%;
    box-shadow: 0 2px 2px 0 rgba(0,0,0,.14), 0 3px 1px -2px rgba(0,0,0,.2), 0 1px 5px 0 rgba(0,0,0,.12);
}

.card {
    position: relative;
    display: flex;
    flex-direction: column;
    min-width: 0;
    word-wrap: break-word;
    background-color: #fff;
    background-clip: border-box;
    border: 1px solid #eee;
    border-radius: .25rem;
}

.card {
    font-size: .875rem;
}

.card-stats .card-header.card-header-icon, .card-stats .card-header.card-header-text {
    text-align: right;
}

.card [class*=card-header-] {
    margin: 0 15px;
    padding: 0;
    position: relative;
}

.card .card-header {
    z-index: 3 !important;
}

.card[class*=bg-], .card[class*=bg-] .card-title, .card[class*=bg-] .card-title a, .card[class*=bg-] .icon i, .card [class*=card-header-], .card [class*=card-header-] .card-title, .card [class*=card-header-] .card-title a, .card [class*=card-header-] .icon i {
    color: #fff;
}

.card .card-header {
    border-bottom: none;
    background: transparent;
}

.card-header:first-child {
    border-radius: calc(.25rem - 1px) calc(.25rem - 1px) 0 0;
}

.card-header {
    padding: .75rem 1.25rem;
    margin-bottom: 0;
    background-color: #fff;
    border-bottom: 1px solid #eee;
}

.card [class*=card-header-] .card-icon, .card [class*=card-header-] .card-text {
    border-radius: 3px;
    background-color: #999;
    padding: 15px;
    position: relative;
    top: -30px;
    margin-right: 15px;
    float: left;
}

.card .card-header-warning .card-icon, .card .card-header-warning .card-text, .card .card-header-warning:not(.card-header-icon):not(.card-header-text) {
    box-shadow: 0 0px 15px 0 rgba(191, 39, 36, 0.17), 0 7px 10px -5px rgba(189, 37, 36, 0.27);
}

.card.bg-warning, .card .card-header-warning .card-icon, .card .card-header-warning .card-text, .card .card-header-warning:not(.card-header-icon):not(.card-header-text), .card.card-rotate.bg-warning .back, .card.card-rotate.bg-warning .front {
    background: linear-gradient(60deg,#c02824,#bd0a1b);
}

.blue {
    background: linear-gradient(60deg,#450abd,#4503a7) !important;
    box-shadow: 0 0px 15px 0 rgba(69, 6, 170, 0.27), 0 7px 10px -5px rgba(69, 6, 169, 0.27) !important;
}

.blue-text {
    color: #450abd !important;
}

.green {
    background: linear-gradient(60deg,#0abd34,#04a72a) !important;
    box-shadow: 0 0px 15px 0 rgba(69, 6, 170, 0.27), 0 7px 10px -5px rgba(69, 6, 169, 0.27) !important;
}

.green-text {
    color: #0abd34 !important;
}

.card-stats .card-header.card-header-icon i {
    font-size: 36px;
    line-height: 56px;
    width: 56px;
    height: 56px;
    text-align: center;
}

.card .card-header.card-header-icon i, .card .card-header.card-header-text i {
    width: 33px;
    height: 33px;
    text-align: center;
    line-height: 33px;
}

.material-icons {
    font-family: 'Material Icons';
    font-weight: normal;
    font-style: normal;
    font-size: 24px;
    line-height: 1;
    letter-spacing: normal;
    text-transform: none;
    display: inline-block;
    white-space: nowrap;
    word-wrap: normal;
    direction: ltr;
    -webkit-font-feature-settings: 'liga';
    -webkit-font-smoothing: antialiased;
}

.card-stats .card-header.card-header-icon .card-category, .card-stats .card-header.card-header-icon .card-title, .card-stats .card-header.card-header-text .card-category, .card-stats .card-header.card-header-text .card-title {
    margin: 0;
}

.card .card-header.card-header-icon .card-title, .card .card-header.card-header-text .card-title {
    margin-top: 15px;
    color: #bd2524;
    font-size: 42px;
    font-weight: 700;
}

.card .card-header .card-title {
    margin-bottom: 3px;
}

.card[class*=bg-], .card[class*=bg-] .card-title, .card[class*=bg-] .card-title a, .card[class*=bg-] .icon i, .card [class*=card-header-], .card [class*=card-header-] .card-title, .card [class*=card-header-] .card-title a, .card [class*=card-header-] .icon i {
    color: #fff;
}

.card .card-title:last-child {
    margin-bottom: 0;
}

.card .card-title {
    margin-top: 0;
    margin-bottom: 3px;
}

.card .card-title {
    margin-top: .625rem;
}

.card-title, .card-title a, .footer-big h4, .footer-big h4 a, .footer-big h5, .footer-big h5 a, .footer-brand, .footer-brand a, .info-title, .info-title a, .media .media-heading, .media .media-heading a, .title, .title a {
    color: #3c4858;
    text-decoration: none;
}

.card:hover {
    border: 1px solid #bd252438;
}

.card-title {
    margin-bottom: .75rem;
}

.h3, .h4, h3, h4 {
    line-height: 1.4em;
}

.h3, h3 {
    font-size: 1.5625rem;
    margin: 20px 0 10px;
}
    h3.sender {
        margin: 0 !important;
    }
.card-stats .card-header + .card-footer {
    border-top: 1px solid #eee;
}

.card .card-footer {
    display: flex;
    align-items: center;
    background-color: transparent;
    border: 0;
}

.card-footer:last-child {
    border-radius: 0 0 calc(.25rem - 1px) calc(.25rem - 1px);
}

.card-footer {
    padding: .75rem 1.25rem;
    background-color: #fff;
    border-top: 1px solid #eee;
}

.card .card-footer {
    display: flex;
    align-items: center;
    background-color: transparent;
    border: 0;
}

.card .card-body, .card .card-footer {
    padding: 10px 17px;
}

.card-footer:last-child {
    border-radius: 0 0 calc(.25rem - 1px) calc(.25rem - 1px);
}

.stats a {
    font-size: 18px;
    color: #1f1f1f;
}

    .stats a:hover {
        color: #bd2524;
    }

.date-input {
    border-radius: 50px;
}

.custom-select {
    border-radius: 50px;
    width: 100%;
}

.product-chat {
    padding: 20px;
    background: #fff;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.18)
}

    .product-chat h5 {
        font-size: 16px;
        margin-bottom: 20px;
    }

.btn-blue {
    background: #005e9b;
    border: 1px solid #005e9b;
    color: #fff;
}

    .btn-blue:hover {
        background: #1f1f1f;
    }

.active-side {
    color: white !important;
    background: #bd0a1b!important;
}

.heading-limt {
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    padding: 0;
}
.file-upload {
    background-color: #ffffff;
    margin: 0 auto;
}

.file-upload-btn {
    width: 100%;
    margin: 0;
    color: #fff;
    background: #1FB264;
    border: none;
    padding: 10px;
    border-radius: 4px;
    border-bottom: 4px solid #15824B;
    transition: all .2s ease;
    outline: none;
    text-transform: uppercase;
    font-weight: 700;
}

    .file-upload-btn:hover {
        background: #1AA059;
        color: #ffffff;
        transition: all .2s ease;
        cursor: pointer;
    }

    .file-upload-btn:active {
        border: 0;
        transition: all .2s ease;
    }

.file-upload-content {
    display: none;
    text-align: center; position:relative;
}
    
    .file-upload-input {
        position: absolute;
        margin: 0;
        padding: 0;
        width: 100%;
        height: 100%;
        outline: none;
        opacity: 0;
        cursor: pointer;
    }

.image-upload-wrap {
    border: 2px dashed #c3c3c3;
    position: relative;
    border-radius:6px;
}

.image-title-wrap {
    padding: 0 15px 15px 15px;
    color: #222;
}

.drag-text {
    text-align: center;
    padding:40px 0
}

    .drag-text h3 {
        font-weight: 100;
        color: #c3c3c3;
        font-size: 22px;
    }

.file-upload-image {
    margin: auto;
    width: 100%;
    height: 178px;
    object-fit: cover;
    border-radius: 6px;
    margin-bottom: 20px;
    border: 2px dashed #c3c3c3;
}
.file-upload-content .remove_btn {
    width: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 40px;
    margin: 0;
    color: #fff;
    background: #cd4535;
    border: none;
    border-radius: 50px;
    outline: none;
    font-weight: 600;
    transition: all .2s ease;
    position: absolute;
    top: 5px;
    right: 5px;
}
    .file-upload-content .remove_btn:hover, .file-upload-content .remove_btn:focus {
        background: #c13b2a;
        color: #ffffff;
        cursor: pointer;
    }
    .remove-image {
        margin: 0;
        color: #fff;
        background: #cd4535;
        border: none;
        padding: 8px 28px;
        border-radius: 50px;
        outline: none;
        font-weight: 600;
    }

.remove-image:hover  {
    background: #c13b2a;
    color: #ffffff;
    transition: all .2s ease;
    cursor: pointer;
}

.remove-image:active {
    border: 0;
    transition: all .2s ease;
}
.form-control {
    border-radius: 200px;
    border: 1px solid #c3c3c3;
    padding: 0px 20px;
    font-size: 16px;
    color: #979797;
    height: 40px;
}
.frm_sub_title {
    border-left: 3px solid #bd0a1b;
    padding-left: 8px;
    color: #1d5984;
}
.form-group .select2-container--default .select2-selection--single {
    border-radius: 20px;
    border: 1px solid #c3c3c3;
    padding:6px 0px 6px 15px;
    font-size: 16px;
    color: #979797;
    height: 40px;
}
    .form-group .select2-container--default .select2-selection--single .select2-selection__arrow {
        top: 7px;
        right: 15px;
    }
label.badge-pill {
    background: #005e9b;
    border-radius: 100px;
    font-size: 13px;
    color: #fff;
    padding: 2px 10px;
    margin: 10px 0 0 0;
}
textarea.form-control {
    border-radius: 6px;
    border: 1px solid #c3c3c3;
    padding: 10px 20px;
    font-size: 16px;
    color: #979797;
}
.google-map iframe {
    width: 100%;
    height: 260px;
}
.minsite-catgories{
    display:block !important;
}
.detail-wrap {
    float: left;
    width: 100%;
    padding: 1px;
    position: relative;
    border: 2px solid #ebebeb;
    border-radius: 10px;
}
.supplier-logo img{
    width:100%;
    object-fit:cover;
}
.display {
    display: inline-block;
}
.user-icon-circle {
    width: 60px;
    height: 60px;
    line-height: 55px;
    display: inline-block;
    border-radius: 60px;
    text-align: center;
    margin-right: 10px;
}
.user-icon-circle img {
    width: 30px;
}
.head-4 {
    font-size: 20px;
    margin-top: 0px;
    color: #262626;
    font-weight: 400;
    font-family: 'Lato', sans-serif;
}
.head-5 {
    line-height: 36px;
    float: left;
    width: 45%;
    font-size: 18px;
    color: #262626;
    font-weight: bold;
    font-family: 'Lato', sans-serif;
}
.head-6 {
    line-height: 36px;
    font-size: 18px;
    color: #262626;
    font-weight: bold;
    margin-bottom: 30px;
    padding-bottom: 10px;
    border-bottom: solid 1px #f4f4f4;
    font-family: 'Lato', sans-serif;
}
.dash-stats {
    float: left;
}
.dash-text {
    display: block;
    overflow: hidden;
}
}
.analytic-img {
    padding: 15px 16px 20px !important;
}
.analytic-img img{
    width:auto !important;
    height:80px !important;
}
.analytic-text a {
    font-size: 16px;
    color: #1f1f1f;
    font-weight: 600;
}
.analytic-text {
    padding: 14px 15px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.btn-style {
    background: #fff;
    box-shadow: 0 -5px 5px rgba(0, 0, 0, 0.18);
    padding: 10px;
}
.in-disply{
    display:inline-block;
}
.not-found {
    font-size: 22px;
    color: #c7c5c5;
}
.fancy-checkbox input[type="checkbox"]:checked + span:before, .fancy-radio input[type="radio"]:checked + span:before {
    line-height:15px !important;
}
/*supplier location start*/
.supplierLocationdefault {
    padding: 15px;
    border: 1px dotted #ddd;
}
    .supplierLocationdefault .location-heading {
        background-color: #005e9b;
        color: #fff;
        padding: 5px 10px;
        font-size: 18px;
        margin-bottom: 15px;
    }
    .supplierLocationdefault .location-titile {
        font-size: 14px;
        font-weight:600;
    }
.locationtruncate {
    width: auto;
    white-space: nowrap;
    overflow: inherit;
    text-overflow: ellipsis;
}
/*supplier location end*/
@media (max-width:768px) {
    .card .card-header.card-header-icon .card-title, .card .card-header.card-header-text .card-title {
        display: inline-block;
    }
    .catalogue-img {
        padding: 20px 12px 15px;
    }
}
@media (max-width: 425px) {
    .product-chat {
        margin-bottom: 30px;
    }
    .catalogue-img img{
        height:60px;
    }
}
.dataTables_empty.table.view-table td {
    font-size: 22px;
    color: #dadada;
    text-align: center;
    padding: 30px 0;
}
.dataTables_empty {
    font-size: 22px !important;
    text-align: center;
    color: #dfdfdf;
}
.dots-menu {
    position: absolute;
    top: -76px;
    right: 10px;
    background: none !important;
    box-shadow: none !important;
}
.dots-menu:hover {
    background: none !important;
}
.drop-style {
    background: none !important;
    box-shadow: none !important;
    padding:5px 8px !important;
}
.dropdown-menus {
    left: inherit;
    right: 0;
    top: -63px;
}
.close {
    font-size: 12px;
}
.dots-setting {
    top: -68px;
}