.staff-member__name span{
    font-size: 25px;
}

    .socialmediacust a {
        border-radius: 50%;
        width: 2em;
        height: 2em;
        display: inline-flex;
        align-items: center;
        justify-content: center;
    }

    .socialmediacust * {
        text-align: center;
        color: #ffffff;
    }

    .socialmediacust i {
        font-size: 1.2em;
        margin: 10px;
    }

    .socialmediacust h3 {
        font-size: 1em !important;
    }
    .col-lg-12.col-sm-12.section__column-1.ple-column-padding.alias-header-b {
    display: flex;
    flex-direction: row;
    align-items: center;
}


@media (max-width: 800px){
    .mob-hide-header{
        display: none !important;
    }
}

/* LP */
@keyframes easeInBottom {
    from {
        opacity: 0;
        transform: translateY(50px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.animated-text {
    opacity: 0;
    transform: translateY(50px);
    transition: opacity 1s ease-in-out, transform 1s ease-in-out;
}

.animated-text.visible {
    opacity: 1;
    transform: translateY(0);
}

.animated-text h1, h2, h3, h4, h5, h6, p {
    font-family: "montserrat", Arial, sans-serif !important;
}

.animated-text-lp h2 {
    font-size: 4.5rem !important;
    line-height: 4.5rem !important;
}
.animated-text-lp h3 {
    font-size: 3.75rem !important;
    line-height: 3.75rem !important;
}

.animated-text-lp h5 {
    font-size: 2.25rem !important;
}

.animated-text-lp p,.animated-text-lp li {
    font-size: 1.5rem !important;
}


.alias-lp_banner .banner-text__title--large {
    text-transform: unset !important;
    font-family: "montserrat", Arial, sans-serif !important;
    font-weight: 700 !important;
    font-style: normal !important;
    font-size: 3.75rem !important;
    line-height: 3.75rem !important;
    color: #111 !important;
}

.alias-lp_banner .component__subtitle {
    font-family: "montserrat", Arial, sans-serif !important;
    font-weight: 500 !important;
    font-style: normal !important;
    color: #3566b1 !important;
    font-size: 2.25rem !important;
    line-height: 3rem !important;
}


.alias-dryeyegallery .gallery-grid--item {
    margin-right: unset!important;
    padding: unset !important;
    outline: unset !important;
    outline-offset: unset !important;
}

.alias-dryeyegallery .gallery-row {
    display: flex !important; 
    justify-content: center !important; 
}

.blade-lp .bladeImg img {
    border-radius: 50px !important;
}

.blade-lp .blade-a__description h2{
    font-size: 4rem !important;
    font-weight: 600 !important;
}

.blade-lp .blade-a__description p{
    font-size: 1.5rem !important;
    line-height: normal !important;
}

.blade-lp .blade-a__text {
    padding: 5rem 5rem !important;
}


.blade-lp .alias-lp_blade_3 .bladeImg img {
    padding-top: 80px !important;
}

        #dry-eye-icon-flex {
     display: flex;
     flex-wrap: wrap;
     justify-content: space-between;
     margin-top: 30px;
   }
   .ry-each {
     padding: 10px;
   }
   #dry-eye-icon-block {
     display: flex;
     align-items: center;
     margin-bottom: 20px;
   }
   .ry-icon{
   display: flex;
   justify-content: flex-end;
   }
   .ry-icon img {
     max-width: 100%;
     height: auto;
   }
   .symptoms-text {
     display: flex;
     align-items: center;
     font-size: 18px;
     font-weight: 500;
   }
   @media (max-width: 991px) {
     #dry-eye-icon-flex {
       flex-direction: column;
     }
   }


/* White Space in Mobile and Tablet Fix */
@media (max-width: 800px){
    .ple-column-padding{
    overflow-x: hidden !important;
    }

    .animated-text-lp h2 {
        font-size: 2.5rem !important;
        line-height: 2.3rem  !important;
    }
    .animated-text-lp h3 {
        font-size: 2rem !important;
        line-height: 3.75rem !important;
    }

    .animated-text-lp h5 {
        font-size: 1.25rem !important;
        line-height: 1.5rem !important;
    }

    .animated-text-lp p,.animated-text-lp li {
        font-size: .875rem !important;
    }

    #id_40a826fb-f7fa-56bc-8b04-7e180aca7a2d {
        display: none !important;
    }

    .alias-header-b {
        flex-wrap: wrap !important;
        gap: 20px !important;
        padding: 2rem 1rem !important;
    }

    .blade-lp .bladeImg img {
        border-radius: 50px !important;
    }

    .blade-lp .blade-a__description h2{
        font-size: 2.5rem !important;
        font-weight: 600 !important;
    }

    .blade-lp .blade-a__description p{
        font-size: .875rem !important;
        line-height: normal !important;
    }

    .blade-lp .blade-a__text {
        padding: 1rem 1rem !important;
    }

    .blade-lp li {
        font-size: .875rem !important;
    }

    .blade-lp .alias-lp_blade_3 .bladeImg img {
        padding-top: 80px !important;
    }

    .blade-lp .blade-a__bg {
        padding-top: 20px !important;
    }

}


body {
    overflow-x: hidden !important;
}

/* LP END */

iframe.yt_embed {
    display: block;
    margin: auto;
}