
/* Common Classes */
.hub-five-router .row {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	Width :100% !important;
	--bs-gutter-x:0;
}

.text-center {
	text-align: center;
}

/* Common CLasses */
.hub-five-router-section {
	background-color: #591152;
	padding: 20px;
}

.hub-five-router-section .hub-five-router-title {
	font-size: 28px;
	font-weight: 600;
	text-align: center;
	color: #fff;
}

.hub-five-router .hub-five-router-subtitle {
	font-size: 24px;
	text-align: center;
	padding: 30px 20px;
}

.hub-five-router .hub-five-router-subtitles {
	font-size: 21px;
	text-align: center;
	padding: 20px;
}

.hub-five-router .hub-five-routers-select .hub-five-cards {
	box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
	padding: 15px;
	border: 2px solid #929191;
	border-radius: 6PX;
	margin: 1pc 5px;
}

.hub-five-router .hub-five-routers-select .hub-five-cards img {
	height: 180px;
    width: 157px;
    object-fit: contain;
    max-height: 100%;
    max-width: 100%;
}

.hub-five-router .hub-five-routers-select .hub-five-cards .hub-five-router-card-title {
	font-size: 16px;
	font-weight: 500;
	padding: 20px 0 0 0;
}

.hub-five-router .hub-five-routers-select .hub-five-cards .hub-five-router-card-radio {
	margin: 0;
}

#hub-five-routers-select .highlight {
	border: 3px solid #12e01c;
}

#group1 .card {
	margin: 20px 5px;
	width: 220px;
	border-radius: 0px;
	border: 1px solid #000;
}

#group1 .hub-five .card .card-body {
	color: #fff;
	font-size: 18px;
	text-align: center;
	padding: 0px;
	font-weight: 600;
}

#group1 .hub-five .card .card-body img {
	cursor: pointer;
	height: 154px;
	width: 100%;
}

#group1 .hub-five .card .card-body .card-footer {
	color: #000;
	font-size: 18px;
	padding: 10px 20px;
	background-color: #fff;
	font-weight: 600;
	text-align: center;
}

#group1 .hitron-chita .card .card-body {
	background-color: #000;
	color: #fff;
	font-size: 18px;
	text-align: center;
	padding: 49px 0px;
	font-weight: 600;
}

#group1 .hitron-chita .card .card-body img {
	height: 39px;
	width: 39px;
}

#group1 .hitron-CGNV4 .card .card-body {
	background-color: #000;
	color: #fff;
	font-size: 18px;
	text-align: center;
	font-weight: 600;
	padding: 20px;
}

#group1 .hitron-CGNV4 .card .card-body .hitron-CGNV4-hitron-chita {
	padding: 34px 0;
}

#group1 .card .card-body span {
	margin: 5px 15px;
}

#group1 .card .card-footer {
	color: #000;
	font-size: 18px;
	padding: 10px 20px;
	background-color: #fff;
	font-weight: 600;
	text-align: center;
}

#group1 .hidden {
	display: none;     /*   opacity: 0; */
	visibility: visible;
}

#group1 .shown {
	display: visible;
	transition: all .5s ease-out;
	opacity: 1;
}

.custom-radio[type="radio"] {
	appearance: none;
	border: 1px solid #d3d3d3;
	width: 18px;
	height: 18px;
	content: none;
	outline: none;
	border-radius: 100%;
	margin: 0;
}

.custom-radio[type="radio"]:checked {
	appearance: none;
	border-radius: 100%;
	outline: none;
	padding: 0;
	content: none;
	border: none;
}

.custom-radio[type="radio"]:checked::before {
	position: absolute;
	background: #12e01c;
	accent-color: blue;
	border-radius: 100%;
	color: white !important;
	content: "\00A0\2713\00A0" !important;
	border: 1px solid #12e01c;
	font-weight: bolder;
	font-size: 13px;
}
.hub-router-card .card a 
{
	text-decoration: none;
}
/* Media Query */
@media screen and (min-width:250px) and (max-width:768px) {
	#group1 .hub-cards-flex {
		display: flex;
		justify-content: center;
		flex-direction: column;
	}
	#group1 .card {
	
	width: 190px !important;
	
}

}

@media (min-width:576px) {
	.hub-router-card{
		max-width: 250px !important;
		
	}

}
@media (min-width:1024px) {
	#group1 .card {
	
	width: 240px;
	
}
    
}

@media (min-width:576px) and (max-width:920px){
	#group1 .card {
	
	width: 240px;
	
}
    .hub-five-router .hub-five-routers-select .hub-five-cards {
        width: 240px;
    }
}

/* Overlay */
#hub-router-image {
	border-radius: 0px;
	cursor: pointer;
	transition: 0.3s;
}

#hub-router-image:hover {
	opacity: 0.7;
}

/* The Modal (background) */
.modal {
	display: none;     /* Hidden by default */
	position: fixed;     /* Stay in place */
	z-index: 1;     /* Sit on top */
	padding-top: 100px;     /* Location of the box */
	left: 0;
	top: 0;
	width: 100%;     /* Full width */
	height: 100%;     /* Full height */
	overflow: auto;     /* Enable scroll if needed */
	background-color: rgb(0, 0, 0);     /* Fallback color */
	background-color: rgba(0, 0, 0, 0.9);     /* Black w/ opacity */
}

/* Modal Content (image) */
.modal-content {
	margin: auto;
	display: block;
	width: 100%;
	max-width: 930px;
}

/* Add Animation */
.modal-content, #caption {
	-webkit-animation-name: zoom;
	-webkit-animation-duration: 0.6s;
	animation-name: zoom;
	animation-duration: 0.6s;
	background-color: #fff;
	height: auto;
}

@-webkit-keyframes zoom {
	from {
		-webkit-transform: scale(0)
	}

	to {
		-webkit-transform: scale(1)
	}

}

@keyframes zoom {
	from {
		transform: scale(0)
	}

	to {
		transform: scale(1)
	}

}

/* The Close Button */
.close {
	position: absolute;
	top: 15px;
	right: 35px;
	color: #000;
	font-size: 40px;
	font-weight: 400;
	transition: 0.3s;
}

.close:hover, .close:focus {
	color: #bbb;
	text-decoration: none;
	cursor: pointer;
}

.hub-router-overlay {
	padding: 2pc 3pc;
}

.hub-router-overlay .hub-router-title {
	font-size: 21px;
	text-align: center;
	font-weight: 700;
	padding: 10px 0;
	color: #000;
}

.hub-router-overlay .hub-router-subtitle {
	font-size: 16px;
	text-align: center;
	font-weight: 400;
	color: #000;
}

/* 100% Image Width on Smaller Screens */
@media only screen and (min-width:200px) and (max-width:700px) {
	.modal-content {
		width: 100%;
	}

	.close {
		position: absolute;
		top: 0px;
		right: 15px;
	}

}

/* Has Helped Yes No Button */
.has-this-helped-text {
	font-size: 20px;
	text-align: center;
	margin: 5px 0 30px 0;
	font-weight: 600;
	color: #000;
}

.btn-yes, .btn-yes:hover, .btn-yes:focus {
	padding: 10px;
	font-size: 21px;
	background-color: #4e0d64;
	border-radius: 6px;
	border: 2px solid #4e0d64;
	width: 100%;
	color: #fff;
	font-weight: 600;
	margin: 0 30px;
	max-width: 250px;
}

.btn-no, .btn-no:hover, .btn-no:focus {
	padding: 10px;
	font-size: 21px;
	background-color: #fff;
	border: 2px solid #4e0d64;
	border-radius: 6px;
	width: 100%;
	color: #4e0d64;
	font-weight: 600;
	margin: 0 30px;
	max-width: 250px;
}

#helpYesNoButton {
	margin: 5px 0 5pc 0;
	padding: 10px;
}

#yesButtonText, #noButtonText {
	margin: 20px;
	padding: 10px;
}

#yesButtonText p i {
	font-size: 24px;
	color: green;
}

#yesButtonText p.success-text {
	font-size: 24px;
	font-weight: 600;
	text-align: center;
}

#noButtonText p.first-text {
	font-size: 21px;
	font-weight: 700;
}

#noButtonText p.second-text {
	font-size: 18px;
	font-weight: 500;
}

#noButtonText p.third-text {
	font-size: 16px;
	max-width: 245px;
	font-weight: 400;
}

#noButtonText p i {
	font-size: 50px;
	color: red;
}

#noButtonText .text-no {
	display: flex;
	flex-direction: column;
	align-items: center;
}

#noButtonText .btn-contact-us {
	color: #fff;
	background: red;
	border: 1px solid red;
	width: 100%;
	min-width: 200px;
	font-size: 18px;
	padding: 7px;
	font-weight: 600;
}

#yesButtonText {
	display: none;
}

#noButtonText {
	display: none;
}