
.email-signature{
    background: #e3f1fb;
    font-family: 'Noto Sans', sans-serif;
    padding: 50px 0 40px 140px;
    border-radius: 25px;
    box-shadow: 0 0 3px #9999996b, 0px 0px rgba(0, 0, 0, 0.1);
    overflow: hidden;
    position: relative;
    z-index: 1;
}
.email-signature:before,
.email-signature:after{
    content: "";
    background: #e3f1fb;
    width: 100px;
    height: 100%;
    border-radius: 100%;
    position: absolute;
    top: 0;
    left: -45px;
}
.email-signature:after{
    background: #fdf7e7;
    width: 88%;
    border-radius: 150px 0 0 150px;
    left: auto;
    right: 0;
    z-index: -1;
}
.email-signature .icon{
    padding: 0;
    margin: 0;
    list-style: none;
    position: absolute;
    top: 10px;
    right: 30px;
}
.email-signature .icon li{
    margin: 0 2px;
    display: inline-block;
}
.email-signature .icon li a{
    color: #00c0a9;
    font-size: 18px;
    text-align: center;
    line-height: 25px;
    height: 25px;
    width: 25px;
    display: block;
    transition: all 0.3s ease 0s;
}
.email-signature .icon li a:hover{
    color: #fff;
    background-color: #00c0a9;
    text-decoration: none;
}
.email-signature .signature-icon{
    color: #000000;
    background-color: #e5f1fb;
    font-size: 40px;
    text-align: center;
    line-height: 65px;
    width: 90px;
    height: 90px;
    border-radius: 20px;
    border: 10px solid #ffffff00;
    transform: translateY(-50%);
    position: absolute;
    top: 50%;
    left: 16px;
    z-index: 1;
}
.email-signature .signature-icon i{ line-height:inherit; }
.email-signature .signature-details{
    /* text-transform: uppercase; */
    width: auto;
    /* padding: 20px 0 0; */
    /* margin: 0 15px 0 0; */
    float: left;
}
.email-signature .title{
    /* font-size: 26px; */
    font-weight: 600;
    margin: 0 0 5px;
}
.email-signature .post{
    font-size: 14px;
    font-style: italic;
}
.email-signature .signature-content{
    width: 49%;
    padding: 0 0 0 10px;
    margin: 0;
    list-style: none;
    border-left: 2px solid #00c0a9;
    display: inline-block;
}
.email-signature .signature-content li{
    font-size: 15px;
    line-height: 29px;
    margin-bottom: 3px;
}
.email-signature .signature-content li span{
    color: #00c0a9;
    font-weight: 600;
    margin-right: 7px;
    display: inline-block;
}
@media screen and (max-width:576px){
    .email-signature{ padding: 180px 15px 20px; }
    .email-signature:before{
        background: #00c0a9;
        width: 100%;
        height: 100px;
        border-radius: 100%;
        top: -45px;
        left: 0;
    }
    .email-signature:after{
        height: 74%;
        width: 100%;
        border-radius: 150px 150px 0 0;
        top: auto;
        bottom: 0;
    }
    .email-signature .icon{
        text-align: center;
        margin: 0 auto;
        top: 130px;
        right: 0;
        left: 0;
    }
    .email-signature .signature-icon{
        margin: 0 auto;
        top: 70px;
        left: 0;
        right: 0;
    }
    .email-signature .signature-details{
        text-align: center;
        width: 100%;
        margin: 0 auto;
        float: none;
    }
    /* .email-signature .title{ font-size: 25px; } */
    .email-signature .signature-content{
        text-align: center;
        width: 100%;
        padding: 15px 0 0;
        border-left: none;
        float: none;
    }
}
