@charset "UTF-8";
/* Theme Name: Kessler, Robert (drrobkessler.com)
 * Author: NKP Development Team
 * Description: NKP Medical responsive theme
 * Template: nkpv2 */
/*---- Do Not Remove ----*/
@import url(https://static.nkpmedical.com/unsemantic/css/nkp.min.css);
@import url(https://use.fontawesome.com/releases/v5.8.2/css/all.css);
/*---- Do Not Remove ----*/
html {
  scroll-behavior: smooth;
  box-sizing: border-box;
  font-size: 62.5%;
}
@media only screen and (max-width: 68.75em) {
  html html {
    font-size: 50%;
  }
}
@media only screen and (max-width: 37.5em) {
  html html {
    font-size: 45%;
  }
}
@media only screen and (max-width: 31.25em) {
  html html {
    font-size: 40%;
  }
}

body {
  color: #313131;
  font-family: "Montserrat-Regular", Arial, Helvetica, sans-serif;
  font-size: 2rem;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

h1, h2, h3, h4, h5 {
  font-family: 'DomaineDispNarMedium', 'Times New Roman', Times, serif;
  margin: 0 0 1.5rem;
  font-weight: 400;
  line-height: 1.2;
}

/* #main #content h1:not(:first-of-type), #main #content h2, #main #content h3, #main #content h4, #main #content h5 {
  margin-top: 4rem;
} */
img.twitLogo {
    max-width: 25px;
    padding-bottom: 9px;
}
.mfp-inline-holder .mfp-content {
  max-width: 800px !important;
}
#main #content h1:first-of-type {
  text-align: center;
}

h1 {
  font-size: clamp(3rem, 4vw, 4.2rem);
}

h2 {
  font-size: 3.5rem; margin-top:1.5rem;
}

h3 {
  font-size: 3rem;
}

h4 {
  font-size: 2.5rem;
}

h5 {
  font-size: 2rem;
}

h6 {
  font-size: 1.5rem;
}

p, q {
  padding: 1rem 0;
  line-height: 2;
}

q, cite {
  font-style: normal;
  display: block;
}

a {
  color: #66CCFF;
  text-decoration: none;
  transition: all 0.5s ease-out;
}
a:visited, a:link {
  color: #66CCFF;
  text-decoration: none;
  transition: all 0.5s ease-out;
}
a:hover {
  color: #00aaff;
  text-decoration: none;
}

ul, ol {
  clear: both;
}

.relative {
  position: relative;
}

.fl {
  float: left;
}

.fr {
  float: right;
}

.fn {
  float: none;
  display: inline-block;
}

.tal {
  text-align: left;
}

.tar {
  text-align: right;
}

.tac {
  text-align: center;
}

.clr-l {
  clear: left;
}

.clr-r {
  clear: right;
}

.clr, .clear {
  clear: both;
}

.nodisp {
  display: none;
}

.m-30 {
  margin: 3rem 0
}

/* FORM */
input, select, textarea {
  transition: all 0.5s ease-out;
}

.contact-form, .footer-form {
  font-size: 1.6rem;
}
.contact-form input[type=text], .contact-form input[type=email], .contact-form input[type=tel], .contact-form input[type=url], .footer-form input[type=text], .footer-form input[type=email], .footer-form input[type=tel], .footer-form input[type=url] {
  color: #000;
  background: #fff;
  font-family: "Montserrat-Regular", Arial, Helvetica, sans-serif;
  font-size: 1.5rem;
  box-sizing: border-box;
  width: 100%;
  margin: 0 0 3rem;
  padding: 1.5rem;
  border: 1px solid #313131;
}
.contact-form input[type=submit], .footer-form input[type=submit] {
  background: #fff;
  color: #000 !important;
  padding: 2rem 1rem;
  margin: 15px auto;
  height: auto;
  width: 100%;
  text-align: center;
  font-size: 1.6rem;
  font-family: "Montserrat-Regular", Arial, Helvetica, sans-serif;
  font-weight: 600;
  font-style: normal;
  text-transform: uppercase;
  display: inline-block;
  box-sizing: border-box;
  cursor: pointer;
  clear: both;
  border: 1px solid #000;
  border-bottom: 3px solid #000;
  transform: perspective(1px) translateZ(0px);
}
.contact-form input[type=submit]:hover, .contact-form input[type=submit]:focus, .footer-form input[type=submit]:hover, .footer-form input[type=submit]:focus {
  color: #fff !important;
  background: #000;
}
.contact-form textarea, .footer-form textarea {
  color: #000;
  background: #fff;
  font-family: "Montserrat-Regular", Arial, Helvetica, sans-serif;
  font-size: 1.5rem;
  box-sizing: border-box;
  width: 100%;
  margin: 0 0 3rem;
  padding: 1.5rem;
  border: 1px solid #313131;
  margin-bottom: 5px;
  height: 130px;
  resize: vertical;
}
.contact-form label, .footer-form label {
  position: absolute;
  left: 3rem;
  background: #FFF;
  padding: 0 0.7rem;
  color: #838383;
  top: -0.8em;
  z-index: 16;
  font-size: 1.4rem;
  text-transform: uppercase;
  font-style: italic;
}
.contact-form select, .footer-form select {
  color: #000;
  background: #fff;
  font-family: "Montserrat-Regular", Arial, Helvetica, sans-serif;
  font-size: 1.5rem;
  box-sizing: border-box;
  width: 100%;
  margin: 0 0 3rem;
  padding: 1.5rem;
  border: 1px solid #313131;
  margin-bottom: 10px;
}

.footer-form {
  width: 90%;
  margin: auto;
}
.footer-form input[type=submit] {
  margin: 0;
}
.footer-form textarea {
  height: 5rem;
}

input.placeholder, textarea.placeholder {
  color: #8b8b8b;
}
input:-moz-placeholder, textarea:-moz-placeholder {
  color: #8b8b8b;
}
input::-moz-placeholder, textarea::-moz-placeholder {
  color: #8b8b8b;
}
input:-ms-input-placeholder, textarea:-ms-input-placeholder {
  color: #8b8b8b;
}
input::-webkit-input-placeholder, textarea::-webkit-input-placeholder {
  color: #8b8b8b;
}

.sb-form input[type=submit][disabled], .contact-form input[type=submit][disabled] {
  opacity: 0.7;
  cursor: not-allowed;
}
.sb-form input[type=submit][disabled]:hover, .contact-form input[type=submit][disabled]:hover {
  opacity: 0.7;
  cursor: not-allowed;
}

.sb-form input.wpcf7-captchar, .contact-form input.wpcf7-captchar {
  width: 100%;
}

.wpcf7-form-control-wrap.agree {
  display: inline-block !important;
  width: 20px;
}

.agreements {
  font-weight: 700;
  margin: 15px 0;
}

.wpcf7-not-valid-tip {
  font-size: 10px !important;
  margin: -7px 0 10px 5px;
}

.wpcf7-validation-errors {
  border: 0 !important;
  text-align: center;
  font-size: 11px;
  color: #f00;
}

.ajax-loader {
  position: absolute;
  margin-top: -40px;
}

span.wpcf7-list-item {
  margin: 0 !important;
}

/* END FORM */
/* NKP GLOBAL STYLES */
img {
  border: 0px;
}

.img-resp, .img-responsive {
  max-width: 100%;
  height: auto;
}

img.left, img.alignleft {
  float: left;
  margin: 10px 15px 0px 0px;
}

.img-l {
  float: left;
  margin: 10px 15px 0px 0px;
}

img.right, img.alignright {
  float: right;
  margin: 10px 0px 0px 15px;
}

.img-r {
  float: right;
  margin: 10px 0px 0px 15px;
}

.embed {
  position: relative;
  display: block;
  height: 0px;
  padding: 0px;
  overflow: hidden;
}

.embed-responsive.embed-responsive-4x3 {
  padding-bottom: 75%;
}
.embed-responsive.embed-responsive-16x9 {
  padding-bottom: 56.25%;
}
.embed-responsive .embed-item, .embed-responsive iframe, .embed-responsive embed, .embed-responsive object {
  top: 0px;
  bottom: 0px;
  left: 0px;
  border: 0px none;
}

.videoWrapper {
  position: relative;
  padding-bottom: 56.25%;
  padding-top: 25px;
  height: 0;
}
.videoWrapper iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

/* desktop view bxa gallery */
.patient-single {
  width: 50%;
}
.patient-single img {
  width: 96%;
  height: auto;
}

.flex {
  display: flex;
}

.flex-center {
  display: flex;
  flex-direction: column;
  justify-content: center;
  height: 100%;
}

.align-center {
  display: flex;
  align-items: center;
}

.btn {
  background: #313131;
  color: #fff !important;
  padding: 2.1em 1em;
  margin: 15px auto;
  height: auto;
  width: 100%;
  max-width: 30.5rem;
  text-align: center;
  font-size: 1.6rem;
  font-family: "Montserrat-Regular", Arial, Helvetica, sans-serif;
  font-weight: 700;
  font-style: normal;
  text-transform: uppercase;
  display: inline-block;
  box-sizing: border-box;
  cursor: pointer;
  clear: both;
  border: 0;
  transform: perspective(1px) translateZ(0px);
}
.btn:hover, .btn:focus {
  background: #000;
}

.btn_more {
  font-size: 1.6rem !important;
  background: #fff;
  color: #000 !important;
}
.btn_more:hover, .btn_more:focus {
  color: #fff !important;
}

header {
  box-shadow: 10px 10px 10px 0px rgba(0, 0, 0, 0.12);
}

.logo_block {
  z-index: 2;
}
.logo_block a {
  color: #454545;
}
.logo_block .logo {
  font-weight: 700 !important;
  font-family: "Montserrat-Regular", Arial, Helvetica, sans-serif !important;
  font-size: 35px !important;
  letter-spacing: 0 !important;
}
.logo_block a.slogan, .logo_block a.site_name {
  font-size: 1.6rem;
  letter-spacing: 0.04em;
  white-space: nowrap;
  color: #000;
  text-transform: uppercase;
}
.logo_block a.site_name {
  font-size: 1.65rem;
  left: 1px;
}

.top_menu a.top_menu_link {
  color: #000;
}

.grid-container {
  max-width: 142rem;
}

.mt-50 {
  margin-top: 5rem;
}

#logo {
  image-rendering: -webkit-optimize-contrast;
  image-rendering: -moz-crisp-edges;
  image-rendering: -o-crisp-edges;
  image-rendering: crisp-edges;
}

#slider {
  position: relative;
  max-width: 192rem;
  margin: 0 auto;
}
#slider .slides > li > div {
  height: 70rem;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
#slider .slide1 {
  background-image: url(images/banner-main.jpg);
  text-align: left;
}
#slider .slide2 {
  background-image: url(images/banner-ellacor.jpg);
  text-align: left;
}
#slider h1 {
  position: relative;
  padding-bottom: 3rem;
  display: inline-block;
}
#slider .slide2 :is(h1, p) {
  color:#FFF;
}
#slider h1::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  background: #646461;
  height: 2px;
  width: 100%;
}
#slider .slide1 p {
  font-size: 1.9rem;
}
#slider .slide2 p {
  font-size: 3rem;
}
.logos__container {
  background: #fff;
  box-shadow: 0px 1px 44px 0px rgba(0, 0, 0, 0.1);
  padding: 3rem 5rem;
  position: relative;
}
.logos__container.internal {
  margin: 5rem 0;
}

.logos {
  text-align: center;
  display: -ms-flex;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.logos .divider {
  background: #a6a6a6;
  width: 1px;
  height: 8rem;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}

.meet_wrap_main.internal {
  margin: 7rem 0;
}

.featured-proc {
  margin: 6rem 0 4rem;
  text-align: center;
}
.featured-proc h2 {
  font-size: clamp(3rem, 4vw, 4.2rem);
  margin-bottom: 4rem;
}

.procs {
  margin: 8rem 0 0;
  text-align: center;
}
.procs h2 {
  font-size: clamp(3rem, 4vw, 4.2rem);
  margin-bottom: 8rem;
}
.procs a {
  position: relative;
  display: block;
  overflow: hidden;
}
.procs a::after {
  content: "";
  background: #e5c6b4;
  background: linear-gradient(0deg, rgba(229, 198, 180, 0.6) 0%, rgba(255, 255, 255, 0) 50%);
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}
.procs a:hover span, .procs a:focus span {
  color: #000;
}
.procs a:hover img, .procs a:focus img {
  transform: scale(1.1);
}
.procs a span {
  color: #fff;
  font-size: clamp(2rem, 4vw, 2.3rem);
  text-transform: uppercase;
  letter-spacing: 2px;
  font-weight: 700;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 3rem;
  z-index: 2;
  transition: color 0.3s ease-out;
}
.procs a img {
  transition: transform 0.3s ease-out;
}

.personalized {
  background: #fff;
  box-shadow: 0px 1px 44px 0px rgba(0, 0, 0, 0.1);
  position: relative;
  padding: 4rem;
  box-sizing: border-box;
}
.personalized__left {
  background: #f5f5f5;
  padding: 4rem;
}
.personalized__left h4 {
  color: #66CCFF;
  font-family: "Montserrat-Regular", Arial, Helvetica, sans-serif;
  text-transform: uppercase;
  font-weight: 700;
  font-size: 3.2rem;
}
.personalized__left h5 {
  font-family: "Montserrat-Regular", Arial, Helvetica, sans-serif;
  font-weight: 700;
  font-size: 2.5rem;
  color: #5b5b5b;
  margin-top: 2rem;
}
.personalized__left li {
  color: #5b5b5b;
  transition: all 0.4s ease-out;
}
.personalized__left li.flex-active {
  color: #66CCFF;
  text-decoration: underline;
}
.personalized__nav {
  display: flex;
  flex-wrap: wrap;
}
.personalized__nav li {
  cursor: pointer;
  margin: 0.5rem 3rem 0.5rem 0;
}
.personalized__right {
  padding: 4rem;
}
.personalized__right h2 {
  position: relative;
  padding-bottom: 2rem;
  display: inline-block;
}
.personalized__right h2::after {
  content: "";
  background: #000;
  height: 1px;
  width: 100%;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
}
.personalized__right h3 {
  color: #66CCFF;
  font-size: 3.8rem;
  margin-top: 5rem;
  display: block;
}
.personalized__right h4 {
  font-family: "Montserrat-Regular", Arial, Helvetica, sans-serif;
  font-size: 1.85rem;
  color: #5f5f5f;
  margin-top: 1rem;
}

#main {
  padding: 0 0 6rem;
  position: relative;
  z-index: 15;
}
#main #content {
  position: relative;
}
#main #content .feat-img {
  float: left;
  margin: 15px;
  max-width: 100%;
  height: auto;
}
#main #content .single {
  float: left;
}
#main #content .pagination-wrapper {
  display: flex;
}
#main #content .pagination {
  margin-bottom: 2rem;
  font-size: 1.6rem;
}
#main #content .pagination .current {
  background: #66CCFF;
  color: #fff;
  margin: 4px;
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  box-sizing: border-box;
  text-align: center;
  border: 1px solid #66CCFF;
  border-radius: 50%;
}
#main #content .pagination a {
  background: transparent;
  color: #66CCFF;
  margin: 4px;
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  box-sizing: border-box;
  text-align: center;
  border: 1px solid #66CCFF;
  border-radius: 50%;
}
#main #content .pagination a:hover {
  background: #66CCFF;
  color: #fff;
}
#main .list {
  margin: 0 !important;
  list-style: none !important;
}
#main .list ul {
  margin: 0 !important;
}
#main .list ul li {
  font-size: 1.5rem;
  margin: 0;
  padding: 0 !important;
  list-style: none;
}
#main .list ul li a {
  border-bottom: 1px solid #eee;
  padding: 1rem 1.5rem;
  display: block;
  transition: all 0.25s ease-out;
}
#main .list ul li a:hover {
  color: #fff;
  background: #66CCFF;
  padding-left: 3rem;
}
#main .list ul ul {
  margin-left: 2rem !important;
}

.page_title_block {
  max-width: 87rem;
  margin: 2.7em auto 0;
}

.page_title_h1 {
  font-size: clamp(3rem, 4vw, 4.2rem);
}
.page_title_h2 {
  font-size: clamp(2rem, 4vw, 2.5rem);
  width: 90%;
  margin: 2rem auto 5rem;
  position: relative;
  text-align: center;
  max-width: 87rem;
}

/* Blog */
.blog { margin-top: 5rem;}
.blog_grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-column-gap: 20px;
  grid-row-gap: 20px;
}
.cat_list_block { font-size: 16px;}
.cat_link_p { position: relative; padding: 0;}
.cat_link_p span { position: absolute; right: 0;top: 0;}
.post_tmb_title {font-size: 22px; font-weight: 700;}
.blog .description p {font-size: 18px;}

.testimonial-entry {
/*  width: 48%;
  float: left;*/
  background: #FFFFFF;
  position: relative;
  margin-bottom: 2em;
  box-shadow: 20px 10px 20px 0px rgba(0,0,0,0.05);
}

.article-body ul { list-style: disc; margin-left:40px; line-height: 2; }
.article-body li { list-style: disc; }

/*.testimonial-entry:nth-child(even) {
  float: right;
}*/
.testimonial-entry > *:first-of-type {
    padding: 5em 0 3em 0;
    margin: 0 2em;
    position: relative;
    font-size: 1.6rem;
    line-height: 1.7;
    color: #333333;
}

.testimonial-entry h3 {
  text-transform: capitalize;
  font-weight: 400;
  letter-spacing: normal;
  font-family: "Montserrat-Regular", Arial, Helvetica, sans-serif;
  display: block;
  margin-top: 0 !important
}

.gdl-accordion .gdl-divider {
  background: #fff;
  box-shadow: 0px 8px 40px 0px rgba(20, 20, 20, 0.13);
  border-radius: 4px;
  border: 1px solid #66CCFF;
  margin: 2rem 0;
}
.gdl-accordion .accordion-head {
  text-transform: uppercase;
  color: #313131;
  position: relative;
  padding: 3rem;
  cursor: pointer;
}
.gdl-accordion .accordion-head::after {
  content: "";
  font-family: FontAwesome;
  color: #66CCFF;
  float: right;
}
.gdl-accordion .accordion-head span {
  color: #66CCFF;
  white-space: nowrap;
  margin-right: 1rem;
}
.gdl-accordion .ui-accordion-header-active::after {
  content: "";
}
.gdl-accordion .accordion-head-image, .gdl-accordion .ui-accordion-header-icon {
  display: none;
}
.gdl-accordion .accordion-content {
  color: #353C42;
  padding: 0 3rem
}

.social li {
  display: inline-block;
  padding-left: 2%;
  margin-left: 2%;
}

.post-divider {
  padding: 2rem 1rem;
  margin-bottom: 14px;
  border-bottom: 0
  /* border-bottom: 1px solid #ccc; */
}

#patient-listing-sidebar ul {
  margin: 0 !important;
}
#patient-listing-sidebar ul li ul {
  margin: 0 !important;
}

.doctor-link {
  max-width:280px;
  width:100%;
  display: block;
  margin: auto;
}
@media only screen and (min-width: 768px) {
  .doctor-link-1 {
    margin-right: 0;
  }
  .doctor-link-3 {
    margin-left: 0;
  }
}



/* Magnific Popup */

.white-popup {
  position: relative;
  background: #FFF;
  padding: 20px;
  width: auto;
  max-width: 1296px;
  margin: 20px auto;
}
.mfp-close-btn-in .mfp-close { color: #66CCFF}
.mfp-close {
    width: 55px;
    height: 55px;
    line-height: 55px;
    font-size: 50px;
  }

/* padding-bottom and top for image */
.mfp-no-margins img.mfp-img {
	padding: 0;
}
/* position of shadow behind the image */
.mfp-no-margins .mfp-figure:after {
	top: 0;
	bottom: 0;
}
/* padding for main container */
.mfp-no-margins .mfp-container {
	padding: 0;
}


/*

for zoom animation
uncomment this part if you haven't added this code anywhere else

*/
/*

.mfp-with-zoom .mfp-container,
.mfp-with-zoom.mfp-bg {
	opacity: 0;
	-webkit-backface-visibility: hidden;
	-webkit-transition: all 0.3s ease-out;
	-moz-transition: all 0.3s ease-out;
	-o-transition: all 0.3s ease-out;
	transition: all 0.3s ease-out;
}

.mfp-with-zoom.mfp-ready .mfp-container {
		opacity: 1;
}
.mfp-with-zoom.mfp-ready.mfp-bg {
		opacity: 0.8;
}

.mfp-with-zoom.mfp-removing .mfp-container,
.mfp-with-zoom.mfp-removing.mfp-bg {
	opacity: 0;
}
*/


/*--- GALLERY RESPONSIVE DESKTOP */
.patient-content, .patient-listing {
  width: 48% !important;
  float: left;
}

.patient-list-image {
  width: 90%;
}

.patient-listing > div {
  width: 50%;
  float: left;
}

/*-- POST BUILD -- */

#main #content ul.awards-logos {
 padding:20px 0;
 text-align:center;
 margin:0
}
.awards-logos li {
 display:inline-block;
 margin:20px
}
.awards-logos li img {
 max-height:100px
}

#main #content .testimonial_q {font-size: 8.9em;}
#main #content .testimonial .testimonial_inner h2 {
	margin-top: 0;
}

.censor-gate {
 position:relative;
 float:left;
 margin:20px 0;
 width:100%
}
.gallBox button.bxa-btn,
.gallBox button.btn-bxa-btn-2 {
 display:inline-block;
 text-align:center;
 padding:10px;
 box-sizing:border-box;
 border:0;
 min-width:280px;
  color: #fff !important;
    font-weight: 500 !important;
    letter-spacing: 1px;
transform: perspective(1px) translateZ(0px);transition: all 0.5s ease-out;
}
.gallBox button.bxa-btn:hover,
.gallBox button.btn-bxa-btn-2:hover {
   background-position: bottom;

}
.gallBox .bxa-btn,
.gallBox .btn-bxa-btn-2 {
 position:absolute;
 font-size:14px;
 line-height:16px;
 cursor:pointer;
 top:0;
 right:0;
 bottom:0;
 left:0;
 width:280px;
 height:50px;
 margin:auto
}
.censor-gate .bxa-img,
.censor-gate .bxa-img-2 /*{ filter:blur(20px);  transition: 1s filter linear;
-webkit-transition: 1s -webkit-filter linear;
-moz-transition: 1s -moz-filter linear;
-ms-transition: 1s -ms-filter linear;
-o-transition: 1s -o-filter linear;
  }*/
  {
-webkit-filter: blur(30px); -moz-filter: blur(30px);
-o-filter: blur(30px); -ms-filter: blur(30px);
filter: url(#blur); filter: blur(30px);  filter:progid:DXImageTransform.Microsoft.Blur(PixelRadius='3');
-webkit-transition: .5s -webkit-filter linear;
-o-transition: .5s -o-filter linear;

}
.spacer-sm {
    margin: 6rem 0;
}
.top_menu .top_sp a.top_menu_link, .top_menu .top_sp a.top_menu_link:link {background: #313131;}
.top_menu .top_sp a.top_menu_link:hover, .top_menu .top_sp a.top_menu_link:link:hover, .top_menu .top_sp a.top_menu_link:focus {
  background: #000;
  color: #fff;
}
#breadcrumbs {
  line-height: 1.4;
  font-size: 0.7em;
  text-align: center;
}
.gallery-breadcrumb {
  font-size: 0.7em;
}

#main #content .sitemap > ul, #main #content .sitemap > ol {padding-left: 20px;}
#main #content .sitemap ul {position: relative;list-style-type: disc; list-style-position: outside;margin-bottom: 15px;}
#main #content .sitemap ul li {/* margin-bottom: 10px; */}
#main #content .sitemap ul ul {list-style-type: circle; margin-left: 30px;}
#main #content .sitemap ul ul ul {list-style-type: square;}
/*#main #content .sitemap ul ul ul li:before {content: ':  ';}*/
#main #content ol {position: relative;list-style-type: decimal; list-style-position: inside;margin-bottom: 15px;}
#main #content ol li {margin-bottom: 10px;}
#main #content ol ol {list-style-type: lower-latin;}
#main #content ol ol ol {list-style-type: lower-roman;}

#ez-toc-container {
	margin-left: auto;
	margin-right: auto;
	background: #fff !important;
	box-shadow: 0px 8px 40px 0px rgba(20, 20, 20, 0.13) !important;
	border-radius: 4px;
	border: 1px solid #66CCFF !important;
}

.vid-hed {
	text-align: center;
}

.video_left.centered {
	margin: 2rem auto 8rem;
	max-width: 850px;
}

div.related-list {
	display: none
}

.video-container {
	position: relative;
	padding-bottom: 56.25%;
	height: 0;
	overflow: hidden;
	max-width: 100%;
}

.video-container iframe,
.video-container object,
.video-container embed {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.testimonial-date,
.testimonial-dash,
.review-rating-stars {
	display: none
}

.ig_wrap_main {
	margin: 4rem 0
}

.gdl-divider ul {
	line-height: 2;
	margin-bottom: 2rem
}

.gdl-accordion .accordion-head:active,
.gdl-accordion .accordion-head:focus,
.gdl-accordion .accordion-head {
	outline: none;
}

.accordion-head:hover,
.ui-accordion-header-active {
	background: #f7f7f7;
}

.wpcf7-not-valid {
	background: rgba(255, 0, 0, 0.19) !important;
}

.contact-form input[type="submit"] {
	max-width: 320px;
}

.top_lr_img {
	margin-bottom: 2em;
}

.grid-container.grid-parent.narrow-page {
	max-width: 1102px;
}

.meet_content_info a.about_more {
	display: block;
	bottom: 13em;
	left: 0;
	z-index: 10;
	font-size: .85em;
	font-weight: 700;
	color: #313131;
	text-transform: uppercase;
	font-family: 'HelveticaNeueCyr-Bold', Arial, Helvetica, sans-serif;
}

.meet_content_info a.about_more:hover {
	color: #FFF;
}

.next-arrow {
	float: right;
}
.grecaptcha-badge {
    width: 70px !important;
    overflow: hidden !important;
    transition: all 0.3s ease !important;
    left: 4px !important;
}

.grecaptcha-badge:hover {
    width: 256px !important;
}
.stack-div {margin-bottom: 3rem}
.wrapping-list {
  padding: 0;
  list-style-position: inside;
  list-style-type: disc;
  line-height: 2;
}
.wrapping-list li {
  overflow: hidden;
  padding-left: 25px;
  list-style: inherit;
}
/* custom gallery */

/* #gallery-listing ul {display: inline;}
#gallery-listing a.page_nav_btn {width: 22.5%; border: 1px solid transparent;box-sizing: border-box;}
#gallery-listing a.page_nav_btn:hover { border-color: #66CCFF}
@media screen and (max-width: 950px) and (min-width:768px) {
  #gallery-listing a.page_nav_btn {width: 31%}
}
@media only screen and (max-width: 767px) {
  #main #content #gallery-listing .procedure-parent {margin: 0;}
  #gallery-listing .page_nav{width: 100%}
  #gallery-listing a.page_nav_btn {width: 100%;}
} */

#patient-listing .patient-entry {
	float: left;
	clear: none;
	width: 44%;
	border: 2px solid #fff;
	padding-top: 12px;
	min-height: 230px;
	background: transparent;
	padding: 10px;
	margin: .5%;
	border-top: 1px solid #000;
	position: relative;
	opacity: 1;
	transition: opacity 2s linear;
	box-sizing: border-box;
}

#patient-listing .patient-entry {
	float: left;
	clear: none;
	width: 32%;
	padding-top: 12px;
	min-height: 230px;
	background: 0 0;
	padding: 10px;
	margin: .5%;
	border-top: 2px solid #fff;
	position: relative;
	opacity: 1;
	transition: opacity 2s linear;
	box-sizing: border-box;
}

#patient-listing .patient-entry img {
	opacity: 1;
	transition: opacity .8s linear;
}

#patient-listing .patient-listing {
	width: 100%!important;
	float: left;
}

#patient-listing a.patientLink {
	width: 50%;
	display: inline-block;
	text-align: center;
}

#patient-listing .patientPic {
	width: 100%;
	height: 26vh;
	overflow: hidden;
	max-height: 250px;
}

#patient-listing .patient-entry:hover {
	background: #f8f8f8!important;
}

#patient-listing .patient-entry:hover img {
	opacity: .5;
}

.bigimage.border.odd,
.bigimage.border.even {
	width: 48%;
	padding: 0;
}

.bigimage.border.odd::after {
	content: "Before";
}

.bigimage.border.even::after {
	content: "After";
}

.beforeCap,
.afterCap {
	text-transform: uppercase;
	font-size: 1em;
	letter-spacing: 10px;
	font-weight: 700;
}

.beforeCap {
	width: 45%;
	text-align: center;
	float: left;
}

.afterCap {
	width: 45%;
	text-align: center;
	float: right;
}


/*span.prev-arrow a,
span.next-arrow a { width: 100%; max-width: 230px; font-size: 16px; font-family: myriad-pro, sans-serif; letter-spacing: 4px; font-weight: 400; font-style: normal; -webkit-box-sizing: border-box; box-sizing: border-box; cursor: pointer; z-index: 998; background: rgba(241,222,140,.75); padding: 1rem; color: #fff !important; text-transform: uppercase; }
span.prev-arrow a:hover,
span.next-arrow a:hover,
span.prev-arrow a:focus,
span.next-arrow a:focus { background: #292929; color: #fff !important; }*/

span.prev-arrow a {
	float: left;
}

span.next-arrow a {
	float: right;
}

span.prev-arrow a svg,
span.next-arrow a svg {
	fill: #000;
	transition: all 0.5s ease-out;
	width: 30px;
	display: block;
	margin: 15px auto 0;
}

span.next-arrow a svg {
	transform: scale(-1, 1);
}

.results-disclaimer {
	text-transform: uppercase;
	letter-spacing: 2px;
	font-size: 22px;
	text-align: center;
	margin: 50px auto;
}

.patient-set {
	float: left;
	font-size: .85em;
	font-weight: 700;
	margin-bottom: 10px;
	text-align: center;
	text-transform: uppercase;
	width: 25%;
}

.patient-set.selected {
	color: #cf9e77;
}

.patient-set {
	float: left;
	font-size: 0.85em;
	font-weight: bold;
	margin-bottom: 10px;
	text-align: center;
	text-transform: uppercase;
}

.patient-set img.patient-list-image {
	width: 45%;
}

.single-patient-navigation {
	margin-bottom: 30px;
	text-align: center;
	position: relative;
}

.patients-case-number {
	text-transform: uppercase;
	letter-spacing: 5px;
	font-size: 20px;
	padding: 3rem 0;
}

#slider h1.gallery-title {
	text-align: left;
	font-size: 100px;
	line-height: 100px;
	letter-spacing: 20px;
	color: #000;
	margin: 160px auto;
	border: 0;
}

#main #content h1.patient-header {
	font-size: 40px;
	line-height: 40px;
	text-align: center;
	letter-spacing: 10px;
	color: #000;
	font-weight: 500;
	margin: 0 auto 40px;
	padding-bottom: 1rem;
}

.patient_image_large {
	background: #FDFDFD;
	margin: 0 0 50px 0;
	padding: 30px 10px 0 10px;
}

.patient_image_large.threeRowSingle img {
	display: inline-block !important;
}

.patient_image_large.threeRowSingle .bigimage.border.odd,
.patient_image_large.threeRowSingle .bigimage.border.even {
	width: 30%;
	padding: 15px;
	float: left;
}

#main #content h1.patient-listing-title {
	font-size: 30px;
	font-weight: bold;
	margin-bottom: 37px;
}

#main #content img.patient-list-image {
	margin: 3px;
	max-width: 100%;
}

#main #content .procedure-parent {
	margin: 30px 0 0 0;
	/*! padding: 10px; */
}

#main #content .procedure-parent .list ul li a:hover {
	padding-left: 15px;
}

#main #content .procedure-parent .list ul {
	list-style-type: none;
}

.patient-entry .enlargeBtn {
	margin: 0 auto;
	position: absolute;
	left: 0;
	top: 42%;
	visibility: hidden;
	opacity: 0;
	transition: visibility 0s, opacity 0.5s linear;
	transition: all .5s ease-out;
	border: 0;
	right: 0;
	max-width: 180px;
	width: 100%;
	background: #b0923e;
	background: #313131;
	color: #fff !important;
	padding: 1.75rem 1rem;
	transform: perspective(1px) translateZ(0px);
}

.patient-entry:hover .enlargeBtn {
	visibility: visible;
	opacity: 1;
}

.patient-entry .enlargeBtn:hover {
	background-position: bottom;
}

#case-frame {
	max-width: 980px;
	margin: 20px auto;
}

.patient-list-image {
	width: 90%;
}

.ma-3 {
	margin: 3rem 1rem 0;
}

#main #content .feat-img {
	float: left;
	margin: 15px;
	max-width: 100%;
	height: auto;
}

#main #content .single {
	float: left;
}

#main #content .feat-img img {
	padding-bottom: 0;
  max-width: 100%;
  height: auto;
}

#main .gall-list {
	margin: 0 !important;
	list-style: none !important;
}

#main .gall-list ul {
	margin: 0 !important;
}

#main .gall-list ul li {
	font-size: 18px;
	margin: 0;
	padding: 0 !important;
	list-style: none;
}

#main .gall-list ul li a {
	border-bottom: 1px solid rgba(140, 22, 38, 0.3);
	padding: .5rem .75rem;
	display: block;
	transition: all 0.25s ease-out;
}

#main .gall-list ul li a:hover {
	color: #fff !important;
	background: #8b1626;
	padding-left: 1.5rem;
}

#main .gall-list ul ul {
	margin-left: 2rem !important;
}

.btn.direction-btn {
	background: #f7f7f7;
	color: #313131 !important;
	width: 270px !important
}

.btn.direction-btn:hover {
	background: #c8c8c8;
	color: #313131 !important
}


/*GALLERY MEDIA QUERIES*/

@media only screen and (max-width:1024px) and (min-width:768px) {
	#patient-listing .patient-entry {
		width: 49%
	}
}

@media only screen and (max-width:960px) {
	.footer-logo {
		margin-bottom: 4rem
	}
}

@media only screen and (max-width:740px) {

    #slider .slide2 p {font-size:1.9rem;}
	span.prev-arrow a,
	span.next-arrow a {
		width: 100%;
		max-width: 150px;
		font-size: 13px;
		font-family: futura-pt, sans-serif;
		font-weight: 400;
		font-style: normal;
		box-sizing: border-box;
		cursor: pointer;
		z-index: 998
	}
	.single-patient-navigation span .btn {
		padding: 12px 10px
	}
	#patient-listing .patient-entry {
		width: 100%
	}
}


/* END custom gallery */

body .uwy.userway_p5 .uai {
    left: 50% !important;
}

/*---- START MEDIA QUERIES ---- */
@media only screen and (max-width: 520px) {
 .grecaptcha-badge {display: none !important;}
  body .uwy.userway_p5 .uai {left: 13px !important;}
}
@media only screen and (max-width: 767px) {
		div#ez-toc-container {
    width: 90% !important;
}
	
  /* GALLERY RESPONSIVE NON-DESKTOP */
  #patient-listing .patient-content {
    width: 100% !important;
  }
  #patient-listing .patient-listing {
    width: 100% !important;
  }
  #patient-listing .patient-listing > div {
    width: 50%;
  }

  .patient-entry .patient-single {
    width: 100%;
  }
  body {
    font-size: 1.8rem;
  }

  iframe {
    width: 100%;
  }

  .patient-single {
    width: 100% !important;
  }

  .m-block {
    display: block;
  }
  .btn {
    padding: 1.5em 1em;
    max-width: 27rem;
    font-size: 1.3rem;
  }

  #slider .slides > li > div {
    height: 55rem;
    background-position: top center;
    background-size: contain;
  }
  #slider .slides > li > div > div {
    padding: 0;
  }
  #slider .slides > li > div > div > div {
    padding: 0;
    background: rgba(255, 255, 255, 0.7);
  }
  #slider .slide1 {
    background-image: url(images/banner-main-mobile.jpg);
  }
  #slider .slide2 {
    background-image: url(images/banner-ellacor-mobile.jpg);
  }
  #slider h1 {
    font-size: 26px;
    width: 100%;
    padding: 2rem 1.5rem;
    margin-bottom: 0;
  }
  #slider p {
    font-size: 1.5rem;
    line-height: 1.5;
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }
  #slider .btn {
    margin-left: 1.5rem;
  }
  #slider .flex-center {
    justify-content: flex-end;
  }

  .header_block_inner {
    background: #fff;
  }

  .personalized {
    padding: 2rem;
  }
  .personalized__left, .personalized__right {
    padding: 2rem;
  }

  .blog_grid {
    grid-template-columns: repeat(1, 1fr);
  }

  .gdl-accordion .accordion-head {
    padding-right: 3rem;
  }
  .gdl-accordion .accordion-head::after {
    float: none;
    position: absolute;
    top: 0;
    right: 0;
  }

  .logos__container {
    padding: 3rem 0;
  }

  .logos .divider {
    display: none;
  }
  .testimonial-entry {
    width: 100%;
  }

  .contact-form .agreement {
    margin-top: 0;
  }

  .footer-form input[type=submit] {
    margin: 1.5rem 0 0;
  }
	#video_list {
		width: 2470px;
		min-width: 100%;
		overflow-x: inherit;
	}
	.header {
    height: 2.8em !important;
	}
	 #slider {overflow: hidden}
	 #slider .slide2 :is(h1, p) {color:#313131;}

}
/*MOBILE */
/*TABLET */
/*960 DESKTOP */

@media screen and (max-width: 750px) {
  .page_nav {
    right: 0;
    width: 90%;
    margin: auto;
  }
}

@media only screen and (min-width: 960px) {
	#nkp-testimonials-container {
		columns: 2;
		-webkit-columns: 2;
		-moz-columns: 2;
	}
	.testimonial-entry {
		max-width: 800px;
		width: 100%;
		display: inline-block;
	}
	.large_title {
		font-size: 6rem;
	}
}

/*---- END MEDIA QUERIES ---- */
}
a.procedure_a, a.procedure_a:link, a.procedure_a:visited, a.procedure_a:hover{
	font-size: 19px !important;
}