/* :root{
    --bs-gold: #e08010;
    --bs-blue: #012a59;
    
} */
.call{
    height: 35px;
    width: 35px;
    background: var(--bs-gold);
    float: right;
    position: fixed;
    right: 5px;
    top: 288px;
    z-index: 10;
    padding: 10px;
    cursor: pointer;
}
.whatsapp{
    height: 35px;
    width: 35px;
    background: var(--bs-gold);
    float: right;
    position: fixed;
    right: 5px;
    top: 226px;
    z-index: 10; 
    padding: 10px;
    cursor: pointer;
}
.call img,.whatsapp img{
    height: 35px;
    width: 35px;
}
#anchor1 .directHome{
    height: 30px;
    width: 30px;
    float: left;
    position: fixed;
    background: var(--bs-blue);
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50px;
    transform: rotateZ(-90deg);
    top: 675px;
    left: 5px;
    z-index: 6;
    cursor: pointer;
    border: 1px solid white;
}
#anchor1{
    color: white;
    text-decoration: none;

}
@media screen and (max-width: 961px) {
    .call,.whatsapp{
        width: 25px;
        height: 25px;
    }
    .call img,.whatsapp img{
        height: 25px;
        width: 25px;
    }
    #anchor1 .directHome{
        height: 30px;
        width: 30px;
        top: 575px;
        
        
    }
    
}