.bottom_space {
	height: 10px;
}

#faq_con {
	margin-left: 25px;
	margin-right: 25px;
	background: #ecf5b6;
}

#faq_holder, .faq_holder_main {
	background: #ecf5b6;
	margin-left: 5%;
	margin-right: 5%;
	margin-top: 25px;
	margin-bottom: 50px;
	padding: 5px;
	font-family: dosis_med;
}



.faq_arrow {
	position: absolute;
	right: 10px;
	top: 0px;
	transform: rotate(90deg);
	transition: transform 0.5s;
	width: 40px;
	height: 40px;
}

.faq_head_new {
	position: relative;
	padding: 5px;
	padding-bottom: 25px;
	padding-right: 45px;
	font-size: 18px;
	cursor: pointer;
	margin-top: 20px;
	border: 1px solid #d3d3d3;
	border-bottom: 1px solid gray;
}

.faq_head_new:hover {
	border: 1px solid #3399FF;
	border-radius: 3px;
}

.faq_body {
	text-align: left;
	margin-top: 1px;
	font-size: 16px;
	padding: 0px;
    background-color: white;

    max-height: 0;
    overflow: hidden;
    transition: max-height 0.5s ease-out;
	border: none;
	display: block;
}

.note_holder {
	margin-top: 15px;
}

.note_item {
	display: inline;
	margin-left: 5px;
	color: gray;
	font-style: italic;
	font-size: 14px;
}


/*  END Added Sep/4/18 */

.back_blue { 
	font-family: "trebuchet MS", sans-serif;
	font-size: 22px;
	color: white;
	font-weight: bold;
	background: #4CB5F5;
	padding-left: 15px;
	padding-right: 15px;
	padding-top: 3px;
	padding-bottom: 3px;
	cursor: pointer;
	width: 40%;

}



.back_blue:hover {
	background: #1385CC;
}


.faqs_list {
	margin-top: 1px;
	background: #FFFFFF;
	border: #4CB5F5 6px solid;
	width: 100%;
}


.faq_head {
	text-align: left;
	margin-top: 5px;
	font-size: 18px;
	background: #F2F2F2;
	border: gray 1px solid;
	margin-left: 10px;
	cursor: pointer;
	padding: 5px;
}


ul.red_pin {
   list-style-image: url('images/pin_red_14.jpg');
}

/*   added Oct/19 */

.faq_count_cont {
	display: inline-block;
	padding: 2px;
	border: 1px solid orange;
	border-radius: 3px;
	width: 25px;
	text-align: center;
}

/* added Mar/4/2020 */

.ol_nice_num  {
	font-weight: normal;
	background: white;
	margin: 0px;
	margin-left: 25px;
	padding: 5px;
	padding-top: 0px;
	list-style-type: none;
	list-style: none;
	counter-reset: any-name;
}

.ol_nice_num li {
	border-bottom: 1px solid #3399FF;
	background: #f9f9f9;
	font-weight: normal;
	margin: 0; /* To remove default bottom margin */ 
	margin-bottom: 5px;
    padding: 5px;
	counter-increment: any-name;
	position: relative;
}

.ol_nice_num li:before {
   content: counter(any-name);
   background: #3399FF;
   border-radius: 100%;
   color: white;
   width: 1.2em;
   text-align: center;
   display: inline-block;
   position: absolute;
   left: -25px;
   top: 5px;
}



.ul_nice_desn {
	list-style-type: square;
	font-weight: normal;
	background: white;
	margin: 10px;
	padding: 5px;
	margin-left: 25px;
}

.ul_nice_desn li {
	padding: 5px;
	border-bottom: 1px solid #3399FF;
	background: #f9f9f9;
	font-weight: normal;
	margin: 0; /* To remove default bottom margin */ 
	margin-top: 5px;
}



.leaf_icon {
	width: 40px;
	height: 40px;
	vertical-align: middle;
	opacity: 0.5;
	margin-right: 5px;
}

.more_button_wrap {
	margin-top: 10px;
}

.more_button {
	display: inline-block;
	border: 2px solid #3399FF;
	padding: 5px;
	text-align: center;
	cursor: pointer;
	font-family: dosis_bld;
	border-radius: 3px;
	margin-left: 10px;
}

.more_button:hover {
	background: #3399FF;
	color: white;
}