#rs_grupper ul.options{
	padding:0 10px 10px 0;
	display:block;
	font-size:13px;
	color:#3F3F3F;
	line-height:20px;
	margin:0px;
	list-style:none !important;
	margin-bottom: 25px;
}
#rs_grupper li{
	list-style:none !important;
	border-bottom:1px dotted #CCC;
	height:28px;
	padding-left:0 !important;
	content:none !important;
}
#rs_grupper li:before{
	content: none !important;
}
#rs_grupper li span{
    background-color: #fff;
    font-weight: 500;
    color: #000;
    display: inline;
    font-size: 18px;
    /*
    line-height: 1.2;
     padding: 4px 5px 0px 0px; */

	bottom:-11px;
	font-weight:normal;
	line-height:27px;
	padding-right:5px;
	position:relative;
}
#rs_grupper li b{
    font-weight: 400;
    color: #000;
    font-size: 18px;
                        
	float:right;
	background-color:white;
	bottom:-11px;
	line-height:27px;
	padding-right:5px;
	position:relative;
}
.f_title {
    display: inline-block;
    font-size: 24px;
    line-height: 1;
    font-weight: 500;
    color: #000;
}

/* 
  ##Device = Tablets, Ipads (portrait)
  ##Screen = B/w 768px to 1024px
*/

@media (min-width: 768px) and (max-width: 1024px) {
  
  /* CSS */
  
}

/* 
  ##Device = Tablets, Ipads (landscape)
  ##Screen = B/w 768px to 1024px
*/

@media (min-width: 768px) and (max-width: 1024px) and (orientation: landscape) {
  
  /* CSS */
  
}

/* 
  ##Device = Low Resolution Tablets, Mobiles (Landscape)
  ##Screen = B/w 481px to 767px
*/

@media (min-width: 481px) and (max-width: 767px) {
  
  #rs_grupper li span {
   font-size: 13px !important;   
  }
  #rs_grupper li b {
   font-size: 13px !important;   
  }
  .f_title {
   font-size: 18px !important;   
  }
  
}

/* 
  ##Device = Most of the Smartphones Mobiles (Portrait)
  ##Screen = B/w 320px to 479px
*/

@media (min-width: 320px) and (max-width: 480px) {
  
  #rs_grupper li span {
   font-size: 13px !important;   
  }
  #rs_grupper li b {
   font-size: 13px !important;   
  }
  .f_title {
   font-size: 18px !important;   
  }
  
}