

/*why choose us section css*/

/*choose section css*/
.choose{}
.choose .main_choose{}
.choose .main_choose .single_choose{}
.choose .main_choose .single_choose .single_choose_img img{
    width:100%;
    height: 100%;
}
.choose .main_choose .single_choose .single_choose_acording{}
.choose .main_choose .single_choose .single_choose_acording .panel-default>.panel-heading {
    color: #333;
    background-color: transparent;
    border-color: #ddd;
}

.panel-heading{
    border-top-left-radius: 0px;
    border-top-right-radius: 0px;
    padding: 0;
}
.panel-group .panel {
    border-radius: 0px;
    margin-bottom: 20px;
}
.choose .main_choose .single_choose .single_choose_acording .panel-title>a {
    color: #333333;
    display:block;
    text-transform: capitalize;
	text-decoration: none;
	font-weight: 600;

}
.choose .main_choose .single_choose .single_choose_acording .panel-title a i{
    color: #EA1C15;
    font-size: 1.575rem;
    display: inline-block;
    margin-right: 15px;
    background: url(../images/ch_col_icn.png) no-repeat left center;
    width:49px;
    height: 48px;
    line-height: 48px;
    text-align: center;
    transition: 0.6s;
}
.choose .main_choose .single_choose .single_choose_acording .panel-title:hover a i{
    color: #fff;
    background: url(../images/ch_col_icn_h.png) no-repeat left center;
	font-weight: 600;
}
.choose .main_choose .single_choose .single_choose_acording .panel-title a i.fa-chevron-down{
    float:right;
    margin-right: 0px;
}




.accordion {
	background-color: #dcdcdc;
	color: #000000;
	cursor: pointer;
	padding: 10px;
	width: 100%;
	border: none;
	text-align: left;
	outline: none;
	transition: 0.4s;
	font-weight: 500;
	}
	
	.collapseactive, .accordion:hover {
	background-color: #EA1C15;
	color: #ffffff;
	}
	
	.accordion:after {
	content: '\002B';
	color: #ffffff;
	font-weight: bold;
	float: right;
	margin-left: 5px;
	}
	
	.collapseactive:after {
	content: "\2212";
	}
	
	.panel {
	padding: 0 18px;
	max-height: 0;
	overflow: hidden;
	transition: max-height 0.2s ease-out;
	border: 1px solid #f0f0f0;
    border-top: none;
    background-color: #fafafa;
	}





