.den-section-btn-cta {
    color: #FFF;
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: 135%;
    display: inline;
    padding: 12px 16px;
    gap: 10px;
    transition: all 0.3s;
    border-radius: 72px;
    background: #141B5D;
    box-shadow: 0 -1px 1px 0 rgba(0, 0, 0, 0.12) inset, 0 1px 1.5px 0 rgba(255, 255, 255, 0.25) inset, 0 2px 6px 0 rgba(74, 58, 255, 0.10);
    color: #FFF;
    border: 1px solid #141B5D;
    }
    .vid-con-hero-section {
    position: relative;
    background: url(../img/dental-patients-app/banner-1.png) no-repeat center;
    background-size: cover;
    width: 100%;
    padding-bottom: 50px;
    overflow: hidden;
    }
    .den-section-btn-cta:hover {
    background: #141B5D;
    box-shadow: 0 -1px 1px 0 rgba(0, 0, 0, 0.12) inset, 0 1px 1.5px 0 rgba(255, 255, 255, 0.25) inset, 0 2px 6px 0 rgba(74, 58, 255, 0.10);
    color: #FFF;
    border: 1px solid #141B5D;
    }
    .den-section-btn-cta-a {
    color: #141B5D;
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: 135%;
    display: inline;
    padding: 12px 16px;
vertical-align: middle;
    gap: 10px;
    text-decoration: none !important;
    transition: all 0.3s;
    border-radius: 72px;
    background-color: #fff;
    border: 1px solid #ddd;
    box-shadow: 0 -1px 1px 0 rgba(0, 0, 0, 0.12) inset, 0 1px 1.5px 0 rgba(255, 255, 255, 0.25) inset, 0 2px 6px 0 rgba(74, 58, 255, 0.10);
    }
    .den-section-btn-cta-a:hover {
    background-color: #fff;
    color: #141B5D !important;
    border: none;
    border: 1px solid #ddd;
    }
    .den-section-title {
    color: #454545;
    text-align: center;
    font-size: 40px;
    font-weight: 700;
    line-height: 120%;
    }
    .den-section-title span {
    color: #141B5D;
    }
    .den-section-subtext {
    color: #58595B;
    font-size: 16px;
    font-weight: 500;
    line-height: 200%;
    max-width: 60vw;
    font-style: normal;
    margin: auto;
    }
    .den-section-subtext span {
    color: #141B5D;
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    max-width: 50vw;
    font-style: normal;
    margin: auto;
    line-height: 200%;
    }
    .den-section-title-a {
    color: #454545;
    font-size: 40px;
    font-weight: 700;
    line-height: 120%;
    }
    .den-section-title-a span {
    color: #141B5D;
    }
    .feature-image
    {
    width: 100%;
    }
    .den-section-subtext-a {
    color: #58595B;
    font-size: 16px;
    font-weight: 500;
    line-height: 200%;
    font-style: normal;
    margin: auto;
    }
    .den-section-subtext-a span {
    color: #141B5D;
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    font-style: normal;
    margin: auto;
    line-height: 200%;
    }
    .den-section-btn-light-blue {
    border-radius: 72px;
    background: #141B5D;
    box-shadow: 0 -1px 1px 0 rgba(0, 0, 0, 0.12) inset, 0 1px 1.5px 0 rgba(255, 255, 255, 0.25) inset, 0 2px 6px 0 rgba(74, 58, 255, 0.10);
    color: #FFF;
    padding: 12px 16px;
    font-size: 16px;
    font-weight: 700;
    line-height: 135%;
    display: inline-block;
    width: fit-content;
    }
    .den-section-btn-light-blue:hover {
    border-radius: 72px;
    background: #141B5D;
    box-shadow: 0 -1px 1px 0 rgba(0, 0, 0, 0.12) inset, 0 1px 1.5px 0 rgba(255, 255, 255, 0.25) inset, 0 2px 6px 0 rgba(74, 58, 255, 0.10);
    color: #FFF;
    }

    .dental-care-hero .head {
        color: #141B5D;
        font-size: 24px;
        font-style: normal;
        font-weight: 700;
        line-height: 200%;
    }

    .dental-care-hero .para {
        color: #58595B;
        font-size: 16px;
        font-style: normal;
        font-weight: 500;
        line-height: 200%;
    }
    .dental-care-hero .badge
    {
    border-radius: 8px;
    background: #F6F6F6;
    padding: 8px 20px;
    color:  #727272;
    text-align: center;
    font-size: 14px;
    white-space: unset;
    font-style: normal;
    font-weight: 700;
    line-height: 40px; /* 285.714% */
    }
    .dental-care-section {
        position: relative;
        background: url(../img/dental-patients-app/banner-1.png) no-repeat center;
        background-size: cover;
        width: 100%;
        overflow: hidden;
        text-align: center;
        }
    @media (max-width: 768px) {
        .dental-care-hero .para
        {
            text-align: center;
        }

        .dental-care-hero .head {
            text-align: center;
        }

        .dental-care-hero .badge {
         width: 100%;
        }

        .dental-care-hero  .den-section-btn-cta
        {
width: 100%;
display: block;
        }

    }