<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/*
====================================
Medium Screen - Others
====================================
*/
@media screen and (min-width: 992px) and (max-width: 1200px) {



}

/*
====================================
Small Screen - Tablate
====================================
*/
@media screen and (min-width: 768px) and (max-width: 991px) {
	.ccorner-header h1 {
		padding: 85px 0 0px;
	}

	.ccorner-block {
		text-align: center;
		margin-top: 35px;
	}



}

/*
====================================
Small Screen - Mobile
====================================
*/
@media screen and (max-width: 767px) {

	.ccorner-header h1 {
		padding: 85px 0 0px;
		display: grid;
		margin-bottom: -20px;
	}
	.ccorner-area {
		padding-top: 75px;
		background-size: contain;
		background-repeat: initial;
		background-position: top;
		margin-bottom: 20px;
	}
	.ccorner-block {
		max-width: 375px;
	}


	.yellow-cone  {
		display:none;
	}
	.ccorner-bottom p {
		margin: 0 auto;
		max-width: 252px;
	}	
	.dnnForm div.dnnFormItem {
		width: 100%;
		padding-left: 22px;
		padding-right: 22px;
	}	
}
@media (max-width: 576px) {

]</pre></body></html>