#goenquiry {
    position: fixed;
    display: block;
    /* top: 260px; */
	bottom: 70px;
    right: 50px;
    width: 50px;
    height: 50px;
    padding: 10px;
    background-color: #45b300;
    /* border-radius: 100%; */
    z-index: 999999;
}


