/* 
 Theme Name:   Centrocc
 Theme URI:    
 Description:  
 Author:       Wagner Laszlo
 Author URI:   nerla.hu
 Template:     wp-bootstrap-starter
 Version:      1.0
 License:      GNU General Public License v2 or later
 License URI:  http://www.gnu.org/licenses/gpl-2.0.html

 /* == Add your own styles below this line ==
--------------------------------------------*/

/** VARIABLES
===================================*/

/** RESET AND LAYOUT
===================================*/

/* owl */

/**
 * Owl Carousel v2.3.4
 * Copyright 2013-2018 David Deutsch
 * Licensed under: SEE LICENSE IN https://github.com/OwlCarousel2/OwlCarousel2/blob/master/LICENSE
 */
body {}
.wpml-ls-link img{
    margin-right: 4px;
}

@media (min-width:930px) {

    .program-row {
        max-width: 850px;
        margin: auto !important;
    }
}

.program-row .wpb_wrapper {
    position: relative;

}

.centered-title h2 {
    text-align: center;
    margin-bottom: 35px !important;
}

h1,
h2,
h3,
h4 {
    font-family: 'Poppins', sans-serif;
    font-weight: 700;
    letter-spacing: -0.03em;
    line-height: 1.4em;
}

.program-num {
    position: absolute;
    width: 50px;
    height: 50px;
    text-align: center;

    padding-top: 12px;
    font-weight: 700;
    top: 30px;
    left: -20px;
    color: #fff;
    background: #65708F;
    display: block;
    z-index: 1;

}

.mflex-row {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-align: center !important;
    align-items: center !important;
}

.program-title {
    font-size: 1.2em;
    font-style: italic;
    font-weight: 700;
    color: #65708F;
}

@media (max-width:767px) {
    .program-title {
        font-size: 1em;
    }
}



.program-row .wpb_content_element {
    margin-bottom: 0px !important;
}



@media (min-width:430px) {

    .reverse-col {
        flex-direction: row-reverse;
        text-align: right;
    }

    .reverse-col .program-num {
        right: -20px;
        left: inherit;


    }

    .program-row .vc_col-sm-6 {
        width: auto;
        float: inherit;
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%;

    }


}

@media (max-width:429px) {
    .program-num {
        top: 60%;

    }

    .program-row .program-title {
        margin-bottom: 20px !important;
    }
}

.down-arrow {
    position: relative;
    margin-top: 30px;
}

.down-arrow:before {
    content: '';
    position: absolute;
    left: 50%;
    margin-left: -15px;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 15px 15px 0 15px;
    border-color: #65708f transparent transparent transparent;

}

.flight {
    padding: 30px;
    border: dashed 2px #d3deeb;
    text-align: center;
    position: relative;
    font-weight: bold;
    font-size: 23px;
    margin-top: 30px;
}

.flight i {
    position: absolute;
    left: 50%;
    width: 50px;
    height: 50px;
    line-height: 45px;
    font-size: 18px;
    background: #E03461;
    color: #fff;
    border-radius: 40px;
    top: -25px;
    margin-left: -25px;

    border: solid 2px #d3deeb;
}

.gift {
    font-size: 60px;
    color: #E03461;
    margin: auto;
    position: relative;
    left: 50%;
    margin-bottom: 20px;
    margin-left: -29px;

}

.down-arrow:before {
    -webkit-animation: mover 1s infinite alternate;
    animation: mover 1s infinite alternate;
}

.down-arrow:before {
    -webkit-animation: mover 1s infinite alternate;
    animation: mover 1s infinite alternate;
}

@-webkit-keyframes mover {
    0% {
        transform: translateY(0);
    }

    100% {
        transform: translateY(-10px);
    }
}

@keyframes mover {
    0% {
        transform: translateY(0);
    }

    100% {
        transform: translateY(-10px);
    }
}

.owl-carousel,
.owl-carousel .owl-item {
    -webkit-tap-highlight-color: transparent;
    position: relative
}

.owl-carousel {
    display: none;
    width: 100%;
    z-index: 1
}

.owl-carousel .owl-stage {
    position: relative;
    -ms-touch-action: pan-Y;
    touch-action: manipulation;
    -moz-backface-visibility: hidden;

}

.owl-carousel .owl-stage:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0
}

.owl-carousel .owl-stage-outer {
    position: relative;
    overflow: hidden;
    -webkit-transform: translate3d(0, 0, 0)
}

.owl-carousel .owl-item,
.owl-carousel .owl-wrapper {
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0)
}

.owl-carousel .owl-item {
    min-height: 1px;
    float: left;
    -webkit-backface-visibility: hidden;
    -webkit-touch-callout: none
}

.owl-carousel .owl-item img {
    display: block;
    width: 100%
}

.owl-carousel .owl-dots.disabled,
.owl-carousel .owl-nav.disabled {
    display: none
}

.no-js .owl-carousel,
.owl-carousel.owl-loaded {
    display: block
}

.owl-carousel .owl-dot,
.owl-carousel .owl-nav .owl-next,
.owl-carousel .owl-nav .owl-prev {
    cursor: pointer;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.owl-carousel .owl-nav button.owl-next,
.owl-carousel .owl-nav button.owl-prev,
.owl-carousel button.owl-dot {
    background: 0 0;
    color: inherit;
    border: none;
    padding: 0 !important;
    font: inherit;
    border: solid 4px #fff;

}

.owl-carousel button.owl-dot {
    border-radius: 10px;
    margin: 3px;
}

.owl-dots {
    text-align: center;
}


.blog-carousel.owl-carousel button.owl-dot,
.refs.owl-carousel button.owl-dot {
    border-color: #efefef;
}

.owl-carousel button.owl-dot.active {
    border-color: #23b6c7;
}

.owl-carousel.owl-loading {
    opacity: 0;
    display: block
}

.owl-carousel.owl-hidden {
    opacity: 0
}

.owl-carousel.owl-refresh .owl-item {
    visibility: hidden
}

.owl-carousel.owl-drag .owl-item {
    -ms-touch-action: pan-y;
    touch-action: pan-y;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.owl-carousel.owl-grab {
    cursor: move;
    cursor: grab
}

.owl-carousel.owl-rtl {
    direction: rtl
}

.owl-carousel.owl-rtl .owl-item {
    float: right
}

.owl-carousel .animated {
    animation-duration: 1s;
    animation-fill-mode: both
}

.owl-carousel .owl-animated-in {
    z-index: 0
}

.owl-carousel .owl-animated-out {
    z-index: 1
}

.owl-carousel .fadeOut {
    animation-name: fadeOut
}

@keyframes fadeOut {
    0% {
        opacity: 1
    }

    100% {
        opacity: 0
    }
}

.owl-height {
    transition: height .5s ease-in-out
}

.owl-carousel .owl-item .owl-lazy {
    opacity: 0;
    transition: opacity .4s ease
}

.owl-carousel .owl-item .owl-lazy:not([src]),
.owl-carousel .owl-item .owl-lazy[src^=""] {
    max-height: 0
}

.owl-carousel .owl-item img.owl-lazy {
    transform-style: preserve-3d
}

.owl-carousel .owl-video-wrapper {
    position: relative;
    height: 100%;
    background: #000
}

.owl-carousel .owl-video-play-icon {
    position: absolute;
    height: 80px;
    width: 80px;
    left: 50%;
    top: 50%;
    margin-left: -40px;
    margin-top: -40px;
    background: url(owl.video.play.png) no-repeat;
    cursor: pointer;
    z-index: 1;
    -webkit-backface-visibility: hidden;
    transition: transform .1s ease
}

.owl-carousel .owl-video-play-icon:hover {
    -ms-transform: scale(1.3, 1.3);
    transform: scale(1.3, 1.3)
}

.owl-carousel .owl-video-playing .owl-video-play-icon,
.owl-carousel .owl-video-playing .owl-video-tn {
    display: none
}

.owl-carousel .owl-video-tn {
    opacity: 0;
    height: 100%;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: contain;
    transition: opacity .4s ease
}

.owl-carousel .owl-video-frame {
    position: relative;
    z-index: 1;
    height: 100%;
    width: 100%
}

/* owl end */

.pages-to-main {
    margin-bottom: 50px !important;
}

.mb-50 {
    margin-bottom: 50px;
}

.nivo-caption {
    display: none !important;
}

.excerpt p:after {
    display: inline;

}



.theme-default .nivoSlider {
    box-shadow: none !important;
    -webkit-box-shadow: none !important;
}

.smaller-gallery {
    max-width: 550px;
    margin: auto;
}

body {
    color: #444;
}

.wp-caption-text {
    font-size: 18px !important;
    color: #444;
    padding-top: 15px !important;
    font-weight: 600;
}

.fullwidth-sm {
    max-width: 1000px;
    margin: auto;
}

.video-container {
    margin-top: 30px !important;
    border: solid 4px #edf2f6;
}

.bigger-p {
    font-size: 26px;
    line-height: 1.2em;
}

.video-title.red,
.red {
    color: #af2727;
}

.video-title.red {
    font-weight: 900;
}

.btn {
    padding-left: 20px;
    padding-right: 20px;
}

.h-slider .item a {
    display: block;
}

.entry-content {
    margin-top: 0px;
}

.page-title h1 {
    color: #fff;
    padding-bottom: 5px;
    margin-bottom: 5px !important;
    text-align: left;
}

a {
    color: #23b6c7;

    -webkit-transition: all 300ms ease-in-out;
    -moz-transition: all 300ms ease-in-out;
    -o-transition: all 300ms ease-in-out;
    transition: all 300ms ease-in-out;
}

.btn-primary {
    color: #fff;
    background-color: #23b6c7;
    border-color: #23b6c7
}

.btn-primary:hover {
    color: #23b6c7;
    background-color: #fff;
    border-color: #23b6c7;
}

.center-btn {
    margin-top: 20px;
}

.btn-outline-primary {
    border-color: #23b6c7;
    color: #23b6c7;
    font-weight: 700;
    text-transform: uppercase;
    font-size: 14px;
}

.btn-outline-primary:hover {
    background: #23b6c7;
    border-color: #23b6c7;
}

.admin-bar .clone.navigation.sticky {
    top: 32px;
}

@media (max-width:1199px) {
    .clone.navigation.sticky {
        display: none;
    }
}

.clone.navigation {
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
    position: fixed;
    top: -100%;
    background: #fff;
    z-index: 10000;
    padding-top: 5px;
    padding-bottom: 5px;
}

.clone.navigation .navbar-nav .nav-link {
    color: #444;
    font-size: 14px;
    font-weight: 700;
}

.clone.navigation.sticky {
    top: 0px;
}

.btn {
    border-radius: 50px;
    white-space: normal;
    line-height: 1.4em;
}

.btn-lg {
    text-transform: uppercase;
    font-weight: 900;
    font-size: 16px;
    padding: 15px 35px;
}

.green-btn {
    border: solid #38a9e4 1px;
    padding: 10px 20px;
    border-radius: 50px;
    color: #38a9e4;
    background: #38a9e4;
    color: #fff;
    margin-top: 20px;
    margin-bottom: 40px;
    display: inline-block;
    font-weight: 700;
    background-color: #EC7A5C;
    text-align: center;
    border-color: #EC7A5C;
}

.green-btn:hover {
    text-decoration: none;
    color: #fff;
    background-color: #c76850;
    border-color: #c76850;
}

.btn-warning {
    color: #fff;
    background-color: #EC7A5C;
    border-color: #EC7A5C;
}

.btn-warning:hover {
    color: #fff;
    background-color: #c76850;
    border-color: #c76850;
}

.video-container {
    max-width: 800px;
    margin: auto;
    padding: 30px;
    padding-top: 20px;
    background: #fff;
}

.video-title {
    margin-bottom: 20px;
    text-align: center;
}

.contact-videos {
    padding-top: 50px;
    padding-bottom: 50px;
    margin-bottom: -35px;
}

/* Flexible iFrame */

.flexible-container {
    position: relative;
    padding-bottom: 56.2%;
    height: 0;
    overflow: hidden;
}

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

.bx-wrapper img {
    max-width: 100%;
    display: block;
}

.bxslider {
    margin: 0;
    padding: 0;
}

ul.bxslider {
    list-style: none;
}

.bx-viewport {
    /*fix other elements on the page moving (on Chrome)*/
    -webkit-transform: translatez(0);
}

/*! Swipebox v1.3.0 | Constantin Saguin csag.co | MIT License | github.com/brutaldesign/swipebox */

html.swipebox-html.swipebox-touch {
    overflow: hidden !important
}

#swipebox-overlay img {
    border: none !important
}

#swipebox-overlay {
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 99999 !important;
    overflow: hidden;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

#swipebox-container {
    position: relative;
    width: 100%;
    height: 100%
}

#swipebox-slider {
    -webkit-transition: -webkit-transform .4s ease;
    transition: transform .4s ease;
    height: 100%;
    left: 0;
    top: 0;
    width: 100%;
    white-space: nowrap;
    position: absolute;
    display: none;
    cursor: pointer
}

#swipebox-slider .slide {
    height: 100%;
    width: 100%;
    line-height: 1px;
    text-align: center;
    display: inline-block
}

#swipebox-slider .slide:before {
    content: "";
    display: inline-block;
    height: 50%;
    width: 1px;
    margin-right: -1px
}

#swipebox-slider .slide .swipebox-inline-container,
#swipebox-slider .slide .swipebox-video-container,
#swipebox-slider .slide img {
    display: inline-block;
    max-height: 100%;
    max-width: 100%;
    margin: 0;
    padding: 0;
    width: auto;
    height: auto;
    vertical-align: middle
}

#swipebox-slider .slide .swipebox-video-container {
    background: 0 0;
    max-width: 1140px;
    max-height: 100%;
    width: 100%;
    padding: 5%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

#swipebox-slider .slide .swipebox-video-container .swipebox-video {
    width: 100%;
    height: 0;
    padding-bottom: 56.25%;
    overflow: hidden;
    position: relative
}

#swipebox-slider .slide .swipebox-video-container .swipebox-video iframe {
    width: 100% !important;
    height: 100% !important;
    position: absolute;
    top: 0;
    left: 0
}

#swipebox-slider .slide-loading {
    background: url(images/loader.gif) center center no-repeat
}

#swipebox-bottom-bar,
#swipebox-top-bar {
    -webkit-transition: .5s;
    transition: .5s;
    position: absolute;
    left: 0;
    z-index: 999;
    height: 50px;
    width: 100%
}

#swipebox-bottom-bar {
    bottom: -50px
}

#swipebox-bottom-bar.visible-bars {
    -webkit-transform: translate3d(0, -50px, 0);
    transform: translate3d(0, -50px, 0)
}

#swipebox-top-bar {
    top: -50px
}

#swipebox-top-bar.visible-bars {
    -webkit-transform: translate3d(0, 50px, 0);
    transform: translate3d(0, 50px, 0)
}

#swipebox-title {
    display: block;
    width: 100%;
    text-align: center
}

#swipebox-close,
#swipebox-next,
#swipebox-prev {
    background-image: url(images/icons.png) !important;
    background-repeat: no-repeat;
    border: none !important;
    text-decoration: none !important;
    cursor: pointer;
    width: 50px;
    height: 50px;
    top: 0
}

#swipebox-arrows {
    display: block;
    margin: 0 auto;
    width: 100%;
    height: 50px
}

#swipebox-prev {
    background-position: -32px 13px;
    float: left
}

#swipebox-next {
    background-position: -78px 13px;
    float: right
}

#swipebox-close {
    top: 0;
    right: 0;
    position: absolute;
    z-index: 9999;
    background-position: 15px 12px
}

.swipebox-no-close-button #swipebox-close {
    display: none
}

#swipebox-next.disabled,
#swipebox-prev.disabled {
    opacity: .3
}

.swipebox-no-touch #swipebox-overlay.rightSpring #swipebox-slider {
    -webkit-animation: rightSpring .3s;
    animation: rightSpring .3s
}

.swipebox-no-touch #swipebox-overlay.leftSpring #swipebox-slider {
    -webkit-animation: leftSpring .3s;
    animation: leftSpring .3s
}

.swipebox-touch #swipebox-container:after,
.swipebox-touch #swipebox-container:before {
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
    content: ' ';
    position: absolute;
    z-index: 999;
    top: 0;
    height: 100%;
    width: 20px;
    opacity: 0
}

.swipebox-touch #swipebox-container:before {
    left: 0;
    -webkit-box-shadow: inset 10px 0 10px -8px #656565;
    box-shadow: inset 10px 0 10px -8px #656565
}

.swipebox-touch #swipebox-container:after {
    right: 0;
    -webkit-box-shadow: inset -10px 0 10px -8px #656565;
    box-shadow: inset -10px 0 10px -8px #656565
}

.swipebox-touch #swipebox-overlay.leftSpringTouch #swipebox-container:before,
.swipebox-touch #swipebox-overlay.rightSpringTouch #swipebox-container:after {
    opacity: 1
}

@-webkit-keyframes rightSpring {
    0% {
        left: 0
    }

    50% {
        left: -30px
    }

    100% {
        left: 0
    }
}

@keyframes rightSpring {
    0% {
        left: 0
    }

    50% {
        left: -30px
    }

    100% {
        left: 0
    }
}

@-webkit-keyframes leftSpring {
    0% {
        left: 0
    }

    50% {
        left: 30px
    }

    100% {
        left: 0
    }
}

@keyframes leftSpring {
    0% {
        left: 0
    }

    50% {
        left: 30px
    }

    100% {
        left: 0
    }
}

@media screen and (min-width:800px) {
    #swipebox-close {
        right: 10px
    }

    #swipebox-arrows {
        width: 92%;
        max-width: 800px
    }
}

#swipebox-overlay {
    background: #0d0d0d
}

#swipebox-bottom-bar,
#swipebox-top-bar {
    text-shadow: 1px 1px 1px #000;
    background: #000;
    opacity: .95
}

#swipebox-top-bar {
    color: #fff !important;
    font-size: 15px;
    line-height: 43px;
    font-family: Helvetica, Arial, sans-serif
}

/** bx
===================================*/

.bx-wrapper {
    background: transparent;
}

.bx-wrapper .bx-pager,
.bx-wrapper .bx-controls-auto {
    position: absolute;
    bottom: -30px;
    width: 100%;
}

/* LOADER */

.bx-wrapper .bx-loading {
    min-height: 50px;
    background: url('images/bx_loader.gif') center center no-repeat;
    height: 100%;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 2000;
    display: none;
}

/* PAGER */

.bx-wrapper .bx-pager {
    text-align: center;
    font-size: .85em;
    font-family: Arial;
    font-weight: bold;
    color: #666;
    padding-top: 20px;
}

.bx-wrapper .bx-pager.bx-default-pager a {
    background: #666;
    text-indent: -9999px;
    display: block;
    width: 10px;
    height: 10px;
    margin: 0 5px;
    outline: 0;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
}

.bx-wrapper .bx-pager.bx-default-pager a:hover,
.bx-wrapper .bx-pager.bx-default-pager a.active,
.bx-wrapper .bx-pager.bx-default-pager a:focus {
    background: #000;
}

.bx-wrapper .bx-pager-item,
.bx-wrapper .bx-controls-auto .bx-controls-auto-item {
    display: inline-block;
    vertical-align: bottom;
    *zoom: 1;
    *display: inline;
}

.bx-wrapper .bx-pager-item {
    font-size: 0;
    line-height: 0;
}

/* DIRECTION CONTROLS (NEXT / PREV) */

.bx-wrapper .bx-prev,
.bx-wrapper .bx-next {
    width: 40px;
    height: 40px;
    line-height: 32px;
    background: #38a9e4;
    border: solid 1px #38a9e4;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    border-radius: 30px;
    text-align: center;
    -webkit-transition: all 300ms cubic-bezier(0.175, 0.885, 0.32, 1.275);
    -moz-transition: all 300ms cubic-bezier(0.175, 0.885, 0.32, 1.275);
    -o-transition: all 300ms cubic-bezier(0.175, 0.885, 0.32, 1.275);
    transition: all 300ms cubic-bezier(0.175, 0.885, 0.32, 1.275);
}

.bx-wrapper .bx-prev:hover,
.bx-wrapper .bx-next:hover {
    background: #fff;
    box-shadow: 0 4px 6px rgba(65, 132, 144, 0.1), 0 1px 3px rgba(0, 0, 0, 0.08);
    border: solid 1px #fff;
}

.bx-wrapper .bx-prev:hover:before,
.bx-wrapper .bx-next:hover:before {
    color: #38a9e4;
}

.bx-wrapper .bx-prev:before {
    font-family: 'Font Awesome 5 Free';
    font-weight: 900;
    content: "\f104";
    display: inline-block;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    color: #fff;
}

.bx-wrapper .bx-next:before {
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    content: "\f105";
    color: #fff;
    display: inline-block;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
}

.bx-wrapper .bx-prev {
    left: 10px;
}

.bx-wrapper .bx-prev:hover,
.bx-wrapper .bx-prev:focus {
    background-position: 0 0;
}

.bx-wrapper .bx-next {
    right: 10px;
}

.bx-wrapper .bx-next:hover,
.bx-wrapper .bx-next:focus {
    background-position: -43px 0;
}

.bx-wrapper .bx-controls-direction a {
    position: absolute;
    top: 50%;
    margin-top: -16px;
    outline: 0;
    width: 32px;
    height: 32px;
    z-index: 9999;
}

.references .bx-wrapper .bx-controls-direction a {
    top: 40%;
}

.bx-wrapper .bx-next {
    right: -15px;
}

.bx-wrapper .bx-prev {
    left: -15px;
}

.bx-wrapper .bx-controls-direction a.disabled {
    display: none;
}

@media (min-width:768px) {
    .gallery .bx-wrapper .bx-controls-direction a.bx-prev {
        top: 0px;
        left: 50%;
        margin-left: -15px;
        -webkit-transform: rotate(90deg);
        -moz-transform: rotate(90deg);
        -o-transform: rotate(90deg);
        -ms-transform: rotate(90deg);
        transform: rotate(90deg);
    }

    .gallery .bx-wrapper .bx-controls-direction a.bx-next {
        bottom: -15px;
        left: 50%;
        top: inherit;
        margin-left: -15px;
        -webkit-transform: rotate(90deg);
        -moz-transform: rotate(90deg);
        -o-transform: rotate(90deg);
        -ms-transform: rotate(90deg);
        transform: rotate(90deg);
    }
}

.col-sm-8.video {
    -ms-flex: 0 0 69%;
    flex: 0 0 69%;
    max-width: 69%;
}

.col-4.gallery {
    -ms-flex: 0 0 31%;
    flex: 0 0 31%;
    max-width: 31%;
    max-height: 425px;
}

@media (max-width:1199px) {
    .col-4.gallery {
        max-height: 360px;
    }
}

@media (max-width:991px) {
    .col-4.gallery {
        max-height: 275px;
    }
}

@media (max-width:767px) {
    .col-4.gallery {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
        margin-top: 40px;
    }

    .col-sm-8.video {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }

    .hidemobile {
        display: none;
    }
}

@media (max-width:575px) {}

.dropdown-toggle {}

.caret {
    position: absolute;
    right: 10px;
    top: 10px;
}

.mobile-arrow {
    display: none;
}

@media (max-width:1199px) {
    .dropdown .mobile-arrow:after {
        font-family: "Font Awesome 5 Free";
        font-weight: 900;
        content: "\f105";
        color: #fff;
        display: block;
        font-style: normal;
        font-variant: normal;
        text-rendering: auto;
        -webkit-font-smoothing: antialiased;
        -webkit-transition: all 300ms cubic-bezier(0.175, 0.885, 0.32, 1.275);
        -moz-transition: all 300ms cubic-bezier(0.175, 0.885, 0.32, 1.275);
        -o-transition: all 300ms cubic-bezier(0.175, 0.885, 0.32, 1.275);
        transition: all 300ms cubic-bezier(0.175, 0.885, 0.32, 1.275);
        width: 47px;
        height: 47px;
        text-align: center;
        line-height: 47px;
    }

    .dropdown.show .mobile-arrow:after {
        -ms-transform: rotate(90deg);
        /* IE 9 */
        -webkit-transform: rotate(90deg);
        /* Safari */
        transform: rotate(90deg);
    }

    .mobile-arrow {
        position: absolute;
        top: 0px;
        right: -55px;
        display: block;
        z-index: 10000;
        width: 47px;
        height: 47px;
        border-left: solid 1px #fff;
        cursor: pointer;
    }

    .navbar-nav li.menu-item {
        margin-right: 50px;
    }

    .mobile-arrow:hover,
    .mobile-arrow:active {
        background: #23b6c7;
    }

    body:not(.theme-preset-active) #masthead .navbar-nav>li.current-menu-item>a:after,
    body:not(.theme-preset-active) #masthead .navbar-nav>li>a.nav-link:hover:after {
        display: none !important;
    }

    header#masthead .navbar-nav>li>a.nav-link {
        margin-right: 0px !important;
        position: relative;
        z-index: 0;
    }

    .dropdown-backdrop {
        display: none;
    }
}

.col-6.video {
    -ms-flex: 0 0 71.5%;
    flex: 0 0 71.5%;
    max-width: 71.5%;
}

/* AUTO CONTROLS (START / STOP) */

.bx-wrapper .bx-controls-auto {
    text-align: center;
}

.bx-wrapper .bx-controls-auto .bx-start {
    display: block;
    text-indent: -9999px;
    width: 10px;
    height: 11px;
    outline: 0;
    background: url('images/controls.png') -86px -11px no-repeat;
    margin: 0 3px;
}

.bx-wrapper .bx-controls-auto .bx-start:hover,
.bx-wrapper .bx-controls-auto .bx-start.active,
.bx-wrapper .bx-controls-auto .bx-start:focus {
    background-position: -86px 0;
}

.bx-wrapper .bx-controls-auto .bx-stop {
    display: block;
    text-indent: -9999px;
    width: 9px;
    height: 11px;
    outline: 0;
    background: url('images/controls.png') -86px -44px no-repeat;
    margin: 0 3px;
}

.bx-wrapper .bx-controls-auto .bx-stop:hover,
.bx-wrapper .bx-controls-auto .bx-stop.active,
.bx-wrapper .bx-controls-auto .bx-stop:focus {
    background-position: -86px -33px;
}

/* PAGER WITH AUTO-CONTROLS HYBRID LAYOUT */

.bx-wrapper .bx-controls.bx-has-controls-auto.bx-has-pager .bx-pager {
    text-align: left;
    width: 80%;
}

.bx-wrapper .bx-controls.bx-has-controls-auto.bx-has-pager .bx-controls-auto {
    right: 0;
    width: 35px;
}

/* IMAGE CAPTIONS */

.bx-wrapper .bx-caption {
    position: absolute;
    bottom: 0;
    left: 0;
    background: #666;
    background: rgba(80, 80, 80, 0.75);
    width: 100%;
}

.bx-wrapper .bx-caption span {
    color: #fff;
    font-family: Arial;
    display: block;
    font-size: .85em;
    padding: 10px;
}

body {
    overflow-x: hidden;
    font-family: "Roboto";
    font-weight: 400;
    font-size: 18px;
}

h1,
h3 {
    font-weight: 900;
}

header#masthead {
    background: #fff;
}

/* locations */

section.locations {
    background: url(images/gradiens-1.jpg) no-repeat;

    background-position: center !important;
    background-repeat: no-repeat !important;
    background-size: cover !important;

    padding-top: 50px;
    padding-bottom: 50px;
}

section.locations h3 {
    text-align: center;
    margin-bottom: 40px;
}

section.blog h2 a {
    font-weight: 800;
}

section.blog h3 {
    margin-bottom: 25px;
}

section.blog h2 {
    margin-bottom: 5px !important;
}

section.blog .bx-wrapper .bx-controls-direction a {
    top: 30%;
}

.nopadding {
    margin-left: 0px;
    margin-right: 0px;
}

.default-post.poi-post .featured-image {
    overflow: hidden;
    border-radius: 6px;
    position: relative;
}

@media (min-width:992px) {
    .default-post.poi-post .featured-image {
        min-height: 178px;
    }
}

@media (min-width:1200px) {
    .default-post.poi-post .featured-image {
        min-height: 214px;
    }
}

.default-post.poi-post .post-content {
    position: absolute;
    bottom: 0px;
    left: 0px;
    z-index: 1;
    font-size: 12px;
    padding: 0px;
    padding-bottom: 0px;
    margin: 0px;
    overflow: hidden;
    width: 100%;
}

.default-post.poi-post .featured-image img {
    width: 100%;
}

.default-post {
    margin-bottom: 20px;
    padding-left: 5px;
    padding-right: 5px;
}

.article-list {
    margin-left: -5px;
    margin-right: -5px;
}

.default-post.poi-post .post-header {
    padding-top: 20px;
    padding-left: 20px;
    padding-right: 20px;
    padding-bottom: 15px;
    background: rgba(255, 255, 255, 0.8);
}

.default-post.poi-post .post-header h2 {
    margin-bottom: 0px;
    font-weight: 800;
    font-size: 18px;
}

.default-post.poi-post .excerpt {
    height: 0px;
    transition: all 300ms ease-in-out;
    padding-left: 20px;
    padding-right: 20px;
    background: rgba(255, 255, 255, 0.8);
    overflow: hidden;
    font-size: 14px;

}

.default-post.poi-post:hover .excerpt {
    height: 90px;
}

@media (max-width:991px) {
    .default-post.poi-post:hover .excerpt {
        height: 110px;
    }
}

@media (max-width:600px) {
    .default-post.poi-post .post-header {
        padding-top: 10px;
        padding-bottom: 10px;
    }

    .default-post.poi-post .post-header h2 {
        font-size: 12px;
        padding-bottom: 0px;
    }

    .default-post.poi-post .post-header,
    .default-post.poi-post .excerpt {
        padding-left: 10px;
        padding-right: 10px;
    }

    .default-post.poi-post:hover .excerpt {
        height: 130px;
    }

    .default-post.poi-post:hover .excerpt p {
        margin-bottom: 0px;
    }

    .default-post.poi-post .center-btn {
        margin-top: 10px;
    }

    @media (max-width:991px) {
        .default-post.poi-post:hover .excerpt {
            height: 90px;
        }
    }
}

@media (max-width: 991px) {
    .col1-5 {
        float: left;
        width: 33%;
    }

    .location .overlay {
        bottom: -70%;
    }
}

@media (max-width:700px) {
    .col1-5 {
        float: left;
        width: 50%;
        margin-bottom: 20px;
    }

    .home-blog article {
        width: 100%;
    }
}

@media (max-width:480px) {
    .col1-5 {
        float: left;
        width: 100%;
        margin-bottom: 20px;
    }

    .location:hover .title {
        padding-top: 55px;
    }
}

/* patients */

.back-btn-header {
    color: #fff;
}

.before-after span {
    display: block;
    font-size: 11px;
    text-align: center;
    margin-bottom: 5px;
    margin-top: 5px;
    color: #555;
}

.swipebox:hover:before {}

.before-after {
    opacity: 1;
    -webkit-transition: all 300ms cubic-bezier(0.175, 0.885, 0.32, 1.275);
    -moz-transition: all 300ms cubic-bezier(0.175, 0.885, 0.32, 1.275);
    -o-transition: all 300ms cubic-bezier(0.175, 0.885, 0.32, 1.275);
    transition: all 300ms cubic-bezier(0.175, 0.885, 0.32, 1.275);
}

.gallery .bx-wrapper .bx-controls-direction a {
    line-height: 30px;
}

.before-after:hover {
    opacity: .8;
}

.before {
    padding-right: 3px;
}

.after {
    padding-left: 3px;
}

.patient-header h3.entry-title {
    margin-bottom: 10px !important;
}

.patient-header h3 span {
    font-weight: 300;
    font-size: 14px;
}

.h-slider .item h3 {
    font-weight: 300;
    margin-top: 15px;
    font-size: 14px;
    color: #555;
}

.h-slider .item a {
    color: #555;
}

.h-slider .item a:hover {
    text-decoration: none;
    font-weight: 900;
}

.back-btn-footer {
    clear: both;
    margin-top: 20px;
    padding-left: 15px;
}

.terms .inner {
    padding-bottom: 30px;
    margin-top: 15px;
    margin-bottom: 25px;
    font-size: 14px;
    text-align: center;
}

.header-nav .nav-previous a,
.header-nav .nav-next a {}

.nav-hairs .nav-previous a i,
.nav-hairs .nav-next a i {
    background: #38a9e4 !important;
    width: 40px;
    height: 40px;
    text-align: center;
    display: inline-block;
    line-height: 41px;
    color: #fff;
    border-radius: 40px;
}

.nav-hairs .back-btn-header,
.nav-hairs .hair-number a {
    border: 1px solid #fff;
    font-size: 16px;
    line-height: 40px;
    border-radius: 40px;
}

.nav-hairs .back-btn-header:hover,
.nav-hairs .hair-number a:hover {
    color: #fff;
    background: #23b6c7;
}

.terms a {
    border: 1px solid #E7E7E7;
    font-size: 16px;
    padding: 6px 12px;
    -webkit-box-shadow: 0px 0px 5px rgba(50, 50, 50, 0.05) !important;
    -moz-box-shadow: 0px 0px 5px rgba(50, 50, 50, 0.05) !important;
    box-shadow: 0px 0px 5px rgba(50, 50, 50, 0.05) !important;
    display: inline-block;
    margin-bottom: 5px;
}

.terms a:hover {
    text-decoration: none !important;
    border-color: #899eb5 !important;
    background-color: #899eb5 !important;
    color: #fff !important;
}

.filter-title {
    padding-right: 5px;
    font-size: 16px;
}

@media (max-width:991px) {
    .filter-title {
        display: block;
        margin-bottom: 10px;
    }
}

.nav-hairs .nav-previous a,
.nav-hairs .nav-next a,
.nav-hairs .nav-previous a:hover,
.nav-hairs .nav-next a:hover {
    text-decoration: none !important;
    color: #92a3bb !important;
}

.nav-previous a:hover,
.nav-next a:hover {
    opacity: 0.8;
    color: #fff !important;
}

.nav-hairs {
    padding: 0px 15px;
}

.header-nav {
    float: right;
}

.nav-single .nav-next {
    float: none !important
}

.back-btn-header,
.hair-number a {
    border: solid 1px #fff;
    padding-left: 8px;
    padding-right: 8px;
    color: #fff;
    line-height: 28px;
}

.back-btn-header {
    margin-right: 26px;
    float: right;
}

.hair-number a {
    margin-left: 5px;
    margin-right: 5px;
    display: inline-block;
    position: relative;
    top: -1px;
}

.nav-hairs .hair-number a {
    top: 0px;
}

.nav-hairs .back-btn-header {
    position: relative;
    top: 1px;
}

.back-btn-header:hover,
.hair-number a:hover {
    text-decoration: none !important;
    background: #fff;
    color: #23b6c7;
}

.md-top {
    margin-top: 20px;
}

.back-btn-footer {
    margin-top: 20px;
}

.nav-hairs:after {
    content: "";
    clear: both;
    display: table;
}

.nav-hairs a {
    color: #444;
}

@media (max-width:480px) {
    .header-nav {
        float: none;
        margin: auto;
        display: block;
        text-align: center;
    }

    .header-navig,
    .nav-hairs {
        text-align: center;
    }

    .back-btn-header {
        float: none;
        margin-right: 0px;
        margin-top: 10px;
        display: inline-block;
    }

    h1.center-mob {
        text-align: center;
        margin-bottom: 25px !important;
    }
}

@media (max-width:991px) {
    .header-navig {
        margin-top: 10px;
    }
}

.terms .inner a:nth-last-letter {
    display: none;
}

.divider .col-sm-6:nth-child(odd) {
    clear: left;
}

.navigation {
    width: 100%;
    clear: both;
}

#ref-footer {
    margin-top: 30px;
    margin-bottom: 20px;
}

#ref-footer .side-banner {
    padding-bottom: 30px;
}

.disabled-arrow {
    background: #efefef !important;
    width: 40px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    display: inline-block;
    line-height: 41px;
    color: #fff;
    border-radius: 40px;
    cursor: not-allowed;
}

.disabled-arrow:before {
    line-height: 40px;
}

.nav-hairs .disabled-arrow {}

.nav-hairs {
    margin-top: 30px !important;
}

.top-nav-hairs {
    margin-top: 0px !important;
    margin-bottom: 30px !important;
}

.before-after-single div {
    float: left;
    width: 50%;
    text-align: center;
    margin-bottom: 15px
}

.ref-thumb {
    text-align: center;
    margin-bottom: 15px;
}

/* head*/

section.top-head {
    padding: 20px 0px;
}

.btn-warning:not(:disabled):not(.disabled).active,
.btn-warning:not(:disabled):not(.disabled):active,
.show>.btn-warning.dropdown-toggle {
    color: #fff;
    background-color: #d4811e;
    border-color: #d4811e;
}

.fq-top {
    text-transform: uppercase;
    font-weight: 900;
    font-size: 14px;
    margin-left: auto;
    padding-right: 13px;
    padding-left: 15px;
    color: #fff;
    background-color: #EC7A5C;
    border-color: #EC7A5C;
}

@media (max-width:450px) {
    .fq-top {
        width: 100%;
        margin-top: 10px;
    }

    section.top-head .fq-head {
        width: 100%;
        padding-right: 15px !important;
        padding-left: 15px !important;

    }

    section.top-head .tel {
        margin: auto;
    }
}

.fq-top:hover {
    background-color: #d4811e;
    border-color: #d4811e;
    color: #fff;
}

.fq-top:after {
    display: inline-block;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    color: #fff;
    content: "\f105";
    padding-left: 10px;
}

.clone .fq-top {
    border: solid #fff 3px;
}

.vc_desktop #content.site-content {
    padding-bottom: 2.125rem;
    padding-top: 2.125rem;
}

article.patients {
    max-width: 980px;
    margin: auto;
}

.nav-hairs {
    margin: auto;
}

section.top-head .email a,
section.top-head .tel a {
    font-size: 17px;
    font-weight: 900;
    color: #4f4f4f;
    position: relative;
    padding-left: 40px;
    display: inline-block;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    border-radius: 30px;
    white-space: nowrap;
    padding: 5px 10px 5px 40px;
    -webkit-transition: all 300ms cubic-bezier(0.175, 0.885, 0.32, 1.275);
    -moz-transition: all 300ms cubic-bezier(0.175, 0.885, 0.32, 1.275);
    -o-transition: all 300ms cubic-bezier(0.175, 0.885, 0.32, 1.275);
    transition: all 300ms cubic-bezier(0.175, 0.885, 0.32, 1.275);
}

section.top-head .email a:hover,
section.top-head .tel a:hover {
    /* box-shadow: 0 4px 6px rgba(65, 132, 144, 0.1), 0 1px 3px rgba(0, 0, 0, 0.08);*/
    box-shadow: 0 10px 100px rgba(65, 132, 144, 0.3), 0 2px 3px rgba(0, 0, 0, 0.08);
    text-decoration: none;
}

section.top-head .email a:before,
section.top-head .tel a:before {
    background: #23b6c7;
    color: #fff;
    width: 30px;
    height: 30px;
    line-height: 30px;
    display: inline-block;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    content: "\f007";
    position: absolute;
    left: 2px;
    top: 3px;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    border-radius: 30px;
    text-align: center;
    font-size: 14px;
}

section.top-head .email a:before {
    content: "\f0e0";
}

section.top-head .tel a:before {
    content: "\f095";
}

h1 {
    color: #fff;
    font-size: 28px;
}

h1 span {

    font-weight: 900;
    font-size: 50px;
    display: block;
}

.post-date {
    font-weight: 900;
    text-transform: uppercase;
    font-size: 13px;
    margin-bottom: 15px;
    color: #999;
}

/* navigation */

body:not(.theme-preset-active) #masthead .navbar-nav>li>a.nav-link:hover,
body:not(.theme-preset-active) #masthead .navbar-nav>li.current_page_item>a.nav-link {
    color: #fff;
    position: relative;
}

body:not(.theme-preset-active) #masthead .navbar-nav>li.current-menu-item>a:after,
body:not(.theme-preset-active) #masthead .navbar-nav>li>a.nav-link:hover:after {
    content: "";
    display: block;
    position: absolute;
    height: 3px;
    width: 100%;
    bottom: 0px;
    left: 0px;
    background: #23b6c7;
    border: none;
    opacity: 10;
    -webkit-transition: all 300ms cubic-bezier(0.175, 0.885, 0.32, 1.275);
    -moz-transition: all 300ms cubic-bezier(0.175, 0.885, 0.32, 1.275);
    -o-transition: all 300ms cubic-bezier(0.175, 0.885, 0.32, 1.275);
    transition: all 300ms cubic-bezier(0.175, 0.885, 0.32, 1.275);
}

body:not(.theme-preset-active) #masthead .navbar-nav>li>a.nav-link:after {
    content: "";
    display: block;
    position: absolute;
    height: 0px;
    width: 100%;
    bottom: 0px;
    left: 0px;
    background: #23b6c7;
    border: none;
    opacity: 10;
}

body:not(.theme-preset-active) #masthead .navbar-nav>li>a.nav-link:hover:after {
    height: 3px;
}

body:not(.theme-preset-active) #masthead .navbar-nav>li.current_page_parent>a:after {}

body:not(.theme-preset-active) #masthead .navbar-nav>li>a.nav-link {
    color: #fff;
    font-size: 14px;
    font-weight: 600;
    padding: 20px 28px;
    text-transform: uppercase;
}

.dropdown-toggle::after {
    display: none;
}

ul.dropdown-menu {
    border-radius: 0px;
    border: none;
    border-top: #23b6c7 solid 3px;
    margin-top: -3px;
    min-width: 230px;
    background: #fff;
    box-shadow: 0 4px 6px rgba(65, 132, 144, 0.1), 0 1px 3px rgba(0, 0, 0, 0.08);
    -webkit-border-bottom-right-radius: 6px;
    -webkit-border-bottom-left-radius: 6px;
    -moz-border-radius-bottomright: 6px;
    -moz-border-radius-bottomleft: 6px;
    border-bottom-right-radius: 6px;
    border-bottom-left-radius: 6px;

}

ul.dropdown-menu a {
    font-size: 14px;
    padding: 8px 20px;
}

.dropdown-menu .dropdown-item:hover {
    background: #efefef;
    color: #555;
}

#masthead .navbar-nav>li>a {}

/* sections */

.home #content {
    display: none;
}

section.navigation {
    background: #1c76ba;
}

section.navigation.sticky {
    -webkit-box-shadow: 0px 5px 0px 0px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0px 5px 0px 0px rgba(0, 0, 0, 0.1);
    box-shadow: 0px 5px 0px 0px rgba(0, 0, 0, 0.1);
}

header#masthead {
    padding: 0px;
    position: relative;
    z-index: 1;
    box-shadow: none;
}

header#masthead .navbar-nav>li>a {
    color: #fff;
}

.light-bg {
    background: rgb(255,255,255);
    background: radial-gradient(circle, rgba(255,255,255,1) 0%, rgba(223,224,225,1) 100%);

}

.dark-bg,
section.contact {
    color: #fff;
background-color: #1d77bb;
}
.dark-bg .title h3 {
    color: #ffffff;
    margin-bottom: 50px;
}


section.references,
section.why-us,
section.testimonials,
section.top-ref-carousel {
    padding: 80px 0px;
    text-align: center;
}

section.new-head {
    padding: 80px 0px;
    text-align: left;
}

section.benefits {
    padding: 80px 0px;
}

section.benefits a {
    color: #fff;
}

section.subheader {
    padding: 70px 0px;
    /*  background: url(images/hp-bg.jpg);*/
    background-color: #91a3bc;
    background-size: cover;
    position: relative;
}


@media (max-width:599px) {

    section.references,
    section.why-us,
    section.testimonials,
    section.top-ref-carousel,
    section.benefits {
        padding: 50px 0;
    }
}

section.subheader .btn {
    -webkit-transition: all 300ms cubic-bezier(0.175, 0.885, 0.32, 1.275);
    -moz-transition: all 300ms cubic-bezier(0.175, 0.885, 0.32, 1.275);
    -o-transition: all 300ms cubic-bezier(0.175, 0.885, 0.32, 1.275);
    transition: all 300ms cubic-bezier(0.175, 0.885, 0.32, 1.275);
}

section.subheader .btn:hover {
    box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.15);
}

section.subheader:before {
    background: url(images/hp-des.png) no-repeat;
    background-size: contain;
    position: absolute;
    content: "";
    background-position-x: 80%;
    width: 100%;
    top: 0px;
    height: 100%;
}

section.subheader p {
    font-weight: 500;
    color: #fff;
    margin-bottom: 30px;
}

.video-testimonials {}

.video-testimonials .flex-column {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    height: 100%;
}

.video-testimonials .col-lg-8 {
    padding-top: 5px;
    padding-bottom: 5px;
}

.video-testimonials .flex-column>li {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
    padding-top: 5px;
    padding-bottom: 5px;
}

.video-testimonials .flex-column>li a {
    height: 100%;
    background: #fff;
    border-radius: 0px;
    color: #444;
    border-left: solid 0px #38a9e4;

    text-align: left;
    line-height: 1.4em;
    padding: 15px;
    -webkit-border-radius: 6px;
    -webkit-border-top-left-radius: 0;
    -moz-border-radius: 6px;
    -moz-border-radius-topleft: 0;
    border-radius: 6px;
    border-top-left-radius: 0;
}

.video-testimonials .flex-column>li a:hover {
    background: #e1e9f0;
    box-shadow: 0 4px 6px rgba(65, 132, 144, 0.1), 0 1px 3px rgba(0, 0, 0, 0.08);
    /* box-shadow: 0 10px 100px rgba(65, 132, 144, 0.3), 0 2px 3px rgba(0, 0, 0, 0.08);*/
}

.video-testimonials .flex-column>li a strong {
    display: block;

    font-size: 18px;
    margin-bottom: 5px;
    font-weight: 900;
}

.video-testimonials .flex-column>li a.active {
    border-left: solid 5px #1c76ba;
    background: #23b6c7;
    color: #fff;
    position: relative;
    box-shadow: 0 4px 6px rgba(65, 132, 144, 0.1), 0 1px 3px rgba(0, 0, 0, 0.08);
}

.video-testimonials .flex-column>li a.active strong {
    color: #fff;
}

.video-testimonials .flex-column>li a.active:before {
    content: "";
    position: absolute;
    left: -15px;
    top: 0px;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 10px 10px 0;
    border-color: transparent #1c76ba transparent transparent;
}

section.contact {

    padding: 50px 0px 30px 0px;
    color: #fff;
}

section.contact p {
    color: #fff;
}

section.contact i {
    font-size: 30px;
    padding-right: 2px;
}

section.contact a:hover {
    color: #fff;
}

section.blog {
    padding: 50px 0px;
}

section.blog h3 {
    text-align: center;
}

.home section.blog h2 {
    margin-bottom: 15px;
}

section.contact h4 {
    text-transform: uppercase;
    margin-bottom: 20px;
    font-weight: 700;
    font-size: 16px;
}

section.contact a {
    color: #fff;
}

/* footer nav */

nav.footer-nav {
    padding: 0px;
    background: #29323c;
}

nav.footer-nav li {
    display: inline-block;
}

nav.footer-nav .navbar-nav a {
    color: #fff;
    padding: 15px;
    display: block;
    font-size: 15px;
}

nav.footer-nav .navbar-nav a:hover {
    color: #b3c5de;
}

nav.footer-nav .navbar-nav {
    margin-left: -15px;
}

nav.footer-nav .navbar-nav {
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.home section h3 {
    font-size: 34px;
    color: #4f4f4f;
}

.grey-row {
    background: #edf2f6;
}

.home section h2 {
    font-weight: 400;
    font-size: 18px;
    max-width: 700px;
    line-height: 1.4em;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 40px;
    color: #444;

}

.new-head h2 {
    color: #fff;
}


.home section.benefits h2,
.home section.benefits h3 {

    margin-bottom: 10px;
    margin-top: 15px;
    padding-bottom: 0px;
    font-size: 24px;
    font-weight: 600;
}

.home section.benefits h2 {
    color: #fff;

}

.home section.benefits a:hover,
.home section.benefits a:hover h2,
.home section.benefits a:hover h3 {
    text-decoration: none;
    opacity: 0.8;
}

.bmod.benefits h2 {

    margin-bottom: 20px !important;
    margin-top: 0px !important;
    font-size: 22px !important;
}

.benefits .col-md-4 img {
    width: 100%;
}

@media (min-width:768px) {
    .benefits .col-md-4 {
        border-left: solid 2px rgba(255, 255, 255, 0.2);
        padding-left: 20px;
    }
}

@media (max-width:767px) {
    .benefits .col-md-4 {
        margin-bottom: 30px;
    }
}

.bmod.benefits .col-md-4 p {
    margin-bottom: 0px;
}

h2 a {
    color: #4f4f4f;
}


h1.entry-title {
    font-size: 2.31rem;
    margin-bottom: 0px;
}

#content.site-content {
    padding-bottom: 2.125rem;
    padding-top: 2.125rem;
}

.entry-content h2 {
    margin-top: 45px;
    font-weight: 900;
    color: #444444;
}

.entry-content img {
    margin-top: 10px;
    margin-bottom: 10px;
}

hr {
    clear: both;
}

.entry-content h3 {
    font-size: 23px;
    margin-top: 25px;
    margin-bottom: 20px;
    color: #444444;
}

.entry-content h3 span,
.entry-content h2 span {
    font-weight: 900 !important;

}

.entry-content ul {
    margin-bottom: 40px;
}

.entry-content ul li {
    margin-bottom: 5px;
}

.entry-content h2:first-child {
    margin-top: 0px;
}

.breadcrumb {


    background-position: center !important;
    background-repeat: no-repeat !important;
    background-size: cover !important;


    font-size: 13px;

    border-radius: 0px;
    padding: 0px;

}

.breadcrumb a {
    color: #4f4f4f;
}

#breadcrumbs {
    margin-bottom: 0px;
}

/* benefits */

/* footer*/

.footer-col-content {
    margin-bottom: 40px;
}

.site-info {
    padding-top: 20px;
    padding-bottom: 20px;
    font-size: 12px;
}

.site-info p {
    margin-bottom: 10px;
}

/* post content */

/* contact */

.mymargin {
    font-size: 20px;
    margin-bottom: 20px;
}

.mylist {
    margin: 0px 0px 15px 5px;
}

.mylist li {
    list-style: none;
    position: relative;
    margin-bottom: 25px !important;
}

.mylist li span {
    position: absolute;
    left: -45px;
    width: 35px;
    line-height: 35px;
    height: 35px;
    background: #23b6c7;
    border-radius: 178px;
    color: #fff;
    font-size: 18px;
    font-weight: 900;
    text-align: center;
    top: -5px;
}

.mylist li strong {
    display: block;
    font-size: 22px;
    margin-bottom: 10px !important;
    line-height: 28px;
    max-width: 490px;
}

p.mymargin {
    margin-bottom: 30px;
}

/* hp regform */

/*****************************************************************************/

/**************************** COMMON *****************************************/

.page-id-8480 .breadcrumb,

.page-id-16945 .breadcrumb,
.page-id-16945 .navigation>.container,
.page-id-16945 .fq-head,
.page-id-16945 .navbar-toggler {
    display: none;
}

.page-id-8480 .tel,
.page-id-16945 .tel {
    margin-left: auto;
}


.page-id-16945 .vc_box_border_grey img {
    width: 100%;
}


.page-id-16945 .navigation {
    height: 8px;
    background: #23b6c7;
}

.myh2 h2 {
    text-align: center;
}

.form-container {
    background: #edf2f6;
    padding: 30px;
    border-radius: 10px;
    border: solid 3px #1c76ba;
    ;
    position: relative;
}

.side-banner {
    padding: 30px;
    border-radius: 10px;


    -webkit-box-shadow: 0px 0px 51px 17px rgba(127, 118, 162, 0.15);
    -moz-box-shadow: 0px 0px 51px 17px rgba(127, 118, 162, 0.15);
    box-shadow: 0px 0px 51px 17px rgba(127, 118, 162, 0.15);
    position: relative;
    text-align: center;
    background: #fff;
}

.side-banner a {
    font-size: 18px;
    font-weight: 900;
    margin-top: 10px;
    padding: 10px 20px;
    white-space: normal;
}

.side-banner h3 {

    font-size: 20px;
}

.side-banner.de h3 {

    font-size: 20px;
}

.side-banner h4 {
    font-size: 18px;
}

.form-container .badge {
    position: absolute;
    text-transform: uppercase;
    background: #EC7A5C;
    color: #fff;
    border-radius: 60px;
    width: 60px;
    height: 60px;
    font-size: 12px;
    font-weight: 900;
    z-index: 1;
    text-align: center;
    padding: 10px;
    white-space: normal;
    padding-top: 16px;
    top: -35px;
    right: 10px;
    box-shadow: 0 4px 200px rgba(65, 132, 144, 0.4), 0 1px 3px rgba(0, 0, 0, 0.2);
    text-decoration: none;
    transform: rotate(30deg);
    -webkit-transform: rotate(30deg);
    -moz-transform: rotate(30deg);
    -ms-transform: rotate(30deg);
    -o-transform: rotate(30deg);
}

.bigger-h1 {
    font-size: 35px;
    text-align: center;
    letter-spacing: -0.025em;
    line-height: 48px;
    color: #444;
}

.bigger-p {
    text-align: center;
}

.bigger-h1 strong {
    font-size: 50px;
    display: block;
}

.revname {
    text-align: center;
}

.form-footer {
    border-top: solid 1px #edf2f6;
}

.fromhead {
    text-align: center;
    border-bottom: solid 1px #e0e7ed;
    margin-left: -30px;
    margin-right: -30px;
    padding-left: 30px;
    padding-right: 30px;
    padding-bottom: 20px;
    background: #1c76ba;
    margin-top: -30px;
    padding-top: 20px;
    color: #fff;
    padding-bottom: 20px;
    margin-bottom: 20px;
    position: relative;
}

.fromhead:after {
    content: "";
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 15px 15px 0 15px;
    border-color: #1c76ba transparent transparent transparent;
    bottom: -15px;
    left: 30px;
    position: absolute;
}

.fromhead h3 {
    font-weight: 900;
    font-size: 32px;
    color: #25106b;
    color: #fff;
    margin-top: 0px;
    margin-bottom: 10px;
}

.fromhead p {
    font-style: italic;
}

.form-footer {
    margin-top: 15px;
    padding-top: 15px;
    margin-left: -30px;
    margin-right: -30px;
    padding-left: 30px;
    padding-right: 30px;
    font-size: 14px;
    text-align: center;
}

.fullwidth {
    width: 100% !important;
    height: auto !important;
}

.entry-content .flexible-container {}

/* munbered timeline */

.check {
    margin-top: 10px;
}

.check>li {
    list-style: none;
    margin-bottom: 14px !important;
    position: relative;
}

.check>li:before {
    position: absolute;
    width: 22px;
    height: 22px;
    left: -35px;
    top: 3px;
    border-radius: 30px;
    line-height: 22px;
    text-align: center;
    background: #3cb085;
    position: absolute;
    font-family: 'Font Awesome 5 Free';
    font-weight: 900;
    content: "\f00c";
    display: inline-block;
    font-style: normal;
    font-variant: normal;
    font-size: 10px;
    color: #fff;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
}

.check.no>li:before {
    background: #b34b4b;
    content: "\f00d";
}

.numbered,
.checked {
    margin-left: 30px;
    padding-left: 45px;
    margin-top: 20px;
    margin-top: 40px;
}

.numbered {
    counter-reset: li;
}

.timeline {
    margin-top: 40px;
    border-left: solid 2px #d3deeb;
}

.numbered>li h3,
.checked>li h3 {
    margin-bottom: 13px;
}



.numbered>li,
.checked>li {
    position: relative;
    list-style: none;
    margin-bottom: 35px !important;
}

.numbered>li {
    counter-increment: li;
}

.numbered>li br,
.checked>li br {
    margin-bottom: 10px;
    display: block;
    content: " ";
    line-height: 20px;
}

.numbered>li:before,
.checked>li:before {
    position: absolute;
    width: 50px;
    height: 50px;
    line-height: 48px;
    font-weight: 800;
    font-size: 18px;
    text-align: center;
    border-radius: 50px;
    left: -71px;
    top: -14px;
    color: #1c76ba;
    border: solid 2px #d3deeb;
    background: #fff;
}

.numbered>li:before {
    content: counter(li);
}

.numbered>li.plus:before{
    content: "+1";
}

.checked>li:before {
    font-family: 'Font Awesome 5 Free';
    font-weight: 900;
    content: "\f00c";
    background: #f2f6f9;
    display: inline-block;
    font-style: normal;
    font-variant: normal;
    font-size: 14px;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
}

.checked.no>li:before {
    font-family: 'Font Awesome 5 Free';
    font-weight: 900;
    content: "\f00d";
    background: #f9f2f2;
    display: inline-block;
    font-style: normal;
    font-variant: normal;
    font-size: 14px;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    color: #b34b4b;
    border-color: #b34b4b;
}

.boxy,
blockquote {
    padding: 30px;
    background: #edf2f6;
    border-radius: 20px;
}

a:hover>img {
    opacity: 0.9;
    /*  -webkit-box-shadow: 0px 0px 0px 5px rgba(216,232,240,1);
-moz-box-shadow: 0px 0px 0px 5px rgba(216,232,240,1);
box-shadow: 0px 0px 0px 5px rgba(216,232,240,1);*/
}

blockquote {
    font-weight: 900;
    border-radius: 0px;
    border-left: solid 5px #38a9e4;
    color: #25106b;
    font-style: italic;
    font-size: 22px;
}

.boxy p:last-child,
blockquote p:last-child {
    margin-bottom: 0px !important;
}

.boxy p:last-child a {
    margin-bottom: 10px;
}

.wp-caption {
    background: transparent;
    max-width: 100%;
    padding: 0px;
    border: none;
}

@media (max-width:767px) {

    .boxy,
    blockquote {
        padding: 20px;
    }
}

#DP_regform a,
#DP_regform a:hover,
#DP_regform a:active,
#DP_regform a:visited {}

#DP_regform p {}

#DP_regform label {
    display: block;
    text-transform: uppercase;
    font-size: 12px;
    font-weight: 800;
    padding-top: 10px;
    padding-bottom: 0px;
    margin-bottom: 4px;
    padding-left: 15px;
}

#DP_regform fieldset {}

#DP_regform .text input,
#DP_regform .text2 input,
#DP_regform .text3 input,
#DP_regform textarea,
#DP_regform select {
    width: 100%;
    border: none;
    height: 40px;
    padding: 6px 15px;
    border: solid 2px #e0e7ed;
    border-radius: 5px;
}

#DP_regform label.error {
    color: red;
}

#DP_regform .input.submit {
    text-align: center;
}

#DP_regform input[type="submit"] {
    color: #fff;
    background-color: #EC7A5C;
    border-color: #EC7A5C;
    display: inline-block;
    font-weight: 400;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    border: 1px solid transparent;
    padding: .375rem 2rem;
    font-size: 1rem;
    line-height: 1.5;
    border-radius: .25rem;
    transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
    border-radius: 50px;
    width: auto;
    text-transform: uppercase;
    font-weight: 900;
    font-size: 20px;
    margin-top: 15px;
    height: 50px;
}

#DP_regform input[type="submit"]:hover {}

#DP_regform input.error,
#DP_regform select.error {
    border-color: red !important;
}

@media (max-width:576px) {
    .fromhead h3 {
        font-size: 25px;
    }

    .form-footer,
    .fromhead {
        margin-left: -20px;
        margin-right: -20px;
        padding-left: 20px;
        padding-right: 20px;
    }

    .fromhead {
        margin-top: -20px;
    }

    .form-container {
        padding: 20px;
    }

    .bigger-h1 {
        font-size: 28px;
        line-height: 1.2em;
        text-align: left;
    }

    .bigger-h1 strong {
        font-size: 30px;
        line-height: 1.1em;
    }

    .bigger-p {
        text-align: left;
        font-size: 20px;
    }

    .video-container {
        padding: 10px;
        margin-left: -10px;
        margin-right: -10px;
    }

    .entry-content h2:first-child {
        text-align: left;
    }
}

/*****************************************************************************/

/**************************** SPEC *******************************************/

#DP_regform div.form {}

#DP_regform div.form h3 {}

#DP_regform div.text {}

#DP_regform div.text2 {}

#DP_regform div.text3 {}

#DP_regform input[type="submit"]:hover {}

#DP_regform #cities {}

/* mobile */

.mobile-head {
    display: none;
}

img.size-full.aligncenter {}

a img.alignnone {
    margin: 20px 0px 10px 0px;
}

.content-area h4 {
    font-size: 20px;
    font-weight: 700;
    margin-top: 30px;
    margin-bottom: 15px;

}

.author .content-area li {
    margin-bottom: 10px;
}

.author .content-area h1 {
    margin-bottom: -5px;
}

.author .content-area h2 {
    font-weight: 700;

    margin-bottom: -5px;
}

.post-author {
    font-weight: 900;
    text-transform: uppercase;
    font-size: 13px;
    margin-bottom: 5px;
    color: #999;
    -ms-flex-align: center !important;
    align-items: center !important;
}

.author .content-area li strong {
    font-size: 16px;
    font-weight: 900;
}

.entry-header {
    border-bottom: 1px solid #e7e7e7;
    margin-bottom: 15px;
}

/* archive */

body.archive .content-area .entry-title,
body.archive .content-area .entry-title a {
    font-weight: 900;
    color: #444;
}

body.archive .content-area .entry-title {
    padding-bottom: 15px;
}

.post-thumbnail img {
    width: 100%;
}

article .post-thumbnail {
    margin-bottom: 20px;
}

.mobile-head-bg {
    display: none;
}

.patient-header span {
    color: #23b6c7;
    font-weight: 500;
}

.patient-header h2 {
    font-size: 25px;
    padding-bottom: 10px;
}

.patients .before-after {
    margin-bottom: 30px;
}

.dropdown .dropdown-menu {
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;

    display: none;
    overflow: hidden;
    opacity: 0;
    max-height: 800px;
    padding: 0px;
}

.dropdown-menu.show {
    display: block;

    opacity: 1;
    padding: .5rem 0;
}

.mobile-head>.container>.row {
    -ms-flex-align: center !important;
    align-items: center !important;
}

@media (max-width:1645px) {
    section.subheader:before {
        background-position-x: 90%
    }
}

@media (max-width:1460px) {
    section.subheader:before {
        background-position-x: 100%
    }
}

@media (max-width:1320px) {
    section.subheader:before {
        background-position-x: 130%
    }
}

@media (max-width:1320px) {
    section.subheader:before {
        background-position-x: 130%
    }
}

@media (max-width:1199px) {
    section.subheader:before {
        background-size: cover;
        background-position: 250px
    }

    .page-id-8480 .top-head {
        display: none
    }

    .dropdown-menu .dropdown-item {
        color: #fff;
        font-size: 18px;
        padding-left: 30px
    }

    .head-right {
        width: 100%
    }

    .mobile-head {
        display: flex;
        padding: 20px 0px
    }

    section.top-head {
        background: #23b6c7;
        color: #fff;
        padding: 10px 0px
    }

    section.top-head .fq-head {
        margin-left: auto;
        white-space: normal;
        font-size: 14px;
    }

    section.top-head .email,
    section.top-head .site-logo {
        display: none
    }

    section.top-head .tel a {
        color: #fff;
        font-size: 14px;
        padding-left: 35px
    }

    section.top-head .tel a:before {
        top: 0px;
        border: solid 1px #fff;
        background: transparent;
        margin-left: 0px
    }

    body:not(.theme-preset-active) #masthead .navbar-nav>li>a.nav-link {
        padding: 12px 15px;
        font-size: 16px
    }
}

@media (max-width:1199px) {
    .fq-top {
        border-color: #fff;
        color: #fff;
        background-color: transparent
    }

    .video-testimonials .flex-column>li a {
        font-size: 11px
    }

    .navbar-toggler .icon-bar {
        width: 32px;
        height: 3px;
        background-color: #444;
        display: block;
        transition: all 0.2s;
        margin-top: 5.5px
    }

    .navbar-toggler .top-bar {
        transform: rotate(45deg);
        transform-origin: 10% 10%
    }

    .navbar-toggler .bottom-bar {
        transform: rotate(-45deg);
        transform-origin: 10% 90%
    }

    .navbar-toggler .middle-bar {
        opacity: 0
    }

    .navbar-toggler.collapsed .top-bar {
        transform: rotate(0)
    }

    .navbar-toggler.collapsed .bottom-bar {
        transform: rotate(0)
    }

    .navbar-toggler.collapsed .middle-bar {
        opacity: 1
    }

    .navbar-toggler .middle-bar {
        opacity: 0
    }

    .navbar-toggler.collapsed .middle-bar {
        opacity: 1
    }

    .navbar-toggler:hover,
    .navbar-toggler:focus,
    .navbar-toggler:active {
        outline: none;
        outline-style: none
    }
}

@media (max-width:1050px) {
    section.subheader:before {
        background-size: cover;
        background-position: 160px
    }
}

@media (max-width:991px) {
    section.top-head .tel {
        padding-right: 0px
    }

    section.top-head .fq-head {
        padding-left: 5px
    }

    h1 span {
        font-size: 45px
    }

    .video-testimonials .flex-column {
        -ms-flex-direction: row !important;
        flex-direction: row !important;
        margin-left: -5px;
        margin-right: -5px;
        margin-top: 10px
    }

    .video-testimonials .flex-column>li {
        padding-left: 5px;
        padding-right: 5px
    }

    .video-testimonials .flex-column>li a {}

    .video-testimonials .flex-column>li a.active {
        border: none;
        border-top: solid 5px #1c76ba;
    }

    .video-testimonials .flex-column>li a.active:before {
        border-width: 10px 0 0 10px;
        border-color: transparent transparent transparent #1c76ba;
        top: -10px;
        left: 0px
    }

    .video-testimonials .flex-column>li a {
        padding: 10px 10px 5px 10px
    }

    body:not(.home) #masthead nav {
        padding-top: 5px !important;
        padding-bottom: 5px !important
    }
}

@media (max-width:835px) {
    section.subheader:before {
        background-size: cover;
        background-position: 120px
    }
}
section.benefits .col-12 p {
    margin-bottom: 0px
}
@media (max-width:767px) {
    .myh2 {
        margin-bottom: 15px !important
    }

    .home section.benefits h2 {
        margin-top: 30px;
        margin-bottom: 0px;
        font-size: 20px
    }

    section.benefits {
        text-align: left
    }




    section.benefits .col-12 h2 {
        position: relative;
        margin-top: 10px;
    }

 

    section.benefits .col-12:nth-child(3) p {
        margin-bottom: 0px !important
    }




    section.testimonials h2 {
        margin-bottom: 20px
    }

    section.subheader:before {
        display: none
    }

    .mobile-head-bg {
        background: url(images/hp-des.png) no-repeat #91a3bc;
        background-size: 140%;
        background-position: top center;
        height: 300px;
        display: block
    }

    section.subheader {
        padding: 30px 0px 0px 0px;
        background: #fff;
        text-align: center
    }

    section.subheader h1 {
        font-size: 20px;
        margin-bottom: 20px
    }

    section.subheader h1 span {
        color: #EC7A5C;
        font-size: 40px
    }

    section.subheader p {
        color: #444;
        background: #edf2f6;
        margin-left: -15px;
        margin-right: -15px;
        padding: 60px 20px 40px 20px;
        margin-bottom: 0px
    }

    section.subheader a {
        margin-bottom: -30px
    }
}

.footer-logo img {
    max-width: 120px;
}

@media (max-width:575px) {
    .footer-logo {
        margin-bottom: 30px
    }

  
    .home section h3 {
        margin-bottom: 15px;
        font-size: 25px;
    }

    .home section h2 {
        font-size: 18px
    }

    nav.footer-nav li {
        width: 100%
    }

    .mobile-head-bg {
        height: 280px
    }

    .entry-content img {
        width: 100%
    }
}

@media (max-width:767px) {
    .mobile-head-bg {
        background: url(images/hp-des.png) no-repeat #91a3bc;
        background-size: cover;
        background-position: top center;
        height: 250px;
        display: block
    }
}

@media (max-width:340px) {
    .fq-top {
        font-size: 12px
    }
}

.page-id-8480 .navigation.clone.sticky {
    display: none
}

.contact-page-btn {
    text-transform: uppercase;
    font-weight: 900
}

.bx-viewport {
    max-height: 100%;
    height: 100% !important
}

.bx-wrapper {
    position: relative;
    padding: 0;
    *zoom: 1;
    -ms-touch-action: pan-y;
    touch-action: pan-y;
    height: 100% !important
}

#page-sub-header {
    background: #fff
}

/* doctors tabs */

.wpb-js-composer .vc_tta-color-grey.vc_tta-style-classic.vc_tta-tabs .vc_tta-panels,
.wpb-js-composer .vc_tta-color-grey.vc_tta-style-classic .vc_tta-panel.vc_active .vc_tta-panel-heading,
.wpb-js-composer .vc_tta-color-grey.vc_tta-style-classic .vc_tta-panel .vc_tta-panel-heading {
    border-color: transparent !important;
    background: transparent !important;
}

.wpb-js-composer .vc_tta-color-grey.vc_tta-style-classic .vc_tta-tab.vc_active>a,
.wpb-js-composer .vc_tta-color-grey.vc_tta-style-classic .vc_tta-panel .vc_tta-panel-body,
.wpb-js-composer .vc_tta-color-grey.vc_tta-style-classic .vc_tta-panel.vc_active .vc_tta-panel-title>a {
    border-color: transparent !important;
    background: transparent !important;
}

.wpb-js-composer .vc_tta-color-grey.vc_tta-style-classic.vc_tta-tabs .vc_tta-panels .vc_tta-panel-body {
    padding: 30px 0px !important;
}

.wpb-js-composer .vc_tta-color-grey.vc_tta-style-classic .vc_tta-tab>a {
    border-color: transparent !important;
    background-color: transparent !important;
    text-transform: uppercase;
    font-size: 14px;
}

.wpb-js-composer .vc_tta-color-grey.vc_tta-style-classic .vc_tta-tab>a:hover {
    color: #000;
    background-color:
}

.vc_tta-tabs-list {

    padding-left: 15px !important;
    background: #efefef;

}

.vc_tta-tab.vc_active {
    border-bottom: solid 3px #38a9e4;
}

.doctor-name,
.position {
    margin-bottom: 0px !important;
}

.doctor-name p {
    font-weight: 900;
    margin: 0px;
    color: #38a9e4;
}

.position p {
    margin-bottom: 0px;
    margin-top: 0px;
    color: #999;
    font-size: 16px;
    font-style: italic;
}

.doctor-desc {
    margin-bottom: 70px !important;
    font-size: 14px;
    margin-top: 20px;
}

.doctors-tabs .wpb_single_image {
    margin-bottom: 0px;
}

.doctors-tabs .wpb_single_image img {
    margin-bottom: 10px;
}

.doctors-tabs .vc_col-sm-3 {
    margin-bottom: 30px;
}

.wpb-js-composer .vc_tta-color-grey.vc_tta-style-classic .vc_tta-tab>a {
    background: #fff;
    border-color: transparent;
}

@media (max-width: 991px) {
    .doctors-tabs .vc_col-sm-3 {
        width: 33%;
    }
}

@media (max-width: 767px) {
    .doctors-tabs .vc_col-sm-3 {
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%;

    }

    .doctors-tabs .wpb_row {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }

    .doctor-mod-col .vc_col-sm-3 {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
        margin-bottom: 20px;
    }

    .doctors-tabs .vc_column_container.vc_col-sm-3>.vc_column-inner {}

    .doctors-tabs .vc_column_container.vc_col-sm-3 {}

    .vc_tta-panel-title a:after {}

    .doctor-name p {
        font-weight: 900;
        font-size: 16px;
        margin: 0px;

    }

    .position p {
        margin-bottom: 0px;
        margin-top: 0px;
        font-size: 14px;
        color: #999;
        font-style: italic;
    }

    .doctors-tabs .vc_tta-panel a {
        position: relative;
        text-transform: uppercase;
        padding-left: 0px !important;
    }

    .doctors-tabs .vc_tta-panel a:after {
        position: absolute;
        font-family: 'Font Awesome 5 Free';
        font-weight: 900;
        content: "\f054";
        display: inline-block;
        font-style: normal;
        font-variant: normal;
        text-rendering: auto;
        -webkit-font-smoothing: antialiased;
        color: #38a9e4;
        right: 10px;
        top: 10px;
        -webkit-transition: all 300ms cubic-bezier(0.175, 0.885, 0.32, 1.275);
        -moz-transition: all 300ms cubic-bezier(0.175, 0.885, 0.32, 1.275);
        -o-transition: all 300ms cubic-bezier(0.175, 0.885, 0.32, 1.275);
        transition: all 300ms cubic-bezier(0.175, 0.885, 0.32, 1.275);
    }

    .doctors-tabs .vc_tta-panel.vc_active .vc_tta-panel-title>a:after {
        -webkit-transform: rotate(90deg);
        -moz-transform: rotate(90deg);
        -o-transform: rotate(90deg);
        -ms-transform: rotate(90deg);
        transform: rotate(90deg);
    }

    .wpb-js-composer .vc_tta-color-grey.vc_tta-style-classic.vc_tta-tabs .vc_tta-panels .vc_tta-panel-body {
        padding: 10px 0px !important;
    }
}

/* navigation */

.pager ul {
    text-align: center
}

.pager li {
    margin: 0px 1px;
}

.pager li a {
    padding: 8px 10px;
    min-width: 38px;
    display: inline-block;
    border-radius: 50px;
    font-size: 14px;
    border: #fff solid 1px;
}

.pager li a,
.pager li {
    text-decoration: none;
}

.pager li {
    display: inline;
}

.pager li a:hover,
.pager li.active a {
    border: #38a9e4 solid 1px;
    color: #38a9e4;
    font-size: 14px;
}

.pricetable {
    margin-top: 30px;
    margin-bottom: 30px;
}

.pricetable td {
    font-size: 15px;
    padding: 10px;
}

.pricetable td.red {
    color: #be2727;
}

.pricetable tr:nth-of-type(odd) {
    background-color: rgba(237, 242, 246, 1);
}

.pricetable th {
    font-size: 15px;
    line-height: 17px;
    padding: 10px 10px;
    color: #fff;
    background: #899eb5 !important;
}

/* ONLY HAIRPALACE FR below --------------------------------*/

.body-fr h1 span {
    font-size: 40px;
    font-size: 40px;
    line-height: 1.2em;
    margin-bottom: .5rem;
}

.body-fr section.subheader:before {
    background-position-x: 100%;
}

.body-fr .top-ref-carousel h3 {
    max-width: 800px;
    margin-left: auto;
    margin-right: auto;
}

@media (max-width:1645px) {
    .body-fr section.subheader:before {
        background-position-x: 100%
    }
}

@media (max-width:1520px) {
    .body-fr section.subheader:before {
        background-position-x: 120%
    }
}

@media (max-width:1460px) {
    .body-fr section.subheader:before {
        background-position-x: 160%
    }
}

@media (max-width:1320px) {
    .body-fr section.subheader:before {
        background-position-x: 190%
    }
}

@media (max-width:1199px) {
    .body-fr section.subheader:before {
        background-size: cover;
        background-position-x: 0%;
    }
}

@media (max-width:991px) {
    .body-fr section.subheader:before {
        background-size: cover;
        background-position-x: 10%;
    }
}

.body-fr section.subheader a {
    white-space: normal;
}

.entry-footer,
.author-bg {
    background: #edf2f6;
    padding: 15px;
    text-transform: none;
}

.author-bg {
    padding-left: 0px;
    text-transform: none;
    margin-bottom: 40px;
}

.author-bg h3 {
    font-style: italic;
    font-size: 18px;
    font-weight: 600;
}

.author-image {
    padding-right: 5px;
}

.author-image img {
    border: solid 5px #fff;
}

.author-pimage {
    margin-bottom: 20px;
}

.post-author {}

.post-author .position {
    font-style: italic;
    font-size: 14px;
    font-weight: 600;
    text-transform: none;
}
.author .site-main img{
    margin-bottom: 30px;
    margin-top: 30px;
}

.post-author h5 {
    font-size: 14px;
    text-transform: none;
    margin-top: 15px;
    margin-bottom: 10px;
}

.post-author ul {
    margin-bottom: 0px;
    margin-left: 0px;
    padding-left: 20px;
}

.post-author li,
.post-author li a {
    font-weight: normal;
    text-transform: none;
}

.post-author li {
    margin-bottom: 3px;
}

body.category .entry-footer {
    display: none;
}

body.category h2.entry-title {
    border: none;
    margin-bottom: 0px;
    padding-bottom: 10px;
}

.entry-footer {
    margin-top: 30px;
}

.refs h4 {
    text-align: left;
    padding: 0px 10px;
    margin: 10px 0px 5px;
    font-size: 18px;
    color: #999;
    font-weight: 400;
}

.refs h4 a {
    display: block;
    width: auto;
    float: right;
    font-size: 14px;
    padding: 5px 10px;
    position: relative;
    top: -2px;
    border-radius: 20px;
    background: #34a6e0;

    color: #fff;
}

.refs h4 a:hover {
    background: #91a3bc;
    color: #fff;
    text-decoration: none;
}

.refs h4 small {
    font-size: 18px;
    font-weight: 400;
    font-weight: bold;
    color: #000;
}

.refs h4 small:before {
    content: " - ";
    color: #999;
    font-size: 18px;
    font-weight: 400;
    display: inline;
}

.refs .box {
    position: relative;
}



.refs h4 {
    font-size: 15px;
}

.refs h4 small {
    font-size: 15px;
}

.refs .badge {
    color: #555;
    display: block;
    padding: 5px 10px 5px;
    border-radius: 4px;
    z-index: 2;
    top: 18px;
    position: absolute;
    font-weight: 700;
    text-transform: uppercase;
    background: rgba(255, 255, 255, 0.4);
    font-size: 10px;

    line-height: 1.4em;
    padding-top: 5px;
    color: #fff;
    font-weight: bold;
}

.refs .before {
    left: 20px;
}

.refs .after {
    left: 20px;
    top: 55%;
}




.refs .owl-nav {
    margin-top: -30px;
    left: 0px;
}


.owl-carousel img {
    max-width: 100%;
    width: 100%;
    height: auto;
}

.owl-carousel .box {
    background: #fff;
    padding: 7px;
    border-radius: 7px;
}

.doctors h4 {
    color: #424f73;
    font-size: 16px;
    font-weight: 700;
    margin-top: 10px;
    margin-left: 15px;
    margin-top: 10px;
    margin-bottom: 3px;
}

.owl-carousel .disabled {
    opacity: 0 !important;
}

.owl-next {
    float: right;
    position: absolute !important;
    right: -15px;
}

.owl-prev {
    position: absolute !important;
    left: -15px;
}

.doctors .box p {
    color: #575757;
    font-size: 14px;
    font-style: italic;
    margin: 0px;
    margin-left: 15px;
    margin-bottom: 5px;
}

.owl-nav {
    position: absolute !important;
    top: 50%;
    width: 100%;
    margin-top: -20px;
}

.owl-nav button {
    background: #34a6e0 !important;
    width: 32px;
    height: 32px;
    border-radius: 40px;
    position: relative;
}

.owl-nav button .arrow:after {
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    content: "\f105";
    color: #fff;
    display: inline-block;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
}

.owl-nav button .arrow-next {}

.owl-nav button .arrow-next:after {}

.owl-nav button .arrow-prev:after {
    -ms-transform: rotate(-180deg);
    /* IE 9 */
    -webkit-transform: rotate(-180deg);
    /* Safari */
    transform: rotate(-180deg);
}

.owl-nav button:hover {
    background: #ec7a5c !important;
    color: #fff !important;
}

.owl-nav button:hover .arrow:after {
    color: #fff !important;
}


.new-head h2 {
    max-width: 600px !important;
    margin: 0px !important;
}

.top-ref-carousel h2 {
    text-align: center;
    max-width: 800px !important;
    margin: auto;
}

.top-ref-carousel h3 {
    text-align: center;
    max-width: 800px !important;
    margin-left: auto;
    margin-right: auto;
}

.new-head h2 {
    margin-bottom: 0px !important;
}

.new-head h1 {
    font-size: 44px;
    max-width: 650px;
    line-height: 1.1em;
    color: #444;
}

.new-head h1 span {
    font-size: 36px;

}

.new-head {

    padding: 0px !important;

}

.new-head .inner {
    padding: 100px 0px;

    position: relative;
    overflow: hidden;

}

.backdrop {
    padding: 50px 0;
    backdrop-filter: blur(4px);
    position: relative;

    background: rgba(255, 255, 255, 0.55);
    -webkit-box-shadow: 0px 15px 29px 0px rgba(0, 0, 0, 0.17);
    -moz-box-shadow: 0px 15px 29px 0px rgba(0, 0, 0, 0.17);
    box-shadow: 0px 15px 29px 0px rgba(0, 0, 0, 0.17);
}

.backdrop>.container {
    position: relative;
}

.balazs {
    position: absolute;
    right: 0px;
    bottom: -151px;
    background: url(images/szendrei-balazs.png) no-repeat;
    width: 500px;
    height: 527px;
    background-size: contain;
    display: block;

}

.new-head .inner:before {
    width: 1000px;
    height: 1000px;

}

@media (max-width:1199px) {
    .balazs {
        right: -60px;
    }
}

@media (max-width:991px) {
    .balazs {
        right: -150px;
    }

    .new-head h1 {
        font-size: 34px;
        max-width: 500px;
    }

    .new-head h1 span {
        font-size: 28px;
    }

    .new-head h2 {
        max-width: 450px !important;
    }
}

@media (max-width:767px) {
    .balazs {
        right: -220px;
        bottom: -70px;
    }

    .new-head h1 {

        max-width: 270px;
    }

    .new-head h2 {
        max-width: 270px !important;
    }

    .new-head .inner {
        padding: 70px 0px 40px;
    }

    .backdrop {
        padding: 30px 0px;
    }
}

@media (max-width:599px) {
    .new-head h1 {

        max-width: 1000px
    }

    .new-head .inner {
        padding: 40px 0px 40px;
    }

    .balazs {
        width: 390px;
        bottom: -191px;
        right: -160px;
    }

    .new-head h2 {
        max-width: 260px !important;

    }
}

@media (min-width:510px) and (max-width:599px) {
    .balazs {
        width: 390px;
        bottom: -240px;
        right: -100px;
    }
}

@media (max-width:387px) {

    .new-head .inner {
        padding: 40px 0px 40px;
    }

    .balazs {
        width: 390px;
        bottom: -198px;
        right: -160px;
    }

    .new-head h2 {
        max-width: 200px !important;
        font-size: 16px !important;
    }

    .new-head h1 {
        font-size: 28px;
    }

    .new-head .inner {
        padding: 0px 0px 30px;
    }

    .btn-lg {
        padding: 15px 20px;
    }
}

@media (max-width:330px) {
    .new-head h2 {
        max-width: 160px !important;
        font-size: 14px !important;
    }
}

.vc_desktop article .entry-footer {
    display: block !important;
}


/* merci form */

.img-radios {
    text-align: center;
    border: solid 4px #edf2f6;
    padding: 15px;
    padding-bottom: 35px;
    padding-top: 35px;
    background: #edf2f6;
    margin-left: -2500px;
    margin-right: -2500px;
    padding-left: 2500px;
    padding-right: 2500px;
}

.img-radios button {
    padding-left: 30px;
    padding-right: 30px;
}

.img-radios .center-btn {
    text-align: center;
}

.img-radios.row {
    -ms-flex-pack: center !important;
    justify-content: center !important;
}

.img-radios img {
    opacity: 0.8;
    -webkit-transition: all .1s ease-in-out;
    -moz-transition: all .1s ease-in-out;
    -o-transition: all .1s ease-in-out;
    transition: all .1s ease-in-out;
    cursor: pointer;
    border-radius: 10px;
    border: solid 5px #fff;
    margin-bottom: 0px;
}

.img-radios img:hover {
    border: solid 4px #fff;
    opacity: 1;
    -webkit-box-shadow: 2px 2px 10px 0px rgba(0, 0, 0, 0.15);
    -moz-box-shadow: 2px 2px 10px 0px rgba(0, 0, 0, 0.15);
    box-shadow: 2px 2px 10px 0px rgba(0, 0, 0, 0.15);
}

.img-radios input[type=radio] {
    visibility: hidden;
    height: 0px;
    margin: 0px;
    position: absolute;
}

.img-radios input[type=radio]:checked~img {
    border: solid 4px #38a9e4;
    opacity: 1;
}

.img-radios input[type=radio]:checked~.category:after {}

.img-radios .error {
    margin-top: 15px;
    width: 100%;
    display: block;
    color: #be2727;
    font-weight: bold;
    text-align: center;
    display: none;
    font-size: 14px;
}

.img-radios .error.on {
    display: block;
}

.img-radios .category {
    font-size: 13px;
    font-weight: 900;
    text-transform: uppercase;
}

@media (max-width:991px) {
    .img-radios label {
        -ms-flex: 0 0 33.333333%;
        flex: 0 0 33.333333%;
        max-width: 33.333333%;
    }
}

@media (max-width:575px) {
    .img-radios label {
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%;
    }
}

.site-content {
    overflow: hidden;
}

.patient-review {
    font-weight: 400;
    border-radius: 0;



    font-size: 16px;
    padding: 30px;
    background: #edf2f6;
    margin-bottom: 30px;
}

@media (min-width:600px) {
    .patient-review {
        padding: 20px;
    }
}

.patient-review p:last-child {
    margin-bottom: 0px;
}

.patient-review h2 {
    font-size: 22px;
}

.program-row .numbered li {
    font-size: 20px;

}

.program-row .numbered li:before {
    top: 0px;

}

.larger {
    font-size: 20px;
    text-align: center;
    display: block;
    margin-bottom: 50px !important;
    max-width: 600px;
    margin: auto;

}

h2.pop-text {
    margin-bottom: 15px !important;
}

.refs .owl-nav {
    margin-top: -35px;
}

.gallery .owl-nav {
    margin-top: -35px;
}

.blog-carousel .owl-nav {
    margin-top: 0px;
    top: 20%;
}

.owl-nav button {
    width: 40px;
    height: 40px;
    line-height: 40px;
    background-color: #23b6c7 !important;

}


.owl-nav button:after {
    position: relative;
    top: 1px;
}

.bx-wrapper .bx-prev,
.bx-wrapper .bx-next {
    color: #fff;
    background: #23b6c7;
    border: solid 1px #23b6c7;
}

.site-logo img {
    width: 200px;
}

@media (max-width:576px) {
    .site-logo img {
        width: 150px;
    }
}

.parallax {
    min-height: 400px;
    height: 400px;
}

.owl-nav.disabled,
.owl-dots.disabled {
    display: none;
}

.ref-table {
    width: 100% !important;
    height: auto !important;

    margin-bottom: 15px !important;
}

.ref-table td,
.ref-table tr {
    width: 50% !important;
    height: auto !important;
}



.bg-color {
    /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#7f76a1+28,7f76a1+100&1+17,0.77+100 */
    /*background: -moz-linear-gradient(45deg,  rgba(127,118,161,1) 17%, rgba(127,118,161,0.97) 28%, rgba(127,118,161,0.77) 100%);  FF3.6-15 */
    /*background: -webkit-linear-gradient(45deg,  rgba(127,118,161,1) 17%,rgba(127,118,161,0.97) 28%,rgba(127,118,161,0.77) 100%);  Chrome10-25,Safari5.1-6 */
    /* background: linear-gradient(45deg,  rgba(127,118,161,1) 17%,rgba(127,118,161,0.97) 28%,rgba(127,118,161,0.77) 100%);  W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    /* filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#7f76a1', endColorstr='#c47f76a1',GradientType=1 );  IE6-9 fallback on horizontal gradient */

    background: #23b6c7;
    background-size: cover;
    background-position: center center;
    width: 100%;
    padding: 30px 0px 30px 0px;
}

.breadcrumb {
    background: transparent;
    color: #fff;


}

.breadcrumb a {
    color: #fff;
}

.sidebar-list {
    width: 100%;
    text-align: left;

}

.sidebar-list a {
    display: block;
    text-align: left;
    border-bottom: solid 1px #ccc;
    padding: 10px 0px;
    margin-top: 0px;
    font-size: 16px;
    color: #444;
}

.slogan {
    color: #fff;


    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-align: center !important;
    align-items: center !important;
    text-align: center;

}

.slogan .inner {
    padding: 0px 20px;
    width: 100%;
    font-size: 40px;
    font-weight: 700;
    font-family: 'Poppins', sans-serif;
    text-align: right;
    margin-top: 180px;
    position: relative;
}

.slogan .inner:after {
    position: absolute;
    right: 20px;
    bottom: -5px;
    content: "";
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 12px 15px 0 15px;
    border-color: #ffffff transparent transparent transparent;
}

.vc_btn3.vc_btn3-color-warning,
.vc_btn3.vc_btn3-color-warning.vc_btn3-style-flat {
    background-color: #EC7A5C;
    border-color: #EC7A5C;
}

.wp-caption .wp-caption-text {
    font-size: 12px !important;
}

.entry-header {
    border-bottom: none !important;
}



.responsive-video {
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 30px;
    height: 0;
    overflow: hidden;
}

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

.our-clinic-video {
    margin-bottom: 20px;
}

.mytable, .price-table {
    border-spacing: 0;
    border-collapse: collapse;
}

.mytable th {
    background: rgba(35, 182, 199, 1);
    color: #fff;
    padding: 10px;

    vertical-align: middle;
    font-weight: 700;
}

.mytable th:last-child {
    text-align: right;
}

.mytable td, .price-table td  {
    padding: 15px 15px;
    font-size: 16px;


}

.mytable th,
.mytable td,
.price-table th,
.price-table td {
    font-size: 16px !important;
    line-height: 22px;
}

.mytable td.price {
    white-space: nowrap;
    text-align: right;
}

td.strong {
    font-weight: 700;
}

td.strong {
    text-alig: right;
}

.mytable td:first-child {
    text-align: left;

}

.mytable td:nth-child(1) {
    font-weight: bold;
}

.mytable td:nth-child(3),
.mytable td:nth-child(4),
.mytable td:nth-child(5),
.mytable td:nth-child(6),
.mytable td:last-child {
    text-align: right;
    white-space: nowrap;
}

.mytable th:nth-child(3),
.mytable th:nth-child(4),
.mytable th:nth-child(5),
.mytable th:nth-child(6),
.mytable th:last-child {
    text-align: right;
}

.mytable th:nth-child(2),
.mytable th:nth-child(7),
.mytable td:nth-child(2),
.mytable td:nth-child(7) {
    display: none;
}

.mytable th:nth-child(3),
.mytable th:nth-child(4) {
    background: #c52255 !important;
}

.mytable td:nth-child(3),
.mytable td:nth-child(4) {
    color: #c52255;
}

.mytable th:nth-child(5) {
    background: rgb(28, 118, 186);
}

.mytable td:nth-child(5) {
    color: rgb(28, 118, 186);
    font-weight: bold;
}

.mytable tr:nth-child(even), .price-table tr:nth-child(even){
    background: #fff;
}

.mytable tr:nth-child(odd), .price-table tr:nth-child(odd) {
    background: #efefef;
}

.mytable img {
    width: 15px;
    height: 15px;
    margin: 0px !important;
}

.nodesk {
    display: none;
}

.price {
    font-weight: bold;
}

.price.nodesk {
    color: red;
    font-weight: bold;
}

@media (max-width:599px) {
    .nomob {
        display: none;
    }

    .nodesk {
        display: table-cell;
    }

    .mytable th,
    .mytable td,
    .price-table th,
    .price-table td  {
        font-size: 12px !important;
        line-height: 16px !important;
        padding: 12px 10px !important;
    }

}


.page-id-13155 .breadcrumb,
.page-id-13155 .navigation {
    display: none !important;
}



/* oriondental */

.mytable td:nth-child(2){
    display: table-cell !important;
}

.tr-subheader{
    background: #23b6c7 !important;
    color: #fff;
    font-size: 18px !important;
}
.price-table th{
    padding: 15px 15px;
    font-size: 16px;
    white-space: nowrap;
    background: #fff !important;
}
.tr-subheader td{
    background: #23b6c7 !important;
} 
.price-table td:first-child{
    font-size: 12px;
    font-weight: bold;

}


.centered-box{
    margin: auto !important;
    float: inherit !important;
} 

.default-section{
    padding-top: 70px;
    padding-bottom: 70px;
}
@media (max-width:767px){
    .default-section{
        padding-top: 40px;
        padding-bottom: 40px;
    }
}

.vc_row .video-player{
    background-color: #fff;
    max-width: 700px;
    margin: auto;
    margin-bottom: 40px;
    
}
@media (min-width:1200px){
    #menu-main-menu-angol{
        width: 100%;
    }
#menu-main-menu-angol
.menu-item{
-ms-flex-preferred-size: 0;
    flex-basis: 0;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
}body:not(.theme-preset-active) #masthead #menu-main-menu-angol.navbar-nav>li>a.nav-link{
    font-size: 16px;
}
}


.widget_icl_lang_sel_widget {
    margin-bottom: 0px !important;
}
.wpml-ls-legacy-list-horizontal a{
    color: #444;
}
.wpml-ls-legacy-list-horizontal a:hover{
    text-decoration: none;
}
@media (max-width:1199px){
.wpml-ls-legacy-list-horizontal a{
    color: #fff;
    font-weight: bold;

}
}
@media (max-width:767px){
.lang-switcher{
width: 100%;

}
.wpml-ls-legacy-list-horizontal{
    padding-left: 0px;
    border-bottom: 1px rgba(255, 255, 255, 0.2) solid;
    margin-bottom: 10px;
}
.wpml-ls-legacy-list-horizontal a{
    padding-left: 0px;
    padding-right: 20px;
}

}
.wpml-ls-legacy-list-horizontal a span{
    margin-left:5px;
}
@media (max-width:449px){
.wpml-ls-legacy-list-horizontal{
    text-align: center;
}
.wpml-ls-legacy-list-horizontal>ul{
    display: inline;
}
.wpml-ls-legacy-list-horizontal a{
    padding-left: 10px;
    padding-right: 10px;
    font-size: 14px;
}

}

.popmake-content{
    outline: none;
}

.head-top {
    font-size: 14px;
text-align: right;
background-color: #f0f1f1;
}
@media (max-width:599px){
    .head-top {
text-align: center;
    } 
}
.head-top a{
    color: #4f4f4f;
    text-decoration:none;
    font-weight: 400;
    padding: 8px 0px;
    display: block;

}
.head-top a:hover{
    color: #1c76ba;
}

@media (min-width:768px){
.contact-right{
    padding-right: 80px;
}
}

.team-head{
    padding-top: 70px;
}
.team-head h1{
  
    font-size: 34px;
    color: #4f4f4f;
}
.team-head h2{
    margin-bottom: 0px !important;
}


.team-head  .center-btn {
    margin-bottom: 70px;

}
.main-img-holder{
    padding-left: 0px;
    padding-right: 0px;

}
@media (max-width:599px){
    .team-head{
    padding-top: 40px;
    }   
    .team-head h1{
        font-size: 28px;
    }
    .team-head  .center-btn {
        margin-bottom:40px;
    
    }
}

.szechenyi-banner img{
    height: 64px;
    width:auto;
    padding-left: 10px;
}