.consult{
    position: fixed; 
    top: 25%;
    right: 20px;     
    font-weight: bold;
    z-index: 999;
}
.consult-bar {   
    box-shadow: 0 8px 20px 1px rgba(55, 99, 170, 0.2);
    padding: 20px 0px;
    background-color: white;
    border-radius: 4px;
}
.consult-item:hover{
    color: #4990f7;
}
.consult-item{
    padding: 6px;
    display: flex;
    flex-direction: column;
    justify-content:center ;
    align-items:center ;
}
.consult-item span{
    margin-top: 7px;
    font-size: 12px;
    font-weight:400;
}
.fixed-right-mid-line {
    height: 1px;
    background: #f0f3f7;
    margin: 15px 0;
}
.iconfont {
    font-family: "iconfont" !important;
    font-size: 22px;
    color: #000;

}
.go-top{
    display: flex;
    flex-direction: column;
    justify-items: center;
    align-items: center;
    right: 20px;
    background-color: white;
    box-shadow: 0 8px 20px 1px rgba(55, 99, 170, 0.2);
    padding: 21px;
    border-radius: 4px;
    margin-top: 10px;
}
.go-top img{
    width: 16px;
    margin-bottom: 5px;
}

.bubble{
    width: 200px;
    display: none;
    position: absolute;
    color: #000;
    background-color: white;
     margin-right: 8px;  
    box-shadow: 0 8px 20px 1px rgba(55, 99, 170, 0.2);
    right: 100%;
     z-index: 1000; 
    pointer-events: auto;
    background: linear-gradient(180deg, #FFFFFF 0%, #F6F7FF 100%);
    border-radius: 4px;
    
}
.consult-line {
    height: 1px;
    background: #f0f3f7;
}
 .icon-sexw {
    font-size: 10px;
    color: rgb(241, 161, 175);
    font-weight: bold;
    margin:10px 30px 0 4px;
}
.icon-sexm {
    font-size: 10px;
    color: #2981ff;
    font-weight: bold;
    margin:10px 30px 0 4px;
}
.contact-details {
    font-size: 20px;
    color: #4990f7;
}
.consult-staff{
    display: flex;
    justify-content: space-between;
}
.bubble::after {
      content: '';
      position: absolute;
      top: 50%;
      right: -6px; 
      transform: translateY(-50%);
      border-width: 6px 0 6px 6px;
      border-style: solid;
      border-color: transparent transparent transparent #fff; 
    }
    .bubble::before {
    content: '';
    position: absolute;
    top: 0;
    right: -8px; 
    width: 8px;
    height: 100%;
    background: transparent;
}
.consult-item:hover .bubble,
.bubble:hover,
.bubble:hover::before {
    display: block;
}

.bubble:hover {
  display: block;

}
.consult-staff-title{
    display: flex;
    padding: 15px;
}
.consult-staff-title img{
    width: 20px;
    margin-right: 5px;

}
.consult-staff{
    padding: 15px;
}
.consult-staff a {
    display: inline-block;
    padding: 2px; 
}
.go-top-href{
    margin-top: 5px;
    font-size: 12px;
    font-weight: 100;
}
@media(max-width: 1024px){
    .consult{
        display: none;
    }
}