.smk_accordion {
  position: relative;
  padding: 0;
  list-style: none;
  margin: 25px 0 10px;
  float:left;
  width:100%;
}
/**
 * --------------------------------------------------------------
 * Section
 * --------------------------------------------------------------
 */
.smk_accordion .accordion_in {
  border: 1px solid #ccc;
  position: relative;
  z-index: 10;
  margin-bottom: 5px;
  overflow: hidden;
  float:left; 
  width:100%; 
  
  
}
/**
 * --------------------------------------------------------------
 * Head
 * --------------------------------------------------------------
 */
.accordion_example2.smk_accordion .accordion_in .acc_head {
  position: relative;
padding: 10px;
display: block;
cursor: pointer;
background: #f7f7f7; font-size:16px; font-family: 'latobold'; color:#000; }
.smk_accordion .accordion_in .acc_head {
  position: relative;padding: 10px;display: block;cursor: pointer;background: #dbdbdb; font-size:15px; font-family: 'latobold'; color:#000; -webkit-transition: All 0.5s ease; -moz-transition: All 0.5s ease; -o-transition: All 0.5s ease; -ms-transition: All 0.5s ease; transition: All 0.5s ease; 
}
.accordion_example2.smk_accordion .accordion_in .acc_head:hover{ background:#595959; color:#fff;}
.sidebar .smk_accordion .accordion_in .acc_head {
  position: relative;
  background: #ECECEC;
  padding:15px;
 color:#000;
  display: block;
  cursor: pointer;
   font-family: 'Quicksand', sans-serif; font-size:18px; font-weight:600; 
}
.smk_accordion .accordion_in .acc_head .acc_icon_expand {
  display: block;
  width: 20px;
  height: 20px;
  position: absolute;
  right: 10px;
  top: 58%;
  margin-top:-13px;
  background:url(../images/plusminus.png) center -19px;
}
.sidebar .smk_accordion .accordion_in .acc_head .acc_icon_expand {
  display: block;
  width: 20px;
  height:22px;
  position: absolute;
  right: 10px;
  top: 50%;
  margin-top: -9px;
  background: url(../../../../index.html) center 0;
}
/**
 * --------------------------------------------------------------
 * Content
 * --------------------------------------------------------------
 */
.smk_accordion .accordion_in .acc_content {
  background: #fff;
  color: #7B7E85;
  padding: 20px;
  float:left; width:100%;
}
.sidebar .smk_accordion .accordion_in .acc_content {
  background: #fff;
  color: #7B7E85;
  padding: 0px;
  float:left; width:100%;
}
.smk_accordion .accordion_in .acc_content h1:first-of-type,
.smk_accordion .accordion_in .acc_content h2:first-of-type,
.smk_accordion .accordion_in .acc_content h3:first-of-type,
.smk_accordion .accordion_in .acc_content h4:first-of-type,
.smk_accordion .accordion_in .acc_content h5:first-of-type,
.smk_accordion .accordion_in .acc_content h6:first-of-type {
  margin-top: 5px;
}
/**
 * --------------------------------------------------------------
 * General
 * --------------------------------------------------------------
 */
.smk_accordion .accordion_in:first-of-type,
.smk_accordion .accordion_in:first-of-type .acc_head {
 
}
.smk_accordion .accordion_in:last-of-type,
.smk_accordion .accordion_in:last-of-type .acc_content {
  border-radius: 0 0 3px 3px;
}
.smk_accordion .accordion_in.acc_active > .acc_content {
  display: block;
}
.smk_accordion .accordion_in.acc_active > .acc_head {
  background: #175c23; font-size:15px; font-family: 'latobold'; color:#fff; letter-spacing:0.5px;  -webkit-transition: All 0.5s ease; -moz-transition: All 0.5s ease; -o-transition: All 0.5s ease; -ms-transition: All 0.5s ease; transition: All 0.5s ease; 
}
.accordion_example2.smk_accordion .accordion_in.acc_active > .acc_head {
  background: #666; font-size:15px; font-family: 'latobold'; color:#fff;  letter-spacing:0.5px; 
}
.smk_accordion .accordion_in > .acc_head:hover{ background:#175c23; color:#fff;}
.sidebar .smk_accordion .accordion_in.acc_active > .acc_head {
 color:#FFF;
background: rgba(222,172,72,1);
background: -moz-linear-gradient(top, rgba(222,172,72,1) 0%, rgba(208,142,11,1) 100%);
background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(222,172,72,1)), color-stop(100%, rgba(208,142,11,1)));
background: -webkit-linear-gradient(top, rgba(222,172,72,1) 0%, rgba(208,142,11,1) 100%);
background: -o-linear-gradient(top, rgba(222,172,72,1) 0%, rgba(208,142,11,1) 100%);
background: -ms-linear-gradient(top, rgba(222,172,72,1) 0%, rgba(208,142,11,1) 100%);
background: linear-gradient(to bottom, rgba(222,172,72,1) 0%, rgba(208,142,11,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#deac48', endColorstr='#d08e0b', GradientType=0 );

}
.smk_accordion .accordion_in.acc_active > .acc_head .acc_icon_expand {
  background: url(../images/plusminus.png) center -39px;
}
.sidebar .smk_accordion .accordion_in.acc_active > .acc_head .acc_icon_expand {
  background: url(../../../../index.html) center -21px;
}
.smk_accordion.acc_with_icon .accordion_in .acc_head,
.smk_accordion.acc_with_icon .accordion_in .acc_content {
  padding-left: 20px;
}

.sidebar .smk_accordion.acc_with_icon .accordion_in .acc_content {
  padding-left: 0px;
}
.sidebar .smk_accordion.acc_with_icon .accordion_in .acc_head{padding-left:15px;}

.rgt-cnt ul li {line-height: 25px; padding-bottom: 4px; background:url('../images/list-icon.png') no-repeat 0 11px; padding-left:30px; color: #333333 ;  font-family: 'latoregular'; font-size:16px; line-height:26px; margin-bottom:0px;}
.rgt-cnt ul li span{ font-weight:600;}
.rgt-cnt ul li:last-child{padding-bottom: 0;}

.rgt-cnt p{ font-family: 'latoregular'; font-size:16px; line-height:27px;}