
.tab1-area {
  display: block;
  background-color: #ffffff;
}
.tab1 a p{ 
  width: 100%;
  height: 40px;
  padding: 0px;
  margin: 0px;
}

.tab1 {
  width: 100%;
  font-size: 16px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  color: #ad9b9b;
  cursor: pointer; 
  border:solid 1px #ad9b9b;
}
.tab1.active {
  background-color: #ad9b9b;
  border:solid 1px #ad9b9b;
  color: #ffffff;
  height: 40px;
  line-height: 40px;
}

.tab1.active a p{
  color: #ffffff;
}
.hovercolor{
	color:rgb(250,50,180);
}
/* .content1-area { */
  /* font-size: 12px; */
  /* text-align: center; */
/* } */
.content1 {
  display: none;
}

.content1.show {
  margin: 5px;
  display: block;
  text-align: center;
}

/* .content1.show>video{ */
  /* width: 100%; */
  /* height: 100%; */
/* } */


@media screen and (max-width: 480px){
  .tab1 a p{ 
    height: 30px;
  }
  .tab1 {
    font-size: 12px;
    height: 30px;
    line-height: 30px;

  }
  .tab1.active {
    height: 30px;
    line-height: 30px;
  }


}
