.wc2c-floating-circle-left {
    left: 25px;
    width: 75px;
    height: 75px;
    border-radius: 50%;
    bottom: 30px;
    text-align: center;
    padding: 14px;
    -webkit-box-shadow: 3px 3px 12px 0px rgba(51,51,51,0.72);
    -moz-box-shadow: 3px 3px 12px 0px rgba(51,51,51,0.72);
    box-shadow: 3px 3px 12px 0px rgba(51,51,51,0.72);
}

.wc2c-wrap {
    position: fixed;
    z-index: 9999;
    display: inline-block;
}

.wc2c-wrap {
    text-decoration: none !important;
}
.wc2c-floating-circle-left .wc2c-text {
    display: none;
}
.wc2c-floating-circle-left .wc2c-icon {
    font-size: 42px;
    width: auto;
    padding-top: 3px;
}

    
    .mobile {
    display:none;
}
    
    @media (max-width: 920px){
.pc {
    display:none;
}   

.mobile {
    display: block;
}

}


#callme1 {
    position: fixed;
    left: 26px;
    bottom: 23%;
    width: 50px;
    height: 50px;
    cursor: pointer;
    z-index: 99990;
}
#callme1 #callmeMain {
    -moz-border-radius: 75% !important;
    -webkit-border-radius: 75% !important;
    border-radius: 50% !important;
    -moz-background-clip: padding;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    background-color: rgb(179, 8, 8);
    width: 75px;
    height: 75px;
    -webkit-animation: zcwmini2 1.5s 0s ease-out infinite;
    -moz-animation: zcwmini2 1.5s 0s ease-out infinite;
    animation: zcwmini2 1.5s 0s ease-out infinite;
}
#callme1 #callmeMain:before {
    content: "";
    position: absolute;
    width: 142%;
    height: 140%;
    top: 0;
    left: 0;
    background-image: url(../img/mail.png);
    background-repeat: no-repeat;
    background-position: center center;
    -webkit-animation: zcwphone2 1.5s linear infinite;
    -moz-animation: zcwphone2 1.5s linear infinite;
    animation: zcwphone2 1.5s linear infinite;
}
.icon-bar1 {
  position: fixed;
  top: 33%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index: 999;
  right: -7px;
}

.icon-bar1 a {
  display: block;
  text-align: center;
  padding: 16px;
  transition: all 0.3s ease;
  color: white;
  font-size: 23px;
}

.icon-bar1 a:hover {color: #fff !important;}

.fbbtn {
  background: #bd0024;
  color: white;
}
.wtbtn {
  background: #2DC100;
  color: white;
}

.clbtn{
  background: #0076af;
  color: white;
}


