@charset "utf-8";
/* CSS Document */

.main-table{font-family:Arial; font-weight:normal; Font-size:13px; color:#333; line-height:24px; text-align:justify;}
.main-heading{font-weight:bold;Font-size: 20px;color:#333;line-height:36px;border-bottom:4px #ccc double;text-transform:uppercase;margin-bottom: 10px;}
.sub-heading{font-weight:bold;Font-size: 18px;color:#333;margin: 0 0 10px 0;line-height:30px;text-transform:uppercase; border-bottom: 1px dashed #bbbbbb;}
.team-title{font-weight:bold;Font-size: 17px;color: #00acec;line-height:30px;}
.contact-us{ padding-left:20px; line-height:24px;}


  
.whatsapp_btn2{
    position: fixed;
    bottom: 10em;
    right: 20px;
    width: 55px;
    height: 55px;
    z-index: 9999;
}
.whatsapp_btn2 .icon_logo{
    position: relative;
    z-index: 100;
    padding: 5px;
}

.whatsapp_btn2 .icon_logo > a > img{
    width: 100%;
}

.whatsapp_btn2 .circle_waves{
    border-radius: 50%;
    background-color: #3cc04e;
    width: 55px;
    height: 55px;
    position: absolute;
    opacity: 0;
    bottom: 1px;
    left: 0px;
    z-index: 99;
    animation: waves 4s infinite cubic-bezier(.36, .11, .89, .32);
}

@keyframes waves {
    from {
        transform: scale(.55, .55);
        opacity: .6;
    }
    to {
        transform: scale(1.8, 1.8);
        opacity: 0;
    }
}