		#sticky-contact-btn{
			position: fixed;
			top:35%;
			right:-272px;
			z-index: 999;
		}
		#sticky-contact-btn .sticky-content{
			float: left;
			border: 1px solid #0076CE;
			border-right:none;
			padding: 25px 10px;
			background: #fff;
			width:270px;
		}
		#sticky-contact-btn a.pull_sticky-contact-btn{
			    display: block;
			    width: 164px;
			    height: 40px;
			    float: left;
			    position: absolute;
			    top: 35%;
			    right: 207px;
			    background: #0076CE;
			    color: #fff;
			    transform: rotate(270deg);
			    text-decoration: none;
			    padding: 8px;
			    font-size: 18px;
			    border-radius: 5px 5px 0 0;
		}

		.sticky-content p.sticky-header{
			font-weight:bold;
			color:#000;
		}

		.sticky-content img{
			height: 64px;
    		width: 64px;

		}

		.img-right{
			display: inline;
        	padding-left: 6px;
		}

		.stickyP{
			display: inline-block;
    		height: 34px;
    		color:#000;
		}

		.contact-icon i{

    		color: #0076CE;
		}
.sticky-content .col_9{
	    padding-top: 13px;
}

@media screen and (max-width: 480px){
	.stickycontactus {
	display: none;
	}
	}