/* Contact social media */

.srholder {
  display: block;
  position: fixed;
  position: fixed;
  z-index: 9999;
  right: 33px;
  bottom: 88px;
  transform: scale(1.2);
}
.gooey-menu {
  position: relative;
  filter: url('#goo');
  -webkit-filter: url('#goo');
}
.srmeet svg {
  position: relative;
  top: 13px !important;
}
.srskype .st0 {
  fill: #1e63af !important;
}
.srskype .st1 {
  fill: #fff !important;
}
.gooey-menu label {
  margin-bottom: 0;
}
.gooey-menu svg {
  max-width: 34px;
  position: relative;
  left: 11px;
  top: 11px;
}
.crisp-client .cc-1brb6 .cc-1yy0g .cc-1m2mf .cc-157aw {
  transform: scale(0.8);
}
.gooey-menu,
.gooey-menu *,
.gooey-menu *:before,
.gooey-menu *:after {
  box-sizing: border-box;
  transition: all 0.1s;
  -webkit-transition: all 0.1s;
}
.gooey-menu .button {
  box-shadow: 0 15px 30px #00000050;
  position: relative;
  float: left;
  height: 40px;
  width: 40px;
  border-radius: 100%;
  /* border:2px solid #e9021b; */
  background: #e9021b;
  cursor: pointer;
  background-position: center;
  background-size: contain;
  z-index: 10;
}
.gooey-menu .button:not(:first-child) {
  position: absolute;
  top: 30px;
  left: 0;
  height: 0;
  width: 0;
  opacity: 0.5;
  border-width: 0;
  transform: scale(0);
  -webkit-transform: scale(0);
}
.gooey-menu .button:nth-child(3) {
  z-index: 3;
  transition: all 0.2s, border-color 0.1s;
  -webkit-transition: all 0.2s, border-color 0.1s;
}
.gooey-menu .button:nth-child(4) {
  z-index: 2;
  transition: all 0.2s, border-color 0.1s;
  -webkit-transition: all 0.2s, border-color 0.1s;
}
.gooey-menu .button:nth-child(5) {
  z-index: 1;
  transition: all 0.2s, border-color 0.1s;
  -webkit-transition: all 0.2s, border-color 0.1s;
}

.gooey-menu .button .burger {
  position: absolute;
  top: calc(50% - 2px);
  left: calc(50% - 11px);
  height: 4px;
  width: 20px;
  border-radius: 0.15em;
  background: #fff;
  z-index: 10;
}
.button.press {
  display: flex;
  align-items: center;
  justify-content: center;
  background-size: 32px;
  background-repeat: no-repeat;
}

.button.press .social {
  display: flex;
  align-items: center;
  justify-content: center;
}

.button.press .social i {
  font-size: 24px;
}

.gooey-menu .button .burger:before,
.gooey-menu .button .burger:after {
  content: '';
  position: absolute;
  height: 4px;
  width: 20px;
  border-radius: 0.15em;
  background: #fff;
  z-index: 10;
}
.gooey-menu .button .burger:before {
  top: calc(50% - 10px);
}
.gooey-menu .button .burger:after {
  top: calc(50% + 6px);
}

.gooey-menu #chc:checked ~ label .button .burger {
  top: 50%;
  height: 0;
}
.gooey-menu #chc:checked ~ label .button .burger:before,
.gooey-menu #chc:checked ~ label .button .burger:after {
  top: calc(50% - 2px);
}
.gooey-menu #chc:checked ~ label .button .burger:before {
  transform: rotate(-225deg);
  -webkit-transform: rotate(-225deg);
}
.gooey-menu #chc:checked ~ label .button .burger:after {
  transform: rotate(225deg);
  -webkit-transform: rotate(225deg);
}

.gooey-menu #chc:checked ~ .button:not(:first-child) {
  top: 0;
  height: 50px;
  width: 50px;
  border-width: 2px;
  opacity: 1;
  transform: scale(1);
  -webkit-transform: scale(1);
  transition-timing-function: ease-in-out;
  -webkit-transition-timing-function: ease-in-out;
}
.gooey-menu #chc:checked ~ .button:nth-child(3) {
  left: -70px;
}

.gooey-menu #chc:checked ~ .button:nth-child(4) {
  left: -140px;
}

.gooey-menu #chc:checked ~ .button:nth-child(5) {
  left: -210px;
}

.gooey-menu #chc:checked ~ .button:nth-child(6) {
  left: -280px;
}

@media (max-width: 767.98px) {
  .srholder {
    right: 22px;
    bottom: 68px;
  }

  .gooey-menu .button {
    height: 36px;
    width: 36px;
  }

  .gooey-menu .button .burger {
    top: calc(50% - 1px);
    left: calc(50% - 9px);
    height: 2px;
    width: 17px;
  }

  .gooey-menu .button .burger:before,
  .gooey-menu .button .burger:after {
    height: 2px;
    width: 17px;
  }

  .gooey-menu .button .burger:before {
    top: calc(50% - 7px);
  }
  .gooey-menu .button .burger:after {
    top: calc(50% + 6px);
  }
}