
@font-face {
    font-family: "SF Pro Text";
    src: url("/Areas/User/fonts/SFPro.eot");
    src: url("/Areas/User/fonts/SFPro.eot?#iefix") format("embedded-opentype"), url("/Areas/User/fonts/SFPro.woff2") format("woff2"), url("/Areas/User/fonts/SFPro.woff") format("woff"), url("/Areas/User/fonts/SFPro.ttf") format("truetype"), url("/Areas/User/fonts/SFPro.svg#SF Pro Text") format("svg");
}

body {
    /*font-family: 'Quicksand', sans-serif !important;*/
    font-family: 'SF Pro Text', sans-serif;
    font-size: 12px;
    color: #333;
    letter-spacing: 0.5px;
    background-color: #fff;
}

.navbar-light .navbar-nav .nav-link {
    color: #fff  !important;
    font-weight: 400;
    font-size: 15px;
    padding-right: 40px;
}

    .navbar-light .navbar-nav .nav-link:hover{
        color:#fff;
    }

    .disabled {
        cursor: not-allowed !important;
    }

.secminheight {
    min-height: 570px;
}

.buyerleads form {
    background: #ffffff;
    box-shadow: 0px 0px 7px #f1efef;
    padding: 10px 15px 0px 15px;
    margin-bottom: 20px;
    /*margin-top: 30px;*/
    border-radius: 4px;
}

    .buyerleads form button {
        border: none;
        background: #e1261c;
        color: #fff;
        width: 100%;
        height: 38px;
        border-radius: 4px;
        margin-top: -5px;
        font-size: 15px;
        text-transform: uppercase;
    }

.lead-card-section {
    background: #ffffff;
    padding: 10px 15px;
    border-radius: 4px;
    font-size: 14px;
    letter-spacing: normal;
    border: 1px solid rgba(0, 0, 0, 0.125);
}

.loader {
    border: 16px solid #f3f3f3;
    border-radius: 50%;
    border-top: 16px solid #e1261c;
    width: 100px;
    height: 100px;
    -webkit-animation: spin 2s linear infinite;
    animation: spin 2s linear infinite;
    top: 50%;
    left: 0%;
    right: 0%;
    position: fixed;
    z-index: 9999;
    margin: 0px auto;
    /*
    width: 100%;
    height: 100%;
    background: url("../images/nippon_loading.gif") no-repeat center center rgb(255, 255, 255);/*rgba(0,0,0,0.25);*/
    /*opacity: 0.1;
    display: none;
    top: 0%;
    left: 0%;
    -moz-opacity: 0.9;
    filter: alpha(opacity=50);
    */
}

@keyframes spin {
    from {
        transform: rotate(0deg);
    }

    to {
        transform: rotate(360deg);
    }
}

.overlay {
    position: fixed;
    z-index: 9999 !important;
    top: 0px;
    left: 0px;
    background-color: #000000;
    width: 100%;
    height: 100%;
    filter: Alpha(Opacity=70);
    opacity: 0.70;
    -moz-opacity: 0.70;
}

.text-blue {
    color: #df271e !important;
}

.text-green {
    color: #3dba26 !important;
}


.btn-primary {
    background-color: #e1261c;
    border-color: #f5463d;
    border-radius: 4px;
}

    .btn-primary:hover,
    .btn-primary:focus,
    .btn-primary:active {
        background-color: #bd0e05 !important;
        border-color: #bd0e05 !important;
        box-shadow: none !important;
    }

.detailbutton {
    background-color: #e1261c;
    border-color: #a50d05;
    border-radius: 4px;
    color: white;
    margin-bottom: 20px;
    margin-left: 20px;
    border: none;
    font-size: 13px;
}

    .detailbutton:hover,
    .detailbutton:focus,
    .detailbutton:active {
        background-color: #bd0e05 !important;
        border-color: #bd0e05 !important;
        box-shadow: none !important;
    }

.btn-cancel {
    color: #fff;
    background-color: #d9534f !important;
    border-color: #d43f3a !important;
    border-radius: 4px !important;
}

    .btn-cancel:hover {
        color: #fff !important;
        background-color: #ac2925 !important;
    }

.top-header {
    border-bottom: 1px solid #ddd;
}

.search-group {
    border: 1px solid #e6e6e6 !important;
    border-radius: 50px !important;
    margin-top: 0px !important;
}

    .search-group .search-panel {
        background-color: #f2f2f2;
        border-radius: 20px 0 0 20px;
    }

        .search-group .search-panel .btn {
            font-size: 13px;
            line-height: 24px;
        }

            .search-group .search-panel .btn:hover,
            .search-group .search-panel .btn:focus,
            .search-group .search-panel .btn:active {
                box-shadow: none;
                outline: none;
            }

    .search-group .form-control {
        border: 0;
        background: transparent;
        height: inherit;
        padding-left: 15px;
    }

        .search-group .form-control:hover,
        .search-group .form-control:focus,
        .search-group .form-control:active {
            box-shadow: none;
            outline: none;
        }

.search-btn {
    background-color: #df271e;
    color: #fff !important;
    border-radius: 50%;
    width: 33px;
    height: 33px;
    margin: 2px;
    text-align: center;
    line-height: 1;
    padding: 0px;
}

.top-btn {
    padding: 20px 0px !important;
    text-align: right;
}


.top-btn .text-blue {
    padding: 4px 10px;
    border-radius: 20px;
    color: #686868 !important;
}
.top-btn .text-blue:hover {
    text-decoration: none;
    color: #e1261c;
}
.top-btn .text-blue:focus {
    text-decoration: none;
    box-shadow: none;
}


.top-btn1 {
}

.top-btn2 {
}

.title-card {
    background-color: #f0f0f0;
    border-radius: 5px;
    border: 1px solid #dcdcdc;
}

    .title-card .sec-title {
        font-size: 22px;
        margin: 0;
        padding: 8px;
        letter-spacing: normal;
        text-transform: capitalize;
    }

.fs-search-cat ul {
}

ul.fs-search-cat li {
    padding: 5px;
}

.fs-navbar {
    background: #011309;
    position: relative;
    padding: 6px 0px;
    font-size: 14px;
    font-weight: 500;
    letter-spacing: normal;
}

    .fs-navbar .navbar-toggler {
        color: rgba(0,0,0,.5);
        border: 2px solid rgba(0,0,0,.5);
        border-radius: 0;
        padding: 0px;
    }

.logo img {
    width: 180px;
}

.fs-dropdown, .fs-dropleft, .fs-dropright, .fs-dropup {
    position: unset;
}

.fs-dropdown-menu {
    position: absolute;
    left: 10%;
    right: 10%;
    margin-top: 0;
}

    .fs-dropdown-menu .dropdown-divider {
        height: 0;
        margin: 4px 0;
        overflow: hidden;
        border-top: 1px solid #e9ecef;
    }

    .fs-dropdown-menu .dropdown-item {
        padding: 0;
        color: #999;
        font-size: 15px;
        padding: 5px 0px;
        border-bottom: 1px solid #d6d6d6;
    }

        .fs-dropdown-menu .dropdown-item:hover {
            color: #000;
            background: transparent
        }


/* Home Page dropdown */
.search-group .dropdown-menu.show {
    left: 15px !important;
    top: -1px !important;
    border-radius: 0px;
    border-top: none;
    border-color: #e6e6e6;
    width: 94% !important;
    padding: 0px;
    height: 285px;
    overflow-y: scroll;
    overflow-x: hidden;
}
.search-group .dropdown-menu li{
    padding: 0px;
}
.search-group .dropdown-menu li a {
    font-size: 13px;
    color: #686868;
    display: block;
    padding: 8px 10px;
    border-bottom: 1px solid #efefef;
    letter-spacing: normal;
}
.search-group .dropdown-menu li:last-child a{
    border-bottom: none
}
.search-group .dropdown-menu li a:hover {
    text-decoration: none;
    color: #e1261c;
}

.ui-autocomplete {
    padding: 0px;
    margin: 0px;
    background: #fff;
    width: 30% !important;
    border: 1px solid #efefef;
    z-index: 9;
}
.ui-autocomplete li {
    list-style: none;
    border-bottom: 1px solid #efefef;
    padding: 6px 10px;
    font-size:14px;
}
.ui-autocomplete li:last-child{
    border-bottom: none;
}

.owl-theme .owl-dots, .owl-theme .owl-nav {
    text-align: center;
    position: absolute;
    bottom: 0;
    width: 100%;
    left: 0;
    right: 0;
}
.owl-theme .owl-nav {
    display: none !important;
}

.panel-heading h4 {
    font-size: 40px;
    letter-spacing: normal;
    margin-bottom: 20px;
    margin-top: 20px;
    font-weight: 800;
    color: #e1261c;
}



/*	product-display 	*/

.product-display {
    background-color: #efefef;
}

.product-card {
    padding: 30px 20px;
    text-align: center;
    background-image: url(../images/orange.png);
    background-position: bottom;
    background-size: cover;
    margin-bottom: 30px;
    color: #fff;
    min-height: 460px;
}

.product-card-1 {
    background-image: url(../images/orange.png);
}

.product-card-2 {
    background-image: url(../images/blue.png);
}

.product-card-3 {
    background-image: url(../images/purple.png);
}

.product-card-4 {
    background-image: url(../images/yellow.png);
}

.product-card-5 {
    background-image: url(../images/dark.png);
}

.product-card-6 {
    background-image: url(../images/green.png);
}

.product-img {
    width: 140px;
    height: 140px;
    background: white;
    text-align: center;
    border-radius: 50%;
    padding: 20px;
    margin: auto;
    margin-bottom: 20px;
    border: 5px solid #f0f0f0;
}
.product-img img {
    max-height: 100%;
}

.product-name {
    font-size: 15px;
    letter-spacing: normal;
    line-height: 22px;
    font-weight: 100;
}
.price {
    font-size: 24px;
    letter-spacing: normal;
    font-weight: 900;
}

.price i,
.price strike {
    font-size: 15px;
}

.product-display select{
    font-size: 15px;
}



.offer {
    background-color: #fff;
    padding: 5px;
    border-radius: 5px;
    position: relative;
    width: 90%;
    margin: 0px auto 20px;
    color: #000;
    /*min-height: 45px;*/
    font-weight: 600;
    letter-spacing: normal;
    font-size: 13px;
    border: 1px dashed #3a3a3a;
}

    .offer:after,
    .offer:before {
        content: "";
        background-color: #ffffff;
        height: 35px;
        width: 35px;
        position: absolute;
        border-radius: 50%;
        top: 0;
    }

    .offer:after {
        left: -50px;
    }

    .offer:before {
        right: -50px;
    }

.offer-link {
    padding: 5px 10px;
    border: 2px solid #f3dd4b;
    border-radius: 37px;
    color: #f3dd4b;
    text-transform: uppercase;
    display: inline-block;
}
    .offer-link:hover {
        text-decoration: none;
        color: #fff;
        background: #df271e;
        border-color: #df271e;
    }

.product-card-2 .offer-link:hover {
    border-color: #df271e;
}

.product-card-2 .offer-link,
.product-card-6 .offer-link {
    border: 2px solid #016f90;
    color: #ffffff;
}

.product-card-5 .offer-link {
    border: 2px solid #01b8f0;
    color: #01b8f0;
}

.product-card-2 .price i,
.product-card-2 .price strike {
    color: #025e7a;
}

.product-card-1 .price i,
.product-card-3 .price i,
.product-card-3 .price strike {
    color: #f3dd4b;
}

.product-card-5 .price i,
.product-card-5 .price strike {
    color: #01b8f0;
}

.product-card-1 .offer {
    color: #ec5141;
}

.product-card-2 .offer {
    color: #01c3ff;
}

.product-card-3 .offer {
    color: #4d4086;
}

.product-card-4 .offer {
    color: #ffa522;
}

.product-card-5 .offer {
    color: #01b8f0;
}

.product-card-6 .offer {
    color: #00e1cb;
}

/*	end product-display		*/


/*	category 	*/

.category {
    background: #f5f5f5;
}

.category-icon {
}

.category-icon-box {
    background-color: #ffffff;
    width: 120px;
    height: 120px;
    text-align: center;
    line-height: 1;
    margin: auto;
    padding: 10px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    overflow: hidden;
    box-shadow: 0px 4px 0px #d6d5d5;
}

    .category-icon-box img {
    }

.category-name {
    text-align: center;
    font-size: 18px;
    margin-top: 15px;
}
.categoryslider .owl-nav {
    display: block !important;
    top: -90px;
    right: 0;
    text-align: right;
    z-index: 1;
    height: fit-content;
}
    .categoryslider .owl-nav button.owl-prev span, .categoryslider .owl-nav button.owl-next span {
        display: block;
        font-size: 30px;
        line-height: 30px;
        height: 35px;
        width: 35px;
        background: #e1261c;
        text-align: center;
        border-radius: 4px;
        color: #fff;
    }



/*	end category 	*/

/*	testimonial.png		*/
.testimonials {
    background-image: url(../images/testimonial.png);
    background-size: cover;
    background-repeat: no-repeat;
    color: #fff;
    background-color: #001831;
    padding-bottom: 50px;
}

.testimonials-box {
    padding: 70px 20px 20px;
    background: #fff;
    color: #999;
    text-align: center;
    margin: 10px 20px;
    box-shadow: 0 0 5px 0px rgb(21 19 19);
    border-radius: 6px;
    position: relative;
    text-align: center;
}
.testimonials-box:before {
    content: "\f10d";
    position: absolute;
    top: 20px;
    left: 0;
    right: 0;
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    font-size: 25px;
    color: #171717;
}

    .testimonials-box p {
        font-size: 14px;
        margin-bottom: 20px;
        position: relative;
        height: 130px;
        overflow-y: auto;
        padding: 0px 15px 0px 5px;
        text-align: justify;
    }

    .testimonials-box h4 {
        /*text-align: right;*/
        font-size: 16px;
        color: #151b4e;
        font-weight: 600;
        letter-spacing: 0;
        margin: 0px;
    }
/*	end testimonial.png		*/


/*	join-now	*/
.join-now {
    background-image: url(../images/join-now.png);
    background-size: 100%;
    background-repeat: no-repeat;
    color: #fff;
    background-color: #efefef;
    background-position: bottom;
    padding: 100px 0;
}

    .join-now h2 {
        color: #000;
        font-size: 2.5rem !important;
        margin-bottom: 18px;
    }

        .join-now h2 strong {
            color: #da381f;
        }

.join-btn {
    border-radius: 35px;
    padding: 7px 30px;
}

/*	end join-now	*/



/*	footer */
.footer {
    background-color: #272425;
    padding: 50px 0px 30px;
}

    .footer p {
        color: #fff;
        margin: 0;
        font-size: 14px;
        line-height: 22px;
    }

    .footer .footerlinks{
        padding: 0px;
        margin: 0px;
    }

        .footer .footerlinks li {
            padding: 0px 0px 6px;
            margin: 0px;
            list-style: none;
        }

            .footer .footerlinks li a {
                color: #fff;
                font-size: 14px;
            }

    .footer .social-footer {
        list-style: none;
        margin: 0;
        padding: 0px;
    }
    .footer h2 {
        position: relative;
        color: #cecece;
        font-size: 20px;
        margin: 0px 0px 20px;
    }

.footer-ml {
    padding-left: 200px;
}

    .social-footer li {
        display: inline;
    }

        .social-footer li a {
            display: inline-block;
            width: 35px;
            height: 35px;
            background-color: white;
            text-align: center;
            border-radius: 50px;
            font-size: 14px;
            color: #272425;
            line-height: 38px;
        }

.copyright {
    text-align: center;
    padding: 10px 0;
    background: #313131;
    color: #fff;
    font-weight: 400;
    letter-spacing: normal;
    font-size: 13px;
}

/*	end footer */


/*	page-display	*/
.page-display {
    background-color: #fff;
    border-bottom: 2px solid red;
    padding: 10px 0;
}

.page-title {
    color: #090a0a;
    margin: 0;
    letter-spacing: normal;
    font-size: 18px;
    font-weight: 600;
}
/*	end page-display	*/


/*	customer-card	*/

.customer-card {
    position: relative;
    padding-top: 125px;
    margin-top: 40px;
}

    .customer-card .product-img {
        position: absolute;
        left: 50%;
        transform: translate(-50%, -25%);
        top: 0;
    }

    .customer-card .termsCondition {
        font-size: 11px;
        padding: 8px;
        margin: 0;
        border-bottom: 1px solid rgb(255 255 255 / 0.5);
        letter-spacing: normal;
    }

    .customer-card .offerDate {
        font-size: 12px;
        display: flex;
        align-items: center;
    }
        .customer-card .offerDate .far {
            padding-right: 8px;
        }
    .customer-card .offerLogo {
        width: 100%;
        max-width: 90px;
    }
.tnc {
    margin-top: 15px;
}
    .tnc a {
        font-size: 12px;
        text-transform: uppercase;
        text-align: right;
        background: #171616;
        display: inline-block;
        padding: 1px 15px;
        border-radius: 50px;
    }
a.viewoffer_web {
    color: #fff;
    text-decoration: none;
    margin: 10px 0px;
    font-size: 14px;
    text-transform: uppercase;
    display: block;
    background: #1b1b1b1a;
    padding: 8px 0px;
    border-radius: 50px;
}

/*	end customer-card	*/

/*	lead	*/

.lead_status-input {
    color: #b7b7b7;
}

    .lead_status-input .form-control {
        background-color: #e9e9e9;
        border: 1px solid #b7b7b7;
        border-radius: 0;
        padding: 10px;
        min-height: 50px;
        color: #b7b7b7;
    }

.lead-card {
    border: 6px solid #f9e1e0;
    padding: 30px 20px;
    background: #fff;
    position: relative;
    overflow: hidden;
    border-radius: 10px;
}

    .lead-card:before {
        content: "";
        position: absolute;
        right: -40px;
        top: -70px;
        border: 10px solid #fff3f3;
        border-radius: 100%;
        width: 180px;
        height: 180px;
    }

.lead-info {
    list-style: none;
    padding: 0;
    position: relative;
    color: #a3a3a3;
    font-weight: 600;
}

    .lead-info li {
        /*display: table;*/
        font-size: 14px;
        margin-bottom: 8px;
    }

    .lead-info i {
        font-size: 12px;
        margin-right: 2px;
        color: #484848;
    }

    .lead-info strong {
        font-weight: 600;
        display: block;
        font-size: 11px;
        text-transform: uppercase;
        color: #484848;
        position: relative;
    }

    .lead-info span {
        font-weight: 400;
    }

        .lead-info span a {
            display: inline-block;
            vertical-align: top;
            font-size: 11px;
            background: #f00;
            color: #fff;
            border-radius: 2px;
            padding: 0px 2px;
            margin-left: 0px;
            border: 1px dashed #c10202;
        }

.lead-link {
    background-color: #e1261c;
    position: absolute;
    right: -40px;
    bottom: -40px;
    font-size: 2rem;
    padding: 4px 16px;
    border-radius: 100px;
    width: 100px;
    height: 100px;
    color: #fff;
}
strong.popset {
    padding-left: 15px;
    position: relative;
}
    strong.popset i.fa-info-circle {
        top: 1px !important;
        left: 0;
    }
    .lead-link img {
    }
/*	end lead	*/


/*	Customer Lead upload */
.lead-upload-left {
    border: 5px solid #e7e9fc;
    padding: 10px;
    background: #fff;
}

    .lead-upload-left .upload-heading {
        font-size: 15px;
        padding: 5px 0 10px;
        border-bottom: 1px solid #d6d6d6;
        margin-bottom: 10px;
    }

.Customer-Lead-input {
    background-color: #d2edf1;
    border: 1px solid #095fab;
    padding: 0px 15px;
}

    .Customer-Lead-input label {
        margin-bottom: 0;
        padding: 10px 0 0 5px;
        font-weight: 600;
        color: #8f8f8f;
    }

    .Customer-Lead-input .form-control {
        background: #e9e9e9;
        border: 1px solid #9f9f9f;
        border-radius: 0;
    }

.form-group-view {
    border: 0;
    width: 100%;
    margin-top: 32px;
    padding: 6px 0px;
    background: #e1261c;
    font-size: 20px;
    color: #ffffff;
    border-radius: 2px;
}

/*added by divanshi start*/

.col-form-label {
    font-size: 16px !important;
    letter-spacing: normal !important;
    font-weight: 600 !important;
    color: #011309 !important;
}
/*added by divanshi end*/
.upload-group {
    border: 1px solid #095fab !important;
    border-radius: 0px !important;
}

.upload-panel {
    padding: 6px 20px;
    position: relative;
}

    .upload-panel:after {
        content: "";
        position: absolute;
        right: 0;
        background: #095fab;
        width: 1px;
        height: 25px;
    }

    .upload-panel img {
        width: 24px;
    }

.upload-control {
    color: #095fab;
    border: 0;
}

.lead-upload-btn {
    background-color: #095fab;
    border-radius: 0;
    color: #fff;
    padding: 10px 20px;
}

.buyerleads #divLeads .lead-card {
    padding: 0;
    letter-spacing: normal;
    margin-bottom: 20px;
    min-height: 250px;
}

    .buyerleads #divLeads .lead-card ul {
        padding: 20px;
        margin: 0px;
    }

    .buyerleads #divLeads .lead-card .etailbutton {
        border: none;
        background: #232121;
        color: #fff;
        margin: 0px 0px 10px 10px;
        display: block;
        padding: 5px 18px;
        border-radius: 4px;
        text-transform: uppercase;
        font-size: 10px;
        letter-spacing: 0.9px;
    }

.actionsection {
    position: relative;
    font-size: 13px;
    background: #fff3f3;
    padding: 12px 10px;
    text-align: center;
}

.datepicker {
    padding: 0px !important;
}





/*	end Customer Lead upload */
/*	preview 	*/
.preview {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
}

    .preview img {
        max-width: 100%;
    }

@media screen and (max-width: 996px) {
    .preview {
        margin-bottom: 20px;
    }
}

.preview-pic {
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
}

.preview-thumbnail.nav-tabs {
    border: none;
    margin-top: 15px;
}

    .preview-thumbnail.nav-tabs li {
        width: 30%;
        margin: 0 1.5%;
    }

    .preview-thumbnail.nav-tabs li {
        width: 30%;
        margin: 0 1.5%;
        position: relative;
    }

    .preview-thumbnail.nav-tabs .remove {
        width: 30px;
        height: 30px;
        position: absolute;
        right: -10px;
        top: -10px;
        border: 0;
        background: red;
        color: #fff;
        border-radius: 50%;
    }

        .preview-thumbnail.nav-tabs .remove:hover,
        .preview-thumbnail.nav-tabs .remove:focus {
            outline: none;
            text-decoration: none;
        }

    .preview-thumbnail.nav-tabs li img {
        max-width: 100%;
        display: block;
    }

    .preview-thumbnail.nav-tabs li a {
        padding: 0;
        margin: 0;
    }

    .preview-thumbnail.nav-tabs li:last-of-type {
        margin-right: 0;
    }

.preview .tab-content {
    overflow: hidden;
    max-height: 300px;
    border: 1px solid #c5c5c5;
    padding: 10px 10px;
}

    .preview .tab-content img {
        width: 100%;
        -webkit-animation-name: opacity;
        animation-name: opacity;
        -webkit-animation-duration: .3s;
        animation-duration: .3s;
    }

/* User Tabbing */
.tabbingsection {
    width: 100%;
}

    .tabbingsection .nav-tabs a.nav-link.active {
        background: #df271c;
        /*border-color: #df271c;*/
        color: #fff !important;
    }

    .tabbingsection .nav-tabs a {
        padding: 10px 6px;
        border-radius: 0;
        letter-spacing: normal;
        font-size: 13px;
    }
        .tabbingsection .nav-tabs a.active button {
            display: block;
            border: none;
            background: none;
            color: #fff;
        }

        .tabbingsection .nav-tabs a button {
            display: block;
            border: none;
            background: none;
            color: #686868;
        }

    .tabbingsection .tab-content {
        background: #ffffff;
        border: 1px solid #ffffff;
        padding: 15px;
    }

    .tabbingsection button:focus {
        outline: none;
    }

    .tabbingsection .tab-content h2 {
        font-size: 22px;
        margin-bottom: 20px;
        font-weight: 600;
        letter-spacing: normal;
        text-transform: uppercase;
        margin-top: 10px;
    }

.nav-tabs {
    border-bottom: 4px solid #a5a5a6 !important;
}

.tabbingsection .nav-tabs li {
    margin-right: 0px;
    display: inline-block;
}

.tabbingsection .nav-tabs .nav-link {
    background: #dadada;
    color: #001208;
    border-right: 1px solid #545454;
    border: none;
}

    .tabbingsection .nav-tabs .nav-link:focus, .tabbingsection .nav-tabs .nav-link:hover {
        background: #df271c;
        border-color: #df271c;
        color: #ffffff;
    }

.tabbingsection .nav-link:hover button {
    color: #ffffff;
}

.tabbingsection .nav-tabs .nav-item {
    margin-right: 10px;
    background: #212721;
    border-color: #212721;
}

    .tabbingsection .nav-tabs .nav-item a {
        color: #fff;
        background: #212721;
    }

.tabbingsection label {
    display: block;
    color: #8b8b8e;
    font-size: 15px;
    margin: 0 0 2px;
    font-weight: 500;
}

.tabbingsection .col-md-6 p {
    font-size: 11px;
    color: #686868;
    display: block;
    text-align: right;
}

.tabbingsection .form-group .input-group-text {
    /*background: #fff;
    border-color: #fff;*/
    border-right: 1px solid #dedede !important;
    border-radius: 0px;
    padding: 10px 15px;
    color: #949494;
}

.tabbingsection .form-group input[type="text"], .tabbingsection .form-group select, .tabbingsection .input-group {
    height: 45px;
    /*background: #ffffff;
    border-color: #fff;*/
}

    .tabbingsection .form-group input[type="text"]:focus, .tabbingsection .form-group select:focus {
        box-shadow: none;
    }

.tabbingsection .input-group-prepend {
    margin-right: 0px;
}

.tabbingsection button.btn-success {
    background: none;
    border-radius: 4px;
    border: none;
    background: #000;
    padding: 8px 25px;
    display: block;
    margin-top: 25px;
}

    .tabbingsection button.btn-success:hover {
        background: #df271c;
    }

.tabbingsection .form-check-input {
    margin-right: 10px;
}

.tabbingsection .updatesection .col-md-12 p {
    padding-right: 35px;
    font-size: 14px;
    font-style: italic;
    display: inline-block;
    margin: 0;
}

.tabbingsection .bootstrap-select {
    background: #fff;
    height: 45px;
}

    .tabbingsection .bootstrap-select .filter-option {
        background: #fff;
        border: none;
        box-shadow: none;
    }

    .tabbingsection .bootstrap-select .btn-light {
        background-color: #ffffff;
        border: 1px solid #ced4da;
        height: 45px;
        display: block;
        line-height: 30px;
    }

    .tabbingsection .bootstrap-select .form-control:focus {
        box-shadow: none;
    }

    .tabbingsection .bootstrap-select .bs-searchbox input[type="text"] {
        border: 1px solid #d2d0d0;
        color: #686868;
    }

.tabbingtabs {
    background: #fff;
    width: 100%;
    padding: 10px 15px;
    font-size: 17px;
    letter-spacing: normal;
    border-radius: 2px;
    margin-bottom: 30px;
}
.updatesection table {
    letter-spacing: normal;
    margin-top: 20px;
}

.updatesection table a {
    font-size: 11px;
    padding: 4px 5px;
    font-weight: 500;
}

.marketplacemodal .modal-title {
    margin-bottom: 0;
    line-height: 1.5;
    letter-spacing: 0;
    font-size: 14px;
    font-weight: 600;
    text-transform: uppercase;
    color: #df271e;
}
.marketplacemodal .tabbingsection label {
    font-weight: 500;
    letter-spacing: normal;
}
.marketplacemodal .text-danger {
    color: #ff0018 !important;
    font-size: 13px;
    letter-spacing: 0.2px;
    font-weight: 400;
}

.marketplacemodal .heightauto {
    height: auto;
}

.marketplacemodal .sk-footer {
    margin: 20px 0px 0px;
    
}
.marketplacemodal label {
    display: block;
    color: #8b8b8e;
    font-size: 15px;
    margin: 0 0 2px;
    font-weight: 500;
}

.col-form-label {
    font-size: 14px;
    letter-spacing:normal;
}
.lead-card button {
    display: block;
    padding: 6px 15px;
}
.lead-card button:focus {
    outline: none;
}

.marketplacedetail-popup .hidefields {
    position: relative;
    font-size: 13px;
    letter-spacing: normal;
}
    .marketplacedetail-popup .hidefields input[type="checkbox"] {
        float: right;
        top: 3px;
        left: 0px;
        margin: 0;
        padding: 0;
        position: inherit;
    }
div#divIncorrectDetails p:first-child {
    font-weight: 500;
    text-transform: uppercase;
    font-size: 14px;
    color: #242424;
}
.lead-card-section .offer:after, .offer:before {
    background-color: #ffffff;
}

.lead-card-section .product-img {
    border: 5px solid #ffffff;
}
.lead-card-section .customer-card {
    margin-top: 20px;
}



/*	end preview 	*/
/* 07-10-2020 NEW RIGHT MENU */
.profileIcon {
    text-align: center;
    width: 100%;
    position: relative;
}

    .profileIcon .far {
        width: 50px;
        background: #fff;
        margin: 0px auto;
        text-align: center;
        border-radius: 50%;
        position: absolute;
        top: -25px;
        left: 0;
        right: 0;
        font-size: 22px;
        line-height: 50px;
        color: #a2a2a2;
    }

.customermenu {
    background: #fff;
}

    .customermenu strong {
        display: block;
        padding: 20px 20px 10px;
        border-bottom: 5px solid #efefef;
        font-size: 20px;
        font-weight: 600;
        background: #ffffff;
        color: #df271e;
        text-transform: capitalize;
    }

    .customermenu ul {
        padding: 0px;
        margin: 0px;
    }

    .customermenu li {
        list-style: none;
        position: relative;
    }

        .customermenu li a {
            display: block;
            padding: 10px 30px;
            border-bottom: 1px solid #efefef;
            color: #686868;
            font-size: 15px;
            text-transform: capitalize;
        }

            .customermenu li a:hover {
                background: #df271e;
                color: #fff;
                text-decoration: none;
            }

            .customermenu li a:before {
                font-family: "Font Awesome 5 Free";
                font-weight: 600;
                content: "\f101";
                display: inline-block;
                vertical-align: middle;
                position: absolute;
                left: 10px;
                top: 14px;
                color: #c7c7c7;
                font-size: 12px;
            }

    .customermenu ul.collapse {
        background: #313131;
    }

        .customermenu ul.collapse li a {
            color: #ffffff;
            font-size: 14px;
        }

            .customermenu ul.collapse li a:hover {
                color: #fff;
            }

    .customermenu li.collapseOne a.downarrow:after {
        font-family: "Font Awesome 5 Free";
        font-weight: 600;
        content: "\f0d7";
        display: inline-block;
        vertical-align: middle;
        position: absolute;
        right: 10px;
        top: 14px;
        color: #c7c7c7;
        font-size: 12px;
    }


/*	end menu right 	*/


@media(max-width:992px) {
    .logo2 {
        position: absolute;
        left: 50%;
        top: 10px;
        transform: translate(-50%,0);
    }

    .fs-dropdown-menu {
        background: transparent;
        border: 0;
    }
}

@media(max-width:600px) {
    .testimonials {
        background-size: cover;
    }
}

@media (max-width: 768px) {
    .loader {
        top: 50%;
    }
}

@media (max-width:580px) {
    .loader {
        top: 50%;
    }
}

@media (max-width:480px) {
    .loader {
        top: 50%;
    }
}

/*signup start*/
.formcontainer-new {
    padding: 0px;
    background: #ececec;
   
}
.login {
    background-image: url('../../../images/loginbg.png');
    background-repeat: no-repeat;
    background-size: cover;
    background-color: #ffffff;
    background-position: center bottom;
    height: 100vh;
    /*min-height: 550px;*/
    position: relative;
    display: flex;
    align-items: center;
    border-radius: 0px;
    box-shadow: 0px 0px 8px #00000024;
    padding: 100px 0;
}

/*    .login:after {
        position: absolute;
        right: 0px;
        top: 0px;
        content: '';
        width: 20%;
        height: 100%;
        background-color: #ffffff;
        background-position: right;
        background-repeat: no-repeat;
        border-radius: 0px 10px 10px 0px;
    }*/

    .login:before {
        position: absolute;
        width: 100%;
        height: 100%;
        content: '';
        left: 0;
        top: 0;
        border-radius: 10px 0px 0px 10px;
        /*background: linear-gradient(#df271ea6, #df271ed9);*/
    }

.form-area {
    background-color: #fff;
    display: inline-block;
    box-shadow: -1px 12px 18px 2px #00000021;
    border-radius: 10px;
    padding: 10px;
    position: relative;
    z-index: 9;
}
.btn-user{display:flex;justify-content:space-between}
.loginTitle {
}

.logologo{

}
.logologo ul{
    padding:0px;
    margin: 0px;
}
    .logologo ul li{
        display: inline-block;
        vertical-align: top;
    }

.loginTitle h1 {
    color: #df271e;
    font-weight: 600;
    font-size: 1.5rem;
}

    .loginTitle p {
        font-size: 13px;
        font-weight: 400;
        color: #686868;
        letter-spacing: normal;
    }

.login_btn {
    background-color: #001208;
    color: #fff;
    font-size: 20px;
    border-radius: 40px;
    width: 100%;
    text-transform: uppercase;
}

.form-group label {
    color: #8b8b8e;
    margin-bottom: 2px;
    font-size: 16px;
    margin: 0px;
}
.login_btn:hover {
    /*background: #df271e;*/
    color: #fff;
}
.input-group-text {
    border: none;
    color: #8fa5b4;
    background-color: #ededed;
    border-radius: 2px;
}
.form-control {
    border: none;
    font-size: 14px;
    border-radius: 2px;
    background: #ededed;
    height: 45px;
    padding-left: 5px;
}
.form-control:focus {
    color: #495057;
    background-color: #f5f5f5;
    border-color: inherit;
    outline: 0;
    box-shadow: none;
}
i.fa-info-circle {
    position: absolute;
    top: 18px;
    right: 6px;
    color: #21282d;
    z-index: 9;
}

.sendotp-button {
    display: block;
    position: absolute;
    bottom: -18px;
    right: 0;
    font-size: 12px;
    letter-spacing: normal;
    font-weight: 400;
    color: #7b7b7b;
}
/*signup end*/
/*
.nav-tabs {
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    -webkit-box-pack: center;
    justify-content: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    border-bottom: 0 !important;
    position: relative
}

    .nav-tabs li {
        padding-right: 0;
        padding-left: 0;
        margin-right: -4px;
        margin-bottom: 0
    }

        .nav-tabs li a {
            color: #3d3d3d;
            font-size: 13px;
            background: #ebe7e7;
            border: 0;
            text-transform: uppercase;
            padding: 11px 25px;
            display: -ms-flexbox;
            display: -webkit-box;
            display: flex;
            -webkit-box-align: center;
            -ms-flex-align: center;
            align-items: center;
            vertical-align: middle;
            border: none !important
        }

            .nav-tabs li a:before {
                display: inline-block;
                width: 31px;
                height: 19px;
                margin-right: 6px;
                background-size: contain !important
            }

        .nav-tabs li span {
            margin-right: 10px
        }

            .nav-tabs li span img {
                height: 18px
            }

            .nav-tabs li span.h-icon {
                display: none
            }

            .nav-tabs li span.title {
                margin-right: 0
            }

        .nav-tabs li::before,
        .nav-tabs li::after {
            content: "";
            position: absolute;
            top: 0;
            height: 40px;
            width: 24px
        }

        .nav-tabs li::after {
            width: 40px;
            right: -15px;
            background: url("/Areas/User/images/tab-right-icon.png") no-repeat;
            z-index: 1
        }

        .nav-tabs li:first-child::before {
            left: -22px;
            background: url("/Areas/User/images/normal-left.png") no-repeat
        }

        .nav-tabs li:last-child::after {
            width: 25px;
            right: -20px;
            background: url("/Areas/User/images/normal-right.png") no-repeat
        }

        .nav-tabs li.active span.n-icon {
            display: none
        }

        .nav-tabs li.active span.h-icon {
            display: inline-block
        }

        .nav-tabs li.active::before {
            left: -22px;
            background: url("/Areas/User/images/active-left.png") no-repeat;
            z-index: 2
        }

        .nav-tabs li.active::after {
            width: 25px;
            right: -20px;
            background: url("/Areas/User/images/active-right.png") no-repeat;
            z-index: 2
        }

        .nav-tabs li.active:hover a {
            color: #fff
        }

        .nav-tabs li.active a {
            background-color: #f37e20 !important;
            border: none !important;
            color: #fff !important;
            font-weight: 600;
            display: -ms-flexbox;
            display: -webkit-box;
            display: flex;
            -webkit-box-align: center;
            -ms-flex-align: center;
            align-items: center;
            vertical-align: middle;
            z-index: 1
        }

        .nav-tabs li:hover a {
            background: #ebe7e7;
            color: #f37e20
        }

    .nav-tabs.inside-nav-tabs li a::before {
        width: 40px;
        height: 18px
    }

    .nav-tabs.nav-card-tabs li span img {
        height: 30px
    }

    .nav-tabs.nav-card-tabs li span.title {
        width: 192px
    }

@media only screen and (min-width:768px) and (max-width:1199px) {
    .nav-tabs.inside-nav-tabs li a {
        padding: 11px 22px
    }

        .nav-tabs.inside-nav-tabs li a::before {
            width: 35px
        }
}

@media only screen and (max-width:768px) {
    .tabs-section {
        margin-left: 0;
        overflow-x: auto;
        -ms-overflow-style: -ms-autohiding-scrollbar;
        -webkit-overflow-scrolling: touch;
        white-space: nowrap;
        overflow-y: hidden;
        display: -ms-flexbox;
        display: -webkit-box;
        display: flex;
        vertical-align: middle;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        position: relative;
        width: 100%;
        margin: 0 auto;
        padding: 0
    }

        .tabs-section::-webkit-scrollbar {
            display: none
        }

        .tabs-section.active {
            margin-left: 25px
        }

    .arrow-hidden {
        visibility: hidden
    }

    .left-arrow {
        position: absolute;
        left: -8px;
        width: 57px;
        top: 0;
        z-index: 9;
        height: 40px;
        cursor: pointer;
        background: -webkit-gradient(linear, left top, right top, color-stop(-6.25%, #f6f6f6), color-stop(43.55%, #f6f6f6), to(rgba(246, 246, 246, 0)));
        background: linear-gradient(90deg, #f6f6f6 -6.25%, #f6f6f6 43.55%, rgba(246, 246, 246, 0) 100%)
    }

        .left-arrow:before {
            content: "";
            display: inline-block;
            width: 57px;
            height: 40px;
            background: url("/assets/images/left_arrow.png") no-repeat center center;
            background-size: 10px
        }

    .right-arrow {
        position: absolute;
        right: -8px;
        z-index: 2;
        height: 40px;
        width: 57px;
        top: 0;
        cursor: pointer;
        background: -webkit-gradient(linear, right top, left top, color-stop(-6.25%, #f6f6f6), color-stop(43.55%, #f6f6f6), to(rgba(246, 246, 246, 0)));
        background: linear-gradient(270deg, #f6f6f6 -6.25%, #f6f6f6 43.55%, rgba(246, 246, 246, 0) 100%)
    }

        .right-arrow:before {
            content: "";
            display: inline-block;
            width: 57px;
            height: 40px;
            background: url("/assets/images/right_arrow.png") no-repeat center center;
            background-size: 10px;
            padding: 20px 20px
        }

    .nav-tabs {
        margin: 0 auto;
        display: block;
        max-width: 98%;
        overflow-x: hidden;
        overflow-y: hidden
    }

        .nav-tabs li {
            display: inline-block;
            float: none;
            vertical-align: bottom;
            margin-right: -6px
        }

        .nav-tabs:before,
        .nav-tabs:after {
            width: 20px !important;
            display: inline-block
        }

        .nav-tabs:before {
            -webkit-transform: matrix(1, 0, 0, -1, 4, -6);
            transform: matrix(1, 0, 0, -1, 4, -6)
        }

        .nav-tabs:after {
            -webkit-transform: matrix(-1, 0, 0, 1, 0, -6);
            transform: matrix(-1, 0, 0, 1, 0, -6)
        }
}
*/
/*
.nav-tabs li {
    padding-right: 0;
    padding-left: 0;
    margin-right: -4px;
    margin-bottom: 0;
}

.nav-tabs li {
    padding-right: 0;
    padding-left: 0;
    margin-right: -4px;
    margin-bottom: 0;
}

.nav-tabs > li {
    float: left;
    margin-bottom: -1px;
}


.nav-tabs li a {
    color: #3d3d3d;
    font-size: 13px;
    background: #ebe7e7;
    border: 0;
    text-transform: uppercase;
    padding: 11px 25px;
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    vertical-align: middle;
    border: none !important;
}

.nav-tabs li a {
    height: 40px;
}

.nav-tabs > li > a {
    margin-right: 2px;
    line-height: 1.42857143;
    border: 1px solid transparent;
    border-radius: 4px 4px 0 0;
}

.nav-tabs li.active a {
    background-color: #f37e20 !important;
    border: none !important;
    color: #fff !important;
    font-weight: 600;
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    vertical-align: middle;
    z-index: 1;
}
    .nav-tabs li:first-child::before {
        left: -22px;
        background: url(/Areas/User/images/normal-left.png) no-repeat;
    }

    .nav-tabs li.active::before {
        left: -22px;
        background: url(/Areas/User/images/active-left.png) no-repeat;
        z-index: 2;
    }

    .nav-tabs li.active::after {
        width: 25px;
        right: -20px;
        background: url(/Areas/User/images/active-right.png) no-repeat;
        z-index: 2;
    }

    .nav-tabs li::after {
        width: 40px;
        right: -15px;
        background: url(/Areas/User/images/tab-right-icon.png) no-repeat;
        z-index: 1;
    }

    .nav-tabs li:last-child::after {
        width: 25px;
        right: -20px;
        background: url(/Areas/User/images/normal-right.png) no-repeat;
    }

    .nav-tabs li::before, .nav-tabs li::after {
        content: "";
        position: absolute;
        top: 0;
        height: 40px;
        width: 24px;
    }

    .nav-tabs li::before, .nav-tabs li::after {
        content: "";
        position: absolute;
        top: 0;
        height: 40px;
        width: 24px;
    }

.nav > li {
    position: relative;
    display: block;
}

.nav:before, .nav:after {
    display: table;
    content: " ";
}

.nav-tabs {
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    -webkit-box-pack: center;
    justify-content: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    border-bottom: 0 !important;
    position: relative;
}

.nav-tabs {
    border-top: 4px solid #f37e20 !important;
}

.nav {
    padding-left: 0;
    margin-bottom: 0;
    list-style: none;
}

.nav > li > a {
    position: relative;
    display: block;
    padding: 10px 15px !important;
}


*/

#menu {
    position: relative;
    z-index: 2;
}

.parent-menu {
    background-color: #0c8fff;
    float: left;
}

#menu ul {
    list-style-type: none;
}

    #menu ul li a {
        padding: 10px 15px;
        display: block;
        color: #fff;
        text-decoration: none;
    }

        #menu ul li a:hover {
            background-color: #007ee9;
        }

    #menu ul li:hover > ul {
        left: 112px;
        -webkit-transition: left 200ms ease-in;
        -moz-transition: left 200ms ease-in;
        -ms-transition: left 200ms ease-in;
        transition: left 200ms ease-in;
    }

    #menu ul li > ul {
        position: absolute;
        background-color: #333;
        top: 0;
        left: -112px;
        min-width: 200px;
        z-index: -1;
        -webkit-transition: left 200ms ease-in;
        -moz-transition: left 200ms ease-in;
        -ms-transition: left 200ms ease-in;
        transition: left 200ms ease-in;
        height: 100vh;
    }

        #menu ul li > ul li a:hover {
            background-color: #2e2e2e;
        } 

.collapse:not(.show) {
    display: block;
}
.responsive-card-button {
    display: none;
}

/*#nav-tabs-wrapper {
    display: block !important;
}*/
.nav-tabs-dropdown {
    display: none;
}

p.tabdescription {
    background: #ffc107;
    padding: 10px 15px;
    border-radius: 4px;
    letter-spacing: normal;
    font-size: 15px;
    border: 1px dashed #bb8d01;
    color: #483600;
}

.user-select .dropdown-menu {
    transform: translate3d(0px, 0px, 0px) !important;
    width: 100% !important;
}

.viewofferbutton {
    color: #e1261c !important;
    border: none !important;
    background: transparent !important;
    font-size: 13px !important;
    letter-spacing: -0.6px;
}
.buyerDetails {
    cursor: pointer !important;
    border: none !important;
    background: no-repeat !important;
    color: #2f8a00 !important;
    padding: 0px !important;
    font-size: 13px !important;
    font-weight: 500 !important;
    line-height: 22px !important;
    letter-spacing: -0.5px !important;
    text-decoration: underline !important;
}
.updatesection form {
    padding: 0;
    margin: 0;
}
.formtextsk {
    font-size: 14px;
    margin-bottom: 5px;
    letter-spacing: normal;
}
.yourorder-model .modal-content {
    padding: 20px;
}
.yourorder-model .modal-header {
    padding: 0px 0px 10px;
    border-radius: 0px;
    margin-bottom: 20px;
}
    .yourorder-model .modal-body {
        padding: 0px;
    }
.uploadedimg img {
    width: 100%;
    border-bottom: 1px solid #cdcccc;
    margin-bottom: 20px;
}
.buyerleads button[type="submit"] {
    display: block;
    margin: 0px 0;
}

.updatesection .text-danger {
    color: #dc3545 !important;
    width: 100%;
    font-size: 13px;
    letter-spacing: normal;
}

.innerpage {
    padding: 40px 0px;
}
    .innerpage h2 {
        font-weight: 600;
        font-size: 28px;
        letter-spacing: normal;
        margin-bottom: 20px;
        color: #e1261c;
        text-transform: capitalize;
        margin-top: 50px;
    }
    .innerpage p {
        font-size: 18px;
        letter-spacing: normal;
    }
    .innerpage strong {
        font-size: 15px;
        letter-spacing: normal;
        text-transform: uppercase;
        font-weight: 800;
        background: #e1261c;
        color: #fff;
        padding: 8px 20px;
        border-radius: 50px;
        margin-top: 10px;
        display: inline-table;
    }

.smalltext p{
    font-size: 14px;
}
.smalltext h2 {
    margin-top: 0px;
}

.addreview {
    margin-top: 30px;
    margin-bottom: 2px;
    margin-left: 0px;
    margin-right: 0px;
}
    .addreview ul {
        padding: 0px;
        margin: 0px;
    }
    .addreview .form-control {
        padding: 10px;
        margin-bottom: 20px;
    }
    .addreview .t-btn1 {
        background-color: #e1261c;
    }

/*Cardholder Invoice Message */
p#pSteps {
    padding: 0px;
    margin: 0px;
}
    p#pSteps strong {
        display: block;
        font-weight: 200;
        letter-spacing: normal;
        font-size: 13px;
        position: relative;
        padding: 10px 15px 10px 25px;
        background: #fff;
        color: #686868;
        line-height: 22px;
        border: 1px solid #095fab;
        border-top: none;
    }
        p#pSteps strong:before {
            position: absolute;
            content: "\f054";
            font-weight: 900;
            top: 10px;
            left: 12px;
            font-family: "Font Awesome 5 Free";
            font-size: 12px;
        }



.loginbox {margin-left: 65%;margin-top: 17%;}
.logow{width:65%;}
.form-group {
    margin-bottom: 1rem;
}
/* Responsive CSS Start */
@media(max-width:1024px) {
    /*.login {
        height: auto !important;
    }*/
    .mleft70 {
        margin-left: 50%;
    }
}
    @media(max-width:992px) {
      
      /*  .loginbox {
       
            margin-top: 0%;
        }*/

        .login {
            height: auto !important;
        }

        .mleft70 {
            margin-left: 50%;
        }
    }

    @media(max-width:768px) {
        .login {
            background-size: cover;
            padding: 100px 0;
        }

            .login:after {
                content: inherit;
            }

            .login:before {
                width: 100%;
                border-radius: 10px;
            }
    }

    @media only screen and (max-width: 767px) {
        .collapse:not(.show) {
            display: none;
        }

        .responsive-card-button {
            display: block;
        }

        .navbar-brand {
            display: block;
            padding-top: 0;
            padding-bottom: 0;
            margin-right: 0;
            text-align: center;
        }

        .top-btn {
            padding: 0px 15px 10px 0px !important;
            text-align: right;
        }

        .tabbingsection .updatesection .col-md-12 p {
            padding-right: 0px;
            display: block;
            padding-left: 22px;
        }
        /*    .fs-navbar {
        margin-top: -50px;
        background: transparent;
    }*/
        .fs-navbar .navbar-toggler {
            position: relative;
            left: 15px;
            top: -50px;
        }

        .product-display {
            padding-top: 20px !important;
        }

        .profileIcon .far, .customermenu strong {
            display: none;
        }

        button.responsive-card-button {
            display: block;
            padding: 12px 20px 12px;
            border-bottom: 5px solid #efefef;
            font-size: 18px;
            font-weight: 600;
            background: #ffffff;
            color: #df271e;
            text-transform: capitalize;
            width: 100%;
            text-align: left;
        }

            button.responsive-card-button:focus {
                outline: none;
            }

            button.responsive-card-button:before {
                position: absolute;
                top: 13px;
                right: 10px;
                content: "\f0c9";
                contain: content;
                width: 35px;
                height: 35px;
                padding: 0;
                margin: 0;
                line-height: 2px;
                font-size: 24px;
            }

        .tabbingtabs {
            font-size: 14px;
        }

        .form-check-inline {
            margin: 0px 5px 0px 0px;
            font-weight: 500;
        }

        .tabbingsection .nav-tabs li {
            width: 100%;
            border-right: none;
            display: inline-block;
        }

        .nav-tabs-dropdown {
            display: block;
            border-radius: 5px 5px 0px 0px;
            position: relative;
            text-align: left;
        }

            .nav-tabs-dropdown:before {
                content: "\f0d7";
                position: absolute;
                right: 25px;
                font-family: "Font Awesome 5 Free";
                line-height: 22px;
                font-weight: 900;
                font-size: 25px;
            }

        ul.navbar-nav.topnav {
            margin-top: -40px;
            position: relative;
            z-index: 9;
        }

        .navbar-light .navbar-nav .nav-link {
            border-bottom: 1px solid #cdcccc;
            padding: 10px 15px;
        }

        .navbar-light .navbar-nav li:last-child .nav-link {
            border-bottom: none
        }

        .page-display {
            position: relative;
        }

        .buyerleads .form-group {
            margin-bottom: 8px;
        }

        .tabbingsection .form-check-input {
            margin-left: 0;
        }

        /* Home Page */
        .login {
            background-size: cover;
            border-radius: 0;
            background-position: top;
            height: 100% !important;
         /*   padding-top: 60%;*/
        }

            .login:after {
                content: inherit;
            }

            .login:before {
                width: 100%;
                border-radius: 10px;
            }

         .form-area {
            border-radius: 0;
            margin-top: 0px !important;
        }
      /*  .loginbox {
            margin-left: 30%;
           
        }*/
        .formcontainer-new {
            height: 100vh;
        }
        .loginbox {
            position: absolute;
            bottom: 0px;
            left: 0px;
            right: 0px ;
            max-width: 100%;
            width: 100% !important;
            margin: 0%;
        }
        .footer h2 {
            margin: 0px 0px 0px;
        }

        h2.sec-title {
            text-align: center;
            width: 100%;
        }

        .footer-ml {
            padding: 10px 0px 10px 0px;
            margin: 20px 0px;
            border-top: 1px solid #cdcccc;
            border-bottom: 1px solid #cdcccc;
        }

        .modal-content {
            width: 100% !important;
        }

        .marketplacedetail-popup .close {
            position: absolute;
            right: 10px;
            top: 0px;
            background: #fff;
            border-radius: 50%;
            height: auto;
            width: auto;
            line-height: 20px;
            opacity: 1;
            font-size: 30px;
            text-align: center;
        }

        .form-group-view {
            margin-top: 0px;
        }

        .tabbingsection .form-group .input-group-text {
            word-break: break-word;
            white-space: normal;
        }

        .tabbingsection .input-group {
            height: auto;
        }

        .testimonials-box {
            height: auto;
        }

        .categoryslider .owl-nav {
            top: 0;
            right: 0;
            text-align: center;
            position: inherit;
        }

        .tnc {
            text-align: center;
            margin-top: 10px;
        }
    }
    /* Responsive CSS End */


    /*added by divanshi for testimonials start*/

    .testimonialBox {
        padding: 15px 15px 20px;
        position: relative;
        border-radius: 15px;
    }

    .t-heading {
        display: table;
    }

    .t-headingBox {
        display: table-cell;
        vertical-align: middle
    }

        .t-headingBox.star .fa-star {
            color: #dfe3e4;
            font-size: 1.7rem;
        }

            .t-headingBox.star .fa-star.active {
                color: #ffcc25;
            }

        .t-headingBox h3 {
            font-size: 20px;
            color: #161b50;
        }

            .t-headingBox h3 span {
                font-size: 15px;
                color: #000;
            }

    .t-btnBox {
        position: absolute;
        right: 10px;
    }

        .t-btnBox .btn {
            padding: 5px 20px;
        }

            .t-btnBox .btn:hover,
            .t-btnBox .btn:focus,
            .t-btnBox .btn:active {
                color: #ddd;
                opacity: 0.9;
            }

    .t-btn1 {
        background-color: #1657ac;
        color: #fff;
    }

    .t-btn2 {
        background-color: #161b50;
        color: #fff;
    }

    .t-btn3 {
        background-color: #f82825;
        color: #fff;
    }

    @media (max-width: 480px) {
        .t-heading {
            display: block;
        }

        .t-headingBox {
            display: block;
            vertical-align: middle
        }

            .t-headingBox.star .fa-star {
                color: #dfe3e4;
                font-size: 1rem;
            }
    }

    /*added by divanshi for testimonials end*/
    /* Style the Image Used to Trigger the Modal */
    #myImg {
        border-radius: 5px;
        cursor: pointer;
        transition: 0.3s;
    }

        #myImg:hover {
            opacity: 0.7;
        }

    /* The Modal (background) */
    .modal-img {
        display: none; /* Hidden by default */
        position: fixed; /* Stay in place */
        z-index: 1; /* Sit on top */
        padding-top: 100px; /* Location of the box */
        left: 0;
        top: 0;
        width: 100%; /* Full width */
        height: 100%; /* Full height */
        overflow: auto; /* Enable scroll if needed */
        background-color: rgb(0,0,0); /* Fallback color */
        background-color: rgba(0,0,0,0.9); /* Black w/ opacity */
    }

    /* Modal Content (Image) */
    .modal-content-img {
        margin: auto;
        display: block;
        width: 100%;
        max-width: 800px;
    }



    /* Add Animation - Zoom in the Modal */
    .modal-content-img, #caption {
        animation-name: zoom;
        animation-duration: 0.6s;
    }

    @keyframes zoom {
        from {
            transform: scale(0)
        }

        to {
            transform: scale(1)
        }
    }

    /* The Close Button */
    .close-img {
        position: absolute;
        top: 15px;
        right: 35px;
        color: #f1f1f1;
        font-size: 40px;
        font-weight: bold;
        transition: 0.3s;
    }

        .close-img:hover,
        .close-img:focus {
            color: #bbb;
            text-decoration: none;
            cursor: pointer;
        }

    /* 100% Image Width on Smaller Screens */
    @media only screen and (max-width: 700px) {
        .modal-content-img {
            width: 100%;
        }
    }

    /*added by divanshi*/
    .fa-info-circle {
        font-size: 15px;
        color: #e1261c !important;
    }
    /*added by divanshi start*/
    .product-display .lead-upload-left p.uploadSS {
        font-size: 15px;
        font-weight: 600;
        margin: 0;
        color: #e1261c;
    }

    .k-state-selected {
        background-color: #16e5bf !important;
    }
    /*added by divanshi end*/
    .mleft70 {
        margin-left: 65%;
    }

    @media (max-width: 767px) {
        .mleft70 {
            margin-left: 0%;
        }
    }