.camera-button {
	display: inline-flex;
	align-items: center;
	gap: 10px;
	padding: 10px 16px;
	border: 2px solid transparent;
	border-radius: 10px;
	transition: all 0.2s ease-in-out;
	cursor: pointer;
}

.camera-button-no-border {
	display: inline-flex;
	align-items: center;
	gap: 10px;
	padding: 10px 16px;
	border-radius: 10px;
	transition: all 0.2s ease-in-out;
	cursor: pointer;
}

.camera-button:hover {
	border-color: #06295d;
	background-color: rgba(6, 41, 93, 0.05);
}

.camera-button-no-border svg {
	height: 60px;
	width: 50px;
}

.camera-button svg {
	height: 50px;
	width: 50px;
}

.camera-button svg: hover {
	stroke:white;
}

.camera-button span {
	font-family: sans-serif;
	font-size: 18px;
	color: #06295d;
	font-weight: 600;
}

#meetone-link a{
	margin-top:5px;
	width:100%;
}

.theraimg:hover .camera-button-no-border > svg * {
    stroke: white;
}

.theraimg:hover .theradets h4,
.theraimg:hover .theradets p,
.theraimg:hover .theradets .responsive-text {
    color: white !important;
}
