.master-wrapper-page .page-title h1 {
    display: none !important;
}

.page-title, .checkout-page .page-title {
    margin: 0 0 20px 0;
    border-bottom: none !important;
    text-align: center;
    overflow: hidden;
    background: none;
}


.complete-button button {
    padding: 8px 20px;
    border: 0;
    width: 100%;
    background: #57b568 !important;
    text-transform: uppercase;
    font-weight: bold;
    font-size: 16px;
    color: #fff;
}

.cart-title, .checkout-page .page-title {
    margin: 0;
    padding: 20px 0 10px;
    background: #f6f6f6;
}

.faqcheckout {
    clear: both;
    float: right;
    width: 52%;
    margin-bottom: 40px;
}

.accordion:after {
    content: '+';
    color: #007ba4;
    font-weight: bold;
    float: right;
    margin-left: 5px;
}

.accordion {
    color: #007ba4;
    cursor: pointer;
    padding: 15px;
    width: 100%;
    text-align: left;
    outline: none;
    font-size: 14px;
    transition: .4s;
    border: 1px solid #ddd;
    border-radius: 5px;
    background-color: #fff;
    margin-bottom: 5px;
}

.panelfaq {
    background-color: #f2f7fc;
    color: #005571;
    max-height: 0;
    overflow: hidden;
    transition: max-height .2s ease-out;
    font-size: 14px;
}