#gotel{display: none ; }
#gotel{z-index:9; position: fixed;   margin:0; left: 30px; bottom: 30px;   
    display: block; text-decoration: none; -webkit-border-radius: 5px; -moz-border-radius: 5px;
    border-radius: 0px; display: none; background-color: rgba(237,28,36, 0.85);   }

#gotel a{display:none;  width: 55px; height: 55px; background-image:url("../img/gotel.png"); background-repeat:no-repeat; background-position:center center;}



/*---------------------------------------
  MOBILE RESPONSIVE              
-----------------------------------------*/
@media (max-width: 1023px) {
#gotel{z-index:999; width:100%; display:block; position: fixed;   margin:0; left:0;  bottom: 0px;   
    display: block; text-decoration: none; -webkit-border-radius: 5px; -moz-border-radius: 5px;
    border-radius: 0px;  -webkit-transition: all 0.3s ease; -moz-transition: all 0.3s ease; -ms-transition: all 0.3s ease; -o-transition: all 0.3s ease;
    transition: all 0.3s ease; }

#gotel a{ display:block; width: 50%; float:left; height: 65px;  background-repeat:no-repeat; background-position:7% center;
font-size:18px; text-align:right; box-sizing:border-box; padding:20px 5%; color:#fff; background-size:30px auto; }
#gotel a:first-child {background-color: #9e0b0f; background-image:url("../img/gotel.png");  }
#gotel a:last-child {background-color: #00a99d; background-image:url("../img/goform.png");  }

}
@media (max-width: 768px) {
}
@media (max-width: 640px) {
}
@media (max-width: 480px) {
}
@media (max-width: 320px) {
#gotel a{font-size:15px;  background-image:none !important;  text-align:center; box-sizing:border-box; padding:20px 1%; }
}