.header {
    
    background-color: #fc9;
    width: 100%;
    text-align: center;
    border: 3px solid #ff0016;
    color: #f7dd89;
}

/*footer*/
.footerbg {
    background-color: #000000;
}

.faq-box {
    margin-top: 20px;
    background-color: #fff;
    border: 1px solid transparent;
    border-radius: 4px;
    -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
}

.faq-question-box {
    padding-left: 10px;
    padding-right: 10px;
    background-color: #fff;
    border: 1px solid transparent;
    border-radius: 4px;
    -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
}

.collapse {
    display: none;
}

.collapse.in {
    display: block;
}

.faq-heading-bg {
    background-color: #9f2b23;
    padding: 10px;
}

.go-to-top {
    background-color: #7d0506;
    color: #fff;
    cursor: pointer;
    text-decoration: none !important;
    font-size: large;
    font-weight: 700;
    font-family: Calibri;
    border-radius: 30px;
    padding: 7px 17px;
    margin-bottom: 10px;
}

.go-to-top:hover {
    color: #ffffff !important;
}
.floating-whatsapp-button {
    cursor: pointer;
    position: fixed;
    bottom: 140px;
    right: 0px;
    left : 25px;
    width: 55px;
    height: 55px;
    border-radius: 50%;
    z-index: 2;
    display: flex;
}


.floating-refresh-button{
    position: fixed;
    bottom: 80px;
    right: 30px;
    border: 1px solid #141313;
    background: #2c2841 !important;
    color: #fff;
    padding: 5px;
    font-style: italic;
    font-weight: bold;
    border-radius: 5px;
    text-align: center;
}
