@import url('https://fonts.googleapis.com/css2?family=Open+Sans:ital,wght@0,300..800;1,300..800&family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap" rel="stylesheet');

:root :where(body) {
    background-color: #fff;
}

:root :where(h1, h2, h3, h4, h5, h6) {
    font-family: 'roboto';
    color: unset;
}

p {
    color: #272727;
    font-family: "Open Sans";
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: normal
}

h6 {
    color: #fff;
    font-family: "Open Sans";
    font-size: 16px;
    font-style: normal;
    font-weight: 700 !important;
    line-height: 26px;
}

h2 {
    font-family: Roboto;
    font-size: 45px;
    font-weight: 400;
    line-height: 56px;
    text-align: left;
}

header.sticky-header {
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 999;
    background-color: #fff;
}

.navbar-toggler {
    padding: .25rem 0 .75rem 0;
}

.navbar.navbar-expand-lg {
    padding: 20px 0;
    box-shadow: 0px 4px 20px 0px rgba(0, 0, 0, 0.08);
}

.navbar ul.navbar-nav {
    width: 100%;
    max-width: 100%;
    justify-content: end;
    align-items: center;

}

.navbar-brand {
    padding-top: 0;
    padding-bottom: 0;
    margin-right: 1rem;
    font-size: unset;
    text-decoration: none;
    white-space: nowrap;
}

.navbar-expand-lg .navbar-nav a {
    color: #0F121D;
    font-family: "Open Sans", sans-serif;
    font-size: 15px;
    font-style: normal;
    font-weight: 500;
    line-height: 27px;
    text-transform: uppercase;
    padding-left: 12px !important;
    padding-right: 12px !important;
    text-decoration: none;
    white-space: nowrap;

}

.navbar ul.navbar-nav .nav-item.custom-cta a {
    font-size: 14px;
    font-style: normal;
    font-weight: 700;
    line-height: 22.4px;
    border-radius: 45px;
    border: 1px solid #01A000;
    margin-left: 18px;
    color: #01A000;
    padding: 12px 16px;
    display: inline-block;
}

.navbar ul.navbar-nav .nav-item.custom-cta a {
    color: #01A000;
    font-weight: 700;
    line-height: 22.4px;
}

.navbar ul.navbar-nav .nav-item.custom-cta a i {
    margin: 0 8px;
}

.custom-button {
    color: #FFF;
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    padding: 12px 32px;
    text-decoration: none;
    border-radius: 33px;
    background: #01A000;
    box-shadow: 0px 0px 6.5px 0px rgba(11, 65, 255, 0.20);
    display: inline-block;
    font-family: 'Open Sans';
}

.navbar-expand-lg .navbar-nav .dropdown-menu {
    position: absolute;
    border: none;
    box-shadow: 0px 3.287px 6.573px -1.643px rgba(17, 24, 39, 0.10), 0px 1.643px 3.287px -1.643px rgba(17, 24, 39, 0.06);
}

aside {
    position: sticky;
    top: 80px;
    padding: 20px;
    width: 100%;
    height: 500px;
    margin-bottom: 20px;
}

.single aside {
    position: sticky;
    top: 80px;
    padding: 20px 20px 20px 0px;
    width: 100%;
    height: auto;
    margin-bottom: 20px;
}

.navbar ul.navbar-nav .dropdown-menu li {
    margin-bottom: 10px;
}

.navbar ul.navbar-nav .dropdown-menu li:last-child {
    margin-bottom: 0;
}

/*--------Footer css start---------------*/
.footer-logo {
    display: flex;
    justify-content: space-between;
    margin-bottom: 40px;
    align-items: end;
}

.footer-logo .footer-cta {
    width: 100%;
    max-width: 272px;
}

footer.custom-footer.section-space {
    padding: 50px 0 25px;
}

footer.custom-footer.section-space {
    background: #01173A;
    color: #fff;
}

footer.custom-footer .quick-links h6,
footer.custom-footer .quick-links h6 {
    color: #fff;
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: 26px;
    margin-bottom: 5px;
}

footer.custom-footer .quick-links p {
    color: #fff;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 26px;
    margin-bottom: 5px;
}

footer.custom-footer .quick-links ul,
footer.custom-footer .contact-info ul {
    list-style: none;
    padding-left: 0;
}

footer.custom-footer .quick-links li {
    margin-bottom: 20px;
}

footer.custom-footer .quick-links li a,
footer.custom-footer .contact-info li a {
    text-decoration: none;
    color: #fff;
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: 26px;
    font-family: 'Open Sans';
}

footer.custom-footer .contact-info li a {
    font-weight: 600;
}

footer.custom-footer .contact-info p {
    max-width: 246px;
    color: #fff;
    font-family: Roboto;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 26px;
}

/* footer.custom-footer .social-info {
    max-width: 272px;
    float: right;
} */

footer.custom-footer .social-info p {
    text-overflow: ellipsis;
    font-family: "Open Sans";
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    color: #fff;
}

footer.custom-footer .social-info .social-icons ul {
    list-style: none;
    color: #fff;
    padding-left: 0;
    display: flex;
}

footer.custom-footer.section-space .col-md-3 {
    padding: 0;
}

.custom-footer .social-icons ul li {
    margin-right: 20px;
}

.custom-footer .social-icons ul li a {
    color: #fff;
    font-size: 24px;
}

.copy-right-bar {
    border-top: 1px solid #ccc;
    padding-top: 20px;
    margin-top: 10px;
    display: flex;
    justify-content: space-between;
}

.copy-right-bar p,
.copy-right-bar ul li a {
    color: #fff;
    text-overflow: ellipsis;
    font-family: Roboto;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    margin-bottom: 0;
     text-decoration: none;
}

.copy-right-bar ul {
    display: flex;
    list-style: none;
}

.copy-right-bar ul li {
    margin-left: 20px;
} 
.contact-info .fa.fa-phone,
.contact-info .fa-envelope {
    color: #01A000;
    margin-right: 7px;
}

/*--------Footer css end---------------*/



/*---------Home page banner css start--------*/

:root {
    --sticky-header-height: 95px;
}

.home-banner {
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    min-height: 628px;
    margin-top: var(--sticky-header-height);
    background: linear-gradient(270deg, rgba(0, 60, 155, 0.40) -18.33%, #001535 100%);
    overflow: hidden;
}

.home-banner span {
    color: #FFF;
    font-family: "Open Sans", sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 300;
    line-height: 16px;
    letter-spacing: 2px;
    text-transform: uppercase;
}

.home-banner h1,
.blog-banner h1 {
    color: #FFF;
    font-family: "Roboto", sans-serif;
    font-size: 45px;
    font-style: normal;
    font-weight: 700;
    line-height: 53px;
    max-width: 570px;
    margin: 24px 0;
}

.home-banner p {
    color: #FFF;
    font-family: Roboto;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    margin-bottom: 28px;
}

.home-banner .custom-button {
    font-weight: 700;
    line-height: 14px;
    line-height: 16px 30px;
}

.home-banner .bg-fade-wrapper {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
    z-index: -1;
    /* Ensures the background is behind the content */
}

.home-banner .bg-fade {
    position: absolute;
    width: 100%;
    height: 100%;
    inset: 0;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    opacity: 0;
    animation-name: fade-zoom;
    animation-duration: 18s;
    animation-iteration-count: infinite;
}

.home-banner .bg-fade:nth-child(1) {
    animation-delay: 0s;
}

.home-banner .bg-fade:nth-child(2) {
    animation-delay: 6s;
}

.home-banner .bg-fade:nth-child(3) {
    animation-delay: 12s;
}

@keyframes fade-zoom {
    0% {
        opacity: 0;
        transform: scale(100%);
    }

    16.66% {
        opacity: 1;
    }

    33.33% {
        opacity: 1;
    }

    48.66% {
        opacity: 0;
    }

    100% {
        opacity: 0;
    }
}

.banner-cta {
    display: flex;
    align-items: center;
}

.banner-cta a.banner-contact {
    color: #FFF;
    text-align: center;
    font-family: 'Open Sans';
    font-size: 14px;
    font-weight: 500;
    line-height: 14px;
    text-transform: uppercase;
    margin-left: 32px;
    text-decoration: none;
    display: flex;
}

.banner-cta a.banner-contact i {
    margin-right: 5px;
    font-size: 18px;
}

/*---------Home page banner css end--------*/

.blog-banner .banner-content .banner-cta {
    margin-top: 20px;
}

/*---------Free consultation section css start--------*/
.free-consultation {
    margin: 72px 0;
}

.free-consultation .free-consultation-content span {
    color: #272727;
    font-family: "Open Sans";
    font-size: 18px;
    line-height: 27.9px;
    position: relative;
}

.free-consultation .free-consultation-content span:before {
    content: '';
    position: absolute;
    width: 100px;
    height: 4px;
    border-radius: 20px;
    background-color: #01A000;
    bottom: -12px;
}

.free-consultation-content h2 {
    color: #272727;
    font-family: Roboto;
    font-size: 45px;
    font-weight: 400;
    line-height: 40.25px;
    margin: 24px 0;
}

.free-consultation-content p {
    color: #272727;
    font-family: "Open Sans";
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

.free-consultation-main {
    background: #F2F5FA;
    border-radius: 8px;
    padding: 72px 55px;
}

.free-consultation .row {
    /* padding: 72px 55px; */
    align-items: center;
}

.free-consultation-content {
    max-width: 519px;
}

.free-consultation-form {
    max-width: 592px;
    min-height: 395px;
    border-radius: 32px;
    background: #fff;
    border-radius: 32px;
    padding: 40px 32px;
    vertical-align: middle;
    box-shadow: 10px -12px #9eb5d9, 0px 123px 49px 0px rgba(0, 59, 107, 0.01), 0px 69px 42px 0px rgba(0, 59, 107, 0.05), 0px 31px 31px 0px rgba(0, 59, 107, 0.09), 0px 8px 17px 0px rgba(0, 59, 107, 0.10);
}

/* .free-consultation-form legend.wpforms-field-label {
    font-size: 14px !important;
    line-height: 24px !important;
    font-weight: 700 !important;
    color: #272727 !important;
    margin-bottom: 8px;
    font-family: 'roboto';
}

.free-consultation-form .wpforms-field-row-block input {
    border-radius: 4px !important;
    border: 1px solid #CCD8E1 !important;
    font-family: 'roboto' !important;
    font-size: 14px !important;
    line-height: 16px !important;
} */

.free-consultation-form .custom-button {
    color: #FFF;
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    padding: 12px 32px;
    line-height: 21px;
    text-decoration: none;
    border-radius: 33px;
    background: #01A000;
    box-shadow: 0px 0px 6.5px 0px rgba(11, 65, 255, 0.20);
    display: inline-block;
    font-family: 'Open Sans';
    height: unset;
    margin: 24px 0 0;
}

/*---------Free consultation section css end--------*/
/*---------Our Strength section css start--------*/
.our-strength {
    padding: 72px 0;
}

.our-strength .img-blk {
    max-width: 413px;
}

.our-strength .img-blk img {
    width: 100%;
}

.our-strength-content img {
    margin-bottom: 12px;
    position: relative;
    width: 45px;
}

.our-strength-content h2 {
    position: relative;
    color: #272727;
    font-family: Roboto;
    font-size: 45px;
    font-weight: 400;
    line-height: 40.25px;
    padding: 16px 0 24px;
    margin-bottom: 0;
}

.our-strength .our-strength-content p {
    color: #272727;
    font-family: "Open Sans";
    font-size: 18px;
    font-weight: 400;
    line-height: normal;
}

.our-strength-content h2:before {
    content: '';
    position: absolute;
    width: 100px;
    height: 4px;
    border-radius: 20px;
    background-color: #01A000;
    top: 0px;
}

.our-strength-counter {
    display: flex;
    justify-content: space-between;
    margin-top: auto;
}

.counter-container {
    text-align: center;
}

.symbol-counter {
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
}

.counter-container .counter,
.counter-container .symbol-counter label {
    color: #103a94;
    font-size: 34px;
    font-weight: 700;
    margin-top: 8px;
    font-family: "Roboto";
}

/* .counter-container:first-child .counter:after {
    content: '%';
    display: inline-block;
}*/
.counter-container:last-child .counter:before {
    content: '<';
    display: inline-block;
    color: #103a94;
    font-size: 34px;
    font-weight: 700;
    margin-top: 8px;
    font-family: "Roboto", sans-serif;
    position: absolute;
    left: 10px;
    top: 0;
}

.counter-container span {
    color: #272727;
    font-family: Roboto;
    font-size: 14px;
    font-weight: 400;
    line-height: 17px;
    padding-bottom: 10px;
    position: relative;
}

.counter-container span:before {
    content: '';
    position: absolute;
    width: 25px;
    height: 1px;
    border-radius: 20px;
    background-color: #272727;
    bottom: 0;
    left: 40%;
}

.our-strength .col-md-5 {
    width: 100%;
    max-width: 44%;
    margin: 0 auto;
}

.our-strength .col-md-3 {
    width: 100%;
    max-width: 230px;
}

.our-strength .col-md-3 .imgblk img {
    width: 100%;
}

.our-strength .col-md-5 {
    width: 100%;
    max-width: 44%;
    margin: 0 auto;
}

/*---------Our Strength section css end--------*/

/*---------medical-billing-page css start-------*/
.medical-billing .medical-billing,
section.medical-billing {
    background-color: #F2F5FA;
    padding: 72px 0;
}

.medical-billing .row {
    align-items: center;
}

.medical-billing h2 {
    color: #272727;
    font-family: Roboto;
    font-size: 45px;
    font-weight: 400;
    line-height: 40.25px;
    position: relative;
    padding: 16px 0 24px;
    margin-bottom: 0;
}

.medical-billing .faqs h2 {
    padding: 0;
}

.medical-billing-content p {
    margin-bottom: 32px;
}

.medical-billing-content .icon {
    padding-bottom: 16px;
    width: 45px;
    position: relative;
}

.medical-billing-content .icon:before {
    content: '';
    position: absolute;
    width: 100px;
    height: 4px;
    border-radius: 20px;
    background-color: #01A000;
    bottom: 0px;
}

/* .medical-billing h2:before {
    content: '';
    position: absolute;
    width: 100px;
    height: 4px;
    border-radius: 20px;
    background-color: #01A000;
    top: 0px;
} */
.medical-billing-content .icon img {
    width: 100%;
}

.specialities ul {
    display: flex;
    justify-content: space-between;
    width: 100%;
    flex-wrap: wrap;
    padding-left: 25px;
    list-style: none;
    margin-bottom: 0;
}

.medical-billing-video {
    width: 554px;
    height: 630px;
}

.medical-billing-video video {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 8px;
    clip-path: inset(1px 1px);
}

.medical-billing .specialities {
    border-radius: 24px;
    background: var(--Brand-Primary-White, #FFF);
    box-shadow: 0px 31px 31px 0px rgba(0, 59, 107, 0.09), 0px 8px 17px 0px rgba(0, 59, 107, 0.10);
    padding: 32px;

}

.medical-billing .specialities ul li {
    width: 33%;
    color: #000;
    font-family: Roboto;
    font-size: 18px;
    font-weight: 400;
    line-height: normal;
    margin-bottom: 18px;
    position: relative;
    padding-right: 20px;
}

.medical-billing .specialities ul li:before {
    content: '';
    position: absolute;
    background-image: url(/wp-content/uploads/2024/06/checked-icon.webp);
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    left: -25px;
}

.medical-billing .specialities ul li svg {
    margin-right: 8px;
}

.medical-billing-content {
    max-width: 682px;
    float: right;
}

/*---------medical-billing-page css end-------*/

/*---------EMR section css start-------*/
.emr-software {
    margin: 72px 0;
}

.emr-content {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 48px;
}

.emr-heading {
    width: 100%;
    max-width: 50%;
}

.emr-des {
    width: 100%;
    max-width: 680px;
}

.emr-des p {
    margin-bottom: 0;
}

.emr-heading h2 {
    margin-bottom: 24px;
    color: #272727;
    font-family: Roboto;
    font-size: 45px;
    font-weight: 400;
    line-height: 40.25px;
}

.emr-card {
    border-radius: 8px;
    background: #003C9B;
    box-shadow: 0px 31px 31px 0px rgba(0, 60, 155, 0.15), 0px 8px 17px 0px rgba(0, 60, 155, 0.10);
    padding: 32px 25px;
    width: 100%;
    max-width: 311px;
    min-height: 258px;
    max-height: fit-content;
}

.emr-card .card-desc p {
    font-family: Roboto;
    font-size: 32px;
    font-weight: 700;
    line-height: 40px;
    letter-spacing: -0.025em;
    text-align: left;
    color: #fff;
}

.emr-cards {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.emr-card .card-image {
    margin-bottom: 39px;
}

/*---------EMR section css end-------*/



/*---------Testimonial section css start-------*/
.customer-testimonial {
    background: #F2F5FA;
    padding: 72px 0;
}

.testimonial-heading h2 {
    color: #111827;
    font-family: Roboto;
    font-size: 48px;
    font-weight: 700;
    line-height: 60px;
    letter-spacing: -1.2px;
    margin-bottom: 16px;
    position: relative;
}

.testimonial-heading h2:before {
    position: absolute;
    content: '';
    width: 100%;
    height: 100%;
    background-image: url(/wp-content/uploads/2024/06/Quote.webp);
    background-repeat: no-repeat;
    top: -48px;
    left: -30px;
    background-size: contain;
}

.testimonial-content .testimonial-heading {
    max-width: 488px;
    position: relative;
}

/* .testimonial-content .testimonial-heading:before {
    content: '';
    position: absolute;
    background: url(../images/Quote_mark.jpg);
    background-repeat: no;
    width: 100%;
    height: 100%;
} */
.testimonial-content {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.customer-feedbacks {
    display: grid;
    width: 748px;
    /* height: 397px; */
    grid-template-columns: 1fr 1fr;
    grid-template-rows: auto auto;
    grid-gap: 2rem;
    grid-template-areas:
        "contentbox content-1"
        "contentbox content-2"
}

.customer-feedbacks .item {
    border-radius: 6.573px;
    background: #FFF;
    box-shadow: 0px 3.287px 6.573px -1.643px rgba(17, 24, 39, 0.10), 0px 1.643px 3.287px -1.643px rgba(17, 24, 39, 0.06);
    padding: 26px 26px 26px 52px;
    min-height: 107px;
}

.customer-feedbacks .contentbox {
    grid-area: contentbox;
    display: flex;
    flex-direction: column;
    justify-content: center;
    height: auto;
    align-self: center;
}

.customer-feedbacks .content-1 {
    grid-area: content-1;
}

.customer-feedbacks .content-2 {
    grid-area: content-2;
}

.customer-feedbacks .item p,
.customer-feedbacks .customer-info label {
    position: relative;
    font-family: "Open Sans";
    font-size: 14.79px;
    font-weight: 400;
    line-height: 23.007px;
    color: #111827;
    margin-bottom: 20px;
}

.customer-feedbacks .item p:before {
    position: relative;
    content: '';
    position: absolute;
    background: url(/wp-content/uploads/2024/06/Quote_mark1.jpg);
    background-repeat: no-repeat;
    width: 100%;
    height: 100%;
    left: -25px;
}

.customer-feedbacks .customer-info label {
    display: block;
    font-weight: 700;
    margin-bottom: 0;
}

.customer-feedbacks .customer-info span {
    color: #6B7280;
    font-family: "Open Sans";
    font-size: 11.503px;
    font-weight: 400;
    line-height: 16.433px;
}

.home-banner .banner-content {
    padding: 50px 0;
}

/*---------Testimonial section css end-------*/


/*---------Blogs page css start-------*/
section.blog-posts {
    padding: 80px 0 40px;
}

:root {
    --sticky-header-height: 108px;
}

.blog-banner {
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    min-height: 433px;
    margin-top: var(--sticky-header-height);
    background: linear-gradient(270deg, rgba(0, 60, 155, 0.40) -18.33%, #001535 100%);
    overflow: hidden;
    background-image:
        linear-gradient(270deg, rgba(0, 60, 155, 0.40) -18.33%, #001535 100%),
        url(../images/Banner-bg.png);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
}

.blog-banner h1 {
    margin: 0 0 10px;
}

.blog-banner p {
    color: #fff;
    max-width: 590px;
}

.blog-posts-cards {
    display: flex;
    /*     justify-content: space-between; */
    flex-wrap: wrap;
}

.blog-posts-cards .blog-post-card {
    width: 100%;
    max-width: 400px;
    border-radius: 10px;
    box-shadow: 0px 2px 10px 0px rgba(0, 0, 0, 0.06);
    margin-bottom: 62px;
    margin-right: 46px;
    overflow: hidden;
}

.blog-posts-cards .blog-post-card:nth-child(3n) {
    margin-right: 0;
}

.blog-post-card .blog-post-content {
    padding: 20px;
}

.blog-post-card .blog-post-image {
    width: 100%;
    height: 240px;
}

.blog-post-card .blog-post-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.blog-post-card .blog-post-content span {
    overflow: hidden;
    color: #333;
    text-overflow: ellipsis;
    font-family: Roboto;
    font-size: 14px;
    font-weight: 400;
    line-height: normal;
}

.blog-post-card .blog-post-content h6 {
    overflow: hidden;
    color: #333;
    margin: 20px 0 5px;
    font-family: "Open Sans";
    font-size: 20px;
    font-weight: 600;
    line-height: normal;
    text-overflow: ellipsis;
    font-family: Roboto;
    line-height: normal;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.blog-post-card .blog-post-content h6 a {
    text-decoration: none;
    color: #333;
    display: block;
}

.blog-post-card .blog-post-content p {
    overflow: hidden;
    color: #999;
    text-overflow: ellipsis;
    font-family: Roboto;
    font-size: 16px;
    font-weight: 400;
    line-height: normal;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    margin-bottom: 42px;
    margin-top: 5px;
}

.blog-post-card .blog-post-content .read-more {
    color: #003C9B;
    font-family: Roboto;
    font-size: 16px;
    font-weight: 400;
    line-height: normal;
    text-decoration: none;
}

.blog-post-card .blog-post-content .read-more .fa-arrow:before {
    content: "\f101";
}

/*---------Blogs page css end-------*/
/*----------------- Pagination---------------- */

.list-wrapper {
    /* padding: 15px; */
    overflow: hidden;
}

.list-item {
    border: 1px solid #EEE;
    background: #FFF;
    /* margin-bottom: 10px; */
    /* padding: 10px; */
    box-shadow: 0px 0px 10px 0px #EEE;
    max-width: 400px;
}

.list-item h4 {
    color: #FF7182;
    font-size: 18px;
    margin: 0 0 5px;
}

.list-item p {
    margin: 0;
}

.simple-pagination ul {
    margin: 0;
    padding: 0;
    list-style: none;
    text-align: center;
}

.single .social-media-icons .the_champ_svg {
    width: 24px !important;
    height: 24px !important;
}

.single .blog-detail-banner .banner-image {
    width: 633px;
    height: 350px;
}

.single .blog-detail-banner .banner-image img {
    width: 100%;
    height: 100%;
}

.blog-posts .simple-pagination li {
    display: inline-block;
    margin: 0 6px;
    font-size: 18px;
    font-weight: 400;
    line-height: 20px;
    text-align: center;
    font-family: Roboto;
}

.blog-posts .simple-pagination .current {
    color: #FFF;
    background-color: #003C9B;
    border: none;
    display: inline-block;
}

.blog-posts .simple-pagination li a,
.blog-posts .simple-pagination li span {
    color: #666666;
    padding: 4px 9px;
    text-decoration: none;
    border: none;
    background-color: #FFF;
    box-shadow: none;
}

.blog-posts .simple-pagination .prev.current,
.blog-posts .simple-pagination .next.current {
    background-color: unset;
    color: #666;
}

.blog-posts a.page-link.prev {
    margin-right: 12px;
}

.blog-posts a.page-link.next {
    margin-left: 12px;
}

.blog-posts .simple-pagination .prev.current {
    margin-right: 12px;
}

.blog-posts .simple-pagination .next.current {
    margin-left: 12px;
}


/*---------Pagination css end-------*/
/*---------Blogs detail page css start-------*/
.fixed {
    position: fixed;
    top: 0;
    width: 20%;
}

.blog-detail-banner {
    padding: 72px 0;
}

:root {
    --sticky-header-height: 95px;
}

.blog-detail-banner {
    margin-top: var(--sticky-header-height);
}

.blog-detail-banner .banner-image img {
    width: 100%;
}

.blog-detail-banner .row {
    align-items: start;
}

section.blog-detail-banner .banner-content h1 {
    color: #333;
    font-family: Roboto;
    font-size: 44px;
    font-weight: 700;
    line-height: 56px;
    margin-bottom: 24px;
}


/* .single .publish-date .published-date {
    position: relative;
    margin-left: 20px;
}

.single .publish-date .published-date:before {
    top: 40%;
    left: -10px;
    position: absolute;
    content: '';
    width: 5px;
    height: 5px;
    background-color: #333;
    border-radius: 100px;
} */
.single .read-time .views {
    position: relative;
    margin-left: 20px;
}

.single .read-time .views:before {
    top: 40%;
    left: -15px;
    position: absolute;
    content: '';
    width: 4px;
    height: 4px;
    background-color: #333;
    border-radius: 100px;
}

.single .read-time,
.single .publish-date,
.single .updation-date,
.single .review {
    font-family: Roboto;
    font-size: 16px;
    font-weight: 400;
    line-height: 18.62px;
    text-align: left;
    color: #333333;
    margin-bottom: 18px;

}

.single .publish-date label,
.single .review label {
    color: #003C9B;
    font-weight: 700;
    text-transform: capitalize;
}

section.detail-page-content .navigation-list a.navigation__link {
    text-decoration: none;
    border-left: 4px solid #dadada;
    font-size: 18px;
    line-height: 28px;
    font-weight: 400;
    color: #333333;
    padding-left: 24px;
    padding-bottom: 24px;
    display: block;
    font-family: 'Roboto';
}

.single div#stickySidebar::-webkit-scrollbar {
    width: 6px;
    background-color: #F5F5F5;
}

.single div#stickySidebar::-webkit-scrollbar-thumb {
    background-color: #003C9B;
    border-radius: 20px;
}

.single div#stickySidebar {
    max-height: 500px;
    overflow-y: scroll;
}

section.detail-page-content .navigation-list a.navigation__link.active {
    position: relative;
    font-weight: 700;
    font-family: "Open Sans";
}

section.detail-page-content .navigation-list a.navigation__link.active:before {
    background-image: linear-gradient(-45deg, #333333, #333333);
    left: -4px;
    content: "";
    height: 80%;
    top: 0;
    opacity: 1;
    position: absolute;
    width: 4px;
}

.single .detail-page-content #stickySidebar h4 {
    font-family: Roboto;
    font-size: 24px;
    font-weight: 300;
    line-height: 32px;
    text-align: left;
    color: #333333;
    margin-bottom: 40px;
}

section.detail-page-content .navigation-list a.navigation__link:last-child {
    padding-bottom: 0;
}

.single h2,
.single h3,
.single h4,
.single h5,
.single h6 {
    font-family: Roboto;
    font-weight: 600;
}

.single .banner-content {
    max-width: 592px;
}

.single .blog-info-blk .blog-box h2 {
    font-size: 24px;
    font-weight: 600;
    line-height: 32.68px;
    text-align: left;
    margin: 40px 0 16px;
    color: #333333;
}

.single .blog-info-blk .blog-box h3 {
    font-size: 20px;
    font-weight: 600;
    line-height: 28px;
    text-align: left;
    margin: 30px 0 16px;
    color: #333333;
}

.protips {
    background-color: #01173A;
    border-radius: 20px;
    overflow: hidden;
    display: flex;
    align-items: center;
    width: 100%;
}

.protips b {
    font-family: 'Open Sans';
    color: #fff;
    font-size: 28px;
    width: 28%;
    text-align: center;
    position: relative;
    padding-bottom: 10px;
}

.protips span {
    font-size: 20px;
    color: #fff;
    width: 72%;
    font-family: 'Open Sans';
    line-height: 32px;
    padding: 40px 70px;
    position: relative;
}

.protips span:before {
    content: "";
    width: 1px;
    height: 100%;
    position: absolute;
    background-color: rgba(255, 255, 255, 0.3);
    top: 0;
    left: 0;
}


.single .blog-info-blk .blog-box p,
.single .blog-info-blk .blog-box ul li,
.single .blog-info-blk .blog-box ol li {
    font-family: 'Open Sans';
    font-size: 18px;
    font-weight: 400;
    line-height: 26px;
    text-align: left;
    color: #666666;
}

.single .blog-info-blk .blog-box ol li::marker {
    font-weight: 700;
}

.single .blog-info-blk .blog-box ul li {
    margin-bottom: 12px;
}

.single .blog-post-card .blog-post-image img {
    width: 100%;
}

.single .related-post {
    margin: 80px 0;
}

.single .related-post h2 {
    font-family: Open Sans;
    font-size: 32px;
    font-weight: 700;
    line-height: 43.58px;
    margin-bottom: 40px;
    color: #333333;
}

.single .blog-post-card .blog-post-content h6 {
    margin: 20px 0 5px;
    font-family: "Open Sans";
    font-size: 20px;
    font-weight: 600;
    line-height: normal;
    overflow: hidden;
    color: #999;
    text-overflow: ellipsis;
    font-family: Roboto;
    line-height: normal;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
}

.single .details-area {
    display: flex;
    /* justify-content: space-between; */
}

.single .author-info {
    background: #F2F7FF;
    padding: 20px;
}

.single .author-info .work_step_content {
    margin-left: 24px;
}

.single .author-info .work_step_content i {
    margin-left: 5px;
}

.single .work_step_content a {
    display: inline-block;
    font-family: Roboto;
    font-size: 16px;
    font-weight: 400;
    line-height: 18.75px;
    text-align: left;
    text-decoration: none;
    color: #003C9B;
}

.single .author-info {
    background: #F2F7FF;
    padding: 20px;
    margin: 80px 0 32px;
}

.single ul.social-share {
    display: flex;
    list-style: none;
    padding-left: 0;
    margin-top: 16px;
}

.single ul.social-share li {
    margin-right: 20px;
}

.single .read-time label {
    display: inline-block;
    color: #003C9B;
    font-weight: 700;
}

.single .blog-info-blk {
    width: 100%;
    max-width: 930px;
    margin-left: auto;
}

.single .author-info .work_step_content h5 {
    font-family: Roboto;
    font-size: 20px;
    font-weight: 500;
    line-height: 23.44px;
    text-align: left;
    text-transform: capitalize;
    margin-bottom: 4px;
    color: #333333;
}

.single .author-info .work_step_content p {
    font-family: Roboto;
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    text-align: left;
    color: #666666;
    /* display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden; */
}

.single .faqs {
    background: transparent;
    padding: 0;
}

.single .faqs .accordion-button:not(.collapsed) {
    padding: 30px 30px 10px !important;
}

.faqs .accordion {
    padding-top: 80px;
    border-top: 2px solid #CCD8E1;
}

.faqs .accordion-flush .accordion-item .accordion-button {
    border-radius: 0;
    box-shadow: 0px 2px 10px 0px #0000000F;
    margin-bottom: 20px;
    padding: 20px 30px;
}

.faqs .accordion-flush .accordion-item {
    border: 0;
}

.faqs .accordion-flush .accordion-item .accordion-button {
    border-radius: 0;
    box-shadow: 0px 2px 10px 0px #0000000F;
    margin-bottom: 20px;
    padding: 27px 30px;
    font-family: Roboto;
    font-size: 20px;
    font-weight: 500;
    line-height: 23.44px;
    text-align: left;
    color: #333333;
}

.faqs .accordion-body {
    margin: 0px 30px 20px;
    border-top: 1px solid #cccccc;
    padding: 16px 0 24px;
    font-family: 'Roboto';
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    text-align: left;
    color: #666666;
}

.single .faqs .accordion-body {
    padding: 10px 0 30px;

}

.faqs .accordion-button:not(.collapsed) {
    margin-bottom: 0 !important;
    padding: 20px 30px 10px !important;
    background: transparent;
    color: inherit;
    border-bottom-left-radius: 0 !important;
    border-bottom-right-radius: 0 !important;
}

.faqs .accordion-flush .accordion-collapse {
    border-width: 0;
    box-shadow: 0px 2px 10px 0px #0000000F;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
}

.faqs .accordion-button:not(.collapsed)::after {
    background-image: url(/wp-content/uploads/2024/06/minus.svg);
    margin-bottom: 15px;
}

.faqs .accordion-button::after {
    background-image: url(/wp-content/uploads/2024/06/plus.svg);
    width: 17px;
    height: 17px;
    background-size: 17px;
}

.single ol.number-list {
    padding-left: 15px;
}

.single ol.number-list li {
    font-family: Roboto;
    font-size: 18px;
    font-weight: 500;
    line-height: 26px;
    text-align: left;
    color: #333333;
    margin-bottom: 4px;
}

.single ol.number-list-ol li {
    font-family: Roboto;
    font-size: 18px;
    font-weight: 400;
    line-height: 26px;
    text-align: left;
    margin-bottom: 16px;
    color: #666666;
}

.single .blog-post-card.list-item .blog-post-image {
    width: 400px;
    height: 240px;
}

.single .blog-post-card.list-item .blog-post-image img {
    width: 100%;
    height: 100%;
}

/*---------Blogs detail page css end-------*/

/*---------Landing page css -------*/

.mtop {
    margin-top: 93px;
}

.landing-page-banner {
    background-size: cover;
    padding: 79px 0;
}

/* .banner-content {
    padding: 33% 0;
} */

.banner-content label {
    color: #FFF;
    font-family: Roboto;
    font-size: 16px;
    font-style: normal;
    font-weight: 300;
    line-height: 16px;
    letter-spacing: 2px;
    text-transform: uppercase;
}

.page-template-template-landing-page .navbar ul.navbar-nav li:last-child ,
.page-template-template-landing-page-new .navbar ul.navbar-nav li:nth-child(5){
    display: block;
}

.page-template-template-landing-page .navbar ul.navbar-nav li,
.page-template-template-landing-page-new .navbar ul.navbar-nav li{
    display: none;
}

.landing-page-banner h1 {
    color: #FFF;
    font-family: Roboto;
    font-size: 45px;
    font-style: normal;
    font-weight: 700;
    line-height: 53px;
}

.info-three-column {
    display: block;
    overflow: hidden;
    padding: 56px 0;
}

.three-column-title h2 {
    color: #01173A;
    text-align: center;
    font-family: Roboto;
    font-size: 45px;
    font-style: normal;
    font-weight: 400;
    line-height: 56px;
    max-width: 1050px;
    margin: 0 auto 40px;
}

.info-three-column-content {
    border-radius: 16px;
    background: #003C9B;
    box-shadow: 0px 4px 16px 0px rgba(0, 0, 0, 0.08);
    display: flex;
    padding: 24px;
    flex-direction: column;
    align-items: flex-start;
    flex: 1 0 0;
}

.info-three-column-content .info-three-column-icon {
    margin-bottom: 40px;
    width: 75px;
    height: 74px;
}

.info-three-column-text h4 {
    color: #FFF;
    font-family: Roboto;
    font-size: 20px;
    font-style: normal;
    font-weight: 500;
    line-height: 25px;
}

.info-three-column.info .info-three-column-text h4 {
    line-height: 30px;
}

.info-three-column-text p {
    color: #FFF;
    font-family: "Open Sans";
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 23px;
    margin-bottom: 0;
}

section.experiance-list {
    display: flex;
    padding: 72px 0px;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 40px;
    padding: 72px 0px;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 40px;
    background: #01173A;
}

.experiance-list-heading h2 {
    color: #FFF;
    font-family: Roboto;
    font-size: 45px;
    font-style: normal;
    font-weight: 400;
    line-height: 56px;
    /* letter-spacing: 2px; */
}

.site_default_btn {
    border-radius: 33px;
    background: #01A000;
    box-shadow: 0px 0px 6.5px 0px rgba(11, 65, 255, 0.20);
    display: inline-flex;
    padding: 12px 48px;
    justify-content: center;
    align-items: center;
    gap: 10px;
    color: #FFF;
    font-family: "Open Sans";
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    text-decoration: none;
    margin-top: 20px;
}

ul.list-experiance li {
    display: flex;
    width: 314px;
    padding: 10px 24px;
    align-items: center;
    gap: 16px;
    flex-shrink: 0;
    border-radius: 16px;
    background: linear-gradient(94deg, #1B478C -0.57%, #01173A 98.05%);
    box-shadow: 0px 4px 16px 0px rgba(0, 0, 0, 0.08);
    color: #FFF;
    font-family: Roboto;
    font-size: 20px;
    font-style: normal;
    font-weight: 500;
    line-height: 30px;
    align-self: stretch;
}

ul.list-experiance {
    display: flex;
    align-items: flex-start;
    align-content: flex-start;
    gap: 24px;
    flex-wrap: wrap;
    padding: 0;
}

.health_revenue_info_blk {
    border-radius: 16px;
    background: #FFF;
    box-shadow: 0px 4px 16px 0px rgba(0, 0, 0, 0.08);
    display: flex;
    padding: 24px;
    flex-direction: column;
    align-items: flex-start;
    margin-bottom: 24px;
}

.health_revenue_info_blk:last-child {
    margin-bottom: 0;
}

.info-three-column .row .col-md-4,
.info-three-column .row .col-md-3 {
    display: flex;
}

.experiance-list .site_default_btn {
    margin-top: 32px;
}

section.healthcare-revenue-section {
    padding: 72px 0;
}

.healthcare-revenue-content img {
    max-width: 40px;
    height: auto;
    margin-bottom: 12px;
    position: relative;
}

.healthcare-revenue-content h2 {
    font-family: Roboto;
    font-size: 45px;
    font-weight: 400;
    line-height: 56px;
    padding-top: 24px;
    color: #272727;
    position: relative;
}

.healthcare-revenue-content h2:before {
    content: '';
    position: absolute;
    width: 100px;
    height: 4px;
    border-radius: 20px;
    background-color: #01A000;
    top: 0px;
}

.healthcare-revenue-content p {
    font-family: "Open Sans";
    font-size: 18px;
    font-weight: 400;
    line-height: 28px;
    color: #272727;
    margin-top: 24px;
}

.healthcare-revenue-content .site_default_btn {
    margin-top: 24px;
}

.health_revenue_info_blk .health_revenue_info_icon {
    margin-bottom: 32px;
}

.health_revenue_info_blk h4 {
    font-family: 'Roboto';
    font-size: 20px;
    font-weight: 500;
    line-height: 30px;
    margin-bottom: 8px;
    color: #03080F;
}

.health_revenue_info_blk p {
    color: #03080F;
    font-family: 'Open Sans';
    font-size: 16px;
    font-weight: 400;
    line-height: 23px;
    margin-bottom: 0;
}

section.info-three-column.info {
    background: #F2F5FA;
    padding: 72px 0;
}

.info-three-column.info .three-column-title h2 {
    margin-bottom: 8px;
}

.info-three-column.info .three-column-title p {
    font-family: 'Open Sans';
    font-size: 18px;
    font-weight: 400;
    line-height: 24.51px;
    max-width: 1050px;
    margin: 0 auto 40px;
    text-align: center;
    color: #01173A;
}

.info-three-column.info .info-three-column-content {
    background: #fff;
}

.info-three-column.info .info-three-column-text h4 {
    color: #003C9B;
}

.info-three-column.info .info-three-column-text p {
    color: #03080F;
}

.connect_info {
    background: #01173A;
    padding: 72px 0;
    text-align: center;
}

.connect_info p {
    font-family: Open Sans;
    font-size: 18px;
    font-weight: 400;
    line-height: 24.51px;
    text-align: center;
    color: #ffffff;
    max-width: 1050px;
    margin: 0 auto 12px;
}

.page-template-template-landing-page .medical-billing-img {
    width: 554px;
    height: 410px;
}

.page-template-template-landing-page .medical-billing-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.page-template-template-landing-page .medical-billing h2:before {
    display: none;
}

.page-template-template-landing-page .medical-billing {
    background-color: #fff;
}

.about-section .medical-billing-video {
    width: 524PX;
    height: 390px;
    object-fit: cover;
}

.about-section .medical-billing-image video {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.medical-billing .medical-billing-image {
    width: 554PX;
    height: 410px;
}

.medical-billing .medical-billing-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.about-section .icon {
    position: relative;
}

.about-section .icon:before {
    content: '';
    position: absolute;
    width: 100px;
    height: 4px;
    border-radius: 20px;
    background-color: #01A000;
    bottom: -16px;
}

.landing-page .about-section .icon:before {
    bottom: 0px;
}

.page-template-template-landing-page .free-consultation-form {
    box-shadow: none;
    margin-left: auto;
}

.landing-page-banner .row {
    align-items: center;
}

.free-consultation-form h2 {
    font-family: Roboto;
    font-size: 32px;
    font-weight: 400;
    line-height: 27.9px;
    color: #272727;
    margin-bottom: 40px;
}

.page-template-template-landing-page .free-consultation-form button {
    margin-top: 16px;
}

.free-consultation-form div.wpforms-container-full .wpforms-field-label,
.free-consultation-form .wp-core-ui div.wpforms-container-full .wpforms-field-label {
    margin: 0 0 5px;
    font-family: 'roboto';
    font-size: 14px !important;
}

.free-consultation-form .wpforms-container-full input::placeholder {
    color: #272727 !important;
}

.free-consultation-form div.wpforms-container-full:not(:empty) {
    margin: 24px auto 0;
}

.free-consultation-form .wpforms-container .wpforms-field,
.free-consultation-form.wp-core-ui div.wpforms-container .wpforms-field {
    padding: 8px 0;
    position: relative;
}

.site_default_btn:hover,
.custom-button:hover {
    color: #fff;
}

/*---------Landing page css end-------*/

/*---------Medical billing page css start-------*/
.page-template-template-medical-billing .banner-content {
    max-width: 621px;
}

.page-template-template-medical-billing .medical-billing-content {
    max-width: 742px;
    float: right;
}

.page-template-template-medical-billing .blog-banner h1 {
    margin: 24px 0 10px;
    line-height: 52px;
    max-width: 621px
}

.patient-care {
    padding: 72px 0;
}

.patient-care .row {
    align-items: center;
}

.patient-care-content h2 {
    margin-top: 12px;
    color: #272727;
}

.patient-care-content p {
    font-family: 'Open Sans';
    font-size: 18px;
    font-weight: 400;
    line-height: 24.51px;
    color: #272727;
    margin: 24px 0;
    max-width: 823px;
}

.patient-care-content .custom-button {
    line-height: 14px;
    font-size: 16px;
    font-weight: 700;
    text-transform: uppercase;
    padding: 16px 30px;
}

.patient-care-media {
    width: 413px;
    height: auto;
    float: right;
}

.patient-care-media img {
    width: 100%;
    object-fit: cover;
}

.patient-care-content .icon {
    padding-bottom: 16px;
    position: relative;
}

.patient-care-content .icon:before {
    position: absolute;
    content: '';
    width: 100px;
    height: 4px;
    border-radius: 20px;
    background-color: #01A000;
    bottom: 0;
}

.patient-care .row .col-md-7 {
    width: 65%;
}

.patient-care .row .col-md-5 {
    width: 35%;
}


.why-emerald {
    margin: 72px 0;
}

.why-emerald p {
    margin-bottom: 24px;
    line-height: 24px;
}

.why-emerald .why-emerald-content ul {
    list-style: none;
    padding-left: 3rem;
}

.why-emerald .why-emerald-content ul li {
    font-family: 'open sans';
    font-size: 18px;
    font-weight: 400;
    line-height: 24px;
    color: #272727;
    position: relative;
    margin-bottom: 24px;
}

.why-emerald .why-emerald-content ul li strong {
    display: block;
    margin-bottom: 4px;
}

.why-emerald .why-emerald-content ul li:before {
    content: '';
    position: absolute;
    left: -35px;
    top: 5px;
    background-image: url(/wp-content/uploads/2024/06/checked-icon.webp);
    width: 25px;
    height: 100%;
    background-repeat: no-repeat;
}

.why-emerald .why-emerald-content h2 {
    margin: 12px 0 24px;
    color: #272727;
}

.why-emerald .icon {
    position: relative;
    padding-bottom: 16px;
}

.why-emerald .icon:before {
    position: absolute;
    content: '';
    width: 100px;
    height: 4px;
    border-radius: 20px;
    background-color: #01A000;
    bottom: 0;
}

.faqs {
    background: #F2F5FA;
    padding: 72px 0;
}

.faqs .faq-heading h2 {
    font-family: Roboto;
    font-size: 32px;
    font-weight: 400;
    line-height: 36px;
    text-align: center;
    color: #272727;
    margin-bottom: 32px;
}

.blog-banner .banner-content span {
    font-family: Roboto;
    font-size: 16px;
    font-weight: 300;
    line-height: 16px;
    letter-spacing: 2px;
    text-align: left;
    color: #fff;
    text-transform: uppercase;
}

.page-template-template-medical-billing .medical-billing .specialities ul li {
    width: 50%;
    margin-bottom: 20px;
}

.page-template-template-medical-billing .blog-banner .banner-content p {
    max-width: 574px;
    line-height: 26px;
    margin-bottom: 0;
}

.page-template-template-medical-billing .faqs .accordion {
    padding-top: 0;
    border-top: 0;
    max-width: 960px;
    margin: 0 auto;
}

.page-template-template-medical-billing .faqs .accordion-flush .accordion-item .accordion-button,
.page-template-template-medical-billing .faqs .accordion-flush .accordion-item,
.page-template-template-faq-page .faqs .accordion-flush .accordion-item,
.page-template-template-faq-page .faqs .accordion-flush .accordion-item .accordion-button {
    border-radius: 10px;
}

.faqs .accordion-flush .accordion-item:last-child .accordion-button {
    margin-bottom: 0;
}

.page-template-template-medical-billing .medical-billing-content p {
    margin-bottom: 24px;
    line-height: 28px;
}

.page-template-template-medical-billing .medical-billing-content .specialities p {
    margin-bottom: 32px;
}

.page-template-template-medical-billing .medical-billing-content p:last-child {
    margin-bottom: 0;
}

.page-template-template-medical-billing .medical-billing .medical-billing-image {
    width: 494px;
    height: 554px;
    border-radius: 8px;
}

.page-template-template-medical-billing .medical-billing .specialities {
    margin-bottom: 24px;
}

.page-template-template-medical-billing .blog-banner {
    min-height: 460px;
}

/*---------Stay Connected section css start-------*/
.stay-connected {
    margin: 72px 0;
}

.stay-connected .stay-connected-content {
    text-align: center;
}

.stay-connected .stay-connected-content h2 {
    font-family: Roboto;
    font-size: 45px;
    font-weight: 400;
    line-height: 40.25px;
    text-align: center;
    color: #FFFFFF;
    margin-bottom: 32px;
}

.stay-connected .stay-connected-content p {
    line-height: 24px;
    color: #FFFFFF;
    max-width: 982px;
    margin: 16px auto 32px;
}

.stay-connected .stay-connected-content {
    text-align: center;
    background: #01173A;
    padding: 32px;
    border-radius: 16px;
}

/*---------Stay Connected section css end-------*/
section.medical-billing.new {
    background: transparent;
}

.page-template-template-medical-billing .medical-billing.new .medical-billing-image {
    width: 494px;
    height: 400px;
    border-radius: 8px;
}

section.medical-billing.new h2 {
    margin-top: 0;
    padding-top: 0;
}

/*---------Medical billing page css end-------*/

/*---------Emerald EMR page css start-------*/
.page-id-3492 .medical-billing .medical-billing-image {
    width: 494px;
    height: 400px;
    border-radius: 8px;
}

.open-emr-services {
    background: #F2F5FA;
    padding: 72px 0;
}

.open-emr-services .row {
    align-items: center;
}

.open-emr-services .open_emr_info_blk {
    display: flex;
    align-items: center;
    justify-content: space-between;
    box-shadow: 0px 4px 16px 0px #00000014;
    background-color: #fff;
    padding: 24px;
    margin-bottom: 24px;
    border-radius: 16px;
}

.open-emr-services .open_emr_info_blk .service_content {
    margin-left: 24px;
}

.open-emr-services .open-emr-services-content .open-emr-services-icon {
    position: relative;
    padding-bottom: 16px;
}

.open-emr-services .open-emr-services-content .open-emr-services-icon:before {
    position: absolute;
    content: '';
    width: 100px;
    height: 4px;
    border-radius: 20px;
    background-color: #01A000;
    bottom: 0;
}

.open-emr-services .open-emr-services-content img {
    max-width: 40px;
}

.open-emr-services .open-emr-services-content h2 {
    margin: 12px 0 24px;
}

.open-emr-services .open_emr_info_blk .service_icon {
    width: 100%;
    max-width: 60px;
}

.open-emr-services .open_emr_info_blk .service_icon img {
    width: 100%;
    height: auto;
}

.open-emr-services .open_emr_info_blk .service_content h4 {
    font-family: 'Roboto';
    font-size: 20px;
    font-weight: 500;
    line-height: 30px;
    text-align: left;
}

.open-emr-services .open_emr_info_blk .service_content p {
    font-size: 16px;
    line-height: 23px;
    color: #03080F;
    margin-bottom: 0;
}

.user-friendly {
    margin: 72px 0;
}

.emerald-emr .user-friendly {
    display: none;
}

/*.emerald-emr .faqs {*/
/*    background: #fff;*/
/*}*/
.user-friendly .user-friendly-cards {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.user-friendly .user-friendly-card {
    background: #003C9B;
    padding: 32px 25px;
    border-radius: 8px;
    width: 100%;
    max-width: 420px;
    box-shadow: 0px 8px 17px 0px #003C9B1A;
}

.user-friendly .user-friendly-card .card-icon img {
    width: 60px;
    height: auto;
    object-fit: cover;
}

.user-friendly .user-friendly-card h4 {
    font-family: 'Roboto';
    font-size: 32px;
    font-weight: 700;
    line-height: 40px;
    letter-spacing: -0.025em;
    text-align: left;
    color: #fff;
    margin: 40px 0 0;
}

.user-friendly .user-friendly-heading {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    margin-bottom: 48px;
}

.user-friendly .user-friendly-heading p {
    max-width: 682px;
    line-height: 24px;
    margin-bottom: 0;
}

/*---------Emerald EMR page css end-------*/

/*---------contact Us page css start-------*/
.page-template-template-contact-us .landing-page-banner {
    background-image: url(/wp-content/uploads/2024/06/Banner_img2-1.webp);
    background-size: cover;
    background-position: center;
    padding: 85px 0 80px;
}

.page-template-template-contact-us .landing-page-banner .banner-content span {
    font-family: 'Roboto';
    font-size: 16px;
    font-weight: 300;
    line-height: 16px;
    letter-spacing: 2px;
    text-align: left;
    color: #ffffff;
    text-transform: uppercase;
}

.page-template-template-contact-us .landing-page-banner h1 {
    margin-top: 24px;
}

.page-template-template-contact-us .free-consultation-form {
    box-shadow: none;
    float: right;
}

.page-template-template-contact-us .landing-page-banner .banner-content {
    max-width: 371px;
}

.page-template-template-contact-us .landing-page-banner p {
    font-family: 'open sans';
    font-size: 18px;
    font-weight: 400;
    line-height: 21.09px;
    text-align: left;
    color: #fff;
}

.page-template-template-contact-us .landing-page-banner .banner-content p {
    margin-bottom: 0;
}

.contact-details {
    background: #F2F5FA;
    padding: 72px 0;
}

.contact-detail-cards {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.contact-detail-card {
    width: 100%;
    max-width: 414px;
    text-align: center;
    background: #fff;
    padding: 24px;
    border-radius: 16px;
}

.contact-detail-card span {
    display: block;
    font-family: 'Roboto';
    font-size: 20px;
    font-weight: 500;
    line-height: 30px;
    text-align: center;
    color: #003C9B;
    margin: 32px 0 8px;
}

.contact-detail-card a {
    font-family: 'Open Sans';
    font-size: 16px;
    font-weight: 400;
    line-height: 23px;
    letter-spacing: -0.01em;
    text-align: center;
    text-decoration: none;
    color: #03080F;
}

/*.contact-detail-card:first-child a {*/
/*    cursor: auto;*/
/*    pointer-events: none;*/
/*}*/

.contact-detail-header h2 {
    text-align: center;
    color: #01173A;
    font-family: 'Roboto';
}

.contact-detail-header p {
    text-align: center;
    max-width: 632px;
    margin: 0 auto 40px;
    color: #01173A;
}

.text-based-content p a {
    color: #0d6efd;
}

/*---------Contact US page css end-------*/

/*---------About US page css start-------*/
.about-emerald .about-emerald-content {
    max-width: 882px;
    margin-left: auto;
}

.about-emerald {
    padding: 120px 0;
}

.about-emerald .about-emerald-content .counter-container {
    text-align: center;
    width: 100%;
    max-width: 267px;
    background: #fff;
    box-shadow: 0px 4px 8px 0px #00000014;
    padding: 24px;
    border-radius: 16px;
}

.about-emerald .counter-container .counter,
.about-emerald .counter-container .symbol-counter label {
    color: #103a94;
    font-size: 45px;
    line-height: 40.25px;
    font-weight: 700;
    padding-top: 12px;
    font-family: "Roboto";
}

.about-emerald .about-emerald-content .our-strength-counter {
    display: flex;
    justify-content: space-between;
    margin-top: auto;
    flex-wrap: wrap;
    margin-top: 80px;
}

.about-emerald-content .our-strength-content p {
    color: #6B7280;
    font-family: "Open Sans";
    font-size: 18px;
    font-weight: 400;
    line-height: 28px;
}

.about-emerald .about-emerald-content .counter-container .counter {
    position: relative;
}

.about-emerald .about-emerald-content .counter-container:last-child .counter:before {
    left: -20px;
    bottom: 0;
    top: unset;
}

.alternative-info .alternative-info-img {
    width: 618px;
    height: 400px;
}

.alternative-info .alternative-info-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.alternative-info .row {
    align-items: center;
}

.alternative-info .row .alternative-info-content h2 {
    color: #272727;
}

.alternative-info .row .alternative-info-content p {
    color: #6b7280;
    line-height: 28px;
    margin-bottom: 0;
}

.alternative-info-section .alternative-info:nth-child(odd) {
    background-color: #F2F5FA;
    padding: 72px 0;
}

.alternative-info-section .alternative-info:nth-child(even) {
    margin: 80px 0;
}

.alternative-info-section .alternative-info:nth-child(even) .row {
    flex-direction: row-reverse;
}

.about-emerald .counter-container span {
    color: #272727;
    font-family: Roboto;
    font-size: 14px;
    padding-bottom: 12px;
    line-height: 16px;
}

.about-emerald-img {
    width: 354px;
    height: 480px;
}

.about-emerald-img img {
    width: 100%;
    height: 100%;
}

.our-mission {
    background: #F2F5FA;
    padding: 72px 0;
    text-align: center;
}

.our-mission .our-mission-content img {
    width: 100%;
    max-width: 851px;
}

.our-mission-content h2 {
    text-align: center;
    line-height: 56px;
}

.our-mission-content p {
    color: #272727;
    text-align: center;
    font-family: "Open Sans";
    font-size: 18px;
    line-height: 28px;
    max-width: 823px;
    margin: 0 auto 40px;
    width: 100%;
}

.our-vision {
    margin: 72px 0;
}

.our-vision .our-vision-content {
    border-radius: 20px;
    background: #01173A;
    padding: 72px 146px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.our-vision-content h2 {
    color: #fff;
    line-height: 40px;
    width: 100%;
    max-width: 25%;
    position: relative;
}

.our-vision-content h2:after {
    width: 1px;
    height: 100px;
    content: '';
    position: absolute;
    background-color: #999;
    right: -10px;
    bottom: -35px;
}

.our-vision-content p {
    color: #fff;
    width: 100%;
    max-width: 68%;
    margin-bottom: 0;
    line-height: 24.51px;
}

.about-us .blog-banner .banner-content {
    max-width: 650px;
    padding: 40px 0;
}

.about-us .blog-banner p {
    line-height: 26px;
    max-width: 650px;
}

.about-us .our-strength-content h2 {
    padding: 16px 0;
}

/*---------About US page css end-------*/
/*---------Meet the Leader css start-------*/
.our-leaders {
    padding: 80px 0 100px;
    /* max-width: 1070px; */
    margin: 0 auto;
}

.testimonial .our-leaders {
    max-width: 1210px;
}

.our-leader-heading {
    text-align: center;
    margin-bottom: 85px;
}

.our-leader-heading h2 {
    text-align: center;
}

.our-leader-heading p {
    line-height: 28px;
    max-width: 823px;
    margin: 0 auto;
    color: #666666;
}

.our-leaders-cards {
    justify-content: space-between;
    display: flex;
    flex-wrap: wrap;
}

.testimonial .our-leaders-cards {
    /* align-items: center; */
    justify-content: center;
}

.testimonial .our-leaders-card {
    max-width: none;
    margin: 0 20px;
}

.our-leaders-cards .our-leaders-card {
    max-width: 48%;
    width: 100%;
    margin: 0 auto;
    box-shadow: 0px 4px 16px 0px #00000014;
    border-radius: 20px;
}

.our-leaders-card .card-img {
    text-align: center;
    background-color: #01173A;
    border-radius: 20px;
    width: 100%;
    height: 400px;
}

.our-leaders-card .card-img img {
    border-radius: 20px;
    width: 100%;
    height: 100%;
    padding: 0 40px;
}

.our-leaders-card .our-leaders-card-content {
    padding: 30px 30px 54px;
}

.our-leaders-card-content h6 {
    font-family: 'Open Sans';
    font-size: 20px;
    font-weight: 700;
    line-height: 28px;
    color: #111827;
}

.our-leaders-card-content span {
    font-family: 'Open Sans';
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    color: #111827;
}

.our-leaders-card-content p {
    font-family: 'Open Sans';
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    color: #6B7280;
    margin: 16px 0 0;
}

.meet-the-team .stay-connected {
    margin: 0 0 72px;
}

.testimonial .medical-billing-video video {
    border-radius: 20px;
}

.page-template-template-meet-our-team .stay-connected .stay-connected-content h2 {
    margin-bottom: 32px;
}

.meet-the-team .our-leaders-cards {
    display: unset;
}

.meet-the-team .our-leaders-cards .our-leaders-card {
    max-width: 100%;
    width: 100%;
    display: flex;
    justify-content: space-between;
    margin-bottom: 40px;
}

.meet-the-team .our-leaders-card .card-img {
    height: unset;
}

.meet-the-team .our-leaders-card .card-img img {
    border-radius: 20px;
    width: 360px;
    height: 100%;
    object-fit: cover;
    padding: 0 40px;
}

/*---------Meet the Leader css end-------*/
/*---------FAQ page css start-------*/
.page-template-template-faq-page .blog-banner {
    min-height: 460px;
}

.page-template-template-faq-page .blog-banner p {
    margin-bottom: 0;
}

.page-template-template-faq-page .faqs .accordion {
    border-top: none;
    padding-top: 40px;
    max-width: 960px;
    margin: 0 auto 80px;
}

.blog-banner .banner-content {
    max-width: 621px;
    padding: 40px 0;
}

.page-template-template-faq-page .faqs {
    background-color: transparent;
}

.page-template-template-faq-page .faqs .accordion:last-child {
    margin-bottom: 0px;
}

.page-template-template-faq-page .faqs h2 {
    text-align: center;
    color: #272727;
    margin-bottom: 0;
    font-family: 'Roboto';
}

.page-template-template-faq-page .blog-banner h1 {
    margin-top: 24px;
}

.page-template-template-faq-page .faqs .accordion-flush .accordion-item .accordion-button {
    padding: 27px 30px;
}

.faqs .accordion-body ul {
    margin-bottom: 8px;
	list-style: none;
}

.faqs .accordion-body ul li {
    margin-top: 8px;
	position: relative;
}
.faqs .accordion-body ul li::before {
	  position: absolute;
  content: " ";
	width: 8px;
	height: 8px;
	border-radius: 50px;
  background-color: #666666;
  left: -20px; 
	top: 7px;
}
/*---------FAQ page css end-------*/

/*---------Privacy policy css start-------*/
.text-based-content {
    max-width: 852px;
    margin: 80px auto;
}

.text-based-content p {
    font-family: 'Open Sans';
    line-height: 27px;
    color: #666666;
}

.text-based-content ul li {
    font-family: "open sans";
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 27px;
    color: #666666;
    margin-bottom: 8px;
}

.text-based-content h2 {
    color: #272727;
    font-family: 'Roboto';
}

.text-based-content h3 {
    font-family: 'Roboto';
    font-size: 32px;
    font-weight: 400;
    line-height: 27.9px;
    margin: 40px 0 32px;
    color: #272727;
}

.text-based-content h4 {
    font-family: 'Roboto';
    font-size: 24px;
    font-weight: 400;
    line-height: 27.9px;
    margin: 32px 0 8px;
    color: #272727;
}

.page-template-default .blog-banner h1 {
    margin: 24px 0 8px;
}

/*---------Privacy policy css end-------*/

/*---------Terms of use page css start-------*/
.terms-of-use .text-based-content h3 {
    font-family: 'Roboto';
    font-size: 32px;
    font-weight: 400;
    line-height: 27.9px;
    margin: 40px 0 16px;
    color: #272727;
}

/*---------Terms of use page css end-------*/

/*---------Forms css start-------*/
.free-consultation-form .custom-button .wpcf7-form-control.wpcf7-submit.has-spinner {
    border: 0;
    background: transparent;
    color: #fff;
}

.free-consultation-form .custom-button .wpcf7-spinner {
    display: unset;
    width: 20px;
    height: 20px;
    border: none;
    margin: 0;
    position: relative;
}

.free-consultation-form label {
    display: inline-block;
    font-family: Roboto;
    font-size: 14px;
    font-weight: 700;
    line-height: 24px;
    color: #272727;
    margin-bottom: 8px;
}

.free-consultation-form .form-control {
    padding: 11px 9px 11px 12px;
    font-size: 14px;
    font-weight: 400;
    line-height: 16px;
    background-color: #fff;
    border: 1px solid #CCD8E1;
    appearance: none;
    border-radius: 4px;
    box-shadow: none;
    color: #575757;
}

.free-consultation-form .wpcf7-not-valid-tip {
    font-size: 14px;
    color: #dc3232;
    display: none;
}

.landing-page-banner .free-consultation-form .row {
    align-items: start;
}

.free-consultation-form .wpcf7-not-valid-tip:last-child {
    display: block;
}

.free-consultation-form .wpcf7 form.invalid .wpcf7-response-output,
.free-consultation-form .wpcf7 form.unaccepted .wpcf7-response-output,
.free-consultation-form .wpcf7 form.payment-required .wpcf7-response-output {
    display: none;
}

.free-consultation-form .wpcf7 form.sent .wpcf7-response-output {
    border-color: #46b450;
    text-align: center;
    border: 0;
}

.free-consultation-form .form-control.wpcf7-select,
.case-study-popup .form-control.wpcf7-select {
    background-image: url(/wp-content/uploads/2024/07/down-arrow.jpg);
    background-repeat: no-repeat;
    background-position: right;
    background-position: center right 14px;
    cursor: pointer;
}

/*---------Author and reviewer section css start-------*/
.author-and-reviewer {
    display: flex;
    flex-wrap: wrap;
    margin-top: 90px;
}

.author-and-reviewer .written-info {
    margin-right: 10px;
}

.author-and-reviewer p {
    margin-bottom: 8px;
    font-size: 14px;
    font-family: 'roboto';
}

.author-and-reviewer a {
    text-decoration: none;
}

.author-and-reviewer .author_name img {
    max-width: 40px;
    margin-right: 20px;
    border-radius: 100px;
}

.author-and-reviewer .author_name {
    border: 1px solid #003C9B;
    padding: 10px 20px;
    border-radius: 10px;
}

.author-and-reviewer p.written_by {
    font-weight: 700;
    font-size: 18px;
}

/*---------Author and reviewer section css end-------*/
/*---------Case Study css start-------*/
.case-studies .blog-banner,
.meet-the-team .blog-banner,
.terms-of-use .blog-banner,
.testimonial .blog-banner,
.about-us .blog-banner {
    min-height: 460px;
}

.read-case-studies .case-study {
    padding: 80px 0;
}

.read-case-studies .case-study-image {
    width: 524px;
    height: 530px;
}

.read-case-studies .case-study-image img {
    width: 100%;
    height: 100%;
}

.read-case-studies .case-study-content h2 {
    color: #272727;
}

.read-case-studies .case-study-content p {
    color: #6B7280;
    font-family: "Open Sans";
    font-size: 18px;
    font-weight: 400;
    line-height: 28px;
}

.read-case-studies .case-study-content span {
    width: 70%;
    height: 2px;
    display: block;
    color: #E4E4E4;
    background: #E4E4E4;
    margin: 40px 0;
}

.read-case-studies .case-study-content .quote-icon {
    position: relative;
    width: 100%;
}

.read-case-studies .case-study-content .quote-icon:after {
    position: absolute;
    content: '';
    width: 58px;
    height: 47px;
    background-image: url(/wp-content/uploads/2024/07/Quote-mark.png);
    background-size: 100%;
    background-repeat: no-repeat;
    right: 0;
    top: -25px;
}

.read-case-studies .case-study-quote p {
    color: #6B7280;
    font-family: "Open Sans";
    font-size: 18px;
    font-style: italic;
    font-weight: 300;
    line-height: 24.51px;
    margin-bottom: 0;
}

.read-case-studies .case-study-quote .custom-button {
    margin-top: 40px;
}

.read-case-studies .case-study:first-child {
    background: #F2F5FA;
}

.read-case-studies .case-study:nth-child(2) .row {
    flex-direction: row-reverse;
}

.case-study-popup .modal-dialog-scrollable .modal-content {
    padding: 24px 16px;
    border-radius: 24px;
    min-height: 520px;
}

.case-study-popup .popup-info .btn-close {
    position: absolute;
    right: 10px;
    z-index: 9;
    top: 10px;
}

.case-study-popup .modal-dialog-scrollable .modal-content .modal-body h2 {
    font-size: 32px;
    line-height: 28px;
    margin-bottom: 40px;
}

.case-study-popup .modal-dialog-scrollable .modal-content .modal-body p.custom-button {
    margin-bottom: 0;
    margin-top: 24px;
}

.case-study-popup .modal-dialog-scrollable .modal-content .modal-body .wpcf7-not-valid-tip {
    font-size: 14px;
    display: none;
}

.case-study-popup .modal-dialog-scrollable .modal-content .modal-body .wpcf7-not-valid-tip:last-child {
    display: block;
}

.case-study-popup .wpcf7 form.sent .wpcf7-response-output {
    display: block;
    border: none;
    text-align: center;
}

.case-study-popup .wpcf7 form .wpcf7-response-output {
    display: none;
}

.case-study-popup label {
    font-size: 14px;
    font-weight: 700;
    line-height: 24px;
    margin-bottom: 8px;
}

.case-study-popup input.wpcf7-form-control.wpcf7-submit.has-spinner {
    background: none;
    border: none;
    color: #fff;
}

.case-study-popup .custom-button .wpcf7-spinner {
    width: 15px;
    height: 15px;
    padding: 0;
    margin: 0 10px;
    position: absolute;
    background-color: transparent;
}

.case-study-popup .wpcf7 form .wpcf7-response-output {
    margin: 10px;
}

.case-study-popup .modal-dialog-scrollable .modal-content .modal-body h2 {
    font-size: 28px;
    margin-bottom: 40px;
}

.case-study-popup .modal-dialog-scrollable .modal-content .modal-body p.custom-button {
    margin-top: 10px;
}

.testimonial .our-leaders {
    padding: 72px 0;
}

.testimonial .stay-connected {
    padding: 72px 0;
    margin: 0;
    background: #F2F5FA;
}

.testimonial .medical-billing-video {
    width: 100%;
    height: 340px;
    position: relative;
}

.testimonial .banner-content p i {
    font-weight: 300;
    margin-top: 4px;
    display: block;
}

.testimonial .our-leaders-card .our-leaders-card-content {
    padding: 30px;
}

/* .testimonial .medical-billing-video {
    position: relative;
}
.testimonial .medical-billing-video:before {
    position: absolute;
    content: '';
    width: 80px;
    height: 80px;
    background-image: url(/wp-content/uploads/2024/07/Media-Control-Button.png);
    background-repeat: no-repeat;
    background-position: center;
    top: 50%;
    left: 42%;
    cursor: pointer;
    z-index: 9;
}
.testimonial .medical-billing-video.playing:before {
    display: none;
} */
.testimonial .play-button-wrapper {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: auto;
    /* pointer-events: none; */
}

.testimonial .play-button-wrapper #circle-play-b {
    cursor: pointer;
    pointer-events: auto;
}

.testimonial .play-button-wrapper #circle-play-b {
    cursor: pointer;
    pointer-events: auto;
}

.testimonial .play-button-wrapper #circle-play-b1 img,
.testimonial .play-button-wrapper #circle-play-b2 img {
    width: 80px;
    height: 80px;
    fill: #fff;
    stroke: #fff;
    cursor: pointer;
    background-color: rgba(0, 0, 0, 0.2);
    border-radius: 50%;
    opacity: 0.9;
    z-index: 1;
    position: relative;
}

.case-studies .testimonial-heading h2 {
    font-family: Roboto;
    font-size: 45px;
    font-weight: 700;
    line-height: 60px;
    letter-spacing: -1.125px;
}

.case-studies .blog-banner h1,
.meet-the-team .blog-banner h1,
.testimonial .blog-banner h1,
.about-us .blog-banner h1 {
    margin: 24px 0 8px;
}

.read-case-studies .col-md-7 {
    max-width: 712px;
    margin: 0 auto;
}

.case-study-popup .form-control {
    color: #575757;
    outline: none;
    box-shadow: none;
}

.case-study-popup .popup-info {
    overflow-y: scroll;
}

.case-study-popup .popup-info::-webkit-scrollbar {
    background-color: #fff;
    width: 5px;
}

.case-study-popup .popup-info::-webkit-scrollbar-thumb {
    background-color: #f5f5f5;
    border-radius: 20px;
}

/*---------Case Study css end-------*/


/*---------editorial guidlines css start-------*/
.editorial-guidelines .blog-banner .banner-content {
    max-width: 790px;
    padding: 40px 0;
}

.editorial-guidelines .blog-banner h1 {
    max-width: 782px;
}

.editorial-guidelines .blog-banner {
    min-height: 460px;
}

/*---------editorial guidlines css end-------*/

.work_step_content #author-description {
    max-height: 50px;
    overflow: hidden;
    transition: max-height 0.5s ease;
    position: relative;
}

.work_step_content #author-description.expanded {
    max-height: none;
}

.staff-augmentation-services .medical-billing .specialities ul li {
    width: 100%;
}

.staff-augmentation-services .blog-banner h1 {
    margin: 16px 0 8px;
}

.staff-augmentation-services .medical-billing-content {
    max-width: 680px !important;
    float: right;
}

.page-not-found {
    margin-top: var(--sticky-header-height);
    padding: 100px 0;
}

.page-not-found .row {
    align-items: center;
}

.page-not-found .page-not-found-content .custom-button {
    margin-top: 24px;
}

.page-not-found .page-not-found-img img {
    width: 100%;
    height: 100%;
}

.page-not-found-content h1 {
    color: #01173A;
    font-family: Roboto;
    font-size: 72px;
    font-weight: 800;
    line-height: normal;
}

.page-not-found-content h2 {
    color: #01173A;
    font-family: Roboto;
    font-size: 48px;
    font-weight: 600;
    line-height: normal;
}

.page-not-found-content p {
    font-size: 18px;
    line-height: 28px;
    color: #606060;
}

.key-takeaways {
    position: relative;
    margin: 40px 0;
}

.key-takeaways-content {
    padding: 40px;
}

.key-takeaways:before {
    position: absolute;
    content: '';
    background-image: url(/wp-content/uploads/2024/10/top_border.png);
    width: 345px;
    height: 262px;
    background-repeat: no-repeat;
    background-size: 100%;
}

.key-takeaways:after {
    position: absolute;
    content: '';
    background-image: url(/wp-content/uploads/2024/10/bottom_border.png);
    width: 345px;
    height: 262px;
    background-repeat: no-repeat;
    right: 0;
    bottom: 0;
}

.key-takeaways-content {
    padding: 40px;
}

.single .blog-info-blk .blog-box .key-takeaways h3 {
    font-size: 36px;
    color: #11235A;
    line-height: 56px;
    margin-top: 0;
}

.single .blog-info-blk .blog-box .key-takeaways ol li,
.single .blog-info-blk .blog-box .key-takeaways ul li {
    font-size: 20px;
    line-height: 26px;
    font-weight: 700;
    color: #11235A;
}

.do-you-know {
    position: relative;
    padding: 40px 0;
}

.do-you-know:before {
    content: '';
    position: absolute;
    background: url(/wp-content/uploads/2024/10/Upper-Rectangle-do-you-know.png);
    width: 100%;
    background-size: 100%;
    height: 125px;
    background-repeat: no-repeat;
    top: 0;
}

.do-you-know:after {
    content: '';
    position: absolute;
    background: url(/wp-content/uploads/2024/10/Lower-Rectangle-do-you-know.png);
    width: 100%;
    background-size: 100%;
    height: 108px;
    background-repeat: no-repeat;
    bottom: 0;
}

.do-you-know p {
    padding: 50px 40px 35px;
    color: #003C9B !important;
    font-size: 20px !important;
    font-weight: 500 !important;
    margin-bottom: 0;
    margin: -4px 48px;
    background: #F0F2FE;
    box-shadow: 0px 4px 16px 0px #00000014;
}

.form-control-checkbox .wpcf7-list-item.first.last {
    margin-left: 0;
}

.form-control-checkbox label>span {
    margin-left: 10px;
}

.lp-banner-content p {
    color: #fff;
    display: block;
    overflow: hidden;
}

.lp-banner-content .counter-container .counter,
.lp-banner-content .counter-container .symbol-counter label,
.lp-banner-content .counter-container span, 
.lp-banner-content .counter-container:last-child .counter:before {
    color: #fff; 
}
 
.lp-banner-content .counter-container span:before {
    background-color: #fff; 
}
.lp-banner-content .counter-container .symbol-counter label, .lp-banner-content .counter-container .symbol-counter .counter {
    font-size: 45px;
    line-height: 62px;
}
.lp-banner-content .our-strength-counter { 
    margin-top: 60px;
}
.landing-page-banner .free-consultation-form {
    box-shadow: none;
    margin-left: auto;
}
.page-template-template-landing-page-new .info-three-column .row .col-md-4:nth-child(n+4) .info-three-column-content {
    margin-top: 40px;
    margin-bottom: 56px;
}

.page-template-template-landing-page-new .stay-connected {
    margin: 72px 0;
}

.page-template-template-landing-page-new .faqs .accordion-body ul li strong {
    display: block;
    overflow: hidden;
    margin-bottom: 5px;
}
.page-template-template-landing-page-new .info-three-column .col-md-12 p {
    text-align: center;
    margin-bottom: 0;
    font-size: 22px;
    line-height: 36px;
    font-weight: 400;
}
.page-template-template-landing-page-new .landing-page-banner {
    background-size: cover;
    padding: 105px 0 100px;
}
.page-template-template-landing-page-new .free-consultation-form .custom-button{
    margin: 12px 0 0;
}
.page-template-template-landing-page-new .free-consultation-form {
    box-shadow: unset;
    margin-left: auto;
}
 .lp-banner-content>label {
    font-size: 16px;
    font-weight: 300;
    line-height: 16px;
    letter-spacing: 2px;
    color: #fff;
    margin-bottom: 16px;
    font-family: 'Roboto';
}
.landing-page-banner .lp-banner-content h1{
	margin-bottom: 16px;
}
.page-template-template-landing-page-new .info-three-column {
    padding: 56px 0 32px;
}
.page-template-template-landing-page-new .why-emerald {
    padding: 72px 0;
    margin: 0;
}
.page-template-template-landing-page-new .alternative-info .alternative-info-img img {
    border-radius: 16px;
}
.page-template-template-landing-page-new .alternative-info .row .alternative-info-content a {
    margin-top: 24px;
}
.page-template-template-landing-page-new .alternative-info .alternative-info-img {
    width: 600px;
    height: 400px;
}
.page-template-template-landing-page-new .faqs{
    max-width: 960px;
    margin: 0 auto;
    background-color: transparent;
}
.page-template-template-landing-page-new .faqs .accordion {
    padding-top: 0;
    border-top: unset;
}
.page-template-template-landing-page-new .faqs .accordion-flush .accordion-item .accordion-button{
   border-radius: 10px;
}
.time-info p {
    color: #fff;
    background-color: #000F27;
    font-size: 14px;
    font-family: 'Roboto';
    font-weight: 700;
    padding: 8px 30px 8px 8px;
    border-radius: 8px;
    width: 161px;
}
.time-info {
    display: flex;
    justify-content: space-between;
}
.work-info {
    display: block;
    overflow: hidden;
}
.time-info p span {
    color: #999999;
    font-size: 14px;
    font-family: 'Roboto';
    display: block;
    overflow: hidden;
    margin-bottom: 5px;
}
.work-info h5 {
    font-size: 14px;
    font-family: 'Roboto';
    display: block;
    overflow: hidden;
    margin: 8px 0;
}
.social-info {
    position: absolute;
    bottom: 0;
    max-width: 335px;
}

footer.custom-footer .contact-info ul {
    position: absolute;
    bottom: 0;
}
.page-template-template-landing-page-new .landing-page-banner h1{
    max-width: 516px;
}
.page-template-template-landing-page-new .alternative-info .row .alternative-info-content p {
    color: #272727;
    max-width: 620px;
    margin-top: 16px;
}
.page-template-template-landing-page-new .alternative-info .row .alternative-info-content h2 {
    margin-bottom: 24px;
}
.page-template-template-landing-page-new .alternative-info-section .alternative-info:nth-child(even) {
    margin: 72px 0;
}
.map-info iframe{
    border-radius: 8px;
}
.page-template-template-landing-page-new .alternative-info .row .alternative-info-content p:empty {
    display: none;
}
.contact-info li {
    margin-top: 10px;
}


.intl-tel-input.separate-dial-code .selected-dial-code, .intl-tel-input .country-list .country-name, .intl-tel-input .country-list .flag-box { 
    color: #575757;
}
@media only screen and (min-width: 2000px) {

    .page-template-template-medical-billing .blog-banner,
    .case-studies .blog-banner,
    .meet-the-team .blog-banner,
    .terms-of-use .blog-banner,
    .testimonial .blog-banner,
    .about-us .blog-banner {
        min-height: 700px;
        max-height: 700px;
    }
}

@media only screen and (max-width: 1400px) {
    h2 {
        font-size: 32px;
        line-height: 42px;
    }

    .our-strength .imgblk img {
        width: 100%;
    }

    .emr-card {
        max-width: 23%;
    }

    .blog-posts-cards .blog-post-card {
        width: 100%;
        max-width: 30%;
    }

    .testimonial-content .testimonial-heading {
        max-width: 38%;
        position: relative;
    }

    .customer-feedbacks {
        width: 58%;
    }

    .testimonial-heading h2 {
        font-size: 38px;
    }

    .blog-posts-cards .blog-post-card {
        margin-right: 52px;
    }

    .emr-card .card-desc p {
        font-size: 24px;
        line-height: 32px;
    }

    .our-strength-content h2,
    .emr-heading h2,
    .medical-billing h2,
    .free-consultation-content h2 {
        font-size: 36px;
    }

    .page-template-template-landing-page .medical-billing-img {
        width: 100%;
        height: 100%;
    }

    ul.list-experiance li {
        width: 47%;
    }

    .three-column-title h2,
    .experiance-list-heading h2,
    .healthcare-revenue-content h2 {
        font-size: 36px;
        line-height: 46px;
    }

    .medical-billing h2 {
        padding: 16px 0;
    }

    .about-section .medical-billing-video {
        width: 100%;
    }

    .medical-billing .medical-billing-image {
        width: 100%;
        height: 100%;
    }

    .landing-page-banner {
        background-size: cover;
        padding: 50px 0;
    }

    .free-consultation-form h2 {
        font-size: 24px;
    }

    .patient-care-content p {
        margin: 20px 0;
    }

    .patient-care-media {
        width: 100%;
    }

    .user-friendly .user-friendly-card {
        max-width: 31%;
    }

    .user-friendly .user-friendly-card h4 {
        font-size: 24px;
        margin-top: 30px;
    }

    .stay-connected .stay-connected-content h2 {
        font-size: 36px;
    }

    .medical-billing .specialities ul li {
        font-size: 16px;
    }

    .page-template-template-medical-billing .medical-billing .medical-billing-image,
    .page-id-3492 .medical-billing .medical-billing-image {
        width: 100%;
        height: 100%;
    }

    .page-template-template-medical-billing .blog-banner {
        background-position: center;
    }

    .contact-detail-card {
        width: 100%;
        max-width: 32%;
    }

    .contact-detail-card a {
        font-size: 14px;
    }

    .contact-detail-card span {
        margin: 24px 0 8px;
    }

    .alternative-info .alternative-info-img {
        width: 100%;
        height: 100%;
    }

    .about-emerald .about-emerald-content .counter-container {
        max-width: 32%;
    }

    .our-leaders-cards .our-leaders-card {
        max-width: 48%;
        width: 100%;
    }

    .page-template-template-medical-billing .medical-billing.new .medical-billing-image {
        width: 100%;
        height: 100%;
    }

    .text-based-content h4 {
        font-size: 22px;
        line-height: 26.9px;
        margin: 24px 0 8px;
    }

    .text-based-content h3 {
        font-size: 28px;
        margin: 35px 0 15px;
    }

    .page-template-default .blog-banner h1 {
        margin: 15px 0 8px;
    }

    .medical-billing-video {
        width: 100%;
    }

    .navbar-expand-lg .navbar-nav a {
        font-size: 14px;
        line-height: 24px;
        padding-left: 10px !important;
        padding-right: 10px !important;
    }

    .navbar ul.navbar-nav .nav-item.custom-cta a {
        font-size: 13px;
        margin-left: 10px;
        padding: 10px 14px;
        line-height: 18px;
    }

    .navbar ul.navbar-nav .nav-item.custom-cta a {
        line-height: 18px;
    }

    .author-and-reviewer p.written_by {
        font-weight: 700;
        font-size: 16px;
    }

    .single .blog-detail-banner .banner-image,
    .single .blog-post-card.list-item .blog-post-image {
        width: 100%;
        height: 100%;
    }

    section.detail-page-content .navigation-list a.navigation__link {
        font-size: 16px;
        line-height: 24px;
        padding-left: 20px;
        padding-bottom: 15px;
    }

    section.blog-detail-banner .banner-content h1 {
        font-size: 32px;
        line-height: 40px;
        margin-bottom: 24px;
    }

    .faqs .accordion-flush .accordion-item .accordion-button {
        font-size: 18px;
    }

    .read-case-studies .case-study-image {
        width: 100%;
        height: 100%;
    }

    .terms-of-use .text-based-content h3 {
        font-size: 28px;
    }

    .testimonial .medical-billing-video {
        width: 100%;
        height: auto;
    }

    .about-emerald .counter-container .counter,
    .about-emerald .counter-container .symbol-counter label {
        font-size: 34px;
        line-height: 40.25px;
    }

    .about-emerald-img {
        width: 100%;
        height: auto;
    }

    .about-emerald {
        padding: 80px 0;
    }

    .about-emerald .about-emerald-content .our-strength-counter {
        margin-top: 50px;
    }

    .our-vision .our-vision-content {
        padding: 70px;
    }

    .our-vision-content h2:after {
        right: 0;
    }

    .case-studies .testimonial-heading h2 {
        font-size: 36px;
        line-height: 48px;
    }

    .case-studies .blog-banner h1,
    .meet-the-team .blog-banner h1,
    .testimonial .blog-banner h1,
    .about-us .blog-banner h1 {
        margin: 10px 0 8px;
    }

    .case-study-popup .modal-dialog-scrollable .modal-content .modal-body h2 {
        margin-bottom: 20px;
    }

    .case-study-popup .modal-dialog-scrollable .modal-content {
        padding: 10px 16px;
        min-height: 50%;
    }

    .page-not-found {
        padding: 50px 0;
    }

    .single .blog-info-blk .blog-box .key-takeaways h3 {
        font-size: 24px;
        color: #11235A;
        line-height: 36px;
    }

    .do-you-know p {
        padding: 35px 30px 20px;
    }
    .page-template-template-landing-page-new .alternative-info .alternative-info-img {
        width: 100%;
        height: 100%;
    }
    .page-template-template-landing-page-new .landing-page-banner {
        padding: 70px 0;
    }
    .page-template-template-landing-page-new .info-three-column .col-md-12 p {
        font-size: 18px;
        line-height: 28px;
    }
    .page-template-template-landing-page-new .why-emerald,
    .page-template-template-landing-page-new .alternative-info-section .alternative-info:nth-child(odd){
        padding: 50px 0;
    }
    .page-template-template-landing-page-new .stay-connected,
    .page-template-template-landing-page-new .alternative-info-section .alternative-info:nth-child(even){
        margin: 50px 0;
    }
    .page-template-template-landing-page-new .info-three-column .row .col-md-4:nth-child(n+4) .info-three-column-content {
        margin-bottom: 40px;
    }
    .page-template-template-landing-page-new .info-three-column .row .col-md-4:nth-child(n+4) .info-three-column-content {
        margin-top: 20px;
    }
	.time-info{
		gap: 5px
	}
	.time-info p {
        padding: 8px;
        width: 100%;
    }
	.free-consultation-form {
        max-width: 500px;
    }
}

@media only screen and (max-width: 1200px) {
    .our-strength .col-md-5 {
        max-width: 40%;
    }

    .emr-card .card-desc p {
        font-size: 24px;
        line-height: 34px;
    }

    .free-consultation-form .wpforms-container-full .wpforms-field-label {
        margin: 0 0 4px;
    }

    .why-emerald .why-emerald-content h2 {
        margin: 12px 0 10px;
    }

    .user-friendly .user-friendly-heading p {
        max-width: 60%;
    }

    .stay-connected .stay-connected-content p {
        font-size: 16px;
    }

    .page-template-template-contact-us .landing-page-banner h1,
    .page-template-template-faq-page .landing-page-banner h1 {
        margin-top: 10px;
    }

    .free-consultation-form h2 {
        margin-bottom: 25px;
    }

    .free-consultation-form .custom-button {
        margin: 12px 0 0;
    }

    .free-consultation-main {
        padding: 50px 40px;
    }

    .free-consultation-form .wpcf7-not-valid-tip {
        font-size: 10px;
    }

    .page-template-template-faq-page .faqs .accordion-flush .accordion-item .accordion-button {
        padding: 20px 30px;
    }

    .navbar ul.navbar-nav .nav-item.custom-cta a {
        font-size: 12px;
        line-height: 18px;
        margin-left: 10px;
        padding: 12px 12px;
    }

    .navbar-expand-lg .navbar-nav a {
        font-size: 12px;
        line-height: 20px;
        padding-left: 10px !important;
        padding-right: 10px !important;
    }

    .our-mission-content p {
        margin: 0 auto 20px;
    }

    .about-emerald .about-emerald-content .our-strength-counter {
        margin-top: 30px;
    }

    .our-vision-content h2 {
        max-width: 25%;
        font-size: 30px;
    }

    .our-leaders-card .card-img {
        height: auto;
    }

    .testimonial .play-button-wrapper #circle-play-b1 img,
    .testimonial .play-button-wrapper #circle-play-b2 img {
        width: 40px;
        height: 40px;
    }

    .info-three-column-content .info-three-column-icon {
        margin-bottom: 25px;
    }

    .do-you-know p {
        padding: 35px 30px 30px;
        margin: -16px 40px -4px;
    }
    .lp-banner-content .our-strength-counter {
        margin-top: 30px;
    }
    .lp-banner-content .counter-container .symbol-counter label, 
    .lp-banner-content .counter-container .symbol-counter .counter {
        font-size: 34px;
        line-height: 54px;
    }
	.page-template-template-landing-page-new .alternative-info .row .alternative-info-content h2 {
        margin-bottom: 15px;
    }
    .time-info {
        flex-wrap: wrap;
    }
}

@media only screen and (max-width: 1024px) {
    .medical-billing .specialities ul li {
        font-size: 16px;
    }

    .medical-billing .specialities ul li svg {
        margin-right: 4px;
    }

    .emr-card {
        padding: 25px 25px;
    }

    /* .customer-feedbacks{
        width: 60%;
    } */
    /* .testimonial-content .testimonial-heading {
        max-width: 40%;
        position: relative;
    } */
    .free-consultation-content h2,
    .our-strength-content h2,
    .medical-billing h2,
    .emr-heading h2 {
        font-size: 32px;
    }

    .testimonial-heading h2 {
        font-size: 36px;
        margin-bottom: 10px;
    }

    .three-column-title h2 {
        margin-bottom: 30px;
    }

    section.experiance-list,
    section.healthcare-revenue-section,
    section.info-three-column.info,
    .connect_info,
    .medical-billing .medical-billing,
    section.medical-billing,
    .our-strength,
    .info-three-column,
    .open-emr-services,
    .faqs,
    .patient-care,
    .contact-details,
    .about-emerald,
    .alternative-info-section .alternative-info:nth-child(odd),
    .our-mission {
        padding: 50px 0;
    }

    .emr-software,
    .free-consultation,
    .user-friendly,
    .open-emr-services,
    .why-emerald,
    .stay-connected,
    .alternative-info-section .alternative-info:nth-child(even),
    .our-vision {
        margin: 50px 0;
    }

    .free-consultation-form h2 {
        font-size: 22px;
    }

    .free-consultation-form {
        padding: 30px 20px;
    }

    .contact-detail-card span {
        margin: 15px 0 8px;
        font-size: 18px;
        line-height: 24px;
    }

    .page-template-template-faq-page .faqs .accordion {
        border-top: none;
        padding-top: 20px;
        margin-bottom: 50px;
    }

    .page-template-template-faq-page .faqs .accordion:last-child {
        margin-bottom: 20px;
    }

    .stay-connected .stay-connected-content h2 {
        font-size: 26px;
        max-width: 75%;
        margin: 0 auto 20px;
    }

    .text-based-content {
        margin: 50px auto;
    }

    .read-case-studies .case-study-image img {
        width: 100%;
        height: auto;
    }

    .page-template-template-medical-billing .blog-banner,
    .case-studies .blog-banner,
    .meet-the-team .blog-banner,
    .terms-of-use .blog-banner,
    .testimonial .blog-banner,
    .about-us .blog-banner {
        background-position: 80% 80%;
    }
}

@media only screen and (max-width: 991px) {
    .footer-logo .footer-cta {
        width: 100%;
        max-width: 225px;
    }

    .our-strength .col-md-5 {
        width: 100%;
        max-width: 68%;
        margin: 0 auto;
    }

    .our-strength .img-blk {
        margin-bottom: 30px;
    }

    .medical-billing .specialities ul li {
        width: 50%;
    }

    .medical-billing .specialities {
        padding: 32px 32px 14px;
    }

    .emr-card {
        max-width: 48%;
        margin-bottom: 30px;
    }

    .customer-feedbacks {
        grid-template-columns: 1;
        grid-template-areas:
            "contentbox"
            "content-1"
            "content-2";
        height: auto;
        width: 100%;
    }

    .blog-posts-cards .blog-post-card .blog-post-content p {
        margin-bottom: 20px;
    }

    .blog-posts-cards .blog-post-card .blog-post-content {
        padding: 10px;
    }

    .blog-posts-cards .blog-post-card .blog-post-content h6 {
        margin: 10px 0 5px;
        font-size: 16px;
    }

    .testimonial-heading h2:before {
        left: -25px;
        background-size: 40%;
        top: -50px;
    }

    section.detail-page-content .navigation-list a.navigation__link {
        font-size: 14px;
        line-height: 24px;
        padding-left: 15px;
        padding-bottom: 15px;
    }

    .single .detail-page-content #stickySidebar h4 {
        font-size: 17px;
        line-height: 24px;
    }

    .single .blog-info-blk .blog-box p {
        font-size: 14px;
        line-height: 24px;
    }

    .single .blog-info-blk .blog-box h2 {
        font-size: 20px;
        line-height: 28px;
        margin: 30px 0 10px;
    }

    .single ol.number-list li {
        font-size: 16px;
        line-height: 22px;
        margin-bottom: 2px;
    }

    .single .author-info {
        background: #F2F7FF;
        padding: 20px;
        margin: 50px 0 30px;
    }

    .single .accordion {
        padding-top: 50px;
    }

    .faqs .accordion-flush .accordion-item .accordion-button {
        padding: 15px 20px;
        font-size: 16px;
        line-height: 22px;
    }

    .faqs .accordion-body {
        padding: 10px 0 20px;
        font-size: 14px;
        line-height: 22px;
    }

    .single .related-post {
        margin: 50px 0;
    }

    .blog-post-card {
        margin-bottom: 20px;
    }

    section.blog-detail-banner .banner-content h1 {
        font-size: 32px;
        line-height: 42px;
        margin-bottom: 20px;
    }

    .single .blog-post-card .blog-post-content h6 {
        margin: 10px 0 5px;
    }

    .blog-post-card .blog-post-content p {
        margin-bottom: 20px;
    }

    .single .related-post h2 {
        font-size: 28px;
        line-height: 38px;
        margin-bottom: 20px;
    }

    .single .read-time {
        font-size: 14px;
    }

    .blog-posts-cards .blog-post-card {
        margin-right: 30px;
    }

    ul.list-experiance li {
        width: 100%;
        font-size: 18px;
    }

    .three-column-title h2,
    .experiance-list-heading h2,
    .healthcare-revenue-content h2 {
        font-size: 32px;
        line-height: 40px;
    }

    .landing-page-banner h1 {
        font-size: 30px;
    }

    .open-emr-services .open_emr_info_blk {
        flex-wrap: wrap;
    }

    .open-emr-services .open_emr_info_blk .service_content {
        margin-left: 0px;
        margin-top: 20px;
    }

    .open-emr-services .open_emr_info_blk .service_content h4 {
        font-size: 16px;
        margin-bottom: 4px;
    }

    .open-emr-services .open_emr_info_blk .service_content p {
        font-size: 14px;
    }

    .user-friendly .user-friendly-card h4 {
        font-size: 24px;
        line-height: 34px;
    }

    .faqs .faq-heading h2 {
        margin-bottom: 20px;
    }

    footer.custom-footer .contact-info li {
        word-break: break-all;
    }

    .navbar-toggler:focus {
        box-shadow: none;
    }

    .navbar ul.navbar-nav {
        align-items: start;
        margin-top: 40px;
    }

    .navbar ul.navbar-nav li {
        margin-bottom: 20px;
    }

    .navbar-expand-lg .navbar-nav .dropdown-menu {
        position: unset;
    }

    .landing-page-banner .row {
        align-items: center;
        flex-direction: column;
    }

    .landing-page-banner .row .col-md-6 {
        width: 100%;
    }

    .landing-page-banner .free-consultation-form .row {
        align-items: start;
        flex-direction: row;
    }

    .landing-page-banner .free-consultation-form .col-md-6 {
        width: 50%;
    }

    .free-consultation-form {
        max-width: 100%;
    }

    .page-template-template-contact-us .landing-page-banner .banner-content {
        max-width: 100%;
        margin-bottom: 40px;
    }

    .our-leaders-card .our-leaders-card-content {
        padding: 30px 20px 22px;
    }

    .our-leaders-card-content h6 {
        font-size: 18px;
        line-height: 22px;
    }

    .our-leaders-card-content span {
        font-size: 14px;
        line-height: 18px;
    }

    .our-leaders-card-content p {
        font-size: 14px;
        margin: 10px 0 0;
    }

    .case-study-popup .modal-dialog-scrollable .modal-content .modal-body h2 {
        font-size: 24px;
        margin-bottom: 20px;
    }

    .case-study-popup .modal-dialog-scrollable .modal-content {
        padding: 15px 10px;
        border-radius: 24px;
    }

    /* .case-study-popup .modal-dialog-scrollable .modal-body {
        overflow-y: scroll;
        max-height: 50%;
    } */
    .case-study-popup .modal-dialog-scrollable .modal-content {
        padding: 24px 16px;
        border-radius: 24px;
        min-height: 50%;
    }

    .popup-info {
        overflow-y: scroll;
    }

    .our-vision .our-vision-content {
        padding: 50px;
        flex-direction: column;
    }

    .our-vision-content p,
    .our-vision-content h2 {
        max-width: 100%;
    }

    .our-vision-content h2:after {
        display: none;
    }

    .about-us .info-three-column .col-md-3 {
        width: 50%;
    }

    .about-us .info-three-column-content {
        margin-bottom: 20px;
    }

    .navbar-collapse {
        overflow-y: scroll;
        max-height: 270px;
        padding-bottom: 20px;
    }

    .about-emerald .about-emerald-content .counter-container {
        padding: 20px;
    }

    .about-emerald .counter-container .counter,
    .about-emerald .counter-container .symbol-counter label {
        font-size: 24px;
        line-height: 40.25px;
    }

    .page-template-default .blog-banner h1 {
        font-size: 32px;
        line-height: 36px;
    }

    .testimonial .play-button-wrapper {
        display: none;
    }

    .stay-connected .stay-connected-content h2 {
        max-width: 70%;
    }

    .key-takeaways-content {
        padding: 30px;
    }

    .single .blog-info-blk .blog-box .key-takeaways ol li {
        font-size: 20px;
        line-height: 26px;
        font-weight: 700;
        color: #11235A;
    }

    .do-you-know p {
        padding: 20px 20px 30px;
        font-size: 14px !important;
        margin: -20px 30px 10px;
    }
    .customer-feedbacks { 
        display: block
    }
    .customer-feedbacks .contentbox { 
        margin-bottom: 20px;
    }
    .page-template-template-landing-page-new .alternative-info-content h2 {
        font-size: 24px;
        line-height: 30px;
    }
    .lp-banner-content .our-strength-counter {
        margin-top: 20px;
        margin-bottom: 50px;
    }
	 .free-consultation-form .wpcf7-not-valid-tip {
        font-size: 12px;
    }
	 .page-template-template-landing-page-new .navbar ul.navbar-nav{
        margin-top: 0;
    }
    .page-template-template-landing-page-new .navbar ul.navbar-nav li:last-child {
        position: absolute;
        right: 8%;
        top: 30px;
    }
	.page-template-template-landing-page-new .navbar-collapse {
        overflow-y: unset;
    }
    .page-template-template-landing-page-new button.navbar-toggler {
        display: none;
    }
}

@media only screen and (min-width: 768px) {
    .experiance-list .col-md-5 {
        width: 43%;
    }

    .experiance-list .col-md-7 {
        width: 57%;
    }
}

@media only screen and (max-width: 767px) {
    .banner-cta {
        flex-wrap: wrap;
        width: 100%;
    }

    .banner-cta a.banner-contact {
        width: 100%;
        margin-top: 30px;
        margin-left: 0;
    }

    .footer-logo .footer-cta {
        width: 100%;
        max-width: 100%;
        margin-top: 30px;
    }

    .footer-logo .footer-cta {
        width: 100%;
        max-width: 50%;
        margin-top: 30px;
    }

    footer.custom-footer .social-info {
        max-width: 100%;
        float: right;
    }

    .free-consultation .free-consultation-main {
        padding: 50px 30px;
    }

    .our-strength .col-md-5 {
        width: 100%;
        max-width: 100%;
        margin: 0 auto;
        margin-bottom: 30px;
    }

    .our-strength .col-md-3 {
        width: 100%;
        max-width: 100%;
        margin: 0 auto;
    }

    .emr-heading {
        margin-bottom: 20px;
    }

    .emr-heading,
    .emr-des {
        width: 100%;
        max-width: 100%;
    }

    .emr-card {
        max-width: 100%;
    }

    .emr-card:last-child {
        margin-bottom: 0;
    }

    .copy-right-bar ul li {
        margin: 10px 20px;
    }

    .copy-right-bar ul {
        padding-left: 0;
        justify-content: center;
    }
    .copy-right-bar {
        justify-content: center;
        flex-wrap: wrap;
    }

    .custom-footer .col-md-2,
    .custom-footer .col-md-4 {
        width: 100%;
        max-width: 100%;
    }

    .navbar ul.navbar-nav {
        align-items: flex-start;
        margin-top: 30px;
    }

    .testimonial-content {
        flex-wrap: wrap;
    }

    .medical-billing-content,
    .free-consultation-form {
        margin-top: 30px;
    }

    .blog-posts-cards .blog-post-card {
        width: 100%;
        max-width: 100%;
        margin-bottom: 40px;
        margin-right: 0;
    }

    .testimonial-content .testimonial-heading {
        max-width: 100%;
    }

    .testimonial-heading h2:before {
        left: 0;
        background-size: contain;
        top: -25px;
        max-width: 40px;
    }

    .blog-posts-cards .blog-post-card .blog-post-content {
        padding: 10px 10px 20px;
    }

    .three-column-title h2,
    .experiance-list-heading h2,
    .healthcare-revenue-content h2 {
        font-size: 24px;
        line-height: 34px;
        text-align: left;
    }

    .info-three-column.info .three-column-title p {
        text-align: left;
    }

    section.experiance-list .row {
        flex-direction: column-reverse;
    }

    .experiance-list-heading,
    .healthcare-revenue-content {
        margin-bottom: 30px;
    }

    .site_default_btn {
        font-size: 16px;
        padding: 12px 30px;
    }

    .experiance-list .site_default_btn {
        margin-top: 20px;
    }

    .info-three-column.info .info-three-column-content {
        background: #fff;
        margin-bottom: 20px;
    }

    .free-consultation-form h2 {
        font-size: 24px;
    }

    .info-three-column-content {
        margin-bottom: 20px;
    }

    .patient-care .row .col-md-7,
    .patient-care .row .col-md-5 {
        width: 100%;
    }

    p {
        font-size: 16px;
    }

    h2 {
        font-size: 24px;
        line-height: 32px;
    }

    .patient-care-media img {
        margin-top: 20px;
    }

    .faqs .faq-heading h2 {
        font-size: 24px;
    }

    .user-friendly .user-friendly-card {
        max-width: 100%;
        margin-bottom: 20px;
    }

    .user-friendly .user-friendly-heading {
        margin-bottom: 20px;
    }

    .user-friendly .user-friendly-heading p {
        max-width: 100%;
    }

    .connect_info p,
    .text-based-content ul li {
        font-size: 16px;
    }

    .stay-connected .stay-connected-content h2 {
        font-size: 24px;
        line-height: 32px;
    }

    .stay-connected .stay-connected-content {
        padding: 40px 20px;
    }

    .contact-detail-card {
        width: 100%;
        max-width: 100%;
        margin-bottom: 20px;
    }

    .contact-detail-card:last-child {
        margin-bottom: 0;
    }

    .about-emerald .about-emerald-content .counter-container {
        max-width: 100%;
        padding: 20px;
        margin-bottom: 24px;
    }

    .custom-button {
        font-size: 14px;
        padding: 8px 20px;
    }

    .landing-page-banner .free-consultation-form .col-md-6 {
        width: 100%;
    }

    .page-template-template-contact-us .landing-page-banner .banner-content {
        margin-bottom: 0px;
    }

    .single .blog-detail-banner .banner-image img {
        margin-top: 30px;
    }

    .our-leader-heading {
        text-align: center;
        margin-bottom: 30px;
    }

    .our-leaders {
        padding: 80px 0 50px;
    }

    .read-case-studies .case-study {
        padding: 50px 0;
    }

    .testimonial .our-leaders {
        padding: 50px 0;
    }

    .testimonial .stay-connected {
        padding: 50px 0;
    }

    .our-vision .our-vision-content {
        padding: 30px;
        flex-direction: column;
    }

    .about-emerald-img img {
        margin-bottom: 30px;
    }

    .alternative-info .alternative-info-img img {
        margin-bottom: 20px;
    }

    .case-study-popup .popup-info .btn-close {
        right: 8px;
        top: 16px;
        width: 5px;
        height: 4px;
    }

    .testimonial .play-button-wrapper #circle-play-b1 img,
    .testimonial .play-button-wrapper #circle-play-b2 img {
        display: none;
    }

    .case-study-content {
        margin-top: 20px;
    }

    .three-column-title h2 {
        text-align: center;
    }

    .about-us .info-three-column .col-md-3 {
        width: 100%;
    }

    .page-template-default .blog-banner h1 {
        font-size: 28px;
    }

    .meet-the-team .our-leaders-cards .our-leaders-card {
        flex-wrap: wrap;
    }

    .customer-feedbacks { 
        display: block;
    }
    .customer-feedbacks .content-1 { 
        margin-top: 20px;
    }
    .landing-page-banner h1 { 
        line-height: 1.2;
    }
    .lp-banner-content .counter-container .symbol-counter label, .lp-banner-content .counter-container .symbol-counter .counter {
        font-size: 32px;
        line-height: 45px;
    }
    .page-template-template-landing-page-new .info-three-column .row .col-md-4:nth-child(n+4) .info-three-column-content {
        margin-top: 0;
        margin-bottom: 20px;
    }
    .lp-banner-content>label {
        font-size: 14px;
        margin-bottom: 12px;
    }
    .map-info,
    .working-hour {
        max-width: 95%;
        margin: 0 auto;
    }
    footer.custom-footer .contact-info ul,
    footer.custom-footer .social-info {
        position: unset;
    }
    .page-template-template-landing-page-new .free-consultation-form {
        max-width: 100%;
        margin-top: 0;
    }
	  .free-consultation-form .wpcf7-not-valid-tip {
        font-size: 12px;
    }
		.copy-right-bar {
    flex-direction: column-reverse;
    text-align: center;
}
.time-info p {
    padding: 8px;
    width: 166px;
}
}



@media only screen and (max-width: 500px) {
    .free-consultation .free-consultation-main {
        padding: 50px 10px;
    }

    .emr-content {
        flex-wrap: wrap;
    }

    footer.custom-footer .quick-links li a,
    footer.custom-footer .contact-info li a,
    footer.custom-footer .contact-info p,
    footer.custom-footer .social-info p {
        font-size: 14px;
    }

    .blog-posts-cards .blog-post-card {
        width: 100%;
        max-width: 100%;
        margin-bottom: 40px;
    }

    .free-consultation-form {
        max-width: 97%;
    }

    .page-template-template-landing-page .free-consultation-form,
    .page-template-template-contact-us .free-consultation-form {
        max-width: 100%;
    }

    footer.custom-footer .social-info .social-icons ul {
        flex-wrap: wrap;
    }

    .medical-billing .specialities ul li {
        font-size: 14px;
    }

    .medical-billing .specialities {
        padding: 32px 20px 14px;
    }

    .our-leaders-cards .our-leaders-card {
        max-width: 100%;
        margin-bottom: 60px;
    }

    .medical-billing .specialities ul li {
        padding-right: 30px;
    }

    .why-emerald .why-emerald-content ul {
        padding-left: 2rem;
    }

    .faqs .accordion-flush .accordion-item .accordion-button {
        padding: 15px 10px 15px 15px;
        font-size: 16px;
        line-height: 22px;
    }

    .footer-logo img {
        width: 100%;
        max-width: 90%;
    }

    .footer-logo .footer-cta {
        width: unset;
        max-width: unset;
    }

    .faqs .accordion-button:not(.collapsed) {
        padding: 20px 10px 10px 15px !important;
    }

    .free-consultation-form {
        padding: 40px 20px;
    }

    .free-consultation-form .wpcf7 form.sent .wpcf7-response-output {
        padding: 0;
    }

    .page-template-template-faq-page .faqs .accordion-flush .accordion-item .accordion-button {
        padding: 20px 10px 20px 15px;
    }

    .faqs .accordion-body {
        margin: 0 20px 20px;
    }

    .author-and-reviewer .written-info {
        margin-bottom: 20px;
    }

    .our-leaders {
        padding: 50px 0 0px;
    }

    .our-leader-heading p {
        max-width: 300px;
    }

    .testimonial .our-leaders {
        padding: 50px 0 10px;
    }

    .navbar-collapse {
        overflow-y: scroll;
        max-height: 450px;
        padding-bottom: 20px;
    }

    .do-you-know {
        padding: 30px 0 40px;
    }

    .do-you-know p {
        padding: 20px 20px 30px;
        margin: -20px 20px 10px;
    }

    .do-you-know:after {
        bottom: -10px
    }


    .protips {
        width: 100%;
        flex-flow: column;
    }

    .protips b {
        padding: 10px;
        width: 100%;
        font-size: 24px;
    }

    .protips span {
        width: 100%;
        padding: 20px;
        text-align: center;
        font-size: 16px;
        line-height: 24px;
    }

    .protips span:before {
        width: 100%;
        height: 1px;
        left: 0;
    }
    .counter-container span{
        font-size: 12px;
    }
    .lp-banner-content .counter-container .symbol-counter label, 
    .lp-banner-content .counter-container .symbol-counter .counter{
        font-size: 22px;
        line-height: 34px;
    }
	 .page-template-template-landing-page-new .navbar ul.navbar-nav li:last-child {
        position: absolute;
        right: 5%;
        top: 30px;
    }
}
@media only screen and (max-width: 430px){
.copy-right-bar ul {
    flex-direction: column;
    justify-content: center;
    text-align: center;
}
}
@media only screen and (max-width: 400px) {
/*     .stay-connected .stay-connected-content h2 {
        font-size: 20px;
        line-height: 28px;
    } */

    .key-takeaways:before {
        width: 200px;
        height: 200px;
    }

    .key-takeaways:after {
        width: 340px;
        height: 255px;
    }
    .free-consultation-form h2 {
        font-size: 20px;
    }
}