body{ background-color: #f3f3f5;}
.bpo h2{
	text-align: center;
	font-size: 23px;
	color: #088ac6;
	font-family: times of new roman;
}
marquee>a, marquee>a:hover{color:#000; text-decoration:none;}
.productbox {
   
    height:auto;
    padding:10px;
	margin-bottom:10px;
	 padding: 10px;
        -webkit-border-radius: 3px;
        -moz-border-radius: 3px;
        border-radius: 3px;
        background-color: #9c6;
        border: solid 1px #cbcbcb;
        transition: all .20s ease-in-out;
}
.productbox{
  opacity: 8; 
}
.productbox:hover{
  opacity: 0.8; 
}
.producttitle {
    font-weight:bold;
	padding:5px 0 5px 0; 
   font-family: times of new roman;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
    
}
.producttitle a{
   color:#000;
   text-decoration:none;
    }
.producttitle .btn{
    background-color:#EDEEF0;
}
.accordion{
	margin-bottom: 15px;
	border: 5px solid white;
	border-radius: 5px;
	box-shadow: 0px 2px 6px gray;
}
.call p{
	text-align: justify;
	font-size:15px;
	color: #575656;
	margin-top: 15px;
	font-family: times of new roman;
}
.bpo p{
  text-align: justify;
  font-size:15px;
  color: #575656;
  font-family: times of new roman;
}
.wow{
  margin-bottom: 15px;
  margin-top: 15px;
}
.center{
  margin-top: 15px;
}
@media(min-width: 768px){
  .call p{
    font-size:18px;
  }
  .bpo p{
    font-size:18px;
  }
}