.floating-btn2 {
    width: 40px;
    height: 40px;
    background-color: #44256D;
    background-image: url(../images/covidmapicon1.png);
    display: flex;
    align-items: center;
    text-decoration: none;
    justify-content: center;
    border-radius: 50%;
    color: #fff;
    font-size: 10px;
    font-weight: 600;
    box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.25);
    position: fixed;
    right: 20px;
    bottom: 142px;
    transition: background 0.25s;
    /*Button*/
    outline: blue;
    border: none;
    cursor: pointer;

}
.floating-btn1 {
    width: 40px;
    height: 40px;
    background-color: #fd996b;
    background-image: url(../images/digitaltourmapicon2.png);
    display: flex;
    align-items: center;
    text-decoration: none;
    justify-content: center;
    border-radius: 50%;
    color: #ffffff;
    font-size: 10px;
    font-weight: 600;
    box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.25);
    position: fixed;
    right: 20px;
    bottom: 184px;
    transition: background 0.25s;
    /*Button*/
    outline: blue;
    border: none;
    cursor: pointer;

}
.floating-btn3 {
    width: 40px;
    height: 40px;
    background-color: #44256d;
    /* background-image: url(btn4.png); */
    display: flex;
    align-items: center;
    text-decoration: none;
    justify-content: center;
    border-radius: 50%;
    color: #ffffff;
    font-size: 10px;
    font-weight: 600;
    box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.25);
    position: fixed;
    right: 20px;
    bottom: 100px;
    transition: background 0.25s;
    /*Button*/
    outline: blue;
    border: none;
    cursor: pointer;

}
.floating-btn:active {
    background: #007d63;
}
iframe {
    width: 100%;
}