/* =================
    Home Page
   ================= */
@import url('https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700&display=swap');
/*hero section*/

.primary-navigation-menu a{
    color:  #ED6B79;
}

.home header {
    position: absolute;
    left: 0;
    top: 0;
    background-color: transparent;
}

.home-hero-section {
    width: calc(100% - 213px);
    height: 100vh; 
    position: relative;
}

.home-hero-main-img {
    /*padding-top: 68%;*/
    padding-top: 100vh;
    z-index: 2;
}

.home-hero-main-img.aspect-ratio img {
    left: 50%;
    top: 0;
    transform: translate(-50%, 0);
    height: 100vh;
    object-position: top;
}

.home-hero-back-img.aspect-ratio {
    position: absolute;
    padding-top: 0%;
    bottom: -45px;
    right: -45px;
    top:  100px;
    z-index: 1;
    width: 96%;
    height: calc(100% - 50px);
}

.home-hero-circle-text {
    background-color: #344454;
    border-radius: 100%;
    position: absolute;
    right: -148px;
    bottom: -55px;
    z-index: 4;
    width: 610px;
    height: 610px;
    padding: 58px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}

.home-hero-circle-text p {
    color: #F2F2F2;
    font-weight: 600;
    font-family: 'Minion Pro';
    font-size: 48px;
    line-height: 55px;
    margin: 0;
    padding: 0;
}

.home-hero-circle-text p span {
	position: relative;
	display: inline-block;
}

.home-hero-circle-text p span:before {
	position: absolute;
	content: "";
	display: block;
	left: 0;
	bottom: 0;
	height: 5px;
	width: 100%;
	background: url(../images/hero-text-line.png) no-repeat left top;
	background-size: 100% 5px;
}

.home-hero-text {
    position: absolute;
    left: 5%;
    bottom: 100px;
    z-index: 4;
    max-width: 500px;
    width: 100%;
}

.home-hero-text h1 {
    color: #fff;
    font-weight: 600;
    font-family: 'Minion Pro';
    font-size: 144px;
    line-height: 144px;
    margin: 0;
}

.home-hero-section .btn {
    margin-top: 15px;
    position: relative;
    right: -180px;
}
/*content section*/

.home-content-section {
    background-color: #fff;
    width: 100%;
    padding: 120px 0;
}

.home-content-section p {
    color: #334454;
    font-size: 34px;
    line-height: 52px;
    font-family: 'Inter', sans-serif;
    font-weight: 400;
}
/*form section*/

.form-section {
    width: 100%;
    background-color: #344454;
    padding: 50px 0;
}

.form-section .small-container {
    max-width: 980px;
}

.form-block {
    margin-top: 70px;
}

.form-row {
    display: flex;
    align-items: center;
    justify-content: flex-start;
}

.form-row+.form-row {
    margin-top: 10px;
}

.form-section input[type="text"],
.form-section input[type="password"],
.form-section input[type="email"],
.form-section input[type="tel"],
.form-section input[type="search"],
.form-section textarea,
.form-section select {
    background-color: #fff;
    padding: 5px;
    color: #334454;
    font-size: 46px;
    line-height: 52px;
    font-family: 'Inter', sans-serif;
    font-weight: 500;
    border: 0;
    max-width: 360px;
    width: 100%;
    margin: 0 20px 0 0;
}

.form-text {
    font-size: 46px;
    line-height: 52px;
    font-family: 'Inter', sans-serif;
    font-weight: 400;
    color: #fff;
}

.form-section .form-row:first-child input[type="text"],
.form-section .form-row:first-child input[type="password"],
.form-section .form-row:first-child input[type="email"],
.form-section .form-row:first-child input[type="tel"],
.form-section .form-row:first-child input[type="search"],
.form-section .form-row:first-child select {
    max-width: 416px;
    margin-left: 20px;
    margin-right: 20px;
}

.form-section .form-header * {
    color: #fff;
    text-align: center;
}

.form-section .form-header h2 {
    padding-bottom: 20px;
}

.form-section .form-header h2:after {
    position: absolute;
    content: '';
    width: 195px;
    height: 12px;
    background: url(../images/title-strip.png) no-repeat left top;
    background-size: cover;
    left: 50%;
    bottom: 0;
    transform: translateX(-50%);
}

.form-section button,
.form-section input[type="button"],
.form-section input[type="reset"],
.form-section input[type="submit"] {
    margin: 0 0 0 auto;
}

.form-section button:hover,
.form-section input[type="button"]:hover,
.form-section input[type="reset"]:hover,
.form-section input[type="submit"]:hover {
    background-color: #334454;
    box-shadow: 8px 8px 0px #fff;
    color: #fff;
    border: 2px solid #fff;
    outline: none;
}
.form-section .form-row .form-text + select{ margin-left: 20px; }
.form-section .form-row #redirecturl{max-width: initial; width: auto; padding-right: 40px;}
/*three blocks section*/

.three-blocks-section {
    background-color: #658F0C;
    padding: 70px 0;
}

.three-blocks-section .col-block {
    width: 31.5%;
    background-color: #fff;
    box-shadow: 0px 0px 24px rgba(52, 68, 84, 0.4);
    flex-direction: column;
}

.three-blocks-section .col-block .col-block-img {
    padding-top: 67%;
}

.three-blocks-section .col-block-header {
    padding: 30px 30px 0;
}

.three-blocks-section h4 a {
    color: #334454;
    font-family: 'Inter', sans-serif;
    font-weight: 400;
    border-bottom: 2px solid #334454;
    transition: border-width 0.3s ease;
}

.three-blocks-section h4 a:hover {
    border-color: #658F0C;
}
/*help section*/

.help-section {
    background-color: #658F0C;
    padding: 70px 0;
    text-align: center;
    position: relative;
}

.help-section::after {
    content: '';
    position: absolute;
    width: 100%;
    height: 14px;
    background: url(../images/green-zigzag-bg2.png) repeat-x left top;
    left: 0;
    bottom: -13px;
}

.help-section h2 {
    font-weight: 600;
}

.help-section *:not(.btn) {
    color: #fff;
}

.help-section .btn {
    margin-top: 25px;
}

.help-section .btn:hover {
    background-color: #334454;
    box-shadow: 8px 8px 0px #fff;
    color: #fff;
    border: 2px solid #fff;
    outline: none;
}

.mobile-only {
    display: none;
}

.desktop-only {
    display: block;
}

.desktop-image {
    display: block;
}

.mobile-image {
    display: none;
}
.single-grow .grow-page ul{padding-left: 22px; padding-bottom: 20px;}
.single-grow .grow-page ul li {
    list-style: disc;
    font-size: 24px;
    line-height: 36px;
    color: #334454;
    padding-bottom: 10px;
}

.single-grow .grow-page ul li::marker{
    color: #ED6B79;
}
.clinics-we-work-section{ padding: 60px 0 80px 0; text-align: center;}
.clinics-we-work-section .clinics-wraps{display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center; -ms-flex-wrap: wrap; flex-wrap: wrap; padding: 10px 0 40px 0;}
.clinics-we-work-section .clinics-wraps .single-clinic{ padding:10px 25px; width: 25%; }
.investor .tile-slider .slick-arrow.slick-disabled{opacity: 0.5; pointer-events: none;}
.patient-page .inner-hero{ padding-bottom: 96px; }
.single-grow .what-we-do-section{ background-color: #fff; }

/***RESPONSIVE***/

@media (max-width: 1600px) {
    /*hero section*/
    .home-hero-circle-text {
        width: 550px;
        height: 550px;
    }
    .home-hero-circle-text p {
        font-size: 42px;
        line-height: 50px;
    }
    .home-hero-text h1 {
        font-size: 120px;
        line-height: 1.1;
    }
    .form-section input[type="text"],
    .form-section input[type="password"],
    .form-section input[type="email"],
    .form-section input[type="tel"],
    .form-section input[type="search"],
    .form-section textarea,
    .form-section select {
        font-size: 43px;
        line-height: 48px;
    }
    .form-text {
        font-size: 44px;
    }
    .home-hero-text {
        bottom: 80px;
    }
}

@media (max-width: 1400px) {
    /*hero section*/
    .home-hero-circle-text {
        width: 480px;
        height: 480px;
    }
    .home-hero-circle-text p {
        font-size: 34px;
        line-height: 40px;
        margin-bottom: 25px;
    }
    .home-hero-text h1 {
        font-size: 100px;
    }
    .form-section input[type="text"],
    .form-section input[type="password"],
    .form-section input[type="email"],
    .form-section input[type="tel"],
    .form-section input[type="search"],
    .form-section textarea,
    .form-section select {
        font-size: 38px;
        line-height: 44px;
    }
    .form-text {
        font-size: 40px;
    }
    .home-hero-text {
        bottom: 65px;
    }
    /*home content section*/
    .home-content-section p {
        font-size: 32px;
        line-height: 48px;

    }
    .home-content-section {
        padding: 130px 0 60px;
    }
}
@media (min-width: 1393px) and (max-width: 1880px) {
    .footer-bottom-right{ margin-right: 18%;}
}
@media (max-width: 1392px) {
    .footer-bottom-right{ margin-right: 235px; }
}
@media (min-width: 1301px) {
    .investor .tile-slider .year-item-inner {
        min-height: 90px;
    }
}

@media (max-width: 1300px) {
    /*hero section*/
    .home-hero-section {
        width: calc(100% - 192px);
        position: relative;
    }
    .home-hero-circle-text {
        /*width: 400px;
        height: 400px;
        padding: 45px;*/
    }
    .home-hero-circle-text p {
        font-size: 30px;
        line-height: 38px;
        margin-bottom: 0px;
    }
    .home-hero-text h1 {
        font-size: 85px;
    }
    .form-section input[type="text"],
    .form-section input[type="password"],
    .form-section input[type="email"],
    .form-section input[type="tel"],
    .form-section input[type="search"],
    .form-section textarea,
    .form-section select {
        font-size: 32px;
        line-height: 42px;
    }
    .form-text {
        font-size: 36px;
    }
    /*home content section*/
    .home-content-section p {
        font-size: 30px;
        line-height: 40px;
    }
    .home-content-section {
        padding: 130px 0 50px;
    }
    .footer-bottom-right{ margin-right: 215px; }
}

@media (max-width: 1240px) {
    /*hero section*/
    .home-hero-section {
        width: calc(100% - 20px);
    }
    .home-hero-back-img.aspect-ratio {
        /*padding-top: 62%;*/
        bottom: -30px;
        right: -20px;
    }
    .home-hero-circle-text {
        bottom: -40px;
        right: -59px;
    }
    .mobile-only {
        display: block;
    }
    .desktop-only {
        display: none;
    }
    /*home content section*/
    .home-content-section p {
        font-size: 28px;
        line-height: 36px;
    }
}

@media (max-width: 1170px) {
    .faqs-wrapper {
        flex-direction: column;
        align-items: center;
    }
    .faq-col-img {
        margin-left: auto;
        margin-right: auto;
    }
    .faq-col-ctnt {
        margin-top: 50px;
    }
    /* .faq-section-with-image .btn {
        width: 100%;
    } */
    .help-section {
        padding: 50px 0;
    }
}

@media( max-width:1023px) {
    .home-hero-circle-text {
        bottom: -350px;
    }
    .home-hero-section {
        margin-bottom: 260px;
    }
    .home-hero-text {
        bottom: 60px;
    }
    .home-hero-text h1 {
        font-size: 75px;
    }
    /*home content section*/
    .home-content-section p {
        font-size: 24px;
        line-height: 30px;
    }
    .home-content-section {
        padding: 130px 0 35px;
    }
    .footer-bottom-right{ margin-right: 180px; }
}

@media( max-width:980px) {
    .form-block {
        margin-top: 40px;
    }
    .form-section .form-row {
        flex-direction: column;
    }
    .form-section input[type="text"],
    .form-section input[type="password"],
    .form-section input[type="email"],
    .form-section input[type="tel"],
    .form-section input[type="search"],
    .form-section select {
        margin: 10px 0;
        max-width: 400px;
        width: 100%;
        font-size: 26px;
        line-height: 36px;
    }
    .form-text {
        font-size: 24px;
        line-height: 32px;
    }
    .form-section button,
    .form-section input[type="button"],
    .form-section input[type="reset"],
    .form-section input[type="submit"] {
        margin: 0 auto;
    }
    .three-blocks-section .col-block-header {
        padding: 18px 18px 0;
    }
    .help-section h2 {
        font-size: 26px;
        line-height: 36px;
    }
    .form-section .form-row .form-text + select { margin-left: 0px; margin-right: 0;}
    .form-section .form-row:first-child select{ max-width: 400px; }
    .form-section .form-row #redirecturl{ width: 100%; max-width: 400px; margin-top: 0; }
}

@media( max-width:767px) {
    .home-hero-text {
        bottom: 40px;
    }
    .home-hero-text h1 {
        font-size: 64px;
        line-height: 78px;
    }
    .home-hero-circle-text {
        width: 398px;
        height: 398px;
    }
    .home-hero-circle-text p {
        font-size: 28px;
        line-height: 38px;
    }
    .home-hero-main-img {
        /*padding-top: 100%;*/
    }
    .home-hero-back-img.aspect-ratio {
        /*padding-top: 92%;*/
    }
    /*home content section*/
    .home-content-section p {
        font-size: 20px;
        line-height: 32px;
    }
    .form-section {
        padding: 35px 0;
    }
    .form-header h3 {
        font-size: 18px;
        line-height: 28px;
    }
    .form-section input[type="text"],
    .form-section input[type="password"],
    .form-section input[type="email"],
    .form-section input[type="tel"],
    .form-section input[type="search"],
    .form-section select {
        font-size: 24px;
        line-height: 34px;
    }
    .three-blocks-section {
        padding: 0 0 50px;
    }
    .three-blocks-section .container {
        justify-content: center;
    }
    .three-blocks-section .col-block {
        width: 46%;
        margin: 30px 2% 0;
    }
    .desktop-image {
        display: none;
    }
    .mobile-image {
        display: block;
    }
    .faq-col-img {
        max-width: 684px;
        min-width: auto;
        width: 100%;
    }
    .faq-img.aspect-ratio {
        padding-top: 0;
        height: auto;
    }
    .faq-img.aspect-ratio img.mobile-image {
        position: relative;
        max-width: 100%;
        width: auto;
        height: auto;
        left: 50%;
        top: 0;
        object-fit: contain;
        transform: translateX(-50%);
    }
    .faq-section-with-image {
        padding: 50px 0;
    }
    .faq-col-ctnt {
        margin-top: 32px;
    }
    .help-section h2 {
        font-size: 24px;
        line-height: 28px;
    }

    .home-content-section p {
        color: #27445B;
    }
    .clinics-we-work-section .clinics-wraps .single-clinic{ width: 50%; }
    .clinics-we-work-section .clinics-wraps .single-clinic img{ max-width: 165px; }
    .footer-bottom-right{ margin-right: 0px; }
}

@media( max-width:640px) {
    .home-hero-main-img {
        /*padding-top: 135%;*/
    }
    .home-hero-back-img.aspect-ratio {
        /*padding-top: 125%;*/
    }
    .home-hero-circle-text {
        width: 350px;
        height: 350px;
        right: -61px;
    }
    .home-hero-circle-text {
        bottom: -333px;
    }
    .home-hero-section {
        margin-bottom: 230px;
    }
    .home-hero-text {
        bottom: 30px;
    }
    /*home content section*/
    .home-content-section p {
        font-size: 18px;
    }
    .form-section input[type="text"],
    .form-section input[type="password"],
    .form-section input[type="email"],
    .form-section input[type="tel"],
    .form-section input[type="search"],
    .form-section select {
        font-size: 20px;
        line-height: 30px;
    }
    .three-blocks-section .col-block {
        width: 80%;
    }
    .faq-accordion .faq-question {
        font-size: 14px;
        line-height: 18px;
    }
    .faq-answer,
    .faq-answer p {
        font-size: 14px;
    }
}

@media( max-width:480px) {
    .home-hero-main-img {
        /*padding-top: 160%;*/
    }
    .home-hero-back-img.aspect-ratio {
        /*padding-top: 150%;*/
    }
    .home-hero-text {
        bottom: 20px;
    }
    .three-blocks-section .col-block {
        width: 100%;
    }
    .clinics-we-work-section .clinics-wraps .single-clinic{ width: 100%; }
}


/* =====================
        About Page
   ===================== */
.about-page .inn-hero-content {
    width: 100%;
    text-align: center;
    padding-left: 0;
    padding-right: 0;
    padding-bottom: 70px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
}
.about-page .inn-hero-content h1{ width: 100%; }
.about-page .inn-hero-content .about-column{ width: 33%; padding: 0 20px; }

.about-page .inner-hero::after {
    display: none;
}

.about-page .inner-hero h2 {
    font-size: 64px;
    line-height: 76px;
    position: relative;
    padding-bottom: 20px;
}

.about-page .inner-hero h2:after {
    position: absolute;
    content: '';
    width: 195px;
    height: 12px;
    background: url(../images/title-strip.png) no-repeat left top;
    background-size: cover;
    left: 50%;
    bottom: 0;
    transform: translateX(-50%);
}

.mission-section {
    position: relative;
    width: 100%;
    background-color: #172439;
}

.mission-section::before {
    content: '';
    position: absolute;
    left: 0;
    top: -1px;
    width: 100%;
    height: 120px;
    background-color: rgba(239, 240, 240, 1);
    z-index: 0;
}

.mission-section::after {
    content: '';
    position: absolute;
    left: 0;
    bottom: -1px;
    width: 100%;
    height: 120px;
    background-color: #fff;
    z-index: 0;
}

.mission-top-content {
    position: relative;
    z-index: 1;
}

.mission-top-left {
    width: 100%;
    max-width: 410px;
    padding-top: 200px;
    padding-bottom: 50px;
    margin-left: calc((100% - 1087px)/2);
}

.mission-top-left h2,
.mission-top-left p {
    color: #fff;
}

.mission-image {
    width: 50%;
}

.mission-image .aspect-ratio {
    padding-top: 76.9%;
}

.mission-bottom-content {
    position: relative;
    z-index: 1;
    margin-top: 0px;
}

.mission-bottom-content .mission-image .aspect-ratio {
    padding-top: 65%;
}

.about-page .mission-bottom-content .mission-image .aspect-ratio {
    height: 100%;
}

/*.mission-bottom-content .mission-image {
    width: 67%;
}*/

.mission-top-right {
    width: 100%;
    max-width: 465px;
    padding: 160px 0 20px;
}

.mission-bottom-right {
    width: 100%;
    max-width: 570px;
    padding:60px 0 160px 50px;
    /*margin-left: -220px;*/
}

.mission-bottom-right h2, .mission-top-left h2 {
    font-size: 64px;
    line-height: 74px;
    /*color: #344454;*/
    color: #fff;
}

.mission-top-left p {
    font-size: 26px;
    line-height: 150%;
    font-family: 'Inter', sans-serif;
}

.video-with-titles {
    width: 100%;
}

.video-title-row {
    width: 100%;
    border-bottom: 1px solid #658F0C;
    padding: 12px 0;
    display: flex;
    align-items: center;
}

.video-title-row a {
    display: inline-flex;
    align-items: flex-start;
    color: #334454;
    font-size: 18px;
    line-height: 22px;
    font-weight: 500;
    font-family: 'Inter', sans-serif;
}

.video-title-row a span {
    display: inline-block;
    margin-top: 4px;
}

.video-title-row a svg {
    min-width: 28px;
    width: 28px;
    height: auto;
    margin-right: 15px;
}

.video-title-row a:hover {
    color: #658F0C;
}

.video-title-row a:hover svg {
    fill: #ccc;
}

.about-page .community-section {
    background-color: #fff;
}

.about-page .community-block-wrap {
    margin-top: 0;
}

.team-section {
    background: rgba(173, 182, 182, 0.2);
    padding: 80px 0 10px 0;
}

.rest-of-team-section{
    background: rgba(173, 182, 182, 0.2);
    padding: 10px 0 80px 0;
}

.bio-block {
    width: 23%;
    margin: 12px 1%;
}

.bio-pic {
    margin-bottom: 10px;
}

.bio-pic.aspect-ratio {
    padding-top: 75.9%;
}

.subttl,
.subttl a {
    display: block;
    color: #658F0C;
    font-family: 'Minion Pro';
    font-weight: 500;
    margin-top: 5px;
    font-size: 16px;
    line-height: 20px;
}

.subttl a:hover {
    color: #ED6B79;
}

.bio-block h4 {
    color: #27445B;
    margin-top: 0;
    margin-bottom: 5px;
    line-height: 26px;
    
}
.bio-block a{
    color: #27445B;
    text-decoration: underline;
}
.bio-block a:hover{
    text-decoration: none;
}

.rest-of-team-section .container,
.team-section .container {
    max-width: 1157px;
}

.team-wrap-inner {
    margin: 0 -1%;
}

.rest-of-team-section .team-wrap-inner .bio-pic img,
.team-section .team-wrap-inner .bio-pic img{object-position: center top;}
.team-section-header {
    text-align: center;
    max-width: 755px;
    width: 100%;
    margin: 0 auto;
}

.team-section-wrap {
    margin-top: 100px;
}

.team-section-wrap .subttl{ color: #27445B; }

.bio-pic::after {
    content: '';
    width: 250px;
    height: 250px;
    position: absolute;
    left: -60px;
    top: -60px;
    background: linear-gradient(180deg, #ED6B79 -29.42%, #FFECCC 79.02%);
    mix-blend-mode: multiply;
    transform: rotate(-90deg);
    border-radius: 250px;
}

.team-section-header h2 {
    padding-bottom: 15px;
}

.team-section-header h2:after {
    position: absolute;
    content: '';
    width: 195px;
    height: 12px;
    background: url(../images/title-strip.png) no-repeat left top;
    background-size: cover;
    left: 50%;
    bottom: 0;
    transform: translateX(-50%);
}

.timeline-section {
    padding: 100px 0 0;
}

.timeline-section .container {
    max-width: 1130px;
}

.time-line-wrapper {
    width: 100%;
    position: relative;
}

.time-line-wrapper::after {
    position: absolute;
    right: 0;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    content: '';
    width: 0;
    height: 0;
    border-left: 8px solid transparent;
    border-right: 8px solid transparent;
    border-top: 8px solid #658F0C;
}

.timeline-left,
.timeline-right {
    width: 50%;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
}

.timeline-left {
    padding-right: 9%;
    border-right: 1px solid #658F0C;
    position: relative;
}

.timeline-right {
    padding-left: 9%;
    border-left: 1px solid #658F0C;
	padding-top: 20%;
}

.timeline-category {
    display: block;
    font-size: 18px;
    line-height: 30px;
    color: #ADB6B6;
    text-transform: uppercase;
    font-weight: 600;
    font-family: 'Inter', sans-serif;
    margin-bottom: 15px;
}

.timeline-image.aspect-ratio {
    padding-top: 79.56%;
    margin-bottom: 10px;
}

.timeline-box {
    margin: 75px 0;
}

.timeline-box p {
    font-size: 18px;
    line-height: 36px;
}

.timeline-header {
    text-align: center;
    margin-bottom: 40px;
}

.timeline-header h2 {
    padding-bottom: 20px;
}

.timeline-header h2:after {
    position: absolute;
    content: '';
    width: 195px;
    height: 12px;
    background: url(../images/title-strip.png) no-repeat left top;
    background-size: cover;
    left: 50%;
    bottom: 0;
    transform: translateX(-50%);
}

.search-result .inner-hero::after {
    background: rgba(173, 182, 182, 0.02);
}

.search-result .inner-hero h1 {
    font-size: 38px;
    line-height: 52px;
    color: #658F0C;
}

.search-result .inner-hero h2 {
    color: #334454;
}

.search-result .people-stories {
    background: rgba(173, 182, 182, 0.2);
}

.search-result .people-stories h3 {
    color: #658F0C;
}

.search-result .faq-accordion-row {
    border: 0;
    background-color: #fff;
}

.search-result .faq-accordion-row + .faq-accordion-row {
    margin-top: 15px;
}

.search-result .people-stories .small-container {
    max-width: 684px;
}

.search-result .people-stories .faq-accordion .faq-question::after {
    border-color: #658F0C;
}

.search-result .help-section .small-container {
    max-width: 726px;
}

.search-result .help-section p {
    font-size: 18px;
    line-height: 36px;
    font-weight: 200;
    font-family: 'Inter', sans-serif;
    color: #fff;
}

.subscribe-row {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: 50px;
}
.subscribe-row .gform_wrapper{width: 100%;}
.subscribe-row form{display: flex; flex-wrap: wrap;}
.subscribe-row .gform_wrapper.gravity-theme  form .gform_footer{margin: 0;padding: 0;display: inline-block;}
.subscribe-row .gform_wrapper.gravity-theme  form  .gform_footer.top_label img {
    width: 5px;
    height: 5px;
}
.subscribe-row div#validation_message_2_1 {
     display: block; 
    text-align: left;
    border: 0px;
    padding: 0px 10px;
    background: no-repeat;
    font-size: 15px;
    font-weight: 600;
    color: #6a1c1c;
}
.subscribe-row input[type="email"],
.subscribe-row input[type="text"] {
    border: 0;
    border-radius: 6px;
    height: 52px;
    font-weight: 300;
    font-size: 18px;
    font-family: 'Inter', sans-serif;
    color: #344454;
}

.subscribe-row input[type="submit"],
.subscribe-row input[type="button"],
.subscribe-row button {
    height: 52px;
    margin-left: 20px;
    border: 0;
    color: #344454;
}

.what-happens {
    background-color: #658F0C;
    padding: 70px 0;
}

.what-happens h2,
.what-happens h3 {
    color: #fff;
    text-align: center;
}

.happen-item .news-bottom-left {
    max-width: 475px;
    margin: 0 auto;
}

.happen-slider {
    margin-top: 50px;
}

.happen-item {
    padding-top: 35px;
}

.what-happens .news-bottom-left .tile-item-back-img {
    padding-top: 85%;
}

.what-happens .news-bottom-left .tile-item-front-img {
    top: -35px;
    padding-top: 85%;
}

.what-happens {
    position: relative;
}

.what-happens .slick-arrow {
    position: absolute;
    top: 185px;
    left: 0;
    color: #fff;
    display: inline-block;
    z-index: 10;
    cursor: pointer;
    text-decoration: underline;
}

.what-happens .slick-arrow:hover {
    text-decoration: none;
}

.what-happens .slick-arrow.slick-disabled {
    cursor: default;
}

.what-happens .slick-arrow.slick-next{
    left: auto;
    right: 0;
}

.steps-content {
    text-align: center;
    max-width: 425px;
    margin: 30px auto 0;
}

.steps-content p {
    font-size: 18px;
    line-height: 26px;
    font-family: 'Inter', sans-serif;
    font-weight: 300;
    color: #fff;
}

.step-number {
    text-transform: uppercase;
    color: #3E5905;
    font-weight: 600;
    font-size: 18px;
    line-height: 36px;
    font-family: 'Inter', sans-serif;
}

.career-page .grow-pharma .accordions-block {
    padding-bottom: 0 !important;
}

.career-page .grow-pharma .accordion-ctnt-img {
    margin-bottom: -40px;
}

.career-page .community-section {
    padding-top: 100px;
}

.career-page  .people-stories {
    background: rgba(173, 182, 182, 0.2);
    padding: 50px 0;
}

.career-page  .people-stories h2 {
    color: #658F0C;
    position: relative;
    padding-bottom: 20px;
    text-align: left;
}

.career-page  .people-stories h2:after {
    position: absolute;
    content: '';
    width: 195px;
    height: 12px;
    background: url(../images/title-strip.png) no-repeat left top;
    background-size: cover;
    left: 0;
    bottom: 0;
    transform: unset;

}

.profile-page .inner-hero {
    background-color: #fff;
    padding: 120px 0 70px;
}

.profile-page .inner-hero h1 {
    color: #658F0C;
    font-size: 38px;
    line-height: 42px;
    margin-bottom: 12px;
}

.profile-page .inner-hero h4 {
    color: #ED6B79;
    font-size: 24px;
    line-height: 36px;
}

.profile-page .inner-hero p {
    color: #334454;
    font-weight: 400;
    font-size: 18px;
    line-height: 24px;
    font-family: 'Inter', sans-serif;
}

.profile-page .inner-hero .inn-hero-front-img {
    top: -30px;
    left: 25px;
    transform: none;
}

.profile-page .inn-hero-front-img {
    padding-top: 100%;
    max-width: 420px;
}

.profile-page .inn-hero-back-img {
    padding-top: 102%;
}

.profile-page .inn-hero-content {
    padding: 0 5% 70px 0;
}

.profile-page .three-blocks-section {
    background: rgba(173, 182, 182, 0.2);
    padding: 70px 0;
}

.profile-page .suggested-header h2 {
    position: relative;
    padding-bottom: 20px;
}

.profile-page .suggested-header {
    margin-bottom: 70px;
}

.profile-page .suggested-header h2:after {
    position: absolute;
    content: '';
    width: 195px;
    height: 12px;
    background: url(../images/title-strip.png) no-repeat left top;
    background-size: cover;
    left: 0;
    bottom: 0;
}

.profile-page .three-blocks-section .col-block-header {
    padding: 30px 35px 0;
}

.sharing-icons a {
    width: 22px;
    margin-right: 7px;
    display: block;
}

.sharing-icons a:hover img {
    opacity: 0.7;
}

.default-content-area {
    padding: 70px 0;
}

.default-content-area ul li {
    position: relative;
    padding-left: 18px
}

.default-content-area ul li + li {
    margin-top: 12px;
}

.default-content-area ul li:before {
    content: "";
    position: absolute;
    left: 0;
    top: 8px;
    width: 8px;
    height: 8px;
    background-color: #658F0C;
    border-radius: 8px;
    display: block;
}

.default-content-area blockquote {
    margin-left: 0;
    background-color: #e8e8e8;
    border-color: #708090;
}

.default-content-area .align-left {
    float: left;
    margin: 0 20px 20px 0;
}
.default-content-area .align-right {
    float: right;
    margin: 0 0 20px 20px;
}

.default-content-area ul,
.default-content-area ol {
    margin-bottom: 25px;
}

.profile-page .inn-hero-back-img {
    max-width: 420px;
}
.single-team_member .profile-page .align-items-center {
    align-items: start;
}

.single-team_member .profile-page .align-items-center .inn-hero-back-img {
    margin-top: 30px;
}

.single-team_member .profile-page .inner-hero .align-items-center .inn-hero-front-img{top:0px}
.single-team_member .profile-page .inner-hero .medium-container{flex-wrap:unset;}
.single-team_member .profile-page .inner-hero .medium-container .inn-hero-content {
    width: max-content;
    overflow: hidden;
    min-height: 500px;
}
.single-team_member .profile-page .inner-hero .medium-container .inn-hero-content ul{margin-bottom: 15px; padding-left: 20px;}
.single-team_member .profile-page .inner-hero .medium-container .inn-hero-content li{list-style: disc;}
.single-team_member .profile-page .inner-hero .medium-container .inn-hero-content li::marker{ color: #ED6B79; }
.mission-section.clinic-misison {
    background-color: #fff;
}

.mission-section.clinic-misison .mission-bottom-content {
    margin-top: 0 !important;
}

.clinic-blocks {
    padding: 40px 0;
}

.clinic-block-wrap {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    margin-top: 80px;
}

.clinic-block-wrap .timeline-box {
    margin: 35px 0;
    width: 45%;
}

.clinic-page .inn-hero-content h1 {
    position: relative;
}

.clinic-page .inn-hero-content h1:after {
    position: absolute;
    content: '';
    width: 193px;
    height: 10px;
    background: url(../images/title-strip.png) no-repeat left top;
    background-size: cover;
    left: 50%;
    bottom: 0;
    transform: translateX(-50%);
}

@media(max-width: 1600px) {
    .mission-bottom-content {
        margin-top: 90px;
    }
}

@media(max-width: 1400px) {
    .about-page .inner-hero h2 {
        font-size: 56px;
        line-height: 66px;
    }
    .mission-bottom-right h2, .mission-top-left h2 {
        font-size: 56px;
        line-height: 66px;
    }
    .mission-bottom-content {
        margin-top: 75px;
    }
}

@media(max-width: 1300px) {
    .about-page .inner-hero h2 {
        font-size: 44px;
        line-height: 56px;
    }
    .mission-bottom-right h2, .mission-top-left h2 {
        font-size: 50px;
        line-height: 60px;
    }
    .mission-bottom-content {
        margin-top: 70px;
    }
}
@media(min-width: 1200px) {
    .mission-section.clinic-misison .mission-bottom-right{ padding-top: 120px;}
}

@media(max-width: 1200px) {
    .about-page .inner-hero h2 {
        font-size: 42px;
        line-height: 56px;
    }
    .single-team_member .profile-page .inner-hero .medium-container .inn-hero-content {
    min-height: 400px;
}
    .mission-bottom-right {
        padding:30px 20px 90px 50px;
    }
    .mission-bottom-right h2, .mission-top-left h2 {
        font-size: 48px;
        line-height: 56px;
    }
    .mission-section::before,
    .mission-section::after {
        height: 90px;
    }
    .mission-top-left {
        width: 100%;
        padding-bottom: 30px;
        padding-left: 5%;
        margin-left: 0;
        padding-top: 150px;
    }

    .search-result .faq-col-ctnt {
        margin-top: 30px !important;
    }

    .profile-page .inner-hero .inn-hero-img {
        margin-right: 30px;
    }
    .patient-page .inner-hero{ padding-bottom: 70px; }
}

@media(max-width: 1024px) {
    .about-page .inner-hero h2 {
        font-size: 38px;
        line-height: 44px;
    }
    .mission-section::before,
    .mission-section::after {
        height: 50px;
    }
    .mission-top-left {
        padding-top: 90px;
    }
    
    .mission-bottom-right h2, .mission-top-left h2 {
        font-size: 42px;
        line-height: 52px;
    }
    .mission-bottom-content {
        margin-top: 50px;
    }
    .mission-bottom-right {
        width: 100%;
        max-width: 410px;
        padding:30px 0 50px 50px;
    }
    .mission-top-left p {
        font-size: 20px;
        line-height: 28px;
        font-weight: 400;
    }
    .team-section-wrap {
        margin-top: 70px;
    }

    .profile-page .blocks-sections .col-block-header h2 {
        font-size: 32px;
        line-height: 40px;
    }

    .profile-page .blocks-sections .col-block-header h4 {
        font-size: 18px;
        line-height: 24px;
    }
}

@media(max-width: 992px) {
.single-team_member .profile-page .inner-hero .medium-container .inn-hero-content {
    min-height: 500px;
}
    .profile-page .inner-hero {
        background-color: #fff;
        padding: 40px 0 0;
    }

    .profile-page .inn-hero-content {
        margin-top: 40px;
    }
    .patient-page .inner-hero{ padding-bottom: 0px; }

}

@media(max-width: 980px) {
    .mission-bottom-right h2, .mission-top-left h2 {
        font-size: 32px;
        line-height: 42px;
    }
    .mission-bottom-right {
        width: 100%;
        max-width: 390px;
        padding: 50px 20px 20px;
    }
    .team-section-wrap {
        margin-top: 60px;
    }
    .rest-of-team-section,
    .team-section {
        padding: 60px 0;
    }
}

@media(max-width: 767px) {
    .single-team_member .profile-page .inner-hero .medium-container .inn-hero-content {
        min-height: 350px;
    }
    .about-page .inn-hero-content .about-column{ width: 100%; padding: 10px 0px;}
    .mission-top-left h2{font-size: 26px; line-height: 36px;}
    .mission-bottom-right h2 {
        font-size: 26px;
        line-height: 36px;
        max-width: 250px;
        float: right;
    }
    .mission-bottom-content {
        position: relative;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;

    }
    .mission-section::after{ display: none; }
    .mission-section.clinic-misison .mission-bottom-content{
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    }

    .mission-bottom-right {
        /*position: absolute;
        right: 0;
        top: 0;*/
        max-width: 100%;
        width: 100%;
        padding: 20px;
        text-align: right;
    }
    .mission-section.clinic-misison .mission-bottom-right{ position: static; margin-left: 0; max-width: 100%; padding-left: 20px; padding-right: 20px; }
    .mission-bottom-content .mission-image {
        width: 85%;
    }
    .mission-top-left {
        order: 2;
        padding-top: 56px;
        padding-right: 15px;
    }
    .mission-top-content .mission-image {
        order: 1;
        margin: 0 0 0 auto;
        width: 70%;
    }
    .mission-top-content {
        flex-wrap: wrap;
    }
    .mission-top-left p {
        font-size: 18px;
        line-height: 28px;
        font-weight: 300;
    }
    .bio-block {
        width: 31%;
    }
    .bio-block h4 {
        font-size: 18px;
        line-height: 24px;
    }
    .about-page .large-vidoe-content {
        padding-left: 0;
        padding-right: 0;
    }
    .about-page .large-vidoe-content .play-icon-block svg {
        margin-left: 0;
    }
    .about-page .large-vidoe-content .play-icon-block {
        flex-wrap: nowrap;
        align-items: flex-start;
    }
    .team-section-wrap {
        margin-top: 50px;
    }
    .team-section-wrap>h3 {
        display: none;
    }
    .rest-of-team-section,
    .team-section {
        padding: 50px 0;
    }

    .search-result .faq-col-ctnt {
        margin-top: 25px !important;
    }

    .timeline-box h2 {
        margin-top: 15px;
    }

    .timeline-box p {
        font-size: 16px;
        line-height: 28px;
    }

    .video-with-titles {
        border-top: 1px solid #658F0C;
    }

    .profile-page .blocks-sections {
        justify-content: center;
    }

    .profile-page .suggested-header {
        margin-bottom: 30px;
    }

    .profile-page .three-blocks-section {
        padding: 40px 0;
    }

    .people-stories .faq-accordion .faq-question {
        font-size: 16px;
        line-height: 20px;
    }

    .steps-content h3 {
        font-size: 28px;
        line-height: 32px;
        font-weight: 500;
    }

    .steps-content {
        max-width: 300px;
    }

    .step-number {
        font-size: 12px;
        line-height: 20px;
        margin-bottom: 15px;
    }

    .search-result .what-happens {
        padding-top: 50px;
        padding-bottom: 30px;
    }

    .search-result .happen-slider {
        padding-top: 40px;
    }

    .search-result .happen-slider .slick-arrow {
        width: 21px;
        height: 21px;
        position: absolute;
        top: -15px;
        left: 0x;
        background-size: 21px auto;
        background: url(../images/left-arrow2.png) no-repeat left center;
        border: 0;
        padding: 0;
        margin: 0;
        box-shadow: none;
        font-size: 0;
        z-index: 10;
    }

    .search-result .happen-slider .slick-arrow.slick-next {
        transform: rotate(180deg);
    }
}

@media(max-width: 640px) {
      .subscribe-row .gform_wrapper.gravity-theme form {justify-content: center}
    .subscribe-row .gform_wrapper.gravity-theme form  .gform_body.gform-body{width: 100%;}
    .subscribe-row .gform_wrapper.gravity-theme form .gform_footer {margin-left: 0px;padding-top: 20px;}
    .subscribe-row .gform_wrapper.gravity-theme form .gform_footer input[type="submit"]{margin-left: 0px;}
    .mission-bottom-content .mission-image {
        width: 90%;
    }
    .mission-bottom-right {
        /*max-width: 190px;*/
        width: 100%;
        padding: 15px;
    }
    .mission-top-content .mission-image {
        width: 80%;
    }
    .time-line-wrapper {
        flex-wrap: wrap;
    }
    .timeline-left {
        padding-right: 0;
        border-right: 0;
        width: 100%;
    }
    .timeline-right {
        padding-right: 0;
        border-left: 0;
        width: 100%;
		padding-top: 0;
    }
    .time-line-wrapper::after {
        display: none;
    }
    .timeline-box {
        margin: 35px 0;
    }
    .timeline-left .timeline-box:nth-child(even),
    .timeline-right .timeline-box:nth-child(odd) {
        text-align: right;
    }
    .timeline-image.aspect-ratio {
        padding-top: 58%;
    }
    .timeline-image {
        max-width: 232px;
        margin-bottom: 15px;
    }
    .timeline-left .timeline-box:nth-child(even) .timeline-image,
    .timeline-right .timeline-box:nth-child(odd) .timeline-image {
        margin: 0 0 15px auto;
    }
    .timeline-section {
        padding: 50px 0 25px;
    }
    .timeline-header h2 {
        color: #334454;
    }
    .team-section-wrap {
        margin-top: 40px;
    }
    .rest-of-team-section,
    .team-section {
        padding: 40px 0;
    }

    .timeline-box p {
        font-weight: 300;
    }

    .people-stories h3 {
        text-align: center;
    }

    .people-stories .faq-accordion .faq-question {
        font-size: 14px;
        line-height: 18px;
    }

    .what-happens h2 {
        font-size: 28px;
        line-height: 38px;
    }

    .what-happens h3 {
        font-size: 18px;
        line-height: 16px;
    }

    .clinic-blocks {
        padding: 30px 0;
    }

    .clinic-block-wrap {
        display: flex;
        justify-content: space-between;
        flex-wrap: wrap;
        margin-top: 20px;
    }

    .clinic-block-wrap .timeline-box {
        margin: 30px auto;
        width: 100%;
        /*max-width: 300px;*/
        /*text-align: center;*/
    }

    .timeline-image {
        max-width: 100%;
    }
    .single-team_member .profile-page .inner-hero .medium-container{flex-wrap: wrap;}
}

@media(max-width: 480px) {
    .mission-bottom-content .mission-image {
        width: 95%;
    }
    .mission-bottom-right {
        /*max-width: 155px;*/
        width: 100%;
    }
    .mission-top-left h2{font-size: 24px; line-height: 26px;}
    .mission-bottom-right h2 {
        font-size: 20px;
        line-height: 26px;
    }
    .mission-top-content .mission-image {
        width: 90%;
    }
    .bio-block {
        width: 48%;
    }
}



/* =========================
    Healthcare Professional
   ========================= */

/*innerhero section*/

.inner-hero {
    width: 100%;
    background: rgba(173, 182, 182, 0.2);
    padding: 120px 0 0;
    position: relative;
}

.inner-hero .container {
    position: relative;
    z-index: 1;
}

.inner-hero::after {
    content: '';
    position: absolute;
    width: 100%;
    height: 96px;
    background-color: #fff;
    bottom: 0;
    z-index: 0;
}

.inn-hero-content {
    width: 100%;
    padding: 0 10% 70px 0;
}

.inn-hero-img {
    width: 527px;
    min-width: 527px;
    position: relative;
}

.inn-hero-front-img {
    padding-top: 92%;
    z-index: 2;
    max-width: 493px;
    width: 100%;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    position: absolute;
}

.inn-hero-back-img {
    padding-top: 110%;
    z-index: 1;
    max-width: 444px;
    width: 100%;
    right: 0;
}

.inn-hero-content p {
    font-size: 24px;
    line-height: 36px;
    font-family: 'Inter', sans-serif;
    font-weight: 400;
}

h1 span {
    display: inline-block;
    position: relative;
    background: url(../images/title-strip.png) no-repeat left top;
    background-size: 100% auto;
    background-position: center bottom;
    background-size: contain;
}
/*professional two col section*/

.prof-two-col-section {
    width: 100%;
    background-color: #fff;
    padding: 70px 0;
}

.professional-col {
    width: 46%;
}

.professiona-col-img.aspect-ratio {
    padding-top: 59.75%;
}

.professional-content {
    position: relative;
    padding-bottom: 65px;
    padding-top: 30px;
}

.professional-content p {
    font-size: 18px;
    line-height: 36px;
}

.professional-content .btn {
    position: absolute;
    left: 0;
    bottom: 10px;
}

.professional-content .form-row {
    display: flex;
    align-items: center;
    flex-wrap: nowrap;
    margin-bottom: 30px;
}

.professional-content .form-row h3 {
    margin: 0;
    padding: 0;
}

.professional-content .form-row select {
    width: 360px;
    min-width: 360px;
    height: 60px;
    background-color: rgba(173, 182, 182, 0.2);
    color: #ADB6B6;
    font-size: 46px;
    line-height: 50px;
    font-weight: 600;
	font-family: 'Inter', sans-serif;
    margin-left: 15px;
    padding: 5px 12px;
    border: 0;
}
.professional-content .form-row #redirecturlpatient{ height: 50px; font-size: 32px; line-height: 40px; font-weight: 500; width: auto; min-width:unset; padding-right: 40px; }
/*community-section*/

.community-section {
    background: #fff;
    padding: 70px 0;
}

.patient-page .community-section {
	background: #fff;
}

.community-left-section {
    width: 67%;
}

.community-right-section {
    width: 31%;
}

.community-block-header {
    text-align: center;
}

.community-block-header h2 {
    position: relative;
    padding-bottom: 15px;
    margin-bottom: 30px;
}

.community-block-header h2:after {
    position: absolute;
    content: '';
    width: 193px;
    height: 10px;
    background: url(../images/title-strip.png) no-repeat left top;
    background-size: cover;
    left: 50%;
    bottom: 0;
    transform: translateX(-50%);
}

.community-block-header p {
    color: #658F0C;
}

.community-block-wrap {
    margin-top: 60px;
}

.large-video-block {
    position: relative;
    background: linear-gradient(270deg, #E7E5E9 80.44%, rgba(231, 229, 233, 0) 100%);
    padding: 0 30px 0 0;
}

.large-video-block::before {
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    background: rgba(39, 68, 91, 0.12);
    z-index: 1;
}

.large-video-img {
    width: 48%;
    position: relative;
    z-index: 2;
}

.large-vidoe-content {
    width: 50%;
    padding: 70px 0 50px;
    position: relative;
    z-index: 3;
}

.large-vidoe-content h2 {
    color: #334454;
}

.large-vidoe-content p {
    font-size: 18px;
    line-height: 36px;
    font-weight: 300;
}

.play-icon-block {
    color: #fff !important;
    font-size: 18px;
    line-height: 24px;
    font-family: 'Inter', sans-serif;
    font-weight: 400;
    margin-top: 30px;
    display: inline-flex;
}

.play-icon-block:hover {
    color: #334454;
}

.play-icon-block svg {
    width: 53px;
    height: auto;
    margin-right: 10px;
}

.play-icon-block:hover svg {
    fill: #334454;
}

.video-tile-icon {
    color: #ED6B79;
    font-size: 16px;
    line-height: 24px;
    font-family: 'Inter', sans-serif;
    font-weight: 400;
    margin-top: 0;
    display: inline-flex;
}

.video-tile-icon:hover {
    color: #658F0C;
}

.video-tile-icon svg {
    width: 32px;
    height: auto;
    margin-left: 10px;
}

.video-tile-icon:hover svg {
    fill: #ccc;
}

.small-video-tiles {
    margin-top: 25px;
}

.video-tile {
    width: 48.5%;
    background-color: #fff;
}

.video-tile-img.aspect-ratio {
    padding-top: 56%;
}

.video-tile-img img {
    z-index: 1;
}

.video-tile-content {
    padding: 15px;
}

.category-name {
    display: inline-block;
    color: #ADB6B6;
    font-size: 12px;
    line-height: 22px;
    font-family: 'Inter', sans-serif;
    font-weight: 600;
    text-transform: uppercase;
}

.video-tile-img::before {
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    background: rgba(39, 68, 91, 0.12);
    z-index: 2;
}

.video-tile h3 {
    margin-top: 15px;
}

.right-link-block {
    width: 100%;
    background-color: #fff;
    padding: 30px;
    box-shadow: 0px 0px 24px #E2E4E7;
}

.right-link-block+.right-link-block {
    margin-top: 10.5%;
}

.right-link-block h2 {
    font-size: 42px;
}

.right-link {
    display: inline-block;
    color: #334454;
    font-size: 24px;
    line-height: 28px;
    border-bottom: 2px solid #334454;
    font-family: 'Inter', sans-serif;
    font-weight: 400;
}

.right-link:hover {
    color: #658F0C;
    border-color: #658F0C;
}

.desktop-view {
    display: inline-block;
}

.mobile-view {
    display: none;
}

.patient-page .prof-two-col-section .professional-content h3 {
    font-family: 'Inter', sans-serif;
    font-weight: 400;
}

.patient-page .large-vidoe-content .play-icon-block {
    color: #fff;
}

.patient-page .large-vidoe-content .play-icon-block:hover {
    color: #334454;
}

.patient-page .our-journey.patients {
    padding-top: 5px;
}

.popup-form .gform_validation_error {
    background-color: transparent !important;
    border-color: #dfa69a !important;
}

.popup-form .gfield_validation_message {
    background-color: transparent !important;
    color: #dfa69a !important;
    padding: 0 !important;
    border: none !important;
}

.popup-form .gform_validation_errors h2 {
    position: initial !important;
    font-size: 17px !important;
}

.single-symptoms .inner-hero h1 span{background-size:unset;     background-position: left bottom; padding-bottom: 15px;}

@media( max-width:1400px) {
    .professional-col {
        width: 47%;
    }
    .large-video-img {
        width: 46%;
    }
    .large-vidoe-content {
        width: 54%;
        padding: 50px 0 48px;
    }
    .right-link-block {
        padding: 28px;
    }
    .right-link-block h2 {
        font-size: 38px;
    }
    .right-link {
        font-size: 22px;
        line-height: 26px;
    }
}

@media( max-width:1300px) {
    /*hero section*/
    .inn-hero-content {
        padding: 0 7% 50px 0;
    }
    .inner-hero::after {
        height: 80px;
    }
    .inn-hero-content p {
        font-size: 22px;
        line-height: 34px;
    }
    .large-video-img {
        width: 44%;
    }
    .large-vidoe-content {
        width: 56%;
    }
    .right-link-block {
        padding: 25px;
    }
    .right-link-block h2 {
        font-size: 36px;
        line-height: 42px;
    }
    .right-link {
        font-size: 20px;
        line-height: 24px;
    }
    .right-link-block+.right-link-block {
        margin-top: 40px;
    }
}

@media( max-width:1200px) {
    /*hero section*/
    .inner-hero {
        padding: 90px 0 0;
    }
    .inn-hero-content {
        padding: 0 5% 70px 0;
    }
    .inn-hero-img {
        width: 450px;
        min-width: 450px;
    }
    .inn-hero-front-img {
        max-width: 420px;
    }
    .inn-hero-back-img {
        max-width: 400px;
    }
    .inner-hero::after {
        height: 70px;
    }
    .inn-hero-content p {
        font-size: 20px;
        line-height: 32px;
    }
    /*professional two col section*/
    .prof-two-col-section {
        padding: 60px 0;
    }
    .professional-content p {
        line-height: 32px;
    }
    .professional-content {
        padding-top: 25px;
    }
    .professional-col {
        width: 48%;
    }
    .right-link-block {
        padding: 20px;
    }
    .right-link-block h2 {
        font-size: 30px;
        line-height: 40px;
    }
    .right-link {
        font-size: 18px;
    }
    .right-link-block+.right-link-block {
        margin-top: 35px;
    }
}

@media( max-width:1100px) {
    .links-group {
        display: flex;
        flex-direction: column;
    }

    .links-group a {
        margin: 5px 0;
    }
}

@media( max-width:1024px) {
    .community-block-wrap {
        flex-wrap: wrap;
        margin-top: 20px;
    }
    .community-left-section {
        width: 100%;
    }
    .community-right-section {
        width: 100%;
        display: flex;
        align-items: stretch;
        justify-content: space-between;
        flex-wrap: wrap;
    }
    .right-link-block+.right-link-block {
        margin-top: 30px;
    }
    .right-link-block {
        width: 48.5%;
        margin-top: 30px;
    }
    .community-right-section h3 {
        width: 100%;
        margin-top: 30px;
        margin-bottom: 0;
    }

    .community-left-section h3 {
        margin-bottom: 10px;
    }
}
@media( min-width:992px) {
    .single-for_patient .inn-hero-content { padding: 0 10% 110px 0; }
    .single-symptoms .inn-hero-content { padding: 0 10% 110px 0; }
}
@media( max-width:992px) {
    /*hero section*/
    .inner-hero {
        padding-top: 60px;
    }
    .inner-hero .container {
        flex-wrap: wrap;
    }
    .inn-hero-content {
        padding: 0;
    }
    .inner-hero::after {
        display: none;
    }
    .inn-hero-img {
        justify-content: flex-start;
        margin-top: 50px;
        left: -20px;
    }

    .physical-stories .inn-hero-img {
        justify-content: flex-end;
        margin-top: 50px;
        right: -20px;
        left: auto;
    }
    
    .inn-hero-front-img {
        left: auto;
        right: 0;
    }
    .inn-hero-content p {
        font-size: 18px;
        line-height: 28px;
    }
    /*professional two col section*/
    .prof-two-col-section {
        padding: 50px 0;
    }
    .professional-content p {
        line-height: 30px;
    }
    .professional-content {
        padding-top: 20px;
    }
}

@media( max-width:767px) {
    .inner-hero {
        padding-top: 40px;
    }
    .inn-hero-img {
        width: 319px;
        min-width: 319px;
    }
    .inn-hero-front-img {
        max-width: 302px;
        padding-top: 109%;
    }
    .inn-hero-back-img {
        max-width: 252px;
        padding-top: 120%;
    }
    .inn-hero-content p {
        font-size: 16px;
        line-height: 28px;
    }
    .professional-content p {
        font-size: 16px;
        line-height: 26px;
    }
    .large-video-block {
        flex-direction: column;
        margin: 0;
        padding: 0;
    }
    .large-video-img {
        width: 300px;
        margin: 0 auto;
    }
    .large-vidoe-content {
        width: 100%;
        background-color: #fff;
        padding: 20px;
    }
    .play-icon-block {
        color: #ED6B79 !important;
        font-size: 16px;
        line-height: 24px;
        font-family: 'Inter', sans-serif;
        font-weight: 400;
        margin-top: 0;
        display: inline-flex;
    }
    .play-icon-block svg {
        width: 32px;
        height: auto;
    }
    .play-icon-block:hover {
        color: #658F0C
    }
    .play-icon-block:hover svg {
        fill: #ccc;
    }
    .desktop-view {
        display: none;
    }
    .mobile-view {
        display: inline-block
    }
    .large-vidoe-content p {
        display: none;
    }
    .community-section {
        padding: 50px 0;
    }

    .patient-page .large-vidoe-content .play-icon-block {
        color: #ED6B79;
    }

    .small-video-tiles .tile-play {
        justify-content: flex-start;
    }
}

@media( max-width:640px) {
    .prof-two-col-section .container {
        flex-wrap: wrap;
    }
    .professional-col {
        width: 100%;
    }
    .professional-col+.professional-col {
        margin-top: 30px;
    }
    .large-tile-play {
        justify-content: flex-end;
    }
    .small-video-tiles {
        flex-direction: column;
    }
    .video-tile {
        width: 100%;
    }
    .video-tile+.video-tile {
        margin-top: 25px;
    }
    .large-vidoe-content h2 {
        font-size: 26px;
        line-height: 32px;
    }
    .large-vidoe-content {
        padding: 15px;
    }
    .right-link-block {
        width: 100%;
    }
    .right-link-block+.right-link-block {
        margin-top: 20px;
    }
    .community-section {
        padding: 40px 0;
    }

    .large-video-img {
        width: 100%;
        text-align: center;
    }

    .right-link-block h2 {
        font-size: 26px;
        line-height: 30px;
        font-weight: 600;
    }

    .community-section .large-tile-play {
        justify-content: flex-start;
    }
}


/* ========================
        News Listing
   ======================== */

.news-listing .inner-hero {
    padding: 120px 0;
}

.news-listing .inner-hero h1 {
    padding-bottom: 20px;
    position: relative;
    text-align: center;
}

.news-listing .inner-hero h1:after {
    position: absolute;
    content: '';
    width: 257px;
    height: 19px;
    background: url(../images/title-strip.png) no-repeat left top;
    background-size: contain;
    left: 50%;
    bottom: 0;
    transform: translateX(-50%);
}

.news-listing .inn-hero-content {
    padding: 0;
}

.news-listing .inner-hero::after {
    display: none;
}

.news-listing-bottom-section {
    background: rgba(173, 182, 182, 0.2);
    width: 100%;
    padding-top: 120px;
    margin-bottom: 20px;
}

.news-bottom-left {
    width: 45%;
    position: relative;
}

.news-bottom-right {
    width: 45%;
}

.news-bottom-left .tile-item-back-img {
    padding-top: 98%;
    position: relative;
    z-index: 1;
    max-width: 100%;
    width: 100%;
}

.news-bottom-left .tile-item-front-img {
    padding-top: 98%;
    position: absolute;
    right: -40px;
    top: -45px;
    z-index: 2;
    max-width: 100%;
    width: 100%;
}

.news-bottom-right h2 {
    font-family: 'Minion Pro';
    font-weight: 600;
    font-size: 64px;
    line-height: 76px;
}

.news-bottom-right p {
    color: #334454;
    font-family: 'Inter', sans-serif;
    font-size: 18px;
    line-height: 36px;
}

.news-bottom-right .name {
    display: block;
    color: #ED6B79;
    font-family: 'Inter', sans-serif;
    font-size: 16px;
    line-height: 36px;
}

.news-bottom-right .btn {
    margin-top: 35px;
}

.news-box {
    width: 31.33%;
    margin: 20px 1%;
}

.news-thumbnail.aspect-ratio {
    padding-top: 60%;
    overflow: hidden;
}

.news-category {
    margin-top: 10px;
}

.news-category span {
    display: inline-block;
    color: #ADB6B6;
    font-family: 'Inter', sans-serif;
    font-size: 12px;
    line-height: 18px;
    margin: 5px 15px 5px 0;
    font-weight: 600;
    text-transform: uppercase;
}

.news-box h3 {
    font-weight: 500;
    margin-top: 5px;
}

.news-box h3 a {
    color: #344454;
}

.news-box h3 a:hover {
    color: #658F0C;
}

.news-date {
    display: block;
    color: #ED6B79;
    font-family: 'Inter', sans-serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
}

.news-listing-section {
    padding: 70px 0;
    position: relative;
}

#tabs-nav {
    width: 100%;
    position: relative;
    z-index: 10;
}

#tabs-nav li {
    color: #334454;
    margin: 0 15px;
    border: 2px solid transparent;
}

#tabs-nav li.active {
    border: 2px solid #ED6B79;
}

#tabs-nav li a {
    color: #334454;
    display: block;
    padding: 6px 12px;
}

#tabs-nav li a:hover {
    color: #658F0C;
}

#tabs-nav li.active a {
    color: #ED6B79;
    font-family: 'Inter', sans-serif;
    font-size: 18px;
    line-height: 22px;
}

/*news detail*/
.news-detail .inner-hero h1{
    font-size: 38px;
    line-height: 52px;
    font-family: 'Minion Pro';
    font-weight: 600;
    color: #334454;
}

.news-detail .inn-hero-content {
    max-width: 675px;
    padding: 0 5% 70px 0;
}

.breadcrumb li {
    font-size: 14px;
    line-height: 24px;
    color: rgba(52, 68, 84, 0.4);
    font-family: 'Inter', sans-serif;
    font-weight: 400;
    position: relative;
    margin-right: 10px
}

.breadcrumb li a {
    color: rgba(52, 68, 84, 0.4);
}

.breadcrumb li a:hover {
    color: rgba(52, 68, 84, 1);
}

.breadcrumb li + li {
    padding-left: 35px;
}

.breadcrumb li + li:before {
    position: absolute;
    content: '';
    width: 26px;
    height: 1px;
    background-color: rgba(52, 68, 84, 0.4);
    left: 0;
    top: 50%;
    transform: translateY(-50%)
}

.detail-top-content {
    margin-top: 50px;
}

.detail-top-left {
    max-width: 70%;
}

.detail-top-left p {
    font-size: 18px;
    line-height: 24px;
    font-family: 'Inter', sans-serif;
    font-weight: 300;
}

.detail-top-right {
    width: 318px;
    min-width: 318px;
    margin-left: 12%;
    background-color: #334454;
    padding: 25px;
}

.detail-top-content .container {
    align-items: flex-start
}

.detail-profile-img {
    width: 70px;
    height: auto;
    margin-bottom: 25px;
}

.profile-ctnt h3 {
    color: #ED6B79;
    font-size: 24px;
    line-height: 30px;
    font-family: 'Minion Pro';
    font-weight: 600;
    margin-bottom: 20px;
    margin-top: 0
}

.profile-ctnt p {
    color: #fff;
    font-size: 14px;
    line-height: 20px;
    font-family: 'Inter', sans-serif;
    font-weight: 300;
    letter-spacing: 0.2px;
    margin-bottom: 20px;
}

.profile-ctnt a {
    color: #fff;
    font-size: 14px;
    line-height: 20px;
    font-family: 'Inter', sans-serif;
    font-weight: 500;
    text-decoration: underline;
    letter-spacing: 0.2px;
    display: inline-block;
}

.profile-ctnt a:hover {
    text-decoration: none;
}

.detail-video-block {
    margin-top: 50px
}

.news-detail .large-video-block::before {
    background: rgba(173, 182, 182, 0.1);
}

.news-detail .play-icon-block {
    color: #658F0C;
}

.news-detail .community-block-wrap {
    margin-top: 0;
}

.green-bg {
    background-color: #658F0C;
}
.green-bg .news-bottom-right h2 {
    color: #fff;
}

.green-bg .news-bottom-right p {
    color: #fff;
}

.green-bg .news-bottom-right .name {
    color: #334454;
}

.white-bg {
    background-color: #fff;
}

.benefit-section {
    background: rgba(173, 182, 182, 0.2);
    padding: 70px 0;
}

.benefit-header {
    max-width: 783px;
}

.benefit-header h3 {
    color: #658F0C;
}

.benefit-header p {
    font-size: 18px;
    line-height: 36px;
    font-family: 'Inter', sans-serif;
    font-weight: 300;
    letter-spacing: 0.2px;
}

.benefit-colums {
    margin-top: 60px;
}

.benefit-col {
    width: 30.33%;
    text-align: center;
    margin: 30px 1.5%
}

.benefit-col img {
    max-height: 72px;
    width: auto;
}

.benefit-col h3 {
    color: #ED6B79;
    margin-top: 20px;
    font-weight: 500;
}

.benefit-col p {
    color: #334454;
    font-family: 'Roboto', sans-serif;
    font-weight: 300;
    font-size: 14px;
    line-height: 18px;
}

.people-stories {
    background-color: #fff;
}

.people-stories {
    padding: 70px 0;
}

.people-stories .faq-accordion .faq-question {
    font-size: 18px;
    line-height: 22px;
    font-family: 'Inter', sans-serif;
    font-weight: 500;
}

.people-stories .faq-accordion .faq-question::after {
    border-width: 0 2px 2px 0;
    border-color: #737B7D;
}

.people-stories h2 {
    position: relative;
    padding-bottom: 15px;
    margin-bottom: 60px;
    text-align: center;
}

.people-stories h2:after {
    position: absolute;
    content: '';
    width: 193px;
    height: 10px;
    background: url(../images/title-strip.png) no-repeat left top;
    background-size: cover;
    left: 50%;
    bottom: 0;
    transform: translateX(-50%);
}

@media(max-width: 1400px) {
    .news-listing .inner-hero {
        padding: 100px 0;
    }
    .news-bottom-right h2 {
        font-size: 60px;
        line-height: 72px;
    }
}

@media(max-width: 1200px) {
    .news-listing .inner-hero {
        padding: 80px 0;
    }
    .news-bottom-right h2 {
        font-size: 58px;
        line-height: 70px;
    }
}

@media(max-width: 1023px) {
    .news-listing .inner-hero {
        padding: 50px 0;
    }
    .news-bottom-right h2 {
        font-size: 54px;
        line-height: 68px;
    }
}

@media(max-width: 992px) {
    .breadcrumb {
        margin-top: 35px
    }

    .people-stories h2 {
        margin-bottom: 50px;
    }

    .news-detail .inn-hero-content {
        padding-bottom: 25px;
    }
}

@media(max-width: 767px) {
    .news-box {
        width: 48%;
    }
    .news-listing .inner-hero {
        padding: 35px 0;
    }
    #tabs-nav {
        margin-top: 25px;
    }
    .news-bottom-right h2 {
        font-size: 40px;
        line-height: 54px;
    }
    .news-listing-bottom-section {
        padding: 80px 0 40px;
    }
    .news-listing-bottom-section .container {
        flex-wrap: wrap;
    }
    .news-bottom-left {
        width: 80%;
    }
    .news-bottom-right {
        width: 100%;
        margin-top: 25px;
    }
    .news-bottom-left .tile-item-front-img {
        right: -30px;
        top: -30px;
    }

    .news-detail .large-vidoe-content {
        background-color: transparent;
    }

    .news-detail .large-video-block::before {
        background: transparent;
    }

    .news-detail .large-video-block {
        background: transparent;
    }

    .news-detail .large-video-img {
        background: rgba(173, 182, 182, 0.1);
    }

    .news-detail .play-icon-block svg {
        margin-left: 0;
    }

    .detail-top-content .container {
        flex-wrap: wrap;
    }

    .detail-top-left {
        max-width: 100%;
    }

    .detail-top-right {
        width: 100%;
        min-width: 100%;
        margin-left: 0;
        margin-left: auto;
        margin-right: auto;
        padding: 20px;
        margin-top: 35px;
    }

    .people-stories h2 {
        margin-bottom: 40px;
    }

    .benefit-col {
        width: 47%;
    }

    .benefit-header {
        text-align: center;
    }

    .people-stories {
        padding: 40px 0;
    }
}

@media(max-width: 640px) {
    .news-box {
        width: 100%;
        margin-left: 0;
        margin-right: 0;
        display: flex;
        justify-content: space-between;
    }

    .news-ctnt {
        width:54%;
    }

    .news-thumbnail {
        max-width: 40%;
        width: 100%;
    }

    /* #tabs-nav {
    display: flex;
    flex-direction: column;
    } */

    #tabs-nav li {
        margin: 0;
    }
    #tabs-nav li+li {
        margin-top: 8px;
    }
    .news-bottom-right h2 {
        font-size: 38px;
        line-height: 50px;
    }
    .news-bottom-left .tile-item-front-img {
        right: -25px;
        top: -25px;
    }
    .news-listing-bottom-section {
        padding: 50px 0 35px;
    }

    .news-detail .large-tile-play {
        justify-content: flex-start;
    }

    .benefit-section {
        padding: 40px 0;
    }

    .benefit-colums {
        margin-top: 30px;
    }

    .benefit-col {
        width: 100%;
        margin-left: 0;
        margin-right: 0;
    }

    #tabs-nav li a {
        font-size: 16px;
        padding: 5px 9px;
    }

    .news-box h3 {
        font-size: 18px;
        line-height: 20px;
        vertical-align: top;
        margin-top: 0px;
    }
    .news-box h3 a{vertical-align: top;}
    .news-date {
        font-size: 12px;
        line-height: 18px;
    }

    .news-category span {
        font-size: 14px;
        line-height: 16px;
        font-weight: 600;
        margin: 0px 15px 5px 0;
vertical-align: top;
    }

    .news-category {
        margin-top: 0;
    }

    .news-detail .large-vidoe-content {
        padding-left: 0;
        padding-right: 0;
    }

    .right-link-block h2 {
        font-size: 26px;
        line-height: 34px;
    }
}

@media(max-width: 480px) {
/*    .news-box {
        flex-direction: column;
        justify-content: flex-start;
    }*/
/*    .news-ctnt {
        width: 100%;
    }*/
/*    .news-thumbnail {
        max-width: 100%;
        width: 100%;
    }*/
/*    .news-bottom-right h2 {
        font-size: 32px;
        line-height: 42px;
    }*/

/*    .news-category {
        margin-top: 7px;
    }*/
}


/* ==========================
        Investor
   ========================== */

/* .investor-page {
    background: rgba(173, 182, 182, 0.1);
} */

.investor-page .large-video-block::before {
    display: none;
}

.play-icon-block {
    color: #658F0C;
}

.investor-page .team-section {
    background-color: #fff;
}

.investor-page .bio-block {
    color: #658F0C;
}

.investor-page .bio-block .green,
.investor-page .bio-block .green a {
    color: #658F0C;
}

.investor-page .bio-block .pink,
.investor-page .bio-block .pink a {
    color: #ED6B79;
}

.investor-page .bio-block .green a:hover {
    color: #ED6B79;
}

.investor-page .bio-block .pink a:hover {
    color: #658F0C;
}

.team-option2 .bio-block:first-child,
.team-option2 .bio-block:nth-child(2) {
    width: 48%;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.team-option2 .bio-block:first-child .bio-pic,
.team-option2 .bio-block:nth-child(2) .bio-pic,
.team-option2 .bio-block:first-child .bio-block-ctnt,
.team-option2 .bio-block:nth-child(2) .bio-block-ctnt {
    max-width: 48%;
    width: 100%;
}

.team-option2 .bio-block:first-child .bio-pic.aspect-ratio,
.team-option2 .bio-block:nth-child(2) .bio-pic.aspect-ratio {
    padding-top: 36%;
}

.team-option2 .bio-pic::after {
    top: -25px;
}

.team-option2 .bio-block:first-child .subttl.green,
.team-option2 .bio-block:nth-child(2) .subttl.green {
    margin: 20px 0;
}

.investor-page .inn-hero-content {
    width: 100%;
    padding: 0 0 70px 5%;
}

.investor-page .inner-hero::after {
    height: 15px;
}

.investor-page .inn-hero-img {
    width: 581px;
    min-width: 581px;
}

.investor-page .inn-hero-back-img {
    left: 0;
    right: auto;
    max-width: 459px;
    padding-top: 124%;
}

.investor-page .inn-hero-front-img {
    right: 0;
    left: auto;
    max-width: 550px;
    padding-top: 114%;
}

.investor-page .inner-hero .container {
    display: flex;
    align-items: center;
}

.investor-top-content {
    text-align: center;
    padding: 100px 0 50px;
    background-color: #fff;
}

.investor-top-content p {
    font-size: 24px;
    line-height: 36px;
    color: #27445B;
    font-weight: 400;
    font-family: 'Inter', sans-serif;
}

.investor-map {
    padding: 50px 0 70px;
    text-align: center;
    background-color: #fff;
}

.accordions-section {
    background-color: #658F0C;
    padding: 70px 2.5% 0 0;
    position: relative;
}

.accordions-block {
    position: relative;
    z-index: 2;
}

.accordions-section .timeline-header {
    margin-bottom: 70px;
}

.accordions-section .timeline-header h2 {
    color: #fff;
}

.accordion-ctnt-img {
    max-width: 42%;
    width: 100%;
    padding-top: 45%;
    margin-bottom: -50px;
}
.single-grow .accordion-ctnt-img{ margin-bottom: 50px; }
.accordions-ctnt {
    width: 46%;
    padding: 50px 0;
}

.accordions-ctnt .faq-col-ctnt {
    width: 100%;
}

.accordions-ctnt .faq-col-ctnt * {
    color: #fff;
}

.accordions-ctnt .faq-accordion-row {
    border-bottom: 1px solid rgba(51, 51, 51, 0.6);
}

.accordions-section .faq-accordion .faq-question {
    font-family: 'Minion Pro';
    font-size: 32px;
    line-height: 40px;
    font-weight: 600;
    padding: 25px 0;
}

.accordions-section .faq-accordion .faq-question::after {
    content: '+';
    position: absolute;
    right: 0;
    top: 32px;
    border: 1px solid #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0;
    width: 25px;
    height: 25px;
    border-radius: 25px;
    font-size: 20px;
    line-height: 21px;
    transform: none;
    -webkit-transform: none;
    transition: all 0.3s;
}

.accordions-section .faq-accordion .faq-question.openq::after {
    transform: none;
    -webkit-transform: none;
    content: '-';
}

.our-journey {
    width: 100%;
    background-color: #658F0C;
    padding: 70px 0;
}

.journey-header {
    text-align: center;
}

.journey-header h2 {
    font-size: 38px;
    line-height: 52px;
    position: relative;
    padding-bottom: 20px;
    color: #fff;
}

.journey-header h2::after {
    position: absolute;
    content: '';
    width: 195px;
    height: 12px;
    background: url(../images/title-strip.png) no-repeat left top;
    background-size: cover;
    left: 50%;
    bottom: 0;
    transform: translateX(-50%);
}

.journey-header p {
    font-size: 24px;
    line-height: 36px;
    position: relative;
    padding-bottom: 20px;
    color: #fff;
    font-family: 'Minion Pro';
    font-weight: 600;
}

.tile-slider {
    position: relative;
}

.tile-slider .slick-arrow {
    width: 64px;
    height: 64px;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: -75px;
    background-size: 64px auto;
    background: url(../images/arrow-left-circle.png) no-repeat left center;
    border: 0;
    padding: 0;
    margin: 0;
    box-shadow: none;
    font-size: 0;
    z-index: 10;
}

.tile-slider .slick-arrow.slick-next {
    left: auto;
    right: -75px;
    transform: rotate(-180deg);
}

.year-item {
    font-size: 52px;
    line-height: 72px;
    color: rgba(255, 255, 255, 0.2);
    font-weight: 500;
    font-family: 'Inter', sans-serif;
    text-align: left;
    position: relative;
    margin: 0 50px;
    padding-top: 50px;
    transition: all 0.3s ease;
}

.year-item::before {
    content: "";
    position: absolute;
    left: 0;
    top: -7px;
    width: 12px;
    height: 12px;
    border-radius: 12px;
    background-color: #658F0C;
    border: 2px solid #fff;
}

.years-slider .slick-track {
    position: relative;
    padding-top: 20px;
}

.years-slider .slick-track::before {
    content: "";
    position: absolute;
    left: 0;
    top: 20px;
    width: 100%;
    height: 1px;
    background-color: #fff;
}

.year-item.slick-current {
    font-size: 80px;
    line-height: 90px;
    color: rgba(255, 255, 255, 1);
}

.year-item.slick-current::before {
    top: -13px;
    width: 24px;
    height: 24px;
    border-radius: 24px;
    background-color: #fff;
    border: 2px solid #fff;
}

.year-item:hover {
    cursor: pointer;
    color: #fff;
}

.tile-item-row {
    display: flex;
    align-items: stretch;
    justify-content: space-between;
    padding: 40px 0;
}

.tile-item-left,
.tile-item-right {
    position: relative;
    width: 50%;
}

.our-journey .container {
    max-width: 1048px;
}

.tile-item-back-img {
    padding-top: 60%;
    position: relative;
    z-index: 1;
    max-width: 90%;
    width: 100%;
    margin-top: 30px;
}

.tile-item-front-img {
    padding-top: 60%;
    position: absolute;
    right: -1px;
    top: 0;
    z-index: 2;
    max-width: 96%;
    width: 100%;
}

.tile-item-right {
    background-color: #fff;
    padding: 25px 50px;
}

.tile-item-right .title-item-link {
    color: #334454;
    font-size: 24px;
    line-height: 40px;
    text-decoration: underline;
    display: inline-block;
}

.tile-item-right .title-item-link:hover {
    text-decoration: none;
}

.journey-header {
    margin-bottom: 35px;
}

.team-section-wrap .btn {
    margin-top: 50px;
    position: relative;
    left: 50%;
    transform: translateX(-50%);
    box-shadow: 8px 8px 0px #658F0C;
    border: 2px solid #658F0C;
    color: #ED6B79;
}

.team-section-wrap .btn:hover {
    background-color: #fff;
    box-shadow: 8px 8px 0px #27445b;
    color: #334454;
    border: 2px solid #334454;
    outline: none;
}

.investor-page .community-block-wrap {
    margin-top: 30px;
}

.small-screen {
    display: none;
}

.patients .year-item {
    font-size: 36px;
    line-height: 42px;
}

.patients .year-item.slick-current {
    font-size: 36px;
    line-height: 42px;
}

.patients .tile-item-row {
    background-color: #fff;
    padding: 20px;
    align-items: center;
}

.our-journey.patients .container {
    max-width: 1235px;
    margin-top: 70px;
}

.patients .tile-item-right {
    padding: 10px 18px;
}

.patients .tile-item-right h2 {
    color: #334454;
    font-size: 42px;
    line-height: 48px;
}

.patients .tile-item-left {
    width: 47%;
}

.patients .tile-item-right {
    width: 50%;
}

.patient-page .professional-content .link-btn {
    text-decoration: underline;
    color: #334454;
    font-size: 18px;
    line-height: 26px;
}

.patient-page .professional-content .link-btn:hover {
    text-decoration: none;
    color: #658F0C;
}

.patient-page .community-block-header {
    padding-bottom: 40px;
}

.links-group {
    margin-top: 40px;
}

.links-group a {
    margin-right: 15px;
}

.grow-pharma .accordion-ctnt-img {
    margin-bottom: 0;
}

.grow-pharma .accordions-block {
    padding-bottom: 40px;
}

.growpharma-video {
    padding: 100px 0 70px;
    background-color: #fff;
}

.growpharma-video .large-video-block {
    position: relative;
}

.growpharma-video .large-video-block:before {
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 1;
    display: block !important;
    background: linear-gradient(270deg, #E7E5E9 80.44%, rgba(231, 229, 233, 1) 100%);
}

.growpharma-video .large-video-block .play-icon-block {
    color: #fff;
}

.what-we-do-header {
    /*max-width: 680px;*/
    width: 100%;
    margin-bottom: 40px;
}

.what-we-do-header h2 {
    position: relative;
    padding-bottom: 20px;
}

.what-we-do-header h2:after {
    position: absolute;
    content: '';
    width: 136px;
    height: 10px;
    background: url(../images/title-strip.png) no-repeat left top;
    background-size: contain;
    left: 0;
    bottom: 0;
}

.grow-page .inner-hero::after {
    display: none;
}

.what-we-do-section {
    padding: 80px 0 0;
    background: rgba(173, 182, 182, 0.2);
}
.page-template-investors-template .what-we-do-section {
    padding: 40px 0 0;
    background: rgba(173, 182, 182, 0.2);
}
.page-template-investors-template .inner-hero + .what-we-do-section {
    padding: 80px 0 0;
    background: #fff;
}
.page-template-investors-template .what-we-do-section{background:#fff;}
.inner-hero + .what-we-do-section.pb-20{
    padding: 60px 0 0;
    padding-bottom: 20px;
}
.page-template-investors-template .investor-top-content{    padding: 80px 0 40px;}
.page-template-investors-template .team-section + .investor-top-content{    padding: 0px 0 0px;}
.what-we-do-header p {
    font-size: 18px;
    line-height: 22px;
    font-size: 24px;
    line-height: 36px;
    font-weight: 400;
}
.what-we-do-section.pb-20 .what-we-do-header p,.what-we-do-section.pb-20 .what-we-do-header ul li{
    font-size: 24px;
    line-height: 36px;
    color: #334454;
}
.what-we-do-section.pb-20 .what-we-do-header ul li{padding-bottom: 10px;}
.what-do-cols {
    display: flex;
    align-items: stretch;
    justify-content: space-between;
    position: relative;
    bottom: -30px;
}

.what-do-cols-col {
    width: 30%;
    background-color: #658F0C;
    text-align: center;
    padding: 25px;
    box-sizing: border-box;
}

.what-do-cols-col img {
    height: 100px;
    width: auto;
}

.what-do-cols-col h4 {
    color: #fff;
    font-weight: 300;
    font-family: 'Inter', sans-serif;
    font-size: 24px;
    line-height: 40px;
    margin-bottom: 0;
    margin-top: 30px;
}
section.what-we-do-section .what-we-do-header ul {
    padding-left: 20px;
    padding-bottom:20px;
}
section.what-we-do-section .what-we-do-header p{
    /*padding-bottom:20px;*/
}
.detail-top-content ul {
    padding-left: 20px;
    padding-bottom  : 20px;
}
.page .detail-top-content p:last-child {
    margin-bottom: 20px;;
}
.detail-top-content ul li{ list-style: disc;font-size: 16px;
    line-height: 22px;
    font-family: 'Inter', sans-serif;
    font-weight: 300;}
section.what-we-do-section .what-we-do-header ul li {
    list-style: disc;
    font-size: 24px;
    line-height: 36px;
    color: #334454;
}

section.what-we-do-section .what-we-do-header ul li::marker ,.detail-top-content ul li::marker {
    color: #ED6B79;
}
.process-section {
    padding: 70px 0;
}

.process-row-wrap {
    margin-top: 80px
}

.process-row {
    width: 100%;
    display: flex;
    align-items: stretch;
}

.process-row + .process-row  {
    margin-top: 80px;
}

.process-row:nth-child(even) {
    flex-direction: row-reverse;
}

.process-image {
    width: 50%;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}

.process-content {
    width: 50%;
    padding: 25px 12% 25px 5%;
    height: 100%;
    display: flex;
    justify-content: center;
    flex-direction: column;
}

.process-row:nth-child(even) > .process-content {
    padding: 25px 5% 25px 12%;
}

.patients .tile-item-right p {
    font-size: 18px;
    line-height: 26px;
    font-family: 'Inter', sans-serif;
    font-weight: 400;
}

@media( max-width: 1380px) {
    .our-journey.patients .container {
        max-width: 1075px;
    }
}
@media( max-width: 1300px) {
    .investor-page .community-block-wrap {
        margin-top: 0;
    }

    .investor-page .accordion-ctnt-img {
        max-width: 45%;
    }

    .investor-page .accordions-ctnt {
        width: 50%;
    }

    .year-item {
        font-size: 42px;
        line-height: 52px
    }

    .year-item.slick-current {
        font-size: 52px;
        line-height: 60px;
    }

    .patients .year-item,
    .patients .year-item.slick-current {
        font-size: 32px;
    }
}
@media( max-width: 1200px) {
    .investor-page .community-section {
        padding: 50px 0;
    }

    .inner-hero {
        padding: 90px 0 0;
    }

    .investor-page .inn-hero-content {
        padding: 0 0 70px 5%;
    }

    .investor-page .inn-hero-img {
        width: 450px;
        min-width: 450px;
    }

    .investor-page .inn-hero-front-img {
        max-width: 420px;
    }

    .investor-page .inn-hero-back-img {
        max-width: 400px;
    }

    .inn-hero-content p {
        font-size: 20px;
        line-height: 32px;
    }

    .grow-page .what-we-do-section {
        padding-top: 40px;
    }
}
@media(max-width: 1170px) {
    .investor-page .accordions-section {
        padding: 0 0 40px;
    }

    .investor-page .accordions-ctnt {
        width: 100%;
    }

    .investor-page .accordions-ctnt {
        padding: 0 20px;
    }

    .investor-page .timeline-header {
        padding: 0 20px;
    }

    .investor-page .accordion-ctnt-img {
        display: none;
    }

    .investor-page .accordion-ctnt-img.small-screen {
        display: block;
        max-width: 80%;
        position: relative;
        top: -60px;
        margin: 0 0 0 auto;
        padding-top: 58%;
    }

    .investor-page .faq-col-ctnt {
        margin-top: 0;
    }

    .investor-page .accordions-section .timeline-header {
        margin-bottom: 40px;
    }

    .investor-page .accordions-section .faq-accordion .faq-question {
        font-size: 28px;
        line-height: 38px;
        padding: 20px 0;
    }
    .page-template-investors-template .investor-top-content{padding: 40px 0 40px;}

    .tile-slider {
        padding-bottom: 50px;
    }

    .tile-slider .slick-arrow {
        left: 0;
        bottom: 0;
        top: auto;
    }

    .tile-slider .slick-arrow.slick-prev {
        transform: none;
    }

    .tile-slider .slick-arrow.slick-next {
        right: 0;
        bottom: 0;
        top: auto;
        left: auto;
    }

    .our-journey {
        padding: 50px 0;
    }

    .patients .year-item,
    .patients .year-item.slick-current {
        font-size: 28px;
    }

    .patients .tile-slider .slick-arrow {
        left: 0;
        bottom: auto;
        top: 0;
        width: 45px;
        height: 45px;
        background-size: 45px auto;
        /*background: url(../images/left2.png) no-repeat left center;*/
    }

    .patients .tile-slider .slick-arrow.slick-prev {
        transform: none;
    }

    .patients .tile-slider .slick-arrow.slick-next {
        right: 0;
        bottom: auto;
        top: 0;
        left: auto;
    }

    .patients .tile-slider {
        padding-bottom: 0;
        padding-top: 60px;
    }

    .our-journey.patients .container {
        margin-top: 0;
    }

    .patients .year-item {
        margin: 0 25px;
    }

    .patient-page .our-journey.patients {
        padding-top: 50px;
        padding-bottom: 15px;
    }

    .our-journey.patients .years-slider {
        margin-bottom: 50px;
    }

    .career-page .community-right-section {
        margin-top: 30px;
    }

}
@media( max-width: 1024px) {
    .right-link-block,
    .right-link-block+.right-link-block {
        margin-top: 15px;
    }

    .year-item {
        font-size: 36px;
        line-height: 42px
    }

    .year-item.slick-current {
        font-size: 42px;
        line-height: 48px;
    }

    .patients .year-item,
    .patients .year-item.slick-current {
        font-size: 24px;
        line-height: 32px;
    }

    .professional-content .form-row select {
        width: 280px;
        min-width: 280px;
        font-size: 40px;
        line-height: 44px;
    }
}
@media( max-width: 1023px) {
    .team-option2 .bio-block:first-child,
    .team-option2 .bio-block:nth-child(2) {
        width: 100%;
    }

    .team-option2 .bio-block:first-child .bio-pic.aspect-ratio,
    .team-option2 .bio-block:nth-child(2) .bio-pic.aspect-ratio {
        padding-top: 30%;
    }

    .investor-page .accordion-ctnt-img.small-screen {
        top: -40px;
    }
}
@media( max-width: 992px) {
    /*hero section*/

    .investor-page .inner-hero {
        padding-top: 60px;
    }

    .investor-page .inner-hero .container {
        flex-wrap: wrap;
    }

    .investor-page .inn-hero-content {
        padding: 0;
        order: 1;
    }

    .investor-page .inner-hero::after {
        display: none;
    }

    .investor-page .inn-hero-img {
        justify-content: flex-start;
        margin-top: 50px;
        left: -20px;
        order: 2;
    }

    .investor-page .inn-hero-front-img {
        left: auto;
        right: 0;
    }

    .investor-page .inn-hero-content p {
        font-size: 18px;
        line-height: 28px;
    }

    .investor-page .inner-hero h1 span {
        background: none;
    }

    .investor-top-content p {
        font-size: 22px;
        line-height: 34px;
    }

    .investor-top-content {
        padding: 50px 0 30px;
    }

    .investor-map {
        padding: 30px 0 50px;
        text-align: center;
    }

    .team-option2 .bio-block:first-child,
    .team-option2 .bio-block:nth-child(2) {
        width: 100%;
    }

    .team-option2 .bio-block:first-child .bio-pic.aspect-ratio,
    .team-option2 .bio-block:nth-child(2) .bio-pic.aspect-ratio {
        padding-top: 30%;
    }

    .investor-page .accordions-section .faq-accordion .faq-question {
        font-size: 24px;
        line-height: 36px;
        padding: 15px 0;
    }

    .investor-page .accordions-section .faq-accordion .faq-question::after {
        width: 20px;
        height: 20px;
        border-radius: 20px;
        font-size: 18px;
        line-height: 21px;
        top: 22px;
    }

    .investor-page .accordion-ctnt-img.small-screen {
        top: -30px;
    }

    .year-item {
        font-size: 32px;
        line-height: 42px
    }

    .year-item.slick-current {
        font-size: 38px;
        line-height: 48px;
    }

    .patients .year-item,
    .patients .slick-current {
        font-size: 22px;
        line-height: 26px;
    }

    .patients .tile-item-right h2 {
        font-size: 32px;
        line-height: 40px;
    }

    .investor-page .inner-hero {
        padding-bottom: 50px;
    }

    .grow-page .what-we-do-section {
        padding-top: 0;
    }

    .professional-content .form-row select {
        width: 200px;
        min-width: 200px;
        font-size: 28px;
        line-height: 40px;
    }
    .professional-content .form-row{
        flex-wrap: wrap;
    }
    .professional-content .form-row h3{ width: 100%; }
    .professional-content .form-row #redirecturlpatient{
        margin-left: 0;
        margin-top: 10px;
        max-width: 100%;
    }
}
@media( max-width:767px) {
    .investor-page .inner-hero {
        padding-top: 40px;
    }

    .investor-page .inn-hero-img {
        width: 319px;
        min-width: 319px;
    }

    .investor-page .inn-hero-front-img {
        max-width: 302px;
        padding-top: 109%;
    }

    .investor-page .inn-hero-back-img {
        max-width: 252px;
        padding-top: 120%;
    }

	.investor-page .accordions-section {
        /* padding: 30px 0 40px; */
        margin-top: 50px;
    }

    .investor-page .inn-hero-content p {
        font-size: 16px;
        line-height: 28px;
    }

    .investor-page .professional-content p {
        font-size: 16px;
        line-height: 26px;
    }

    .investor-top-content p {
        font-size: 20px;
        line-height: 30px;
    }

    .investor-top-content {
        padding: 50px 0 30px;
    }

    .team-option2 .bio-block:first-child .bio-pic,
    .team-option2 .bio-block:nth-child(2) .bio-pic {
        max-width: 38%;
    }

    .team-option2 .bio-block:first-child .bio-block-ctnt,
    .team-option2 .bio-block:nth-child(2) .bio-block-ctnt {
        max-width: 60%;
    }

    .investor-page .bio-block .pink,
    .investor-page .bio-block .pink a {
        color: #ED6B79;
        word-break: break-word;
    }

    .investor-page .large-vidoe-content {
        background-color: transparent;
    }

    .investor-page .accordions-section .faq-accordion .faq-question {
        font-size: 22px;
        line-height: 26px;
    }

    .year-item {
        font-size: 30px;
        line-height: 42px
    }

    .year-item.slick-current {
        font-size: 38px;
        line-height: 48px;
    }

    .patients .year-item,
    .patients .slick-current {
        font-size: 18px;
        line-height: 26px;
    }

    .tile-item-left,
    .tile-item-right {
        width: 100%;
    }

    .tile-item-row {
        flex-direction: column;
        padding: 40px 10px;
    }

    .patients .tile-item-row {
        background-color: transparent;
    }

    .patients .tile-item-right {
        background-color: transparent;
        text-align: center;
        padding: 0;
    }

    .patients .tile-item-right h2,
    .patients .tile-item-right p {
        color: #fff;
    }

    .patients .tile-item-left,
    .patients .tile-item-right {
        max-width: 400px;
        width: 100%;
    }

    .patients .years-slider {
        display: none;
    }

    .patients .tile-item-right h2 {
        font-size: 28px;
        line-height: 32px;
    }

    .patients .tile-item-right p {
        font-size: 16px;
        line-height: 24px;
    }

    .patients .tile-item-right {
        margin-top: 25px;
    }

    .patients .tile-item-row {
        padding-top: 0;
        padding-bottom: 0;
    }

    .patient-page .our-journey.patients {
        padding-bottom: 0;
    }

    .timeline-category {
        font-size: 16px;
        line-height: 34px;
    }

    .growpharma-video .large-video-block .play-icon-block {
        color: #ED6B79;
    }

    .process-row {
        flex-wrap: wrap;
    }

    .process-image {
        width: 80%;
        height: 300px;
    }

    .process-content {
        width: 100%;
        padding: 20px 5%;
    }

    .process-row + .process-row {
        margin-top: 30px;
    }

    .process-section {
        padding: 40px 0;
    }

    .process-row-wrap {
        margin-top: 40px;
    }

    .grow-page .tile-item-right .title-item-link {
        font-size: 18px;
        line-height: 32px;
    }

    .grow-page .our-journey {
        padding-top: 0;
    }

    .grow-page .what-do-cols-col h4 {
        font-size: 22px;
        line-height: 30px;
    }
}

@media( max-width:640px) {
    .investor-top-content p {
        font-size: 20px;
        line-height: 30px;
    }

    .investor-top-content {
        text-align: center;
        padding: 35px 0 25px;
    }

    .team-option2 .bio-block:first-child .bio-pic.aspect-ratio,
    .team-option2 .bio-block:nth-child(2) .bio-pic.aspect-ratio {
        padding-top: 36%;
    }

    .investor-page .large-tile-play {
        justify-content: flex-start;
    }

    .investor-page .play-icon-block svg {
        margin-left: 0;
    }

    .investor-page .accordions-section .faq-accordion .faq-question {
        font-size: 18px;
        line-height: 32px;
    }

    .investor-page .accordions-section .faq-accordion .faq-question::after {
        top: 20px;
    }

    .tile-slider {
        padding-bottom: 30px;
    }

    .patients .year-item,
    .patients .slick-current {
        font-size: 18px;
        line-height: 28px;
    }

    .patient-page .professional-col {
        margin-top: 0;
        order: 2;
    }

    .patient-page .professional-col+.professional-col {
        margin-top: 0;
        order: 1;
    }

    .grow-page .growpharma-video {
        padding-bottom: 30px;
        padding-top: 40px;
    }
    .what-do-cols {
        flex-direction: column;
        bottom: 0;
    }

    .what-we-do-section {
        padding-bottom: 30px;
    }

    .what-do-cols-col {
        max-width: 300px;
        width: 100%;
        margin: 7px auto;
        padding: 18px;
    }

    .professional-content .form-row {
        flex-direction: column;
        justify-content: flex-start;
        align-items: flex-start;
    }

    .professional-content .form-row select {
        margin: 20px 0 0 0;
    }
}
.faq-accordion .faq-answer p:empty{ display: none; }
.faq-accordion .faq-answer ul{ margin-bottom: 15px; padding-left: 20px; }
.faq-accordion .faq-answer li{ list-style: disc; }
.faq-accordion .faq-answer li::marker{ color: #ED6B79; }

/*Contact page*/
.contact-section{ position: relative; }
.contact-section:after{ content: ""; width: 45%; height: 100%; background-color: #658F0C;
    position: absolute; right: 0; top: 0; z-index: -1;}
.contact-section .container{ max-width: 1130px; }
.contact-section .contact-form{ width: 55%; padding: 160px 75px 150px 0px;}
.contact-section .contact-form h2{ font-size: 48px; color:#334454; line-height: normal; margin-bottom: 40px;}
.contact-form .popup-form-row+.popup-form-row { margin-top: 8px;}
.contact-form select, .contact-form input[type="text"], .contact-form input[type="password"], .contact-form input[type="email"], .contact-form input[type="tel"], .contact-form input[type="search"], .contact-form input[type="number"], .contact-form textarea{ border: 1px solid rgba(173, 182, 182, 0.5); padding:16px 24px 15px 24px !important; font-weight: 300; font-size: 18px; letter-spacing: 0.2px;}
.contact-form .gform_wrapper.gravity-theme .gfield textarea.large{ height: 201px; }
.contact-form .gform_wrapper.gravity-theme .gform_footer{-webkit-box-pack: end; -ms-flex-pack: end; justify-content: flex-end; padding-right: 8px !important;}

.contact-section .contact-details{ width: 45%; padding: 160px 0px 150px 75px; background-color: #658F0C; color: #fff;}
.contact-section .contact-details h2{ font-size: 41px; color: #fff; font-family: 'Inter', sans-serif; margin-bottom: 35px;}
.contact-section .contact-details p{ color: #fff; }
.contact-section .contact-details a{ color: #fff; }
.contact-section .contact-details a:hover{ color: #334454; }
.contact-section .contact-details .reach-us{ font-size: 22px; line-height: 34px; font-weight: 600; margin-bottom: 35px; }
.contact-section .contact-details .reach-us .contact-title{ font-size:16px; font-weight: 500; line-height: 24px; }

.contact-section .gform_wrapper .gfield_validation_message, .contact-section .gform_wrapper .validation_message{ border: none; background: transparent; padding: 0 !important; }
.contact-section .gform_validation_errors h2 { position: initial !important;  font-size: 15px !important;}

/*button section*/
.button-section{width: 100%; background: rgba(173, 182, 182, 0.2); padding: 60px 0 60px 0; position: relative;}
.button-section h2{ text-align: center; }
.button-section ul{ margin: 0; padding: 0; list-style: none; display: -webkit-box;
    display: -ms-flexbox; display: flex; -webkit-box-align: center; -ms-flex-align: center; align-items: center; -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center; -ms-flex-wrap: wrap; flex-wrap: wrap; }
.button-section ul li{ width:calc(33% - 20px); margin:10px; text-align: center; }
.button-section ul li a {-webkit-appearance: button; cursor: pointer; padding: 10px 20px; font-size: 24px; line-height: 28px; font-weight: 600; font-family: 'Inter', sans-serif; text-align: center; text-transform: none; border-radius: 0px; color: #334454; background-color: #fff; border: 2px solid #334454; box-shadow: 8px 8px 0px #27445B; outline: none; position: relative; }

.button-section ul li a:hover {background-color: #fff; box-shadow: 8px 8px 0px #658F0C; color: #334454; border: 2px solid #658F0C; outline: none; }

.app-inner-hero:after{ display: none; }
.app-inner-hero .cta_lists{ margin-top: 40px; }
.app-inner-hero .cta_lists .btn{ margin-right: 24px; margin-bottom: 20px; }
.app-inner-hero .inn-hero-front-img.aspect-ratio img{ object-fit: contain; }

/*About page hero section*/
.page-id-37 .about-page .inner-hero h2{display: flex; align-items: center; justify-content: flex-start; font-weight: 700;
font-size: 40px; line-height: 145%; padding-bottom: 10px; margin-bottom: 10px;}
.page-id-37 .about-page .inner-hero h2:after{ left: 60px; transform: translateX(0%); }
.page-id-37 .about-page .inner-hero h2 img{ width: 48px; margin-right: 12px; }
.page-id-37 .about-page .inn-hero-content .about-column{margin-bottom: 50px;}
.page-id-37 .about-page .inn-hero-content .about-column p{ font-size: 16px; line-height: 145%; text-align: left; }

/*Logo Slider*/
.clinics-slider .slick-slide img {display: inline-block; transition: all 300ms linear; -moz-transition: all 300ms linear; -o-transition: all 300ms linear; -ms-transition: all 300ms linear;-webkit-transition: all 300ms linear;}
.clinics-slider .slick-slide img:hover {-webkit-transform: scale(1.1); -ms-transform: scale(1.1); transform: scale(1.1); }
.clinics-slider .slick-arrow {width: 64px; height: 64px; position: absolute; top: 50%; transform: translateY(-50%); left: -75px; background-size: 64px auto; background: url(../images/arrow-left-circle.png) no-repeat left center; border: 0; padding: 0; margin: 0; box-shadow: none; font-size: 0; z-index: 10; }
.clinics-slider .slick-arrow.slick-next {left: auto; right: -75px; transform: rotate(-180deg); }

.clinics-slider ul.slick-dots{ width: 100%; padding: 0; margin: 0;}
.clinics-slider ul.slick-dots li{list-style: none; font-size: 0; line-height: normal; padding-bottom: 0; display: inline-block; margin: 0 5px;}
.clinics-slider ul.slick-dots li button{border: 0; box-shadow: none; padding: 0; background-color: #334454; border-radius: 50px; font-size: 0; width: 12px; height: 12px;}
.clinics-slider ul.slick-dots li button:hover, .clinics-slider .slick-dots li.slick-active button{background-color: #658F0C;}
.form-row-drop{font-size: 46px; line-height: 52px; font-family: 'Inter', sans-serif; font-weight: 400; color: #fff;  display: inline-block; align-items: normal; justify-content: normal;}
.form-row-drop select{padding-right: 40px; width: auto; margin-top: 10px; margin-bottom: 10px; margin-left: 0 !important;}
.form-row-drop select#redirecturl{ margin-left: 0; }
.form-row-drop span{ margin-right: 20px; }

/*Partners carousel*/
.partners-section{padding: 50px 0;}
.partners-section .partners-wrap{ padding: 0 50px; }
.partners-section .partner-header h2 {padding-bottom: 20px; margin-bottom: 50px; }
.partners-section .partner-header h2:after {position: absolute; content: ''; width: 195px; height: 12px; background: url(../images/title-strip.png) no-repeat left top; background-size: cover; left: 0; bottom: 0; }
.partners-carousel {display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-align: center; -ms-flex-align: center; align-items: center; }
.partners-carousel .item{ margin: 0 50px; text-align: center;  display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-align: center; -ms-flex-align: center; align-items: center; -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center; height: 60px;}
.partners-carousel .item a{display: inline-block;}
.partners-carousel .item img{ max-height: 60px; max-width: 100%; display: inline-block;}

@media( max-width:1400px) {
    .button-section ul li a {font-size: 22px; line-height: 24px; }
    .form-row-drop{font-size: 40px;}
}
@media( max-width:1300px) {
    .button-section ul li a {padding: 9px 18px; font-size: 20px; }
    .form-row-drop{font-size: 36px;}
}

@media( max-width:1200px) {
    .contact-section .contact-form{padding: 100px 35px 100px 0px;}
    .contact-section .contact-form h2{ font-size: 40px; }
    .contact-section .contact-details{padding: 100px 0px 100px 35px;}
    .contact-section .contact-details h2{ font-size: 38px; }
}

@media( max-width:991px) {
    .contact-section .contact-form{padding: 70px 20px 70px 0px;}
    .contact-section .contact-form h2{ font-size: 35px; }
    .contact-section .contact-details{padding: 70px 0px 70px 20px;}
    .contact-section .contact-details h2{ font-size: 32px; }
    .contact-section .contact-details .reach-us{ font-size: 18px; line-height: 26px; }
    .button-section ul li a {font-size: 18px; }
    .app-inner-hero .inn-hero-img{justify-content: flex-end; margin-top: 50px; right: -20px; left: auto;}
    .app-inner-hero .inn-hero-front-img{right: 10px;}
    .page-id-37 .about-page .inn-hero-content .about-column{ width: 50%;}
    .partners-section .partners-wrap{ padding: 0 30px; }
    .partners-carousel .item{ margin: 0 30px;}
    
}
@media( max-width:980px) {
    .form-row-drop{font-size: 24px; line-height: 32px; text-align: center; display: -webkit-box;
    display: -ms-flexbox; display: flex; -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center; -webkit-box-align: center; -ms-flex-align: center; align-items: center;}
    .form-row-drop span{ width: 100%; display: inline-block; text-align: center; }
    .form-row-drop select{ width: 100%; margin-right: 0 !important; }
}
@media( max-width:767px) {
    .contact-section .d-flex{ display: block; }
    .contact-section:after{ display: none; }
    .contact-section .contact-form{ width: 100%; padding: 50px 0px 50px 0px;}
    .contact-section .contact-form h2{ font-size: 30px; margin-bottom: 20px; }
    .contact-form .popup-form-row+.popup-form-row { margin-top: 0px;}
    .contact-form select, .contact-form input[type="text"], .contact-form input[type="password"], .contact-form input[type="email"], .contact-form input[type="tel"], .contact-form input[type="search"], .contact-form input[type="number"], .contact-form textarea{ padding: 10px 20px 10px 20px !important; }
    .contact-section .contact-details{ width: auto; padding: 50px 20px 45px 20px; margin-left: -20px; margin-right: -20px; }
    .contact-section .contact-details h2{ font-size: 30px; margin-bottom: 20px; }
    .contact-section .contact-details .reach-us{ margin-bottom: 20px; }
    .button-section ul li{width: calc(100% - 20px); }
    .button-section ul li a {box-shadow: 5px 5px 0px #27445b; font-size: 18px; padding: 10px 20px; }
    .app-inner-hero .cta_lists .btn{ margin-right: 15px; }
    .page-id-37 .about-page .inn-hero-content .about-column{ width: 100%; margin-bottom: 0px;}
    .partners-section .partners-wrap{ padding: 0 15px; }
    .partners-carousel .item{ margin: 0 15px; height: 40px;}
    .partners-carousel .item img{ max-height: 40px;}
    
}

.single-clinic section.detail-video-block { margin-top: 0px;}
.single-clinic section.detail-top-content { margin-bottom: 50px;}
.time-line-wrapper.mobile { display: none;}

@media( max-width:640px) {
.time-line-wrapper.mobile {display: block; }
.time-line-wrapper.desktop {display: none; }
  .time-line-wrapper.mobile .timeline-left .timeline-box {width: 90%;} 
  .time-line-wrapper.mobile .timeline-left .timeline-box:nth-child(even){align-self: end;text-align:left;}
}

.top-banner{display: none;}
.home .about-page .inn-hero-content{ text-align: left; padding-left: 5%; padding-right: 5%; }
.home .about-page .inner-hero .container{ align-items: center; }
.top-banner.active{background-color: #344454; padding: 16px 50px 16px 20px; display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-align: center; -ms-flex-align: center; align-items: center; -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center;-ms-flex-wrap: wrap; flex-wrap: wrap; position: relative;}
.top-banner .grow-logo{ margin-right: 16px; }
.top-banner .grow-logo img{ width: 80px; }
.top-banner .banner-text p{font-family: 'Inter', sans-serif; font-style: normal; font-weight: 400; font-size: 16px; line-height: 150%; text-align: center; letter-spacing: 0.2px; color: #FFFFFF;}    
.top-banner .banner-text a{ color: #fff; font-weight: 600; text-decoration: underline; display: inline-block; }
.top-banner .banner-text a:hover{ color: #fff; text-decoration: none; }
.top-banner .close-top-banner{ width: 28px; height: 18px; background: url(../images/x-icon.svg) no-repeat center center; color: #fff; font-size: 24px; position: absolute; right: 15px; top: 50%; -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%); transform: translateY(-50%); cursor: pointer;}

@media( max-width:992px) {
    .top-banner{-webkit-box-pack: start; -ms-flex-pack: start; justify-content: start;}
    .top-banner .grow-logo{ margin-bottom:6px; }
    .top-banner .banner-text{ width: 100%; }
    .top-banner .banner-text p{ text-align: left; }
}
@media( max-width:767px) {
    .top-banner .banner-text p{ font-size: 13px; }
}