﻿h4.xxxlarge {
	font-size: 26px;
	line-height: 26px;
	text-align: center;
}

.fw6 {
	font-weight: bold;
}


p.wa-subtitle {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	color: #f5f7f9;
	line-height: 1.2;
}

/*** fixed pos ***/

.pf {
	position: fixed;
}

/*** call button ***/

.callBtn {
	position: fixed;
	right: 9px;
	bottom: 160px;
	z-index: 100;
}

.callBtn a {
	border-radius: 100%;
	box-shadow: 0 6px 8px 2px rgb(0 0 0 / 14%);
	cursor: pointer;
	overflow: hidden;
	box-sizing: border-box;
	display: inline-block;
	line-height: 0px;
}

/*** whatsapp New ***/

.whatsapp-sec {
	right: 9px;
	bottom: 120px;
	z-index: 100;
}

.whatsappBtn {
	user-select: none; /* prevents text cursor */
	background: #196626;
	border-radius: 50px;
	box-shadow: 0 6px 8px 2px rgb(0,0,0, 0.14);
	/*padding: 9px 13px 6px 11px;*/
	color: #fff;
	font-weight: 0;
	cursor: pointer;
	white-space: nowrap;
	width: 38px;
	height: 38px;
	transition: all ease-in-out 0.6s;
	-webkit-transition: all ease-in-out 0.6s;
	overflow: hidden;
	box-sizing: border-box;
	border: 2px solid rgba(255,255,255,0.6);
	font-family: 'Roboto', sans-serif !important;
	font-weight: 0 !important;
	text-align: center;
}

.whatsappBtn i {
	font-size: 30px;
	color: #ffffff;
	display: inline-block;
	vertical-align: middle;
}

.whatsappBtn .whTxt {
	margin-left: 7px;
	margin-right: 6px;
}

.whHdSec .whtCls {
	position: absolute;
	right: 14px;
	top: 12px;
	cursor: pointer;
}

.whChatSec {
	right: 35px;
	bottom: 30px;
	width: 350px;
	background: #fff;
	overflow: hidden;
	box-shadow: 0 10px 10px 4px rgb(0,0,0,0.12);
	opacity: 0;
	transition: all ease-in-out 0.4s;
	z-index: 100;
	visibility: hidden;
	font-family: 'Roboto', sans-serif !important;
	font-weight: 400 !important;
	border: 1px solid #fff;
}

.whChatSec.wh-active {
	display: block;
	opacity: 1;
	bottom: 160px;
	visibility: visible;
}

.whHdSec {
	background: #3669c0;
	color: #ffffff;
	color: #d9ebc6;
	padding: 15px 43px 17px 10px;
	position: relative;
}

	.whHdSec::before {
		position: absolute;
		/*content: '\f232';*/
		left: 23px;
		top: 27px;
		font-family: 'Font Awesome 5 Brands';
		font-size: 36px;
		color: #ffffff;
		display: inline-block;
	}

	.whHdSec h4 {
		color: #fff;
	}

.whChatCont {
	padding: 13px 20px 21px 19px;
}

.whChatList {
	margin: 14px 0 0;
	opacity: 0;
	transform: translateY(20px);
	will-change: opacity,transform;
}

.whChatSec.wh-active .whChatList {
	opacity: 1;
	transform: translate(0);
	transition: all .4s ease;
	transition-delay: 2.1s;
	transition-delay: .5s;
}

.whChatList a {
	background: #f5f7f9;
	border-left: 2px solid #2db742;
	padding: 0px 40px 0px 74px;
	text-decoration: none;
	border-radius: 2px 4px 2px 4px;
}

	.whChatList a:before {
		position: absolute;
		content: '\f232';
		left: 20px;
		top: 12px;
		font-family: 'Font Awesome 5 Brands';
		font-size: 50px;
		color: green;
	}

	/*.whChatList a:after {
		position: absolute;
		content: '\f232';
		right: 18px;
		top: 20px;
		width: 20px;
		font-family: 'Font Awesome 5 Brands';
		font-size: 26px;
		color: #2db742;
	}*/

/*.whatsappBtn i:before, .whatsappBtn i:after{transition:all .4s ease;}

.whatsappBtn i:after{position:absolute;content:'';background:url(images/close-icon.png) no-repeat;    opacity:0;transform: scale(0) rotate(-1turn);width:24px;height:24px;left:2px;top:5px;z-index:2;}

.whatsappBtn.wh-close i:after{opacity:1;transform:scale(1) rotate(0deg);}

.whatsappBtn.wh-close i:before{opacity:0;transform:scale(0) rotate(1turn);}

.whTooltip{background-color:#f5f7f9;color:#43474e;letter-spacing:-.03em;line-height:1.5em;position:absolute;right:100%;top:50%;transform:translateY(-50%);transition: all .4s ease;width:156px;box-shadow:0 6px 8px 2px rgb(0,0,0,0.10);}.whTooltip.downTooltip{opacity:0;transform:translateY(15px);visibility:hidden;}*/

.whatsappBtn.wh-close {
	width: 38px;
	height: 38px;
	overflow: hidden;
	box-sizing: border-box;
}



/*----------*/


.cp {
	cursor: pointer;
}

.pr, .relative {
	position: relative;
}

.db, .block {
	display: block;
}


.large {
	font-size: 1.1em;
	font-weight: bold;
	color: #333333;
}

.small {
	font-size: 0.9em;
	color: #333333;
}

/* Show call button only on mobile */
@media (min-width: 768px) {
	.callBtn {
		display: none;
	}
}