.ap_supportHeader {
    text-align: center;
    padding: 50px 15px 100px;
    background-image: url(../images/bonusBg.png);
    background-size: cover;
    background-position: top center;
}
.ap_supportForm {
    margin: 50px 0 0;
    text-align: center;
    background-color: #fff;
    padding: 30px;
    border-radius: 10px;
}
.ap_supportForm h4 {
    margin-bottom: 15px;
}
.ap_supportForm form {
    max-width: 500px;
    margin: 0 auto 30px;
}
ul.ap_support_tickets {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
}
ul.ap_support_tickets li {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    max-width: calc(50% - 20px);
    margin: 0 10px;
    border: 1px solid #e0e9f1;
    border-radius: 10px;
    padding: 20px 20px;
    text-align: left;
    width: 100%;
    background-color: #fbfdff;
}
ul.ap_support_tickets li img {
    max-width: 60px;
    box-shadow: 0 0 5px rgb(0 0 0 / 15%);
    margin-right: 15px;
    border-radius: 5px;
}
.ap_supportList_dv {
    margin: 50px 0;
}
.ap_supportList_dv > h4 {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 30px;
    width: 100%;
}
.ap_supportList_dv > h4 img {
    margin-right: 15px;
    width: 60px;
}
.app_listItem_dv {
    display: flex;
    border: 1px solid #e0e9f1;
    padding: 20px;
    align-items: center;
    justify-content: flex-start;
    background-color: #ffffff;
    border-radius: 10px;
    margin: 15px 0 0;
    cursor: pointer;
    transition: all 0.5s;
}
.app_listItem_dv:hover {
    background-color: #fbfdff;
}
.ap_supportList_Content p {
    margin: 5px 0;
}
.ap_listIcon_dv {
    margin-right: 20px;
    width: 120px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #fff;
    border-radius: 10px;
    overflow: hidden;
}
span.lightgrey {
    color: var(--themeColor);
    font-weight: 600;
}
span.ap_svgImage svg {
    height: 25px;
    width: 25px;
}
span.ap_svgImage {
    align-items: center;
    justify-content: center;
    display: flex;
    width: 50px;
    margin-right: 15px;
    background-color: #eff2f7;
    border-radius: 10px;
    height: 50px;
    text-align: center;
}
.ap_Supportlabel {
    text-align: center;
    display: inline-block;
    width: 100%;
    margin-top: 20px;
}
div#myAllFAQ > p {
    padding: 50px;
    background-color: #ffffff;
    text-align: center;
    border-radius: 10px;
}
.ap_supportList_Content > div {
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    font-size: 14px;
}
.ap_supportList_Content {
    max-width: 100%;
    width: 100%;
    position: relative;
    padding-left: 55px;
}
.ap_supportList_no_found {
    width: 100%;
    text-align: center;
}
.ap_rightbox_dv svg#icon-back {
    width: 20px;
    fill: var(--themeColor);
}
.ap_support_single h5 {
    margin: 0 0 15px 0;
}
.ap_support_single p {
    margin-bottom: 15px;
}
.ap_rightbox_dv {
    background-color: #fff;
    margin: 0 0 20px 0;
    padding: 15px;
    border-radius: 10px;
}
.ap_supportPlans h6 {
    margin-bottom: 15px;
}
.ap_rightbox_dv a {
    display: block;
    color: var(--themeColor);
    margin: 10px 0;
}
.ap_reletedList {
    padding-left: 15px;
}
.ap_reletedList a{
    display: list-item;
}
.ap_rightbox_dv ul {
    margin-top: 15px;
}
span.ap_faqIcon_span {
    display: inline-block;
    width: 35px;
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
}
/********* LoadMore Btn **********/
.ap_loadmore_holder {
    text-align: center;
    position: relative;
    padding: 20px 0;
    width: 100%;
}
.ap_loadmore_holder:before, 
.ap_loadmore_holder:after {
    content: "";
    text-align: center;
    position: absolute;
    left: 0;
    height: 1px;
    width: 50%;
    right: 0;
    margin: auto;
    background-color: #E4E5F2;
    top: 50%;
    z-index: 1;
    border-radius: 50%;
}
.ap_loadmore_btn {
    display: inline-block;
    padding: 10px 30px;
    background-color: #fff;
    border-radius: 50px;
    border: 1px solid #E4E5F2;
    color: var(--grayColor1);
    z-index: 3;
    position: relative;
    line-height: normal;
}
.ap_loadmore_btn:hover {
    color: #fff;
    background-color: var(--darkColor);
}
