<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@font-face {
    font-family: 'hel-new';
    src: url('fonts/Helvetica Neue CE 55 Roman.eot');
    src: local('Ã¢ËœÂº'), url('fonts/Helvetica Neue CE 55 Roman.woff') format('woff'), url('fonts/Helvetica Neue CE 55 Roman.ttf') format('truetype'), url('fonts/Helvetica Neue CE 55 Roman.svg') format('svg');
    font-weight: normal;
    font-style: normal;
}

.animated-backgroundm {
    animation-duration: 1s;
    animation-fill-mode: forwards;
    animation-iteration-count: infinite;
    animation-name: placeHolderShimmer;
    animation-timing-function: linear;
    background: #f6f7f8;
    background: linear-gradient(150deg, #eeeeee 11%, #dddddd 18%, #eeeeee 33%);
    background-size: 2480px 207px;
    width: 100%;
    height: 200px;
    float: left;
    border-radius: 18px 18px 0 0;
}

.line-backgroundm {
    animation-duration: 1s;
    animation-fill-mode: forwards;
    animation-iteration-count: infinite;
    animation-name: placeHolderShimmer;
    animation-timing-function: linear;
    background: #f6f7f8;
    background: linear-gradient(150deg, #eeeeee 11%, #dddddd 18%, #eeeeee 33%);
    background-size: 800px 104px;
    width: 180px;
    height: 15px;
    position: relative;
    float: left;
    margin-left: 10px;
    margin-top: 20px;
}

.small-line-backgroundm {
    animation-duration: 1s;
    animation-fill-mode: forwards;
    animation-iteration-count: infinite;
    animation-name: placeHolderShimmer;
    animation-timing-function: linear;
    background: #f6f7f8;
    background: linear-gradient(150deg, #eeeeee 11%, #dddddd 18%, #eeeeee 33%);
    background-size: 800px 104px;
    width: 150px;
    height: 10px;
    position: relative;
    float: left;
    margin-left: 10px;
    margin-top: 5px;
}

.line-backgroundbigm {
    animation-duration: 1s;
    animation-fill-mode: forwards;
    animation-iteration-count: infinite;
    animation-name: placeHolderShimmer;
    animation-timing-function: linear;
    background: #f6f7f8;
    background: linear-gradient(to right, #eeeeee 11%, #dddddd 18%, #eeeeee 33%);
    background-size: 800px 104px;
    width: 180px;
    height: 15px;
    position: relative;
    float: left;
    margin-left: 10px;
    margin-top: 35px;
}

.animated-btnm {
    animation-duration: 1s;
    animation-fill-mode: forwards;
    animation-iteration-count: infinite;
    animation-name: placeHolderShimmer;
    animation-timing-function: linear;
    background: #f6f7f8;
    background: linear-gradient(150deg, #eeeeee 11%, #dddddd 18%, #eeeeee 33%);
    background-size: 800px 104px;
    width: 50%;
    height: 50px;
    position: relative;
    float: left;
    border-radius: 18px 0px 18px 0;
    position: absolute;
    bottom: 0;
    right: 0;
}

.recomendation-status {
    /* left: 25px;
  top: 50%;
  margin-left: 0px;*/
    /*margin-top: -7px;*/
    position: static;
    vertical-align: middle;
    width: 13px;
    height: 13px;
    border-radius: 50%;
    text-align: left;
    float: left;
    left: 0;
    margin-top: 2px;
    margin-right: 10px;
}

.recomendation-status:before,
.recomendation-status:after {
    position: absolute;
    vertical-align: middle;
    width: 13px;
    height: 13px;
    border-radius: 50%;
}

.recomendation-status:before {
    content: "";
    animation: rec 1.5s infinite;
}

.recomendation-status:after {
    content: "";
    animation: rec 1.5s -0.4s infinite;
}

.recomendation-status.live-color {
    background-color: #4CAF50;
}

.recomendation-status.live-color:before,
.recomendation-status.live-color:after {
    background-color: #4CAF50;
}

.recomendation-status.pending-color,
.recomendation-status.in-active-color {
    background-color: #FFB300;
}

.recomendation-status.pending-color:before,
.recomendation-status.pending-color:after,
.recomendation-status.in-active-color:before,
.recomendation-status.in-active-color:after {
    background-color: #FFB300;
}

.recomendation-status.expired-color {
    background-color: #F44336;
}

.recomendation-status.expired-color:before,
.recomendation-status.expire-color:after {
    background-color: #F44336;
}


/*.recomendation-status.expired-color:before, .recomendation-status.expired-color:after {
      background-color: #F44336; }*/

@keyframes rec {
    0% {
        transform: scale(1);
        -webkit-transform: scale(1);
        opacity: 1;
    }
    100% {
        transform: scale(3);
        -webkit-transform: scale(3);
        opacity: 0;
    }
}

@-webkit-keyframes rec {
    0% {
        transform: scale(1);
        -webkit-transform: scale(1);
        opacity: 1;
    }
    100% {
        transform: scale(3);
        -webkit-transform: scale(3);
        opacity: 0;
    }
}

.switchery-small&gt;small {
    height: 18px;
    width: 18px;
}

.switchery-small {
    border-radius: 20px;
    height: 18px;
    width: 33px;
}

img.sorry-pic {
    width: 250px;
}

.markSoldtxt {
    background: rgba(0, 0, 0, 0.6);
    padding: 0px 10px;
    color: #fff;
    cursor: pointer;
}

.onefifty-mrgn {
    margin-top: 130px !important;
}

.soldBtn {
    position: absolute;
    top: 20px;
    left: 20px;
    z-index: 99;
}

/* .marksold {
    background: #F44336;
    text-align: center;
    width: 50%;
    position: absolute;
    top: -3%;
    color: #fff;
    font-size: 20px;
    font-weight: 700;
    padding: 4px;
    padding-left: 8px;
    -ms-transform: rotate(20deg);
    transform: rotate(-30deg);
    right: -21%;
    border-radius: 81px;
    z-index: 99;
    text-align: left;
    padding-left: 26px;
    border: 4px solid #fff;
} */
.marksold {
    background: #F44336;
    text-align: center;
    width: auto;
    position: absolute;
    top: -25px;
    color: #fff;
    font-size: 20px;
    font-weight: 700;
    padding: 0.2rem 0.7rem !important;
    padding-left: 8px;
    /* right: 0; */
    border-radius: 0.475rem;
    z-index: 99;
    text-align: center;
    padding-left: 26px;
    /* border: 4px solid #fff; */
    letter-spacing: 1px;
    transform: rotate(0deg);
    right: unset !important;
    border: none;
}

.marksold-list-detail {
    background: #F44336;
    text-align: center;
    width: auto;
    position: absolute;
    top: 14px;
    color: #fff;
    font-size: 16px;
    font-weight: 700;
    padding: 4px;
    -ms-transform: rotate(00deg);
    transform: rotate(00deg);
    left: 8px;
    border-radius: .475rem;
    z-index: 99;
    border: 1px solid transparent;
}

@media only screen and (max-width:767px) {
    .marksold-list-detail {
        text-align: center;
        top: 14px;
        font-size: 13px;
        padding: 4px;
        -ms-transform: rotate(0deg);
        transform: rotate(0deg);
        left: 8px;
        border-radius: 0.475rem;
        border: 1px solid transparent;
        width: 50px;
    }
}


/* Start Filters Nav with Modals and accordions */

.marketplace-navigation-new {
    display: flex;
    flex-direction: column;
}

.marketplace-navigation-new .marketplace-nav {
    float: left;
    width: calc(100% - 33.34%);
    padding-right: 15px;
}

.marketplace-nav .mrpFilter {
    display: flex;
    align-items: center;
    justify-content: flex-end;
}

.marketplace-nav .btn-wrap {
    padding-left: 10px;
    display: flex;
    gap: 10px;
}

.filters-by {
    width: calc(100% - 85px);
}

.filter-flush .filter-wrap {
    display: flex;
    flex-wrap: wrap;
}

.filter-flush .input-search {
    float: none;
    width: 100%;
    max-width: 400px;
    padding: 30px 0 0;
    margin: auto;
}

.filter-flush .input-search .form-control {
    width: calc(100% - 95px);
    border-radius: 10px 0 0 10px;
}

.filter-flush .input-search .btn {
    border-radius: 0px 10px 10px 0;
    padding: 5px 15px;
    min-height: 45px;
}

.filter-flush .input-search .btn:focus,
.filter-flush .input-search .btn:hover {
    background-color: var(--main-brand-color) !important;
    opacity: 0.8;
}

.filter-flush .input-search .btn .fa {
    padding-right: 5px;
}

.filter-wrap .filter-item {
    flex: 0 0 14.28%;
    max-width: calc(14.28% - 13px);
    min-width: 160px;
    margin-right: 13px;
}

.filter-wrap .filter-item:last-child {
    margin: 0;
    max-width: 14.24%;
}

.filter-nav {
    display: block;
    max-height: 0;
    overflow: hidden;
    pointer-events: none;
    transition: max-height 0.6s cubic-bezier(0.22, 1, 0.36, 1);
    z-index: 10;
}

.filter--active .filter-nav {
    max-height: 2000px;
    pointer-events: auto;
    transition: max-height 0.6s cubic-bezier(0.64, 0, 0.78, 0);
    max-height: calc(100vh - 255px);
    overflow: auto;
}

.filter-nav .btn-wrap {
    display: flex;
    align-items: baseline;
    justify-content: space-between;
    padding: 20px 15px;
    border-bottom: 1px solid rgba(141, 145, 150, 0.22)
}

.filter-nav .filter-wrap {
    display: flex;
    flex-wrap: wrap;
}

.filter-nav .filter-wrap .btn {
    background-color: #F3F5F9;
    color: var(--main-brand-color);
    border-color: rgba(141, 145, 150, 0.22);
    padding: 12px 35px 12px 25px;
}

.filter-nav .filter-wrap .btn [class*="fa-"] {
    position: absolute;
    left: 10px;
    top: 50%;
    transform: translateY(-50%);
}

.filter-nav .filter-wrap .btn:focus,
.filter-nav .filter-wrap .btn:hover {
    background-color: rgba(243, 245, 249, 0.8) !important;
}

.filter-nav .filter-flush {
    padding: 20px 15px;
}

.nav--modal .modal-content.no--minHeight {
    min-height: auto;
}

.eleb-sign-up-modal .cstm-content-modal {
    box-shadow: 0px 11px 48px rgb(0 0 0 / 30%) !important;
}
.eleb-sign-up-modal .cstm-content-modal .cstm-svg-span svg {
    width: 60px !important;
    height: 60px !important;
}
.eleb-sign-up-modal .cstm-content-modal .cstm-svg-span.mt-10 {
    margin-top: 2.5rem !important;
}
.eleb-sign-up-modal .cstm-content-modal .cstm-svg-span.mb-5 {
    margin-bottom: 1.25rem !important;
}
.eleb-sign-up-modal .cstm-content-modal .modal-body h3 {
    font-weight: 800 !important;
    font-size: 3rem;
    color: #181c32;
    font-family: 'Play', sans-serif;
    margin-top: 0;
    margin-bottom: 0.5rem;
}

.filter-nav .svg-close {
    width: 10px;
    margin-right: 6px;
    opacity: 1;
    transition: opacity 0.3s cubic-bezier(0.25, 1, 0.5, 1);
}

.filter-nav .btn-close {
    display: flex;
    width: auto;
    height: auto;
    opacity: 1;
    background: none;
    flex-shrink: 0;
    padding: 0 5px 0 0;
    text-decoration: underline;
}

.filter-nav .btn-close:hover {
    color: var(--main-brand-color);
}

.filter-nav .btn-close:focus,
.filter-nav .btn-close:hover {
    box-shadow: none;
}

.filter-nav .svg-close:focus,
.filter-nav .svg-close:hover {
    opacity: 1;
}

.filter-wrap .btn {
    font-family: "Poppins", sans-serif;
    display: flex;
    justify-content: center;
    width: 100%;
    min-width: 115px;
    font-size: 14px;
    line-height: 16px;
    border-color: rgba(141, 145, 150, 0.22);
    color: var(--main-brand-color);
    padding: 12px 18px;
    margin: 0;
}

.filter-wrap .filter-btn.collapsed:after,
.filter-wrap .filter-btn:not(.collapsed):after {
    content: '';
    background-color: #F3F5F9;
    position: absolute;
    bottom: -5px;
    left: -1px;
    right: 0px;
    z-index: -1;
    border-radius: 22px 22px 0 0;
    border: 1px solid rgba(141, 145, 150, 0.22);
    width: calc(100% + 2px);
    height: 41px;
    opacity: 0;
    border-bottom: 0;
    transition: opacity 0.15s cubic-bezier(0.16, 1, 0.3, 1) 0.3s;
}

.filter-wrap .btn:not(.collapsed):after {
    opacity: 1;
    transition: opacity 0s;
}

.filter-wrap .btn:hover {
    background-color: #F3F5F9;
}

.filters-by {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 15px;
}

.filters-by p {
    margin: 0;
    display: inline-block;
    padding-right: 5px;
    font-weight: bold;
}

.filters-by .filter-text {
    display: flex;
    align-items: center;
    font-size: 12px;
    background: var(--main-brand-font-awsm);
    padding: 8px 16px;
    border-radius: 18px;
    color: var(--main-brand-text-color);
    cursor: pointer;
}

.filters-by .filter-text:hover {
    opacity: .9;
}

.filter-header {
    padding: 0;
    border: 0;
}

.filter-item .btn:before {
    position: absolute;
    right: 12px;
    font-family: 'Glyphicons Halflings';
    content: "\e114";
    transform: rotate(270deg);
    transition: all 0.5s;
}

.filter-item .btn.filter-btn:not(.collapsed):before {
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    transform: rotate(180deg);
}

.modal-body .input-wrap {
    display: flex;
    align-items: center;
    gap: 10px;
}

.filter-item .panel-body {
    padding: 15px 10px;
}

.filter-item .panel-body .input-wrap .btn {
    background-color: var(--main-brand-color);
    color: var(--main-brand-text-color);
    padding: 12px 18px 14px;
}

.filter-item .panel-body .input-wrap .btn:before {
    display: none;
}

.filter-item .panel-body .input-wrap .btn:focus,
.filter-item .panel-body .input-wrap .btn:hover {
    background-color: var(--main-brand-color) !important;
    opacity: 0.8;
}

.filter-item .panel-collapse {
    background: #F3F5F9;
    border-radius: 0 0 22px 22px;
    border: 1px solid rgba(141, 145, 150, 0.22);
    ;
    border-top: 0;
}

.collapse.in {
    display: block !important;
}

.nav--modal .modal-header {
    justify-content: center;
}

.nav--modal .modal-body,
.nav--modal .modal-footer,
.nav--modal .modal-header {
    padding: 0;
    border: 0;
}

.nav--modal .modal-close {
    position: absolute;
    right: 20px;
    top: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 30px;
    height: 30px;
    padding: 5px;
    margin: 0;
    padding: 0;
    border: 0;
    outline: none;
    background: transparent;
}

.nav--modal .modal-close span {
    font-size: 38px;
    font-weight: 500;
    margin-top: -2px;
}

.nav--modal .modal-close:focus span,
.nav--modal .modal-close:hover span {
    color: var(--main-brand-color);
}

.nav--modal .modal-content {
    padding: 20px;
    min-height: 515px;
}

.nav--modal .modal-body {
    padding: 20px 0;
    padding-bottom: 20px !important;
}

.nav--modal .modal-body .input-search {
    width: 100%;
    max-width: 300px;
    margin: auto;
    float: none;
    padding: 0 0 15px;
}

.nav--modal .modal-footer:after,
.nav--modal .modal-footer:before {
    display: none;
}

.nav--modal .modal-footer {
    display: flex;
    justify-content: center;
    gap: 10px;
}

.nav--modal .modal-footer .btn {
    margin: 0;
}

.nav--modal .modal-title {
    font-family: "Poppins", sans-serif !important;
    font-weight: 600 !important;
}

.nav--modal .input-search input {
    width: 100%;
    float: none;
}

.nav--modal .checkbox-wrap {
    padding: 15px 0 0;
}

.nav--modal .checkbox-wrap:first-child {
    padding: 0;
}

.nav--modal .modal-heading {
    font-family: "Poppins", sans-serif !important;
    font-weight: 600 !important;
    margin: 0 0 15px;
}

.nav--modal .checkbox-only {
    /* column-count: 3; */
}

.nav--modal .checkbox label {
    margin: 0;
    overflow: hidden;
    text-overflow: ellipsis;
}

.nav--modal .checkbox label span {
    padding-left: 5px;
}

.nav--modal .checkbox-only .checkbox {
    width: 100%;
    margin: 0 0 10px;
    padding: 0;
}

.nav--modal .checkbox-only .checkbox:last-child {
    margin: 0;
}

.nav--modal .checkbox.tier--one label {
    font-weight: bold;
}

.nav--modal .checkbox.tier--two {
    padding-left: 15px
}

.nav--modal .checkbox.tier--two label {
    font-weight: bold;
}

.nav--modal .checkbox.tier--two.last--tier label,
.nav--modal .checkbox.tier--three.last--tier label {
    font-weight: normal;
}

.nav--modal .checkbox.tier--three {
    padding-left: 30px;
}

.nav--modal .checkbox.all--result {
    margin: 15px 0 0 !important;
    padding-top: 15px;
    border-top: 1px solid rgba(141, 145, 150, 0.22);
}

.nav--modal .checkbox-only input {
    margin: 0;
}

.nav--modal .modal--section {
    margin: 20px 0 0;
    padding: 15px 0 0;
    border-top: 1px solid rgba(141, 145, 150, 0.22);
}

.nav--modal .scrollable-content {
    max-height: 400px;
    overflow: hidden;
    overflow-y: auto;
    border-top: 1px solid rgba(141, 145, 150, 0.22);
    padding-top: 15px;
}

.nav--modal .modal-dialog:not(.modal-lg) .checkbox-only {
    column-count: 1;
}

.bread-tp #breadCumDiv a:after,
#topCatLinksDiv .catlinks:after {
    content: '\00bb';
    display: block;
    height: 12px;
    font-size: 20px;
    line-height: 8px;
    font-weight: bold;
    color: #455671;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: -5px;
    float: left;
}

#breadCumDiv a:last-child:after {
    display: none;
}


/* End Filters Nav with Modals and accordions */

.send-msg-btn.sold {
    background-color: #F44336;
    cursor: default;
}

.listing-detail.aq-listing-summary.aq-listing-Category.m-b-30 .send-msg-btn.sold,
.listing-detail.aq-listing-summary.aq-listing-Category.m-b-30 .send-msg-btn.sold:hover {
    cursor: default;
    background-color: transparent;
    color: #F44336;
}

.listing-detail-width .head .listing-heading {
    display: flex;
    align-items: center;
}

.listing-detail-width .head .listing-heading .fa {
    font-size: 20px;
    padding-left: 10px;
    color: var(--main-brand-color);
    cursor: pointer;
}

.listing-detail-width .head .listing-heading .fa:hover {
    color: var(--main-brand-desc-color);
}

.listing-detail.aq-listing-summary ul.row {
    padding: 0;
    margin-bottom: 0;
}

.listing-detail-width .head .listing-heading .total-bundle {
    display: flex;
    align-items: center;
    gap: 5px;
    border: 1px solid var(--main-brand-color);
    border-radius: 6px;
    padding: 4px 8px;
    margin: 0 0 0 8px;
    min-width: 160px;
}

.listing-detail-width .head .listing-heading .total-bundle i {
    font-size: 16px;
    padding: 0;
    cursor: default;
    color: var(--main-brand-color);
}

.listing-detail-width .head .listing-heading .total-bundle i:hover {
    color: var(--main-brand-color);
}

.listing-detail-width .head .listing-heading .total-bundle h4 {
    color: var(--main-brand-desc-color);
    margin: 0;
    font-size: 15px;
}

.listing-detail-width .head .listing-heading .total-bundle span {
    background: var(--main-brand-color);
    color: var(--main-brand-text-color);
    padding: 1px 8px;
    border-radius: 20px;
    margin-left: auto;
    font-size: 13px;
    font-family: 'Roboto', sans-serif, "Helvetica Neue", Helvetica, Arial, sans-serif;
}
.listing-detail-width.content .box-card.bundle-offer {
    padding: 0 !important;
}
.listing-detail-width.content .box-card.bundle-offer .panel-body .bundle-box {
    padding: 0 16px 8px;
    position: relative;
    margin: 0;
}
.listing-detail-width.content .box-card.bundle-offer .panel-body .bundle-box:before {
    content: "\f067";
    font-family: FontAwesome;
    position: absolute;
    right: -8px;
    top: 50%;
    transform: translate(0, -50%);
    font-size: 20px;
    color: var(--main-brand-color);
}
.listing-detail-width.content .box-card.bundle-offer .panel-body .bundle-box .listing-box {
    border: 1px solid rgba(141, 145, 150, 0.22);
    border-radius: 8px;
    box-shadow: 0px 4px 6px #e0e0e0;
}
.listing-detail-width.content .box-card.bundle-offer .panel-body .bundle-box.first-item-of-bundle .listing-box {
    border: 2px solid;
    border-color: var(--main-brand-color);
    box-shadow: 0px 0px 6px var(--main-brand-color);
}
.listing-detail-width.content .box-card.bundle-offer .panel-body .bundle-box .listing-box .listing-img {
    text-align: center;
}
.listing-detail-width.content .box-card.bundle-offer .panel-body .bundle-box .listing-box img {
    width: 100%;
    border-radius: 8px 8px 0 0;
    object-fit: cover;
    height: 160px;
}
.listing-detail-width.content .box-card.bundle-offer .panel-body .bundle-box .listing-box .listing-content {
    padding: 16px;
}
.listing-detail-width.content .box-card.bundle-offer .panel-body .bundle-box .listing-box .listing-content h2 {
    margin: 0;
    font-size: 16px;
    color: var(--main-brand-label-color);
}
.listing-detail-width.content .box-card.bundle-offer .panel-body .bundle-box .listing-box .listing-content p {
    display: flex;
    align-items: center;
    gap: 10px;
    font-size: 12.5px;
    margin: 10px 0 10px 0;
}
.listing-detail-width.content .box-card.bundle-offer .panel-body .bundle-box .listing-box .listing-content ul {
    border-top: 1px solid rgba(141, 145, 150, 0.22);
    padding: 8px 0 0 16px;
}
.listing-detail-width.content .box-card.bundle-offer .panel-body .bundle-box .listing-box .listing-content ul li {
    padding: 0;
    list-style: disc;
    color: #030303;
    font-size: 13px;
}
.listing-detail-width.content .box-card.bundle-offer .panel-body .bundle-box .listing-box .listing-content ul li span {
    color: var(--main-brand-desc-color);
    margin: 0 0 -7px 0;
    width: 50%;
    display: inline-block;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}
.listing-detail-width.content .box-card.bundle-offer .panel-body .slider .slick-prev,
.listing-detail-width.content .box-card.bundle-offer .panel-body .slider .slick-next {
    width: 50px;
    height: 50px;
    background: #edeff0;
    border-radius: 50%;
    text-align: center;
    box-shadow: 0px 4px 6px #e0e0e0;
}
.listing-detail-width.content .box-card.bundle-offer .panel-body .slider .slick-prev.slick-disabled:before, 
.listing-detail-width.content .box-card.bundle-offer .panel-body .slider .slick-next.slick-disabled:before {
    opacity: .25 !important;
}
.listing-detail-width.content .box-card.bundle-offer .panel-body .slider .slick-next {
    right: -90px;
}
.listing-detail-width.content .box-card.bundle-offer .panel-body .slider .slick-next:before {
    content: "\f105" !important;
    font-family: 'FontAwesome';
    font-size: 40px !important;
    color: var(--main-brand-color) !important;
    position: initial;
    padding: 0 0 0 4px;
}
.listing-detail-width.content .box-card.bundle-offer .panel-body .slider .slick-prev {
    left: -90px;
}
.listing-detail-width.content .box-card.bundle-offer .panel-body .slider .slick-prev:before {
    content: "\f104" !important;
    font-family: 'FontAwesome';
    font-size: 40px !important;
    color: var(--main-brand-color) !important;
    position: initial;
    padding: 0 4px 0 0;
}

.no-img-clas {
    margin-top: -5px;
    max-width: 120px;
    width: 125px !important;
}

.user-card a.thumbnail-wrapper.d39 {
    padding: 2px;
    border: 1px solid #efeeee;
    width: 46px;
    height: 46px;
    margin-top: -4px;
}

.auctionDetailSellerPDFDiv {
    display: inline-block;
    margin-top: 17px;
    text-align: right;
    width: 100%;
}

.list-over-hiden {
    overflow: hidden;
    border-radius: 18px 18px 0 0;
}

.list-over-hiden2 {
    overflow: hidden;
    position: relative;
}

.search_sold {
    right: -20%;
}

.noPhoneClass {
    width: 380px !important;
}

.recomendation-grid .listing-user {
    padding: 0px;
    position: relative;
    overflow: inherit;
    margin: 10px 0;
}

.owl-carousel .listing-user {
    padding: 0px;
    position: relative;
    overflow: inherit;
    margin: 25px 0;
}

#wrapper #content-wrapper .container-fluid2 {
    padding-top: 0px !important;
    padding-left: 10px;
    padding-right: 10px !important;
}

.newFeed_font_50 {
    font-size: 25px !important;
    line-height: 1.2;
    font-weight: 700;
    text-align: center;
}

.newFeed_font_50_img {
    font-size: 18px !important;
    font-weight: 700;
    text-align: left;
}

.newFeed_font_22 {
    font-size: 30px !important;
    line-height: 1.2;
    text-align: center;
}

.newFeed_font_140 {
    font-size: 14px !important;
    line-height: 1.2;
    text-align: center;
}

.newFeed_font_140_image {
    font-size: 14px !important;
    line-height: 1.2;
    text-align: left !important;
}

.newsfeed_image_thumb {
    background-repeat: no-repeat;
    width: 100%;
    height: 100%;
    display: inline-block;
    background-position: center;
    background-size: cover;
    border-radius: 4px;
}

.padng-title {
    padding: 18px 0px;
}

.padng-title2 {
    padding: 8px 0px;
}

.feed-describ h3 {
    width: 100%;
    float: left;
    font-weight: 700;
    color: #343b45;
    font-family: 'Roboto', sans-serif, "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 13px;
    margin: 0px;
    padding: 0px;
    margin-bottom: 10px;
}

.feed-describ h3 a {
    color: #343b45;
    font-family: 'Roboto', sans-serif, "Helvetica Neue", Helvetica, Arial, sans-serif;
}

@font-face {
    font-family: 'hel-bold';
    src: url('fonts/Helvetica Bold.eot');
    src: local('Ã¢ËœÂº'), url('fonts/Helvetica Bold.woff') format('woff'), url('fonts/Helvetica Bold.ttf') format('truetype'), url('fonts/Helvetica Bold.svg') format('svg');
    font-weight: normal;
    font-style: normal;
}

body {
    padding: 0;
    overflow-x: hidden;
}

#abcdf {
    z-index: 9999 !important;
}

.next.btns .btn-cons {
    margin-right: 10px;
}


/*--------------------left circle----------------*/

@keyframes placeHolderShimmer {
    0% {
        background-position: -468px 0
    }
    100% {
        background-position: 468px 0
    }
}

.listing .listing-body p {
    float: left;
    width: 100%;
    font-size: 12.5px;
    min-height: 35px;
    line-height: 16.5px;
    display: -webkit-box;
    word-break: break-all;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    color: var(--main-brand-desc-color);
    font-family: 'roboto', "Helvetica Neue", "HelveticaNeue", Helvetica, Arial, sans-serif;
}

.left-imge {
    width: 300px;
    float: left;
    height: 394px;
    box-shadow: 0px 8px 8px #e0e0e0;
    position: relative;
    border-radius: 18px;
}

.animated-dashboard-bg {
    animation-duration: 1s;
    animation-fill-mode: forwards;
    animation-iteration-count: infinite;
    animation-name: placeHolderShimmer;
    animation-timing-function: linear;
    background: #f6f7f8;
    background: linear-gradient(to right, #eeeeee 8%, #dddddd 18%, #eeeeee 33%);
    background-size: 800px 104px;
    width: 100%;
    height: 200px;
    float: left;
    border-radius: 18px 18px 0 0;
}

.line-background-one {
    animation-duration: 1s;
    animation-fill-mode: forwards;
    animation-iteration-count: infinite;
    animation-name: placeHolderShimmer;
    animation-timing-function: linear;
    background: #f6f7f8;
    background: linear-gradient(to right, #eeeeee 8%, #dddddd 18%, #eeeeee 33%);
    background-size: 800px 104px;
    width: 80%;
    height: 15px;
    position: relative;
    float: left;
    margin-left: 10px;
    margin-top: 20px;
}

.small-line-background-two {
    animation-duration: 1s;
    animation-fill-mode: forwards;
    animation-iteration-count: infinite;
    animation-name: placeHolderShimmer;
    animation-timing-function: linear;
    background: #f6f7f8;
    background: linear-gradient(to right, #eeeeee 8%, #dddddd 18%, #eeeeee 33%);
    background-size: 800px 104px;
    width: 70%;
    height: 10px;
    position: relative;
    float: left;
    margin-left: 10px;
    margin-top: 5px;
}

.btn-line-background {
    animation-duration: 1s;
    animation-fill-mode: forwards;
    animation-iteration-count: infinite;
    animation-name: placeHolderShimmer;
    animation-timing-function: linear;
    background: #f6f7f8;
    background: linear-gradient(to right, #eeeeee 8%, #dddddd 18%, #eeeeee 33%);
    background-size: 800px 104px;
    width: 55%;
    height: 10px;
    position: relative;
    float: left;
    margin-left: 10px;
    margin-top: 54px;
}

.btn-aniate {
    animation-duration: 1s;
    animation-fill-mode: forwards;
    animation-iteration-count: infinite;
    animation-name: placeHolderShimmer;
    animation-timing-function: linear;
    background: #f6f7f8;
    background: linear-gradient(to right, #eeeeee 8%, #dddddd 18%, #eeeeee 33%);
    background-size: 800px 104px;
    width: 100px;
    height: 36px;
    position: relative;
    float: right;
    margin-right: 10px;
    margin-top: 42px;
    border-radius: 36px;
}

.animated-btn {
    animation-duration: 1s;
    animation-fill-mode: forwards;
    animation-iteration-count: infinite;
    animation-name: placeHolderShimmer;
    animation-timing-function: linear;
    background: #f6f7f8;
    background: linear-gradient(to right, #eeeeee 8%, #dddddd 18%, #eeeeee 33%);
    background-size: 800px 104px;
    width: 50%;
    height: 50px;
    position: relative;
    float: left;
    border-radius: 18px 0px 18px 0;
    position: absolute;
    bottom: 0;
    right: 0;
}

.marketplace-navigation-new {
    width: 100%;
    float: left;
    animation: slide-up 0.7s;
}

.marketplace-navigation-new#stickThis,
.article-new-nav#stickThis {}

.marketplace-navigation-new#stickThis.stick {
    margin-top: 0;
    position: fixed;
    top: 86px;
    z-index: 968;
    width: 82.8%;
    border-radius: 0px 0px 18px 18px;
}

#stickThis.stick {
    animation: slide-down 0.2s;
}

@keyframes slide-down {
    0% {
        opacity: 0;
        transform: translateY(0px);
    }
    100% {
        opacity: 0.9;
        transform: translateY(0px);
    }
}

.article-new-nav#stickThis.stick {
    margin-top: 0;
    position: fixed;
    top: 80px;
    z-index: 699;
    width: 82%;
    border-radius: 0px 0px 18px 18px;
}

.sidebar-toggled .article-new-nav#stickThis.stick {
    margin-top: 0;
    position: fixed;
    top: 80px;
    z-index: 699;
    width: 91.6%;
    border-radius: 0px 0px 18px 18px;
    transition: top 0.5s ease;
}

.content.sm-gutter.errorMsg .article-new-nav#stickThis.stick {
    margin-top: 0;
    position: fixed;
    top: 80px;
    z-index: 699;
    width: 64.7%;
    border-radius: 0px 0px 18px 18px;
    transition: top 0.5s ease;
}

.content.sm-gutter .article-new-nav#stickThis.stick {
    margin-top: 0;
    position: fixed;
    top: 80px;
    z-index: 699;
    width: 64.6%;
    border-radius: 0px 0px 18px 18px;
    transition: top 0.5s ease;
}

.content.sm-gutter .clear-bth.container-fixed-lg {
    float: left;
    margin: auto;
    width: 100%;
}

.sidebar-toggled .content.sm-gutter .article-new-nav#stickThis.stick {
    margin-top: 0;
    position: fixed;
    top: 80px;
    z-index: 699;
    width: 64.6%;
    border-radius: 0px 0px 18px 18px;
    transition: top 0.5s ease;
}

.marketplace-navigation-new .select2-container .select2-choice {
    /* margin-top: 2px; */
}

.nav--modal .select2-container .select2-selection--single {
    display: flex;
    align-items: center;
    background-image: none;
    border-radius: 10px;
    border: solid 1px rgba(141, 145, 150, 0.22);
    padding: 5px 10px;
    transition: border 0.2s linear 0s;
    height: 45px;
}

.nav--modal .select2-container .select2-selection--single .select2-selection__placeholder {
    color: var(--main-brand-gray-color);
}

.nav--modal .select2-container .select2-selection--single .select2-selection__arrow {
    height: 44px;
}

.nav--modal .select2-container .select2-selection--single .select2-selection__arrow b {
    border-color: #444 transparent transparent transparent;
}

.nav--modal .full-width.select2-hidden-accessible+.select2-container {
    width: 50% !important;
}

#selectator_select_networks .selectator_input {
    margin-left: 0px;
    display: block;
    min-width: 100%;
}

#selectator_select_networks .selectator_selected_item {
    background-color: #fafafa;
    display: inline-block;
    margin: 5px 0 5px 5px;
    padding: 3px 20px 2px 5px;
    font-size: 80%;
    border-radius: 2px;
    border: 1px solid #dcdcdc;
    background-color: #eff2f7;
    color: #000;
    cursor: default;
    border: 1px solid #ccd5e4;
    font-size: 11px;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    float: left;
    white-space: nowrap;
}

.sidebar-toggled .marketplace-navigation-new#stickThis.stick {
    margin-top: 0;
    position: fixed;
    top: 80px;
    z-index: 699;
    width: 91.5%;
    border-radius: 0px 0px 18px 18px;
    transition: top 0.5s ease;
}

.sidebar-toggled .marketplace-navigation-new#stickThis.stick.box-card {
    box-shadow: 0 4px 65px 1px rgba(0, 0, 0, 0.06), 0 7px 10px rgba(0, 0, 0, 0.08);
}

#dt_message i.fa,
#dt_notifications i.fa {
    color: #455671;
    font-size: 13px;
}

#dt_message .notify-msg h3 i.fa {
    float: none;
    margin-left: 5px;
}

#dt_message:hover i.fa,
#dt_notifications:hover i.fa {
    color: #1578FC;
}

#dt_notifications,
#dt_message {
    margin-top: 16px;
}

ul.notification-list li a {
    padding: 0px;
}

.notification-body .notification-item .noti-drop a.connect-noti-btn {
    margin-left: 0px;
    float: left;
    height: 32px;
    border-radius: 26px;
    line-height: 30px !important;
    padding: 0 15px !important;
    width: auto !important;
    font-size: 12px;
    display: inline-block;
    margin-right: 8px;
    float: none;
    padding: 0px 18px;
}

.notification-body .notification-item .noti-drop a.connect-noti-btn i {
    float: left;
    padding-top: 4px;
    color: #1578FC;
}

.notification-body .notification-item .noti-blue .share-now {
    color: #1578FC !important;
    border: 1px solid #1578FC;
    border-radius: 44px;
    margin-left: 50px;
    font-size: 12px;
    padding: 6px 12px !important;
    clear: both;
    display: inline-block;
    line-height: 12px;
    margin-top: 5px;
    min-width: auto;
    float: left;
    width: auto;
}

.dropdown-profile .dropdown-menu {
    min-width: 250px;
    /* box-shadow: 0px 6px 17px #ccc;*/
    box-shadow: 0 1px 15px 1px rgba(0, 0, 0, 0.04), 0 1px 6px rgba(0, 0, 0, 0.08);
}

.notification-toggle {
    top: 41px;
    left: -420px !important;
    padding: 0;
    min-width: 450px;
    box-shadow: 0 1px 15px 1px rgba(0, 0, 0, 0.04), 0 1px 6px rgba(0, 0, 0, 0.08);
}

.notification-panel {
    background-color: #fff;
    border: none;
}

.dropdown-profile .dropdown-menu .dropdown-header {
    padding: 7px 20px;
    background-color: rgba(141, 145, 150, 0.2);
    border-top: solid 1px rgba(141, 145, 150, 0.3);
}

.dropdown-profile .dropdown-header-info {
    padding: 10px 0;
}

.dropdown-profile .dropdown-header-info a span.m-b-5 {
    margin-bottom: 7px !important;
}

.profile-dropdown li.dropdown-header-info {
    min-width: 215px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    background: #eaebeb;
}

.dropdown-profile .dropdown-header-info a {
    line-height: 1;
}

.dropdown-menu.profile-dropdown&gt;li:hover {
    padding-left: 0px;
    background: #eaebeb;
    float: left;
    width: 100%;
}

.bids-list-main {
    display: flex;
    flex-wrap: wrap;
}

.dropdown-menu .divider {
    background-color: #dae9f4;
    height: 1px;
    margin: 0px 0;
    border-bottom: 0px;
    width: 100%;
}

.center-loader {
    text-align: left !important;
    width: 100%;
    float: left;
}

.profile-dropdown li&gt;a {
    font-size: 14px;
    padding-top: 5px;
    padding-bottom: 5px;
}

.profile-dropdown li&gt;a:focus,
.profile-dropdown li&gt;a:hover {
    font-size: 14px !important;
    padding-top: 5px;
    padding-bottom: 5px;
}

.dropdown-menu.drop-main&gt;li&gt;a:hover,
.dropdown-menu&gt;li&gt;a:focus {
    transition: none !important;
    font-size: 13px;
    font-family: 'Roboto', sans-serif;
    font-weight: normal;
}

nav ul.profile-dropdown li a i {
    float: left;
    margin-top: 11px;
    font-size: 16px;
    margin-right: 10px;
}

.menu-h {
    padding: 0;
    margin: 0;
    float: left;
    line-height: 25px;
    width: 150px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.pro-viw {
    width: 160px;
    white-space: nowrap;
    overflow: hidden;
    float: left;
    line-height: 14px;
    text-overflow: ellipsis;
}

.field-inpt {
    background: #f8f9fa;
    border: 1px solid #ced4da;
    border-radius: 10px;
}

.field-inpt:focus {
    color: #665c70;
    background-color: #fff;
    border-color: #a679d2;
    outline: 0;
    box-shadow: 0 0 5px #1578FC !important;
}

.onefifty-mrgn.w-l-menu #filterDiv4 .col-lg-1.col-md-4.col-sm-1.visible-lg {
    width: 8%;
}

.onefifty-mrgn.w-l-menu #filterDiv4 .col-lg-5.col-md-5.col-sm-5.p-l-0.p-r-10 {
    width: 44%;
}

.mrpFilter [class*="col-lg"] {
    order: 1;
}

.content-krnk {
    max-width: 1570px;
    margin: 0 auto;
}

.sidebar-toggled .content-krnk {
    width: 1740px;
    margin: 0 auto;
}

.krank-right-navbar {
    margin: 30px 7px 0 0;
    float: right;
}

.top-user-opt {
    float: right;
    width: 80%;
}

.top-right-use {
    float: right;
    width: auto;
    margin-right: 30px;
}

.top-right-use a.create-listing-bidbox {
    width: auto;
    background: none;
    color: #1578FC;
    font-family: 'Roboto', sans-serif, "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 14px;
    padding: 8px 18px;
    border-radius: 100px;
    border: 1px solid #1578FC;
    outline: none;
    float: left;
    transition: all 0.5s ease !important;
    margin: 19px 6px 0 0;
    height: 36px;
}

.cent-dv-coont {
    width: 1200px;
    margin: 0 auto;
}

.dashboard-dv-coont {
    width: 1090px;
    margin: 0 auto;
}

.dashboard-dv-coont #main-wall {
    width: 89% !important;
    margin: 0 auto;
}

.recomdeation-clas {
    margin-top: 0px !important;
}

#recommended_content .owl-carousel {
    padding: 0 30px;
}

#recommended_content .owl-nav .owl-prev,
.recent-listing .owl-nav .owl-prev {
    position: absolute;
    left: -2px;
    top: 208px;
    box-shadow: 0px 0px 4px #ccc;
    width: 50px;
    height: 50px;
    border-radius: 200px !important;
    background: #fff !important;
    outline: none;
}

#recommended_content .owl-nav .owl-prev span {
    font-family: 'hel-new', "Helvetica Neue", "HelveticaNeue", Helvetica, Arial, sans-serif;
    font-size: 25px;
    color: #1578FC;
    margin-top: 5px;
    display: block;
    margin-left: -3px;
}

#recommended_content .owl-nav .owl-next,
.recent-listing .owl-nav .owl-next {
    position: absolute;
    right: 0px;
    top: 208px;
    box-shadow: 0px 0px 4px #ccc;
    width: 50px;
    height: 50px;
    border-radius: 200px !important;
    background: #fff !important;
    outline: none;
}

#recommended_content .owl-nav .owl-next span {
    font-family: 'hel-new', "Helvetica Neue", "HelveticaNeue", Helvetica, Arial, sans-serif;
    font-size: 25px;
    color: #1578FC;
    margin-top: 5px;
    display: block;
    margin-left: 8px;
}

#recommended_content .recent-listing.company-krank .owl-nav .owl-next,
.recent-listing .owl-nav .owl-next {
    position: absolute;
    right: 0px;
    top: 168px;
    box-shadow: 0px 0px 4px #ccc;
    width: 50px;
    height: 50px;
    border-radius: 200px !important;
    background: #fff !important;
    outline: none;
}

#recommended_content .recent-listing.company-krank .owl-nav .owl-prev,
.recent-listing .owl-nav .owl-prev {
    position: absolute;
    left: -2px;
    top: 168px;
    box-shadow: 0px 0px 4px #ccc;
    width: 50px;
    height: 50px;
    border-radius: 200px !important;
    background: #fff !important;
    outline: none;
}

.fltng-lft {
    width: 100%;
    float: left;
    margin: 0px;
}

.net-detail-verify {
    width: 200px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    float: left;
}

a.araticl-anch {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    max-width: 87%;
}

a.araticl-anch-nw {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    width: 100%;
    margin: 0px;
    padding: 0px;
    line-height: 0;
}

a.araticl-anch span {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    width: 100%;
}

.panel-feed .panel-heading .user-card .db-user-info a {
    line-height: 20px;
}

.pull-left.db-user-desc.araticl-anch-nw {
    margin-bottom: -4px;
}

.ver-num.article-badg {
    margin-left: 0px;
    margin-top: -3px;
}

.ver-num.article-badg img {
    margin-top: 4px;
}

.articl-flting {
    float: left;
    max-width: 60%;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

#msgTexts {
    height: 80px;
    padding: 10px;
    border-radius: 10px;
}

.recomdeation-clas .slider-des a {
    min-width: 100px;
}

.recomdeation-clas .slider-des a:hover {
    min-width: 100px;
    color:#000;
}

.popover.fade.top.in button {
    padding: 8px 18px;
    line-height: normal;
    height: 36px;
    border-radius: 96px;
    font-weight: normal;
    min-width: 100px;
    font-size: 14px;
    background: #1578FC !important;
}

.panel-title.heading-req {
    float: left;
}

.panel-heading.bdr-none.positionunset .panel-title {
    float: left;
}

.notification-panel .notification-body .notification-item .heading div&gt;p.myclass {
    font-size: 12px;
}

.notification-panel .notification-body .notification-item .heading div&gt;p {
    font-size: 12px !important;
}

.top-right-use a.create-listing-bidbox:hover {
    background: #1578FC;
    color: #fff;
}

.top-user-opt .notification-list {
    float: left;
}

#Country_modal .select2-container .select2-selection--single,
#Country_modal .full-width.select2-hidden-accessible+.select2-container {
    width: 100% !important;
}

.select2-close-mask {
    z-index: 2099;
}

.select2-dropdown {
    z-index: 3051;
}

.notify-dropdown a span.bubble,
.bubble-msg {
    background: #FF0045;
    color: #fff;
    position: absolute;
    top: -11px;
    padding: 5px;
    font-size: 11px;
    border-radius: 8px;
    right: -2px;
    min-width: 21px;
    text-align: center;
}

.notification-panel .notification-footer {
    padding: 20px;
    /* display: block; */
    border-top: 1px solid #dae9f4;
    float: left;
    width: 100%;
}

.top-user-opt .notification-list li {
    margin-right: 15px;
    line-height: 3px;
}

#dt_message .notification-footer a {
    font-family: 'Roboto', sans-serif !important;
    font-weight: 700;
    /* float: left; */
    width: auto;
}

#sidebarToggle {
    float: left;
    font-size: 22px;
    margin-top: 15px;
    /* background: #ccc; */
    border-radius: 220px;
    width: 60px;
    height: 50px;
    margin-left: 11px;
    min-width: auto;
}

#sidebarToggle span {
    width: 100%;
    float: left;
    background: #919191;
    height: 2px;
    margin-bottom: 5px;
}

.navbar-nav .nav-item .nav-link .badge {
    border: medium none !important;
    border-radius: 3px;
    font-size: 9px;
    font-weight: 700;
    height: 15px;
    line-height: 9px;
    min-width: 15px;
    position: absolute;
    text-align: center;
    top: -13px !important;
    right: 0;
}

.krank-right-navbar {
    list-style: none;
}

.krank-right-navbar li {
    padding: 0px 15px;
}

.krank-right-navbar a {
    color: #2e2e2e;
    font-size: 18px;
}

.navbar-brand.mr-1 img {
    width: 35px;
    margin: 16px 0 0 10px;
}

.search-bar {
    width: 45%;
    float: left;
    margin-top: 10px;
    margin-left: 6%;
}

.article-new-nav.box-card .form-group {
    margin-bottom: 0px;
}

.autocomplete {
    position: relative;
    display: inline-block;
    float: left;
    margin-right: 0px;
    width: 87%;
}

.autocomplete input {
    border: 1px solid #ccc;
    background-color: transparent;
    padding: 15px 15px;
    font-size: 15px;
    border-radius: 42px 0 0 42px;
    margin-right: 0px;
    width: 100%;
    font-family: 'hel-new';
    /*box-shadow: -3px 8px 8px #e0e0e0;*/
}

.search-bar button {
    width: auto;
    float: left;
    background: #1578FC;
    color: #fff;
    font-family: 'hel-new';
    font-size: 22px;
    height: 52px;
    line-height: 52px;
    padding: 0px 15px;
    border: 1px solid #1578FC;
    border-radius: 0 42px 42px 0;
    outline: none;
    text-decoration: none;
    /* box-shadow: 0px 8px 8px #e0e0e0;*/
}

.sidebar {
    padding-bottom: 10%;
    top: 80px;
}

.sidebar.toggled .company-pic,
.sidebar.toggled .user-info-nav,
.sidebar.toggled .invite-dv,
.sidebar.toggled .connectionlist-dv,
.sidebar.toggled .footerlink-dv,
.sidebar.toggled .user-profile-stats,
.sidebar.toggled .qr-cde {
    display: none;
}

sidebar.toggled .user-profile-stats {
    display: none !important;
}

.sidebar.toggled .user-info-side figure {
    width: 100%;
    float: left;
    margin: 0 0 15px 0px;
    text-align: left;
    padding: 0 0px;
}

.sidebar.toggled .user-info-side {
    width: 100%;
    float: left;
    border-bottom: 1px solid #E3E3E3;
    position: relative;
    padding: 12px;
    margin-bottom: 0px;
    margin-top: 10px;
}

.sidebar ul {
    border-bottom: 1px solid #E3E3E3;
    margin-bottom: 30px;
    padding-bottom: 10px;
}

.sidebar.toggled ul {
    border-bottom: none;
    margin-bottom: 30px;
    padding-bottom: 0px;
}

.user-info-side {
    width: 100%;
    float: left;
    border-bottom: 1px solid #E3E3E3;
    position: relative;
    padding: 0px;
    margin-bottom: 0px;
    margin-top: 20px;
    /*transition: all 0.3s ease 0s;*/
}

.user-info-side figure {
    width: 100%;
    float: left;
    margin: 0 0 15px 0px;
    text-align: left;
    padding: 0 20px;
}

.user-info-side figure img {
    border-radius: 100%;
    width: 80px;
}

.user-info-side .company-pic {
    position: absolute;
    top: 20px;
    right: 10px;
    width: 50px;
}

.user-info-side .company-pic img {
    width: 100%;
    border: 1px solid #eae8e8;
}

.user-info-side .user-info-nav {
    width: 100%;
    float: left;
    /*transition: all 0.5s ease;*/
    padding: 0 20px;
    margin-bottom: 0px;
}

.user-info-side .user-info-nav h1 {
    font-family: 'Roboto', sans-serif, "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 14px;
    font-weight: 700;
    color: #455671;
    padding: 0px;
    margin: 0px;
    line-height: normal;
    margin-bottom: 2px;
    float: left;
}

.user-info-side .user-info-nav h2 {
    font-family: 'Roboto', sans-serif, "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 13px;
    font-weight: normal !important;
    color: #0b3554;
    padding: 0px;
    margin: 0px;
    line-height: normal;
    width: 180px;
    white-space: nowrap;
    overflow: hidden;
    float: left;
    text-overflow: ellipsis;
}

.user-info-side .user-info-nav span {
    font-family: 'Roboto', sans-serif, "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 13px;
    font-weight: normal !important;
    color: #1578FC;
    padding: 0px;
    margin-top: 3px;
    line-height: normal;
    width: 180px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    float: left;
}

.invite-dv {
    width: 100%;
    float: left;
    /* border-bottom: 1px solid #E3E3E3; */
    padding: 20px 25px 30px 25px;
    margin-bottom: 0px;
    margin-top: 0px;
    border-top: 1px solid #E3E3E3;
}

.invite-dv figure {
    width: 100%;
    float: left;
}

.invite-dv figure img {
    width: 170px;
}

.invite-dv p {
    font-family: 'Roboto', sans-serif, "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 12px;
    color: #455671;
    padding: 0px;
    margin: 0px;
    line-height: normal;
    margin-bottom: 10px;
    margin-top: 15px;
    float: left;
}

.invite-dv button,
.invite-dv a {
    width: auto;
    width: auto;
    background: #0ED679;
    color: #fff;
    font-family: 'Roboto', sans-serif, "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 14px;
    padding: 8px 18px;
    border-radius: 100px;
    border: none;
    outline: none;
    float: left;
    min-width: 100px;
    text-align: center;
}

.connectionlist-dv.networklist-left a h1 {
    margin-bottom: 5px;
}

.connectionlist-dv {
    width: 100%;
    float: left;
    /* border-bottom: 1px solid #E3E3E3;*/
    padding: 0 0px 30px 0px;
    margin-bottom: 0px;
    margin-top: 0px;
}

.connectionlist-dv h1 {
    color: #455671;
    font-family: 'Roboto', sans-serif, "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 16px;
    padding: 10px 22px;
    margin: 0px;
    line-height: normal;
    width: 100%;
    float: left;
    font-weight: 700;
    margin-bottom: 20px;
    background: #f3f3f3;
}

.connectionlist-dv ul {
    list-style: none;
    margin: 0px;
    padding: 0px;
    width: 100%;
    float: left;
    border: none;
}

.connectionlist-dv.networklist-left ul li {
    width: 100%;
    float: left;
    margin-bottom: 5px
}

.connectionlist-dv ul li {
    width: 100%;
    float: left;
    margin-bottom: 10px;
}

.connectionlist-dv ul li a {
    width: 100%;
    float: left;
    padding: 5px 0;
    text-decoration: none;
}

.connectionlist-dv ul li a figure {
    width: 40px;
    height: 40px;
    float: left;
    margin-right: 10px;
}

.connectionlist-dv ul li a figure img {
    width: 100%;
    border-radius: 100px;
    margin-right: 10px;
}

.connectionlist-dv.networklist-left ul li a figure {
    width: 30px;
    height: 30px;
    float: left;
    margin-right: 10px;
    border: 1px solid rgba(221, 222, 223, 0.9);
}

.connectionlist-dv.networklist-left ul li a figure img {
    width: 100%;
    border-radius: 0px;
    margin-right: 10px;
}

.connectionlist-dv ul li a .user-info-list {
    width: 130px;
    float: left;
}

.connectionlist-dv ul li a .user-info-list h2 {
    color: #0b3554;
    font-family: 'Roboto', sans-serif, "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 12.5px;
    padding: 0px;
    margin: 1px 0 3px 0;
    line-height: normal;
    max-width: 100%;
    float: left;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.connectionlist-dv ul li a .user-info-list.side-panel-verfy h2 {
    color: #0b3554;
    font-family: 'Roboto', sans-serif, "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 12.5px;
    padding: 0px;
    margin: 1px 0 3px 0;
    line-height: normal;
    max-width: 75%;
    float: left;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    margin-right: 10px;
}

.connectionlist-dv.networklist-left ul li a .user-info-list h2 {
    color: #0b3554;
    font-family: 'Roboto', sans-serif, "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 12.5px;
    padding: 0px;
    margin: 0px;
    line-height: normal;
    width: 100%;
    float: left;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    padding: 8px 0px;
}

.show-more-network,
#ShowNets {
    border: 1px solid rgba(221, 222, 223, 0.9);
    padding: 10px;
    float: left;
    border-radius: 36px;
    min-width: 100px;
    padding: 7px 18px;
    font-size: 12.5px;
    color: #1578FC;
    font-family: 'Roboto', sans-serif, "Helvetica Neue", Helvetica, Arial, sans-serif;
    margin-left: 18px;
    margin-top: 10px;
}

.show-more-network:hover,
#ShowNets:hover {
    border: 1px solid #1578FC;
    padding: 10px;
    float: left;
    border-radius: 36px;
    min-width: 100px;
    padding: 7px 18px;
    font-size: 12.5px;
    color: #fff;
    background: #1578FC;
    font-family: 'Roboto', sans-serif, "Helvetica Neue", Helvetica, Arial, sans-serif;
}

.connectionlist-dv.networklist-left .show-more-network {
    margin-top: 10px;
}

.ver-num .tooltip-inner {
    white-space: pre-wrap;
}

.connectionlist-dv ul li a .user-info-list span {
    color: #1578FC;
    font-family: 'Roboto', sans-serif, "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 12px;
    padding: 0px;
    margin: 0px;
    line-height: normal;
    width: 100%;
    float: left;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    font-weight: 400;
}

.connectionlist-dv button {
    width: auto;
    background: none;
    color: #455671;
    font-family: 'Roboto', sans-serif, "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 14px;
    padding: 0px 28px;
    border-radius: 100px;
    border: 1px solid #455671;
    outline: none;
    float: left;
    margin-top: 15px;
    line-height: 35px;
    transition: all 0.5s ease;
}

.connectionlist-dv button:hover {
    width: auto;
    background: #455671;
    color: #fff;
    font-family: 'Roboto', sans-serif, "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 14px;
    padding: 0px 28px;
    border-radius: 100px;
    border: 1px solid #455671;
    outline: none;
    float: left;
    margin-top: 15px;
    line-height: 35px;
}

.footerlink-dv {
    width: 100%;
    float: left;
    padding: 23px 10px 20px 22px;
    margin-bottom: 0px;
    border-bottom: 1px solid #E3E3E3;
    margin-top: 0px;
    border-top: 1px solid #E3E3E3;
}

.footerlink-dv:last-child {
    border: none;
}

.footerlink-dv h1 {
    color: #455671;
    font-family: 'Roboto', sans-serif, "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 16px;
    padding: 0px;
    margin: 0px;
    line-height: normal;
    width: 100%;
    float: left;
    font-weight: 700;
    margin-bottom: 10px;
}

.footerlink-dv ul {
    list-style: none;
    margin: 0px;
    padding: 0px;
    width: 100%;
    float: left;
    border: none;
}

.footerlink-dv ul li {
    width: 100%;
    float: left;
    transition: all 0.5s ease;
}

.footerlink-dv ul li a {
    width: 100%;
    float: left;
    text-decoration: none;
    color: #455671;
    font-family: 'Roboto', sans-serif, "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 12px;
    padding: 0px 0px;
}

.footerlink-dv ul li a:hover {
    color: #1578FC;
    font-size: 12px;
}

.footerlink-dv ul li a img {
    float: left;
    margin-right: 10px;
    width: 10px;
    margin-top: 6px;
}

.user-info-side a.upgrade-menu {
    width: auto;
    text-align: center;
    float: left;
    background: #1578FC;
    color: #fff;
    min-width: auto;
    font-size: 12px;
    padding: 6px 10px;
    border-radius: 36px;
    position: absolute;
    top: -10px;
    right: 81px;
    font-weight: 500;
}

.machine-pic {
    width: 100%;
    float: left;
}

.machine-pic img {
    border-radius: 18px 18px 0 0;
    width: 100%;
}

.mchine-detail {
    width: 100%;
    float: left;
    border-radius: 0 0 18px 18px;
    border-top: none;
    background: #fff;
    border-radius: 0 0 18px 18px;
    box-shadow: -3px 8px 8px #e0e0e0;
    margin-bottom: 30px;
}

.mchine-detail .slider-des {
    width: 100%;
    float: left;
    padding: 15px;
}

.mchine-detail .slider-des h2 {
    font-family: 'hel-bold', "Helvetica Neue", "HelveticaNeue", Helvetica, Arial, sans-serif;
    font-size: 18px;
    float: left;
    color: #1578FC;
    margin: 0px;
    padding: 0px;
    width: 100%;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    margin-bottom: 5px;
    line-height: 24px;
}

.mchine-detail .slider-des p {
    font-family: 'hel-new', "Helvetica Neue", "HelveticaNeue", Helvetica, Arial, sans-serif;
    font-size: 14px;
    width: 100%;
    float: left;
    color: #919191;
    margin: 0px;
    padding: 0px;
    margin-bottom: 0px;
    min-height: 48px;
}

.mchine-detail .slider-des h3 {
    font-family: 'hel-bold', "Helvetica Neue", "HelveticaNeue", Helvetica, Arial, sans-serif;
    font-size: 16px;
    width: 100%;
    float: left;
    color: #5B6883;
    margin: 0px;
    padding: 0px;
    margin-bottom: 0px;
}

.mchine-detail .slider-box-footer {
    margin-top: 0px;
    width: 100%;
    float: left;
}

.mchine-detail .slider-box-footer .fav-share {
    width: auto;
    float: left;
    margin: 20px 0 0 15px;
}

.mchine-detail .slider-box-footer .fav-share a {
    width: auto;
    float: left;
    margin-right: 10px;
    color: #919191;
    font-family: 'hel-new', "Helvetica Neue", "HelveticaNeue", Helvetica, Arial, sans-serif;
    font-size: 13px;
    text-decoration: none;
}

.mchine-detail .slider-box-footer a.send-enquiry {
    width: auto;
    float: right;
    background: #1578FC;
    color: #fff;
    font-family: 'hel-new', "Helvetica Neue", "HelveticaNeue", Helvetica, Arial, sans-serif;
    font-size: 13px;
    padding: 13px 15px;
    border-radius: 18px 0 18px 0;
    text-decoration: none;
    font-weight: bold;
}

.mchine-detail .slider-box-footer a.send-enquiry i {
    margin-right: 8px;
}

.box-card {
    border-radius: 18px;
    box-shadow: 0 4px 20px 1px rgba(0, 0, 0, 0.06), 0 1px 4px rgba(0, 0, 0, 0.08);
    border: 0;
    background: #fff;
}

.clear-bth .panel.panel-featured {
    clear: both;
}

.box-card-import {
    border-radius: 10px !important;
    box-shadow: 0 4px 20px 1px rgba(0, 0, 0, 0.06), 0 1px 4px rgba(0, 0, 0, 0.08) !important;
    border: 0;
    background: #fff;
}

.panel-group .panel {
    margin-bottom: 20px;
}

.form-input-field {
    outline: initial !important;
    background: #f8f9fa;
    border: 1px solid #ced4da;
    color: #47404f;
    height: 40px;
}

.form-input:focus {
    color: #665c70;
    background-color: #fff;
    border-color: #a679d2;
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgba(102, 51, 153, 0.25);
}

.subNav-wrap .menu-items&gt;ul {
    display: flex;
}

.marketplace-navigation-new ul {
    list-style: none;
    float: left;
    width: auto;
    margin-bottom: 0;
    /* margin-top: 1rem; */
}

.marketplace-navigation-new ul li {
    display: inline-block;
    padding: 10px;
    height: 65px;
    line-height: 42px;
    text-align: center;
    position: relative;
}

.marketplace-navigation-new ul li:after {
    content: " ";
    height: 24px;
    width: 1px;
    border-right: solid 1px #dddedf;
    position: absolute;
    right: 0px;
    top: 20px;
}

.marketplace-navigation-new ul li:last-child:after {
    border-right: none;
}

.marketplace-navigation-new ul li:hover,
.marketplace-navigation-new ul li.active {
    border-bottom: solid 5px var(--main-brand-color);
}

.marketplace-navigation-new ul li a {
    color: var(--main-brand-secondary-color);
    font-size: 12.5px;
    text-decoration: none;
}

.marketplace-navigation-new li a {
    font-family: 'Roboto', sans-serif !important;
    font-weight: 700 !important;
}

.social-icons-list {
    position: absolute;
    top: 20px;
    right: 20px;
    color: #fff;
    width: auto;
}

.social-icons-list a {
    color: #fff;
    text-decoration: none;
    font-size: 13px;
    border: none;
    padding: 4px 2px 4px 6px;
    border-radius: 6px;
    text-align: center;
    display: block;
    margin-bottom: 7px;
    min-width: 30px;
    float: right;
    clear: both;
    box-shadow: none;
}

.social-icons-list a:hover,
.social-icons-list a:focus {
    color: #fff;
}

.social-icons-list a .animated-icon {
    max-width: 0;
    -webkit-transition: max-width 1s;
    transition: max-width 1s;
    display: inline-block;
    vertical-align: top;
    white-space: nowrap;
    overflow: hidden;
}

.social-icons-list a:hover .animated-icon {
    max-width: 150px;
}

.listings-grid {
    display: flex;
    flex-wrap: wrap;
}

.bids-flex,
.flx-cls-new,
.flx-cls-auc,
.listing-inn-new,
.market-wth-lgn .flx-cls-new {
    width: 25%;
    float: left;
    padding: 10px;
    transition: all 0.1s ease;
}


/*-----modal--------*/

#updatestatus .modal-body {
    box-shadow: none;
    padding: 0;
    padding-top: 0;
    white-space: normal;
}

#updatestatus .modal-content {
    border: none;
    border-radius: 3px;
    box-shadow: none;
    background: none;
    border-radius: 10px;
    padding: 0px;
    margin: 0px;
}

#updatestatus .panel-body {
    width: 100%;
    margin: 0 auto;
}

div.cs-skin-border {
    background: transparent;
    height: 40px;
    border: solid 1px #e9f2f9;
    background: #f8fbfd;
    border-radius: 6px;
    z-index: 2000;
}

.cs-skin-border&gt;span {
    transition: background 0.2s, border-color 0.2s;
    height: 40px;
    padding: 0 15px;
    line-height: 40px;
    z-index: 2000;
}

.user-profile-card a {
    color: #343b45;
    transition: all 0.2s;
}

.user-profile-card a:hover {
    color: #1578FC;
}

.user-profile-stats .user-profile-stats-item {
    text-align: center;
    padding: 20px 15px;
    border-left: solid 1px #e3e4e6;
    border-bottom: solid 1px #e3e4e6;
}

.user-profile-stats-item.bodr-tp-lst {
    border-top: solid 1px #e3e4e6;
}

.sidebar-toggled .user-profile-stats .user-profile-stats-item {
    display: none;
}

.upgarde-dv {
    width: 40%;
    margin: 0 auto;
    border-radius: 10px !important;
}

#upgrade_btn {
    border-radius: 36px;
    min-width: 100px;
    float: left;
    font-weight: 700;
    padding: 9px 18px;
    line-height: normal;
}

.user-profile-stats .user-profile-stats-item:nth-child(4),
.user-profile-stats .user-profile-stats-item:nth-child(3),
.user-profile-stats .user-profile-stats-item:nth-child(5) {
    border-bottom: none;
}

.user-profile-stats,
.sidebar.toggled .user-profile-stats,
.sidebar.toggled .toggle-plus,
.sidebar.toggled .upgrade-menu {
    display: none;
}

[id*="con_record"].aq-user-card.prcon-div .col-sm-6:last-child {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
    padding-left: 20px;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

#con_data .prcon-div .con-req .profile-detail-row+[class*="col-md-"] .pull-right {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.select2-container .select2-choice&gt;.select2-chosen {
    margin-right: 10px !important;
}

.profile-detail-row&gt;div:first-child {
    position: relative;
}

.user-profile-stats {
    /*border-top: solid 1px #e3e4e6;*/
    border-bottom: solid 1px #e3e4e6;
    float: left;
    margin-bottom: 20px;
}

.toggle-plus,
.toggle-plus:hover,
.toggle-plus:focus {
    position: absolute;
    bottom: 15px;
    right: 10px;
    background: #e0dddd;
    color: #fff;
    padding: 0px;
    font-size: 12px;
    border-radius: 100%;
    width: 25px;
    height: 25px;
    text-align: center;
    line-height: 25px;
}

#cell-phon .iti--separate-dial-code.iti {
    float: left;
    width: 28%;
}

#cell-phon .iti--separate-dial-code .iti__selected-flag {
    background: none;
}

#cell-phon .iti--allow-dropdown .iti__flag-container,
.iti--separate-dial-code .iti__flag-container {
    right: auto;
    left: 0px;
    width: 100%;
    border-radius: 10px;
}

#cell-phon .code-number-w {
    width: calc(100% - 96px);
}


/*------scroll bar -------*/

.style-2::-webkit-scrollbar {
    width: 6px;
    background-color: #fff;
}
.style-2::-webkit-scrollbar {
    width: 4px;
}

.style-2::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(255, 255, 255, 0.3);
    background-color: #F0F0F0;
}

.style-2::-webkit-scrollbar-thumb {
    border-radius: 10px;
    -webkit-box-shadow: inset 0 0 6px rgba(255, 255, 255, 0.3);
    background-color: #F0F0F0;
}

.style-2::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(255, 255, 255, 0.3);
    border-radius: 10px;
    background-color: #fff;
}

.style-2 {
    overflow-y: scroll;
    scrollbar-color: var(--main-brand-color) #fff;
    scrollbar-width: thin;
}

.style-2::-webkit-scrollbar-thumb {
    border-radius: 10px;
    -webkit-box-shadow: inset 0 0 6px rgba(255, 255, 255, 0.3);
    background-color: var(--main-brand-color) !important;
}


.article-new-nav .menu-items {
    display: block;
    position: relative;
    margin: 0px auto;
    z-index: 1;
    padding: 9px 20px 0 0px;
    text-align: left;
    width: 100%;
    min-height: 58px;
}

#comp_feeds .article-in {
    width: 80%;
    margin: 0 auto;
}

.article-new-nav.bid-new .menu-items {
    text-align: left;
}

.article-new-nav label {
    padding-top: 20px !important;
}

.my-bids-new {
    width: 100%;
    float: left;
    padding: 0px;
    background: none !important;
}

.article-new-nav {
    width: 100%;
    float: left;
    margin-bottom: 20px;
    padding: 0px 0 0px 0;
}

.content.sm-gutter .article-new-nav {
    width: 100%;
    float: left;
    margin-bottom: 20px;
    padding: 0px 0 0px 15px;
}

.article-new-nav.bid-new #s2id_sortStatus {
    width: 89%;
    float: right;
    margin-top: 9px;
}

.article-new-nav .menu-items ul {
    list-style: none;
    float: left;
    text-align: center;
    padding: 0px;
    margin: 0px;
}

.article-new-nav .menu-items li:hover,
.article-new-nav .menu-items li.active {
    border-bottom: solid 5px #1578FC;
}

.article-new-nav .menu-items li {
    padding: 10px 0px;
    display: inline-block;
}

.article-new-nav .menu-items li a {
    font-family: 'Roboto', sans-serif !important;
    font-weight: 700 !important;
    color: #343b45;
    border-right: solid 1px #dddedf;
    padding: 5px 10px;
    font-size: 12.5px;
}

.article-new-nav .menu-items li:last-child a {
    border-right: none;
}

.article-new-nav .menu-items li.active a {
    font-family: 'Roboto', sans-serif !important;
    font-weight: 700 !important;
    color: #343b45;
    font-size: 12.5px;
}

.listing-inn-new {
    width: 360px;
    float: left;
    margin: 10px 15px;
    transition: all 0.1s ease;
}

.sidebar-toggled .listing-inn-new {
    width: 373px;
    float: left;
    margin: 10px 8px;
    transition: all 0.1s ease;
}

.company-dv .listing-inn-new {
    width: 369px;
    float: left;
    margin: 10px 15px;
    transition: all 0.1s ease;
}

.sidebar-toggled .company-dv .listing-inn-new {
    width: 382px;
    float: left;
    margin: 10px 8px;
    transition: all 0.1s ease;
}

.listing-img {
    transition: all 0.5s ease;
}

.listing-img&gt;.black-hoverlay {
    display: none;
    cursor: pointer;
}

#listingView .listings-grid .panel-default.listing {
    box-shadow: 0px 8px 8px #e0e0e0;
    border-radius: 18px;
}

.listing-img:hover .black-hoverlay {
    display: block;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.3);
    position: absolute;
    top: 0;
    border-radius: 18px 18px 0 0;
    transition: all 0.5s ease;
}

.search-top-new {
    float: left;
    width: 14%;
    height: 44px;
}

#main-search {
    float: left;
}

.listings-grids {
    float: left;
    width: 100%;
}

.menu-inner-new.dropdown-submenu {
    position: relative;
}

.menu-inner-new a,
.menu-inner-new a:hover,
.menu-inner-new a:focus {
    background: none;
    border: none;
}

.menu-inner-new .dropdown-menu {
    position: absolute;
    min-width: 190px;
    width: auto;
    margin-top: 40px;
    background: #fff;
    padding: 0px;
}

.menu-inner-new .dropdown-menu li {
    display: block;
    padding: 0px 10px;
    margin: 0px;
}

.menu-inner-new .dropdown-menu li a,
.menu-inner-new .dropdown-menu li a:hover,
.menu-inner-new .dropdown-menu li a.active,
.menu-inner-new .dropdown-menu li a:focus {
    padding: 0px;
    margin: 0px;
    font-size: 13px;
    display: block;
    border: none;
    background: none;
}

.menu-inner-new .dropdown-menu li a:hover,
.menu-inner-new .dropdown-menu li a:focus,
.menu-inner-new .dropdown-menu li a.active {
    color: #343b45;
    font-size: 13px;
    border: none;
}

.menu-inner-new.dropdown-submenu&gt;.dropdown-menu {
    top: 0;
    left: 100%;
    margin-top: -6px;
    margin-left: -1px;
    -webkit-border-radius: 0 6px 6px 6px;
    -moz-border-radius: 0 6px 6px;
    border-radius: 0 6px 6px 6px;
}

.menu-inner-new.dropdown-submenu:hover&gt;.dropdown-menu {
    display: block;
}

.menu-inner-new.dropdown-submenu&gt;a:after {
    display: block;
    content: " ";
    float: right;
    width: 0;
    height: 0;
    border-color: transparent;
    border-style: solid;
    border-width: 5px 0 5px 5px;
    border-left-color: #ccc;
    margin-top: 5px;
    margin-right: -10px;
}

.menu-inner-new.dropdown-submenu:hover&gt;a:after {
    border-left-color: #fff;
}

.menu-inner-new.dropdown-submenu.pull-left {
    float: none;
}

.menu-inner-new.dropdown-submenu.pull-left&gt;.dropdown-menu {
    left: -100%;
    margin-left: 10px;
    -webkit-border-radius: 6px 0 6px 6px;
    -moz-border-radius: 6px 0 6px 6px;
    border-radius: 6px 0 6px 6px;
}

.bids-flex {
    width: 372px;
    float: left;
    margin: 10px 10px;
    transition: all 0.1s ease;
}

.sidebar-toggled .bids-flex {
    width: 348px;
    float: left;
    margin: 10px 0px;
    transition: all 0.1s ease;
    min-height: 360px;
}


/*.sidebar-toggled .box-shadow-main.my-bid-bx {
    box-shadow: 0 4px 20px 1px rgba(0, 0, 0, 0.06), 0 1px 4px rgba(0, 0, 0, 0.08);
    border-radius: 0 0 10px 10px;
    width: 100%;
    float: left;
    margin-top: 0px;
    padding: 20px 0px 0 0px;
    margin-bottom: 20px;
    min-height: 410px;
    position: relative;
    background: #fff;
}*/

.search-responsive {
    display: none;
}

#search {
    position: fixed;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.8);
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    -ms-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
    -webkit-transform: translate(0px, -100%) scale(0, 0);
    -moz-transform: translate(0px, -100%) scale(0, 0);
    -o-transform: translate(0px, -100%) scale(0, 0);
    -ms-transform: translate(0px, -100%) scale(0, 0);
    transform: translate(0px, -100%) scale(0, 0);
    opacity: 0;
    z-index: 99999
}

#search.open {
    -webkit-transform: translate(0px, 0px) scale(1, 1);
    -moz-transform: translate(0px, 0px) scale(1, 1);
    -o-transform: translate(0px, 0px) scale(1, 1);
    -ms-transform: translate(0px, 0px) scale(1, 1);
    transform: translate(0px, 0px) scale(1, 1);
    opacity: 1;
}

#search input[type="search"] {
    position: absolute;
    top: 50%;
    width: 100%;
    color: rgb(255, 255, 255);
    background: rgba(0, 0, 0, 0);
    font-size: 60px;
    font-weight: 300;
    text-align: center;
    border: 0px;
    margin: 0px auto;
    margin-top: -51px;
    padding-left: 30px;
    padding-right: 30px;
    outline: none;
}

#search .close {
    position: fixed;
    top: 15px;
    right: 15px;
    color: #fff;
    background-color: #428bca;
    border-color: #357ebd;
    opacity: 1;
    padding: 10px 17px;
    font-size: 27px;
}

.ipad-menu {
    display: none;
}

.sidebar ul {
    border-bottom: none;
    margin-bottom: 0px;
    padding-bottom: 5px;
}

.connectionlist-dv.networklist-left ul,
.connectionlist-dv ul {
    padding: 0px 10px 0 17px
}

.invite-responsive,
.invite-responsive:hover,
.invite-responsive:focus {
    display: none;
}

.feed-bx {
    min-height: 250px;
}

.three-feed-post .feed-pic {
    margin: 0px
}

.three-feed-post .usrcard-feeds {
    margin-top: -2px
}

.feed-describ {
    width: 100%;
    float: left;
    padding: 0px;
    height: 110px;
    display: table;
}

.feed-describ.disp-inherit {
    display: inherit !important;
}

.usrcard-feeds .user-card a img {
    border-radius: 100px;
}

.feed-describ.describe-text {
    height: 145px;
    padding-top: 10px;
}

.feed-describ.pic-text {
    height: 135px;
    padding-top: 22px;
}

.feed-bx h2 {
    color: #343b45;
    font-family: 'Roboto', sans-serif, "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 15px;
    font-weight: 700;
    margin: 0px;
    width: 84% !important;
    float: left;
}

.feed-bx h2 a {
    color: #343b45;
    font-family: 'Roboto', sans-serif, "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 13px;
    padding: 9px 10px 0px 13px;
    font-weight: 700;
    margin: 0px;
    width: 84% !important;
    float: left;
    font-weight: 700 !important;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.feed-bx h2 a:hover {
    color: #1578FC;
}

.feed-describ p {
    color: #343b45;
    font-family: 'Roboto', sans-serif, "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 13px;
    padding: 0px 0px;
    margin: 0px;
    min-height: 80px;
    /*float: left;*/
    float: none;
    display: table-cell;
    vertical-align: middle;
    text-align: center;
}

.feed-pic {
    /*  width: 100%;
    float: right;
    margin-top: 17%;
    height: 110px;*/
    width: 130px;
    float: right;
    margin-top: 17%;
    height: 105px;
    border-radius: 4px;
    padding: 2px;
    border: 1px solid #efeeee;
}

.feed-pic.map-post-feed {
    /*  width: 100%;
    float: right;
    margin-top: 17%;
    height: 110px;*/
    width: 100%;
    float: right;
    margin-top: 17%;
    height: 99px !important;
    border-radius: 4px;
    padding: 2px;
    border: none;
}

.feed-pic img {
    width: 100%;
    float: left;
    height: 100% !important;
}

.up-creq {
    margin-right: 10px;
}

.feed-bx .usrcard-feeds .user-info a {
    width: 226px;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    /* float: left; */
    display: block;
}

#mobile-verify-modal .close-btn,
#profile-completion-modal .close-btn {
    float: right;
    font-size: 14px;
    width: 25px;
    height: 25px;
    color: #343b45;
    margin: 0;
}

.signup-left.profile-popup .modal-body {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding-top: 20px;
}

#profile-completion-modal {
    position: fixed;
    bottom: 0;
    width: 100%;
    z-index: 991;
    right: 3%;
    left: inherit;
    max-width: 375px;
}

#profile-completion-modal .modal-wdthn {
    width: 100%;
    border: 1px solid #fff;
    -webkit-box-shadow: 0px 0px 66px -1px rgba(0, 0, 0, 0.49);
    -moz-box-shadow: 0px 0px 66px -1px rgba(0, 0, 0, 0.49);
    box-shadow: 0px 0px 66px -1px rgba(0, 0, 0, 0.49);
    float: right;
    border-radius: 10px 10px 0 0;
}

#profile-completion-modal .close,
#mobile-verify-modal .close {
    position: absolute;
    right: 5px;
    top: 5px;
    float: right;
    color: #000;
    filter: alpha(opacity=20);
    text-shadow: 0 1px 0 #fff;
    opacity: .5;
    z-index: 991;
}


/*-------------listing css-------------------*/

.form-horizontal .control-label {
    padding-top: 18px;
    margin-bottom: 0;
    text-align: right;
}

.send-enquery-new,
.send-enquery-new:hover,
.send-enquery-new:focus {
    float: right;
    background: var(--main-brand-color);
    ;
    padding: 0px 18px;
    color: var(--main-brand-text-color);
    border-radius: 50px;
    /*   font-weight: 700;*/
    cursor: pointer;
    height: 36px;
    font-size: 14px;
    line-height: 36px
}

.both-clear-dv {
    clear: both;
}

.recommended_content_home {
    width: 100%;
    padding: 0 7%;
}

.recommended_content_home .feed-head-dashboard a.dashboard-anchor {
    /* float: right; */
    font-family: 'hel-bold', "Helvetica Neue", "HelveticaNeue", Helvetica, Arial, sans-serif;
    padding: 12px 0px;
    width: auto;
    font-size: 13px;
    font-weight: 400;
    margin-top: 30px;
    margin-right: 15px;
    color: #1578FC;
    border-radius: 36px;
    height: 36px;
    min-width: auto;
    text-align: center;
    line-height: normal;
    display: inline-block;
}

.recommended_content_hom .recomendation-grid .auction-img {
    position: relative;
    min-height: 212px;
    border-radius: 18px 18px 0 0;
    background-size: cover;
    float: none;
}

.recommended_content_home .recomendation-grid .listing-user-avatar.p-r-10.privacy {
    margin-left: 0px;
}

.recommended_content_home .recomendation-grid .owl-carousel .listing-user {
    display: flex;
    align-items: center;
    padding: 0px;
    position: relative;
    overflow: inherit;
    margin: 15px 0;
}

.recommended_content_home .recomendation-grid .owl-item .listing .listing-body .clearfix h3 {
    font-size: 20px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    width: 145px;
    float: left;
    margin-top: 10px;
}

.recommended_content_home .recomendation-grid .listings-grids .top-panl .top-left-user {
    float: left;
    width: 54%;
    margin-top: 10px;
    padding-right: 10px;
    position: relative;
}

.recommended_content_home .recomendation-grid .listings-grids .top-right-timer {
    width: 44%;
    float: right;
    margin-top: 7%;
}

.recommended_content_home .listing-user .listing-user-info a h4.fs-12h.lh-normal {
    line-height: 17px;
}

.recommended_content_home .recomendation-grid .popular-stories .user-name-detail {
    width: 126px !important;
    height: 50px;
    float: left;
    margin-top: 0px;
    margin-left: 10px;
}

.recommended_content_home .popular-stories .auction.time .user-name-detail h1 {
    width: auto;
    max-width: 78%;
    float: left;
    color: #343b45;
    font-size: 12.5px;
    font-weight: 700;
    padding: 0px;
    margin: 0px;
    margin-top: 0px;
    margin-bottom: 0px;
    line-height: normal;
    margin-bottom: 2px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    margin-top: 2px;
}

.recommended_content_home .popular-stories .ver-num img {
    width: 70%;
    border: none !important;
    margin-top: 0px;
}

.recommended_content_home .recomendation-grid .user-name-detail {
    width: 136px !important;
    height: 50px;
    float: left;
    margin-top: 0px;
    margin-left: 10px;
}

.recommended_content_home .recomendation-grid .flx-cls-auc .ver-num img {
    width: 70%;
    border: none !important;
    margin-top: 5px;
}

.recomendation-grid {
    width: 100%;
    margin-bottom: 20px;
    max-width: 1650px;
    margin: 0 auto;
}

.recommended_content_home .recomendation-grid .listing .listing-body {
    padding: 0 15px;
    min-height: 230px;
}

.recommended_content_home .recomendation-grid .listing-user {
    padding: 0px;
    position: relative;
    overflow: inherit;
    margin: 15px 0;
}

.recomendation-grid h1 {
    color: #455671;
    padding: 10px 15px;
    margin: 0px;
    float: left;
    width: 100%;
    font-size: 25px;
    font-weight: 700;
    font-family: 'Roboto', sans-serif !important;
    line-height: normal;
}

.bg-white {
    background: none !important;
}

.view-card {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 330px !important;
    background: #1578FC;
    border-radius: 18px;
    text-align: center;
}

.recent-listing-slider .view-card {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 473px !important;
    background: #1578FC;
    border-radius: 18px;
    text-align: center;
}

.bottom-options {
    margin-top: 8% !important;
    float: left;
    width: 100%;
    background: transparent;
    border-radius: 18px;
    padding: 55px 25px 10px 25px;
    box-shadow: 0px 8px 8px #e0e0e0;
    /* border: 1px solid #ccc; */
    margin-bottom: 10% !important;
}

footer {
    display: block;
    float: left;
    width: 100%;
    background: #f8f8f8 !important;
    border-top: 1px solid #f4f8fa;
    margin-top: 2%;
}

.footer-bg-inner footer {
    display: block;
    float: left;
    width: 100%;
    background: #fff !important;
    border-top: 1px solid #f4f8fa;
    margin-top: 2%;
}

.recomendation-grid h1 span {
    font-size: 16px;
}

.flx-cls-feeds {
    width: 100%;
    float: left;
    margin: 10px 0px;
    transition: all 0.1s ease;
    position: relative;
}

.headingtag {
    position: absolute;
    z-index: 2000;
    right: 0;
    padding: 5px 12px;
    border-radius: 0 10px;
    font-size: 12px;
}

.headingtag.post-auction {
    background: rgba(21, 120, 252, 0.7);
    color: #fff;
}

.headingtag.post-listing {
    background: rgba(3, 199, 142, 0.7);
    color: #fff;
}

.headingtag.post-article {
    background: rgba(72, 79, 89, 0.7);
    color: #fff;
}

.connection-item .btn-notify.ar-dreq i {
    color: #fff !important;
}

.recomendation-grid .flx-cls-new .listing {
    box-shadow: 0px 8px 8px #e0e0e0 !important;
    border-radius: 18px;
}

.recomendation-grid a.show-morelist {
    border: 1px solid #1578fc;
    color: #1578fc;
    padding: 0px 25px;
    border-radius: 50px;
    font-weight: 700;
    width: auto;
    float: left;
    font-size: 14px;
    margin-left: 0px;
    margin-top: 0px;
    line-height: 40px;
    height: 40px;
}

#recommended_content .recomendation-grid a.show-morelist {
    border: 1px solid #1578fc;
    color: #1578fc;
    padding: 0px 25px;
    border-radius: 50px;
    font-weight: 700;
    width: auto;
    float: left;
    font-size: 14px;
    margin-left: 0px;
    margin-top: 30px;
    line-height: 40px;
    height: 40px;
}

.profile-form .select2 .select2-selection {
    border: 1px solid #66afe9 !important;
    outline: 0;
    -webkit-box-shadow: inset 0 1px 1px rgb(0 0 0 / 8%), 0 0 8px rgb(102 175 233 / 60%);
    box-shadow: inset 0 1px 1px rgb(0 0 0 / 8%), 0 0 8px rgb(102 175 233 / 60%);
    height: auto;
    border-radius: 10px;
}

.profile-form .select2 .select2-selection .select2-selection__rendered {
    padding: 8px 10px !important;
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
    height: 44px;
    position: absolute;
    top: 50%;
    width: 30px;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}

.recomendation-grid .footermarketlink {
    float: none !important;
    display: inline-block !important;
    margin-bottom: 60px !important;
}

.recomendation-grid .listings-grids.grid_lists {
    background: none;
    width: 100%;
    float: left;
}

#listingView .listings-grids.grid_lists {
    background: none;
    width: 100%;
    float: left;
}

#listingView .flx-cls-auc .panel {
    background: none;
}

.sidebar-toggled.user-name-detail {
    width: 60px;
    height: 50px;
    float: left;
    margin-top: 0px;
    margin-left: 10px
}

#mob_code_p ul {
    background: #f8f9fa;
    border-radius: 0 0 10px 10px;
    box-shadow: none;
    border: 1px solid #dae9f4;
}

#mob_code_p ul li {
    border-bottom: 1px solid #dae9f4;
}

#mob_code_p ul li a {
    line-height: 40px;
    color: #343b45;
    padding: 0 10px;
    border-radius: 3px;
    text-align: left;
    cursor: pointer;
    font-size: 13px;
}

#pagination_total_2 {
    width: 100%;
    text-align: center;
    margin: 0px;
}

#pagination_2 ul li {
    display: inline-block;
    padding: 0;
}

#mplace {
    float: left;
    width: 100%;
    margin-bottom: 25px !important;
}

#dg-form .selectator_element {
    border: solid 1px rgba(141, 145, 150, 0.22);
    box-sizing: border-box;
    background-color: #fff;
    display: inline-block;
    text-decoration: none;
    vertical-align: middle;
    border-radius: 36px;
    min-height: 52px !important;
}

#dg-form .multiple .selectator_selected_items .selectator_selected_item {
    background-color: #fafafa;
    display: inline-block;
    margin: 10px 0 0 9px;
    padding: 3px 20px 2px 5px;
    font-size: 80%;
    border-radius: 2px;
    border: 1px solid #dcdcdc;
    background-color: #eff2f7;
    color: #000;
    cursor: default;
    border: 1px solid #ccd5e4;
    font-size: 11px;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    float: left;
    white-space: nowrap;
}

.left-imge {
    width: 19.3% !important;
}

.content.sm-gutter {
    width: 1230px;
    margin: 0 auto;
}

ul.feed-action-reom {
    width: 100%;
    float: left;
    clear: both;
    margin-top: 20px;
}

ul.feed-action-reom img {
    border: none !important;
}

ul.feed-action-reom li {
    float: right;
    width: auto;
    margin-left: 5px;
    margin-top: -7px;
    margin-right: 5px;
}


/*.usrcard-feeds{margin-top: 18px;}*/

.single-pic {
    margin-top: 0px;
    height: 100px;
}

.row.head .user-card .user-info.text-left.col-sm-6.xs-p-l-0 {
    margin-left: 0px !important;
    width: 90px !important;
}

.usrcard-feeds .user-info,
#userCard .user-info,
.user-card .user-info,
.nodealer .user-info {
    margin-left: 0px !important;
    width: 220px;
}

.row.head #userCard .user-card .user-info {
    margin-left: 0px !important;
    max-width: 210px;
    width: auto;
}

#auction-right .user-card.b-none.col-md-7 .user-info {
    margin-left: 0px !important;
    width: 150px;
}

.kr-manage-operator {
    width: 1070px;
    margin: 0 auto;
}

.content.sm-gutter.view-bid {
    width: 100%;
    margin: 0 auto;
}

#comp_conn .aq-conn-div .flex-cs.position-relative .user-info {
    margin-left: 20px !important;
}

.security-dv-login {
    width: 70%;
    margin: 0 auto;
    padding-left: 0px;
}

.aq-myBids {
    width: 100%;
}

.post-cent {
    margin: 0 auto;
    float: none;
}

#networksTab .user-info {
    margin-left: 15px !important;
}

.user-info {
    margin-left: 0px !important;
}

#auction-des .user-info {
    margin-left: 0px !important;
    width: 140px;
}

.min-hght .aq-conn-div.aq-user-card .user-info,
#dealersTab .user-info {
    margin-left: 15px !important;
}

.aq-user-card.ufilter.ucon.usrncon .user-info {
    margin-left: 0px !important;
}

.dot-icon {
    min-width: auto;
}

.listing-user .listing-user-info a.listname-ver {
    float: left;
    max-width: calc(100% - 30px);
    width: auto !important;
    margin-top: 0;
}

.listing-user .listing-user-info a.listname-ver&gt;h4 {
    overflow: hidden;
    text-overflow: ellipsis;
    line-height: 17px;
    margin: 0;
}

a.listing-det {
    float: left;
    max-width: 200px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.fltng-lft .isting-det .ver-num {
    width: 20px !important;
    height: 20px;
    float: left;
    margin-left: 10px;
    margin-top: -7px;
}

.fltng-lft .isting-det .ver-num img {
    margin-top: 6px;
}

.listslider-ver {
    max-width: 185px !important;
    float: left;
    width: auto !important;
}

.ver-num {
    width: 20px !important;
    height: 20px;
    float: left;
    margin-left: 10px;
    margin-top: -3px;
}

.profile-detail-row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.profile-detail-row .user-info {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    max-width: calc(100% - 108px);
    padding-right: 10px !important;
    width: auto;
    min-width: 130px;
}

.profile-detail-row .user-info .user-des {
    margin: 0;
    line-height: 15px;
}

.profile-detail-row .acept-left .thumbnail-wrapper {
    margin-right: 0 !important;
}

.profile-detail-row .user-info .text-secondary {
    display: block;
}

.ver-num img {
    width: 70%;
    border: none !important;
}

.verify-badg {
    margin: 0px;
    padding: 0px;
    line-height: normal;
    margin-top: 13px;
    margin-bottom: -6px;
}

.verify-badg span.ver-num {
    display: inline-block;
    float: none;
    margin-left: 0px;
}

.verify-badg .verify-span {
    display: inline-block;
    max-width: 160px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.verify-badg span.ver-num img {
    width: 70%;
    border: none !important;
    margin-top: -10px;
}


/* GENERAL STYLE */

#profile-drop {
    width: auto;
    float: right;
    margin-left: 10px;
}


/* Category red */

#profile-drop .category {
    padding: 6px 5px;
    position: relative;
    line-height: normal;
    margin-right: 2px;
    font-size: 12px;
    cursor: pointer;
}

#profile-drop .category a i {
    margin-right: 3px;
}


/* highlight category items on hover */

#profile-drop .category:hover {
    background-color: transparent;
}


/* float and size li's */

#profile-drop li {
    float: left;
    font-family: 'Roboto', sans-serif, "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 13px;
    color: #0b3554;
}


/* default off */

#profile-drop ul,
#profile-drop li {
    margin: 0;
    padding: 0;
    list-style: none;
    color: #fff;
}


/* GENERAL STYLE END */


/* hide dropdowns */

#profile-drop .dropdown {
    display: none;
    position: absolute;
    background: #fff;
    box-shadow: 0 4px 20px 1px rgba(0, 0, 0, .06), 0 1px 4px rgba(0, 0, 0, .08);
    border-radius: 10px;
}

#profile-drop .category:hover&gt;.dropdown {
    display: block;
}


/* #nav ul li &gt; ul &gt; li */

#profile-drop .dropdown li {
    position: relative;
    border-bottom: solid 1px rgba(141, 145, 150, 0.22);
    width: 100%;
}

#profile-drop .dropdown li a {
    margin-left: 0px;
    margin-right: 10px;
    padding: 6px 20px;
    float: left;
    cursor: pointer;
    font-size: 13px;
    color: #343b45;
    width: 100%;
    text-align: left;
}

#profile-drop .dropdown li a:hover {
    color: #343b45 !important;
    background: #eaebeb;
}

#profile-drop .dropdown li a.active {
    color: #1578FC !important;
    background: #eaebeb;
}

#profile-drop .dropdown li:first-child a:hover,
#profile-drop .dropdown li:first-child a.active {
    border-radius: 10px 10px 0 0;
}

#profile-drop .dropdown li:last-child a:hover,
#profile-drop .dropdown li:last-child a.active {
    border-radius: 0 0 10px 10px;
}

#profile-drop .dropdown li a i {
    margin-right: 5px;
}

#profile-drop .dropdown li.subcategory-item a {
    margin-left: 10px;
    margin-right: 10px;
    padding: 10px;
}

#profile-drop .checkbox label::after {
    display: inline-block;
    width: 16px;
    height: 16px;
    position: absolute;
    left: 3.2px;
    top: 0px;
    font-size: 11px;
    transition: border 0.2s linear 0s, color 0.2s linear 0s;
}

#profile-drop .checkbox {
    margin: 10px 15px;
    margin: 10px 15px;
}

#profile-drop .dropdown-subcategory {
    white-space: nowrap;
}


/* #nav ul li &gt; ul &gt; li &gt; ul */

#profile-drop .dropdown-subcategory .dropdown {
    display: none;
    position: absolute;
    left: 100%;
    top: 0%;
    text-align: left;
    border: none;
}

#profile-drop .dropdown li:hover ul {
    display: block;
}

#profile-drop .subcategory-item {
    color: #000;
    position: relative;
    width: 100%;
    color: #0b3554;
}

#mobile-verify-modal .panel-body {
    padding: 18px 25px 0 10px;
    height: 100%;
    width: 100%;
}

#mobile-verify-modal .modal-body {
    position: relative;
    padding: 10px 0px 0px 15px;
}

.active-notify.active {
    color: #1578FC !important;
}

.detail-listing-header {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding-top: 30px;
}

.user-detail-card {
    width: 100%;
}

.user-detail-card .card-img {
    float: left;
    width: auto;
    padding-right: 10px;
}

.user-detail-card .user-card,
.user-detail-card .listing-user {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin: 0;
}

.user-detail-card .user-card {
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: end;
}

#userCard.user-detail-card .user-card.company-card .user-info {
    max-width: calc(100% - 55px);
}

.user-detail-card .listing-user .listing-user-avatar {
    margin: 0;
}

.user-detail-card .user-card.company-card .user-info {
    max-width: calc(100% - 55px);
}

.user-detail-card .card-company-img {
    padding-left: 15px;
}

.min-hght.conn-panel .connection-height form.inline {
    margin-right: 0;
}

.listing-desc .listing-specification [class*="col-"] {
    overflow: auto;
}


/* ====== New Marketplace Filters css open ====== */
.marketplace-filterbox-external.collapse:not(.show) {
    display: block !important;
}
.marketplace-filterbox-external .mbCloseFilterdiv {
    display: none;
}
.marketplace-filterbox-external {
    float: left;
    width: 20%;
    background: var(--bs-white);
    position: sticky;
    top:70px;
    height: calc(95vh);
    max-height: inherit;
    border-radius: 18px;
    box-shadow: 0 4px 20px 1px rgba(0, 0, 0, 0.06), 0 1px 4px rgba(0, 0, 0, 0.08);
    /* overflow: auto; */
    padding: 0 0 5%;
}
.marketplace-filterbox-external ul.nav {
    padding: 8px 10px 0px;
}
.marketplace-filterbox-external ul.nav li a {
    font-size: 16px;
    font-weight: 600;
    border-bottom: 5px solid transparent;
    padding: 8px 10px;
    color: var(--main-brand-secondary-color);
    text-align: left;
}
.marketplace-filterbox-external ul.nav li {
    padding: 0 4px;
    flex-basis: 49%;
    text-align: center;
}
.marketplace-filterbox-external ul.nav li.active a {
    border-bottom-color: var(--main-brand-color);
    color: var(--main-brand-secondary-color);
}
.marketplace-filterbox-external ul.nav li a:hover {
    border-bottom-color: var(--main-brand-color);
    color: var(--main-brand-secondary-color);
}
.marketplace-filterbox-external ul.nav li:after {
    content: "";
    height: 28px;
    width: 1px;
    border-right: solid 1px #dddedf;
    position: absolute;
    right: 0px;
    top: 6px;
}
.marketplace-filterbox-external ul.nav li:last-child:after {
    content: none;
}
.marketplace-filterbox-external .sideFilterBox {
    /* padding: 5px 20px 20px; */
}
.marketplace-filterbox-external .sideFilterBox.style-2 {
    overflow: auto;
    height: calc(87vh);
}
.marketplace-filterbox-external .sideFilterBox .filter-box-main {
    width: 100%;
    position: relative;
    margin-bottom: 1px;
    background-color: #F0F3F6;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
    /* border: 1px solid #CED4DA;*/
}
.marketplace-filterbox-external .sideFilterBox .filter-box-main:first-child {
    /* border-radius: 18px 4px 0 0; */
}
.marketplace-filterbox-external .sideFilterBox .filter-box-main:last-child {
    /* border-radius: 0 0 18px 18px; */
}
.marketplace-filterbox-external .sideFilterBox .filter-box-main .filter-header button.filter-boxBtn {
    background-color: transparent;
    color: #000;
    cursor: pointer;
    font-weight: 600;
    font-size: 16px;
    padding: 16px;
    width: 100%;
    border: none;
    text-align: left;
    font-weight: normal;
    text-transform: capitalize;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}
.marketplace-filterbox-external .sideFilterBox .filter-box-main .filter-header button.filter-boxBtn:after {
    content: '\f107';
    position: absolute;
    font-family: 'FontAwesome';
    right: 10px;
    right: 22px;
    font-size: 20px;
}
.marketplace-filterbox-external .sideFilterBox .filter-box-main .filter-header button.filter-boxBtn.on:after {
    content: "\f106";
    position: absolute;
    font-family: 'FontAwesome';
    right: 10px;
    right: 22px;
    font-size: 20px;
}
.marketplace-filterbox-external .sideFilterBox .filter-box-main .filter-BoxCollapse {
    position: relative;
    padding: 0px;
    height: 0;
    background-color: transparent;
    overflow: hidden;
    font-weight: normal;
}
.marketplace-filterbox-external .sideFilterBox .filter-box-main .filter-BoxCollapse.show {
    background: var(--bs-body-bg);
    padding: 16px 4px 8px 16px;
    height: auto;
}
.marketplace-filterbox-external .sideFilterBox .filter-box-main .filter-BoxCollapse .filterBodyBox .min-year-row {
    width: 50%;
    float: left;
}
.marketplace-filterbox-external .sideFilterBox .filter-box-main .filter-BoxCollapse .filterBodyBox .min-year-row .select2-container .select2-chosen {
margin: 4px 0 0 0 !important;
}
.marketplace-filterbox-external .sideFilterBox .filter-box-main .filter-BoxCollapse .filterBodyBox {
    position: relative;
    width: 100%;
}
.marketplace-filterbox-external .sideFilterBox .filter-box-main .filter-BoxCollapse .filterBodyBox &gt; ul {
    max-height: 200px;
    /* overflow: auto; */
    padding: 0 8px 0 0;
    margin: 0;
}
.marketplace-filterbox-external #tab1 .sideFilterBox .filter-box-main .filter-BoxCollapse .filterBodyBox &gt; ul {
    max-height: initial;
}
.marketplace-filterbox-external .sideFilterBox .filter-box-main .filter-BoxCollapse .filterBodyBox ul li {
    padding: 0 0 10px;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
}
.marketplace-filterbox-external .sideFilterBox .filter-box-main .filter-BoxCollapse .filterBodyBox ul li:last-child {
    padding: 0;
}
.marketplace-filterbox-external .sideFilterBox .filter-box-main .filter-BoxCollapse .filterBodyBox ul li .checkbox {
    margin: 0;
    width: calc(100% - 45px );
}
.marketplace-filterbox-external .sideFilterBox .filter-box-main .filter-BoxCollapse .filterBodyBox ul li .checkbox label {
    color: #343A40;
    font-size: 14px;
    padding-left: 24px !important;
    margin: 0;
}
.marketplace-filterbox-external .sideFilterBox .filter-box-main .filter-BoxCollapse .filterBodyBox ul li .checkbox label:after {
    left: 0 !important;
    text-align: center;
}
.marketplace-filterbox-external .sideFilterBox .filter-box-main .filter-BoxCollapse .filterBodyBox ul li span {
    background: var(--main-brand-color);
    color: var(--main-brand-text-color);
    font-size: 12px;
    padding: 0px 8px;
    border-radius: 24px;
    height: 22px;
    line-height: 22px;
}
.marketplace-filterbox-external .sideFilterBox .filter-box-main .filter-BoxCollapse .filterBodyBox ul li ul {
    padding: 10px 0 0 20px;
    width: 100%;
}
.marketplace-filterbox-external .sideFilterBox .filter-box-main .filter-BoxCollapse .filterBodyBox .year-box {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 5px;
    padding: 8px 0 0;
}
.marketplace-filterbox-external .sideFilterBox .filter-box-main .filter-BoxCollapse .filterBodyBox .year-box &gt; .form-control {
    border: 1px solid #DAE6F7;
    border-radius: 4px;
    padding: 8px 4px 4px 8px;
    height: 40px;
    min-height: auto;
    color: #53565A;
    width: 46%;
    font-size: 14px;
    position: relative;
}
.marketplace-filterbox-external .sideFilterBox .filter-box-main .filter-BoxCollapse .filterBodyBox .year-box label {
    border: 1px solid #DAE6F7;
    border-radius: 4px;
    padding: 8px 8px 3px 30px;
    height: 40px;
    min-height: auto;
    color: #53565A;
    width: 46%;
    font-size: 14px;
    position: relative;
}
.marketplace-filterbox-external .sideFilterBox .filter-box-main .filter-BoxCollapse .filterBodyBox .year-box label:before {
    content: "\f133";
    position: absolute;
    font-family: 'FontAwesome';
    left: 10px;
    font-size: 14px;
}
.marketplace-filterbox-external .sideFilterBox .filter-box-main .filter-BoxCollapse .filterBodyBox .year-box label .form-control {
    padding: 0;
    border-radius: 0;
    font-size: 14px;
    height: auto;
    min-height: auto;
    border: none;
}
.marketplace-filterbox-external .sideFilterBox .filter-box-main .filter-BoxCollapse .filterBodyBox .range-slider {
    width: 100%;
    margin: auto;
    position: relative;
    padding: 0 12px 8px 0;
}
.marketplace-filterbox-external .sideFilterBox .filter-box-main .filter-BoxCollapse .filterBodyBox .range-slider .irs--round {
    height: 50px;
}
.marketplace-filterbox-external .sideFilterBox .filter-box-main .filter-BoxCollapse .filterBodyBox .range-slider .irs--round .irs .irs-line {
    top: 24px;
    height: 4px;
    background: #CED4DA;
    border-radius: 4px;
    border: none;
}
.marketplace-filterbox-external .sideFilterBox .filter-box-main .filter-BoxCollapse .filterBodyBox .range-slider .irs--round .irs span.irs-from, span.irs-to, span.irs-max, span.irs-single, span.irs-min {
    display: none;
}
.marketplace-filterbox-external .sideFilterBox .filter-box-main .filter-BoxCollapse .filterBodyBox .range-slider .irs--round .irs-bar {
    background: var(--main-brand-color);
    border: none;
    box-shadow: none;
    top: 24px;
    height: 4px;
}
.marketplace-filterbox-external .sideFilterBox .filter-box-main .filter-BoxCollapse .filterBodyBox .range-slider .irs--round .irs-handle {
    background: var(--main-brand-color);
    border-color: var(--main-brand-color);
    width: 14px;
    height: 14px;
    top: 19px;
    border: none;
    box-shadow: none;
}
.marketplace-filterbox-external .sideFilterBox .filter-box-main .filter-BoxCollapse .filterBodyBox .range-slider .extra-data {
    display: flex;
    justify-content: flex-start;
    color: var(--main-brand-color);
    font-size: 16px;
    flex-wrap: wrap;
    align-items: center;
}
.marketplace-filterbox-external .sideFilterBox .filter-box-main .filter-BoxCollapse .filterBodyBox .range-slider .extra-data span {
    padding: 0 5px 0 0;
}
.marketplace-filterbox-external .sideFilterBox .filter-box-main .filter-BoxCollapse .filterBodyBox .range-slider .extra-data input {
    background: transparent;
    color: var(--main-brand-color);
    font-size: 16px;
    /* width: 35%; */
    padding: 0;
    flex-basis: 33%;
}
.marketplace-filterbox-external .sideFilterBox .filter-box-main .filter-BoxCollapse .filterBodyBox .range-slider .extra-data input#o_max_year {
    /* width: 39%; */
    text-align: right;
}
.marketplace-filterbox-external .sideFilterBox .filter-box-main .filter-BoxCollapse .filterBodyBox .select2-container {
    width: 100%;
    padding: 0 8px 8px 0;
}
.marketplace-filterbox-external .sideFilterBox .filter-box-main .filter-BoxCollapse .filterBodyBox .select2-container a.select2-choice {
    border: 1px solid #DAE6F7;
    border-radius: 4px;
    padding: 2px 12px;
    height: 40px;
}
.marketplace-filterbox-external .sideFilterBox .filter-box-main .filter-BoxCollapse .filterBodyBox .select2-container a.select2-choice .select2-arrow b:before {
    content: "\f107";
    top: 6px;
    right: 4px;
    font-size: 20px;
}
.marketplace-filterbox-external .sideFilterBox .filter-box-main .filter-BoxCollapse .filterBodyBox .range-slider .extra-data label {
    margin: 0;
    /* width: 35%; */
    flex-basis: 33%;
}
.marketplace-filterbox-external .sideFilterBox .filter-box-main .filter-BoxCollapse .filterBodyBox .range-slider .extra-data label input {
    width: 100%;
}
.marketplace-filterbox-external .sideFilterBox .filter-box-main .filter-BoxCollapse .filterBodyBox .range-slider .extra-data label:last-child input {
    text-align: right;
}
.marketplace-filterbox-external .sideFilterBox .filter-box-main .filter-BoxCollapse .filterBodyBox .usage-box {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    padding: 0 8px 8px 0;
}
.marketplace-filterbox-external .sideFilterBox .filter-box-main .filter-BoxCollapse .filterBodyBox .usage-box .form-control {
    border: 1px solid #DAE6F7;
    border-radius: 6px;
    padding: 8px 4px 4px 8px;
    height: 40px;
    min-height: auto;
    color: #53565A;
    width: 100%;
    font-size: 14px;
    position: relative;
}
.marketplace-filterbox-external .sideFilterBox .filter-box-main .filter-BoxCollapse .filterBodyBox .usage-box #filtersDiv {
    margin: 0;
    width: 100%;
}
.marketplace-filterbox-external .sideFilterBox .filter-box-main .filter-BoxCollapse .filterBodyBox .usage-box .navi-search {
    width: 100%;
    padding: 0;
}
.marketplace-filterbox-external .sideFilterBox .filter-box-main .filter-BoxCollapse .filterBodyBox .usage-box .navi-search .form-control {
    width: calc(100% - 45px) !important;
    min-width: auto;
    height: 45px;
    font-size: 13px;
    padding: 5px 4px 4px 8px;
    border-radius: 6px 0 0 6px !important;
}
.marketplace-filterbox-external .sideFilterBox .filter-box-main .filter-BoxCollapse .filterBodyBox .usage-box .navi-search button#lsearch {
    border-radius: 0px 6px 6px 0 !important;
    min-height: auto;
    height: 45px;
}
.marketplace-filterbox-external .sideFilterBox .filter-box-main .filter-BoxCollapse .filterBodyBox .usage-box .navi-search button#lsearch i {
    font-size: 1.2rem;
}
.datepicker.dropdown-menu {
    z-index: 999 !important;
}
.marketplace-filterbox-external .sideFilterBox .filter-box-main .filter-BoxCollapse .filterBodyBox .usage-box .download-box {
    width: 100%;
    margin: 20px 0 0;
    display: inline-block;
}

.marketplace-filterbox-external .sideFilterBox .filter-box-main .filter-BoxCollapse .filterBodyBox .usage-box .download-box h3 {
    font-size: 15px;
    line-height: 22px;
}

.marketplace-filterbox-external .sideFilterBox .filter-box-main .filter-BoxCollapse .filterBodyBox .usage-box .download-box a {
    padding: 10px 12px;
    line-height: normal;
}

.marketplace-filterbox-external .sideFilterBox .filter-box-main .filter-BoxCollapse .filterBodyBox .usage-box .download-box a img {
    margin: 0 4px 0 0;
}
.marketplace-filterbox-external .sideFilterBox .filter-box-main .filter-BoxCollapse .filterBodyBox .usage-box #filtersDivAuc {
    margin: 0;
    width: 100%;
}

#listingView {
    /* float: left; */
    padding: 0 15px;
}
#listingView .filter-box {
    padding: 0 10px;
}

#listingView .filter-box h3 {
    font-size: 24px;
}
#listingView .filter-box .filter-nav {
    max-height: inherit;
    display: inline-block;
    width: 100%;
    pointer-events: auto;
}
#listingView .filter-box .filter-nav .filter .btn-wrap-filter {
    border: none;
    padding: 10px 0;
    justify-content: flex-start;
    gap: 15px;
}
#listingView .filter-box .filter-nav .filter .btn-wrap-filter &gt; a {
    width: 70px;
}
#listingView .filter-box .filter-nav .filter .btn-wrap-filter .filters-by {
    gap: 5px;
    width: auto;
    max-width: 90%;
}
#listingView .filter-box .filter-nav .filter .btn-wrap-filter .filters-by .filter-text {
    background: var(--main-brand-text-color);
    border: 1px solid #e4e6ef;
    color: var(--main-brand-color);
    padding: 4px 10px;
    font-weight: 700;
}
#listingView .filter-box .filter-nav .filter .btn-wrap-filter .filters-by .filter-text .svg-close {
    order: 2;
    margin: 0 0 0 10px;
    filter: brightness(0) saturate(100%) invert(23%) sepia(100%) saturate(6421%) hue-rotate(351deg) brightness(91%) contrast(86%);
}

#listingView .filter-box .select2-container {
    width: 100%;
}
#listingView .filter-box .select2-container .select2-choice {
    border-radius: 6px;
    border: 1px solid #DAE6F7;
}
#listingView .filter-box .select2-container .select2-choice .select2-chosen {
    font-size: 16px;
}
#listingView .filter-box .select2-container .select2-choice .select2-arrow b:before {
    content: "\f107";
    top: 6px;
    right: 4px;
    font-size: 20px;
}


.select2-drop.select2-drop-above.select2-drop-active .select2-results li {
    font-size: 13px !important;
}



/* ====== New Marketplace Filters css close ====== */






@media (max-width: 1600px) {
    .public-market .flag-truncate {
        max-width: 230px;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
        min-width: 160px;
        float: left;
    }
    .market-wth-lgn .user-name-detail {
        width: 68px !important;
        height: 50px;
        float: left;
        margin-top: 0px;
        margin-left: 10px;
    }
    .content.sm-gutter .article-new-nav#stickThis.stick {
        margin-top: 0;
        position: fixed;
        top: 80px;
        z-index: 699;
        width: 77.2%;
        border-radius: 0px 0px 18px 18px;
        transition: top 0.5s ease;
    }
    .marketplace-navigation-new#stickThis.stick {
        margin-top: 0;
        position: fixed;
        top: 80px;
        z-index: 968;
        width: 75.4%;
        border-radius: 0px 0px 18px 18px;
    }
    .article-new-nav.bid-new #s2id_sortStatus {
        width: 85%;
        float: right;
        margin-top: 9px;
    }
    .article-new-nav#stickThis.stick {
        width: 78%;
    }
    .sidebar-toggled .marketplace-navigation-new#stickThis.stick {
        margin-top: 0;
        position: fixed;
        top: 80px;
        z-index: 699;
        width: 88.5%;
        border-radius: 0px 0px 18px 18px;
        transition: top 0.5s ease;
    }
    .content-krnk {
        width: 100%;
        margin: 0 auto;
    }
    .content-krnk.onefifty-mrgn {
        width: 90%;
        margin: 0 auto;
    }
    .content-krnk.onefifty-mrgn .marketplace-navigation-new#stickThis.stick {
        margin-top: 0;
        position: fixed;
        top: 93px;
        z-index: 968;
        width: 91%;
        border-radius: 0px 0px 18px 18px;
    }
    .market-wth-lgn .listing .listing-body h3 {
        font-size: 20px;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
        width: 146px;
        margin-top: 10px;
    }
    .sidebar-toggled .content-krnk {
        width: 100%;
        margin: 0 auto;
    }
    .cent-dv-coont {
        width: 100%;
        margin: 0 auto;
    }
    .content.sm-gutter.view-bid {
        width: 100%;
        margin: 0 auto;
    }
    .flx-cls-feeds {
        width: 100%;
        float: left;
        margin: 10px 2px;
        transition: all 0.1s ease;
    }
    .invite-responsive,
    .invite-responsive:hover,
    .invite-responsive:focus {
        display: none;
    }
    .ipad-menu {
        display: none;
    }
    .bids-flex {
        width: 385px;
        float: left;
        margin: 10px 15px;
        transition: all 0.1s ease;
    }
    .sidebar-toggled .bids-flex {
        width: 350px;
        float: left;
        margin: 10px 0px;
        transition: all 0.1s ease;
    }
    .sidebar-toggled .article-new-nav#stickThis.stick {
        width: 88.6%;
    }
    .sidebar-toggled .content.sm-gutter .article-new-nav#stickThis.stick {
        margin-top: 0;
        position: fixed;
        top: 80px;
        z-index: 699;
        width: 77.6%;
        border-radius: 0px 0px 18px 18px;
        transition: top 0.5s ease;
    }
    .listing-inn-new {
        width: 418px;
        float: left;
        margin: 10px 15px;
        transition: all 0.1s ease;
    }
    .sidebar-toggled .listing-inn-new {
        width: 338px;
        float: left;
        margin: 10px 8px;
        transition: all 0.1s ease;
    }
    .flx-cls {
        width: 475px;
        float: left;
        margin: 10px 15px;
        transition: all 0.1s ease;
    }
    .sidebar-toggled .flx-cls {
        width: 372px;
        float: left;
        margin: 10px 15px;
        transition: all 0.1s ease;
    }
    #main-search input.new-search {
        background: #f7f8f9;
        border-radius: 36px 0 0 36px;
        color: #343b45;
        height: 44px;
        width: 210px;
        margin-top: 16px;
        border: solid 1px rgba(141, 145, 150, 0.22);
    }
    .search-top-new {
        float: left;
        width: 19%;
        height: 44px;
    }
    .recommended_content_home .recomendation-grid .listing .listing-body h3#lst-price {
        font-size: 20px;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
        width: 160px;
    }
    .recommended_content_home .recomendation-grid .listings-grids .top-right-timer {
        float: right;
        width: 52%;
        margin-top: 8%;
    }
    .recommended_content_home .recomendation-grid .user-name-detail {
        width: 85px !important;
        height: 50px;
        float: left;
        margin-top: 0px;
        margin-left: 10px;
    }
    .recommended_content_home .recomendation-grid .auction.time .user-name-detail h1 {
        width: 64%;
        max-width: 73%;
        float: left;
        color: #343b45;
        font-size: 12.5px;
        font-weight: 700;
        padding: 0px;
        margin: 0px;
        margin-top: 0px;
        margin-bottom: 0px;
        line-height: normal;
        margin-bottom: 2px;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
        margin-top: 2px;
    }
    .recommended_content_home .recomendation-grid .listings-grids .top-panl .top-left-user {
        float: left;
        width: 48%;
        margin-top: 10px;
        padding-right: 10px;
        position: relative;
    }
    .recommended_content_home .recomendation-grid .popular-stories .user-name-detail {
        width: 82px !important;
        height: 50px;
        float: left;
        margin-top: 0px;
        margin-left: 10px;
    }
    .recommended_content_home .recomendation-grid .popular-stories .owl-stage-outer .user-name-detail h1 {
        width: 63%;
        max-width: 73%;
        float: left;
        color: #343b45;
        font-size: 12.5px;
        font-weight: 700;
        padding: 0px;
        margin: 0px;
        margin-top: 0px;
        margin-bottom: 0px;
        margin-top: 0px;
        margin-bottom: 0px;
        line-height: normal;
        margin-bottom: 2px;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
        margin-top: 2px;
    }
    .filter-item .btn:before {
        right: 8px;
    }
}

@media (max-width: 1440px) {
    .recommended_content_home .popular-stories .ver-num img {
        width: 70%;
        border: none !important;
        margin-top: 2px;
    }
    .recommended_content_home .recomendation-grid .listings-grids .top-panl .top-left-user {
        float: left;
        width: 56%;
        margin-top: 10px;
        padding-right: 10px;
        position: relative;
    }
    .recommended_content_home .recomendation-grid .user-name-detail {
        width: 132px !important;
        height: 50px;
        float: left;
        margin-top: 0px;
        margin-left: 10px;
    }
    .recommended_content_home .recomendation-grid .auction.time .user-name-detail h1 {
        width: auto;
        max-width: 78%;
        float: left;
        color: #343b45;
        font-size: 12.5px;
        font-weight: 700;
        padding: 0px;
        margin: 0px;
        margin-top: 0px;
        margin-bottom: 0px;
        margin-top: 0px;
        margin-bottom: 0px;
        line-height: normal;
        margin-bottom: 2px;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
        margin-top: 2px;
    }
    .recommended_content_home .recomendation-grid .popular-stories .user-name-detail {
        width: 132px !important;
        height: 50px;
        float: left;
        margin-top: 0px;
        margin-left: 10px;
    }
    .recommended_content_home .recomendation-grid .listing .listing-body h3#lst-price {
        font-size: 20px;
        white-space: nowrap;
        overflow: hidden;
        width: 200px;
        text-overflow: ellipsis;
    }
    .slidr-header span {
        font-family: 'Roboto', sans-serif;
        font-weight: 700;
        color: #fff;
        font-size: 16px;
        float: left;
        margin-bottom: 0;
    }
    .listing .listing-body h3#lst-price {
        font-size: 20px;
        white-space: nowrap;
        overflow: hidden;
        width: 120px;
        text-overflow: ellipsis;
    }
    .market-wth-lgn .listing .listing-body h3#lst-price {
        font-size: 20px;
        white-space: nowrap;
        overflow: hidden;
        width: 150px;
        text-overflow: ellipsis;
        margin-top: 9px;
    }
    .content-krnk.content.onefifty-mrgn .marketplace-navigation-new#stickThis.stick {
        margin-top: 0;
        position: fixed;
        top: 92px;
        z-index: 991;
        width: 92%;
        border-radius: 0px 0px 18px 18px !important;
        left: 4%;
    }
    .left-imge {
        width: 19% !important;
    }
    .recent-listing-slider .view-card {
        display: flex;
        align-items: center;
        justify-content: center;
        height: 378px !important;
        background: #1578FC;
        border-radius: 18px;
        text-align: center;
    }
    .hero-image {
        /* margin: 125px 0 0; */
        margin: 89px 10px 91px 41px;
        margin-right: 20px;
    }
    #hero-area.bg {
        background-image: url(../images/shape-1.png), url(../images/shape-2.png);
        background-repeat: no-repeat;
        background-position: left -66px, right -2px;
        padding: 0 0 130px;
        background-size: 46%, 37% 780px;
    }
    .navbar-nav.v1 .nav-link {
        padding: 4px 14px;
        color: #8D8D8D;
        font-size: 14px;
        font-weight: 500;
        margin-left: 0px;
        line-height: 25px;
    }
    .navbar-nav {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-direction: column;
        flex-direction: column;
        padding-left: 0;
        margin-bottom: 0;
        list-style: none;
        margin-right: 20px;
    }
    .marketplace-navigation-new#stickThis.stick {
        margin-top: 0;
        position: fixed;
        top: 80px;
        z-index: 999;
        width: 75.8%;
        border-radius: 0px 0px 18px 18px;
    }
    .article-new-nav.bid-new #s2id_sortStatus {
        width: 82%;
        float: right;
        margin-top: 9px;
    }
    .article-new-nav#stickThis.stick {
        width: 74.5%;
    }
    .content.sm-gutter.errorMsg .article-new-nav#stickThis.stick {
        margin-top: 0;
        position: fixed;
        top: 80px;
        z-index: 999;
        width: 69.7%;
        border-radius: 0px 0px 18px 18px;
        transition: top 0.5s ease;
    }
    .marketplace-navigation-new.add-list-stick#stickThis.stick {
        margin-top: 0;
        position: fixed;
        top: 80px;
        z-index: 999;
        width: 66.9%;
        border-radius: 0px 0px 18px 18px;
    }
    .content.sm-gutter .article-new-nav#stickThis.stick {
        margin-top: 0;
        position: fixed;
        top: 80px;
        z-index: 9999;
        width: 68.6%;
        border-radius: 0px 0px 18px 18px;
        transition: top 0.5s ease;
    }
    .listing-detail-m-lbl {
        position: absolute;
        z-index: 99;
        bottom: 35.8%;
        right: 10px;
        padding: 6px 16px;
        color: #fff;
        position: absolute;
        border-radius: 10px 10px 0 0;
        background: rgba(255, 255, 255, 0.7);
        color: #2e2e2e;
        font-weight: 700;
    }
    .sidebar-toggled .listing-detail-m-lbl {
        position: absolute;
        z-index: 99;
        bottom: 31.4%;
        right: 10px;
        padding: 6px 16px;
        color: #fff;
        position: absolute;
        border-radius: 10px 10px 0 0;
        background: rgba(255, 255, 255, 0.7);
        color: #2e2e2e;
        font-weight: 700;
    }
    .msg-settingsn span,
    .report-newp span,
    .category a span {
        display: none;
    }
    #profile-drop .dropdown-subcategory .dropdown {
        display: none;
        position: absolute;
        left: -100%;
        top: 0%;
        text-align: left;
        border: none;
        right: 0px;
        width: 100%;
    }
    #comp_feeds .article-in {
        width: 90%;
        margin: 0 auto;
    }
    .profile-left-panel ul {
        list-style: none;
        margin: 40px 0 20px 0;
        padding: 0;
        float: left;
        padding: 9px 0px;
        width: 100%;
        position: relative;
        /* border-bottom: solid 1px rgba(141, 145, 150, 0.22); */
    }
    .profile-left-panel ul li a {
        text-align: left;
        font-size: 14px;
        font-weight: 500;
        color: #343b45;
        padding: 6px 12px;
        font-family: 'Roboto', sans-serif, "Helvetica Neue", Helvetica, Arial, sans-serif;
        border: solid 1px rgba(141, 145, 150, 0.22);
        border-radius: 36px;
        background: #fff;
        height: 36px;
        float: left;
    }
    .cin_url a {
        max-width: 140px;
        white-space: nowrap;
        overflow: hidden;
        float: left;
        text-overflow: ellipsis;
    }
    .panel-feed .panel-heading .panel-controls .feed-time {
        position: absolute;
        right: 0;
        bottom: 26px;
    }
    .bid-now .label-des input[type=text] {
        background: #f4f8fa;
        border: 1px solid #ccd6e2;
        padding: 0px 15px;
        border-radius: 10px;
        color: #425062;
        width: 40%;
        float: left;
        margin-right: 10px;
        margin-top: 0px;
        height: 40px;
    }
    #auction-des h3 {
        color: #425062;
        font-family: 'Roboto', sans-serif;
        font-weight: 500;
        font-size: 18px;
        display: block;
        width: 230px;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
    }
    .sidebar-toggled #auction-des h3 {
        color: #425062;
        font-family: 'Roboto', sans-serif;
        font-weight: 500;
        font-size: 18px;
        display: block;
        width: 100%;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
    }
    .sidebar-toggled #auction-des p {
        color: #425062;
        font-family: 'Roboto', sans-serif;
        font-size: 14px;
        width: 100%;
        display: block;
    }
    #auction-des p {
        color: #425062;
        font-family: 'Roboto', sans-serif;
        font-size: 14px;
        width: 80%;
        display: block;
    }
    #last_bid .next-bid-text {
        width: 150px;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
    }
    .sidebar-toggled .bid-now .label-des input[type=text] {
        background: #f4f8fa;
        border: 1px solid #ccd6e2;
        padding: 0px 10px;
        border-radius: 10px;
        color: #425062;
        width: 47%;
        float: left;
        margin-right: 10px;
        margin-top: 0px;
        height: 40px;
    }
    .fotorama__caption {
        position: absolute;
        z-index: 12;
        bottom: -6px;
        left: 0;
        right: 0;
        font-family: 'Helvetica Neue', Arial, sans-serif;
        font-size: 14px;
        line-height: 1.5;
        color: #000;
    }
    .listing-detail-lbl {
        position: absolute;
        z-index: 99;
        bottom: 65px;
        right: 10px;
        padding: 6px 16px;
        color: #fff;
        position: absolute;
        border-radius: 10px 10px 0 0;
        background: rgba(255, 255, 255, 0.7);
        color: #2e2e2e;
        font-weight: 700;
    }
    .content-krnk {
        width: 100%;
        margin: 0 auto;
        padding: 0 50px;
    }
    .sidebar-toggled .content-krnk {
        width: 100%;
        margin: 0 auto;
    }
    .upgarde-dv {
        width: 70%;
        margin: 0 auto;
        border-radius: 10px !important;
    }
    .cent-dv-coont {
        width: 100%;
        margin: 0 auto;
    }
    .mps-lg input {
        width: 86% !important;
    }
    .col-md-8.ipad-cs .filter-p {
        padding-top: 8px;
        width: 9%;
        float: left;
    }
    .col-md-9.ipad-cs {
        width: 74%;
    }
    .chat-user-list .truncate {
        width: 160px;
    }
    .selection-wd {
        width: 21%;
        float: right;
        margin-left: 7px;
    }
    .col-md-11.ipad-cs {
        width: 90.666667%;
    }
    .inpt-wdt {
        width: 75%;
    }
    .content.sm-gutter {
        width: 90%;
    }
    .right-dv-bid .top-right-timer span {
        width: auto;
        float: left;
        font-size: 11px;
        color: #2e2e2e;
        margin-right: 2px;
        font-weight: 700;
    }
    .wdht-ninty {
        width: 87.5% !important;
    }
    .box-shadow-main ul li {
        width: 50%;
        float: left;
        border-right: 1px solid #E9E9E9;
        padding: 15px 10px;
        border-bottom: 1px solid #E9E9E9;
        height: 69px;
    }
    .bids-flex {
        width: 334px;
        float: left;
        margin: 10px 10px;
        transition: all 0.1s ease;
    }
    .sidebar-toggled .bids-flex {
        width: 310px;
        float: left;
        margin: 10px 0px;
        transition: all 0.1s ease;
        min-height: 370px;
    }
    .content.sm-gutter.view-bid {
        width: 100%;
        margin: 0 auto;
    }
    .min-hght .flex-cs.position-relative .user-info {
        margin-left: 20px !important;
    }
    #networksTab #main-content .user-info,
    #dealersTab #main-content .user-info {
        margin-left: 20px !important;
    }
    .listings-grids .top-panl .top-left-user a.user-pic-list {
        width: 48px !important;
        height: 48px !important;
        border-radius: 100px !important;
        position: static !important;
    }
    .listings-grids .top-panl .top-left-user a.user-pic-list img {
        width: 100% !important;
        height: 100% !important;
        float: left;
        border-radius: 100px;
    }
    .user-name-detail {
        width: 94px;
        height: 50px;
        float: left;
        margin-top: 0px;
        margin-left: 10px;
    }
    .listings-grids .top-right-timer span {
        font-size: 11px !important;
    }
    .user-name-detail {
        width: 90px !important;
        height: 50px;
        float: left;
        margin-top: 0px;
        margin-left: 10px;
    }
    .market-wth-lgn .flx-cls-auc .user-name-detail {
        width: 80px !important;
        height: 50px;
        float: left;
        margin-top: 0px;
        margin-left: 10px;
    }
    .user-name-detail .ver-num {
        width: 20px !important;
        height: 20px;
        float: left;
        margin-left: 3px;
        margin-top: 0px;
    }
    .recomendation-grid .flx-cls-new.home-new {
        width: 322px;
        float: left;
        margin: 10px 10px 10px 9px;
        transition: all 0.1s ease;
    }
    .sidebar-toggled .listing .listing-body .clearfix h3 {
        font-size: 20px;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
        width: 140px;
    }
    .user-name-detail {
        width: 98px;
        height: 50px;
        float: right;
        margin-top: 0px;
    }
    .user-name-detail h1 {
        width: 100%;
        float: left;
        color: #203C53;
        font-size: 14px;
        font-weight: 700;
        padding: 0px;
        margin: 0px;
        line-height: normal;
        margin-bottom: 4px;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
    }
    .flx-cls-feeds {
        width: 100%;
        float: left;
        margin: 10px 2px;
        transition: all 0.1s ease;
    }
    #main-content #con_data .col-md-3 {
        width: 33%;
    }
    .invite-responsive,
    .invite-responsive:hover,
    .invite-responsive:focus {
        display: none;
    }
    .ipad-menu {
        display: none;
    }
    body {
        padding: 0;
    }
    #main-search input.new-search {
        background: #f7f8f9;
        border-radius: 10px 0 0 10px;
        color: #343b45;
        height: 44px;
        width: 210px;
        margin-top: 16px;
        border: solid 1px rgba(141, 145, 150, 0.22);
    }
    .search-top-new {
        float: left;
        width: 16%;
        height: 44px;
    }
    .search-mb .filter-top {
        width: 72%;
        float: left;
        margin-top: 15px;
        padding-left: 0;
        margin-left: 0;
        height: 44px;
    }
    .search-mb button {
        margin-top: 16px;
        line-height: 34px;
        border-radius: 0 10px 10px 0;
        font-size: 13px;
        font-family: 'Roboto', sans-serif !important;
        font-weight: 400 !important;
        float: left;
        /* width: 17%; */
        padding: 0px 10px;
        height: 44px;
        border: 1px solid #1578FC;
    }
    .sidebar-toggled .listing-inn-new {
        width: 278px;
        float: left;
        margin: 10px 8px;
        transition: all 0.1s ease;
    }
    .listing-inn-new {
        width: 312px;
        float: left;
        margin: 10px 10px;
        transition: all 0.1s ease;
    }
    .flx-cls {
        width: 417px;
        float: left;
        margin: 10px 15px;
        transition: all 0.1s ease;
    }
    .search-bar {
        width: 39%;
        float: left;
        margin-top: 10px;
        margin-left: 0%;
    }
    .autocomplete {
        position: relative;
        display: inline-block;
        float: left;
        margin-right: 0px;
        width: 82%;
    }
    .content-krnk {
        width: 100%;
        margin: 0 auto;
    }
    .sidebar-toggled .content-krnk {
        width: 100%;
        margin: 0 auto;
    }
    .upgarde-dv {
        width: 70%;
        margin: 0 auto;
        border-radius: 10px !important;
    }
    .profile-left-panel ul {
        list-style: none;
        margin: 40px 0 20px 0;
        padding: 0;
        float: left;
        padding: 9px 0px;
        width: 100%;
        position: relative;
        /* border-bottom: solid 1px rgba(141, 145, 150, 0.22); */
    }
    .cent-dv-coont {
        width: 100%;
        margin: 0 auto;
    }
    .wdht-ninty {
        width: 87.5% !important;
    }
    .content.sm-gutter.view-bid {
        width: 100%;
        margin: 0 auto;
    }
    .content.sm-gutter {
        width: 100%;
    }
    .invite-responsive,
    .invite-responsive:hover,
    .invite-responsive:focus {
        display: none;
    }
    .ipad-menu {
        display: none;
    }
    body {
        padding: 0;
    }
    #main-search input.new-search {
        background: #f7f8f9;
        border-radius: 16px 0 0 16px;
        color: #343b45;
        height: 44px;
        width: 210px;
        margin-top: 16px;
        border: solid 1px rgba(141, 145, 150, 0.22);
    }
    .search-top-new {
        float: left;
        width: 16%;
        height: 44px;
    }
    .search-mb .filter-top {
        width: 72%;
        float: left;
        margin-top: 15px;
        padding-left: 0;
        margin-left: 0;
        height: 44px;
    }
    .search-mb button {
        margin-top: 16px;
        line-height: 34px;
        border-radius: 0 16px 16px 0;
        font-size: 13px;
        font-family: 'Roboto', sans-serif !important;
        font-weight: 400 !important;
        float: left;
        /* width: 17%; */
        padding: 0px 10px;
        height: 44px;
        border: 1px solid #1578FC;
    }
    .sidebar-toggled .listing-inn-new {
        width: 318px;
        float: left;
        margin: 10px 8px;
        transition: all 0.1s ease;
    }
    .listing-inn-new {
        width: 270px;
        float: left;
        margin: 10px 15px;
        transition: all 0.1s ease;
    }
    .search-bar {
        width: 35%;
        float: left;
        margin-top: 10px;
        margin-left: 0%;
    }
    .autocomplete {
        position: relative;
        display: inline-block;
        float: left;
        margin-right: 0px;
        width: 67%;
    }
    .flx-cls {
        width: 348px;
        float: left;
        margin: 10px 15px;
        transition: all 0.1s ease;
    }
    .mps-lg input {
        width: 76% !important;
    }
    .filter-wrap .filter-item {
        min-width: 130px;
    }
    .filter-wrap .filter-item .btn {
        font-size: 13px;
    }
    .filter-item .btn:before {
        font-size: 14px;
    }
    #listingView .filter-box .filter-nav .filter .btn-wrap-filter .filters-by {
        max-width: 87%;
    }
}

@media (max-width: 1399px) {
    .bids-flex,
    .flx-cls-new,
    .flx-cls-auc,
    .listing-inn-new,
    .market-wth-lgn .flx-cls-new {
        width: 33.33%;
    }
    .recommended_content_home .recomendation-grid .flx-cls-auc .ver-num img {
        width: 70%;
        border: none !important;
        margin-top: 2px;
        margin-left: 5px;
    }
    .recommended_content_home .recomendation-grid .popular-stories .user-name-detail {
        width: 112px !important;
        height: 50px;
        float: left;
        margin-top: 0px;
        margin-left: 10px;
    }
    .recommended_content_home .popular-stories .ver-num img {
        width: 70%;
        border: none !important;
        margin-top: 2px;
    }
    .recommended_content_home .recomendation-grid .user-name-detail {
        width: 110px !important;
        height: 50px;
        float: left;
        margin-top: 0px;
        margin-left: 10px;
    }
    .recommended_content_home .recomendation-grid .listings-grids .top-right-timer {
        width: 46% !important;
    }
    .recommended_content_home .recomendation-grid .listings-grids .top-panl .top-left-user {
        width: 51%;
    }
    .recommended_content_home .recomendation-grid .listings-grids .top-right-timer {
        margin-top: 8% !important;
    }
    .market-wth-lgn .listing .listing-body h3#lst-price {
        font-size: 20px;
        white-space: nowrap;
        overflow: hidden;
        width: 190px;
        text-overflow: ellipsis;
        margin-top: 9px;
    }
    .market-wth-lgn .flx-cls-auc .user-name-detail {
        width: 122px !important;
        height: 50px;
        float: left;
        margin-top: 0px;
        margin-left: 10px;
    }
    .marketplace-tabs .recomendation-grid .flx-cls-new.home-new {
        width: 377px;
        float: left;
        margin: 10px 10px 10px 9px;
        transition: all 0.1s ease;
    }
    .marketplace-navigation-new#stickThis.stick {
        margin-top: 0;
        position: fixed;
        top: 80px;
        z-index: 968;
        width: 75.4%;
        border-radius: 0px 0px 18px 18px !important;
    }
    .content-krnk.content.onefifty-mrgn .marketplace-navigation-new#stickThis.stick {
        margin-top: 0;
        position: fixed;
        top: 87px;
        z-index: 968;
        width: 90.6%;
        border-radius: 0px 0px 18px 18px !important;
    }
    .content-krnk.content.onefifty-mrgn .listing-user {
        padding: 0px;
        position: relative;
        overflow: inherit;
        margin: 12px 0;
    }
    .content-krnk.content.onefifty-mrgn {
        width: 100%;
        margin: 0 auto;
    }
    .article-new-nav.bid-new #s2id_sortStatus {
        width: 81%;
        float: right;
        margin-top: 9px;
    }
    .article-new-nav#stickThis.stick {
        width: 75%;
    }
    .company-dv .listing .listing-body,
    #comp_marketplace .listing .listing-body {
        padding: 0 15px;
        min-height: 222px;
    }
    .content.sm-gutter.errorMsg .article-new-nav#stickThis.stick {
        margin-top: 0;
        position: fixed;
        top: 80px;
        z-index: 999;
        width: 75.7%;
        border-radius: 0px 0px 18px 18px !important;
        transition: top 0.5s ease;
    }
    .content.sm-gutter .article-new-nav#stickThis.stick {
        margin-top: 0;
        position: fixed;
        top: 80px;
        z-index: 968;
        width: 75.6%;
        border-radius: 0px 0px 18px 18px !important;
        transition: top 0.5s ease;
    }
    .sidebar-toggled .content.sm-gutter .article-new-nav#stickThis.stick {
        margin-top: 0;
        position: fixed;
        top: 80px;
        z-index: 699;
        width: 87.6%;
        border-radius: 0px 0px 18px 18px !important;
        transition: top 0.5s ease;
    }
    .marketplace-navigation-new#stickThis.stick.add-list-stick {
        width: 73.4%;
    }
    .msg-settingsn span,
    .report-newp span,
    .category a span {
        display: none;
    }
    #auction-des .user-info {
        margin-left: 0px !important;
        width: 105px;
    }
    #profile-drop .dropdown-subcategory .dropdown {
        display: none;
        position: absolute;
        left: -100%;
        top: 0%;
        text-align: left;
        border: none;
        right: 0px;
        width: 100%;
    }
    .usrcard-feeds .user-info,
    #userCard .user-info,
    .user-card .user-info,
    .nodealer .user-info {
        margin-left: 0px !important;
        width: 180px;
    }
    #auction-right #status-panel .user-card.b-none.col-md-7 .user-info {
        margin-left: 0px !important;
        width: 127px;
    }
    .listing-user .listing-user-info a.listname-ver {
        float: left;
        max-width: 94px;
    }
    .profile-form label {
        float: right;
    }
    .kr-manage-operator.profile-form .checkbox label {
        float: left;
    }
    #add-dealer-modal .user-info {
        margin-left: 0px !important;
    }
    #main-content #con_data .col-md-3 {
        width: 25%;
    }
    .sidebar-toggled #comp_marketplace .listings-grids .user-name-detail {
        width: 117px;
        height: 50px;
        float: left;
        margin-top: 0px;
        margin-left: 16px;
    }
    .listing-detail-m-lbl {
        position: absolute;
        z-index: 99;
        bottom: 34.4%;
        right: 10px;
        padding: 6px 16px;
        color: #fff;
        position: absolute;
        border-radius: 10px 10px 0 0;
        background: rgba(255, 255, 255, 0.7);
        color: #2e2e2e;
        font-weight: 700;
    }
    #comp_feeds .article-in {
        width: 100%;
        margin: 0 auto;
    }
    .profile-left-panel ul li a {
        text-align: left;
        font-size: 14px;
        font-weight: 500;
        color: #343b45;
        padding: 6px 14px;
        font-family: 'Roboto', sans-serif, "Helvetica Neue", Helvetica, Arial, sans-serif;
        border: solid 1px rgba(141, 145, 150, 0.22);
        border-radius: 36px;
        background: #fff;
        height: 36px;
        float: left;
    }
    .dashboard-dv-coont #main-wall {
        width: 99% !important;
        margin: 0 auto;
    }
    .dashboard-dv-coont {
        width: 100%;
        margin: 0 auto;
    }
    #main-search input.new-search {
        background: #f7f8f9;
        border-radius: 10px 0 0 10px;
        color: #343b45;
        height: 44px;
        width: 210px;
        margin-top: 16px;
        border: solid 1px rgba(141, 145, 150, 0.22);
    }
    .search-top-new {
        float: left;
        width: 16%;
        height: 44px;
    }
    .search-mb .filter-top {
        width: 72%;
        float: left;
        margin-top: 15px;
        padding-left: 0;
        margin-left: 0;
        height: 44px;
    }
    .search-mb button {
        margin-top: 16px;
        line-height: 34px;
        border-radius: 0 10px 10px 0;
        font-size: 13px;
        font-family: 'Roboto', sans-serif !important;
        font-weight: 400 !important;
        float: left;
        /* width: 17%; */
        padding: 0px 10px;
        height: 44px;
        border: 1px solid #1578FC;
        min-width: 44px;
    }
    .sidebar-toggled .marketplace-navigation-new#stickThis.stick {
        margin-top: 0;
        position: fixed;
        top: 80px;
        z-index: 699;
        width: 88.5%;
        border-radius: 0px 0px 18px 18px;
        transition: top 0.5s ease;
        margin-left: -7px;
    }
    .feed-bx .usrcard-feeds .user-info a {
        width: 130px;
        text-overflow: ellipsis;
        white-space: nowrap;
        overflow: hidden;
        /* float: left; */
        display: block;
    }
    .chat-user-list .truncate {
        width: 100px;
        line-height: 12px;
    }
    .signup-left.verify-popup .modal-wdthn {
        width: 96%;
        margin: 0 auto;
        border: 1px solid #fff;
        -webkit-box-shadow: 0px 0px 66px -1px rgba(0, 0, 0, 0.49);
        -moz-box-shadow: 0px 0px 66px -1px rgba(0, 0, 0, 0.49);
        box-shadow: 0px 0px 66px -1px rgba(0, 0, 0, 0.49);
    }
    .verify-div .green-border .number-dashboard {
        width: 150px;
        float: left;
        padding: 21px 10px;
        height: 40px;
        border-radius: 6px;
        outline: none;
    }
    .d-add .iti {
        float: left;
        width: 24%;
        background: none;
    }
    .verify-div .green-border .code-m-dashboard {
        float: left;
        width: 100%;
        border-radius: 6px;
        color: #8f9399;
        background: #f9f9f9;
        border: 1px solid #dfe0e1 !important;
        height: 40px;
        min-width: 40px;
        padding: 0px !important
    }
    .verify-div .iti--allow-dropdown .iti__flag-container,
    .iti--separate-dial-code .iti__flag-container {
        right: auto;
        left: 0;
        width: 100%;
    }
    #myWizard .iti {
        position: relative;
        display: inline-block;
        width: 31%;
    }
    .code-number-w {
        width: 64% !important;
    }
    .signup-left.verify-popup {
        width: 38%;
    }
    .bg-white .container {
        width: 100%;
    }
    .listing .listing-body h3#lst-price {
        font-size: 20px;
        white-space: nowrap;
        overflow: hidden;
        width: 160px;
        text-overflow: ellipsis;
    }
    #comp_marketplace .listing .listing-body h3#lst-price {
        font-size: 20px;
        white-space: nowrap;
        overflow: hidden;
        width: 130px;
        text-overflow: ellipsis;
        margin-top: 11px;
    }
    .db-widget .user-card .user-info {
        max-width: 147px;
    }
    #auction-des {
        width: 250px;
    }
    .menu-inner-new .dropdown-menu {
        position: absolute;
        top: 100%;
        right: 50px;
        width: 216px;
    }
    .fotorama__caption__wrap {
        background-color: #fff;
        background-color: rgba(255, 255, 255, .9);
        padding: 5px 10px;
        width: 100% !important;
        margin-top: -81px;
        text-decoration: none;
    }
    .bid-now .label-des input[type=text] {
        background: #f4f8fa;
        border: 1px solid #ccd6e2;
        padding: 0px 8px;
        border-radius: 10px;
        color: #425062;
        width: 44%;
        float: left;
        margin-right: 0px;
        margin-top: 0px;
        height: 40px;
    }
    .bid-now .label-des button,
    .bid-now .label-des button:hover,
    .bid-now .label-des button:active {
        margin-top: 3px;
        float: left;
        background: #00d080 !important;
        border: 1px solid #00d080 !important;
        font-size: 12px;
        padding: 0 0px;
        padding: 0 7px;
        height: 40px;
        line-height: 38px;
        border-radius: 10px;
        font-weight: 700;
        min-width: auto;
    }
    #comp_conn .aq-conn-div .flex-cs.position-relative .user-info {
        margin-left: 30px !important;
    }
    .listing-inn-new {
        width: 299px;
        float: left;
        margin: 10px 10px;
        transition: all 0.1s ease;
    }
    .listing-inn-new .flag-truncate {
        max-width: 220px;
    }
    .listing-inn-new .send-enquery-new,
    .listing-inn-new .send-enquery-new:hover,
    .listing-inn-new .send-enquery-new:focus {
        float: right;
        background: #1578fc;
        padding: 0px 10px;
        color: #fff;
        border-radius: 50px;
        cursor: pointer;
        height: 36px;
        line-height: 36px;
    }
    .listing-inn-new .listing .listing-body h3 {
        font-size: 14px !important;
    }
    .sidebar-toggled .listing-inn-new {
        width: 360px;
        float: left;
        margin: 10px 8px;
        transition: all 0.1s ease;
    }
    .company-dv .listing-inn-new {
        width: 309px;
        float: left;
        margin: 10px 10px;
        transition: all 0.1s ease;
    }
    .sidebar-toggled .company-dv .listing-inn-new {
        width: 370px;
        float: left;
        margin: 10px 8px;
        transition: all 0.1s ease;
    }
    .listings-grids .user-name-detail {
        width: 90px;
        height: 50px;
        float: left;
        margin-top: 0px;
        margin-left: 10px;
    }
    .flx-cls-auc .top-panl .top-left-user .user-name-detail.nconect {
        margin-top: 4px;
        height: 47px;
        font-size: 12px;
    }
    .flx-cls-auc .top-panl .top-left-user .user-name-detail.nconect h1 {
        max-width: 100%;
    }
    .top-left-user .ver-num .tooltip.top {
        width: 150px;
    }
    .listings-grids .top-panl .top-left-user a.user-pic-list {
        width: 42px !important;
        height: 42px !important;
        border-radius: 100px !important;
        position: static !important;
    }
    .user-name-detail {
        width: 90px;
        height: 50px;
        float: left;
        margin-top: 0px;
        margin-left: 10px;
    }
    .listings-grids .top-panl .top-left-user a.user-pic-list img {
        width: 36px !important;
        height: 36px !important;
        float: left;
        border-radius: 100px;
    }
    .sidebar-toggled .listings-grids .top-panl .top-left-user a.user-pic-list img {
        width: 36px !important;
        height: 36px !important;
        float: left;
        border-radius: 100px;
    }
    .wdht-ninty {
        width: 87.9% !important;
    }
    .bids-flex {
        width: 338px;
        float: left;
        margin: 10px 0px;
        transition: all 0.1s ease;
    }
    .sidebar-toggled .bids-flex {
        width: 390px;
        float: left;
        margin: 10px 0px;
        transition: all 0.1s ease;
        min-height: 350px;
    }
    .box-shadow-main.my-bid-bx {
        min-height: 420px !important;
    }
    .kr-manage-operator {
        width: 100%;
        margin: 0 auto;
    }
    .sidebar-toggled .flag-truncate {
        max-width: 220px;
    }
    .sidebar-toggled .listing .listing-body h3#lst-price {
        font-size: 20px;
        white-space: nowrap;
        overflow: hidden;
        width: 120px;
        text-overflow: ellipsis;
    }
    .sidebar-toggled .listings-grids .user-name-detail {
        width: 117px;
        height: 50px;
        float: left;
        margin-top: 0px;
        margin-left: 10px;
    }
    .rating-hght .flag-truncate {
        max-width: 143px;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
        min-width: 31px;
        float: left;
    }
    .post-dv-btn a {
        border: 1px solid #1578FC;
        color: #1578FC;
        font-size: 11px;
        width: auto;
        padding: 6px 7px;
        border-radius: 46px;
        font-weight: 700;
        margin-bottom: 21px;
    }
    .flag-truncate {
        max-width: 240px;
    }
    .left-imge {
        width: 23% !important;
    }
    .user-name-detail {
        width: 83px !important;
    }
    #networksTab #main-content .user-info,
    #dealersTab #main-content .user-info {
        margin-left: 20px !important;
    }
    .min-hght .flex-cs.position-relative .user-info {
        margin-left: 20px !important;
    }
    .content.sm-gutter {
        width: 100%;
    }
    .filter-wrap .filter-item,
    .filter-wrap .filter-item:last-child {
        flex: 0 0 20%;
        max-width: calc(20% - 13px);
    }
    .filter-wrap .filter-item:nth-last-child(-n+2) {
        margin-top: 13px;
    }
}

@media (max-width: 1280px) {
    .recommended_content_home .recomendation-grid .auction.time .user-name-detail h1 {
        width: auto;
        max-width: 72%;
        float: left;
        color: #343b45;
        font-size: 12.5px;
        font-weight: 700;
        padding: 0px;
        margin: 0px;
        margin-top: 0px;
        margin-bottom: 0px;
        margin-top: 0px;
        margin-bottom: 0px;
        margin-top: 0px;
        margin-bottom: 0px;
        line-height: normal;
        margin-bottom: 2px;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
        margin-top: 2px;
    }
    .recommended_content_home .recomendation-grid .popular-stories .user-name-detail {
        width: 96px !important;
        height: 50px;
        float: left;
        margin-top: 0px;
        margin-left: 10px;
    }
    .recommended_content_home .recomendation-grid .listing .listing-body h3#lst-price {
        font-size: 20px;
        white-space: nowrap;
        overflow: hidden;
        width: 170px;
        text-overflow: ellipsis;
    }
    .recommended_content_home .recomendation-grid .user-name-detail {
        width: 84px !important;
        height: 50px;
        float: left;
        margin-top: 0px;
        margin-left: 10px;
    }
    .recommended_content_home .recomendation-grid .listings-grids .top-panl .top-left-user {
        width: 50% !important;
    }
    .market-wth-lgn .listing .listing-body h3#lst-price {
        font-size: 20px;
        white-space: nowrap;
        overflow: hidden;
        width: 170px;
        text-overflow: ellipsis;
        margin-top: 9px;
    }
    .market-wth-lgn .flx-cls-auc .user-name-detail {
        width: 120px !important;
        height: 50px;
        float: left;
        margin-top: 0px;
        margin-left: 10px;
        margin-right: 0px;
    }
    .content-krnk.content.onefifty-mrgn .marketplace-navigation-new#stickThis.stick {
        margin-top: 0;
        position: fixed;
        top: 93px;
        z-index: 991;
        width: 90.6%;
        border-radius: 0px 0px 18px 18px !important;
    }
    .recent-listing-slider .view-card {
        display: flex;
        align-items: center;
        justify-content: center;
        height: 409px !important;
        background: #1578FC;
        border-radius: 18px;
        text-align: center;
    }
    .hero-image {
        /* margin: 125px 0 0; */
        margin: 89px 10px 91px 41px;
        margin-right: 20px;
    }
    #hero-area.bg {
        background-image: url(../images/shape-1.png), url(../images/shape-2.png);
        background-repeat: no-repeat;
        background-position: left -66px, right -2px;
        padding: 0 0 0px;
        background-size: 46%, 37% 780px;
    }
    .navbar-nav.v1 .nav-link {
        padding: 4px 14px;
        color: #8D8D8D;
        font-size: 14px;
        font-weight: 500;
        margin-left: 0px;
        line-height: 25px;
    }
    .navbar-nav {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-direction: column;
        flex-direction: column;
        padding-left: 0;
        margin-bottom: 0;
        list-style: none;
        margin-right: 20px;
    }
    .recomendation-grid .flx-cls-new.home-new {
        width: 281px;
        float: left;
        margin: 10px 10px 10px 9px;
        transition: all 0.1s ease;
    }
    .left-imge {
        width: 282px !important;
    }
    .view-card {
        display: flex;
        align-items: center;
        justify-content: center;
        height: 410px !important;
        background: #1578FC;
        border-radius: 18px;
        text-align: center;
    }
    .content.sm-gutter .article-new-nav#stickThis.stick {
        margin-top: 0;
        position: fixed;
        top: 80px;
        z-index: 9999;
        width: 73.6%;
        border-radius: 0px 0px 18px 18px;
        transition: top 0.5s ease;
    }
    .sidebar-toggled .content.sm-gutter .article-new-nav#stickThis.stick {
        margin-top: 0;
        position: fixed;
        top: 80px;
        z-index: 699;
        width: 87.6%;
        border-radius: 0px 0px 18px 18px;
        transition: top 0.5s ease;
    }
    .sidebar-toggled .marketplace-navigation-new#stickThis.stick {
        margin-top: 0;
        position: fixed;
        top: 80px;
        z-index: 699;
        width: 87.5%;
        border-radius: 0px 0px 18px 18px;
        transition: top 0.5s ease;
    }
    .marketplace-navigation-new#stickThis.stick {
        margin-top: 0;
        position: fixed;
        top: 86px;
        z-index: 999;
        width: 99%;
        border-radius: 0px 0px 18px 18px;
        margin-left: 7px;
    }
    .article-new-nav.bid-new #s2id_sortStatus {
        width: 81%;
        float: right;
        margin-top: 9px;
    }
    .article-new-nav#stickThis.stick {
        width: 74%;
    }
    .company-dv .listing .listing-body,
    #comp_marketplace .listing .listing-body {
        padding: 0 15px;
        min-height: 222px;
    }
    .content.sm-gutter.errorMsg .article-new-nav#stickThis.stick {
        margin-top: 0;
        position: fixed;
        top: 80px;
        z-index: 999;
        width: 73.7%;
        border-radius: 0px 0px 18px 18px;
        transition: top 0.5s ease;
    }
    .marketplace-navigation-new#stickThis.stick.add-list-stick {
        width: 72.4%;
    }
    .listings-grids .user-name-detail {
        width: 73px;
        height: 50px;
        float: left;
        margin-top: 0px;
        margin-left: 10px;
    }
    .sidebar-toggled .listings-grids .user-name-detail {
        width: 88px;
        height: 50px;
        float: left;
        margin-top: 0px;
        margin-left: 10px;
    }
    .bid-now .label-des button,
    .bid-now .label-des button:hover,
    .bid-now .label-des button:active {
        margin-top: 3px;
        float: left;
        background: #00d080 !important;
        border: 1px solid #00d080 !important;
        font-size: 11px;
        padding: 0 0px;
        padding: 0 7px;
        height: 40px;
        line-height: 38px;
        border-radius: 10px;
        font-weight: 700;
        min-width: auto;
    }
    #auction-des h3 {
        color: #425062;
        font-family: 'Roboto', sans-serif;
        font-weight: 500;
        font-size: 18px;
        display: block;
        width: 200px;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
    }
    .listing-detail-m-lbl {
        position: absolute;
        z-index: 99;
        bottom: 35.8%;
        right: 10px;
        padding: 6px 16px;
        color: #fff;
        position: absolute;
        border-radius: 10px 10px 0 0;
        background: rgba(255, 255, 255, 0.7);
        color: #2e2e2e;
        font-weight: 700;
    }
    .sidebar-toggled .listing-detail-m-lbl {
        position: absolute;
        z-index: 99;
        bottom: 31.4%;
        right: 10px;
        padding: 6px 16px;
        color: #fff;
        position: absolute;
        border-radius: 10px 10px 0 0;
        background: rgba(255, 255, 255, 0.7);
        color: #2e2e2e;
        font-weight: 700;
    }
    .msg-settingsn span,
    .report-newp span,
    .category a span {
        display: none;
    }
    #profile-drop .dropdown-subcategory .dropdown {
        display: none;
        position: absolute;
        left: -100%;
        top: 0%;
        text-align: left;
        border: none;
        right: 0px;
        width: 100%;
    }
    .report-newp span,
    .msg-settingsn.send-user span,
    .category a span {
        display: none;
    }
    .table-auction-create a.btn.btn-sm {
        padding-top: 5px !important;
        min-width: auto;
        width: 37px;
        line-height: 24px;
        padding: 15px 10px;
        height: 36px;
        font-size: 14px;
        border-radius: 10px;
    }
    .right-dv-bid .top-right-timer span {
        width: auto;
        float: left;
        font-size: 11px;
        color: #2e2e2e;
        margin-right: 2px;
        font-weight: 700;
    }
    #main-content #con_data .col-md-3 {
        width: 33%;
    }
    .mrpFilter .visible-lg {
        padding-left: 0px;
    }
    .user-name-detail {
        width: 75px;
        height: 50px;
        float: left;
        margin-top: 0px;
        margin-left: 10px;
    }
    .listing-detail-m-lbl {
        position: absolute;
        z-index: 99;
        bottom: 36.4%;
        right: 10px;
        padding: 6px 16px;
        color: #fff;
        position: absolute;
        border-radius: 10px 10px 0 0;
        background: rgba(255, 255, 255, 0.7);
        color: #2e2e2e;
        font-weight: 700;
    }
    .btn-line-background {
        width: 51%;
    }
    .flag-truncate {
        max-width: 230px;
    }
    .listing .listing-body h3#lst-price {
        font-size: 20px;
        white-space: nowrap;
        overflow: hidden;
        width: 120px;
        text-overflow: ellipsis;
    }
    .sidebar-toggled .listing .listing-body h3#lst-price {
        font-size: 20px;
        white-space: nowrap;
        overflow: hidden;
        width: 140px;
        text-overflow: ellipsis;
    }
    .sidebar-toggled .listing .listing-body .clearfix h3 {
        font-size: 20px;
        white-space: nowrap;
        overflow: hidden;
        width: 180px;
        text-overflow: ellipsis;
    }
    .user-name-detail {
        width: 64px !important;
        height: 50px;
        float: left;
        margin-top: 0px;
        margin-left: 10px;
    }
    .market-wth-lgn .user-name-detail {
        width: 94px !important;
        height: 50px;
        float: left;
        margin-top: 0px;
        margin-left: 10px;
    }
    .flag-truncate {
        max-width: 220px !important;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
        min-width: 160px;
        float: left;
    }
    .listing .listing-body p {
        float: left;
        width: 100%;
        font-size: 12.5px;
        min-height: 35px;
        line-height: 16.5px;
        display: -webkit-box;
        word-break: break-all;
        -webkit-line-clamp: 3;
        -webkit-box-orient: vertical;
        color: #919191;
        font-family: 'hel-new', "Helvetica Neue", "HelveticaNeue", Helvetica, Arial, sans-serif;
    }
    .wdht-ninty {
        width: 86.5% !important;
    }
    .bids-flex {
        width: 311px;
        float: left;
        margin: 10px 0px;
        transition: all 0.1s ease;
    }
    .box-shadow-main h1 {
        width: 100%;
        float: left;
        padding: 0px 15px;
        margin: 0px;
        line-height: normal;
        color: #1578FC;
        font-size: 18px;
        font-weight: 700;
        margin-bottom: 10px;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
    }
    .sidebar-toggled .bids-flex {
        width: 360px;
        float: left;
        margin: 10px 3px;
        transition: all 0.1s ease;
        min-height: 340px;
    }
    .listing-inn-new {
        width: 280px;
        float: left;
        margin: 10px 5px;
        transition: all 0.1s ease;
    }
    .filter-p {
        padding-top: 8px;
        width: 9%;
        float: left;
    }
    .selection-wd {
        width: 21%;
        float: right;
        margin-left: 7px;
    }
    .col-md-11.ipad-cs {
        width: 90.666667%;
    }
    .inpt-wdt {
        width: 73%;
    }
    .selection-wdt2 {
        margin-left: 9px;
        width: 31%;
        margin-left: 10px;
        margin-left: 10px;
    }
    .col-md-8.ipad-cs .col-md-9.ipad-cs {
        width: 74%;
    }
    .profile-left-panel {
        width: 100%;
        height: auto;
        float: left;
        margin-top: 13px;
        position: relative;
        padding: 0px;
    }
    .profile-left-panel ul li a {
        text-align: left;
        font-size: 14px;
        font-weight: 500;
        color: #343b45;
        padding: 6px 12px;
        font-family: 'Roboto', sans-serif, "Helvetica Neue", Helvetica, Arial, sans-serif;
        border: solid 1px rgba(141, 145, 150, 0.22);
        border-radius: 36px;
        background: #fff;
        height: 36px;
        float: left;
    }
    .profile-left-panel ul li a i {
        margin-right: 5px !important;
    }
    .sidebar-toggled .listing-inn-new {
        width: 330px;
        float: left;
        margin: 10px 8px;
        transition: all 0.1s ease;
    }
    .search-mb .filter-top {
        width: 71%;
        float: left;
        margin-top: 15px;
        padding-left: 0;
        margin-left: 0;
        height: 44px;
    }
    .search-mb button,
    .search-mb button:hover,
    .search-mb button:focus {
        margin-top: 16px;
        line-height: normal;
        border-radius: 0 10px 10px 0;
        font-size: 13px;
        font-family: 'Roboto', sans-serif !important;
        font-weight: 400 !important;
        float: left;
        width: 31px;
        padding: 0px 10px;
        height: 44px;
        border: 1px solid #1578FC;
        min-width: 44px;
    }
}

@media (max-width: 1199px) {
    .marketplace-navigation-new .marketplace-nav {
        width: 66%;
    }
    .input-search.col-md-12.p-l-0.xs-p-r-0.mps-lg.navi-search {
        float: right;
        width: 100%;
        justify-content: flex-end;
        padding-right: 0;
        padding-top: 0;
    }
    .listing-detail-width .head .listing-heading .text-master {
        font-size: 24px !important;
        line-height: 26px !important;
    }
    .marketplace-navigation-new .marketplace-nav .input-search.col-md-12.mps-lg.navi-search {
        padding-top: 10px;
    }
    .marketplace-navigation-new .marketplace-nav .mrpFilter .input-search.col-md-12.mps-lg.navi-search {
        /* padding-top: 0; */
    }
    .marketplace-navigation-new .mrpFilter .input-search {
        float: right;
        width: 100% !important;
        justify-content: flex-end;
    }
    .marketplace-nav .mrpFilter .filter-wrap {
        padding-top: 0;
        padding-top: 13px;
        padding-right: 0;
    }
    .article-new-nav.box-card .auction-search-nav .input-search {
        width: calc(100% + 25px) !important;
    }
    .mrpFilter [class*="col-lg"] {
        order: 1;
    }
    .marketplace-nav .mrpFilter {
        flex-wrap: wrap;
        gap: 10px;
    }
    .mrpFilter&gt;[class*="col-md-"] {
        order: 2;
    }
    .select2-container .select2-choice .select2-arrow b:before {
        right: -5px;
    }
    .mrpFilter .filter-wrap {
        padding-bottom: 10px;
        order: 3;
    }
    .mrpFilter #srtcon {
        padding: 0;
    }
    .input-search.mps-lg.navi-search {
        padding: 0 0 10px;
    }
    #accordion .form-group .btn-group-currency label {
        padding: 9px;
    }
    #accordion .form-group .btn-group-currency label span {
        font-size: 14px !important;
    }
    .filter-wrap .filter-item,
    .filter-wrap .filter-item:last-child {
        flex: 0 0 25%;
        max-width: calc(25% - 13px);
    }
    .filter-wrap .filter-item:nth-last-child(-n+3) {
        margin-top: 13px;
    }

    .landing-header .contact_btn {
        padding: 9px 12px !important;
        margin-right: 8px;
    }

}

@media (max-width: 1024px) {
    .recommended_content_home .recomendation-grid .listings-grids .top-panl .top-left-user {
        width: 52% !important;
    }
    .article-new-nav.box-card .auction-search-nav .input-search {
        width: 100% !important;
        margin-bottom: 0 !important;
    }
    .recommended_content_home .recomendation-grid .user-name-detail {
        width: 134px !important;
        height: 50px;
        float: left;
        margin-top: 0px;
        margin-left: 10px;
    }
    .auction-search-nav {
        width: 50%;
        padding-left: 15px !important;
    }
    .auction-marketplace .listings-grids .top-panl .top-left-user {
        width: 50% !important;
    }
    .auction-marketplace .user-name-detail {
        width: 170px !important;
        height: 50px;
        float: left;
        margin-top: 0px;
        margin-left: 10px;
    }
    .market-wth-lgn .listing .listing-body h3#lst-price {
        font-size: 20px;
        white-space: nowrap;
        overflow: hidden;
        width: 240px;
        text-overflow: ellipsis;
        margin-top: 9px;
    }
    .sidebar.toggled ul {
        border-bottom: none;
        margin-bottom: 30px;
        padding-bottom: 0px;
        overflow: scroll;
        height: 450px;
    }
    #profile-drop .dropdown-subcategory .dropdown {
        display: none;
        position: absolute;
        right: 100%;
        top: 0%;
        text-align: left;
        border: none;
        left: -100%;
    }
    .post-label {
        position: absolute;
        top: 128px;
        left: -5.3%;
        padding: 7px 30px 7px 30px;
        line-height: 15px;
        font-family: 'Roboto', sans-serif, "Helvetica Neue", Helvetica, Arial, sans-serif;
        font-size: 15px;
        font-weight: 500;
    }
    .post-label.post-listing {
        background: rgba(3, 199, 142, 0.7);
        color: #fff;
    }
    #wrapper #content-wrapper .container-fluid {
        padding-bottom: 15px !important;
        padding-left: 119px;
        padding-right: 15px !important;
        padding-top: 6rem !important;
    }
    .signup-left.verify-popup {
        width: 69%;
    }
    .modal-body {
        position: relative;
        padding: 15px;
        margin-top: 0px !important;
    }
    .listing-user .listing-user-info {
        float: left;
        width: 150px;
    }
    .mps-lg input {
        width: 92.6% !important;
    }
    .chat-box .col-lg-12.padding-0 .chat-user.col-sm-6 {
        width: 70%
    }
    .chat-box .col-lg-12.padding-0 .chat-controls.col-sm-6 {
        width: 30%
    }
    .upgarde-dv {
        width: 90%;
        margin: 0 auto;
        border-radius: 10px !important;
    }
    .fromem-chat {
        color: #0b3554;
        position: relative;
        font-size: 13px;
        line-height: 18px;
        margin: 4px 2px 0px 5px;
        /* max-width: 86%; */
        width: 86%;
        padding: 15px 15px;
        position: relative;
        text-align: right;
        background: #f8f9fa;
        border-radius: 10px;
        float: right;
        word-wrap: normal;
        text-overflow: ellipsis;
        word-wrap: break-word;
        -ms-word-wrap: break-word;
        overflow-wrap: break-word;
        position: relative;
    }
    .formthem-chat {
        color: #0b3554;
        position: relative;
        font-size: 13px;
        line-height: 18px;
        margin: -1px 5px 5px 2px;
        /* max-width: 86%; */
        width: 87%;
        overflow-wrap: break-word !important;
        padding: 15px 15px;
        position: relative;
        white-space: normal;
        text-align: left;
        background: #f8f9fa;
        float: left;
        border-radius: 10px;
    }
    .chat-user .chat-user-info a#companyUrl {
        float: left;
        width: 200px;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
    }
    #gc_con_modal .multiple .selectator_input,
    .multiple .selectator_textlength {
        padding: 15px 7px 0px;
        margin: 0px 0 4px 5px;
    }
    #main-wall div.db-listing-img h5 {
        padding-bottom: 0px !important;
        margin-bottom: -7px !important;
        margin-top: -13px;
        clear: both;
    }
    .thum-dive-cen {
        width: 32% !important;
        float: left !important;
        padding: 0 !important;
        margin-left: -1.2px;
        position: relative;
    }
    div.panel-body.panel-body7 div.db-listing-img a,
    div.panel-body.panel-body0 div.db-listing-img a {
        margin-bottom: 10px;
        /*clear: both;*/
    }
    .col-db-rightFull .panel-featured .panel-body #dynamicData .aq-user-card .b-grey .col-md-7 .user-info h3 {
        width: 140px;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
        padding: 0;
        margin: 0;
        line-height: 17px;
        float: left;
    }
    .ipad-cs {
        width: 100%;
    }
    .ipad-cs .mps-lg input {
        width: 94% !important;
        margin-bottom: 10px;
    }
    .col-md-11.ipad-cs {
        width: 99.666667%;
        margin-right: 4px;
    }
    .selection-wdt {
        width: 29%;
        float: left;
        margin-left: 16px;
    }
    .ipad-cs .selection-wdt {
        width: 26%;
        float: left;
        margin-left: 16px;
    }
    .inpt-wdt {
        width: 67%
    }
    .selection-wd {
        margin-left: 20px;
    }
    .btn-status-link {
        border-radius: 0 10px 10px 0 !important;
        padding: 1px 17px !important;
    }
    .col-md-8.ipad-cs .col-md-9.ipad-cs {
        width: 100%;
        margin-right: -6px;
    }
    .selection-wdt2 {
        margin-left: 9px;
        width: 31.5%;
        margin-left: 10px;
        margin-left: 10px;
    }
    #profile-completion-modal {
        position: fixed;
        bottom: 0px !important;
        width: 28%;
        z-index: 9999;
        right: 3%;
        left: inherit;
    }
    .composer-input .listng-l {
        width: 314px !important;
        font-size: 12px !important;
        padding-left: 6px;
        font-weight: 500;
        border-radius: 6px !important;
        border-radius: 10px !important;
        height: 40px;
    }
    .user-info {
        margin-left: 0px !important;
    }
    #main-wall.main-cont {
        width: 95%;
        margin: 0 auto;
    }
    .profile-form .no-padding.col-md-7 .row .col-sm-9 .col-md-4,
    .profile-form .col-sm-6.no-padding .radio-success .col-md-4 {
        width: 49.333333%;
    }
    .login-panel-hsp {
        width: 80%;
        margin: 50px auto 50px auto;
        display: none;
    }
    .cswitch .col-md-12 .col-md-6 {
        width: 100%;
    }
    #comp_form_panel .code-m {
        border-radius: 20px !important;
    }
    .btn-build-green {
        background: #00d080 !important;
        padding: 0px 0px;
        border-radius: 35px;
        outline: none;
        color: #fff;
        font-family: 'Roboto', sans-serif;
        font-weight: 700;
        font-size: 16px;
        border: none !important;
        line-height: 20px;
        margin-bottom: 80px;
        width: 250px;
        text-align: center;
        display: inline-block;
        margin-top: 0px !important;
        margin-left: 10px;
    }
    .btn-build-red {
        background: #eb5751 !important;
        padding: 0px 30px;
        border-radius: 45px;
        outline: none;
        color: #fff;
        font-family: 'Roboto', sans-serif;
        font-weight: 700;
        font-size: 16px;
        border: none !important;
        line-height: 20px;
        margin-bottom: 80px;
        width: 250px;
        text-align: center;
        display: inline-block;
        margin-top: 0px !important;
        margin-left: 10px;
    }
    #main-search input.new-search {
        background: #f7f8f9;
        border-radius: 36px 0 0 36px;
        color: #343b45;
        height: 52px;
        width: 80%;
        margin-top: 16px;
        border: solid 1px rgba(141, 145, 150, 0.22);
    }
    .search-mb .filter-top {
        width: 72%;
        float: left;
        margin-top: 15px;
        padding-left: 0;
        margin-left: 0;
        height: 52px;
    }
    .search-top-new {
        float: left;
        width: 39%;
        height: 44px;
    }
    #main-search input.new-search {
        background: #f7f8f9;
        border-radius: 36px 0 0 36px;
        color: #343b45;
        height: 52px !important;
        width: 100%;
        margin-top: 16px;
        border: solid 1px rgba(141, 145, 150, 0.22);
    }
    .filter-top ul.dropselct {
        height: 52px;
        width: 100%;
        list-style: none;
        padding: 4px;
        margin: 0;
        border: solid 1px rgba(141, 145, 150, 0.22);
        float: left;
        background: url(../../img/arrow-downb.png) 96% / 6% no-repeat #f7f8f9;
        margin-top: 1px;
        border-left: none;
        border-right: none;
    }
    #main-search {
        float: left;
        width: 60% !important;
    }
    .cent-dv-coont {
        width: 100%;
        margin: 0 auto;
    }
    body {
        padding: 0px 0% 0 0%;
    }
    .listing .listing-body h3 {
        font-size: 20px;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
        width: 172px;
    }
    #gl-toggle .inline {
        vertical-align: top;
    }
    #gl-toggle .inline.p-l-15 {
        width: 91%;
    }
    .sidebar-toggled .listing .listing-body h3 {
        font-size: 20px;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
        width: 260px;
    }
    .sidebar-toggled #wrapper #content-wrapper .container-fluid {
        padding-left: 117px;
    }
    #wrapper #content-wrapper .container-fluid {
        padding-bottom: 15px !important;
        padding-left: 283px;
        padding-right: 15px !important;
        padding-top: 6rem !important;
    }
    #wrapper #content-wrapper .container-fluid .container-fluid.container-fixed-lg {
        padding-bottom: 15px !important;
        padding-left: 283px;
        padding-right: 15px !important;
        padding-top: 2rem !important;
    }
    .security-dv-login {
        padding-left: 10px;
        width: 90%;
        margin: 0 auto;
    }
    .ipad-menu {
        display: none;
    }
    .sidebar ul {
        border-bottom: none;
        margin-bottom: 0px;
        padding-bottom: 10px;
    }
    .left-imge {
        width: 45% !important;
    }
    .recomendation-grid h1 {
        padding: 10px 12px;
    }
    .sidebar-toggled .left-imge {
        width: 46% !important;
    }
    .input-search {
        float: left;
        margin-left: 0px;
    }
    #filtersDivAuc .mrpFilter .col-md-4 {
        width: 100%;
    }
    .user-name-detail {
        width: 105px;
        height: 50px;
        float: right;
        margin-top: 25px;
    }
    #search .close {
        position: fixed;
        top: 15px;
        right: 15px;
        color: #fff;
        background-color: #1578FC;
        border-color: #1578FC;
        opacity: 1;
        padding: 10px 17px;
        font-size: 27px;
    }
    .drop-main-res {
        width: 160px;
        margin: -25px 67%;
        border: solid 1px #dddedf;
        background: #fff;
        padding: 0;
    }
    .listings-grids .auction-body {
        box-shadow: 0px 8px 8px #e0e0e0;
        border-radius: 0 0 18px 18px;
        margin-bottom: 20px;
        position: relative;
        background: #fff;
    }
    .aq-network-card .b-grey .col-md-12 {
        width: 50%;
    }
    .network-grp-btn {
        display: inline-block;
        padding: 5px 12px 4px;
        float: left;
        width: 88%;
    }
    .panel-controls .select2-container .select2-choice {
        height: 40px;
        padding: 1px 10px;
        /* width: 180px; */
        width: 132px;
        line-height: 36px;
    }
    .panel .panel-heading {
        background: transparent;
        border-radius: 0px;
        padding: 20px 15px 5px 15px !important;
        position: relative;
        min-height: auto;
        height: auto;
        float: left;
        width: 100%;
    }
    .search-mb button {
        margin-top: 16px;
        line-height: 38px;
        border-radius: 0 10px 10px 0;
        font-size: 15px;
        font-family: 'Roboto', sans-serif !important;
        font-weight: 400 !important;
        float: left;
        width: auto;
        padding: 0 10px !important;
        height: 53px !important;
    }
    .panel .panel-heading .panel-title {
        margin-bottom: 10px;
    }
    #con_data .prcon-div {
        width: 50%
    }
    #networksTab #main-content .user-info,
    #dealersTab #main-content .user-info {
        margin-left: 12px !important;
    }
    #dealersTab .panel-heading {
        background: transparent;
        border-radius: 0px;
        border-bottom: 1px solid #ccc;
        padding: 25px 15px 15px 15px;
        position: relative;
        z-index: 3;
        height: auto;
        min-height: auto !important;
        padding-bottom: 10px !important;
        float: left;
    }
    .three-feed-post .usrcard-feeds {
        margin-top: 5px;
        clear: both;
        float: left;
    }
    .usrcard-feeds {
        margin-top: 33px;
        float: left;
    }
    .sidebar-toggled .listing .listing-body h3#lst-price {
        font-size: 20px;
        white-space: nowrap;
        overflow: hidden;
        width: 120px;
        text-overflow: ellipsis;
    }
    #main-content #con_data .col-md-3 {
        width: 33%;
    }
    #sidebar-toggled #main-content #con_data .col-md-3 {
        width: 33%;
    }
    .bids-flex {
        width: 360px;
        float: left;
        margin: 10px 0px;
        transition: all 0.1s ease;
    }
    .sidebar-toggled .bids-flex {
        width: 291px;
        float: left;
        margin: 10px 3px;
        transition: all 0.1s ease;
        min-height: 340px;
    }
    .article-new-nav.bid-new #s2id_sortStatus {
        width: 75%;
        float: right;
        margin-top: 9px;
    }
    .wdht-ninty {
        width: 82.5% !important;
    }
    .market-wth-lgn .user-name-detail {
        width: 125px !important;
        height: 50px;
        float: left;
        margin-top: 0px;
        margin-left: 10px;
    }
    .content-krnk {
        width: 100%;
        margin: 0 auto;
    }
    .sidebar-toggled .content-krnk {
        width: 100%;
        margin: 0 auto;
    }
    .upgarde-dv {
        width: 100%;
        margin: 0 auto;
        border-radius: 10px !important;
    }
    .listing .listing-body h3#lst-price {
        font-size: 20px;
        white-space: nowrap;
        overflow: hidden;
        width: 140px;
        text-overflow: ellipsis;
    }
    .kr-manage-operator {
        width: 100%;
        margin: 7px;
    }
    .sidebar-toggled .kr-manage-operator {
        width: 100%;
        margin: 0 13px 0 0px;
    }
    .cent-dv-coont {
        width: 100%;
        margin: 0 auto;
    }
    .ipad-search {
        width: 100%;
        float: left;
        margin-top: 40%;
        padding: 0 12%;
    }
    #main-search {
        float: left;
        width: 77%;
    }
    #main-search input.new-search {
        background: #f7f8f9;
        border-radius: 10px 0 0 10px;
        color: #343b45;
        height: 44px;
        width: 100%;
        margin-top: 16px;
        border: solid 1px rgba(141, 145, 150, 0.22);
    }
    .search-responsive,
    .search-responsive:hover,
    .search-responsive:focus {
        display: block;
        float: left;
        font-size: 19px;
        line-height: 73px;
        margin-right: 13px;
        color: #455671;
    }
    .invite-responsive,
    .invite-responsive:hover,
    .invite-responsive:focus {
        display: block;
        float: left;
        font-size: 22px;
        line-height: 73px;
        margin-right: 5px;
        color: #455671;
    }
    .search-mb.responsive {
        display: none;
    }
    .top-right-use a.create-listing-bidbox {
        width: auto;
        background: none;
        color: #1578FC;
        font-family: 'Roboto', sans-serif, "Helvetica Neue", Helvetica, Arial, sans-serif;
        font-size: 12px;
        padding: 6px 7px;
        border-radius: 100px;
        border: 1px solid #1578FC;
        outline: none;
        float: left;
        transition: all 0.5s ease !important;
        margin: 0px 6px 0 0;
        display: none;
    }

    /* ====== New Marketplace Filters css open ====== */
    .marketplace-filterbox-external {
        width: 30%;
        height: calc(85vh);
        padding: 0 0 3%;
    }
    #listingView .filter-box .filter-nav .filter .btn-wrap-filter .filters-by {
        gap: 5px;
        width: calc(100% - 65px);
    }
    .bids-flex, .flx-cls-new, .flx-cls-auc, .listing-inn-new, .market-wth-lgn .flx-cls-new {
        width: 50%;
    }


    #listingView {
        width: 70%;
    }
    /* ====== New Marketplace Filters css close ====== */



}

@media (max-width: 991px) {
    .profile-detail-row .user-info {
        min-width: auto;
        width: 100%;
    }
    .subNav-wrap .marketplace-nav .mrpFilter&gt;[class*="col-md-"] {
        max-width: 100%;
    }
    .subNav-wrap .marketplace-nav .mrpFilter&gt;[class*="col-md-"] #desc {
        min-width: auto;
    }
    .article-new-nav.box-card .auction-search-nav .input-search .form-control {
        min-width: auto !important;
    }
    .pending-wrap,
    .security-dv-login,
    .content #main-wall.main-cont,
    .content .security-dv-login {
        max-width: 100%;
    }
    #con_data .prcon-div .con-req {
        width: 100%;
        margin: 0;
    }
    .bids-flex,
    .flx-cls-new,
    .flx-cls-auc,
    .listing-inn-new,
    .market-wth-lgn .flx-cls-new {
        width: 50%;
    }
    .header-section.sticky #logo-scroll {
        display: block;
        width: auto;
    }
    #auction-des {
        width: 100%;
    }
    .nav--modal .checkbox-only {
        column-count: 2;
    }
    .recommended_content_home .recomendation-grid .listings-grids .top-right-timer {
        width: 31% !important;
    }
    .recommended_content_home .recomendation-grid .listings-grids .top-panl .top-left-user {
        width: 60% !important;
    }
    .recommended_content_home .recomendation-grid .user-name-detail {
        width: 104px !important;
        height: 50px;
        float: left;
        margin-top: 0px;
        margin-left: 10px;
    }
    .recommended_content_home .recomendation-grid .listings-grids .top-right-timer {
        margin-top: 5% !important;
    }
    .recommended_content_home .recomendation-grid .listing .listing-body h3#lst-price {
        width: 150px;
    }
    #recommended_content.recommended_content_home .owl-carousel {
        padding: 0 0px;
    }
    .market-wth-lgn .listing .listing-body h3#lst-price {
        font-size: 20px;
        white-space: nowrap;
        overflow: hidden;
        width: 150px;
        text-overflow: ellipsis;
        margin-top: 9px;
    }
    .market-wth-lgn .flx-cls-auc .user-name-detail {
        width: 100px !important;
        height: 50px;
        float: left;
        margin-top: 0px;
        margin-left: 10px;
        margin-right: 0px;
    }
    .w-l-menu .marketplace-navigation-new .mrpFilter {
        margin-top: 1px;
        float: left;
        width: 68%;
        padding: 0;
    }
    .mobile-img img {
        width: 320px;
        margin-bottom: 40px;
        margin-left: -39px;
    }
    .playstore-btn a img {
        width: 175px;
        margin-right: 10px;
    }
    .mobile-detail p {
        font-size: 32px;
        color: #919191;
        width: 100%;
        line-height: 40px;
        margin-top: 18%;
        font-weight: 700;
    }
    .left-imge.homenew-loader {
        width: 47% !important;
    }
    #c-slider .owl-nav .owl-prev,
    .recent-listing .owl-nav .owl-prev {
        position: absolute;
        left: -18px;
        top: 58px !important;
        box-shadow: 0px 0px 4px #ccc;
        width: 60px;
        height: 60px;
        border-radius: 200px !important;
        background: #fff !important;
        outline: none;
    }
    #c-slider .owl-nav .owl-next,
    .recent-listing .owl-nav .owl-next {
        position: absolute;
        right: -18px;
        top: 58px !important;
        box-shadow: 0px 0px 4px #ccc;
        width: 60px;
        height: 60px;
        border-radius: 200px !important;
        background: #fff !important;
        outline: none;
    }
    .sidebar.toggled ul {
        border-bottom: none;
        margin-bottom: 30px;
        padding-bottom: 0px;
        overflow: inherit;
        height: auto;
    }
    .sidebar-toggled .listings-grids .user-name-detail {
        width: 99px;
        height: 50px;
        float: left;
        margin-top: 0px;
        margin-left: 10px;
    }
    .listings-grids .user-name-detail {
        width: 99px;
        height: 50px;
        float: left;
        margin-top: 0px;
        margin-left: 10px;
    }
    .sidebar-toggled .listings-grids .top-panl .top-left-user a.user-pic-list img {
        width: 50px !important;
        height: 50px !important;
        float: left;
        border-radius: 100px;
    }
    #main-wall .panel-feed .panel-body .feed-description p {
        padding: 0px;
        margin-left: 10px;
        width: calc(100% - 20px);
        clear: both;
    }
    .panel-feed .panel-heading .panel-controls .feed-time {
        position: absolute;
        right: 0;
        bottom: 26px;
        top: 40px;
    }
    .demo.feed-description {
        clear: both;
    }
    #main-wall .panel-body .row {
        margin-left: 0 !important;
        margin-right: 0 !important;
        clear: both;
    }
    .panel-feed .panel-body {
        padding: 0px;
        clear: both;
    }
    .post-label {
        position: absolute;
        top: 58px;
        left: -15px;
        padding: 7px 30px 7px 30px;
        line-height: 15px;
        font-family: 'Roboto', sans-serif, "Helvetica Neue", Helvetica, Arial, sans-serif;
        font-size: 15px;
        font-weight: 500;
    }
    .profile-left-panel ul li a:hover,
    .profile-left-panel ul li a.active,
    .profile-left-panel ul li a:focus {
        background: none;
        border: none;
        color: #1578FC;
        width: 100%;
    }
    .profile-left-panel ul li a {
        text-align: left;
        font-size: 14px;
        font-weight: 500;
        color: #343b45;
        padding: 6px 12px;
        font-family: 'Roboto', sans-serif, "Helvetica Neue", Helvetica, Arial, sans-serif;
        border: none;
        border-radius: 36px;
        background: #fff;
        height: 36px;
        float: left;
        width: 100%;
    }
    #com_cov-sticky-wrapper.animateSticky .profie-new-com {
        box-shadow: 0px 0px 6px #ccc;
        position: static !important;
    }
    .article-in {
        padding-left: 0px;
        padding-right: 0px;
        margin-top: -10px !important;
    }
    .col-md-12.m-t-10 #listingView,
    #comp_marketplace .col-md-12.m-t-10.p-l-0.p-r-0 {
        clear: both;
    }
    .sidebar-toggled .listing-inn-new {
        width: 286px;
        float: left;
        margin: 10px 8px;
        transition: all 0.1s ease;
    }
    .listing-inn-new {
        width: 286px;
        float: left;
        margin: 10px 8px;
        transition: all 0.1s ease;
    }
    #comp_conn .aq-conn-div .flex-cs.position-relative .user-info {
        margin-left: 35px !important;
        width: 160px;
    }
    .box-card.col-md-12 {
        clear: both;
        float: left;
    }
    .box-card.col-md-12 .radio label,
    .checkbox label {
        display: inline-block;
        cursor: pointer;
        position: relative;
        padding-left: 20px !important;
    }
    .profile-cover {
        position: relative;
        height: 164px;
        margin-top: 15px;
    }
    #resp-user,
    #resp-view {
        width: 100%;
        float: left;
        margin-top: 23px;
        background: #fff;
        margin-bottom: 20px;
        box-shadow: 0 4px 20px 1px rgba(0, 0, 0, .06), 0 1px 4px rgba(0, 0, 0, .08);
        border-radius: 10px;
    }
    .user-card-company {
        position: absolute;
        top: 0px;
        right: 10px;
    }
    .profile-left-panel ul {
        list-style: none;
        margin: 10px 0 20px 0;
        padding: 0;
        float: left;
        padding: 16px 20px 10px 30px;
        width: 100%;
        position: relative;
        border-top: solid 1px rgba(141, 145, 150, 0.22);
    }
    #auctionWizard .panel-default {
        margin: 10px 0;
        width: 100%;
        float: left;
    }
    #accordion .panel .panel-heading {
        background: transparent;
        border-radius: 0px;
        border-bottom: 0px;
        padding: 0px 0px 0px 0px;
        position: relative;
        /* z-index: 3; */
        min-height: auto;
        height: auto;
        float: left;
        width: 100%;
    }
    #accordion .panel-default&gt;.panel-heading {
        padding: 0;
        border-radius: 10px;
        color: #212121;
        background-color: #fff;
        margin-bottom: 0px;
    }
    #accordion .panel-collapse .panel-body {
        border: 0;
        width: 100%;
        float: left;
    }
    .col-md-8.ipad-cs .col-md-9.ipad-cs {
        width: 88%;
    }
    .sidebar-toggled .bids-flex {
        width: 310px;
        float: left;
        margin: 10px 3px;
        transition: all 0.1s ease;
        min-height: 340px;
    }
    .col-md-11.ipad-cs {
        width: 100%;
    }
    .post-label {
        position: absolute;
        top: 48px !important;
        left: -20px !important;
        padding: 7px 30px 7px 30px;
        line-height: 15px;
        font-family: 'Roboto', sans-serif, "Helvetica Neue", Helvetica, Arial, sans-serif;
        font-size: 15px;
        font-weight: 500;
    }
    #profile-completion-modal .modal-wdthn {
        width: 371px;
        /* margin: 0 auto; */
        border: 1px solid #fff;
        -webkit-box-shadow: 0px 0px 66px -1px rgba(0, 0, 0, 0.49);
        -moz-box-shadow: 0px 0px 66px -1px rgba(0, 0, 0, 0.49);
        box-shadow: 0px 0px 66px -1px rgba(0, 0, 0, 0.49);
        float: right;
        border-radius: 10px 10px 0 0;
        padding-bottom: 9%;
    }
    .inpt-wdt {
        width: 61%;
    }
    .security-dv-login {
        width: 100%;
        margin: 0 auto;
        padding-left: 0px;
    }
    #share-invitation .invitation-tital h3 {
        width: 100%;
        float: left;
        color: #1578FC;
        font-family: 'Roboto', sans-serif !important;
        font-weight: 700 !important;
        font-size: 18px;
        margin-right: 10px;
        margin-top: 0px;
    }
    .section-heading.text-center.m-b-40 {
        margin-bottom: 0px !important
    }
    .login-panel-hsp {
        width: 60%;
        margin: 50px auto 50px auto;
        display: none;
    }
    .custom-modal-invite #share-invitation .invitation-tital h3 {
        width: 100%;
        float: left;
        color: #1578FC;
        font-family: 'Roboto', sans-serif !important;
        font-weight: 700 !important;
        font-size: 18px;
        margin-right: 10px;
        margin-top: 0px !important;
    }
    .login-des h2 {
        font-family: 'Roboto', sans-serif !important;
        font-weight: 700 !important;
        font-size: 16px;
        color: #343b45;
        margin: 0px;
        padding: 0px;
        line-height: 20px;
    }
    #main-search {
        float: left;
        width: 53%;
    }
    a.manage-dealer {
        font-family: 'Roboto', sans-serif !important;
        font-weight: 300;
        font-size: 14px;
        color: #0065eb;
        float: right;
        margin-left: 20px;
        text-align: center;
    }
    .added-dealer {
        font-size: 14px;
        color: #787777;
        float: left;
        margin-right: 0px;
        margin-top: 0px;
        width: 100%;
        text-align: center;
    }
    #main-content #con_data .col-md-3 {
        width: 50%;
    }
    .signup-left.verify-popup {
        width: 60%;
    }
    .signup-left.verify-popup .modal-body {
        position: relative;
        padding: 5px;
    }
    .verify-div .green-border .number-dashboard {
        width: 99px;
        float: left;
        padding: 21px 10px;
        height: 40px;
        border-radius: 6px;
        outline: none;
    }
    .private-lock {
        float: right;
        font-size: 12px;
        position: absolute;
        right: -90px;
    }
    #networksTab #main-content .user-info {
        margin-left: 14px !important;
    }
    #dealersTab #main-content .user-info {
        margin-left: 0px !important;
    }
    .mps-lg input {
        width: 79% !important;
    }
    #desc {
        width: 79% !important;
    }
    .mrpFilter .input-search.mps-lg {
        float: left;
        margin-right: 10px;
        width: 200px;
    }
    .mrpFilter {
        display: flex;
        align-items: center;
        justify-content: flex-end;
        padding-right: 15px;
    }
    .input-search {
        float: left;
        margin-right: 10px;
        width: 260px;
    }
    .ipad-cs .input-search {
        float: left;
        margin-right: 10px;
        width: 740px;
    }
    #cell-phon .iti--separate-dial-code.iti {
        float: left;
        width: 20%;
    }
    #cell-phon .code-number-w {
        width: 77% !important;
    }
    .three-feed-post .usrcard-feeds {
        margin-top: 5px;
        clear: both;
    }
    .feed-pic {
        width: 100%;
        float: right;
        margin-top: 17%;
        height: 75px;
    }
    .feed-describ p {
        color: #343b45;
        font-family: 'Roboto', sans-serif, "Helvetica Neue", Helvetica, Arial, sans-serif;
        font-size: 13px;
        padding: 0px 0px;
        margin: 0px;
        min-height: 30px;
        float: left;
    }
    .usrcard-feeds {
        margin-top: 10px;
        clear: both;
    }
    .cent-dv-coont {
        width: 100%;
        margin: 0 auto;
    }
    .left-imge {
        width: 44% !important;
    }
    .listings-grids .top-panl .top-left-user a.user-pic-list {
        width: 50px !important;
        height: 50px !important;
        border-radius: 100px;
        position: absolute;
        z-index: 99;
        top: 23px;
        left: 7px;
    }
    .flx-cls-feeds {
        width: 100%;
        float: left;
        margin: 10px 9px;
        transition: all 0.1s ease;
    }
    .listings-grids .top-panl .top-left-user a.user-pic-list img {
        width: 44px !important;
        height: 44px !important;
        float: left;
        border-radius: 100px;
    }
    .user-name-detail {
        width: 96px !important;
        height: 50px;
        float: left;
        margin-top: 0px;
        margin-left: 10px;
    }
    .recomendation-grid .flx-cls-new.home-new {
        width: 370px;
        float: left;
        margin: 10px 10px 10px 9px;
        transition: all 0.1s ease;
    }
    .custom-select {
        display: block;
        width: 100%;
        float: left;
        padding: 0px 15px;
        margin-bottom: 20px;
        border-radius: 18px;
        background: none;
        border: none;
    }
    #hero-area.bg {
        background-image: url(../images/shape-1.png), url(../images/shape-2.png);
        background-repeat: no-repeat;
        background-position: left -66px, right 118px;
        padding: 0 0 0px;
        background-size: 46%, 47% 410px;
    }
    .hero-image {
        /* margin: 125px 0 0; */
        margin: 69px 10px 91px 1px;
        margin-right: 10px;
    }
    .hero-content h1 {
        font-weight: 700;
        text-transform: uppercase;
        margin-bottom: 25px;
        font-size: 49px;
        color: #455671;
        line-height: 50px;
        margin-top: 10px;
        font-family: 'hel-bold', "Helvetica Neue", "HelveticaNeue", Helvetica, Arial, sans-serif;
    }
    .hero-content .search {
        width: 90%;
        float: left;
        border: 1px solid #DFDFDF;
        border-radius: 48px;
        background: #fff;
        height: 60px;
    }
    #header.sticky .navbar-nav.v1 .nav-link {
        color: #8D8D8D;
    }
    .feed-bx .usrcard-feeds .user-info a {
        width: 150px;
        text-overflow: ellipsis;
        white-space: nowrap;
        overflow: hidden;
        /* float: left; */
        display: block;
    }
    .flag-truncate {
        max-width: 200px;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
        min-width: 160px;
        float: left;
    }
    #main-search {
        float: left;
        width: 57% !important;
    }
    .search-top-new {
        float: left;
        width: 43%;
        height: 44px;
    }
    .dropdown-menu.drop-main-res {
        right: 0px;
        width: auto;
        width: 150px;
        left: 460px;
        top: 54px;
    }
    #search .close {
        position: fixed;
        top: 15px;
        right: 15px;
        color: #fff;
        background-color: transparent;
        border-color: #357ebd;
        opacity: 1;
        padding: 10px 17px;
        font-size: 47px;
    }
    #main-search {
        float: left;
        width: 57%;
    }
    .number-dev .iti {
        width: 24%;
    }
    #mob_code_p {
        width: 100% !important;
    }
    .search-mb .filter-top {
        width: 82%;
        float: left;
        margin-top: 15px;
        padding-left: 0;
        margin-left: 0;
        height: 44px;
    }
    .ipad-menu {
        width: 100px;
        overflow: hidden;
        display: block;
    }
    .ipad-menu {
        background: #fff;
        min-height: 100%;
        z-index: 9;
        padding: 2px 0 170px 0;
        position: fixed;
        height: 100%;
        list-style: none;
        z-index: 500;
        box-shadow: 0 4px 20px 1px rgba(0, 0, 0, .06), 0 1px 4px rgba(0, 0, 0, .08);
        transition: all 0.5s ease;
    }
    .ipad-menu .user-info-side {
        width: 100%;
        float: left;
        border-bottom: 1px solid #E3E3E3;
        position: relative;
        padding: 12px;
        margin-bottom: 0px;
        margin-top: 20px;
    }
    .ipad-menu .user-info-side figure {
        width: 100%;
        float: left;
        margin: 0 0 15px 0px;
        text-align: left;
        padding: 0 0px;
    }
    .user-info-side figure img {
        border-radius: 100%;
        width: 80px;
    }
    .ipad-menu ul {
        border-bottom: none;
        margin-bottom: 30px;
        padding-bottom: 0px;
        float: left;
        width: 100%;
        padding: 0px;
        margin: 0px;
    }
    .ipad-menu .nav-item {
        padding-left: 0px;
        width: 100%;
    }
    .ipad-menu .nav-item .nav-link {
        text-align: center;
        padding: 12px 14px !important;
        width: 100%;
        float: left;
    }
    .ipad-menu .nav-item .nav-link figure.menu1 {
        height: 30px;
        background: url(../img/m1n.png) no-repeat;
        width: 30px;
        background-size: 30px auto;
        display: block;
        float: none;
        margin: 0 auto;
    }
    .ipad-menu .nav-item .nav-link:hover figure.menu1,
    .ipad-menu .nav-item.active .nav-link figure.menu1 {
        height: 30px;
        background: url(../img/m1.png) no-repeat;
        width: 30px;
        background-size: 30px auto;
        display: block;
        float: none;
        margin: 0 auto;
    }
    .ipad-menu .nav-item .nav-link figure.menu2 {
        height: 30px;
        background: url(../img/m2n.png) no-repeat;
        width: 30px;
        background-size: 30px auto;
        display: block;
        float: none;
        margin: 0 auto;
    }
    .ipad-menu .nav-item .nav-link:hover figure.menu2,
    .ipad-menu .nav-item.active .nav-link figure.menu2 {
        height: 30px;
        background: url(../img/m2.png) no-repeat;
        width: 30px;
        background-size: 30px auto;
        display: block;
        float: none;
        margin: 0 auto;
    }
    .ipad-menu .nav-item .nav-link figure.menu3 {
        height: 30px;
        background: url(../img/m3n.png) no-repeat;
        width: 30px;
        background-size: 30px auto;
        display: block;
        float: none;
        margin: 0 auto;
    }
    .ipad-menu .nav-item .nav-link:hover figure.menu3,
    .ipad-menu .nav-item.active .nav-link figure.menu3 {
        height: 30px;
        background: url(../img/m3.png) no-repeat;
        width: 30px;
        background-size: 30px auto;
        display: block;
        float: none;
        margin: 0 auto;
    }
    .ipad-menu .nav-item .nav-link figure.menu4 {
        height: 30px;
        background: url(../img/m4n.png) no-repeat;
        width: 30px;
        background-size: 30px auto;
        display: block;
        float: none;
        margin: 0 auto;
    }
    .ipad-menu .nav-item .nav-link:hover figure.menu4,
    .ipad-menu .nav-item.active .nav-link figure.menu4 {
        height: 30px;
        background: url(../img/m4.png) no-repeat;
        width: 30px;
        background-size: 30px auto;
        display: block;
        float: none;
        margin: 0 auto;
    }
    .ipad-menu .nav-item .nav-link figure.menu5 {
        height: 30px;
        background: url(../img/m5n.png) no-repeat;
        width: 30px;
        background-size: 30px auto;
        display: block;
        float: none;
        margin: 0 auto;
    }
    .ipad-menu .nav-item .nav-link:hover figure.menu5,
    .ipad-menu .nav-item.active .nav-link figure.menu5 {
        height: 30px;
        background: url(../img/m5.png) no-repeat;
        width: 30px;
        background-size: 30px auto;
        display: block;
        float: none;
        margin: 0 auto;
    }
    .ipad-menu .nav-item .nav-link figure.menu6 {
        height: 30px;
        background: url(../img/m6n.png) no-repeat;
        width: 30px;
        background-size: 30px auto;
        display: block;
        float: none;
        margin: 0 auto;
    }
    .ipad-menu .nav-item .nav-link:hover figure.menu6,
    .ipad-menu .nav-item.active .nav-link figure.menu6 {
        height: 30px;
        background: url(../img/m6.png) no-repeat;
        width: 30px;
        background-size: 30px auto;
        display: block;
        float: none;
        margin: 0 auto;
    }
    .ipad-menu .nav-item .nav-link figure.menu7 {
        height: 30px;
        background: url(../img/m7n.png) no-repeat;
        width: 30px;
        background-size: 30px auto;
        display: block;
        float: none;
        margin: 0 auto;
    }
    .ipad-menu .nav-item .nav-link:hover figure.menu7,
    .ipad-menu .nav-item.active .nav-link figure.menu7 {
        height: 30px;
        background: url(../img/m7.png) no-repeat;
        width: 30px;
        background-size: 30px auto;
        display: block;
        float: none;
        margin: 0 auto;
    }
    .ipad-menu .nav-item .nav-link figure.menu8 {
        height: 30px;
        background: url(../img/m8n.png) no-repeat;
        background-position: center;
        width: 30px;
        background-size: 24px auto;
        display: block;
        float: none;
        margin: 0 auto;
    }
    .ipad-menu .nav-item .nav-link:hover figure.menu8,
    .ipad-menu.nav-item.active .nav-link figure.menu8 {
        background-position: center;
        height: 30px;
        background: url(../img/m8.png) no-repeat;
        width: 30px;
        background-size: 24px auto;
        display: block;
        float: none;
        margin: 0 auto;
    }
    .ipad-menu .nav-item .nav-link span {
        display: block;
        font-size: 12px;
        margin: 3px 0 0 0px;
        font-weight: normal;
        text-align: center;
    }
    .ipad-menu .nav-item .nav-link {
        color: #2e2e2e;
    }
    .ipad-menu .nav-item .nav-link:hover,
    .ipad-menu .nav-item.active .nav-link {
        background-color: #1578FC;
        color: #fff;
        transition: all 0.1s ease !important;
    }
    .filter-wrap .filter-item,
    .filter-wrap .filter-item:last-child {
        flex: 0 0 33.33%;
        max-width: calc(33.33% - 13px);
    }
    .filter-wrap .filter-item:nth-last-child(-n+4) {
        margin-top: 13px;
    }
    .filter-wrap .filter-item .btn {
        font-size: 12px;
    }
    .navi-search #desc {
        min-width: calc(100% + 50px);
    }

    /* ====== New Marketplace Filters css open ====== */
    .marketplace-filterbox-external {
        width: 30%;
        height: calc(85vh);
        padding: 0 0 3%;
    }
    #listingView .filter-box .filter-nav .filter .btn-wrap-filter .filters-by {
        gap: 3px;
        width: calc(100% - 65px);
    }
    .bids-flex, .flx-cls-new, .flx-cls-auc, .listing-inn-new, .market-wth-lgn .flx-cls-new {
        width: 50%;
    }
    #listingView {
        width: 70%;
    }
    /* ====== New Marketplace Filters css close ====== */

}

@media (max-width: 820px) {
    .marketplace-navigation-new ul li {
        padding: 5px;
        line-height: 54px;
        height: 68px;
    }
    .marketplace-navigation-new .subNav-wrap .marketplace-nav .col-md-3 {
        width: 46%;
        padding-left: 0;
    }

    /* ====== New Marketplace Filters css open ====== */
    .marketplace-filterbox-external.collapse:not(.show) {
        display: none !important;
    }
    .marketplace-filterbox-external.accordion-collapse {
        /* transform: translateY(100%); */
        -webkit-transition: all 0.4s ease-in;
        -moz-transition: all 0.4s ease-in;
        -o-transition: all 0.4s ease-in;
        transition: all 0.4s ease-in;
    }
    .marketplace-filterbox-external.collapse.in {
        display: block !important;
        width: 100%;
        position: initial;
        top: 0;
        height: 500px;
        overflow: auto;
        margin: 0 0 24px;
        /* transform: translateY(0%); */
        -webkit-transition: all 0.4s ease-in-out;
        -moz-transition: all 0.4s ease-in-out;
        -o-transition: all 0.4s ease-in-out;
        transition: all 0.4s ease-in-out;
    }
    .marketplace-filterbox-external .sideFilterBox.style-2 {
        height: auto;
    }

    #listingView {
        padding: 0;
        width: 100%;
    }

    /* ====== New Marketplace Filters css close ====== */
    .market-wth-lgn #pagination_total_2,
    .market-wth-lgn ul.pagination {
        padding-left: 0;
    }

}

@media (max-width: 767px) {
    .navi-search #desc {
        min-width: auto;
    }
    .content-krnk .page-top {
        max-width: 400px;
        margin: auto;
    }
    [id*="con_record"].aq-user-card.prcon-div p.day-ago {
        margin: 0 !important;
        width: auto;
        padding-right: 15px;
    }
    .bids-flex,
    .flx-cls-new,
    .flx-cls-auc,
    .listing-inn-new,
    .market-wth-lgn .flx-cls-new {
        width: 100%;
    }
    .marketplace-navigation-new .subNav-wrap .menu-items {
        width: 34%;
        float: left;
    }
    .mrpFilter .input-search {
        margin: 0;
    }
    .content-krnk {
        padding: 0 20px;
    }
    .recommended_content_home .recomendation-grid .popular-stories .listings-grids .top-right-timer {
        margin-top: 8% !important;
    }
    .recommended_content_home .recomendation-grid .listing .listing-body h3#lst-price {
        font-size: 20px;
        white-space: nowrap;
        overflow: hidden;
        width: 150px;
        text-overflow: ellipsis;
    }
    .recommended_content_home .recomendation-grid .listing .listing-body h3 {
        font-size: 20px;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
        width: 270px;
    }
    .recommended_content_home .recomendation-grid .listings-grids .top-right-timer {
        width: 45% !important;
    }
    .recommended_content_home .recomendation-grid .listings-grids .top-panl .top-left-user {
        width: 52% !important;
    }
    .recommended_content_home .recomendation-grid .listings-grids .top-right-timer {
        margin-top: 9% !important;
    }
    #recommended_content.recommended_content_home .owl-carousel {
        padding: 0 20px;
    }
    .market-wth-lgn .flx-cls-auc .user-name-detail {
        width: 95px !important;
        height: 50px;
        float: left;
        margin-top: 0px;
        margin-left: 10px;
        margin-right: 0px;
    }
    .marketplace-navigation-new ul li {
        display: inline-block;
        padding: 10px 12px;
        height: 55px;
        line-height: 42px;
        text-align: center;
        position: relative;
        width: auto !important;
        border-right: none;
    }
    .onefifty-mrgn.w-l-menu {
        margin-top: 100px !important;
    }
    .content-krnk.content.onefifty-mrgn .marketplace-navigation-new#stickThis.stick {
        margin-top: 0;
        position: fixed;
        top: 75px;
        z-index: 968;
        width: 94.6%;
        border-radius: 0px 0px 18px 18px !important;
    }
    .hero-content {
        padding: 110px 0 0;
        text-align: center;
    }
    .custom-select {
        display: block;
        width: 100%;
        float: left;
        padding: 0px 14px;
        margin-bottom: 20px;
        background: none !important;
        border: none !important;
    }
    .recomendation-grid .flx-cls-new.home-new {
        width: 95%;
        float: left;
        margin: 10px 10px 10px 10px;
        transition: all 0.1s ease;
    }
    .auction-meta .col-xs-4 {
        width: 33.33333333% !important;
    }
    .paralex-dev h1 {
        font-size: 30px;
        color: #fff;
        width: 100%;
        float: left;
        margin: 10% 0 10px 0;
        padding: 0px;
        text-align: center;
        line-height: 30px;
    }
    .paralex-dev p {
        font-size: 17px;
        color: #fff;
        width: 100%;
        float: left;
        margin: 0px;
        text-align: center;
        font-weight: normal;
        padding: 0px 5px;
        margin-bottom: 40px;
    }
    .anchor-prllex a {
        border: 1px solid #fff;
        color: #fff;
        padding: 10px 18px;
        border-radius: 58px;
        background: none;
        font-size: 12px;
        display: inline-block;
        margin-right: 3px;
    }
    .marketplace-navigation-new.add-list-stick#stickThis.stick {
        margin-top: 0;
        position: fixed;
        top: 80px;
        z-index: 99;
        width: 66.9%;
        border-radius: 0px 0px 18px 18px;
    }
    .content.sm-gutter.errorMsg .article-new-nav#stickThis.stick {
        margin-top: 0;
        position: fixed;
        top: 80px;
        z-index: 99;
        width: 92.7%;
        border-radius: 0px 0px 18px 18px;
        transition: top 0.5s ease;
    }
    .marketplace-navigation-new#stickThis.stick.add-list-stick {
        width: 86.4%;
    }
    .article-new-nav#stickThis.stick {
        width: 92%;
    }
    .marketplace-navigation-new#stickThis.stick {
        margin-top: 0;
        position: fixed;
        top: 80px;
        z-index: 99;
        width: 95.4%;
        border-radius: 0px 0px 18px 18px;
        margin-left: -5px;
    }
    .profile-form label {
        float: left;
    }
    .mrpFilter [class*="col-lg"] {
        max-width: 125px;
    }
    .main-cont #main-panel .section-heading h2 {
        font-size: 25px;
        padding-bottom: 0px;
        margin-bottom: 0px;
        line-height: 1.3;
        margin-top: 0px;
    }
    #user_form_panel .section-heading h2 {
        font-size: 25px;
        padding-bottom: 0px;
        margin-bottom: 0px;
        line-height: 1.3;
    }
    .addSpec {
        margin: 10px 0px !important;
        padding: 0 15px;
        height: 36px;
        border-radius: 36px;
        font-size: 12px;
        font-weight: 700 !important;
        font-family: 'Roboto', sans-serif !important;
        width: 100%;
    }
    #spec_title,
    #spec_url {
        padding: 15px 0px;
        height: auto;
    }
    .toggle-plus {
        display: none
    }
    .user-profile-stats {
        display: none;
    }
    #profile-drop {
        width: auto;
        float: left;
    }
    #profile-drop ul,
    #profile-drop li {
        margin: 0;
        padding: 0;
        list-style: none;
        color: #fff;
        border: none;
    }
    #profile-drop .category {
        padding: 0px 0px;
        position: relative;
        line-height: normal;
        margin-right: 0px;
        font-size: 12px;
        cursor: pointer;
    }
    #profile-drop ul li.category a {
        color: #1578FC;
        padding: 6px 7px;
    }
    #profile-drop .dropdown {
        display: none;
        position: absolute;
        background: #fff;
        box-shadow: 0 4px 20px 1px rgba(0, 0, 0, .06), 0 1px 4px rgba(0, 0, 0, .08);
        border-radius: 5px;
        min-width: auto;
        width: 130px;
        top: 30px;
        z-index: 999;
    }
    #profile-drop .dropdown li {
        position: relative;
        border-bottom: solid 1px rgba(141, 145, 150, 0.22);
        width: 100%;
        display: block;
    }
    #profile-drop .dropdown-subcategory .dropdown {
        display: none;
        position: static;
        left: 100%;
        top: 0%;
        text-align: left;
        border: none;
        box-shadow: none;
        border-radius: 0px;
    }
    .post-label {
        position: absolute;
        top: 158px;
        left: -15px;
        padding: 7px 30px 7px 30px;
        line-height: 15px;
        font-family: 'Roboto', sans-serif, "Helvetica Neue", Helvetica, Arial, sans-serif;
        font-size: 15px;
        font-weight: 500;
    }
    #abcdf {
        z-index: 99999 !important;
    }
    .feed-bx.three-feed-post {
        min-height: auto;
        float: left;
    }
    #cell-phon .iti--separate-dial-code.iti {
        float: left;
        width: 26%;
    }
    .top-user-opt .notification-list {
        float: left;
        margin-right: 8px !important;
    }
    .top-user-opt .notification-list li {
        margin-right: 8px;
        line-height: 3px;
    }
    .code-number-w {
        width: 70% !important;
    }
    .skip-btn-main {
        font-family: 'Roboto', sans-serif;
        color: #999999;
        width: 43%;
        margin: 0 auto;
        font-size: 20px;
        text-decoration: none;
        clear: both;
    }
    .step-one-main .panel-body-toggle .xs-m-b-20 {
        margin-bottom: 0px !important;
    }
    #pop-wizard .modal-body {
        box-shadow: none;
        padding: 25px !important;
        padding-top: 0;
        white-space: normal;
    }
    .select2-container .select2-choice .select2-arrow b:before {
        font-family: 'FontAwesome';
        content: "\f0d7";
        position: relative;
        top: 6px;
        right: -4px;
        font-size: 12px;
    }
    .krank-nav {
        padding: 0;
        box-shadow: 0 1px 15px rgba(0, 0, 0, .04), 0 1px 6px rgba(0, 0, 0, .04);
        background: #fff;
        height: 80px;
        z-index: 999 !important;
        top: 0px !important;
    }
    .usrcard-feeds {
        margin-top: 10px;
        clear: both;
        float: left;
    }
    .clear-bth .forPeople .aq-user-card-people .b-grey .user-info {
        padding-left: 0px !important;
        width: 211px;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
    }
    #seach-dv .article-new-nav .menu-items {
        display: block;
        position: relative;
        margin: 0px auto;
        z-index: 1;
        padding: 0px 10px 0 10px;
        width: 100%;
        min-height: 28px;
        text-align: center;
    }
    #seach-dv .article-new-nav .menu-items li {
        padding: 10px 0px;
        display: inline-block;
        float: none;
    }
    #seach-dv .article-new-nav .menu-items li:hover,
    #seach-dv .article-new-nav .menu-items li.active {
        color: #1578FC;
        border-bottom: none;
    }
    #seach-dv .article-new-nav .menu-items li:hover a,
    #seach-dv .article-new-nav .menu-items li.active a {
        color: #1578FC;
        border-bottom: none;
    }
    .forPeople .nd-creq,
    .not-allowed {
        font-size: 13px !important;
        font-weight: 700;
        height: 40px;
        border-radius: 6px !important;
        line-height: 38px;
        padding: 0 15px;
        margin-top: 6px;
    }
    #seach-dv .article-new-nav .menu-items li a {
        font-family: 'Roboto', sans-serif !important;
        font-weight: 700 !important;
        color: #343b45;
        border-right: solid 1px #dddedf;
        padding: 5px 16px;
        font-size: 12px;
        float: left;
    }
    .sidebar-toggled .listing-inn-new {
        width: 370px;
        float: left;
        margin: 10px 0px;
        transition: all 0.1s ease;
    }
    .listing-inn-new {
        width: 370px;
        float: left;
        margin: 10px 0px;
        transition: all 0.1s ease;
    }
    .three-feed-post .usrcard-feeds {
        margin-top: 5px;
        clear: both;
    }
    .profile-left-panel ul li a {
        text-align: left;
        font-size: 14px;
        font-weight: 500;
        color: #343b45;
        padding: 6px 12px;
        font-family: 'Roboto', sans-serif, "Helvetica Neue", Helvetica, Arial, sans-serif;
        border: solid 1px rgba(141, 145, 150, 0.22);
        border-radius: 0px;
        background: #fff;
        height: auto;
        float: left;
        width: 100%;
        background: none;
        border: none;
    }
    .profile-left-panel ul li a:hover,
    .profile-left-panel ul li a.active,
    .profile-left-panel ul li a:focus {
        background: none;
        border: none;
        color: #1578FC;
    }
    .pull-right-lg {
        float: right;
        padding: 0px !important;
    }
    #profile-completion-modal .modal-wdthn {
        width: 100%;
        /* margin: 0 auto; */
        border: 1px solid #fff;
        -webkit-box-shadow: 0px 0px 66px -1px rgba(0, 0, 0, 0.49);
        -moz-box-shadow: 0px 0px 66px -1px rgba(0, 0, 0, 0.49);
        box-shadow: 0px 0px 66px -1px rgba(0, 0, 0, 0.49);
        float: right;
        border-radius: 10px 10px 0 0;
        padding-bottom: 6%;
    }
    #profile-completion-modal {
        position: fixed;
        bottom: -1000px;
        width: 100%;
        z-index: 9999;
        right: 0%;
        left: inherit;
    }
    .ipad-menu {
        display: none;
    }
    #wrapper #content-wrapper .container-fluid {
        padding-bottom: 15px !important;
        padding-left: 15px;
        padding-right: 15px !important;
        padding-top: 7rem !important;
    }
    #wrapper #content-wrapper .container-fluid .content-krnk .container-fluid {
        padding-bottom: 15px !important;
        padding-left: 15px;
        padding-right: 15px !important;
        padding-top: 4rem !important;
    }
    #main-content #con_data .col-md-3 {
        width: 100%;
    }
    .sidebar-toggled .bids-flex {
        width: 380px;
        float: left;
        margin: 10px 3px;
        transition: all 0.1s ease;
        min-height: 340px;
    }
    .bids-flex {
        width: 380px;
        float: left;
        margin: 10px 3px;
        transition: all 0.1s ease;
        min-height: 340px;
    }
    #dealersTab .panel-heading {
        background: transparent;
        border-radius: 0px;
        border-bottom: 1px solid #ccc;
        padding: 25px 15px 15px 15px;
        position: relative;
        z-index: 3;
        min-height: auto;
        float: left;
    }
    .sm-gutter .col-md-3 {
        width: 10%;
    }
    .sm-gutter .panel-feed .col-md-3 {
        width: 100%;
    }
    .panel .panel-heading {
        background: transparent;
        border-radius: 0px;
        border-bottom: 0px;
        padding: 25px 15px 15px 15px;
        position: relative;
        z-index: 3;
        min-height: auto;
    }
    .panel .panel-heading {
        min-height: auto;
    }
    .panel-controls.margn-tp .network-grp-btn {
        font-size: 13px;
        margin-left: 0px;
        margin-top: 3px;
        height: 40px !important;
    }
    .more-opt ul.dropdown-menu {
        background: #fff;
        left: 0px;
    }
    .min-hght .flex-cs.position-relative .user-info {
        margin-left: 10px !important;
    }
    .box-shadow-main.my-bid-bx .min-pllu-main.ajust-obp {
        clear: both;
        padding: 0px;
        margin-top: 25px;
        background: none;
        width: 100%;
        margin: 0 15px 15px;
    }
    .bids-flex {
        width: 387px;
        float: left;
        margin: 10px 0px;
        transition: all 0.1s ease;
    }
    .wdht-ninty {
        width: 100% !important;
    }
    .krankForm .form-group {
        background-color: #f4f4f5;
        border-color: #e3e4e6;
        padding: 9px 12px 7px;
        border-radius: 6px;
        position: relative;
        width: 100%;
        margin-top: 0px;
    }
    #remin-sms .radio,
    .checkbox {
        margin-bottom: 20px;
        margin-top: 6px;
        padding-left: 0px;
        float: left;
    }
    #dg-form .selectator_element {
        border: solid 1px rgba(141, 145, 150, 0.22);
        box-sizing: border-box;
        background-color: #fff;
        display: inline-block;
        text-decoration: none;
        vertical-align: middle;
        border-radius: 10px;
        min-height: 52px !important;
    }
    #networksTab #main-content .user-info,
    #dealersTab #main-content .user-info {
        margin-left: 0px !important;
    }
    #add-dealer-modal,
    #invite-dealer-modal {
        padding-right: 0px !important;
    }
    .user-info {
        margin-left: 0px !important;
    }
    .article-new-nav .menu-items li {
        padding: 10px 0px;
        display: inline-block;
        float: left;
    }
    .article-new-nav .menu-items li a {
        font-family: 'Roboto', sans-serif !important;
        font-weight: 700 !important;
        color: #343b45;
        border-right: solid 1px #dddedf;
        padding: 5px 7px;
        font-size: 12px;
        float: left;
    }
    .article-new-nav .menu-items li.active a {
        font-family: 'Roboto', sans-serif !important;
        font-weight: 700 !important;
        color: #343b45;
        font-size: 12px;
    }
    .selection-wd {
        width: 30%;
        float: right;
        margin-left: 8px;
    }
    .inpt-wdt {
        width: 67%;
    }
    #url-dv .inpt-wdt {
        width: 97%;
    }
    .col-md-8.ipad-cs .col-md-9.ipad-cs {
        width: 92%;
    }
    .selection-wdt2 {
        margin-left: 0px !important;
        width: 100%;
        float: left;
        margin-left: 10px;
        margin-left: 10px;
    }
    .select2-container .select2-choice&gt;.select2-chosen {
        margin-right: 26px;
        display: block;
        overflow: hidden;
        white-space: nowrap;
        text-overflow: ellipsis;
        float: none;
        width: 92%;
    }
    .navbar-brand {
        margin-top: 8px;
    }
    #share-invite .icon-invite {
        width: 100px;
        height: 100px;
        margin: 0 auto;
        float: none;
    }
    .ufilter .b-grey .b-danger {
        font-size: 13px;
        border-radius: 36px !important;
        font-weight: 700;
        height: 40px;
        line-height: 38px;
        padding: 0 15px;
        float: right;
    }
    .user-info-side .user-info-nav {
        width: 100%;
        float: left;
        /* transition: all 0.5s ease;*/
        padding: 0 0px;
        margin-bottom: 20px;
    }
    .user-info-side figure {
        width: 100%;
        float: left;
        margin: 0 0 15px 0px;
        text-align: left;
        padding: 0 0px;
    }
    .sidebar .nav-item .nav-link span {
        display: inline-block;
        font-size: 14px;
        margin: 3px 0 0 11px;
        font-weight: normal;
    }
    .sidebar .nav-item .nav-link figure.menu1 {
        height: 25px;
        background: url(../img/m1n.png) no-repeat;
        width: 25px;
        background-size: 25px auto;
        float: left;
        display: block;
        background-position: center;
        margin-left: 20px;
    }
    .sidebar .nav-item .nav-link:hover figure.menu1,
    .sidebar .nav-item.active .nav-link figure.menu1 {
        background: url(../img/m1.png) no-repeat;
        height: 25px;
        width: 25px;
        background-size: 25px auto;
        float: left;
        background-position: center;
    }
    .sidebar .nav-item .nav-link figure.menu2 {
        height: 25px;
        background: url(../img/m2n.png) no-repeat;
        width: 25px;
        background-size: 25px auto;
        float: left;
        display: block;
        background-position: center;
        margin-left: 20px;
    }
    .sidebar .nav-item .nav-link:hover figure.menu2,
    .sidebar .nav-item.active .nav-link figure.menu2 {
        background: url(../img/m2.png) no-repeat;
        height: 25px;
        width: 25px;
        background-size: 25px auto;
        float: left;
        background-position: center;
    }
    .sidebar .nav-item .nav-link figure.menu3 {
        height: 25px;
        background: url(../img/m3n.png) no-repeat;
        width: 25px;
        background-size: 25px auto;
        float: left;
        display: block;
        background-position: center;
        margin-left: 20px;
    }
    .sidebar .nav-item .nav-link:hover figure.menu3,
    .sidebar .nav-item.active .nav-link figure.menu3 {
        background: url(../img/m3.png) no-repeat;
        height: 25px;
        width: 25px;
        background-size: 25px auto;
        display: block;
        background-position: center;
    }
    .sidebar .nav-item .nav-link figure.menu4 {
        height: 25px;
        background: url(../img/m4n.png) no-repeat;
        width: 25px;
        background-size: 25px auto;
        float: left;
        display: block;
        background-position: center;
        margin-left: 20px;
    }
    .sidebar .nav-item .nav-link:hover figure.menu4,
    .sidebar .nav-item.active .nav-link figure.menu4 {
        background: url(../img/m4.png) no-repeat;
        height: 25px;
        width: 25px;
        background-size: 25px auto;
        display: block;
        background-position: center;
    }
    .sidebar .nav-item .nav-link figure.menu5 {
        height: 25px;
        background: url(../img/m5n.png) no-repeat;
        width: 25px;
        background-size: 25px auto;
        float: left;
        display: block;
        background-position: center;
        margin-left: 20px;
    }
    .sidebar .nav-item .nav-link:hover figure.menu5,
    .sidebar .nav-item.active .nav-link figure.menu5 {
        background: url(../img/m5.png) no-repeat;
        height: 25px;
        width: 25px;
        background-size: 25px auto;
        display: block;
        background-position: center;
    }
    .sidebar .nav-item .nav-link figure.menu6 {
        height: 25px;
        background: url(../img/m6n.png) no-repeat;
        width: 25px;
        background-size: 25px auto;
        float: left;
        display: block;
        background-position: center;
        margin-left: 20px;
    }
    .sidebar .nav-item .nav-link:hover figure.menu6,
    .sidebar .nav-item.active .nav-link figure.menu6 {
        background: url(../img/m6.png) no-repeat;
        height: 25px;
        width: 25px;
        background-size: 25px auto;
        display: block;
        background-position: center;
        margin-left: 20px;
    }
    .sidebar .nav-item .nav-link figure.menu7 {
        height: 25px;
        background: url(../img/m7n.png) no-repeat;
        width: 25px;
        background-size: 25px auto;
        float: left;
        display: block;
        background-position: center;
        margin-left: 20px;
    }
    .sidebar .nav-item .nav-link:hover figure.menu7,
    .sidebar .nav-item.active .nav-link figure.menu7 {
        background: url(../img/m7.png) no-repeat;
        height: 25px;
        width: 25px;
        background-size: 25px auto;
        display: block;
        background-position: center;
    }
    .sidebar .nav-item .nav-link figure.menu9 {
        height: 25px;
        background: url(../img/m9n.png) no-repeat;
        width: 25px;
        background-size: 25px auto;
        float: left;
        display: block;
        background-position: center;
        margin-left: 20px;
    }
    .sidebar .nav-item .nav-link:hover figure.menu9,
    .sidebar .nav-item.active .nav-link figure.menu9 {
        background: url(../img/m9.png) no-repeat;
        height: 25px;
        width: 25px;
        background-size: 25px auto;
        display: block;
        background-position: center;
        margin-left: 20px;
    }
    .sidebar .nav-item .nav-link figure.menu9 {
        height: 25px;
        background: url(../img/m9n.png) no-repeat;
        width: 25px;
        background-size: 25px auto;
        float: left;
        display: block;
        background-position: center;
        margin-left: 20px;
    }
    .sidebar .nav-item .nav-link:hover figure.menu9,
    .sidebar .nav-item.active .nav-link figure.menu9 {
        background: url(../img/m9.png) no-repeat;
        height: 25px;
        width: 25px;
        background-size: 25px auto;
        display: block;
        background-position: center;
    }
    .sidebar .nav-item .nav-link figure.menu8 {
        height: 35px;
        background: url(../img/m8n.png) no-repeat;
        width: 25px;
        background-size: 25px auto;
        float: left;
        display: block;
        background-position: center;
        margin-left: 20px;
    }
    .sidebar .nav-item .nav-link:hover figure.menu8,
    .sidebar .nav-item.active .nav-link figure.menu8 {
        background: url(../img/m8.png) no-repeat;
        height: 35px;
        width: 25px;
        background-size: 25px auto;
        display: block;
        background-position: center;
    }
    .sidebar .company-pic,
    .sidebar .user-info-nav,
    .sidebar .invite-dv,
    .sidebar .connectionlist-dv,
    .sidebar .footerlink-dv {
        display: block;
    }
    .profile-dropdown::after {
        right: 16px !important;
    }
    .top-user-opt {
        float: right;
        width: 66%;
        margin-right: -14px;
    }
    .top-right-use a.create-listing-bidbox {
        width: auto;
        background: none;
        color: #1578FC;
        font-family: 'Roboto', sans-serif, "Helvetica Neue", Helvetica, Arial, sans-serif;
        font-size: 12px;
        padding: 6px 7px;
        border-radius: 100px;
        border: 1px solid #1578FC;
        outline: none;
        float: left;
        transition: all 0.5s ease !important;
        margin: 0px 6px 0 0;
        display: none;
    }
    .dropdown-profile .dropdown-backdrop {
        top: 80px;
        background: rgba(52, 59, 69, 0.5);
    }
    body {
        padding: 0px;
    }
    .style-2 {
        overflow-y: hidden;
        scrollbar-color: #F0F0F0 #fff;
        scrollbar-width: thin;
    }
    .sidebar ul {
        border-bottom: none;
        margin-bottom: 0px;
        padding-bottom: 10px;
        float: left;
        width: 100%;
    }
    .user-info-side {
        width: 100%;
        float: left;
        border-bottom: 1px solid #E3E3E3;
        position: relative;
        padding: 10px 20px 0px 20px;
        margin-bottom: 0px;
        margin-top: 0px;
        /*transition: all 0.3s ease 0s;*/
    }
    .search-bar {
        display: none;
    }
    .style-2 {
        overflow-y: scroll;
        scrollbar-color: #F0F0F0 #fff;
        scrollbar-width: thin;
    }
    .krank-right-navbar {
        margin: 30px 0px 0 0 !important;
        float: right;
        width: 46%;
    }
    .krank-right-navbar li {
        padding: 0px 10px;
        float: left;
    }
    .sidebar {
        width: 280px !important;
        box-shadow: 0 4px 20px 1px rgba(0, 0, 0, .06), 0 1px 4px rgba(0, 0, 0, .08);
    }
    #sidebarToggle {
        float: left;
        font-size: 21px;
        margin-top: 20px;
        border-radius: 220px;
        width: 60px;
        height: auto;
        margin-left: 0px;
        outline: none;
    }
    .sidebar .nav-item .nav-link {
        padding: 8px 0px !important;
        width: 100%;
        text-align: left;
        float: left;
    }
    .navbar-nav {
        margin: 0px 1px;
        background: #fff;
        border-radius: 8px;
    }
    .navbar-nav .open .dropdown-menu {
        position: absolute;
        float: none;
        width: auto;
        margin-top: 0;
        background-color: transparent;
        border: 0;
        -webkit-box-shadow: none;
        box-shadow: none;
        left: 0px;
        clear: both;
        background: #fff;
    }
    .navbar-brand.mr-1 img {
        width: 40px;
        margin: 8px 0 0 0px;
    }
    .content-krnk {
        width: 100%;
        margin: 0 auto;
    }
    .marketplace-navigation-new .subNav-wrap .marketplace-nav .col-md-3 {
        width: 75%;
        padding-left: 10px;
        padding-top: 0 !important;
    }
}

@media (max-width: 600px) {
    .join-kran-btn,
    .join-kran-btn:hover,
    .join-kran-btn:focus {
        background: #1578FC;
        font-family: 'hel-new', "Helvetica Neue", "HelveticaNeue", Helvetica, Arial, sans-serif;
        color: #fff;
        font-size: 21px;
        border-radius: 20px;
        height: 62px;
        line-height: 64px;
        display: block;
        width: 90% !important;
        margin: 20px auto 30px auto;
        text-decoration: none;
    }
    section.header-section ul {
        max-height: 280px;
        width: 370px !important;
        border-radius: 8px;
        border: 1px solid #ccc;
        float: none !important;
        margin: 0 auto !important;
    }
    .downloadSellerPDF {
        background: transparent;
        border-radius: 36px;
        height: 36px;
        line-height: 36px;
        display: inline-block;
        color: #1578FC;
        padding: 0px 20px;
        font-size: 13px;
        font-weight: normal;
        border: 1px solid #1578FC;
        margin-left: 0px;
        margin-bottom: 20px;
        width: 100%;
        text-align: center;
    }
    .downloadSellerPDF img {
        width: 17px;
        float: none;
        margin-top: -1px;
        margin-right: 6px;
    }
    .sidebar-toggled .content.sm-gutter .article-new-nav#stickThis.stick {
        margin-top: 0;
        position: fixed;
        top: 80px;
        z-index: 699;
        width: 92.6%;
        border-radius: 0px 0px 18px 18px;
        transition: top 0.5s ease;
    }
    .templateContent .templateHead .logo img {
        width: 90px;
        height: 90px;
        position: relative;
    }
    .templateContent .templateHead .logo {
        position: absolute;
        bottom: -40px;
        right: 20px;
        width: 92%;
        height: 90px;
        overflow: hidden;
        border: none;
        right: 33%;
        text-align: center;
    }
    .feed-bx {
        min-height: auto;
        float: left;
    }
    .feed-pic {
        width: 100%;
        float: right;
        margin-top: 17%;
        height: 105px;
        border-radius: 4px;
        padding: 2px;
        border: 1px solid #efeeee;
    }
    .feed-describ p:after {
        content: "\f10d";
        font-family: 'Fontawesome';
        float: left;
        margin-right: 10px;
        position: absolute;
        bottom: -174px;
        right: 5px;
        font-size: 26px;
        color: #e0e0e0;
        transform: rotate(180deg);
        display: none;
    }
    .btn-add-city {
        padding: 9px 18px !important;
        height: 36px;
        border-radius: 36px;
        font-size: 14px;
        line-height: normal;
        min-width: 100px !important;
        float: right !important;
        font-weight: 400 !important;
        font-family: 'Roboto', sans-serif !important;
        width: 100%;
    }
    .fotorama__caption__wrap {
        background-color: #fff;
        background-color: rgba(255, 255, 255, .9);
        padding: 5px 10px;
        width: 100% !important;
        margin-top: -45px;
        text-decoration: none;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
    }
    .sidebar-toggled .bid-now .label-des input[type=text] {
        background: #f4f8fa;
        border: 1px solid #ccd6e2;
        padding: 0px 10px;
        border-radius: 10px;
        color: #425062;
        width: 100%;
        float: left;
        margin-right: 10px;
        margin-top: 0px;
        height: 40px;
    }
    .bid-now .label-des button,
    .bid-now .label-des button:hover,
    .bid-now .label-des button:active {
        margin-top: 10px;
        float: left;
        background: #00d080 !important;
        border: 1px solid #00d080 !important;
        font-size: 11px;
        padding: 0 0px;
        padding: 0 7px;
        height: 40px;
        line-height: 38px;
        border-radius: 10px;
        font-weight: 700;
        min-width: auto;
    }
    #listingView .alert-info p {
        width: 100%;
        padding: 0px 10px;
    }
    .search-item-box .listing-user .listing-user-info {
        float: left;
        overflow: inherit;
        width: 140px;
    }
    .search-item-box label {
        font-family: 'Roboto', sans-serif, "Helvetica Neue", Helvetica, Arial, sans-serif;
        line-height: 18px;
        width: 270px;
        width: 260px;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
        float: left;
    }
    .search-item-box.row p {
        float: left;
    }
    #panel-desid a {
        border: 1px solid #1578fc;
        border-radius: 44px;
        color: #1578fc;
        padding: 8px 12px;
        float: left;
        margin-left: 0px;
    }
    .about-det {
        background: #1578fc !important;
        border: none !important;
        color: #fff !important;
        padding: 6px 15px !important;
        font-weight: 700;
        border-radius: 36px !important;
    }
    .box-shadow-main.my-bid-bx {
        min-height: 290px !important;
    }
    .ad-send-msg,
    .ad-send-msg:hover,
    .ad-send-msg:focus,
    .ad-send-msg:active {
        color: #fff !important;
        font-size: 13px !important;
        font-weight: 600;
        font-family: 'Roboto', sans-serif;
        background-color: #1578FC !important;
        border: none;
        padding: 0px 14px;
        margin-top: 10px;
        border-radius: 46px;
        height: 40px;
        line-height: 40px;
    }
    #dealer-ndiv .col-md-5.col-sm-6.col-xs-12.p-b-20 {
        width: 100%;
    }
    #dealer-ndiv .col-md-7.col-sm-6.col-xs-12.bg-row {
        width: 100%;
    }
    #dealer-ndiv .col-md-5.col-sm-6.col-xs-12.p-b-20 .xs-p-l-10 {
        padding-left: 0px !important;
    }
    #dealer-ndiv .aq-user-card .user-info {
        margin-left: 5px !important;
        width: 140px;
    }
    .user-users {
        display: block;
        position: relative;
        width: 170px;
    }
    .panel.panel-default.panelbdr.p-l-20.p-r-20.m-t-30 .fs-16.text-master {
        margin-top: 30px;
        float: left;
    }
    ul.notification-pg li .noti-row-dv .noti-des .noti-first-bump {
        width: 30px !important;
        position: absolute;
        top: -4px;
        right: 33px;
        height: 30px;
    }
    .col-md-8.ipad-cs .filter-p {
        padding-top: 8px;
        width: 100%;
        float: left;
        margin-left: 10px;
    }
    .header-navigations&gt;.container .menu-items {
        /* display: none; */
        position: relative;
        text-align: left;
        margin: 93px auto;
        z-index: 1;
        float: left;
        padding-left: 30px;
    }
    .krankForm .col-sm-6.xs-p-r-15 {
        clear: both;
    }
    .krankForm .col-md-6 .radio-margin button.from-left {
        margin-right: 10px;
        font-weight: 700;
        font-size: 12px;
    }
    .finish3 .btn-cons {
        margin-right: 5px;
        min-width: 110px;
        width: 95%;
        font-weight: 700;
    }
    #accordion .box-card-import {
        border-radius: 10px !important;
        box-shadow: 0 4px 20px 1px rgba(0, 0, 0, 0.06), 0 1px 4px rgba(0, 0, 0, 0.08) !important;
        border: 0;
        background: #fff;
        width: 100%;
        float: left;
    }
    #accordion .panel .panel-heading {
        background: transparent;
        border-radius: 0px;
        border-bottom: 0px;
        padding: 5px 15px 5px 15px;
        position: relative;
        z-index: 3;
        min-height: auto;
        max-height: 58px;
    }
    #collapseSeven .panel .panel-heading {
        background: transparent;
        border-radius: 0px;
        border-bottom: 0px;
        padding: 5px 15px 5px 0px;
        position: relative;
        z-index: 3;
        min-height: auto;
        max-height: 58px;
    }
    #collapseFive button {
        font-weight: 700;
        font-size: 12px;
    }
    #collapseFive button span i,
    #collapseFive button i {
        padding-top: 2px !important
    }
    .listing-inn-new .send-enquery-new,
    .listing-inn-new .send-enquery-new:hover,
    .listing-inn-new .send-enquery-new:focus {
        float: right;
        background: #1578fc;
        padding: 10px 18px;
        color: #fff;
        border-radius: 50px;
        font-weight: 700;
        cursor: pointer;
        line-height: normal;
        height: 36px;
    }
    .chat-user .chat-user-info a#companyUrl {
        float: left;
        width: 220px;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
    }
    .security-dv-login {
        width: 100%;
        margin: 0 auto;
        padding-left: 0px;
    }
    .fotorama__caption__wrap {
        background-color: #fff;
        background-color: rgba(255, 255, 255, .9);
        padding: 5px 10px;
        width: 100% !important;
        margin-top: -48px;
        text-decoration: none;
    }
    .tabbable-line {
        clear: both;
        margin-top: 30px;
        float: left;
    }
    .listing-detail-lbl {
        position: absolute;
        z-index: 99;
        bottom: 17%;
        right: 10px;
        padding: 6px 16px;
        color: #fff;
        position: absolute;
        border-radius: 10px 10px 0 0;
        background: rgba(255, 255, 255, 0.7);
        color: #2e2e2e;
        font-weight: 700;
    }
    .box-card.auction-bg,
    #auctionWizard {
        clear: both;
    }
    .article-new-nav .menu-items {
        display: block;
        position: relative;
        margin: 0px auto;
        z-index: 1;
        padding: 0px 10px 0 10px;
        text-align: left;
        width: 100%;
        min-height: 28px;
    }
    .signup-left.verify-popup {
        width: 90%;
        left: 20px;
    }
    .bottom-message {
        background: #1578FC;
        position: fixed;
        bottom: 0px;
        width: 100%;
        padding: 10px;
        z-index: 999999;
        left: 0;
    }
    #search .close {
        position: fixed;
        top: 15px;
        right: 15px;
        color: #fff;
        background-color: transparent;
        border-color: #357ebd;
        opacity: 1;
        padding: 10px 17px;
        font-size: 47px;
    }
    #main-search {
        float: left;
        width: 100%;
    }
    #main-search input.new-search {
        background: #f7f8f9;
        border-radius: 10px;
        color: #343b45;
        height: 44px;
        width: 100%;
        margin-top: 16px;
        border: solid 1px rgba(141, 145, 150, 0.22);
    }
    .filter-top ul.dropselct {
        border-radius: 10px;
    }
    .search-top-new {
        float: left;
        width: 100%;
        height: 44px;
    }
    .search-mb .filter-top {
        width: 100%;
        float: left;
        margin-top: 15px;
        padding-left: 0;
        margin-left: 0;
        height: 44px;
    }
    .search-mb button,
    .search-mb button:focus {
        margin-top: 16px;
        line-height: 40px;
        border-radius: 10px;
        font-size: 13px;
        font-family: 'Roboto', sans-serif !important;
        font-weight: 400 !important;
        float: left;
        width: 100%;
        padding: 0 10px !important;
        height: 44px;
        min-width: 100%;
    }
    .search-mb button,
    .search-mb button:hover,
    .search-mb button:focus {
        margin-top: 16px;
        line-height: 40px;
        border-radius: 10px;
        font-size: 13px;
        font-family: 'Roboto', sans-serif !important;
        font-weight: 400 !important;
        float: left;
        width: 100%;
        padding: 0px 10px;
        height: 44px;
        border: 1px solid #1578FC;
        min-width: 100%;
        z-index: -10;
    }
    .drop-main-res {
        left: 135px;
        top: 53px;
    }
    .listings-grids .top-panl .top-left-user a.user-pic-list {
        width: 56px !important;
        height: 56px !important;
        border-radius: 100px;
        position: absolute;
        z-index: 99;
        top: 25px;
        left: 8px;
        float: left;
    }
    .listings-grids .top-panl .top-left-user a.user-pic-list img {
        width: 50px !important;
        height: 50px !important;
        float: left;
        border-radius: 100px;
    }
    .user-name-detail {
        width: 82px !important;
        height: 50px;
        float: left;
        margin-top: 28px;
        margin-left: 10px !important;
    }
    .mps-lg #descAuc {
        width: 85% !important;
    }
    .col-db-rightFull {
        padding-left: 0px;
        padding-right: 0px;
    }
    .recomendation-grid h1 {
        color: #455671;
        padding: 10px 0;
        margin: 0px;
        float: left;
        width: 100%;
        font-size: 25px;
        font-weight: 700;
        font-family: 'hel-bold';
        line-height: 33px;
        text-align: center;
    }
    .flx-cls-feeds {
        width: 100%;
        float: left;
        margin: 10px 9px;
        transition: all 0.1s ease;
    }
    .usrcard-feeds .user-info {
        position: relative;
        width: 73%;
        padding-left: 0px !important;
        margin-left: 0px;
    }
    .feed-bx .usrcard-feeds .user-info a {
        width: 200px;
        text-overflow: ellipsis;
        white-space: nowrap;
        overflow: hidden;
        /* float: left; */
        display: block;
    }
    .sidebar .nav-item .nav-link figure.menu8 {
        height: 22px;
        background: url(../img/m8n.png) no-repeat;
        width: 25px;
        background-size: 19px auto;
        float: left;
        display: block;
        background-position: center;
        margin-left: 20px;
    }
    .left-imge {
        width: 100%;
        float: none;
        height: 394px;
        box-shadow: 0px 8px 8px #e0e0e0;
        position: relative;
        border-radius: 18px;
        margin-right: 15px;
        display: block;
    }
    .left-imge {
        width: 100% !important;
    }
    .sidebar {
        width: 210px !important;
        box-shadow: 0 4px 20px 1px rgba(0, 0, 0, .06), 0 1px 4px rgba(0, 0, 0, .08);
    }
    .connectionlist-dv ul li a .user-info-list {
        width: 120px;
        float: left;
    }
    .number-dev .iti {
        width: 66%;
    }
    .verf-btn {
        color: #fff;
        position: absolute;
        right: 14px;
        top: 0px;
    }
    .private-vert {
        left: -25px;
    }
}

@media (max-width: 575px) {
    .marketplace-navigation-new .marketplace-nav,
    .marletplace-search-bar.box-card #search-com {
        width: 100%;
    }
    .article-new-nav.box-card .auction-search-nav .input-search {
        padding-right: 15px !important;
        padding-bottom: 0;
    }
    .col-db-rightFull .ddtl .detail-listing-header.head {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start;
    }
    .col-db-rightFull .ddtl .detail-listing-header.head&gt;div:last-child,
    .col-db-rightFull .ddtl .detail-listing-header.head&gt;div:first-child {
        width: 100%;
    }
    .col-db-rightFull .ddtl .detail-listing-header.head&gt;div:last-child {
        padding: 0 0 10px;
    }
    .box-card .subnav-left-wrap ul.menu-items {
        padding: 0;
    }
    .filter-nav .filter-flush {
        padding: 20px 10px;
    }
    .nav--modal .checkbox-only {
        column-count: 1;
    }
    .marketplace-navigation-new .subNav-wrap {
        display: flex;
        flex-direction: column;
    }
    .marketplace-navigation-new .subNav-wrap .menu-items,
    .marketplace-navigation-new .subNav-wrap .marketplace-nav {
        width: 100%;
    }
    .marketplace-navigation-new .subNav-wrap .mrpFilter {
        padding-top: 10px;
        justify-content: center;
        row-gap: 0;
    }
    .filter-nav .btn-wrap {
        flex-direction: column-reverse;
        align-items: flex-end;
        padding: 10px 15px 20px;
    }
    .filters-by {
        width: 100%;
        gap: 5px;
    }
    .filter-nav .btn-close {
        padding: 0 0 10px;
    }
    .filter-wrap .filter-item,
    .filter-wrap .filter-item:last-child {
        flex: 0 0 50%;
        max-width: calc(50% - 13px);
    }
    .filter-wrap .filter-item:nth-last-child(-n+5) {
        margin-top: 13px;
    }
    .mrpFilter [class*="col-lg"] {
        margin: 0 0 0 10px;
        width: 30%;
        max-width: 150px;
        padding: 0 0 10px !important;
    }
    .marketplace-navigation-new .subNav-wrap .marketplace-nav .col-md-3 {
        width: 100%;
        padding-left: 0;
    }
}

@media (max-width: 450px) {
    .marletplace-search-bar.box-card {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }
    .marletplace-search-bar.box-card .col-md-6 {
        width: 100%;
        max-width: 100% !important;
    }
    .marletplace-search-bar.box-card #search-com {
        padding-left: 10px !important;
        padding-right: 10px !important;
    }

    /* ====== New Marketplace Filters css open ====== */
    #listingView .filter-box .filter-nav .filter .btn-wrap-filter .filters-by {
        gap: 3px;
        width: calc(100% - 0px);
    }
    /* ====== New Marketplace Filters css close ====== */
}

@media (max-width: 414px) {
    .pagination&gt;li&gt;a, .pagination&gt;li&gt;span {
        padding: 6px 8px;
    }
}

@media (max-width: 375px) {
    .sidebar-toggled .marketplace-navigation-new#stickThis.stick {
        margin-top: 0;
        position: fixed;
        top: 80px;
        z-index: 699;
        width: 94.5%;
        border-radius: 0px 0px 18px 18px;
        transition: top 0.5s ease;
    }
    #profile-completion-modal {
        max-width: 100%;
        right: 0;
    }
    .marketplace-navigation-new#stickThis.stick {
        margin-top: 0;
        position: fixed;
        top: 80px;
        z-index: 699;
        width: 94.5%;
        border-radius: 0px 0px 18px 18px;
        transition: top 0.5s ease;
    }
    .marketplace-navigation-new#stickThis.stick.add-list-stick {
        width: 87.5%;
    }
    .content.sm-gutter .article-new-nav#stickThis.stick {
        margin-top: 0;
        position: fixed;
        top: 80px;
        z-index: 9999;
        width: 90.6%;
        border-radius: 0px 0px 18px 18px;
        transition: top 0.5s ease;
    }
    #cell-phon .iti--separate-dial-code.iti {
        float: left;
        width: 30%;
    }
    .code-number-w {
        width: 66% !important;
    }
    ul.notification-pg li .noti-row-dv .noti-des .noti-first-bump {
        width: 30px !important;
        position: absolute;
        top: -4px;
        right: 39px;
        height: 30px;
    }
    .article-new-nav .menu-items li {
        padding: 10px 0px;
        display: inline-block;
    }
    .fotorama__caption__wrap {
        background-color: #fff;
        background-color: rgba(255, 255, 255, .9);
        padding: 5px 10px;
        width: 100% !important;
        margin-top: -48px;
        text-decoration: none;
    }
    .tabbable-line {
        clear: both;
        margin-top: 30px;
        float: left;
    }
    .sidebar-toggled .bids-flex {
        width: 345px;
        float: left;
        margin: 10px 0px;
        transition: all 0.1s ease;
        min-height: 340px;
    }
    .bids-flex {
        width: 345px;
        float: left;
        margin: 10px 0px;
        transition: all 0.1s ease;
        min-height: 340px;
    }
    .number-dev .iti {
        width: 66%;
    }
    .verf-btn {
        color: #fff;
        position: absolute;
        right: 14px;
        top: 0px;
    }
    .recommended_content_home .recomendation-grid .listings-grids .top-panl .top-left-user {
        width: 62% !important;
    }
    .recommended_content_home .recomendation-grid .listings-grids .top-right-timer {
        width: 31% !important;
    }
    .recommended_content_home .recomendation-grid .popular-stories .listings-grids .top-right-timer {
        margin-top: 5% !important;
    }
    .recommended_content_home .recomendation-grid .listings-grids .top-right-timer {
        margin-top: 5% !important;
    }
    .sidebar-toggled .content.sm-gutter .article-new-nav.bid-new#stickThis.stick,
    .content.sm-gutter .article-new-nav.bid-new#stickThis.stick {
        margin-top: 0;
        position: fixed;
        top: 80px;
        z-index: 699;
        width: 94.6%;
        border-radius: 0px 0px 18px 18px;
        transition: top 0.5s ease;
    }
    .feed-bx {
        min-height: auto;
        float: left;
    }
    .feed-pic {
        width: 100%;
        float: right;
        margin-top: 17%;
        height: 105px;
        border-radius: 4px;
        padding: 2px;
        border: 1px solid #efeeee;
    }
    .sidebar-toggled .marketplace-navigation-new#stickThis.stick {
        margin-top: 0;
        position: fixed;
        top: 80px;
        z-index: 699;
        width: 97%;
        border-radius: 0px 0px 18px 18px;
        transition: top 0.5s ease;
    }
    .marketplace-navigation-new#stickThis.stick {
        margin-top: 0;
        position: fixed;
        top: 80px;
        z-index: 699;
        width: 97%;
        border-radius: 0px 0px 18px 18px;
        transition: top 0.5s ease;
    }
    .content.sm-gutter.errorMsg .article-new-nav#stickThis.stick {
        margin-top: 0;
        position: fixed;
        top: 80px;
        z-index: 99;
        width: 94.7%;
        border-radius: 0px 0px 18px 18px;
        transition: top 0.5s ease;
    }
    .article-new-nav#stickThis.stick.bid-new {
        width: 94.6%;
    }
    .listing-detail-lbl {
        position: absolute;
        z-index: 99;
        bottom: 14%;
        right: 10px;
        padding: 6px 16px;
        color: #fff;
        position: absolute;
        border-radius: 10px 10px 0 0;
        background: rgba(255, 255, 255, 0.7);
        color: #2e2e2e;
        font-weight: 700;
    }
    .verf-btn a {
        color: #fff;
        padding: 5px 12px;
        height: 44px;
        margin: 0px !important;
        line-height: 34px;
        background: #0ED679;
        border-radius: 10px;
    }
    .col-db-rightFull .panel-featured .panel-body #dynamicData .aq-user-card .b-grey .col-md-7 .user-info h3 {
        width: 150px;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
        padding: 0;
        margin: 0;
        line-height: 17px;
        float: left;
    }
    .private-lock {
        float: right;
        font-size: 12px;
        bottom: 0px;
    }
    #networksTab .panel-controls .input-search #search_keywords {
        width: 83%;
        float: left;
        height: 36px;
        line-height: 36px;
        float: left;
        padding: 0 15px;
        min-height: 36px;
        border-radius: 6px 0 0 6px;
    }
    .input-search button {
        padding: 0 15px;
        border-radius: 0 10px 10px 0;
        display: inline-block;
        font-weight: 700 !important;
        min-width: auto;
    }
    .sidebar-toggled .listing-detail-m-lbl {
        position: absolute;
        z-index: 99;
        bottom: 36%;
        right: 10px;
        padding: 6px 16px;
        color: #fff;
        position: absolute;
        border-radius: 10px 10px 0 0;
        background: rgba(255, 255, 255, 0.7);
        color: #2e2e2e;
        font-weight: 700;
    }
    .sidebar-toggled .bid-now .label-des input[type=text] {
        background: #f4f8fa;
        border: 1px solid #ccd6e2;
        padding: 0px 10px;
        border-radius: 10px;
        color: #425062;
        width: 100%;
        float: left;
        margin-right: 10px;
        margin-top: 0px;
        height: 40px;
    }
    .bid-now .label-des input[type=text] {
        background: #f4f8fa;
        border: 1px solid #ccd6e2;
        padding: 0px 10px;
        border-radius: 10px;
        color: #425062;
        width: 100%;
        float: left;
        margin-right: 10px;
        margin-top: 0px;
        height: 40px;
    }
    #bid-sec {
        margin-top: 0px;
        float: right;
        width: 100%;
    }
    .bid-txt {
        width: 100%;
        float: left;
        margin-top: 30px;
    }
    a.how-workin {
        width: auto;
        float: left;
        color: #1578fc;
        text-decoration: none;
        border: none !important;
        padding: 0 !important;
        line-height: 15px;
        margin-top: 8px;
        font-size: 12px;
    }
    #last_bid .next-bid-text {
        width: 127px;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
    }
    .bid-now .label-des button,
    .bid-now .label-des button:hover,
    .bid-now .label-des button:active {
        margin-top: 13px;
        float: left;
        background: #00d080 !important;
        border: 1px solid #00d080 !important;
        font-size: 11px;
        padding: 0 0px;
        padding: 0 7px;
        height: 40px;
        line-height: 38px;
        border-radius: 10px;
        font-weight: 700;
        min-width: auto;
        float: left;
    }
    .code-number-w {
        width: 66% !important;
    }
    .number-dev .iti {
        width: 30%;
    }
    #user_form_panel .code-cust-width {
        width: 66% !important;
        margin-left: 0;
        margin-top: 0px;
    }
    .verify-num-profile {
        position: absolute;
        right: 20px;
        top: 6px;
    }
    .subs-dv span.span-txt {
        width: 77%;
        float: left;
        padding-left: 12px;
    }
    ul.notification-pg li .noti-row-dv .noti-des .noti-first-bump {
        width: 30px !important;
        position: absolute;
        top: -4px;
        right: 39px;
        height: 30px;
    }
    .previous button {
        width: 93%;
        margin-top: 10px;
        font-weight: 700;
    }
    .mps-lg #descAuc {
        width: 84% !important;
    }
    .sidebar-toggled #wrapper #content-wrapper .container-fluid {
        padding-left: 10px;
        padding-right: 10px !important;
    }
    .sidebar-toggled .bids-flex {
        width: 335px;
        float: left;
        margin: 10px 3px;
        transition: all 0.1s ease;
        min-height: 340px;
    }
    .bids-flex {
        width: 335px;
        float: left;
        margin: 10px 3px;
        transition: all 0.1s ease;
        min-height: 340px;
    }
    .article-new-nav .menu-items {
        display: block;
        position: relative;
        margin: 0px auto;
        z-index: 1;
        padding: 9px 10px 0 10px;
        text-align: left;
        width: 100%;
        min-height: 58px;
    }
    .selection-wd {
        width: 100%;
        float: right;
        margin-left: 8px;
    }
    .sm-gutter .panel-feed .col-md-3 {
        width: 100%;
    }
    .fotorama__caption__wrap {
        background-color: #fff;
        background-color: rgba(255, 255, 255, .9);
        padding: 5px 10px;
        width: 100% !important;
        margin-top: -45px;
        text-decoration: none;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
    }
    .listing-detail-m-lbl {
        position: absolute;
        z-index: 99;
        bottom: 49%;
        right: 10px;
        padding: 6px 16px;
        color: #fff;
        position: absolute;
        border-radius: 10px 10px 0 0;
        background: rgba(255, 255, 255, 0.7);
        color: #2e2e2e;
        font-weight: 700;
    }
    .flx-cls-feeds {
        width: 100%;
        float: left;
        margin: 10px 9px;
        transition: all 0.1s ease;
    }
    .feed-bx .usrcard-feeds .user-info a {
        width: 170px;
        text-overflow: ellipsis;
        white-space: nowrap;
        overflow: hidden;
        /* float: left; */
        display: block;
    }
    .recomendation-grid h1 {
        color: #455671;
        padding: 7px 5px;
        margin: 0px;
        float: left;
        width: 100%;
        font-size: 20px;
        font-weight: 700;
        font-family: 'hel-bold';
        line-height: 22px;
    }
    .filter-wrap .filter-item,
    .filter-wrap .filter-item:last-child {
        flex: 0 0 100%;
        max-width: 100%;
    }
    .filter-wrap .filter-item:nth-last-child(-n+6) {
        margin: 13px 0 0;
    }
}

@media (max-width: 360px) {
    .marketplace-navigation-new ul li {
        padding: 10px 10px;
    }
}

@media (max-width: 320px) {
    .feed-bx {
        min-height: auto;
        float: left;
    }
    .sidebar-toggled .marketplace-navigation-new#stickThis.stick {
        margin-top: 0;
        position: fixed;
        top: 80px;
        z-index: 99;
        width: 93.5%;
        border-radius: 0px 0px 18px 18px;
        transition: top 0.5s ease;
    }
    .sidebar-toggled .content.sm-gutter .article-new-nav#stickThis.stick {
        margin-top: 0;
        position: fixed;
        top: 80px;
        z-index: 99;
        width: 92.6%;
        border-radius: 0px 0px 18px 18px;
        transition: top 0.5s ease;
    }
    .content.sm-gutter .article-new-nav#stickThis.stick {
        margin-top: 0;
        position: fixed;
        top: 80px;
        z-index: 99;
        width: 92.6%;
        border-radius: 0px 0px 18px 18px;
        transition: top 0.5s ease;
    }
    .sidebar-toggled .bids-flex {
        width: 304px;
        float: left;
        margin: 10px 0px;
        transition: all 0.1s ease;
        min-height: 340px;
    }
    .mps-lg input {
        width: 84% !important;
    }
    #accordion #collapseFive .panel .panel-heading {
        border-radius: 0px;
        border-bottom: 0px;
        padding: 5px 15px 5px 15px;
        position: relative;
        z-index: 3;
        min-height: auto;
        max-height: 100%;
    }
    .cin_url a {
        max-width: 50px;
        white-space: nowrap;
        overflow: hidden;
        float: left;
        text-overflow: ellipsis;
    }
    .sweet-alert {
        background-color: white;
        font-family: 'Open Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif;
        width: 100% !important;
        /* padding: 17px; */
        border-radius: 10px !important;
        text-align: center;
        position: fixed;
        left: 59%;
        top: 50%;
        margin-left: -189px;
        margin-top: -200px;
        overflow: hidden;
        display: none;
        z-index: 99999;
    }
    #collapseFive button.btn-block.zero-bordr-radis,
    #collapseSix button.btn-block.zero-bordr-radis {
        font-weight: 700;
        font-size: 10px;
    }
    .price-list {
        float: left;
        font-size: 14px;
        font-weight: 500;
        margin-top: 10px;
        font-family: 'Roboto', sans-serif, "Helvetica Neue", Helvetica, Arial, sans-serif;
        margin-bottom: 21px;
    }
    #collapseFive button.btn-cons.step-5 {
        font-weight: 700;
        font-size: 14px;
    }
    .finishListing {
        margin-right: 0px;
    }
    .next.btns .btn-cons {
        margin-right: 0px;
    }
    .code-m {
        display: inline-block;
        width: 100% !important;
    }
    .number-dev .iti {
        width: 100%;
    }
    #user_form_panel .code-cust-width {
        width: 100% !important;
        margin-left: 0;
        margin-top: 10px;
    }
    .verf-btn {
        color: #fff;
        position: absolute;
        right: 14px;
        top: 54px;
    }
    .subs-dv span.span-txt {
        width: 73%;
        float: left;
        padding-left: 12px;
    }
    .logo-icon a.uplod-btn {
        padding: 0px 8px !important;
        font-size: 9px;
    }
    #accordion .panel-heading {
        min-height: auto !important;
    }
    #networksTab .panel-controls .input-search #search_keywords {
        width: 82%;
        float: left;
        height: 36px;
        line-height: 36px;
        float: left;
        padding: 0 15px;
        min-height: 36px;
        border-radius: 6px 0 0 6px;
    }
    .col-lg-12.col-md-12.p-l-0.p-r-0.aq-user-card.ufilter.ucon.usrcon .user-info {
        position: relative;
        width: 60%;
        float: left;
    }
    .ufilter .b-grey .b-danger {
        font-size: 13px;
        border-radius: 36px !important;
        font-weight: 700;
        height: 40px;
        line-height: 38px;
        padding: 0 15px;
        float: right;
        width: 100%;
    }
    .mrgn-tpnew {
        float: left;
        margin-top: 15px;
        width: 100%;
        margin-bottom: 10px;
        text-align: center;
    }
    .sidebar-toggled .flag-truncate {
        max-width: 200px;
    }
    .send-enquery-new,
    .send-enquery-new:hover,
    .send-enquery-new:focus {
        float: right;
        background: #1578fc;
        background: var(--main-brand-color);
        padding: 0px 18px;
        color: #fff;
        border-radius: 50px;
        /* font-weight: 700; */
        cursor: pointer;
        height: 36px;
        font-size: 14px;
        line-height: 36px;
        width: 100%;
        text-align: center;
    }
    .sidebar-toggled .listing .listing-body h3#lst-price {
        font-size: 20px;
        white-space: nowrap;
        overflow: hidden;
        width: 100%;
        text-overflow: ellipsis;
    }
    .mps-lg #descAuc,
    #desc {
        width: 84% !important;
    }
    .user-name-detail {
        width: 115px !important;
        height: 50px;
        float: left;
        margin-top: 28px;
        margin-left: 10px !important;
    }
    .article-new-nav .menu-items li a {
        font-family: 'Roboto', sans-serif !important;
        font-weight: 700 !important;
        color: #343b45;
        border-right: solid 1px #dddedf;
        padding: 5px 5px;
        font-size: 11px;
        float: left;
    }
    .bids-flex {
        width: 305px;
        float: left;
        margin: 10px -7px;
        transition: all 0.1s ease;
        min-height: 340px;
    }
    #auction-tag .fotorama__caption a {
        text-decoration: none;
        color: #425062;
        font-family: 'Roboto', sans-serif;
        font-weight: 500;
        font-size: 16px;
        width: 100%;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
        float: left;
    }
    .listing-detail-lbl {
        position: absolute;
        z-index: 99;
        bottom: 15%;
        right: 10px;
        padding: 6px 16px;
        color: #fff;
        position: absolute;
        border-radius: 10px 10px 0 0;
        background: rgba(255, 255, 255, 0.7);
        color: #2e2e2e;
        font-weight: 700;
    }
    .marketplace-navigation-new .subNav-wrap .menu-items {
        padding: 0;
    }
    .marketplace-navigation-new ul li {
        padding: 10px 4px;
    }

}</pre></body></html>