/*
Theme Name: o'beinglish
Author: Baltazare
Version: 1.0
*/
/*
@media only screen and (max-width : 360px) {
	.testimony {
		width: 300px !important;
	}
	.slick-next{ left: 300px }
}
*/

.checkbox_r {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
	
}

.checkbox_r label {
	width: 100% !important;
}

.checkbox_r div ul{
	list-style-type : none !important;
}

.checkbox_r div{
   flex: 1 0 50%;
   text-align: center;
   padding-top: 20px;
   overflow: hidden;
}

.checkbox_r div ul li{
	word-wrap: break-word !important;
	line-height: 16px !important;
	float: left !important;
	width: 100% ! important;
}

.checkbox_r div ul li input{
    float: left !important;
	width: 10% !important;
	display: inline-block !important;
}

.checkbox_r div ul li label{
    float: left !important;
	width: 90% !important;
	display: inline-block !important; 
}