#st-el-100 {
  
  -moz-transition: all 0.2s ease-in; -ms-transition: all 0.2s ease-in; -o-transition: all 0.2s ease-in; -webkit-transition: all 0.2s ease-in; transition: all 0.2s ease-in;
  backface-visibility: hidden;
  display: block;
  position: fixed;
  opacity: 1;
  text-align: left;
  bottom: 0px;
  z-index: 94034;
}
#st-el-100.st-right {
  right: 0px;
}
#st-el-100.st-hidden.st-right {
  right: -48px;
}
#st-el-100.st-hidden {
  width: 96px;
}
#st-el-100 > div {
  clear: right;
  float: right;
}
#st-el-100 .st-btn {
  -moz-box-sizing: border-box;
-webkit-box-sizing: border-box;
box-sizing: border-box;
  -moz-transition: all 0.2s ease-in; -ms-transition: all 0.2s ease-in; -o-transition: all 0.2s ease-in; -webkit-transition: all 0.2s ease-in; transition: all 0.2s ease-in;
  cursor: pointer;
  display: inline-block;
  font-size: NaNpx;
  height: 48px;
  line-height: 24px;
  margin-bottom: 0;
  opacity: 1;
  overflow: hidden;
  padding: 12px;
  position: relative;
  text-align: left;
  top: 0;
  vertical-align: top;
  white-space: nowrap;
  width: 48px;
}
#st-el-100 .st-btn.st-first {
  border-top-left-radius: 5px;
}
#st-el-100 .st-btn.st-last {
  border-bottom-left-radius: 5px;
}
#st-el-100 .st-btn > svg {
  -moz-transition: all 0.2s ease-in; -ms-transition: all 0.2s ease-in; -o-transition: all 0.2s ease-in; -webkit-transition: all 0.2s ease-in; transition: all 0.2s ease-in;
  height: 24px;
  margin-left: 0;
  vertical-align: top;
  width: 24px;
}
#st-el-100 .st-btn > img {
  -moz-transition: all 0.2s ease-in; -ms-transition: all 0.2s ease-in; -o-transition: all 0.2s ease-in; -webkit-transition: all 0.2s ease-in; transition: all 0.2s ease-in;
  height: 24px;
  margin-left: 0;
  vertical-align: top;
  width: 24px;
}
#st-el-100 .st-btn > span {
  -moz-transition: all 0.2s ease-in; -ms-transition: all 0.2s ease-in; -o-transition: all 0.2s ease-in; -webkit-transition: all 0.2s ease-in; transition: all 0.2s ease-in;
  color: #fff;
  display: inline-block;
  font-weight: 500;
  left: -35px;
  letter-spacing: 0.5px;
  opacity: 0;
  padding: 0 6px;
  position: relative;
  vertical-align: top;
  filter: alpha(opacity=0);
  font-size: 12px;
}
#st-el-100 .st-btn.st-hide-label > span {
  display: none !important;
}
.st-btn .fa{color:#fff; padding-left:5px}
.st-btn{display: inline-block}
#st-el-100 .st-total {
  -moz-transition: all 0.2s ease-in; -ms-transition: all 0.2s ease-in; -o-transition: all 0.2s ease-in; -webkit-transition: all 0.2s ease-in; transition: all 0.2s ease-in;
  background: #fff;
  color: #555;
  display: inline-block;
  font-weight: 500;
  line-height: 18px;
  margin-right: 0;
  min-height: 34px;
  max-width: 80px;
  opacity: 1;
  padding: 4px 0;
  text-align: center;
  width: 48px;
	overflow: hidden;
}
#st-el-100 .st-total.st-hidden {
  display: none;
}
#st-el-100 .st-total > span {
  display: block;
  font-size: 18px;
  line-height: 21px;
  padding: 0;
}
#st-el-100 .st-total > span.st-shares {
  font-size: 11px;
  line-height: 11px;
}
#st-el-100 .st-toggle {
  right: -48px;
  -moz-transition: all 0.2s ease-in; -ms-transition: all 0.2s ease-in; -o-transition: all 0.2s ease-in; -webkit-transition: all 0.2s ease-in; transition: all 0.2s ease-in;
  background: #ccc;
  border-bottom-left-radius: 0px;
  color: white;
  cursor: pointer;
  font-size: 24px;
  line-height: 24px;
  position: relative;
  text-align: center;
  width: 48px;
}
#st-el-100.st-hidden .st-toggle {
  border-top-left-radius: 0px;
}
#st-el-100.st-right .st-toggle .st-right {
  display: inline-block;
}
#st-el-100.st-right.st-hidden .st-toggle .st-right {
  display: none;
}
#st-el-100.st-right .st-toggle .st-left {
  display: none;
}
#st-el-100.st-right.st-hidden .st-toggle .st-left {
  display: inline-block;
}#st-el-100:hover .st-toggle {
  right: 0;
}
#st-el-100.st-hidden:hover .st-toggle {
  right: 48px;
}
#st-el-100.st-toggleable:hover .st-btn.st-last {
  border-bottom-left-radius: 0;
}
#st-el-100.st-toggleable:hover .st-btn.st-last:hover {
  border-bottom-left-radius: 0px;
}
#st-el-100 .st-btn:hover {
  border-bottom-left-radius: 0px;
  border-top-left-radius: 0px;
}
#st-el-100.st-has-labels .st-btn:hover {
  width: 120px;
}
#st-el-100.st-has-labels .st-btn:hover {
    width: 200px;
	
}
.st-label a{color:#fff}
#st-el-100:not(.st-has-labels) .st-btn:hover {
  width: 62px;
}
#st-el-100 .st-btn.st-hide-label:hover {
  width: 62px;
}
#st-el-100 .st-btn:hover > svg {
  margin-left: 5px;
}
#st-el-100 .st-btn:hover > img {
  margin-left: 5px;
}
#st-el-100 .st-btn:hover > span {
  opacity: 1;
  display: inline-block;
  left: 0;
  filter: alpha(opacity=100);
}
@media (max-width: 1024px) {
  #st-el-100 .st-btn:hover > svg {
    margin-left: 0;
  }
  #st-el-100 .st-btn:hover > span {
    display: none;
  }
}@media (max-width: 1024px) {
  #st-el-100 {
  bottom: 0;
  display: flex;
  left: 0;
  right: 0;
  top: auto;
  width: 100%;
}
#st-el-100.st-hidden {
  bottom: -48px;
  width: 100%;
}
#st-el-100.st-hidden.st-left {
  left: 0;
}
#st-el-100.st-hidden.st-right {
  right: 0;
}
#st-el-100 > div {
  -moz-flex: 1;
  -ms-flex: 1;
  -webkit-flex: 1;
  clear: none;
  flex: 1;
  float: none;
}
#st-el-100 .st-total {
  background: #fff;
  padding: 6px 8px;
}
#st-el-100 .st-btn {
  -moz-border-radius: 0 !important;
-webkit-border-radius: 0 !important;
border-radius: 0 !important;
  text-align: center;
  width: auto;
}
#st-el-100 .st-btn > span {
  display: none;
}

 
 
}#st-el-100 .st-btn[data-network='Enquiry'] {
  background-color: #2aaf97;
}
#st-el-100 .st-btn[data-network='Brochure'] {
  background-color: #fdc82c;
}
#st-el-100 .st-btn[data-network='Visit'] {
  background-color: #00c8e0;
}
#st-el-100 .st-btn[data-network='Apply'] {
  background-color: #f54d4d;
}
#st-el-100 .st-btn[data-network='Contact'] {
  background-color: #0e7973;
}
#st-el-100 .st-btn[data-network='Information'] {
  background-color: #1f496c;
}