@media(max-width:600px) {
	#headerLogo {
		height: 60px;
		width: 100%;
	}

	.page-header {
		position: relative;
		display: block;
		padding: 50px 0 0px;
		background-color: var(--oxpins-black);
		z-index: 1;
	}

	.page-header__inner h2 {
		font-size: 32px;
		color: #00715d;
		line-height: 30px;
		margin-bottom: 6px;
		font-weight: 900;
		letter-spacing: -0.04em;
	}

	#enquiry2 {
		position: fixed;
		left: -20px;
		bottom: 35%;
		z-index: 1000;
	}

	#enquiry2 a {
		display: block;
		text-transform: capitalize;
		padding: 0px 10px 3px 10px;
		font-size: 13px;
		text-align: center;
		color: #000;
		font-weight: bold;
		text-decoration: none;
	}

	#Campaign {
		position: fixed;
		right: -60px;
		bottom: 44%;
		z-index: 1000;
	}

	#Campaign a {
		display: block;
		letter-spacing: 2px;
		text-transform: capitalize;
		padding: 0px 10px 3px 10px;
		font-size: 13px;
		text-align: center;
		color: #000;
		font-weight: bold;
		text-decoration: none;
	}

}

@media(min-width:600px) {
	#headerLogo {
		height: 60px;
        width:100%
	}

	#Campaign {
		position: fixed;
		right: -60px;
		bottom: 50%;
		z-index: 1000;
	}

	#Campaign a {
		display: block;
		letter-spacing: 2px;
		text-transform: capitalize;
		padding: 0px 10px 3px 10px;
		font-size: 13px;
		text-align: center;
		color: #000;
		font-weight: bold;
		text-decoration: none;
	}

	#enquiry2 {
		position: fixed;
		left: -25px;
		bottom: 50%;
		z-index: 1000;
	}

	#enquiry2 a {
		display: block;
		letter-spacing: 2px;
		text-transform: capitalize;
		padding: 0px 10px 3px 10px;
		font-size: 13px;
		text-align: center;
		color: #000;
		font-weight: bold;
		text-decoration: none;
	}
}

.quadrat {
	transform: rotate(-90deg);
	-webkit-transform: rotate(-90deg);
	-moz-transform: rotate(-90deg);
	-o-transform: rotate(-90deg);
	filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=3);
	-webkit-animation: NAME-YOUR-ANIMATION 1s infinite;
	/* Safari 4+ */
	-moz-animation: NAME-YOUR-ANIMATION 1s infinite;
	/* Fx 5+ */
	-o-animation: NAME-YOUR-ANIMATION 1s infinite;
	/* Opera 12+ */
	animation: NAME-YOUR-ANIMATION 1s infinite;
	/* IE 10+, Fx 29+ */
}

@-webkit-keyframes NAME-YOUR-ANIMATION {

	0%,
	49% {
		background-color: #00715D;
		border-radius: 20px;
	}

	50%,
	100% {
		background-color: #FBD45A;
		border-radius: 20px;
	}
}

.event_overlay {
	position: absolute;
	bottom: 0;
	background: rgb(0, 0, 0);
	background: rgba(0, 0, 0, 0.6);
	color: #f1f1f1;
	width: 100%;
	height: 100%;
	transition: .5s ease;
	opacity: 0;
	color: white;
	font-size: 20px;
	padding: 20px;
	text-align: center;
}

.container:hover .event_overlay {
	opacity: 1;
}


/*after verification data css*/

.txt-center {
	text-align: center;
}

.border- {
	border: 1px solid #555 !important;
}

.padding {
	padding: 15px;
}

.mar-bot {
	margin-bottom: 15px;
}

.admit-card {
	border: 1px solid #555;
	padding: 15px;
	margin: 20px 0;
}

.BoxA h5,
.BoxA p {
	margin: 0;
}

h5 {
	text-transform: uppercase;
}

table img {
	width: 100%;
	height: 100%;

}

/* Custom float button */
.custom-fab-wrapper {
	position: fixed;
	bottom: 3rem;
	left: 3rem;
	z-index: 2;
}

.custom-fab-checkbox {
	display: none;
}

.custom-fab {
	position: absolute;
	bottom: 1rem;
	left: -1rem;
	width: 4rem;
	height: 4rem;
	border-radius: 50%;
	background: var(--oxpins-base);
	box-shadow: 0px 5px 20px var(--oxpins-base);
	transition: all 0.3s ease;
	z-index: 1;
	border-bottom-left-radius: 6px;
	border: 1px solid var(--oxpins-base);
}

.custom-fab:before {
	content: "";
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	border-radius: 50%;
	background-color: var(--oxpins-base);
}

.custom-fab-checkbox:checked~.custom-fab:before {
	width: 90%;
	height: 90%;
	left: 5%;
	top: 5%;
	background-color: rgba(255, 255, 255, 0.2);
}

.custom-fab:hover {
	background: var(--oxpins-base);;
	box-shadow: 0px 5px 20px 5px #ee9e99;
}

.custom-fab-dots {
	position: absolute;
	height: 8px;
	width: 8px;
	background-color: white;
	border-radius: 50%;
	top: 50%;
	transform: translateX(0%) translateY(-50%) rotate(0deg);
	opacity: 1;
	animation: blink 3s ease infinite;
	transition: all 0.3s ease;
}

.custom-fab-dots-1 {
	left: 15px;
	animation-delay: 0s;
}

.custom-fab-dots-2 {
	left: 50%;
	transform: translateX(-50%) translateY(-50%);
	animation-delay: 0.4s;
}

.custom-fab-dots-3 {
	right: 15px;
	animation-delay: 0.8s;
}

.custom-fab-checkbox:checked~.custom-fab .custom-fab-dots {
	height: 6px;
}

.custom-fab .custom-fab-dots-2 {
	transform: translateX(-50%) translateY(-50%) rotate(0deg);
}

.custom-fab-checkbox:checked~.custom-fab .custom-fab-dots-1 {
	width: 32px;
	border-radius: 10px;
	left: 50%;
	transform: translateX(-50%) translateY(-50%) rotate(45deg);
}

.custom-fab-checkbox:checked~.custom-fab .custom-fab-dots-3 {
	width: 32px;
	border-radius: 10px;
	right: 50%;
	transform: translateX(50%) translateY(-50%) rotate(-45deg);
}

@keyframes blink {
	50% {
		opacity: 0.25;
	}
}

.custom-fab-checkbox:checked~.custom-fab .custom-fab-dots {
	animation: none;
}

.custom-fab-wheel {
	position: absolute;
	bottom: 0;
	left: 0;
	border: 1px solid #;
	width: 10rem;
	height: 10rem;
	transition: all 0.3s ease;
	transform-origin: bottom left;
	transform: scale(0);
}

.custom-fab-checkbox:checked~.custom-fab-wheel {
	transform: scale(0.8);
}

.custom-fab-action {
	position: absolute;
	background: #0f1941;
	width: 3rem;
	height: 3rem;
	border-radius: 50%;
	display: flex;
	font-size: 25px;
	align-items: center;
	justify-content: center;
	color: White;
	box-shadow: 0 0.1rem 1rem rgba(24, 66, 154, 0.82);
	transition: all 1s ease;
	opacity: 0;
}

.custom-fab-checkbox:checked~.custom-fab-wheel .custom-fab-action {
	opacity: 1;
}

.custom-fab-action:hover {
	background-color: #f16100;
}

.custom-fab-wheel .custom-fab-action-1 {
	left: -1rem;
	top: 0;
}

.custom-fab-wheel .custom-fab-action-2 {
	left: 3.4rem;
	top: 0.5rem;
}

.custom-fab-wheel .custom-fab-action-3 {
	right: 0.5rem;
	bottom: 3.4rem;
}

.custom-fab-wheel .custom-fab-action-4 {
	right: 0;
	bottom: -1rem;
}

/* WhatsApp - Green */
.custom-fab-action-1 {
	background-color: #25D366;
}

/* Phone - Standard Blue */
.custom-fab-action-2 {
	background-color: #34b7f1;
}

/* Facebook - Blue */
.custom-fab-action-3 {
	background-color: #1877f2;
}

/* YouTube - Red */
.custom-fab-action-4 {
	background-color: #FF0000;
}

/* Hover effect to make them stand out */
.custom-fab-action:hover {
	transform: scale(1.1);
	box-shadow: 0 0 15px rgba(0, 0, 0, 0.2);
	color: #fff;
}
