#fitem_id_mainblock div[id^=fitem_id_][id$="_singleblock"]{
    display: none;
    margin-bottom: 100px;
    width: 100%;
}

#fitem_id_mainblocktitle {
    width: 100%;
}

#privacy-policy-content h1 {
    font-family: "Open Sans", sans-serif;
    font-style: normal;
    font-weight: 600;
    font-size: 26px;
    line-height: 20px;
    color: #030A22;
}

h4{
    margin-top: 0.5rem;
}
.panel-heading {
    padding: 0;
    border:0;
}

.text-grey {
    font-family: "Open Sans", sans-serif;
    font-style: normal;
    font-weight: 600;
    font-size: 16px;
    line-height: 16px;
    color: #525F7F;
    border-bottom: unset!important;
    margin-top: 12px;
}
.panel-title>a, .panel-title>a:active{
    display:block;
    padding:15px 0px;
    font-family: "Open Sans", sans-serif;
    font-style: normal;
    font-weight: 600;
    font-size: 16px;
    line-height: 20px;
    color: #000000;
}

.panel-title.attachment{
    display: block;
    padding: 15px 15px;
    font-family: "Open Sans", sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 16px;
    color: #525F7F;
}
.panel-group .panel-heading  a:after {
    content: "";
    float: right;
    border: solid #525F7F;
    border-width: 0 2px 2px 0;
    display: inline-block;
    padding: 3px;
    transition: all 0.5s;
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
}
.panel-group .panel-heading.active a:after {
    -moz-transform: rotate(-135deg);
    transform: rotate(-135deg);
    -webkit-transform: rotate(-135deg);
}

.panel-group .panel-default:last-child {
    border-bottom: 1px solid #e9ecef!important;
}
.panel-heading.main {
    padding: 2px 15px
}
.panel-heading .panel-body.main{
    padding: 20px 80px
}
.doc-link span{
    font-family: "Open Sans", sans-serif;
    font-style: normal;
    font-weight: 600;
    font-size: 14px;
    line-height: 12px;
    color: #525F7F;
}
.panel-default.border-top {
    padding: 0px 30px;
}
.privacy-policy-settings {
    color: #fff;
    box-shadow: 0 4px 6px rgb(50 50 93 / 11%), 0 1px 3px rgb(0 0 0 / 8%);
    text-align: center;
    vertical-align: middle;
    cursor: pointer;
    user-select: none;
    text-transform: none;
    letter-spacing: .025em;
    padding: 0.625rem 1.25rem;
    font-size: .875rem;
    line-height: 1.5;
    border-radius: 0.25rem;
    transition: all 0.15s ease;
    will-change: transform;
    background-color: #172b4d;
    border-color: #172b4d;
    position: fixed;
    right:20px;
    bottom: 20px;
}
.privacy-policy-settings:hover{
    color: #fff;
}
#privacy-policy-content table {
    border: 1px solid #e9ecef;
}
#privacy-policy-content table thead {
    background-color: #f6f9fc;
}
#privacy-policy-content table td, #privacy-policy-content table th {
    border: 1px solid #e9ecef;
}
.atto_h5p_button{
    display: none;
}
@media screen and (max-width:768px) {
    .panel-heading .panel-body.main{
        padding: 0;
    }
    .panel-title.attachment{
        padding: 0px 15px;
        margin-bottom: 0;
    }
}