.all-anchor a {
  text-decoration: unset;
}

.all-list-style li {
  list-style: none;
}

/* Section 1 Banner */
.code-list-banner-sec .services-banner-background .mindcare-banner-heading {
  max-width: unset;
}

.code-list-banner-sec .services-banner-background {
  background: url(/staticfiles/images/code-list-background-image.webp);
  background-size: cover;
}

.ready-to-simplify-column:nth-child(2) {
  width: 48%;
}

.ready-to-simplify-heading h4 {
  font-weight: 400;
  font-size: 1.375rem;
  color: white;
  margin: 1.375rem 0 2rem;
}

.ready-to-simplify-heading h4 a {
  color: #c16bc7;
  font-weight: 700;
}

.hippa-compliance {
  background: url(https://billingfreedom.com/staticfiles/images/hippa-banner.webp);
  height: 25.7rem;
  background-size: cover;
  background-position: center;
}

.compliance-for-billing .highlighted-heading h2 span {
  font-size: 2.1875rem;
  letter-spacing: -0.0125rem;
}

.hippa-social-icons {
  display: flex;
  position: absolute;
  flex-direction: column;
  top: 0.625rem;
  left: -4rem;
  gap: 0.3rem;
}

.grow-your-obgyn {
  padding: 3.125rem 1rem;
  max-width: 67rem;
  margin: 0 auto;
}

.grow-your-obgyn h1 {
  max-width: 30rem;
  font-size: 1.875rem;
  font-weight: 600;
  line-height: 2.5rem;
  padding-bottom: 1.9rem;
}

.banner-line {
  background: #ffc107;
  height: 1px;
  max-width: 40rem;
  margin-bottom: 1.9rem;
}

.grow-your-obgyn p {
  font-size: 1rem;
  max-width: 35rem;
  line-height: 1.7rem;
  padding-bottom: 2rem;
}

.hippa-basics {
  display: flex;
  justify-content: space-between;
  max-width: 77.375rem;
  margin: 0 auto;
  padding: 3rem 1rem;
  position: relative;
}

.blog_hippa_basic {
  margin-top: 5rem;
  padding-top: 0;
  align-items: start;
}

.blog_hippa_basic .health-care-enviroment-heading {
  margin-top: 0.625rem;
}

.blog_hippa_basic .health-insurance-portability.denial-management-heading {
  margin-top: 0;
  padding-top: 0;
  padding-left: 0;
  padding-right: 0;
}

.health-insurance-portability {
  width: 62.5%;
}

.iud-content .hippa-basics .health-insurance-portability {
  width: 100%;
}

.buttons-cpt-code {
  display: flex;
  gap: 2rem;
  margin-top: 1.3125rem;
}

.buttons-cpt-code p {
  width: 49%;
  color: #fff9f2;
  background-color: #004952;
  text-align: center;
  padding: 0.6875rem 0.8125rem;
  border-radius: 0.3125rem;
  font-size: 1rem;
  line-height: 1.1875rem;
}

.medical-policies-buttons {
  display: flex;
  gap: 0.625rem;
  margin: 1.875rem 0 2.5rem;
}

.medical-policy-div {
  width: 50%;
}

.cigna-preventive-care-services {
  display: flex;
  align-items: center;
  gap: 1.0625rem;
  border: 0.0625rem solid #004952;
  border-radius: 1rem;
  padding: 1.3125rem 3.625rem;
  background-color: #f5f8f8;
  justify-content: center;
}

.cigna-preventive-care-services a {
  background-color: #fead9a;
  padding: 0.625rem 1.375rem;
  color: #004952;
  border-radius: 2.375rem;
}

.icd-10-cm-codes h6 {
  color: #004952 !important;
}

.icd-10-cm-codes {
  margin-bottom: 2.1875rem;
}

.tab-section {
  border-color: #004952 !important;
}

.tabs {
  display: flex;
  gap: 0.625rem;
  margin-bottom: 1.25rem;
}

.tab-button {
  padding: 0.5rem 0.125rem;
  border: 0.0625rem solid #004952;
  background-color: white;
  cursor: pointer;
  border-radius: 0.375rem;
  color: #004952;
  min-width: 23%;
  font-size: 0.75rem;
}

.tab-button:hover {
  background: #e9ecef;
  border-color: #adb5bd;
}

.no-results {
  color: #004952;
}

.tab-button.active {
  color: white;
  background-color: #004952;
  font-weight: bold;
}

.code-list-para p {
  text-align: justify !important;
}

.tab-content {
  display: none;
  overflow-y: auto;
}

.tab-content.active {
  margin-top: 0.625rem;
  display: block;
}

.alphabet-nav {
  display: flex;
  flex-wrap: wrap;
  gap: 0.3125rem;
  margin: 1.125rem 0;
  background: #f8f9fa;
  border-radius: 0.375rem;
  justify-content: center;
}

.alphabet-button {
  width: 1.875rem;
  height: 1.875rem;
  border: 0.0625rem solid #004952;
  background: white;
  cursor: pointer;
  font-size: 0.875rem;
  font-weight: bold;
  color: #004952;
  border-radius: 0.25rem;
  transition: all 0.3s ease;
  display: flex;
  align-items: center;
  justify-content: center;
}

.alphabet-button:hover {
  background: #e9ecef;
  border-color: #adb5bd;
}

.alphabet-button.active {
  background: #004952;
  color: white;
}

.alphabet-button.disabled {
  background: #f8f9fa;
  color: #ccc;
  cursor: not-allowed;
  border-color: #e9ecef;
}

.link-box {
  display: flex;
  justify-content: space-between;
  background-color: white;
  padding: 0.625rem 0.75rem;
  margin-bottom: 0.5rem;
  border-left: 0.25rem solid #fead9a;
  border-radius: 0.25rem;
  box-shadow: 0 0.0625rem 0.1875rem rgba(0, 0, 0, 0.05);
  align-items: center;
}

.link-box a {
  text-decoration: none;
  color: #004952;
  max-width: 15rem;
}

.tag {
  background-color: #ffe4c4;
  color: #004952;
  font-size: 0.75rem;
  padding: 0.25rem 0.5rem;
  border-radius: 0.3125rem;
  display: flex;
  justify-content: center;
  align-items: center;
}

.filter-span {
  font-weight: bold;
  margin-right: 0.625rem;
  color: #004952;
}

.filter-info {
  color: #004952;
}

.clear-filter {
  background: #004952;
  color: white;
  border: none;
  padding: 0.5rem 1rem;
  border-radius: 0.25rem;
  cursor: pointer;
  font-size: 0.75rem;
}

.compliance-for-billing .health-insurance-portability ul,
.compliance-for-billing .health-insurance-portability ol {
  padding-left: 1.25rem;
  margin-bottom: 0.5rem;
  margin-top: 0.5rem;
}

.compliance-for-billing .health-insurance-portability ul li ul {
  margin-bottom: 0.5rem;
  margin-top: 0.5rem;
}

.compliance-for-billing .health-insurance-portability ul li,
.compliance-for-billing .health-insurance-portability ol li {
  padding-bottom: 0.5rem;
}

.health-insurance-portability h2,
.health-insurance-portability h3 {
  padding-bottom: 1.3rem;
  color: #004952;
  font-size: 1.75rem;
  font-weight: 400;
  line-height: normal;
  position: relative;
  padding-bottom: 0;
  margin-bottom: 0.875rem;
  margin-top: 0.875rem;
}

.health-insurance-portability h4 {
  position: relative;
  padding-bottom: 0;
  margin-bottom: 0.875rem;
  margin-top: 0.875rem;
}

/* 
.health-insurance-portability h2::after,
.health-insurance-portability h3::after,
.health-insurance-portability h4::after {
  position: absolute;
  left: 0;
  bottom: 0;
  top: 0;
  border-radius: 0.625rem;
  background: #fead9a;
  width: 0.4375rem;
  height: 100%;
  content: "";
} */

.gray-line {
  background: #c1c1c1;
  height: 1.5px;
  margin-bottom: 1rem;
}

.health-insurance-portability h3 {
  font-size: 1.3078rem;
  line-height: 2.1953rem;
}

.health-insurance-portability h4 {
  color: #004952;
}

.health-insurance-portability p {
  color: rgba(0, 73, 82, 0.71);
  font-size: 1rem;
  font-weight: 400;
  line-height: 2.0625rem;
  text-align: left;
}

.health-insurance-portability span {
  color: #fead9a;
}

.health-insurance-portability span a,
.health-insurance-portability p a {
  color: #fead9a;
}

.protection-of-healthcare {
  margin: 1rem 0;
}

.privacy-and-security {
  position: relative;
}

/* right sec */

.get-a-quote-right-sec {
  width: 27%;
  display: flex;
  flex-direction: column;
  gap: 1.25rem;
}

.code-list-right-sec {
  width: 32%;
}

.get-a-quote-form,
.subscribe-our-newsletter,
.rcm-services {
  border-radius: 1rem;
  border: 0.0625rem solid #004952;
  background: #f5f8f8;
  padding: 1.25rem;
}

.subscribe-our-newsletter.unset-img-width,
.subscribe-our-newsletter.subscribe-our-newsletter-paragraph {
  border-color: #fead9a;
}

.subscribe-our-newsletter p {
  text-align: left;
}

.get-a-quote-form h2 {
  color: #004952;
  font-size: 1.6089rem;
  font-weight: 400;
}

.form-group {
  display: flex;
  align-items: stretch;
  flex-direction: column;
}

.get-a-quote-form select {
  /* width: 100%; */
  padding: 0.7rem;
  border: 1px solid #ccc;
  border-radius: 0.3125rem;
  font-size: 0.938rem;
  color: #4e4e4e;
  font-weight: 500;
}

.get-a-quote-form p {
  margin: 0.625rem 0px;
  color: #004952;
  font-size: 0.875rem;
  line-height: 1.3rem;
}

.get-a-quote-form input,
.subscribe-our-newsletter input,
.get-a-quote-form textarea,
.get-a-quote-form select {
  padding: 0.94rem 0.7rem;
  font-weight: 400;
  border-radius: 0.3091rem;
  border: 0.0343rem solid rgba(0, 73, 82, 0.43);
  margin-bottom: 0.6rem;
  outline: none;
  background-color: transparent;
  color: rgba(0, 73, 82, 0.43);
}

.social-media-icons {
  display: flex;
  gap: 1.0875rem;
  padding: 1.275rem 0 2.275rem;
}

.social-media-icons a {
  display: block !important;
}

.ready-to-improve-practice {
  border-radius: 0.75rem;
  border: 0.0625rem solid #fead9a;
  background: #004d651a;
  padding: 1.375rem 1rem;
}

.ready-to-improve-practice h3 {
  padding-left: 0;
  margin-top: 0;
  margin-bottom: 0.1rem;
  font-size: 1.3078rem;
  line-height: 2.1953rem;
  color: #004952;

  font-weight: 500;
}

.ready-to-improve-practice p {
  color: rgba(0, 73, 82, 0.71);
  font-size: 1rem;
  font-weight: 400;
  line-height: 2.0625rem;
  text-align: justify;
}

.ready-to-improve-practice h3::after {
  display: none;
}

.account-receivable-healthcare-image {
  text-align: center;
  padding-bottom: 1.5rem;
}

.get-a-quote-form input::placeholder,
.get-a-quote-right-sec input::placeholder {
  font-size: 0.838rem;
  color: rgba(0, 73, 82, 0.43);
}

.get-a-quote-form select {
  font-size: 0.838rem;
}

.get-a-quote-form input[type="submit"] {
  background-color: #ff8d6e;
  color: #004952;
  border: none;
  padding: 1rem;
  border-radius: 0.3125rem;
  width: 100%;
  font-size: 1rem;
  cursor: pointer;
  margin-bottom: 0;
}

.get-a-quote-form input[value="Get Your Quote!"] {
  font-size: 1.15rem;
}

.subscribe-our-newsletter h3 {
  color: #004952;
  font-size: 1.375rem;
  font-weight: 400;
  line-height: 1.6875rem;
}

.subscribe-our-newsletter p {
  padding-bottom: 2rem;
  font-size: 0.9rem;
}

.sign-up-for-newsletter {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 0.3434rem;
  flex-shrink: 0;
  border-radius: 0.8125rem;
  background: #004952;
  width: 3rem;
  height: 3rem;
}

.news-letter-email input {
  border-radius: 0.875rem;
  border: 0.0625rem solid #004952;
  opacity: 0.55;
  width: 16.375rem;
  height: 3rem;
  color: #004952;
  padding: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  padding-left: 0.9rem;
}

.all-main .get-a-quote-right-sec .sign-up-for-newsletter a {
  color: #fff;
}

.hippa-social-icons a img {
  width: 32px;
  height: 32px;
}

.subscribe-our-newsletter h4,
.subscribe-our-newsletter h4 a {
  color: #004952;
  font-size: 1.275rem;
  font-weight: 400;
  line-height: 1.6875rem;
}

.subscribe-our-newsletter h5 {
  font-size: 1.0024rem;
  font-weight: 400;
  line-height: 1.2362rem;
  border-radius: 0.3091rem;
  background: #004952;
  text-align: center;
  padding: 0.7875rem 0;
  margin-top: 1.5rem;
}

.subscribe-our-newsletter h5 a {
  color: #fff9f2;
}

.rcm-services h4 {
  color: #004952;
  font-size: 1.75rem;
  font-weight: 400;
  line-height: 1.6875rem;
  margin-bottom: 1.375rem;
}

.rcm-services h6 {
  color: #000;
  font-size: 1rem;
  font-weight: 400;
  line-height: 2.5875rem;
}

.icd-10-cm-codes-listing p {
  background-color: #f8f3eb;
  margin-bottom: 0.8125rem;
  border-left: 0.283rem solid #fead9a;
  border-radius: 0.4043rem;
  padding-left: 0.5663rem;
  color: #004952;
}

.icd-10-cm-codes-listing p a {
  color: #004952;
}

.subscribe-our-newsletter-paragraph p {
  color: #004952;
  font-size: 0.9131rem;
  font-weight: 400;
  line-height: 1.5654rem;
  padding-top: 0.625rem;
  padding-bottom: 1.4375rem;
}

.news-letter-email {
  display: flex;
  gap: 0.2rem;
}

.rcm-services span {
  display: inline-block;
  background: #004952;
  width: 1.1875rem;
  height: 1.1875rem;
  border-radius: 50%;
}

.payment-posting span {
  background: #fead9a;
}

.account-recievable span {
  background: #d2dcda;
}

.denial-appeals span {
  background-color: transparent;
  border: 0.0313rem solid #0049524f;
}

.physician-credentialing span {
  background: #ff8d6e;
}

.end-to-end-rcm span {
  background: #739a9f;
}

.charge-entry,
.payment-posting,
.account-recievable,
.denial-appeals,
.physician-credentialing,
.end-to-end-rcm {
  display: flex;
  align-items: center;
  gap: 0.8rem;
}

.boost-your-revenue {
  background: #fff8f1;
}

.boost-your-revenue-main {
  display: flex;
  justify-content: space-between;
  align-items: center;
  max-width: 70rem;
  margin: 0 auto;
  padding: 4.5rem 1rem;
}

.boost-your-revenue-left-sec {
  width: 50%;
}

.boost-your-revenue-right-sec {
  width: 40%;
  border-radius: 1rem;
  padding: 1.875rem;
}

.boost-your-revenue-right-sec input {
  width: 93%;
  border-radius: 0;
  padding: 1rem;
}

.boost-your-revenue-right-sec textarea {
  width: 95%;
  border-radius: 0;
}

.boost-your-revenue-right-sec input[type="submit"] {
  width: 100%;
}

.boost-your-revenue-right-sec h2 {
  color: #ff8d6e;
  margin-bottom: 0.2rem;
  font-weight: 400;
}

.boost-your-revenue-right-sec p {
  font-size: 0.938rem;
  color: #707070;
  padding-bottom: 2rem;
}

/* ICD Billing Page */

.icd-for-medical-billing {
  background: url(https://billingfreedom.com/staticfiles/images/icd-billing.webp);
  background-position: center;
  background-size: cover;
}

.icd-for-medical-billing h1 {
  max-width: 35rem;
}

.cornerstone-accurate h2 {
  padding-bottom: 0.5rem;
}

.by-billing-freedom {
  font-size: 0.8rem;
  color: #ff8d6e;
  margin-bottom: 1rem;
}

.cornerstone-accurate .gray-line {
  margin-top: 1rem;
}

h3.icd-10-cm {
  font-size: 1.4rem;
  font-weight: 600;
}

.health-insurance-portability.cornerstone-accurate h6 {
  font-size: 1rem;
  font-weight: 600;
  padding-bottom: 1rem;
  color: #004952;
}

/* Table */

table {
  width: 100% !important;
  border-collapse: collapse;
}

tr {
  border: 1px solid #ddd !important;
}

td,
th {
  padding: 10px 6rem 10px 10px;
  text-align: left;
}

.becterial-infection th {
  padding: 0.625rem 6rem 0.625rem 0.625rem;
}

.becterial-infection tbody tr:nth-of-type(2n) {
  background-color: #eee;
}

.icd-10-pcs a {
  color: #ff8d6e;
  text-decoration: underline;
}

.icd-10-pcs a:hover {
  color: #2ea3f2;
}

table.becterial-infection {
  margin-bottom: 1.5rem;
}

.all-main .coding-through-guidelines {
  background: url(https://billingfreedom.com/staticfiles/images/coding-through-guidlines-banner.png);
  background-size: cover;
}

.numerous-practices .encountered-difficulties {
  width: 67%;
}

.numerous-practices .guidelines-form-billing {
  width: 30%;
}

.numerous-practices p {
  font-size: 1rem;
  font-weight: 400;
  text-align: justify;
  padding-bottom: 1rem;
  line-height: 1.6rem;
  max-width: 42rem;
}

.numerous-practices .artical-billing-freedom span {
  color: #a5a5a5;
}

.all-main .antepartum-care {
  margin-left: 1rem;
}

.numerous-practices .best-obsterics h2 {
  font-size: 1.5rem;
  font-weight: 600;
}

.numerous-practices .every-plan-is-different,
.best-obsterics ul {
  margin: 1rem;
  line-height: 1.625rem;
  text-align: justify;
}

.numerous-practices label {
  font-weight: 600;
}

.numerous-practices .mostly-done {
  margin-left: 1rem;
}

.numerous-practices .mostly-done li {
  list-style: disc;
}

.episiotomy {
  margin: 1.875rem 0;
  border: 1px solid #eee;
}

.icd-10-pcs.cpt-table {
  margin: 15px 0;
}

.cpt-description {
  background-color: #ff8d6e;
  display: flex;
  justify-content: space-between;
  padding: 0.5rem 3rem;
  color: #fff;
}

.cpt-description p {
  color: #fff;
  font-weight: 300;
  text-align: center;
  padding: 0;
}

.routine-including {
  display: flex;
  align-items: center;
  padding: 0.5rem;
  justify-content: space-between;
}

.routine-including p {
  font-size: 0.938rem;
  color: rgba(0, 73, 82, 0.71);
  line-height: 1.6rem;
  text-align: center;
  padding: 0;
}

.routine-including p:nth-child(1) {
  width: 7.375rem;
}

.routine-including p:nth-child(2) {
  width: 22.5rem;
}

.routine-including p:nth-child(3) {
  width: 10rem;
}

.light-gray-bg {
  background-color: #eee;
}

.supervision-high-risk {
  margin: 1.8975rem 0;
  border: 1px solid #eee;
}

.supervision-high-risk td {
  color: rgba(0, 73, 82, 0.71);
  padding: 0.5rem;
  text-align: center;
  font-size: 0.938rem;
}

.supervision-high-risk th {
  background-color: #ff8d6e;
  color: #fff;
  padding: 0.5rem;
  font-weight: 400;
}

.supervision-high-risk th:nth-child(1) {
  width: 5rem;
}

.supervision-high-risk th:nth-child(2) {
  width: 15rem;
}

.supervision-high-risk tr:nth-child(even) {
  background-color: #eee;
}

.supervision-high-risk .highlight {
  background-color: #ff8d6e;
  color: #fff;
}

ol.every-plans {
  padding-left: 25px;
  padding-bottom: 19px;
  line-height: 1.9;
}

/*new css add by saad Rauf*/

.editor-txt-box {
  background-color: #fff;
  padding: 0.9375rem 1.5625rem;
  /* box-shadow: 0px 0px 30px -20px rgba(0,0,0,0.75); */
}

.numerous-practices .encountered-difficulties {
  background-color: #fff;
  box-shadow: 0px 0px 30px -20px rgba(0, 0, 0, 0.75);
}

.editor-txt-box p {
  font-size: 1rem;
  color: rgb(29, 29, 29);
  text-align: justify;
  padding: 0 0 1rem 0;
  font-weight: 400;
  /* padding: 0px; */
  /* margin-bottom: 1rem; */
}

.editor-txt-box p a {
  color: #ff8d6e;
}

.editor-txt-box h1 {
  font-size: 2.5rem;
  font-weight: 400;
  line-height: 1.3;
  color: #000;
}

.editor-txt-box h2 {
  font-size: 1.875rem;
  font-weight: 400;
  line-height: 1.3;
  color: #000;
  margin: 1rem 0 0.7rem 0;
  padding: 0px;
  font-weight: 400;
}

.editor-txt-box h3 {
  font-size: 1.375rem;
  font-weight: 500;
  line-height: 1.3;
  color: #000;
  margin: 0.5rem 0 0.7rem 0;
  padding: 0px;
}

.editor-txt-box ul,
.editor-txt-box ol {
  /* margin: 1.5rem 0 0.7rem 0; */
  padding: 0 0 0 2.25rem;
  margin-bottom: 1.8rem;
}

.editor-txt-box ul li {
  margin-bottom: 0.625rem;
}

.editor-txt-box ul li,
.editor-txt-box ol li {
  text-decoration: none;
  color: #1d1d1d;
  font-size: 1rem;
  line-height: 1.4;
  margin-bottom: 0.4rem;
}

.editor-txt-box ul li a {
  text-decoration: none;
  color: #ff8d6e;
  font-size: 1rem;
  line-height: 1.4;
}

.editor-txt-box p a {
  color: #ff8d6e;
  text-decoration: none;
}

/*Table of Contents css*/
.table-of-contents {
  background-color: #f9f9f9;
  padding: 10px 20px 10px 10px;
  border: 1px solid #aaa;
  border-radius: 5px;
  margin: 10px 0px;
}

.table-of-contents ul,
.table-of-contents ol {
  list-style-position: inside;
  list-style-type: decimal;
  /* margin: .9375rem 0px; */
}

.table-of-contents ul li,
.table-of-contents ol li {
  font-size: 0.9375rem;
  color: #444;
}

.table-of-contents ul li ul,
.table-of-contents ol li ol {
  padding-left: 15px;
  margin-top: 10px;
}

.table-of-contents-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.table-of-contents-body {
  max-height: 0;
  overflow: hidden;
  transition: 0.5s;
}

.table-of-contents-body.open {
  max-height: 900px;
  transition: 0.7s;
}

.table-of-contents-toggler {
  border: 0.0625rem solid #aaaaaa;
  border-radius: 0.25rem;
  padding: 0.3125rem 0 0 0.375rem;
  cursor: pointer;
}

.table-of-contents-header h2 {
  font-size: 1.1875rem;
  font-weight: 500;
  color: #1d1d1d;
}

/*blog inner page table in text editor */
.editor-txt-box table thead {
  background-color: #ff8d6e;
  color: #fff;
}

.editor-txt-box table tbody tr:nth-child(even) {
  background-color: #eeeeee;
}

.editor-txt-box table tr td {
  font-size: 15px;
  font-weight: 400;
  padding: 0.625rem;
  width: 250px;
  text-align: start;
}

.editor-txt-box table tr th {
  padding: 0.625rem;
  width: 250px;
  text-align: start;
}

.all-main .failure-message,
.all-main .success-message {
  font-size: 1rem;
  color: red;
  padding: 11px 18px;
  border: 2px solid red;
  display: block;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 20px;
  margin-top: 20px;
}

.all-main .success-message {
  color: green;
  border: 2px solid green;
}

section.compliance-for-billing.numerous-practices .hippa-basics {
  gap: 2rem;
}

.coding-alert-billing td,
th {
  padding: 0;
}

/* pedriatic table */

.peditractic-table table {
  font-family: arial, sans-serif;
  border-collapse: collapse;
  margin: 15px 0;
}

.peditractic-table td,
.peditractic-table th {
  text-align: left;
  font-size: 0.938rem;
  color: rgba(0, 73, 82, 0.71);
  line-height: 1.6rem;
  padding: 8px;
  border: 1px solid #004952;
}

.case-study-billing td,
.case-study-billing th {
  text-align: left;
}

.peditractic-table th {
  color: #fff;
  background-color: #ff8d6e;
  font-size: 0.938rem;
  border: 0.0625rem solid #ff8d6e;
}

.peditractic-table tr:nth-child(even) {
  background-color: #eee;
}

.peditractic-table table tr:nth-child(1) th:nth-child(1) {
  width: 14%;
}

.peditractic-table table tr:nth-child(1) th:nth-child(2) {
  width: 35%;
}

.peditractic-table table tr:nth-child(1) th:nth-child(3) {
  width: 29%;
}

.peditractic-table tr {
  margin: 0 -1px;
}

.all-main .peditractic-table.dermatology-billing table tr th {
  width: unset;
}

.denial-management {
  background-image: url(/staticfiles/images/denial-managment-banner.webp);
}

.denial-management-heading strong {
  color: #004952;
}

.billing-guideline-inner ul li ul,
.billing-guideline-inner ul li ul li {
  margin-bottom: 0;
  padding-bottom: 0;
}

.billing-guideline-inner ul {
  margin-bottom: 0;
}

.health-care-enviroment .health-insurance-portability label {
  display: block;
  font-weight: 400;
  margin-bottom: 10px;
}

.health-care-enviroment .health-insurance-portability input[type="checkbox"] {
  display: none;
}

/* Styling for custom checkbox */
.health-care-enviroment .health-insurance-portability .custom-checkbox {
  position: relative;
  width: 17px;
  height: 17px;
  display: inline-block;
  margin-right: 6px;
  vertical-align: middle;
  cursor: pointer;
  transition: background-color 0.3s, border-color 0.3s;
  background-color: #ff8d6e;
  margin-top: -3px;
}

/* Tick mark - hidden initially */
.health-care-enviroment .health-insurance-portability .custom-checkbox::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: -0.4px;
  margin: auto;
  width: 3px;
  height: 9px;
  border: solid white;
  border-width: 0 4px 4px 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  opacity: 0;
  transition: opacity 0.1s;
}

/* Background color change on hover */
.health-care-enviroment .health-insurance-portability .custom-checkbox:hover {
  background-color: #ff9800;
  border-color: #e68a00;
}

/* Show tick when checkbox is checked */
.health-care-enviroment .health-insurance-portability input[type="checkbox"]:checked+.custom-checkbox {
  background-color: #ff9800;
  border-color: #e68a00;
}

/* Make the tick visible when checked */
.health-care-enviroment .health-insurance-portability input[type="checkbox"]:checked+.custom-checkbox::after {
  opacity: 1;
}

.case-study-billing table p {
  padding-bottom: 0;
}

.case-study-billing table th p {
  text-align: center;
}

.payment-posting-banner {
  background-image: url(https://billingfreedom.com/staticfiles/images/payment-posting-banner.webp);
}

.charge-entry-banner {
  background-image: url(https://billingfreedom.com/staticfiles/images/charge-entry-banner.webp);
}

.billing-coding-alert-call a {
  display: flex;
  align-items: center;
  margin-top: 0.5rem;
}

.billing-coding-alert-call span {
  color: #ff8d6e;
}

.billing-coding-alert-call span img {
  transform: translate(-2px, 2px);
}

.billing-coding-alert-call a span:nth-child(1) {
  padding-left: 0;
}

.compliance-for-billing .health-insurance-portability ol li,
.compliance-for-billing .health-insurance-portability ul li {
  font-size: 1rem;
  text-align: justify;
  color: rgba(0, 73, 82, 0.71);
  line-height: 1.6rem;
  list-style-type: disc;
}

.compliance-for-billing .health-insurance-portability ol li a,
.compliance-for-billing .health-insurance-portability ul li a {
  color: #fead9a;
}

.new-obg-banner-heading p a {
  color: #004952;
}

.share-blog-column {
  background-color: #fca3971a;
  border-top-left-radius: 0.75rem;
  border-top-right-radius: 0.75rem;
  border-bottom-left-radius: 0.75rem;
  border-bottom-right-radius: 0.75rem;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 23%;
  padding: 1.732rem 0;
  row-gap: 1.25rem;
  border: 0.0625rem solid #004a61;
}

.share-blog-column-inner {
  padding-top: 0;
  padding-bottom: 0;
  padding-left: 0;
  padding-right: 0;
  border-radius: 0.2813rem;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 58%;
  min-height: 3.125rem;
  background: #004a61;
  border: 0.0625rem solid #f5f8f8;
  position: relative;
  transition: background-color 0.3s ease-in-out, filter 0.3s ease-in-out,
    color 0.3s ease-in-out, box-shadow 0.3s ease-in-out;
}

.share-blog-column-inner a:hover~.share-blog-column-inner {
  background: red;
}

.share-blog-column-inner a {
  position: absolute;
  right: 0;
  left: 0;
  top: 0;
  bottom: 0;
}

.share-blog-column-inner p {
  color: #e8f2fc;
}

.share-blog-column-inner:nth-child(2) {
  background-color: #ae64bb;
}

.share-blog-column-inner:nth-child(2) p {
  color: #ffffff;
}

.all-share-blog-article-via-main {
  max-width: 77.375rem;
  margin: 0 auto;
  display: flex;
  padding-bottom: 3rem;
}

.all-ready-to-improve-practice {
  display: flex;
  gap: 3.125rem;
}

.ready-to-improve-practice {
  width: 60%;
}

.share-blog-column {
  width: 30%;
}

/* blog inner table */
.blog_inner_table p strong {
  font-weight: 300;
  font-style: normal;
}

.blog_inner_table p strong em,
.blog_inner_table p em {
  font-style: normal;
}

.blog_inner_table tr td {
  background-color: unset !important;
}

.blog_inner_table tr:nth-child(1) td p,
.blog_inner_table tr:nth-child(1) p strong {
  color: #ffffff;
  font-weight: 700;
  line-height: 1.6rem;
}

.blog_inner_table tr:nth-child(1) {
  background-color: #fead9a;
}

.cpt-banner .new-obg-banner-heading p {
  display: inline-block;
  font-size: 1.15rem;
  font-weight: 700;
  color: #ffffff;
  background: #004952;
  padding: 0.8588rem 2.6542rem 0.8rem;
  border-radius: 1.563rem;
  transition: background-color 0.3s ease-in-out, filter 0.3s ease-in-out,
    color 0.3s ease-in-out, box-shadow 0.3s ease-in-out;
}

.cpt-banner h1 {
  font-weight: 500;
}

.cpt-banner h1 span {
  font-size: 2.5rem;
  display: block;
  margin-top: 16px;
  line-height: 3.1rem;
  font-weight: 400;
}

.icd-10-cm-codes-listing {
  display: unset;
}

@media screen and (max-width: 1100px) {
  html {
    font-size: 14px;
  }

  .news-letter-email {
    flex-direction: column;
  }

  .news-letter-email input {
    width: 95%;
  }

  section.compliance-for-billing {
    padding: 0 3rem;
  }
}

@media screen and (max-width: 1024px) {
  .code-list-right-sec {
    width: 38%;
  }

  .code-list-para {
    width: 59%;
  }
}

@media screen and (max-width: 768px) {
  html {
    font-size: 12px;
  }

  .health-insurance-portability.cornerstone-accurate.encountered-difficulties.billing-guideline-inner {
    width: 90%;
  }

  .hippa-basics {
    flex-direction: column;
    gap: 2rem;
  }

  .health-insurance-portability {
    width: 93%;
    margin: 0rem auto 0 auto;
  }

  .grow-your-obgyn {
    padding: 1.975rem 1rem;
    max-width: 40rem;
    text-align: center;
  }

  .get-a-quote-right-sec {
    width: 70%;
    margin: 0 auto;
  }

  .code-list-right-sec {
    width: 85%;
  }

  /* input[type="text"],
  input[type="email"],
  textarea {
    width: 92%;
  } */

  .boost-your-revenue-main {
    flex-direction: column;
    gap: 2rem;
  }

  .boost-your-revenue-right-sec {
    width: 60%;
  }

  /* .boost-your-revenue-right-sec textarea {
    width: 94%;
  }

  input[type="submit"] {
    width: 97%;
  } */

  /* select {
    width: 96%;
  } */

  .numerous-practices .guidelines-form-billing {
    width: 100%;
  }

  .numerous-practices .encountered-difficulties {
    width: 100%;
  }

  .five-resosan {
    max-width: 100%;
    width: unset;
  }

  .news-letter-email {
    flex-direction: row;
  }

  .all-ready-to-improve-practice {
    flex-direction: column;
    row-gap: 1.5rem;
  }

  .ready-to-improve-practice {
    width: 92.7%;
  }

  .share-blog-column {
    width: 100%;
  }

  section.compliance-for-billing {
    padding: 0 0rem;
  }

  .all-share-blog-article-via-main {
    padding-left: 2rem;
    padding-right: 2rem;
  }
}

/* @media screen and (max-width: 500px) {
  select {
    width: 98%;
  }
} */
@media screen and (max-width: 425px) {
  .tab-button {
    font-size: 9px;
  }

  .tabs {
    gap: 7px;
  }
}

@media screen and (max-width: 375px) {
  html {
    font-size: 11px;
  }

  .tab-button {
    padding: 0.375rem;
  }
}

/* Code Link Styling */
.code-link {
  color: #004952;
  text-decoration: none;
  font-weight: 500;
  transition: color 0.3s ease;
}

.code-link:hover {
  color: #ffc107;
  text-decoration: underline;
}

.code-link:visited {
  color: #004952;
}

.code-link:active {
  color: #ffc107;
}

/* Load More Styles */
.load-more-container {
  margin-top: 1rem;
}

.pagination-info {
  text-align: center;
  margin-bottom: 1rem;
  color: #666;
  font-size: 0.9rem;
}

.load-more-controls {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 1rem;
}

.load-more-btn {
  background-color: #ff7f5c;
  color: #fff;
  border: 1px solid #ff7f5c;
  padding: 0.55rem 1.1rem;
  font-size: 0.9rem;
  font-weight: 600;
  border-radius: 0.375rem;
  cursor: pointer;
  transition: all 0.3s ease;
  text-decoration: none;
  display: inline-block;
  min-width: 150px;
}

.load-more-btn:hover {
  background-color: #fff;
  color: #004952;
  border-color: #004952;
  text-decoration: none;
}

.load-more-btn:disabled {
  background-color: #ccc;
  color: #666;
  border-color: #ccc;
  cursor: not-allowed;
}

.load-more-btn:disabled:hover {
  background-color: #ccc;
  color: #666;
  border-color: #ccc;
}

/* Responsive load more */
@media screen and (max-width: 768px) {
  .load-more-btn {
    padding: 0.6rem 1.2rem;
    font-size: 0.9rem;
    min-width: 120px;
  }
}

@media screen and (max-width: 480px) {
  .load-more-btn {
    padding: 0.5rem 1rem;
    font-size: 0.85rem;
    min-width: 100px;
  }
}