@charset "utf-8";
/* CSS Document */
*{
	margin:0px; padding:0px;
	}


.test_faqs .carousel-indicators li {
    display: inline-block;
    width: 10px;
    height: 10px;
    margin: 1px;
    text-indent: -999px;
    cursor: pointer;
    background-color: transparent;
    border: 1px solid #222;
    border-radius: 10px;
}
.test_faqs  .carousel-indicators .active {
    width: 12px;
    height: 12px;
    margin: 0px;
    background-color: #f65a4e;
}	
.test_faqs .carousel-indicators {
    bottom: 20%;
}	





/*media queries*/
@media screen and (min-width : 0px) and (max-width : 320px){}
@media screen and (min-width : 321px) and (max-width : 480px){}
@media screen and (min-width : 481px) and (max-width : 768px){}


