
.conveytabs {
  min-width: 100%;
  max-width: 800px;
  padding: 35px;
  margin: 0 auto;
  background: #fff;
text-align: center;
}

.conveytabs section {
  display: none;
  padding: 15px 0 0;
  border-top: 1px solid #a41216;
}

.conveytabs section p {
	
    font-size: 14px;
    line-height: 1.5;
    margin: 0;
    padding: 10px 0;
    text-align: left;
    color: #333;
}
.conveytabs section img{
	 width:100%;
	 height:auto;
 }
 .conveytabs section ifram{
		width:100%;
		height:auto; 
 }
 
 
.conveytabs input {
  display: none;
}

.conveytabs label {
  display: inline-block;
  margin: 0 0 -1px;
  padding: 15px 25px;
  font-weight: 600;
  text-align: center;
  color: #bbb;
  border: 1px solid transparent;
}

.conveytabs label:before {
  font-family: fontawesome;
  font-weight: normal;
  margin-right: 10px;
}



.conveytabs label:hover {
  color: #a41216;
  cursor: pointer;
}

.conveytabs input:checked + label {
  color: #323232;
  border-top: 3px solid #a41216;
  border-bottom: 1px solid #a41216;

}

#tab1:checked ~ #content1,
#tab2:checked ~ #content2,
#tab3:checked ~ #content3,
#tab4:checked ~ #content4,
#tab5:checked ~ #content5,
#tab6:checked ~ #content6
 {
  display: block;
}

@media screen and (max-width: 650px) {
  .conveytabs label {
    font-size: 10px;;
  }

  .conveytabs label:before {
    margin: 0;
    font-size: 18px;
  }
}
@media screen and (max-width: 400px) {
  .conveytabs label {
    padding: 15px;
  }
}
