.fixed-btn-new {
    z-index: 999;
    position: absolute;
    right: 38.5%;
    display: inline-block;
    top: 73%;
}

@media screen and (max-width: 600px) {
    .fixed-btn-new {
        right: 0%;
    }
}

@media screen and (max-width: 800px) and (orientation:landscape),screen and (max-height:300px) {
    .fixed-btn-new {
        right: 26%;
    }
}

.parent {
  position: relative;
}

.space_bet_menu{
	margin-right:-1.5rem;
}

.login_btn{
	background-color: #007bff;
    	border-color: #007bff;
    	box-shadow: none;
}