﻿
.featured-block .inner-box .text p {
    line-height: unset;
    margin: 0;
}
.featured-block .inner-box h3 {
    color: unset;
}


.choose-section.choose-section-bottom-overlay + section, .clinic-section.clinic-section-bottom-overlay + section {
    padding-top: 0;
    padding-bottom: 0;
}

.choose-section .content-column .inner-column {
    padding: 70px 40px 0;
}

.testimonial-block .inner-box .content .text p {
    position: relative;
    font-size: 17px;
    color: #797979;
    line-height: 1.6em;
    margin-top: 10px;
    font-family: 'Open sans', sans-serif;
}

.test-yourself h2 {
    font-weight: bold;
    font-size: xxx-large;
}


.form__input.input-validation-error,
.form__field.input-validation-error,
.form__field-label.input-validation-error,
.form .hs-input.input-validation-error {
    border-color: #9f005d
}

.form__input + .field-validation-error,
.form__field + .field-validation-error,
.form__field-label + .field-validation-error,
.form .hs-input + .field-validation-error,
.g-recaptcha + .field-validation-error {
    color: #9f005d;
    display: block
}

.contact-info-widget .inner-box ul li.small-email {
    font-size: 13px;
}

.error-section {
    padding: 100px 0px 5px;
}

.list-style-two li.small-email {
    font-size: 19px;
}

.about-me-section.partners .image-column .image img {
    width: unset;
}

.main-footer .footer-bottom .created, .main-footer .footer-bottom .created a {
    color: #767676;
    font-size: 12px;
}

.cookiebar {
    background-color: #9f005d;
    color: #fff;
    height: var(--cookieHeight)
}

.cookiebar p {
    display: inline-block;
    margin-top: 0;
    margin-right: 20px
}

.cookiebar .auto-container {
    padding: 20px 20px;
}

.cookiebar .auto-container .button:first-of-type {
    margin-left: auto;
    margin-right: 20px;
    border-color: #fff;
    color: #fff;
    white-space: nowrap;
}

.cookiebar a {
    color: #fff
}

.button.button-mini, button.button-mini {
    background: transparent;
    border: 1px solid hsla(0,0%,100%,.7);
    border-radius: 6px;
    color: hsla(0,0%,100%,.7);
    font-size: 12px;
    /*font-size: .75rem;*/
    font-weight: 600;
    min-height: 32px;
    text-transform: none;
    padding: 10px 12px 9px
}

.button.button-mini.button-primary, button.button-mini.button-primary {
    border-color: #fff;
    color: #fff
}

.button.button-mini:hover, button.button-mini:hover {
    background: hsla(0,0%,100%,.4)
}

.button.primary, button.primary {
    background: #30b323;
    color: #fff
}

.menuOpen .cookiebar {
    transition: height .2s ease-in-out;
    height: 0
}

.page-title h1, .sec-title h2, .main-menu .navigation > li > ul > li > a {
    text-transform: none;
}

.main-slider .title {
    font-weight: 700;
    white-space: nowrap;
}

.survey-form-group > input[type=checkbox], input[type=radio] {
    margin-right: 5px;
}

.survey-form-group .field-validation-error {
    color: #9f005d;
    display: block
}

.featured-block .inner-box .related-link {
    padding-top: 15px;
}

/*Header overrides*/
.main-header .main-box .outer-container {
    padding-left: 10px;
}

.main-header .main-box .logo-box {
    padding-top: 24px;
    float: unset;
    text-align: center;
}
.main-header .header-top .top-right .links li, .main-header .sticky-header .top-right .links li {
    position: relative;
    float: right;
    /*margin-right: 15px;*/
    line-height: 1em;
    color: #ababab;
    /*padding-right: 15px;*/
}

.main-header .header-top .top-right ul li:last-child, .main-header .sticky-header .top-right ul li:last-child {
    margin-right: 0px;
    padding-right: 15px;
    border: 0px;
}

.main-header .header-top .top-right ul li:first-child, .main-header .sticky-header .top-right ul li:first-child {
    margin-right: -15px;
    padding-right: 0px;
    border: 0px;
}

.main-header .header-top .top-right .links li:last-child:after, .main-header .sticky-header .top-right .links li:last-child:after {
    display: none;
}

.main-header .header-top .top-right .links li .icon, .main-header .sticky-header .top-right .links li .icon {
    position: relative;
    top: 1px;
    font-size: 18px;
    padding-right: 15px;
}

.main-header .header-top .top-right .links li a, .main-header .sticky-header .top-right .links li a {
    position: relative;
    line-height: 24px;
    color: #ffffff;
    font-size: 16px;
    -moz-transition: all 500ms ease;
    -webkit-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    transition: all 500ms ease;
    font-family: 'Open Sans', sans-serif;
}

    .main-header .header-top .top-right .links li a.small, .main-header .sticky-header .top-right .links li a.small {
        font-size: 12px;
    }

.main-header .header-top .top-left, .main-header .sticky-header .top-left {
    padding: 5px 0px;
}

.main-header .header-top .top-right, .main-header .sticky-header .top-right {
    padding: 5px 4px;
}

.main-header .header-top {
    background-color: #fff;
}
.devider {
    height: 1px;
}
.main-header .header-top .top-right .links, .main-header .sticky-header .top-right .links {
    padding-bottom: 0px;
}
/*navigation overrides*/
.main-header .sticky-header .btn-outer {
    padding: 4px;
}

.main-header .sticky-header .main-menu .navigation > li > a {
    padding: 10px 0 !important;
}

.main-header .sticky-header .main-menu .navigation > li {
    margin-left: 26px !important; 
}

.main-header .header-top:before, .main-header .sticky-header:before {
    content: none;
}

.main-header .main-box .outer-container {
    border-radius:unset;
}

.main-header .main-box {
    background-color: #fff;
}

.main-header .btn-outer {
    padding: 4px;
}

.main-menu .navigation > li > a {
    padding: 0;
}

/*Blocks overrides*/
.clinic-section .image-column .image {
    padding-left: 0;
}

.doctor-section, .clinic-section, .choose-section, .testimonial-section, .blog-section {
    padding-top: 0;
    /*padding-bottom: 50px;*/
    margin-bottom: 0;
}
.services-section {
    padding-bottom: 50px;
}
.services-section + .services-section {
    padding-top: 0;
    padding-bottom: 50px;
}

.appointment-section {
    padding-top: 10px;
    padding-bottom: 0;
}
.testimonial-section .upper-box {
    padding-top: 0px;
}
.testimonial-blocks {
    margin-top: 0;
    margin-bottom: 0;
}

.clinic-section .content-column {
    margin-bottom: 0;
}

.blog-section {
    background-color: unset;
}

.testimonial-section .owl-dots, .testimonial-section .owl-nav {
    display: unset;
}

.testimonial-section .owl-prev {
    width: 15px;
    height: 100px;
    position: absolute;
    top: 40%;
    margin-left: 0;
    display: block !important;
    border: 0px solid black;
}

.testimonial-section .owl-next {
    width: 15px;
    height: 100px;
    position: absolute;
    top: 40%;
    right: 0;
    display: block !important;
    border: 0px solid black;
}
.sidebar-page-container {
    padding-top: 50px;
    padding-bottom: 0;
}
.page-title {
    padding-right: 10px;
    padding-left: 10px;
}
.services-single section{
    padding: 0;
}
.aboutme-smallcontent {
    background-color: #ccc;
    padding: 10px;
    margin-bottom: 50px;
    margin-top: 50px;
}

.aboutme-smallcontent ul, .aboutme-smallcontent li {
    list-style: disc;
    margin-left: 10px;
}

.news-block-two .inner-box .lower-content {
    min-height: 170px;
}
.services-block-two .inner-box .lower-content .text {
    min-height: 120px;
}

.news-block-three .inner-box .lower-content .lower-box {
    min-height: 285px;
}
/*Button overrides*/
.btn-style-one {
    text-transform: none;
}

.rev_slider > ul > li .slotholder .tp-bgimg.defaultimg {
    orphans: 0; /* trick to manipulate the background image during load for mobile*/
}

/*media queries*/
@media only screen and (max-width: 599px) {
    .testimonial-blocks {
        background-color: #fff;
    }
}

@media (min-width:576px) {
    .cookiebar p {
        margin-bottom: 0
    }

    .cookiebar .auto-container {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-align: center;
        align-items: center
    }

        .cookiebar .auto-container .button:first-of-type {
            margin-left: auto;
            margin-right: 20px;
            border-color: #fff;
            color: #fff;
            white-space: nowrap;
        }
}

@media only screen and (max-width: 479px) {
    .copyright a {
        display: block;
    }

    .main-slider .title {
       font-size:16px;
    }
    .rev_slider > ul > li .slotholder .tp-bgimg.defaultimg {
        orphans: 1; /* trick to manipulate the background image during load for mobile*/
    }

    .news-block-two .inner-box .lower-content {
        min-height: auto;
    }

    .services-block-two .inner-box .lower-content .text{
        min-height: auto;
    }

    .news-block-three .inner-box .lower-content .lower-box {
        min-height: auto;
    }
}
