@charset "utf-8";
/* CSS Document */
.row.header {
	margin-top: 12px;
	margin-bottom: 5px;
}

.schname {
	text-align: center;
	font-weight: bold;
}

.form-table-area {
	width: 100%;
	border: 1px solid #6ac4cd;
	margin: 0 auto;
}

.form-table-area h2 {
	text-align: center;
	background: #6ac4cd;
	color: #fff;
	padding: 10px 0;
	font-size: 22px;
	margin-bottom: 0px;
	margin-top: 0%;
}

.form-detail-div {
	box-shadow: 0 0 6px 1px #ccc;
	float: left;
	width: 100%;
	padding: 10px 15px 10px 15px;
	background: #fff;
	margin-bottom: 20px;
}

.form-detail-div h3 {
	text-align: left;
    margin-top: 0;
    padding: 10px 0;
    color: #00b0f0;
    border: 1px solid #fff;
    margin-left: 15px;
    border-bottom: 1px solid #00b0f0;
    margin-bottom: 20px;
}

@media only screen and (max-width: 600px) {
	.sch_name {
		display: none !important;
	}

	.cmp_logo {
		display: none !important;
	}
}

/* Media query for mobile Screen 425px to 768px */
@media only screen and (min-width: 425px) and (max-width: 900px) {
	.sch_name {
		display: none !important;
	}

	.cmp_logo {
		display: none !important;
	}
}

@media only screen and (min-width: 600px) and (max-width: 768px) {
	.sch_name {
		display: none !important;
	}

	.cmp_logo {
		display: none !important;
	}
}

@media only screen and (min-width: 768px) and (max-width: 900px) {
	.sch_name {
		display: none !important;
	}

	.cmp_logo {
		display: none !important;
	}
}

@media only screen and (min-width: 600px) and (max-width: 660px) {
	.sch_name {
		display: none !important;
	}

	.cmp_logo {
		display: none !important;
	}
}

@media (max-width: 767px) {
	.client_logo{
		width: 180px;
		margin-bottom: 15px;
	}
}