.wh-img{
	width: 40px;
    height: 40px;
}
.whatsapp-div-outer{
	position:fixed;
	width: 70px;
    height: 140px;
    bottom: 12px;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: center;
    justify-content: center;
  
    z-index: 9999999;
    right: 30px;

}
.whatsapp-div{
	cursor:pointer;
width: 60px;
    height: 60px;
    background-color: #3aaa35;
    border-radius: 50%;
    padding: 10px;
    z-index: 11115;
    box-shadow: rgb(2 6 16 / 20%) 0px 4px 24px;
	
}
.whatsapp-div-main{
	display:none;
	position: fixed;
    background-color: white;
    max-height: calc(100% - 47px);
    width: 372px;
    bottom: 26px;
    border-radius: 16px;
    pointer-events: auto;
    box-shadow: rgb(0 18 46 / 16%) 0px 8px 36px 0px;
	overflow: hidden;
	z-index: 999999;
    right: 56px;
    left: auto;
}
.whatsapp-header{
	padding: 24px 28px 0px;
    color: rgb(255, 255, 255);
    background: rgb(58 170 53);
    position: relative;
    z-index: 4;
    flex: 0 0 auto;
}
.whatsapp-body{
	padding: 0px 28px;
    width: 100%;
    height: 200px;
    overflow: hidden auto;
    background: rgb(255, 255, 255);
    transition: all 0.3s ease 0s;
    max-height: 200px;
    min-height: 160px;
	text-align:center;
   
}
.whatsapp-div-main h2 {
    font-size: 20px;
    font-weight: 600;
    color: currentcolor;
    margin: 4px 0px 0px;
    padding: 0px;
    display: inline-block;
    position: relative;
   width:100%;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    vertical-align: bottom;
}
.whatsapp-div-main h2.oneline {
    margin-top: 0px;
    line-height: 52px;
    min-height: 52px;
}
.whatsapp-btn{
	   background-color: #eeeaea;
    color: black;
    text-align: center;
    padding: 20px;
    text-transform: capitalize;
    width: auto;
    border-radius: 3px;
    margin-left: auto;
    font-family: inherit;
    margin-top: 35px;
    font-size: 16px;
    box-shadow: rgb(2 6 16 / 20%) 1px 1px 10px;
    border: 1px solid white;
		cursor:pointer;
}
.close-whatsapp-div{
		cursor:pointer;
	float: right;
    background-color: white;
    border: none;
    color: red;
    border-radius: 10px;
    margin-top: 0px;
    z-index: 111;
    position: relative;
    font-size: 15px;
}

@media only screen and (max-width: 1023px){
.whatsapp-div-main{display:none;}
.whatsapp-div-outer{display:none;}
}
img.wp-smiley, img.emoji {
  display: inline !important;
  border: none !important;
  box-shadow: none !important;
  height: 1em !important;
  width: 1em !important;
  margin: 0 .07em !important;
  vertical-align: -0.1em !important;
  background: none !important;
  padding: 0 !important;
}
.ft-sticky ul li {
  float: left;
  margin: 0;
  width: 33.33% !important;
  text-align: center;
}