body {padding: 0; margin:0;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
}

.main-header{position: relative; max-height: 100px;z-index: 1030; background: #005387; height: 80px;}
div.pb-logo {float: left;width: 16%;text-align: right;padding: 14px 0 0 30px;}
.content-wrapper{width: 100%;}
label:hover input[type="checkbox"] ~ i.fa {
color: #7AA3CC;
}
.call{display: inline-block;color: #fff; float: right; margin: 30px 40px 0 0; font-size: 13px;}
.call > i{font-size: 15px;    margin: 0 4px 0 0;}


.main-header-faq{width: 100%; background: url(../images/header-bg.png) top center; height: 180px;}
.main-header-faq .inner-header{max-width: 1140px; width: 100%; margin:0 auto; background: url(../images/header-inner.png) bottom center no-repeat; height: 180px;}
.accordion-container {
    position: relative;
    max-width: 800px;
    height: auto;
    margin: 10px auto;
}

.accordion-container h2 {
    font-size: 18px;
    font-weight: 400;
    padding: 30px 0 10px;
    margin: 0;
}

.set {
    position: relative;
    width: 100%;
    height: auto;

}

.set>a {
    display: block;
    padding: 16px 0;
    text-decoration: none;
    color: #555;
    font-size: 16px;
    border-bottom: 1px solid #DFE1E6;
    -webkit-transition: all 0.2s linear;
    -moz-transition: all 0.2s linear;
    transition: all 0.2s linear;
}

.set>a i {
    float: right;
    margin-top: 2px;
}

.set>a.active {
    background-color: #fff;
    color: #333;
}

.content {
    background-color: #fff;
    border-bottom: 1px solid #DFE1E6;
    display: none;
}

.content p {
    padding: 0px 15px 10px;
    margin: 0;
    font-size: 14px;
    line-height: 22px;
    color: #333;
}

.set a .arrow::after {
    content: "\276F";
    width: 1em;
    height: 1em;
    text-align: center;
    transition: all .35s;
    float: right;
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
}

.set a.active {
    border-bottom: 1px solid #fff;
}

.set a.active .arrow::after {
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg);
}

.content table {
    border: 1px solid #f3f3f3;
    border-collapse: collapse;
}

.content table td,
.content table th {
    padding: 5px;
    text-align: left;
    font-size: 14px;
    color: #333;
    ;
}

.set a.active .arrow{
float: right;
    width: 20px;
    height: 20px;
}

@media only screen and (max-width: 600px) {
    .accordion-container h2 {
        font-size: 16px;}
        .set>a { font-size: 14px;}
        .content p {
            font-size: 12px;}
    .accordion-container{ margin:10px 20px;}
    .main-header-faq{height: 160px;}
.main-header-faq .inner-header{background: url(../images/header-inner-mobile.png) bottom center no-repeat;  height: 160px;}

}