.main-menu>ul>li+li {
    margin-left: 30px !important;
}
.btncall {
    background: green;
    position: fixed;
    bottom: 40px;
    left: 40px;
    z-index: 999;
    color: #fff;
    width: 60px;
    height: 60px;
    border-radius: 50%; /* 50% is cleaner for a perfect circle */
    
    /* Flexbox magic to center content */
    display: flex;
    flex-direction: column; /* Stacks icon on top of text */
    align-items: center;    /* Horizontal centering */
    justify-content: center; /* Vertical centering */
    text-align: center;
    text-decoration: none;  /* Removes underline if it's an <a> tag */
    
    /* Optional: Improves look */
    font-size: 18px;
    font-weight: bold;
    box-shadow: 0 4px 10px rgba(0,0,0,0.3);
}
.wanow{
     background: green;
    position: fixed;
    bottom: 40px;
    right: 40px;
    z-index: 999;
    color: #fff;
    width: 60px;
    height: 60px;
    border-radius: 50%; /* 50% is cleaner for a perfect circle */
    
    /* Flexbox magic to center content */
    display: flex;
    flex-direction: column; /* Stacks icon on top of text */
    align-items: center;    /* Horizontal centering */
    justify-content: center; /* Vertical centering */
    text-align: center;
    text-decoration: none;  /* Removes underline if it's an <a> tag */
    
    /* Optional: Improves look */
    font-size: 18px;
    font-weight: bold;
    box-shadow: 0 4px 10px rgba(0,0,0,0.3);
}

.header-bottom {
    background: #27150B !important;
    color: #fff;
}
.main-menu>ul>li>a {
  color: #fff;
  
}