

.accordion, .accordion * {
	-webkit-box-sizing:border-box; 
	-moz-box-sizing:border-box; 
	box-sizing:border-box;
}

.accordion {
	overflow:hidden;
	background:#f7f7f7;
   /* border: 1px solid #CACACA;*/
}
/*----- Section Titles -----*/
.accordion-section-title {
    width: 100%;
    display: inline-block;
    background: #fff;
    transition: all linear 0.15s;
    font-size: 26px;
    color: #090909;
	text-decoration:none;
    padding: 31px 0;
	text-transform:capitalize;
    font-weight: 500;
}

.brd-bot{
    border-bottom:1px solid #CACACA;
}
.accordion-section-title.active, .accordion-section-title:hover,.accordion-section-title.focus {
    color: #e0010e;
	text-decoration:none;
}

.accordion-section:last-child .accordion-section-title {
border-bottom: none;
}
.accordion-section-content.open{
    border-top: 1px solid #cacaca;	
}
.accordion-section-content {
    padding: 15px 15px;
    display: none;
    border: none;
    border-bottom: 1px solid #cacaca;
    background: #fff;
    text-decoration: none;
    text-indent: 2em;
}
.accordion p {
    color: #464646;
    font-size: 14px;
    line-height: 1.8em;
}
.accordion i {
    float: right;
    margin:4px 20px 0 0;
    color: #000;
    font-size: 13px;
}
a.accordion-section-title span {
  color: #e0010e;
  font-size: 2.0rem;
  
}

.price {
  font-size: 18px;
  color:#e0010e;
/*  font-weight:600;
  border:1px solid #e0010e;
  padding: 0.5rem 1rem;
  line-height: 1.5;
  border-radius: 0.3rem;*/
  
}


.accordion-section h6 {
    font-size: 20px;
    margin-bottom: 15px;
    color: #090909;
    font-weight: 300;
}
/*.accordion-section ul li {
    list-style-type: none;
    line-height: 2em;
    font-size: 14px;
    color: #464646;
}*/
.accordion-section ul li{
    color: #5a5a5a;
	text-decoration:none;	
    font-size: 16px;
	 line-height: 26PX;
	list-style-position: outside;
}

.accordion-section ul li a{
    color: #5a5a5a;
	text-decoration:none;	
    font-size: 16px;
	 line-height: 26PX;
}
.accordion-section ul li span {
    margin-right: 14px;
    color: #e0010e;
    font-weight: 100;
}


/*-- Section Content --*/

@media screen and (max-width: 1024px) {

.accordion-section-title {
		font-size: 17px;
		padding: 27px 0;
	}
	
}

@media screen and (max-width: 480px) {
.accordion-section-title {
		font-size: 17px;
		padding: 17px 0 17px 15px;
		line-height: 30px;
	}
	
.accordion i {
		margin: 4px 15px 0 0;
	}
	
}

