html,
body {
    padding: 0;
    margin: 0;
    border: 0;
}

.aiDetail-banner {
    height: 500px;
    background-color: #091f40;
    background-size: cover;
    background-repeat: no-repeat;
    color: #fff;
}

.aiDetail-img{
    width: 100%;
    background-color: #0e3699;
    text-align: center;
}


.aiDetail-top{
    position: fixed; 
    right: 20px; 
    bottom: 20px; 
    width: 80px; 
    height: 80px; 
    border-radius: 50%; 
    display: none; 
    justify-content: center; 
    align-items: center; 
    cursor: pointer; 
    z-index: 1000;
}

.ai-footer .toolbar-tabs{
    display: none;
}
