.ehr-quote-banner {
    background: url(https://signup.chetu.com/img/Health-Banner.webp) no-repeat center center;
    background-size: cover;
    padding: 25px 20px;
    text-align: center;
    color: white;
    font-family: Arial, sans-serif;
}

.quote-text p {
    font-style: italic;
    font-size: 30px;
    line-height: 40px;
    color: #004d66;
    margin: 0;
}

.quote-text em {
    font-style: italic;
    font-weight: bold;
    color: white;
}

.highlight-orange {
    color: #f26522;
}

.quote-source {
    display: inline-block;
    font-style: normal;
    font-weight: normal;
    margin-left: 8px;
    color: white;
    font-size: 18px;
}

.listbulletblackcircle li {
    background-image: url(https://www.chetu.com/img/icons/listbulletorange.png) !important;
    background-position: 0 2px;
}

.drawline-3:after {
    left: 1%;
}

.lpform-design {
    width: 100%;
    height: auto;
    padding: 20px;
    background-color: #dbf2f5;
    border-radius: 30px;
}

.lpform-sec .form-group .txt-label {
    text-align: left;
}

.d-flex {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}

.line-height-30 {
    line-height: 30px;
}

.site-button-new {
    display: inline-block;
    border: 3px solid #fff;
    border-radius: 10px;
    padding: 15px;
    color: #000;
    transition: all 0.2s ease;
    width: min(290px, 100%);
}

.bg-new-color {
    background: #29c0da;
}

.banner-video-wrapper iframe {
    border: 4px solid #797a7a;
    border-radius: 15px;
}

.banner-video-wrapper {
    float: none;
    clear: both;
    width: 100%;
    position: relative;
    padding-bottom: 56.25%;
    /* padding-top: 25px; */
    height: 0;

}

.banner-video-wrapper iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.lp-content-sec p {
    font-size: 18px;
    line-height: 26px;
}

.content p.display-inline {
    width: 100%;
}

.lpsite-button {
    color: #fff !important;
}