.service_faq {
    margin: 30px auto 0;
}

.service_title h3 {
    text-align: center;
    color: #585163;
    font-size: 22px;
    font-weight: 700;
}

h4.panel-title a {
    color: #585163;
    font-size: 18px;
    font-weight: 600;
}

.panel-body {
    font-size: 16px;
    font-weight: 300;
}

a:link,
a:visited,
a:hover,
a:active {
    text-decoration: none;
}

.no-transition {
    -webkit-transition: height 0.005s;
    -moz-transition: height 0.005s;
    -ms-transition: height 0.005s;
    -o-transition: height 0.005s;
    transition: height 0.005s;
}

.accordian-group {
    border: 1px solid #e5e5e5;
    box-shadow: 1px 1px 10px #e5e5e5;
    border-radius: 10px;
    width: 100%;
    max-width: 800px;
    margin: 20px auto 20px;
}

.panel {
    border: none;
    border-radius: 0;
    -webkit-box-shadow: 0;
    box-shadow: none;
}

.panel-heading {
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    padding: 20px;
}

.panel-default {
    border-bottom: 1px solid #e5e5e5 !important;
}

.panel-default:last-child {
    border-bottom: 0 !important;
    padding: 0 !important;
}

.panel-default>.panel-heading {
    background: transparent;
}

.panel-group {
    margin-bottom: 5px;
}

.panel-group .panel {
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
}

.panel-group .panel+.panel {
    margin-top: 0;
}

.panel-group .panel-heading+.panel-collapse>.list-group,
.panel-group .panel-heading+.panel-collapse>.panel-body {
    border-top: 0;
}

panel-body {
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
}

.panel-collapse {
    padding: 20px !important;
}

.panel-collapse:last-child {
    padding-bottom: 0;
}

.panel-title a:after {
    font-family: Fontawesome;
    content: '\f068';
    float: right;
    font-size: 14px;
    font-weight: 300;
    color: #8864e2;
}

.panel-title {
    margin-bottom: 0px;
}

.panel-title a.collapsed:after {
    font-family: Fontawesome;
    content: '\f067';
    font-size: 14px;
}

nav.navbar.navbar-expand-lg {
    background: #8864e2;
    margin: 0px auto 0px;
    padding: 0px 0px;
}