.chargeback-tabs {
  background-color: #000;
  padding: 30px 0;
}
@media (min-width: 1200px) {
  .chargeback-tabs {
    background-image: url("https://f.hubspotusercontent10.net/hubfs/2530812/2021_rebranding/Chargeback%20Protection/bg-circuit.png"), url("https://f.hubspotusercontent10.net/hubfs/2530812/2021_rebranding/Chargeback%20Protection/bg-circle-lines.png");
    background-repeat: no-repeat;
    background-position: -430px 145%, 329% -570px;
    padding: 100px 0;
  }
}
@media (min-width: 1366px) {
  .chargeback-tabs {
    background-position: -498px 135%, 279% -580p;
  }
}
@media (min-width: 1600px) {
  .chargeback-tabs {
    background-position: -338px 115%, 179% -540px;
  }
}
@media (min-width: 1900px) {
  .chargeback-tabs {
    background-position: -298px 125%, 179% -540px;
  }
}
.chargeback-tabs .tabs {
  display: none;
}
@media (min-width: 1200px) {
  .chargeback-tabs .tabs {
    display: block;
    padding: 0;
    margin: 0;
    width: 75%;
    list-style-type: none;
  }
}
.chargeback-tabs .tabs li {
  padding: 15px 0;
  margin-bottom: 15px;
  font-family: "Montserrat", sans-serif;
  font-size: 20px;
  color: #fff;
  font-weight: 300;
  position: relative;
  cursor: pointer;
}
.chargeback-tabs .tabs li:before {
  content: "";
  background: linear-gradient(90deg, #ff4800 60%, rgba(255, 255, 255, 0) 100%);
  display: block;
  width: 0;
  height: 1px;
  transition: all 0.5s ease 0s;
  position: absolute;
  left: 0;
  bottom: 0;
}
.chargeback-tabs .tabs li.active:before {
  width: 100%;
}
.chargeback-tabs .tab_container h2 {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 25px 0;
  margin: 0 0 35px;
  font-family: "Montserrat", sans-serif;
  font-size: 24px;
  color: #fff;
  font-weight: 300;
  position: relative;
}
@media (min-width: 1200px) {
  .chargeback-tabs .tab_container h2 {
    display: none;
  }
}
.chargeback-tabs .tab_container h2:before {
  content: "";
  background: linear-gradient(90deg, #ff4800 60%, rgba(255, 255, 255, 0) 100%);
  display: block;
  width: 0;
  height: 1px;
  transition: all 0.5s ease 0s;
  position: absolute;
  left: 0;
  bottom: 0;
}
.chargeback-tabs .tab_container h2.acc_active:before {
  width: 100%;
}
.chargeback-tabs .tab_container .tab_content {
  margin: 0 0 40px;
}
@media (min-width: 1200px) {
  .chargeback-tabs .tab_container .tab_content {
    margin: 0;
    width: 90%;
  }
}
.chargeback-tabs .tab_container .tab_content h3 {
  display: none;
}
.chargeback-tabs .tab_container .tab_content h4 {
    display: block;
    margin: 0 0 38px;
    font-family: "Montserrat", sans-serif;
    font-size: 28px;
    color: #ff4800;
    font-weight: 300;
  }
@media (min-width: 1200px) {
  .chargeback-tabs .tab_container .tab_content h3 {
    display: block;
    margin: 0 0 38px;
    font-family: "Montserrat", sans-serif;
    font-size: 36px;
    color: #ff4800;
    font-weight: 300;
  }
  .chargeback-tabs .tab_container .tab_content h3 img,
  .chargeback-tabs .tab_container .tab_content h4 img {
    width: 65px!important;
    margin-right: 25px;
  }
}
.chargeback-tabs .tab_container .tab_content p {
  margin: 0 0 30px;
  font-size: 16px;
	line-height:1.6;
  color: #fff;
}
.chargeback-tabs .tab_container .tab_content ol {
  padding: 0 0 0 30px;
}
@media (min-width: 1200px) {
  .chargeback-tabs .tab_container .tab_content ol {
    width: 90%;
  }
}
.chargeback-tabs .tab_container .tab_content ol li {
  margin: 0 0 35px;
  font-size: 13px;
  color: #fff;
  font-weight: 400;
  line-height: 1.7;
}
.chargeback-tabs .tab_container .tab_content .box {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 40px;
  border: 1px solid #ff4800;
}
.chargeback-tabs .tab_container .tab_content blockquote {
  padding: 30px 55px 0 65px;
  margin: 0;
  position: relative;
}
.chargeback-tabs .tab_container .tab_content blockquote:before,
.chargeback-tabs .tab_container .tab_content blockquote:after {
  font-family: Montserrat,sans-serif;
  font-size: 150px;
  color: #242323;
  font-weight: 400;
  line-height: 1;
  position: absolute;
}
.chargeback-tabs .tab_container .tab_content blockquote:before {
  content: '\201C';
  top: -41px;
  left: 0;
}
.chargeback-tabs .tab_container .tab_content blockquote:after {
  content: '\201D';
  bottom: -41px;
  right: 0;
}

.chargeback-tabs .tab_container .tab_content blockquote p {
  margin: 0 0 40px;
  font-size: 18px;
  font-weight: 300;
  font-style: italic;
}
.chargeback-tabs .tab_container .tab_content .blockquote-author {
  padding-left: 66px;
  margin-bottom: 50px;
}
.chargeback-tabs .tab_container .tab_content .blockquote-author img {
  margin-right: 25px;
}
.chargeback-tabs .tab_container .tab_content .blockquote-author span {
  font-size: 18px;
  color: #fff;
  font-weight: 500;
}
@media (min-width: 1200px) {
  .chargeback-tabs .tab_container .tab_content .box {
    max-width: 435px;
  }
}
.chargeback-tabs .tab_container .tab_content .box img {
  margin-right: 30px;
}
.chargeback-tabs .tab_container .tab_content .box p {
  font-size: 12px;
}
.chargeback-tabs .tab_container .tab_content .box p strong {
  display: block;
  color: #ff4800;
}


.chargeback-tabs .tab_container .tab_content table {
  margin: 40px auto 0;
  border-collapse: collapse
}

.chargeback-tabs .tab_container .tab_content table thead tr th {
  font-size: 20px;
  color: #fff;
  text-transform: uppercase;
  padding: 18px 25px;
  text-align: left;
  border-bottom: 1px solid #ff4800;
  border-left: 1px solid #ff4800
}

.chargeback-tabs .tab_container .tab_content table thead tr th:first-child {
  border-left: 0
}

.chargeback-tabs .tab_container .tab_content table tbody tr td {
  padding: 28px 25px;
  border-left: 1px solid #ff4800;
  vertical-align: text-top;
}

.chargeback-tabs .tab_container .tab_content table tbody tr td:first-child {
  padding: 28px 0;
  border-left: 0;
  white-space:nowrap;
}
.chargeback-tabs .tab_container .tab_content table tbody tr td:first-child p {
  font-weight: 700;
  margin-right: 6rem;
}
.chargeback-tabs .tab_container .tab_content table tbody tr td p {
  margin: 0;
  padding: 0
}
@media(max-width:767px) {
	.chargeback-tabs .tab_container .tab_content img {
		max-width: 50px;
        margin-right: 20px;
	}
}

.chargeback-tabs .call-out {
	background-color:#ccff21;
	display:block;
	clear:both;
	width:100%;
	padding:30px 50px;
}
.chargeback-tabs .call-out p, .chargeback-tabs .tab_container .tab_content .call-out p {
	color: #000 !important;
    font-size: 18px !important;
    font-weight: bold !important;
    margin: 0 !important;
}

