/* Home Featuredblocks */
.FBs-overlap-banner::before {
    background-color: #F0F3F7;
}
.FBs-overlap-banner .featuredblocks-grid-a .featuredblocks .featuredblock__wrap {
    background-color: #003470 !important;
}
/*-------Blog-Page--------*/
.blog-singlepost__content li {
    list-style: disc;
    list-style-position: inside;
}


.componentWith__container.logo__container {
    display: flex;
    justify-content: center;
}

/* ofc-ped-1 */
.stacked:first-child {
	padding-top:    0;
}
.stacked {
	padding-top:    0;
	padding-bottom: 0;
}
.wrap__page-content img {
    max-width: 100%;
    height:    auto !important;
}

/* -- testimonials section -- */
.wrap_testimonials {
    background: rgba(255, 255, 255, 0.9);
    box-shadow: 3px 1px 19px -3px rgba(0, 0, 0, 0.75);
    -webkit-box-shadow: 3px 1px 19px -3px rgba(0, 0, 0, 0.75);
    -moz-box-shadow: 3px 1px 19px -3px rgba(0, 0, 0, 0.75);
    width: 100%;
    margin: 0 auto;
    padding: 25px 0 0;
}
.wrap_testimonials_inner {
    margin: 0 auto;
    padding: 15px 35px 35px;
    text-align: center;
}
.wrap_testimonials_inner h1 {
    text-transform: uppercase;
}
.wrap_testimonials img {
    max-width: 490px;
    width: 100%;
}
.btn_cta a {
    background: #e7b451;
    padding: 5px 15px !important;
    width: 200px;
    border-radius: 15px;
    text-decoration: none !important;
    color: #444;
}

/* Forms */
.form__title {
    text-align: center;
}
.form__group {
    margin-top: 12px;
    margin-bottom: 16px;
}
.form-control {
    background: #FFFFFF;
    box-shadow: 0px 2px 6px #d0d0d0;
    color: #111111;
    transition: all 0.3s;
    border-color: #d0d0d0;
}
.leadFormInfo {
    font-size: 0.875rem;
    text-align: center;
    line-height: 1;
}
.form-wrap__submit {
    margin-top: 30px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.form-wrap__submit input {
    display: flex;
    font-family: "noto-sans", Arial, Helvetica, sans-serif;
    font-size: 1rem;
    line-height: 16px;
    text-transform: uppercase;
    margin-top: 0;
    margin-bottom: 0;
    text-align: center;
    width: 13.75rem;
    height: 2.25rem;
    padding: 4px 8px;
    max-width: 100%;
    border-radius: 20px;
    transition: color 0.3s, background-color 0.3s, border 0.3s;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    cursor: pointer;
    color: #FFFFFF;
    background-color: #19316F;
    border: 2px solid #19316F;
    text-decoration: none;
}
.form-wrap__submit input:hover {
    color: #FFFFFF;
    background-color: #224399;
    border: 2px solid #224399;
    text-decoration: none;
}

iframe[title="Message Us"]{
 bottom: 90px !important;
}

/* New Patients */
.new-patient-list ul {
    margin-bottom: 10px;
}
#id_5eb937b9-9055-5c16-a5fb-5642bc0472d3 .componentWith__container.logo__container, 
div#id_87d2f0e6-32d1-573b-9eeb-9b76f713f98b .componentWith__container.logo__container, 
#id_f8092f71-44e9-535a-9ff1-d23b6a0c2ebf .componentWith__container.logo__container  {
  display: flex;
  justify-content: center;
}


/* MEDIA QUERIES ONLY */
@media(min-width: 768px) {
    .ul-col2 {
        -webkit-column-count: 2;
        -moz-column-count: 2;
        column-count: 2;
    }
    .imgright {
        float: right;
        margin: 0 0 10px 10px;
    }
    .imgleft {
        float: left;
        margin: 0 10px 10px 0;
    }
}
@media(max-width: 767px) {
    .imgright, .imgleft {
        float: none;
        display: block;
        margin: 0 auto 10px;
    }
}
.ple-column--single.ple-module-container.logo__container--inner {
    width: 50%!important;
}
.section.logo-max-height-125px .logo__image img {
     max-height: 100%!important;
}


