/* Second 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;
}

   


  /* Hero Section Start  */
  .medical-revenue-cycle-solutions-hero {
    max-width: 1408px;
    height: 752px;
    display: flex;
    flex-direction: row;
    align-items: center;
    padding: 104px;
    background-image: url(../images/contact/contact-ellipse.png);
    background-repeat: no-repeat;
    background-position: bottom right;
    background-size: contain;
    background-color: #F2F4F7;
    box-shadow: 0px 4px 8px -1px rgba(13, 13, 18, 0.02);
    border-radius: 20px;
    margin: 0px 16px 12px 16px;
}
  

  .medical-revenue-cycle-solutions-container {
    display: flex;
    height: 544px;
    justify-content: space-between;
    align-items: center;
/*     gap:80px; */
}

	.medical-revenue-cycle-solutions-hero-content {
   max-width: 640px;
    height: 359px;
    display: block;
    /* vertical-align: middle; */
    padding-right: 142px;
    gap: 32px;

}
  
.home-certificate-icons {
    display: flex;
    gap: 50px;
    justify-content: flex-start;
    align-items: center;
    flex-direction: row;
    /* padding-top: 20px; */
  }
  
  .home-certificate-icons img {
    width: 130px;
    height: 50px;
    object-fit: contain;
  }
  
  .medical-revenue-cycle-solutions-hero-text h1 {
    font-size: 64px;
    font-weight: 700;
    line-height: 120%;
    color: #101828;
    letter-spacing: -0.89px;
    font-family: 'Satoshi';
    margin-bottom: 32px;
  }
  
  .medical-revenue-cycle-solutions-hero-text p {
    font-size: 18px;
    font-weight: 500;
    line-height: 150%;
    letter-spacing: 0px;
    font-family: 'Satoshi';
    color: #475467;
    margin-bottom: 32px;
  }
  
  .medical-revenue-cycle-solutions-hero-contact {
    display: flex;
    align-items: center;
    gap: 16px;
	  margin-bottom: 20px;
  }
  
  .medical-revenue-cycle-solutions-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);
  }
  
  .medical-revenue-cycle-solutions-call-button img {
    width: 20px;
    height: 20px;
  }
  
  .medical-revenue-cycle-solutions-contact-info {
    display: flex;
    align-items: center;
    gap: 16px;
  }
  
  .medical-revenue-cycle-solutions-name-field strong {
    font-size: 16px;
    font-weight: 700;
    line-height: 150%;
    letter-spacing: 0px;
    color: #101828;
    font-family: 'Satoshi';
}
  
.medical-revenue-cycle-solutions-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;
}

.medical-revenue-cycle-solutions-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;
}

  .medical-revenue-cycle-solutions-hero-form {
    max-width: 554px;
    padding: 24px;
    background: #fff;
    border-radius: 32px;
}
.medical-revenue-cycle-solutions-heroform-fields {
    display: flex
;
    flex-direction: column;
    flex-wrap: nowrap;
    align-content: flex-start;
    align-items: flex-start;
    gap: 16px;
}
.medical-revenue-cycle-solutions-hero-image-qoute-heading-text {
    display: flex;
    align-items: center;
    gap: 16px;
	
}

.medical-revenue-cycle-solutions-hero-qoute-heading-text h5 {
    color: #0D0D12;
    font-size: 24px;
    font-weight: 500;
    line-height: 160%;
    letter-spacing: -0.48px;
    font-family: 'Inter';
}
.medical-revenue-cycle-solutions-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;
}

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;
}

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) {
    .medical-revenue-cycle-solutions-hero{ 
        height: auto;
        padding: 50px 10px;
    }

    .medical-revenue-cycle-solutions-container{
                flex-direction: column;
                height: auto;
                gap: 30px;
    }
    .home-certificate-icons {
        gap: 20px;
    }
    .home-certificate-icons img {
      width: 100px;
      height: 50px;
    }

    .medical-revenue-cycle-solutions-hero-form{
        width: 100%;
    }
	  
	.medical-revenue-cycle-solutions-hero-content{
    width: auto ;
    height: auto;
		display: block;
		padding:20px;
	}
/*     .service-details-quote-form {
        padding: 10px !important;
    } */

    .form-grid-row,
    .medical-revenue-cycle-solutions-hero-contact{
/*         flex-direction: column; */
		flex-wrap: wrap;
    }
    .medical-revenue-cycle-solutions-hero-text{
        max-width: 100%;
        height: auto;
        gap: 16px;
        
    }
    .medical-revenue-cycle-solutions-hero-text h1{
        font-size: 32px;
        margin-bottom: 16px;
        text-align: left;
    }

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

    .medical-revenue-cycle-solutions-hero-image-qoute-heading-text{
        padding-bottom: 20px;
    }
  }

  @media (min-width: 768px) and (max-width: 991px){
    .medical-revenue-cycle-solutions-hero{
        padding: 50px;
        height: auto;
    }
	  
	  .medical-revenue-cycle-solutions-hero-content{
		  padding: 0px;
		  margin-bottom: 50px;
	  }

    .medical-revenue-cycle-solutions-container{
        flex-wrap: wrap;
		place-content: center;
        height: auto;
        width: auto;
        gap: 80px;

    }
	  
    .medical-revenue-cycle-solutions-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){
    .medical-revenue-cycle-solutions-hero{
        padding: 70px;
        height: auto;
    }
	  .medical-revenue-cycle-solutions-hero-content {
       padding-right: 20px;
        width: auto;
        height: auto;
    }

    .medical-revenue-cycle-solutions-hero-form{
        width: 100%;
    }

    .medical-revenue-cycle-solutions-container{
/*         flex-wrap: wrap; */
        height: auto;
        gap: 30px;
    }

    .medical-revenue-cycle-solutions-hero-text{
        height: auto;
        max-width: 100% !important;
    }

    .input-group-fname,
    .input-group-lname,
    .input-group-email,
    .input-group-phone{
        display: grid;
        width: 100%;
    }
  }
  
  /* Hero Section End */


  /* Efficient And Accurate Medical Coding Solutions Start */
  .medical-coding-solutions {
    max-width: 1408px;
    margin-left: 16px;
    margin-right: 16px;
    margin-bottom: 12px;
    padding: 64px 104px;
    background: #fff;
    box-shadow: 0 4px 8px -1px rgba(13, 13, 18, 0.02);
    border-radius: 28px;
}

.medical-coding-solutions h2 {
    color: #0D0D12;
    font-size: 56px;
    font-weight: 600;
    line-height: 125%;
    letter-spacing: -1.28px;
    font-family: 'Inter';
    max-width: 60%;
    margin-bottom: 48px;
}

.medical-services-image-text-icon {
    border: 1px solid #F4F4F4;
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-radius: 24px;
    padding: 29px 40px;
    background-color: #f3f4f8;
}

.medical-services-grid {
    display: grid;
    grid-template-columns: 2fr 2fr;
    gap: 16px;
}

.medical-services-image-text {
    display: flex;
    gap: 24px;
    align-items: center;
}

.medical-services-image-text p {
    font-size: 24px;
    font-weight: 500;
    line-height: 130%;
    color: #0D0D12;
    letter-spacing: -0.72px;
    font-family: 'Inter';
}


.medical-coding-solutions .medical-services-view-all-button {
    margin-top: 48px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.medical-coding-solutions .medical-services-view-all-button a {
    color: #101828;
    font-weight: 500;
    font-size: 16px;
    line-height: 24px;
    letter-spacing: 0px;
    display: flex;
    align-items: center;
    gap: 10px;
    border: 1px solid #D0D5DD;
    border-radius: 9999px;
    padding: 12px 24px;
}



@media (max-width: 768px) {
    .medical-coding-solutions{
        padding: 50px 30px;
    }

    .medical-services-grid{
        grid-template-columns: 1fr !important;
    }

    .medical-coding-solutions h2{
        font-size: 28px;
        margin-bottom: 24px;
        max-width: 100%;
        text-align: center;
    }

    .medical-services-image-text-icon{
        padding: 20px;
    }

    .medical-services-image-text p{
        font-size: 16px;
    }
    .medical-coding-solutions .medical-services-view-all-button{
        margin-top: 24px;
    }
}

@media (min-width: 768px) and (max-width: 991px){
    .medical-coding-solutions{
        padding: 50px;
    }
    .medical-coding-solutions h2{
        max-width: 75%;
        margin: 0 auto;
		padding-bottom: 20px;
    }

    .medical-services-image-text-icon{
        padding: 30px;
    }

    .medical-services-image-text p{
        font-size: 20px;
    }
}

@media (min-width: 992px) and (max-width: 1199px){
    .medical-coding-solutions{
        padding: 70px;
    }

    .medical-coding-solutions h2{
        width: 100%;
    }
}
  /* Efficient And Accurate Medical Coding Solutions End */


   /* Real-life results and Revenues Start */
   .real-life-results-section {
    max-width: 1440px;
    margin-left: 16px;
    margin-right: 16px;
    margin-bottom: 12px;
    
    background-color: #101828;
    padding: 68px 118px 0px 150px;
    border-radius: 28px;
}

.real-life-results-container {
    max-width: 1140px;
    margin: 0 auto;
    width: 100%;
}

.real-life-results-heading-paragraph h2 {
    font-size: 56px;
    font-weight: 600;
    color: #FFFFFF;
    line-height: 125%;
    letter-spacing: -1.68px;
    font-family: 'Inter';
    text-align: left;
}

.real-life-results-heading-paragraph .lead-text {
    font-size: 18px;
    font-weight: 400;
    line-height: 28px;
    letter-spacing: 0px;
    color: #FFFFFF;
    font-family: 'Satoshi';
    margin-top: 12px;
    margin-bottom: 72px;
}

.real-life-results-total-claims-heading-text {
    display: flex;
    justify-content: space-between;
    gap: 163px;
    padding-top: 48px;
    padding-bottom: 64px;
    border-top: 1px solid #FFFFFF33;
    
}

.real-life-results-total-claims-heading .number-of-claims {
    font-size: 65px;
    font-weight: 600;
    line-height: 74px;
    letter-spacing: -1px;
    color: #ABEFC6;
    font-family: 'Inter';
    margin-bottom: 24px;
}

.real-life-results-total-claims-heading .total-claims {
    font-size: 20px;
    font-weight: 500;
    line-height: 100%;
    letter-spacing: 0px;
    font-family: 'Inter';
    color: #FFFFFF;
}

.real-life-results-total-claims-heading {
    width: 222px;
}

.real-life-results-total-claims-text .reliable-text {
    font-size: 32px;
    font-weight: 500;
    line-height: 150%;
    letter-spacing: 0px;
    color: #FFFFFF;
    font-family: 'Inter';
}
.real-life-results-total-claims-text {
    width: 749px;
}
.real-life-results-claim-text-avatar {
    display: flex;
    gap: 12px;
    align-items: center;
}

.real-life-results-claim-text-avatar-text .name-text {
    font-size: 16px;
    font-weight: 600;
    line-height: 100%;
    letter-spacing: 0px;
    font-family: 'Inter';
    color: #FFFFFF;
    margin-bottom: 5px;
}

.real-life-results-claim-text-avatar-text .designation {
    font-size: 16px;
    font-weight: 400;
    line-height: 100%;
    letter-spacing: 0px;
    color: #FFFFFF;
    font-family: 'Inter';
}

.real-life-results-claim-text-avatar-and-text {
    margin-top: 32px;
}



@media only screen and (max-width: 767px) {
    .real-life-results-section{
        padding: 50px 30px;
    }

    .real-life-results-total-claims-heading-text{
        flex-direction: column;
        padding-top: 24px;
        padding-bottom: 32px;
        gap: 24px;
    }

    .real-life-results-total-claims-text{
        width: 100%;
    }

    .real-life-results-heading-paragraph h2{
        font-size: 28px;
    }

    .real-life-results-heading-paragraph .lead-text{
        font-size: 16px;
        margin-bottom: 30px;
    }

    .real-life-results-total-claims-text .reliable-text{
        font-size: 16px;
    }

    .real-life-results-total-claims-heading .number-of-claims{
        font-size: 40px;
        margin-bottom: 0px;
    }

    .real-life-results-total-claims-heading{
        width: 100%;
    }
}

@media (min-width: 768px) and (max-width: 991px){
    .real-life-results-section{
        padding: 50px;
    }

    .real-life-results-total-claims-heading-text{
        flex-direction: column;
        gap: 80px;
    }

    .real-life-results-total-claims-heading,
    .real-life-results-total-claims-text{
        width: 100%;
    }
}

@media (min-width: 992px) and (max-width: 1199px){
    .real-life-results-section{
        padding: 70px;
    }
}
  /* Real-life results and Revenues End */


  /* We’re proficient in 25+ popular EHR softwares Start  */

  

  .ehr-section {

    background-color: #ffffff;

    text-align: center;

    max-width: 1408px;

    margin-left: 16px;

    margin-right: 16px;

    margin-bottom: 12px;

    border-radius: 30px;

    padding: 80px 104px;

    box-shadow: 0 4px 8px -1px rgba(13, 13, 18, 0.02);

}






.ehr-heading h2 {

    color: #0D0D12;

    font-size: 48px;

    font-weight: 500;

    line-height: 125%;

    letter-spacing: -1.44px;

    font-family: 'Inter';

    margin-bottom: 56px;

    width: 60%;

    display: inline-block;

}



.ehr-software-grid {

    max-width: 1140px;

}



.software-item {

display: flex;

align-items: center;

justify-content: center;

gap: 10px;

}



.ehr-view-all-softwares {

display: flex;

justify-content: center;

align-items: center;

margin-top: 56px;

}





.ehr-view-all {

    display: flex;

    gap: 14px;

    color: #101828;

    font-weight: 500;

    font-size: 16px;

    border: 1px solid #D0D5DD;

    padding: 12px 24px;

    border-radius: 9999px;

    line-height: 24px;

    letter-spacing: 0px;

    /* font-family: "Britti Sans Trial Light"; */

}

.view-all{
    display: flex;
    gap: 14px;
    color: #101828;
    font-weight: 500;
    font-size: 16px;
    border: 1px solid #D0D5DD;
    padding: 12px 24px;
    border-radius: 9999px;
    line-height: 24px;
    letter-spacing: 0px;
    /* font-family: "Britti Sans Trial Light"; */
}








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

    .ehr-section{

        padding: 50px 30px;

    }

    .ehr-heading h2{

        width: 100%;

        font-size: 24px;

        margin-bottom: 28px;

    }

    .software-item{

        flex-direction: column;

    }



    .ehr-view-all-softwares{

        margin-top: 28px;

    }

}



@media (min-width: 768px) and (max-width: 991px){

    .ehr-section{

        padding: 50px;

    }

    .ehr-heading h2{

        width: 100%;

    }



    .software-item img {

        width: 100%;

        height: 70px;

        object-fit: cover;

    }

}



@media (min-width: 992px) and (max-width: 1199px){

    .ehr-section{

        padding: 70px;

    }



    .ehr-heading h2{

        width: 100%;

    }



    .software-item img {

        width: 100%;

        height: 90px;

        object-fit: cover;

    }

}

/* We’re proficient in 25+ popular EHR softwares End */


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

.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{
        width: auto;
        height: 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{
        width: auto;
        height: auto;
        padding: 50px;
    }

    .billing-contact-heading-text .cta-text{
        width: 100%;
    }
	.billing-contact-heading-text h2{
		font-size: 40px !important;
	}
}

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

    .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;
    margin-left: 16px;
    margin-right: 16px;
    margin-bottom: 12px;
    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: 20px;
}

.medical-faq-heading-image,
.medical-faq-collapsible-content{
    width: 50%;
}

.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 30px;
    }

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

    .medical-faq-heading-image, .medical-faq-collapsible-content{
        width: 100%;
    }

    .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;
    }

    .medical-faq-heading-image, .medical-faq-collapsible-content{
        width: 100%;
    }

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

    .medical-faq-collapsible-content{
        margin-top: 50px;
    }
}

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

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

    .medical-faq-heading-image, .medical-faq-collapsible-content{
        width: 100%;
    }

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

    .medical-faq-collapsible-content{
        margin-top: 50px;
    }
}
/* FAQ Section End */

/* Our Blogs Start */
.blogs-section {
    padding: 80px 104px;
    background-color: #ffffff;
    max-width: 1408px;
    margin-left: 16px;
    margin-right: 16px;
    margin-bottom: 12px;
    border-radius: 30px;
    box-shadow: 0 4px 8px -1px rgba(13, 13, 18, 0.02);
}

.blog-heading-text {
    max-width: 1200px;
}

.blog-heading-text h2 {
    color: #0D0D12;
    font-size: 56px;
    font-weight: 600;
    line-height: 125%;
    letter-spacing: -1.68px;
    font-family: 'Inter';
    margin-bottom: 56px;
}

.blog-container {
    max-width: 1200px;
}

.blog-era-medical-billing {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 24px;
    border: 1px solid #DFE1E7;
    border-radius: 28px;
    padding: 24px;
    box-shadow: 0 4px 8px -1px rgba(13, 13, 18, 0.02);
    margin-bottom: 24px;
}

.blog-era-medical-billing-image img {
    border-radius: 20px;
}
.blog-era-medical-billing-content {
    padding: 24px;
}
.blog-era-medical-billing-heading-parag h3 {
    font-size: 48px;
    font-weight: 600;
    line-height: 125%;
    font-family: 'Inter';
    color: #0D0D12;
    letter-spacing: -1.44px;
    margin-bottom: 16px;
}

.blog-era-medical-billing-heading-parag p {
    font-size: 16px;
    font-weight: 400;
    line-height: 150%;
    color: #666D80;
    letter-spacing: -0.32px;
    font-family: 'Inter';
}

.blog-era-medical-billing-button {
    margin-top: 56px;
    display: inline-block;
}
.blog-era-medical-billing-button a {
    background-color: #fff;
    border: 1px solid #DFE1E7;
    border-radius: 14px;
    padding: 12px 16px;
    color: #0D0D12;
    font-size: 16px;
    font-weight: 400;
    line-height: 150%;
    letter-spacing: -0.32px;
    font-family: 'Inter';
    box-shadow: 0px 1px 2px 0px rgba(221, 0, 18, 0.06);
    display: flex;
    align-items: center;
    gap: 12px;
}

.blog-understanding-medical-billing {
    display: flex;
    justify-content: space-between;
    gap: 24px;
    align-items: center;
}

.blog-understanding-medical-billing-content {
    border: 1px solid #DFE1E7;
    box-shadow: 0 4px 8px -1px rgba(13, 13, 18, 0.02);
    border-radius: 24px;
    padding: 32px 32px 15px 32px;
    width: 50%;
}

.blog-understanding-medical-billing-heading-parag h5 {
    font-size: 32px;
    font-weight: 600;
    line-height: 130%;
    letter-spacing: -0.96px;
    font-family: 'Inter';
    color: #0D0D12;
}

.blog-understanding-medical-billing-heading-parag p {
    font-size: 16px;
    font-weight: 400;
    line-height: 150%;
    letter-spacing: -0.32px;
    color: #666D80;
    margin-top: 16px;
    margin-bottom: 20px;
    font-family: 'Inter';
}

.blog-understanding-medical-billing-button{
    display: inline-block;
}

.blog-understanding-medical-billing-button a {
    border: 1px solid #DFE1E7;
    padding: 12px 16px;
    border-radius: 9999px;
    box-shadow: 0px 1px 2px 0px rgba(221, 0, 18, 0.06);
    font-size: 16px;
    font-weight: 600;
    line-height: 150%;
    letter-spacing: -0.32px;
    color: #0D0D12;
    font-family: 'Inter';
    display: flex;
    align-items: center;
    gap: 12px;
}


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

    .blog-era-medical-billing{
        flex-direction: column;
    }

    .blog-era-medical-billing-content{
        padding: 0px;
    }

    .blog-era-medical-billing-image img{
        width: 100%;
    }

    .blog-understanding-medical-billing{
        flex-direction: column;
    }
    .blog-understanding-medical-billing-content{
        width: 100%;
    }

    .blog-heading-text h2{
        font-size: 28px;
        margin-bottom: 28px;
        text-align: center;
    }

    .blog-era-medical-billing-heading-parag h3{
        font-size: 24px;
    }

    .blog-era-medical-billing-button{
        margin-top: 28px;
        display: flex;
        justify-content: center;
    }

    .blog-understanding-medical-billing-heading-parag h5{
        font-size: 16px;
    }

    .blog-understanding-medical-billing-button {
        display: flex;
        justify-content: center;
    }


}

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

    .blog-era-medical-billing{
        flex-direction: column;
    }

    .blog-era-medical-billing-image img{
        width: 100%;
    }

    .blog-understanding-medical-billing-content{
        width: 100%;
    }

    .blog-understanding-medical-billing{
        flex-direction: column;
    }
}

@media (min-width: 992px) and (max-width: 1199px){
    .blogs-section{
        padding: 70px;
    }

    .blog-era-medical-billing,
    .blog-understanding-medical-billing{
        flex-direction: column;
    }

    .blog-era-medical-billing-image img,
    .blog-understanding-medical-billing-content{
        width: 100%;
    }
}
/* Our Blogs End */