/**
 * All of the CSS for your public-facing functionality should be
 * included in this file.
 */

 /*==================================================
[ General ]
==================================================*/
body{ background: #fff !important; }
a{ text-decoration: none; }




/*==================================================
whatsapp style 1
==================================================*/
.Pqf_main_whatsup_Style_1{ position: fixed;bottom: 15px;right: 15px;z-index: 9; }
.Pqf_main_whatsup_Style_1 img{height: 60px;
    background-color: #25D366;
    padding: 15px;
    border-radius: 50%;
    box-shadow: 0px 0px 11px rgb(0 0 0 0.5);
    display: inline-block;}
.Pqf_main_whatsup_Style_1 #simple-chat-button--text{ display:none; }


/*==================================================
whatsapp style 2
==================================================*/
.Pqf_main_whatsup_Style_2{ position: fixed;top: 50%;transform: translateY(-50%); right: 15px;z-index: 9; }
.Pqf_main_whatsup_Style_2 img{height: 40px; display: inline-block;margin-left: 10px;}
.Pqf_main_whatsup_Style_2 #Pqf_main_whatsup_href{display: inline-flex;flex-direction: row-reverse;
    justify-content: center;
    align-items: center;
    background-color: #30a944;
    color: #fff;
    padding-left:12px;
    border-radius: 25px;
    font-size: 14px;
    line-height: 22px;font-weight: 500;}


/*==================================================
whatsapp style 4
==================================================*/
.Pqf_main_whatsup_Style_3{ position: fixed;top: 50%;transform: translateY(-50%); right: 15px;z-index: 9; }
.Pqf_main_whatsup_Style_3 img{height: 40px; display: inline-block;margin-right: 5px;}
.Pqf_main_whatsup_Style_3 #Pqf_main_whatsup_href{display: inline-flex;
    justify-content: center;
    align-items: center;
    background-color: #e4e4e4;
    color: #7f7d7d;
    padding-right:12px;
    border-radius: 25px;
    font-size: 14px;
    line-height: 22px;font-weight: 500;}
@media(max-width: 479px){
.Pqf_main_whatsup_Style_3 #Pqf_main_whatsup_href{ padding: 0;background: transparent; }
.Pqf_main_whatsup_Style_3 #simple-chat-button--text { display: none;
   }
}


.Pqf_main_whatsup_Style_4{ position: fixed;bottom: 15px; left: 30px;z-index: 9; }
.Pqf_main_whatsup_Style_4 img{height: 40px; display: inline-block;}
.Pqf_main_whatsup_Style_4 #Pqf_main_whatsup_href{display: inline-flex;
    justify-content: center;
    align-items: center;

    color: #7f7d7d;
  position: relative;
  
    font-size: 14px;
    line-height: 22px;font-weight: 500;}
.Pqf_main_whatsup_Style_4 #simple-chat-button--text {
    position: absolute;
    top: -100%;
    width: 100px;
    text-align: center;
    left: 65%;
    transform: translateX(-50%);
    background: #e4e4e4;
    padding: 5px 0;
    border-radius: 3px;
    opacity: 0;
    transition: all 0.5s ease;
}
.Pqf_main_whatsup_Style_4 #simple-chat-button--text:before{top: 93%;
    left: 50%;
    border: solid transparent;
    content: "";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
    border-color: transparent;
    border-top-color: #e4e4e4;
    border-width: 10px;
    margin-left: -12px;
  
    transition: none;}
.Pqf_main_whatsup_Style_4:hover #simple-chat-button--text{ opacity: 1; }

@media(max-width: 479px){
.Pqf_main_whatsup_Style_4 #Pqf_main_whatsup_href{ background: transparent; }
.Pqf_main_whatsup_Style_4 #simple-chat-button--text { display: none;}
}


.Pqf_main_whatsup_Style_5{ position: fixed;bottom: 15px; left: 30px;z-index: 9; }
.Pqf_main_whatsup_Style_5 img{height: 50px; display: inline-block;}
.Pqf_main_whatsup_Style_5 #Pqf_main_whatsup_href{display: inline-flex;
    justify-content: center;
    align-items: center;
 background: #e4e4e4;
    color: #7f7d7d;
  position: relative;
    padding: 8px;
    font-size: 14px;
    line-height: 22px;font-weight: 500;border-radius: 100%;}
.Pqf_main_whatsup_Style_5 #simple-chat-button--text { display: none;}


@media(max-width: 479px){
.Pqf_main_whatsup_Style_5 #Pqf_main_whatsup_href{ padding: 4px; }
.Pqf_main_whatsup_Style_5 img{height: 40px; }

}











