.form_container{  
  position: absolute;
  left: 6%;
  top: 15vh;
  z-index: 2;
}


.form_pop_container{  
  position: absolute;
  left: 20%;
  top: 30%;
  z-index: 2;
}

#myPopup{
position: sticky;
}

/* #freeCourse, #paidCourse{
	display:none;
} */

@media screen and (min-width: 1680px) and (max-width: 5120px) {
	#subject{
		height:200px;
	}
	.form_container{  
	 /*  top: 14%; */
	}
}
@media screen and (min-width: 1500px) and (max-width: 1680px) {
	.form_container{  
	 /*  top: 15%; */
	}
}
@media screen and (min-width: 1366px) and (max-width: 1500px) {
	.form_container{  
	  /* top: 18%; */
	}
}
@media screen and (min-width: 1300px) and (max-width: 1400px) {
	.form_container{  
	   top: 150px; 
	}
}
@media screen and (min-width: 1280px) and (max-width: 1300px) {
	.form_container{  
	  /* top: 25%; */
	}
}
@media screen and (min-width: 1200px) and (max-width: 1280px) {
	.form_container{  
	  /* top: 18%; */
	}
}