.addBookingSection, .optionBtnFixedBottom{

    position:fixed;
    width: 50px;
    height: 50px;
    bottom:100px;
    right:20px;
    border-radius:50%;
    font-size:30px;
    font-weight:bold;
    cursor: pointer;
    z-index: 2;
}


.secondOptionBtnFixedBottom{

    position:fixed;
    width: 50px;
    height: 50px;
    bottom:100px;
    right:80px;
    border-radius:50%;
    font-size:30px;
    font-weight:bold;
    cursor: pointer;
    z-index: 2;
}

.bottom10{
   bottom:14px; 
}

.optionBtnFixedBottomWithText{
    position: fixed;
    
    bottom: 100px;
    right: 20px;
    cursor: pointer;
    z-index: 2;
    gap: 10px;
    padding: 12px;
}
.bottom—20 {    
    bottom: 20px;
}