.t825 {
    display: none;
}
#bookform-floating-button{
    font-family: Circe !important;
    font-weight: 600 !important;
    color: #1c2b4d !important;
}
#bookform-floating-button {font-size: 20px !important;}
@media (min-width: 767px){
  #bookform-floating-button {font-size: 17px !important;}
}
.amo-button--main-icon{
    border-radius: 100%;
    animation: radial-pulse 1s infinite !important;
}
@keyframes radial-pulse {
  0% {
    box-shadow: 0 0 0 0px rgba(255, 215, 69, 0.8);
  }
 
  100% {
    box-shadow: 0 0 0 12px rgba(255, 215, 69, 0);
  }
}
.amo-button-holder{
    z-index: 1000 !important;
}