﻿.listinggM {
    background-color: #f7f7f7;
    padding: 50px 0 0 0;
}

    .listinggM::after {
        display: none;
    }

    .listinggM .innerHeading.apl-enq-heading {
        color: #fff;
        margin-bottom: 30px;
        margin-top: 0px;
        font-size: 50px !important;
        border-bottom: 0;
    }

        .listinggM .innerHeading.apl-enq-heading span {
            color: #EF7F1A;
            font-weight: bold;
        }

    .listinggM .company-list .card {
        border: 0;
        background: #fff;
        box-shadow: #ccc 0 0 16px;
        border-radius: 4px;
    }

    .listinggM .apparel-pre-manurs .slide img {
        max-height: 90px!important;
    }

    .listinggM .apl-partli-tit1 img {
        margin-right: 0;
        max-width: 100%;
        width: 100%;
    }

    .listinggM.apparel-search-sub .company-list .card h6 {
        color: #333333;
        font-size: 16px;
        font-weight: 700;
    }

    .listinggM .company-list .card h4 {
        font-weight: 600;
        font-size: 22px;
        display: block;
        width: 100%;
    }

    .listinggM .apl-textfield {
        color: #fff;
        border-color: #b9b6b6;
        padding: 20px 15px;
    }

        .listinggM .apl-textfield:focus {
            border-color: #EF7F1A;
        }

    .listinggM .contactbutton {
        padding: 0;
        border: 2px solid #EF7F1A;
    }

    .listinggM .submitbtn {
        background: transparent;
        color: #fff;
        border: 0;
    }

    .listinggM .apl-textfield::placeholder {
        color: #fff;
    }

    .listinggM textarea.apl-textfield {
        color: #fff !important;
        -webkit-color: #fff;
        -moz-color: #fff;
    }

        .listinggM textarea.apl-textfield::placeholder {
            color: #fff;
        }

        .listinggM textarea.apl-textfield:hover {
            border-bottom: 1px solid #fff;
        }

        .listinggM textarea.apl-textfield:focus {
            border-bottom: 1px solid #fff;
        }

    .listinggM .footer-form-wrap {
        position: relative;
        background-image: url(../images/apl_listbg.jpg);
        padding: 50px 0;
    }

        .listinggM .footer-form-wrap::after {
            position: absolute;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            content: "";
            background-color: rgba(0, 0, 0, .8);
        }

    .listinggM .btn-toolbar {
        background: #fff;
        box-shadow: rgb(224, 223, 223) 0 0 16px;
        transition: all .4s;
    }

        .listinggM .btn-toolbar .btn:hover {
            background: #EF7F1A;
            color: #fff;
        }

        .listinggM .btn-toolbar .btn.active {
            background: #EF7F1A;
            color: #fff;
        }

    .listinggM .comPPtg {
        border-bottom: 0;
    }

.btbottom {
    border-top: 1px solid #eee;
    padding-top: 9px;
}

.compDfj.sticky {
    position: sticky;
    top: 65px;
    left: 20%;
    z-index: 2;
    max-width: 1140px;
    width: 100%;
    padding: 15px;
    margin: auto;
    background-color: #fff;
}

    .compDfj.sticky .innerHeading {
        margin-bottom: 0;
    }

    .compDfj.sticky a.btn.enabtn {
        margin-bottom: 0;
    }

.listinggM .ComNt {
    background-color: #333333;
    color: #fff;
    text-align: center;
    font-size: 14px;
    margin-top: 5px;
}

.popover-body img {
    width: 200px;
    max-height: 250px;
    object-fit: contain;
}

.popover-footer {
    display: flex;
    justify-content: space-between;
    font-size: 14px;
    text-align: left;
}

    .popover-footer .enabtn {
        font-size: 14px;
        margin-bottom: 0;
        max-height: 36.19px;
    }

.compDfj > div {
    position: relative;
}

.modal.enqqmodal {
    z-index: 9999;
}

.enqqmodal.consTmodal .modal-dialog {
    max-width: 800px;
}

    .enqqmodal.consTmodal .modal-dialog .modal-content {
        min-height: 90vh;
    }

.st_row .serch-result-page-services img {
    object-fit: contain;
    min-height: 90px;
    max-height:90px;
}

.st_row {
    position: relative;
    min-height:100px;
}

    .st_row > i, .st_row > a {
        position: absolute;
        top: 50%;
        z-index: 2;
        background-color: #fff;
        transform: translateY(-50%);
        border: 1px solid #eee;
        border-radius: 2px;
        padding: 7px 5px;
        font-size: 14px;
        cursor: pointer;
        width: 21px;
    }

        .st_row > i.fa-chevron-left, .st_row > a:first-child {
            left: 2px;
        }

        .st_row > i.fa-chevron-right, .st_row > a:last-child {
            right: 2px;
        }

@media all and (min-width:992px) {
    .listinggM .comPPtg {
        transform: translateY(-42px);
        height: 0;
    }

    .compDfj .innerHeading {
        width: 75%;
    }
}

@media all and (max-width:992px) {
    .compDfj {
        display: block;
    }

    .dropdown-el {
        position: static;
        max-width: 100%;
        width: 100%;
    }
}

@media all and (max-width: 768px) {
    .enabtn {
        font-size: 12px;
    }

    .compDfj .innerHeading {
        font-size: 18px;
        width: 100%;
    }

    .listinggM .company-list {
        padding: 15px 0;
    }

        .listinggM .company-list .card {
            border: 1px solid #eee;
            box-shadow: none;
        }

    .compDfj > div > div {
        width: 100%;
    }

    .compDfj > div {
        width: 100%;
    }
}

.v_lrO {
    display: none;
}

.mBnner {
    max-height: 250px;
    object-fit: cover;
    overflow: hidden;
}

    .mBnner .register-with-us-heading h2 {
        font-size: 30px;
        transform: translateY(55%);
    }

    .mBnner .register-with-us-heading span {
        padding: 0 30px 3px;
    }

.minBmb .breadcrumb {
    font-size: 16px;
    padding: 8px 1rem;
}

.minBmb .breadcrumb-item a {
    font-size: 15px;
}

.minTp .apparel-main-contimg {
    margin: 10px 0;
}

.minTp .listinggM {
    padding: 25px 0;
}

    .minTp .listinggM .btn.enabtn {
        margin-bottom: 15px;
        white-space: nowrap;
    }

    .minTp .listinggM .innerHeading {
        margin-bottom: 15px;
    }

.RcCard .row {
    padding: 15px;
}


    .RcCard .row > div {
        display: flex;
        align-items: center;
    }

.RcCard h2 {
    font-size: 20px;
    font-weight: 600;
}

.RcCard span {
    font-size: 14px;
    color: #666;
    margin-left: 30px;
}

.RcCard .seeDet-btn {
    background-color: #EF7F1A;
    color: #fff;
    border-radius: .25rem;
}

.consTmodal label,
.consTmodal input,
.consTmodal select,
.consTmodal textarea,
.consTmodal button,
.consTmodal a {
    font-size: 15px;
}

<!-- multiselect --> .ms-options-wrap,
.ms-options-wrap * {
    box-sizing: border-box;
}

.ms-options-wrap > button:focus,
.ms-options-wrap > button {
    position: relative;
    width: 100%;
    text-align: left;
    border: 1px solid #ccc;
    background-color: #fff;
    padding: .375rem .75rem;
    color: #495057;
    outline: none;
    height: calc(1.5em + .75rem + 2px);
    padding: .375rem .75rem;
    white-space: nowrap;
    border-radius: .25rem;
}

    .ms-options-wrap > button:after {
        content: ' ';
        height: 0;
        position: absolute;
        top: 50%;
        right: 5px;
        width: 0;
        border: 6px solid rgba(0, 0, 0, 0);
        border-top-color: #999;
        margin-top: -3px;
    }

.ms-options-wrap > .ms-options {
    position: absolute;
    left: 0;
    width: 100%;
    margin-top: 1px;
    margin-bottom: 20px;
    background: white;
    z-index: 2000;
    border: 1px solid #aaa;
    text-align: left;
}

    .ms-options-wrap > .ms-options > .ms-search input {
        width: 100%;
        border: none;
        border-bottom: 1px groove;
        outline: none;
        padding: .375rem .75rem;
        background-color: #EFEFEF;
    }

    .ms-options-wrap > .ms-options .ms-selectall {
        display: inline-block;
        font-size: .9em;
        text-transform: lowercase;
        text-decoration: none;
    }

        .ms-options-wrap > .ms-options .ms-selectall:hover {
            text-decoration: underline;
        }

    .ms-options-wrap > .ms-options > .ms-selectall.global {
        margin: 4px 5px;
    }

    .ms-options-wrap > .ms-options > ul > li.optgroup {
        padding: 5px;
    }

        .ms-options-wrap > .ms-options > ul > li.optgroup + li.optgroup {
            border-top: 1px solid #aaa;
        }

        .ms-options-wrap > .ms-options > ul > li.optgroup .label {
            display: block;
            padding: 5px 0 0 0;
            font-weight: bold;
        }

    .ms-options-wrap > .ms-options > ul label {
        position: relative;
        display: inline-block;
        width: 100%;
        font-size: 15px;
        padding: 4px;
        margin: 1px 0;
    }

        .ms-options-wrap > .ms-options > ul li.selected label,
        .ms-options-wrap > .ms-options > ul label:hover {
            background-color: #efefef;
        }

    .ms-options-wrap > .ms-options > ul input[type="checkbox"] {
        margin-right: 5px;
        position: absolute;
        left: 4px;
        top: 10px;
    }

.container.apl_container {
    max-width: 1270px;
}

.apl_sidecat {
    position: sticky;
    top: 80px;
    background-color: #fff;
    border-radius: 8px;
    box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
    padding: 20px 0;
    margin-bottom: 30px;
}

    .apl_sidecat.v_fix {
        position: fixed;
        bottom: 0;
        left: 0;
        top: unset;
        width: 100%;
        z-index: 3;
        background-color: #fff;
        border-top: 1px solid #eee;
        border-radius: 0;
        box-shadow: none;
        padding: 10px 0;
        margin-bottom: 0;
    }

    .apl_sidecat .navbar {
        display: block;
    }

    .apl_sidecat .navbar-expand-lg .navbar-collapse {
        flex-direction: column;
        overflow-y: auto;
        height: 70vh;
    }

    .apl_sidecat .navbar-collapse span {
        display: flex;
        flex-direction: row;
        align-items: center;
        width: 100%;
        font-size: 14px;
        font-weight: 500;
    }

        .apl_sidecat .navbar-collapse span label {
            display: flex;
            justify-content: space-between;
            width: 100%;
            padding: 5px 8px;
            cursor: pointer;
            margin-bottom: 0;
            user-select: none;
        }
    .apl_sidecat .navbar-collapse a {
        display: flex;
        justify-content: space-between;
        width: 100%;
        padding: 5px 8px;
        cursor: pointer;
        font-size: 14px;
        margin-bottom: 0;
        user-select: none;
    }
        .apl_sidecat .navbar-collapse a.active {
            color: #EF7F1A;
        }

            .apl_sidecat .navbar-collapse span label small {
                color: #585858;
                border: 1px solid #eee;
                border-radius: 8px;
                padding: 2px 4px 0 4px;
                max-height: 22px;
            }

            .apl_sidecat .navbar-collapse span label:hover {
                /* background-color: #f4f4f4; */
                color: #EF7F1A;
            }

        .apl_sidecat .navbar-collapse span input {
            /* display: none; */
        }

            .apl_sidecat .navbar-collapse span input:checked + label {
                /* background-color: #f7f7f7; */
                color: #EF7F1A;
            }


        /* .apl_sidecat .navbar-collapse span input:checked+label::after {
            content: "\f057";
            font-family: "Font Awesome 5 Free";
            color: #141414;
        } */

        .apl_sidecat .navbar-collapse span i {
            font-size: 12px;
            color: #939191;
        }

    .apl_sidecat span._tit {
        font-size: 18px;
        font-weight: 700;
        border-bottom: 1px solid #eee;
        width: 100%;
        display: block;
        padding: 0 20px 5px 20px;
        margin-bottom: 10px;
    }

    .apl_sidecat.v_fix span._tit {
        background-color: #f7f7f7;
    }

    .apl_sidecat span._tit i {
        color: #ef7f1a;
    }

.tp_tbs {
    border-bottom: 1px solid #fff;
    margin-bottom: 30px;
}

    .tp_tbs input[type="radio"] {
        display: none;
    }

    .tp_tbs label {
        font-weight: 600;
        font-size: 18px;
        padding: 5px 10px;
        margin-bottom: 0;
        cursor: pointer;
        border: 1px solid #fff;
        border-bottom: 0;
        border-radius: 8px 8px 0 0;
        box-sizing: border-box;
    }

        .tp_tbs label:hover {
            background-color: #fff;
        }

    .tp_tbs input[type="radio"]:checked + label {
        border-bottom: 3px solid #ef7f1a;
        background-color: #fff;
    }

.apl_container .products img {
    height: auto;
}

.tabControl ul {
    margin-bottom: 20px;
}

.tabControl .nav-link {
    background-color: #f7f7f7;
    border: 1px solid #eee;
    color: #141414;
    border-radius: 0;
}

    .tabControl .nav-link.active {
        background-color: #EF7F1A;
    }

.ddrp {
    border: 1px solid #ccc;
}

.seeDet-btn.fCon {
    background: #EF7F1A;
}

.spSele span {
    display: inline-block;
    margin-right: 10px;
}

.spSele input,
.spSele label {
    cursor: pointer;
}

.spSeleh {
    display: none;
}

.card.spPcard {
    border-radius: 5px;
    box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
    border: 1px solid #eee;
    margin-bottom: 20px;
}

    .card.spPcard img {
        width: 100%;
        height: 180px;
        object-fit: contain;
    }

    .card.spPcard .card-body h6 {
        font-weight: bold;
    }

    .card.spPcard a {
        display: block;
        width: 100%;
    }

    .card.spPcard .ccompD a {
        display: flex;
        width: 100%;
        flex-direction: row;
        align-items: center;
    }

        .card.spPcard .ccompD a img {
            max-height: 26px;
            border-radius: 50%;
            border: 1px solid #eee;
            padding: 2px;
            width: 26px;
            object-fit: contain;
        }

.apl_alt {
    background-color: #f7f7f7;
    color: #ef7f1a;
    border: 1px dashed #fdc99a;
    border-radius: 2px;
    padding: 5px;
    font-weight: 600;
}

.tabControl ul {
    position: relative;
}

    .tabControl ul::after {
        content: "";
        position: absolute;
        width: 100%;
        height: 100%;
        z-index: 2;
    }

.accordion {
    width: 100%;
}

    .accordion .card {
        border: none;
        border-bottom: 1px solid #eee;
        padding-bottom: 10px;
        margin-bottom: 10px;
    }

    .accordion > .card:not(:last-of-type) {
        border-bottom: 1px solid #eee;
    }

    .accordion .card:last-child {
        margin-bottom: 0;
    }

    .accordion .card h2 {
        background: url(../images/upicon.png) no-repeat calc(100%) center;
        background-size: 10px;
        cursor: pointer;
        font-size: 15px;
        line-height: 1.3;
        font-weight: 600;
    }

        .accordion .card h2.collapsed {
            background-image: url(../images/downicon.png);
        }

    .accordion .card-body {
        padding-left: 0;
        padding-right: 0;
        padding-top: 10px;
        padding-bottom: 0;
    }

.shine {
    background: #f6f7f8;
    background-image: linear-gradient(to right, #ccc 0%, #edeef1 20%, #f6f7f8 40%, #ccc 100%);
    background-repeat: no-repeat;
    background-size: 800px 104px;
    display: inline-block;
    position: relative;
    -webkit-animation-duration: 1s;
    -webkit-animation-fill-mode: forwards;
    -webkit-animation-iteration-count: infinite;
    -webkit-animation-name: placeholderShimmer;
    -webkit-animation-timing-function: linear;
}

box {
    height: 104px;
    width: 100px;
}

.divloader {
    display: inline-flex;
    flex-direction: column;
    margin-left: 25px;
    margin-top: 15px;
    vertical-align: top;
}

lines {
    height: 10px;
    margin-top: 10px;
    width: 200px;
}

@-webkit-keyframes placeholderShimmer {
    0% {
        background-position: -468px 0;
    }

    100% {
        background-position: 468px 0;
    }
}

@media all and (max-width:505px) {
    .mBnner .register-with-us-heading span {
        padding: 5px;
        font-size: 20px;
    }

    .apparel-main-contimg {
        width: 100%;
        display: flex;
        align-items: center;
        justify-content: center;
        margin-top: 40px !important;
        margin-bottom: 20px !important;
        padding-right: 0;
    }

        .apparel-main-contimg img {
            width: 50% !important;
        }

    .listingBreadcb .breadcrumb-item {
        padding-left: 0;
    }

        .listingBreadcb .breadcrumb-item a {
            font-size: .8rem;
        }

    .minTp .listinggM .btn.enabtn {
        justify-content: center;
        font-size: 15px;
        font-weight: 600;
        text-transform: uppercase;
    }

    .apparel-conthead {
        text-align: left;
    }

    .minTp .listinggM .innerHeading {
        font-weight: 500;
        font-size: 18px;
    }
}

@media all and (min-width:768px) and (max-width:992px) {
    .apl_sidecat .navbar-expand-lg .navbar-collapse {
        display: block;
        width: 85%;
        margin: auto;
    }
}

.apL_lTbs {
    margin-top: 30px;
    margin-bottom: 15px;
}

    .apL_lTbs .nav-link {
        color: #495057;
    }

        .apL_lTbs .nav-link.active {
            border-bottom: 4px solid #ef7f1a;
        }


@media all and (max-width:768px) {
    .RcCard .row .col-md-1 img {
        max-width: 25%;
    }

    .apl_alt {
        display: block;
        padding: 5px;
        margin-bottom: 15px;
    }

    .RcCard .row > div {
        flex-direction: column;
        padding-bottom: 10px;
        text-align: center;
    }

    .RcCard span {
        margin-left: 0;
    }

    .apl_sidecat {
        padding: 15px 0;
    }

        .apl_sidecat span._tit {
            margin-bottom: 0;
            border-bottom: 0;
            margin: 0 15px;
            border: 1px solid #eee;
            display: flex;
            padding: 5px;
            justify-content: center;
            align-items: center;
        }

            .apl_sidecat span._tit i {
                margin-right: 10px;
                color: #959595;
            }

        .apl_sidecat.v_fix .collapse.navbar-collapse {
            position: fixed;
            display: block;
            padding: 80px 15px 15px 15px;
            background-color: #fff;
            z-index: 999;
            top: 0;
            left: 120%;
            width: 100%;
            height: 100%;
            overflow-y: scroll;
        }

            .apl_sidecat.v_fix .collapse.navbar-collapse.v_is {
                left: 0;
                transition-duration: .3s;
            }

        .apl_sidecat.v_fix:hover {
            background-color: #ccc;
            transition-duration: .3s;
        }

        .apl_sidecat.v_fix .collapse.navbar-collapse .accordion {
            width: 100%;
        }

    .v_cpWrr {
        position: relative;
        height: 100%;
    }

    .apl_sidecat.v_fix .collapse.navbar-collapse.v_is .v_lrO {
        position: fixed;
        bottom: 0;
        left: 0;
        width: 100%;
        border: 1px solid #eee;
        display: flex;
        text-align: center;
    }

    .accordion .card:last-child {
        padding-bottom: 100px;
    }

    .v_lrO div {
        width: 50%;
        padding: 15px;
        display: inline-block;
        color: #fff;
        font-weight: 700;
        font-size: 16px;
    }

        .v_lrO div:first-child {
            background-color: #585858;
        }

        .v_lrO div:last-child {
            background-color: #ef7f1a;
        }
}

.v_is .v_cpWrr {
    width: 100%;
}

.v_cpWrr {
    width: 86%;
}

.ajax__tab_xp {
    margin-top: 20px;
}

    .ajax__tab_xp .ajax__tab_header {
        font-family: 'open sans' !important;
        min-height: 50px;
    }

        .ajax__tab_xp .ajax__tab_header .ajax__tab_tab {
            background: none !important;
            height: auto !important;
            font-weight: 600;
            font-size: 18px;
            padding: 5px 10px;
            margin-bottom: 0;
            cursor: pointer;
            border: 1px solid #fff;
            border-bottom: 0;
            border-radius: 8px 8px 0 0;
            box-sizing: border-box;
        }

.ajax__tab_default .ajax__tab_tab:focus {
    outline: none !important;
}

.ajax__tab_xp .ajax__tab_header .ajax__tab_active .ajax__tab_outer {
    background: none !important;
}

.ajax__scroll_none {
    overflow: visible !important;
}

.ajax__tab_xp .ajax__tab_body {
    border: 0 !important;
    padding: 0 !important;
    font-family: 'open sans' !important;
}

.ajax__tab_xp .ajax__tab_header {
    background: none !important;
    border-bottom: 1px solid #fff;
    margin-bottom: 20px;
}

.ajax__tab_xp .ajax__tab_body {
    background-color: transparent !important;
}

@media all and (max-width: 768px) {
    .ajax__tab_xp .ajax__tab_header {
        margin-top: 20px;
    }
}

.ajax__tab_xp .ajax__tab_header .ajax__tab_inner {
    background: none !important;
}

    .ajax__tab_xp .ajax__tab_header .ajax__tab_inner:focus {
        outline: none !important;
    }

.ajax__tab_xp .ajax__tab_header .ajax__tab_outer {
    background: none !important;
}

.ajax__tab_xp .ajax__tab_header .ajax__tab_active .ajax__tab_inner {
    background: none !important;
    border-bottom: 3px solid #ef7f1a !important;
    background-color: #fff !important;
}

.ajax__tab_xp .ajax__tab_header .ajax__tab_active .ajax__tab_outer {
    background: none !important;
}

.PProductct span {
    display: flex;
    flex-direction: row;
}

    .PProductct span input {
        margin-top: 4px;
        margin-bottom: 0;
        margin-right: 3px;
    }

.apl_vAl {
    font-weight: 600;
    text-decoration: underline !important;
    color: blue;
}

@media (min-width:768px) and (max-width:1190px){
    .RcCard h2{
        font-size:15px;
    }
    .RcCard span {
        font-size: 12px;
    }
    .RcCard .seeDet-btn{
        font-size:12px;
    }
}
