
@media screen and (max-width:1100px){
	
}
@media screen and (max-width:1024px){
	
	
	.give_error_no, .give_error_yes{
		width:80%;
	}
}

@media screen and (max-width:931px){
	.url_form_title{
		font-size: 40px;
		padding: 15px;
	}
	.url_form_box{
		padding: 10px;
	}
	.url_form_box form, .url_form_box2{
		width: auto;
	}
	.url_txt{
		width: 95%;
	}
	.url_txt_in{
    	padding: 10px 0;
	}
	.url_txt_t {
		font-size: 20px;
	}
	
}
@media screen and (max-width:768px) {
	
	
}
@media screen and (max-width:480px) {
	
	
}