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


  /* Billing Services Hero Section Start  */
 

  .billing-services-hero-heading-bg-image {
    max-width: 1408px;
    margin: 0px 16px 12px 16px;
}

.billing-services-hero-heading-bg-image{
    background-image: url("../images/billing services/billing-services-hero.png");
    background-repeat: no-repeat;
    background-size: 100%;
    background-position: center center;
    border-radius: 20px;
}

.billing-services-hero-heading {
    padding-top: 110px;
    padding-bottom: 110px;
    padding-left: 64px;
    padding-right: 11px;
    width: 50%;
}
.billing-services-hero-heading h2 {
    font-size: 64px;
    font-weight: 600;
    line-height: 125%;
    letter-spacing: -1.92px;
    font-family: 'Inter';
    color: #FFFFFF;
}

  /* Responsive Design */
@media only screen and  (max-width: 767px) {
    .billing-services-hero-heading{
        padding: 50px 30px !important;
        width: 100%;
    }
    .billing-services-hero-heading h2{
        font-size: 20px;
    }
}
    @media (min-width: 768px) and (max-width: 991px){
        .billing-services-hero-heading-bg-image{
            background-size: cover;
        }
        
        .billing-services-hero-heading{
            width: 100%;
            padding: 50px;
        }

        .top-rated-medical-billing-solutions-text{
            max-width: 100% !important;
        }
    }

    @media (min-width: 992px) and (max-width: 1199px){
        .billing-services-hero-heading{
            width: 100%;
            padding: 50px;
        }
    }

  
  /* Billing Services Hero Section End */

  /* Top-rated Medical Billing Services Section Start  */
  .top-rated-medical-billing-solutions {
    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;

}

.top-rated-medical-billing-solutions{
    background-image: url("../images/billing services/top-rated-medical-billing-services-ellipse.png");
    background-repeat: no-repeat;
    background-position: bottom right;
    background-size: 100%;
}

  .top-rated-medical-billing-solutions-container {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 75px;
}
  
  .top-rated-medical-billing-solutions-text {
    max-width: 640px;
    width: 100%;
  }
  
  .top-rated-medical-billing-solutions-text h2 {
    color: #101828;
    font-size: 56px;
    font-weight: 700;
    line-height: 120%;
    letter-spacing: -0.89px;
    font-family: 'Satoshi';
    margin-bottom: 32px;
}
  
  .top-rated-medical-billing-solutions-text .top-rated-billing-services-first-parag,
  .top-rated-medical-billing-solutions-text .top-rated-billing-services-second-parag {
    font-size: 18px;
    font-weight: 500;
    line-height: 150%;
    letter-spacing: 0px;
    font-family: 'Satoshi';
    color: #475467;
  }

  .top-rated-medical-billing-solutions-text .top-rated-billing-services-first-parag{
    margin-bottom: 32px;
  }

  .top-rated-medical-billing-solutions-form {
    width: 50%;
    padding: 24px;
    background: #fff;
    border-radius: 32px;
}
.top-rated-medical-billing-solutions-image-qoute-heading-text {
    display: flex;
    align-items: center;
    gap: 16px;
}

.top-rated-medical-billing-solutions-qoute-heading-text h5 {
    color: #0D0D12;
    font-size: 24px;
    font-weight: 500;
    line-height: 160%;
    letter-spacing: -0.48px;
    font-family: 'Inter';
}
.top-rated-medical-billing-solutions-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) {
    .top-rated-medical-billing-solutions{
        width: auto;
        height: auto;
        padding: 50px 10px;
    }

    .top-rated-medical-billing-solutions-container{
        flex-direction: column;
    }

    .top-rated-medical-billing-solutions-text h2{
        font-size: 28px;
    }

    .top-rated-medical-billing-solutions-form{
        width: 100%;
    }

    .form-grid-row,
    .top-rated-medical-billing-solutions-contact{
        flex-direction: column;
    }

    .top-rated-medical-billing-solutions-text h1{
        font-size: 32px;
        margin-bottom: 16px;
        text-align: center;
    }

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

    .top-rated-medical-billing-solutions-image-qoute-heading-text{
        padding-bottom: 20px;
    }
  }

  @media (min-width: 768px) and (max-width: 991px){
    .top-rated-medical-billing-solutions{
        width: auto;
        height: auto;
        padding: 50px;
    }
    .top-rated-medical-billing-solutions-container{
        flex-direction: column;
    }

    .top-rated-medical-billing-solutions-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){
    .top-rated-medical-billing-solutions{
        width: auto;
        height: auto;
        padding: 70px;
    }
    .top-rated-medical-billing-solutions-container{
        gap: 35px;
    }

    .form-grid-row{
        flex-direction: column;
    }
    form.quote-form input, form.quote-form textarea{
        width: 100%;
    }
  }
  /* Top-rated Medical Billing Services Section End */


  /* Reliable Healthcare Billing Services! Start */

  .reliable-healthcare-billing-services {
    padding: 104px;
    background: #fff;
    margin-left: 16px;
    margin-bottom: 12px;
    margin-right: 16px;
    border-radius: 28px;
    box-shadow: 0px 4px 8px -1px rgba(13, 13, 18, 0.02);
}
  
  .reliable-healthcare-billing-services h2 {
    font-size: 48px;
    margin-bottom: 48px;
    font-weight: 600;
    line-height: 125%;
    letter-spacing: -1.44px;
    font-family: 'Inter';
    text-align: center;
    color: #0D0D12;
  }
  
  .reliable-healthcare-billing-services-grid {
    display: grid;
    grid-template-columns: 3fr 3fr 3fr;
    gap: 24px;
    max-width:1200px;
    margin: 0 auto;
    width: 100%;
  }
  
  .reliable-healthcare-billing-services-item {
    background: #fff;
    border-radius: 24px;
    padding: 32px;
    border: 1px solid #DFE1E7;
    text-align: center;
}
  
  .reliable-healthcare-billing-services-item h6 {
    font-size: 20px;
    font-weight: 600;
    line-height: 130%;
    letter-spacing: -0.72px;
    font-family: 'Inter';
    color: #0D0D12;
    margin-top: 24px;
}

@media only screen and  (max-width: 767px){
    .reliable-healthcare-billing-services{
        padding: 50px 30px;
    }

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

    .reliable-healthcare-billing-services h2{
        font-size: 24px;
        margin-bottom: 24px;
    }
}

@media (min-width: 768px) and (max-width: 991px){
    .reliable-healthcare-billing-services{
        padding: 50px;
    }
    .reliable-healthcare-billing-services-grid{
        grid-template-columns: 1fr;
    }
}
  
  /* Reliable Healthcare Billing Services! End */


  /* Our Billing Services! Start */

  .our-billing-services {
    padding: 104px;
    background: #F2F4F7;
    margin-left: 16px;
    margin-bottom: 12px;
    margin-right: 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-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{
        padding: 50px 30px;
    }
    .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{
        padding: 50px;
    }
    .our-billing-services-grid{
        grid-template-columns: 1fr;
    }
}

/* Our Billing Services! 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{
        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{
        padding: 50px;
    }
    .billing-contact-heading-text .cta-text{
        width: 100%;
    }
  }
/* Want to start billing with us End */

