.cntct-icon-grp {
  position: fixed;
  width: 100%;
  max-width: 265px;
  right: 0%;
  margin: 0px;
  text-align: right;
  z-index: 999;
  top: 35%;
  overflow: visible;
}
@media (max-width: 1200px) {
  .cntct-icon-grp {
    max-width: 200px;
    top: 75%;
  }
}
.cntct-icon-grp .btn_wrapper {
  list-style: none;
  width: 265px;
  cursor: pointer;
  overflow: visible;
}
a#stickyBtnWrap {
  text-decoration: none;
}
.cntct-icon-grp .phone_icon {
  transition: all 1.0s;
  position: relative;
 /* transform: translateX(0);
   left: -50px;  */
  pointer-events: none;
}
.cntct-icon-grp .sticky_bar {
  transition: all 1.0s;
  padding: 15px 15px;
  width: 100%;
  max-width: 200px;
  text-decoration: none;
  font-size: 20px;
  color: #9ea3a8;
  background: rgba(52,68,98,0.9);
  position: relative;
}
.cntct-icon-grp .sticky-icon,
.cntct-icon-grp .sticky-image {
  position: absolute;
  left: -65px; 
  height: 65px;
  width: 65px;
  background: #fff !important;
  padding: 10px;
  top: 0px;
  cursor: pointer;
  display: flex;
  justify-content: center;
  align-items: center;
  border: 1px solid #344362;
  border-right: none;
  border-top-left-radius: 5px;
  border-bottom-left-radius: 5px;
}
.cntct-icon-grp .sticky-icon svg {
  fill: #EA7A7B;
  fill: rgba(234,122,123,1.0);
  height: 30px;
  width: 30px;
  margin: 10px 0;
}
.cntct-icon-grp .sticky-image img {
  color: rgba(234,122,123,1.0);
  height: 50px;
  width: 50px;
  margin: 10px 0;
}
.cntct-icon-grp .sticky_bar div.sticky_content {
  text-align: left;
  font-size: 15px;
  padding: 5px;
  width: auto;
  display: block;
}
.cntct-icon-grp .sticky_content p.sticky-title {
  display: block;
  color: #fff;
  font-size: 18px;
  font-weight: 400;
  font-family: inherit;
  line-height: inherit;
  text-align: left;
  margin: 0;
}
.cntct-icon-grp .text_custom {
  float: none;
  margin: 0 auto;
  margin-left: 0;
}
.cntct-icon-grp .phone_icon .headline_sticky {
  color: rgba(234,122,123,1.0);
  font-size: 18px;
  font-weight: 300;
  padding-top: 15px;
  padding-bottom: 5px;
}
.cntct-icon-grp .phone_icon div.sticky_content .link {
  line-height: 1.5;
}
.cntct-icon-grp .phone_icon div.sticky_content a {
  color: #EA7A7B;
  font-size: 16px;
  font-weight: 300;
  text-decoration: none;
  padding-left: 7px;
}
@media (max-width:576px) {
  #stickyBtnWrap {
    display: none !important;
  }
}