
.pci-hero {
    padding: 0;
    padding-top: 91px;
    margin-bottom: -6px;
}
.pci-img {
    float: left;
    width: 32%;
}
.pci-text {
    width: 60%;
    float: left;
    padding-top: 33px;
}
section.pci-comp {
    background: #f2f3f6;
    padding: 50px 0;
}
.pci-comp-right {
    float: left;
    width: 40%;
}
.pci-comp-left {
    float: left;
    width: 60%;
}
.report-details ul{
	padding:0;
}
.report-details ul li{
	list-style:none;
}
.pci-repost {
    text-align: center;
    max-width: 370px;
    margin: auto;
	border: 1px solid;
    padding: 30px;
}
.report-heading{
	border-bottom:1px solid;
	height: 50px;
    line-height: 50px;
    font-size: 18px;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    padding: 0 20px;
    transition: opacity 250ms ease-out;
}
h2{
	margin-bottom:15px;
}
.report-heading:before {
    color: #22ac60;
    font-size: 30px;
    vertical-align: middle;
    margin-right: 10px;
    content: "\e66c";
    font-family: tc-icons;
    speak: none;
    font-style: normal;
    font-weight: 400;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
section.secure-network,
section.cardholder,
.strong-access,
.secrurity-policy,
.mean-to-you {
    padding: 50px 0;
}
section.maintain-network,
.vulnerability,
.regular-monitor,
.plynt-certified {
    padding: 50px 0;
    background: #f2f3f6;
}
section.mean-to-you {
    padding-bottom: 100px;
}
.certificate {
    float: left;
    width: 33.333333%;
	text-align:center;
}
.certificate-last{
	float:left;
	width:33.333333%;
	text-align:center;

}
.certificates {
    margin-top: 55px;
}
@media(max-width:1199px){
.pci-img {
    width: 40%;
}
.pci-comp-right {
    width: 44%;
}
.pci-comp-left {
    width: 56%;
}
}


@media(max-width:1023px){
.pci-text {
    width: 50%;
    padding-top: 35px;
}
.pci-img {
    width: 50%;
}
.pci-comp-left {
    width: 100%;
    float: none;
}
.pci-comp-right {
    width: 100%;
    float: none;
    margin-top: 50px;
}
}

@media(max-width:767px){
.pci-img {    
	display: none;
}
.pci-text {
    width: 100%;
	padding-top:0;
}
.pci-hero {
    padding: 0;
    padding-top: 125px;
    margin-bottom: 0;
    padding-bottom: 25px;
}
.certificate {
    float: none;
    width: 100%;
    text-align: center;
}
.certificate-last {
    float: none;
    width: 100%;
    text-align: center;
}
.visa-official .tc-btn-md {
    font-size: 14px;
    padding: 0 15px;
}
}

@media(max-width:320px){
.visa-official .tc-btn-md {
    font-size: 13px;
}
}