main#main {
  padding: 0 !important;
}

.main-menu {
  padding-bottom: 1% !important;
}

#wrapper #main .fullwidth-box .fusion-row {
  width: 100% !important;
  max-width: 100% !important;
}

.fusion-fullwidth.fullwidth-box.fusion-builder-row-1.fusion-flex-container.has-pattern-background.has-mask-background.nonhundred-percent-fullwidth.non-hundred-percent-height-scrolling {
  margin: 0 !important;
  padding: 0 !important;
}

.fusion-fullwidth {
  padding: 0 !important;
}

.fusion-column-wrapper.fusion-flex-justify-content-flex-start.fusion-content-layout-column {
  margin: 0 !important;
  padding: 0 !important;
}

.fusion-post-content p,
.post-content p {
  margin: unset;
}

.fusion-layout-column {
  margin-bottom: 0;
}

:root {
  --clr-white: #ffffff;
  --clr-blue: #0C4C7D;
  --clr-orange: #FAA61C;
  --clr-text: #000000;
}

body #billing-main {
  font-family: 'Lato', sans-serif;
  color: var(--clr-text);
  font-size: 1.0625rem;
  line-height: 1.6;
  background-color: var(--clr-white);
  overflow-x: hidden;
  font-variant-ligatures: none;
}

#billing-main h3 {
  font-family: 'Lato', sans-serif !important;
  color: var(--clr-blue) !important;
}

#billing-main h1.hero-section-heading {
  font-family: 'Inter', sans-serif;
  color: var(--clr-blue);
  font-size: 2.25rem !important;
  line-height: 1.1 !important;
  font-weight: 700;
  margin-top: 0;
  margin-bottom: 1rem;
}

#billing-main .hero-content h2.subheading {
  font-family: 'Lato', sans-serif;
  font-size: 1.5rem;
  line-height: 1.5 !important;
  font-weight: 600;
  margin-bottom: 1rem;
  color: black;
}

#billing-main h2.section-heading {
  font-family: 'Inter', sans-serif;
  color: var(--clr-text) !important;
  font-size: 1.875rem !important;
  line-height: 1.3 !important;
  font-weight: 600;
  margin-bottom: 0.625rem;
}


.functionality-header {
  margin-bottom: 2rem;
}

.container {
  width: 100%;
  max-width: 72.5rem;
  margin: 0 auto;
  padding: 4rem 1.25rem;
}

/* HERO SECTION */
.hero {
  background: url('https://www.therapservices.net/images/product/2026/billing/hero-image-top-pop-outs.png'), linear-gradient(270deg, #fff 0%, #FCD893 100%);
  position: relative;
  background-size: auto 122%, cover;
  background-position: right center, center center;
  background-repeat: no-repeat;
}

.hero-container {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 0rem;
  padding: 4rem 0rem;
  max-width: 72.5rem;
  margin: 0 auto;
}

.hero-content {
  flex: 1.6;
  max-width: 40rem;
}

p.hero-desc {
  margin-top: 1.5rem !important;
  font-size: 1.0625rem;
  line-height: 1.6;
}

.btn-primary {
  display: inline-flex;
  align-items: center;
  gap: 0.625rem;
  background-color: var(--clr-orange);
  color: var(--clr-blue);
  font-weight: 700;
  padding: 0.875rem 2rem;
  border-radius: 2rem;
  border: none;
  cursor: pointer;
  font-size: 1.313rem;
  line-height: 1.625rem;
  font-family: 'Lato', sans-serif;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.btn-primary:hover {
  transform: translateY(-0.125rem);
}

.btn-primary:focus-visible,
*:focus-visible {
  outline: 0.125rem solid var(--clr-blue) !important;
  outline-offset: 0.125rem;
}

.btn-primary svg {
  width: 25px;
  fill: #0C4C7D;
}

.hero-images {
  flex: 1.2;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
}

.hero-images img {
  display: none;
}

.hero-overlay-img {
  position: absolute;
  z-index: 2;
}

/* FUNCTIONALITY SECTION */
.func-grid {
  display: flex;
  align-items: flex-start;
  gap: 2rem;
}

.func-images {
  flex: 1;
  position: relative;
}

.func-main-img {
  width: 100%;
}

.func-list {
  flex: 1;
  display: flex;
  flex-direction: column;
  gap: 1.25rem;
}

.line-border {
  height: 3px;
  background: linear-gradient(90deg, rgba(186, 221, 118, 0.50) 37.5%, rgba(189, 220, 128, 0.00) 100%);
  width: 100%;
}

.func-item {
  display: flex;
  align-items: center;
  gap: 2rem;
}

.func-icon {
  flex-shrink: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 2.5rem;
  height: 2.5rem;
}

.func-icon img {
  width: 100%;
  height: auto;
}

.func-text h3 {
  font-size: 1.375rem !important;
  line-height: 1.4 !important;
  font-weight: 600;
  margin: 0;
  margin-bottom: 0.313rem;
  font-family: 'Lato', sans-serif;
  color: var(--clr-blue);
}

.func-text p {
  font-size: 1.0625rem;
  line-height: 1.6;
  color: var(--clr-text);
}

/* BENEFITS SECTION */
.benefits {
  background: linear-gradient(0deg, #FFF 0%, #E6F0D1 96.63%);
  text-align: center;
}

.benefits-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 2.5rem;
  margin-top: 2rem;
  text-align: left;
}

.benefit-card {
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  gap: 1rem;
}

.benefit-card-content {
  display: flex;
  gap: 5px;
  margin-bottom: 1rem;
  flex-direction: column;
}

.benefit-card h3 {
  font-size: 1.375rem;
  line-height: 1.5 !important;
  margin: 0 !important;
  color: var(--clr-blue);
  font-weight: 600;
}

.benefit-card-img {
  width: 1.5rem;
  height: auto;
  flex-shrink: 0;
  margin-top: 4px;
}

.benefit-card-img img {
  width: 100%;
}

.benefit-card p {
  font-size: 1.0625rem;
  line-height: 1.6;
}

/* TESTIMONIALS SECTION */
.testimonials {
  background: linear-gradient(96deg, #FBD877 20.66%, #FFF6DD 87.47%);
  text-align: center;
}

.testimonials-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 2rem;
  margin-top: 2rem;
  text-align: left;
}

.testimonial-card {
  border-radius: 1rem;
  border: 2px solid #FFB92E;
  background: rgba(255, 255, 255, 0.90);
  padding: 30px;
}

.testimonial-author {
  display: flex;
  align-items: center;
  gap: 1.25rem;
  margin-bottom: 1.25rem;
}

.testimonial-author img {
  width: 5rem;
  height: auto;
  object-fit: cover;
}

.author-info h3 {
  font-size: 1.1875rem;
  line-height: 1.5rem !important;
  margin: 0 0 0.25rem 0;
  color: var(--clr-blue);
  font-weight: 600;
  font-family: 'Lato', sans-serif;
}

.author-info p {
  font-size: 1.0625rem;
  line-height: 1.6rem;
  margin: 0;
}

.testimonial-quote {
  font-size: 1.0625rem;
  line-height: 1.6;
}

/* FAQ SECTION */

.faq-columns {
  display: flex;
  gap: 3rem;
  align-items: flex-start;
  margin-top: 2rem;
}

.faq-column {
  flex: 1;
  display: flex;
  flex-direction: column;
}

.faq .section-heading {
  text-align: center;
}

.faq-summary::-webkit-details-marker {
  display: none;
}

.faq-summary {
  list-style: none;
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 20px 0;
  background: none;
  border: none;
  border-bottom: 2px solid #FFEDC7;
  cursor: pointer;
  text-align: left;
}

.faq-item:first-of-type .faq-summary {
  border-top: 2px solid #FFEDC7;
}

.faq-summary:focus-visible {
  outline: 0.125rem solid var(--clr-blue);
  outline-offset: 0.125rem;
}

span.faq-question {
  font-family: 'Lato', sans-serif;
  font-size: 1.0625rem;
  line-height: 1.6;
  font-weight: 600;
  color: var(--clr-text);
}

.faq-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 26px;
  height: auto;
  flex-shrink: 0;
  margin-left: 1rem;
}

details.faq-item[open] .faq-summary {
  border-bottom: none;
}

details.faq-item[open] .faq-icon-plus {
  display: none !important;
}

details.faq-item:not([open]) .faq-icon-minus {
  display: none !important;
}

.faq-content {
  padding: 0 0 1.5rem 0;
  border-bottom: 2px solid #FFEDC7;
}

.faq-content p {
  font-size: 1.0625rem;
  line-height: 1.625rem;
}

/* RESPONSIVE DESIGN */
@media(min-width:1900px) {
  .hero {
    background-size: auto 115%, cover;
    background-position: right center, center center;
    background-repeat: no-repeat;
  }

  #billing-main h1.hero-section-heading {
    font-size: 2.8125rem !important;
    line-height: 1.2 !important;
    margin-bottom: 2rem;
  }

  p.hero-desc {
    font-size: 1.375rem !important;
    line-height: 1.7;
  }
}


@media(min-width:2100px) {
  .hero {
    background-size: auto 122%, cover;
    background-position: right center, center center;
    background-repeat: no-repeat;
  }

  .hero-content {
    flex: 1.6;
    max-width: 50rem;
  }

  #billing-main h1.hero-section-heading {
    font-size: 3.25rem !important;
    line-height: 1.2 !important;
    margin-bottom: 2rem;
  }

  .btn-primary {
    padding: 1rem 2.1875rem;
    font-size: 1.75rem;
  }

  .btn-primary svg {
    width: 1.875rem;
    fill: #0C4C7D;
  }

  .container,
  .hero-container {
    max-width: 87.5rem;
  }
}

@media(min-width:1700px) {
  #billing-main h1.hero-section-heading {
    font-size: 2.4375rem !important;
  }
}

@media(max-width:1480px) {
  .hero-container {
    padding: 3rem 1.25rem;
  }

  .hero-content {
    flex: 1.2;
    max-width: 34rem;
  }
}

@media(max-width:1281px) {
  .hero {
    background: linear-gradient(270deg, #fff 0%, #FCD893 100%);
    position: relative;
    background-repeat: no-repeat;
    overflow: hidden;
  }

  section.hero:after {
    content: "";
    position: absolute;
    top: 0;
    right: -18px;
    width: 52%;
    height: 100%;
    background-image: url("https://www.therapservices.net/images/product/2026/billing/hero-image-top-pop-outs.png");
    background-size: cover;
    background-position: right center;
    background-repeat: no-repeat;
    pointer-events: none;
  }

  #billing-main h1.hero-section-heading {
    font-size: 2.125rem !important;
    line-height: 1.1 !important;
  }
}


@media(max-width:1180px) {
  .hero-overlay-img {
    display: none;
  }

  .container,
  .hero-container {
    max-width: 90%;
  }

  /* 
  .hero-container {
    max-width: 95%;
  } */

  .hero-content {
    flex: 1 1 70%;
    max-width: 70rem;
  }

  .hero-images {
    flex: 1 1 30%;
  }

  section.hero:after {
    content: "";
    position: absolute;
    top: 0;
    right: 0px;
    width: 30%;
    height: 100%;
    background-image: url("https://www.therapservices.net/images/product/2026/billing/Billing-hero-image-2026-tab-view.png");
    background-size: cover;
    background-position: right center;
    background-repeat: no-repeat;
    pointer-events: none;
  }
}

@media(max-width:1024px) {
  .hero-overlay-img {
    display: none;
  }

  .container,
  .hero-container {
    max-width: 90%;
  }

  .hero-content {
    flex: 1 1 50%;
  }

  .hero-images {
    flex: 1 1 40%;
  }

  section.hero:after {
    content: "";
    position: absolute;
    top: 0;
    right: 0px;
    width: 40%;
    height: 100%;
    background-image: url("https://www.therapservices.net/images/product/2026/billing/Billing-hero-image-2026-tab-view.png");
    background-size: cover;
    background-position: right center;
    background-repeat: no-repeat;
    pointer-events: none;
  }
}

@media (max-width: 980px) {

  .container,
  .hero-container {
    width: 100%;
    padding: 3rem 1.25rem;
    max-width: 90%;
  }

  section.hero:after {
    content: none;
  }

  .hero-images img {
    display: block;
  }

  .hero-content {
    flex: 1 1 100%;
  }

  .hero-images {
    flex: 1 1 100%;
  }

  .hero-container {
    flex-direction: column;
  }

  .hero-content {
    max-width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
  }

  #billing-main h1.hero-section-heading,
  p.hero-desc,
  #billing-main .hero-content h2.subheading {
    text-align: center;
  }

  .hero-images {
    margin-top: 2rem;
    width: 100%;
  }

  .func-grid {
    gap: 2rem;
  }

  .hero-overlay-img,
  .func-overlay {
    display: none;
  }

  .func-grid {
    flex-direction: column;
    align-items: center;
  }

  .benefits-grid,
  .testimonials-grid {
    grid-template-columns: 1fr;
    gap: 1rem;
  }

  #billing-main h2.section-heading,
  p.section-subheading {
    text-align: center;
  }
}

@media(max-width:900px) {


  .faq-columns {
    flex-direction: column;
    gap: 0;
    align-items: stretch;
  }

  .faq-column:nth-child(2) .faq-item:first-child .faq-summary {
    border-top: none;
  }

}

@media (max-width: 700px) {

  .container,
  .hero-container {
    max-width: 100%;
    padding: 3rem 1.5rem;
  }

  .hero-images {
    margin-top: 1.5rem;
  }

  #billing-main h1.hero-section-heading {
    font-size: 1.75rem !important;
    line-height: 1.3 !important;
    margin-bottom: .5rem;
  }

  #billing-main .hero-content h2.subheading,
  .func-text h3,
  .benefit-card h3 {
    font-size: 1.125rem !important;
  }

  .benefits-grid,
  .testimonials-grid,
  .faq-columns {
    margin-top: 1.5rem;
  }

  .functionality-header {
    margin-bottom: 1.5rem;
  }

  #billing-main h2.section-heading {
    font-size: 1.375rem !important;
  }


}

@media (max-width: 361px) {
  #billing-main h1.hero-section-heading {
    font-size: 1.5rem !important;
  }
}

/* modals */
.fusion-checklist .fusion-li-icon,
ul.fusion-checklist .fusion-li-icon {
  padding-top: 15px;
  font-size: 12px;
}

rs-layer a {
  padding-top: 9px !important;
}

@media only screen and (min-width: 600px) {
  rs-layer a {
    padding-left: 25px !important;
    padding-right: 25px !important;
    padding-top: 9px !important;
  }
}

@media only screen and (min-width: 1025px) {

  .fusion-checklist .fusion-li-icon,
  ul.fusion-checklist .fusion-li-icon {
    padding-top: 0px;
    font-size: 12px;
  }
}

@media only screen and (max-width: 1100px) {
  .fusion-checklist .fusion-li-item-content span {
    line-height: 32px !important;
  }

  .fusion-layout-column.fusion_builder_column.fusion-builder-column-2.fusion_builder_column_1_2 {
    margin-bottom: 0;
  }

  .fusion-checklist .fusion-li-icon,
  ul.fusion-checklist .fusion-li-icon {
    font-size: 8px;
  }

  .fusion-fullwidth.fullwidth-box.fusion-builder-row-2.fusion-flex-container.nonhundred-percent-fullwidth.non-hundred-percent-height-scrolling {
    padding-top: 10px !important;
    /* padding-bottom: 20px; */
  }

  .fusion-column-wrapper.fusion-column-has-shadow.fusion-flex-justify-content-flex-start.fusion-content-layout-column {
    margin-left: 0;
    margin-right: 0;
  }

  .fusion-fullwidth.fullwidth-box.fusion-builder-row-3.fusion-flex-container.nonhundred-percent-fullwidth.non-hundred-percent-height-scrolling {
    padding-right: 3%;
  }
}

@media only screen and (max-width: 1030px) {

  .fusion-checklist .fusion-li-icon,
  ul.fusion-checklist .fusion-li-icon {
    padding-top: 0px;
    font-size: 12px;
    padding-left: 15px;
  }
}

@media only screen and (max-width: 600px) {
  .fusion-layout-column.fusion_builder_column.fusion-builder-column-2 .fusion-text.fusion-text-1.fusion-text-no-margin {
    font-size: 20px !important;
    line-height: 30px !important;
    padding-bottom: 0px;
    margin-top: 20px;
  }

  .fusion-layout-column.fusion_builder_column.fusion-builder-column-1 {
    padding-bottom: 0px !important;
    margin-bottom: 0px !important;
  }

  .fusion-flex-container.fusion-builder-row-2 .fusion-li-item-content {
    font-size: 16px !important;
  }

  .fusion-checklist .fusion-li-icon,
  ul.fusion-checklist .fusion-li-icon {
    padding-top: 0px;
    font-size: 6px;
    padding-left: 40px;
    margin-top: -12px;
  }

  .fusion-fullwidth.fullwidth-box.fusion-builder-row-3 .fusion-builder-row.fusion-row.fusion-flex-align-items-flex-start {
    padding-right: 26px !important;
    padding-left: 26px !important;
  }

  .fusion-li-item-content {
    line-height: 27px !important;
  }

  ul.fusion-checklist {
    margin-top: 0px !important;
  }

  .fusion-layout-column.fusion_builder_column.fusion-builder-column-2.fusion_builder_column_1_2 ul li.fusion-li-item,
  .fusion-layout-column.fusion_builder_column.fusion-builder-column-3.fusion_builder_column_1_2 ul li.fusion-li-item {
    margin: 0 3% 0 -5%;
  }

  /* .fusion-layout-column.fusion_builder_column.fusion-builder-column-2.fusion_builder_column_2_3 ul li.fusion-li-item {
    margin: 0 10%;
  } */

  .fusion-imageframe.imageframe-none.imageframe-2.hover-type-none.mobile-image-mobile,
  .fusion-imageframe.imageframe-none.imageframe-2.hover-type-none.mobile-image-mobile img {
    margin: 0 auto;
    display: block;
  }
}

/* Added By Onjon : 09-01-2022 - SF Form Slider */
* {
  outline: 0 !important;
}

.custom-modal,
.custom-modal-2 {
  display: none;
  position: fixed;
  overflow: auto;
  background: rgb(0 0 0 / 60%);
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  padding: 60px 30px;
  float: right;
  right: 0;
  top: 0;
  bottom: 0;
  width: 100%;
  z-index: 999;
}

.custom-modal-dialog,
.custom-modal-2-dialog {
  max-width: 680px;
  width: 100%;
  border-radius: 0px;
  position: relative;
  margin-left: auto;
  margin-right: auto;
}

.custom-modal-content,
.custom-modal-2-content {
  background: #ffffff;
  padding: 30px 30px;
  border-radius: 10px;
  border: 1px solid #ffc189;
  -webkit-box-shadow: 0 0 40px 15px rgba(0, 0, 0, 0.15);
  -moz-box-shadow: 0 0 40px 15px rgba(0, 0, 0, 0.15);
  box-shadow: 0 0 40px 15px rgba(0, 0, 0, 0.15);
}

.close-modal,
.close-modal-2 {
  position: absolute;
  top: 6px;
  right: 4px;
  width: 105px;
  opacity: 1;
  color: #000000;
  border: 1px solid #ffffff;
  z-index: 9;
  padding: 0;
  text-align: center;
  line-height: 10px;
  cursor: pointer;
  padding: 14px 1px;
  font-weight: 600;
  border-radius: 10px;
  border: 0;
  width: 0px;
}

.close-modal .round,
.close-modal-2 .round {
  border-radius: 100%;
  background: #ffc189;
  margin-right: 2px;
  padding: 1px 8px 2px 8px;
  margin-left: -6px;
  margin-left: -50px;
}

body.modal-open .custom-modal,
body.modal-open .custom-modal-2 {
  background: rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: 0 0 5px 2px #fff;
  -moz-box-shadow: 0 0 5px 2px #fff;
  box-shadow: 0 0 5px 2px #fff;
}

.custom-modal .custom-modal-body,
.custom-modal-2 .custom-modal-body {
  padding: 0 80px;
  max-height: 570px;
  overflow: hidden;
  overflow-y: auto;
  margin-top: 20px;
}

div#custom-modal-2 .custom-modal-body {
  max-height: 80vh;
}

.custom-modal .custom-modal-body .model-heading,
.custom-modal-2 .custom-modal-body .model-heading {
  font-size: 26px;
  text-align: center;
  line-height: 32px;
  color: #00437c;
  font-weight: 550;
  padding-bottom: 0px;
  margin-bottom: 20px;
  margin-top: -5px;
}

.fusion-imageframe.imageframe-1.mobile-image-desktop img {
  height: 100%;
  width: 100%;
}

.custom-modal .custom-modal-body::-webkit-scrollbar-track,
.custom-modal-2 .custom-modal-body::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
  background-color: #f5f5f5;
  border-radius: 20px;
}

.custom-modal .custom-modal-body::-webkit-scrollbar,
.custom-modal-2 .custom-modal-body::-webkit-scrollbar {
  width: 6px;
  background-color: #f5f5f5;
}

.custom-modal .custom-modal-body::-webkit-scrollbar-thumb,
.custom-modal-2 .custom-modal-body::-webkit-scrollbar-thumb {
  border-radius: 20px;
  background-color: orange;
  border: 1px solid #555555;
}

/**/
/**/
#first-form-web-to-case input,
#other-state-form input,
#comments {
  border: 1px solid #000;
  border-radius: 4px;
  -moz-border-radius: 4px !important;
  -webkit-border-radius: 4px;
  height: 36px;
  margin-bottom: 20px;
  color: #000;
  font-size: 16px;
}

#first-form-web-to-case label,
#choose-state-label,
#other-state-form label {
  font-size: 18px;
  display: block;
  margin-bottom: 10px;
}

#first-form-web-to-case select,
#choose-state,
#other-state-form select,
#first-form-web-to-case select:focus,
#choose-state,
#other-state-form select:focus {
  display: block;
  width: 100%;
  border: 1px solid #ffaa06;
  border-radius: 4px;
  -moz-border-radius: 4px !important;
  -webkit-border-radius: 4px;
  height: 36px;
  margin-bottom: 10px;
  color: #000;
  font-size: 16px;
  outline: 0px;
  background: #fff8ec;
  padding-left: 10px;
  margin-bottom: 25px;
  margin-top: 5px;
}

#first-form-web-to-case .submit-btn,
#other-state-form .submit-btn,
#first-form-web-to-case .submit-btn:focus,
#other-state-form .submit-btn:focus {
  -moz-border-radius: 20px !important;
  -webkit-border-radius: 20px;
  border-radius: 20px !important;
  font-size: 18px !important;
  font-weight: 600;
  font-style: normal;
  line-height: 18px;
  color: #0c4c7c !important;
  background-color: #acca6d !important;
  width: 100%;
  margin-top: 0px;
  cursor: pointer;
  width: 100%;
  padding: 12px;
  border: none;
}

#first-form-web-to-case .radio-btn,
#other-state-form .radio-btn {
  width: 15px;
  margin-bottom: 4px;
}

#first-form-web-to-case .radio_text,
#other-state-form .radio_text {
  margin-left: 5px;
}

#comments {
  height: 150px !important;
}

.required-star {
  margin-left: 8px;
  font-size: 18px;
  color: #b30600;
  font-weight: 600;
}

#first-form-web-to-case label,
#choose-state-label,
#other-state-form label {
  margin-bottom: 0px;
  font-weight: 600;
  line-height: 28px;
}

#first-form-web-to-case input[type="text"],
#other-state-form input[type="text"],
#first-form-web-to-case input[type="email"],
#other-state-form input[type="email"],
#comments {
  -webkit-border-radius: 4px;
  border-radius: 4px;
  height: 36px;
  margin-bottom: 10px;
  color: #000;
  font-size: 16px;
  outline: 0px;
  border: 1px solid #ffaa06;
  background: #fff8ec;
  margin-bottom: 25px;
  width: 100%;
  padding: 0 5px;
  margin-top: 5px;
}

#comments {
  height: 150px;
  margin-bottom: 2px;
}

#first-form-web-to-case input[type="text"]:focus,
#other-state-form input[type="text"]:focus,
#first-form-web-to-case input[type="email"]:focus,
#other-state-form input[type="email"]:focus,
#comments:focus {
  outline: 0 !important;
}

#first-form-web-to-case .radio-btn,
#other-state-form .radio-btn {
  width: 15px;
  height: 22px;
  margin-bottom: 3px;
}

.radio_text {
  font-weight: 500 !important;
}

.custom-modal input[type="radio"]:after,
input[type="radio"]:checked:after,
.close-modal-2 input[type="radio"]:after,
.close-modal-2 input[type="radio"]:checked:after {
  width: 17px;
  height: 17px;
  border-radius: 50%;
  top: -2px;
  left: -1px;
  position: relative;
  background-color: #fff8ec;
  content: "";
  display: inline-block;
  visibility: visible;
  border: 1px solid #ffaa06;
}

.custom-modal input[type="radio"]:checked:after,
.close-modal-2 input[type="radio"]:checked:after {
  background-color: #ffaa06;
  border: 2px solid #fff8ec;
  height: 20px;
  width: 20px;
  left: -2px;
  top: auto;
}

#main {
  padding-top: 0px;
  padding-bottom: 0px;
}

.radio-label {
  font-size: 18px;
  font-weight: 600;
}

@media only screen and (max-width: 768px) {
  .fusion-imageframe.imageframe-none.imageframe-2.hover-type-none.mobile-image-mobile img {
    height: 100%;
    width: 100%;
  }

  .leftColumn h1 {
    padding-top: 0 !important;
  }

  .leftColumn p {
    font-size: 1.25rem;
    margin-bottom: 0;
  }
}

@media only screen and (max-width: 700px) {

  .custom-modal .custom-modal-body .model-heading,
  .custom-modal-2 .custom-modal-body .model-heading {
    font-size: 20px;
    line-height: 28px;
  }

  #first-form-web-to-case label,
  #choose-state-label,
  #other-state-form label,
  .radio-label {
    font-size: 16px;
  }

  #first-form-web-to-case .submit-btn,
  #other-state-form .submit-btn,
  #first-form-web-to-case .submit-btn:focus,
  #other-state-form .submit-btn:focus {
    font-size: 16px !important;
  }
}

@media only screen and (max-width: 610px) {

  .custom-modal .custom-modal-body,
  .close-modal-2 .custom-modal-body {
    padding: 0 10px;
  }

  .custom-modal-content,
  .custom-modal-2 .custom-modal-content {
    padding: 30px 10px;
  }

  .close-modal,
  .close-modal-2 {
    top: 3px;
  }

  .close-modal .round,
  .close-modal-2 .round {
    margin-left: -30px;
  }

  ul.fusion-checklist {
    font-size: 20px !important;
    margin-left: 5% !important;
  }
}

@media only screen and (max-width: 430px) {

  .custom-modal .model-heading .break,
  .custom-modal-2 .model-heading .break {
    display: none;
  }
}

@media only screen and (max-width: 1030px) {
  .fusion-body .fusion-builder-column-1 {
    margin-bottom: 0px !important;
  }
}

.landingpage_green_button {
  padding: 10px 5px 10px !important;
}

a:is(#select-state, #book-a-meeting) img {
  max-width: 300px !important;
}

.landingpage_green_button {
  background-color: transparent !important;
}

.landingpage_green_button {
  margin: 0 auto !important;
  padding: 10px 5px 10px !important;
  border-radius: 35px;
  margin: 5px !important;
  /* width: 50%; */
}

.top-container-button {
  display: flex;
  flex-flow: row;
  justify-content: flex-start;
  align-items: center;
  margin-left: 5%;
}

/* Media queries for responsiveness */
@media (max-width: 767px) {
  .top-container-button {
    flex-flow: column;
  }
}

@media screen and (min-width: 1100px) and (max-width: 1400px) {
  .landingpage_green_button {
    padding-bottom: 1% !important;
  }
}

@media screen and (max-width: 1100px) {
  .landingpage_green_button {
    background-color: transparent !important;
    padding-bottom: 10% !important;
  }
}

@media screen and (min-width: 1700px) {
  .fusion-fullwidth.fullwidth-box.fusion-builder-row-2.fusion-flex-container.nonhundred-percent-fullwidth.non-hundred-percent-height-scrolling {
    padding-top: 0 !important;
  }
}

@media screen and (min-width: 600px) and (max-width: 1100px) {
  .landingpage_green_button {
    padding-bottom: 2% !important;
  }
}

@media screen and (max-width: 600px) {

  .landingpage_green_button,
  .landingpage_green_button:hover {
    background-color: transparent !important;
    padding-bottom: 0% !important;
    width: 70%;
    display: flex;
    margin: 0 auto !important;
    justify-content: center;
    max-width: 200px !important;
  }

  a:is(#select-state, #book-a-meeting) img {
    max-width: 250px !important;
  }
}

@media only screen and (min-width: 600px) and (max-width: 768px) {
  .topContainer {
    background-size: cover !important;
  }

  .top-container-button {
    justify-content: center;
  }
}

@media only screen and (max-width: 768px) {
  .topContainer .leftColumn h1 {
    padding-top: 0 !important;
  }

  .topContainer .leftColumn p {
    font-size: 1.25rem !important;
    margin-bottom: 0 !important;
  }
}

body.modal-open {
  overflow: hidden !important;
}