/* Copyright ViaUnion */

* {
    box-sizing: border-box;
}

body {
    margin: 0;
    padding: 0;
    font-family: sans-serif;
    color: #303030;
    background: #157891;
}

.center {
    margin: 0 auto;
    max-width: 900px;
    position: relative;
}

.flex-row {
    display: flex;
    justify-content: space-between;
}

header {
    background: white;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    padding: 10px 0;
    position: relative;
    z-index: 999;
}

header .logo img {
    max-height: 50px;
}

header .phone {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

header .phone a {
    font-size: 1.6rem;
    text-decoration: none;
    font-weight: bold;
    color: #157891;
    margin-top: 4px;
    padding: 0 10px;
}
header .bbb img {
    max-height: 50px;
}

.hero {
    padding: 2rem 0;
    background: url(../images/bg.jpg);
    background-size: cover;
}

.hero h1 {
    font-weight: 300;
    text-align: center;
    width: 100%;
    font-size: 1.8rem;
    margin: 1rem 0;
}

.hero .flex-row {
    flex-direction: column;
}

.hero .benefits {
    width: 100%;
}

.hero .benefits .benefits-row {
    display: flex;
    justify-content: space-evenly;
}

.hero .benefits .benefits-row i {
    color: #157891;
    font-size: 1.2rem;
    margin-right: 6px;
}

.hero .options {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 2rem;
}

.hero .options .options-col {
    width: 30%;
    background: aliceblue;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
}

.hero .options .options-col.options-prime {
    width: 40%;
    position: relative;
    z-index: 500;
    min-height: 450px;
    text-align: center;
    background: white;
}

.hero .options .options-col .options-heading {
    width: 100%;
    background: #0d5061;
    padding: 1rem;
    position: relative;
    margin-bottom: 20px;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.hero .options .options-col .options-heading:after {
    top: 100%;
    left: 50%;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
    border-color: rgba(13, 80, 97, 0);
    border-top-color: #0d5061;
    border-width: 15px;
    margin-left: -15px;
}

.hero .options .options-col .options-heading h2 {
    color: white;
    padding: 0;
    margin: 0;
    font-size: 1.1rem;
    text-align: center;
    text-transform: uppercase;
}

.hero .options .options-col.options-prime .options-heading h2 {
    font-size: 1.4rem;
}

.hero .options .options-col .options-heading small {
    color: white;
    padding: 0;
    margin: 0;
    text-transform: uppercase;
    text-align: center;
}

.hero .options .options-col .options-content {
    padding: 20px;
    overflow: hidden;
}

.hero .options .options-col.options-prime .pricing {
    font-size: 1.2rem;
    font-weight: bold;
    margin-bottom: 1rem;
}

.hero .options .options-col.options-prime .timer {
    margin-bottom: 1rem;
    line-height: 1.4rem;
}

.hero .options .options-col.options-prime .timer b {
    color: darkred;
}

.hero .options .options-col.options-prime .cta-phone {
    position: relative;
    margin-bottom: 6px;
    /* background: #e4f6fb; */
    padding: 10px 0;
}

.hero .options .options-col.options-prime .cta-phone h5 {
    color: #157891;
    margin-top: 0;
    margin-bottom: 10px;
    font-size: 1rem;
}

.hero .options .options-col.options-prime .cta-phone img {
    position: absolute;
    max-height: 20px;
    fill: darkred;
    right: -2px;
    top: 0px;
    transform: rotate(-80deg);
}

.hero .options .options-col.options-prime .cta-phone a {
    font-size: 2.4rem;
    font-weight: bold;
    color: #157891;
    background: yellow;
    padding: 0 10px;
}
.hero .options .options-col.options-prime .cta-phone a.consult-button {
    background: orangered;
    border-radius: 10px;
    color: white;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-weight: bold;
    text-decoration: none;
    padding: 20px;
    font-size: 1.2rem;
    border-bottom: 4px solid darkred;
}
.hero .options .options-col.options-prime .cta-phone a.consult-button:hover {
    background: red;
}
.hero .options .options-col.options-prime small {
    font-size: 0.7rem;
    color: gray;
}

.hero .options .options-col.options-prime .available {
    font-size: 0.7rem;
    padding: 10px;
    text-transform: uppercase;
}

.hero .options .options-col.options-prime .available b {
    color: green;
}

.hero .options .options-col.options-prime .poloroids img {
    max-width: 100%;
    margin-bottom: -25px;
    margin-top: -15px;
}

.hero .options .options-col .options-content .options-guarantee img {
    max-width: 150px;
    margin: 0 auto;
    display: inherit;
    margin-top: -10px;
}

.hero .options .options-col .options-content .options-guarantee p {
    font-size: 0.8rem;
    text-align: center;
    margin-bottom: 0;
}

.hero .options .options-col .options-content .options-guarantee p b {
    display: inline-block;
    margin-bottom: 8px;
}

.hero .options .options-col .options-content ul {
    padding: 0;
    margin: 0;
}

.hero .options .options-col .options-content ul li {
    list-style: none;
    margin-bottom: 1rem;
    font-size: 0.9rem;
}

.hero .options .options-col .options-content ul li i {
    color: darkred;
    margin-right: 4px;
}

.hero .options .options-col .options-content .options-sd-best {
    background: lightblue;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
    border-radius: 8px;
    color: white;
    padding: 10px;
    margin-top: 20px;
}

.hero .options .options-col .options-content .options-sd-best p {
    margin: 0;
    padding: 0;
    color: #157891;
    text-align: center;
    font-size: 1rem;
    font-weight: bold;
}

.hero .options .options-col .options-content .options-sd-best small {
    text-align: center;
    width: 100%;
    display: block;
    margin-top: 4px;
}

.hero .options .options-col .options-content .options-sd-best p b {
    color: #0d5061;
}

.hero .options .options-col .options-content .options-sd-best .sd-best-images {
    display: flex;
    justify-content: space-evenly;
    margin-top: 10px;
}

.hero .options .options-col .options-content .options-sd-best img {
    max-height: 40px;
}
.simple-hero {
    padding-top: 40px;
    padding-bottom: 60px;
    background: white;
}
.simple-hero .left-side {
    width: 100%;
    background: #fffff8;
    padding: 30px;
}
.simple-hero .left-side h1 {
    font-size: 2rem;
    font-weight: 300;
    margin-top: 0;
}
.simple-hero .left-side h2 {
    color: #0d5061;
}
.simple-hero .left-side hr {
    border: none;
    border-bottom: 1px solid lightgray;
    margin-top: 0;
}
.simple-hero .left-side h3 {
    color: #157891;
    margin-bottom: 10px;
}
.simple-hero .left-side p {
    color: red;
    margin: 0;
    font-weight: bold;
    font-size: 1.4rem;
}
.simple-hero .left-side small {
    display: inline-block;
    margin-top: 12px;
    color: gray;
    line-height: 1.2rem;
    max-width: 70%;
}
.simple-hero .left-side ul {
    padding: 0 0 20px 20px;
    margin: 0;
}
.simple-hero .left-side li {
    margin-bottom: 10px;
}
.simple-hero .left-side li .highlight {
    background: yellow;
    font-size: 0.9rem;
    padding: 0 2px;
    color: darkred;
}
.simple-hero .right-side {
    width: 90%;
    position: relative;
    margin-top: 20px;
}
.simple-hero .right-side img {
    max-width: 100%;
    border: 10px solid white;
    box-shadow: 0 0 6px rgba(0,0,0,0.2);
    transform: rotate(2deg);
}
.simple-hero .right-side .fb-box {
    position: absolute;
    width: 90%;
    margin: 0 5%;
    margin-top: -30px;
    padding-left: 38px;
}
.simple-hero .right-side .fb-box .fb-comment {
    background: #f2f3f5;
    color: #1c1e21;
    padding: 8px 10px;
    font-size: 0.8rem;
    border-radius: 18px;
    display: inline-block;
    line-height: 1.1rem;
    margin-bottom: 16px;
    position: relative;
}
.simple-hero .right-side .fb-box .fb-comment b {
    color: #385898;
}
.simple-hero .right-side .fb-box .fb-comment img.avatar {
    position: absolute;
    left: -38px;
    width: 32px;
    height: 32px;
    border-radius: 16px;
    border: none;
    box-shadow: none;
    transform: rotate(0deg);
    top: 0;
}
.simple-hero .right-side .fb-box .fb-comment .fb-likes {
    position: absolute;
    background: white;
    border-radius: 10px;
    box-shadow: 0 1px 3px 0 rgba(0,0,0,0.2);
    color: #8d949e;
    top: 100%;
    margin-top: -8px;
    right: 2px;
    height: 18px;
    line-height: 18px;
    display: flex;
    align-items: center;
    padding-right: 6px;
    font-size: 0.7rem;
}
.simple-hero .right-side .fb-box .fb-comment .fb-likes img {
    background: none;
    padding: 0;
    border: none;
    box-shadow: none;
    height: 10px;
    height: 14px;
    margin: 2px;
    margin-right: 4px;
}
.simple-hero .left-side .button-orange {
    position: relative;
    display: inline-block;
    margin-top: 20px;
}
.simple-hero .left-side .button-orange .button-callout {
    position: absolute;
    left: 100%;
    padding-left: 50px;
    min-width: 100%;
    text-align: left;
}
.simple-hero .left-side .button-orange .button-callout small {
    color: black;
    font-weight: bold;
    text-transform: uppercase;
    transform: rotate(5deg);
}
.simple-hero .left-side .button-orange .button-callout img {
    max-height: 30px;
    position: absolute;
    left: 18px;
    top: 26px;
}
.simple-hero .left-side .button-orange a {
    background: orangered;
    border-radius: 10px;
    color: white;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-weight: bold;
    text-decoration: none;
    padding: 20px;
    font-size: 1.2rem;
    border-bottom: 4px solid darkred;
}
.simple-hero .left-side .button-orange a:hover {
    background: red;
}
.testimonials {
    padding: 3rem 0;
    background: white;
}

.testimonials .video-testimonial {
    width: 60%;
    margin-right: 80px;
}

.testimonials .video-testimonial h3 {
    font-weight: 300;
    font-size: 1.6rem;
    margin-top: 0;
    margin-bottom: 1rem;
}
.testimonials .video-testimonial small {
    width: 100%;
    display: block;
    text-align: center;
    color: gray;
    margin-top: 10px;
}

.testimonials .ratings {
    width: 40%;
}
.testimonials .ratings h4 {
    font-weight: 300;
    color: #0d5061;
    margin-top: 0;
}
.testimonials .ratings .star-rating {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.testimonials .ratings .star-rating i {
    color: gold;
}
.testimonials .ratings .star-rating p {
    margin: 0;
    color: cadetblue;
    font-size: 0.9rem;
    text-decoration: underline;
}
.testimonials .ratings .rating-row {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    font-size: 0.9rem;
    color: #0d5061;
    margin-top: 1rem;
}
.testimonials .ratings .rating-row i {
    color: gold;
    font-size: 0.7rem;
    margin: 0 5px;
}
.testimonials .ratings .rating-row .rating-bar {
    width: 80%;
    background: aliceblue;
    height: 10px;
    margin-right: 10px;
    border: 1px solid;
}
.testimonials .ratings .rating-row .rating-bar .rating-bar-inner {
    background: #157891;
    height: 100%;
}
.doctors {
    background: aliceblue;
    padding: 40px 0;
}
.doctors .doctors-row {
    display: flex;
    align-items: center;
}
.doctors small {
    text-transform: uppercase;
    font-weight: bold;
    margin-bottom: 10px;
    display: block;
    color: cadetblue;
}
.doctors h5 {
    color: #157891;
    font-size: 1.6rem;
    margin: 0;
    position: relative;
    margin-bottom: 2rem;
}
.doctors h5:after {
    content: '';
    position: absolute;
    bottom: -1rem;
    left: 0;
    width: 40px;
    height: 1px;
    background: cadetblue;
}
.doctors p {
    line-height: 1.5rem;
    margin-bottom: 0;
}
.doctors .image-cont {
    position: relative;
    margin-left: 60px;
}
.doctors .image-cont .likes-and-hearts {
    position: absolute;
    bottom: -6px;
    left: 12px;
}
.doctors .image-cont .likes-and-hearts img {
    max-width: 30px;
    border: 3px solid white;
    border-radius: 15px;
    margin-right: -10px;
}
.doctors img.the-docs {
    max-width: 300px;
    border: 10px solid white;
    box-shadow: 0 0 10px rgba(0,0,0,0.1);
    transform: rotate(1deg);
}
.charity {
    background: #157891;
    padding: 1.5rem 0;
    position: relative;
    color: white;
}
.charity .flex-row {
    align-items: center;
}
.charity .center:after {
	bottom: 100%;
	right: 130px;
	border: solid transparent;
	content: " ";
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
	border-color: rgba(21, 120, 145, 0);
	border-bottom-color: #157891;
	border-width: 20px;
    margin-left: -20px;
    margin-bottom: 1rem;
}
.charity .charity-text {
    width: 100%;
    margin-left: 40px;
}
.charity small {
    text-transform: uppercase;
    font-weight: bold;
    opacity: 0.5;
    margin-bottom: 8px;
    display: block;
}
.charity h5 {
    font-size: 1.4rem;
    margin: 0;
    position: relative;
    margin-bottom: 2rem;
}
.charity h5:after {
    content: '';
    position: absolute;
    bottom: -1rem;
    left: 0;
    width: 40px;
    height: 1px;
    background: white;
    opacity: 0.5;
}
.charity p {
    line-height: 1.2rem;
    margin-bottom: 0;
    font-size: 0.9rem;
}
.charity img {
    max-width: 100%;
}
.mid-cta {
    padding: 3rem 0 2rem;
    background: white;
}
.mid-cta .center {
    max-width: 800px;
}
.mid-cta .heading {
    position: relative;
}
.mid-cta h3 {
    color: #0d5061;
    text-align: center;
    font-size: 1.8rem;
}
.mid-cta .heading img {
    position: absolute;
    top: 100%;
    width: 500px;
    left: 50%;
    margin-left: -250px;
    transform: rotate(1deg);
}
.mid-cta .mid-cta-heading h2 {
    margin-top: 0;
    font-size: 2rem;
}
.mid-cta .mid-cta-col {
    position: relative;
    width: 100%;
    padding: 20px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.mid-cta.wide .mid-cta-col:first-child {
    width: 100%;
}
.mid-cta .mid-cta-col:last-child {
    margin-left: 80px;
}
.mid-cta .mid-cta-col img {
    max-height: 40px;
    transform: scaleX(-1);
    position: absolute;
    right: 100%;
    margin-right: 20px;
    top: 40%;
}
.mid-cta .pricing {
    font-size: 1.2rem;
}
.mid-cta .pricing s {
    color: dimgray;
    text-decoration-color: darkred;
    font-size: 1.2rem;
}
.mid-cta .timer {
    line-height: 1.4rem;
}
.mid-cta .timer.final {
    text-align: center;
    font-weight: bold;
    color: darkred;
}
.mid-cta .timer.final span {
    display: inline;
    color: darkred;
}
.mid-cta .timer span {
    display: inline;
}
.mid-cta .cta-phone h5 {
    margin-bottom: 8px;
    color: darkred;
}
.mid-cta .cta-phone a {
    font-size: 2rem;
    background: yellow;
    padding: 0 10px;
    font-weight: bold;
    color: #157891;
}
.mid-cta .cta-phone a.consult-button {
    background: orangered;
    border-radius: 10px;
    color: white;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-weight: bold;
    text-decoration: none;
    padding: 20px;
    font-size: 1.2rem;
    border-bottom: 4px solid darkred;
    margin-top: 1rem;
}
.mid-cta .cta-phone a.consult-button:hover {
    background: red;
}
.mid-cta .mid-cta-col small {
    font-size: 0.8rem;
    color: gray;
    margin-top: 1.5rem;
}
.mid-cta .mid-cta-col .available {
    margin-top: 6px;
    font-size: 0.9rem;
}
.mid-cta .mid-cta-col .available b {
    color: green;
}
.mid-cta .cta-bullet ul  {
    margin: 20px 0 0 0;
    display: flex;
    border: 1px solid;
    padding: 10px;
}
.mid-cta .cta-bullet li {
    list-style: none;
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    font-size: 0.9rem;
    width: 100%;
}
.mid-cta .cta-bullet li i {
    color: green;
    margin-bottom: 10px;
    font-size: 1.2rem;
}
.mid-tests {
    padding: 2rem 0;
    background: white;
}
.mid-tests.aliceblue-bg {
    background: aliceblue;
}
.mid-tests .flex-row {
    align-items: flex-start;
}
.mid-tests .mid-tests-col {
    width: 100%;
    margin-right: 40px;
    line-height: 1.1rem;
    border: 1px solid #dadde1;
    padding: 1rem;
    border-radius: 4px;
    font-size: 0.8rem;
    box-shadow: 0 1px 2px rgba(0,0,0,0.1);
    background: white;
}
.mid-tests .mid-tests-col:last-child {
    margin-right: 0;
}
.mid-tests .mid-tests-col .avatar {
    position: relative;
    padding-left: 50px;
    height: 40px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.mid-tests .mid-tests-col .avatar img {
    width: 40px;
    height: 40px;
    background: black;
    border-radius: 20px;
    position: absolute;
    left: 0;
}
.mid-tests .mid-tests-col small {
    color: #385898;
    font-size: 0.8rem;
}
.avatar .avatar-name {
    color: #385898;
    font-weight: bold;
    font-size: 0.9rem;
    line-height: 1rem;
}
.avatar .avatar-date {
    color: #616770;
    font-size: 0.7rem;
}
.avatar .avatar-date span {
    font-weight: bold;
}
.smiles {
    padding: 3rem 0 0 0;
    background: white;
}
.smiles .flex-row {
    justify-content: space-evenly;
}
.smiles img {
    max-width: 300px;
}
.faq {
    background: aliceblue;
    padding: 40px 0;
}
.faq.white-bg {
    background: white;
}
.faq h5 {
    color: #157891;
    font-size: 1.6rem;
    margin: 0;
    position: relative;
    margin-bottom: 3rem;
    margin-top: 1rem;
}
.faq h5:after {
    content: '';
    position: absolute;
    bottom: -1rem;
    left: 0;
    width: 40px;
    height: 1px;
    background: cadetblue;
}
.faq h6 {
    color: cadetblue;
    font-size: 1.1rem;
    margin-bottom: 0;
    margin-top: 2.5rem;
}
.faq p {
    font-weight: 400;
    line-height: 1.4rem;
}
.why-us {
    background: #157891;
    padding: 3rem 20px;
}
.why-us h4 {
    color: white;
    font-size: 1.2rem;
    text-align: center;
    width: 100%;
    margin: 0 0 10px 0;
    font-size: 1.6rem;
}
.why-us h5 {
    color: white;
    font-weight: 300;
    margin: 0 15% 40px 15%;
    font-size: 1rem;
    text-align: center;
    max-width: 70%;
    line-height: 1.5rem;
}
.why-us .flex-row {
    justify-content: space-evenly;
}
.why-us .why-rating {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    color: white;
}
.why-us .why-rating img.google {
    max-height: 45px;
}
.why-us .why-rating img.fb {
    max-height: 30px;
    margin-bottom: 15px;
}
.why-us .why-rating img.yelp {
    max-height: 45px;
}
.why-us .why-rating img.sd-best {
    max-width: 100px;
}
.why-us .why-rating span {
    display: inline-block;
    text-align: center;
    margin-top: 6px;
    font-size: 0.9rem;
    color: gold;
}
.why-us .why-rating p {
    margin: 8px 0 0 0;
}
.b-a {
    background: white;
}
.b-a img {
    max-width: 100%;
}
.simple-hero.simple-cta {
    background: #fffff8;
    margin-bottom: 0;
    padding-bottom: 50px;
    padding-top: 40px;
    text-align: center;
}
.simple-hero.simple-cta .left-side li {
    list-style: none;
}
.confirmation {
    padding: 2rem 20px;
    background: white;
}
.confirmation .left-side {
    margin-right: 50px;
    text-align: center;
}
.confirmation h1 {
    font-size: 2rem;
    margin-bottom: 10px;
    text-align: center;
}
.confirmation h2 {
    margin-bottom: 10px;
    font-size: 1.2rem;
    color: #0d5061;
    text-align: center;
}
.confirmation .left-side h3 {
    font-size: 1rem;
    color: slategrey;
    font-weight: normal;
}
.confirmation .left-side a {
    background: yellow;
    color: #157891;
    padding: 0 10px;
    font-weight: bold;
    font-size: 3rem;
}
.confirmation .reservation-timer {
    border: 1px solid lightgray;
    padding: 20px;
    text-align: center;
    margin-top: 2rem;
}
.confirmation .reservation-timer small {
    font-size: 1rem;
    color: red;
}
.confirmation .reservation-timer .timer-inner {
    color: red;
    font-weight: bold;
    font-size: 1.4rem;
    margin-top: 10px;
}
.confirmation .form {
    max-width: 100%;
    width: 100%;
}

.confirmation .book-form {
    box-shadow: 0 0 1rem rgba(0,0,0,0.2);
    margin-top: 2rem;
    border: 1px dashed orangered;
    border-radius: 0;
    overflow: hidden;
}
.confirmation .divider {
    width: 1px;
    display: flex;
    background: black;
    position: relative;
    margin-right: 1rem;
}
.confirmation .divider p {
    position: absolute;
    top: 50%;
    background: white;
    margin: 0px 0 0 -22px;
    padding: 10px;
}
.confirmation .form .book-form h6 {
    margin: 2rem 2rem 1rem 2rem;
    font-size: 1rem;
    color: red;
}
.confirmation .form .book-form {
    border-radius: 10px;
}
.confirmation .form .book-form form {
    margin: 0 2rem;
}
.confirmation .form .book-form .form-row {
    padding: 0.5rem 0;
}
.confirmation .form .book-form label {
    width: 100%;
    display: block;
    margin-bottom: 2px;
}
.confirmation .form .book-form label sup {
    color: darkred;
}
.confirmation .form .book-form input, .confirmation .form .book-form textarea {
    width: 100%;
    border: 1px solid black;
    border-radius: 4px;
    padding: 10px;
    min-height: 40px;
    max-width: 100%;
    resize: none;
    font-size: 1rem;
    line-height: 1.5rem;
}
.confirmation .form .book-form button {
    background: midnightblue;
    color: white;
    font-weight: bold;
    margin: 0.5rem 0 2rem 0;
    height: 50px;
    display: inline-flex;
    width: 100%;
    align-items: center;
    justify-content: center;
    font-size: 1rem;
}
.confirmation .right-side {
    background: ivory;
    padding: 40px;
    width: 100%;
    margin-top: 3rem;
}
.confirmation .right-side ul {
    padding-left: 20px;
}
.confirmation .right-side ul li {
    margin-bottom: 10px;
    font-size: 0.9rem;
}
.confirmation .right-side p {
    color: orangered;
    font-weight: bold;
}
.confirmation .right-side h3 {
    color: #157891;
    margin-top: 0;
    border-bottom: 1px solid lightgray;
    padding-bottom: 15px;
}
footer {
    background: #157891;
    padding: 1rem 20px;
    color: white;
    text-align: center;
    font-size: 0.8rem;
}
.hidden-mobile {
    display: flex !important;
}
.hidden-desktop {
    display: none !important;
}

/* YOUTUBE EMBED */
.embed-container {
    position: relative;
    padding-bottom: 56.25%;
    height: 0;
    overflow: hidden;
    max-width: 100%;
}

.embed-container iframe,
.embed-container object,
.embed-container embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

/* YOUTUBE EMBED END */

/* MOBILE STYLES */
@media screen and (max-width: 768px) {
    .hidden-mobile {
        display: none !important;
    }
    .hidden-desktop {
        display: flex !important;
    }
    .flex-row {
        flex-direction: column;
        align-items: center;
    }

    header {
        padding: 10px 1rem;
    }

    header .flex-row {
        flex-direction: row;
    }

    header .logo img {
        max-height: 38px;
    }
    header .bbb img {
        max-height: 38px;
    }

    header .phone {
        margin-top: 6px;
        border-top: 1px solid lightgray;
        padding: 10px 0 0 0;
    }

    .hero {
        padding: 20px;
    }

    .hero .benefits .benefits-row {
        flex-direction: column;
    }

    .hero .benefits .benefits-row .benefits-col:first-child {
        margin-bottom: -1rem;
    }

    .hero .benefits .benefits-row p {
        position: relative;
        padding-left: 30px;
    }

    .hero .benefits .benefits-row i {
        position: absolute;
        left: 0;
    }

    .hero .options {
        flex-direction: column;
    }

    .hero .options .options-col {
        width: 100%;
        order: 1;
        margin-bottom: 20px;
    }

    .hero .options .options-col.options-prime {
        order: 0;
        width: 100%;
    }

    .hero .options .options-col.options-prime .cta-phone a {
        font-size: 2.2rem;
    }
    .testimonials {
        padding: 3rem 20px;
    }
    .testimonials .video-testimonial {
        width: 100%;
        margin-right: 0;
    }
    .testimonials .video-testimonial h3 {
        font-size: 1.2rem;
    }
    .testimonials .ratings {
        width: 100%;
        margin-top: 2rem;
    }
    .doctors .doctors-row {
        flex-direction: column;
    }
    .doctors {
        padding: 40px 20px;
    }
    .doctors .image-cont {
        margin-left: 0;
        margin-top: 2rem;
    }
    .charity {
        padding: 1.5rem 20px;
    }
    .charity .charity-text {
        width: 100%;
        margin-left: 0;
        margin-top: 20px;
    }
    .mid-cta {
        padding: 1rem 20px 2rem 20px;
    }
    .mid-cta .heading img {
        left: 10%;
        right: 10%;
        width: auto;
        max-width: 80%;
        margin-left: 0;
    }
    .mid-cta .mid-cta-col {
        width: 100%;
        padding: 5px 20px;
        text-align: center;
    }
    .mid-cta .mid-cta-col:last-child {
        margin-left: 0;
    }
    .mid-cta .mid-cta-col h2 {
        font-size: 1rem;
    }
    .mid-tests {
        padding: 0 20px;
    }
    .mid-tests .mid-tests-col {
        margin-bottom: 20px;
    }
    .faq {
        padding: 20px;
    }
    .smiles {
        margin-top: 0;
    }
    .smiles img {
        margin-top: 20px;
    }
    .mid-cta .cta-phone a {
        font-size: 2.2rem;
    }
    .mid-cta.wide {
        padding: 20px;
        margin-top: 0;
    }
    .mid-cta .cta-bullet ul {
        flex-direction: column;
        margin-bottom: 20px;
    }
    .mid-cta .cta-bullet li {
        flex-direction: row;
        align-items: center;
        margin-bottom: 6px;
    }
    .mid-cta .cta-bullet li:first-child {
        margin-top: 6px;
    }
    .mid-cta .cta-bullet li i {
        margin-bottom: 0;
        margin-right: 8px;
    }
    .simple-hero {
        padding-top: 0;
        padding-bottom: 80px;
    }
    .simple-hero .left-side {
        margin: 15px;
        padding: 20px;
        width: auto;
    }
    .simple-hero .left-side h1 {
        font-size: 1.8rem;
        line-height: 2.2rem;
    }
    .simple-hero .left-side h2 {
        font-size: 1.4rem;
    }
    .simple-hero .left-side small {
        max-width: 90%;
    }
    .simple-hero .left-side .button-orange a {
        padding: 14px 20px;
        font-size: 1.4rem;
        text-align: center;
    }
    .simple-hero .left-side .button-orange .button-callout {
        left: 0;
        top: 100%;
        padding-left: 62px;
        margin-top: 14px;
        text-align: center;
    }
    .simple-hero .left-side .button-orange .button-callout img {
        left: 30%;
        top: 2px;
        transform: rotate(45deg);
    }
    .simple-hero .right-side {
        margin-top: 40px;
        padding-bottom: 120px;
    }
    .mid-tests.aliceblue-bg {
        padding-top: 20px;
    }
    .why-us h5 {
        max-width: 100%;
        margin: 0 0 30px 0;
    }
    .why-us .why-rating {
        margin-bottom: 15px;
        border-bottom: 1px solid rgba(255,255,255,0.2);
        padding-bottom: 15px;
    }
    .why-us .why-rating:last-child {
        border-bottom: none;
        padding-bottom: 0;
    }
    .simple-hero.simple-cta {
        margin-top: 0;
    }
    .confirmation .left-side {
        margin-right: 0;
    }
    .confirmation .left-side h1 {
        margin-top: 0;
    }
    .confirmation .right-side {
        max-width: 100%;
        margin-top: 20px;
    }
    .confirmation .left-side a {
        font-size: 2.8rem;
    }
    .confirmation .form {
        max-width: 100%;
    }
    .confirmation .divider {
        width: 100%;
        margin-right: 0;
        height: 1px;
        margin: 40px 0 20px 0;
    }
    .confirmation .divider p {
        top: -18px;
        margin: 0px 0 0 -22px;
        padding: 10px;
        left: 50%;
    }
    .confirmation .form .book-form form {
        margin: 0;
    }
}

/* MOBILE STYLES END */