/* Landing Page CSS */
@import url(https://db.onlinewebfonts.com/c/3362c44fac2b8b52f505e23a41388b4e?family=Britti+Sans+Trial+Light);
@font-face {
    font-family: "Britti Sans Trial Light";
    src: url("https://db.onlinewebfonts.com/t/3362c44fac2b8b52f505e23a41388b4e.eot");
    src: url("https://db.onlinewebfonts.com/t/3362c44fac2b8b52f505e23a41388b4e.eot?#iefix")format("embedded-opentype"),
    url("https://db.onlinewebfonts.com/t/3362c44fac2b8b52f505e23a41388b4e.woff2")format("woff2"),
    url("https://db.onlinewebfonts.com/t/3362c44fac2b8b52f505e23a41388b4e.woff")format("woff"),
    url("https://db.onlinewebfonts.com/t/3362c44fac2b8b52f505e23a41388b4e.ttf")format("truetype"),
    url("https://db.onlinewebfonts.com/t/3362c44fac2b8b52f505e23a41388b4e.svg#Britti Sans Trial Light")format("svg");
}
body{
    background-color: #F6F8FA !important;
    font-family: "Inter", sans-serif;
}




  /* Service Details Hero Section Start  */
 
  .service-details-hero {
    padding: 104px;
    background-color: #F2F4F7;
    box-shadow: 0px 4px 8px -1px rgba(13, 13, 18, 0.02);
    border-radius: 20px;
    max-width: 1408px;
    height: 752px;
    margin: 0px 16px 12px 16px;
  }
.service-details-hero{
    background-image: url("../images/service-details/service-details-ellipse.png");
    background-repeat: no-repeat;
    background-position: bottom right;
    background-size: contain;
}

  .service-details-container {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.service-details-hero-content {
    max-width: 640px;
    height: 362px;
    display: flex;
    gap: 32px;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.service-details-hero-text
 {
    display: flex;
    flex-direction: column;
    gap: 32px;
}
  
  .service-details-hero-text h2 {
    font-size: 50px;
    font-weight: 700;
    line-height: 120%;
    color: #101828;
    letter-spacing: -0.89px;
    font-family: 'Satoshi';
  }
  
  .service-details-hero-text p {
    font-size: 18px;
    font-weight: 500;
    line-height: 150%;
    letter-spacing: 0px;
    color: #475467;
    font-family: 'Satoshi';
    padding-right: 162px;
}
  
  .service-details-hero-contact {
    display: flex;
    align-items: center;
    gap: 16px;
  }
  
  .service-details-call-button {
    display: flex;
    align-items: center;
    background-color: #111827;
    color: white;
    padding: 12px 20px;
    border-radius: 40px;
    font-weight: 600;
    text-decoration: none;
    gap: 10px;
    box-shadow: 0 4px 8px -1px rgba(13, 13, 18, 0.02);
  }
  
  .service-details-call-button img {
    width: 20px;
    height: 20px;
  }
  
  .service-details-contact-info {
    display: flex;
    align-items: center;
    gap: 16px;
  }
  
  .service-details-name-field strong {
    font-size: 16px;
    font-weight: 700;
    line-height: 150%;
    letter-spacing: 0px;
    color: #101828;
    font-family: 'Satoshi';
}
  
.service-details-name-field .olivia-rhye-text {
    font-size: 14px;
    font-weight: 500;
    line-height: 150%;
    letter-spacing: 0px;
    color: #344054;
    font-family: 'Satoshi';
    margin-bottom: 0px !important;
}

.service-details-hero-contact a {
    font-size: 20px;
    font-weight: 500;
    line-height: 150%;
    letter-spacing: 0px;
    font-family: 'Outfit';
    background-color: #0C111D;
    padding: 12px 20px;
    border-radius: 9999px;
    display: flex;
    gap: 10px;
    color: #fff;
    align-items: center;
}

  .service-details-hero-form {
    max-width: 554px;
    height: 544px;
    padding: 24px;
    background: #fff;
    border-radius: 32px;
}
.service-details-hero-image-qoute-heading-text {
    display: flex;
    align-items: center;
    gap: 16px;
}

.service-details-hero-qoute-heading-text h5 {
    color: #0D0D12;
    font-size: 24px;
    font-weight: 500;
    line-height: 160%;
    letter-spacing: -0.48px;
    font-family: 'Inter';
}
.service-details-hero-qoute-heading-text p {
    font-size: 14px;
    font-weight: 500;
    line-height: 150%;
    color: #667085;
    letter-spacing: -0.28px;
    font-family: 'Inter';
}

.form-column {
    border: 1px solid #E6E8ED;
    border-radius: 24px;
    padding: 32px;
}

.denial-specialists-benefit-card p {
  display: none;
}
.denial-specialists-benefit-card.active p {
  display: block;
}

form.quote-form {
    display: flex;
    flex-direction: column;
    gap: 16px;
}

.form-grid-row {
    display: flex;
    gap: 16px;
}

.input-group-message {
    display: inline-grid;
    width: 100%;
}

form.quote-form button {
    background-color: #0D0D12;
    color: #fff;
    padding: 16px;
    border-radius: 9999px;
    font-size: 16px;
    font-weight: 500;
    line-height: 150%;
    letter-spacing: 0px;
    font-family: 'Inter';
    cursor: pointer;
    border: none;
}

form.quote-form label {
    color: #818898;
    font-size: 14px;
    font-weight: 500;
    line-height: 160%;
    letter-spacing: -0.28px;
    font-family: 'Inter';
    margin-bottom: 4px;
}

form.quote-form input,
form.quote-form textarea {
    padding: 12px 12px;
    box-shadow: 0px 0px 0px 1px rgba(9, 25, 72, 0.13), 0px 1px 2px 0px rgba(18, 55, 105, 0.08);
    outline: none;
    resize: none;
    border: none;
    border-radius: 12px;
}

form.quote-form input::placeholder,
form.quote-form textarea::placeholder {
        font-size: 16px;
        font-weight: 500;
        line-height: 150%;
        letter-spacing: -0.32px;
        color: #98A2B3;
        font-family: 'Inter';
    }

  
  /* Responsive */
  @media only screen and (max-width: 767px) {
    .service-details-hero{
        height: auto;
        padding: 20px;
    }

    .service-details-container{
        gap: 60px;
        padding-top: 80px;
        flex-direction: column;
    }

    .service-details-hero-text h2{
        font-size: 32px;
       
    }
    .service-details-hero-text p{
        padding-right: 0px;
    }
    .service-details-hero-form{
        height: auto;
        width: auto;
        margin-top: 32px;
    }

    .form-grid-row,
    .service-details-hero-contact{
        align-items: start;
        flex-direction: column;
    }

    .service-details-text h1{
        font-size: 32px;
        margin-bottom: 16px;
        text-align: center;
    }

    form.quote-form input, form.quote-form textarea{
        width: 100%;
    }

    .service-details-image-qoute-heading-text{
        padding-bottom: 20px;
    }
  }
  

  @media (min-width: 768px) and (max-width: 991px) {
    .service-details-container{
        gap: 30px;
        flex-direction: column;
    }

    .service-details-hero{
        height: auto;
        padding: 50px;
    }

    .service-details-hero-form{
        width: 100%;
    }

    .form-grid-row{
        flex-direction: column;
    }

    .input-group-fname,
    .input-group-lname,
    .input-group-email,
    .input-group-phone{
        display: grid;
    }
  }

  @media (min-width: 992px) and (max-width: 1199px){
    .service-details-hero{
        padding: 50px;
    }
    .service-details-container{
        gap: 15px;
    }
    .service-details-hero-content {
        max-width: 55%;
        padding-right: 30px;
    }
    .service-details-hero-text p {
        padding-right: 30px;
    }
    .service-details-hero-contact{
        align-items: flex-start;
    }
    .service-details-hero-text{
        gap: 20px;
    }
    .service-details-hero-form{
        width: 100%;
    }
    .service-details-hero-text h2 {
        font-size: 40px;
        
    }
    .form-grid-row{
        flex-direction: column;
    }
    form.quote-form input, form.quote-form textarea{
        width: 100%;
    }
  }
  
  /* Service Details Hero Section End */







  /* Connect with our denail management Expert Start */ 
    
  .expert-connect {
    padding: 64px 104px;
    background: #fff;
    max-width: 1408px;
    height: 931px;
    margin: 0px 16px 12px 16px;
    border-radius: 28px;
    box-shadow: 0 4px 8px -1px rgba(13, 13, 18, 0.02);
  }

  .denail-expert-top-bottom {
    max-width: 1200px;
    margin: 0 auto;
    width: 100%;
}
  
.expert-top {
    display: flex;
    gap: 80px;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 48px;
}
  
  /* .video-container video {
    width: 100%;
    max-width: 500px;
    border-radius: 12px;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
  } */
  
  .expert-content,
  .video-container {
    width: 50%;
}
  
.expert-content h2 {
    font-size: 32px;
    font-weight: 600;
    line-height: 120%;
    letter-spacing: -0.96px;
    font-family: 'Inter';
    color: #0D0D12;
    margin-bottom: 16px;
}
  
.expert-content p {
    font-size: 18px;
    font-weight: 400;
    line-height: 150%;
    letter-spacing: -0.36px;
    font-family: 'Inter';
    color: #181D27;
    margin-bottom: 32px;
}

.expert-content-button {
    display: flex;
}
  
.expert-content-button a {
    padding: 12px 24px;
    border-radius: 9999px;
    font-size: 16px;
    font-weight: 400;
    color: #101828;
    border: 1px solid #D0D5DD;
    line-height: 24px;
    letter-spacing: 0px;
    display: flex;
    align-items: center;
    gap: 10px;
}
  
  
  
.expert-services {
    display: grid;
    grid-template-columns: 3fr 3fr 3fr;
    gap: 24px;
}
  
  .service-card {
    background: #fff;
    border-radius: 24px;
    padding: 32px;
    border: 1px solid #DFE1E7;
}
  
  .service-card h6 {
    font-size: 24px;
    font-weight: 600;
    line-height: 130%;
    letter-spacing: -0.72px;
    color: #0D0D12;
    font-family: 'Inter';
    margin-top: 32px;
    margin-bottom: 8px;
}
  
.service-card p {
    font-size: 16px;
    color: #666D80;
    font-weight: 400;
    line-height: 150%;
    letter-spacing: -0.32px;
    font-family: 'Inter';
}


@media only screen and (max-width: 767px){
    .expert-connect{
        width:auto;
        height: auto;
        padding: 50px 30px;
    }

    .expert-top{
        flex-direction: column;
        margin-bottom: 24px;
    }

    .expert-content, .video-container{
        width: 100%;
    }

    .video-container img{
        width: 100%;
    }

    .expert-services{
        grid-template-columns: 1fr;
    }
}


@media (min-width: 768px) and (max-width: 991px){
    .expert-connect{
        width: auto;
        height: auto;
        padding: 50px;
    }

    .expert-top{
        flex-direction: column;
    }

    .expert-content, .video-container{
        width: 100%;
    }

    .video-container img{
        width: 100%;
    }
}

@media (min-width: 992px) and (max-width: 1199px){
    .expert-connect{
        width: auto;
        height: auto;
        padding: 70px;
    }
    .expert-content, .video-container{
        width: 100%;
    }
}

  /* Connect with our denail management Expert End */

  /* You Are a professional in your field Start */
  .free-audit {
    padding: 104px;
    background: #F2F4F7;
    text-align: center;
    max-width: 1408px;
    height: 769px;
    margin: 0px 16px 12px 16px;
    border-radius: 20px;
    box-shadow: 0 4px 8px -1px rgba(13, 13, 18, 0.02);
  }

  .free-audit{
    background-image: url("../images/service-details/service-details-ellipse.png");
    background-repeat: no-repeat;
    background-position: bottom right;
    background-size: 100%;
}

.audit-content {
    max-width: 1200px;
    margin: 0 auto;
    width: 100%;
    padding-bottom: 80px;
  }

  
  
  
  .audit-content h2 {
    font-size: 56px;
    font-weight: 700;
    line-height: 120%;
    letter-spacing: -0.89px;
    font-family: 'Satoshi';
}
  
.audit-content p {
    font-size: 18px;
    font-weight: 400;
    letter-spacing: -0.36px;
    color: #181D27;
    line-height: 150%;
    font-family: 'Inter';
    margin-top: 24px;
}
  
.audit-contact-form {
    max-width: 1016px;
    margin: 0 auto;
    background-color: #fff;
    border-radius: 32px;
    padding: 24px;
}
  
  .form-row {
    display: flex;
    gap: 16px;
    margin-bottom: 20px;
    justify-content: space-between;
    align-items: center;
  }
  
  .audit-form-lable-input {
    display: inline-block;
    text-align: left;
    width: 100%;
}

.audit-form-lable-input label {
    font-size: 14px;
    font-weight: 500;
    line-height: 160%;
    letter-spacing: -0.28px;
    color: #818898;
    font-family: 'Inter';
    margin-bottom: 4px;
}
  
.audit-form input {
    width: 100%;
    border: none;
    border-radius: 12px;
    box-shadow: 0px 0px 0px 1px rgba(9, 25, 72, 0.13), 0px 1px 2px 0px rgba(18, 55, 105, 0.08);
    outline: none;
}

.audit-form input::placeholder{
    font-size: 16px;
    font-weight: 500;
    line-height: 150%;
    letter-spacing: -0.32px;
    color: #98A2B3;
    font-family: 'Inter';
}
  
  .audit-form button {
    width: 100%;
    padding: 16px;
    background: #0D0D12;
    color: #fff;
    border: none;
    border-radius: 9999px;
    font-size: 16px;
    font-weight: 500;
    cursor: pointer;
    margin-top: 16px;
    line-height: 150%;
    letter-spacing: 0px;
    font-family: 'Inter';
  }
  
  @media only screen and (max-width: 767px){
    .free-audit{
        width: auto;
        height: auto;
        padding: 50px 10px;
    }

    .audit-content h2{
        font-size: 28px;
    }

    .audit-content{
        padding-bottom: 40px;
    }
    .form-row{
        flex-direction: column;
    }
  }

  @media (min-width: 768px) and (max-width: 991px){
    .free-audit{
        padding: 50px;
    }
    .expert-services{
        grid-template-columns: 1fr;
    }
  }

  @media (min-width: 992px) and (max-width: 1199px){
    .free-audit{
        width: auto;
        height: auto;
        padding: 70px;
    }
  }

  /* You Are a professional in your field End */


/* Key Points of denail management Start */

.denial-management {
    padding: 104px;
    background-color: #F2F4F7;
    border-radius: 20px;
    max-width: 1408px;
    height: 787px;
    margin: 0px 16px 12px 16px;
    box-shadow: 0 4px 8px -1px rgba(13, 13, 18, 0.02);
}

.denial-management-heading {
    max-width: 800px;
    margin: 0 auto;
    width: 100%;
    padding-bottom: 80px;
}

.denial-management-heading h2 {
    font-size: 48px;
    font-weight: 600;
    line-height: 120%;
    letter-spacing: -1.44px;
    font-family: 'Inter';
    color: #0D0D12;
    text-align: center;
}

.denial-management-grid-container {
        display: grid;
        grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
        gap: 24px;
    
}

.denial-management-card {
    background: #FFFFFF99;
    padding: 32px;
    border-radius: 24px;
    border: 1px solid #fff;
}

.denial-management-card h3 {
    padding-bottom: 16px;
    font-size: 24px;
    border-bottom: 1px solid #E9EAEB;
    font-weight: 600;
    line-height: 125%;
    letter-spacing: -0.72px;
    font-family: 'Inter';
    color: #0D0D12;
}

.denial-management-card ul {
    list-style-type: none;
}

.denial-management-card li {
    color: #374151;
    display: flex;
    align-items: flex-start;
    gap: 20px;
    font-size: 16px;
    font-weight: 400;
    line-height: 150%;
    letter-spacing: -0.32px;
    margin-top: 16px;
}

@media only screen and (max-width: 767px) {
    .denial-management{
        width: auto;
        height: auto;
        padding: 50px 10px;
    }

    .denial-management-heading h2{
        text-align: left !important;
        font-size: 24px;
    }
    .denial-management-heading{
        padding-bottom: 40px;
    }

    .denial-management-grid-container{
        grid-template-columns: 1fr;
    }
}

@media (min-width: 768px) and (max-width: 991px){
    .denial-management{
        width: auto;
        height: auto;
        padding: 50px;
    }
    .denial-management-heading h2{
        text-align: left !important;
        font-size: 28px;
    }

    .denial-management-grid-container{
        grid-template-columns: 1fr;
    }
}

@media (min-width: 992px) and (max-width: 1199px){
    .denial-management{
        width: auto;
        height: auto;
        padding: 70px;
    }

  }

/* Key Points of denail management End */



/* Get a dedicated billing consultant start */

.billing-consultant {
    padding: 68px;
    max-width: 1408px;
    height: 515px;
    margin: 0px 16px 12px 16px;
    border-radius: 20px;
    box-shadow: 0 4px 8px -1px rgba(13, 13, 18, 0.02);
}


.billing-consultant{
    background-image: url("../images/service-details/denail-consultant-BG.png");
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
}

.billing-consultant-container {
    width: 50%;
}

.billing-consultant-text-content h2 {
    font-size: 36px;
    font-weight: 600;
    color: #FFFFFF;
    line-height: 120%;
    letter-spacing: 0px;
    font-family: 'Inter';
}

.billing-consultant-text-content p {
    font-size: 18px;
    font-weight: 400;
    line-height: 150%;
    letter-spacing: -0.36px;
    color: #FFFFFF;
    font-family: 'Inter';
    margin-top: 16px;
    margin-bottom: 32px;
}

.billing-consultant-button {
    display: flex;
    align-items: center;
}

.billing-consultant-button a {
    background-color: #FFFFFF;
    color: #000000;
    border: none;
    padding: 12px 20px;
    border-radius: 9999px;
    font-size: 20px;
    font-weight: 500;
    line-height: 150%;
    letter-spacing: 0px;
    font-family: 'Outfit';
    display: flex;
    align-items: center;
    gap: 10px;
}

@media only screen and (max-width: 767px) {
    .billing-consultant{
        width: auto;
        height: auto;
        padding: 50px 30px;
        background-size: cover;
        background-position: left;
    }

    .billing-consultant-container{
        width: 100%;
    }

    .billing-consultant-text-content h2{
        font-size: 18px;
    }

    .billing-consultant-text-content p{
        font-size: 16px;
        margin-bottom: 16px;
    }
}

@media (min-width: 768px) and (max-width: 991px){
    .billing-consultant{
        width: auto;
        height: auto;
        padding: 50px;
        background-size: cover;
    }

    .billing-consultant-container{
        width: 100%;
    }
}
@media (min-width: 992px) and (max-width: 1199px){
    .billing-consultant{
        width: auto;
        height: auto;
        padding: 22px;
    }
  }
/* Get a dedicated billing consultant End */



 /* Our Billing Services! Start */

 .our-billing-services {
    padding: 104px;
    background: #F2F4F7;
    max-width: 1408px;
    margin: 0px 16px 12px 16px;
    border-radius: 20px;
    box-shadow: 0px 4px 8px -1px rgba(13, 13, 18, 0.02);
}

.our-billing-services{
    background-image: url("../images/service-details/grey-yellow.png");
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
}
  
  .our-billing-services h2 {
    font-size: 48px;
    margin-bottom: 80px;
    font-weight: 600;
    line-height: 125%;
    letter-spacing: -1.44px;
    font-family: 'Inter';
    text-align: center;
    color: #0D0D12;
  }
  
  .our-billing-services-grid {
    display: grid;
    grid-template-columns: 3fr 3fr 3fr;
    gap: 24px;
    max-width:1200px;
    margin: 0 auto;
    width: 100%;
  }
  
  .our-billing-services-item {
    background: #FFFFFF99;
    border-radius: 24px;
    padding: 32px;
    border: 1px solid #FFFFFF;
}
  
  .our-billing-services-item h6 {
    font-size: 24px;
    font-weight: 600;
    line-height: 130%;
    letter-spacing: -0.72px;
    font-family: 'Inter';
    color: #0D0D12;
    margin-top: 24px;
}

.our-billing-services-item p {
    color: #666D80;
    font-size: 16px;
    font-weight: 400;
    line-height: 150%;
    letter-spacing: -0.32px;
    font-family: 'Inter';
    margin-top: 16px;
}

@media only screen and (max-width: 767px) {
    .our-billing-services{
        width: auto;
        height: auto;
        padding: 50px 10px;
    }

    .our-billing-services h2{
        font-size: 24px;
        margin-bottom: 40px;
    }

    .our-billing-services-grid{
        grid-template-columns: 1fr;
    }
}

@media (min-width: 768px) and (max-width: 991px){
    .our-billing-services{
        height: auto;
        width: auto;
        padding: 50px;
    }
    .our-billing-services-grid{
        grid-template-columns: 1fr;
    }
}

@media (min-width: 992px) and (max-width: 1199px){
    .our-billing-services{
        width: auto;
        height: auto;
        padding: 70px;
    }
  }

/* Our Billing Services! End */


/* Why Our Denail management Specailist Start */

.denial-specialists {
    padding: 80px 104px;
    background-color: #FFFFFF;
    max-width: 1408px;
    height: 999px;
    margin: 0px 16px 12px 16px;
    border-radius: 32px;
}

.denail-management-expert-button-heading {
    max-width: 740px;
    margin: 0 auto;
    text-align: center;
    width: 100%;
}

.denail-management-expert-button {
    display: flex;
    justify-content: center;
    align-items: center;
}

.denail-management-expert-button a {
    background: #FAFAFA;
    border: 1px solid #E9EAEB;
    border-radius: 8px;
    padding: 4px 10px 4px 8px;
    display: flex;
    align-items: center;
    gap: 4px;
    font-size: 14px;
    font-weight: 500;
    line-height: 20px;
    font-family: 'Inter';
    letter-spacing: 0px;
    color: #252B37;
}

.denail-management-expert-button-heading h2 {
    font-size: 56px;
    font-weight: 600;
    line-height: 125%;
    letter-spacing: -1.38px;
    font-family: 'Inter';
    color: #0D0D12;
    margin-top: 8px;
    margin-bottom: 80px;
}

.denial-specialists-benefits-content-image {
    max-width: 1200px;
    margin: 0 auto;
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 64px;
}

.denial-specialists-benefit-card {
    border: 1px solid #F4F4F4;
    padding: 20px 24px;
    border-radius: 16px;
    margin-top: 20px;
}

.denial-specialists-benefit-card:hover {
    border: 1px solid #040B1F;
    padding: 20px 24px;
    border-radius: 16px;
    margin-top: 20px;
    background-color: #040B1F;
}

.denial-specialists-benefit-card:first-child{
    margin-top: 0px;
}

.denial-specialists-benefit-card-heading-arrow {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.denial-specialists-benefit-card-heading-arrow h6 {
    font-size: 24px;
    font-weight: 500;
    line-height: 130%;
    letter-spacing: -0.72px;
    font-family: 'Inter';
    color: #0D0D12;
}

.denial-specialists-benefit-card:hover .denial-specialists-benefit-card-heading-arrow h6 {
    color: #FFFFFF;
}

.denial-specialists-benefit-card:hover .denial-specialists-benefit-card-heading-arrow img{
rotate: 180deg;
filter: invert(1) brightness(2);
}

.denial-specialists-benefit-card p {
    font-size: 16px;
    font-weight: 400;
    line-height: 150%;
    letter-spacing: -0.32px;
    font-family: 'Inter';
    color: #818898;
    margin-top: 16px;
}

  
 

@media only screen and (max-width: 767px) {
    .denial-specialists{
        width: auto;
        height: auto;
        padding: 50px 30px;
    }
    .denail-management-expert-button-heading h2{
        font-size: 28px;
        margin-bottom: 40px;
    }

    .denial-specialists-benefits-content-image{
        flex-direction: column;
    }
    .denial-specialists-benefits-content-image img{
        width: 100%;
    }
    .denial-specialists-benefit-card-heading-arrow img {
        width: auto;
    }
}

@media (min-width: 768px) and (max-width: 991px){
    .denial-specialists{
        height: auto;
        width: auto;
        padding: 50px;
    }

    .denial-specialists-benefits-content-image{
        flex-direction: column;
    }

    .denial-specialists-benefits-content-image img{
        width: 100%;
    }

    .denial-specialists-benefit-card-heading-arrow img{
        width: auto;
    }
}

@media (min-width: 992px) and (max-width: 1199px){
    .denial-specialists{
        width: auto;
        height: auto;
        padding: 70px;
    }
  }

/* Why Our Denail management Specailist End */

  /* Numbers That Speak Start */

.stats-section {
    padding: 64px 104px;
    background-color: #ffffff;
    max-width: 1408px;
    height: 336px;
    margin: 0 16px 12px 16px;
    border-radius: 28px;
    box-shadow: 0px 4px 8px -1px rgba(221, 221, 18, 0.02);
}

.stats-container {
    max-width: 1200px;
    margin: 0 auto;
}

.stats-heading {
    color: #0D0D12;
    font-size: 48px;
    font-weight: 600;
    line-height: 125%;
    letter-spacing: -1.44px;
    font-family: 'Inter';
    margin-bottom: 48px;
}

.stats-column {
    display: flex;
    gap: 80px;
    align-items: center;
    justify-content: space-between;
}

.stat-number {
    color: #0D0D12;
    font-size: 48px;
    font-weight: 600;
    line-height: 125%;
    letter-spacing: -1.44px;
    font-family: 'Inter';
    margin-bottom: 12px;
}

.stat-label {
    color: #101828;
    font-size: 18px;
    line-height: 28px;
    font-weight: 500;
    letter-spacing: 0px;
    font-family: 'Inter';
}

@media only screen and (max-width: 767px) {
    .stats-section{
        width: auto;
        height: auto;
        padding: 50px 30px;
    }

    .stats-heading{
        font-size: 24px;
        margin-bottom: 24px;
        text-align: center;
    }

    .stats-column{
        flex-direction: column;
        flex-wrap: wrap;
        gap: 25px;
    }

    .stat-card {
        text-align: center;
    }
}

@media (min-width: 768px) and (max-width: 991px){
    .stats-section{
        width: auto;
        height: auto;
        padding: 50px;
    }
    .stats-column {
        flex-wrap: wrap;
        gap: 16px;
    }
}



  /* Numbers That Speak End */



   /* Our Process To Manage Denials in Medical Billing Start */

   .our-process-to-manage-denails-billing-services {
    padding: 104px;
    background: #F2F4F7;
    max-width: 1408px;
/*     max-height: 984px; */
    margin: 0 16px 12px 16px;
    border-radius: 20px;
    box-shadow: 0px 4px 8px -1px rgba(13, 13, 18, 0.02);
}

/* .our-billing-services{
    background-image: url("../images/billing services/our-billing-services-ellipse.png");
    background-repeat: no-repeat;
    background-position: bottom right;
    background-size: 100%;
} */
  
  .our-process-to-manage-denails-billing-services h2 {
    font-size: 48px;
    font-weight: 600;
    line-height: 125%;
    letter-spacing: -1.44px;
    font-family: 'Inter';
    text-align: center;
    color: #0D0D12;
  }

  .our-process-to-manage-denails-billing-services .our-process-to-manage-denails-billing-services-parag {
    font-size: 16px;
    font-weight: 400;
    line-height: 150%;
    letter-spacing: -0.32px;
    color: #666D80;
    text-align: center;
    margin-bottom: 80px;
    margin-top: 24px;
}
  
  .our-process-to-manage-denails-billing-services-grid {
    display: grid;
    grid-template-columns: 3fr 3fr 3fr;
    gap: 24px;
    max-width:1200px;
    margin: 0 auto;
    width: 100%;
  }
  
  .our-process-to-manage-denails-billing-services-item {
    background: #FFFFFF99;
    border-radius: 24px;
    padding: 32px;
    border: 1px solid #FFFFFF;
}
  
  .our-process-to-manage-denails-billing-services-item h6 {
    font-size: 24px;
    font-weight: 600;
    line-height: 130%;
    letter-spacing: -0.72px;
    font-family: 'Inter';
    color: #0D0D12;
    margin-top: 24px;
}

.our-process-to-manage-denails-billing-services-item p {
    color: #666D80;
    font-size: 16px;
    font-weight: 400;
    line-height: 150%;
    letter-spacing: -0.32px;
    font-family: 'Inter';
    margin-top: 16px;
}

@media only screen and (max-width: 767px) {
    .our-process-to-manage-denails-billing-services{
        width: auto;
        height: auto;
        padding: 50px 20px;
    }

    .our-process-to-manage-denails-billing-services-grid{
        grid-template-columns: 1fr;
    }
    .our-process-to-manage-denails-billing-services h2{
        font-size: 24px;
    }
    .our-process-to-manage-denails-billing-services .our-process-to-manage-denails-billing-services-parag{
        margin-bottom: 40px;
    }
}

@media (min-width: 768px) and (max-width: 991px){
    .our-process-to-manage-denails-billing-services{
        width: auto;
        height: auto;
        padding: 50px;
    }

    .our-process-to-manage-denails-billing-services-grid{
        grid-template-columns: 1fr;
    }
}

@media (min-width: 992px) and (max-width: 1199px){
    .our-process-to-manage-denails-billing-services{
        width: auto;
        height: auto;
        padding: 50px;
    }
}

/* Our Process To Manage Denials in Medical Billing End */


  /* Want to start billing with us Start */
  .billing-contact-cta {
    padding: 80px;
    background-color: #040B1F;
    border-radius: 28px;
    max-width: 1408px;
    height: 404px;
    margin: 0px 16px 12px 16px;
}

.billing-contact-cta {
    background-image: url("../images/landing-page/billing-contact-bg.png");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center bottom;
}

.billing-container {
    max-width: 1248px;
    margin: 0 auto;
}

.billing-contact-heading-text h2 {
    font-weight: 600;
    font-size: 56px;
    line-height: 125%;
    letter-spacing: -1.68px;
    color: #FFFFFF;
    font-family: 'Inter';
    text-align: center;
    margin-bottom: 20px;
}

.billing-contact-heading-text .cta-text {
    font-size: 18px;
    color: #FFFFFF;
    font-weight: 400;
    line-height: 150%;
    letter-spacing: -0.36px;
    font-family: 'Inter';
    width: 60%;
    margin: 0 auto;
    text-align: center;
    margin-bottom: 40px !important;
}

.billing-contact-info {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 16px;
}

.billing-contact-call-icon {
    background: #FFFFFF;
    padding: 12px 20px;
    border-radius: 9999px;
}

.billing-contact-call-icon a {
    font-size: 20px;
    font-weight: 500;
    line-height: 150%;
    letter-spacing: 0px;
    color: #000000;
    font-family: 'Outfit';
    display: flex;
    align-items: center;
    gap: 10px;
}

.contact-person {
    display: flex;
    align-items: center;
    gap: 16px;
}

.billing-contact-image-text .name {
    font-size: 16px;
    font-weight: 700;
    line-height: 150%;
    letter-spacing: 0px;
    color: #FFFFFF;
    font-family: 'Satoshi';
}

.billing-contact-image-text .title {
    font-size: 14px;
    color: #FFFFFFB2;
    font-weight: 500;
    line-height: 150%;
    letter-spacing: 0px;
}


@media only screen and (max-width: 767px) {
    .billing-contact-cta{
        height: auto;
        width: auto;
        padding: 50px 30px;
    }

    .billing-contact-heading-text .cta-text{
        width: 100%;
        font-size: 16px;
        margin-bottom: 20px !important;
    }

    .billing-contact-info{
        flex-direction: column;
        gap: 20px;
    }

    .billing-contact-heading-text h2{
        font-size: 28px;
    }
}

@media (min-width: 768px) and (max-width: 991px){
    .billing-contact-cta{
        height: auto;
        width: auto;
        padding: 50px;
    }
    .billing-contact-heading-text .cta-text{
        width: 100%;
    }
}
/* Want to start billing with us End */

/* FAQ Section Start */
.medical-faq-section {
    padding: 104px;
    background-color: #FFFFFF;
    max-width: 1408px;
    height: 698px;
    margin: 0px 16px 12px 16px;
    border-radius: 30px;
    box-shadow: 0 4px 8px -1px rgba(13, 13, 18, 0.02);
}

.medical-container {
    max-width: 1200px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
}

.medical-faq-heading h2 {
    font-size: 48px;
    font-weight: 500;
    line-height: 125%;
    letter-spacing: -1.44px;
    font-family: 'Inter';
    margin-bottom: 0px !important;
}

.medical-faq-heading-image{
	max-width: 600px;
    max-height: 467px;
    display: flex;
    gap: 20px;
    flex-direction: column;
    flex-wrap: nowrap;
}

.medical-faq-collapsible-content{
	height: 490px;
    max-width: 600px;
}

.medical-faq-image img {
    width: 510px;
    height: 327px;
}

details summary {
    color: #0D0D12;
    font-size: 18px;
    font-weight: 600;
    line-height: 150%;
    padding: 10px 0px;
    letter-spacing: -0.36px;
    font-family: 'Inter';
  }
  
  details p {
    font-size: 16px;
    font-weight: 400;
    line-height: 150%;
    color: #666D80;
    font-family: 'Inter';
    letter-spacing: -0.3px;
    padding-bottom: 20px;
  }
  
  details {
    border-bottom: 1px solid #DFE1E7;
  }
 
  
  summary {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  
  .control-icon-close {
    display: none;
  }
  
  details[open] .control-icon-close {
    display: initial;
    transition: .3s ease;
  }
  
  details[open] .control-icon-expand {
    display: none;
  }

@media only screen and (max-width: 767px) {
    .medical-faq-section{
        width: auto;
        height: auto;
        padding: 50px 20px;
    }

    .medical-container{
        flex-direction: column;
        gap: 20px;
    }

	.medical-faq-heading-image{
		width: auto;
		height: auto;
		margin-top: 0px !important;
	} 
.medical-faq-collapsible-content{
		width: auto;
        height: 700px;
        margin-top: 0px !important;
    }

    .medical-faq-image img{
        width: 100%;
        height: auto;
    }

    .medical-faq-heading h2{
        font-size: 24px;
        text-align: center;
    }
}

@media (min-width: 768px) and (max-width: 991px){
    .medical-faq-section{
        width: auto;
        height: auto;
        padding: 50px;
    }

    .medical-container{
        flex-direction: column;
		gap: 50px;
    }

    .medical-faq-heading-image, .medical-faq-collapsible-content{
		height:auto;
		width: auto;
		padding:40px 20px;
	}

    .medical-faq-image img{
        width: 100%;
        height: auto;
    }

    .medical-faq-collapsible-content{
        margin-top: 0px !important;
    }

    .medical-faq-heading h2{
        text-align: center;
    }
}

@media (min-width: 992px) and (max-width: 1199px){
    .medical-faq-section{
        width: auto;
        height: auto;
        padding: 70px;
    }
    .medical-faq-heading-image, .medical-faq-collapsible-content{
        width: 100%;
    }

    .medical-container{
        gap: 40px;
    }
  }
/* FAQ Section End */

/* Qoute Request with BG Start */

.service-details-quote-request {
    max-width: 1408px;
    height: 654px;
    margin: 0px 16px 12px 16px;
    border-radius: 28px;
   
}
  
.service-details-quote-request{
    background-image: url("../images/service-details/get-a-qout-bg.png");
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    
}

.service-details-main-empty-content-container{
    display: flex;
    justify-content: flex-end;
    padding: 55px 55px 0px 55px;
  
}

.service-details-form-header {
    margin-bottom: 16px;
    display: flex;
    align-items: center;
    gap: 16px;
}

.service-details-quote-request-container {
    background: #fff;
    padding: 24px;
    border-radius: 32px;
    width: 554px;
}
  
  .service-details-form-header h2 {
    font-size: 24px;
    color: #0D0D12;
    font-weight: 500;
    line-height: 160%;
    letter-spacing: -0.48px;
    font-family: 'Inter';
}
  
.service-details-form-header p {
    font-size: 14px;
    color: #667085;
    font-weight: 500;
    line-height: 150%;
    letter-spacing: -0.28px;
    font-family: 'Inter';
}
  
  .service-details-quote-form {
    padding: 32px;
    border-radius: 24px;
    border: 1px solid #E6E8ED;
  }
  
  .service-details-form-row {
    display: flex;
    gap: 16px;
    margin-bottom: 16px;
    justify-content: space-between;
    align-items: center;
  }
  
  .service-details-form-group {
    flex: 1;
  }
  
  .service-details-form-group label {
    margin-bottom: 4px;
    font-weight: 500;
    color: #818898;
    font-size: 14px;
    line-height: 160%;
    letter-spacing: -0.32px;
    font-family: 'Inter';
  }
  
  .service-details-form-group input,
  .service-details-form-group textarea {
    width: 100%;
    padding: 12px;
    border: none;
    border-radius: 12px;
    box-shadow: 0px 0px 0px 1px rgba(9, 25, 72, 0.13), 0px 1px 2px 0px rgba(18, 55, 105, 0.08);
    outline: none;
    resize: none;
  }

  .service-details-form-group input::placeholder,
  .service-details-form-group textarea::placeholder{
    font-size: 16px;
    font-weight: 500;
    line-height: 150%;
    letter-spacing: -0.32px;
    color: #98A2B3;
    font-family: 'Inter';
  }
  
  
  .submit-btn {
    width: 100%;
    padding: 16px;
    background-color: #0D0D12;
    color: white;
    border: none;
    border-radius: 9999px;
    font-size: 16px;
    font-weight: 500;
    cursor: pointer;
    line-height: 150%;
    letter-spacing: 0px;
    font-family: 'Inter';
    margin-top: 32px;
  }
  
  /* .submit-btn:hover {
    background-color: #1d4ed8;
  } */
  
  @media only screen and (max-width: 767px){
    .service-details-main-empty-content-container{
        width: auto;
        height: auto;
        padding: 50px 20px !important;
        
    }

    .service-details-form-row{
        flex-direction: column;
    }

    .service-details-form-group{
        width: 100%;
    }

    .service-details-quote-request{
        width: auto;
        height: auto;

    }
  }

  @media (min-width: 768px) and (max-width: 991px){
    .service-details-quote-request{
        width: auto;
        height: auto;
        padding: 50px;
        
    }
  }

  @media (min-width: 992px) and (max-width: 1199px){
    .service-details-quote-request{
        width: auto;
        height: auto;
        }
  }
/* Qoute Request with BG End */