.logo-image {
    width: 60px;
    height: auto;
    position: relative;
    top: -5px;
    margin-right: -10px;
}

.google-translate-btn {
    position: fixed;
    bottom: 0px;
    left: 5%;
    padding: 5px 10px;
    color: white;
    background: #F59516;
    font-size: 14px;
    z-index: 1500;
    border-radius: 5px 5px 0px 0px;
    border: none;
}

.google-translate-container {
    position: fixed;
    bottom: 100px;
    left: 5%;
    width: 200px;
    padding: 20px 20px;
    border-radius: 5px;
    background: white;
    z-index: 30000;
    display: none;
    opacity: 1 !important;
    box-shadow: 1px 2px 10px rgba(0, 0, 0, 0.1)
}

.google-translate-container .close-btn {
    position: absolute;
    top: -30px;
    right: -30px;
    width: 30px;
    height: 30px;
    border-radius: 30px;
    border: 1px solid #F59516;
    color: #F59516;
    background: rgba(0, 0, 0, 0);
    font-size: 14px;
    /* z-index:2000; */
}

.google-translate-container select {
    color: black;
}

.banner-info {
    padding: 30px 0px !important;
}

.whatsapp-icon {
    position: fixed;
    bottom: 50px;
    right: 10px;
    width: 70px;
    height: auto;
    z-index: 1500;
}


/*************************** start of  smaller screen*******************/

@media only screen and (max-width: 918px) {
    .whatsapp-icon {
        width: 50px;
    }
}


/****************** end of small screen *************************/