.quotation-note {
    font-size: 14px;
    color: red;
    display: inline;
    font-Weight: 700;
}

.quotation-note-text {
    font-size: 14px;
    font-Weight: 700;
    color: black;
    display: inline;
}

.btn-change-amount-of-quote {
    max-width: 300px;
    background-color: #FFC20F;
    width: 100%;
    font-family: "Conv_futuramediumbt";
    height: 60px;
    -webkit-box-shadow: none;
    box-shadow: none;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    font-size: 20px;
    line-height: 36px;
    color: #000000;
    text-align: center;
    padding: .375rem .75rem;
    border-radius: .25rem;
    color: white !important;
}

.btn-not-change-amount-of-quote {
    background-color: #ffffff;
    width: 100%;
    font-family: "Conv_futuramediumbt";
    height: 60px;
    -webkit-box-shadow: none;
    box-shadow: none;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    font-size: 20px;
    line-height: 36px;
    color: #727272;
    text-align: center;
    border: 1px solid #CBCBCB;
    margin-right: 10px;
    max-width: 123px;
    padding: .375rem .75rem;
    border-radius: .25rem;
    color: black !important;
}

.middle-section .middle-inner .search-select-prodcut .select2-container--default .select2-selection--single .select2-selection__rendered {
    height: 35px;
    line-height: 33px;
    font-size: 13px;
    font-family: "Conv_futuramediumbt";
}

.middle-section .middle-inner .search-select-prodcut .select2-container .select2-selection--single {
    height: 35px;
    line-height: 32px;
    border: 1px solid #dddddd;
}

.middle-section .middle-inner .search-select-prodcut .select2-container {
    width: 100% !important;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.middle-section .middle-inner .search-select-prodcut .select2-container--default .select2-selection--single .select2-selection__arrow {
    height: 35px;
}

.updated-time-content-wrapper .updated-time-of-return-policy {
    margin-left: auto;
    width: fit-content;
}

.order-cancel-block {
    display: flex;
}

.order-cancel-reason {
    padding: 4px 0;
    font-size: 17px;
    font-weight: 300;
    color: red;
    font-family: "Conv_futuramediumbt";
}

.order-cancel-reason-text {
    margin-top: 2px;
    padding: 4px;
    font-size: 17px;
    max-width: 386px;
    font-weight: 200;
    font-family: "Conv_futuramediumbt";
}

.updated-time-content-wrapper .rp-content {
    margin-top: -32px;
}

.updated-time-of-return-policy {
    text-align: right;
}

.rp-content label {
    border-bottom: 1px solid #ccc;
    margin-bottom: 20px;
    font-size: 20px;
    line-height: 30px;
}

.rp-content p {
    max-width: 94%;
    font-size: 16px !important;
    line-height: 28px !important;
    color: #222221a8 !important;
    font-weight: 600;
}

.rp-doc-link {
    background: #ffc20f;
    color: #544949;
    padding: 12px 24px;
    font-size: 16px;
    letter-spacing: 0.2px;
    display: flex;
    width: fit-content;
    justify-content: center;
    margin: 20px auto 0;
}

.rp-doc-link:hover {
    background-color: #ffc20f;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    -webkit-box-shadow: 0 12px 24px 0 rgba(255, 194, 15, 0.3);
    box-shadow: 0 12px 24px 0 rgba(255, 194, 15, 0.3);
    -webkit-transform: translateY(-2px);
    transform: translateY(-2px);
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    color: currentColor;
    text-decoration: none;
}

.modal-backdrop {
    opacity: 0.5 !important;
}

.thumb-image {
    height: 100px;
    width: auto;
}

@media (max-width: 991px) {

    .dashboard-notification-count,
    #cart_count {
        top: -13px;
        right: -10px;
        position: absolute;
        height: 22px;
        background: #ffc20f;
        display: flex;
        align-items: center;
        border: none;
        justify-content: center;
        outline: none;
        box-shadow: none;
        text-align: center;
        line-height: 1;
        border-radius: 50%;
        vertical-align: middle;
        font-size: 11px;
        padding: 2px 8px;
    }
}

.middle-section .middle-inner .chat-section .chat-message .chat-group .chat-message-body .chat-message-body-inner .message-text Pre {
    font-size: 16px;
    color: #1A2028;
    text-align: left;
    line-height: 25px;
    margin-bottom: 0px;
    font-family: "Conv_futuramediumbt";
    white-space: break-spaces;
    max-width: 700px;
    overflow-wrap: break-word;
}

#message-unread-count-user,
#mobile-message-count-user {
    margin-left: 5px;
    border-radius: 9px;
    background-color: #ffc20f;
    padding: 2px 5px;
    font-size: 14px;
    color: #222221;
    line-height: 16px;
}

#return-refund-header div {
    color: black;
    font-size: 20px;
}

#send-request-to-admin {
    background-color: white;
    border: 1px solid rgba(0, 0, 0, 0.15);
    border-radius: 0;
    padding: 6px 60px;
    height: 50px;
    line-height: 36px;
    font-size: 20px;
    width: auto;
}

.unread-mssage-hidden {
    display: none;
}

.unread-mssage-show {
    display: list-item;
    text-align: center;
    border-top: 2px solid #808080;
    border-bottom: 2px solid #808080;
    padding: 5px 0;
    margin: 10px 0;
}

.user-text-message {
    display: flex !important;
    justify-content: space-between !important;
}

.last-unread-message {
    color: black;
}

.unread-msg-count {
    text-align: center !important;
    border-radius: 40px;
    background-color: #ffc20f;
    display: block;
    font-size: 12px;
    line-height: 15px;
    color: #222221;
    width: 34px;
    text-align: right;
}

.unread-msg-count:empty {
    width: 0;
}

#image-type-error {
    text-align: center;
    color: red;
}

img {
    max-width: 100%;
}

.cropper-view-box,
.cropper-face {
    border-radius: 50%;
}

.color_of_product {
    border: 1px solid #E8E8E8;
    border-radius: 15px;
    height: 15px;
    width: 15px;
    margin-bottom: 5px;
}

.loader {
    border: 16px solid #5c5151;
    border-radius: 50%;
    border-top: 16px solid #ffc20f;
    border-bottom: 16px solid #ffc20f;
    width: 10px;
    height: 10px;
    -webkit-animation: spin 2s linear infinite;
    animation: spin 2s linear infinite;
}

.submenu-option-one {
    transform: none !important;
    top: 44px !important;
}

.disable-button-while-ajax-success {
    cursor: not-allowed;

    pointer-events: none;
}

.bid-search-collapse {
    background: #E8E8E8;
    border: 1px solid rgba(156, 161, 168, 0.5);
    font-size: 12px;
    text-transform: uppercase;
    font-family: "Conv_futuramediumbt";
    color: #25282B;
    letter-spacing: -0.04px;
    text-align: center;
    line-height: 15.6px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 3px 12px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    border-radius: 0;
}

@-webkit-keyframes spin {
    0% {
        -webkit-transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(360deg);
    }
}

@keyframes spin {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

.new-hover-selected {
    background-color: #ffc20f;
    color: black;
}

.middle-section .middle-inner .search-select-prodcut .select2-container--default .select2-selection--single .select2-selection__rendered {
    height: 35px;
    line-height: 33px;
    font-size: 13px;
    font-family: "Conv_futuramediumbt";
}

.middle-section .middle-inner .search-select-prodcut .select2-container .select2-selection--single {
    height: 35px;
    line-height: 32px;
    border: 1px solid #dddddd;
}

.middle-section .middle-inner .search-select-prodcut .select2-container {
    width: 100% !important;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.middle-section .middle-inner .search-select-prodcut .select2-container--default .select2-selection--single .select2-selection__arrow {
    height: 35px;
}

#unorder-list,
#unorder-list1,
#unorder-list2,
#service-unorder-list,
#service-unorder-list1 {
    list-style-type: disclosure-closed !important;
    color: black;
    padding: 40px !important;
    margin-left: 25px !important;
}

#unorder-list li a:hover,
#unorder-list1 li a:hover,
#unorder-list2 li a:hover,
#service-unorder-list li a:hover,
#service-unorder-list1 li a:hover {
    text-decoration: none;
}

a#accept-quote,
a#hide-quote,
#quote-chat,
a#accept-service-quote,
a#hide-service-quote {
    border-radius: 2px;
    height: 24px;
    font-size: 10px;
    color: #FFFFFF;
    letter-spacing: 0;
    line-height: 16px;
    padding: 3px 12px;
    -webkit-box-shadow: none;
    box-shadow: none;
}

a.btn.btn-accept-light,
a.btn.btn-decline-light {
    margin-left: 5px;
    border-radius: 2px;
    height: 24px;
    font-size: 10px;
    font-family: "Conv_futuramediumbt";
    letter-spacing: 0;
    line-height: 16px;
    padding: 3px 12px;
    white-space: nowrap;
    box-shadow: none;
    vertical-align: middle;
    display: flex;
    justify-content: center;
    align-items: center;
}



.center {
    margin: 0 auto;
    float: none;
    text-align: center;
    overflow: hidden;
    padding: 10px 10px;
    margin-top: 50px;
}

input {
    box-shadow: none;
}

#input-select,
#input-number {
    padding: 7px;
    margin: 0 20px;
    width: 80px;
    padding: 10px 6px;
    text-align: center;
}

.noUi-horizontal .noUi-handle {
    background: #ffc20f;
}

.btn-message {
    background-color: #e8e8e8;
    width: 100%;
    font-family: "Conv_futuramediumbt";
    height: 34px;
    -webkit-box-shadow: none;
    box-shadow: none;
    border: 1px solid rgba(0, 0, 0, 0.15);
    color: rgba(34, 34, 33, 0.9);
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    line-height: 19px;
    min-width: 160px;
    margin-right: 10px;
}

#product_images_div::after {
    background-color: initial !important;
}

.category_active_link {
    background-color: gainsboro;
}

.owl-theme .owl-dots .owl-dot.active span,
.owl-theme .owl-dots .owl-dot:hover span {
    background: #FFC20F;
}

.home-banner-section .banner-div .banner-image::after {
    background-color: initial;
}

#chat-spinner {
    display: inline-block;
    width: 2rem;
    height: 2rem;
    vertical-align: text-bottom;
    border: .25em solid currentColor;
    border-right-color: transparent;
    border-radius: 50%;
    animation: spinner-border .75s linear infinite;
}

.middle-section .middle-inner .chat-section .chat-message .chat-group .chat-message-body .chat-message-body-inner .message-sent .message-text P {
    text-align: justify;
}

.middle-section .middle-inner .chat-section .chat-message .chat-group .chat-message-body .chat-message-body-inner .message-received .message-text {
    background-color: #e8e8e8;
}

.middle-section .middle-inner .all-order-section .tab-page-content .order-delivery-address {
    padding: 20px 30px;
}

.flatpickr-calendar.animate.open.arrowTop,
.flatpickr-calendar.animate.arrowBottom.open {
    background-color: white;
}

.flatpickr-current-month,
span.flatpickr-weekday,
.flatpickr-day {
    color: black;
}

.flatpickr-prev-month svg,
.flatpickr-next-month svg {
    fill: black;
}

#menu-closed {
    display: none !important;
}

body {
    overflow: auto !important;
}

.jn_quotation_modal span.select2.select2-container.select2-container--default {
    width: 100% !important;
}

@media (max-width: 767px) {
    .home-banner-section .banner-div .banner-caption {
        position: initial;
        padding: 15px 0px 0;
    }

    .banner-caption .row .col-lg-7 {
        min-height: 380px;
    }

    .middle-section .middle-inner .request-for-quotation .quote-form {
        margin: 0px !important;
    }

    .middle-section .middle-inner .all-order-section .tab-page-content .tab-content .orderdetail-info .orderdetail-header {
        display: block;
    }

    .middle-section .middle-inner .all-order-section .tab-page-content .tab-content .orderdetail-info .orderdetail-header .order-price p {
        font-size: 17px;
        white-space: normal;
        text-align: left;
    }

    .middle-section .middle-inner .family-section .family-inner .biilonoffamily-heading h2 span {
        margin-left: 10px;
    }

    .middle-section .middle-inner .ourservice-section .section-heading h2 {
        margin-bottom: 20px;
        text-align: center;
        width: 100%;
    }

    .middle-section .middle-inner .about-content-section .bg-content-inner .about-content p {
        font-size: 16px;
        max-height: 315px;
        line-height: 1.8rem;
        overflow: hidden;
        word-break: break-word;
    }

    .middle-section .middle-inner .pagination-section {
        justify-content: flex-end !important;
    }

    body {
        margin: 0px;
    }

    .bid-now-btn img {
        margin-right: 0px !important;
    }

    .middle-section .middle-inner .product-lsiting-section .product-lsiting-inner .product-content-section .product-right-content .productlisting-section .product-container .product-feature .product-feature-detail .product-price-info .product-price-bottom .procust-btns {
        flex-direction: column !important;
    }

    .middle-section .middle-inner .product-lsiting-section .product-lsiting-inner .product-content-section .product-right-content .productlisting-section .product-container .product-feature .product-feature-detail .product-price-bottom .procust-btns .btn {
        margin-right: 0px !important;
        margin-bottom: 10px;
    }

    .modal.modal-auth .modal-dialog .modal-content .modal-body .form-signup .signin-from-2 {
        padding-top: 30px !important;
    }

    .middle-section .middle-inner .feature-deal {
        padding: 40px 0 10px 0 !important;
    }

    .middle-section .middle-inner .request-for-quotation {
        padding-top: 10px;
    }

    .compare-footer-margin {
        margin-top: 10px;
    }

    .middle-section .middle-inner .chat-section .chat-inner .chat-message .chat-group .chat-message-header .chat-prfile-user {
        margin-bottom: 12px;
    }

    .middle-section .middle-inner .chat-section .chat-inner .chat-message .chat-group .chat-message-header .chat-message-detail {
        margin-left: 12px;
    }

    img#user_profile {
        max-width: none;
    }
}

@media (max-width: 870px) and (orientation:landscape) {
    .account-dropdown .dropdown-menu {
        padding: 20px 30px !important;
    }
}

@media (min-width: 768px) and (max-width: 1200px) {
    .home-banner-section .banner-div .banner-caption {
        position: initial;
        padding: 0px 0px;
    }

    .banner-caption .row .col-lg-7 {
        min-height: 375px;
    }

    .middle-section .middle-inner .request-for-quotation .quote-form {
        margin: 0px !important;
    }

    .middle-section .middle-inner .ourservice-section .service-box {
        height: 100%;
        justify-content: flex-start;
    }

    .middle-section .middle-inner .family-section .family-inner .biilonoffamily-heading h2 span {
        margin-left: 10px;
    }

    .bid-now-btn img {
        margin-right: 0px !important;
    }

    body {
        margin: 0px;
    }

    .footer .copy-right-section .footer-copyright-links ul li a {
        padding: 0px;
        padding-right: 18px;
    }

    #compare_error {
        text-align: end;
    }

    img#user_profile {
        max-width: none;
    }
}

@media (max-width: 900px) and (orientation: landscape) {
    .account-dropdown .dropdown-menu .account-links {
        max-height: 160px;
        overflow: auto;
        z-index: 1;
    }
}

@media (max-device-width: 900px) and (min-device-width: 700px) and (max-device-height: 500px) {

    .footer .copy-right-section .footer-copyright-links ul li a {
        padding: 0px;
        padding-right: 15px;
    }

    .modal.modal-auth .modal-dialog .modal-content .close {
        top: 10px !important;
        right: 10px !important;
        height: 30px !important;
        width: 30px !important;
        z-index: 1;
    }

    .modal.modal-auth .modal-dialog .modal-content .modal-body .form-signin .signin-from {
        padding: 55px 85px 15px 72px;
    }

    .modal.modal-auth .modal-dialog .modal-content .modal-body .form-signin .sign-up-accounts {
        padding: 25px 85px 54px 72px;
    }

    .modal.modal-auth .modal-dialog .modal-content .modal-body .form-signup .signin-from {
        padding: 55px 85px 15px 72px;
    }

    .modal.modal-auth .modal-dialog .modal-content .modal-body .form-signup .signin-from-2 {
        padding: 25px 85px 54px 72px !important;
    }

    .modal.modal-auth .modal-dialog .modal-content .modal-body .form-forget .signin-from {
        padding: 55px 85px 15px 72px;
    }

    .modal.modal-auth .modal-dialog .modal-content .modal-body .form-forget .signin-from-2 {
        padding: 25px 85px 54px 72px !important;
    }

    .modal.modal-auth .modal-dialog .modal-content .modal-body .form-forget .signin-from-2 .pt-90 {
        padding-top: 15px !important;
    }

    .top-header .top-header-inner .contact-info {
        flex-wrap: wrap;
    }

    .header .col-header .col-30 {
        max-width: 25%;
    }

    .header .col-header .col-70 {
        flex: 0 0 75%;
        max-width: 75%;
    }

    .middle-section .middle-inner .chat-section .chat-message .chat-group .chat-message-header .back-to-user {
        display: block !important;
        margin-top: 10px;
        margin-right: 10px;
    }

    .banner-caption .row .col-lg-7 {
        min-height: 380px;
    }
}

@media only screen and (min-width: 1024px) and (max-height: 1366px) and (orientation: landscape) and (-webkit-min-device-pixel-ratio: 1.5) {
    .top-header .top-header-inner .contact-info a {
        padding: 0 0px;
        line-height: 17px;
        margin-right: 5px;
    }

    .middle-section .middle-inner .service-provider-section {
        min-height: 656px;
    }

    .middle-section .middle-inner .service-provider-section .service-provider-content {
        overflow: auto;
        max-height: 600px;
        display: block;
    }

    ::-webkit-scrollbar {
        width: 0px;
        background: transparent;
        /* make scrollbar transparent */
    }

    /********* Common CSS *********/

    body.jn_body {
        overflow: visible !important;
    }

    .middle-section .middle-inner .top-deal-section .section-heading h2 {
        margin-bottom: 0;
    }

    .middle-section .middle-inner .top-deal-section .section-heading a {
        padding-top: 0;
        line-height: 32px !important;
    }

    .middle-section .middle-inner .coupon-section .section-heading a {
        padding-top: 0;
        line-height: 32px !important;
    }

    .modal-filter .modal-footer {
        border: none;
    }

    .middle-section .middle-inner .all-order-section .tab-page-content .tab-content .order-lsiting-tab .orders-tab-header .btn-filter:focus {
        box-shadow: none;
    }
}

@media (max-width: 1440px) {
    .footer {
        padding: 40px 0 0 0;
    }
}

@media (max-width: 1199px) {
    .middle-section .middle-inner .ourservice-section {
        padding: 30px 0 50px;
    }

    /* .middle-section .middle-inner .no-message-box{
    min-height: auto;
  } */
}

@media (max-width: 767px) {
    .middle-section .middle-inner .ourservice-section {
        padding: 5px 0 30px;
    }

    .middle-section {
        margin-top: 85px;
    }

    .middle-section .middle-inner .chat-section .chat-option .chat-user ul {
        min-height: 390px !important;
    }

    .middle-section .middle-inner .message-center-section .message-center-content {
        padding: 0 0 20px;
    }

}

@media (max-width: 374px) {
    .middle-section .middle-inner .chat-section .chat-message .chat-message-footer .chat-tools .btnAttach {
        left: 30px;
    }

    .middle-section .middle-inner .chat-section .chat-message .chat-message-footer .chat-tools textarea.form-control {
        padding: 10px 50px;
        height: 42px;
        outline: none;
    }

    .middle-section .middle-inner .chat-section .chat-message .chat-message-footer .chat-tools .btn-send {
        width: 40px;
        height: 40px;
        top: 16px;
    }
}

/********* modal CSS *********/
.modal-open .modal {
    overflow: unset;
    overflow-y: unset;
}

.modal {
    overflow: hidden !important;
    overflow-y: auto !important;
}

/********* Home page css *********/
.home-banner-section .owl-theme .owl-nav {
    border: 1px solid #FFC20F;
}

.home-banner-section .owl-theme .owl-nav .owl-prev {
    border-right: 1px solid #FFC20F;
}

.jn_top_deal_slider {
    display: none;
}

.jn_trending_slider {
    display: none;
}

.middle-section .middle-inner .request-for-quotation .quote-form {
    padding: 90px 15px 0 15px;
}

@media only screen and (max-width: 1440px) and (min-width: 1200px) {
    .middle-section .middle-inner .request-for-quotation {
        padding: 5px 0 80px;
    }

    .middle-section .middle-inner .weekly-deal-section {
        padding: 20px 0 70px;
    }

    .middle-section .middle-inner .top-suppliar-section {
        padding: 20px 0 0px;
    }

    .middle-section .middle-inner .bid-now-section {
        padding: 35px 0 0;
    }

    .middle-section .middle-inner .ready-to-ship-section {
        padding: 40px 0 80px;
    }

    .middle-section .middle-inner .coupon-section {
        padding: 30px 0 0;
    }

    .middle-section .middle-inner .selling-section .start-selling-inner {
        padding: 50px 0;
    }

    .middle-section .middle-inner .oursupllier-section {
        padding: 40px 0 80px;
    }

    .middle-section .middle-inner .ourservice-section {
        padding: 40px 0 60px;
    }

    .footer {
        padding: 45px 0 0 0;
    }
}

@media only screen and (max-width: 1199px)and (min-width: 768px) {
    .middle-section .middle-inner .weekly-deal-section {
        padding: 10px 0 40px;
    }

    .middle-section .middle-inner .top-suppliar-section {
        padding: 40px 0 0;
    }

    .middle-section .middle-inner .top-deal-section {
        padding: 40px 0;
    }

    .middle-section .middle-inner .ready-to-ship-section {
        padding: 20px 0 40px;
    }

    .middle-section .middle-inner .coupon-section {
        padding: 40px 0 30px;
    }

    .middle-section .middle-inner .selling-section .start-selling-inner {
        padding: 40px 0;
    }

    .middle-section .middle-inner .oursupllier-section {
        padding: 40px 0 50px;
    }

    .middle-section .middle-inner .request-for-quotation {
        padding: 5px 0 40px;
    }

    .middle-section .middle-inner .bid-now-section {
        padding: 50px;
    }

    .middle-section .middle-inner .product-service-section {
        padding: 50px 0 20px;
    }
}

@media only screen and (max-width: 991px) {
    .middle-section .middle-inner .service-provider-section .service-provider-content h1 {
        font-size: 34px;
    }

}

@media only screen and (max-width: 767px) {
    .middle-section .middle-inner .request-for-quotation .quote-form {
        padding: 90px 15px 0 0;
    }

    .middle-section .middle-inner .weekly-deal-section .deal-counter {
        min-height: 260px !important;
    }

    .middle-section .middle-inner .service-provider-section {
        min-height: auto;
    }

    .jn_home_middle_section {
        margin-top: 85px;
    }

    .home-banner-section .banner-div .banner-caption .content {
        min-height: 310px;
    }

    .home-banner-section .banner-div .banner-caption .content h2 {
        font-size: 24px !important;
        line-height: 32px !important;
    }

    .banner-caption .row .col-lg-7 {
        min-height: auto;
        margin-bottom: 30px;
    }

    .banner-text {
        min-height: 220px !important;
    }

    .home-banner-section {
        margin: 0;
    }

    .home-banner-section .banner-div .banner-caption .content p {
        margin-bottom: 10px;
    }

    #banner_search_btn {
        margin-bottom: 0 !important;
    }

    .home-banner-section .banner-div .banner-image img {
        max-height: 355px !important;
        min-height: 320px !important;
        object-fit: cover;
        max-width: 500px;
        margin: 0 auto;
    }

    .home-banner-section .banner-div .banner-caption .content .home-buttons .btn {
        height: 40px;
    }

    .jn_request_quotation .quote-image {
        display: none;
    }

    .middle-section .middle-inner .product-service-section {
        padding: 10px 0 20px;
    }

    .middle-section .middle-inner .feature-deal {
        padding: 0 !important;
    }

    .middle-section .middle-inner .request-for-quotation .quote-form .btn-div .btn-quote {
        margin-top: 20px !important;
    }

    .middle-section .middle-inner .request-for-quotation .request-for-inner {
        padding: 15px 0;
    }

    .middle-section .middle-inner .request-for-quotation .quote-form {
        padding: 30px 0 !important;
    }

    .middle-section .middle-inner .request-for-quotation .quote-form .btn-div {
        margin-bottom: 0;
    }

    .middle-section .middle-inner .weekly-deal-section {
        padding: 0 0 40px 0 !important;
    }

    .middle-section .middle-inner .bid-now-section {
        padding: 25px 0 0;
    }

    .jn_top_deal_slider {
        display: block;
    }

    .jn_top_deal_slider .top_deal_slide {
        text-align: center;
    }

    .jn_top_deal_slider {
        position: relative;
    }

    .jn_top_deal_slider .owl-carousel .owl-nav {
        position: absolute;
        top: 0;
        width: 100%;
        display: flex;
        justify-content: space-between;
    }

    .jn_top_deal_slider .owl-carousel .owl-nav .owl-prev {
        margin-right: 8px;
    }

    .jn_top_deal_slider .owl-carousel .owl-nav button {
        height: 47px;
        width: 35px;
        background-color: transparent;
        border-radius: 0;
        box-shadow: none;
        outline: 0;
        display: flex;
        align-items: center;
        justify-content: center;
        margin: 0;
        font-size: 20px;
        transition: all 0.3s;
        border: 1px solid rgba(228, 228, 228, 0.7);
    }

    .jn_top_deal_slider .owl-carousel .owl-nav button:hover {
        transition: all 0.3s;
        background-color: #FFC20F;
        color: #fff;
        border: 0px solid white;
    }

    .jn_top_deal_slider .top_deal_slide a {
        background: rgba(219, 219, 219, 0.5);
        padding: 12px 20px;
        font-size: 16px;
        color: #222221;
        letter-spacing: 0;
        text-align: left;
        font-family: "Conv_futuramediumbt";
        text-decoration: none;
        display: inline-block;
        border: 1px solid rgba(219, 219, 219, 0.5);
        transition: all 0.4s ease-in-out;
    }

    .middle-section .middle-inner .coupon-section {
        padding: 5px 0 0;
    }

    .service-provider-section .service-provider-img img {
        max-height: 240px;
        object-fit: cover;
    }

    .mobile_d_none {
        display: none !important;
    }

    .jn_trending_slider {
        position: relative;
        display: block;
    }

    .jn_trending_slider .owl-dots {
        text-align: center;
    }

    .jn_trending_slider button.owl-dot {
        width: 10px;
        height: 10px;
        border-radius: 50%;
        display: inline-block;
        background: #b7b0b0;
        margin: 0 3px;
        outline: none;
    }

    .jn_trending_slider button.owl-dot.active {
        background: #FFC20F;
    }

    .jn_trending_slider .owl-dots button span {
        font-size: 70px;
        position: relative;
        top: -5px;
    }

    .middle-section .middle-inner .top-suppliar-section .topsupppliar-tabcontent .suppliar-box {
        margin-bottom: 15px;
    }

    .middle-section .middle-inner .top-suppliar-section {
        padding: 5px 0 0;
    }

    .middle-section .middle-inner .selling-section {
        padding: 35px 0 0;
    }

    .middle-section .middle-inner .selling-section .start-selling-inner {
        padding: 0 0 35px;
    }

    .middle-section .middle-inner .oursupllier-section {
        padding: 10px 0 40px;
    }

    .footer .footer_mob_click {
        margin-bottom: 15px;
    }

    .footer .footer_mob_click h3 {
        display: block;
    }

    .footer .footer_mob_click h3::before {
        content: "";
        position: absolute;
        top: 6px;
        right: 10px;
        width: 2px;
        height: 10px;
        background-color: #222;
    }

    .footer .footer_mob_click.active h3::before {
        display: none;
    }

    .footer .footer_mob_click h3::after {
        content: "";
        position: absolute;
        top: 10px;
        right: 6px;
        height: 2px;
        width: 10px;
        background-color: #222;
    }

    .footer {
        padding: 0;
    }

    .section-heading h2 {
        margin: 0;
    }

    .middle-section .middle-inner .ready-to-ship-section .ship-content .shiping-box h3 {
        margin: 0;
    }

    .middle-section .middle-inner .top-suppliar-section .topsupppliar-tabcontent .suppliar-box .suppliar-img img {
        width: auto;
        max-width: 100%;
        margin: 25px auto 0;
    }

    .middle-section .middle-inner .all-order-section .tab-page-content {
        padding: 30px 20px 0;
    }

}

@media only screen and (max-width: 991px) {
    .jn_request_quotation .quote-form {
        padding-right: 0 !important;
    }

    .jn_request_quotation .mobile_padding {
        padding: 0 !important;
    }
}

@media only screen and (max-width: 360px) and (min-width: 360px) {
    .home-banner-section .banner-div .banner-caption .content {
        min-height: 330px;
    }
}

@media only screen and (max-width: 320px) and (min-width: 320px) {
    .home-banner-section .banner-div .banner-caption .content {
        min-height: 368px;
    }
}

/*---- LandScape ----*/
@media only screen and (max-width: 850px) and (orientation: landscape) {
    .banner-caption .row .col-lg-7 {
        min-height: 220px;
    }

    .middle-section .middle-inner .bid-now-section .bid-content h2 {
        margin: 0 auto 34px;
    }

    .middle-section .middle-inner .feature-deal {
        min-height: 210px;
        padding: 0;
    }

    .middle-section .middle-inner .bid-now-section {
        padding: 5px 0;
    }

    .middle-section .middle-inner .service-provider-section .service-provider-content {
        padding: 40px 13%;
    }

    .middle-section .middle-inner .coupon-section {
        padding: 5px 0;
    }

    .middle-section .middle-inner .coupon-section .section-heading {
        margin-bottom: 15px;
    }

    .middle-section .middle-inner .service-provider-section .service-provider-img img {
        max-height: 400px;
        object-fit: cover;
    }
}

@media (min-width: 768px) and (max-width: 1200px) and (orientation: landscape) {
    .banner-text {
        min-height: 200px !important;
    }

    .home-banner-section .banner-div .banner-image img {
        margin-top: 25px;
    }
}

@media only screen and (min-width: 768px) {
    .home-banner-section .banner-div .banner-image img {
        max-width: 720px;
        margin: 0 auto;
    }
}

@media only screen and (max-width: 767px) and (orientation: landscape) {
    .banner-text {
        min-height: 190px !important;
    }
}

/********* Header CSS *********/
@media (min-width: 768px) and (max-width: 900px) {
    .header .navbar .serach-form .search-group .search-select-prodcut .select2-container {
        width: 100% !important;
        max-width: 124px;
        min-width: 110px;
    }

    .sub-header .subnav>ul {
        width: calc(100% - 195px) !important;
    }

    .sub-header .subnav ul li a.submenu-link {
        font-size: 13px;
        padding: 13px 8px 14px 8px;
    }
}

/********* FAQ CSS *********/
@media (max-width: 1440px) {
    .faq_middle_section .middle-inner .faq-heading-section {
        padding: 80px 0px 0;
    }
}

@media (max-width: 1199px) {
    .faq_middle_section .middle-inner .faq-heading-section {
        padding: 40px 0px 0;
    }

    .faq_middle_section .middle-inner .ourservice-section {
        padding: 30px 0;
    }

    .faq_middle_section .middle-inner .faqtab-section {
        padding: 40px 0;
    }
}

@media (max-width: 767px) {
    .faq_middle_section .middle-inner .faq-heading-section .faq-tab-nav ul {
        justify-content: center;
    }

    .faq_middle_section .middle-inner .faq-heading-section .faq-tab-nav ul li {
        margin-bottom: 8px;
    }

    .faq_middle_section .middle-inner .faq-heading-section {
        padding: 30px 0px 0;
    }
}

/*---- LandScape ----*/
@media (max-width: 812px) and (min-width: 812px) and (orientation: landscape) {
    .faq_middle_section .middle-inner .faq-heading-section {
        padding: 40px 0px 0px 0px;
    }
}

/********* About CSS *********/
.jn_about_middle_section .bg-content-inner .about-content .btn {
    background-color: #FFC20F;
    border-color: #FFC20F;
}

@media (max-width: 1440px) and (min-width: 1200px) {
    .jn_about_middle_section .middle-inner .about-heading-section {
        padding: 80px 0;
    }

    .middle-section .middle-inner .our-value-section {
        padding: 50px 0 80px;
    }

    .middle-section .middle-inner .our-value-section .ourvalue-conetent .overvlaue-box {
        margin-bottom: 60px;
    }

    .middle-section .middle-inner .about-content-section {
        padding-bottom: 20px;
    }

    .middle-section .middle-inner .family-section {
        padding: 50px 0 90px;
    }

    .middle-section .middle-inner .family-section .tortor-root-div .tortor-div {
        max-width: 440px;
        width: auto;
    }
}

@media (max-width: 1440px) {
    .middle-section .middle-inner .family-section .counter-box {
        text-align: center;
    }

    .middle-section .middle-inner .family-section .counter-box p {
        padding-right: 0;
    }

    .middle-section .middle-inner .biilonoffamily-heading {
        margin-bottom: 30px;
    }

    .middle-section .middle-inner .family-section .counter-box h2 {
        font-size: 52px;
    }
}

@media (max-width: 1199px) {
    .middle-section .middle-inner .family-section .tortor-root-div::after {
        right: -14px;
    }

    .jn_about_middle_section .middle-inner .about-heading-section {
        padding: 40px 0px 70px;
    }

    .jn_about_middle_section .middle-inner .our-value-section {
        padding: 30px 0 50px;
    }

    .jn_about_middle_section .middle-inner .family-section .tortor-root-div .tortor-div {
        width: auto;
        text-align: center;
    }

    .jn_about_middle_section .middle-inner .family-section {
        padding: 50px 0;
    }

    .jn_about_middle_section .middle-inner .family-section .tortor-root-div {
        height: auto !important;
    }

}

@media (max-width: 991px) {
    .jn_about_middle_section .middle-inner .family-section .tortor-root-div .tortor-div {
        width: 100%;
        height: 200px;
    }

    .jn_about_middle_section .middle-inner .family-section .tortor-root-div::after {
        right: -31px !important;
    }
}

@media (max-width: 767px) {
    .middle-section .middle-inner .family-section .family-inner .counter-box {
        flex-direction: column;
        justify-content: center !important;
        margin-bottom: 25px;
    }

    .jn_about_middle_section .middle-inner .about-content-section {
        padding-bottom: 0;
    }

    .jn_about_middle_section .middle-inner .family-section {
        padding: 20px 0 50px;
    }

    .jn_about_middle_section .middle-inner .family-section .family-inner .biilonoffamily-heading h2 span {
        margin-left: 10px;
    }

    .jn_about_middle_section .middle-inner .about-content-section .bg-content-inner {
        top: auto;
    }

    .jn_about_middle_section .middle-inner .our-value-section {
        padding: 15px 0 35px;
    }

    .jn_about_middle_section .middle-inner .about-heading-section {
        padding: 30px 0px 50px;
    }
}

/*---- LandScape ----*/
@media only screen and (min-device-width: 812px) and (max-device-width: 823px) and (orientation: landscape) {
    .jn_about_middle_section .middle-inner .about-content-section {
        padding-bottom: 0px;
    }

    .jn_about_middle_section .middle-inner .about-heading-section {
        padding: 40px 0px;
    }

    .jn_about_middle_section .middle-inner .about-content-section .bg-content-inner {
        padding: 50px;
    }

    .jn_about_middle_section .middle-inner .family-section {
        padding: 30px 0 50px;
    }

    .jn_about_middle_section .middle-inner .family-section .family-inner .biilonoffamily-heading h2 {
        line-height: 28px;
    }

    .jn_about_middle_section .middle-inner .family-section .family-inner .biilonoffamily-heading h2 span {
        margin-left: 17px;
        display: inline-block;
    }
}

@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: portrait) {
    .jn_about_middle_section .middle-inner .family-section .family-inner .biilonoffamily-heading h2 span {
        margin-left: 10px;
    }
}

@media only screen and (min-device-width: 1024px) and (max-device-width: 1024px) and (orientation: landscape) {
    .jn_about_middle_section .middle-inner .about-heading-section {
        padding: 31px 0px 60px 0px;
    }
}

/********* Help Page CSS *********/
@media (max-width: 1440px) {
    .middle-section .middle-inner .help-heading-section {
        padding: 80px 0 80px 0;
    }

    .middle-section .middle-inner .support-feature-section .support-feature-inner {
        top: -60px;
    }
}

@media (max-width: 1366px) {
    .jn_help_middle_section .middle-inner .help-topic-section .help-topic-content {
        min-height: 450px;
    }

    .middle-section .middle-inner .help-topic-section {
        min-height: auto;
        margin-bottom: 50px;
    }

    .middle-section .middle-inner .support-feature-section .support-feature-inner {
        top: -40px;
    }
}

@media (max-width: 1199px) {
    .middle-section .middle-inner .help-heading-section {
        padding: 40px 0;
    }
}

@media (max-width: 1366px) and (min-width: 1366px) {
    .middle-section .middle-inner .support-feature-section .support-feature-inner .support-feature-box {
        height: 360px;
    }

    .middle-section .middle-inner .support-feature-section .support-feature-inner .support-feature-box {
        height: 280px;
    }
}

@media (max-width: 1024px) and (min-width: 1024px) {
    .middle-section .middle-inner .support-feature-section .support-feature-inner .support-feature-box {
        height: 270px;
    }
}

@media (max-width: 767px) {
    .jn_help_middle_section .middle-inner .help-heading-section {
        padding: 120px 0 40px;
    }

    .jn_help_middle_section.middle-inner .help-topic-section {
        min-height: 380px;
    }
}

/*---- LandScape ----*/

@media only screen and (min-device-width: 812px) and (max-device-width: 1024px) and (orientation: landscape) {
    .jn_help_middle_section {
        margin-top: 50px !important;
    }

    .jn_help_middle_section .middle-inner .help-heading-section {
        padding: 40px 0 120px;
    }
}

/********* Sitemap Page CSS *********/
@media only screen and (min-device-width: 1440px) {
    .middle-section .middle-inner .sitemap-heading-section {
        padding: 60px 0;
    }
}

@media only screen and (max-width: 1199px) {
    .middle-section .middle-inner .sitemap-heading-section {
        padding: 40px 0 60px;
    }
}

@media only screen and (min-device-width: 812px) and (max-device-width: 1024px) and (orientation: landscape) {
    .jn_site_map_middle {
        margin-top: 50 !important;
    }

    .middle-section .middle-inner .sitemap-heading-section {
        padding: 20px 0;
    }
}

@media (max-width: 991px) and (min-width: 768px) {
    .middle-section .middle-inner .sitemap-section .sitemap-box {
        min-height: 636px;
    }
}

@media (max-width: 768px) and (min-width: 768px) {
    .middle-section .middle-inner .sitemap-section .sitemap-box {
        min-height: 826px;
    }
}

@media (max-width: 767px) {
    .jn_site_map_middle .middle-inner .sitemap-heading-section {
        padding: 15px 0 50px 0;
    }

    .jn_site_map_middle .middle-inner .ourservice-section .section-heading {
        align-items: center !important;
    }

    .middle-section .middle-inner .sitemap-section {
        padding: 30px 0 40px;
    }

    .middle-section .middle-inner .sitemap-section .sitemap-box {
        margin-bottom: 30px;
    }
}

/********* Shopping cart Page CSS *********/
.coupon-btn {
    background-color: #FFC20F;
}

@media (max-width: 1199px) {
    .jn_shopping_cart_middle .middle-inner .shopping-cart-section .shopping-cart-feature {
        min-height: auto;
        padding: 30px 20px 0 !important;
    }

    .jn_shopping_cart_middle .middle-inner .shopping-cart-section .shopping-cart-tab .cart-tab-body {
        padding: 40px 0 0;
    }

    .middle-section .middle-inner .shopping-cart-section .shopping-cart-tab .cart-tab-body .shiping-info .row-flex .col-flex {
        min-width: 225px;
    }

    .jn_shopping_cart_middle .middle-inner .shopping-cart-section .shopping-cart-tab .cart-tab-body {
        padding-top: 10px;
    }

    .jn_shopping_cart_middle .middle-inner .shopping-cart-section .shopping-cart-tab .cart-tab-body .form-tab-control {
        min-height: 355px;
    }
}

@media (max-width: 991px) {
    .pr_m_0 {
        padding-right: 0 !important;
    }

}

@media (max-width: 767px) {
    .jn_shopping_cart_middle .middle-inner .shopping-cart-section .shopping-cart-tab .cart-tab-body .cart-footer {
        padding: 15px 0 !important;
    }

    .jn_shopping_cart_middle table tr td:nth-child(1) {
        min-width: 240px;
    }

    .jn_shopping_cart_middle table tr td:nth-child(2) {
        min-width: 130px;
    }

    .jn_shopping_cart_middle table tr td:nth-child(3) {
        min-width: 100px;
    }

    .jn_shopping_cart_middle table tr td:nth-child(4) {
        min-width: 150px;
    }

    .middle-section .middle-inner .service-ratting-section .ratting-tabs ul.order-list.custom-order-list-mobile {
        display: block;
    }

    .middle-section .middle-inner .service-ratting-section .ratting-tabs ul.order-list.custom-order-list-mobile li {
        display: flex;
    }
}

/********* Wishlist Page CSS *********/
@media (max-width: 1199px) {
    .jn_product_comparison {
        margin-top: 0 !important;
        padding-top: 0 !important;
    }

    .jn_wishlist_middle {
        padding-top: 0 !important;
    }
}

@media (max-width: 767px) {
    .jn_product_comparison .middle-inner .product-lsiting-section {
        padding: 0 !important;
    }
}

/*---- LandScape ----*/
@media (max-width: 1366px) and (max-width: 1366px) and (orientation: landscape) {
    .jn_product_comparison .product-comapre-detail {
        padding: 20px 12px !important;
    }

    .jn_product_comparison .procust-btns.wishlist_btns .wishlist-prod-btn {
        margin-right: 5px !important;
    }

    .jn_product_comparison .procust-btns.wishlist_btns .btn-addcart {
        font-size: 13px !important;
        padding: .375rem .5rem !important;
    }
}

/********* favourite Page CSS *********/
@media (max-width: 1199px) {
    .jn_favourite_middle .middle-inner .product-lsiting-section {
        padding: 0 !important;
    }
}

@media (min-device-width: 768px) and (max-device-width: 1024px) and (-webkit-min-device-pixel-ratio: 1) {
    .jn_favourite_middle .procust-btns .btn.btn-message {
        margin-bottom: 12px !important;
        margin-right: 0 !important;
    }
}

@media (max-width: 575px) {
    .fav_service_modal .modal-dialog {
        margin: 0.5rem !important;
    }
}

/********* My Order Page CSS *********/
.jn_myorder_middle.middle-section .middle-inner .no-message-box {
    min-height: auto;
    padding-top: 100px;
}

.jn_myorder_middle.middle-section .middle-inner .all-order-section .tab-page-content {
    padding: 40px 20px 0;
}

@media (max-width: 1440px) {
    .jn_service_table tr td:nth-child(1) {
        min-width: 210px;
    }

    .jn_service_table tr td:nth-child(2) {
        min-width: 250px;
    }

    .jn_service_table tr td:nth-child(5) {
        min-width: 190px;
    }
}

@media (max-width: 1199px) {
    .jn_myorder_middle .btn-save-div {
        margin-bottom: 28px;
    }

    .middle-section .middle-inner .all-order-section .tab-page-content .tab-content .order-lsiting-tab .orders-tab-header ul {
        margin-bottom: 18px;
    }

    .middle-section .middle-inner .all-order-section .tab-page-content .tab-content .order-lsiting-tab .orders-tab-header .btn-filter {
        margin-top: 12px;
    }
}

@media (max-width: 767px) {
    .jn_myorder_middle .middle-inner .all-order-section .orders-tab .order-heading {
        padding: 20px;
    }

    .jn_myorder_middle.middle-section .middle-inner .all-order-section .tab-page-content {
        padding: 20px 20px 0;
    }

    .jn_myorder_middle .middle-inner .all-order-section {
        padding-bottom: 0;
    }

    .jn_myorder_middle .middle-inner .all-order-section .tab-page-content .tab-content .order-lsiting-tab .orders-tab-header ul {
        margin-bottom: 17px;
    }

    .jn_myorder_middle .btn-save-div {
        padding: 0;
    }

    .jn_myorder_middle.middle-section .middle-inner .no-message-box {
        padding-top: 50px;
    }

    .jn_myorder_middle.middle-section .middle-inner .authentication-section {
        min-height: auto;
    }
}

/*---- LandScape ----*/
@media (max-width: 850px) and (orientation: landscape) {
    .btn-save-div {
        justify-content: center !important;
    }
}

@media (max-width: 850px) and (min-width: 812px) and (orientation: landscape) {
    .jn_myorder_middle .middle-inner .all-order-section .tab-page-content .tab-content .order-lsiting-tab .orders-tab-header {
        flex-direction: column;
    }

    .jn_myorder_middle .middle-inner .all-order-section .tab-page-content .tab-content .order-lsiting-tab .orders-tab-header .btn-filter {
        width: 100%;
        margin: 10px 0 20px;
        justify-content: center;
    }
}

@media (min-device-width: 1024px) and (max-device-width: 1024px) and (orientation: portrait) {
    .middle-section .middle-inner .all-order-section .tab-page-content .tab-content .order-lsiting-tab .orders-tab-header {
        flex-direction: row;
    }

    .middle-section .middle-inner .all-order-section .tab-page-content .tab-content .order-lsiting-tab .orders-tab-header ul {
        width: 75%;
    }
}

/********* My Order Detail Page CSS *********/
.jn_order_details .middle-inner .all-order-section .tab-page-content .tab-content .order-prodcut-detail .product-order-detail {
    margin-bottom: 30px;
}

@media (max-width: 1440px) {}

@media (max-width: 991px) {
    .jn_order_details .product-order-priceInfo {
        margin-bottom: 12px;
    }

    .jn_order_details .middle-inner .all-order-section .tab-page-content {
        padding: 22px 20px;
    }
}

@media (max-width: 991px) and (min-width: 768px) {
    .jn_order_details .middle-inner .all-order-section .tab-page-content .tab-content .order-tracking-section {
        padding: 20px 15px;
    }

    .jn_order_details .middle-inner .all-order-section .tab-page-content .tab-content .order-track-status {
        padding: 20px 15px;
    }

    .jn_order_details .middle-inner .all-order-section .tab-page-content .tab-content .order-track-status ul li p {
        font-size: 13px;
        line-height: 20px;
    }
}

@media (max-width: 850px) and (min-width: 812px) and (orientation: landscape) {
    .jn_order_details .middle-inner .all-order-section .tab-page-content .tab-content .order-btns .div-btn-parent .btn {
        max-width: 100% !important;
    }
}

/********* User Chat Page CSS *********/
.user_chat_middle .form-control:focus {
    box-shadow: none !important;
    border-color: #ced4da !important;
}

@media (max-width: 850px) and (orientation: landscape) {
    .user_chat_middle .middle-inner .chat-section .chat-inner .container {
        margin: 0 auto !important;
    }

    .user_chat_middle .middle-inner .chat-section {
        padding: 20px 30px !important;
    }
}

/********* quote response chat Page CSS *********/
.quote_response_chat .form-control:focus {
    box-shadow: none !important;
    border-color: #ced4da !important;
}

/********* Order Refund Page CSS *********/
.jn_quotation_table tr td:nth-child(1) {
    min-width: 200px;
}

/********* Shipping Address CSS *********/
.jn_shipping_address.middle-section .middle-inner .all-order-section .tab-page-content {
    min-height: auto !important;
}

@media (max-width: 991px) {
    .shipping_modal .modal-request-quote.modal-footer .btn {
        margin-bottom: 10px !important;
    }

    .shipping_modal .modal-request-quote.modal-footer {
        display: flex;
        justify-content: center !important;
    }
}

@media (max-width: 767px) {
    .shipping_modal .modal-dialog {
        margin: 0.5rem !important;
    }
}

@media (max-width: 850px) and (orientation: landscape) {
    .shipping_modal .modal-dialog {
        margin: 0.5rem !important;
    }
}

/********* Privacy Page CSS *********/
@media (max-width: 1440px) {
    .jn_privacy_middle {
        margin-top: 0 !important;
    }

    .middle-section .middle-inner .privacy-heading-section {
        padding: 50px 0 80px;
    }

    .middle-section .middle-inner .privacy-content-section {
        padding-bottom: 0;
    }
}

@media (max-width: 1199px) {
    .jn_privacy_middle {
        margin-top: 77px !important;
    }

    .middle-section .middle-inner .privacy-content-section {
        padding-bottom: 10px;
    }
}

@media (max-width: 767px) {
    .middle-section .middle-inner .privacy-content-section {
        padding-bottom: 0;
    }
}

/*---- LandScape ----*/
@media only screen and (max-width: 1024px) and (min-width: 801px) and (orientation: landscape) {
    .jn_privacy_middle {
        margin-top: 30px !important;
    }

    .middle-section .middle-inner .privacy-heading-section {
        padding: 15px 0 60px !important;
    }
}

@media only screen and (max-width: 800px) and (orientation: landscape) {
    .middle-section .middle-inner .privacy-heading-section {
        padding: 20px 0 40px !important;
    }

}

@media (max-width: 767px) {
    .middle-section .middle-inner .privacy-heading-section {
        padding: 40px 0 50px 0;
    }

    .middle-section .middle-inner .privacy-content-section .bg-content-inner {
        top: auto;
    }

    .middle-section .middle-inner .section-heading {
        align-items: center !important;
    }
}

/********* Term condition Page CSS *********/
@media (max-width: 1440px) {
    .jn_terms_middle {
        margin-top: 0px !important;
    }

    .middle-section .middle-inner .terms-heading-section {
        padding: 40px 0 85px;
    }

    .middle-section .middle-inner .terms-content-section {
        padding-bottom: 0;
    }
}

@media (max-width: 1199px) {
    .middle-section .middle-inner .terms-content-section {
        padding-bottom: 10px;
    }

    .jn_terms_middle {
        margin-top: 77px !important;
    }

}

@media (max-width: 767px) {
    .jn_terms_middle {
        margin-top: 106px !important;
    }

    .middle-section .middle-inner .terms-heading-section {
        padding: 30px 0 50px;
    }

    .middle-section .middle-inner .terms-content-section .terms-content-inner .bg-content-inner {
        top: auto;
    }
}

/*---- LandScape ----*/
@media only screen and (max-width: 1024px)and (min-width: 801px) and (orientation: landscape) {
    .jn_terms_middle {
        margin-top: 30px !important;
    }

    .middle-section .middle-inner .terms-heading-section {
        padding: 30px 0px 60px;
    }
}

@media only screen and (max-width: 800px) and (orientation: landscape) {
    .jn_terms_middle {
        margin-top: 30px !important;
    }

    .middle-section .middle-inner .terms-heading-section {
        padding: 70px 0px 45px;
    }
}

/********* Customer login modal CSS *********/
@media only screen and (max-width: 768px) {}

@media only screen and (max-width: 850px) and (orientation: landscape) {
    .modal.modal-auth .modal-dialog .modal-content .close {
        right: 10px;
        top: 10px;
    }
}

/********* forgot Password CSS *********/
@media only screen and (max-width: 991px) {
    .modal.modal-auth .modal-dialog .modal-content .modal-body .form-forget .signin-from {
        padding: 25px 10px 30px 10px;
    }

    .modal.modal-auth .modal-dialog .modal-content .modal-body .form-forget .signin-from-2 .pt-90 {
        padding-top: 0;
    }
}

@media only screen and (max-width: 850px) and (min-width: 769px) and (orientation: landscape) {
    .modal.modal-auth .modal-dialog .modal-content .modal-body .form-forget .signin-from-2 {
        padding: 25px 10px 30px 10px;
    }

    .modal.modal-auth .modal-dialog .modal-content .modal-body .form-forget .signin-from-2 {
        padding: 25px 10px 30px 10px;
    }
}

/********* SignUp CSS *********/
@media only screen and (max-width: 991px) {
    .modal.modal-auth .modal-dialog .modal-content .modal-body .form-signup .signin-from-2 {
        padding-top: 20px !important;
    }
}

/********* Change Password CSS *********/

.middle-section .middle-inner .change-password-section .change-password-content {
    min-height: calc(100vh - 230px);
}

@media only screen and (max-width: 1199px) {
    .middle-section .middle-inner .change-password-section .change-password-content {
        min-height: auto;
    }
}

@media only screen and (max-width: 767px) {
    .middle-section .middle-inner .change-password-section .change-password-content {
        min-height: 430px;
    }

    .middle-section .middle-inner .update-profile-section .footer-update-profile {
        padding: 0;
    }

    .jn_update_profile_middle {
        margin-top: 95px;
    }

    .middle-section .middle-inner .update-profile-section .profile-content-div .profile-update-share .share-url .form-group .input-group .switch-slider {
        top: 5px;
    }

    .middle-section .middle-inner .update-profile-section .row-flex {
        flex-direction: column;
    }

    .middle-section .middle-inner .update-profile-section .row-flex .flex-one {
        margin: 0 auto 30px;
    }

    .middle-section .middle-inner .change-password-section .change-password-content .footer-change-password {
        right: auto;
        left: 50%;
        transform: translateX(-50%);
        padding: 20px;
    }
}

@media only screen and (max-width: 374px) {
    .middle-section .middle-inner .change-password-section .change-password-content .heading h3 {
        font-size: 24px;
        line-height: 30px;
    }
}

/********* 404 page CSS *********/

/*---- LandScape ----*/
@media only screen and (max-width: 850px) and (orientation: landscape) {
    .page-not-found-section .page-not-found-inner {
        padding: 20px 0 30px;
    }

    .middle-section .middle-inner .page-not-found-section {
        height: auto !important;
    }
}

@media only screen and (max-width: 568px) and (min-width: 568px) and (orientation: landscape) {
    .page-not-found-section .page-not-found-inner {
        padding: 50px 0;
    }
}

/********* Product page CSS *********/
.middle-section .middle-inner .product-lsiting-section {
    padding: 0;
}

.middle-section .middle-inner .product-lsiting-section .product-lsiting-inner .product-content-section .pagination-section {
    padding: 40px 0 0;
}

.procust-btns.wishlist_btns .top_btn_block {
    margin-bottom: 8px !important;
}

.middle-section .middle-inner .service-ratting-section .ratting-tabs .seller-information-section .view-company-profile .view-company-details ul {
    display: flex;
}

.middle-section .middle-inner .service-ratting-section .ratting-tabs .seller-information-section .view-company-profile .view-company-details ul li a {
    display: flex;
    align-items: center;
}

.middle-section .middle-inner .service-ratting-section .ratting-tabs .seller-information-section .view-company-profile .view-comapy-img {
    margin-right: 12px;
}

@media (max-width: 1440px) {
    .middle-section .middle-inner .service-ratting-section {
        padding-bottom: 0;
    }
}

@media (max-width: 1199px) {
    .middle-section .middle-inner .service-ratting-section .ratting-tabs .seller-information-section .view-company-profile .view-company-details ul li {
        padding: 0 8px;
    }

    .middle-section .middle-inner .service-ratting-section .ratting-tabs .seller-information-section .view-company-profile .view-company-details ul li a {
        font-size: 16px;
    }

    .middle-section .middle-inner .service-ratting-section .ratting-tabs .seller-information-section .seller-chart-info .chart-box .chart-description {
        padding: 20px 0;
    }

    .middle-section .middle-inner .service-detail-section .service-detail-content .back-to-home {
        margin-bottom: 0;
    }

    .product-feature .product-price-info .product-price-top {
        margin-top: 17px;
    }

}

@media (max-width: 991px) {
    .middle-section .middle-inner .service-ratting-section .ratting-tabs .seller-information-section .view-company-profile .view-company-details ul {
        display: flex;
        flex-direction: column;
    }

    .middle-section .middle-inner .product-lsiting-section .product-lsiting-inner .product-content-section .pagination-section {
        margin-bottom: 10px;
    }
}

@media (max-width: 767px) {
    .middle-section .middle-inner .product-lsiting-section .product-lsiting-inner .product-content-section .pagination-section {
        padding: 0;
    }

    .middle-section .middle-inner .service-ratting-section .ratting-tabs .seller-information-section .seller-chart-info .chart-box {
        padding-top: 0;
    }

    .middle-section .middle-inner .service-ratting-section .ratting-tabs .seller-information-section .seller-chart-info .chart-section:after {
        display: none;
    }

    .middle-section .middle-inner .service-detail-section {
        padding-bottom: 10px;
    }

    .middle-section .middle-inner .service-detail-section .service-detail-content .service-detail-bottom {
        padding: 30px 0 0;
    }

    .jn_seller_detail_company {
        margin-top: 80px;
    }
}

/********* Bid Now Page CSS *********/
@media (max-width: 1366px) {
    .product-feature .product-price-info .product-price-top {
        margin-top: 17px;
    }

    .footer {
        padding: 0;
    }

    .middle-section .middle-inner .ourservice-section {
        padding: 20px 0;
    }
}

@media only screen and (max-width: 850px) and (min-width: 769px) and (orientation: landscape) {
    .middle-section .middle-inner .ourservice-section {
        padding: 30px 0 0;
    }

    .footer {
        padding: 25px 0 0 0;
    }

    .middle-section .middle-inner .ourservice-section {
        padding: 0;
    }
}

/*********Filtered Services Page CSS *********/
@media (max-width: 1199px) {
    .jn_filter_service_middle .middle-inner .ourservice-section {
        padding: 0;
    }
}

@media (max-width: 767px) {
    .product-service-btns.wishlist_btns .but_btn_block a {
        max-width: 100% !important;
    }
}

/********* Service Detail CSS *********/
.jn_service_detail_middle {
    overflow: hidden;
    overflow-y: hidden;
}

@media (max-width: 1199px) {
    .jn_service_detail_middle .ratting-review-section .ratting-review-header {
        padding: 9px 0 15px !important;
    }
}

@media (max-width: 767px) {
    .jn_service_detail_middle .middle-inner .serviceProvider-section .service-provider-detail-content {
        padding: 20px 15px 0;
    }

    .jn_service_detail_middle .serviceProvider-section .service-provider-detail-content .service-provider-body .service-provider-price-qty {
        padding: 0 !important;
    }

    .jn_service_detail_middle .ratting-review-section .ratting-review-header .ratting-left h3 {
        margin-right: 6px !important;
    }

    .jn_service_detail_middle .ratting-review-section .ratting-review-header .ratting-left select {
        font-size: 15px !important;
    }

    .jn_service_detail_middle .seller-chart-info .seller-chart-content {
        padding: 0 !important;
    }

    .jn_service_detail_middle .service-ratting-section .ratting-tabs ul.nav-tabs li a {
        font-size: 16px !important;
    }
}

/********* RFQ CSS *********/
.jn_rfq.middle-section .middle-inner .request-for-quotation .quote-form {
    padding: 50px 15px 0 15px;
}

.jn_rfq.middle-section .middle-inner .request-for-quotation {
    padding: 80px 0;
}

.jn_quotation_modal {
    padding-right: 0 !important;
}

.jn_rfq.middle-section .middle-inner .request-for-quotation .quote-form .form-group #category {
    display: flex;
    align-items: center;
    background: #FFFFFF;
    border: 1px solid #DDDDDD;
    border-radius: 0;
    height: 40px;
    box-shadow: none;
    font-size: 14px;
    color: #727272;
    text-align: left;
    padding: .375rem .75rem;
    font-family: "Conv_futuramediumbt";
}

.request-for-quotation .select-form .select2-container .select2-selection--single .select2-selection__rendered {
    line-height: 40px;
    font-size: 13px;
    font-family: "Conv_futuramediumbt";
}

.request-for-quotation .select-form .select2-container .select2-selection--single {
    height: 40px;
}

.jn_rfq.middle-section .middle-inner .request-for-quotation .quote-form .form-group label {
    border-radius: 0;
}

@media (max-width: 850px) and (orientation: landscape) {
    .jn_rfq.middle-section .middle-inner .request-for-quotation {
        padding: 35px 0;
    }
}

@media (max-width: 992px) {
    .jn_quotation_modal .modal-dialog {
        margin: 0.5rem !important;
    }
}

@media (max-width: 767px) {
    .jn_rfq.middle-section .middle-inner .request-for-quotation {
        padding: 50px 0 0;
    }

    .jn_rfq.middle-section .middle-inner .request-for-quotation .quote-form .btn-div {
        margin-top: 15px !important;
    }
}

/********* RFQ Edit CSS *********/
.jn_rfq.middle-section .middle-inner .request-for-quotation .quote-form .form-group #serv_category {
    display: flex;
    align-items: center;
    background: #FFFFFF;
    border: 1px solid #DDDDDD;
    border-radius: 0;
    height: 40px;
    box-shadow: none;
    font-size: 14px;
    color: #727272;
    text-align: left;
    padding: .375rem .75rem;
    font-family: "Conv_futuramediumbt";
}

/********* Order Service detail CSS *********/
@media (max-width: 1024px) {
    .jn_order_service_detail.middle-section .middle-inner .all-order-section .tab-page-content .tab-content .order-prodcut-detail .product-order-priceInfo {
        padding: 8px 0;
    }

    .jn_order_service_detail.middle-section .middle-inner .all-order-section .tab-page-content {
        min-height: auto;
        padding: 40px 20px 0;
    }

    .jn_order_service_detail.footer .footer-inner .container {
        margin-top: 0;
    }
}

@media only screen and (max-width: 1024px) and (orientation: landscape) {
    #my_orders {
        margin-top: 10px;
    }
}

/********* RFQ detail CSS *********/
.jn_rfq_details .middle-inner .all-order-section .tab-page-content .tab-content .order-lsiting-tab .orders-tab-body .table-order tbody tr td {
    min-width: 110px;
}

.jn_rfq_details .middle-inner .all-order-section .tab-page-content .tab-content .order-lsiting-tab .orders-tab-body .table-order tbody tr td:nth-child(1) {
    min-width: 210px;
}

.jn_rfq_details .middle-inner .all-order-section .tab-page-content .tab-content .order-lsiting-tab .orders-tab-body .table-order tbody tr td:nth-child(2) {
    min-width: 160px;
}

.jn_rfq_details .middle-inner .all-order-section .tab-page-content .tab-content .order-lsiting-tab .orders-tab-body .table-order tbody tr td:nth-child(6) {
    min-width: 220px;
}

@media (max-width: 1199px) {
    .jn_rfq_details .middle-inner .all-order-section .tab-page-content .tab-content .order-prodcut-detail .product-order-priceInfo {
        padding: 12px 0 !important;
    }
}

@media (max-width: 767px) {
    .jn_rfq_details #seller-response-listing {
        padding-top: 0 !important;
    }

    .jn_rfq_details .quote_response_table {
        padding: 0 0 40px !important;
    }

    .jn_rfq_details .middle-section .middle-inner .all-order-section .tab-page-content .tab-content .order-delivery-address .deli-address p {
        line-height: 17px;
    }
}

@media only screen and (max-width: 850px) and (orientation: landscape) {
    .jn_rfq_details .middle-inner .all-order-section .tab-page-content .tab-content .orderdetail-header .order-number {
        margin-bottom: 12px;
    }

    .jn_rfq_details .middle-inner .all-order-section .tab-page-content .tab-content .orderdetail-header {
        flex-direction: column;
        align-items: flex-start;
    }
}

.btn.bid-search-collapse {
    margin-bottom: 6px;
    margin-left: auto;
}

.btn.bid-search-collapse:hover,
.btn.bid-search-collapse:active {
    background: #E8E8E8;
    color: #25282B;
    border: 1px solid rgba(156, 161, 168, 0.5);
}

.btn.bid-search-collapse:focus {
    box-shadow: unset;
}

@media (max-width: 480px) {
    .updated-time-content-wrapper .rp-content {
        margin-top: 10px;
    }

    .updated-time-content-wrapper .updated-time-of-return-policy {
        margin-left: 0;
    }
}

.disabled-btn {
    cursor: not-allowed !important; /* Change cursor to 'not-allowed' */
    opacity: 0.5; /* Optional: make the button look disabled */
}