body {
    padding: 0;
    margin:0px;
    font-family: 'Poppins', sans-serif !important;
    font-size: 14px;
    font-style: normal;
    font-variant: normal;
    font-weight: 400;
    line-height: 20px;
    color: #000;
    background-color: #fff;
}
html, body {
    padding: 0;
    margin: 0px;
    font-family: 'Poppins', sans-serif !important;
}
/*RESULTSFOUND SECTION CODE START*/
.used-product-listing-pg .results-found-section {
    margin: 30px 0 35px;
}
.used-product-listing-pg .results-found-section h1 span {
    font-family: 'Poppins', sans-serif;
    font-weight: 400;
    font-size: 32px;
    line-height: 48px;
    text-align: center;
    color: #00aef0;
}
.used-product-listing-pg .results-found-section p {
    margin: 0px;
}
.used-product-listing-pg .results-found-section p span {
    font-family: 'Poppins', sans-serif;
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    color: #8c8c8c;
}
.used-product-listing-pg .results-found-section .line-border {
    max-width: 615px;
    border: .5px solid #bcbaba;
    margin: 15px auto 0;
}
@media (min-width: 1025px) and (max-width: 1280px) {
    .used-product-listing-pg .results-found-section {
        margin: 15px 0 25px;
    }
    .used-product-listing-pg .results-found-section h1 {
        line-height: 28px;
    }
    .used-product-listing-pg .results-found-section h1 span {
        line-height: 28px;
        font-size: 21px;
    }
    .used-product-listing-pg .results-found-section p span {
        font-size: 18px;
    }
    .used-product-listing-pg .results-found-section .line-border {
        max-width: 400px;
    }
}

@media (min-width: 992px) and (max-width: 1199px) {
    .used-product-listing-pg .results-found-section {
        margin: 15px 0 25px;
    }
    .used-product-listing-pg .results-found-section h1 {
        line-height: 28px;
    }
    .used-product-listing-pg .results-found-section h1 span {
        line-height: 28px;
        font-size: 18px;
    }
    .used-product-listing-pg .results-found-section p span {
        font-size: 14px;
    }
    .used-product-listing-pg .results-found-section .line-border {
        max-width: 400px;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .used-product-listing-pg .results-found-section {
        margin: 15px 0 25px;
    }
    .used-product-listing-pg .results-found-section h1 {
        line-height: 28px;
    }
    .used-product-listing-pg .results-found-section h1 span {
        line-height: 28px;
        font-size: 18px;
    }
    .used-product-listing-pg .results-found-section p span {
        font-size: 14px;
    }
    .used-product-listing-pg .results-found-section .line-border {
        max-width: 400px;
    }
}

@media (max-width: 767px) {
    .used-product-listing-pg .results-found-section {
        margin: 15px 0 25px;
    }
    .used-product-listing-pg .results-found-section h1{
        line-height:28px;
    }
    .used-product-listing-pg .results-found-section h1 span {
        line-height: 28px;
        font-size: 18px;
    }
    .used-product-listing-pg .results-found-section p span {
        font-size: 14px;
    }
    .used-product-listing-pg .results-found-section .line-border {
        max-width: 300px;
    }
}
@media (max-width: 479px) {
}
/*RESULTSFOUND SECTION CODE END*/
/*CLEAR ALL FILTER SECTION CODE START*/
.clear-all-Filter-section.clear-all-Filter-section-fixed {
    position: fixed;
    z-index: 99;
    background: #fff;
    top: 120px;
    box-shadow: 0 3px 6px 0 rgba(36, 39, 44, .1);
    left: auto;
    right: auto;
    padding: 15px 70px;
    max-width: 1297px;
    width: 100%;
}
.clear-all-Filter-section .select-form {
    border: 1px solid #444;
    min-width: 138px;
    max-width: 100%;
    height: 44px;
    padding: 10px 3rem 10px 20px;
    border-radius: 50px;
    font-family: 'Poppins', sans-serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    letter-spacing: 0;
    text-align: left;
    box-sizing: border-box;
    -webkit-appearance: none;
    -moz-appearance: none;
    white-space: nowrap !important;
    text-overflow: ellipsis !important;
}
.clear-all-Filter-section .btn-clear-all {
    color: #00aef0;
    font-size: 16px;
    font-family: 'Poppins', sans-serif;
    font-weight: 400;
    word-wrap: break-word;
    outline: 0 !important;
    border: 0 !important;
    background: transparent !important;
    height: 100%;
}
.form-control.defaultSelect, select.form-control.defaultSelect {
    background-position: right 1rem center !important;
    background-image: url('../../../images/defaultSelect.svg') !important;
    background-repeat: no-repeat !important;
    background-size: 1em !important;
    -webkit-appearance: none !important;
    -moz-appearance: none !important;
    appearance: none !important;
}
@media (min-width: 1025px) and (max-width: 1280px) {
    .clear-all-Filter-section.clear-all-Filter-section-fixed {
        padding: 15px 70px;
        max-width: 1119px;
    }
}
@media (min-width: 992px) and (max-width: 1199px) {
    .clear-all-Filter-section.clear-all-Filter-section-fixed {
        position: relative;
        top: 0;
        padding: 15px 10px;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .clear-all-Filter-section .col-md-2 {
        flex: 0 0 auto;
        width: 20%;
    }
    .clear-all-Filter-section .select-form {
        margin-bottom: 10px;
        border-radius: 10px !important;
        min-width: 120px;
    }
    .clear-all-Filter-section .btn-clear-all {
        font-size: 14px;
    }
    .clear-all-Filter-section.clear-all-Filter-section-fixed {
        position: relative;
        top: 0;
        padding: 15px 10px;
    }
}

@media (max-width: 767px) {
    .clear-all-Filter-section.clear-all-Filter-section-fixed {
        position: relative;
        top: 0;
        padding: 15px 10px;
    }
    .clear-all-Filter-section .select-form {
        margin-bottom: 10px;
        border-radius: 15px !important;
    }
    .clear-all-Filter-section .btn-clear-all {
        font-size: 14px;
        float: right;
    }
}
@media (max-width: 479px) {
}
/*CLEAR ALL FILTER SECTION CODE END*/
/*PRODCUT LISTING SECTION CODE START*/
.product-listing-section {
    margin: 40px 0 0;
}
.product-listing-section .thumbnail-card-box {
    border: 1px solid #e7e7e7;
    border-radius: 8px;
    position: relative;
    margin-bottom: 25px;
}
.product-listing-section .thumbnail-card-box .complete-card {
    box-shadow: none;
    border: 0;
    border-radius: 8px;
}
.product-listing-section .thumbnail-card-box .complete-card .thumbnail-img, .product-listing-section .thumbnail-card-box .complete-card .thumbnail-img img {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    justify-content: center;
    height: 273px;
    margin-bottom: 5px;
    border-right: 0;
    background-color: #f6f6f6;
    position: relative;
}
.product-listing-section .thumbnail-card-box.advtCardBox .complete-card .thumbnail-img, .product-listing-section .thumbnail-card-box.advtCardBox .complete-card .thumbnail-img img {
    height: 470px !important;
    border-radius: 8px !important;
    overflow: hidden;
    position: relative;
    margin:0px;
}
.product-listing-section .thumbnail-card-box .complete-card .thumbnail-img{
    border-radius: 8px 8px 0 0;
}
.product-listing-section .thumbnail-card-box .complete-card .ribbon-section {
    position: absolute;
    top: 15px;
    left: -11px;
    z-index: 9;
}
.product-listing-section .thumbnail-card-box .complete-card .ribbon-verified-section {
    position: absolute;
    top: 15px;
    right: 0px;
    z-index: 9;
}
.product-listing-section .thumbnail-card-box .complete-card .ribbon-verified-section .verified-img-box {
    position: relative;
    cursor: pointer;
}
.product-listing-section .thumbnail-card-box .complete-card .ribbon-verified-section .verified-img-box .ribbonBoxVerifiedTultipBoxHOver {
    top: -33px;
    left: 19px;
    display: none;
    transition: opacity 240ms 120ms cubic-bezier(.4,0,.2,1);
    filter: drop-shadow(0 3px 6px rgba(0, 0, 0, .16)) drop-shadow(0 3px 6px rgba(0, 0, 0, .23));
    position: absolute;
}

.product-listing-section .thumbnail-card-box .complete-card .ribbon-verified-section .verified-img-box .ribbonBoxVerifiedTultipBoxHOver .popup-textTultip {
    left: 0;
    text-align: left;
    width: 151px;
    font-weight: 400;
    font-size: 12px;
    line-height: 18px;
    letter-spacing: .04em;
    color: #fff;
    box-sizing: border-box;
    padding: 6px 16px;
    position: absolute;
    transition: opacity 240ms 120ms cubic-bezier(.4,0,.2,1);
    top: 0;
}

.product-listing-section .thumbnail-card-box .complete-card .ribbon-verified-section .verified-img-box:hover .ribbonBoxVerifiedTultipBoxHOver {
    display: block;
    z-index: 99;
}

.product-listing-section .thumbnail-card-box .complete-card .ProductListSlider .slick-dots {
    bottom: 25px;
    position: absolute;
    display: block;
    width: 100%;
    padding: 0;
    margin: 0;
    list-style: none;
    text-align: center
}
.product-listing-section .thumbnail-card-box .complete-card .ProductListSlider .slick-dots li {
    position: relative;
    display: inline-block;
    width: 10px;
    height: 10px;
    margin: 0 5px;
    padding: 0;
    cursor: pointer;
    margin-bottom: -10px !important;
}
.product-listing-section .thumbnail-card-box .complete-card .ProductListSlider .slick-dots li button {
    width: 8px;
    height: 8px;
    background: #fff !important;
    box-shadow: 0 0 4px rgba(0,0,0,.25);
    border: 0 !important;
    font-size: 0;
    line-height: 0;
    display: block;
    padding: 4px;
    cursor: pointer;
    color: transparent;
    border-radius: 50%;
}
.product-listing-section .thumbnail-card-box .complete-card .ProductListSlider .slick-dots li.slick-active button {
    width: 10px;
    height: 10px;
    background: #fff;
    box-shadow: 0 0 4px rgba(0,0,0,.25)
}
.product-listing-section .thumbnail-card-box .complete-card .card-middle-section {
    padding: 15px;
    width: 100%;
    position: relative;
}
.product-listing-section .thumbnail-card-box .complete-card .card-middle-section .rows-flex {
    display: block;
    justify-content: space-between;
    align-items: baseline;
    margin-bottom: 0;
    min-height: 25px;
}
.product-listing-section .thumbnail-card-box .complete-card .card-middle-section .rows-flex .RecordId {
    font-size: 14px;
    font-family: 'Poppins', sans-serif !important;
    color: #898989;
    line-height: normal;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    width: 130px;
    display: block;
    line-height: 16px;
}
.product-listing-section .thumbnail-card-box .complete-card .card-middle-section .rows-flex .brandName {
    margin-top: 7px;
    max-width: 100%;
    font-weight: 400;
    font-size: 18px;
    line-height: 27px;
    text-transform: capitalize;
    color: #000;
    letter-spacing: -.2px;
    margin: 0;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    width: 100%;
    font-family: 'Poppins', sans-serif;
    text-align: justify;
    font-style: normal;
}
.product-listing-section .thumbnail-card-box .complete-card .card-middle-section .rows-flex .ModalName {
    max-width: 100%;
    font-weight: 400;
    font-size: 14px;
    line-height: 21px;
    color: #000;
    letter-spacing: -.2px;
    margin: 0;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    width: 100%;
    font-family: 'Poppins', sans-serif;
    text-align: justify;
}

.product-listing-section .thumbnail-card-box .complete-card .card-footer-section {
    display: flex;
    justify-content: space-between;
    margin-bottom: 0;
    align-items: end;
    min-height: 25px;
}
.product-listing-section .thumbnail-card-box .complete-card .card-footer-section ul.list-Li {
    margin-bottom: 0;
}
.product-listing-section .thumbnail-card-box .complete-card .card-footer-section ul.list-Li li {
    color: #777 !important;
    font-size: 12px;
    font-family: 'Poppins', sans-serif;
    font-weight: 400;
    margin-bottom: 5px;
}
.product-listing-section .thumbnail-card-box .complete-card .card-footer-section .spnTxt, .product-listing-section .thumbnail-card-box .complete-card .card-footer-section a .spnTxt {
    font-weight: 400;
    font-size: 12px;
    line-height: 18px;
    color: #373737 !important;
    font-family: 'Poppins', sans-serif;
}
.product-listing-section .thumbnail-card-box .complete-card .sold:before {
    position: absolute;
    width: 113px;
    height: 87px;
    z-index: 1;
    content: "";
    background-image: url('../../../images/Sold.png');
    left: 0;
    top: 0;
}
.photo-video-box {
    display: flex;
    gap: 5px;
    align-items: center;
    max-width: 160px;
    width: 100%;
    justify-content: right;
}
.photo-video-box .photo-counts-ribbon {
    width: 49px;
    height: 24px;
    background: #818a97;
    border-radius: 4px;
    font-weight: 500;
    font-size: 10px;
    line-height: 9px;
    display: flex;
    align-items: center;
    color: #fff;
    font-family: 'Poppins', sans-serif;
    justify-content: center;
    gap: 8px;
}
.share-wishlist-section {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 10px;
    position: relative;
}
.share-wishlist-section .wishlist .wishlist-iocn-box {
    position: relative;
    cursor: pointer;
}
.share-wishlist-section .wishlist .wishlist-iocn-box .wishlist-tooltip-box {
    display: none;
    transition: opacity 240ms 120ms cubic-bezier(.4,0,.2,1);
    filter: drop-shadow(0 3px 6px rgba(0, 0, 0, .16)) drop-shadow(0 3px 6px rgba(0, 0, 0, .23));
    position: absolute;
    top: -56px;
    left: 26px;
}
.share-wishlist-section .wishlist .wishlist-iocn-box .wishlist-tooltip-box .wishlist-tooltip-box-text {
    font-weight: 400;
    font-size: 12px;
    line-height: 18px;
    letter-spacing: .04em;
    color: #fff;
    box-sizing: border-box;
    left: 8px;
    padding: 6px 16px;
    position: absolute;
    transition: opacity 240ms 120ms cubic-bezier(.4,0,.2,1);
    top: 0;
    text-align: left;
    width: 251px;
}
.share-wishlist-section .sharelist {
    position: absolute;
    right: -11px;
    width: 35px;
    border: 1px;
    top: 26px;
}

.share-wishlist-section .sharelist-iocn-box {
    position: relative;
    cursor: pointer;
}
.share-wishlist-section .sharelist-iocn-box .sharelist-tooltip-box {
    display: none;
    transition: opacity 240ms 120ms cubic-bezier(.4,0,.2,1);
    filter: drop-shadow(0 3px 6px rgba(0, 0, 0, .16)) drop-shadow(0 3px 6px rgba(0, 0, 0, .23));
    position: absolute;
    top: -56px;
    left: 26px;
}
.share-wishlist-section .sharelist-iocn-box .sharelist-tooltip-box .sharelist-tooltip-box-text {
    font-weight: 400;
    font-size: 12px;
    line-height: 18px;
    letter-spacing: .04em;
    color: #fff;
    box-sizing: border-box;
    left: 8px;
    padding: 6px 16px;
    position: absolute;
    transition: opacity 240ms 120ms cubic-bezier(.4,0,.2,1);
    top: 0;
    text-align: left;
    width: 251px;
}
.share-wishlist-section .wishlist-iocn-box:hover .wishlist-tooltip-box, .share-wishlist-section .sharelist-iocn-box:hover .sharelist-tooltip-box {
    display: block;
    z-index: 99;
}
@media (min-width: 1025px) and (max-width: 1280px) {
    .product-listing-section .thumbnail-card-box .complete-card .thumbnail-img, .product-listing-section .thumbnail-card-box .complete-card .thumbnail-img img {
        height: 230px;
    }
    .product-listing-section .thumbnail-card-box.advtCardBox .complete-card .thumbnail-img, .product-listing-section .thumbnail-card-box.advtCardBox .complete-card .thumbnail-img img {
        height: 427px !important;
        border-radius: 8px !important;
        overflow: hidden;
        position: relative;
        margin: 0px;
    }
    .product-listing-section .thumbnail-card-box .complete-card .card-footer-section .spnTxt, .product-listing-section .thumbnail-card-box .complete-card .card-footer-section a .spnTxt{
        font-size:11px;
    }
}

@media (min-width: 992px) and (max-width: 1199px) {
    .product-listing-section {
        margin: 20px 0 0;
    }
    .product-listing-section .thumbnail-card-box .complete-card .thumbnail-img, .product-listing-section .thumbnail-card-box .complete-card .thumbnail-img img {
        height: 200px;
    }
    .product-listing-section .thumbnail-card-box .complete-card .card-middle-section .rows-flex {
        min-height: 22px;
    }
    .product-listing-section .thumbnail-card-box .complete-card .card-middle-section .rows-flex .brandName {
        font-size: 16px;
        line-height: 25px;
    }
    .product-listing-section .thumbnail-card-box.advtCardBox .complete-card .thumbnail-img, .product-listing-section .thumbnail-card-box.advtCardBox .complete-card .thumbnail-img img {
        height: 388px !important;
        border-radius: 8px !important;
        overflow: hidden;
        position: relative;
        margin: 0px;
    }
    .product-listing-section .thumbnail-card-box .complete-card .card-footer-section .spnTxt, .product-listing-section .thumbnail-card-box .complete-card .card-footer-section a .spnTxt {
        font-size: 11px;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .product-listing-section {
        margin: 20px 0 0;
    }
    .product-listing-section .thumbnail-card-box .complete-card .thumbnail-img, .product-listing-section .thumbnail-card-box .complete-card .thumbnail-img img {
        height: 200px;
    }
    .product-listing-section .thumbnail-card-box .complete-card .card-middle-section .rows-flex {
        min-height: 22px;
    }
    .product-listing-section .thumbnail-card-box .complete-card .card-middle-section .rows-flex .brandName {
        font-size: 16px;
        line-height: 25px;
    }
    .product-listing-section .thumbnail-card-box .complete-card .card-footer-section ul.list-Li li, .product-listing-section .thumbnail-card-box .complete-card .card-footer-section .spnTxt, .product-listing-section .thumbnail-card-box .complete-card .card-footer-section a .spnTxt {
        font-size: 11px;
    }
    .clearBoth.GimaprAdsp {
        display: none;
    }
    .product-listing-section .thumbnail-card-box.advtCardBox .complete-card .thumbnail-img, .product-listing-section .thumbnail-card-box.advtCardBox .complete-card .thumbnail-img img {
        height: 388px !important;
        border-radius: 8px !important;
        overflow: hidden;
        position: relative;
        margin: 0px;
    }
}

@media (max-width: 767px) {
    .product-listing-section {
        margin: 20px 0 0;
    }
    .product-listing-section .thumbnail-card-box .complete-card .thumbnail-img, .product-listing-section .thumbnail-card-box .complete-card .thumbnail-img img{
        height:200px;
    }
    .product-listing-section .thumbnail-card-box.advtCardBox .complete-card .thumbnail-img, .product-listing-section .thumbnail-card-box.advtCardBox .complete-card .thumbnail-img img {
        height: 388px !important;
        border-radius: 8px !important;
        overflow: hidden;
        position: relative;
        margin: 0px;
    }
    .product-listing-section .thumbnail-card-box .complete-card .card-middle-section .rows-flex {
        min-height: 22px;
    }
    .product-listing-section .thumbnail-card-box .complete-card .card-middle-section .rows-flex .brandName {
        font-size: 16px;
        line-height: 25px;
    }
}

@media (max-width: 479px) {
}
/*PRODCUT LISTING SECTION CODE END*/




/*PRUDUCT ADS CODE START*/
.product-btm-ads-chice {
    max-width: 100% !important;
    width: 100%;
    padding-top: 15px;
    margin-bottom:30px;
}
.product-btm-ads-chice .ads-box-width {
    max-width: 100%;
    background-repeat: no-repeat;
    background-position: top left;
    background-size: 100% 100%;
}
.product-btm-ads-chice .ads-box-width .h2 {
    text-align: left;
    letter-spacing: 0;
    color: #fff;
    opacity: 1;
    font-size: 20px;
    line-height: 30px;
    font-family: robotoregular;
    margin-bottom: 17px;
    margin-top: 0;
    max-width: 400px;
}
.eq-choice {
    height: 178px;
    background: url(../../../images/find-product.png) no-repeat;
    padding: 25px 25px;
    width: 100%;
}
.sold-ct-scan {
    width: 100%;
    height: 178px;
    background: url("../../../images/sold-ct-scan.png") no-repeat;
    padding: 25px 33px
}
.sold-mri {
    width: 100%;
    height: 178px;
    background: url("../../../images/sold-mri.png") no-repeat;
    padding: 25px 33px;
}
.sold-cath-lab {
    width: 100%;
    height: 178px;
    background: url("../../../images/sold-cath-lab.png") no-repeat;
    padding: 25px 33px;
}
.sold-c-arm {
    width: 100%;
    height: 178px;
    background: url("../../../images/sold-c-arm.png") no-repeat;
    padding: 25px 33px;
}
.sold-ultrasound {
    width: 100%;
    height: 178px;
    background: url("../../../images/sold-ultrasound.png") no-repeat;
    padding: 25px 33px;
}
.sold-other-product {
    width: 100%;
    height: 178px;
    background: url("../../../images/sold-ct-scan.png") no-repeat;
    padding: 25px 33px;
}
.sold-endoscopy-product {
    width: 100%;
    height: 178px;
    background: url("../../../images/sold-endoscopy.png") no-repeat;
    padding: 25px 33px;
}
.product-btm-ads-chice .ads-box-width .sold-product-go {
    min-width: 94px;
    width: auto;
    height: 44px;
    background: #f7941d;
    border-radius: 8px;
    letter-spacing: 0;
    color: #fff;
    opacity: 1;
    font-size: 18px;
    line-height: 29px;
    font-family: robotomedium;
    padding: 7px 13px;
}
.btn.btn-go-product-page, .btn.btn-go-product-page :focus, .btn.btn-go-product-page :hover {
    color: #fff !important;
    background-color: #f8991c;
    border-color: #f8991c;
    width: auto;
    font-size: 22px;
    font-family: robotoregular !important;
    line-height: 36px;
    padding: 6px 16px;
    margin: 20px auto 40px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
@media (min-width: 1025px) and (max-width: 1280px) {
}

@media (min-width: 992px) and (max-width: 1199px) {
}

@media (min-width: 768px) and (max-width: 991px) {
    .product-btm-ads-chice .ads-box-width .h2 {
        font-size: 14px;
        line-height: 26px;
    }
}

@media (max-width: 767px) {
    .product-btm-ads-chice .ads-box-width {
        margin-bottom: 10px;
    }
}
@media (max-width: 479px) {
}
/*PRUDUCT ADS CODE END*/
@media (min-width: 1025px) and (max-width: 1280px) {
}

@media (min-width: 992px) and (max-width: 1199px) {
}

@media (min-width: 768px) and (max-width: 991px) {
}

@media (max-width: 767px) {
}

@media (max-width: 479px) {
}