#goenquiry {
    position: fixed;
    display: block;
    /* top: 260px; */
	bottom: 70px;
    right: 40px;
    width: 42px;
    height: 42;
    padding: 6px;
    background-color: #000;
    border-radius: 100%;
    z-index: 999999;
}


