.footer-top{
	background-image: url(../images/background/bg2.png);
    background-size: contain;
}
.logo-footer>a span, .logo-header>a span{
	font-size: 20px;
    font-weight: 900;
    color: #333;
    text-transform: uppercase;
    padding-top: 10px;
	letter-spacing: 0;
}button, input, optgroup, select, textarea {
    margin: 0;
    height: 48px;
    width: 100%!important;
    font-family: inherit;
    font-size: inherit;
    line-height: inherit;
}.form-group {
    margin-bottom: 10px!important;
}
.cn-btn{    width: auto!important;
    padding: 28px 22px;
    line-height: 4px;
    background: #0086f0;
    color: #fff;
    border: none;
    font-weight: bold;
}
.logo img {
	max-height: 100px;
    width: auto !important;
    margin: auto;
}
.site-button.whatsapp{
	background-color: #30b955;
}
.site-button:visited{
	color: #fff!important;
}
.theme-btn{
	display: none !important
}
.list li{
	margin-left: 18px;
}
strong{
	font-weight: 700
}

/*whatsapp*/

#whats-chat{
	position: fixed;
    right: 5%;
    bottom: 5%;
    height: 40px;
    width: 150px;
    background: #25D366;
    /* padding: 8.5px; */
    line-height: 40px;
    text-align: center;
    border-radius: 50px;
    z-index: 99999;
}
#whats-chat:hover{
	cursor:pointer;
	/*box-shadow:2px 2px 15px #ccc;*/
	/*bottom:11%;*/
	transition: .5s;
	}
/*===============================*/
#chat-box{
	position:fixed;
	right:-500px;
	bottom:28%;
	width:280px;
	height:200px;
	transition:all .5s;
	z-index: 99999;
}
.chat-logo{
	background: #fff;
    border-radius: 50%;
}
#chat-top{
	width: 100%;
    line-height: 2;
    background: rgb(18, 140, 126);
    color: white;
    /* text-align: center; */
    border-radius: 5px 5px 0 0;
    padding: 10px 10px;
    font-family: inherit;}
#chat-msg{
	background:/*#ece5dd*/url(../image/whatsapp-chat-bg.png);
    background-size: cover;
	padding:20px 20px;
	border-radius:0 0 5px 5px;
	box-shadow:0 0 25px -10px #999;
}
#chat-msg p{
	font-size:14px;
	padding:10px;
	background:white;
	border-radius:6px/*0 50px 50px 50px*/;
	margin-bottom:10px;
}
#chat-msg p:after{
    content: '';
    position: absolute;
    top: 82px;
    left: 10px;
    z-index: 100000000;
    width: 0;
    height: 0;
    border-top: 0px solid transparent;
    border-bottom: 13px solid transparent;
    border-right: 14px solid #ffffff;
}
#chat-form{
	display:flex;
    margin-top: 35px;
}
.chat-in{
	width:80%;
}
#chat-form input{
    border-radius: 20px;
    border: none;
    outline: none;
    font-size: 13px;
    padding: 5px 10px;
    line-height: 2;
}
#send-btn{
	width:20%;
	padding: 0 5px;
}
#chat-top-right{
	float:right;
	padding:5px 0;
}
#chat-box:after{
	content:'';
    position: absolute;
    bottom: -32%;
	right: 0;
    z-index: -1;
    width: 0;
    height: 0;
    border-top: 25px solid transparent;
  	border-bottom: 25px solid transparent; 
  	border-right:25px solid #ece5dd;}
.right{
	float:right;
}
.clear{
	clear:both;
}
.whatsapp-txt{
	color: #fff;
	margin-left: 10px;
}
.comp{
	font-size: 13px;
    font-weight: 700;
    line-height: 18px;
    color: rgba(0, 0, 0, 0.4);
}
