/*For sectabs left allignment*/
@media only screen and (min-width: 37.5em) {
#nn11v1 ul li {
    border: 0 none;
    float: right;
    margin: 0 0 0 30px !important;
	word-wrap:normal !important;
}
}
/*For list items allignment*/
#res-listing-product-portfolio .list-section ul {
    float: right;
    position: relative;
    width: 50%;
}
/*For arrow marks allignment*/
#res-listing-product-portfolio li.list-menu-item span {

    transform: rotate(-130deg);
	left: 7px!important;
}
#res-listing-product-portfolio li.list-menu-item {
    padding-right: 15px;
}

.dmc-letushelp-eot {
    padding: 20px 20px 65px;
}
#nn11v1 > ul > li span.close::before {
    content: "+";
    float: left;
}


#nn11v1 > ul > li span.open::before {
    content: "-";
    float: left;
}


