.ubermenu .ubermenu-submenu.ubermenu-submenu-id-2107,
.ubermenu .ubermenu-submenu.ubermenu-submenu-id-50 {
    background-image: none!important;
    min-height: 0!important;
}

.special_btn_block {
    text-align: center;
}
.our_specialists .specialists_container .specialists_btns .special_btn_block h6 {
    margin: 10px auto 3px;
}

.page-banner {
    min-height: 550px;
}

.single-article-block img {
    margin: 0 auto 10px auto;
}
.text-content {
    padding: 50px 0;
}

.text-content h2 {
    font-size: 32px;
    letter-spacing: 0.01em;
    color: #0085cc;
    font-family: 'PlayfairDisplayRegular';
    padding-bottom: 10px;
    border-bottom: 1px solid #DDE0E0;
    position: relative;
    margin: 0 0 20px;
}

.text-content h2:after {
    content: '';
    position: absolute;
    background: #DDE0E0;
    width: 110px;
    height: 2px;
    bottom: 0px;
    left: 0;
}
.procon{
    margin:20px 0 0;
}

#my-header {
    position: fixed;
    width: 100%;
    top: 0;
    z-index: 100;
    background-color: #fff;
}
.admin-bar #my-header {
    top: 32px;
}
#my-content{
    padding-top: 137px;
}
.site-logo img {
    height: 60px;
}

header .header-top .header-top-nav ul li,
header .header-bottom .header-bottom-nav ul li,
.site-logo img {
    transition: all 0.3s ease;
}

header .header-top .header-top-nav ul li.menu-item-has-children,
header .header-bottom .header-bottom-nav ul li.menu-item-has-children{
    display: flex;
    align-items: center;
}

header .header-top .header-top-nav ul li.menu-item-has-children:after,
header .header-bottom .header-bottom-nav ul li.menu-item-has-children:after{
    content: '';
    display: block;
    width: 15px;
    height: 8px;
    background-image: url(/wp-content/themes/dental/img/arrow-down.svg);
    background-position: center;
    background-repeat: no-repeat;
    -webkit-background-size: 100%;
    background-size: 100%;
    margin-left: 10px;
}

/* #my-header.fixed header .header-top .header-top-nav>ul>li {
    padding: 5px 0;
} */

header .header-bottom .row{
    align-items: center;
}


#my-header.fixed .site-logo img {
    height: 60px;
}

.form-step {
    display: none;
}

.form-step.active {
    display: block;
}

.form-step .btn{width: 100%;}

.btn.next-step {
    background-color: #0085cc;
    color: #fff;
}

.home-top-form .white-panel form input,
.form-step input,
.home-top-form .white-panel form select,
.form-step select,
.home-top-form .white-panel form textarea,
.form-step textarea,
form .white-panel input{
    display: block;
    margin-bottom: 16px;
    width: 100%;
    padding: 16px 25px;
    border: 1px solid #333;
    font-size: 18px;
    font-family: 'HelveticaNeueCyrRoman';
    color: #333;
    max-height: 124px;
}

form .white-panel input.btn.submit-serv{
    line-height: 0;
    margin-bottom: 0;
}

form .white-panel .ajax-loader{display: none;}

.button-box {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.prev-step {
    margin-right: 10px;
}

.home-top-form .white-panel .form-step-box span,
.form-step-box span{
    transition: all 0.3s ease;
}

.home-top-form .white-panel .form-step-box span.active,
.form-step-box span.active{
    border-color: #0085cc;
    background-color: #0085cc;
    color: #fff;
}

.home-top-form .white-panel form .btn.prev-step,
form .btn.prev-step{
    background: url(/wp-content/themes/dental/img/arrow-left.svg) no-repeat 5% center;
}

.btn.prev-step{
    background: url(/wp-content/themes/dental/img/arrow-left.svg) no-repeat 5% center;
}

form .btn {
    text-transform: uppercase;
    width: 100%;
    background: url(/wp-content/themes/dental/img/arrow-right-white.svg) no-repeat 95% center;
    background-size: 20px;
}

.home-top-form .white-panel form .btn.prev-step,
.home-top-form .white-panel form .btn.next-step,
form .btn.prev-step, form .btn.next-step{
    background-size: 20px;
}

.home-top-form .white-panel form .btn.prev-step:hover,
.home-top-form .white-panel form .btn.next-step:hover,
form .btn.prev-step:hover,
form .btn.next-step:hover,
form .btn.submit-step:hover{
    background-color: #0085cc;
    color: #fff;
}

form .btn.prev-step:hover {
    background-image: url(/wp-content/themes/dental/img/arrow-left-white.svg);
}

.home-top-form .white-panel form .btn.submit-step,
form .btn.submit-step{
    background-image: none;
    margin-bottom: 0;
    line-height: 1;
}

.button-box .ajax-loader{display: none!important;}

.home-banner {
    position: relative;
    background-image: none;
    height: 585px;
    overflow: hidden;
}
.home-2 .home-banner {
    position: relative;
    background-image: none;
    height:auto;
    overflow: hidden;
    min-height: 585px;
    background-image: url(/wp-content/themes/dental/img/building_3.JPG);
    background-position: center;
    background-size: cover;
}

.home-2 .home-banner .slick-slide:after {
    content: '';
    background: rgba(0, 0, 0, 0.29);
    z-index: 4;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    position: absolute;
}
.home-2 .home-banner .owl-carousel{
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100%;
}
.home-2 .home-slide{
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100%;
    padding: 30px 0 30px;
}
.home-2 .home-banner:after {
    content: '';
    background: rgba(0, 0, 0, 0.29);
    z-index: 4;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    position: absolute;
}
.home-banner > .container {
    position: relative;
    z-index: 5;
}
/*.home-slider2 {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 1;
}*/
.home-slider {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 1;
}

.home-slide {
    position: relative;
    display: flex;
    justify-content: flex-end;
    align-items: center;
}

.home-slide img {
    display: block;
    width: 100%;
    position: relative;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 1;
    height: 585px;
    object-fit: cover;
    object-position: center;
}

.slide-title {
    color: #fff;
    width: 50%;
    text-align: center;
    position: absolute;
    bottom: 33px;
    right: 5%;
    z-index: 5;
    font-family: 'PlayfairDisplayRegular';
    font-size: 48px;
    background-color: #0085cc
}
.home-2 .slide-title{
    width: 100%;
    height: 100%;
    position: relative;
    bottom: 0;
    right: 0;
    padding: 10px;
    font-size: 24px;
    font-family: 'PlayfairDisplayRegular';
    letter-spacing: 0.1em;
    background-color: transparent;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    text-align: left;
}
.home-2 .slide-title .list_num {
    width: 60px;
    height: 60px;
    border-radius: 50%;
    border: 2px solid #ffffff;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 22px;
    text-transform: uppercase;
    margin: 0 16px 0 0;
    font-family: 'HelveticaNeueCyrRoman';
}
.home-2 .slide-title .list_text{
    flex: 1;
}
.home-2 .slide-title h2{
    margin-bottom: 0;
}
.home-2 .slide-title p{
    margin: 0;
}
.home-2 .home-slider .slick-dots{
    display: none !important;
}
.home-slider .slick-dots {
    position: absolute;
    right: 5%;
    bottom: 0;
    height: 33px;
    width: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 5;
}

.home-slider .slick-dots li {
    cursor: pointer;
    display: block;
    width: 20px;
    height: 20px;
    border-radius: 100%;
    background-color: #fff;
    border: 2px solid #0085cc;
    margin: 0 5px;
}

.home-slider .slick-dots li.slick-active {
    background-color: #0085cc;
}

.home-slider .slick-dots li button {
    display: block;
    width: 100%;
    font-size: 0;
    opacity: 0;
    height: 20px;
    cursor: pointer;
}

.home-slider .slick-arrow,
.slider-our-services .slick-arrow{
    position: absolute;
    top: 50%;
    margin-top: -32px;
    z-index: 5;
    -moz-appearance: none;
    -webkit-appearance: none;
    appearance: none;
    border: none;
    background-color: #0085cc;
    width: 50px;
    height: 50px;
    transform: translateY(-50%);
    background-size: 24px;
    background-position: center;
    background-repeat: no-repeat;
    font-size: 0;
    color: transparent;
    cursor: pointer;
    transition: all 0.3s ease;
}

.home-slider .slick-arrow:hover,
.slider-our-services .slick-arrow:hover{
    opacity: 0.9;
}

.home-slider .slick-prev,
.slider-our-services .slick-prev{
    left: 3%;
    background-image: url(/wp-content/themes/dental/img/arrow-left-white.svg);
}

.home-slider .slick-next,
.slider-our-services .slick-next{
    right: 3%;
    background-image: url(/wp-content/themes/dental/img/arrow-right-white.svg);
}
/* owl*/
.home-slider2.owl-carousel .owl-nav button{
    position: absolute;
    top: 50%;
    z-index: 5;
    -moz-appearance: none;
    -webkit-appearance: none;
    appearance: none;
    border: none;
    background-color: #0085cc;
    width: 50px;
    height: 50px;
    transform: translateY(-50%);
    background-size: 24px;
    background-position: center;
    background-repeat: no-repeat;
    font-size: 0;
    color: transparent;
    cursor: pointer;
    transition: all 0.3s ease;
}
.home-slider2.owl-carousel .owl-nav button:hover {
    opacity: 0.9;
}

.home-slider2.owl-carousel .owl-nav .owl-prev {
    left: 5%;
    background-image: url(/wp-content/themes/dental/img/arrow-left-white.svg);
}

.home-slider2.owl-carousel .owl-nav .owl-next {
    right: 5%;
    background-image: url(/wp-content/themes/dental/img/arrow-right-white.svg);
}

.info-icon-link {
    color: #333;
    transition: all 0.3s ease;
    display: block;
}

.info-icon-link:hover {
    opacity: 0.7;
}

.office-effect-block {
    position: relative;
}

.office-effect-block .container {
    position: relative;
    z-index: 5;
}

.office-effect-gallery {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
}

.office-effect-gallery img {
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    object-fit: cover;
    object-position: center;
    transition: opacity 3s ease, transform 15s ease;
    opacity: 0;
}

.office-effect-gallery img:nth-child(3n+1) {
    transform-origin: left bottom;
}

.office-effect-gallery img:nth-child(3n+2) {
    transform-origin: right top;
}

.office-effect-gallery img:nth-child(3n+3) {
    transform-origin: center;
}

.office-effect-gallery img.active {
    opacity: 1;
    transform: scale(1.15);
}

.s-before-and-after {
    z-index: 5;
}

.office-light-bg {
    padding: 25px;
    background-color: rgba(255,255,255,0.9);
    margin-bottom: 25px;
}

.case-cats .srv-item {
    display: block;
    width: 100%;
}

.case-cats .srv-item img {
    display: block;
    width: 100%;
}
.single-article-block tr {
    font-size: 15px;
    line-height: 19px;
}
.single-article-block tbody tr td {
    padding: 7px;
}
.single-case-stage {
    background-color: #fff;
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.25);
    margin-bottom: 25px;
    text-align: center;
}

.single-case-stage h6 {
    margin: 0;
    padding: 15px;
    line-height: 1.3;
    font-size: 18px;
    display: block;
    border: none;
}

.single-case-stage img {
    display: block;
    width: 100%;
}
.s-our-services .slider-our-services .slick-slide .srv-item,
.s-our-services .slider-our-services-text .slick-slide .srv-item {
    margin: 30px 15px;
    background-color: #fff;
    box-shadow: 0px 0px 5px 0 rgba(0, 0, 0, 0.15);
}

.s-our-services .slider-our-services-text .slick-slide .srv-item{
   margin: 10px 15px 15px;
   width: calc(100% - 30px);
}

.s-our-services .slider-our-services-text .slick-slide .srv-item .text-wrap {
    padding: 0 30px;
}
.s-our-services .slider-our-services .slick-slide .srv-item h5 {
    padding: 20px 30px 15px 30px;
    font-size: 18px;
    line-height: 28px;
    color: #333;
    text-align: center;
}
.s-our-services .slider-our-services .slick-slide .srv-item img {
    width: 100%;
    height: 100%;
    object-position: center;
    object-fit: cover;
}
.slider-our-services .slick-slide .img-wrap{
    width: 100%;
    height: 300px;
    /*border: 2px solid #0085cc;*/
    border: 0;
    background: #0085cc;
}
.slider-our-services .slick-slide{
     opacity: 0.5;
     transition: all 300ms ease;
 }
.slider-our-services-text .slick-slide{

    transform: translateY(-25px);
    transition: all 300ms ease;
}
.slider-our-services-text .slick-list {
   overflow: visible;
}

.slider-our-services .slick-slide.slick-current.slick-active.slick-center,
.slider-our-services-text .slick-slide.slick-current.slick-active.slick-center {
    color: #e67e22;
    opacity: 1;
    -moz-transform: scale(1.08);
    -ms-transform: scale(1.08);
    -o-transform: scale(1.08);
    -webkit-transform: scale(1.08);
    color: #e67e22;
    opacity: 1;
    transform: scale(1.08);
}
.s-our-services .slider-our-services-text .slick-slide .srv-item,
.slider-our-services-text .slick-slide .srv-item {
    box-shadow: none;
}

.s-our-services .slider-our-services-text .slick-slide .srv-item,
.slider-our-services-text .slick-slide .srv-item {
    box-shadow: 0px 0px 5px 0 rgba(0, 0, 0, 0.15);
}
.slider-our-services .slick-slide.slick-current.slick-active.slick-center .img-wrap,
.slider-our-services-text .slick-slide.slick-current.slick-active.slick-center .img-wrap{
    padding: 0px;
}
.slider-our-services .slick-slide.slick-current.slick-active.slick-center .img-wrap img{
    border: 1px solid #0085cc;
}
@media (max-width: 479px) {
    .slider-our-services .slick-slide.slick-current.slick-active.slick-center .img-wrap,
    .slider-our-services-text .slick-slide.slick-current.slick-active.slick-center .img-wrap{
        padding: 10px;
    }
    .slider-our-services .slick-slide .img-wrap{
        width: 100%;
        height: 200px;
        border: 1px solid #333;
        background: #F7F7F7;
    }
    .slider-our-services .slick-slide.slick-current.slick-active.slick-center .img-wrap img{
        border: 1px solid #333;
    }
}
.table-responsive table{
   min-width: 600px;
}
.table-responsive{
    overflow-x:auto;
}

.custom-top-line {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
}

.custom-top-line li {
    position: relative;
    overflow: hidden;
    margin: 0 10px;
    min-width: 150px;
    min-height: 60px;
    text-align: center;
    line-height: 60px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.custom-top-line li.custom-appointment{
    z-index: 99;
}

.custom-top-line li a {
    text-decoration: none;
    color: #333;
    transition: all 0.3s ease;
    font-size: 18px;
    line-height: inherit;
    display: block;
    font-family: 'MontserratMedium', sans-serif;
}

.custom-top-line li a:hover {
    color: #0085cc;
}

.custom-top-line li.custom-location {
    flex: 1;
}


.custom-top-line li.custom-location a {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    transform: translateY(-100%);
    transition: transform 1s ease;
    /*transition-delay: 5s;*/
    animation-delay: 10s;
    line-height: inherit;
    font-size: 24px;
    font-weight: 700;
    color: #0085cc;
    font-family: 'Montserrat', sans-serif;
    background-color: #f7f7f7;
}

.custom-top-line li.custom-location a.active {
    transform: translateY(0);
    z-index: 2;
}

/* .custom-top-line li.custom-location a.active + a {
    transform: translateY(100%);
} */

.custom-top-line li.custom-location a small {
    font-size: 16px;
    color: #333;
    font-weight: 400;
}

.custom-top-line li.custom-location a:hover small {
    color: #0085cc;
}

.custom-top-line li.custom-phone a {
    padding-left: 35px;
    background-image: url(/wp-content/themes/dental/img/phone.png);
    background-size: 20px;
    background-position: left;
    background-repeat: no-repeat;
    font-weight: 700;
    color: #0085cc;
}

.custom-top-line li.custom-appointment a {
    color: #fff;
    background-color: #0085cc;
    border: 1px solid #0085cc;
    padding: 12px 20px 12px 33px;
    line-height: 1;
    position: relative;
    
}
.custom-top-line li.custom-appointment a:before{
    position: absolute;
    left: 7px;
    top: 11px;
    background-repeat: no-repeat;
    background-position: top left;
    height: 20px;
    width: 20px;
    font-style: normal;
    font-variant: normal;
    font-family: "Font Awesome 5 Pro";
    content: '\f073';
    font-weight: 900;
}
.custom-top-line li.custom-appointment a:hover:before{
    background-position: bottom left;
}
.custom-top-line li.custom-appointment a:hover {
    background-color: #fff;
    color: #0085cc;
}