.sticky-icon {
	z-index: 1;
	position: fixed;
	top: 34%;
	right: 0%;
	width: 220px;
	display: flex;
	flex-direction: column;
}

.sticky-icon a {
	transform: translate(160px, 0px);
	border-radius: 50px 0px 0px 50px;
	text-align: left;
	margin: 2px;
	text-decoration: none;
	text-transform: uppercase;
	padding: 10px;
	font-size: 22px;
	font-family: 'Oswald', sans-serif;
	transition: all 0.8s;
}

.sticky-icon a:hover {
	color: #FFF;
	transform: translate(0px, 0px);
}

.sticky-icon a:hover i {
	transform: rotate(360deg);
}

/*.search_icon a:hover i  {
	transform:rotate(360deg);}*/
.Facebook {
	background-color: #2C80D3;
	color: #FFF;
}

.Youtube {
	background-color: #fa0910;
	color: #FFF;
}

.Twitter {
	background-color: #53c5ff;
	color: #FFF;
}

.Instagram {
	background-color: #FD1D1D;
	color: #FFF;
}

.Google {
	background-color: #d34836;
	color: #FFF;
}

.sticky-icon a i {
	background-color: #FFF;
	height: 40px;
	width: 40px;
	color: #000;
	text-align: center;
	line-height: 40px;
	border-radius: 50%;
	margin-right: 20px;
	transition: all 0.5s;
}

.sticky-icon a i.fa-facebook-f {
	background-color: #FFF;
	color: #2C80D3;
}

.sticky-icon a i.fa-google-plus-g {
	background-color: #FFF;
	color: #d34836;
}

.sticky-icon a i.fa-instagram {
	background-color: #FFF;
	color: #FD1D1D;
}

.sticky-icon a i.fa-youtube {
	background-color: #FFF;
	color: #fa0910;
}

.sticky-icon a i.fa-twitter {
	background-color: #FFF;
	color: #53c5ff;
}

.sticky-icon a i.fa-twitter {
	background-color: #FFF;
	color: #53c5ff;
}

.fas fa-shopping-cart {
	background-color: #FFF;
}

#myBtn {
	height: 50px;
	display: none;
	position: fixed;
	bottom: 20px;
	right: 30px;
	z-index: 99;
	text-align: center;
	padding: 10px;
	text-align: center;
	line-height: 40px;
	border: none;
	outline: none;
	background-color: #1e88e5;
	color: white;
	cursor: pointer;
	border-radius: 50%;
}

.fa-arrow-circle-up {
	font-size: 30px;
}

#myBtn:hover {
	background-color: #555;
}







/* General styles for the video section */
.video-section {
	position: relative;
	width: 100%;
	height: 70vh;
	/* Full viewport height */
	overflow: hidden;
}

/* Styles for the video element */
#myVideo {
	position: absolute;
	top: 50%;
	left: 50%;
	width: 100%;
	height: 100%;
	object-fit: cover;
	transform: translate(-50%, -50%);
}

/* Responsive styles */
@media (max-width: 768px) {
	#myVideo {
		width: 100%;
		height: auto;
	}
}

@media (max-width: 576px) {
	#myVideo {
		width: 100%;
		height: auto;
	}
}


.STATES{
	font-size: 16px;
}

/* Wrapper */
.tooltip-wrapper {
	position: relative;
	display: inline-block;
}


/* Tooltip */
.custom-tooltip {
	position: absolute;
	left: 80%;
	bottom: calc(80% + 15px);
	transform: translateX(-50%) translateY(10px);
	width: 250px;
	opacity: 0;
	visibility: hidden;
	transition: .35s ease;
	z-index: 999;
	
}

.tooltip-wrapper:hover .custom-tooltip {
	opacity: 1;
	visibility: visible;
	transform: translateX(-50%) translateY(0);
}

/* Card */
.tooltip-card {
	position: relative;
	overflow: hidden;
	padding: 20px 0px 20px 0px;
	border-radius: 18px;
	background: linear-gradient(135deg, #111827, #1f2937);
	border: 1px solid rgba(255, 255, 255, .08);
	backdrop-filter: blur(12px);
	box-shadow: 0 0 30px rgba(79, 70, 229, .25);
}

.tooltip-glow {
	position: absolute;
	inset: 0;
	background: linear-gradient(90deg,
			rgba(99, 102, 241, .15),
			rgba(168, 85, 247, .15));
	filter: blur(40px);
	pointer-events: none;
}


.tooltip-card h5 {
	color: #fff;
	margin: 0;
	font-size: 14px;
}

@media(max-width:576px) {
	.custom-tooltip {
		width: 260px;
	}
}
