    .scroll-top {
  position: fixed;
  bottom: 12px;
  right: 15px;
  width: 34px;
  height: 34px;
  display: block;
  background-color: #0085cc;
  border: 1px solid #fff;
  background-image: url(/wp-content/themes/dental/img/up-arrow.svg);
  background-size: 12px;
  background-position: center;
  background-repeat: no-repeat;
  opacity: 0;
  transition: all 0.6s ease;
  transform: translateX(150%);
  z-index: 10;
  border-radius: 2px;
}
.scroll-top.active {
  opacity: 1;
  transform: none;
}
select {
    width: 100%;
    padding: 16px 25px;
    border: #666 1px solid;
    outline: none;
    color: #333;
    font-size: 18px;
    font-family: 'HelveticaNeueCyrRoman';
    background: url(/wp-content/themes/dental/img/arrow.svg) no-repeat 97% 17px #ffffff;
    background-size: 25px 20px;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}
.map_wrap {
  padding: 50px 0 45px;
}
.map_wrap .map_container {
  padding: 35px 0 0;
  display: flex;
  justify-content: space-between;
  position: relative;
}
.map_wrap .map_container .btn_map {
  position: absolute;
  bottom: -24px;
  z-index: 77;
  width: 290px;
  max-width: 100%;
  height: 50px;
  background: #FFFFFF;
  border: 1px solid #0085cc;
  display: flex;
  justify-content: center;
  align-items: center;
  left: calc(50% - 145px);
  font-weight: 500;
  line-height: 30px;
  font-size: 18px;
  text-align: center;
  color: #0085cc;
  font-family: 'MontserratMedium';
  transition: 0.3s;
}
.map_wrap .map_container .btn_map:hover {
  background: #0085cc;
  color: #ffffff;
}
.map_wrap .map_container .map_btns_block {
  width: 170px;
}
.map_wrap .map_container .map_btns_block li {
  padding: 12px 0 12px;
  border-bottom: 1px solid #DDE0E0;
  position: relative;
  line-height: 28px;
  font-size: 18px;
  color: #333333;
  cursor: pointer;
}
.map_wrap .map_container .map_btns_block li.map_btn_active {
  color: #0085cc;
}
.map_wrap .map_container .map_btns_block li.map_btn_active:after {
  content: '';
  position: absolute;
  background: #0085cc;
  width: 94px;
  height: 4px;
  bottom: 0px;
  left: 0;
}
.map_wrap .map_container .map {
  width: calc(100% - 390px);
  height: 340px;
}
.map_wrap .map_container .map_info_wrap {
  width: 170px;
}
.map_wrap .map_container .map_info_wrap .map_info {
  display: none;
}
.map_wrap .map_container .map_info_wrap .map_info h6 {
  font-weight: 500;
  line-height: 30px;
  font-size: 20px;
  color: #333333;
  font-family: 'MontserratMedium';
}
.map_wrap .map_container .map_info_wrap .map_info p {
  line-height: 25px;
  font-size: 18px;
  color: #7A7A7A;
}
.map_wrap .map_container .map_info_wrap .map_info_acive {
  display: block;
}
.treatment {
  padding:40px 0 50px;
  position: relative;
}

.treatment .treatment_tab {
  padding-top: 40px;
  background-image: url(/wp-content/themes/dental/img/bg.png);
  background-repeat: no-repeat;
  background-size: 100% 100%;
  height: 492px;
  background-position: 0 80px;
}
.treatment .treatment_tab .treatment_tab_block {
  height: 231px;
  width: 18%;
  background: #ffffff;
  float: left;
  margin-right: 2.5%;
  box-shadow: 0px 0px 55px 3px rgba(0, 0, 0, 0.1);
  cursor: pointer;
  transition: 0.4s;
  position: relative;
}
.treatment .treatment_tab .treatment_tab_block:hover .teatment_name_block {
  color: #72232C;
}
.treatment .treatment_tab .treatment_tab_block .treatment_img {
  width: 100%;
  height: 158px;
  background-image: url(/wp-content/themes/dental/img/diagnostick_block.png);
  background-size: cover;
}
.treatment .treatment_tab .treatment_tab_block .treatment_img_2 {
  background-image: url(/wp-content/themes/dental/img/planirovka_block.png);
}
.treatment .treatment_tab .treatment_tab_block .treatment_img_3 {
  background-image: url(/wp-content/themes/dental/img/treatment_block.png);
}
.treatment .treatment_tab .treatment_tab_block .treatment_img_4 {
  background-image: url(/wp-content/themes/dental/img/estetick_block.png);
}
.treatment .treatment_tab .treatment_tab_block .treatment_img_5 {
  background-image: url(/wp-content/themes/dental/img/children_block.png);
}
.treatment .treatment_tab .tab_tr:before {
  content: '';
  border: 15px solid transparent;
  border-bottom: 15px solid white;
  position: absolute;
  left: 50%;
  margin-left: -10px;
  bottom: -29px;
  width: 0;
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
  display: block;
}
.treatment .treatment_tab .treatment_tab_block_last {
  margin-right: 0%;
}
.treatment .treatment_tab .teatment_name_block {
  color: #6b6b6b;
  font-size:  18px;
  height: 73px;
  width: 100%;
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: center;
          justify-content: center;
  -webkit-box-align: center;
          align-items: center;
  text-align: center;
}
.treatment .treatment_tab .bottom_all_block {
  float: left;
  margin-top: 30px;
  width: 38.5%;
  height: 170px;
  background: #ffffff;
  margin-left: 0%;
  box-shadow: 0px 0px 39px 3px rgba(0, 0, 0, 0.05);
  transition: 0.7s;
}
.treatment .treatment_tab .bottom_all_block .block_change {
  display: none;
}
.treatment .treatment_tab .bottom_all_block .block_change ul {
  padding: 25px 0 0 0;
  list-style-type: none;
}
.treatment .treatment_tab .bottom_all_block .block_change ul li {
  padding: 4px 0 4px 38px;
  font-size:  15px;
  color: #6b6b6b;
  text-decoration: underline;
  background-image: url(/wp-content/themes/dental/img/ok_grean.png);
  background-repeat: no-repeat;
  background-position: 13px 8px;
}
.treatment .treatment_tab .bottom_all_block .block_change_first {
  display: block;
}
.cards {
  background-color: #ffffff;
  padding: 30px 0 0;
}
.cards .section-top-title {
  width: 100%;
}
.cards .container {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}
.cards .container .cards_block {
  width: 252px;
  height: 278px;
  background: #FFFFFF;
  box-shadow: 0px 10px 35px rgba(40, 45, 73, 0.1);
  border-radius: 5px;
  padding: 32px 0 0;
  margin: 0 12px 30px;
  text-align: center;
}
.cards .container .cards_block .cards_img {
  width: 119px;
  height: 119px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #72232C;
  border-radius: 50%;
  margin: auto;
}
.cards .container .cards_block h6 {
  font-weight: 600;
  font-size: 18px;
  letter-spacing: -0.03em;
  text-transform: uppercase;
  color: #333333;
  font-family: 'Montserrat';
  margin: 22px 0 10px;
}
.cards .container .cards_block p {
  font-family: 'Montserrat';
  font-size: 16px;
  line-height: 24px;
  color: #858585;
}
/* teeth_pricelist */
.teath_wrap {
    background: #F7F7F7;
}
.teeth_pricelist {
    position: relative;
    margin-top: 80px;
    width: 100%;
}
.teeth_pricelist .teatch_top_container {
  margin-bottom: 50px;
  display: flex;
}
.teatch_text_block{
    min-height:60px;
}
.teeth_pricelist .teatch_top_container .teatch_top_block {
    width: 100%;
    height: 260px;
    box-shadow: 0px 0px 70px 3px rgba(0, 0, 0, 0.15);
    text-align: center;
    cursor: pointer;
    display: -webkit-box;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column;
    /*justify-content: center;*/
    -webkit-box-align: center;
    align-items: center;
    color: #6b6b6b;
    transition: 0.4s;
    background: white;
}
.teatch_img_block {
    margin: 25px 15px 15px;
    height: 75px;
    width: 100px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.teeth_pricelist .teatch_top_container .teatch_top_block img {
    max-height: 100%;
}
.teeth_pricelist .teatch_top_container .teatch_top_block h5 {
  margin-top: 0;
  font-size :20px;
}
.teeth_pricelist .teatch_top_container .teatch_top_block h6 {
  margin-top: 0;
  font-size: 14px;
  color: #aeaeae;
  line-height: 1.429;
}
.teeth_pricelist .teatch_top_container .teatch_top_block p {
  font-size: 34px;
  margin: 10px 0;
}
.teeth_pricelist .teatch_top_container .teatch_top_block p sup {
  font-size: 20px;
  border-bottom: 2px solid #aeaeae;
}
.teeth_pricelist .teatch_top_container .teatch_top_block span {
  font: 20px 'Roboto-Thin';
}
.teeth_pricelist .teatch_top_container .teatch_top_block:hover {
  /*background: #72232C;
  color: #ffffff;*/
  box-shadow: 0px 0px 12px 1px rgba(114, 35, 44, 0.9);
}
.teeth_pricelist .teatch_top_container .teatch_top_block:hover p sup {
  border-color: #ffffff;
}
.teeth_pricelist .teatch_top_container .teatch_top_block:hover h6 {
  /*color: #ffffff;*/
}
.teeth_pricelist .teatch_top_container .teatch_top_block:hover img svg path {
  fill: #ffffff !important;
}
.teeth_pricelist .teatch_bot_container {
  margin-top: 40px;
}
.teeth_pricelist .teatch_bot_container .teatch_bot_block {
  height: 200px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
          flex-direction: row;
}
.teeth_pricelist .teatch_bot_container .teatch_bot_block h6 {
  padding: 0 19px;
}
footer {
  padding: 45px 0 15px;
  background: #F2F2F2;
}
footer .container {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
footer .container .footer_block h6 {
  font-size: 24px;
  letter-spacing: 0.01em;
  color: #333333;
    font-family: 'Montserrat', sans-serif;
    padding-bottom: 10px;
  border-bottom: 1px solid #DDE0E0;
  position: relative;
  margin: 0 0 20px;
}
footer .container .footer_block h6:after {
  content: '';
  position: absolute;
  background: #DDE0E0;
  width: 110px;
  height: 2px;
  bottom: 0px;
  left: 0;
}
footer .container .footer_block ul {
  margin: 0 0 30px;
}
footer .container .footer_block ul li a {
  line-height: 32px;
  font-size: 18px;
  color: #7A7A7A;
}
footer .container .footer_block .footer_soc {
  display: flex;
  justify-content: space-between;
}
footer .container .footer_block .footer_soc a {
  transition: 0.3s;
}
footer .container .footer_block .footer_soc a:hover {
  opacity: 0.7;
}
.footer_bottom {
  background: #E9E9E9;
}
.footer_bottom .container {
  height: 60px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.footer_bottom .container .copyright {
  font-size: 18px;
  color: #7A7A7A;
}
.footer_bottom .container .bottom_links a {
  font-size: 18px;
  text-decoration-line: underline;
  color: #7A7A7A;
  margin-left: 50px;
  transition: 0.3s;
}
.footer_bottom .container .bottom_links a:hover {
  text-decoration: none;
  opacity: 0.7;
}

.banner {
    width: 100%;
    height: 450px;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    background-image: url(/wp-content/themes/dental/img/head_sl-img2.jpg);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}
.banner h6 {
    font-family: 'Montserrat';
    font-size: 48px;
    text-align: center;
    color: #fff;
}


/* healing */

.healing_header .headeer_bg h6 {
    line-height: 44px;
    margin-bottom: 20px;
}
.healing_header .headeer_bg p span {
  padding: 0 10px;
}
#heal_active_head {
  padding-bottom: 8px;
  border-bottom: 2px solid #ffffff;
}
.healing_tab {
  position: relative;

 padding: 50px 0 60px;
}
.healing_tab .left_heal_tab_menu {
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.1);
}
.healing_tab .left_heal_tab_menu .ul_tab {
  padding: 20px 0;
  list-style-type: none;
}
.healing_tab .left_heal_tab_menu .ul_tab .li_tab {
  margin: 9px 0;
  text-transform: uppercase;
  color: #221f1d;
  font-size: 16px;
  cursor: pointer;
    font-family: 'Montserrat';

}
.healing_tab .left_heal_tab_menu .ul_tab .li_tab span {
  padding-left: 20px;
  font-family: 'MontserratMedium';
}
.healing_tab .left_heal_tab_menu .ul_tab .li_tab .active_caption {
  color: #0085cc;
  border-left: 2px solid #0085cc;
  margin-left: -1px;
  font-weight: 600;
}
.healing_tab .left_heal_tab_menu .ul_tab .li_tab .under_ul {
  padding: 7px 20px 20px;
  list-style-type: none;
  display: none;
}
.healing_tab .left_heal_tab_menu .ul_tab .li_tab .under_ul .under_li {
    text-transform: none;
    color: #221f1d;
    font-size: 15px;
    font-weight: 400;
    padding: 3px 0 3px 15px;
}
.healing_tab .left_heal_tab_menu .ul_tab .li_tab .under_ul .under_li_active {
  color: #0085cc;
  font-weight: 600;
}
.healing_tab .left_heal_tab_menu .ul_tab .li_tab .under_ul_active {
  display: block;
}
.healing_tab .heal_tab_container .heal_tab_block {
  display: none;
}
.healing_tab .heal_tab_container .heal_tab_block p {
  font-size: 18px;
  line-height: 26px;
  color: #7A7A7A;
   margin: 0 0 20px;
}
.healing_tab .heal_tab_container .heal_tab_block .container_img {
  margin-top: 25px;
  width: 100%;
}
.healing_tab .heal_tab_container .heal_tab_block .container_img img {
   width: 100%;
}

.healing_tab .heal_tab_container .heal_tab_block h6 {
  color: #0085cc;
  font-size: 27px;
  margin: 35px 0 5px;
 font-family: 'PlayfairDisplayBold';
}
.healing_tab .heal_tab_container .heal_tab_block .share_block {
  margin-top: 40px;
}
.healing_tab .heal_tab_container .heal_tab_block .share_block span {
  padding-right: 20px;
  font-size: 20px;
  color: #3a3a3a;
}
.healing_tab .heal_tab_container .heal_tab_block .share_block a {
  transition: 0.4s;
}
.healing_tab .heal_tab_container .heal_tab_block .share_block a img {
  margin-top: -6px;
}
.healing_tab .heal_tab_container .heal_tab_block .share_block a:hover {
  opacity: 0.7;
}
.healing_tab .heal_tab_container {
  display: block;
}
.healing_tab .heal_tab_container .heal_tab_block_active {
  display: block;
}
.healing_tab .select_mob {
  width: 100%;
  font-size: 15px;
  color: #221f1d;
  padding: 8px;
  box-shadow: 0px 0px 10px 2px rgba(0, 0, 0, 0.12);
  margin-bottom: 20px;
  border: 1px solid rgba(0, 0, 0, 0.12);
}
#healing_before_tab {
  margin-top: 60px;
}
#healing_before_tab .healing_bef_text p {
  border-top: 1px solid #e5e5e5;
  color: #404040;
  font-size: 30px;
  padding: 50px 0;
}
#healing_before_tab .healing_bef_text p span {
  color: #818181;
  font-size: 25px;
}
.page_banner {
    width: 100%;
    height: 310px;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    background-image: url(/wp-content/themes/dental/img/head_sl-img-4.jpg);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}
.page_banner h1,
.page_banner h6 {
    margin: 0 auto;
    padding: 0;
    font-weight: 800;
    line-height: 1.6;
    font-size: 34px;
    text-transform: uppercase;
    color: #FFFFFF;
    max-width: 750px;
}

.faq{
    padding:65px 0 50px;
}
.faq .faq_sub{
    margin: 10px 0 30px;
    line-height: 26px;
    text-align: center;
    color: #7A7A7A;
    font-size: 18px;
}
.faq_container {
    display: flex;
    justify-content: space-between;
    flex-wrap:wrap;
}
.faq_accordion {
  margin-top: 40px;
  width:calc(50% - 10px);
}

.faq_accordion .faq_acc_block {
  background: #F5F6F9;
  border-radius: 10px;
  margin-bottom: 10px;
}
.faq_accordion .faq_acc_block .faq_acc_top {
  height: 54px;
  border-radius: 10px;
  padding:0 35px 0 20px;
  align-items: center;
  display: flex;
  justify-content: space-between;
  cursor: pointer;
  transition: 0.3s;
}
.faq_accordion .faq_acc_block .faq_acc_top:hover {
  background: #efefef;
}
.faq_accordion .faq_acc_block .faq_acc_top .faq_top_text {
    color: #2e5370;
    font-weight: 500;
    font-size: 16px;
    line-height: 20px;
}

.faq_accordion .faq_acc_block .faq_acc_top.active .faq_top_text {
    color: #fff;
}
.faq_accordion .faq_acc_block .faq_acc_top.active {
    background-color: #0085cc;
    border-radius: 10px 10px 0 0;
}
.faq_accordion .faq_acc_block .faq_acc_top .far_acc_arr {
  transition: 0.4s;
}
.faq_accordion .faq_acc_block .faq_acc_top .faq_acc_rotate {
  transform: rotate(180deg);
  filter: brightness(10);
}
.faq_accordion .faq_acc_block .faq_acc_content {
  display: none;
  padding: 10px 25px 25px 30px;
  line-height: 23px;
  color: #474747;
}
.faq .btn_faq {
    text-align: center;
    margin: 30px 0 20px;
}

.or_call {
    color: #0085cc;
    font-weight:bold;
    text-align:center;
    font-size:22px;
}

.second_option{
    padding:60px 0 40px;
}
.second_block_wrap{
    margin:0 0 35px;
}
.second_block_wrap h2,
.second_block_wrap h3,
.second_block_wrap h4,
.second_block_wrap h5,
.second_block_wrap h6{
    font-weight: 300;
    border-bottom: 1px solid #EEEEF3;
    margin-bottom: 15px;
    font-size: 24px;
    font-weight: 600;
    color: #0085cc;
}
.second_block_wrap p {
    font-size: 17px;
    line-height: 23px;
    color: #7A7A7A;
    margin: 0 0 15px;
}
.second_block_wrap p strong{
    color:#0085cc;
}
.second_block_wrap p a{
    color: #0085cc;
}
.second_option_block{
    display:flex;
    flex-wrap:wrap;
    justify-content:space-between;
}
.second_option_left{
    width:calc(55% - 15px);
}

.second_option_left #sync1 .owl-nav {
    top: 50%;
    margin-top: -25px;
    width: 100%;
    position: absolute;
    align-items: center;
    justify-content: space-between;
}
.second_option_left #sync1 .owl-nav .owl-prev{}
.second_option_left #sync1 .owl-nav .owl-next{    float: right;}
.second_option_left #sync1 .owl-nav .owl-prev svg{
  width: 30px;
}
.second_option_left #sync1 .owl-nav .owl-next svg{
  width: 30px;
}
.second_option_left #sync1{
  position: relative;
} 
.second_option_left #sync1 .item img{
    max-height: 309px;
    width: auto;
    margin: auto;
}

.second_option_left #sync2 .owl-stage-outer .owl-stage .owl-item{
    width: 108px;
    height: 88px;
    overflow: hidden;
    margin: 0px 3px !important;
}

.second_option_left #sync2 .owl-nav{
  display: none !important;
}



.second_option_right {
    width: calc(45% - 15px);
}
.second_option_right img{
    width:100%;
}
.second_block_wrap ul li {
    padding-left: 20px;
    position: relative;
    margin: 0 0 10px;
    font-size: 15px;
    line-height: 22px;
    color: #333333;
}
.second_block_wrap ul li:before{
    content: '';
    position: absolute;
    top: 7px;
    left: 0;
    width: 7px;
    height: 7px;
    background-color: #0085cc;
    border-radius: 50%;
}
table.main_table,
.content-custom-page table{
    width: 100%;
    margin:15px 0 20px;

}
table.main_table thead tr,
.content-custom-page table thead tr{
    background-color:#b14753;
}
table.main_table tr,
.content-custom-page table  tr {
    font-weight: 300;
    font-size: 18px;
    text-shadow: -1px -1px 1px rgba(0, 0, 0, 0.1);

}
table.main_table th,
.content-custom-page table th{
    color: #fff;
    padding:5px 10px;
} 
table.main_table td,
.content-custom-page table td{
    color: #666B85;
    padding:3px 10px; 
    transition:0.3s;
}
tbody.main_table tr,
.content-custom-page tbody tr {
    transition: 0.3s;
    cursor: pointer;
}
tbody.main_table  tr:nth-of-type(odd),
.content-custom-page tbody tr:nth-of-type(odd) {
    background-color: rgba(0,0,0,.05);
}
table.main_table  tbody tr:hover,
.content-custom-page table tbody tr:hover{
    background-color:#0085cc;
}
table.main_table  tbody tr:hover td,
.content-custom-page table tbody tr:hover td{
   color:#ffffff;
}
.ab_us_container {
    background-color: #F7F7F7;
}
.slider_ab-block{
    display:flex !important;
    align-items:center;
    justify-content:center;
    height:220px;
}
.ab-us_clider .slick-arrow {
    width: 27px;
    height: 52px;
    position: absolute;
    z-index: 33;
    top: calc(50% - 20px);
    border: none;
    font-size: 0px;
    cursor: pointer;
    background: initial;
    background-image: url(/wp-content/uploads/2021/09/blue-arrow-dent.png) !important;
    background-size: cover;
}
.ab-us_clider .slick-next {
    right: 0;
}
.ab-us_clider .slick-prev {
    left: 0;
    transform: rotate(180deg);
}
.our_specialists {
  padding: 60px 0 50px;
}
.our_specialists .specialists_container {
  margin: 60px 0 0;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  flex-wrap: wrap;
}
.our_specialists .specialists_container .specialists_tab {
  width: calc(50% - 15px);
}
.our_specialists .specialists_container .specialists_tab .specialists_tab_block {
  text-align: center;
  display: none;
  animation:0.6s rotate;
}
.our_specialists .specialists_container .specialists_tab .specialists_tab_block .doctor_photo img {
  height: 300px;
}
.our_specialists .specialists_container .specialists_tab .specialists_tab_block h6 {
  text-transform: uppercase;
  color: #141414;
  font-size: 35px;
  font-weight:300;
}
.our_specialists .specialists_container .specialists_tab .specialists_tab_block p {
  color: #717171;
  font-size: 13px;
  margin:10px 0 30px;
}

.our_specialists .specialists_container .specialists_tab .specialists_tab_active {
  display: block;
}
.our_specialists .specialists_container .specialists_btns {
  width: calc(50% - 15px);
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}
.our_specialists .specialists_container .specialists_btns .special_btn_block {
  width: calc(50% - 20px);
  height: 235px;
  margin: 0 10px 20px;
  padding: 15px 15px 10px;
  background-color: #ffffff;
  border-radius: 15px;
  cursor: pointer;
  transition: 0.1s;
}
/*.our_specialists .specialists_container .specialists_btns .special_btn_block:hover {
  box-shadow: 0 0 20px 3px rgba(0, 0, 0, 0.3);
}*/
.our_specialists .specialists_container .specialists_btns .special_btn_block .specialist_photo {
  text-align: center;
  height: 150px;
}
.our_specialists .specialists_container .specialists_btns .special_btn_block .specialist_photo img {
  max-height: 150px;
  border-radius:50%;
}
.our_specialists .specialists_container .specialists_btns .special_btn_block h6 {
  text-transform: uppercase;
  color: #0a0a0a;
  font-size:14px;
  margin: 10px 0 3px;
  max-width: 150px;
}
.our_specialists .specialists_container .specialists_btns .special_btn_block p {
  font-size: 13px;
  color: #6b6b6b;
  margin: 0;
  line-height:16px;
}
.our_specialists .specialists_container .specialists_btns .special_btn_block.spec_btn_active .specialist_photo img{
  border: 6px solid #0085cc;
  box-shadow: 0 0 15px 3px rgba(0, 0, 0, 0.14);
}


.contact-location-items-wrap .contact-location-item.contact-location-item-active .location-content-inner .icon-location {
    background-color: #0085cc !important;
    background-image: url(/wp-content/uploads/2021/09/blue-hover-map.png);
    background-repeat: no-repeat;
    background-size: 17px;
    background-position: center;
}

/*.contact-location-items-wrap .icon-location.contact-location-btn:hover {
    background-image: url(/wp-content/uploads/2021/09/blue-hover-map.png);
    background-repeat: no-repeat;
    background-size: 17px;
    background-position: center;
}*/

.contact-location-items-wrap .contact-location-item:hover .location-content-inner .icon-location img {
    opacity: 1;
    filter: brightness(0) invert(1);
}


table.main_table thead tr, .content-custom-page table thead tr {
    background-color: #0085cc !important;
}

body.page-template-page-connective-tissue-grafting .post-thumbnail img {
    width: 100%;
    max-width: 450px !important;
    padding-top: 150px;
    margin-left: 430px;
}

body.page-template-page-connective-tissue-grafting .entry-content {
    width: 100%;
    max-width: 1100px;
    margin: 0 auto;
}

.page-template-page-custom-missing-teeth .wp-caption img {
    margin: 0;
}

@keyframes rotate {
    from {
        transform: scaleX(0);
    }

    to {
        transform: scaleX(1);
    }
}
.consultation {
    padding: 60px 0 75px;
}

.consultation_sub {
    text-align: center;
    font-size: 17px;
    line-height: 23px;
    color: #7A7A7A;
    margin: 0 0 50px;
}
.consultation form{
    display:flex;
    justify-content:space-between;
    flex-wrap:wrap;
}
    .consultation form .form-group {
        width: 100%;
        display: flex;
        justify-content: space-between;
        align-items: center;
    }
    .consultation form .form-group .form-group-item{
        width:calc(50%  - 15px);
        margin:0 0 25px;
    }
.consultation form .form-group-item label{
    display:block;
    margin:0 0 5px;
    font-size: 16px;
    color: #333333;
}
.consultation form .form-group-item label sup{
    color:#0085cc;
    font-size: 20px;
    line-height: 0px;
}
    .consultation form .form-item {
        width: 100%;
    }
.consultation form .form-item textarea{
    width: 100%;
    padding: 16px 25px;
    border: #666 1px solid;
    outline: none;
    color: #AEAEAE;
    font-size: 18px;
    font-family: 'HelveticaNeueCyrRoman';
    height:150px;
    resize:none;
}

.consultation form label.full_width{
    width:100%;
}
.consultation form .block_captcha {
    width:100%;
    text-align:center;
    margin:15px 0 20px;
}

.consultation form .block_captcha .g-recaptcha>div{
    margin: 0 auto;
}
.consultation form .block_captcha img{
    cursor:pointer;
}

.consultation form .consultation_btn{
    text-align:center;
    width: 100%;
}
.consultation form .consultation_btn input,
.consultation form .consultation_btn a{
    width:400px;
    max-width:100%;
}
.work_examples {
  padding: 70px 0 40px;
}
.work_examples.before-after-page{padding-top: 50px;}

.work_examples .orange_btn {
  margin: 50px auto 0 auto;
}
.work_examples .arrow-slider-left {
  left: -100px;
}
.work_examples .arrow-slider-right {
  right: -100px;
}
.work_examples .examples_btns {
  margin: 50px 0 40px;
  display: flex;
  justify-content: center;
}
.work_examples .examples_btns .examples_btn_block {
  width: 200px;
  height: 50px;
  line-height: 50px;
  margin: 0 10px;
  /*display: flex;
  justify-content: center;
  align-items: center;*/
  display: block;
  text-transform: uppercase;
  text-align: center;
  cursor: pointer;
  font-size: 13px;
  font-weight:500;
  color: #0085cc;
  border: 1px solid #0085cc;
  border-radius: 50px;
  transition: 0.3s;
}
.work_examples .examples_btns .examples_btn_block:hover {
  background-color: #e8acb3;
}
.work_examples .examples_btns .examples_btn_block.examples_active_btn {
  background-color: #0085cc;
  color: #ffffff;
}
.work_examples .examples_tab_container {
  position: relative;
}
.work_examples .examples_tab_container .examples_tab_block {
  display: none;
}
.work_examples .before-after {
  width: 100%;
  position: relative;
  border-radius: 10px;
  overflow: hidden;
}
.work_examples .before-after:before {
  content: "";
  display: block;
  padding-bottom: 255px;
}
.work_examples .before-after .slide {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 100%;
  background-position: top left;
  background-size: cover;
  background-repeat: no-repeat;
}
.work_examples .before-after .slide.before {
  right: 50%;
}
.work_examples .before-after .handle {
  position: absolute;
  top: 0;
  bottom: 0;
  width: 40px;
  left: 50%;
  margin-left: -18px;
  cursor: ew-resize;
  overflow: hidden;
}
.work_examples .before-after .handle:before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  width: 2px;
  height: 100%;
  left: 18px;
  background: #ffffff;
}
.work_examples .before-after .handle:after {
  position: absolute;
  content: "";
  display: block;
  top: 50%;
  left: 50%;
  width: 40px;
  height: 40px;
  margin-left: -20px;
  margin-top: -12px;
  background-color: #ffffff;
  background-image: url(/wp-content/themes/dental/img/pointer.png);
  background-size: 19px 17px;
  background-position: center;
  background-repeat: no-repeat;
  border-radius: 50%;
}
.work_examples .examples_tab_container .examples_tab_block h6 {
  margin: 20px 0 15px;
  color: #0a0a0a;
  font-size: 13px;
  font-weight:600;
  text-transform: uppercase;
}
.work_examples .examples_tab_container .examples_tab_block h6 img {
  margin-right: 10px;
  position: relative;
  top: 5px;
}
.work_examples .examples_tab_container .examples_tab_block p {
  color: #717171;
  font-size: 13px;
}
.work_examples .examples_tab_container .example_active_block {
  display: block;
}
.work_examples .arrow-slider {
    width: 70px;
    height: 70px;
    background-color: #ffffff;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    outline: none;
    /*top: calc(50% - 80px);*/
    top: 102px;
    z-index: 10;
    box-shadow: 0px 0px 19px 3px rgba(0, 0, 0, 0.1);
    cursor: pointer;
    transition: 0.3s;
}
.work_examples .arrow-slider-left {
    transform: rotate(180deg);
}
.after_sub {
    text-align: center;
    font-size: 17px;
    line-height: 23px;
    color: #7A7A7A;
    margin: 15px 0 40px;
}
.before_btn{
    text-align:center;
    margin:30px 0 0;
}

.why_we {
  height: 595px;
  background-image: url(/wp-content/themes/dental/img/why_we_bg.png);
  background-size: cover;
  padding: 150px 0 0;
}
.why_we h2 {
  color: #42535b;
  font-weight:bold;
}
.why_we .why_we_container {
  margin: 40px 0 0;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.why_we .why_we_container .why_we_block {
  width: calc(25% - 15px);
  text-align: center;
  margin: 0 0 30px;
}
.why_we .why_we_container .why_we_block .whe_we_photo {
  width: 175px;
  height: 175px;
  background-color: #ffffff;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: auto;
  border-radius: 50%;
  box-shadow: 0 0 15px 3px rgba(0, 0, 0, 0.14);
}
.why_we .why_we_container .why_we_block .whe_we_photo img {
  max-width: 100%;
}
.why_we .why_we_container .why_we_block p {
  color: #42535b;
  font-weight: bold;
  font-size: 15px;
  margin: 25px 0 0;
}
.why_we .section-top-title {
    border-bottom: none;
    margin-bottom: 20px;
}
.why_we  .section-top-title h2::after {
    display:none;
}

.teeth {
  padding: 30px 0 60px;
  background-image: url(/wp-content/themes/dental/img/teeth_bg.png);
  background-size: cover;
}
.teeth .teeth_container {
  margin: 35px 0 50px;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.teeth .teeth_container .teeth_block {
  width: calc(50% - 15px);
  padding: 20px 0 15px 40px;
  border-radius: 10px;
  border: 8px solid #d5e4eb;
  transition: 0.3s;
}
.teeth .teeth_container .teeth_block .teeth_top {
  display: flex;
  align-items: center;
  margin: 0 0 20px;
}
.teeth .teeth_container .teeth_block .teeth_top img {
  margin-right: 15px;
}
.teeth .teeth_container .teeth_block .teeth_top p {
  color: #0a0a0a;
  font-size: 13px;
  text-transform: uppercase;
}
.teeth .teeth_container .teeth_block .teeth_list {
  display: flex;
  flex-wrap: wrap;
  list-style-type: circle;
}
.teeth .teeth_container .teeth_block .teeth_list li {
  width: 50%;
  margin: 0 0 7px;
  color: #383838;
  font-size: 15px;
  padding-right: 15px;
}
.teeth .teeth_container .teeth_block .list_full li {
  width: 100%;
}
.flex-wrap-center{
    display:flex;
    justify-content:center;
    flex-wrap:wrap;
}
.col-flex-4{
    width:calc(33.333% - 30px);
    padding:0 15px;
    text-align:center;
}
.col-flex-6 {
    width: calc(50% - 30px);
    padding: 0 15px;
    text-align: center;
    margin:0 0 20px;
}
.step_container {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
}
.step_block {
    width: calc(50% - 30px);
    padding: 0 15px;
    text-align: center;
}
#pricing{
    margin:0 0 15px;
}
.single-article-container input[type="button"]{
    cursor:pointer;
    margin:10px 0;
}

.btn_center_wrpr {
    display: flex;
    justify-content: center;
    align-items: center;
}




.my-content #sync1 .owl-nav {
    position: absolute;
    top: 50%;
    margin-top: -15px;
}
.my-content #sync1 .owl-nav .owl-prev svg{
  width: 30px;
}
.my-content #sync1 .owl-nav .owl-next svg{
  width: 30px;
}


.ubermenu.ubermenu-disable-submenu-scroll .ubermenu-item>.ubermenu-submenu.ubermenu-submenu-type-mega{
width: 0px !important;
    padding: 0px !important;
    margin: 0px !important;
    min-width: inherit;
}
.ubermenu .ubermenu-item.ubermenu-item-level-0.ubermenu-active>.ubermenu-submenu.ubermenu-submenu-type-mega{
      width: 100% !important;
      min-width: 100%;
      padding-left: 30px !important;
}
.ubermenu .ubermenu-item.ubermenu-item-level-0:nth-child(2) > .ubermenu-submenu {
  padding-top: 15px !important;
    padding-bottom: 15px !important;
    padding-right: 30px !important;
}


.our-services-menu .menu-services-menu-container{
      display: inline-block;
    width: 100%;
}
.our-services-menu .menu-services-menu-container .menu{
  display: inline-block;
    width: 100%;
}
.our-services-menu .menu-services-menu-container .menu li{
      background: #FFFFFF;
    box-shadow: 0px 10px 35px rgba(40, 45, 73, 0.1);
    border-radius: 5px;
    margin: 0 12px 30px;
    text-align: center;
    height: auto;
    width: calc(25% - 24px);
    float: left;
}
.our-services-menu .menu-services-menu-container .menu li a{
  border: 2px solid transparent;
    background: #fff;
    margin-bottom: 33px;
    padding: 0 20px;
    font-family: 'MontserratMedium';
    font-size: 18px;
    color: #0085cc;
    min-height: 100px;
    margin: 0px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 5px;
}
.our-services-menu .menu-services-menu-container .menu li a:hover{
  background: #0085cc;
    color: #fff;
}

.map_location p iframe, .map_location iframe {
  width: 100%;
  height: 250px;
}

@media only screen and (max-width: 1199px){
  /* Mobile Menu Css */
  .mm-listitem {
      display: inherit;
      float: left;
      width: 100%;
  }
  .mm-listitem > a.mm-listitem__text{
        width: auto;
      float: left;
      position: relative;
      z-index: 9999;
  }
  .mm-listitem > a.mm-btn.mm-btn_next.mm-listitem__btn{
        width: 100%;
      position: absolute;
      line-height: 43px;
      height: 43px;
  }
  .mm-listitem:hover{
    background: #f7f7f7;
  }
}

@media only screen and (max-width: 991px){
  .cat-section ul li{
    width: calc(33.33% - 24px);
  }
}
@media only screen and (max-width: 767px){
  .cat-section ul li{
    width: calc(50% - 24px);
  }
}

@media only screen and (max-width: 480px){
  .cat-section ul li{
    width: calc(100% - 24px);
  }
}