/**
 * Theme Name: E4K Framework
 * Theme URI: http://www.e4k.co
 * Author: E4K Dev Team
 * Author URI: http://www.e4k.co
 * Description: Custom WordPress Theme created by the E4K Development Team. This theme is just a template to help build up the process speed of creating a website. This theme is using WordPress coding standards
 * Version: 0.97.0
 */


/**
|---------------------
| =Global Styles
|---------------------
*/

@import url('https://fonts.googleapis.com/css2?family=Raleway:ital,wght@0,100..900;1,100..900&display=swap');

/* body {
    font-family: "Raleway", sans-serif;
    color: #7a8b96;
} */
body.page, body.blog, body.single-post {
	font-family: "Raleway", sans-serif;
    color: /*#3A3A3A*/#7a8b96;
}

html {
  scroll-behavior: smooth;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    cursor: default;
	font-weight: 500;
	color: #3A3A3A;
}

p {
    cursor: default;
	text-align:justify;
}

a {
    cursor: pointer;
	color:#2baae2;
	outline:none;
}

a:hover{
	color:#222d63;
	outline:none !important;
}

a:focus{
	outline:none !important;
} 

img {
    max-width: 100%
}

h1 { font-size: /*2.3em*/ xxx-large; }
h2 { font-size: /*1.7em*/ xx-large; }
h3 { font-size: /*1.17em;*/ x-large;  }
h4 { font-size: 1.12em; }
h5 { font-size: .83em; }
h6 { font-size: .75em; }

ul{
	/*list-style-type: none;*/
}

/* For Chrome, Edge, Safari */
::-webkit-scrollbar {
  width: 2px;        /* vertical scrollbar */
  height: 2px;       /* horizontal scrollbar */
}

::-webkit-scrollbar-track {
  background: transparent; 
}

::-webkit-scrollbar-thumb {
  background-color: rgba(0, 0, 0, 0.3); /* color of the scroll thumb */
  border-radius: 10px;
}

/* For Firefox */
* {
  scrollbar-width: thin;          /* "auto" or "thin" */
  scrollbar-color: rgba(0, 0, 0, 0.3) transparent;
}



/**
|---------------------
| =Header
|---------------------
*/

nav.navbar-default {
    /*background-color: #3A3A3A;*/
    position: relative;
    padding: 20px 20px;
    /*box-shadow: 1px 0 10px #3A3A3A;*/
}

nav.navbar-default ul.nav a {
    color: #000;
    text-transform: capitalize;
    font-size: 16px;
    transition: all .5s ease;
    /* font-weight: bold; */
    text-shadow: none;
}

nav.navbar-default ul.nav a:hover,
nav.navbar-default ul.nav a:focus {
    background-color: transparent;
    color: /*#1d2cf3*/#2baae2;
}

nav.navbar-default ul.dropdown-menu {
    background-color: #f0f0f0;
    box-shadow: 0 1px 3px 0 rgba(0, 0, 0, .20);
    border: none;
    z-index: 1001;
    left: 50%;
    transform: translate( -50%, 0 );
    padding: 0;
}

nav.navbar-default ul.dropdown-menu a {
    /*padding: 15px 0;*/
	padding: 6.5px 0;
    text-align: center;
    min-width: 175px;
    border-bottom: 1px solid #cccccc;
}

nav.navbar-default ul.dropdown-menu li:last-of-type a {
    border-bottom: none;
}

.is_flex {
    display: flex;
    align-items: center;
    position: relative;
}

div.header_navigation {
    position: absolute;
    right: 0;
    display: flex;
    align-items: center;
}

div.header_navigation a.contact {
    margin-right: 15px;
    color: #3A3A3A;
}

header#navbar-wrapper {
    position: relative;
    z-index: 10001;
}

.logo_wrap img {
    max-width: 250px;
}

div#nav_button {
    position: absolute;
    right: 0;
    font-size: 24px;
    color: /*#a6ce3a*/#0b619a;
    display: none;
}

div#nav_button:hover {
    cursor: pointer;
}

ul#menu-primary {
    margin-right: 20px;
}

nav.navbar-default ul.dropdown-menu {
    background-color: #FFF;
}

nav.navbar-default ul.dropdown-menu li {
    padding: 0 20px;
}

div.social-media div {
    display: inline-block;
    /*margin-left: 7px;*/
}

div.social-media * {
    color: #fff;
    font-size: 18px;
}

div.social-media *:hover {
    text-decoration: none;
}

/* #menu-item-710 a{
	background: #1d2cf3;
    color: #ffffff;
    margin-left: 30px;
    border-radius: 30px;
    padding: 10px 25px;
	text-decoration:none;
	border: 2px solid #1d2cf3; 
}

#menu-item-710 a:hover{
	background:#ffffff;
	color:#1d2cf3;
	border: 2px solid #1d2cf3;
} */

/**
|---------------------
| =Mobile Menu
|---------------------
*/

div#mobile_navigation {
    position: fixed;
    top: 0;
    right: 0;
    background-color: #283b68;
    width: 60%;
    z-index: 9999999;
    height: 100vh;
    transform: translate(100%, 0);
    transition: .3s ease-in-out;
    border-left: 2px solid #FFF;
}

.navMove {
    transform: translate(0%, 0)!important;
}

div.mobile_nav_container {
    margin-top: 85px;
    /*text-align: center;*/
    max-width: 100%;
    overflow: hidden;
}

div.mobile_nav_container ul {
    margin: 0;
}

div.mobile_nav_container ul,
div.mobile_nav_container li {
    width: 100%;
}

div.mobile_nav_container li {
    margin-bottom: 18px
}

div.mobile_nav_container li a {
    color: #FFF;
    font-weight: bold;
    font-size: 24px;
}

div.mobile_contact {
    margin-bottom: 15px;
    margin-top: 20px;
    text-align: center;
}

div.mobile_nav_container li a:hover {
    background-color: transparent!important;
    text-decoration: underline;
}

div#nav_close {
    position: absolute;
    right: 17px;
    top: 38px;
    color: #FFF;
    font-size: 24px;
}

div.mobile_contact a i {
    color: #FFF;
    font-size: 22px;
    margin-right: 10px;
}

@media (max-width: 991px) {
    nav.navbar-default {
        padding: 15px;
    }
    div.header_navigation {
        display: none;
    }
    div#nav_button {
        display: block;
    }
}

/**
|---------------------
| =Footer
|---------------------
*/

.footer-logo .social-media{
	margin-top:50px;
}

.footer-logo .social-media i{
	background: /*#1d2cf3*/#2baae2;
    padding: 10px;
    border-radius: 10px;
    border: 2px solid transparent;
	margin-top: 5px;
}

.footer-logo .social-media i:hover{
	background: #ffffff;
	color:/*#1d2cf3*/#2baae2;
	border-color:/*#1d2cf3*/#2baae2;
}

.main-footer-wrapper{
	padding-top:30px;
}

footer#main-footer {
    /*background: linear-gradient(90deg, rgba(6, 16, 158, 0.71) 12%, rgba(47, 189, 128, 0.74) 79%);*/
	position: relative;
	/*background: linear-gradient(145deg, rgba(6, 16, 158, 0.73) 12%, rgba(47, 189, 128, 0.49) 79%);*/
    color: #FFF;
}

#footervideomobil {
    width: 100%;
    object-fit: cover;
    display: block;
	height:420px;
}

.footer-overlay{
	position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
	/*background: linear-gradient(145deg, rgba(6, 16, 158, 0.73) 12%, rgba(47, 189, 128, 0.49) 79%);*/
	background: linear-gradient(145deg, rgba(2, 25, 78, 0.85) 12%, rgba(0, 160, 231, 0.7) 79%);
}

.footer-logo img{
	margin-top:50px;
	/*margin: auto;*/
    background: white;
    /*display: block;*/
    padding: 20px 20px;
    border-radius: 20px;
	max-width:100% !important;
}

.footer-menu  h5{
	margin-left:25px;
	margin-bottom: 20px;
}
.footer-contact h5{
	margin-bottom: 20px;
}

.footer-contact ul{
	margin-top:0px;
}

.footer-contact ul li{
	padding:10px 0px;
	list-style: none;
}

.footer-contact ul li i{
	margin-right:5px;
}

.footer-map{
	display:inline-flex;
}

footer#main-footer ul {
    padding-left: 0;
}

div.footer-menu ul li {
    display: contents;
}

.footer-contact a{
	color:#ffffff;
}

div.footer-menu a {
    padding: 10px 30px;
	color:#ffffff;
}

.footer-menu{
	margin-bottom:30px;
}

div.footer-menu a:hover{
	background:transparent;
	text-decoration:underline;
}

div.footer_privacy, .text-muted {
    text-align: center;
}

div.footer_privacy p a {
    color: #FFF;
    text-decoration: underline;
}

div.footer_powered p a {
    color: /*#1d2cf3*/ #ffffff;
}
footer#main-footer h5{
	font-size: x-large;
	color:#ffffff;
}

footer#main-footer ul{
	padding-left: 15px;
}

div.copyright {
    border-top: 1px solid #FFF;
}

@media (max-width: 991px) {
    .footer_copyright,
    .footer_powered {
        text-align: center;
    }
    .footer_copyright p,
    .footer_powered p {
        float: none!important;
    }
}

/*
 * Side details
*/

div.side_phone,
div.side_email {
        position: fixed;
    top: 175px;
    right: 0;
    z-index: 1020;
    padding: 6px 5px 7px 50px;
    /*background-color: #303030;*/
	/*background: linear-gradient(145deg, rgba(6, 16, 158, 0.73) 12%, rgba(47, 189, 128, 0.49) 79%);*/
	background: linear-gradient(145deg, rgba(2, 25, 78, 0.85) 12%, rgba(0, 160, 231, 0.7) 79%);
    border: 1px solid #3A3A3A;
    -ms-transform: translateX(100%) translateX(-45px); /* IE 11 */
    -webkit-transform: translate(calc(100% - 45px));
    transform: translate(calc(100% - 45px));
    transition: .5s ease-out;
    display: flex;
    align-items: center;
	
}

div.side_phone {
    top: 222px;
    height: 45px;
}

div.side_email {
    top: 269px;
    height: 45px;
}

.number_icon,
.email_icon{
    position: absolute;
    background-color: #FFF;
    width: 45px;
    height: 45px;
    left: 0;
    top: -1px;
    border: 1px solid #3A3A3A;
    color: #303030;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 25px;
    font-weight: 900;
}

.number_icon i,
.email_icon i{
	/*background: linear-gradient(145deg, rgba(47, 189, 128, 0.49) 12%, rgba(6, 16, 158, 0.73) 79%);*/
	background: linear-gradient(145deg, rgba(0, 160, 231, 0.7) 12%, rgba(2, 25, 78, 0.85) 79%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}  

div.side_email:hover,
div.side_phone:hover {
    -ms-transform: translate(0);
    -webkit-transform: translate(0);
    transform: translate(0);
    transition-timing-function: ease-in-out;
	
}

div.side_email:hover a,
div.side_phone:hover a{
	text-decoration:none;
}

div.side_phone h3,
div.side_email h3 {
    margin: 0;
    color: #FFF;
    cursor: pointer;
}

/*
 * Home Styles
*/

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

.margin-bottom30{
	margin-bottom:30px;
}

.primary-color{
	color: /*#2fbd80*/#2baae2 !important;
}

.primary-bgcolor{
	background: /*#2fbd80*/#2baae2 !important;
}

.padding-remove{
	padding:0px;
}

div.page-banner {
    position: relative;
    /* overflow: hidden; */
	height: 600px;
	margin: 0px 25px;
	height: 600px;
	
}

#homevideomobil {
    width: 100%;
    height: 600px; /* or any desired fixed height, or use vh units like 100vh */
    object-fit: cover; /* makes the video fill the container nicely */
    display: block;
	/* border-radius: 20px; */
 }

div.page-banner img {
    height: 100%;
    width: 100%;
    object-fit: cover;
	border-radius: 20px;
}

div.page-banner-overlay {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    /* background-color: #0db26bdb; */
	border-radius: 20px;
	background: #2FBD80;
	/*background: linear-gradient(90deg, rgba(47, 189, 128, 0.49) 12%, rgba(6, 16, 158, 0.83) 79%);
	background: linear-gradient(90deg, rgba(47, 189, 128, 0.49) 32%, rgba(6, 16, 158, 0.53) 79%);*/
	/*background: linear-gradient(145deg, rgba(47, 189, 128, 0.49) 12%, rgba(6, 16, 158, 0.73) 79%);*/
	
	/*background: linear-gradient(145deg, rgba(43, 170, 226) 12%, rgba(34, 45, 99) 79%);*/
	
	background: linear-gradient(145deg, rgba(0, 160, 231, 0.7) 12%, rgba(2, 25, 78, 0.85) 79%);
	z-index: 1;
}

.page-banner-content h1{
	color:#ffffff;
}

.page-banner-content{
	max-height:350px;
	overflow-y:hidden;
	margin-bottom:30px;
}


div.innerpage-banner {
	position: relative;
    overflow: hidden;
	margin: 0px 25px;
}

div.innerpage-banner img {
    height: 400px;
    width: 100%;
    object-fit: cover;
	border-radius: 20px;
}

div.innerpage-banner #innervideomobil{
	height: 400px;
	width: 100%;
    object-fit: cover;
    display: block;
	/* border-radius: 20px; */
}

div.innerpage-banner-overlay {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    /*background-color: #0db26bdb;*/
	/*background: linear-gradient(90deg, rgba(47, 189, 128, 0.49) 12%, rgba(6, 16, 158, 0.83) 79%);*/
	/*background: linear-gradient(145deg, rgba(47, 189, 128, 0.49) 12%, rgba(6, 16, 158, 0.73) 79%);*/
	background: linear-gradient(145deg, rgba(0, 160, 231, 0.7) 12%, rgba(2, 25, 78, 0.85) 79%);
	border-radius: 20px;
	z-index: 1;
}

.innerpage-banner-content h1{
	color:#ffffff;
}

.innerpage-banner-content{
	position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: #fff;
    text-align: center;
    width: 90%;
}

div.about-page {
	position: absolute;
    top: 25%;
	width: -webkit-fill-available;
	width: -moz-available;
	color:#ffffff;
}
div.about-page img.banner-overlay-img {
	height: 550px;
	width: inherit;
	border-top-left-radius: 600px;
    border-top-right-radius: 600px;
	opacity: 0;
	/*animation: fadeIn 1s ease-in forwards;*/
	animation-delay: 0.5s;
}

div.about-page {
    position: absolute;
    top: 25%;
	margin: 0% 10%;
}

div.underneath-section{
	margin-top:100px;
}


.intro-section {
    text-align: center;
    padding: 30px 20px;
}

.intro-subtext p{
	text-align: center;
}

.intro-welcome {
    font-size: 18px;
    color: #fff;
    margin-bottom: 10px;
}

.intro-section .intro-welcome{
	   color: /*#7a8b96*/ #2baae2;
}

.home-treatments h2, .home-appointment-info, .home-appointment-info h2, .home-appointment-info a {
	color: #fff;
}

.intro-heading {
    line-height: 1.4;
    margin-bottom: 20px;
}

.video-container {
  position: relative;
  width: 100%;
  /*max-width: 800px;*/
  aspect-ratio: 16 / 7;
  overflow: hidden;
  border-radius: 15px;
  margin: auto;
}

.video-thumbnail {
  width: 100%;
  height: 100%;
  position: relative;
  cursor: pointer;
}

.video-thumbnail img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 15px;
}

.about-custom-video-overlay {
  position: absolute;
  inset: 0;
  display: flex;
  justify-content: center;
  align-items: center;
}

.play-button {
  width: 60px;
  height: 60px;
}
#about-custom-video {
  display: none;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 15px;
}


.inner-banner-btn a, .menu-navbar-container #menu-item-710 a,.home-btn-book, .acf-form-submit .acf-button{
	/*background: white;
    padding: 10px 35px;
    border-radius: 20px;
    color: #000;
	text-decoration:none;*/
	/* background: #1d2cf3; */
    color: #ffffff;
    /*margin-left: 30px;*/
    border-radius: 30px;
    padding: 10px 25px;
    text-decoration: none;
	border: unset;
	/*background: linear-gradient(90deg, rgba(6, 16, 158, 0.71) 12%, rgba(47, 189, 128, 0.74) 79%);*/
	/*background: linear-gradient(145deg, rgba(6, 16, 158, 0.71) 12%, rgba(47, 189, 128, 0.49) 79%);*/
	
	background: linear-gradient(145deg, rgba(2, 25, 78, 0.85) 12%, rgba(0, 160, 231, 0.7) 79%);
	
	transition: .5s ease;
}

.menu-navbar-container #menu-item-710 a{
	 margin-left: 30px;
}

.inner-banner-btn a:hover, .menu-navbar-container #menu-item-710 a:hover, .home-appointment-section .home-btn-book:hover, .acf-form-submit .acf-button:hover {
   /* background: #ffffff;
    color: #1d2cf3; */
	/*background: linear-gradient(90deg, rgba(47, 189, 128, 0.71) 12%, rgba(6, 16, 158, 0.74) 79%);*/
	/*background: linear-gradient(145deg, rgba(47, 189, 128, 0.49) 12%, rgba(6, 16, 158, 0.73) 79%);*/
	
	background: linear-gradient(145deg, rgba(0, 160, 231, 0.7) 12%, rgba(2, 25, 78, 0.85) 79%) !important;

}



.inner-banner-btn-wrapper {
  display: flex;
  align-items: center;
  gap: 20px;
  border-radius: 10px;
}


.arrow {
  margin-left: 10px;
}

.call-info {
  border-left: 1px solid #fff;
  padding-left: 20px;
  color: #fff;
}

.call-label {
  font-size: 11px;
  font-weight: bold;
  text-transform: uppercase;
  opacity: 0.8;
}

.call-number {
  font-size: 18px;
  font-weight: 400;
}

.call-number a{
	color:#ffffff;
}

.home-health-matters{
	margin:30px 0px;
}

.home-health-matters .col-sm-4 {
  border-right: 1px solid #ddd;
}

.home-health-matters .col-sm-4:last-child {
  border-right: none;
}

.home-health-matters-inner-box {
  padding: 20px 15px;
}

.home-health-matters-icon {
  height: 60px;
}

.home-health-matters-inner-box p {
  min-height: 115px;
}

.home-health-matters-link {
  font-size: 12px;
  font-weight: bold;
  text-transform: uppercase;
  letter-spacing: 1px;
  color: #333;
  text-decoration: none;
  display: inline-block;
  margin-top: 10px;
}

.home-health-matters-link span {
  margin-left: 5px;
  transition: margin-left 0.3s ease;
}

.home-health-matters-link:hover span {
  margin-left: 10px;
}

.home-health-matters-link:hover {
  /*background: linear-gradient(145deg, rgba(47, 189, 128, 0.80) 12%, rgba(6, 16, 158, 0.90) 79%);*/
  
  /*background: linear-gradient(145deg, rgba(0, 160, 231, 0.7) 12%, rgba(2, 25, 78, 0.85) 79%);*/
  background: linear-gradient(145deg, rgba(0, 160, 231, 0.7) 12%, rgba(2, 25, 78, 0.85) 79%);
  
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

   .home-conditions-treated {
      background: #fff;
      /*padding: 30px;*/
	  margin-bottom:60px;
    }
    .home-conditions-treated .wrapper {
      display: table;
      width: 100%;
    }
    .home-conditions-treated .text-column {
      display: table-cell;
      vertical-align: middle;
      width: 60%;
      padding-right: 40px;
    }
    .home-conditions-treated .image-column {
      display: table-cell;
      vertical-align: middle;
      width: 40%;
    }
    .home-conditions-treated h2 {
      font-size: 32px;
      font-weight: 400;
      line-height: 1.3;
      margin-bottom: 20px;
    }
    .condition-panel p {
      /*color: #666;*/
      margin-bottom: 25px;
    }
	.home-conditions-treatedtitle p{
		margin-bottom:30px;
	}
    .home-conditions-treated ul {
      list-style: none;
      padding: 0;
      margin: 0 0 20px 0;
	  display: flex;
	  flex-wrap: wrap;
	  padding: 0;

    }
    .home-conditions-treated ul li {
      margin-bottom: 10px;
      padding-left: 20px;
      position: relative;
      width:50%;
    }
    .home-conditions-treated ul li:before {
      content: "✔";
      position: absolute;
      left: 0;
      color: #1d2cf3;
    }
    .home-conditions-treated .btn-custom {
      background: #c6d7cb;
      color: #fff;
      border-radius: 25px;
      padding: 10px 25px;
      border: none;
      font-weight: bold;
    }
    .home-conditions-treated .btn-custom:hover {
      background: #b0c5b8;
    }
    .home-conditions-treated .rounded-image {
      width: 100%;
      border-bottom-left-radius: 200px;
	  border-bottom-right-radius: 10px;
	  border-top-left-radius: 10px;
	  border-top-right-radius: 10px;
      object-fit: cover;
    }

    .home-treatments {
      /*padding: 60px 15px;*/
	  /* background: *//*#D1D4FC*/ /*#E8E9FD*/ /*#cccccc75; */
	  min-height: 670px;
	  margin-bottom:60px;
	  /*background: linear-gradient(90deg, rgba(6, 16, 158, 0.71) 12%, rgba(47, 189, 128, 0.74) 79%);*/
	  position: relative;
    }
	
	.home-treatments-overlay{
		border-radius: unset !important;
		padding: 60px 15px;
	}

    .panel-group .panel {
      border: none;
      border-radius: 6px;
      margin-bottom: 10px;
      overflow: hidden;
      /*box-shadow: 0 1px 4px rgba(0, 0, 0, 0.1);*/
	  box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
    }

    .panel-heading {
      padding: 0;
    }

    .panel-title a {
      display: block;
      padding: 15px 20px;
      text-decoration: none;
      font-size: 16px;
      font-weight: normal;
      background-color: #fff;
      color: #2c3e50;
      position: relative;
    }

    .panel-title a[aria-expanded="true"] {
      /*background-color: #2fbd80;
      color: #fff;*/
    }

    /* Arrow styles */
    .panel-title a::after {
      content: '\f078'; /* FontAwesome down arrow */
      font-family: 'FontAwesome';
      position: absolute;
      right: 20px;
      top: 50%;
      transform: translateY(-50%) rotate(0deg);
      transition: transform 0.3s ease;
    }

    .panel-title a[aria-expanded="true"]::after {
      transform: translateY(-50%) rotate(180deg); /* Up arrow */
    }

    .panel-body {
      /*background-color: #2fbd80;
      color: #fff;*/
      padding: 15px 20px;
      font-size: 14px;
    }
	
	.panel-body p, .panel-body ul>li{
		font-weight:600;
	}
	

    .treatment-image {
	  margin-top: 170px;
	  position:absolute;
      width: 80%;
      overflow: hidden;
     
    }

    .treatment-image img {
      width: 100%;
	  height:500px;
      display: block;
	  border-bottom-left-radius: 600px;
      border-bottom-right-radius: 600px;
	  border-top-left-radius: 20px;
      border-top-right-radius: 20px;
	  opacity: 0;
	  animation-delay: 0.5s;
    }


.home-review-section{
    /* padding: 60px 30px;*/
	 /*background: #e8edea;*/
	 /* background: #cccccc20; */
	 /*background: linear-gradient(90deg, rgba(47, 189, 128, 0.49) 12%, rgba(6, 16, 158, 0.83) 79%);*/
	 
	padding-bottom:10px; 
}



.ti-widget.ti-goog .ti-review-item>.ti-inner:hover, .ti-widget.ti-goog .ti-load-more-reviews-container .ti-load-more-reviews-button:hover{
	/*background: linear-gradient(90deg, rgba(47, 189, 128, 0.49) 12%, rgba(6, 16, 158, 0.83) 79%) !important;*/
	
}

.ti-widget.ti-goog .ti-widget-container .ti-date{
	color:#000 !important;
}

.ti-widget.ti-goog .ti-read-more span{
	color:#ffffff !important;
}

    .home-faq-section {
      
      /*padding: 80px 0;*/
	  margin-top: /*100px*/60px;
	  margin-bottom:60px;
    }

    .home-faq-section .faq-title {
      text-transform: uppercase;
      font-size: 11px;
      color: #7f8c8d;
      letter-spacing: 1px;
      margin-bottom: 5px;
    }

.home-faq-section .panel-title a[aria-expanded="true"], .home-faq-section .panel-body {
	/*background:#2fbd80;*/
	/*background: linear-gradient(145deg, rgba(47, 189, 128, 0.53) 12%, rgba(6, 16, 158, 0.73) 79%);*/
	/*background: linear-gradient(145deg, rgba(6, 16, 158, 0.73) 12%, rgba(47, 189, 128, 0.49) 79%);*/
	
	background: linear-gradient(145deg, rgba(2, 25, 78, 0.85) 12%, rgba(0, 160, 231, 0.7) 79%);
	color:#ffffff;
}

.home-appointment-section {
    padding: 60px 0;
    border-radius: 10px;
}

.home-appointment-section .home-appointment-box {
    background-color: #c0d3cb;
    border-radius: 10px;
    overflow: hidden;
}

.home-appointment-section iframe{
	border-bottom-left-radius: 20px;
    border-top-left-radius: 20px;
}

.home-appointment-section .home-appointment-info {
    padding: 40px 30px;
	height:500px;
	/* background: */ /*#E8E9FD*/ /* #cccccc75; */
	border-bottom-right-radius: 20px;
    border-top-right-radius: 20px;
	/*background: #0db26bdb;*/
	/*background: linear-gradient(90deg, rgba(47, 189, 128, 0.49) 12%, rgba(6, 16, 158, 0.53) 79%) ;*/
	/*background: linear-gradient(145deg, rgba(47, 189, 128, 0.49) 12%, rgba(6, 16, 158, 0.73) 79%);*/
	
	/*background: linear-gradient(145deg, rgba(0, 160, 231, 0.7) 12%, rgba(2, 25, 78, 0.85) 79%);*/
	background: linear-gradient(145deg, rgba(0, 160, 231, 0.7) 12%, rgba(2, 25, 78, 0.85) 79%);
}

.home-appointment-section .home-appointment-info p {
    margin-bottom: 30px;
}

 .home-appointment-section .home-contact-details {
    margin-bottom: 30px;
 }

.home-appointment-section .home-contact-details p {
  margin-bottom: 15px;
}

.home-appointment-section .home-btn-book {
	/*background: #1d2cf3;
    color: #ffffff;
    margin-left: 30px;
    border-radius: 30px;
    padding: 10px 25px;
    text-decoration: none;
    border: 2px solid #1d2cf3;*/
	border: unset;
    outline: unset;
	color:#ffffff;
}

.home-appointment-section .home-btn-book:hover{
	/*background: #ffffff;
    color: #1d2cf3;*/
	/*background: linear-gradient(145deg, rgba(47, 189, 128, 0.49) 12%, rgba(6, 16, 158, 0.43) 79%) !important;*/
	background: linear-gradient(145deg, rgba(2, 25, 78, 0.85) 12%, rgba(0, 160, 231, 0.7) 79%) !important;
}

.panel-body ul{
	list-style-type: square;
}

.home-contact-details i{
	margin-right:5px;
}

.home-contact-details a{
	/* color:#7a8b96; */
}	

.home-contact-details a:hover{
	/* color:#7a8b96; */
}

.google-review-badge .wprev_badge_div {
    min-width: 500px;
}

div.google-review-badge div.wprev-google-right {
    display: flex;
    align-items: baseline;
    gap: 20px;
}

div.google-review-badge .wprev_outer_wb{
	justify-content:center;
}

.google-review-badge div.wprev-google-place {
    box-shadow: none !important;
    border: 0px !important;
}


/* Left Conditions Tabs */
.conditions-tabs {
    display: flex;
    flex-wrap: wrap;
    gap: 7.5px;
}
.condition-tab {
    flex: 1 1 calc(50% - 10px); /* Auto 2-column split */
    background: #fff;
    border-radius: 10px;
    padding: 15px;
    text-align: center;
    cursor: pointer;
    /*box-shadow: 0 2px 6px rgba(0,0,0,0.1);*/
    transition: all 0.3s ease;
	font-size: large;
	margin-bottom: 15px;
	box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
}
.condition-tab.active {
    /*background: #c9d9d2;*/
	/*background: linear-gradient(145deg, rgba(47, 189, 128, 0.49) 12%, rgba(6, 16, 158, 0.73) 79%);*/
	
	background: linear-gradient(145deg, rgba(0, 160, 231, 0.7) 12%, rgba(2, 25, 78, 0.85) 79%);
	color:#ffffff;
}
.condition-tab img {
    display: block;
    margin: 0 auto 10px;
    max-height: 40px;
}

/* Right Conditions Content */
.conditions-content {
    border-radius: 10px;
    /*padding: 20px;*/
}

.condition-panel h3{
	margin-top:0px;
	margin-bottom:0px;
}

.conditions-content .condition-panel img{
      width: 100%;
      /*border-bottom-left-radius: 200px;
	  border-bottom-right-radius: 10px;
	  border-top-left-radius: 10px;
	  border-top-right-radius: 10px;*/
	  /*border-radius:10px;*/
	  border-bottom-left-radius: 150px;
	  border-bottom-right-radius: 10px;
	  border-top-left-radius: 10px;
	  border-top-right-radius: 10px;
      object-fit: cover;
	  margin: auto;
	  display: block;
	  /*width: 50%;*/
	  min-height:450px;
	  max-height:450px;
}	  

.remove-margin a{
	margin-left:unset !important;
}

.condition-panel {
    display: none;
}
.condition-panel.active {
    display: block;
}



/********* our team *********/

    .home-our-team {
      text-align: center;
      padding: 60px 15px;
    }

    .team-card {
      background-color: #1d2cf321;
      border-radius: 10px;
      overflow: hidden;
      margin-bottom: 30px;
      transition: all 0.3s ease;
      padding-bottom: 20px;
	  box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
    }
    .team-card img {
      width: 100%;
      height: auto;
      display: block;
    }
    .team-card h4 {
      font-size: 18px;
      margin: 20px 0 5px;
    }
    .team-card p {
      font-size: 14px;
      color: #666;
      margin-bottom: 10px;
    }
    .open-profile {
      color: #333;
      font-weight: bold;
      text-transform: uppercase;
      font-size: 12px;
      display: inline-block;
	  letter-spacing: 1px;
    }
    .open-profile:after {
      content: '→';
      display: inline-block;
      margin-left: 5px;
      transition: margin-left 0.2s;
    }
    .open-profile:hover:after {
      margin-left: 10px;
    }
    .meet-btn {
		background: #1d2cf3;
		color: #ffffff;
		margin-left: 30px;
		border-radius: 30px;
		padding: 10px 25px;
		text-decoration: none;
		border: 2px solid #1d2cf3;
    }


div.slider {
    margin-bottom: 30px;
}

div.slider *:focus {
    outline: none;
}

div.slider-image {
    position: relative;
    overflow: hidden;
}

div.slider-image img {
    height: 100%;
    width: 100%;
}

div.slider-overlay {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background-color: rgba(0,0,0,.3);
}

div.slider-content {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    color: #fff;
    text-align: center;
    width: 90%;
    text-transform: capitalize;
}

/*slider dots*/
.slick-dots {
	display: flex;
	position: absolute;
	left: 50%;
	bottom: 30px;
	transform: translateX(-50%);
}

.slick-dots li button {
	font-size: 0;
	width: 16px;
	height: 16px;
	border: 1px solid #fff;
	background: transparent;
	border-radius: 50%;
	margin: 0 5px;
}

.slick-dots li.slick-active button {
	width: 20px;
	height: 20px;
	background: var(--hover);
	border-color: var(--hover);
}

div.about-section {
    margin-bottom: 30px;
}

div.about-image img {
    height: 100%;
    width: 100%;
    object-fit: cover;
}

div.about-section h2 {
	margin-top: 0;
}

div.services-header {
    text-align: center;
}

div.services-item {
    margin-bottom: 30px;
}

div.services-item a {
    color: #000;
}

div.contact-banner {
    position: relative;
    overflow: hidden;
}

div.contact-banner img {
    height: 100%;
    width: 100%;
    object-fit: cover;
}

div.contact-banner-overlay {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background-color: rgba(0,0,0,.5);
}

div.contact-banner-content {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    color: #fff;
    width: 90%;
    text-align: center;
    font-size: 20px;
}

.btn {
    border: 2px solid #000;
    color: #000;
    background-color: #fff;
    padding: 8px 20px;
    transition: .5s ease-in-out;
}

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

/* About Page */

.about-content-section{
	 margin: 60px 0px;
}

.about-content-section h2{
	margin-top:0px;
}

.about-content-section .rounded-img {
      border-radius: 15px;
      width: 100%;
      height: 550px;
	  margin-bottom: 50px;
}

.about-content-section .text-block {
    padding: 20px;
	max-height: 550px;
    overflow-y: auto;
	margin-bottom: 50px;
}


/********* Services ***********/

  .service-card {
      position: relative;
      overflow: hidden;
      border-radius: 10px;
      margin-bottom: 30px;
      color: white;
      height: 450px;
      background-size: cover;
      background-position: center;
      display: flex;
      align-items: flex-end;
      padding: 20px;
      transition: transform 0.3s ease;
    }

    .service-card:hover {
      transform: scale(1.02);
	  /*color:#000;*/
	  align-items: center !important;
    }
	
	.service-card:hover .services-content-title{
		font-size:x-large;
	}

    .service-overlay {
      position: absolute;
      top: 0;
      right: 0;
      bottom: 0;
      left: 0;
      background: rgba(0, 0, 0, 0.4);
    }
	
	.service-card:hover .service-overlay{
		/*background: rgba(120, 201, 191, 0.35);
		opacity: 0.8;*/
		/*background: linear-gradient(145deg, rgba(47, 189, 128, 0.49) 12%, rgba(6, 16, 158, 0.73) 79%);*/
		background: linear-gradient(145deg, rgba(0, 160, 231, 0.7) 12%, rgba(2, 25, 78, 0.85) 79%)
	}

	.services-page-section a:hover{
		text-decoration:none;
	}

    .service-content {
      position: relative;
      z-index: 2;
    }
	
    .services-content-title{
      font-size: 20px;
      font-weight: 400;
      margin-bottom: 5px;
	  color: #3A3A3A;
    }

    .service-content p{
      font-size: 14px;
    }


/* Contact Us */

div.contact-page {
    margin: 30px 0px;
}

div.contact-form div.input-field {
    margin-bottom: 15px;
}

div.contact-form div.input-field input {
    border: 2px solid #000;
    padding: 5px 10px;
    width: 100%;
}

div.contact-form div.textarea {
    margin-bottom: 10px;
}

div.contact-form div.textarea textarea {
    border: 2px solid #000;
    padding: 5px 10px;
    width: 100%;
}

div.contact-form div.submit-button {
    text-align: center;
}

div.contact-form div.submit-button input {
    color: #fff;
    background-color: #000;
    border: 2px solid #000;
    padding: 8px 20px;
    transition: .5s ease-in-out;
}

div.contact-form div.submit-button input:hover {
    background-color: #000;
    color: #fff;
}

div.contact-details-header h3 {
    margin-top: 0;
}

div.contact-details div {
	margin-bottom: 15px;
}

div.contact-details div * {
    display: inline-block;
    color: #000;
    margin: 0;
    margin-right: 10px;
}

div.services-page-section {
    margin: 60px 0px;
}

.faq-innerpage-bg{
	/*background:#e8edea;*/
}

/********* Single Services ************/

.single-services{
	margin: 60px 0px;
}


.single-services {
  padding: 30px 0;
}

.single-services .service-sidebar {
  /*background:*/ /*#E8E9FD*/ /*#cccccc75*//*#e8edea;*/
  /*background: linear-gradient(145deg, rgba(47, 189, 128, 0.49) 12%, rgba(6, 16, 158, 0.73) 79%);*/
  background: linear-gradient(145deg, rgba(0, 160, 231, 0.7) 12%, rgba(2, 25, 78, 0.85) 89%);
  padding: 20px;
  border-radius: 10px;
}

.single-services .service-sidebar h4 {
  font-weight: 600;
  margin-bottom: 20px;
  text-align:center;
  font-size:18px;
}

.single-services .service-sidebar ul li a {
  display: block;
  padding: 8px 0;
  color: #000;
  text-decoration: none;
  border-bottom: 1px solid /*#e0e0e0*/ /*#1d2cf34d*/ #000;
}

.service-sidebar .list-unstyled{
	padding:0px;
	list-style: none;
}

.single-services .service-sidebar ul li a:hover, .service-active{
  text-decoration: none;
  color:#ffffff !important;
  font-weight: 600;
}

.single-services img{
  margin: 20px 0;
}

.service-description strong, .service-description b{
	color:#3A3A3A !important;
}

.service-description h2{
	margin-top:0px;
}

.singlservices-faq-section {
    padding: 30px 0 !important;
}

.singlservices-faq-section .panel{
	box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
}

.services-section{
	margin-bottom:30px;
}

.services-section a{

}	

.services-section a:hover img{
    transform: scale(1.02);
	box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8p
}	  

.services-section a, .services-section a:hover, .services-section a:focus{
	text-decoration:none;
}

.services-image img{
    border-bottom-left-radius: 150px;
    border-bottom-right-radius: 10px;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    object-fit: cover;
    margin: auto;
    display: block;
	height:350px;
	width:100%;
	margin-bottom:15px;
}

.services-content{
	min-height:115px;
}

.services-content p{
	color:#7a8b96;
}	

.portal-top{
	margin: 30px 0px !important;
	padding:0px !important;
}
.portal-titlediv{
	margin-bottom:30px;
}

/******** blog *******/

.blog-section{
	margin: 60px 0px;
}

  .blog-card {
    padding: 15px;
  }

  .custom-card {
    border-radius: 12px;
    overflow: hidden;
    /*background:#cccccc75;*/
    box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
    height: 100%;
    display: flex;
    flex-direction: column;
	transition: transform 0.3s ease
  }
  
  .custom-card:hover{
	  transform: scale(1.05);
  }

  .custom-card img {
	width: 100%;
    height: 200px;
    object-fit: cover;
    display: block;
  }

  .custom-tag {
    background: #dbe6dc;
    color: #4b6c58;
    font-size: 12px;
    padding: 5px 10px;
    border-radius: 12px;
    text-transform: uppercase;
    display: inline-block;
    margin-bottom: 10px;
    margin-top: 15px;
  }

  .custom-title {
    font-size: 18px;
    font-weight: 500;
    color: #1b1c1e;
    margin-bottom: 20px;
	min-height: 80px;
  }

  .custom-read {
	font-size: 12px;
    color: #ffffff;
    text-transform: uppercase;
    font-weight: 700;
    display: inline-block;
    position: relative;
	top:-10px;
    left: 20px;
    /*background: linear-gradient(145deg, rgba(6, 16, 158, 0.80) 12%, rgba(47, 189, 128, 0.80) 79%);*/
	/*background: linear-gradient(145deg, rgba(6, 16, 158, 0.71) 12%, rgba(47, 189, 128, 0.49) 79%),#fff;*/
	background: linear-gradient(145deg, rgba(2, 25, 78, 0.85) 12%, rgba(0, 160, 231, 0.7) 79%),#fff;
    padding: 5px 15px;
    border-radius: 20px;
	text-decoration:none;
	width: fit-content;
  }
  
  .custom-read:hover,.custom-read:focus{
	text-decoration:none;
	color: #ffffff;
	/*background: linear-gradient(145deg, rgba(47, 189, 128, 0.49) 12%, rgba(6, 16, 158, 0.71) 79%),#fff;*/
	background: linear-gradient(145deg, rgba(0, 160, 231, 0.7) 12%, rgba(2, 25, 78, 0.85) 79%),#fff;
  }

  .custom-read i {
    margin-left: 5px;
  }

  .custom-card-body {
    padding: 20px;
	padding-top:5px;
    flex: 1;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
  }

  .custom-card-body a:hover {
    text-decoration: none;
  }
  
 .services-read{
	top: -30px;
	display: grid;
    justify-self: end;
	margin-right:50px;
 } 

.relatedblog-section{
	margin-bottom:30px;
}


.addtoany_shortcode{
	width: fit-content;
    float: left;
}

.blog-listend-box span{
	float:right;
	font-family: initial;
}

.custom-card.research-card {
	overflow: visible;
}
.research-card .rearch-read {
	top: -60px;
}
.research-card .custom-card-body {
	position: relative;
}

/*************** contact us *****************/

.contact-appointment-info{
	padding: 40px 30px;
    height: 400px;
    background: transparent;
    border-bottom-right-radius: 20px;
    border-top-right-radius: 20px;
	border-bottom-left-radius: 20px;
    border-top-left-radius: 20px;
}

.contact-appointment-section iframe{
	border-bottom-right-radius: 20px;
    border-top-right-radius: 20px;
}

.contact-appointment-section .home-btn-book{
	margin-left: 0px;
}

.contact-form-imgdiv{
	width: 90%;
    margin: auto;
}

.contact-form-imgdiv img{
	width:100%;
	object-fit:cover;
	border-radius:20px;
	min-height:550px;
}

.contact-form input{
	border-radius: 25px;
    border: 1px solid #ced4da;
    padding: 10px 20px !important;
}

.contact-form textarea{
      border-radius: 15px;
      resize: vertical;
      height: 100px;
	  border: 1px solid #ced4da;
}

.contact-form .acf-field .acf-label{
	margin:0px !important;
}

.acf-form-submit .acf-button{
	/*background: #1d2cf3;
    color: #ffffff;
    border-radius: 30px;
    padding: 10px 30px;
    text-decoration: none;
    border: 2px solid #1d2cf3;*/
}

.acf-form-submit .acf-button:hover{
	/*background: #ffffff;
    color: #1d2cf3;*/
}

.contact-consultation{
	/*background:#e8edea;*/
	padding:20px;
	border-radius:10px;
	margin-top:30px;
	border:1px solid #cccccc;
}

.contact-consultation .acf-fields > .acf-field{
	min-height:unset !important;
}

.contact-consultation .acf-field input[type=text], .contact-consultation .acf-field input[type=email], .contact-consultation .acf-field textarea, .contact-consultation .acf-field input[type=number]{
	border:1px solid #cccccc;
	border-radius: 5px;
	padding:10px;
}

.video-embed-wrapper iframe {
    width: 100%;
    height: 250px;
    max-width: 100%;
    border: none;
	margin-bottom: 20px;
}

.video-embed-wrapper img{
	margin-bottom: 20px;
	border-radius:20px;
}

.contact-consultation-title{
	text-align: center;
	margin-bottom: 20px;
	font-weight: 600;
	font-size: 18px;
	/*background: linear-gradient(145deg, rgba(47, 189, 128, 0.49) 12%, rgba(6, 16, 158, 0.73) 79%);*/
	
	background: linear-gradient(145deg, rgba(0, 160, 231, 0.7) 12%, rgba(2, 25, 78, 0.85) 79%);
	
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	background-clip: text;
	color: transparent;
}

.testimonial{
	margin:5px; 
	display:inline-block;
}	

.testimonial-buttons{
	margin-bottom:20px;
}

.testimonial-buttons .testimonial {
    display: block;
    padding: 10px;
    background: #f5f5f5;
    margin-bottom: 5px;
    text-align: center;
    cursor: pointer;
    border-radius: 4px;
    transition: 0.3s;
}

.testimonial-buttons .testimonial.service-active {
    background: #0073aa;
    color: #fff;
}

.testimonial-title{
	margin-top:0px;
}

.blog-liststart-box{
	margin-left: 20px;
	font-family: initial;
}

/*********** typing text ***********/

.blog-search-wrapper {
  display: flex;
  justify-content: center;
  margin-bottom: 30px;
}

.blog-search-form {
  display: flex;
  max-width: 500px;
  width: 100%;
}

.blog-search-input {
  flex: 1;
  padding: 12px 16px;
  border: 1px solid #ccc;
  border-radius: 25px 0 0 25px;
  font-size: 16px;
  outline: none;
  transition: border-color 0.3s ease;
}

.blog-search-input:focus {
  border-color: #5a70d1;
}

.blog-search-button {
  padding: 12px 20px;
  /*background: linear-gradient(to right, #4e9af1, #5a70d1);*/
  background: linear-gradient(145deg, rgba(0, 160, 231, 0.7) 12%, rgba(2, 25, 78, 0.85) 79%);
  color: white;
  border: none;
  border-radius: 0 25px 25px 0;
  cursor: pointer;
  font-size: 16px;
  transition: background 0.3s ease;
}

.blog-search-button:hover {
  /*background: linear-gradient(to right, #3e8ce3, #4e60c1);*/
  background: linear-gradient(145deg, rgba(2, 25, 78, 0.85) 12%, rgba(0, 160, 231, 0.7) 79%);
}


.blog-moreimg img{
	margin-bottom:30px;
	border-radius:10px;
	object-fit:cover;
}

.post-content{
	margin-bottom:30px;
}

.blog-contact .af-field{
	width:50% !important;
	float:Left;
}
.blog-contact .acf-field-textarea{
	width:100% !important;
}

.typewriter-box {
  /*background: linear-gradient(145deg, rgba(47, 189, 128, 0.49) 12%, rgba(6, 16, 158, 0.73) 79%);*/
  background: linear-gradient(145deg, rgba(0, 160, 231, 0.7) 12%, rgba(2, 25, 78, 0.85) 79%);
  padding: 30px;
  border-radius: 10px;
  margin: 30px auto;
  color: #ffffff;
  font-size: 18px;
  font-weight: 600;
}

.typewriter-output {
  white-space: pre-line;
  border-right: 2px solid rgba(255, 255, 255, 0);
  display: inline-block;
  min-height: 1em;
}

@keyframes blink {
  0%, 100% { border-color: rgba(255, 255, 255, 0.75); }
  50%     { border-color: transparent; }
}



.mobile {
    display: none!important;
}

@media only screen and (min-width: 1400px) {
	body{
		font-size:16px;
	}
	/*h1{
		font-size: 2.5em;
	}*/
	div.page-banner img, .treatment-image{
		width:500px !important;
		float:right;
	}
	.panel-title a[aria-expanded="true"]{
		font-size: 18px;
		font-weight: 600;
	}
}

@media only screen and (max-width: 767px) {
    div.slider {
        margin-bottom: 10px;
    }
    div.slider-image {
        height: 175px;
    }
    div.slider-content h1 {
        font-size: 1.8em;
    }
/*    .desktop {
        display: none!important;
    } */
    .mobile {
        display: block!important;
    }
    div.side_phone,
    div.side_email {
        display: none;
    }
    div.contact-banner {
        height: 350px;
    }
    div.page-banner {
        height: 200px;
    }
}

    @media (max-width: 768px) {
      .home-conditions-treated .wrapper {
        display: block;
      }
      .home-conditions-treated .text-column,
      .home-conditions-treated .image-column {
        display: block;
        width: 100%;
        padding: 0;
      }
      .home-conditions-treated .image-column {
        margin-top: 20px;
      }
    }
	
	@media (min-width: 768px) {
      .home-treatments .col-md-6 {
        padding-right: 30px;
        padding-left: 30px;
      }
    }

@media only screen and (max-width: 768px) {
	div#mobile_navigation {
		overflow-y: scroll;
	}

	#mobile_navigation .dropdown-menu {
		position: inherit;
		background-color: transparent;
	}

	div.mobile_nav_container .dropdown-menu li a{
		white-space: initial;
		text-decoration: none;
	}

	div.mobile_nav_container li a:hover,div.mobile_nav_container li a:focus{
		background-color: transparent !important;
   		text-decoration: none;
		color:#ffffff !important;
	}
	footer#main-footer ul {
		padding-left: 0px;
	}
}


@media only screen and (max-width: 768px) {
	div.mobile_nav_container li a{
		font-size:16px;
	}
	div.mobile_nav_container .dropdown-menu li a{
		font-size:14px;
	}

	div.mobile_nav_container .nav>li>a{
		padding: 5px 10px;
	}
	div.mobile_contact{
		margin-bottom:30px;
	}
	#mobile_navigation .dropdown-menu{
		border: none;
    	box-shadow: none;
	}
	#menu-primary-1 li>a{
		padding-top:5px !important;
		padding-bottom:5px !important;
	}
	#menu-primary-1 .dropdown-menu>li>a{
		padding: 3px 20px;
	}
	div.mobile_nav_container li{
		margin-bottom:unset;
	}
	.padding-remove {
		padding: 0px 15px;
	}
}


/*@media only screen and (max-width: 768px) {*/
@media only screen and (max-width: 768px) {
	div#mobile_navigation{
		width:100%;
	}

	div.mobile_nav_container div.menu-navbar-container .dropdown-menu.active {
		display: block;
	}

	div.mobile_nav_container div.menu-navbar-container ul.navbar-nav a i.toggle {
		float:right;
		font-size: 34px;
		right: 0;
		top: 0;
		/*text-align: center;*/
		width: 60px;
		line-height: 30px;
		height: 100%;
		color: #bbb;
		transition: all .6s ease;
	}

	div.mobile_nav_container div.menu-navbar-container ul.navbar-nav a .fa-angle-down:before{
		position: absolute;
		border-left: 1px solid #bbb;
		padding-left:10px;
	}

	div.mobile_nav_container div.menu-navbar-container ul.navbar-nav a {
		padding: 12px 15px;
		position: relative;
		border-bottom: 1px solid #bbb;
		text-transform: uppercase;
		width: 100%;
	}

	div.mobile_nav_container div.menu-navbar-container ul.navbar-nav a{
		display: flow-root;
	}
	div.mobile_nav_container div.menu-navbar-container ul.navbar-nav a .fa-angle-down:before{
		top: 0px;
	}

}

/********* ACF field **********/

.af-submit{
	padding: 15px 16px !important;
}

.acf-field[data-width] + .acf-field[data-width]{
	border-left: unset !important;
}

.acf-fields > .acf-field{
	border-top-color: transparent !important;
}

.acf-fields > .acf-field{
	padding: 5px 16px !important;
}

.gallery-item{
  margin-bottom: 30px;
}

.acf-field-63b513cecb2d4, .acf-field-687770b4cf4d9{
	display:none !important;
}

#form_6877718ed8176 label{
	display:none;
}
.af-field-privacy-policy label, .acf-checkbox-list label {
	display:block !important;
}

.acf-image-uploader .image-wrap img{
	/*max-width:250px !important;*/
}

.contact-consultation .acf-field .acf-label{
	margin:0px;
}

img.alignright { float: right; margin: 0 0 1em 1em; }
img.alignleft { float: left; margin: 0 1em 1em 0; }
img.aligncenter { display: block; margin-left: auto; margin-right: auto; }
.alignright { float: right; }
.alignleft { float: left; }
.aligncenter { display: block; margin-left: auto; margin-right: auto; }


.ti-widget.ti-goog .ti-controls .ti-next:before, .ti-widget.ti-goog .ti-controls .ti-prev:before,.ti-widget.ti-goog .ti-controls .ti-next:after, .ti-widget.ti-goog .ti-controls .ti-prev:after{
	background:#3038ae !important;
}

.animate__fadeInLeft, .animate__fadeInRight, .animate__fadeInUp {
    opacity: 1 !important;
}
.leftside, .rightside, .bottomtop {
    position: relative;
    opacity: 0;
    transition: 1s all ease;
}

.contact-consultation{
	border: 4px solid transparent;
    border-radius: 8px;
    /*background: linear-gradient(white, white) padding-box, /* Inner content bg */ /*linear-gradient(145deg, rgba(47, 189, 128, 0.49) 12%, rgba(6, 16, 158, 0.73) 79%) border-box;*/
	
	background: linear-gradient(white, white) padding-box, /* Inner content bg */ linear-gradient(145deg, rgba(0, 160, 231, 0.7) 12%, rgba(2, 25, 78, 0.85) 79%) border-box;
	
    background-origin: border-box;
    background-clip: padding-box, border-box;
	margin-bottom:30px;
}

/*.animation-delay1 { animation-delay: 0.25s; }
.animation-delay2 { animation-delay: 0.5s; }
.animation-delay3 { animation-delay: 0.75s; }
.animation-delay4 { animation-delay: 1s; }
.animation-delay5 { animation-delay: 1.25s; }
.animation-delay6 { animation-delay: 1.5s; }
.animation-delay7 { animation-delay: 1.75s; }
.animation-delay8 { animation-delay: 2s; }
.animation-delay9 { animation-delay: 2.25s; }
.animation-delay10 { animation-delay: 2.5s; }*/


.cc-btn {
  /*background: linear-gradient(145deg, rgba(6, 16, 158, 0.71) 12%, rgba(47, 189, 128, 0.49) 79%) !important;*/
  /*border: none !important;
  color:#FFF !important;*/
  background:##2fbd80 !important;
  color:#FFF !important;
}

/* 404 */

.missing-content-message {
	text-align: center;
    margin: 30px 0px;
}
.missing-content-message img {
	max-width: 250px;
}

@media only screen and (min-width: 1300px) and (max-width: 1399px) {
	.nav>li>a {
		padding: 10px 12.5px;
	}
	div.about-page img.banner-overlay-img{
		width:80%;
		height:500px;
	}
}

@media only screen and (min-width: 1200px) and (max-width: 1299px) {
	nav.navbar-default ul.nav a{
		font-size: 15px;
	}
	.nav>li>a {
		padding: 10px 10px;
	}
	div.about-page img.banner-overlay-img{
		width:80%;
		height:500px;
	}	
}

@media only screen and (min-width: 991px) and (max-width: 1199px) {
	
    div#mobile_navigation {
        width: 50%;
    }	
	
	div.mobile_nav_container div.menu-navbar-container .dropdown-menu.active {
		display: block;
	}

	div.mobile_nav_container div.menu-navbar-container ul.navbar-nav a i.toggle {
		float:right;
		font-size: 34px;
		right: 0;
		top: 0;
		/*text-align: center;*/
		width: 60px;
		line-height: 30px;
		height: 100%;
		color: #bbb;
		transition: all .6s ease;
	}

	div.mobile_nav_container div.menu-navbar-container ul.navbar-nav a .fa-angle-down:before{
		position: absolute;
		border-left: 1px solid #bbb;
		padding-left:10px;
	}

	div.mobile_nav_container div.menu-navbar-container ul.navbar-nav a {
		padding: 12px 15px;
		position: relative;
		border-bottom: 1px solid #bbb;
		text-transform: uppercase;
		width: 100%;
	}

	div.mobile_nav_container div.menu-navbar-container ul.navbar-nav a{
		display: flow-root;
	}
	div.mobile_nav_container div.menu-navbar-container ul.navbar-nav a .fa-angle-down:before{
		top: 0px;
	}

	#mobile_navigation .dropdown-menu {
		position: inherit;
		background-color: transparent;
	}

	div.mobile_nav_container .dropdown-menu li a{
		white-space: initial;
		text-decoration: none;
	}

	div.mobile_nav_container li a:hover,div.mobile_nav_container li a:focus{
		background-color: transparent !important;
   		text-decoration: none;
		color:#ffffff !important;
	}

    div#mobile_navigation {
        overflow-y: scroll;
    }	
	
	
    div.header_navigation {
        display: none;
    }
    div#nav_button {
        display: block;
    }

	.about-page .banner-left{
		width:60%;
	}

	div.about-page{
		margin: 0% 5%;
	}	
	
	.about-page .banner-right{
		width:40%;
	}	
	
	div.about-page img.banner-overlay-img{
		width:100%;
		height:500px;
	}		
	
	.home-treatments{
		min-height: 600px;
	}
	.treatment-image img{
		height:400px;
	}
	
	.custom-title{
		min-height:100px;
	}
	
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
	.about-content-section .rounded-img, .about-content-section .text-block {
		max-height: 350px;
	}
}

@media only screen and (max-width: 991px) {
		
	.about-page .banner-left{
		width:100%;
	}
	
	.about-page .banner-right, .treatment-left{
		display:none;
	}	
	
	div.about-page{
		top:0px;
	}
	div.page-banner,#homevideomobil{
		height: 400px;
	}
	div.underneath-section{
		margin-top: 30px;
	}
	
	.home-treatments, .home-treatments #homevideomobil{
		min-height: 575px;
	}
	
	.faq-titleh2 h2{
		display: -webkit-box;
		display: ruby-text;
		text-align: center;
	}
	
	.home-appointment-section iframe {
		border-bottom-right-radius: 20px;
		border-top-right-radius: 20px;
	}	
	
	.home-appointment-section .home-appointment-info{
		border-bottom-left-radius: 20px;
		border-top-left-radius: 20px;
	}
	
	#footervideomobil{
		height: 700px;
	}
	
}



@media only screen and (max-width: 767px) {
	
	h1{
		font-size: x-large;
	}
	
	.inner-banner-btn-wrapper{
		display: grid;
	}
	
	.faq-titleh2 h2{
		display:block;
	}
	.footer-menu{
		margin-bottom:0px;
	}
	
	#footervideomobil{
		height: 1250px;
	}
	.footer_copyright p, .footer_powered p, div.footer_privacy p{
		text-align:center;
		display: block;
	}
	
	.footer-menu h5{
		margin-left:0px;
	}
	
	div.footer-menu a{
		padding: 10px 15px;
	}
	
	div.google-review-badge .wprev_outer_wb, .google-review-badge div.wprev-google-place, div.google-review-badge div.wprev-google-right{
		display:block !important;
	}
	.google-review-badge .wprev_badge_div{
		min-width:auto;
	}
	
	.google-review-badge .wprev_badge_div{
		text-align: -webkit-center;
	}
	
	.conditions-readmore{
		display: block;
        margin-bottom: 30px;
	}
	
	.condition-tab{
		font-size: small;
	}
	
	.home-treatments, .home-treatments #homevideomobil{
		height: 750px;
	}
	.panel-title a::after{
		right:15px;
	}
	.home-review-section, .home-appointment-section {
		padding: 0px 15px;
	}
	
	.home-appointment-info {
		margin:30px 0px;
	}
	
	.about-content-section .text-block{
		max-height: -webkit-fill-available;
	}
	
	.about-content-section .rounded-img{
		height: -webkit-fill-available;
	}
	div.innerpage-banner #innervideomobil{
		height:300px;
	}

	.contact-appointment-info h2{
		font-size: x-large;
	}
	
	.contact-appointment-info{
		padding: 40px 15px;
		height: auto;
	}
	
	.contact-form-imgdiv img{
		min-height: auto;
	}
	
	.contact-form-imgdiv{
		width:100%;
		margin-top:30px;
	}
	
	.contact-form .acf-fields > .acf-field, .blog-contact .acf-fields > .acf-field{
		width:100% !important;
	}
	
	.single-services .row, .about-divrow{
		display: flex;
		flex-direction: column-reverse;
	}	
	
	.singlservices-faq-section .row{
		display: unset !important;
        flex-direction: unset !important;
	}
	
	.service-description h2{
		font-size: x-large;
	}
	
	.single-services{
		margin:0px;
	}
	
	iframe{
		width:100%;
	}	
}


@media only screen and (max-width: 350px) {
	.inner-banner-btn a, .menu-navbar-container #menu-item-710 a, .home-btn-book, .acf-form-submit .acf-button{
		padding: 10px 15px;
	}
	
	iframe{
		width:100%;
	}	
}

.custom-card-body-margin{
	margin-top:40px;
}

.rearch-read{
	position: absolute;
    margin-top: 10px;
}


.research_searchbox{
	margin-bottom:20px;
}


.pagination-wrapper {
    margin-top: 20px;
}

.pagination-wrapper a {
    display: inline-block;
    padding: 10px 22px;
    margin-right: 8px;
    background: linear-gradient(145deg, rgba(2, 25, 78, 0.85) 12%, rgba(0, 160, 231, 0.7) 79%), #fff;
    color: #fff;
    text-decoration: none;
    font-size: 14px;
    font-weight: 600;
    border-radius: 25px;
    transition: all 0.3s ease;
}

/* Hover */
.pagination-wrapper a:hover {
    background: linear-gradient(145deg, rgba(0, 160, 231, 0.7) 12%, rgba(2, 25, 78, 0.85) 79%), #fff;
    color: #fff;
}

/* Active page */
.pagination-wrapper a.active {
    background: linear-gradient(145deg, rgba(0, 160, 231, 0.7) 12%, rgba(2, 25, 78, 0.85) 79%), #fff;
    box-shadow: 0 4px 10px rgba(108, 75, 216, 0.35);
}


.rearchlistend-box{
	margin-right: 15px !important;
}

.home-btn-book.homeinner-banner-btn{
	background: linear-gradient(145deg, rgba(2, 25, 78, 0.85) 12%, rgba(0, 160, 231, 0.7) 79%) !important;
}

.home-btn-book.homeinner-banner-btn:hover{
	background: linear-gradient(145deg, rgba(0, 160, 231, 0.7) 12%, rgba(2, 25, 78, 0.85) 79%) !important;
}

.home-btn-book.homeinner-banner-btn a {
	text-decoration: none;
	color: #fff;
}



    .cv-wrapper {
      background: #fff;
      box-shadow: 0 2px 12px rgba(0,0,0,0.08);
    }

    /* ─── LEFT SIDEBAR ─── */
    .sidebar {
      background: #e8f0f5;
      padding: 30px 22px;
      min-height: 100%;
    }

    .profile-img-wrap {
      text-align: center;
      margin-bottom: 18px;
    }

    .profile-img-wrap img {
      /*width: 110px;
      height: 110px;*/
      border-radius: 50%;
      object-fit: cover;
      object-position: center top;
      border: 4px solid #fff;
      box-shadow: 0 3px 10px rgba(74,171,152,0.25);
    }

    .sidebar h1 {
      font-weight: 700;
      color: #2baae2;
      margin: 0 0 20px 0;
      line-height: 1.2;
      text-align: center;
    }

    .sidebar .section-label {
      font-weight: 700;
      letter-spacing: 1.5px;
      text-transform: uppercase;
      color: #7a9aaa;
      margin: 20px 0 8px 0;
      border-bottom: 1px dotted #b5cdd9;
      padding-bottom: 4px;
    }

    .reg-block { margin-bottom: 16px; }
    .reg-block p { margin: 0; line-height: 1.7; color: #555; }
    .reg-block .reg-title { font-weight: 600; color: #444; }
    .reg-block .reg-dates { color: #2baae2;  }
    .reg-block .reg-id { color: #888; }

    .sidebar ul { list-style: none; padding: 0; margin: 0; }
    .sidebar ul li {
      color: #555;
      padding: 3px 0 3px 12px;
      position: relative;
      line-height: 1.5;
    }
    .sidebar ul li::before {
      content: "•";
      color: #2baae2;
      position: absolute;
      left: 0;
      line-height: 1.2;
    }
    .sidebar ul li span.year {
      display: block;
      color: #2baae2;
    }

    .lang-item { color: #555; margin-bottom: 4px; }
    .lang-item strong { color: #444; }

    .divider-dots {
      border: none;
      border-top: 2px dotted #b5cdd9;
      margin: 16px 0;
    }

    /* ─── RIGHT CONTENT ─── */
    .main-content { padding: 30px 30px 30px 26px; }

    .section-title {
      font-weight: 700;
      letter-spacing: 2px;
      text-transform: uppercase;
      color: #2baae2;
      margin: 0 0 12px 0;
    }

    .profile-text {color: #555; line-height: 1.75; margin-bottom: 10px; }
    .profile-text p { margin-bottom: 10px; }

    hr.section-divider { border: none; border-top: 1px dotted #ccc; margin: 20px 0; }

    .attributes-label { color: #888; font-style: italic; margin-bottom: 10px; }

    .attributes-list { list-style: none; padding: 0; margin: 0 0 20px 0; }
    .attributes-list li {
      color: #555;
      padding: 3px 0 3px 14px;
      position: relative;
      line-height: 1.6;
    }
    .attributes-list li::before {
      content: "•";
      color: #2baae2;
      position: absolute;
      left: 0;
      line-height: 1.3;
    }

    .experience-section { margin-top: 20px; }
    .experience-section .section-title { letter-spacing: 1px; }
    .experience-text { color: #555; line-height: 1.75; }

    @media (max-width: 767px) {
      .sidebar { padding: 24px 18px; }
      .main-content { padding: 24px 18px; }
	  
	  .cv-wrapper{
		  box-shadow:none;
	  }
    }

.single-post .post-image{
	max-width:400px;
}