.flex-center-start {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: start
}

.tooltip > .tooltip-inner {
    background-color: #6D9206;
    color: #FFF;
    border: 1px solid #527450;
    padding: 15px;
    font-size: 18px
}

body {
    font-family: "Poppins", sans-serif;
    font-weight: 400;
    font-style: normal -webkit-hyphens: auto;
    -moz-hyphens: auto;
    -ms-hyphens: auto;
    -o-hyphens: auto;
    hyphens: auto;
    word-wrap: break-word;

}

.img {
    max-width: 100%;
    -webkit-transition: .3s;
    -moz-transition: .3s;
    -o-transition: .3s;
    transition: .3s
}

a,
.button {
    -webkit-transition: .3s;
    -moz-transition: .3s;
    -o-transition: .3s;
    transition: .3s
}

a:focus,
.button:focus,
button:focus {
    text-decoration: none;
    outline: none
}

a:focus {
    color: #fff;
    text-decoration: none
}

a:focus,
a:hover,
.portfolio-cat a:hover,
.footer -menu li a:hover {
    text-decoration: none;
    color: #1F1F1F
}

a,
button {
    color: #1F1F1F;
    outline: medium none
}

h1,
h2,
h3,
h4,
h5 {
    font-family: "Poppins", sans-serif;
    color: #1F1F1F
}

h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a {
    color: inherit
}

ul {
    margin: 0;
    padding: 5px 0;
    float: none;
}

li {
    list-style: none
}

p {
    font-size: 16px;
    font-weight: 300;
    line-height: 28px;
    color: #4D4D4D;
    margin-bottom: 13px;
    font-family: "Poppins", sans-serif
}

label {
    color: #7e7e7e;
    cursor: pointer;
    font-size: 14px;
    font-weight: 400
}

h3 {
    font-size: 24px
}

.mb-65 {
    margin-bottom: 67px
}

.bradcam_overlay {
    position: relative;
    z-index: 0
}

.bradcam_overlay::before {
    position: absolute;
    content: "";
    background: -moz-linear-gradient(left, #c5ddc4 2%, #c5ddc4 5%, rgba(124, 185, 233, 0) 96%, rgba(125, 185, 232, 0) 100%);
    background: -webkit-linear-gradient(left, #c5ddc4 2%, #c5ddc4 5%, rgba(124, 185, 233, 0) 96%, rgba(125, 185, 232, 0) 100%);
    background: linear-gradient(to right, #c5ddc4 2%, #c5ddc4 5%, rgba(124, 185, 233, 0) 96%, rgba(125, 185, 232, 0) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#5db2ff', endColorstr='#007db9e8', GradientType=1);
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
    opacity: 1
}

.section-padding {
    padding-top: 120px;
    padding-bottom: 120px
}

.pt-120 {
    padding-top: 120px
}

.owl-carousel .owl-nav div {
    background: transparent;
    height: 50px;
    left: 0;
    position: absolute;
    text-align: center;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    -webkit-transition: all .3s ease 0;
    -o-transition: all .3s ease 0;
    transition: all .3s ease 0;
    width: 50px;
    color: #fff;
    background-color: transparent;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    left: 50px;
    font-size: 15px;
    line-height: 50px;
    border: 1px solid #fff;
    left: 140px
}

.owl-carousel .owl-nav div.owl-next {
    left: auto;
    right: 140px
}

.owl-carousel .owl-nav div.owl-next i {
    position: relative;
    right: 0
}

.owl-carousel .owl-nav div.owl-prev i {
    position: relative;
    top: 0
}

.owl-carousel:hover .owl-nav div {
    opacity: 1;
    visibility: visible
}

.owl-carousel:hover .owl-nav div:hover {
    color: #fff;
    background: #527450;
    border: 1px solid transparent
}

.mb-20px {
    margin-bottom: 20px
}

.mb-55 {
    margin-bottom: 55px
}

.mb-40 {
    margin-bottom: 40px
}

.section_title h3 {
    font-size: 36px;
    font-weight: 500;
    line-height: 48px;
    color: #1F1F1F;
    position: relative;
    z-index: 9;
    padding-bottom: 15px
}

.section_title h3::before {
    position: absolute;
    left: 0;
    background: #5DB2FF;
    height: 2px;
    width: 50px;
    content: '';
    left: 50%;
    transform: translateX(-50%);
    bottom: 0
}

@media (max-width: 767px) {
    .section_title h3 {
        font-size: 30px;
        line-height: 36px
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .section_title h3 {
        font-size: 36px;
        line-height: 42px
    }
}

@media (max-width: 767px) {
    .section_title h3 br {
        display: none
    }
}

.section_title p {
    font-size: 16px;
    color: #727272;
    line-height: 28px;
    margin-bottom: 0
}

@media (max-width: 767px) {
    .section_title p br {
        display: none
    }
}

.mb-100 {
    margin-bottom: 100px
}

@media (max-width: 767px) {
    .mb-100 {
        margin-bottom: 40px
    }
}

@media (max-width: 767px) {
    .mobile_menu {
        position: absolute;
        right: 0;
        width: 100%;
        z-index: 9;
        top: 10px;

    }

    .submenu {
        width: 100%;
		margin-bottom: 30px !important;
    }
}

.slicknav_menu .slicknav_nav {
    background: #fff;
    float: right;
    padding: 0;
    width: 100%;
    padding: 0;
    border-radius: 0;
    margin-top: 5px;
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
    top: 11px
}

.slicknav_menu .slicknav_nav a:hover {
    background: transparent;
    color: #527450
}

.slicknav_menu .slicknav_nav a.active {
    color: #527450
}

@media (max-width: 767px) {
    .slicknav_menu .slicknav_nav a i {
        display: none
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .slicknav_menu .slicknav_nav a i {
        display: none
    }
}

.slicknav_menu .slicknav_nav .slicknav_btn {
    background-color: transparent;
    cursor: pointer;
    margin-bottom: 10px;
    margin-top: -40px;
    position: relative;
    z-index: 99;
    border: 1px solid #ddd;
    top: 3px;
    right: 5px;
    top: -36px
}

.slicknav_menu .slicknav_nav .slicknav_btn .slicknav_icon {
    margin-right: 6px;
    margin-top: 3px;
    position: relative;
    padding-bottom: 3px;
    top: -11px;
    right: -5px
}

@media (max-width: 767px) {
    .slicknav_menu {
        margin-right: 0
    }
}

.slicknav_nav .slicknav_arrow {
    float: right;
    font-size: 22px;
    position: relative;
    top: -5px;
    right: 40%
}

.slicknav_btn {
    background-color: transparent;
    cursor: pointer;
    margin-bottom: 10px;
    position: relative;
    z-index: 99;
    border: none;
    border-radius: 3px;
    top: 5px;
    padding: 5px;
    right: 5px;
    margin-top: -5px;
    top: -21px;
}

.header-area {
    left: 0;
    right: 0;
    width: 100%;
    top: 0;
    z-index: 9
}

@media (max-width: 767px) {
    .header-area {
        padding-top: 0
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .header-area {
        padding-top: 0
    }
}

.header-area .main-header-area {
    padding: 25px 0;
    background: #fff
}

.header-area .main-header-area .logo-img {
    text-align: center
}

@media (max-width: 767px) {
    .header-area .main-header-area .logo-img {
        text-align: left
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .header-area .main-header-area .logo-img {
        text-align: left
    }
}

@media (min-width: 992px) and (max-width: 1200px) {
    .header-area .main-header-area .logo-img {
        text-align: left
    }
}

@media (max-width: 767px) {
    .header-area .main-header-area .logo-img img {
        width: 70px
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .header-area .main-header-area .logo-img img {
        width: 70px
    }
}

.header-area .main-header-area .Appointment {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    align-items: center;
    -webkit-justify-content: flex-end;
    -moz-justify-content: flex-end;
    -ms-justify-content: flex-end;
    justify-content: flex-end;
    -ms-flex-pack: flex-end
}

.header-area .main-header-area .Appointment .book_btn {
    margin-left: 30px;
    margin-top: 10px;
    box-shadow: 3px 3px 15px -3px rgba(77, 77, 77, 1)
}

@media (min-width: 992px) and (max-width: 1200px) {
    .header-area .main-header-area .Appointment .book_btn {
        margin-left: 0
    }
}

@media (min-width: 1200px) and (max-width: 1500px) {
    .header-area .main-header-area .Appointment .book_btn {
        margin-left: 0
    }
}

.header-area .main-header-area .Appointment .book_btn a {
    background: #527450;
    padding: 12px;
    font-size: 16px;
    font-weight: 400;
    border: 1px solid transparent;
    color: #fff;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px
}

@media (min-width: 992px) and (max-width: 1200px) {
    .header-area .main-header-area .Appointment .book_btn a {
        padding: 12px 8px
    }
}

.header-area .main-header-area .Appointment .book_btn a:hover {
    background: #fff;
    color: #527450;
    border: 1px solid #527450
}

.header-area .main-header-area .main-menu {
    text-align: center;
    padding: 20px 0
}

.header-area .main-header-area .main-menu ul li {
    display: inline-block;
    position: relative;
    margin: 0 20px
}

.header-area .main-header-area .main-menu ul li a {
    color: #727272;
    font-size: 21px;
    font-weight: 500;
    display: inline-block;
    padding: 0;
    font-family: "Poppins", sans-serif;
    position: relative
}

@media (min-width: 992px) and (max-width: 1200px) {
    .header-area .main-header-area .main-menu ul li a {
        font-size: 17px
    }
}

@media (min-width: 1200px) and (max-width: 1500px) {
    .header-area .main-header-area .main-menu ul li a {
        font-size: 17px
    }
}

.header-area .main-header-area .main-menu ul li a i {
    font-size: 9px
}

@media (max-width: 767px) {
    .header-area .main-header-area .main-menu ul li a i {
        display: none !important
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .header-area .main-header-area .main-menu ul li a i {
        display: none !important
    }
}

.header-area .main-header-area .main-menu ul li a::before {
    position: absolute;
    content: "";
    background: #fff;
    width: 100%;
    height: 2px;
    bottom: 0;
    left: 0;
    opacity: 0;
    transform: scaleX(0);
    -webkit-transition: .3s;
    -moz-transition: .3s;
    -o-transition: .3s;
    transition: .3s
}

.header-area .main-header-area .main-menu ul li a:hover::before {
    opacity: 1;
    transform: scaleX(1)
}

.header-area .main-header-area .main-menu ul li a.active::before {
    opacity: 1;
    transform: scaleX(1)
}

.header-area .main-header-area .main-menu ul li a.active {
    color: #527450
}

.header-area .main-header-area .main-menu ul li a:hover {
    color: #527450
}

.header-area .main-header-area .main-menu ul li .submenu {
    position: absolute;
    left: 0;
    top: 160%;
    background: #fff;
    width: 250px;
    z-index: 2;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.02);
    opacity: 0;
    visibility: hidden;
    text-align: left;
    -webkit-transition: .6s;
    -moz-transition: .6s;
    -o-transition: .6s;
    transition: .6s;
	min-width: 300px !important;
}

.header-area .main-header-area .main-menu ul li .submenu li {
    display: block
}

.header-area .main-header-area .main-menu ul li .submenu li a {
    padding: 10px 15px;
    position: inherit;
    -webkit-transition: .3s;
    -moz-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
    display: block;
    color: #727272;
	font-size: 19px;
  font-weight: 400;
}

.header-area .main-header-area .main-menu ul li .submenu li a::before {
    display: none
}

.header-area .main-header-area .main-menu ul li .submenu li:hover a {
    color: #527450
}

.header-area .main-header-area .main-menu ul li:hover > .submenu {
    opacity: 1;
    visibility: visible;
    top: 150%
}

.header-area .main-header-area .main-menu ul li:hover > a::before {
    opacity: 1;
    transform: scaleX(1)
}

.header-area .main-header-area .main-menu ul li:first-child a {
    padding-left: 0
}

.header-area .main-header-area.sticky {
    box-shadow: 0 3px 16px 0 rgba(0, 0, 0, 0.1);
    position: fixed;
    width: 100%;
    top: -70px;
    left: 0;
    right: 0;
    z-index: 99;
    transform: translateY(70px);
    transition: transform 500ms ease, background 500ms ease;
    -webkit-transition: transform 500ms ease, background 500ms ease;
    box-shadow: 0 3px 16px 0 rgba(0, 0, 0, 0.1);
    background: rgba(255, 255, 255, 0.96);

}

.header-area .main-header-area .main-menu .noneOnlyMobil {
    display: none
}

@media (max-width: 767px) {
    .header-area .main-header-area.sticky {
        padding: 10px
    }

    .header-area .main-header-area.sticky {
        height: 50px;

    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .header-area .main-header-area.sticky {
        padding: 10px
    }
}

@media (min-width: 992px) and (max-width: 1200px) {
    .header-area .main-header-area.sticky {
        padding: 10px 20px
    }
}

@media (min-width: 1200px) and (max-width: 1500px) {
    .header-area .main-header-area.sticky {
        padding: 10px 20px
    }
}

.header-area .main-header-area.sticky .main-menu {
    padding: 0
}

.header-area .header-top_area {
    padding: 12px 0;
    background: #527450
}

@media (max-width: 767px) {
    .header-area .header-top_area .social_media_links {
        text-align: center
    }
}

.header-area .header-top_area .short_contact_list {
    text-align: left
}

@media (max-width: 767px) {
    .header-area .header-top_area .short_contact_list {
        text-align: left
    }
}

.header-area .header-top_area .short_contact_list ul li {
    display: inline-block
}

.header-area .header-top_area .short_contact_list ul li a {
    font-size: 14px;
    color: #fff;
    margin-left: 50px
}

@media (max-width: 767px) {
    .header-area .header-top_area .short_contact_list ul li a {
        margin: 0 5px
    }
}

.header-area .header-top_area .short_contact_list ul li a i {
    color: #fff;
    margin-right: 7px
}

.slider_area .single_slider {
    height: 700px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center
}

@media (max-width: 767px) {
    .slider_area .single_slider {
        height: 420px
    }
}

.slider_area .single_slider .slider_text h3 {
    color: #1F1F1F;
    font-family: "Poppins", sans-serif;
    font-size: 70px;
    text-transform: capitalize;
    letter-spacing: 2px;
    font-weight: 300
}

.slider_area .single_slider .slider_text h3 span {
    font-weight: 700
}

@media (max-width: 767px) {
    .slider_area .single_slider .slider_text h3 {
        font-size: 33px;
        letter-spacing: 3px
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .slider_area .single_slider .slider_text h3 {
        font-size: 30px
    }
}

@media (min-width: 992px) and (max-width: 1200px) {
    .slider_area .single_slider .slider_text h3 {
        font-size: 35px;
        letter-spacing: 3px
    }
}

.slider_area .single_slider .slider_text p {
    font-size: 18px;
    font-weight: 400;
    color: #727272;
    margin-bottom: 40px;
    margin-top: 10px
}

@media (min-width: 992px) and (max-width: 1200px) {
    .slider_area .single_slider .slider_text p {
        font-size: 16px
    }
}

@media (max-width: 767px) {
    .slider_area .single_slider .slider_text p {
        font-size: 16px
    }
}

.welcome_docmed_area {
    padding-top: 70px;
    padding-bottom: 0
}

@media (max-width: 767px) {
    .welcome_docmed_area {
        padding-bottom: 0
    }
}

@media (min-width: 992px) and (max-width: 1200px) {
    .welcome_docmed_area {
        padding-bottom: 0
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .welcome_docmed_area {
        padding-bottom: 0
    }
}

.welcome_docmed_area .welcome_thumb {
    position: relative
}

.welcome_docmed_area .welcome_thumb .thumb_1 {
    left: 0
}

.welcome_docmed_area .welcome_thumb .thumb_1 img {
    width: 100%
}

@media (max-width: 767px) {
    .welcome_docmed_area .welcome_thumb .thumb_1 img {
        width: 100%
    }
}

.welcome_docmed_area .welcome_thumb .thumb_2 {
    position: absolute;
    bottom: -94px;
    right: -37px
}

@media (max-width: 767px) {
    .welcome_docmed_area .welcome_thumb .thumb_2 {
        position: absolute;
        left: 0;
        top: 0;
        display: none
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .welcome_docmed_area .welcome_thumb .thumb_2 {
        position: absolute;
        right: 0;
        bottom: -40px
    }
}

.welcome_docmed_area .welcome_thumb .thumb_2 img {
    width: 89%
}

@media (min-width: 768px) and (max-width: 991px) {
    .welcome_docmed_area .welcome_thumb .thumb_2 img {
        width: 100%
    }
}

.welcome_docmed_area .welcome_docmed_info {
    padding-left: 20px
}


.welcome_docmed_area .welcome_docmed_info2 {
    padding-left: 0px;
}

.welcome_docmed_area .welcome_docmed_info2 p {
    font-size: 18px;
    color: #525252;
    line-height: 28px;
}

.welcome_docmed_area .welcome_docmed_info2 ul li {
    color: #727272;
    font-size: 1.2rem;
    line-height: 28px;
    font-weight: 300;
}

.welcome_docmed_area .welcome_docmed_info2 a {
    color: #527450;
}




@media (max-width: 767px) {
    .welcome_docmed_area .welcome_docmed_info {
        padding-left: 0;
        margin-top: 40px
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .welcome_docmed_area .welcome_docmed_info {
        padding-left: 0;
        margin-top: 100px
    }

    .submenu {
        width: 100%
    }
}

.welcome_docmed_area .welcome_docmed_info h2 {
    font-size: 24px;
    font-weight: 400;
    color: #1F1F1F;
    margin-bottom: 40px;
    position: relative;
    z-index: 9;
    padding-bottom: 9px
}

.welcome_docmed_area .welcome_docmed_info h2:before {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    height: 2px;
    width: 50px;
    background: #D3E6DE
}

.welcome_docmed_area .welcome_docmed_info h3 {
    font-weight: 500;
    font-size: 34px;
    margin-bottom: 10px
}

@media (max-width: 767px) {
    .welcome_docmed_area .welcome_docmed_info h3 {
        font-size: 30px
    }
}

@media (max-width: 767px) {
    .welcome_docmed_area .welcome_docmed_info h3 br {
        display: none
    }
}

.welcome_docmed_area .welcome_docmed_info p {
    font-size: 18px;
    color: #525252;
    line-height: 28px
}

.welcome_docmed_area .welcome_docmed_info ul {
    margin-bottom: 40px;
    margin-top: 25px;
    float: left
}

.welcome_docmed_area .welcome_docmed_info ul li {
    color: #727272;
    font-size: 1.2rem;
    line-height: 28px;
    font-weight: 300
}

.welcome_docmed_area .welcome_docmed_info ul li i {
    margin-right: 10px;
    color: #527450;
    font-size: 17px
}

.welcome_docmed_area .welcome_docmed_info a {
    color: #527450
}

.welcome_docmed_area .welcome_docmed_info a:hover {
    color: #272727
}

.naturheilkunde p {
    font-size: 18px;
    line-height: 28px;
    font-weight: 300
}

.business_expert_area {
    padding-bottom: 100px
}

@media (max-width: 767px) {
    .business_expert_area {
        padding-bottom: 50px
    }
}

.business_expert_area .business_info .icon i {
    background: #527450;
    width: 75px;
    height: 75px;
    display: inline-block;
    color: #fff;
    font-size: 35px;
    text-align: center;
    line-height: 75px;
    border-radius: 50%
}

.business_expert_area .business_info h3 {
    font-size: 20px;
    font-weight: 500;
    color: #1F1F1F;
    margin-top: 16px;
    margin-bottom: 14px
}

.business_expert_area .business_info p {
    color: #727272;
    line-height: 28px;
    margin-bottom: 0
}

@media (max-width: 767px) {
    .business_expert_area .business_thumb {
        padding-top: 20px
    }
}

.business_expert_area .business_thumb img {
    width: 100%
}

.business_expert_area .business_tabs_area {
    background: #F5FBFF
}

.business_expert_area .business_tabs_area .nav .nav-item {
    width: 33.3333333334%
}

@media (max-width: 767px) {
    .business_expert_area .business_tabs_area .nav .nav-item {
        width: 100%
    }
}

.business_expert_area .business_tabs_area .nav .nav-item a {
    font-size: 20px;
    font-weight: 400;
    color: #1F1F1F;
    padding: 35px 0 35px 40px
}

@media (max-width: 767px) {
    .business_expert_area .business_tabs_area .nav .nav-item a {
        padding: 10px
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .business_expert_area .business_tabs_area .nav .nav-item a {
        padding: 20px;
        font-size: 15px
    }
}

.business_expert_area .business_tabs_area .nav .nav-item a.active {
    background: #fff
}

.business_expert_area .business_tabs_area #myTab {
    display: flex;
    align-content: center;
    justify-content: space-between
}

.border_bottom {
    border-bottom: 1px solid #E8E8E8;
    padding-bottom: 60px;
    padding-top: 60px
}

.footer {
    background-repeat: no-repeat;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover
}

.footer .footer_top {
    padding-top: 50px;
    padding-bottom: 50px;
    background: #EFF3EF
}

@media (max-width: 767px) {
    .footer .footer_top {
        padding-top: 60px;
        padding-bottom: 30px
    }
}

@media (max-width: 767px) {
    .footer .footer_top .footer_widget {
        margin-bottom: 30px
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .footer .footer_top .footer_widget {
        margin-bottom: 30px
    }
}

.footer .footer_top .footer_widget .footer_title {
    font-size: 22px;
    font-weight: 400;
    color: #527450;
    text-transform: capitalize;
    margin-bottom: 20px
}

@media (max-width: 767px) {
    .footer .footer_top .footer_widget .footer_title {
        margin-bottom: 20px
    }
}

.footer .footer_top .footer_widget .footer_logo {
    font-size: 22px;
    font-weight: 400;
    color: #fff;
    text-transform: capitalize;
    margin-bottom: 40px
}

@media (max-width: 767px) {
    .footer .footer_top .footer_widget .footer_logo {
        margin-bottom: 20px
    }
}

.footer .footer_top .footer_widget p {
    color: #4D4D4D
}

.footer .footer_top .footer_widget p.footer_text {
    font-size: 16px;
    color: #B2B2B2;
    margin-bottom: 23px;
    font-weight: 400;
    line-height: 28px
}

.footer .footer_top .footer_widget p.footer_text a.domain {
    color: #B2B2B2;
    font-weight: 400
}

.footer .footer_top .footer_widget p.footer_text a.domain:hover {
    color: #5DB2FF;
    border-bottom: 1px solid #5DB2FF
}

.footer .footer_top .footer_widget p.footer_text.doanar a {
    font-weight: 500;
    color: #B2B2B2
}

.footer .footer_top .footer_widget p.footer_text.doanar a:hover {
    color: #5DB2FF;
    border-bottom: 1px solid #5DB2FF
}

.footer .footer_top .footer_widget p.footer_text.doanar a.first {
    margin-bottom: 10px
}

.footer .footer_top .footer_widget ul li a {
    font-size: 16px;
    font-weight: 300;
    line-height: 28px;
    color: #4D4D4D
}

.footer .footer_top .footer_widget ul {
    float: left
}

.footer .footer_top .footer_widget ul li a:hover {
    color: #527450
}

.footer .footer_top .footer_widget .newsletter_form {
    position: relative;
    margin-bottom: 20px
}

.footer .footer_top .footer_widget .newsletter_form input {
    width: 100%;
    height: 45px;
    background: #fff;
    padding-left: 20px;
    font-size: 16px;
    color: #000;
    border: none
}

.footer .footer_top .footer_widget .newsletter_form input::placeholder {
    font-size: 16px;
    color: #919191
}

.footer .footer_top .footer_widget .newsletter_form button {
    position: absolute;
    top: 0;
    right: 0;
    height: 100%;
    border: none;
    font-size: 14px;
    color: #fff;
    background: #5DB2FF;
    padding: 10px;
    padding: 0 22px;
    cursor: pointer
}

.footer .footer_top .footer_widget .newsletter_text {
    font-size: 16px;
    color: #BABABA
}

.footer .copy-right_text {
    padding-bottom: 30px;
    background: #527450
}

.footer .copy-right_text .footer_border {
    padding-bottom: 30px
}

.footer .copy-right_text .copy_right {
    font-size: 16px;
    color: #fff;
    margin-bottom: 0;
    font-weight: 400
}

@media (max-width: 767px) {
    .footer .copy-right_text .copy_right {
        font-size: 14px
    }
}

.footer .copy-right_text .copy_right a {
    color: #5DB2FF
}

.footer .socail_links {
    margin-top: 47px
}

@media (max-width: 767px) {
    .footer .socail_links {
        margin-top: 30px
    }
}

.footer .socail_links ul li {
    display: inline-block
}

.footer .socail_links ul li a {
    font-size: 18px;
    color: #C3B2F0;
    line-height: 42px;
    width: 50px;
    height: 50px;
    display: inline-block;
    text-align: center;
    background: #707070;
    border-radius: 4px;
    line-height: 50px !important;
    margin-right: 7px;
    color: #FFF
}

.footer .socail_links ul li a:hover {
    color: #fff !important
}

.breadcam_bg {
    background-image: url(../img/banner/bradcam.png)
}

.breadcam_bg_1 {
    background-image: url(../img/banner/bradcam2.png)
}

.breadcam_bg_2 {
    background-image: url(../img/banner/bradcam3.png)
}

.bradcam_area {
    padding: 170px;
    background-size: cover;
    background-position: center center;
    padding: 40px 0;
    background-repeat: no-repeat
}

@media (max-width: 767px) {
    .bradcam_area {
        padding: 30px 0
    }
}

.bradcam_area h3 {
    font-size: 60px;
    color: #fff;
    font-weight: 600;
    margin-bottom: 0
}

@media (max-width: 767px) {
    .bradcam_area h3 {
        font-size: 30px
    }

    .bradcam_area p {
        font-size: 1.1em !important;
        line-height: 140%;
    }
}

.bradcam_area p {
    /*    font-size: 1.3em;*/
    color: #fff;
    font-weight: 400;
    padding-top: 10px;
    font-size: 1.3em;
}

.bradcam_area p a {
    color: #fff
}

.bradcam_area p a:hover {
    color: #fff
}

.popup_box {
    background: #fff;
    display: inline-block;
    z-index: 9;
    width: 681px;
    padding: 60px 40px
}

.mfp-bg {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1042;
    overflow: hidden;
    position: fixed;
    background: #000;
    opacity: .7
}

.expert_doctors_area {
    padding-top: 0;
    padding-bottom: 120px
}

.expert_doctors_area.doctor_page {
    padding-bottom: 80px
}

@media (max-width: 767px) {
    .expert_doctors_area {
        padding-top: 0;
        padding-bottom: 80px
    }
}

.expert_doctors_area .doctors_title h3 {
    font-size: 24px;
    font-weight: 500;
    color: #1F1F1F
}

@media (max-width: 767px) {
    .expert_doctors_area .doctors_title h3 {
        font-size: 24px
    }
}

.expert_doctors_area .single_expert .expert_thumb {
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    overflow: hidden
}

.expert_doctors_area .single_expert .expert_thumb img {
    -webkit-transition: .3s;
    -moz-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    width: 100%
}

.expert_doctors_area .single_expert .experts_name {
    -webkit-transition: .3s;
    -moz-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
    background: #c5ddc4;
    padding-top: 16px;
    padding-bottom: 18px
}

.expert_doctors_area .single_expert .experts_name h3 {
    font-size: 20px;
    font-weight: 500;
    margin-bottom: 1px;
    -webkit-transition: .3s;
    -moz-transition: .3s;
    -o-transition: .3s;
    transition: .3s
}

.expert_doctors_area .single_expert .experts_name span {
    color: #919191;
    font-size: 13px;
    -webkit-transition: .3s;
    -moz-transition: .3s;
    -o-transition: .3s;
    transition: .3s
}

.expert_doctors_area .single_expert:hover .expert_thumb img {
    -webkit-transform: scale(1.03);
    -moz-transform: scale(1.03);
    -ms-transform: scale(1.03);
    transform: scale(1.03)
}

.expert_doctors_area .single_expert:hover .experts_name h3 {
    color: #fff
}

.expert_doctors_area .single_expert:hover .experts_name span {
    color: #fff
}

.expert_doctors_area .owl-carousel .owl-nav div {
    background: transparent;
    height: 40px;
    left: 0;
    text-align: center;
    -webkit-transform: translateY(0%);
    -ms-transform: translateY(0%);
    transform: translateY(0%);
    width: 40px;
    color: #919191;
    background-color: transparent;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    font-size: 15px;
    line-height: 40px;
    border: 1px solid #EEE;
    left: auto;
    left: auto;
    top: -100px;
    right: 55px
}

.expert_doctors_area .owl-carousel .owl-nav div.owl-next {
    left: auto;
    right: 0
}

.expert_doctors_area .owl-carousel .owl-nav div.owl-next i {
    position: relative;
    right: 0
}

.expert_doctors_area .owl-carousel .owl-nav div.owl-prev i {
    position: relative;
    top: 0
}

.sample-text-area {
    background: #fff;
    padding: 100px 0 70px
}

.text-heading {
    margin-bottom: 30px;
    font-size: 24px
}

b,
sup,
sub,
u,
del {
    color: #ff5e13
}

h1 {
    font-size: 36px
}

h2 {
    font-size: 30px
}

h3 {
    font-size: 24px
}

h4 {
    font-size: 18px
}

h5 {
    font-size: 16px
}

h6 {
    font-size: 14px
}

h1,
h2,
h3,
h4,
h5,
h6 {
    line-height: 1.2em
}

.typography h1,
.typography h2,
.typography h3,
.typography h4,
.typography h5,
.typography h6 {
    color: #828bb2
}

.button-area {
    background: #fff
}

.button-area .border-top-generic {
    padding: 70px 15px;
    border-top: 1px dotted #eee
}

.button-group-area .genric-btn {
    margin-right: 10px;
    margin-top: 10px
}

.button-group-area .genric-btn:last-child {
    margin-right: 0
}

.genric-btn {
    display: inline-block;
    outline: none;
    line-height: 40px;
    padding: 0 30px;
    font-size: .8em;
    text-align: center;
    text-decoration: none;
    font-weight: 500;
    cursor: pointer;
    -webkit-transition: all .3s ease 0;
    -moz-transition: all .3s ease 0;
    -o-transition: all .3s ease 0;
    transition: all .3s ease 0
}

.genric-btn:focus {
    outline: none
}

.genric-btn.e-large {
    padding: 0 40px;
    line-height: 50px
}

.genric-btn.large {
    line-height: 45px
}

.genric-btn.medium {
    line-height: 30px
}

.genric-btn.small {
    line-height: 25px
}

.genric-btn.radius {
    border-radius: 3px
}

.genric-btn.circle {
    border-radius: 20px
}

.genric-btn.arrow {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.genric-btn.arrow span {
    margin-left: 10px
}

.genric-btn.default {
    color: #415094;
    background: #f9f9ff;
    border: 1px solid transparent
}

.genric-btn.default:hover {
    border: 1px solid #f9f9ff;
    background: #fff
}

.genric-btn.default-border {
    border: 1px solid #f9f9ff;
    background: #fff
}

.genric-btn.default-border:hover {
    color: #415094;
    background: #f9f9ff;
    border: 1px solid transparent
}

.genric-btn.primary {
    color: #fff;
    background: #ff5e13;
    border: 1px solid transparent
}

.genric-btn.primary:hover {
    color: #ff5e13;
    border: 1px solid #ff5e13;
    background: #fff
}

.genric-btn.primary-border {
    color: #ff5e13;
    border: 1px solid #ff5e13;
    background: #fff
}

.genric-btn.primary-border:hover {
    color: #fff;
    background: #ff5e13;
    border: 1px solid transparent
}

.genric-btn.success {
    color: #fff;
    background: #4cd3e3;
    border: 1px solid transparent
}

.genric-btn.success:hover {
    color: #4cd3e3;
    border: 1px solid #4cd3e3;
    background: #fff
}

.genric-btn.success-border {
    color: #4cd3e3;
    border: 1px solid #4cd3e3;
    background: #fff
}

.genric-btn.success-border:hover {
    color: #fff;
    background: #4cd3e3;
    border: 1px solid transparent
}

.genric-btn.info {
    color: #fff;
    background: #38a4ff;
    border: 1px solid transparent
}

.genric-btn.info:hover {
    color: #38a4ff;
    border: 1px solid #38a4ff;
    background: #fff
}

.genric-btn.info-border {
    color: #38a4ff;
    border: 1px solid #38a4ff;
    background: #fff
}

.genric-btn.info-border:hover {
    color: #fff;
    background: #38a4ff;
    border: 1px solid transparent
}

.genric-btn.warning {
    color: #fff;
    background: #f4e700;
    border: 1px solid transparent
}

.genric-btn.warning:hover {
    color: #f4e700;
    border: 1px solid #f4e700;
    background: #fff
}

.genric-btn.warning-border {
    color: #f4e700;
    border: 1px solid #f4e700;
    background: #fff
}

.genric-btn.link {
    color: #415094;
    background: #f9f9ff;
    text-decoration: underline;
    border: 1px solid transparent
}

.genric-btn.link:hover {
    color: #415094;
    border: 1px solid #f9f9ff;
    background: #fff
}

.genric-btn.link-border {
    color: #415094;
    border: 1px solid #f9f9ff;
    background: #fff;
    text-decoration: underline
}

.genric-btn.link-border:hover {
    color: #415094;
    background: #f9f9ff;
    border: 1px solid transparent
}

.genric-btn.disable {
    color: #222222, #0.3;
    background: #f9f9ff;
    border: 1px solid transparent;
    cursor: not-allowed
}

.generic-blockquote {
    padding: 30px 50px 30px 30px;
    background: #eff3ef;
    border-left: 3px solid #527450;
    border-radius: 0 20px 20px 0;
    -webkit-box-shadow: 3px 3px 5px -3px rgba(77, 77, 77, 1);
    -moz-box-shadow: 3px 3px 5px -3px rgba(77, 77, 77, 1);
    box-shadow: 3px 3px 5px -3px rgba(77, 77, 77, 1)
}

.generic-blockquote p {
    font-size: 18px
}

.generic-blockquote ul {
    float: none
}

.generic-blockquote ul li {
    list-style: disc;
    margin-left: 18px;
    line-height: 160%;
    font-size: 18px;
    color: #525252;
    font-weight: 300;
    padding-bottom: 10px
}

.generic-blockquote strong {
    color: #527450;
    font-weight: 500
}

.generic-blockquote-2 {
    padding: 30px 50px 30px 30px;
    background: #eff3ef;
    border-left: 3px solid #527450;
    border-radius: 0 20px 20px 0;
    -webkit-box-shadow: 3px 3px 5px -3px rgba(77, 77, 77, 1);
    -moz-box-shadow: 3px 3px 5px -3px rgba(77, 77, 77, 1);
    box-shadow: 3px 3px 5px -3px rgba(77, 77, 77, 1)
}

.generic-blockquote-2 p {
    font-size: 18px
}

.generic-blockquote-2 ul {
    float: left;
    display: block
}

.generic-blockquote-2 ul li {
    list-style-type: square
}

.generic-blockquote-2 strong {
    color: #527450;
    font-weight: 500
}

.grau {
    color: #727272
}

.termin a {
    color: #527450
}

.termin a:hover {
    color: #272727
}

.progress-table-wrap {
    overflow-x: scroll
}

.single-gallery-image {
    margin-top: 30px;
    background-repeat: no-repeat !important;
    background-position: center center !important;
    background-size: cover !important;
    height: 200px
}

.list-style {
    width: 14px;
    height: 14px
}

.mt-10 {
    margin-top: 10px
}

.section-top-border {
    padding: 50px 0;
    border-top: 2px dotted #d3e6de
}

.mb-30 {
    margin-bottom: 30px
}

.mt-30 {
    margin-top: 30px
}

.switch-wrap {
    margin-bottom: 10px
}


@media(max-width: 920px) {
  .bradcam_text br {
    display: none;
  }
}