.floting-enq-btn {
    position: fixed;
    z-index: 9999999;
    right: 0px;
    top: 350px;
    transform: rotate(-90deg);
    background: #ff0000;
    padding: 5px 25px;
    margin-right: -50px;
    border-radius: 20px 20px 0px 0px;
}

#btnShow {
    background-color: transparent;
    border: 0px;
    color: #FFF;
}

#myBtn {
    background: transparent;
    border: none;
    color: #fff;
    font-size: 15px;
}

.whatsapp-bar {
    position: fixed;
    bottom: 2%;
    left: 2%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    z-index: 9999;
    background: #1da110;
    border: 1px solid #1da110;
    border-radius: 50px;
}

.whatsapp-bar a {
    display: block;
    text-align: center;
    padding: 12px 15px 12px 15px;
    transition: all 0.3s ease;
    color: white;
}

.whatsapp-bar a.ion-social-whatsapp:before {
    font-size: 30px;
}

.whatsapp-bar a .fa-whatsapp:before {
    font-size: 30px;
}

#myBtn2 {
    cursor: pointer;
}

.modal {
    display: none;
    position: fixed;
    z-index: 9999999;
    padding-top: 100px;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    background-color: rgb(0,0,0);
    background-color: rgba(0,0,0,0.8);
}
.modal-content {
    background-color: #fefefe;
    margin: auto;
    padding: 10px;
    border: 1px solid #888;
    width: 40%;
}
.close {
    color: #FF0000;
    float: right;
    font-size: 28px;
    font-weight: bold;
    text-align: right;
    position: absolute;
    top: 5px;
    right: 10px;
    z-index: 1;
    opacity: 1;
    cursor: pointer;
}
.close:hover, .close:focus {
    color: #000;
    text-decoration: none;
    cursor: pointer;
}

@media only screen and (min-width: 769px) {
    
}

@media only screen and (max-width: 767px) {
    .modal-content {
        width: 90%;
    }
    .modal-content .fluentform {
        width: 100%;
        padding: 0px 0px;
    }
}