/*
Theme Name: Specialist Implant Clinic
Author: Specialist Implant Clinic
Author URI: http://www.specialistimplantclinic.com/
Description: Specialist Implant Clinic
Version: 1.0
*/

@font-face {
  font-family: 'Proxima Nova';
  src: url('fonts/ProximaNova-Regular.eot');
  src: url('fonts/ProximaNova-Regular.eot?#iefix') format('embedded-opentype'), url('fonts/ProximaNova-Regular.woff2') format('woff2'), url('fonts/ProximaNova-Regular.woff') format('woff'), url('fonts/ProximaNova-Regular.ttf') format('truetype'), url('fonts/ProximaNova-Regular.svg#ProximaNova-Regular') format('svg');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'Proxima Nova';
  src: url('fonts/ProximaNova-Semibold.eot');
  src: url('fonts/ProximaNova-Semibold.eot?#iefix') format('embedded-opentype'), url('fonts/ProximaNova-Semibold.woff2') format('woff2'), url('fonts/ProximaNova-Semibold.woff') format('woff'), url('fonts/ProximaNova-Semibold.ttf') format('truetype'), url('fonts/ProximaNova-Semibold.svg#ProximaNova-Semibold') format('svg');
  font-weight: 600;
  font-style: normal;
}
@font-face {
  font-family: 'Proxima Nova';
  src: url('fonts/ProximaNova-Bold.eot');
  src: url('fonts/ProximaNova-Bold.eot?#iefix') format('embedded-opentype'), url('fonts/ProximaNova-Bold.woff2') format('woff2'), url('fonts/ProximaNova-Bold.woff') format('woff'), url('fonts/ProximaNova-Bold.ttf') format('truetype'), url('fonts/ProximaNova-Bold.svg#ProximaNova-Bold') format('svg');
  font-weight: bold;
  font-style: normal;
}
@font-face {
  font-family: 'Proxima Nova';
  src: url('fonts/ProximaNova-Medium.eot');
  src: url('fonts/ProximaNova-Medium.eot?#iefix') format('embedded-opentype'), url('fonts/ProximaNova-Medium.woff2') format('woff2'), url('fonts/ProximaNova-Medium.woff') format('woff'), url('fonts/ProximaNova-Medium.ttf') format('truetype'), url('fonts/ProximaNova-Medium.svg#ProximaNova-Medium') format('svg');
  font-weight: 500;
  font-style: normal;
}
/*---------------*\
  IE MOBILE
\*---------------*/
/*---------------*\
  BASE
\*---------------*/
html {
  font-size: 14px;
  overflow-x: hidden;
}
@media (min-width: 992px) {
  html {
    font-size: 16px;
  }
}
html.show-menu {
  overflow: hidden;
}
body {
  color: #6a6c88;
  font-family: 'Proxima Nova';
  font-weight: 500;
  background-color: #ffffff;
  font-size: 1rem;
  line-height: 1.5;
  overflow-x: hidden;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
  -moz-osx-font-smoothing: grayscale;
  font-feature-settings: 'liga';
}
body * {
  outline: none;
}
::selection {
  color: #fff;
  background: #760023;
}
::-moz-selection {
  color: #fff;
  background: #760023;
}
h1,
.h1 {
  font-size: 3.1875rem;
  color: #fff;
  line-height: normal;
  font-weight: 700;
}
h2,
.h2 {
  position: relative;
  font-weight: 700;
}
h3,
.h3 {
  font-size: 1.75rem;
  font-weight: 800;
  color: #373953;
}
.sec_title {
  font-size: 2.1875rem;
  line-height: normal;
  color: #373953;
  margin-top: 0px;
}
@media (max-width: 991px) {
  .sec_title {
    font-size: 1.875rem;
  }
}
@media (max-width: 767px) {
  .sec_title {
    font-size: 1.5rem;
  }
}
.sec_sub_title {
  font-size: 1.5rem;
  line-height: normal;
  color: #373953;
}
.sec_sub_title a {
    color: #373953;
}
@media (max-width: 991px) {
  .sec_sub_title {
    font-size: 1.25rem;
  }
}
@media (max-width: 767px) {
  .sec_sub_title {
    font-size: 1rem;
  }
}
p {
  line-height: 1.44;
  margin-bottom: 0.74em;
}
p:last-child {
  margin: 0;
}
a {
  color: #199c94;
  font-size: 1.125rem;
  line-height: 1.61;
}
a:hover,
a:focus,
a:active,
a:active:focus {
  color: #430014;
  text-decoration: none;
  cursor: pointer;
}
a .s-p {
  color: #430014;
  text-decoration: none;
  cursor: pointer;
}
img {
  max-width: 100%;
}
.form-group .control-label {
  min-width: 150px;
  font-size: 0.875rem;
  font-weight: normal;
  background-color: #760023;
  color: #ffffff;
  padding: 8.5px 20px;
  position: relative;
  line-height: normal;
}
.form-row {
  margin: 0 -15px;
}
.form-control {
  border-radius: 0;
  margin-bottom: 25px;
  height: 45px;
  background-color: rgba(201, 208, 215, 0.2);
  box-shadow: none;
  border: solid 1px #6a6c88;
  padding-left: 20px;
  padding-right: 20px;
}
textarea.form-control {
  height: 45px;
  resize: none;
  padding-top: 12px;
}
input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
  -webkit-appearance: none;
}
.has-error .control-label:before {
  content: '';
  width: 7px;
  height: 7px;
  background-color: #77c9bd;
  position: absolute;
  border-radius: 20px;
  right: 13px;
  top: 13px;
}
.has-error .form-control {
  border-color: #9e4157;
  box-shadow: none;
}
blockquote {
  border: 0px;
  padding: 0px;
  position: relative;
  margin-bottom: 56px;
}
@media (max-width: 767px) {
  blockquote {
    margin-bottom: 0px;
  }
}
blockquote h2 {
  font-size: 2.25rem;
  line-height: normal;
  font-weight: 600;
  color: #ffffff;
  margin-top: 0;
  margin-bottom: 4.3%;
  text-align: left;
}
@media (max-width: 767px) {
  blockquote h2 {
    font-size: 1.875rem;
  }
}
blockquote footer:before {
  content: "";
  background-color: #ffffff;
  width: 5px;
  height: 2px;
  display: inline-block;
  vertical-align: middle;
  margin-right: 7px;
  margin-top: -3px;
}
blockquote footer cite {
  font-size: 1.5rem;
  color: #ffffff;
  display: inline-block;
  vertical-align: middle;
}
@media (max-width: 767px) {
  blockquote footer cite {
    font-size: 1.25rem;
  }
}
blockquote .fa-quote-right {
  font-size: 9.375rem;
  position: absolute;
  top: -39px;
  right: 0;
  color: rgba(255, 255, 255, 0.05);
}
@media (max-width: 767px) {
  blockquote .fa-quote-right {
    font-size: 3.125rem;
    top: -20px;
  }
}
.cust-checkbox {
  position: absolute;
  opacity: 0;
  height: 100%;
  width: 100%;
  cursor: pointer;
  left: 0;
  top: 0;
}
.cust-checkbox:checked + label,
.cust-checkbox:hover + label {
  background-color: #760023;
  color: #ffffff;
}
.cust_file {
  position: relative;
  padding: 0;
  margin-bottom: 25px;
  height: 45px;
  border: solid 1px #6a6c88;
  background-color: rgba(201, 208, 215, 0.2);
  padding-left: 20px;
  padding-right: 20px;
}
.cust_file_upload {
  background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
  border: medium none;
  width: 100%;
  height: 43px;
  padding: 0;
}
.cust_file_file {
  position: absolute;
  top: 0px;
  right: 0;
  height: 45px;
  background: transparent;
  left: 0;
}
.cust_file_file input.upload {
  position: absolute;
  top: 0;
  right: 0;
  margin: 0;
  padding: 0;
  font-size: 20px;
  cursor: pointer;
  opacity: 0;
  filter: alpha(opacity=0);
  left: 0;
  width: 100%;
}
.wow {
  visibility: hidden;
}
.gmnoprint a,
.gmnoprint span {
  display: none;
}
.gmnoprint div {
  background: none !important;
}
@-webkit-keyframes fadeInLeftSmall {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-20px, 0, 0);
    transform: translate3d(-20px, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes fadeInLeftSmall {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-20px, 0, 0);
    transform: translate3d(-20px, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
.fadeInLeftSmall {
  -webkit-animation-name: fadeInLeftSmall;
  animation-name: fadeInLeftSmall;
}
@-webkit-keyframes fadeInRightSmall {
  from {
    opacity: 0;
    -webkit-transform: translate3d(20px, 0, 0);
    transform: translate3d(20px, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes fadeInRightSmall {
  from {
    opacity: 0;
    -webkit-transform: translate3d(20px, 0, 0);
    transform: translate3d(20px, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
.fadeInRightSmall {
  -webkit-animation-name: fadeInRightSmall;
  animation-name: fadeInRightSmall;
}
/*--------------*\
  VARIABLES ETC
\*--------------*/
.base-col {
  color: #ffffff;
}
.primary-col {
  color: #760023;
}
.light-blue-green-col {
  color: #77c9bd;
}
.charcoal-grey-col {
  color: #3d4850;
}
.light-blue-col {
  color: #a7b8c5;
}
.battleship-grey-col {
  color: #6a6c88;
}
.dark-grey-blue-col {
  color: #373953;
}
.light-red-col {
  color: #9e4157;
}
.blue-green-col {
  color: #199c94;
}
.base-bg {
  background-color: #ffffff;
}
.primary-bg {
  background-color: #760023;
}
.charcoal-grey-color {
  background-color: #3d4850;
}
.dark-slate-blue-color {
  background-color: #0f293e;
}
.light-blue-green-bg {
  background-color: #77c9bd;
}
.dark-grey-blue-bg {
  background-color: #373953;
}
.light-blue-grey-bg {
  background-color: #c9d0d7;
}
.light-red-bg {
  background-color: #9e4157;
}
.base-font {
  font-family: 'Proxima Nova';
  font-weight: 500;
}
.upper {
  text-transform: uppercase;
}
.italic {
  font-style: italic;
}
.strong,
.bold {
  font-weight: 700;
}
.group:after {
  content: "";
  display: table;
  clear: both;
}
.relative {
  position: relative;
}
.absolute {
  position: absolute;
}
@media (min-width: 992px) {
  .mobile {
    display: none;
  }
}
@media (max-width: 991px) {
  .desktop {
    display: none;
  }
}
.bg-cover {
  background-position: center center;
  background-repeat: no-repeat;
  -webkit-background-size: cover;
  background-size: cover;
}
.btn {
  line-height: normal;
  font-size: 1.125rem;
  font-weight: 700;
  border: none;
  border-radius: 0;
  padding: 12px 29.5px;
  text-shadow: 0 1px 0 #199c94;
}
.btn:focus,
.btn:active {
  outline: none;
  border: none;
}
.btn-primary {
  background-color: #77c9bd;
  color: #fff;
  transition: 0.3s linear;
  box-shadow: 0 1px 0 0 #199c94;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary:active,
.btn-primary:active:focus {
  color: #77c9bd;
  background-color: #ffffff;
  box-shadow: inset 0 0 0 3px #77c9bd;
}
.btn-primary .s-p {
  color: #77c9bd;
  background-color: #ffffff;
  box-shadow: inset 0 0 0 3px #77c9bd;
}
.spacer--sm {
  margin-top: 15px;
  margin-bottom: 15px;
}
.spacer--md {
  margin-top: 30px;
  margin-bottom: 30px;
}
.spacer--lg {
  margin-top: 40px;
  margin-bottom: 40px;
}
.spacer--xl {
  margin-top: 60px;
  margin-bottom: 60px;
}
.spacer-inner--sm {
  padding-top: 15px;
  padding-bottom: 15px;
}
.spacer-inner--md {
  padding-top: 30px;
  padding-bottom: 30px;
}
.spacer-inner--lg {
  padding-top: 40px;
  padding-bottom: 40px;
}
.spacer-inner--xl {
  padding-top: 60px;
  padding-bottom: 60px;
}
@media (min-width: 1200px) {
  .spacer--sm {
    margin-top: 30px;
    margin-bottom: 30px;
  }
  .spacer--md {
    margin-top: 60px;
    margin-bottom: 60px;
  }
  .spacer--lg {
    margin-top: 80px;
    margin-bottom: 80px;
  }
  .spacer--xl {
    margin-top: 125px;
    margin-bottom: 125px;
  }
  .spacer-inner--sm {
    padding-top: 30px;
    padding-bottom: 30px;
  }
  .spacer-inner--md {
    padding-top: 60px;
    padding-bottom: 60px;
  }
  .spacer-inner--lg {
    padding-top: 80px;
    padding-bottom: 80px;
  }
  .spacer-inner--xl {
    padding-top: 125px;
    padding-bottom: 125px;
  }
}
.header {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  z-index: 999;
}
.header__top {
  background-color: #760023;
  padding-top: 13px;
  padding-bottom: 8px;
  position: fixed;
  width: 100%;
  top: 0px;
  z-index: 999;
}
@media (max-width: 767px) {
  .header__top {
    padding-top: 5px;
  }
  .header__top ul.nav.navbar-nav.navbar-left {
    display: none;
  }
}
.header__top .navbar-right {
  margin-right: 0px;
}
.header .navbar {
  margin-top: 46px;
  z-index: 99;
}
@media (min-width: 320px) and (max-width: 767px) and (orientation: portrait) {
  .header .navbar {
    margin-top: 74px;
  }
}
.link-active {
  background-color: transparent;
}
@media (min-width: 768px) {
  .link-active:before {
    opacity: 1;
    height: 3px;
  }
}
.link-after {
  z-index: 9;
}
@media (min-width: 768px) {
  .link-after:before {
    content: " ";
    height: 50px;
    background-color: #77c9bd;
    width: 100%;
    position: absolute;
    bottom: -10px;
    left: 0;
    transform-origin: 0 100%;
    opacity: 0;
  }
}
@media (min-width: 768px) {
  .link-active-after:before {
    opacity: 1;
    height: 3px;
  }
}
.navbar {
  margin-bottom: 0;
  height: auto;
  border: none;
  padding: 20px 0;
}
.navbar-toggle {
  margin: 3px 7px 0 0;
  padding: 4px 10px 4px;
}
.navbar-header {
  position: relative;
  z-index: 99;
}
@media (max-width: 767px) {
  .navbar-header {
    margin-bottom: 0;
  }
}
@media (max-width: 767px) {
  .nav {
    text-align: center;
    margin: 0;
  }
}
.nav > li {
  padding: 0 12px;
}
@media (min-width: 768px) {
  .nav > li:first-child {
    padding-left: 0px;
  }
}
@media (max-width: 1199px) {
  .nav > li {
    padding-left: 0px;
    padding-right: 0px;
  }
}
@media (max-width: 991px) {
  .nav > li {
    padding-left: 0px;
    padding-right: 0px;
  }
}
@media (max-width: 767px) {
  .nav > li {
    padding: 0px 0;
    display: inline-block;
  }
}
.nav > li > a {
  font-size: 0.875rem;
  color: #ffffff;
  position: relative;
  padding: 0px;
  line-height: normal;
}
@media (max-width: 1199px) {
  .nav > li > a {
    padding-left: 10px;
    padding-right: 10px;
  }
}
@media (max-width: 991px) {
  .nav > li > a {
    padding-left: 5px;
    padding-right: 5px;
  }
}
.nav > li > a:hover,
.nav > li > a:focus,
.nav > li > a:active,
.nav > li > a:active:focus {
  background-color: transparent;
}
.nav > li > a .s-p {
  background-color: transparent;
}
.nav > li > a.btn {
  line-height: 1.4;
  padding: 6px 15px 7px;
  margin-top: 5px;
}
.nav > li > a.btn:hover,
.nav > li > a.btn:focus,
.nav > li > a.btn:active,
.nav > li > a.btn:active:focus {
  background-color: #90002b;
}
.nav > li > a.btn .s-p {
  background-color: #90002b;
}
.nav > li > a.nav__contact {
  color: #ffffff;
  font-size: 0.875rem;
  letter-spacing: normal;
}
.nav > li > a.nav__contact span {
  margin-right: 2px;
}
@media (max-width: 767px) {
  .nav > li > a.nav__contact span {
    margin-right: 0px;
  }
}
@media only screen 
and (min-width : 320px) 
and (max-width : 480px) and (orientation : landscape) {

.nav > li > a.nav__contact{
	font-size: 10px;
}
} 

.nav > li > a.nav__social {
  display: inline-block;
  border-radius: 50%;
  font-size: 1.125rem;
  padding: 0;
  text-align: center;
  margin-left: 14px;
  color: #fff;
}
.nav > li > a.nav__social span {
  background-color: #760023;
  display: inline-block;
  width: 24px;
  height: 24px;
  border-radius: 3px;
  padding-top: 3px;
  font-size: 0.875rem;
}
@media (max-width: 767px) {
  .nav > li > a.nav__social {
    display: inline-block;
    margin-left: 0;
  }
}
.nav > li .nav__referral {
  font-size: 1.125rem;
  padding: 0 8px;
  font-weight: bold;
  text-shadow: 0 1px 0 #199c94;
}
@media (max-width: 991px) {
  .nav > li .nav__referral {
    font-size: 1.125rem;
    font-weight: normal;
  }
}
@media (max-width: 767px) {
  .nav > li .nav__referral {
    display: inline-block;
    margin-top: 15px;
    margin-bottom: 15px;
    max-width: 200px;
    margin: 10px auto 5px;
  }
}
@media only screen 
and (min-width : 320px) 
and (max-width : 480px) and (orientation : landscape) {
.nav > li .nav__referral {
    max-width: 180px;
    font-size: 14px;
}
}
.nav > li .nav__referral img {
  margin-right: 10px;
}
@media (max-width: 991px) {
  .nav > li .nav__referral img {
    margin-right: 5px;
  }
}
.nav .referral:before {
  content: '';
  position: absolute;
  height: 46px;
  width: 100%;
  background-color: #77c9bd;
  z-index: 0;
  top: -13px;
  left: 0px;
}
@media (max-width: 767px) {
  .nav .referral:before {
    height: 36px;
    top: 3px;
  }
}
.nav--main {
  margin-top: 10px;
}
@media (min-width: 992px) {
  .nav--main {
    margin-top: 32px;
  }
}
@media (max-width: 991px) {
  .nav--main {
    margin-left: -8px;
  }
}
@media (max-width: 767px) {
  .nav--main {
    margin-left: -15px;
    margin-right: -15px;
    margin-top: 0;
  }
}
.nav--main > li {
  padding: 0 20px;
}
@media (min-width: 768px) {
  .nav--main > li:last-child {
    padding-right: 0px;
  }
}
@media (max-width: 991px) {
  .nav--main > li {
    padding: 0px;
  }
}
@media (max-width: 767px) {
  .nav--main > li {
    display: block;
    padding: 10px;
  }
}
.nav--main > li > a {
  z-index: 9;
  font-size: 1rem;
  line-height: normal;
  letter-spacing: normal;
  font-weight: 700;
}
@media (min-width: 768px) {
  .nav--main > li > a:before {
    content: " ";
    height: 50px;
    background-color: #77c9bd;
    width: 100%;
    position: absolute;
    bottom: -10px;
    left: 0;
    transform-origin: 0 100%;
    opacity: 0;
  }
}
@media (max-width: 767px) {
  .nav--main > li > a {
    font-size: 1.5rem;
    color: rgba(255, 255, 255, 0.6);
    font-weight: 600;
    text-align: right;
  }
}
.nav--main > li > a:hover,
.nav--main > li > a:focus,
.nav--main > li > a:active,
.nav--main > li > a:active:focus {
  background-color: transparent;
}
@media (min-width: 768px) {
  .nav--main > li > a:hover:before,
  .nav--main > li > a:focus:before,
  .nav--main > li > a:active:before,
  .nav--main > li > a:active:focus:before {
    opacity: 1;
    height: 3px;
  }
}
.nav--main > li > a .s-p {
  background-color: transparent;
}
@media (min-width: 768px) {
  .nav--main > li > a .s-p:before {
    opacity: 1;
    height: 3px;
  }
}
.nav--main > li.active > a {
  z-index: 9;
  background-color: transparent;
}
@media (min-width: 768px) {
  .nav--main > li.active > a:before {
    content: " ";
    height: 50px;
    background-color: #77c9bd;
    width: 100%;
    position: absolute;
    bottom: -10px;
    left: 0;
    transform-origin: 0 100%;
    opacity: 0;
  }
}
@media (min-width: 768px) {
  .nav--main > li.active > a:before, .nav--main > li.current_page_item > a:before {
    opacity: 1;
    height: 3px;
  }
}
@media (max-width: 767px) {
  .nav--main > li.active > a {
    color: #ffffff;
  }
}
.nav--contact {
  margin-top: 2px;
}
@media (max-width: 767px) {
  .nav--contact {
    margin-top: 20px;
    margin-bottom: 0;
  }
}
@media (min-width: 992px) {
  .nav--contact {
    margin-top: 15px;
  }
}
.logo {
  margin-right: 34px;
}
@media (max-width: 767px) {
  .logo {
    margin-left: 15px;
  }
}
.logo img {
  max-width: 100%;
}
@media (max-width: 991px) {
  .logo img {
    width: 100px;
    height: auto;
  }
}
@media (max-width: 767px) {
  .logo img {
    width: 84px;
  }
}
.icon-bar {
  background-color: #ffffff;
}
.main-collapse {
  box-shadow: none;
}
@media (max-width: 767px) {
  .main-collapse {
    position: fixed;
    display: block;
    width: 100vw;
    left: calc(100% + 15px);
    transition: 0.5s;
    top: 0;
    height: 100vh !important;
    background-color: #760023;
    padding-top: 150px;
    margin: 0 !important;
    overflow: auto;
  }
  .main-collapse.in {
    left: 0px;
  }
}
@media (min-width: 320px) and (max-width: 767px) and (orientation: portrait) {
  .main-collapse {
    padding-top: 200px;
  }
}
@media (max-width: 991px) {
  .main-collapse {
    padding-left: 0;
    margin-right: 0;
  }
}
@media (max-width: 767px) {
  .main-collapse {
    padding-left: 15px;
  }
}
.footer {
  background-color: #fff;
  font-size: 1.125rem;
  line-height: 1.61;
}
.footer > .container > .row {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
}
@media (max-width: 767px) {
  .footer > .container > .row {
    display: block;
  }
}
.footer #map {
  position: absolute;
  top: -74px;
  left: 0px;
  width: 50vw;
  height: 500px;
}
@media (max-width: 1199px) {
  .footer #map {
    height: 418px;
  }
}
@media (max-width: 991px) {
  .footer #map {
    height: 389px;
  }
}
@media (max-width: 767px) {
  .footer #map {
    position: relative;
    height: 300px;
    width: 100%;
    top: 0px;
    margin-top: 15px;
  }
  .footer #map canvas {
    left: 0px;
  }
}
.footer__contact {
  border-bottom: 1px solid rgba(106, 108, 136, 0.2);
}
.footer__contact:before {
  content: '';
  position: absolute;
  height: 100%;
  width: 100%;
  background-color: #ffffff;
  left: 43px;
  top: 0;
  z-index: 1;
}
@media (max-width: 767px) {
  .footer__contact:before {
    left: 0px;
  }
}
.footer__contact * {
  position: relative;
  z-index: 9;
}
.footer .sec_title {
  margin-bottom: 25px;
}
@media (max-width: 767px) {
  .footer {
    text-align: center;
  }
}
.footer ul {
  list-style: none;
  padding: 0;
  margin: 0;
  line-height: 1.86;
}
.footer h4 {
  font-weight: 700;
  font-size: 1.125rem;
  text-transform: capitalize;
  color: #373953;
  margin-top: 17px;
  margin-bottom: 7px;
}
@media (max-width: 767px) {
  .footer h4 {
    margin-top: 25px;
  }
}
.footer a {
  color: #6a6c88;
}
.footer address {
  line-height: 1.5;
}
@media (max-width: 767px) {
  .footer address {
    margin-bottom: 0px;
  }
}
.footer__logo {
  width: 123px;
  max-width: 100%;
  margin-bottom: 18px;
}
.footer__copyright {
  margin-bottom: 15px;
}
.footer__copyright_name {
  color: #373953;
}
.footer__credit a {
  font-size: 0.8125rem;
  color: #199c94;
  line-height: 2.23;
}
.footer__contact_time {
  position: absolute;
  width: 50vw;
  bottom: 0px;
  left: 0px;
  z-index: 99;
  text-align: center;
  padding: 2.34vw 2.6vw;
  background-color: rgba(255, 255, 255, 0.7);
}
@media (max-width: 767px) {
  .footer__contact_time {
    width: 100%;
    position: relative;
  }
}
.footer__contact_time > .footer-timings > .textwidget > div {
  display: inline-block;
  margin-right: 3.85vw;
}
@media (max-width: 1024px) {
  .footer__contact_time > .footer-timings > .textwidget > div {
    margin-right: 15px;
  }
}
.footer__contact_time > .footer-timings > .textwidget > div:last-child {
  margin-right: 0px;
}
.footer__contact_time > .footer-timings > .textwidget > div > span {
  display: block;
}
.footer__contact_time > .footer-timings > .textwidget > div .time {
  font-size: 1.4375rem;
  font-weight: 700;
  color: #2a313d;
  margin-bottom: 3px;
}
@media (max-width: 1024px) {
  .footer__contact_time > .footer-timings > .textwidget > div .time {
    font-size: 1rem;
  }
}
.footer__contact_time > .footer-timings > .textwidget > div .day {
  font-size: 1rem;
  font-weight: 700;
  color: #199c94;
  line-height: normal;
}
@media (max-width: 1024px) {
  .footer__contact_time > .footer-timings > .textwidget > div .day {
    font-size: 0.875rem;
  }
}
.footer__bottom_logo {
  display: inline-block;
  vertical-align: middle;
  margin-right: 61px;
}
@media (max-width: 767px) {
  .footer__bottom_logo {
    margin-right: 0px;
  }
}
.footer__bottom_logo + div {
  display: inline-block;
  vertical-align: middle;
}
.footer__bottom_logo .footer__copyright_name {
  color: #373953;
}
.footer__bottom__social {
  margin-top: 25px;
  text-align: right;
}
@media (max-width: 767px) {
  .footer__bottom__social {
    margin-top: 0px;
    text-align: center;
  }
}
.footer__bottom__social a {
  padding-left: 10px;
  padding-right: 10px;
  color: #343b43;
}
.masthead {
  background-position: center center;
  background-repeat: no-repeat;
  -webkit-background-size: cover;
  background-size: cover;
}
.masthead__overlay {
  padding-top: 60px;
  padding-bottom: 60px;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-content: center;
  align-items: center;
  min-height: 55vw;
  margin-top: 45px;
}
@media (min-width: 1200px) {
  .masthead__overlay {
    padding-top: 70px;
    padding-bottom: 70px;
    min-height: 673px;
  }
}
@media (min-width: 320px) and (max-width: 767px) and (orientation: portrait) {
  .masthead__overlay {
    margin-top: 74px;
    min-height: 400px;
  }
}
.masthead__overlay.inner_page {
  min-height: 42vw;
}
@media (max-width: 767px) {
  .masthead__overlay.inner_page {
    min-height: 300px;
  }
}
@media (min-width: 1200px) {
  .masthead__overlay.inner_page {
    min-height: 514px;
  }
}
.masthead h2,
.masthead .h1 {
  margin-top: 0;
  margin-bottom: 0px;
  line-height: normal;
  text-shadow: 0 2px 4px rgba(0, 0, 0, 0.5);
}
@media (min-width: 768px) and (max-width: 1024px) {
  .masthead h2,
  .masthead .h1 {
    font-size: 2.1875rem;
    line-height: 1.4;
  }
}
@media (max-width: 767px) {
  .masthead h2,
  .masthead .h1 {
    font-size: 1.75rem;
    line-height: 1.4;
  }
}
.masthead p {
  color: #ffffff;
  line-height: 1.61;
  letter-spacing: normal;
  font-size: 1.125rem;
  margin-top: 20px;
}
.masthead__img {
  margin-bottom: 20px;
}
@media (min-width: 768px) {
  .masthead__img {
    margin-bottom: 32px;
  }
}
.masthead__inner .masthead__overlay {
  background-color: rgba(0, 27, 49, 0.7);
}

.masthead__overlay {
  /*background-color: rgba(0, 27, 49, 0.7);*/
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#199c94+0,5c26aa+100&1+0,0+100 */
    background: -moz-linear-gradient(-45deg, rgba(25,156,148,0.75) 0%, rgba(92,38,170,0) 75%); /* FF3.6-15 */
    background: -webkit-linear-gradient(-45deg, rgba(25,156,148,0.75) 0%,rgba(92,38,170,0) 75%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(135deg, rgba(25,156,148,0.75) 0%,rgba(92,38,170,0) 75%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#199c94', endColorstr='#005c26aa',GradientType=0.75 ); /* IE6-9 fallback on horizontal gradient */    
}
@media (min-width: 1200px) {
  .masthead__inner .masthead__overlay {
    min-height: 235px;
  }
}
.masthead__inner .masthead__overlay h2,
.masthead__inner .masthead__overlay .h1 {
  margin-top: 0;
  margin-bottom: 20px;
}
@media (max-width: 767px) {
  .masthead__inner .masthead__overlay h2,
  .masthead__inner .masthead__overlay .h1 {
    font-size: 1.875rem;
    line-height: 1.4;
  }
}
@media (min-width: 768px) {
  .masthead__inner .masthead__overlay h2,
  .masthead__inner .masthead__overlay .h1 {
    margin-bottom: 0px;
  }
}
.masthead__inner .masthead__overlay .primary-col {
  color: #8cc63f;
}
.section-1 {
  position: relative;
}
.section-1:before {
  content: '';
  position: absolute;
  height: 320px;
  width: 100%;
  background-color: #fff;
  left: 0;
  top: 0px;
}
@media (max-width: 1199px) {
  .section-1:before {
    height: 25vw;
  }
}
.section-1 .container > .row > div {
  margin-top: -70px;
}
@media (max-width: 767px) {
  .section-1 .container > .row > div {
    margin-top: -20px;
  }
}
.section-1 .container > .row > div.referral_practice_left {
  margin-top: -90px;
}
@media (max-width: 767px) {
  .section-1 .container > .row > div.referral_practice_left {
    margin-top: -40px;
  }
}
.referral_practice {
  background-color: rgba(201, 208, 215, 0.2);
}
.referral_practice_left {
  padding-right: 70px;
  position: relative;
}
@media (max-width: 767px) {
  .referral_practice_left {
    padding-right: 15px;
    top: 0px;
  }
}
.referral_practice_left:before {
  content: '';
  position: absolute;
  height: 100%;
  width: calc(100% + 66px);
  background-color: #fff;
  left: -51px;
  top: 0;
}
@media (max-width: 767px) {
  .referral_practice_left:before {
    width: 100%;
    left: 0;
  }
}
.referral_practice_left * {
  position: relative;
}
.referral_practice_left h2 {
  margin-top: 0px;
  margin-bottom: 21px;
}
.referral_practice_left p {
  font-size: 1.125rem;
  line-height: 1.61;
}
.referral_practice_left a {
  margin-top: 15px;
}
.referral_practice img {
  width: 100%;
}
.referral_practice .svg-inline--fa {
  font-size: 0.9375rem;
  color: #ffffff;
  position: absolute;
  top: 27px;
  right: 45px;
}
@media (max-width: 767px) {
  .referral_practice img {
    display: block;
    margin: 0px auto;
  }
}
.our_services {
  background-color: rgba(201, 208, 215, 0.2);
  padding-top: 75px;
  padding-bottom: 46px;
}
@media (max-width: 1199px) {
  .our_services {
    padding-top: 50px;
    padding-bottom: 30px;
  }
}
@media (max-width: 767px) {
  .our_services {
    padding-top: 30px;
    padding-bottom: 30px;
  }
}
.our_services .nav-tabs {
  border: 0px;
}
@media (max-width: 767px) {
  .our_services .nav-tabs {
    width: 100%;
    text-align: center;
  }
}
.our_services .nav-tabs li {
  padding: 0 23.5px;
  float: none;
  display: inline-block;
}
@media (max-width: 767px) {
  .our_services .nav-tabs li {
    padding: 0 5px;
  }
}
.our_services .nav-tabs li a {
  font-size: 1.125rem;
  line-height: 1.61;
  color: #6a6c88;
  border: 0px;
  background-color: transparent;
  margin: 0px;
}
@media (max-width: 767px) {
  .our_services .nav-tabs li a {
    font-size: 0.875rem;
  }
}
.our_services .nav-tabs li a:hover,
.our_services .nav-tabs li a:focus,
.our_services .nav-tabs li a:active {
  background-color: transparent;
  border: 0px;
}
.our_services .nav-tabs li.active a {
  color: #9e4157;
  border-bottom: 1px solid #9e4157;
}
.our_services .nav-tabs :last-child {
  padding-right: 0px;
}
.our_services p {
    margin-top: 9px;
    font-weight: 700;
    line-height: 1.25;
    color: #6a6c88;
    font-size: 16px;
}
.owl-carousel {
  margin-top: 29px;
}
@media (max-width: 767px) {
  .owl-carousel {
    overflow: hidden;
  }
}
.owl-carousel .owl-nav button.owl-next,
.owl-carousel .owl-nav button.owl-prev {
  height: 55px;
  width: 55px;
  background-color: #760023;
  border-radius: 50%;
  color: #fff;
  font-size: 15px;
  line-height: 55px;
}
.owl-carousel .owl-nav button.owl-prev {
  position: absolute;
  top: calc(50% - 30px);
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  left: -87px;
}
.owl-carousel .owl-nav button.owl-next {
  position: absolute;
  top: calc(50% - 30px);
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  right: -87px;
}
.owl-carousel .owl-nav .disabled {
  opacity: 0.5;
  cursor: not-allowed !important;
}
@media (max-width: 1199px) {
  .owl-carousel .owl-nav button.owl-next,
  .owl-carousel .owl-nav button.owl-prev {
    height: 30px;
    width: 30px;
    line-height: 32px;
  }
  .owl-carousel .owl-nav button.owl-prev {
    left: -15px;
  }
  .owl-carousel .owl-nav button.owl-next {
    right: -15px;
  }
}
@media (max-width: 767px) {
  .owl-carousel .owl-nav button.owl-prev {
    left: 0px;
  }
  .owl-carousel .owl-nav button.owl-next {
    right: 0px;
  }
}
.owl-carousel .owl-dots {
  text-align: center;
  margin-top: 20px;
}
.owl-carousel .owl-dots button.owl-dot {
  height: 13px;
  width: 13px;
  display: inline-block;
  border: 1px solid #9e4157;
  border-radius: 50%;
  margin: 0 4.5px;
}
.owl-carousel .owl-dots button.owl-dot.active {
  border: 0;
  background-color: #9e4157;
}
.featured_case_studies_inner {
    border-bottom: 1px solid rgba(151, 151, 151, 0.3);
}
.featured_case_studies_inner_items {
  margin-top: 35px;
}
@media (min-width: 320px) and (max-width: 767px) and (orientation: portrait) {
  .featured_case_studies_inner_items .col-xs-4 {
    width: 100%;
    margin-bottom: 25px;
  }
}
.featured_case_studies_inner_items_img {
  position: relative;
}
@media (min-width: 320px) and (max-width: 767px) and (orientation: portrait) {
  .featured_case_studies_inner_items_img img {
    width: 100%;
  }
}
.featured_case_studies_inner_items_img .before_img {
  position: absolute;
  bottom: -30px;
}
.featured_case_studies_inner_items_img .before_img .before_text {
  display: block;
  padding-left: 18px;
  color: rgba(24, 25, 45, 0.8);
  font-weight: 700;
}
.featured_case_studies_inner_items .sec_sub_title {
  margin-top: 30px;
  margin-bottom: 14px;
}
.featured_case_studies_inner_items p {
  margin-bottom: 16px;
  line-height: 1.5;
}
.dental_articles_news {
  position: relative;
}
.dental_articles_news:before {
  content: '';
  position: absolute;
  height: calc(100% - 222px);
  top: 222px;
  left: 0;
  width: 100%;
  background-color: #9e4157;
}
@media (max-width: 1199px) {
  .dental_articles_news:before {
    height: calc(100% - 18.5vw);
    top: 18.5vw;
  }
}
@media (min-width: 320px) and (max-width: 767px) and (orientation: portrait) {
  .dental_articles_news:before {
    top: 43vw;
  }
}
.dental_articles_news_inner_items {
  margin-top: 31px;
}
@media (min-width: 320px) and (max-width: 767px) and (orientation: portrait) {
  .dental_articles_news_inner_items .col-xs-4 {
    width: 100%;
    margin-bottom: 25px;
  }
  .dental_articles_news_inner_items .col-xs-4 img {
    width: 100%;
  }
}
.dental_articles_news_inner_items img {
  width: 100%;
}
.dental_articles_news_inner_items .date {
  color: rgba(255, 255, 255, 0.5);
  line-height: 2.07;
  margin-top: 21px;
  font-size: 0.875rem;
}
.dental_articles_news_inner_items .sec_sub_title {
  color: #ffffff;
  margin-top: 3px;
}
.dental_articles_news_inner_items .sec_sub_title a {
  color: #ffffff;
}
.dental_articles_news_inner_items .desc {
  color: rgba(255, 255, 255, 0.7);
  line-height: 1.5;
}
.dental_articles_news_inner_items a {
  color: #77c9bd;
}
.dental_articles_news .visit__blog {
  position: relative;
  background-color: rgba(51, 61, 67, 0.7);
  padding: 21px 36px;
  min-height: 73px;
}
@media (max-width: 767px) {
  .dental_articles_news .visit__blog {
    padding: 10px 15px;
    min-height: 0px;
  }
}
.dental_articles_news .visit__blog a {
  font-size: 1.125rem;
  line-height: 1.61;
  width: 100%;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  justify-content: space-between;
  color: #77c9bd;
}
.category_items .row {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex-wrap: wrap;
}
.category_items .row:after, .category_items .row:before {
	display: none;
}
.category_items .row > div {
	float: none;
}
.category_items_inner {
  background-color: #ffffff;
  margin-bottom: 35px;
  transition: 0.5s;
}
.category_items_inner:hover {
  transform: scale(1.1);
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  box-shadow: 0 10px 13px rgba(0, 0, 0, 0.2);
}
.category_items_inner.no-hover:hover {
  transform: scale(1);
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  box-shadow: none;
}
.category_items_desc_block {
  width: calc(100% - 52px);
  margin: -40px auto 0;
  padding: 20px 25px;
  background-color: #ffffff;
  position: relative;
}
@media (max-width: 991px) {
  .category_items_desc_block {
    width: calc(100% - 15px);
    margin: -20px auto 0;
    padding: 10px 10px;
  }
}
.category_items img {
  width: 100%;
  object-fit: cover;
  -moz-object-fit: cover;
  -webkit-object-fit: cover;
  -o-object-fit: cover;
  -ms-object-fit: cover;
  height: 340px;
}
@media (max-width: 1024px) {
  .category_items img  {
    height: 230px;
  }
}
.category_items_title {
  line-height: 1.11;
  font-size: 1.125rem;
  color: #760023;
  margin-bottom: 15px;
  margin-top: 0px;
}
.category_items_desc {
    line-height: 1.43;
    font-size: 0.875rem;
    color: #6a6c88;
    font-weight: normal;
	display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    min-height: 40px;
}

.articles_list .category_items_desc {
       min-height: auto;
	margin-bottom: 15px;
	    font-style: italic;
}

.articles_list h3.category_items_title {
    margin-bottom: 5px;
}


.grid-sizer {
    width: 50%;
} 
.category_items_date {
  font-size: 14px;
  font-style: italic;
  line-height: 1.43;
  color: #6a6c88;
  font-weight: normal;
}
@media (min-width: 320px) and (max-width: 767px) and (orientation: portrait) {
  .category_items .col-xs-4 {
    width: 100%;
  }
}
.treatments__info_left,
.case_study__info_left,
.article_details__info_left,
.facilities__info_left,
.about__info_left,
.meetour__info_left {
  padding-right: 70px;
  position: relative;
  top: -30px;
  padding-bottom: 40px;
}
@media (max-width: 991px) {
  .treatments__info_left,
  .case_study__info_left,
  .article_details__info_left,
  .facilities__info_left,
  .about__info_left,
  .meetour__info_left {
    padding-right: 15px;
  }
}
.treatments__info_left:before,
.case_study__info_left:before,
.article_details__info_left:before,
.facilities__info_left:before,
.about__info_left:before,
.meetour__info_left:before {
  content: '';
  position: absolute;
  height: 100%;
  width: calc(100% + 67px);
  background-color: #fff;
  left: -51px;
  top: 0;
}
@media (max-width: 767px) {
  .treatments__info_left:before,
  .case_study__info_left:before,
  .article_details__info_left:before,
  .facilities__info_left:before,
  .about__info_left:before,
  .meetour__info_left:before {
    width: 100%;
    left: 0;
  }
}
.treatments__info_left *,
.case_study__info_left *,
.article_details__info_left *,
.facilities__info_left *,
.about__info_left *,
.meetour__info_left * {
  position: relative;
}
@media (max-width: 767px) {
  .treatments__info_left,
  .case_study__info_left,
  .article_details__info_left,
  .facilities__info_left,
  .about__info_left,
  .meetour__info_left {
    padding-right: 15px;
    top: 0px;
  }
}
.treatments__info_left h2,
.case_study__info_left h2,
.article_details__info_left h2,
.facilities__info_left h2,
.about__info_left h2,
.meetour__info_left h2 {
  margin-top: 0px;
  margin-bottom: 21px;
}
.treatments__info_left > p,
.case_study__info_left > p,
.article_details__info_left > p,
.facilities__info_left > p,
.about__info_left > p,
.meetour__info_left > p {
  font-size: 1.125rem;
  line-height: 1.61;
}
.treatments__info_left .full-img,
.case_study__info_left .full-img,
.article_details__info_left .full-img,
.facilities__info_left .full-img,
.about__info_left .full-img,
.meetour__info_left .full-img {
  margin: 50px 0px;
  position: relative;
}
.treatments__info_left .full-img .figcaption,
.case_study__info_left .full-img .figcaption,
.article_details__info_left .full-img .figcaption,
.facilities__info_left .full-img .figcaption,
.about__info_left .full-img .figcaption,
.meetour__info_left .full-img .figcaption {
  font-size: 1.125rem;
  color: #77c9bd;
  position: relative;
/*
  left: 0px;
  bottom: -0px;
*/
  background-color: #ffffff;
  padding: 16px 20px 7px 17px;
  line-height: 1.61;
}
.treatments__info_left .btn,
.case_study__info_left .btn,
.article_details__info_left .btn,
.facilities__info_left .btn,
.about__info_left .btn,
.meetour__info_left .btn {
  padding: 10px 16px;
  margin-top: 27px;
}
.treatments__info_left .btn img,
.case_study__info_left .btn img,
.article_details__info_left .btn img,
.facilities__info_left .btn img,
.about__info_left .btn img,
.meetour__info_left .btn img {
  margin-right: 10px;
  display: inline-block;
  vertical-align: middle;
}
.treatments__info_left .btn span,
.case_study__info_left .btn span,
.article_details__info_left .btn span,
.facilities__info_left .btn span,
.about__info_left .btn span,
.meetour__info_left .btn span {
  vertical-align: middle;
}
.treatments__info_right > img,
.case_study__info_right > img,
.article_details__info_right > img,
.facilities__info_right > img,
.about__info_right > img,
.meetour__info_right > img {
  width: 100%;
}
@media (max-width: 767px) {
  .treatments__info img,
  .case_study__info img,
  .article_details__info img,
  .facilities__info img,
  .about__info img,
  .meetour__info img {
    display: block;
    margin-right: auto;
    margin-left: auto;
  }
}
.treatment__category,
.case_study__category {
  background-color: rgba(201, 208, 215, 0.2);
}
.customer_quote {
  background-color: #9e4157;
  padding-top: 95px;
  padding-bottom: 90px;
}
@media (max-width: 1199px) {
  .customer_quote {
    padding-top: 60px;
    padding-bottom: 60px;
  }
}
@media (max-width: 767px) {
  .customer_quote {
    padding-top: 30px;
    padding-bottom: 30px;
  }
}
.dentist_referral_form_header {
  background-color: #77c9bd;
  padding: 10px 22px;
}
.dentist_referral_form_header img {
  display: inline-block;
  vertical-align: middle;
  margin-right: 10px;
}
.dentist_referral_form_header h3 {
  display: inline-block;
  vertical-align: middle;
  margin: 0px;
  font-size: 1.125rem;
  line-height: normal;
  color: #ffffff;
}
.dentist_referral_form_body {
  padding: 36px;
  background-color: rgba(201, 208, 215, 0.2);
}
.dentist_referral_form_body > div {
  margin-bottom: 41px;
}
.dentist_referral_form_body h2 {
  margin-top: 0px;
  font-size: 1.75rem;
  line-height: normal;
  color: #373953;
  margin-bottom: 42px;
}
.dentist_referral_form_body ul {
  padding-left: 53px;
}
.dentist_referral_form_body ul li {
  list-style: none;
}
.dentist_referral_form_body ul li a {
  font-size: 1.125rem;
  line-height: normal;
  color: #6a6c88;
  padding-bottom: 4px;
  border-bottom: solid 1px #9e4157;
  display: inline-block;
  clear: both;
  margin-bottom: 12px;
  position: relative;
  min-width: 112px;
}
.dentist_referral_form_body ul li a svg {
  color: #9e4157;
  font-size: 1.5rem;
  position: absolute;
  left: -53px;
}
.referal_form {
  background-color: rgba(201, 208, 215, 0.2);
  padding-bottom: 12.91vw;
}
.referal_form p {
  font-size: 1.125rem;
  line-height: 1.61;
}
@media (min-width: 768px) {
  .referal_form > .container > .row > div:first-child {
    padding-left: 0px;
  }
  .referal_form > .container > .row > div:last-child {
    padding-right: 0px;
  }
}
@media (max-width: 767px) {
  .referal_form > .container > .row > div {
    padding: 0px;
  }
}
.referal_form .referal_form_left {
  background-color: #ffffff;
  padding: 55px 65px;
  margin-top: -72px;
  min-height: 544px;
}
@media (min-width: 1200px) {
  .referal_form .referal_form_left .row {
    margin-right: -32.5px;
    margin-left: -32.5px;
  }
  .referal_form .referal_form_left .row .col-sm-6,
  .referal_form .referal_form_left .row .col-sm-12 {
    padding-right: 32.5px;
    padding-left: 32.5px;
  }
}
.referal_form .referal_form_left .iso_row {
  margin-top: 39px;
}
@media (min-width: 768px) and (max-width: 1024px) {
  .referal_form .referal_form_left {
    padding: 50px 25px;
  }
}
@media (max-width: 767px) {
  .referal_form .referal_form_left {
    padding: 30px 15px;
    margin-top: 0px;
  }
}
.referal_form .referal_form_left h2 {
  margin-bottom: 26px;
}
.referal_form .referal_form_left .treatment h2,
.referal_form .referal_form_left .patient_details h2 {
  margin-bottom: 52px;
}
.referal_form .referal_form_left p {
  margin-bottom: 50px;
}
.referal_form .referal_form_left .btn {
  min-width: 315px;
  min-height: 68px;
  text-align: left;
  font-size: 1.25rem;
  padding-left: 24px;
  padding-right: 24px;
  position: relative;
}
@media (max-width: 767px) {
  .referal_form .referal_form_left .btn {
    font-size: 1rem;
    min-width: 250px;
    min-height: 50px;
    padding-left: 15px;
    padding-right: 15px;
  }
}
.referal_form .referal_form_left .btn svg {
  display: block;
  position: absolute;
  right: 40px;
  top: calc(50% - 10px);
  font-size: 20px;
}
@media (max-width: 767px) {
  .referal_form .referal_form_left .btn svg {
    right: 15px;
  }
}
.referal_form .referal_form_left .treatment_check {
  padding: 30px 20px;
  background-color: rgba(201, 208, 215, 0.2);
  border: solid 1px #6a6c88;
  min-height: 363px;
  margin-bottom: 40px;
}
.referal_form .referal_form_left .treatment_check .checkbox {
  margin-top: 0px;
  margin-bottom: 6px;
}
.referal_form .referal_form_left .treatment_check label {
  font-weight: 600;
  font-size: 0.875rem;
  position: relative;
}
.referal_form .referal_form_left .treatment_check label input[type="checkbox"] {
  top: 0;
}
@media (max-width: 767px) {
  .referal_form .referal_form_left .treatment_check label input[type="checkbox"] {
    margin-top: 1px;
  }
}
.referal_form .referal_form_left .file_info {
  font-size: 0.75rem;
  line-height: normal;
}
.referal_form .referal_form_left .clinical_details {
  min-height: 485px;
  height: auto;
}
@media (max-width: 767px) {
  .referal_form .referal_form_left .clinical_details {
    min-height: 250px;
  }
}
.referal_form .referal_form_left .name_row {
  margin-bottom: 40px;
}
.referal_form .referal_form_left .btn_row {
  margin-top: 10px;
}
.referal_form .referal_form_left .iso_notation {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 51px;
}
.referal_form .referal_form_left .iso_notation > div {
  width: 50%;
  display: flex;
  justify-content: space-between;
  margin-top: 28px;
}
@media (max-width: 991px) {
  .referal_form .referal_form_left .iso_notation > div {
    width: 100%;
    margin-top: 15px;
  }
}
@media (min-width: 992px) {
  .referal_form .referal_form_left .iso_notation .iso_notation_1,
  .referal_form .referal_form_left .iso_notation .iso_notation_4 {
    flex-direction: row-reverse;
  }
}
.referal_form .referal_form_left .iso_notation .iso_notation_1 label,
.referal_form .referal_form_left .iso_notation .iso_notation_2 label {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  justify-content: center;
  align-content: flex-end;
  align-items: flex-end;
}
.referal_form .referal_form_left .iso_notation span {
  height: 62px;
  background-color: rgba(216, 216, 216, 0.2);
  border: solid 1px #979797;
  border-radius: 35px;
  overflow: hidden;
  position: relative;
  text-align: center;
  margin: 0 1px;
}
.referal_form .referal_form_left .iso_notation span label {
  display: inline-block;
  width: 42px;
  height: 62px;
  font-size: 1.125rem;
  transition: 0.3s;
  padding: 8px 0;
  font-weight: 600;
}
.referal_form .referal_form_right {
  background-color: #760023;
  padding: 50px 48px 40px 41px;
}
@media (min-width: 768px) and (max-width: 1024px) {
  .referal_form .referal_form_right {
    padding: 50px 15px 40px 15px;
  }
}
@media (max-width: 767px) {
  .referal_form .referal_form_right {
    padding: 30px 15px;
  }
}
.referal_form .referal_form_right h3 {
  color: #ffffff;
  margin-top: 0px;
  margin-bottom: 40px;
}
.referal_form .referal_form_right .stepwizard-step {
  margin-bottom: 25px;
  padding-left: 50px;
  position: relative;
}
@media (max-width: 767px) {
  .referal_form .referal_form_right .stepwizard-step {
    margin-bottom: 10px;
    padding-left: 40px;
  }
}
.referal_form .referal_form_right .stepwizard-step svg {
  position: absolute;
  left: 0;
  top: 5px;
}
.referal_form .referal_form_right .stepwizard-step a {
  color: #ffffff;
  font-size: 1.125rem;
  font-weight: 700;
  margin-bottom: 25px;
  opacity: 0.5;
  line-height: normal;
}
.referal_form .referal_form_right .stepwizard-step a[disabled] {
  pointer-events: none;
  opacity: 0.5;
}
.referal_form .referal_form_right .stepwizard-step a[disabled="disabled"] svg {
  display: none;
}
.referal_form .referal_form_right .stepwizard-step a.step-active {
  opacity: 1;
}
.article__info {
  background-color: rgba(201, 208, 215, 0.2);
}
.article__info_inner {
  margin-top: -70px;
}
.article__info_inner .category_items_desc_block {
  margin: 0px;
  width: 100%;
  padding: 30px 25px 75px;
}
@media (max-width: 767px) {
  .article__info_inner .category_items_desc_block {
    padding: 10px 5px;
  }
}

@media (min-width: 768px) {
	.article__info .article_category_items .category_items_desc_block {
		padding: 20px 25px 75px;
	}
}
.article__info .article_category_items h3.category_items_title {
        min-height: auto;
    margin-bottom: 0;
}
.article__info_inner img, .article_category_items img {
  width: 100%;
  object-fit: cover;
  -moz-object-fit: cover;
  -webkit-object-fit: cover;
  -o-object-fit: cover;
  -ms-object-fit: cover;
  height: 300px;
}
@media (max-width: 1024px) {
	.article__info_inner img, .article_category_items img {
		height: 250px;
	}
}
@media (max-width: 767px) {
	.article__info_inner img {
		height: auto;
	}
}
@media only screen and (min-width:320px) and (max-width:767px) and (orientation:landscape) {
	.article_category_items img {
		height: 200px;
	}
} 
@media (max-width: 767px) {
  .article__info_inner_left {
    margin-top: 30px;
  }
}
.article__info_inner_left .category_items_desc_block {
  padding: 30px 25px 60px;
}
@media (max-width: 767px) {
  .article__info_inner_left .category_items_desc_block {
    padding: 10px 5px;
  }
	.article__info .article_category_items {
  margin-bottom: 30px !important;
}
}
.article__info_inner_right .category_items_inner,
.article__info_inner_left .category_items_inner {
  margin-bottom: 0px;
}
.article__info .article_category_items {
  margin-bottom: 120px;
	    margin-top: 30px;
}
.article__info .article_category_items .owl-carousel {
  margin-top: 0px;
}
.article__info .article_category_items .owl-carousel .owl-stage-outer {
  padding-top: 30px;
  padding-bottom: 48px;
}
@media (max-width: 767px) {
  .article__info .article_category_items .owl-carousel .owl-stage-outer {
    padding-bottom: 50px;
  }
}
.article__info .article_category_items .owl-carousel .category_items_inner {
  margin-bottom: 0px;
}
.article__info .article_category_items .owl-carousel .owl-nav button.owl-next {
  position: absolute;
  top: auto;
  right: 0;
  bottom: -60px;
  border-radius: 0px;
}
@media (max-width: 767px) {
  .article__info .article_category_items .owl-carousel .owl-nav button.owl-next {
    bottom: 0px;
  }
}
.article__info .article_category_items .owl-carousel .owl-nav button.owl-prev {
  position: absolute;
  bottom: -60px;
  top: auto;
  left: auto;
  right: 70px;
  border-radius: 0px;
}
@media (max-width: 767px) {
  .article__info .article_category_items .owl-carousel .owl-nav button.owl-prev {
    right: 40px;
    bottom: 0px;
  }
}
@media (min-width: 768px) and (max-width: 1024px) {
  .article__info .article_category_items .owl-carousel .owl-nav button.owl-prev {
    right: 40px;
  }
}
.article_details__info {
  background-color: rgba(201, 208, 215, 0.2);
}
.article_details__info_left {
  background: #fff;
  padding: 20px 90px 90px;
  top: 0;
  margin-top: -50px;
}
@media (max-width: 991px) {
  .article_details__info_left {
    padding: 20px 30px 30px;
  }
}
@media (max-width: 767px) {
  .article_details__info_left {
    padding: 20px 15px 15px;
  }
}
.article_details__info_left:before {
  display: none;
}
.article_details__info_left .full-img img {
  width: 100%;
}
.article_details__info_left .article_profile_img {
  position: relative;
  width: 150px;
  height: 150px;
  background: #ffffff;
  text-align: center;
  border-radius: 100%;
  margin: -105px auto 0px;
}
@media (max-width: 991px) {
  .article_details__info_left .article_profile_img {
    margin: -70px auto 10px;
    width: 100px;
    height: 100px;
  }
}
@media (max-width: 767px) {
  .article_details__info_left .artical_details_top {
    margin-bottom: 15px;
  }
}
.article_details__info_left .artical_details_name {
  color: rgba(106, 108, 136, 0.5);
}
@media (max-width: 767px) {
  .article_details__info_left .artical_details_name {
    position: relative;
    top: 0px;
    text-align: center;
  }
}
.article_details__info_left .profile-date {
  color: rgba(106, 108, 136, 0.5);
  text-align: right;
}
@media (max-width: 767px) {
  .article_details__info_left .profile-date {
    position: relative;
    top: 0px;
    text-align: center;
  }
}
.article_details__info_left .article_profile_img img {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
}
.article_details__info_left .article_details_top {
  color: rgba(106, 108, 136, 0.5);
  margin-top: 10px;
  margin-bottom: 20px;
}
@media (max-width: 991px) {
  .article_details__info_left .article_details_top {
    text-align: center;
  }
}
.article_details__info_left .article_details_top .profile-date {
  text-align: right;
}
@media (max-width: 991px) {
  .article_details__info_left .article_details_top .profile-date {
    text-align: center;
  }
}
.article_details__category {
  background-color: rgba(201, 208, 215, 0.2);
}
.article_details__category .category_items {
  padding: 0px 4.68vw;
}
.article_details__category .sec_title {
  margin-bottom: 2.6vw;
}
.facilities__info {
  background-color: rgba(201, 208, 215, 0.2);
}
.facilities__info_left {
  margin-bottom: 130px;
  padding: 75px 90px;
  margin-top: -50px;
  background-color: #ffffff;
}
@media (min-width: 768px) and (max-width: 1024px) {
  .facilities__info_left {
    padding: 35px 50px;
  }
}
@media (max-width: 767px) {
  .facilities__info_left {
    padding: 15px;
    margin-bottom: 50px;
  }
}
.facilities__info_left:before {
  display: none;
}
.facilities__info_left p {
  font-size: 1.125rem;
  line-height: 1.61;
}
.facilities__info_left .sec_inner_title {
  margin-bottom: 1.56vw;
  margin-top: 0px;
  line-height: normal;
}
@media (max-width: 767px) {
  .facilities__info_left .sec_inner_title {
    margin-top: 20px;
  }
}
.facilities__info_left .facility-row {
  margin-top: 60px;
}
@media (min-width: 768px) and (max-width: 1024px) {
  .facilities__info_left .facility-row {
    margin-top: 30px;
  }
}
.contact {
  background-color: rgba(201, 208, 215, 0.2);
  padding-bottom: 120px;
}
@media (max-width: 767px) {
  .contact {
    padding-bottom: 50px;
  }
}
.contact .btn img {
  margin-right: 10px;
  vertical-align: middle;
  display: inline-block;
}
.contact .btn span {
  vertical-align: middle;
  display: inline-block;
}
.contact p {
  font-size: 1.125rem;
  line-height: 1.61;
}
.contact_details,
.contact_form {
  background-color: #ffffff;
  padding: 65px 65px 35px;
  margin-top: -50px;
  min-height: 544px;
  width: 100%;
}
@media (min-width: 768px) and (max-width: 1024px) {
  .contact_details,
  .contact_form {
    padding: 30px 30px 15px;
  }
}
@media (max-width: 767px) {
  .contact_details,
  .contact_form {
    padding: 15px;
  }
}
.contact_details h2,
.contact_form h2 {
  margin-bottom: 29px;
}
.contact_details_phone {
  margin: 3.64vw 0px;
}
.contact_details_phone a {
  display: block;
  color: #77c9bd;
  font-size: 1.125rem;
}
.contact_details_address {
  font-size: 1.125rem;
  margin-bottom: 50px;
}
.contact_details_address h4 {
  color: #6a6c88;
  text-transform: capitalize;
  font-weight: 700;
  font-size: 1.125rem;
}
.contact_details h2 {
  margin-bottom: 26px;
}
.contact_details .btn {
  min-width: 175px;
  min-height: 45px;
  text-align: left;
  font-size: 1.125rem;
  padding-left: 24px;
  padding-right: 24px;
}
.contact_form .control-label {
  padding-left: 10px;
  padding-right: 10px;
}
@media (max-width: 767px) {
  .contact_form {
    margin-top: 20px;
  }
}
.contact_form textarea.form-control {
  height: 217px;
  margin-bottom: 0px;
}
@media (max-width: 767px) {
  .contact_form textarea.form-control {
    height: 150px;
  }
}
.contact_form .form-control {
  margin-bottom: 15px;
}
.flex-row {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
}
@media (max-width: 767px) {
  .flex-row {
    flex-direction: column;
  }
}
.flex-row > div {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  float: none;
}
.form-control.has-error {
    border-color: #9e4157 !important;
}
.dropdown-menu {
	margin-top: -20px !important;
}
.facilities__info_left .facility-row .facility-img {
    margin-bottom: 30px;
	text-align:center;
}
.page-template-template-meet-the-team .modal-dialog .category_items_inner_details img {
width: 100%;
max-height: 360px;
margin: 0 auto;
object-fit: cover;
}
.page-template-template-meet-the-team .modal-dialog .modal-content button {
position: absolute;
right: 10px;
top: 10px;
}
.page-template-template-meet-the-team .modal-dialog .category_items_desc_block_details {
padding: 15px;
}
.page-template-template-meet-the-team .modal-dialog .category_items_title {
font-size: 1.325rem;
}
.page-template-template-meet-the-team .modal-dialog .modal-content button {
position: absolute;
right: 10px;
top: 10px;
border-radius: 50%;
height: 40px;
width: 40px;
background: #64297a;
padding: 0;
color: #fff;
}
.page-template-template-meet-the-team .category_items_desc_full {
display: none;
}
.page-template-template-meet-the-team .category_items_inner {
cursor: pointer;
}
.page-template-template-meet-the-team .modal-dialog {
    max-width: 422px;
    margin-top: 100px;
}
.page-template-template-meet-the-team .category_items_inner_details .team_img {
text-align: center;
}
.page-template-template-meet-the-team .modal-dialog .category_items_desc {
  display: inline-block;
  overflow: visible;
}
.page-template-template-meet-the-team .modal-dialog .btn.active.focus, .page-template-template-meet-the-team .modal-dialog .btn.active:focus, .page-template-template-meet-the-team .modal-dialog .btn.focus, .page-template-template-meet-the-team .modal-dialog .btn:active.focus, .page-template-template-meet-the-team .modal-dialog .btn:active:focus, .page-template-template-meet-the-team .modal-dialog .btn:focus {
    outline: 0;
    outline-offset: 0;
}
.page-template-template-meet-the-team .modal-content{ border-radius: 0;}
.error404 span.screen-reader-text {
    background-color: #760023;
    color: #fff;
    width: 150px;
    display: block;
    padding: 8.5px 20px;
    font-size: 0.875rem;
    margin-bottom: 5px;
}
.error404 input[type="search"] {
    -webkit-appearance: none;
    border: solid 1px #6a6c88;
    background-color: #c9d0d7;
    height: 45px;
    padding-left: 20px;
    padding-right: 20px;
    width: 100%;
    display: block;
}
.error404 input[type="submit"] {
    -webkit-appearance: button;
    cursor: pointer;
    background-color: #77c9bd;
    box-shadow: 0 1px 0 0 #199c94;
    border: none;
    color: #fff;
    text-shadow: 0 1px 0 #199c94;
    font-size: 1.125rem;
    padding: 7px 29.5px;
}