   body{
    background-image: url(images/bg.jpg);
    background-size: cover;
   }
  
     /* Buy theme */
     .buy-theme {
       z-index: 9999;
       position: fixed;
       right: 30px;
       bottom: 30px;
       width: 54px;
       height: 54px;
     }
     .buy-theme:before,
     .buy-theme:after {
       content: "";
       display: block;
       width: 54px;
       height: 54px;
       position: absolute;
       top: 0;
       left: 0;
       border-radius: 50%;
       background-color: rgb(255, 255, 255);
       opacity: 0;
       animation: animationWave cubic-bezier(0,.54,.53,1) 2s;
       transform-origin: 50% 50%;
       animation-fill-mode:forwards;
       animation-iteration-count: infinite;
     }
     .buy-theme:before {
       animation-delay:0.5s;
     }
     .buy-theme:after {
       animation-delay:0.3s;
     }
     .buy-theme .fa {
       position: absolute;
       top: 0;
       left: 0;
       font-size: 26px;
       width: 54px;
       height: 54px;
       border-radius: 50%;
       line-height: 54px;
       background-color: #2484a2;
       color: #fff;
       text-align: center;
       z-index: 2;
     }
     
     @keyframes animationWave{
       0% {
           opacity: 0.4;
           transform:  scale(1);
       }
       100% {
         transform:  scale(2);
         opacity: 0;
       }
     }
      #btn img{
        position: absolute;
        right:10px;
        bottom:5px;
      }
      .chat_show{
        /* visibility:visible !important; */
        display: block !important;
        /* position: fixed;
        z-index: -1 !important; */
      }
      
     .chatbot{
      width: 386px;
      height: 80%;
      border-radius: 6px;
      padding: px;
      /* border-top: 10px solid #f84c4c; */
      position: fixed;
      right: 10px;
      bottom: 93px;
      z-index: 99999;
      /* visibility: hidden; */
      display: none;
     
     }
.book_confirm{
  display: none;
}
a{
  color:#fff;

}
.block_btn{
  border: 2px solid #f84c4c;
  color: black;
  padding: 3px;
  border-radius: 4px;
  font-size: 13px;
}
