@charset "utf-8";
/* CSS Document */
article.term-list{}
article.term-list aside{ display: block;
    position: relative;
    color: #4e4e4e;
    font-size: 11px;
    font-weight: 700;
    padding-left: 15px;
    margin-bottom: 1px;
    text-align: left;}

article.term-list aside:before {
    content: url(../images/tick3.png);
    width: 12px;
    height: 9px;
    position: absolute;
    left: 0;
    top: 1px;
}

article.term-list aside.more2{display: block;
    position: relative;
    color: #f04e25;
    font-size: 11px;
    font-weight: 700;
    text-transform: uppercase;
    padding-left: 16px;
    text-align: left;
	cursor: pointer;}
article.term-list aside.more2:before {
    content: none;
    width: 0;
    height: 0;
    position: absolute;
    left: 0;
    top: 0;
}
.pd_prop_filter_info tr td {
    vertical-align: top;
    padding: 5px 5px;
    font-size: 11px;
    line-height: 15px;
}
.pd_prop_filter_info tr td:last-of-type{word-break: normal;}
.pd_prop_filter_info th{min-width: 50px;}

@media screen and (max-width:999px){
.responciveTable+.mobTable li div strong {padding-right: 10px;}
.responciveTable+.mobTable li div span {word-break: break-all;}


.responciveTable+.mobTable li div span {
    width: auto;
    display: inline-block;
    vertical-align: top;
}

.responciveTable+.mobTable li div span.mobTableRight{width: calc(100% - 150px);}

.info span {top: -11px;}
	
	
}

/*pagination css added ruby JSK on 29-11-2024*/

.tableFooter {
    margin: 20px 0;
    position: relative;
}

    .tableFooter:after {
        content: '';
        display: block;
        clear: both;
    }

    .tableFooter .dataTables_info {
        float: right;
        clear: none;
        margin-right: 15px;
        color: #30323f;
        font-size: 12px;
        font-weight: 400;
    }

        .tableFooter .dataTables_info input {
            display: inline-block;
            width: 30px;
            background: #FFF;
            height: 27px;
            line-height: 28px;
            color: #004eb0;
            font-size: 12px;
            font-weight: 700;
            border: 1px solid #dce2e6;
            border-radius: 4px;
            text-align: center;
            margin-left: 3px;
        }

    .tableFooter .dataTables_paginate {
        padding: 0px;
        font-size: 0;
        line-height: 0;
        float: right;
    }

        .tableFooter .dataTables_paginate .paginate_button {
            text-indent: -99999px;
            font-size: 0;
            color: transparent;
            width: 50px;
            height: 27px;
            cursor: pointer;
            border-radius: 0px;
            padding: 0;
            overflow: hidden;
            position: relative;
            float: left;
            background: #FFF;
            border: 1px solid #e2e6e8;
        }

            .tableFooter .dataTables_paginate .paginate_button.previous {
                -webkit-border-top-left-radius: 5px;
                -webkit-border-bottom-left-radius: 5px;
                -moz-border-radius-topleft: 5px;
                -moz-border-radius-bottomleft: 5px;
                border-top-left-radius: 5px;
                border-bottom-left-radius: 5px;
            }

            .tableFooter .dataTables_paginate .paginate_button.next {
                margin-left: -1px;
                -webkit-border-top-right-radius: 5px;
                -webkit-border-bottom-right-radius: 5px;
                -moz-border-radius-topright: 5px;
                -moz-border-radius-bottomright: 5px;
                border-top-right-radius: 5px;
                border-bottom-right-radius: 5px;
            }

            .tableFooter .dataTables_paginate .paginate_button.previous:after {
                content: '';
                display: block;
                width: 15px;
                height: 15px;
                background: url(/images/tableArrow.png) no-repeat 0 50%;
                position: absolute;
                left: 0;
                right: 0;
                top: 0;
                bottom: 0;
                margin: auto;
            }

            .tableFooter .dataTables_paginate .paginate_button.next:after {
                content: '';
                display: block;
                width: 15px;
                height: 15px;
                background: url(/images/tableArrow.png) no-repeat 100% 50%;
                position: absolute;
                left: 0;
                right: 0;
                top: 0;
                bottom: 0;
                margin: auto;
            }

            .tableFooter .dataTables_paginate .paginate_button:hover {
            }

            .tableFooter .dataTables_paginate .paginate_button.disabled:after {
                filter: url(filters.svg#desaturate);
                filter: gray;
                -webkit-filter: grayscale(1);
                opacity: 0.5
            }

    .tableFooter .entriesPerPage {
        width: 200px;
        height: 30px;
        float: left;
    }

        .tableFooter .entriesPerPage label {
            font-size: 12px;
            line-height: 30px;
            color: #30323f;
            vertical-align: top;
        }

        .tableFooter .entriesPerPage .selectMenuHolder2 {
            width: 60px;
            height: 30px;
            display: inline-block;
            position: relative;
            text-align: center;
        }

            .tableFooter .entriesPerPage .selectMenuHolder2 b {
                display: block;
                height: 30px;
                line-height: 28px;
                position: relative;
                z-index: 1;
                text-align: left;
                color: #30323f;
                font-size: 12px;
                font-weight: 400;
                border: 1px solid #dce2e6;
                padding: 0 20px 0 12px;
                border-radius: 4px;
                margin-left: 5px;
                font-style: normal !important;
                background: none !important;
            }

                .tableFooter .entriesPerPage .selectMenuHolder2 b:after {
                    content: '';
                    background: url(/images/arrow-down2.png) no-repeat 0 0;
                    width: 11px;
                    height: 7px;
                    position: absolute;
                    right: 8px;
                    top: 0;
                    bottom: 0;
                    margin: auto;
                }

            .tableFooter .entriesPerPage .selectMenuHolder2 select {
                position: absolute;
                left: 0;
                top: 0;
                width: 100%;
                height: 30px;
                z-index: 2;
                opacity: 0;
                sss cursor: pointer;
                font-size: 12px;
                line-height: 28px;
                color: #30323f;
            }

.disabled {
    background: #FFFFFF !important;
    border: 1px solid #e2e6e8 !important;
    color: transparent !important;
}
.pd_prop_filter_info td .pd_prop_filter_info_link3 {

    padding: 5px 10px;
}



.rs {
    position: relative;
    padding-right: 1px;
    display: inline-block;
    width: auto;
    font-size:11px;
}

    .rs:before {
        content: "\20B9";
        padding: 0 0 0;
    }
.bulletText {
    display: block;
    position: relative;
    color: #4e4e4e;
    font-size: 11px;
    font-weight: 600;
    padding-left: 15px;
    margin-bottom: 1px;
    text-align: left;
}

.pd_prop_filter_info th.facing strong span {
    display: block;
    color: #959595;
    font-size: 12px;
    text-transform: capitalize;
    font-weight: 400;
    line-height: 15px;
}
.pd_prop_filter_info th.facing strong.btm-16 {
    bottom: -16px;
}

.buy_appli_kit {
    padding: 35px 0;
}

.heading_line3 {
    font-size: 24px;
    line-height: 30px;
    font-weight: 400;
    text-transform: uppercase;
    color: #5b5b5b;
    padding-bottom: 15px;
    position: relative;
    margin-bottom: 15px;
    text-align: center;
}

.buy_appli_kit h2 + span {
    display: block;
    text-align: center;
    width: 100%;
    max-width: 460px;
    color: #959595;
    margin: 0 auto 20px;
}

.tableFilter {
    margin-bottom: 15px;
    margin-top: 5px;
}
@media screen and (max-width:500px) {
    .buy_appli_kit {
        text-align: center;
    }
    .responciveTable + .mobTable {
        text-align:left;
    }
}