.help-modal-btn{
    width: 70px;
    height: 70px;
    position: fixed;
    bottom: 180px;
    right: 5px;
    z-index: 9999;
    display: none;
    border-radius: 100%;
    border: 1px solid #ccc;
    align-items: center;
      
    background-repeat: no-repeat;
 
 background-color: white;
 
   border-radius: 100%;
    
}
.call-modal-btn{
    width: 70px;
    height: 70px;
    position: fixed;
    bottom: 250px;
    right: 5px;
    z-index: 9999;
    display: none;
    border-radius: 100%;
    border: 1px solid #ccc;
    align-items: center;
    background-repeat: no-repeat;
 
 background-color: white;
 
   border-radius: 100%;
    
}
.help-modal-btn1{
display: flex;
align-items: center;
height: 70px;

}
.help-modal-btn5{
display: flex;
align-items: center;
height: 70px;

}
.wp_icon1{   
 width: 70px;
    height: 70px;
    position: fixed;
    bottom: 95px;
    right: 5px;
    z-index: 9999;
    display: none;
    border-radius: 100%;
        background-color: white;
    border-radius: 100%;
    border: 1px solid #ccc;
   }
   .call_icon1{   
 width: 70px;
    height: 70px;
    position: fixed;
    bottom: 172px;
    right: 5px;
    z-index: 9999;
    display: none;
    border-radius: 100%;
        background-color: white;
    border-radius: 100%;
    border: 1px solid #ccc;
   }
.help1{
    text-align: center;
    margin: 0 auto;
    width: 20px;
    height: 20px;
}
.help-modal-btn2{
    width: 70px;
    height: 70px;
    position: fixed;
    bottom: 20px;
    right: 5px;
    z-index: 9999;
    border-radius: 100%;
    border: 1px solid #ccc;
}

.help-modal-btn2.close-icon
{
    background-repeat: no-repeat;
    background-position: center;
    background-image: url("../../images/close_icon.png");
}
.wphp_result_post ul{
    margin: 0;
    padding: 0;
}
input.ajax-search {
    width: 100%;
}

.modal-title {
    font-size: 24px;
    font-weight: bold;
}

.wphp_result_post ul li{
	list-style-type: none;
	    padding: 10px;
    border-bottom: 1px solid #ccc;
}
.wphp_result_post{
    margin: 40px 0px;
    border: 1px solid #ccc;
    padding: 10px 0;
    padding-bottom: 0;
    border-radius: 0px;
    min-height: 300px;
    overflow: auto;
    height: 300px;
 }

.wp_ajax_result h2{
    text-align: center;
    padding: 3px 10px;
    font-size: 16px;
}

 #wphpHelpbox .modal-header {
    border-bottom: 0;
}
#wphpHelpbox .modal-footer {
    border-top: 0;
}
#wphpHelpbox .modal-header .close {
    margin-top: -20px;
}
body.modal-open {
    padding-right: 0 !important;
}

#wphpHelpbox .ajax-search{
    background-image: -webkit-linear-gradient(rgba(255, 255, 255, 0), rgba(255, 255, 255, 0));
    border: 1px solid #bbb;
    -webkit-border-radius: 0;
    border-radius: 0;
    display: block;
    padding: 0.7em;
    width: 100%;
}

.search_text_desc {
    border: 1px solid #bbb;
    border-top: 0;
    padding: 3px 11px;
    font-size: 12px;                    
    position: absolute;
    width: 95%;
}
div#call {
    top: 50%;
}
.modal-backdrop.fade {
    opacity: .5;
    filter: alpha(opacity=0);
}