﻿
:root {
    --primary-color: #EE1B24 !important;
    --secondary-color: #233F8F !important;
    --tertiary-color: #FFFFFF !important;
}

body {
    margin: 0;
    font-family: "Poppins", sans-serif;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #212529;
    text-align: left;
    background-color: #fff;
}

.section_telemedicine_platform {
    background-image: url("/Content/aayushlabel/images/About-us.Jpeg");
    text-align: center;
    padding: 250px 20px;
    position: relative;
    background-size: cover;
    object-fit: cover;
}

.overlaping {
    position: absolute;
    background: #353b51;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    opacity: 0.7;
}

.section_trusted_paragraph {
    text-align: center;
/*    z-index: 999;*/
    position: relative;
}

    .section_trusted_paragraph h1 {
        color: var(--tertiary-color);
        font-weight: 700;
    }

/* second */
.section_development_process {
    background: linear-gradient(20deg,var(--secondary-color),var(--primary-color));
    padding: 50px 0;
}

.development_initial {
    gap: 15px;
    display: flex;
    margin-top: 5%;
}

.section_development_process .development_goals {
    border-top: 2px solid var(--primary-color) !important;
}

.development_goals {
    padding: 13px;
    border-width: 2px;
    border-style: solid;
    border-image: linear-gradient(180deg, #fff, rgba(0, 0, 0, 0)) 1;
    width: 100%;
    text-align: center;
}

.development_textstyle h2 {
    color: #fff;
    text-align: center;
}

.development_goals img {
    display: flex;
    margin: auto;
    /*background: var(--tertiary-colors);*/
    border-radius: 12px;
    padding: 7px 7px;
    width: 50px;
    height: 50px;
    margin-bottom: 15px;
    box-shadow: 0 3px 10px rgba(238, 27, 36, 0.3);
    /* box-shadow: 0 3px 10px rgb(0 0 0 / 0.1);*/
    /*filter: brightness(0) saturate(100%) invert(16%) sepia(95%) saturate(1287%) hue-rotate(213deg) brightness(93%) contrast(98%);*/
    filter: brightness(0) saturate(100%) invert(100%);
}

.development_goals h4 {
    color: var(--tertiary-color);
    height: 50px;
    min-height: 50px;
    font-size: 18px;
}

.development_goals p {
    color: #fff;
}

/* third */

.section_about_us h2 {
    color: #000;
    font-size: 40px;
    font-weight: 600;
}

    .section_about_us h2 span {
        color: var(--primary-color);
    }

.section_about_us .secondimg img {
    width: 75%;
    margin-top: 30px;
    border-radius: 100%;
    outline: 3px solid var(--secondary-color);
}

.hipaa_complients .secondpara h4 {
    padding-bottom: 10px;
    margin-top: 30px;
}

.hipaa_complients .secondpara h4 {
    font-size: 32px;
    padding-bottom: 5px;
    font-weight: 600;
    color:var(--secondary-color)
}

.section_media_object {
    display: flex;
    padding: 5px 0;
}

.hipaa_complients .secondpara h5 {
    padding-bottom: 10px;
    margin-top: 30px;
}

.section_media_object h5 {
    margin-top: 0 !important;
}

.section_media_object a {
    background: rgb(10 102 194);
    padding: 0;
    margin-left: 10px;
    width: 30px;
    height: 30px;
    color: #fff;
    align-items: center;
    justify-content: center;
    display: flex;
}

.fa.fa-linkedin {
    font-family: "Font Awesome 6 Brands";
    font-weight: 400;
}

.secondimg img {
    width: 80%;
    border-radius: 0;
    padding: 5px;
}
/* fourth */

.section_vcdoctor_testimonal {
    background: #f2f2f2;
    padding: 40px 10px;
}

.sectionpositin_texter {
    text-align: center;
}

    .sectionpositin_texter h2 {
        margin-bottom: 30px;
        font-weight: 600;
    }

.carousel-item {
    position: relative;
    display: none;
    -ms-flex-align: center;
    align-items: center;
    width: 100%;
    transition: -webkit-transform 0.6s ease;
    transition: transform 0.6s ease;
    transition: transform 0.6s ease, -webkit-transform 0.6s ease;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-perspective: 1000px;
    perspective: 1000px;
}

.section_vcdoctor_testimonal .sliding_owelimg {
    background-image: url(https://www.vcdoctor.com/wp-content/uploads/2025/01/pattrentestimanal.png);
    background-repeat: no-repeat;
    background-size: auto;
    background-position: 10px top;
    padding: 50px 50px 0;
    max-width: 550px;
    margin: 0 auto;
}

.sliding_owelimg img {
    border-radius: 10px;
}

.owel_textheading i {
    color: #000;
    font-size: 60px;
}

.owel_textheading p {
    padding: 0;
}

.thumb {
    display: flex;
    margin: 10px 0;
}

.info_thumb {
    padding-top: 34px;
}

    .info_thumb h4 {
        padding-bottom: 10px;
    }

    .info_thumb span {
        font-size: 16px;
    }

/* fifth */

.sectionviewer_bloges {
    background-color: #f2f2f2;
    padding: 50px 0;
}

section.sectionviewer_bloges h2 {
    color: #000;
    text-align: center;
    padding-bottom: 20px;
    font-weight: 600;
}

    section.sectionviewer_bloges h2 span {
        color: #00bea3;
    }

.sectiondemo_blog {
    background: #fff;
    border-radius: 10px;
    min-height: 350px;
}

    .sectiondemo_blog img {
        border-radius: 10px 10px 0 0;
        width: 100%;
    }

.section_teleheathbloger {
    padding: 20px;
}

    .section_teleheathbloger p {
        text-align: center;
    }

    .section_teleheathbloger a {
        background: #00bea3;
        color: #fff;
        padding: 7px 20px;
        border-radius: 30px;
        font-size: 16px;
        justify-content: center;
        align-items: center;
        display: flex;
        width: fit-content;
        margin: auto;
        position: absolute;
        bottom: 10px;
        left: 0;
        right: 0;
    }

.sectionviewer_bloges .col-lg-4 {
    display: flex;
    align-items: stretch;
}

.col-12.col_blogs {
    margin-top: 40px;
    text-align: center;
}

/* six */

.saas_two_section_title {
    margin: 0 auto;
    max-width: 100%;
}

.sectionsnow_casestudy .saas_two_section_title h2 {
    font-weight: 600 !important;
    font-size: 36px !important;
}

.saas_two_section_title h2 {
    font-size: 27px;
    padding: 14px 0;
}

.no-js .owl-carousel,
.owl-carousel.owl-loaded {
    display: block;
}

.owl-carousel {
    width: 100%;
    z-index: 1;
}

    .owl-carousel,
    .owl-carousel .owl-item {
        -webkit-tap-highlight-color: transparent;
        position: relative;
        display: block !important;
    }

        .owl-carousel .owl-stage-outer {
            position: relative;
            overflow: hidden;
        }

        .owl-carousel .owl-stage {
            position: relative;
            -ms-touch-action: pan-Y;
            touch-action: manipulation;
        }

        .owl-carousel .owl-item {
            min-height: 1px;
            float: left;
            -webkit-touch-callout: none;
        }

.sectionsnow_casestudy .s2-team_img_text.relative-position {
    padding-top: 20px;
}

.sectionsnow_casestudy .s2-team_img_text.relative-position {
    margin-top: 30px;
    border: 2px solid #ccc;
    padding: 40px 20px;
    border-radius: 10px;
    box-shadow: 0 4px 8px #a2faed, 0 6px 20px rgba(255, 255, 255, 0.3);
    min-height: 460px;
}

    .sectionsnow_casestudy .s2-team_img_text.relative-position .row .col-lg-4 img {
        width: 100%;
        height: 70px;
        object-fit: contain;
    }

    .sectionsnow_casestudy .s2-team_img_text.relative-position .row .col-lg-8 {
        display: flex;
        align-items: center;
    }

.sectionsnow_casestudy .s2-team_img_text .row h3 {
    font-size: 24px;
}

.show {
    display: block;
}

.s2-faq_section .s2_faq_content .s2_faq .s2_faq-body {
    padding-bottom: 30px;
    text-align: justify;
    color: #383838;
    line-height: 1.625;
    padding: 10px !important;
}

.sectionsnow_casestudy .section_reducedtat {
    margin: 30px 0;
}

.owl-carousel .owl-item img {
    display: block;
    width: 100%;
}

.section_reducedtat img {
    max-width: fit-content;
    margin: auto;
}

.sectionsnow_casestudy .section_reducedtat p {
    padding: 0;
    text-align: center;
    margin-top: -5px;
}

.sectionsnow_casestudy .casestdy_fullbtn {
    position: absolute;
    bottom: 20px;
    left: 0;
    right: 0;
    align-items: center;
    display: flex;
    justify-content: center;
}

.casestdy_fullbtn a {
    background: #00bea3;
    color: #fff;
    padding: 15px 20px;
    border-radius: 30px;
}

.section_vcdoctor_testimonal .carousel-indicators li {
    border-color: #000 !important;
}

.carousel {
    position: relative;
}

.carousel-inner {
    position: relative;
    overflow: hidden;
    width: 100%;
}

.contact-page-sec:before {
    position: absolute !important
}

.carousel-inner > .item {
    display: none;
    position: relative;
    transition: 0.6s ease-in-out left;
}

    .carousel-inner > .item > img,
    .carousel-inner > .item > a > img {
        line-height: 1;
    }

@media all and (transform-3d), (-webkit-transform-3d) {
    .carousel-inner > .item {
        transition: -webkit-transform 0.6s ease-in-out;
        transition: transform 0.6s ease-in-out;
        -webkit-backface-visibility: hidden;
        backface-visibility: hidden;
        -webkit-perspective: 1000px;
        perspective: 1000px;
    }

        .carousel-inner > .item.next,
        .carousel-inner > .item.active.right {
            -webkit-transform: translate3d(100%, 0, 0);
            transform: translate3d(100%, 0, 0);
            left: 0;
        }

        .carousel-inner > .item.prev,
        .carousel-inner > .item.active.left {
            -webkit-transform: translate3d(-100%, 0, 0);
            transform: translate3d(-100%, 0, 0);
            left: 0;
        }

            .carousel-inner > .item.next.left,
            .carousel-inner > .item.prev.right,
            .carousel-inner > .item.active {
                -webkit-transform: translate3d(0, 0, 0);
                transform: translate3d(0, 0, 0);
                left: 0;
            }
}

.carousel-inner > .active,
.carousel-inner > .next,
.carousel-inner > .prev {
    display: block;
}

.carousel-inner > .active {
    left: 0;
}

.carousel-inner > .next,
.carousel-inner > .prev {
    position: absolute;
    top: 0;
    width: 100%;
}

.carousel-inner > .next {
    left: 100%;
}

.carousel-inner > .prev {
    left: -100%;
}

    .carousel-inner > .next.left,
    .carousel-inner > .prev.right {
        left: 0;
    }

.carousel-inner > .active.left {
    left: -100%;
}

.carousel-inner > .active.right {
    left: 100%;
}

.carousel-control {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    width: 15%;
    opacity: 0.5;
    filter: alpha(opacity=50);
    font-size: 20px;
    color: #fff;
    text-align: center;
    text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
}

    .carousel-control.left {
        background-image: linear-gradient( to right, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.0001) 100% );
        background-repeat: repeat-x;
        filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#80000000',endColorstr='#00000000',GradientType=1);
    }

    .carousel-control.right {
        left: auto;
        right: 0;
        background-image: linear-gradient( to right, rgba(0, 0, 0, 0.0001) 0%, rgba(0, 0, 0, 0.5) 100% );
        background-repeat: repeat-x;
        filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000',endColorstr='#80000000',GradientType=1);
    }

    .carousel-control:hover,
    .carousel-control:focus {
        outline: 0;
        color: #fff;
        text-decoration: none;
        opacity: 0.9;
        filter: alpha(opacity=90);
    }

    .carousel-control .icon-prev,
    .carousel-control .icon-next,
    .carousel-control .glyphicon-chevron-left,
    .carousel-control .glyphicon-chevron-right {
        position: absolute;
        top: 50%;
        margin-top: -10px;
        z-index: 5;
        display: inline-block;
    }

    .carousel-control .icon-prev,
    .carousel-control .glyphicon-chevron-left {
        left: 50%;
        margin-left: -10px;
    }

    .carousel-control .icon-next,
    .carousel-control .glyphicon-chevron-right {
        right: 50%;
        margin-right: -10px;
    }

    .carousel-control .icon-prev,
    .carousel-control .icon-next {
        width: 20px;
        height: 20px;
        line-height: 1;
        font-family: serif;
    }

        .carousel-control .icon-prev:before {
            content: "\2039";
        }

        .carousel-control .icon-next:before {
            content: "\203a";
        }

.carousel-indicators {
    position: absolute;
    bottom: 10px;
    left: 50%;
    z-index: 15;
    width: 60%;
    margin-left: -30%;
    padding-left: 0;
    list-style: none;
    text-align: center;
}

    .carousel-indicators li {
        display: inline-block;
        width: 10px;
        height: 10px;
        margin: 1px;
        text-indent: -999px;
        border: 1px solid #fff;
        border-radius: 10px;
        cursor: pointer;
        background-color: #000 \9;
        background-color: rgba(0, 0, 0, 0);
    }

    .carousel-indicators .active {
        margin: 0;
        width: 12px;
        height: 12px;
        background-color: #fff;
    }

.carousel-caption {
    position: absolute;
    left: 15%;
    right: 15%;
    bottom: 20px;
    z-index: 10;
    padding-top: 20px;
    padding-bottom: 20px;
    color: #fff;
    text-align: center;
    text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
}

    .carousel-caption .btn {
        text-shadow: none;
    }

@media screen and (min-width: 768px) {
    .carousel-control .glyphicon-chevron-left,
    .carousel-control .glyphicon-chevron-right,
    .carousel-control .icon-prev,
    .carousel-control .icon-next {
        width: 30px;
        height: 30px;
        margin-top: -15px;
        font-size: 30px;
    }

    .carousel-control .glyphicon-chevron-left,
    .carousel-control .icon-prev {
        margin-left: -15px;
    }

    .carousel-control .glyphicon-chevron-right,
    .carousel-control .icon-next {
        margin-right: -15px;
    }

    .carousel-caption {
        left: 20%;
        right: 20%;
        padding-bottom: 30px;
    }

    .carousel-indicators {
        bottom: 20px;
    }
}

.fa-long-arrow-alt-left:before {
    content: "\f30a";
    color: #00bea3;
}

.fa-long-arrow-alt-right:before {
    content: "\f30b";
    color: #00bea3;
}

.owl-carousel .owl-nav button.owl-next,
.owl-carousel .owl-nav button.owl-prev,
.owl-carousel button.owl-dot {
    font-size: 30px;
    color: #00bea3;
}

/*.appointment_section_bg {*/
    /*background-image: url("/Content/whitelabel/images/Appointments-Scheduling-Banner-min.jpg");*/
    /*background-image: url("/Content/aayushlabel/images/Appointments-Scheduling-Banner-min.jpg");
    background-repeat: no-repeat;
    background-size: cover;
    align-items: center;
    display: flex;
    text-align: center;
    background-position: center;
    position: relative;
    object-fit: cover;
}*/

.appointment_section_bg {
    background-image: url("/Content/aayushlabel/images/Feature Banner.Png");
    background-repeat: no-repeat;
    background-size: cover;
    align-items: center;
    display: flex;
    text-align: center;
    background-position: center;
    position: relative;
    object-fit: cover;
    padding: 200px 20px;
}

section.bannersection4:before {
    position: absolute;
    background: #000;
    background-repeat: no-repeat;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    content: "";
    background-size: cover;
    opacity: 0.6;
}

.telehealth_paid_zero .textsection {
    padding-top: 40px;
}

.textsection h2 {
    font-size: 40px;
    font-weight: 500;
    color: #fff;
}

.textsection p {
    font-size: 22px !important;
    color: #fff;
    margin-bottom: 20px;
}

.imagebanner .textsection button {
    background-color: #00bea3;
    height: auto !important;
    border-radius: 30px !important;
    color: #fff !important;
    font-weight: 500;
    font-size: 16px;
    padding: 5px 30px !important;
    text-decoration: none;
    border: 1px solid transparent !important;
    line-height: normal !important;
    position: relative;
}

.textsection button {
    margin-top: 15px;
}

/* 2 */

section.compliantsection {
    background: #CCCCCC;
}

.compliantsection h2 {
    font-weight: 600;
    color: var(--primary-color);
}

.hipaa_complients .col-md-6 {
    display: flex;
    align-items: center;
}

.hipaa_complients .secondpara h4 {
    padding-bottom: 10px;
    margin-top: 30px;
}

.hipaa_complients .secondpara h4 {
    font-size: 32px;
    padding-bottom: 5px;
    font-weight: 600;
}

.demotology_rule .secondpara p {
    display: flex;
}

.secondimg img {
    width: 80%;
    border-radius: 0;
    padding: 5px;
}

.feature_explorecta._text {
    background-color: #353b51;
    padding: 50px;
    border-radius: 15px;
    max-width: 80%;
    margin: auto;
}

    .feature_explorecta._text h2 {
        color: #fff;
        text-align: center;
        font-family: auto;
    }

    .feature_explorecta._text p {
        color: #fff;
        text-align: center;
        margin-bottom: 20px;
        font-size: 20px;
    }

    .feature_explorecta._text p {
        font-size: 18px !important;
    }

    .feature_explorecta._text a {
        margin: inherit;
    }

    .feature_explorecta._text a {
        margin: inherit;
    }

    .feature_explorecta._text a {
        color: #fff;
        display: block;
        background: #00bea3;
        width: fit-content;
        padding: 10px;
        margin: auto;
        border-radius: 8px;
    }
/* 3 */

section.feature_dermotology.pt-4.pb-4 {
    background: #CCCCCC;
}

.feature_dermotology .heading_dermotology h2 {
    font-size: 30px;
    padding-bottom: 20px;
    text-align: center;
    font-weight: 600;
}

.heading_dermotology h2 span {
    color: var(--primary-color);
}

section.feature_dermotology.pt-4.pb-4 .section_dermotology {
    box-shadow: none;
    background: #fff;
}

.section_dermotology {
    box-shadow: 0 0 30px 0 rgba(0, 0, 0, 0.2);
    padding: 30px 14px;
    border-radius: 20px;
    text-align: center;
    border: 2px solid var(--secondary-color);
    min-height: 300px;
}

    .section_dermotology img {
        max-width: 70px;
        margin-bottom: 20px;
        filter: brightness(0) saturate(100%) invert(16%) sepia(93%) saturate(7051%) hue-rotate(342deg) brightness(94%) contrast(109%);
        padding: 10px;
        border-radius: 10px;
    }

    .section_dermotology h4 {
        font-size: 20px;
        font-weight: 600;
    }

h2,
h3,
h4,
h5 {
    color: #000;
}

.section_dermotology p {
    padding-top: 10px;
}

.section_dermotology a {
    background-color: #00bea3 !important;
    padding: 8px 20px !important;
    border-radius: 50px !important;
    color: #fff !important;
}

.feature_dermotology .col-lg-4.col-md-6 {
    margin-top: 20px;
}

.section_heading_title {
    padding: 150px 0;
    padding-bottom: 50px;
    /*background: linear-gradient(180deg, #00bea3, #353b51);*/
    background: linear-gradient(20deg,var(--secondary-color),var(--primary-color));
}

.section_typertext h2 {
    font-size: 40px;
    font-weight: 400;
    padding: 20px 0;
    color: #fff;
    line-height: 1.3;
}

    .section_typertext h2 span {
        font-weight: 700;
    }

.platformtyper {
    display: flex;
    align-items: center;
}

    .platformtyper span {
        background: var(--primary-color);
        border-radius: 50px;
        width: 40px;
        height: 40px;
        align-items: center;
        justify-content: center;
        display: flex;
        margin-right: 10px;
        padding:8px;
    }

    .platformtyper h1 {
        border: 2px solid var(--tertiary-color);
        padding: 10px;
        border-radius: 15px;
        width: 20%;
        display: flex;
        color: #fff;
    }

h1.typing-text {
    font-size: 20px;
    font-weight: 700;
    color: var(--tertiary-color)
}

.section_typertext p {
    font-size: 16px !important;
    color: #fff;
}

.section_typertext p {
    font-size: 16px !important;
    color: #fff;
}

.button2.btnchange {
    padding: 5px 15px !important;
}

.button2 {
    background-color: var(--primary-color);
    height: auto !important;
    border-radius: 30px !important;
    color: #fff !important;
    font-weight: 500;
    font-size: 16px;
    padding: 5px 30px !important;
    text-decoration: none;
    border: 2px solid transparent !important;
    margin-top: 15px;
    display: inline-block;
    line-height: normal !important;
    position: relative;
}

a.button2.mr-0.mr-sm-3.stopani:before {
    animation: none;
}

.button2::before {
    box-shadow: 0 0 0 rgba(0, 0, 0, 0.2);
    animation: 2s infinite pulso;
    transition: 0.5s;
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    border-radius: 30px;
    top: 0;
    bottom: 0;
    margin: auto;
}

.section_openmilstone {
    padding: 0 10px;
    color: #fff !important;
}

.heorbtmtxbox {
    border-right: 2px solid #fff;
    height: 100px;
    align-items: center;
    display: flex;
}

.heorbtmtxbox1 {
    height: 100px;
    align-items: center;
    display: flex;
}

.gesiawrdside span {
    font-size: 40px;
    font-weight: 600;
}

.gesiawrdside p {
    padding-top: 0;
    font-size: 18px;
}

.startup .owl-carousel .owl-item img {
    display: block;
    width: 100px;
    height: 130px;
    aspect-ratio: 1.1;
    object-fit: contain;
    margin: auto;
}

section.section_thriednext {
    background: #f2f2f2;
    padding: 50px 0;
}

.next_levelthired {
    text-align: center;
}

    .next_levelthired h2 {
        font-weight: 600;
    }

        .next_levelthired h2 span {
            color: var(--primary-color);
        }

    .next_levelthired p {
        padding-bottom: 20px;
    }

.section_thriednext .row .col-lg-3 {
    align-items: stretch;
    display: flex;
}

.section_videosthired {
   /* height: 150px;*/
    align-items: center;
/*    display: flex;*/
    justify-content: center;
    position: relative;
    min-height:220px
}

.section_videosthired {
    background: #fff;
    margin-top: 50px;
    padding: 10px 20px;
    width: 100%;
    border-radius: 10px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
}
    .section_videosthired h6 {
        /* font-size: 21px; */
        margin-top: 40px;
        padding: 10px -15px;
        font-weight: 600;
        text-align: center;
        color:var(--primary-color)
    }
    .imglogo_double {
        display: contents;
    }

    .imglogo_double img {
        background: var(--secondary-color);
        padding: 10px;
        border-radius: 15px;
        margin: auto;
        display: inline-block;
        position: absolute;
        top: -30px;
        width: 60px;
        left:0px;
        right:0px;

    }

.section_videosthired p {
    margin-top: 10px;
    text-align: center;
    padding-top: 0;
    font-weight: 500;
}
.sectionfour_titale {
    text-align: center;
}

    .sectionfour_titale h2 {
        font-weight: 600;
    }

        .sectionfour_titale h2 span {
            color: var(--primary-color);
        }

.section_four_experience .row .col-md-3 {
    align-items: stretch;
    display: flex;
}

.sectionfour_imgbg {
    border: 2px solid #ccc;
    border-radius: 10px;
    margin-top: 20px;
}

    .sectionfour_imgbg img {
        border-radius: 10px 10px 0 0;
    }

.sectionfour_platformlogo {
    padding: 20px 10px;
    text-align: center;
}

    .sectionfour_platformlogo h4 {
        font-size: 20px;
        color: #00bea3;
    }

.sectionfour_titale h2 {
    font-weight: 600;
}

.section_five_experience .row .col-md-3 {
    display: flex;
    align-items: stretch;
}

.forpatient_sectiontext {
    background: var(--tertiary-color);
    border-radius: 8px;
    border: 2px solid #ccc;
    margin-top: 20px;
    box-shadow: 0 3px 10px rgb(0 0 0 / 0.2);
}

    .forpatient_sectiontext h4 {
        text-align: center;
        font-size: 20px;
        padding-bottom: 10px;
        padding-top: 10px;
        margin-bottom: 20px;
        background: var(--secondary-color);
        color: #fff;
    }

.section_consultations {
    padding: 0 10px;
}

    .section_consultations img {
        margin: 20px 0;
        /*    outline: #00bea3 solid 1px;*/
        border-radius: 44px;
        width: 100%;
        object-fit:cover;

    }

.section_ullist ul {
    margin-top: 10px;
    padding: 0 5px;
    margin-bottom: 50px;
}

    .section_ullist ul li {
        font-size: 16px;
        padding: 5px;
        list-style: none;
        display: flex;
        align-items: flex-start;
        padding-top: 15px;
    }

        .section_ullist ul li img {
            width: 6%;
            margin-right: 10px;
            padding-top: 3px;
            filter: brightness(0) saturate(100%) invert(16%) sepia(93%) saturate(7051%) hue-rotate(342deg) brightness(94%) contrast(109%);
        }

.section_ullist a {
    background: #00bea3;
    color: #fff;
    margin: auto;
    display: block;
    width: fit-content;
    padding: 8px 15px;
    margin-bottom: 0;
    position: absolute;
    bottom: 10px;
    left: 0;
    right: 0;
    border-radius: 10px;
    font-size: 15px;
}

.startup h2 span {
    font-weight: 600;
    color: #00bea3;
    padding: 0;
}

.startup h2 {
    font-size: 2rem;
    font-weight: 600;
}

.startup {
    padding-top: 50px;
}

p {
    font-family: Poppins;
    line-height: 30px;
    padding-top: 20px;
}

.section_five_experience {
    /*    background-color: #f2f2f2;*/
    padding: 40px 0;
}

section.section_six_solution {
    background: #f2f2f2;
    padding: 50px 0;
}

.section_six_solution h2 {
    text-align: center;
    /*padding-bottom: 30px;*/
    font-weight: 600;
}
.section_six_solution p {
    padding-bottom: 20px;
}


.grid-container {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    gap: 20px;
    max-width: 1200px;
    margin: auto;
}

.card {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
    padding: 20px;
    border: 2px solid #fff;
    border-radius: 50%;
    background: 0 0;
    transition: background 0.3s ease, transform 0.3s ease;
    border: 1px solid rgba(0, 0, 0, 0.125);
    border-radius: 0.25rem;
    background-color: #fff;
}

    .card img {
        width: 60px;
        height: 60px;
        margin-bottom: 15px;
        filter: brightness(0) saturate(100%) invert(16%) sepia(95%) saturate(1287%) hue-rotate(213deg) brightness(93%) contrast(98%);
    }

.section_six_solution .card a span {
    display: inline-block;
    width: 100%;
}

.card span {
    font-size: 18px;
}

a {
    color: #000;
    text-decoration: none;
}

.card:hover {
    background: #fff;
    color: var(--primary-color);
    transform: scale(1.1);
}

.cta_typetextimg {
    /*background-image: url("/Content/whitelabel/images/About-Us-Banner.jpg");*/
    background-image: url("/Content/aayushlabel/images/About-Us-Banner.jpg");
    text-align: center;
    padding: 80px 20px;
    position: relative;
    background-size: cover;
    object-fit: cover;
    border-radius: 17px;
}

.overlaping1 {
    position: absolute;
    background: #353b51;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    opacity: 0.8;
}

.cta-content-retxttype {
    text-align: center;
    /*z-index: 9999;*/
    position: relative;
}

    .cta-content-retxttype h3 {
        color: #fff;
        font-family: Outfit, sans-serif;
        font-weight: 800;
    }

    .cta-content-retxttype p {
        color: #fff;
        font-size: 18px !important;
    }

    .cta-content-retxttype a {
        background: var(--primary-color);
        padding: 10px 15px;
        border-radius: 10px;
        color: #fff !important;
    }

.sectionpositin_texter h2 span {
    color: #00bea3;
}

.sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    margin: -1px;
    padding: 0;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    border: 0;
}

.carousel-control-next i,
.carousel-control-prev i {
    font-size: 20px;
    background: #00bea3;
    padding: 10px 15px;
    border-radius: 50px;
}

.carousel-control-prev {
    left: -5px !important;
}

.carousel-control-next {
    right: -30px !important;
}

.carousel-control-next,
.carousel-control-prev {
    width: 0 !important;
}

.s2-faq_section:after {
    top: 0;
    width: 100%;
    content: "";
    height: 100%;
    z-index: -1;
    position: absolute;
    background-image: url(https://www.vcdoctor.com/wp-content/uploads/2023/06/fbg.webp);
}

#s2-faq .saas_two_section_title h2 {
    font-size: 30px;
    font-weight: 600;
}

.saas_two_section_title span {
    color: var(--primary-color) !important;
}

.s2-faq_section .s2_faq_content .s2_faq {
    padding-bottom: 0;
    border-bottom: 2px solid #eee;
    margin-bottom: 10px;
    background-color: #fff;
    border-radius: 10px;
    padding: 20px;
}

.s2-faq_section .s2_faq_content button {
    border: none;
    color: var(--secondary-color);
    font-size: 19px;
    font-weight: 500;
    font-family: Poppins;
    padding: 10px;
    position: relative;
    width: 100%;
    text-align: left;
    background-color: transparent;
}

.contact-bnnr {
    background-repeat: no-repeat;
    background-size: cover;
    align-items: center;
    display: flex;
    text-align: center;
    background-position: center;
    position: relative;
    object-fit: cover;
}

.s2-faq_section .s2_faq_content button:after {
    top: 5px;
    right: 0;
    color: var(--secondary-color);
    font-size: 24px;
    content: "\f106";
    font-weight: 900;
    position: absolute;
    font-family: "Font Awesome 5 Free";
}

button:focus {
    outline: 0 !important;
}

.section_reducedtat span {
    font-size: 20px;
    font-weight: 600;
    line-height: 2;
    text-align: center;
    display: block;
}

a:focus,
a:hover {
    text-decoration: none;
}

.casestdy_fullbtn a:hover {
    background-color: #353b51;
    color: #fff;
}

.section_ullist a:hover {
    color: #fff;
    background: #353b51;
}

a.button2.mr-0.mr-sm-3 {
    background: #fff;
    color: #000 !important;
    border: 1px solid #00bea3 !important;
}

img {
    height: auto;
    max-width: 100%;
    vertical-align: middle;
}

.section_six_solution h2 span {
    color: var(--primary-color);
}

.col-12.col_blogs a {
    color: #fff;
    background: #00bca1;
    padding: 10px 15px;
    border-radius: 10px;
}

.demotology_rule .secondpara p i {
    margin-right: 10px;
    color: var(--primary-color);
    margin-top: 7px;
    font-size: 20px;
}

.s2-faq_section .s2_faq_content .collapsed:after {
    content: "\f107";
}

/* responsive */
@media (max-width: 768px) {
    .section_typertext h2 {
        text-align: center;
        font-size: 22px;
    }

    .section_heading_title .mb-5 {
        text-align: center;
    }

    .grid-container {
        grid-template-columns: repeat(2, 1fr);
    }

    .section_six_solution .card a span {
        font-size: 14px;
    }

    .carousel-control-next {
        right: 0 !important;
    }

    .sectiondemo_blog {
        margin-top: 20px;
    }

    .hipaa_complients .secondpara h4 {
        font-size: 18px !important;
    }

    .feature_explorecta._text {
        max-width: 100%;
        padding: 40px 10px;
    }

    .development_initial {
        grid-template-columns: repeat(2, 1fr);
        display: inline-grid;
    }

    .section_about_us .secondimg img {
        width: 50%;
        margin-right: auto;
        display: block;
    }

    .platformtyper h1 {
        width: 40% !important;
    }
 
    h1.typing-text {
        font-size: 16px;
    }

    .heorbtmtxbox {
        border: inherit;
        text-align: left;
        margin-top: 14px;
        display: block;
    }
    .heorbtmtxbox1 {
        margin-top: 14px;
    }
    .section_six_solution h2 {
        font-size: 22px;
        text-align: center;
    }
    .sectionfour_titale h2 {
        font-size: 22px;
        text-align: center;
    }
    .section_six_solution p {
        text-align: center;
    }
    .next_levelthired h2 {
        font-size: 22px;
        text-align: center;
    }

    .card span{
        font-size:16px;
    }
    .card img{
        width:40px;
        height:40px;
    }
    #s2-faq .saas_two_section_title h2 {
        font-size: 22px;
    }
    .s2-faq_section .s2_faq_content button {
        font-size: 16px;
    }
    .contact-page-sec {
        overflow-y: scroll;
        background-size: cover;
    }
    h2.about-who {
        margin-top: 20px;
    }
}

.contact-info-text h2 {
    color: var(--primary-color) !important
}

.contact-info-icon i {
    color: var(--tertiary-color) !important
}

.contact-info-item {
    background: var(--secondary-color) !important
}
.qricons{
    margin-top:3px;
}
.footer_link p:hover {
    background: linear-gradient(20deg,var(--secondary-color),var(--primary-color)) !important;
    color: #fff !important;
    padding-right: 10px;
}
.no-bottom-margin a {
    color: blue !important;
    font-size: 10px !important;
    font-family: Poppins;
    font-weight: normal;
    text-decoration: underline;
}

.hover_notsimple p i{
    color:var(--primary-color) !important
}.hover_notsimple p i:hover{
    color:var(--primary-color) !important
}

.col-sm-12.mt-5.widget-appointment.loginform button#btnGetOTP {
    background: var(--primary-color);
    color: #fff !important;
}
.col-sm-12.mt-5.widget-appointment.loginform button#btnGetOTP:hover {
    background: var(--secondary-color);
}
.brand_logo {
    width: 110px !important;
 /*   filter: contrast(1.5);*/
}
.section_typertext span {
    font-size: 20px;
    display: block;
    line-height: 45px;
    font-weight: 500 !important
}
.platformtyper img{
    margin-top:-20px;
}
.cta-content-retxttype span{
    color:var(--primary-color);
    font-weight:600
}

.signinbtn.login_account_log a{
    color:var(--tertiary-color)
}
.hello-img {
    filter: invert(1) !important;
}
@media (max-width: 1400px) {
    .platformtyper h1 {
        width: 30%;
    }
}
