.patner-prefedit #accordion .panel-heading {
    background: none;
    padding: 0;
}
.patner-prefedit .panel-heading .panel-title {
    position: relative;
}
.patner-prefedit .panel-heading .panel-title > a {
    color: #fff;
    font-size: 16px;
    padding: 9px 45px;
    display: block;
    line-height: 20px;
	text-decoration:none;
	font-family: 'Segoe_UI_Semibold';
}
.patner-prefedit .panel-heading .panel-title > a:before,
.patner-prefedit .panel-heading .panel-title > a.collapsed:before {
    font-family: 'FontAwesome';
    content: "\f196";
    width: 20px;
    height: 20px;
    line-height: 20px;
    font-size: 14px;
    color: #fff;
   background: #333333;
    display: inline-block;
    text-align: center;
    position: absolute;
    left: 13px;
    top: 8px;
}


.patner-prefedit .panel-heading .panel-title > a.collapsed:before {
    content: "\f196 ";
    color: #fff;
    background: #333;
}
.patner-prefedit #accordion .panel-body {
    color: #828282;
    font-size: 13px;
    line-height: 26px;
}
.preference-form label {
    font-family: 'Segoe_UI_Semibold';
    font-size: 14px;
}

.left-sidebar #accordion .panel-heading {
    background: none;
    padding: 0;
}
.left-sidebar .panel-heading .panel-title {
    position: relative;
}
.left-sidebar .panel-heading .panel-title > a {
    color: #737373;
    font-size: 13px;
    padding: 2px 2px;
    display: block;
    font-weight: 600;
    line-height: 20px;
    text-decoration: none;
    font-family: 'Segoe_UI_Semibold';
    text-align: left;
}
.left-sidebar .panel-heading .panel-title > a:before,
.left-sidebar .panel-heading .panel-title > a.collapsed:before {
    font-family: 'FontAwesome';
    content: "\f068";
    line-height: 15px;
    font-size: 12px;
    color: #ffffff;
    display: inline-block;
    text-align: center;
    position: absolute;
    right: 30px;
    top: 14px;
    font-weight: 300 !important;
}
.left-sidebar .panel-heading .panel-title > a.collapsed:before {
      content: "\f067";
    line-height: 16px;
    font-size: 12px;
    color: #949494;
    /*background: #9a9a9a;*/
}
.left-sidebar #accordion .panel-body {
    color: #828282;
    font-size: 13px;
    line-height: 26px;
}
.left-sidebar .panel-default>.panel-heading {
    background-color: #f2f2f2;
    border-color: #fff;
    padding: 0px;
    border-radius: 0px;
		   
}
h4.form-h4.refinesearch {
    background: #00aeef;
	margin: 0px -12px !important;
    box-shadow: 0px 12px 20px #dadada;
	color:#fff !important;
    padding: 20px 0px !important;
}

.left-sidebar  .panel-heading { padding: 0; }

.left-sidebar  .panel-heading a { padding: 10px 15px;
   color: #fff; 
  font-family: 'Montserrat-Regular';
letter-spacing:1px;
text-transform: capitalize;}

/* change color of collapsed class */
.left-sidebar  .collapsed { background: #f2f2f2; 
}

.left-sidebar  a.collapsed{color:#fff !important;}

.left-sidebar  .panel-heading h4 {
   background: #f2f2f2;
   text-align: center;
}
.left-sidebar .panel-default>.panel-heading h4 a.collapsed{
	background:#f2f2f2 !important;
	padding:10px 40px;
	color:#737373 !important;
}
