
.heading-one{
    font-size: 20px;
    line-height: 24px;
    margin: 0 0 15px;
}
.heading-two{
    font-size: 18px;
    margin: 0 0 15px;
}
.heading-five{
    border-bottom: 1px solid #e3e2e2;
    color: #757575;
    font-size: 14px;
    font-weight: 600;
    margin: 10px 0 12px;
    padding-bottom: 10px;
}
.exi-name{
    font-size: 14px;
    margin: 4px 0 10px;
    font-weight: 600;
}
.exi-name span{
    color: #757575;
    font-size: 13px;
    font-weight: normal;
}
.title-img{
    width: 90px;
}
.text{
    color: #757575;
}
.icon{
    color: #f5908d;
    margin-right: 8px;
}
.exi-main{
    margin-bottom: 50px;
}
.cst-table {
    margin-bottom: 0;
}
.cst-table tr{
    line-height: 28px;
}
.cst-table .spacer{
    line-height: normal;
}
.contact-table{
    margin: 0;
}
.contact-table i{
    float: left;
    margin: 7px 10px 0 0;
    color: #f5908d;
}

/* Expand */
.toggle .toggle-title {
    position: relative;
    display: block;
    border-bottom: 1px solid #eeeeee;
    margin-bottom: 12px;
}
.toggle .toggle-title h3 {
    font-size: 20px;
    margin: 0px;
    line-height: 1;
    font-weight: 200;
}
.toggle .toggle-inner {
    margin: -13px 0 13px;
    padding: 10px 19px;
    border: 1px solid #eeeeee;
    border-top: none;
    display: none;
}
.toggle .toggle-inner div {
    max-width: 100%;
}
.toggle .toggle-title .title-name {
    display: block;
    padding: 15px 15px;
    font-size: 13px;
    font-weight: 600;
    color: #757575;
    background-color: #f7f7f7;
    border-left: 4px solid #63bbc6;
}
.toggle .toggle-title a i {
    font-size: 22px;
    margin-right: 5px;
}
.toggle .toggle-title i {
    position: absolute;
    width: 24px;
    height: 24px;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
    margin: 8px 15px;
    right: 0;
}
