body.widget-snippet .address-content{
  z-index:unset;
}
body.widget-snippet .address-content .address p{
  padding:10px;
}
.widget-snippet .address-content {
    max-width: 600px;
    margin: 0 auto;
    background: #95185b;
    text-align: center;
    padding: 60px 40px;
    position: absolute;
    bottom: -580px;
    right: 260px;
    width: 100%;
    z-index: 1;
}
.widget-snippet .address-content .address-title h5{
    font-family: 'Baskervville', serif;
    font-style: normal;
    font-weight: 600;
    font-size: 28px;
    line-height: 44px;
    letter-spacing: 1px;
    color: #fff;
    margin: 0 0 30px;
    padding: 0 0 20px;
    position:relative;
}
.widget-snippet .address-content .address-title h5:before{
    position: absolute;
    width: 80%;
    border-bottom: 1px solid rgba(255, 255, 255, 0.8);
    content: '';
    display: block;
    left: 50%;
    transform: translateX(-50%);
    bottom: 0;
    width: 100%;
}
.widget-snippet .address-content .address p,
.widget-snippet .address-content .address h4{
    margin: 0;
    color: #fff;
    font-family: Open Sans;
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: 36px;
    letter-spacing: 0.48px;
    padding: 0 0 15px;
}
.widget-snippet .address-content .address h4,
.widget-snippet .address-content .address p b.fax{
font-weight:400;
}
.widget-snippet .address-content .address p a {
    color: #fff;
    text-decoration: none;
}
.widget-snippet .address-content .address p b{
      color: #fff;
    font-family: Open Sans;
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: 36px;
    letter-spacing: 0.48px;
}
.widget-snippet .address-content .address p a:hover {
    text-decoration:underline;
    color: #fff;
}
body.widget-snippet .address-content {
    position: relative;
    bottom: unset;
    right: unset;
}
.fee .widget-snippet .address-content {
    position:relative;
    bottom: unset;
    right: unset;
    margin-right: 200px;
}
.fee .widget.widget-snippet.contact-location {
    display: block;
    position: relative;
}
