@media only screen and (max-width: 767px) {
    #Footer .footer_copy .copyright {
        float: none;
        margin-bottom: 80px!important;
    }
}

.spinme:hover {transform: rotate(90deg);}

.apply {
    border-radius: 8px !important;
    margin-top: 0px;
    background-color: #fff;
    color: #1a1a1a;
    padding: 16px 40px !important;
    box-shadow: none;
    font-size: 14px !important;
    text-transform: capitalize !important;
    letter-spacing: 0px !important;
    font-weight: 800;
box-shadow: 0 1px 3px rgba(0, 0, 0, .12), 0 1px 2px rgba(0, 0, 0, .24);
}


.apply:hover {
    border-radius: 8px !important;
    margin-top: 0px;
    background-color: #fff;
    color: #1a1a1a;
    padding: 16px 40px !important;
    box-shadow: none;
    font-size: 14px !important;
    text-transform: capitalize !important;
    letter-spacing: 0px !important;
    font-weight: 800;
border: 1px solid #eaeaea;
}


@media screen and (min-width: 800px) {
.apply {position: fixed;
  top: 20px; /* Adjust the distance from the top */
  right: 20px; /* Adjust the distance from the right */
  /* Add other styling properties as needed */
  z-index: 1000; /* Ensures the button is above other content */
	}}