<style>
#call-someone-dropdown{
    position: absolute;
    top: 60px;
    left: 4%;
    width: 92%;
    background: white;
    box-shadow: 2px 1px 8px rgba(0,0,0,.3);
    z-index: 10;
    box-sizing: border-box;
}
#call-someone-dropdown::before{
  content: '';
    border: 10px solid transparent;
    border-bottom-color: #fff;
    position: absolute;
    bottom: 100%;
    right: 155px;
    margin-left: -10px;
}
#topbar-call-someone{
display: block;
    position: absolute;
    height: 60px;
    width: 60px;
    top: 0;
    text-decoration: none;
    color: white;
    line-height: 60px;
    font-weight: 600;
    box-sizing: border-box;
    cursor: pointer;
    transition: 0.5s background;
    right: 4%;
    width: 240px;
    background: #3c3770 no-repeat 15px center;
    background-size: auto 40px;
    padding-left: 30px;
}
#close-support-info{
background: transparent url("https://coaching.carergateway.gov.au/pluginfile.php/1/tool_themeassets/assets/0/icon-close.svg") center top no-repeat;
    border: none;
    cursor: pointer;
    height: 50px;
    position: absolute;
    right: 10px;
    font-size: 0;
    top: 10px;
    transition: all .5s;
    width: 50px;
}
#call-someone-dropdown .secondary-support{
align-items: stretch;
    display: flex;
    justify-content: space-between;
    list-style: none;
    margin-right: 29%;
    flex-wrap: wrap;
}
#call-someone-dropdown h2{
    color: #5b57a4;
    font-size: 1.35em;
    margin: 0 0 10px 0;
}
#call-someone-dropdown .primary-support a.btn-primary{
  background-color: #007f91;
    border: none;
    border-radius: 2px;
    color: #fff;
    cursor: pointer;
    display: inline-block;
    font-size: 1.1em;
    line-height: 1.5em;
    padding: 15px 10px 16px 10px;
    text-align: center;
    text-decoration: none;
    transition: all .5s;
    width: 100%;
    box-sizing: border-box;
}
#call-someone-dropdown .primary-support{
   background-color: #f3f3f3;
    border-radius: 5px;
    width: 25%;
    position: absolute;
    top: 10px;
    right: 1%;
    margin: 0;
}
#call-someone-dropdown .secondary-support > div{
    border-bottom: 3px solid #ed779a;
    padding: 20px 0;
    width: 30%;
}
#call-someone-padding{
   position: relative;
    margin: 40px 50px;
    overflow: hidden;
    min-height: 275px;
}
#call-someone-dropdown a.c2c{
  color: #404040;
    display: block;
    font-size: 1.35em;
    font-weight: 600;
    margin: 16px 0 2px 0;
    position: relative;
    text-decoration: none;
}
#call-someone-dropdown div p{
  font-size: .8em;
}
#call-someone-dropdown .primary-support div{
   padding: 20px 25px;
    padding-bottom: 0;
}
</style>