#lhsTree > li > span.ifTree:after {
    border-top: unset;
    border-left: unset;
    left: unset;
	content: '+';
}

.container {
    max-width: 1400px;
}

.cust-quote {
    text-align: center;
}
#lhsTree>li>span:after {
content: '+';
border: none;
right: 15px;
font-size: 20px;
line-height: 8px;
left: initial;
}

#lhsTree>li>span.dropact:after {
content: '-';
border: none;
right: 15px;
font-size: 20px;
line-height: 4px;
left: initial;
}

    #lhsTree > li > a:after {
        border-bottom: 4px solid transparent;
        border-left: 4px solid #ff8134;
        border-top: 4px solid transparent;
        content: "";
        display: inline-block;
        left: 5px;
        position: absolute;
        top: 16px;
    }

    #lhsTree > li > a:after {
        content: '+';
        border: none;
        right: 15px !important;
        font-size: 20px;
        line-height: 8px;
        left: initial;
    }

    .feaImg1, .resImg {
        background: url(images/common-sprite.png) no-repeat 0 0;
        background-position-x: 0px;
        background-position-y: 0px;
    }

    .feaImg1 {
        display: inline-block;
        height: 32px;
        margin: 5px 10px 0 0;
        margin-bottom: 0px;
        width: 32px;
    }

    .fea-icon11 {
        background-position: 0 -56px
    }
    
    .logo {
        padding: 7px 0px 0px 25px;
    }

    .vendors td {
        font-size: 15px;
        padding: 5px;
    }

    td.headings {
        font-size: 30px;
    }

    a:hover {
        text-decoration: none;
    }

    html {
        scroll-behavior: smooth;
    }

    .breadcrumb {
        font-size: 13px;
    }

    .pop-container {
        max-width: 100%;
        width: 720px;
        padding: 20px;
        border: 1px solid #000;
        background: #fff;
        position: fixed;
        height: 650px;
        top: 90px;
        overflow-y: scroll;
        left: 50%;
        margin-left: -350px;
        z-index: 10002;
        display: none
    }
    
    #meGDPRMessage .checkmarkgdpr {
        background: #fff;
        height: 10px;
        width: 10px;
        border: 1px solid #ccc;
        margin-right: 5px;
        display: inline-block;
        cursor: pointer;
        position: relative
    }

    #meGDPRMessage .checkmarkgdpr.enableCheckgdpr:before {
        width: 2px;
        height: 5px;
        border: 1px solid #000;
        border-width: 0 2px 2px 0;
        -webkit-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
        transform: rotate(45deg);
        display: block;
        content: '';
        position: absolute;
        top: 1px;
        left: 3px
    }
    
    .pop-container {
        position: fixed;
        top: 5%
    }
    