.sb_bottom_banner{
	position: fixed;
	border: 1px solid #0B72B9;
	background-color: white;
	border-radius: 30px;
	z-index: 10000;
	bottom: 0;
  left: 0;
	padding: 10px 1cap 10px 10px;
	margin-left: 50px;
	margin-bottom: 50px;
	transition: 0.2s;
	display: flex;
	box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.15), 0px -1px 5px rgba(0, 0, 0, 0.05);
	cursor: pointer;
}
.sb_bottom_banner:hover{
	background-color: #0B72B9;
	border-color: white;
}
.sb_bottom_banner:hover .sb_bottom_banner_title{
	color: white;
}

@media (max-width: 767px) {
    .sb_bottom_banner {
        display: none;
    }
}
.sb_bottom_banner_none{
	display: none;
}

.sb_header_button{
	width: 140px;
}
.sb_bottom_banner_flex{
	display: flex;
	flex-direction: column;
	margin-left: 20px;
	margin-right: 20px;
}
.sb_bottom_banner_title{
	font-family: 'Roboto';
	font-style: normal;
	font-weight: 700;
	font-size: 12px;
	line-height: 14px;
	color: #0B72B9;
	margin-bottom:5px;
	text-transform: uppercase;
}
.sb_bottom_banner_decrition{
	font-family: 'Roboto';
	font-style: normal;
	font-weight: 700;
	font-size: 12px;
	line-height: 14px;
}
.close.sb_bottom_close_button{
  display: flex;
  align-items: center;
  justify-content: center;
	margin: auto;
	height: 24px;
	width: 24px;
	border: 1px solid #0B72B9;
	border-radius: 24px;
	display: flex;
	background-color: white;
	transition: 0.2s;
	cursor: pointer;
	transition: 0.2s;
}
.sb_bottom_close_button:hover{
	background-color: #EB2128;
	border-color: white;
}
.sb_bottom_banner.no_hover{
	background-color: white !important;
	border-color: #0B72B9 !important;
}
.sb_bottom_banner.no_hover .sb_bottom_banner_title{
	color: #0B72B9 !important;
}
