.page-title.custom::before{
    display: none;
}
.page-title .text h1 {
    text-align: left;
    color: #fff;
    text-shadow: none;
}
.banner-bottom-bar {
    background: #f6f6f6;
    padding: 15px 0;
    border-bottom: 1px solid #ccc;
}
.banner-bottom-bar .text p {
    font-size: 14px;
    color: #000;
    font-weight: 600;
    margin-bottom: 0;
    text-align: left;
}
.content-section {
    padding-bottom: 50px;
    padding-top: 20px;
}
.content-section .text-section{
    margin-bottom: 40px;
}
.content-section .text-section h3 {
    color: #000;
    border-bottom: 1px solid #ccc;
    margin-bottom: 5px;
    font-weight: 500;
    margin-top: 10px;
    padding-bottom: 3px;
}
.content-section .text-section .panel {
    border: none;
    border-bottom: 1px solid #ccc;
    margin: 0;
    border-radius: 0;
}
.text-section .panel-group {
    margin-bottom: 0;
}
.text-section .panel .panel-heading {
    background: none;
    padding: 0;
}
.text-section h4 {
    font-size: 16px;
    color: #333;
    font-weight: 500;
    padding: 10px 0;
}
.text-section p {
    color: #b5b5b5;
}
.text-section .panel .panel-heading .panel-title {
    font-weight: 500;
}
.text-section .panel .panel-heading .panel-title a {
    width: 100%;
    display: inline-block;
    padding-right: 25px;
    position: relative;
}
.panel-title a .icon {
    position: absolute;
    right: 0;
    top: 0;
    font-size: 12px;
    font-family: 'Font Awesome 5 Free';
    font-weight: 900;
}
.panel-title a .icon::before {
    content: "\f068";
}
.panel-title a.collapsed .icon::before {
    content: "\f067";
}
.text-section .panel .panel-body {
    padding: 0 0 10px;
    border-top: none !important;
    border-color: #ccc;
    color: #b5b5b5;
}
.text-purple{
    color: #3841b2;
}
.flex{
    display: flex;
}
.flex-row {
    flex-direction: row;
}
.flex-column {
    flex-direction: column;
}
.flex-row>span {
    width: 50%;
}
.text-section .flex-row {
    flex-wrap: wrap;
}
.text-section .flex-row>div {
    width: 50%;
}
.page-wrapper.custom .page-info .bread-crumb li:after {
    content: '';
    font-family: 'FontAwesome';
    position: absolute;
    right: -15px;
    width: 2px;
    line-height: 24px;
    font-size: 16px;
    color: #222222;
    background: #5f5e5e;
    height: 15px;
    top: 4px;
}
@media (max-width: 991px) {
.page-title .text h1 {
    font-size: 40px;
}
}
@media (max-width: 767px) {
.page-title.custom {
    padding: 90px 0px 120px;
}
.page-title .text{
    width: 50%;
}
.page-title .text h1 {
    font-size: 28px;
}
.banner-bottom-bar {
    padding: 10px 0;
}
.banner-bottom-bar .text p {
    font-size: 12px;
}
}
@media (max-width: 500px) {
    .page-title.custom {
        padding: 50px 0px 30px;
    }
    .page-title .text h1 {
        font-size: 18px;
    }
    .content-section .text-section h3{
        font-size: 16px;
    }
    .text-section h4{
        font-size: 14px;
    }
    .text-section .panel .panel-body p{
        font-size: 13px;
    }
}