/* Start: Responsive CSS section */
/* Large devices (large desktops, 1200px and up) */
@media only screen and (min-width: 1199px){
	}
@media only screen and (max-width: 1199px){

}
/* Medium devices (desktops, 992px and up) */
@media only screen and (max-width:991px){
	.header-text{
		padding-top:25px !important;
		padding-bottom:25px !important;
	}
	.mid-cont{
		margin-top:25px !important;
		margin-bottom:25px !important;
	}
	.checkbox-main02{
	height:auto !important;
	}
}
/* Small devices (tablets, 768px and up) */
@media only screen and (max-width: 768px) {

}
/* Extra small devices (phones, less than 768px) */
@media only screen and (max-width: 480px) {
	button img{
		display:block !important;
		width:100% !important;
	}

}
@media only screen and (max-width: 320px) {

}

/* End : Responsive CSS section */
