

.trwpwhatsappballon {
    font-size: 14px;
    border-radius: 12px;
    border: 1px solid #fff;
    max-width: 250px
}

.trwpwhatsapptitle {
    background-color: #22c15e;
    color: #fff;
    padding: 14px;
    border-radius: 8px 8px 0 0;
    text-align: center
}

.trwpwhatsappmessage {
    padding: 16px 12px;
    background-color: #fff
}

.whatsapp-input {
    background-color: #fff;
    border-radius: 0 0 12px 12px
}

.whatsapp-input input {
    width: 190px;
    border-radius: 5px;
    margin: 1px 1px 0 10px;
    padding: 8px;
    font-family: Raleway,Arial,sans-serif;
    font-weight: 300;
    font-size: 13px;
    background-color: #efefef;
    border: 1px solid #d4d4d4
}

.whatsapp-icon {
    border-radius: 20px;
    padding: 0px 8px;
    cursor: pointer;
    color: #fff;
	background:#53ce60;
    max-width: 220px;
    margin-top: 10px;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.whatsapp-box {
    position: fixed;
    z-index: 9999999999999999999;
    bottom: 0;
    margin-bottom: 80px;
    right: 80px;
    font-family: Raleway,Arial,sans-serif;
    font-weight: 300;
    font-size: 15px
}

.whatsapp-send-icon {
    color: #22c15e;
    cursor: pointer;
    margin-top: 2px;
    margin-right: 5px
}

.kapat {
    position: absolute;
    right: 8px;
    top: 6px;
    font-size: 13px;
    border: 1px solid #fff;
    border-radius: 99px;
    padding: 2px 5px 2px 5px;
    color: #fff;
    font-size: 10px;
    cursor: pointer
}


#contact-me {
	position: fixed;
	z-index: 299;
	width: 40px;
	height: 40px;
	font-size: 20px;
	line-height: 36px;
	text-align: center;
	color: #FFF;
	top: auto;
	left: auto;
	right: 30px;
	bottom: 30px;
	cursor: pointer;
	border-radius: 2px;
	-webkit-transform: translateY(0);
	-ms-transform: translateY(0);
	-o-transform: translateY(0);
	transform: translateY(0);
	-webkit-transition: transform .3s ease;
	-o-transition: transform .3s ease;
	transition: transform .3s ease;
}


#message-me {
	position: fixed;
	z-index: 299;
	width: 40px;
	height: 40px;
	font-size: 20px;
	line-height: 36px;
	text-align: center;
	color: #FFF;
	top: auto;
	left: auto;
	right: 15px;
	bottom: 180px;
	cursor: pointer;
	border-radius: 2px;
	-webkit-transform: translateY(0);
	-ms-transform: translateY(0);
	-o-transform: translateY(0);
	transform: translateY(0);
	-webkit-transition: transform .3s ease;
	-o-transition: transform .3s ease;
	transition: transform .3s ease;
}


#call-me {
	position: fixed;
	z-index: 299;
	width: 40px;
	height: 40px;
	font-size: 20px;
	line-height: 36px;
	text-align: center;
	color: #FFF;
	top: auto;
	left: auto;
	right: 15px;
	bottom: 130px;
	cursor: pointer;
	border-radius: 2px;
	-webkit-transform: translateY(0);
	-ms-transform: translateY(0);
	-o-transform: translateY(0);
	transform: translateY(0);
	-webkit-transition: transform .3s ease;
	-o-transition: transform .3s ease;
	transition: transform .3s ease;
}

.gototop-active #contact-me {
	-webkit-transform: translateY(-50px);
	-ms-transform: translateY(-50px);
	-o-transform: translateY(-50px);
	transform: translateY(-50px);
}

.gototop-active #call-me {
	-webkit-transform: translateY(-50px);
	-ms-transform: translateY(-50px);
	-o-transform: translateY(-50px);
	transform: translateY(-50px);
}

.gototop-active #message-me {
	-webkit-transform: translateY(-50px);
	-ms-transform: translateY(-50px);
	-o-transform: translateY(-50px);
	transform: translateY(-50px);
}
