/***bredcrumb***/
.breadcrumb-header {
    padding: 5px 0;
    display: flex;
    background-color: #f6f6f7;
    align-items: center;
    border-top: 1px solid #f6f6f7;
    position: -webkit-sticky;
    position: sticky;
    z-index: 6;
    width: 100%;
    left: 0;
    top: 101px;

}

.breadcrumb-header .breadcrumb-line {
    font-size: 13px;
    font-weight: 400;
    color: #002b3b;
    margin-bottom: 0;
    padding: 0 10px;
}

.breadcrumb-header .breadcrumb-line a {
    color: #002b3b;
}

.svg-inline--fa {
    vertical-align: middle !important;
}

/***common-css***/
.about_page_details {
    position: inherit;
    top: inherit;
}

.btn-style {
    position: relative;
    font-size: 11px;
    font-weight: 600;
    padding: 6px 10px;
    border-radius: 4px;
    text-decoration: none;
    border: 0;
    min-width: 62px;
    text-align: center;
    border: 1px solid transparent;
    text-transform: uppercase;
    letter-spacing: 1.5px;
    transition: all 0.5s;
    white-space: nowrap;
}

.btn-style-primary {
    background-color: #015294;
    border-color: #015294;
    color: white;
}

.btn-style-primary:hover {
    background-color: #043e6c;
    color: #fff;
}

.btn-style-danger:hover {
    background-color: #ff6241;
    color: #fff !important;
}

.btn-style-danger {
    background-color: transparent;
    border-color: #ff6241;
    color: #ff6241 !important;
}

.btn-style-white:hover {
    background-color: #005494;
    color: #fff;
}

.btn-style-white {
    background-color: #fff;
    border-color: #98c0d9;
    color: #285394;
}

.table-responsive::-webkit-scrollbar {
    height: 12px;
}

.btn-style-secondary {
    background-color: #ddfcfd;
    border-color: #759dce;
    color: #005494;
}

.btn-style-secondary:hover {
    background: #98e9eb;
}

.switch {
    position: relative;
    display: inline-block;
    width: 56px;
    height: 25px;
}

label {
    font-weight: 400;
    margin: 0;
}

.switch input {
    opacity: 0;
    width: 0;
    height: 0;
}

input[type="radio"],
input[type="checkbox"] {
    box-sizing: border-box;
    padding: 0;
}




span.slider.round {
    border-radius: 34px;
}

.slider {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #d3fdfe;
    -webkit-transition: .4s;
    transition: .4s;
}

input:checked+.slider:before {
    -webkit-transform: translateX(29px);
    -ms-transform: translateX(29px);
    transform: translateX(29px);
}

.slider.round:before {
    border-radius: 50%;
}

.slider:before {
    position: absolute;
    content: "";
    height: 17px;
    width: 17px;
    left: 5px;
    bottom: 4px;
    background-color: #ff6241;
    -webkit-transition: .4s;
    transition: .4s;
}
input:checked+.slider:before {
    background-color: #015294;
    content: "\F633";
    color: #fff;
    font-family: 'bootstrap-icons';
    font-size: 12px;
    display: flex;
    justify-content: center;
    align-items: center;
}


.card {
    border: 0 !important;
    box-shadow: 0 4px 12px 0 rgb(0 0 0 / 17%);
    height: calc(100% - 30px);
    margin-bottom: 30px;
}

.card .card-body {
    padding: 15px;
    overflow: hidden;
}

.card-body h3 {
    font-size: 20px;
    line-height: 26px;
    color: #202020;
    font-weight: 400;
    margin-top: -5px;
}

.botom-border {
    border-bottom: 1px solid #e6e6e6;
    padding-left: 8px;
    padding-right: 8px;
}

ul.rfq-filter-button {
    display: flex;
    gap: 15px;
    justify-content: flex-start;
    margin-top: 20px;
    flex-wrap: wrap;
    padding-left: 0;
    margin-bottom: 0;
}

ul.rfq-filter-button li {
    display: flex;
    align-items: center;
    margin-bottom: 10px;
}

.input-group-text {
    background-color: #ffffff !important;
    width: 40px;
    text-align: center;
    align-items: center;
    display: flex;
    justify-content: center;
    font-size: 26px !important;
    color: #727272 !important;
    padding: 0 !important;
    min-width: 20px;
    border: 1px solid #b8b8b8 !important;
    border-top-left-radius: .375rem !important;
    border-bottom-left-radius: .375rem !important;
}

.input-group-text i {
    font-size: 16px;
}

.form-floating>.form-control {
    padding: 5px 0.75rem !important;
    height: 38px;
    line-height: 38px;
    border-top-left-radius: 0 !important;
    border-bottom-left-radius: 0 !important;
}

.form-floating>.form-control,
.form-floating>.form-select {
    height: 35px !important;
    min-height: 35px !important;
    width: 172px;
    padding: 5px 0.75rem !important;
}

.form-floating>.form-select {
    border-top-left-radius: 0 !important;
    border-bottom-left-radius: 0 !important;
}

.form-floating>label {
    width: 100%;
    padding: 6px 0.75rem !important;
    line-height: 1.6;
    font-size: 13px;

}


.form-floating>.form-control:focus~label,
.form-floating>.form-control:not(:placeholder-shown)~label,
.form-floating>.form-select~label {
    opacity: 1 !important;
    transform: scale(.85) translateY(-25px) translateX(0.15rem) !important;
    height: 27px;
    line-height: 14px;
    padding: 5px;
    color: #015294;
    text-transform: uppercase;
    padding-left: 12px;
}

.product_listing_table_wrap {
    margin-top: 20px;
}

.product_listing_table {
    /*border-right: 1px solid #eee !important;
    border: 1px solid #EEEEEE; */
    width: 100%;
}

.product_listing_table thead th {
    color: #000;
    white-space: nowrap;
    font-size: 13px;
    text-transform: capitalize;
    font-weight: 700;
    padding: 10px 15px;
    border: 1px solid #eee;
}

.product_listing_table>tbody>tr:nth-child(odd) {
    background-color: #fff4ef !important;
}

.product_listing_table tbody td,
.product_listing_table tbody th {

    color: #000000;
    white-space: nowrap;
    font-size: 12px;
    padding: 10px 15px;
    letter-spacing: 0.7px;
}

.product_listing_table>tbody>tr td a {
    color: #000000;
    font-size: 12px;
}



.product_listing_table>tbody>tr td a.btn-style-secondary {
    color: #005494;
    padding: 4px 12px;
    font-size: 12px;
}

.rapo_btn-grp {
    display: none;
}

.custom_check {
    position: relative;
}

.custom_check label {
    background-color: #d4d7da;
    border: 1px solid #d4d7da;
    cursor: pointer;
    width: 1rem;
    height: 1rem;
    left: 0;
    position: absolute;
    top: 0;
    border-radius: 3px;

}

.custom_check label:after {
    border: 2px solid #fff;
    border-top: none;
    border-right: none;
    content: "";
    height: 3px;
    left: 2px;
    opacity: 0;
    position: absolute;
    top: 4px;
    transform: rotate(-45deg);
    width: 8px;
}

.custom_check input[type="checkbox"] {
    visibility: hidden;
}

.custom_check input[type="checkbox"]:checked+label {
    background-color: #015294;
    border-color: #015294;
}

.custom_check input[type="checkbox"]:checked+label:after {
    opacity: 1;
}

/*****responsive****/

@media only screen and (min-width: 1200px) and (max-width: 1599px) {
    .cust_container {

        max-width: 98%;
        margin: 0 auto;
    }
}

@media (max-width:1199px) {
    ul.rfq-filter-button {
        gap: 10px;
    }
}

@media (max-width:991px) {

    .form-floating>.form-control,
    .form-floating>.form-select {

        width: 127px;
    }
}

@media (max-width:767px) {
    .about_page_details {
        position: inherit;
        top: inherit;
    }

    .breadcrumb-header {
        padding: 0;
        top: 96px;
    }

    .card .card-body {
        padding: 15px 5px;
    }

    .inner-main .container-fluid {
        padding-left: 0;
        padding-right: 0;
    }

    .rapo_btn-grp {

        display: flex;
        gap: 10px;
        justify-content: flex-start;
        margin-top: 10px;
        margin-bottom: 10px;
        flex-wrap: wrap;
        padding-left: 0;

    }

    ul.rfq-filter-button li.notShow_on_mobile {
        display: none;
    }

    .move_to_end {
        justify-content: flex-end;
        width: 100%;
    }

    ul.rfq-filter-button {
        justify-content: space-between;
        margin-top: 0;
    }

    ul.rfq-filter-button li:nth-child(-n+2) {
        width: 47%;
    }

    ul.rfq-filter-button li:nth-child(-n+2) input {
        width: 100%;
    }

    ul.rfq-filter-button .form-floating {
        width: 88%;
    }

    ul.rfq-filter-button li:nth-child(-n+2) .form-select {
        width: 100%;
    }

    ul.rfq-filter-button .input-group-text {
        width: 12%;
    }
}

@media (max-width:575px) {
    .switch {
        width: 42px;
        height: 20px;
    }

    .slider:before {
        height: 12px;
        width: 12px;
    }
    input:checked+.slider:before {
        transform: translateX(19px);
    }

    ul.rfq-filter-button {
        gap: 10px;

    }

    .input-group {
        margin-top: 10px;
    }

    .product_listing_table .btn-style {

        font-size: 10px;
        font-weight: 600;
        padding: 6px 10px;
        min-width: 48px;
    }

    .product_listing_table>tbody>tr td a.btn-style-secondary {
        font-size: 10px;
    }


    ul.rfq-filter-button .input-group-text {
        width: 17%;
    }

    ul.rfq-filter-button .form-floating {
        width: 83%;
    }

    .product_listing_table thead th {
        font-size: 13px;
    }

    h1,
    .card-body h3 {
        font-size: 17px;
    }
}

@media (max-width:480px) {
    /* .breadcrumb-header {
        margin-top: -6px;
    } */
}

@media (max-width:400px) {
    ul.rfq-filter-button {
        flex-direction: column;

    }

    ul.rfq-filter-button li:nth-child(-n+2) {
        width: 100%;
    }
}