.floating-menu-wrapper {
 width: 100%;
    float: left;
    position: relative;
    background: transparent;
  /*width: 100%;
float: left;
position: fixed;
background: transparent;
bottom: 0px;
  z-index:9999 !important;*/
}
/*.floating-menu-inner {
   width: 300px;
    position: absolute;
    top: -100px;
    z-index: 9;
    left: 50px;
   /*width: 300px;
    bottom: -80px;
    z-index: 9;
    left: 2%;
}*/
/*.floating-menu-inner.middle-nav-fixed {
    position: fixed;
    top: 0;
}*/
.section-group-wrapper ul li a {
    text-decoration: none;
    color: #0D0A15;
    text-align: left;
}
.section-group-wrapper ul li {
    border-bottom: 1px solid #cfc1c1;
    padding: 15px 0px;
}
.section-group-wrapper ul {
    list-style-type: none;
    margin: 0px;
    padding-left: 0px;
}
.section-group-wrapper {
    width: 100%;
    float: left;
    background: #fff;
    padding: 20px;
    box-sizing: border-box;
    border: 2px solid #b72755;
    border-radius: 8px;
}
.section-group-wrapper ul li:last-child {
    border-bottom: 0px;
}
a.active , .section-group-wrapper ul li a:hover{
    color: #b72755 !important;
    background-image: url(https://ap.resmed.com/hubfs/1%20Official%20-%20Main%20%3E%3E%20Creative%20Assets/Sleep%20Apnea/arrow.png);
    background-repeat: no-repeat;
    background-position: center right 0px;
    display: block;
}

.section-group-wrapper{
  display:none;
}
.sticky-menu {
    position: fixed;
    bottom: 10px;
    z-index: 99999;
    left: 20px;
    width: 300px !important;
}
img.open , img.close {
    cursor: pointer;
}

