.terms_and_conditions{
	padding-top: 50px;
	padding-bottom: 50px;
	padding-left: 60px;
	padding-right: 60px;
	background-color: white;
	position: relative;
}

.terms{
	background-color: #FFCB08;
	padding-left: 25px;
	padding-right: 25px;
	padding-top: 15px;
	padding-bottom: 15px;
	margin-bottom: 10px;
	cursor: pointer;
	transition: all 0.2s ease;
}
.terms:hover{
	background-color: #A40A25;
	color: white;
	transition: all 0.2s ease;
}

.conditions{
	background-color: #FFCB09;
	padding: 25px;
	padding-top: 10px;
	display: none;
}
#condition_1{
	display: block;
}
.conditions .condition-elements{
	position: relative;
}
/*.conditions .condition-elements .arrow{
	position: absolute;
	right: 0;
	height: 10px;
	width: 10px;
	background-color: red;
}*/
