/*!
Theme Name: attawhidacademy
Theme URI: https://wesoftpress.com/
Author: WeSoftPress
Author URI: https://wesoftpress.com/
Description: A WordPress NGO Theme
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: elmulquran
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready
*/



form.wpcf7-form label {
    font-size: 13px;
    font-weight: bold;
    color: #333;
    margin-bottom: 5px;
    width: 100%;
    display: block;
}

form.wpcf7-form input[type="text"],
form.wpcf7-form input[type="date"] {
    width: 100%;
    padding: 5px;
    border: 1px solid #ccc;
    border-radius: 5px;
    margin-top: 3px;
}

form.wpcf7-form input[type="submit"] {
    background-color: #2bb573;
    color: #fff;
    padding: 10px 20px;
    border: none;
    border-radius: 5px;
    cursor: pointer;
    width: 100%;
}

.wts_btn_flot {
    position: fixed;
    width: 60px;
    height: 60px;
    bottom: 40px;
    right: 40px;
    background-color: #25d366;
    color: #FFF;
    border-radius: 50px;
    text-align: center;
    font-size: 30px;
    box-shadow: 2px 2px 3px #999;
    z-index: 100;
}

.bounce {
    animation: bounce 2s infinite;
}

@keyframes bounce {

    0%,
    25%,
    50%,
    75%,
    100% {
        transform: translateY(0);
    }

    40% {
        transform: translateY(-20px);
    }

    60% {
        transform: translateY(-12px);
    }
}

@media (min-width: 768px) { 
    #navbar_mbl{
        box-shadow: none;
    }
 }