.an_clientservice .clientservice-title {
    margin: -29px;
    padding: 33px 29px 31px;
    background: #f8f9fc;
    margin-bottom: 26px;
    line-height: 1.5;
    font-size: 24px;
    text-align: left;
    text-transform: uppercase;
}
.clientservice-item {
    padding-bottom: 27px;
    border-bottom: 1px solid #ededed;
    margin-bottom: 26px;
    font-size: 13px;
}
.clientservice-item:last-child {
    border-bottom: 0;
}
.an_clientservice p {
    text-align: left;
    margin-bottom: 0;
    font-size: 16px;
    line-height: 22px;
}
.an_clientservice h4 {
    text-align: left;
    font-size: 18px;
    margin-bottom: 10px;
    text-transform: uppercase;
    font-weight: 700;
    display: flex;
    align-items: center;
}
.an_clientservice h4 svg {
    margin-right: 10px;
    width: 20px;
    display: none;
}
.an_clientservice .client-separator {
    height: 7px;
}
.an_clientservice a {
    display: block;
    font-size: 16px;
    line-height: 22px;
    color: #000!important;
}
.an_clientservice a:hover {
    text-decoration: none;
}
/*** modal ***/
.clientservice_sg-open {
    overflow: hidden;

}
.clientservice_sg-cover {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #000;
    opacity: 0.6;
    z-index: 100;

}

.clientservice_sg-modal {
    display: none;
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    text-align: left;
    overflow-x: none;
    overflow-y: auto;
    z-index: 200;
    width: 100%;
    max-width: 100%;

}
.an_clientservice {
    max-width: 340px;
    width: 100%;
    display: none;
    min-width: 200px;
    position: relative;
    background-color: #fff;
    z-index: 300;
    padding: 29px;
    float: right;
    min-height: 100vh;
}
.clientservice_sg-btn-close {
    font-size: 14px;
    position: absolute;
    top: 39px;
    right: 29px;
    cursor: pointer;
    color: #fff;
    background: #c2c4cc;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 22px;
    height: 22px;
}
.clientservice_sg-btn-close:hover {
    background: #000;
}

.clientservice_open-modal-btn {
    display: flex;
    align-items: center;
    cursor: pointer;
}
.clientservice_open-modal-btn:hover {
    color: #949494;
    text-decoration: none;
}
.clientservice_open-modal-btn svg {
    margin-right: 7px;
}
