::-webkit-input-placeholder {
  color: #666;
}

::-moz-placeholder {
  color: #666;
}

:-ms-input-placeholder {
  color: #666;
}

::-ms-input-placeholder {
  color: #666;
}

::placeholder {
  color: #666;
}

::-moz-selection {
  background-color: #0085cc;
  color: #fff;
}

::selection {
  background-color: #0085cc;
  color: #fff;
}

.mobile-line {
  display: none;
}


body {
  font-size: 16px;
  min-width: 320px;
  position: relative;
  line-height: 1.65;
  font-family: sans-serif;
  width: 100%;
  overflow-x: hidden;
  color: #333;
  padding: 0;
  max-width: 1980px;
  margin: 0 auto;
}

body input,
body textarea {
  border: #666 1px solid;
  outline: none;
}

body input:focus:required:invalid,
body textarea:focus:required:invalid {
  border-color: red;
}

body input:required:valid,
body textarea:required:valid {
  border-color: green;
}

:focus {
  outline: none;
}

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

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

h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0;
}

ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
}

a {
  text-decoration: none;
  -webkit-transition: all 0.35s ease;
  -o-transition: all 0.35s ease;
  transition: all 0.35s ease;
}

input {
  width: 100%;
  padding: 16px 25px;
  border: 1px solid #333;
  color: #AEAEAE;
  font-size: 18px;
  font-family: 'HelveticaNeueCyrRoman';
}

.btn {
  height: 56px;
  line-height: 56px;
  padding: 0 30px;
  text-align: center;
  border: 1px solid #333;
  font-size: 18px;
  display: inline-block;
  color: #333;
  background-color: transparent;
  cursor: pointer;
  -webkit-transition: all 0.35s ease-in-out;
  -o-transition: all 0.35s ease-in-out;
  transition: all 0.35s ease-in-out;
  font-family: 'MontserratMedium';
}

.btn-red {
  background-color: #0085cc;
  color: #fff;
  border: 1px solid #0085cc;
}

.btn-red:hover {
  background-color: #fff;
  color: #333;
}

.btn-white {
  border: 1px solid #0085cc;
  color: #0085cc;
  background-color: #fff;
  font-family: 'MontserratMedium';
}

.btn-white:hover {
  background-color: #0085cc;
  color: #fff;
}

.section-top-title {
  text-align: center;
  border-bottom: 1px solid #DDE0E0;
  margin-bottom: 45px;
}

.section-top-title h2 {
  font-family: 'MontserratMedium' !important;
  font-size: 48px;
  line-height: 64px;
  color: #333;
  display: inline-block;
  position: relative;
  padding-bottom: 14px;
  text-transform: uppercase;
}

.section-top-title h2::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  width: 50%;
  height: 4px;
  margin: 0 auto;
  background-color: #DDE0E0;
}

.section-description {
  text-align: center;
  color: #7A7A7A;
  font-size: 18px;
}

.section-description p {
  margin: 0;
  line-height: 26px;
}

header .header-mobile {
  display: none;
  padding: 10px 0;
  background-color: #dde0e0;
  text-align: right;
  position: relative;
}

.mobile-logo img {
  display: block;
  height: 40px;
}

header .header-mobile a {
  display: inline-block;
}

header .header-top {
  /*background-color: #e0e0e0;*/
  background-color: #F7F7F7;
}

/*header .header-top .header-top-nav ul {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-justify-content: space-around;
      -ms-flex-pack: distribute;
          justify-content: space-around;
}*/

/*header .header-top .header-top-nav ul li {
  padding: 15px 0;
  position: relative;
}*/

/*header .header-top .header-top-nav ul li.special{font-weight: 700;}

header .header-top .header-top-nav ul li a {
  font-size: 18px;
  color: #333;
}*/

/*header .header-top .header-top-nav ul li a:hover {
  color: #0085cc;
}

header .header-top .header-top-nav ul li .arrow-down {
  position: relative;
  left: 8px;
  top: -1px;
}

header .header-top .header-top-nav ul li:hover ul {
  opacity: 1;
  top: 100%;
    height: auto;
}*/

/*header .header-top .header-top-nav ul ul.sub-menu {
  position: absolute;
  background-color: #fff;
  z-index: 999;
  opacity: 0;
	height:0;
  min-width: 100%;
  display: block;
  -webkit-transition: 0.5s opacity;
  -o-transition: 0.5s opacity;
  transition: 0.5s opacity;
  top: -9999px;
  background-color: #F7F7F7;
}*/

/*header .header-top .header-top-nav ul ul li {
  margin-left: 0;
  padding: 10px 25px;
  white-space: nowrap;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}

header .header-top .header-top-nav ul ul.sub-menu li{
	padding: 10px 15px;
}

header .header-top .header-top-nav ul ul li:last-child {
  margin-bottom: 0;
  border-bottom: none;
}*/

header .header-bottom {
  background: #FFFFFF;
  -webkit-box-shadow: 0px -4px 25px rgba(100, 103, 118, 0.1);
  box-shadow: 0px -4px 25px rgba(100, 103, 118, 0.1);
  position: relative;
  z-index: 2;
}

header .header-bottom .site-logo {
  text-align: center;
}

header .header-bottom .site-logo a {
  display: inline-block;
}

header .header-bottom .site-logo a:hover {
  opacity: 0.8;
}

/*header .header-bottom .header-bottom-nav ul {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}*/

/*header .header-bottom .header-bottom-nav ul li {
  padding: 26px 0;
  position: relative;
}

header .header-bottom .header-bottom-nav ul li a {
  font-size: 16px;
  color: #333;
  text-transform: uppercase;
  line-height: 21px;
}

header .header-bottom .header-bottom-nav ul li a:hover {
  color: #0085cc;
}

header .header-bottom .header-bottom-nav ul li .arrow-down {
  position: relative;
  left: 8px;
  top: -1px;
}*/

/*header .header-bottom .header-bottom-nav ul li:hover ul.sub-menu,
header .header-top .header-top-nav ul li:hover ul.sub-menu {
  	opacity: 1;
  	top: 100%;
	height:auto;
}

header .header-bottom .header-bottom-nav ul ul.sub-menu,
header .header-top .header-top-nav ul ul.sub-menu {
  position: absolute;
  background-color: #fff;
  z-index: 999;
  opacity: 0;
  height:0;
  min-width: 100%;
  display: block;
    overflow: hidden;
  -webkit-transition: 0.5s opacity;
  -o-transition: 0.5s opacity;
  transition: 0.5s opacity;
  top: -9999px;
  background-color: #fff;
  padding: 0;
  border: 1px solid #ddd;
}*/

/*header .header-bottom .header-bottom-nav ul ul.sub-menu ul.sub-menu,
header .header-top .header-top-nav ul ul.sub-menu ul.sub-menu {
  position: relative;
}

header .header-bottom .header-bottom-nav ul ul.sub-menu,
header .header-top .header-top-nav ul ul.sub-menu{
  min-width: 200px;
}*/

/*header .header-bottom .header-bottom-nav ul ul.submenu-col-2{
  display: flex;
  align-items: flex-start;
  min-width: auto;
  position: absolute;
  padding: 0;
}

header .header-bottom .header-bottom-nav ul ul.submenu-col-2 > ul{
  position: inherit;
}

header .header-bottom .header-bottom-nav ul ul.submenu-col-2 > li{
  min-width: 250px;
}

header .header-bottom .header-bottom-nav ul ul li {
  padding: 7px 15px;
  border-bottom: 1px solid #ddd;
}

header .header-bottom .header-bottom-nav ul ul li:nth-last-child(1) {
  border-bottom: none;
}

header .header-bottom .header-bottom-nav ul ul.sub-menu.submenu-col-2 {
  position: initial;
  padding: 0;
  border: none;
}

header .header-bottom .header-bottom-nav ul ul.sub-menu.submenu-col-2  > li{
  padding-left: 10px;
}

header .header-bottom .header-bottom-nav ul ul.submenu-col-2 .right-col ul,
header .header-bottom .header-bottom-nav ul ul.submenu-col-2 .left-col ul{
  min-width: initial;
  width: 100%;
  border: none;
  position: initial;
}*/

/*header .header-bottom .header-bottom-nav ul ul.submenu-col-2 .left-col > ul{
    background-color: #F7F7F7;
    display: inline-block;
    margin-bottom: 30px;
    transition: opacity 0s ease;
}*/

/*header .header-top .header-top-nav ul ul.sub-menu li.menu-item-has-children:after, 
header .header-bottom .header-bottom-nav ul ul.sub-menu li.menu-item-has-children:after{content: none;}

header .header-top .header-top-nav ul ul.sub-menu li.menu-item-has-children,
header .header-bottom .header-bottom-nav ul ul.sub-menu li.menu-item-has-children{
  flex-direction: column;
  align-items: flex-start;
  border-bottom: 0;
}

header .header-top .header-top-nav ul .colums ul.sub-menu,
header .header-bottom .header-bottom-nav ul .colums ul.sub-menu{
  display: flex;
  align-items: flex-start;
}

header .header-top .header-top-nav ul .colums.sub-right-100 > ul.sub-menu,
header .header-bottom .header-bottom-nav ul .colums.sub-right-100 > ul.sub-menu{left: -100%;}

header .header-top .header-top-nav ul .colums.sub-right-0 > ul.sub-menu,
header .header-bottom .header-bottom-nav ul .colums.sub-right-0 > ul.sub-menu{right: 0;}

header .header-top .header-top-nav ul .colums ul.sub-menu ul.sub-menu,
header .header-bottom .header-bottom-nav ul .colums ul.sub-menu ul.sub-menu{
  display: block;
  border: none;
}*/


/*header .header-top .header-top-nav ul ul.sub-menu li,
header .header-bottom .header-bottom-nav ul ul.sub-menu li{
  min-width: 200px;
}


header .header-top .header-top-nav ul .colums ul.sub-menu li a,
header .header-bottom .header-bottom-nav ul .colums ul.sub-menu li a{
  margin-bottom: 10px;
  font-weight: 700;
}

header .header-top .header-top-nav ul .colums ul.sub-menu li.no-title > a,
header .header-bottom .header-bottom-nav ul .colums ul.sub-menu li.no-title > a{
	display: none;
}

header .header-top .header-top-nav ul .colums ul.sub-menu ul.sub-menu li a,
header .header-bottom .header-bottom-nav ul .colums ul.sub-menu ul.sub-menu li a{margin-bottom: 0; font-weight: 400;}

header .header-top .header-top-nav ul .colums ul.sub-menu ul.sub-menu li,
header .header-bottom .header-bottom-nav ul .colums ul.sub-menu ul.sub-menu li{padding-left: 0;}*/


.home-top-banner {
  height: 480px;
}

.home-top-slider .item {
  height: 480px;
  background-position: top center;
  background-repeat: no-repeat;
  -webkit-background-size: cover;
  background-size: cover;
}

.before-after-slide {
  display: flex;
  justify-content: center;
  width: 100%;
  align-items: baseline;
}

.owl-carousel .owl-item .before-after-slide img {
  width: 130px;
  height: 60px;
  object-fit: cover;
  margin: 10px 5px;
}

.top-banner-review-box {
  display: flex;
  flex-direction: column;
  color: #242424;
}

.top-banner-review-box.c-white {
  color: #fff;
}

.top-banner-review-box {
  font-size: 22px;
  background: rgba(247, 247, 247, 0.75);
  text-align: center;
  padding: 15px;
  margin-top: 15px;
}

.top-banner-review-box p {
  margin-bottom: 10px;
  font-style: italic;
  /*color: #0085cc;*/
}

.top-banner-review-box span {
  font-size: 20px;
  font-weight: 700;
}

.top-banner-review-box div {
  font-size: 18px;
}

.owl-carousel .owl-item .row.right {
  justify-content: flex-end;
}

.s-home-top {
  background: #F7F7F7 url(/wp-content/themes/dental/img/header-bg.jpg) no-repeat top center;
  -webkit-background-size: cover;
  background-size: cover;
  padding: 33px 0;
}

.home-top-form {
  max-width: 511px;
  -webkit-box-shadow: 0px -4px 25px rgba(100, 103, 118, 0.1);
  box-shadow: 0px -4px 25px rgba(100, 103, 118, 0.1);
}

.home-2 .home-top-form {
  max-width: 511px;
  -webkit-box-shadow: 0px 0px 20px 5px rgba(255, 255, 255, 0.25);
  -moz-box-shadow: 0px 0px 20px 5px rgba(255, 255, 255, 0.25);
  box-shadow: 0px 0px 20px 5px rgba(255, 255, 255, 0.25);
  /*position: absolute;
  top: calc(50% - 256px);
  left: calc(5% + 60px );*/
  width: 100%;
  z-index: 99;
}

.home-top-form .top-title-box {
  text-align: center;
  border-bottom: 1px solid #f2e9ea;
  padding: 12px 25px;
  position: relative;
  background-color: rgba(255, 255, 255, 0.5);
}

.home-top-form .top-title-box::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  width: 104px;
  height: 4px;
  background-color: #0085cc;
}

.home-top-form .top-title-box h1 {
  color: #0085cc;
  line-height: 40px;
  font-size: 30px;
  font-family: 'PlayfairDisplayBold';
  text-transform: uppercase;
}

.home-2 .home-top-form .top-title-box h1 {
  font-family: 'HelveticaNeueCyrRoman';
  line-height: 36px;
  font-size: 26px;
}

.home-top-form .white-panel {
  background-color: #fff;
  padding: 0 37px 10px;
}

.home-top-form .white-panel .form-descr {
  padding-top: 10px;
  text-align: center;
  margin-bottom: 20px;
}

.home-top-form .white-panel .form-descr p {
  margin-top: 0;
  font-size: 18px;
  margin-bottom: 0;
  line-height: 24px;
}

.home-top-form .white-panel form input {
  display: block;
  margin-bottom: 16px;
}

.home-top-form .white-panel form .btn {
  text-transform: uppercase;
  width: 100%;
  background: url(/wp-content/themes/dental/img/arrow-right.svg) no-repeat 95% center;
  background-size: 20px;
}

.home-top-form .white-panel form .btn:hover {
  background-color: #0085cc;
  color: #fff;
  border: 1px solid #0085cc;
}

.home-top-form .white-panel .form-step-box {
  margin-top: 23px;
  margin-bottom: 10px;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: space-between;
  -ms-flex-pack: center;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.home-top-form .white-panel .form-step-box span {
  display: inline-block;
  border: 2px solid #333;
  font-size: 13px;
  text-align: center;
  width: 27px;
  margin-right: 92px;
  background: #fff;
  height: 27px;
  font-family: 'HelveticaNeueCyrBold';
  line-height: 24px;
  position: relative;
}

.home-top-form .white-panel .form-step-box span::after {
  content: '';
  height: 2px;
  width: 178px;
  background-color: #CBCBCB;
  position: absolute;
  left: 100%;
  top: 50%;
  margin-left: 2px;
  margin-top: -1px;
}

.home-top-form .white-panel .form-step-box span:last-child {
  margin-right: 0;
}

.home-top-form .white-panel .form-step-box span:last-child::after {
  display: none;
}

.s-services-info {
  padding: 30px 0;
  background-color: #F7F7F7;
}

.s-services-info .info-icon-item {
  background-color: #fff;
  text-align: center;
  padding: 24px;
  -webkit-border-radius: 2px;
  border-radius: 2px;
}

.s-services-info .info-icon-item h5 {
  font-size: 14px;
  line-height: 21px;
  margin-top: 10px;
}

.s-our-services {
  padding: 43px 0;
}

.s-our-services .srv-bottom-btn {
  text-align: center;
  margin-top: 10px;
  position: relative;
}

.s-our-services .srv-bottom-btn::before {
  content: '';
  position: absolute;
  top: 50%;
  margin-top: -1px;
  width: 100%;
  z-index: 1;
  left: 0;
  right: 0;
  height: 1px;
  background-color: #EEEFEF;
}

.s-our-services .srv-bottom-btn .btn {
  font-family: 'MontserratMedium';
  position: relative;
  z-index: 2;
}

.s-our-services .srv-item {
  background-color: #F7F7F7;
  display: inline-block;
  margin-bottom: 30px;
}

.s-our-services .srv-item:hover {
  opacity: 0.8;
}

.s-our-services .srv-item h5 {
  padding: 20px 30px 15px 30px;
  font-size: 18px;
  line-height: 28px;
  text-align: left;
  color: #333;
}

.s-our-services .srv-item-inline {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-bottom: 30px;
  width: 100%;
  background-color: #F7F7F7;
}

.s-our-services .srv-item-inline .img-wrap {
  width: 47%;
  position: relative;
}

.s-our-services .srv-item-inline .img-wrap img {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
}

.s-our-services .srv-item-inline .srv-item-text {
  width: 53%;
  padding: 25px 15px 25px 30px;
}

.s-our-services .srv-item-inline .srv-item-text h4 {
  font-size: 20px;
  font-family: 'MontserratMedium';
  line-height: 33px;
  color: #333;
}

.s-our-services .srv-item-inline .srv-item-text p {
  font-size: 18px;
  line-height: 26px;
  color: #7A7A7A;
  margin: 0;
  text-align: left;
}

.s-our-services .srv-item-inline .srv-item-text a {
  color: #0085cc;
  text-decoration: underline;
  font-size: 18px;
  font-family: 'MontserratSemiBold';
  display: inline-block;
  margin-top: 10px;
}

.s-our-services .srv-item-inline .srv-item-text a:hover {
  opacity: 0.8;
}

.s-our-services .srv-item-inline.srv-item-inline-big .srv-item-text {
  padding: 61px 15px 61px 30px;
}

.s-our-services .srv-item-appointment {
  text-align: center;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  min-height: 300px;
  background-color: #F7F7F7;
}

.s-our-services .srv-item-appointment .content-inner {
  padding: 20px 60px;
}

.s-our-services .srv-item-appointment h4 {
  font-size: 20px;
  font-family: 'MontserratMedium';
  line-height: 33px;
  color: #333;
}

.s-our-services .srv-item-appointment p {
  font-size: 18px;
  line-height: 26px;
  color: #7A7A7A;
  margin: 0;
  text-align: center;
}

.s-our-services .srv-item-appointment .btn {
  margin-top: 15px;
}

.s-our-services .srv-item-appointment .btn:hover {
  background-color: #0085cc;
  border: 1px solid #0085cc;
  color: #fff;
}

.section-bottom-btn {
  text-align: center;
  position: absolute;
  bottom: -25px;
  left: 0;
  right: 0;
}

.s-before-and-after .section-bottom-btn {
  bottom: 35px;
}

.s-before-and-after {
  background-color: #F7F7F7;
  padding-top: 56px;
  /*padding-bottom: 90px;*/
  padding-bottom: 150px;
  position: relative;
}

.slider-tabs-container {
  margin-top: 90px;
}

.slider-tabs-container .slider-tbas-content-item {
  position: relative;
}

.slider-tabs-container .slider-tbas-content-item .bf-and-af-slider-navigation {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  margin-top: 40px;
}

.slider-tabs-container .slider-tbas-content-item .bf-and-af-arrow-slide-prev,
.slider-tabs-container .slider-tbas-content-item .bf-and-af-arrow-slide-next {
  cursor: pointer;
}

.slider-tabs-container .slider-tbas-content-item .bf-and-af-arrow-slide-prev {
  left: 0;
}

.slider-tabs-container .slider-tbas-content-item .bf-and-af-arrow-slide-next {
  right: 0;
}

.slider-tabs-container .slider-tbas-content-item .bf-and-af-slider-dots {
  text-align: center;
}

.slider-tabs-container .slider-tbas-content-item .bf-and-af-slider-dots li {
  display: inline-block;
  font-size: 0;
  margin: 0 8px;
  width: 18px;
  height: 18px;
}

.slider-tabs-container .slider-tbas-content-item .bf-and-af-slider-dots li.slick-active button {
  width: 18px;
  height: 18px;
}

.slider-tabs-container .slider-tbas-content-item .bf-and-af-slider-dots li button {
  font-size: 0;
  cursor: pointer;
  width: 14px;
  -webkit-transition: all 0.15s ease;
  -o-transition: all 0.15s ease;
  transition: all 0.15s ease;
  height: 14px;
  padding: 0;
  background-color: transparent;
  border: 2px solid #333;
}

.slider-tabs-container .slider-tbas-content-item .bf-and-af-slider-dots li button:hover {
  border: 2px solid #0085cc;
}

.slider-tabs-container .slider-tbas-content-item .slider-tabs {
  border: 1px solid #E1E3E3;
  padding: 30px;
}

.slider-tabs-container .slider-tbas-content-item .slider-tabs .slide-item-img .top-img,
.slider-tabs-container .slider-tbas-content-item .slider-tabs .slide-item-img .bottom-img {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  /*-webkit-justify-content: space-between;*/
  -ms-flex-pack: justify;
  /*justify-content: space-between;*/
}

.slider-tabs-container .slider-tbas-content-item .slider-tabs .slide-item-img .top-img {
  margin-bottom: 15px;
}

.slider-tabs-container .slider-tbas-content-item .slider-tabs .slide-item-img .top-img h4 {
  text-align: center;
  text-transform: uppercase;
}

.slider-tabs-container .slider-tbas-content-item .slider-tabs .slide-item-img .top-img .img-wrap {
  width: calc((100% - 15px) / 2);
  height: 130px;
  margin-bottom: 25px;
}

.slider-tabs-container .slider-tbas-content-item .slider-tabs .slide-item-img .top-img .img-wrap img {
  object-fit: cover;
  object-position: center;
  width: 100%;
  height: 100%;
}

.slider-tabs-container .slider-tbas-content-item .slider-tabs .slide-item-img .img-wrap {
  margin-right: 15px;
}

.slider-tabs-container .slider-tbas-content-item .slider-tabs .slide-item-img .bottom-img .img-wrap {
  width: calc((100% - 45px) / 4);
  height: 65px;
}

.slider-tabs-container .slider-tbas-content-item .slider-tabs .slide-item-img .bottom-img .img-wrap img {
  object-fit: cover;
  object-position: center;
  width: 100%;
  height: 100%;
}

.slider-tabs-container .slider-tbas-content-item .slider-tabs .slide-item-img .img-wrap:last-child {
  margin-right: 0;
}

.before-and-after-items {
  border-bottom: 1px solid #E0E2E2;
}

.before-and-after-items .mCS-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  background-color: #0085cc;
}

.before-and-after-items .mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  -webkit-border-radius: 0;
  border-radius: 0;
}

.before-and-after-items .mCSB_scrollTools .mCSB_draggerRail {
  width: 1px;
}

.before-and-after-items h2 {
  padding-bottom: 12px;
  border-bottom: 1px solid #E0E2E2;
  position: relative;
  /*font-size: 36px;*/
  font-family: 'MontserratMedium';
  letter-spacing: 0.01em;
  color: #333;
  margin-bottom: 20px;
  font-size: 48px;
  line-height: 64px;
  text-transform: uppercase;
}

.before-and-after-items h2::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 110px;
  height: 2px;
  background-color: #DDE0E0;
}

.before-and-after-items .tooth-items {
  height: 412px;
  padding-bottom: 40px;
}

.before-and-after-items .tooth-items .accordion-block .accordion-btn {
  display: block;
  padding: 16px 25px 16px 0;
  font-size: 18px;
  color: #333;
  cursor: pointer;
  line-height: 28px;
  position: relative;
  -webkit-transition: all 0.35s ease;
  -o-transition: all 0.35s ease;
  transition: all 0.35s ease;
  border-bottom: 1px solid #E0E2E2;
}

.before-and-after-items .tooth-items .accordion-block .accordion-btn:hover {
  color: #0085cc;
}

.before-and-after-items .tooth-items .accordion-block .accordion-btn span {
  position: absolute;
  right: 10px;
  top: 50%;
  margin-top: -16px;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
}

.before-and-after-items .tooth-items .accordion-block .accordion-btn:last-child {
  border: none;
}

.before-and-after-items .tooth-items .accordion-block .accordion-text {
  display: none;
}

.before-and-after-items .tooth-items .accordion-block .accordion-text p:last-child {
  margin: 0;
}

.before-and-after-items .tooth-items .accordion-block.accordion-active .accordion-btn {
  color: #0085cc;
}

.before-and-after-items .tooth-items .accordion-block.accordion-active .accordion-btn span {
  -webkit-transform: rotate(270deg);
  -ms-transform: rotate(270deg);
  transform: rotate(270deg);
}

.s-treatment {
  padding-top: 74px;
  padding-bottom: 80px;
}

.s-treatment .section-top-title {
  margin-bottom: 30px;
}

.s-treatment .section-description {
  margin-bottom: 30px;
}

.treatment-item {
  background-color: #F7F7F7;
  padding-top: 30px;
  position: relative;
  padding-bottom: 40px;
}

.home-2 .treatment-item {
  height: 100%;
}

.treatment-item h3 {
  font-size: 20px;
  text-align: center;
  color: #0085cc;
  font-family: 'MontserratSemiBold';
  margin-bottom: 24px;
}

.treatment-item .img-wrap {
  position: relative;
  width: 100%;
  min-height: 173px;
}

.treatment-item .img-wrap img {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
}

.treatment-item ul {
  padding: 32px;
}

.treatment-item ul li {
  font-size: 18px;
  color: #7A7A7A;
  position: relative;
  padding-left: 15px;
  margin-bottom: 10px;
}

.treatment-item ul li::before {
  content: '';
  position: absolute;
  left: 0;
  top: 12px;
  width: 7px;
  height: 7px;
  background-color: #0085cc;
}

.treatment-item .btn {
  position: absolute;
  bottom: -25px;
  left: 0;
  right: 0;
  max-width: 278px;
  margin: 0 auto;
}

.s-our-blog {
  padding-top: 47px;
  padding-bottom: 100px;
  position: relative;
  background-color: #F7F7F7;
}

.s-our-blog .section-top-title {
  margin-bottom: 30px;
}

.s-our-blog .section-description {
  margin-bottom: 30px;
}

.s-our-blog .section-bottom-btn .btn {
  max-width: 271px;
  width: 100%;
}

.blog-item {
  background-color: #fff;
  padding: 16px 16px 40px 16px;
  position: relative;
}

.blog-item .img-wrap {
  display: block;
  text-align: center;
  height: 140px;
}

.blog-item .img-wrap img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

.blog-item h3 {
  font-family: 'MontserratSemiBold';
  font-size: 18px;
  color: #333;
  position: relative;
  padding-bottom: 15px;
  margin-top: 10px;
  border-bottom: 1px solid #DDE0E0;
}

.blog-item h3::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 110px;
  height: 2px;
  background-color: #DDE0E0;
}

.blog-item p {
  font-size: 18px;
  color: #7A7A7A;
  line-height: 26px;
  overflow: hidden;
  height: 104px;
}

.blog-item .btn {
  position: absolute;
  min-height: 48px;
  line-height: 53px;
  bottom: -24px;
  max-width: 184px;
  left: 0;
  right: 0;
  margin: 0 auto;
}

.s-our-specifications {
  padding-top: 75px;
  padding-bottom: 40px;
  background-color: #fff;
}

.s-our-specifications .section-top-title {
  margin-bottom: 30px;
}

.s-our-specifications .section-description {
  margin-bottom: 30px;
}

.specifications-slider-container {
  background-color: #F7F7F7;
  padding: 30px;
}

.specifications-slider-container .specifications-slider-navigation {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  margin-top: 40px;
}

.specifications-slider-container .specifications-slider-navigation .arrow-slide-prev,
.specifications-slider-container .specifications-slider-navigation .arrow-slide-next {
  cursor: pointer;
}

.specifications-slider-container .specifications-slider-navigation .arrow-slide-prev {
  left: 0;
}

.specifications-slider-container .specifications-slider-navigation .arrow-slide-next {
  right: 0;
}

.specifications-slider-container .specifications-slider-navigation .slider-dots {
  text-align: center;
  line-height: 14px;
}

.specifications-slider-container .specifications-slider-navigation .slider-dots li {
  display: inline-block;
  font-size: 0;
  margin: 0 8px;
  width: 18px;
  height: 18px;
}

.specifications-slider-container .specifications-slider-navigation .slider-dots li.slick-active button {
  width: 18px;
  height: 18px;
}

.specifications-slider-container .specifications-slider-navigation .slider-dots li button {
  font-size: 0;
  cursor: pointer;
  width: 14px;
  -webkit-transition: all 0.15s ease;
  -o-transition: all 0.15s ease;
  transition: all 0.15s ease;
  height: 14px;
  padding: 0;
  background-color: transparent;
  border: 2px solid #333;
}

.specifications-slider-container .specifications-slider-navigation .slider-dots li button:hover {
  border: 2px solid #0085cc;
}

.specifications-slider-container .slick-slide {
  margin: 0 15px;
}

.specifications-slider-container .slick-list {
  margin: 0 -15px;
}

.specifications-slider-container .specifications-slide-item .img-wrap {
  height: 150px;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  background-color: #fff;
}

.specifications-slider-container .specifications-slide-item p {
  max-width: 150px;
  text-align: center;
  line-height: 24px;
  color: #333;
  margin: 10px auto 0;
}

.s-our-client {
  padding-top: 75px;
  padding-bottom: 40px;
  background-color: #F7F7F7;
}

.s-our-client .section-top-title {
  margin-bottom: 30px;
  text-transform: uppercase;
}

.s-our-client .section-description {
  margin-bottom: 30px;
}

.client-slider-container .client-slide-item {
  background-color: #fff;
}

.client-slider-container .client-slide-item .client-name {
  border-bottom: 1px solid #ECECEC;
  padding-bottom: 20px;
  padding-top: 20px;
}

.client-slider-container .client-slide-item .client-name h3 {
  padding: 0 30px;
  background: url(/wp-content/themes/dental/img/google-icon.svg) no-repeat 90% center;
}

.client-slider-container .client-slide-item p {
  font-size: 18px;
  color: #7A7A7A;
  line-height: 26px;
  padding: 30px;
  margin: 0;
}

.client-slider-container .client-slider-navigation {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  margin-top: 40px;
}

.client-slider-container .client-slider-navigation .client-arrow-slide-prev,
.client-slider-container .client-slider-navigation .client-arrow-slide-next {
  cursor: pointer;
}

.client-slider-container .client-slider-navigation .client-arrow-slide-prev {
  left: 0;
}

.client-slider-container .client-slider-navigation .client-arrow-slide-next {
  right: 0;
}

.client-slider-container .client-slider-navigation .client-slider-dots {
  text-align: center;
  line-height: 14px;
}

.client-slider-container .client-slider-navigation .client-slider-dots li {
  display: inline-block;
  font-size: 0;
  margin: 0 8px;
  width: 18px;
  height: 18px;
}

.client-slider-container .client-slider-navigation .client-slider-dots li.slick-active button {
  width: 18px;
  height: 18px;
}

.client-slider-container .client-slider-navigation .client-slider-dots li button {
  font-size: 0;
  cursor: pointer;
  width: 14px;
  -webkit-transition: all 0.15s ease;
  -o-transition: all 0.15s ease;
  transition: all 0.15s ease;
  height: 14px;
  padding: 0;
  background-color: transparent;
  border: 2px solid #333;
}

.client-slider-container .client-slider-navigation .client-slider-dots li button:hover {
  border: 2px solid #0085cc;
}

.client-slider-container .slick-slide {
  margin: 0 15px;
}

.client-slider-container .slick-list {
  margin: 0 -15px;
}

.s-faq {
  padding: 50px 0;
  /*background-color: #F7F7F7;*/
}

.s-faq .section-top-title {
  text-transform: uppercase;
}

.faq-container {
  max-width: 570px;
  margin: 0 auto;
}

.faq-container .faq-block .faq-btn {
  border-bottom: 1px solid #E6E8E8;
  padding: 15px 45px 15px 0;
  font-size: 18px;
  line-height: 24px;
  position: relative;
  cursor: pointer;
}

.faq-container .faq-block .faq-btn.faq-btn-active {
  color: #0085cc;
}

.faq-container .faq-block .faq-btn.faq-btn-active .acc-arr {
  color: #0085cc;
  -webkit-transform: rotate(270deg);
  -ms-transform: rotate(270deg);
  transform: rotate(270deg);
}

.faq-container .faq-block .faq-btn p {
  margin: 0;
}

.faq-container .faq-block .faq-btn .acc-arr {
  position: absolute;
  top: 15px;
  right: 30px;
  color: #333;
  font-size: 18px;
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}

.faq-container .faq-block .faq-text {
  display: none;
}

.faq-container .faq-block .faq-text p {
  font-size: 18px;
  color: #7A7A7A;
  line-height: 26px;
}

.faq-show-all-btn {
  text-align: center;
  margin-top: 30px;
}

.faq-show-all-btn .btn {
  max-width: 298px;
  margin: 0 auto;
  width: 100%;
}

.banner-inner-page {
  background: url(/wp-content/themes/dental/img/head-sl-img.jpg) no-repeat top center;
  -webkit-background-size: cover;
  background-size: cover;
  background-attachment: fixed;
  width: 100%;
  min-height: 300px;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.banner-inner-page h1 {
  font-family: 'PlayfairDisplayRegular';
  font-size: 48px;
  text-align: center;
  color: #fff;
}

/* BLOG PAGE STYLE */
.blog-categories {
  background-color: #F7F7F7;
  padding: 30px 0;
}

.blog-categories .category-pills {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.blog-categories .category-pills li:hover a {
  background-color: #0085cc;
  color: #fff;
}

.blog-categories .category-pills li.active a {
  color: #fff;
  background-color: #0085cc;
}

.blog-categories .category-pills li a {
  display: block;
  margin: 5px;
  -webkit-border-radius: 111px;
  border-radius: 111px;
  padding: 10px 15px;
  color: #7A7A7A;
  -webkit-transition: all 0.35s ease;
  -o-transition: all 0.35s ease;
  transition: all 0.35s ease;
}

.blog-acticles {
  padding-top: 50px;
  padding-bottom: 80px;
}

.blog-acticles .article-items-wrap {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.blog-acticles .article-item {
  position: relative;
  margin-bottom: 60px;
  width: -webkit-calc(33.3333% - 20px);
  width: calc(33.3333% - 20px);
  background-color: #F7F7F7;
}

.blog-acticles .article-item .img-wrap {
  height: 260px;
}

.blog-acticles .article-item .img-wrap {
  height: 260px;
}

.blog-acticles .article-item .img-wrap img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

.blog-acticles .article-item .article-item-inner {
  padding: 20px 20px 45px 20px;
}

.blog-acticles .article-item .article-item-inner h3 {
  color: #0085cc;
  transition: 0.3s ease;
}

.blog-acticles .article-item .article-item-inner h3:hover {
  color: #000;
}

.blog-acticles .article-item .article-item-inner p {
  font-size: 18px;
  color: #7A7A7A;
  line-height: 26px;
  word-wrap: break-word;
}

.blog-acticles .article-item .btn {
  position: absolute;
  bottom: -25px;
  left: 0;
  right: 0;
  max-width: 250px;
  margin: 0 auto;
}

.blog-acticles .articles-pagination,
.pagination .nav-links {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  margin-top: 35px;
}

.pagination .nav-links .page-numbers {
  margin: 0 10px 10px;
  color: #333;
  background-color: #F2F2F2;
  padding: 8px 15px;
  display: inline-block;
}

.pagination .nav-links .page-numbers.current,
.pagination .nav-links .page-numbers:hover {
  background-color: #0085cc;
  color: #fff;
}

.blog-acticles .articles-pagination li {
  margin: 0 10px 10px;
  text-align: center;
}

.blog-acticles .articles-pagination li:hover a {
  background-color: #0085cc;
  color: #fff;
}

.blog-acticles .articles-pagination li.active a {
  background-color: #0085cc;
  color: #fff;
}

.blog-acticles .articles-pagination li a {
  color: inherit;
  background-color: #F2F2F2;
  padding: 8px 15px;
  display: inline-block;
}



.single-blog-title {
  background-color: #F7F7F7;
  /*  padding: 40px 0; */
  padding: 90px 0 40px 0;

  text-align: center;
  /*font-family: 'Montserrat',sans-serif;*/
  font-size: 48px;
  line-height: 100px;
}

.single-article-block {
  padding-bottom: 70px;
  padding-top: 20px;
  color: #333;
}

.single-article-block blockquote {
  padding: 6px 0 0 90px;
  margin: 23px 0 25px 42px;
  background-image: url(/wp-content/themes/dental/img/blockquote-icon.png);
  background-position: center left;
  background-repeat: no-repeat;
  -webkit-background-size: 60px auto;
  background-size: 60px auto;
  border-left: none;
}

.single-article-block blockquote p {
  margin: 0;
  font-style: italic;
}

.single-article-block h4 {
  font-size: 26px;
  line-height: 34px;
  font-family: 'MontserratSemiBold';
}

.single-article-block img {
  margin: 0 auto;
  display: block;
}

.single-article-block a {
  color: #0085cc;
}

.single-article-block ul.dental-article-post-list {
  margin-bottom: 20px;
  padding-left: 15px;
  margin-left: 15px;
}

.single-article-block ul.dental-article-post-list li {
  padding-left: 20px;
  position: relative;
  margin-bottom: 5px;
}

.single-article-block ul.dental-article-post-list li:last-child {
  margin-bottom: 0;
}

.single-article-block ul.dental-article-post-list li::before {
  content: '';
  position: absolute;
  left: 0;
  top: 3px;
  width: 20px;
  height: 20px;
  background: url(/wp-content/themes/dental/img/arrow-pointing-right.svg) no-repeat left center;
}

.single-article-block .article-meta {
  text-align: center;
  color: #7A7A7A;
  margin-bottom: 20px;
}

.single-article-block .article-meta ul {
  list-style-type: none;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0;
  padding: 0;
}

.single-article-block .article-meta ul li {
  margin-right: 15px;
  display: flex;
  align-items: center;
}

.single-article-block .article-meta ul li img {
  display: block;
  margin: 0 5px 0 0;
}

html body img.single-hero-img {
  margin: 0;
  width: 100%;
}

.single-article-block .article-meta ul li span {
  display: block;
}

.single-article-img {
  padding-top: 80px;
}

.dental-widget-list h5 {
  font-size: 20px;
  font-family: 'MontserratSemiBold';
}

.dental-widget-list>section div.dental-widge {
  margin-bottom: 50px;
}

.dental-widget-subscribe {
  background-color: #F7F7F7;
  padding: 34px 30px;
  text-align: center;
}

.dental-widget-subscribe p {
  color: #7A7A7A;
}

.dental-widget-subscribe input[type="submit"] {
  margin-top: 10px;
  background-color: #0085cc;
  border: none;
  color: #fff;
  cursor: pointer;
  -webkit-transition: all 0.35s ease;
  -o-transition: all 0.35s ease;
  transition: all 0.35s ease;
  border: 1px solid #0085cc;
}

.dental-widget-subscribe input[type="submit"]:hover {
  background-color: #fff;
  color: #333;
}

.dental-widget-latest-posts h5 {
  padding-bottom: 10px;
  margin-bottom: 35px;
  border-bottom: 1px solid #EBEBEB;
}

.dental-widget-latest-posts ul.posts li.post {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  margin-bottom: 30px;
}

.dental-widget-latest-posts ul.posts li.post .image-link {
  margin-right: 20px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

.dental-widget-latest-posts ul.posts li.post .image-link img {
  -o-object-fit: cover;
  object-fit: cover;
  width: 124px;
  height: 103px;
}

.dental-widget-latest-posts ul.posts li.post .content .post-title {
  display: block;
  color: #333;
  line-height: 24px;
  font-family: 'MontserratSemiBold';
  margin-bottom: 10px;
}

.dental-widget-latest-posts ul.posts li.post .content .date-link {
  display: block;
  color: #7A7A7A;
  font-size: 15px;
}

.dental-widget-categories h5 {
  padding-bottom: 10px;
  margin-bottom: 35px;
  border-bottom: 1px solid #EBEBEB;
}

.dental-widget-categories ul li.cat-item {
  padding: 15px 4px 13px 0;
  position: relative;
  border-bottom: 1px solid #EBEBEB;
}

.dental-widget-categories ul li.cat-item span {
  position: absolute;
  right: 0;
  top: 50%;
  margin-top: -8px;
  display: inline-block;
  background-color: #0085cc;
  color: #fff;
  padding: 0 5px;
  font-size: 14px;
}

.s_why_choosenew {
  display: none !important;
}

.dental-widget-categories ul li.cat-item a {
  color: #a7a7a7;
  font-size: 15px;
  padding-left: 20px;
  position: relative;
}

.dental-widget-categories ul li.cat-item a:hover {
  color: #0085cc;
}

.dental-widget-categories ul li.cat-item a::before {
  content: '';
  position: absolute;
  left: 0;
  top: 2px;
  background: url(/wp-content/themes/dental/img/bookmark.svg) no-repeat left center;
  width: 12px;
  height: 12px;
}

/* CONTACT PAGE STYLE */
.our-locations {
  padding-top: 70px;
  position: relative;
  z-index: 1;
}

.our-locations .section-top-title {
  margin-bottom: 30px;
}

.our-locations .section-description {
  margin-bottom: 30px;
}

.contact-location-items-wrap {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.contact-location-items-wrap .contact-location-item {
  width: -webkit-calc(25% - 15px);
  width: calc(25% - 15px);
  margin-bottom: 30px;
  background-color: #fff;
  border: 1px solid transparent;
  -webkit-box-shadow: 0px 4px 8px 4px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 4px 8px 4px rgba(0, 0, 0, 0.1);
  -webkit-transition: all 0.35s ease;
  -o-transition: all 0.35s ease;
  transition: all 0.35s ease;
}

.contact-location-items-wrap .contact-location-item.contact-location-item-active {
  border: 1px solid #0085cc;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.contact-location-items-wrap .contact-location-item.contact-location-item-active .location-content-inner .icon-location {
  background-color: #0085cc;
}

.contact-location-items-wrap .contact-location-item.contact-location-item-active .location-content-inner .icon-location img {
  opacity: 0;
}

.contact-location-items-wrap .contact-location-item .contact-location-btn {
  cursor: pointer;
}

.contact-location-items-wrap .contact-location-item:hover {
  border: 1px solid #0085cc;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.contact-location-items-wrap .contact-location-item:hover .location-content-inner .icon-location {
  background-color: #0085cc;
}

.contact-location-items-wrap .contact-location-item:hover .location-content-inner .icon-location img {
  opacity: 05;
}

.contact-location-items-wrap .contact-location-item .location-content-inner {
  padding: 25px 20px 20px 20px;
  position: relative;
  text-align: center;
}

.contact-location-items-wrap .contact-location-item .location-content-inner h4 {
  font-family: 'MontserratSemiBold';
  font-size: 18px;
  color: #0085cc;
  display: inline-block;
}

.contact-location-items-wrap .contact-location-item .location-content-inner p {
  color: #7A7A7A;
  font-size: 18px;
  line-height: 26px;
  margin-bottom: 0;
}

.contact-location-items-wrap .contact-location-item .location-content-inner .icon-location {
  width: 50px;
  -webkit-transition: all 0.35s ease;
  -o-transition: all 0.35s ease;
  transition: all 0.35s ease;
  height: 50px;
  border: 4px solid #fff;
  position: absolute;
  top: -35px;
  z-index: 1;
  right: 0;
  left: 0;
  margin: 0 auto;
  background-color: #fff;
  -webkit-border-radius: 100%;
  border-radius: 100%;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.contact-location-items-wrap .contact-location-item .location-content-inner .icon-location img {
  width: 40%;
  -webkit-transition: all 0.35s ease;
  -o-transition: all 0.35s ease;
  transition: all 0.35s ease;
}

.contact-map-container {
  padding-bottom: 70px;
  margin-top: -200px;
}

.contact-map-container .map {
  width: 100%;
  height: 510px;
}

.contact-map-container .contact-info-wrapper {
  margin-top: -170px;
  background-color: #fff;
  -webkit-box-shadow: 0px -15px 20px 5px rgba(0, 0, 0, 0.1);
  box-shadow: 0px -15px 20px 5px rgba(0, 0, 0, 0.1);
  padding: 60px 35px;
}

.contact-map-container .contact-info-title {
  text-transform: uppercase;
  font-family: 'PlayfairDisplayRegular';
  font-size: 32px;
  text-align: center;
  margin-bottom: 35px;
}

.contact-map-container .contact-info-item-wrap {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.contact-map-container .contact-info-item-wrap .contact-left-item,
.contact-map-container .contact-info-item-wrap .contact-right-item {
  width: -webkit-calc(50% - 15px);
  width: calc(50% - 15px);
}

.contact-map-container .contact-info-item-wrap .contact-right-item input {
  margin-bottom: 15px;
}

.contact-map-container .contact-info-item-wrap .contact-right-item textarea {
  width: 100%;
  min-height: 100px;
  margin-bottom: 15px;
  padding-left: 25px;
  font-size: 18px;
  padding-top: 16px;
  font-family: inherit;
}

.contact-map-container .contact-info-item-wrap .contact-right-item input[type="submit"] {
  cursor: pointer;
  background-color: transparent;
  text-transform: uppercase;
  color: #333;
  -webkit-transition: all 0.35s ease;
  -o-transition: all 0.35s ease;
  transition: all 0.35s ease;
}

.contact-map-container .contact-info-item-wrap .contact-right-item input[type="submit"]:hover {
  background-color: #0085cc;
  color: #fff;
  border: 1px solid #0085cc;
}

.contact-map-container .contact-info-item-wrap .contact-left-item .about {
  font-size: 18px;
  line-height: 26px;
  color: #7A7A7A;
  margin-bottom: 25px;
}

.contact-map-container .contact-info-item-wrap .contact-left-item h3 {
  font-size: 24px;
  margin-bottom: 25px;
  font-family: 'MontserratSemiBold';
}

.contact-map-container .contact-info-item-wrap .contact-left-item .contact-location {
  padding-left: 32px;
  font-size: 18px;
  position: relative;
  margin-bottom: 10px;
}

.contact-map-container .contact-info-item-wrap .contact-left-item .contact-location::before {
  content: '';
  position: absolute;
  left: 0;
  top: 2px;
  background: url(/wp-content/themes/dental/img/map-marker.svg) no-repeat left center;
  width: 20px;
  height: 20px;
}

.contact-map-container .contact-info-item-wrap .contact-left-item .contact-email {
  margin-bottom: 10px;
}

.contact-map-container .contact-info-item-wrap .contact-left-item .contact-email a {
  color: inherit;
  position: relative;
  padding-left: 32px;
  font-size: 18px;
}

.contact-map-container .contact-info-item-wrap .contact-left-item .contact-email a:hover {
  opacity: 0.5;
}

.contact-map-container .contact-info-item-wrap .contact-left-item .contact-email a::before {
  content: '';
  position: absolute;
  left: 0;
  top: 2px;
  background: url(/wp-content/themes/dental/img/envelope.svg) no-repeat left center;
  width: 20px;
  height: 20px;
}

.contact-map-container .contact-info-item-wrap .contact-left-item .contact-phone a {
  color: inherit;
  position: relative;
  padding-left: 32px;
  font-size: 18px;
}

.contact-map-container .contact-info-item-wrap .contact-left-item .contact-phone a:hover {
  opacity: 0.5;
}

.contact-map-container .contact-info-item-wrap .contact-left-item .contact-phone a::before {
  content: '';
  position: absolute;
  left: 0;
  top: 2px;
  background: url(/wp-content/themes/dental/img/phone-receiver.svg) no-repeat left center;
  width: 20px;
  height: 20px;
}

/* LOCATIONS PAGE STYLE */
.s-locations {
  padding: 70px 0;
}

.s-locations .locations-addres {
  margin-top: 50px;
  background-color: #F7F7F7;
  border-top: 5px solid #0085cc;
  border-bottom: 5px solid #0085cc;
  padding: 10px 20px;
}

.s-locations .locations-addres p {
  font-size: 18px;
  color: #7A7A7A;
  line-height: 26px;
}

.location-map {
  width: 100%;
  height: 350px;
  margin-top: 40px;
}

.table-location-wrap {
  margin-top: 50px;
}

.table-location-wrap .location-btn-group {
  text-align: center;
  margin-top: 35px;
}

.table-location-wrap .location-btn-group a {
  margin: 0 10px 10px;
}

.table-location {
  width: 100%;
}

.table-location td {
  color: #666B85;
}

.table-location tr {
  font-size: 18px;
  text-shadow: -1px -1px 1px rgba(0, 0, 0, 0.1);
}

.table-location thead {
  background-color: #0085cc;
}

.table-location thead th {
  color: #fff;
  padding: 5px 10px;
}

.table-location tbody tr {
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}

.table-location tbody tr:nth-of-type(2n+1) {
  background-color: rgba(0, 0, 0, 0.05);
}

.table-location tbody tr:hover {
  background-color: #0085cc;
}

.table-location tbody tr:hover td {
  color: #fff;
}

.table-location tbody tr td {
  padding: 5px 10px;
}

.locations-slider-container .locations-slider-navigation {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  margin-top: 40px;
}

.locations-slider-container .locations-slider-navigation .locations-arrow-slide-prev,
.locations-slider-container .locations-slider-navigation .locations-arrow-slide-next {
  cursor: pointer;
}

.locations-slider-container .locations-slider-navigation .locations-arrow-slide-prev {
  left: 0;
}

.locations-slider-container .locations-slider-navigation .locations-arrow-slide-next {
  right: 0;
}

.locations-slider-container .locations-slider-navigation .locations-slider-dots {
  text-align: center;
  line-height: 14px;
}

.locations-slider-container .locations-slider-navigation .locations-slider-dots li {
  display: inline-block;
  font-size: 0;
  margin: 0 8px;
  width: 18px;
  height: 18px;
}

.locations-slider-container .locations-slider-navigation .locations-slider-dots li.slick-active button {
  width: 18px;
  height: 18px;
}

.locations-slider-container .locations-slider-navigation .locations-slider-dots li button {
  font-size: 0;
  cursor: pointer;
  width: 14px;
  -webkit-transition: all 0.15s ease;
  -o-transition: all 0.15s ease;
  transition: all 0.15s ease;
  height: 14px;
  padding: 0;
  background-color: transparent;
  border: 2px solid #333;
}

.locations-slider-container .locations-slider-navigation .locations-slider-dots li button:hover {
  border: 2px solid #0085cc;
}

.locations-slider-container .slick-slide {
  margin: 0 15px;
}

.locations-slider-container .slick-list {
  margin: 0 -15px;
}

/* DOCTOR PAGE STYLE */
.s-about-doctor {
  padding-top: 70px;
  padding-bottom: 20px;
}

.s-about-doctor .section-top-title {
  margin-bottom: 30px;
}

.s-about-doctor .section-description {
  margin-bottom: 30px;
}

.s-about-doctor .separator {
  border: none;
  border-top: 1px solid #EEEEF3;
  margin-bottom: 40px;
}

.s-about-doctor .doctor-img {
  margin-bottom: 20px;
  text-align: center;
}

.s-vebinars-list-box {
  padding-bottom: 50px;
}

.s-vebinars-list-box .separator {
  border: none;
  border-top: 1px solid #EEEEF3;
  margin-top: 40px;
}

.s-vebinars-list-box .vebinars-item {
  display: block;
  max-width: 223px;
  margin: 0 auto 30px;
}

.s-vebinars-list-box .vebinars-item .image {
  position: relative;
  display: inline-block;
}

.s-vebinars-list-box .vebinars-item .image .play-button {
  position: absolute;
  display: block;
  width: 20px;
  height: 28px;
  background-image: url(/wp-content/themes/dental/img/play-icon.svg);
  background-repeat: no-repeat;
  background-position: center;
  -webkit-background-size: contain;
  background-size: contain;
  left: 50%;
  margin-left: -10px;
  top: 50%;
  margin-top: -14px;
}

.s-vebinars-list-box .vebinars-item .title {
  color: #7A7A7A;
  font-size: 18px;
  line-height: 26px;
}

.s-awards {
  padding-top: 40px;
  padding-bottom: 70px;
}

/* REVIEWS PAGE STYLE */
.s-reviews-text {
  padding: 70px 0;
}

.s-reviews-text .reviews-descr {
  margin-bottom: 50px;
}

.s-reviews-text a {
  color: #0085cc;
}

.s-reviews-text .reviews-dentist-item {
  max-width: 180px;
  margin: 0 auto 30px;
  border: 1px solid #F7F7F7;
}

.s-reviews-text .reviews-dentist-item .img-wrap {
  background-color: #F7F7F7;
  text-align: center;
  padding: 10px;
}

.s-reviews-text .reviews-dentist-item .text {
  padding: 10px;
}

.s-reviews-text .reviews-dentist-item p {
  margin: 0;
  font-size: 18px;
  color: #7A7A7A;
}

.s-reviews-text .reviews-dentist-item a {
  display: inline-block;
}

.mm-panel::before {
  display: none;
}

.mm-panel_has-navbar .mm-navbar {
  height: auto;
  border: none;
  position: relative;
}

.mm-panel {
  padding-top: 10px;
}

.mm-panels>.mm-panel>.mm-navbar+.mm-listview {
  margin-top: 0;
}

.srv-item .text-wrap {
  color: #333;
}

.slick-center .srv-item .text-wrap {
  padding-bottom: 25px;
  /*box-shadow: 0px 0px 5px 0 rgba(0, 0, 0, 0.15);
    margin-bottom: 15px;*/
}

.slick-center .srv-item h5 {
  border-bottom: 1px solid #DDE0E0;
}

.home-top-banner {
  width: 100%;
  display: flex;
}

.home-top-slider-wrapper {
  width: calc(100% - 511px);
  background-color: #0085cc;
}

.home-top-slider .item {
  background-color: #000;
}

.home-top-form-wrapper {
  width: 511px;
  display: flex;
  align-items: center;
  /* background-color: #f2e9ea; */
  /* border-bottom: 2px solid rgba(127, 40, 50, 0.75); */
  /* border-top: 2px solid rgba(127, 40, 50, 0.75); */
}

.single-article-block .cases-area {
  width: 100%;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.single-article-block .cases-area .sidebar {
  width: 285px;
}

.single-article-block .cases-area .single-article-container {
  width: calc(100% - 315px);
}

.single-blog-title h1 {
  font-family: 'Montserrat', sans-serif;
  font-weight: 500;
  font-size: 48px;
  line-height: 64px;
  color: #333;
}

.single-blog-title h1 span {
  font-family: 'Montserrat', sans-serif;
}

.single-blog-title h1.fw-500 {
  font-weight: 500;
}


.sidebar .menu {
  width: 100%;
}

.sidebar .menu li {
  padding: 5px 0;
  border-bottom: 1px solid #EBEBEB;
}

.sidebar .menu li a {
  color: #a7a7a7;
  font-size: 15px;
}

.cat-section {
  display: inline-block;
  width: 100%;
}

.cat-section ul {
  display: inline-block;
  width: 100%
}

.cat-section ul 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;
}

.cat-section ul 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;
}

.cat-section ul li a:hover {
  background: #0085cc;
  color: #fff;
}

.before-after-items.cards {
  padding: 80px 0;
}

.before-after-items.cards .container {
  justify-content: flex-start;
}

.before-after-items.cards .container .cards_block {
  height: auto;
  width: calc(25% - 24px);
  border: 2px solid transparent;
}

.before-after-items.cards .container .cards_block:hover {
  border: 2px solid #72232C;
}

.before-after-items.cards .container .cards_block h6 {
  margin-bottom: 33px;
  padding: 0 20px;
  font-family: 'MontserratMedium';
  font-size: 18px;
}

.s-tmt-options {
  padding: 40px 0 46px;
}

.bf-items-wrap {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.s-bf-items.work_examples {
  padding-top: 30px;
}

.bf-items-wrap .bf-item {
  width: calc(50% - 28px);
  margin-bottom: 50px;
}

.bf-items-wrap .bf-item .name {
  font-weight: 500;
  font-size: 18px;
  line-height: 22px;
  margin-top: 20px;
  color: #333333;
}

.bf-items-wrap .bf-item p {
  font-size: 18px;
  line-height: 150%;
  font-family: "Helvetica";
  color: #8A8A8A;
  margin-bottom: 15px;
}

.bf-top-filters .slide-item {
  padding: 10px 12px 22px 12px;
}

.bf-top-filters .slick-list {
  margin: 0 -12px;
}


.bf-top-filters .slide-item a {
  background: #FFFFFF;
  box-shadow: 0px 0px 1px rgba(0, 0, 0, 0.04),
    0px 2px 6px rgba(0, 0, 0, 0.04),
    0px 10px 20px rgba(0, 0, 0, 0.04);
  border-radius: 4px;
  font-weight: 700;
  font-size: 16px;
  line-height: 19px;
  padding: 40px 15px;
  display: flex;
  align-items: center;
  text-align: center;
  justify-content: center;
  text-transform: uppercase;
  color: #333333;
}

.bf-top-filters .slide-item a:hover {
  background-color: #0085cc;
  color: #ffffff;
}

.bf-top-filters {
  margin-bottom: 50px;
  position: relative;
}

.bf-top-filters .arrow-slide-next,
.bf-top-filters .arrow-slide-prev {
  position: absolute;
  background: #FFFFFF;
  box-shadow: 0px 0px 1px rgba(0, 0, 0, 0.04),
    0px 2px 6px rgba(0, 0, 0, 0.04),
    0px 10px 20px rgba(0, 0, 0, 0.04);
  width: 44px;
  height: 44px;
  border-radius: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  top: calc(50% - 8px);
  cursor: pointer;
  margin-top: -22px;
}

.bf-top-filters .arrow-slide-next {
  left: -22px;
}

.bf-top-filters .arrow-slide-prev {
  right: -22px;
  transform: rotate(180deg);
}

.bf-top-filters .slide-item a.current {
  background-color: #0085cc;
  color: #ffffff;
}

.bf-items-wrap .bf-item .btn-wrap {
  text-align: center;
}

.bf-items-wrap .bf-item .btn-wrap .btn {
  height: 44px;
  line-height: 44px;
  padding: 0 22px;
}

.s-tmt-options .why_choose_block .tab_content {
  margin-bottom: 70px;
}

.tmt-items {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -12px;
}

.tmt-item {
  width: calc(25% - 24px);
  margin: 0 12px 24px;
  background: #FFFFFF;
  box-shadow: 0px 0px 1px rgba(0, 0, 0, 0.04),
    0px 2px 6px rgba(0, 0, 0, 0.04),
    0px 10px 20px rgba(0, 0, 0, 0.04);
  border-radius: 4px;
  padding: 30px 20px;
  font-weight: 700;
  font-size: 18px;
  line-height: 22px;
  text-align: center;
  text-transform: uppercase;
  color: #333333;
  display: flex;
  align-items: center;
  justify-content: center;
}

.sidebar .menu li a:hover {
  color: #0085cc;
}

.sidebar .menu li.current_page_item a {
  color: #0085cc;
}

#gallery-teeth-slider {
  width: 100%;
  position: relative;
  margin-bottom: 15px;
}

#gallery-teeth-slider .swiper-teeth-button-next,
#gallery-teeth-slider .swiper-teeth-button-prev {
  width: 18px;
  height: 34px;
  position: absolute;
  top: 18%;
  z-index: 2;
}

#gallery-teeth-slider .swiper-teeth-button-prev {
  left: -25px;
}

#gallery-teeth-slider .swiper-teeth-button-next {
  right: -25px;
  transform: rotate(180deg);
}

.divimgcenter div {
  width: calc(40% - 15px);
  margin: 0 15px;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
}

.image-line-flex {
  display: flex;
  align-items: center;
}

.image-line-flex-center {
  display: flex;
  justify-content: center;
  margin-bottom: 15px;
}

.image-line-flex-center img {
  width: auto;
  margin: 0 15px;
}

.divimgcenter {
  margin-bottom: 15px;
}

.hamburg-inner {
  display: inline-block;
}

.single-article-container ul {
  list-style-type: disc;
  margin-bottom: 15px;
  margin-left: 20px;
}

.single-article-container h3 {
  margin-bottom: 15px;
}

.slide-info {
  text-align: center;
}

.slide-info h4 {
  padding-top: 10px;
}

.slide-info p {
  margin: 5px 0;
}

body .ubermenu-main .ubermenu-nav .ubermenu-submenu .ubermenu-item-header>.ubermenu-target {
  font-weight: 500;
}

body .ubermenu .ubermenu-target-text {
  font-weight: 400;
}

.hamburger {
  display: inline-block;
  cursor: pointer;
  position: relative;
  top: 3px;
  transition-property: opacity, -webkit-filter;
  -webkit-transition-property: opacity, -webkit-filter;
  -o-transition-property: opacity, filter;
  transition-property: opacity, filter;
  transition-property: opacity, filter, -webkit-filter;
  -webkit-transition-duration: 0.15s;
  -o-transition-duration: 0.15s;
  transition-duration: 0.15s;
  -webkit-transition-timing-function: linear;
  -o-transition-timing-function: linear;
  transition-timing-function: linear;
  font: inherit;
  color: inherit;
  text-transform: none;
  background-color: transparent;
  border: 0;
  margin: 0;
  overflow: visible;
}

.hamburger-box {
  width: 40px;
  height: 24px;
  display: inline-block;
  position: relative;
}

.hamburger-inner {
  display: block;
  top: 50%;
  margin-top: -2px;
  width: 35px;
  height: 3px;
  background-color: #000;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  position: absolute;
  transition-property: -webkit-transform;
  -webkit-transition-property: -webkit-transform;
  -o-transition-property: transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
  -webkit-transition-duration: 0.15s;
  -o-transition-duration: 0.15s;
  transition-duration: 0.15s;
  -webkit-transition-timing-function: ease;
  -o-transition-timing-function: ease;
  transition-timing-function: ease;
}

.hamburger-inner::before,
.hamburger-inner::after {
  width: 35px;
  height: 3px;
  background-color: #000;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  position: absolute;
  transition-property: -webkit-transform;
  -webkit-transition-property: -webkit-transform;
  -o-transition-property: transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
  -webkit-transition-duration: 0.15s;
  -o-transition-duration: 0.15s;
  transition-duration: 0.15s;
  -webkit-transition-timing-function: ease;
  -o-transition-timing-function: ease;
  transition-timing-function: ease;
}

.hamburger-inner::before,
.hamburger-inner::after {
  content: "";
  display: block;
}

.hamburger-inner::before {
  top: -10px;
}

.hamburger-inner::after {
  bottom: -10px;
}

.hamburger--collapse {
  line-height: 16px;
}

.hamburger--collapse .hamburger-inner {
  top: auto;
  bottom: 0;
  -webkit-transition-duration: 0.15s;
  -o-transition-duration: 0.15s;
  transition-duration: 0.15s;
  -webkit-transition-delay: 0.15s;
  -o-transition-delay: 0.15s;
  transition-delay: 0.15s;
  -webkit-transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  -o-transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
}

.hamburger--collapse .hamburger-inner::after {
  top: -20px;
  -webkit-transition: top 0.3s 0.3s cubic-bezier(0.33333, 0.66667, 0.66667, 1), opacity 0.1s linear;
  -o-transition: top 0.3s 0.3s cubic-bezier(0.33333, 0.66667, 0.66667, 1), opacity 0.1s linear;
  transition: top 0.3s 0.3s cubic-bezier(0.33333, 0.66667, 0.66667, 1), opacity 0.1s linear;
}

.hamburger--collapse .hamburger-inner::before {
  transition: top 0.12s 0.3s cubic-bezier(0.33333, 0.66667, 0.66667, 1), -webkit-transform 0.15s cubic-bezier(0.55, 0.055, 0.675, 0.19);
  -webkit-transition: top 0.12s 0.3s cubic-bezier(0.33333, 0.66667, 0.66667, 1), -webkit-transform 0.15s cubic-bezier(0.55, 0.055, 0.675, 0.19);
  -o-transition: top 0.12s 0.3s cubic-bezier(0.33333, 0.66667, 0.66667, 1), transform 0.15s cubic-bezier(0.55, 0.055, 0.675, 0.19);
  transition: top 0.12s 0.3s cubic-bezier(0.33333, 0.66667, 0.66667, 1), transform 0.15s cubic-bezier(0.55, 0.055, 0.675, 0.19);
  transition: top 0.12s 0.3s cubic-bezier(0.33333, 0.66667, 0.66667, 1), transform 0.15s cubic-bezier(0.55, 0.055, 0.675, 0.19), -webkit-transform 0.15s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}

.hamburger--collapse.is-active .hamburger-inner {
  -webkit-transform: translate3d(0, -10px, 0) rotate(-45deg);
  transform: translate3d(0, -10px, 0) rotate(-45deg);
  -webkit-transition-delay: 0.32s;
  -o-transition-delay: 0.32s;
  transition-delay: 0.32s;
  -webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  -o-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
}

.hamburger--collapse.is-active .hamburger-inner::after {
  top: 0;
  opacity: 0;
  -webkit-transition: top 0.3s cubic-bezier(0.33333, 0, 0.66667, 0.33333), opacity 0.1s 0.27s linear;
  -o-transition: top 0.3s cubic-bezier(0.33333, 0, 0.66667, 0.33333), opacity 0.1s 0.27s linear;
  transition: top 0.3s cubic-bezier(0.33333, 0, 0.66667, 0.33333), opacity 0.1s 0.27s linear;
}

.hamburger--collapse.is-active .hamburger-inner::before {
  top: 0;
  -webkit-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  transform: rotate(-90deg);
  transition: top 0.12s 0.18s cubic-bezier(0.33333, 0, 0.66667, 0.33333), -webkit-transform 0.15s 0.42s cubic-bezier(0.215, 0.61, 0.355, 1);
  -webkit-transition: top 0.12s 0.18s cubic-bezier(0.33333, 0, 0.66667, 0.33333), -webkit-transform 0.15s 0.42s cubic-bezier(0.215, 0.61, 0.355, 1);
  -o-transition: top 0.12s 0.18s cubic-bezier(0.33333, 0, 0.66667, 0.33333), transform 0.15s 0.42s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: top 0.12s 0.18s cubic-bezier(0.33333, 0, 0.66667, 0.33333), transform 0.15s 0.42s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: top 0.12s 0.18s cubic-bezier(0.33333, 0, 0.66667, 0.33333), transform 0.15s 0.42s cubic-bezier(0.215, 0.61, 0.355, 1), -webkit-transform 0.15s 0.42s cubic-bezier(0.215, 0.61, 0.355, 1);
}

.srv-item img {
  width: 100%;
  height: 240px;
  object-fit: cover;
}

.header-right-box {
  display: flex;
  align-items: center;
}

.header-right-box .tel-link {
  color: #333;
  margin-right: 15px;
}

@media (min-width: 1600px) {

  .home-top-slider-wrapper,
  .home-top-form-wrapper {
    /* width: 50%; */
  }

  .home-top-slider .item,
  .home-top-banner {
    height: calc(100vh - 325px);
    min-height: 660px;
    max-height: 660px;
  }
}

/* Media Style */
@media(max-width:1200px) {
  div#my-content.home-slider-outer {
    float: none !important;
  }
}


@media only screen and (max-width: 1199.98px) {
  .treatment-item .btn {
    max-width: 240px;
  }

  #my-header {
    min-height: 120px !important;
  }
}

@media only screen and (max-width: 991.98px) {
  .contact-location-items-wrap .contact-location-item {
    width: -webkit-calc(50% - 15px);
    width: calc(50% - 15px);
  }

  .blog-acticles .article-item {
    width: -webkit-calc(50% - 20px);
    width: calc(50% - 20px);
  }

  .single-blog-title {
    font-size: 38px;
    line-height: 80px;
  }

  .slider-tabs-container .slider-tbas-content-item .bf-and-af-slider-navigation {
    margin-bottom: 40px;
  }

  .before-after-items.cards .container .cards_block {
    width: calc(33.3333% - 24px);
  }

  .tmt-item {
    width: calc(33.3333% - 24px);
  }

  .s-before-and-after {
    background-color: #f7f7f7;
    padding-top: 56px;
    padding-bottom: 85px;
    position: relative;
  }

  .s-our-client {
    padding-bottom: 0;

  }

  .client-slider-container .client-slider-navigation {
    margin-top: 0;
  }

  .s-our-blog {
    padding-top: 55px;
    padding-bottom: 50px;
    position: relative;
    background-color: #f7f7f7;
  }

  .s-our-client {
    padding-top: 55px;
  }
}

@media only screen and (max-width: 767.98px) {
  .s_why_choosenew {
    display: block !important;
  }

  section.s_why_choose {
    display: none;
  }

  .s_why_choosenew .tabs {
    max-width: 100%;
    margin: 40px auto 0px !important;
    height: 70px;
    border: 0px;
    border-radius: 50px;
    position: relative;
    float: none;
    outline: none;
    overflow: hidden;
    box-shadow: 0px 0px 3px rgb(0 0 0 / 20%);
    flex-direction: column;
    background: #fff;
    padding: 5px 30px;
    display: block !important;
    margin-bottom: 50px !important;
  }

  .s_why_choosenew select#select-box {
    width: 100%;
    padding: 16px 25px;
    border: 1px solid transparent !important;
    outline: none;
    font-size: 20px;
    cursor: pointer;
    border-right: 1px solid #edf3f8;
    font-weight: 700;
    color: #637483;
    justify-content: center;
    display: block;
    background: url(https://staging.dentalimplantsusa.com/wp-content/uploads/2021/10/arrow-down-sign-to-navigate.png) no-repeat 97% 17px #ffffff;
  }

  .contact-map-container .contact-info-item-wrap {
    display: block;
  }

  .contact-map-container .contact-info-item-wrap .contact-left-item,
  .contact-map-container .contact-info-item-wrap .contact-right-item {
    width: 100%;
  }

  .contact-map-container .contact-info-item-wrap .contact-right-item {
    margin-top: 35px;
  }

  .blog-acticles .article-item {
    width: 100%;
  }

  .single-blog-title {
    font-size: 32px;
    line-height: 60px;
  }

  .before-after-items.cards .container .cards_block {
    width: calc(50% - 24px);
  }

  .tmt-item {
    width: calc(50% - 24px);
  }

  .bf-items-wrap .bf-item {
    width: 100%;
  }

  .bf-top-filters .arrow-slide-prev {
    right: 0;
  }

  .bf-top-filters .arrow-slide-next {
    left: 0;
  }

  .blog-item .img-wrap {
    margin-bottom: 25px;
  }

  .home-top-slider .item,
  .home-top-banner {
    min-height: 400px;
    max-height: 400px;
  }

}

@media only screen and (max-width: 575.98px) {
  .s-our-blog {
    padding-top: 20px;
  }

  .client-slider-navigation {
    position: relative;
    top: -20px;
  }

  .aligncenter {
    clear: both;
    width: 100% !important;
    margin: 0 auto;
  }

  .single-article-block img {
    margin: 0 auto !important;
    width: auto;
  }

  .image-line-flex {
    display: block;
    align-items: center;
    width: 100%;
    margin-bottom: 35px;
  }

  .s-our-blog {
    padding-top: 30px;
    padding-bottom: 50px;
    position: relative;
    background-color: #f7f7f7;
  }

  .contact-location-items-wrap .contact-location-item {
    width: 100%;
  }

  .banner-inner-page {
    min-height: 200px;
  }

  .contact-map-container .contact-info-item-wrap .contact-left-item .contact-location {
    line-height: 26px;
  }

  .single-blog-title {
    font-size: 24px;
    line-height: 46px;
  }

  .before-after-items.cards .container .cards_block {
    width: 100%;
    margin-left: 0;
    margin-right: 0;
  }

  .tmt-item {
    width: 100%;
  }

  .s_why_choosenew .tabs {
    max-width: 100%;
    margin: 40px auto 0px !important;
    height: 55px;
    border: 0px;
    border-radius: 50px;
    position: relative;
    float: none;
    outline: none;
    overflow: hidden;
    box-shadow: 0px 0px 3px rgb(0 0 0 / 20%);
    flex-direction: column;
    background: #fff;
    padding: 2px 15px;
    display: block !important;
    margin-bottom: 35px !important;
  }

  .s_why_choosenew select#select-box {
    width: 100%;
    padding: 16px 15px;
    border: 1px solid transparent !important;
    outline: none;
    font-size: 16px;
    cursor: pointer;
    border-right: 1px solid #edf3f8;
    font-weight: 700;
    color: #637483;
    justify-content: center;
    display: block;
    background-size: 15px 15px;
  }
}

@media (min-width: 992px) {

  .col-lg-25 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 20%;
    flex: 0 0 20%;
    max-width: 20%;
  }

}


ul#ubermenu-nav-main-8-main-menu,
ul#ubermenu-nav-main-68-main-menu-test {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

ul#ubermenu-nav-main-7-top-menu {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.ubermenu-main .ubermenu-row {
  border-bottom: 1px solid #e1e3e3 !important;
}

.ubermenu-main .ubermenu-row:last-child {
  margin-bottom: 0;
  border-bottom: 0 !important;
}

i.ubermenu-icon.fas {
  vertical-align: top;
}

.ubermenu-main .ubermenu-item-normal>.ubermenu-target.fs-16 {
  font-size: 16px;
}

div.wpcf7 {
  position: relative;
}

.sent+.wpcf7-response-output {
  position: absolute;
  display: block;
  top: calc(50% - 140px);
  height: 290px;
  margin: 0;
  width: 90%;
  margin-left: 5%;
  box-sizing: border-box;
  left: 0;
  right: 0;
  text-align: center;
  background: rgba(255, 255, 255, 0.9);
  display: flex;
  align-items: center;
  justify-content: center;
  border-color: green;
}


.contact-right-item .gform_wrapper {
  margin: 0px;
}

.contact-right-item .gform_wrapper .gform_body ul li {
  margin: 0px;
  padding: 0px !important;
}

body .contact-right-item .gform_wrapper .top_label div.ginput_container {
  margin-top: 0;
}

body .contact-right-item .gform_wrapper .top_label div.ginput_container input {
  margin: 0px;
  width: 100%;
  padding: 16px 25px !important;
  border: 1px solid #333;
  color: #AEAEAE;
  font-size: 18px !important;
  font-family: 'HelveticaNeueCyrRoman' !important;
  margin-bottom: 15px;
}

.contact-right-item .gform_wrapper .gform_footer {
  padding: 0px 0px 0px 0px;
  margin: 0;
  clear: both;
  width: 100%;
}

.contact-right-item .gform_wrapper .gform_footer input[type="submit"] {
  width: 100%;
}

.consultation .gform_wrapper .gform_body ul li {
  margin: 0px;
  padding: 0px !important;
}

body .consultation .gform_wrapper .top_label div.ginput_container select,
body .consultation .gform_wrapper .top_label div.ginput_container input {
  margin: 0px;
  width: 100%;
  padding: 16px 25px !important;
  border: 1px solid #333;
  color: #AEAEAE;
  font-size: 18px !important;
  font-family: 'HelveticaNeueCyrRoman' !important;
  margin-bottom: 15px;
  color: #333;
}

body .consultation .gform_wrapper .top_label div.ginput_container select {
  width: 100%;
  padding: 16px 25px;
  border: #666 1px solid;
  outline: none;
  color: #333;
  font-size: 18px;
  font-family: 'HelveticaNeueCyrRoman';
}

.consultation .gform_wrapper .gform_body ul li label {
  font-size: 16px;
  line-height: 1.65;
  font-family: 'Montserrat', sans-serif;
  color: #333;
  margin: 0;
  padding: 0;
}

.consultation .gform_wrapper .gform_body ul li .ginput_complex {
  margin: 0px;
}

.consultation .gform_wrapper .gform_body ul li .has_first_name span input {
  margin-bottom: 0px !important;
}

.consultation .gform_wrapper .gform_body ul li.gf_left_half {
  padding-right: 15px !important;
}

.consultation .gform_wrapper .gform_body ul li.gf_right_half {
  padding-left: 15px !important;
}

.consultation .gform_wrapper .gform_body ul li .has_first_name span:first-child {
  padding-right: 22px;
}

.consultation .gform_wrapper .gform_body ul li .has_first_name span:last-child {
  padding: 0px 15px 0px 9px;
}

body .consultation .gform_wrapper .top_label div.ginput_container textarea.large {
  height: 150px;
}

.consultation .gform_wrapper .gform_body ul li:last-child {
  text-align: center;
}

.consultation .gform_wrapper .gform_footer {
  padding: 0px;
  margin: 0px;
  clear: both;
  width: 100%;
  text-align: center;
}

.home-top-form .gform_wrapper .gform_page_footer input[type="button"],
.consultation .gform_wrapper .gform_footer input[type="submit"] {
  background: #0085cc;
  text-transform: uppercase;
  color: #fff;
  border: 1px solid #0085cc;
  width: 400px;
  max-width: 100%;
  -webkit-appearance: none;
  border-radius: 0;
  height: 51px;
  line-height: 51px;
  padding-top: 0px;
  padding-bottom: 0px;

}

.home-top-form .gform_wrapper .gform_page_footer input[type="button"]:hover,
.consultation .gform_wrapper .gform_footer input[type="submit"]:hover {
  background: #fff;
  color: #333;
  cursor: pointer;
}

.home-top-form-wrapper .home-top-form .gform_wrapper .gform_page_footer input[type="button"].gform_previous_button:hover {
  background-image: url(/wp-content/uploads/2021/08/arrow-left.svg) !important
}

.home-top-form-wrapper .home-top-form .gform_wrapper #gform_page_3_2 .gform_page_footer input[type="button"].gform_next_button:hover {
  background-image: url(/wp-content/uploads/2021/08/arrow-right-white2.svg) !important;
  background-repeat: no-repeat;
  background-size: 20px;
  background-position: 94%;
}

.home-top-form .gform_wrapper .gform_heading .gform_description {
  margin-top: 0;
  font-size: 18px;
  margin-bottom: 0;
  line-height: 24px;
  text-align: center;
}

.home-top-form .gform_wrapper {
  background-color: #fff;
  padding: 0 37px 10px;
}

.home-top-form .gform_wrapper .gform_page_fields ul li {
  padding: 0px !important;
  margin: 0px;
}

.home-top-form .gform_wrapper .gform_page_fields ul li input {
  margin: 0px;
  width: 100%;
  padding: 16px 25px !important;
  border: 1px solid #333;
  color: #AEAEAE;
  font-size: 18px !important;
  font-family: 'HelveticaNeueCyrRoman' !important;
  margin-bottom: 0px;
  color: #333;
}

.home-top-form .gform_wrapper .gform_page_fields ul li select {
  width: 100%;
  padding: 16px 25px;
  border: #666 1px solid;
  outline: none;
  color: #333;
  font-size: 18px;
  font-family: 'HelveticaNeueCyrRoman';
}

.home-top-form .gform_wrapper .gform_page_fields ul li textarea.large {
  height: 150px;
}

.home-top-form .gform_wrapper .gform_page_footer input[type="button"] {
  width: 100%;
}

.home-top-form .gform_wrapper .gf_page_steps {
  position: absolute;
  bottom: -26px;
  width: 100%;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.home-top-form .gform_wrapper .gf_page_steps .gf_step_clear {
  width: 0;
  display: none;
}

.home-top-form .gform_wrapper .gf_page_steps .gf_step {
  margin: 0px;
  opacity: 1;
  max-width: 24px;
}

.home-top-form .gform_wrapper .gf_page_steps:before {
  content: '';
  border-top: 1px solid #ddd;
  width: 100%;
  left: 0px;
  top: 14px;
  height: 1px;
  box-sizing: inherit !important;
  position: absolute;
}

.home-top-form .gform_wrapper .gf_page_steps .gf_step span.gf_step_number {
  display: inline-block;
  border: 2px solid #333;
  font-size: 13px;
  text-align: center;
  width: 27px;
  background: #fff;
  height: 27px;
  font-family: 'HelveticaNeueCyrBold';
  line-height: 24px;
  position: relative;
  transition: all 0.3s ease;
}

.home-top-form .gform_wrapper .gf_page_steps .gf_step.gf_step_active span.gf_step_number {
  border-color: #0085cc;
  background-color: #0085cc;
  color: #fff;
}

.home-top-form .gform_wrapper .gform_page_footer {
  display: inline-block;
}

.home-top-form .gform_wrapper .gform_page_footer input[type="button"]#gform_previous_button_3,
.home-top-form .gform_wrapper .gform_page_footer input[type="button"]#gform_previous_button_3_2 {
  background: url(/wp-content/themes/dental/img/arrow-left.svg) no-repeat 5% center;
  text-transform: uppercase;
  background-size: 20px;
  max-width: 48%;
  font-size: 18px;
  display: inline-block;
  color: #333;
  margin: 0px;
  width: 100%;
}

.home-top-form .gform_wrapper .gform_page_footer input[type="button"]#gform_previous_button_3 {
  background: url(/wp-content/themes/dental/img/arrow-left.svg) no-repeat 5% center;
  text-transform: uppercase;
  background-size: 20px;
  background-color: #fff !important;
  max-width: 48%;
  font-size: 18px;
  display: inline-block;
  color: #333 !important;
  margin: 0px;
  width: 100%;
}

.home-top-form .gform_wrapper .gform_page_footer input[type="button"]#gform_previous_button_3:hover {
  color: #fff !important;
  background-color: #0085cc !important;
  cursor: pointer;
}


.home-top-form .gform_wrapper .gform_page_footer input[type="submit"]#gform_submit_button_3 {
  text-transform: uppercase;
  color: #fff !important;
  background: #0085cc url(/wp-content/themes/dental/img/arrow-right-white.svg) no-repeat 95% center !important;
  background-size: 20px !important;
  border-color: #0085cc !important;
  max-width: 48%;
  font-size: 18px;
  height: 53px;
  float: right;
  clear: inherit;
  margin: 0px;
  width: 100%;
}

.home-top-form .gform_wrapper .gform_page_footer input[type="submit"]#gform_submit_button_3:hover {
  color: #333 !important;
  background-color: #fff !important;
  cursor: pointer;
  background-image: url(/wp-content/uploads/2021/08/arrow-right-white2.svg) !important;
}


.home-top-form .gform_wrapper .gform_page_footer input[type="submit"]#gform_submit_button_3,
.home-top-form .gform_wrapper .gform_page_footer input[type="button"]#gform_next_button_3_2 {
  color: #fff;
  background: #0085cc url(/wp-content/themes/dental/img/arrow-right-white.svg) no-repeat 95% center;
  background-size: 20px;
  max-width: 48%;
  font-size: 18px;
  float: right;
  clear: inherit;
  margin: 0px;
  width: 100%;
}

.home-top-form .gform_wrapper .gform_page_footer input[type="submit"]#gform_submit_button_3,
.home-top-form .gform_wrapper .gform_page_footer input[type="button"]#gform_next_button_3_2:hover {
  background: #fff;
  color: #333;
  cursor: pointer;
}

.home-top-form .gform_wrapper .gform_page_footer input[type="button"]#gform_previous_button_3,
.home-top-form .gform_wrapper .gform_page_footer input[type="button"]#gform_previous_button_3_2:hover {
  color: #fff;
  background-color: #0085cc;
  cursor: pointer;
}


.home-top-form .gform_wrapper form {
  position: relative;
}

.home-top-form .gform_wrapper .gf_page_steps .gf_step#gf_step_3_1 {
  float: left;
}

.home-top-form .gform_wrapper .gf_page_steps .gf_step#gf_step_3_3 {
  float: right;
}

#sync1 .item {
  margin: 5px;
  color: #FFF;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  text-align: center;
  height: 359px;
  width: calc(100% - 5px);
}

#sync1 .item img {
  object-fit: cover;
  object-position: center;
  width: 100%;
  height: 100%;
}

#sync2 .item {
  margin: 5px 5px 20px;
  color: #FFF;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  text-align: center;
  cursor: pointer;
  height: 74px;
  width: calc(100% - 10px);
}

#sync1.owl-theme {
  position: relative;

}

.single-before-and-after .second_option_left #sync1 .owl-nav svg path {
  stroke: #fff !important;
}

.owl-next,
.owl-prev {
  width: 22px;
  height: 40px;
  margin-top: -20px;
  position: absolute;
  top: 50%;
}

.owl-prev {
  left: 10px;
}

.owl-next {
  right: 10px;
}


.second_block_wrap.hide {
  display: none;
}

#sync2 .owl-stage-outer {
  max-height: 85px;
}

#sync2 .owl-stage-outer .item img {
  border-radius: 5px;
  object-fit: cover;
  object-position: center;
  width: 100% !important;
  height: 100%;
}

.before-and-after-template-default .second_option_left #sync2 .owl-stage-outer .owl-stage .owl-item {
  max-width: 108px;
}

.before-and-after-template-default #sync2 {
  padding: 0px 58px;
}

.before-and-after-template-default .second_option_left #sync1 .item img {
  max-height: inherit;
  width: auto;
  margin: auto;
  object-fit: cover;
  object-position: center;
  width: 100% !important;
  height: 100%;
}


@media(max-width: 1600px) {
  .home-top-form .gform_wrapper .gf_page_steps {
    bottom: -20px !important;
  }
}

@media(max-width: 1480px) {

  .ubermenu.ubermenu-main ul.ubermenu-submenu.ubermenu-submenu-type-stack li {
    margin-bottom: 0;
    margin-top: 10px;
  }

}

@media(max-width: 1366px) {

  .home-top-slider .item,
  .home-top-banner {
    min-height: 460px;
    max-height: 460px;
  }

  .home-top-form .gform_wrapper .gform_page_fields ul li select {
    padding: 10px 25px;
  }

}

@media(max-width: 1280px) {
  .home-top-form .gform_wrapper .gform_page_fields ul li select {
    padding: 6px 25px;
  }

}


@media only screen and (max-width: 767.98px) {
  .footer_block {
    width: 100%;
    text-align: center;
  }

  footer .container .footer_block h6:after {
    left: 50%;
    margin-left: -55px;
  }

  .footer_bottom .container .copyright {
    width: 100%;
    text-align: center;
  }

  section.footer_bottom .container .bottom_links a {
    margin-left: 10px !important;
    margin-right: 10px !important;
  }

  .footer_bottom .container .bottom_links {
    text-align: center;
  }
}




.ubermenu .ubermenu-item.ubermenu-item-level-0.after-before-menu>ul>li {
  width: 30.33%;
  max-width: 100%;
  margin-right: 3%;
}

.ubermenu .ubermenu-item.ubermenu-item-level-0.after-before-menu>ul>li:last-child {
  margin-right: 0px;
}

.ubermenu .ubermenu-item.ubermenu-item-level-0.after-before-menu>ul>li>ul>li {}

.ubermenu .ubermenu-item.ubermenu-item-level-0.after-before-menu>ul>li>ul>li>a span {
  font-size: 16px !important;
  line-height: 23px !important;
  color: #8A8A8A !important;
  padding: 15px !important;
  background: #F7F7F7 !important;
  border-radius: 4px !important;
  width: 100% !important;
  font-weight: 400;
}

.ubermenu .ubermenu-item.ubermenu-item-level-0.after-before-menu>ul>li>ul>li>a .ubermenu-target-description {
  display: none;
}

.error404 {
  display: inline-block;
  width: 100%;
  margin: 140px 0px 0px 0px;
  padding-top: 0px;
  border-top: 1px solid #ccc;
}

section.error-404.not-found {
  text-align: center;
  margin: 50px 0px 40px 0px;
}

.error404 .search-form {
  max-width: 500px;
  margin: 0px auto;
  display: flex;
  justify-content: center;
}

.error404 .search-form span.screen-reader-text {
  display: none;
}

.error404 .search-form .search-submit {
  max-width: 120px;
  background: #0085cc;
  color: #fff;
  border-color: #0085cc;
}

.error404 .widget {
  margin-top: 40px;
}

.error404 .widget ul li a {
  color: #000;
}

.error404 .widget_tag_cloud {
  margin-bottom: 50px;
}

.search-widget {
  display: flex;
  width: 100%;
  justify-content: center;
  flex-direction: column;
}

.error404 label.screen-reader-text {
  width: 100%;
  display: inline-block;
}

.error404 .widget_archive select#archives-dropdown--1 {
  max-width: 320px;
}

.slider-tabs-container .slider-tbas-content-item .slider-tabs .slide-item-img .bottom-img {
  display: none;
}

#before-and-after .slider-tabs-container .term_title {
  height: 46px;
  line-height: 46px;
  padding: 0 30px;
  text-align: center;
  border: 1px solid #0085cc;
  font-size: 18px;
  display: inline-block;
  background-color: #fff;
  color: #333;
  cursor: pointer;
  -webkit-transition: all .35s ease-in-out;
  -o-transition: all .35s ease-in-out;
  transition: all .35s ease-in-out;
  font-family: 'MontserratMedium';
  margin-top: 20px;
}

#before-and-after .slider-tabs-container .term_title:hover {
  color: #fff;
  background-color: #0085cc;
}

#before-and-after .section-bottom-btn a.btn-white {
  color: #fff;
  background-color: #0085cc;
}

#before-and-after .section-bottom-btn a.btn-white:hover {
  background-color: #fff;
  color: #333;
}


@media only screen and (max-width:1199px) {
  #mobile-menu {
    display: none;
  }

  #mobile-menu {
    display: none;
  }
}

@media only screen and (max-width:414px) {
  .hamburg-inner {
    display: inline-block;
    position: relative;
    top: -7px;
  }

  .hamburger-inner {
    width: 25px;
  }

  .hamburger-inner::before,
  .hamburger-inner::after {
    width: 25px;
    height: 3px;
  }
}


#breadcrumbs {
  font-size: 14px;
  display: inline-block;
}

.error404 .error404 {
  margin-top: 0;
}



.ubermenu #menu-item-3888>ul>li>ul {
  padding-right: 20px !important;
}

.ubermenu #menu-item-3888>ul>li>ul>li>a span {
  line-height: 23px !important;
  color: #333 !important;
  padding: 15px 15px 0px 0px !important;
  width: 100% !important;
  font-weight: 400;
  margin-right: 10px !important;
}

.ubermenu #menu-item-3888>ul>li>ul>li>ul>li {
  margin: 0 0px -7px 0 !important;
}


.ubermenu #menu-item-3888>ul>li>ul>li>ul>li>a span {
  font-size: 16px !important;
  color: #8A8A8A !important;
  padding: 15px !important;
  background: #F7F7F7 !important;
  border-radius: 4px !important;
  width: 100% !important;
  font-weight: 400;
  margin: 0px !important;
}