
.btnbox {
    text-align: center;
    position: relative;
    width: 100%;
    line-height: 40px;
    background: none;
    color: #fff;
    margin-left: auto;
    cursor: pointer;
    font-size: 14px;
}

.btnbox span {
    display: inline-block;
    font-family: 'PoppinsM' !important;
}
.showbox {
    position: fixed;
    width: 90px;
    background: #00b1bb;
    z-index: 999;
    margin-top: 0px;
    overflow: hidden;
    display: none;
    padding: 0;
    box-shadow: 0px 0px 10px rgba(0,0,0,0);
    border-radius: 0px;
}

.showbox a {
    color: #fff;
    display: block;
    transition: all 0.5s;
    font-size: 14px;
    line-height: 40px;
    text-align: left;
    padding: 0 0px;
    font-family: 'PoppinsM' !important;
}

.showbox a:hover {
    background: #0a6268;
    color: #fff;
}
  
  
  

  
.btnbox1 {
    text-align: center;
    position: relative;
    width: 100%;
    line-height: 40px;
    background: none;
    color: #fff;
    margin-left: auto;
    cursor: pointer;
    font-size: 14px;
}

.btnbox1 span {
    display: inline-block;
    font-family: 'PoppinsM' !important;
}
.showbox1 {
    position: fixed;
    width: 90px;
    background: #00b1bb;
    z-index: 999;
    margin-top: 0px;
    overflow: hidden;
    display: none;
    padding: 0;
    box-shadow: 0px 0px 10px rgba(0,0,0,0);
    border-radius: 0px;
}

.showbox1 a {
    color: #fff;
    display: block;
    transition: all 0.5s;
    font-size: 14px;
    line-height: 40px;
    text-align: left;
    padding: 0 0px;
    font-family: 'PoppinsM' !important;
}

.showbox1 a:hover {
    background: #0a6268;
    color: #fff;
}
  
  