.overview-content h3{
  font-size: 22px !important;
  letter-spacing: normal !important;
  margin-bottom: 10px;
}

.overview-content h2{
  font-size: 25px !important;
  letter-spacing: normal !important;
  margin-bottom: 10px;
}

.clg_head{
    font-size: 25px;
    margin-right: 5px;
}

.clghead1 {
	display: flex;
	justify-content: space-between;
    margin-bottom: 0px !important;
	border-bottom: 2px solid #eee;
}

.ptagtext p {
	font-size: 13px;
    margin-bottom: 5px !important;
}

.btnsuccess {
	border: 1px solid #198754;
	background: #fff;
	color: #198754;
	padding: 5px 10px;
	border-radius: 5px;
}

.btndanger {
	border: 1px solid #dc3545;
	background: #fff;
	padding: 5px 10px;
	color: #dc3545;
	border-radius: 5px;
}

.btnprimary {
	border: 1px solid #0d6efd;
	background: #fff;
	padding: 5px 10px;
	color: #0d6efd;
	border-radius: 5px;
}


.btnsuccess:hover {
	background: #198754;
	border: 1px solid #fff;
	color: #fff;
}

.btndanger:hover {
	background: #dc3545;
	border: 1px solid #fff;
	color: #fff;
}

.btnprimary:hover {
	background: #0d6efd;
	border: 1px solid #fff;
	color: #fff;

}
.h3{
    font-size: 25px;
    padding: 10px 12px;
}
.crdimgdt{
    border-radius: 12px;
}

.btngap button {
	font-size: 15px;
}

.imgdiv {
	overflow: hidden;
}

.zoom {

	background-position: center;
	background-size: cover;
	background-repeat: no-repeat;
	transition: all 1s;
	overflow: hidden;

}

.zoom:hover {
	transform: scale(1.1);
}

.zoom img {
	border-radius: 5px;
	background: linear-gradient(to right, rgba(0, 0, 0, 0.8) 0%, transparent 80%, transparent 99%);
}

@media screen and (max-width: 567px) {
	.btngap button {
		font-size: 15px;
	}

	.ptagtext p {
		font-size: 12px;
	}

	.contact-info-card {
		padding: 30px 20px 30px 60px;
	}

	.contact-info-card .iconi {
		position: absolute;
		top: 25px;
		left: 10px;
		width: 40px;
		height: 40px;
		line-height: 40px;
		font-size: 20px;
	}
}

@media screen and (max-width: 467px) {
	.btngap button {
		font-size: 12px;
	}
}

@media screen and (max-width: 467px) {
	.btngap button {
		font-size: 10px;
	}

	.ptagtext p {
		font-size: 12px;
	}
}

@media screen and (max-width: 361px) {
	.btngap button {
		font-size: 8px;
	}
}


/*------ formright css -------*/
.right12 {
	top: 105px;
	position: sticky;
	margin-left: 10%;
	width: 90%;
	height: auto;
}

.apply-link-form {
	height: 455px;
	padding: 10px;
}

.right12-linkl {
	width: 100%;
	margin-bottom: 20px;

}

.form12d {
	margin-top: 50px;
	margin: auto;
	text-align: center;
	/*  background: linear-gradient(-45deg, #ee7752, #e73c7e, #23a6d5, #23d5ab);*/
	background: linear-gradient(#edaf1d, rgb(0 168 89 / 87%));
	width: 400px;
	/*height: 100%;*/
	padding: 20px 10px;
	max-width: 100%;
	border-radius: 0px;
	font-size: small;
}

.div12d {
	display: flex;
	flex-direction: column;
	text-align: left;
	margin: 5px;
}

input[type="submit"] {
	margin: 10px auto;
	width: 115px;
	padding: 10px 15px;
	background-color: rgb(43 45 138);
	color: #fff;
	border: none;
	font-size: 16px;
	border-radius: 4px;
}

input[type="submit"]:hover {
	cursor: pointer;
	background-color: white;
	color: rgb(0, 195, 255);
}

.div12d input {
	padding: 12px;
	outline: none;
	border: 1px solid transparent;
	border-radius: 4px;
	cursor: pointer;
	margin-bottom: 15px !important;
}

.spangtyp {
	background: green;
	color: #fff;
	padding: 0px 6px;
	border-radius: 5px;
	font-size: 13px;
	position: absolute;
	top: 20px;
	left: 20px;
}

.spanrnk {
	color: #ffba18;
	text-shadow: 1px 1px #000;
	border-radius: 5px;
	font-size: 20px;
	position: absolute;
	top: 35px;
	left: 16px;
	text-shadow: 1px 1px #000;
}

.spansdm {

	background: red;
	padding: 0px 5px;
	font-size: 13px;
	color: #fff;
	border-radius: 6px;
}

.blink-soft {
	animation: blinker 1.5s linear infinite;
}

@keyframes blinker {
	50% {
		opacity: 0;
	}
}
