.switch-banner{
		height:36px;
		direction: ltr;
		gap:16px;
    color: #c3c4c7;
    font-size: 13px;
    font-weight: 400;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
    line-height: 2.46153846;
    height: 40px;
    position: static;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 99999;
    background: #ED1A3B;
		display:none;
		justify-content:center;
}

.switch-banner-content-div{
	display:flex; 
	width:auto; 
	justify-content:space-between; 
	gap:16px;
}
.switch-banner-para{
	color:white; 
	font-size:12px !important;
	margin: 0px !important;
	align-items: center;
	display: flex;
}
.switch-banner-btns-div{
	display:flex; 
	gap:8px; 
	align-items:center
}
.switch-banner-btn-visit{
	border:none; 
	border-radius:25px; 
	padding:4px 8px; 
	font-size:12px; 
	height:32px; 
	display:flex; 
	align-items:center; 
	border:1px solid darkslategrey; 
	background:mintcream
}
.switch-banner-btn-stay{
	border:none; 
	border-radius:25px; 
	padding:4px 8px; 
	font-size:12px; 
	height:32px; 
	display:flex; 
	align-items:center; 
	border:1px solid darkslategrey; 
	background:inherit;
}
@media screen and (max-width:618px){
	.switch-banner{
		height:auto;
		line-height:20px;
		justify-content:space-between;
	}
	.switch-banner-content-div{
		    display: flex;
    flex-direction: column;
    padding: 8px 12px;
		width:100%;
	}
	.switch-banner-btns-div{
		gap:36px;
	}
	.switch-banner-para{
		display:flex;
		justify-content:start;
		padding:2px;
		width:100%;
		font-size:16px !important;
	}
	.switch-banner-btn-visit{
		height:auto;
		font-size:16px;
		width:50%;
		text-align:center;
		display:flex;
		justify-content:center;
					padding:12px 0;
			
	}
		.switch-banner-btn-stay{
		height:auto;
		font-size:16px;
			width:50%;
		display:flex;
		justify-content:center;
			padding:12px 0;
	}
}