/*!
Theme Name: starter
Author: kukarika
Author URI: http://www.kukarika.com
Description: kukarika custom theme
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: kukarikaTheme
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.

kukarikaTheme is based on Underscores https://underscores.me/, (C) 2012-2017 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal https://necolas.github.io/normalize.css/
*/
/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Normalize
# Typography
# Elements
# Forms
# Navigation
	## Links
	## Menus
# Accessibility
# Alignments
# Clearings
# Widgets
# Content
	## Posts and pages
	## Comments
# Infinite scroll
# Media
	## Captions
	## Galleries
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Normalize
--------------------------------------------------------------*/
/* normalize.css v8.0.0 | MIT License | github.com/necolas/normalize.css */



/*-------------------------------------------------------------*/
/* 					   	  END SCREEN CORRECTIONS FONTS		   */
/*-------------------------------------------------------------*/

/* Document
	 ========================================================================== */

/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */

html {
	height: 100vh;
	scroll-behavior: smooth;
	line-height: 1.15;
	-webkit-text-size-adjust: 100%;
}

:root {
	scrollbar-color: rgba(0, 0, 0, .2) !important;
	scrollbar-width: thin !important
}

::-webkit-scrollbar {
	width: 9px
}

::-webkit-scrollbar-thumb {
	border-radius: 5px;
	background: rgba(0, 0, 0, .2)
}

::-webkit-scrollbar-thumb:hover {
	background: rgba(0, 0, 0, .4)
}

::-webkit-scrollbar-thumb:window-inactive {
	border-radius: 5px;
	background: rgba(0, 0, 0, .2)
}

/* Sections
	 ========================================================================== */

/**
 * Remove the margin in all browsers.
 */

body {
	margin: 0;
}

/* Grouping content
	 ========================================================================== */

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */

hr {
	box-sizing: content-box;
	height: 0;
	overflow: visible;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

pre {
	font-family: monospace, monospace;
	font-size: 1em;
}

/* Text-level semantics
	 ========================================================================== */

/**
 * Remove the gray background on active links in IE 10.
 */

a {
	background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */

abbr[title] {
	border-bottom: none;
	text-decoration: underline;
	text-decoration: underline dotted;
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */

b,
strong {
	font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

code,
kbd,
samp {
	font-family: monospace, monospace;
	font-size: 1em;
}

/**
 * Add the correct font size in all browsers.
 */

small {
	font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */

sub,
sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}

sub {
	bottom: -0.25em;
}

sup {
	top: -0.5em;
}

/* Embedded content
	 ========================================================================== */

/**
 * Remove the border on images inside links in IE 10.
 */

img {
	border-style: none;
}

/* Forms
	 ========================================================================== */

/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */

button,
input,
optgroup,
select,
textarea {
	font-family: inherit;
	font-size: 100%;
	line-height: 1.15;
	margin: 0;
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */

button,
input {
	overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */

button,
select {
	text-transform: none;
}



/**
 * Remove the inner border and padding in Firefox.
 */

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
	border-style: none;
	padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */

button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
	outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */

fieldset {
	padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *		`fieldset` elements in all browsers.
 */

legend {
	box-sizing: border-box;
	color: inherit;
	display: table;
	max-width: 100%;
	padding: 0;
	white-space: normal;
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */

progress {
	vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */

textarea {
	overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */

[type="checkbox"],
[type="radio"] {
	box-sizing: border-box;
	padding: 0;
}


/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */

[type="search"]::-webkit-search-decoration {
	-webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */

::-webkit-file-upload-button {
	-webkit-appearance: button;
	font: inherit;
}

/* Interactive
	 ========================================================================== */

/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */

details {
	display: block;
}

/*
 * Add the correct display in all browsers.
 */

summary {
	display: list-item;
}

/* Misc
	 ========================================================================== */

/**
 * Add the correct display in IE 10+.
 */

template {
	display: none;
}

/**
 * Add the correct display in IE 10.
 */

[hidden] {
	display: none;
}

/*-------------------------------------------------------------*/
/* 					   	  END SCREEN CORRECTIONS FONTS		   */
/*-------------------------------------------------------------*/

/*-------------------------------------------------------------*/
/* 					   	  START FONTS						   */
/*-------------------------------------------------------------*/

/*-------------------------------------------------------------*/
/* 					   	    END	FONTS	 					   */
/*-------------------------------------------------------------*/


/*-------------------------------------------------------------*/
/* 					   	    START COLORS 					   */
/*-------------------------------------------------------------*/

.whiteFontColor {
	color: #ffffff;
}

.whiteBackgroundColor {
	background-color: #ffffff;
}

.blackFontColor {
	color: #000000;
}

.blackBackgroundColor {
	background-color: #000000;
}

/*-------------------------------------------------------------*/
/* 					   	    END	COLORS	 					   */
/*-------------------------------------------------------------*/


/*-------------------------------------------------------------*/
/* 					   START ALL SCREENS        			   */
/*-------------------------------------------------------------*/

* {
	box-sizing: border-box;
}

html {
	height: 100vh;
	scroll-behavior: smooth;
}

#contentArea {
	max-width: 1920px;
	margin: auto;
}

h1,
h2,
h3,
h4,
h5,
h6,
p {
	margin: 0;
	line-height: normal;
}

.displaynone {
	display: none !important;
}

.displayblock {
	display: block !important;
}

.displayflex {
	display: flex !important;
}

.mobile .display-desktop {
	display: none;
}

.desktop .display-mobile {
	display: none;
}

/*-------------------------------------------------------------*/
/* 				    START ALL SCREENS - GENERAL CSS		       */
/*-------------------------------------------------------------*/


/* write your style here */
.cli-tab-footer .wt-cli-privacy-accept-btn {
	background-color: #333333;
}

.classic_href {
	color: inherit;
	text-decoration: none;
}

/*-------------------------------------------------------------*/
/* 				    END ALL SCREENS - GENERAL CSS		       */
/*-------------------------------------------------------------*/


/*-------------------------------------------------------------*/
/* 				    START CUSTOM COOKIES CSS		   		   */
/*-------------------------------------------------------------*/


/* CUSTOM ENETER ANIMATIONS */
@keyframes CookiesMainEnter {
	from {
		right: -150%;
		transform: skewX(-90deg);

	}

	to {
		right: 0;
		transform: skewX(0);
	}
}

@keyframes CookiesSettingsEnter {
	from {
		width: 0;
		opacity: 0;
	}

	to {
		width: 80%;
		max-width: 1000px;
		opacity: 1;
	}
}

@keyframes CookiesSettingsEnterMobile {
	from {
		width: 0;
		opacity: 0;
	}

	to {
		width: 100%;
		opacity: 1;
	}
}

/*-------------------------------------------------------------*/
/* 				    END CUSTOM COOKIES CSS		   			   */
/*-------------------------------------------------------------*/


/*-------------------------------------------------------------*/
/* 					   	  START MEDIA						   */
/*-------------------------------------------------------------*/


@media (min-width: 992px) {

	h1,
	h1 p {
		font-size: 70px;
	}

	h2,
	h2 p {
		font-size: 50px;
	}

	h3,
	h3 p {
		font-size: 40px;
	}

	h4,
	h4 p {
		font-size: 35px;
	}

	h5,
	h5 p {
		font-size: 30px;
	}

	p {
		font-size: 20px;
	}

}

.wpcf7 form.invalid .wpcf7-response-output,
.wpcf7 form.unaccepted .wpcf7-response-output,
.wpcf7 form.payment-required .wpcf7-response-output {
	margin-top: 5rem;
}

.notfound h2 {
	font-size: 100px;
}

.notfound h1 {
	font-size: 300px;
}


.single-services-image {
	width: 65vw;
	height: 50vh;
}

.doctor img {
	width: 600px;
	height: 730px;
	object-fit: cover;
}

.wpcf7 form.invalid .wpcf7-response-output,
.wpcf7 form.unaccepted .wpcf7-response-output,
.wpcf7 form.payment-required .wpcf7-response-output {
	border: none !important;
	text-align: center;
}

.content p {
	width: 75%;
}

.content {
	width: 75%;
	padding: 0px 70px;
}

.position2 img {
	margin: 0px 0px;
}

footer h4,
h4 p {
	font-size: 30px;
}

.beige-background {
	background-color: #CFB997;
}

.white-background {
	background-color: #F2F1E7;
}

.grey-background {
	background-color: #3A4042;
}

.lSPager {
	display: none;
}

.lSAction>.lSPrev {
	background-image: url('/wp-content/themes/starter/images/Vector-1.svg');
	width: 26px;
	height: 60px;
	opacity: 1;
	left: 2em;
}

.lSAction>.lSNext {
	background-image: url('/wp-content/themes/starter/images/Vector.svg');
	width: 26px;
	height: 60px;
	opacity: 1;
	right: 2em;
}

.kuka-cookies-bar-btn_wrapper a {
	font-size: 20px;
}

.black-background {
	background-color: #000000;
}

.menu-footer-menu-container li {
	list-style: none;
}

#menu-item-169 {
	list-style: none;
}

.menu-footer-menu-container ul {
	display: flex !important;
	justify-content: space-evenly;
}

.menu-footer-menu-container {
	width: 100%;
}

a {
	color: black;
	text-decoration: none;
	display: inline-table;
}

.politiki a {
	font-size: 25px;
}

li a {
	font-size: 30px;
}

a:hover {
	color: black;
}

.footer-menu ul {
	display: block !important;
	padding-left: 0px;
}

.footer-menu a {
	color: white;
}

.social {
	justify-content: flex-end;
	display: flex !important;
	flex-direction: row;
	flex-wrap: wrap;
	align-content: center;
	align-items: center;
}

textarea {
    width: 100%;
    border: none;
    padding: 1rem;
    border-radius: 37px;
    background-color: #CFB997;
    color: white;
    resize: none;
}

.form input {
	color: white;
	padding: 1rem;
	width: 100%;
	border: none;
	border-radius: 100px;
	background-color: #CFB997;
}

label {
	width: 100%;
}

.form-width {
	width: 1000px;
}

.media-width {
	width: 65vw;
}

.submit-button input {
	margin-top: 1rem;
	width: 200px;
	border-radius: 100px;
}

.submit-button p {
	float: right;
}

::placeholder {
	color: rgb(255, 255, 255);
}

::-ms-input-placeholder {
	/* Edge 12 -18 */
	color: rgb(255, 255, 255);
}

.home-img img {
	width: 97%;
	height: 60vh;
	object-fit: fill;
}

.width-75 {
	width: 75%;
}

.rounded-button {
	border-radius: 100px;
}

.position {
	right: 70px;
	bottom: 70px;
}

.position img {
	width: 80vw;
	height: 60vh;
	object-fit: cover;
}

.position2 {
	left: 0px;
	top: 70px;
}

.position2 img {
	width: 50vw;
}

.social-media img {
	width: 40px;
	object-fit: cover;
}

.logo img {
    width: 120px;
    object-fit: cover;
    max-width: 380px;
}

.blogpage img {
	height: 250px;
	width: 400px;
	object-fit: cover;
	border-radius: 30px;
}

.single-image {
	max-width: 81rem;
}

.popular-home img {
	width: 22vw;
	height: 25vh;
	object-fit: cover;
	border-radius: 25px 25px 0px 0px;
}

.single-text {
	padding: 0px 2rem;
}

.popular-home h3 {
	font-size: 1.5vw;
	border-radius: 0px 0px 25px 25px;
}

.grey-background .position-relative {
	transform: translate(85%, 140%);
}

.count {
	text-align: left;
	opacity: 40%;
	font-size: 100px;
}

.count-title {
	font-size: 40px;
	font-weight: 700;
	margin-top: 2rem;
	text-decoration: underline;
}

.beige-text {
	color: #CFB997
}

.servicespage img {
	width: 320px;
	height: 500px;
	object-fit: cover;
}

.services #main {
    margin-top: 4em;
}

.servicespage p {
	font-size: 25px;
	height: 100px;
}

.text-center a button:hover {
	background-color: #CFB997;
}

.additions {
	display: none;
}

.options_btn_save_and_exit {
	background-color: #000;
	color: #fff !important;
}

.options_btn_save_and_exit:hover,
.options_btn_save_and_exit:focus {
	background-color: rgb(8 8 8 / 50%);
}

.btn-primary {
	margin-top: 20px;
	padding: 25px;
	font-size: 24px;
	color: #CFB997;
	background-color: #3A4042;
	border-color: #3A4042;
	border-radius: 100px;
}

.btn-primary:hover {
	color: #CFB997;
	background-color: #3A4042;
	border-color: #3A4042;
}

.btn-primary:active {
	color: #CFB997;
	background-color: #3A4042;
	border-color: #3A4042;
}

.btn-primary:focus {
	color: #CFB997;
	background-color: #3A4042;
	border-color: #3A4042;
}

.card-body {
	border-radius: 100px;
	margin-top: 15px;
	font-size: 28px;
	color: #CFB997;
	background-color: #3A4042;
	flex: 1 1 auto;
	padding: 4rem 4rem;
}

.card-body img {
	border-radius: 100px;
	width: 350px;
}

.card-body h2 {
	font-size: 35px;
}

/* MENU */
.overlay {
	height: 100%;
	width: 0;
	position: fixed;
	z-index: 1;
	top: 0;
	left: 0;
	background-color: #3A4042;
	overflow-x: hidden;
	transition: 0.5s;
}

.overlay-content {
	position: relative;
	top: 15%;
	width: 100%;
	text-align: center;
	margin-top: 30px;
}

.overlay ul {
	display: block !important;
}

.overlay a {
	padding: 8px;
	text-decoration: none;
	font-size: 70px;
	color: #CFB997;
	display: block;
	transition: 0.3s;
}

.overlay a:hover,
.overlay a:focus {
	color: #CFB997;
}

.overlay .closebtn {
	position: absolute;
	top: 20px;
	right: 45px;
	font-size: 60px;
}

.desktop-menu {
	display: block;
}

.menu-button {
	display: none;
}

.wpcf7 form.invalid .wpcf7-response-output,
.wpcf7 form.unaccepted .wpcf7-response-output,
.wpcf7 form.payment-required .wpcf7-response-output {
	border-color: #000;
}

.wpcf7-spinner {
	position: absolute;
}

ol,
ul,
dl {
	margin: auto !important;
}

.site-main {
	margin-bottom: 8rem;
}

.home .site-main {
	margin-bottom: 2rem;
}

.lSSlideOuter {
	width: 1500px;
}

/* text */
h1,
h1 p {
	font-size: 70px;
}

h2,
h2 p {
	font-size: 50px;
}

h3,
h3 p {
	font-size: 40px;
}

h4,
h4 p {
	font-size: 35px;
}

h5,
h5 p {
	font-size: 30px;
}

p {
	font-size: 20px;
}

.single-service-image {
	border-radius: 100px;
	background-position: center;
	background-size: cover;
	height: 500px;
}

header {
    padding-left: 30px;
    padding-right: 30px;
}

footer#colophon {
    padding-left: 30px;
    padding-right: 30px;
}

.mobile #footer-menu {
    margin-bottom: 30px !important;
}

.mobile .contact-info {
	padding-left: 35px !important;
	padding-right: 35px !important;
	height: unset !important;
}

.mobile .contact-info a {
	height: fit-content;
	padding-top: 20px;
	display: block;
	padding-left: 0;
}

.mobile .contact-days {
	padding-top: 20px;
	padding-left: 0;
}

.mobile .contact-days h5 {
	padding-left: 0;
}

.mobile .copyright_text a {
	font-size: 15px !important;
}

.mobile .service-info {
	padding-left: 20px;
	padding-right: 20px;
}

.mobile .popular-articles {
	padding-top: 0 !important;
}

.mobile .card-body {
    border-radius: 55px;
}

.mobile .card-body h2 {
    font-size: 30px;
}

.mobile .right-info {
	padding-right: 2rem !important;
}

.mobile .content {
	padding: 50px 0px !important;
}

.mobile .home .doctor {
    padding: 0 !important;
    justify-content: flex-start !important;
    margin-left: -11px !important;
    margin-bottom: 10px !important;
}

.mobile .rounded-button {
    font-size: 19px;
}

.mobile .left-info {
	padding-left: 0 !important;
}

.mobile .doctor-office {
	padding-left: 0 !important;
	padding-right: 0 !important;
}

.mobile .doctor-info {
	padding-left: 0 !important;
	padding-right: 0 !important;
	padding-top: 12px !important;
}

.wrapper_img {
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.padding_wrapper_text {
    padding-left: 50px;
    padding-right: 50px;
}

h1 {
    margin: 0;
    line-height: 1;
    margin-bottom: 15px;
}

.row_wrapper {
	max-width: 80%;
    margin: auto;
}

.center_text {
	text-align: center;
    margin-top: 1em;
    margin-bottom: 1em !important;
}

.jcbetween {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.error404 footer#colophon {
    display: none;
}

.error404 .site-main {
    margin-bottom: 0;
}

.error404 header {
    position: absolute;
    width: 100%;
}

.maxwidth {
    max-width: 90%;
    margin: auto;
    margin-top: 6em;
    margin-bottom: 5em;
}

.wpcf7-not-valid-tip {
    text-align: right;
    font-size: small;
}

.textcar h2{
	font-size:10rem;
}

.textcar{
	height:30rem;
}

.contact-info{
	max-width:60vw;
}
.contact-days h5:first-child{
	text-align:right;
}

.hidden div:nth-child(2){
    display:none;
}

/*  Events display */
.events-container {
  overflow-y: scroll;
  height: 100%;
  width: 50%;
  float: right;
  margin: 0px auto;
  display: inline-block;
  padding: 0px;
  border-bottom-right-radius: 3px;
  border-top-right-radius: 3px;
  padding: 0; }
  @media (max-width: 767.98px) {
    .events-container {
      width: 100%;
      height: auto; } }

.events-container:after {
  clear: both; }

.event-card {
  padding: 20px 0;
  max-width: 100%;
  display: block;
  background: #fff;
  border: none !important;
  margin: 20px;
  margin-left: 12px; }
  @media (max-width: 991.98px) {
    .event-card {
      margin: 10px; } }
  @media (max-width: 767.98px) {
    .event-card {
      margin: 0;
      background: #e6e6e6; } }

.event-count, .event-name, .event-cancelled {
  display: inline;
  padding: 0 10px;
  font-size: 1rem; }

.event-count {
  color: #7e0cf5;
  text-align: right; }

section .event-name {
  padding-right: 0;
  text-align: left; }

.event-cancelled {
  color: #cd4dcc;
  text-align: right; }

/*  Calendar wrapper */
.calendar-container {
  position: relative;
  margin: 0 auto;
  height: 100%;
  width: 50%;
  background: #fff;
  font: 13px Helvetica, Arial, san-serif;
  display: inline-block;
  padding: 20px;
  float: left; }
  @media (max-width: 991.98px) {
    .calendar-container {
      padding: 0; } }
  @media (max-width: 767.98px) {
    .calendar-container {
      padding: 0;
      width: 100%; } }

.calendar-container:after {
  clear: both; }

.calendar {
  width: 100%;
  padding: 0; }

/* Calendar Header */
.year-header {
  background: #fff;
  height: 40px;
  text-align: center;
  position: relative;
  color: #fff;
  border-top-left-radius: 3px;
  margin-top: 20px; }

.year-header span {
  display: inline-block;
  font-size: 20px;
  line-height: 40px;
  color: #000; }

.left-button, .right-button {
  cursor: pointer;
  width: 28px;
  text-align: center;
  position: absolute;
  color: #cccccc !important;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  font-size: 14px !important; }
  @media (prefers-reduced-motion: reduce) {
    .left-button, .right-button {
      -webkit-transition: none;
      -o-transition: none;
      transition: none; } }
  .left-button:hover, .right-button:hover {
    color: #7e0cf5 !important; }

.left-button {
  left: 0; }

.right-button {
  right: 0;
  top: 0; }

/* Buttons */
.button {
  cursor: pointer;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  outline: none;
  font-size: 1rem;
  border-radius: 25px;
  padding: 0.65rem 1.9rem;
  -webkit-transition: .2s ease all;
  -o-transition: .2s ease all;
  transition: .2s ease all;
  color: white;
  border: none;
  background: #7e0cf5; }
  .button.button-white {
    background: #fff;
    color: #000; }
  .button:focus {
    -webkit-box-shadow: none;
    box-shadow: none;
    outline: none; }


#add-button {
  display: block;
  position: absolute;
  right: 20px;
  bottom: 20px; }

#add-button:hover, #ok-button:hover, #cancel-button:hover {
  -webkit-transform: scale(1.03);
  -ms-transform: scale(1.03);
  transform: scale(1.03); }

#add-button:active, #ok-button:active, #cancel-button:active {
  -webkit-transform: translateY(3px) scale(0.97);
  -ms-transform: translateY(3px) scale(0.97);
  transform: translateY(3px) scale(0.97); }

/* Days/months tables */
.days-table, .dates-table, .months-table {
  border-collapse: separate;
  text-align: center; }

.day {
  height: 26px;
  width: 26px;
  padding: 0 10px;
  line-height: 26px;
  border: 2px solid transparent;
  text-transform: uppercase;
  font-size: 10px;
  color: #000; }

.month {
  cursor: default;
  height: 26px;
  width: 26px;
  padding: 0 2px;
  padding-top: 10px;
  line-height: 26px;
  text-transform: uppercase;
  font-size: 11px;
  color: #cccccc;
  -webkit-transition: all 250ms;
  -o-transition: all 250ms;
  transition: all 250ms; }
  @media (max-width: 991.98px) {
    .month {
      font-size: 8px; } }
  @media (max-width: 767.98px) {
    .month {
      font-size: 10.5px; } }

.active-month {
  font-weight: 700;
  color: #000; }

.month:hover {
  color: #cd4dcc; }

/*  Dates table */
.table-date {
  cursor: default;
  color: #2b2b2b;
  height: 26px;
  width: 26px;
  font-size: 15px;
  padding: 10px;
  line-height: 26px;
  text-align: center;
  border-radius: 50%;
  border: 2px solid transparent;
  -webkit-transition: all 250ms;
  -o-transition: all 250ms;
  transition: all 250ms;
  position: relative; }

.table-date:not(.nil):hover {
  border-color: #cd4dcc; }

.event-date {
  border-color: #7e0cf5;
  background: #7e0cf5;
  color: #fff; }
  .event-date:after {
    position: absolute;
    top: 0;
    left: 0;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    content: '';
    background: #28a745; }

.active-date {
  background: #cd4dcc;
  color: #fff; }

.event-date.active-date {
  background: #7e0cf5; }


@media (max-width: 990px) {
	.contact-days h5:first-child{
		text-align:left;
	}
	.contact-info{
		max-width:100vw;
	}
	.textcar{
		height:20rem;
	}
	.textcar h2{
		font-size:5rem;
	}
	.single-service-image {
		margin-left: 14px;
	}

	.beige-background div a h4 {
		font-size: 16px;
	}

	.beige-background div div h4 {
		font-size: 16px;
	}

	h1,
	h1 p {
		font-size: 40px;
	}

	h2,
	h2 p {
		font-size: 35px;
	}

	h3,
	h3 p {
		font-size: 30px;
	}

	h4,
	h4 p {
		font-size: 25px;
	}

	h5,
	h5 p {
		font-size: 20px;
	}

	p {
		font-size: 16px;
	}

	.kuka-cookies-bar-btn_wrapper a {
		font-size: 16px !important;
	}

	.card-body {
		padding: 2rem !important;
	}

	.card-body img {
		height: 300px !important;
		width: 215px !important;
	}

	.mobile a {
		font-size: 25px;
	}

	.social {
		justify-content: left !important;
	}

	.width-75 {
		width: 100% !important;
	}

	.content {
		width: 100%;
		padding: 30px 0px !important;
	}

	.content p {
		width: 100% !important;
	}

	.position2 img {
		margin: 30px 0px !important;
		width: 100% !important;
	}

	.position img {
		margin: 30px 0px !important;
		width: 100% !important;
	}

	.position-relative {
		position: static !important;
	}

	footer h4,
	h4 p {
		font-size: 20px !important;
	}

	.doctor img {
		width: 300px !important;
		height: 400px !important;
		object-fit: cover;
	}

	.submit-button input {
		width: 150px !important;
	}

	.home-img img {
		height: 30vh !important;
	}

	.justify {
		display: flex;
		justify-content: center;
	}

	.single-image {
		max-width: 22rem !important;
		height: auto !important;
		padding: 10px;
	}

	.blogpage img {
		height: 250px !important;
		width: 250px !important;
	}

	.popular-home img {
		width: 55vw !important;
		height: 20vh;
		border-radius: 25px 25px 0px 0px;
	}

	.popular-home h3 {
		font-size: 3.5vw;
		border-radius: 0px 0px 25px 25px;
	}

	.grey-background .position-relative {
		transform: translate(50%, 115%) !important;
	}

	.logo img {
		max-width: 50px !important;
	}

	.desktop-menu {
		display: none !important;
	}

	.single-text {
		padding: 0px 0rem !important;
	}

	.menu-button {
		display: block !important;
	}

	.menu {
		padding-right: 40px;
	}

	.overlay a {
		font-size: 50px !important;
	}

	.overlay .closebtn {
		top: 15px;
		right: 35px;
	}

	.notfound h1 {
		font-size: 190px !important;
	}

	.notfound h2 {
		font-size: 50px !important;
	}
}

@media (max-width: 1400px) {
	.doctor img {
		width: 480px;
	}

	li a {
		font-size: 30px !important;
	}

	.logo img {
		width: 130px !important;
	}

	.position {
		right: 25px !important;
	}

	.servicespage img {
		width: 200px !important;
		height: 400px !important;
	}

	.count-title {
		font-size: 30px !important;
	}

	.services-button {
		font-size: 30px !important;
	}

	.servicespage p {
		height: 115px !important;
	}
}


/*-------------------------------------------------------------*/
/* 						   END MEDIA 						   */
/*-------------------------------------------------------------*/