#onepart{
		height: 500px;
	}
	#Note{
		display: none;
	}
	#dts{
		margin-top: 20px
	}
	#Note h5{
		color: skyblue;
	}
	#continfo h3{
		color: crimson;
	}
	#ctds{
		height: 500px;
	}

	#formsdiv{
		width: 70%; 
		margin: auto; 
		text-align: center; 
		border: dotted 1px black; 
		padding: 10px; 
		border-radius: 10px ;
	}
	#continfo{
		width: 80%; 
		text-align: center; 
		height: 30%; 
		margin-top: 15%;
	}

	@media(max-width: 760px){
		#onepart{
			height: 30px;
			overflow: hidden;
		}
		#formsdiv{
			width: 90%;
		}
		#Note{
			display: block;
			width: 70%;
			margin: auto;
			text-align: center;
			margin-top: 20px;
		}
		#cap{
			width: 100%;
		}


	}