:root{
	--primary-color:#CC6223;
	--p_color:#FF6600;
}
body{
	scroll-behavior: smooth !important;
}
html{
	scroll-behavior: smooth !important;
}
.whatIcon{
	padding: 10px;
/*	background: red;*/
	z-index: 99999999999;
	position: fixed;
	right: 0;
	top: 54%;
	display: flex;
	align-items: center;
/*	background-color: #FF6600;*/
	background-color:  #25d366;
	cursor: pointer	;
	box-shadow: 0 25px 50px -12px rgb(0 0 0 / 0.45);
	border-top-left-radius: 5px;
	border-bottom-left-radius: 5px;
	animation: anim infinite;
	animation-duration: 1.5s;
	animation-timeline: auto;
	transition: 0.5s;
}
.whatIcon i{
	color: #fff;
	font-size: 40px;
}
@keyframes anim{
	0%{
		top: 56%;
		transition: 0.5s;
	}
	100%{
		top: 54%;
		transition: 0.5s;
	}
}
.addIcon{
	display: none !important;
	transition: 0.4s;
}

.logo{
	display: flex;
	align-items: center;
}
.logoDiv{
	flex-basis: 30%;
}
.logo h1{
	margin: 0;
	padding: 0;
	margin-left: 0px;

}
.mob_a {
	align-items: center;
}
.mob_p{
	color: var(--primary-color);
	color: #115;
	font-weight: bolder;
	margin: 0;
	margin-left: 5px;
}
.mob_p span	{
	color: var(--primary-color);

}
strong{
	display: none;
	padding: 0;
}
.alert{
	display: none;
}