.Counseling-button.Pc{
    position: fixed;
    bottom: 80px;
    right: 20px;
    z-index: 99;
    background-color: #ed9e0d;
    writing-mode: vertical-rl;
    text-orientation: mixed;
    width: 40px;
    border-radius: 10px;
    height: 170px;
    font-size:16px;
    font-weight: bold;
    color: #000;
    transition: all .2s ease!important;
    
}
.Counseling-button.Pc:hover{
    transform: scale(1.1) !important;
}
.Counseling-button.Mobile{
    display:none;
}

 .modal-send-ticket .modal-title {
    text-wrap: nowrap;
    margin-bottom:0;
}
  
  
  @media only screen and (max-width: 767px){ 
    .modal-send-ticket .modal-title {
    font-size: 16px;
    text-wrap: nowrap;
} 
.footer-logo,.footer-title {
        z-index: 1;
    }
          
 .Counseling-button.Pc{
        display:none;
     }
     .tour-item {
        z-index: 1;
        top: 80px;
    }
     .top-header-wrapper {
        position: fixed;
        width: 100%;
    }
     .Counseling-button.Mobile{
         display:block;
         position: fixed;
        top: 78px;
        width: 100%;
        z-index: 99;
         background-color: #fe0000;
        height: 30PX;
        font-weight: bold;
        color: #000;
        font-size: 14px;
     }
   .Counseling-button.Mobile blink{
         animation: blinker 1s linear infinite;
        }
        
        @keyframes blinker {
          50% {
            opacity: 0;
          }
        }
 }