.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;
}
.zerobradius{
	border-radius:0;
}

h1,.h1 {
    font-size: 2.8rem
}


h2,.h2 {
    font-size: 2.5rem
}


h3,.h3 {
    font-size: 2rem;
}

li{
	margin-bottom: 2rem;
}

