.faq .panel-default > .panel-heading {
    background-color: #fff;
    border-top: 1px solid #ddd;
    box-shadow: none;
    color: #333;
    padding: 15px 10px;
    cursor: pointer;
}

.faq .right-arrow {
    color: #599e8f;
    font-size: 1.5em;
    font-weight: 100;
    height: 1.5rem;
    line-height: 0.8;
    margin: 0 0 0.25em 0.25em;
    text-align: center;
    width: 1.5rem;
    font-family: "hind", arial, sans-serif;
}

.faq .panel-title > a,
.faq .panel-title > small,
.faq .panel-title > .small,
.faq .panel-title > small > a,
.faq .panel-title > .small > a,
.ui-accordion li ,
.panel-body p{
    color: inherit;
    font-family: "hind", arial, sans-serif;
    font-size: 17px;
    font-weight: 500 !important;
    cursor: pointer;
}
.ui-accordion li ,
.panel-body p{
	line-height:1.7;
}




#accordion2 {
    width: 100%;
    border: 0px solid #333;
    border-top: none;
    margin: 0 0 20px 0;
}

.accordion2 {
    width: 100%;
}

.swal2-popup .swal2-styled.swal2-confirm {
    border: 0;
    border-radius: .25em;
    background: initial;
    background-color: #599e8f !important;
    color: #fff;
    font-size: 1.0625em;
}

.accordion2 dt {
	width: 100%;
	padding: 15px 0 9px 0;
	margin: 0 0 10px 0;
	border-bottom: 1px dashed #aaa7a7;
	cursor: pointer;
	color: #5c5c5c;
	font-weight: 400;
	font-family: "Open Sans",Arial,Helvetica,"Nimbus Sans L",sans-serif;
	font-style: normal;
	background: url(../img/a-up.png) no-repeat right center;
	font-size: 14px;
}

.accordion2 .open {
    color: #599e8f;
    background: url(../img/a-down.png) no-repeat right center;
}

.accordion2 dd {
    width: 100%;
}

.accordion2 dd p {
    padding: 0 0 15px 0;
    line-height: 1.7;
}

.accordion2 dd span {
    float: left;
    width: 28px;
    color: #777;
}