a.smartIcon {
    display: none;
}
.smartService{
display:none;    
}
.smartService.clk{
    display: block;
    bottom: 0;
}
.side_nav {
  position: fixed;
  right: -80px;
  bottom: 40px;
  z-index: 9;
  transition: all 0.5s linear;
}
.phone_number{
    position: absolute;
    color: #fff !important;
    padding: 10px 20px;
    border-radius: 50px;
    background: #0460A9;
    right: calc(100% + 20px);
    white-space: nowrap;
    display: none;
}
.side_top {
  background: #0460A9;
  padding: 35px 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  border-radius: 60px;
}

.side_icon {
    cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  transition: all 0.5s;
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.1);
}

.side_icon svg path {
  fill: #fff;
}

.side_icon:last-child {
  margin-bottom: 0;
}

.side_icon svg {
  width: 22px;
  height: 22px;
  transition: all 0.5s;
}

.side_icon svg path {
  transition: all 0.5s;
}

.side_icon:hover svg {
  transform: scale(1.2);
}

.side_nav .return_top {
  width: 56px;
  height: 56px;
  border-radius: 50%;
  background: #0460A9;
  transition: all 0.5s;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 15px;
}

.return_top svg {
  width: 18px;
  transition: all 0.5s;
}

.return_top:hover svg {
  transform: scale(1.2);
}

@media screen and (max-width: 1200px) {
  .side_nav .return_top {
    width: 45px;
    height: 45px;
  }
}
