/*
Template Name: Educto
File: Layout CSS
Author: TemplatesOnWeb
Author URI: https://www.templateonweb.com/
Licence: <a href="https://www.templateonweb.com/license">Website Template Licence</a>
*/
/*********************contact****************/
.contact_3i1l .input-group{
height:70px; 
 }
.contact_3i1l .form-select{
height:70px; 
 }
/*********************contact_end****************/
#footer {
    background-color: #01002a !important;
    background-image: none !important;
  }
  /* WhatsApp Floating Button */
.whatsapp-container {
    position: fixed;
    bottom: 20px;
    right: 20px;
    z-index: 9999;
}

.whatsapp-float {
    background-color: #25D366;
    color: white;
    width: 60px;
    height: 60px;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 32px;
    box-shadow: 2px 2px 10px rgba(0, 0, 0, 0.2);
    text-decoration: none;
    position: relative;
    overflow: hidden;
    animation: pulse 1.5s infinite;
}

/* WhatsApp Icon */
.whatsapp-icon {
    color: white;
    position: relative;
    z-index: 2;
}

/* Running Waves Animation */
@keyframes pulse {
    0% {
        box-shadow: 0 0 0 0 rgba(37, 211, 102, 0.5);
    }
    70% {
        box-shadow: 0 0 0 15px rgba(37, 211, 102, 0);
    }
    100% {
        box-shadow: 0 0 0 0 rgba(37, 211, 102, 0);
    }
}

/* WhatsApp Popup Message */
.whatsapp-popup {
    background-color: rgba(0, 0, 0, 0.8);
    color: white;
    padding: 10px;
    border-radius: 5px;
    position: absolute;
    bottom: 70px;
    right: 5px;
    display: none;
    font-size: 14px;
    animation: fadeInOut 1s ease-in-out;
}

/* Popup Animation */
@keyframes fadeInOut {
    0% { opacity: 0; }
    50% { opacity: 1; }
    100% { opacity: 0; }
}


@media screen and (max-width : 767px){
.contact_1{
text-align:center; 
 }
.contact_1 p{
text-align:left; 
 }
.contact_1ril{
margin-top:10px; 
 }
.contact_3i1l{
margin-top:8px;
margin-bottom:8px; 
 }
 }

@media (min-width:576px) and (max-width:767px) {


 }
@media (min-width:768px) and (max-width:991px) {

 }

@media (min-width:992px) and (max-width:1200px) {

 }



