/* Site Presets */
:root {
	--antraki:#3E3C39;
	--mpez:#E4D6C6;
	--header_height:102px;
}
ol:not([class]),
ul:not([class]) {
	list-style:disc inside;
	padding-left: 20px;
	display: flex;
	flex-direction: column;
	position: relative;
	row-gap:15px;
}
ol:not([class]),
ul:not([class]) li {
	position: relative;
}
html, body {
	font-family: "Roboto", sans-serif;
	scroll-behavior:smooth;
	overflow-x:clip !important;
	font-weight: 300;
	font-size: 16px;
	line-height: 26px;
	color:var(--antraki);
}
p:not(:last-child):not(:only-child) {
	margin-bottom:20px;
}
h1,h2,h3,h4,h5,h6,p {
	margin:0;
}
#burger {
	display:none;
}
h1,
.h1 {
	font-weight: 600;
	font-size: 30px;
	line-height: 42px;
	letter-spacing: -2.5%;
}
.h2,
h2 {
	font-weight: 400;
	font-size: 30px;
	line-height: 42px;
	letter-spacing: -2.5%;
}
.h3,
h3 {
	font-weight: 400;
	font-size: 22px;
	line-height: 32px;
	letter-spacing: -2.5%;
}
.h4,
h4 {
	font-weight: 400;
	font-size: 18px;
	line-height: 100%;
}
.container {
	max-width: 1550px;
	margin-inline: auto;
}
.container--full {
	max-width: 1920px;
	margin: auto;
	padding-inline: 50px;
}
li.cta a,
.cta:not(li) {
	font-weight: 600;
	font-size: 12px;
	line-height: 1;
	display: flex;
	align-items: center;
	justify-content: center;
	text-align: center;
	color: #FFFFFF;
	border-radius:23px;
	overflow:hidden;
	background-color:var(--antraki);
	padding:15px 20px;
	max-width:max-content;
	    border: 1px solid var(--antraki);
}
li.cta a:hover,
.cta:not(li):hover {
	color:var(--antraki);
/* 	background-color:#fff; */
	background-color:transparent;
}
body:not(.home) #page {
	margin-top:160px;
}
body.home #page {
	margin-top:var(--header_height);
}
.page--breadcrumb {
	margin-bottom:100px;
	column-gap:10px;
}
.page--breadcrumb li,
.page--breadcrumb li a {
	font-weight: 300;
	font-size: 12px;
	line-height: 26px;
	color: var(--antraki);
}
.page--breadcrumb li a:hover {
	color:var(--antraki);
}
.page--breadcrumb li.current {
	font-weight:600;
}
.container--max {
	max-width:1920px;
	margin-inline:auto;
}
.page--map-wrapper .cols {
	gap:10px;
}
.page--map-wrapper h2 {
	margin-bottom:20px;
	padding-inline:20px;
}
.page--map-wrapper iframe {
	height:360px;
	width:100%;
	display:block;
}
.page--gallery-wrapper {
	margin-block:10px;
}
/* End Site Presets */

/* Navigation */
#header {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	background-color: #fff;
	z-index: 10;
}
.header--content {
	padding-block: 25px;
}
.main-menu {
	column-gap:60px;
}
.main-menu .cta {
	margin-left:40px;
}
.main-menu li:not(.cta) a {
	font-weight: 400;
	font-size: 18px;
	line-height: 1;
	color: var(--antraki);
	display:flex;
	transform:translateY(6px);
	max-width:max-content;
	padding-bottom:6px;
	position:relative;
}
.main-menu li:not(.cta) a::after {
	content:'';
	position:absolute;
	bottom:0;
	left:50%;
	transform:translateX(-50%);
	height:1px;
	width:0;
	background-color:var(--antraki);
	transition:all linear 350ms;
}
.main-menu li:not(.cta).current-menu-item a::after,
.main-menu li:not(.cta) a:hover::after {
	width:100%;
}
.page--gallery-wrapper a {
	height:380px;
	display:flex;
}
.page--gallery-wrapper a img {
	transition:all linear 300ms;
}
.page--gallery-wrapper a:hover img {
	filter:grayscale(.7);
}
.page--gallery-wrapper .carousel--wrapper .slider--controls span {
	position:absolute;
	top:50%;
	transform:translateY(-50%);
	right:280px;
	z-index:1;
}
.page--gallery-wrapper .carousel--wrapper .slider--controls span svg {
	transition:all ease-in-out 250ms;
}
.page--gallery-wrapper .carousel--wrapper .slider--controls span:hover svg {
	transform:translateX(10px);
}
.main-menu li {
	position:relative;
}
.sub-menu:not(li .sub-menu) {
	display:none;
}
.main-menu li .sub-menu {
	position:absolute;
	top:100%;
	margin-top:55px;
	left:50%;
	transform:translateX(-50%);
	z-index:1;
	background-color:var(--mpez);
	list-style:none;
	transition:all linear 400ms;
}
.single--services-hero .icon img {
	width: 66px;
	height: 66px;
	object-fit: contain;
}
.main-menu li .sub-menu li a {
	font-weight: 400;
	font-size: 18px;
	min-width:300px;
	line-height: 1.3;
	color: var(--antraki);
	padding:20px 30px;
	border-bottom:1px solid #E5E8EB;
}
.main-menu li .sub-menu li.current-menu-item a,
.main-menu li .sub-menu li a:hover {
	font-weight:600;
}
.main-menu li .sub-menu li a::after {
	display:none;
}
.main-menu li:not(.hover) .sub-menu {
	opacity:0;
	visibility:hidden;
	pointer-events:none;
}
/* End Navigation */
.header-logo {
		width:200px;
	}
/* Footer */

.footer--wrapper {
	background-color:var(--antraki);
	padding-block:60px 30px;
}

.logo--inner {
	max-width:250px;
	margin-top:50px;
}
.logo--inner a img {
	height:50px;
	width:100%;
}
.tel-wrap img {
	width:50px;
	height:50px;
}

.tel-wrap a {
	color: var(--mpez);
	transition:all ease-in-out 450ms;
	font-size:24px;
	line-height:32px;
}

.footer--tit {
	font-size:18px;
	line-height:24px;
	color: var(--mpez);
}
.footer-menu {
	row-gap: 10px;
	margin-top: 30px;
}
.footer-menu li a ,
.contact--footer .info-top-in a {
	font-size:15px;
	line-height:25px;
	color: var(--mpez);
	transition:all ease-in-out 450ms;
}3e3c39
.contact--footer .info--in,
.contact--footer .info-top ,
.email--footer .info--in ,
.email--footer .info-top {
	border-bottom:unset;
	padding-block: unset;
}
.contact--footer .info-top-in {
	column-gap:20px;
}
.schedule--footer .text {
	color: var(--mpez);
	margin-top:30px;
	font-size:15px;
	line-height:25px;
}
.contact--footer .info-top {
	margin-top:30px;
}
.email--footer {
	row-gap:20px;
}
.email--footer .info--in {
	font-size:15px;
	line-height:24px;
	color: var(--mpez);
}
.email--footer .info--in a {
	color: var(--mpez);
	transition:all ease-in-out 450ms;
	font-size:24px;
	line-height:32px;
}

.footer-menu li a:hover ,
.contact--footer .info-top-in a:hover  ,
.tel-wrap a:hover ,
.email--footer .info--in a:hover {
	color:#fff;
}
.sub--footer {
	margin-top:40px;
}
.sub--footer .col--left .created-by {
	font-size: 14px;
	text-transform: uppercase;
	line-height:24px;
	color: var(--mpez);
	gap: 5px;
	transition:all ease-in-out 450ms;
}
.sub--footer .col--left .created-by:hover {
	color:#fff;
}
.sub--footer .col--right .social--links {
	transition:all ease-in-out 450ms;
}
.sub--footer .col--right .social--links:hover  {
	transform:scale(1.2);
}
.sub--footer .col--right {
	gap: 30px;
}
.tel-wrap {
	column-gap:10px;
}

/* End Footer */

/* Homepage */
.homepage--hero-wrapper .content {
	position: absolute;
	top: 50%;
	transform: translate(-50%, -50%);
	z-index: 1;
	left: 50%;
	width: 100%;
}
.homepage--hero-wrapper .content .cta {
	max-width:max-content;
}
.homepage--hero-wrapper .content .inner {
	max-width:550px;
}
.homepage--hero-wrapper .content .title span {
	font-weight:400;
}
.homepage--hero-wrapper .content .subtitle {
	display:block;
	margin-block:20px 30px;
}
section.homepage--about-wrapper .cols {
	background: var(--mpez);
	column-gap: 80px;
	border-radius: 20px;
	overflow: hidden;
	padding: 50px 100px;
}
section.homepage--about-wrapper .cols .section--title {
	margin-bottom:40px;
}
section.homepage--about-wrapper .cols .text {
	max-width:500px;
}
section.homepage--about-wrapper .container,
.page--about-wrapper .container,
section.homepage--insurance-wrapper .container {
	max-width:1200px;
}
section.homepage--about-wrapper {
	margin-block: -135px 135px;
	position: relative;
	z-index: 1;
}
.page--about-wrapper .cols {
	column-gap:80px;
}
.page--about-wrapper .col--right {
	padding-right:100px;
}
.page--about-wrapper .col--right .text {
	margin-block:20px 30px;
}
.page--about-wrapper .col--left .image {
	border-radius:26px;
	overflow:hidden;
	min-width:500px;
	max-width:500px;
	height:500px;
}
section.homepage--insurance-wrapper {
	margin-block:150px;
}
section.homepage--insurance-wrapper .container .section--title {
	max-width:425px;
	text-align: center;
	margin: 0 auto 30px;
}
section.homepage--insurance-wrapper .container .text {
	max-width: 640px;
	text-align: center;
	margin: 0 auto 60px;
}
section.homepage--insurance-wrapper .items .single img {
	height:auto;
	width:auto;
	margin:auto;
}
.homepage--insurance-wrapper .items {
	max-width: 740px;
	margin: auto;
}
section.homepage--services-wrapper {
	background-color: var(--mpez);
	padding-block: 70px;
	margin-top:120px;
}
.homepage--services-header {
	margin-bottom:40px;
	justify-content: space-between;
}
.homepage--services-header .col--left {
	max-width:500px;
}
.homepage--services-header .section--title {
	margin-bottom:20px;
}
.homepage--services-grid .single {
	border-radius:20px;
	overflow:hidden;
	padding:25px 25px 25px 40px;
	background-color:#fff;
	transition:all linear 300ms;
	border:1px solid #fff;
	position:relative;
	color:var(--antraki);
}
.homepage--services-grid {
	gap:25px;
}
.homepage--services-grid .single .title {
	margin-block:20px 30px;
}
.homepage--services-grid .single .icon:last-child {
	position:absolute;
	bottom:40px;
	right:40px;
	opacity:0;
	z-index:1;
	transition:all linear 300ms;
}
.homepage--services-grid .single:hover .icon:last-child {
	opacity:1;
}
.homepage--services-header .cols .col--left .section--title {
	margin-bottom:25px;
}
.homepage--services-grid .single:hover {
	background-color:var(--mpez);
	color:var(--antraki);
	border-color:var(--antraki);
}
section.homepage--blog-wrapper {
	margin-block:150px;
}
.homepage--blog-header {
	max-width: 640px;
	margin: auto;
	text-align: center;
	margin-bottom:60px;
}
section.homepage--blog-wrapper .cta {
	margin:40px auto 0;
}
.homepage--questions-wrapper  {
	margin-bottom:180px;
}
section.homepage--questions-wrapper h2.section--title {
	text-align: center;
	margin-bottom: 60px;
}
.homepage--questions-wrapper a.flex {
	background-color:var(--mpez);
	border-radius:90px;
	overflow:hidden;
	font-weight: 400;
	font-size: 22px;
	line-height: 1;
	column-gap:50px;
	padding:15px 30px;
	color: var(--antraki);
}
.homepage--questions-wrapper .container > .flex {
	justify-content:center;
	column-gap:60px;
}
.homepage--questions-wrapper a.flex .icon svg {
	transition:all ease-in-out 250ms;

}
.homepage--questions-wrapper a.flex:hover .icon svg {
	transform:translateX(5px);
}
.post--card .image--wrapper .icon {
	position:absolute;
	left:50%;
	top:50%;
	transform:translate(-50%, -50%);
	opacity:0;
	transition:all linear 300ms;
	z-index:1;
}
.post--card .image--wrapper {
	position:relative;
}
.post--card .image--wrapper:hover .icon {
	opacity:1;
}
.post--card .image {
	height:300px;
	border-radius:26px;
	display:flex;
	overflow:hidden;
}
.homepage--blog-grid {
	gap:25px;
}
.post--card .title {
	font-weight: 400;
	font-size: 22px;
	line-height: 32px;
	color: var(--antraki);
	margin-block:25px 15px;
	transition:all ease-in-out 250ms;
}
.post--card .title:hover {
	color:var(--antraki);
}
li.list--item.services {
	pointer-events: none;
}

.homepage--hero-wrapper .image {
  height: 575px;
}
/* End Homepage */

/*Template Contact*/
.template-contact-sec {
	padding-block:0 130px;	
}
.contact-sec-wrapper .col--left ,
.contact-sec-wrapper .col--right {
	flex:1;
}
.info-top {
	padding-block:40px;
	row-gap: 20px;
}
.info--in  {
	padding-block:30px 25px;
	row-gap: 10px;
}
.info--in ,
.info-top {
/* 	border-bottom: 1px solid #E5E8EB; */
	max-width: 350px;
}
.info--in:last-child {
	border-bottom:unset;
}
.info--in a {
	font-size:24px;
	color:var(--antraki);
	line-height:32px;
	transition:all ease-in-out 450ms;
	text-align:left;
}
.info-top-in a {
	font-size:20px;
	line-height:25px;
	color:var(--antraki);
	transition:all ease-in-out 450ms;
	text-align:left;
}
.info--in span {
	font-size:18px;
	line-height:25px;
	text-align:left;
	font-weight:300;
}
.info-top-in {
	justify-content:flex-start;
	column-gap:30px;
}
.info--in .text {
	font-size:15px;
	line-height:20px;
	text-align:left;
}
.info--in a:hover ,
.info-top-in a:hover {
	color:var(--mpez);
}
.contact-text {
	padding-block: 40px 50px;
	text-align:center;
	max-width: 630px;
	margin-inline:auto;
}
.contact-box input ,
.contact-box textarea {
	font-size: 18px;
	line-height: 24px;
	padding-block:20px;
	border: none;
	border-bottom: 1px solid #E6E8EB;
	outline: none;
	max-width: 100%;
	width: 100%;
	transition: all ease-in-out 450ms;
}
.contact-box input::placeholder ,
.contact-box textarea::placeholder {
	color:var(--antraki);
	opacity:1;
	transition: all ease-in-out 450ms;
}
.contact-box input:focus ,
.contact-box textarea:focus {
	border-color:var(--antraki);
}
.contact-box input:focus::placeholder ,
.contact-box textarea:focus::placeholder {
	color:var(--antraki);
}
.contact-box textarea {
	height:120px;
}
.contact-form-shortcode {
	width:570px;
	margin-inline:auto;
	max-width:100%;
}
.contact-box.submit {
	margin-top: 50px;
	justify-content: flex-end;
}
.contact--form--wrapper  h2 {
	text-align:center;
}
.contact-box.submit button {
	cursor:pointer;
	transition:all ease-in-out 450ms;
	padding: 15px 20px;
	border:none;
}
.contact-box .wpcf7-not-valid-tip {
	margin-top:5px;
	font-size:0.9em;
}
.contact-form-shortcode form .wpcf7-response-output {
	font-size:0.9em;
}
/* End Template Contact*/

/* Template About */
section.template--about-extra {
	background-color: var(--mpez);
	padding-block: 80px;
	margin-block: 100px;
}
section.template--about-extra .text.editor h2,
section.template--about-extra .text.editor h3 {
	margin-block:50px 20px;
}
.template--about-certificates__header {
	margin-bottom: 80px;
}
.template--about-certificates__header .section--title {
	margin-bottom:20px;
}
.template--about-certificates__grid {
	gap:25px;
}
.template--about-certificates__grid a {
	height:280px;
	border-radius:20px;
	display:flex;
	overflow:hidden;
}
section.template--about-certificates {
	margin-bottom: 180px;
}
body.page-template-template-about .contact--form--wrapper {
	margin-bottom:140px;
}
.template--about-extra .container {
	max-width: 1200px;
}
/* End Template About */

/* Template Services */
/* End Template Services */

/* Single Services */
body.single-services .contact--form--wrapper .contact-form-shortcode, body.single-services .contact--form--wrapper .contact-text {
	margin-inline: auto;
}
.single--services-hero .image {
	min-width:820px;
	max-width:820px;
	border-radius:20px;
	overflow:hidden;
}
.single--services-hero .title {
	margin-block:20px 40px;
}
.single--services-hero .cols {
	column-gap:120px;
}
.single--services-hero .title {
	margin-block: 15px 20px;
}
section.single--services-extra {
	background-color: var(--mpez);
	padding-block: 100px;
	margin-top: 100px;
}
section.single--services-extra .section--title {
	text-align:center;
	margin-bottom:40px;
}
.single--services-extra .container {
	padding-inline:100px;
}
body.single-services .contact--form--wrapper {
	margin-block:20px 60px;
}
/* End Single Services */

/* Template Blog */
section.template--blog-wrapper {
	margin-bottom: 200px;
}
.template--blog-wrapper .grid {
	column-gap: 25px;
	row-gap: 50px;
}
/* End Template Blog */

/*Single Post*/
.single--post-wrapper {
	padding-block:0 70px;
}
.single--post--inner .title {
	margin-bottom:80px;
}
.single--post--inner .hero-image img {
	border-radius: 20px;
	width: 100%;
	height: 550px;
	object-fit:cover;
}
.single--post--inner .hero-image {
	margin-bottom:50px;
}
.post-by {
	max-width: 200px;
	column-gap: 10px;
	align-items: center;
}
.post-by .image-doctor-top {
	border-radius: 50%;
	width: 42px;
	height: 42px;
}
.post-by .tit {
	font-size:14px;
	line-height:1;
}
.single--post--inner .text {
	margin-top: 70px;
}
.single--post--inner .text h2 ,
.single--post--inner .text h3 {
	font-size: 26px;
	line-height: 32px;
	font-weight: 600;
	color: var(--antraki);
	padding-block: 50px 20px;
}
.single--post--inner .text h2:first-child ,
.single--post--inner .text h3:first-child {
	padding-block:0 40px;
}
.single--post--inner .text p {
	font-size: 20px;
	line-height: 25px;
}
.more--post-wrapp {
	max-width:670px;
	column-gap: 30px;
}
.single--more-tit {
	text-align:center;
	font-weight: 500;
	margin-bottom: 40px;
}
.more--post-image img {
	height: 180px;
	border-radius: 20px;
	width: 250px;
	object-fit:cover;
}
.more--post-list .col--right {
	row-gap:50px;
}
.more--post-content {
	max-width:380px;
}
.more--post-content p {
	font-size: 18px;
	color: var(--antraki);
	transition:all ease-in-out 350ms;
}
.single--post--more {
	padding-bottom:100px;
}
.more--post-list .col--right .title {
	font-size: 24px;
	color: var(--antraki);
	font-weight: 600;
	transition:all ease-in-out 350ms;
}
.more--post--content p:hover ,
.more--post-list .col--right .title:hover {
	color:var(--mpez);
}
.written-by-sec {
	margin-bottom:60px;
}
.written-by-sec-wrapp .image {
	max-width: 100%;
	border-radius: 50%;
	width: 150px;
	height: 150px;
	object-fit: cover;
}
.written-by-sec-inner {
	max-width:680px;
	margin-inline:auto;
	column-gap:25px;
}
.written-by-sec-inner .col--right .text {
	max-width: 550px;
}
.written-by-sec-inner .col--right .text p {
	color:var(--antraki);
	font-size:18px;
}
.written-by-sec-inner .col--right  {
	row-gap:25px;
}
.written-by-sec {
	background-color:var(--mpez);
	padding-block:50px;
}
.written-by-sec-inner .col--right .tit {
	font-size:24px;
}
/* End Single post */

/*Default Page*/
.default--template-sec {
	padding-block:0 120px;
}
.default--sec--inner {
	column-gap: 140px;
}
.default--sec--inner .col--right img {
	width: 820px;
	border-radius: 20px;
	height: 520px;
}
.default-content {
	max-width:425px;
}
.default--sec--inner .col--left {
	row-gap:35px;
}
.default--extra--text {
	margin-top:100px;
}
.default--extra--text h3 {
	margin-top:50px;
	font-size:26px;
}
.default--extra--text p {
	margin-top:40px;
}
.default--extra--text ul  {
	row-gap:5px;
}
/* End Default Page*/

/* 404 */
.error__page-wrapper {
	min-height: 45vh;
	display: flex;
	justify-content: center;
	align-items: center;
	flex-direction: column;
	gap:40px;
	padding:20px;
}
.error__page-wrapper h1 {
	text-align:center;
}
/* End 404 */

.main--logo-footer {
  width: 340px;
  height: 69px;
}
.homepage--serivces-bottom {
    margin-top: 70px;
}