/*media query*/
@media all and (min-width: 1024px) {
	.eula-popup-content {
		top: 51.5%;
		transform: translateY(-50%);
		-webkit-transform: translateY(-50%);
		-moz-transform: translateY(-50%);
	}
}
@media all and (max-width: 991px) {
	.header-part {
		padding: 0 20px;
	}
}
@media all and (max-width: 767px) {
	.eula-popup-content {
		max-height: 80vh;
		overflow: auto;
		top: 6vh;
	}
	.check-wrapper {
		margin-bottom: 20px;
	}
	/*pop up	*/
	.eula-text {
		padding: 30px;
	}
	.sign-head {
		padding: 25px;
	}
}

@media all and (max-height: 480px) {
	.custom-scroll {
		height: 130px;
	}
}
@media all and (min-height: 481px) and (max-height: 640px) {
	.custom-scroll {
		height: 250px;
	}
}

@media all and (min-width: 510px) and (max-width: 767px) {

	.check-wrapper .checkbox-block {
		left: 12px;
	}
	.check-wrapper{
	    padding: 0 10px 0 23px;
	   }
	.checkbox-container {
		padding-left: 20px;
	}

}
@media all and (max-width: 360px) {
	.insert .checkbox-container {
		padding-left: 20px;
		width: 140px;
	}
	.check-wrapper {
		padding: 0 0 0 23px;
	}
	.check-wrapper .checkbox-block {
		left: 12px;
	}
}
