body {
	color: #1e2837;
	font-family: sofia-pro, sans-serif;
	font-weight: 300;
	font-style: normal;
	letter-spacing: 0.35px;
	font-size: 18px;
	position: relative;
	-webkit-font-smoothing: antialiased;
	background: #f2f3f4;
}

body strong {
	font-family: sofia-pro, sans-serif;
	font-weight: 600;
	font-style: normal;
	color: inherit;
}

body.in-darkness::before {
	content: '';
	display: block;
	background: rgba(0, 0, 0, 0.5);
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 1;
	transition: 0.5s;
}

.gold-link.services-link {
	position: absolute;
	bottom: 30px;
	right: 30px;
}

.virtual-tour-iframe,
.map-iframe {
	overflow: hidden;
	position: relative;
	width: 100%;
}

.virtual-tour-iframe iframe,
.map-iframe iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	border: 0;
}

.virtual-tour-iframe::after {
	padding-bottom: 80%;
	display: block;
	content: '';
}

#book-an-appointment-btn {
	border: 1px #dac79b solid;
	color: #dac79b;
	position: absolute;
	top: 30px;
	right: 45px;
	text-decoration: none;
	padding: 10px 20px;
	font-size: 20px;
	line-height: 26px;
}

#ba-photos .row > div:nth-child(2) {
	position: relative;
}

#ba-photos .row > div:nth-child(2)::before {
	content: 'Real Patient';
	font-weight: 600;
	font-size: 16px;
	position: absolute;
	z-index: 1;
	right: 30px;
	bottom: 5px;
	color: #1e2837;
	text-shadow: 0 0 3px #d9c69a;
}

.intro-title {
	padding: 40px;
	text-align: center;
}

.view-patient {
	display: none;
}
#main-gallery .gallery-item a{
	text-decoration: none;
}
#main-gallery .view-patient {
	display: block;
	font-size: 18px;
	color: #000;
	font-family: Playfair Display, sans-serif;
	text-decoration: none;
}

.aioseo-breadcrumb a {
	color: inherit;
}

.aioseo-breadcrumb a:hover {
	text-decoration: none;
}

.svg-bg-picture {
	background-repeat: no-repeat;
	background-position: 90% 80%;
	background-size: 50%;
	min-height: 30rem;
}

.svg-bg-picture .gold-check-list {
	padding-right: 120px;
}

.about-us-box {
	min-height: 20rem;
}

.accordion-item {
	background: none;
	border: none;
}

.accordion-header {
	padding: 0;
}

.accordion-header .accordion-button,
.accordion-header .accordion-button:focus {
	font-size: 36px;
	border-radius: 15px !important;
	color: #1e2837;
	box-shadow: none;
	position: relative;
}

.accordion-h2 {
	font-size: 36px;
}

.accordion-button::after {
	content: '';
	background-image: none;
	transform: none;
	width: 30px;
	height: 2px;
	background-color: #000;
	position: absolute;
	right: 30px;
}

.accordion-button::before {
	content: '';
	display: block;
	transform: none;
	width: 2px;
	height: 30px;
	background-color: #000;
	position: absolute;
	right: 44px;
}

.accordion-button:not(.collapsed)::after {
	background-image: none;
	transform: none;
}

.accordion-button:not(.collapsed)::before {
	display: none;
}

.accordion-header .accordion-button.collapsed {
	background: #fff;
}

.accordion-item .accordion-button {
	background: rgba(187, 185, 182, 0.23);
}

.map-iframe::after {
	padding-bottom: 57%;
	display: block;
	content: '';
}

.stickyanchors {
	position: fixed;
	top: 64px;
	z-index: 99;
	width: 100%;
}

.recovery-col {
	border-radius: 0 15px 15px 0;
}

.proc-gallery-picture {
	opacity: 0.8;
}

.proc-gallery-picture:hover {
	opacity: 1;
	box-shadow: -15px 15px 40px rgba(0, 0, 0, 0.15);
	background: #fff;
}

.list-style-none {
	padding: 0;
	margin: 0;
}

.beautifill-card {
	transition: 0.5s;
	width: 100%;
}

.svg-container {
	width: 70%;
	position: relative;
	margin: 0 auto;
}

.gold-svg {
	position: absolute;
	left: 0;
	top: 0;
	opacity: 0;
	transition: 0.5s;
}

.beautifill-card:hover .gold-svg {
	opacity: 1;
	transition: 0.5s;
}

.black-svg {
	opacity: 1;
	transition: 0.5s;
}

.beautifill-card:hover .black-svg {
	opacity: 0;
	transition: 0.5s;
}

.beautifill-card:hover {
	background: #fff;
	transition: 0.5s;
}

.social-links.list-style-none li {
	list-style: none !important;
	padding-left: 0 !important;
	background-image: none;
	line-height: normal;
}

.social-svg {
	width: 17px;
	padding: 0 25px 0 0;
	box-sizing: content-box;
	vertical-align: middle;
}

body.overflow-y {
	overflow-y: hidden;
}

.bg_F2F3F4 {
	background: #f2f3f4;
}

.section {
	padding: 80px 0;
}

.full-width-img {
	width: 100%;
}

img {
	vertical-align: bottom;
	max-width: 100%;
}

#close-menu {
	display: none;
	padding: 0;
	z-index: 9999;
	cursor: pointer;
	height: 35px;
	left: 40px;
	width: 35px;
	background: none;
	position: absolute;
	top: 35px;
}

#open-menu img {
	/*width: 100%;*/
	width: 35px;
	height: 24px;
}

#open-menu:focus,
#close-menu:focus {
	outline: none;
}

#close-menu:before,
#close-menu:after {
	position: absolute;
	left: 50%;
	top: 50%;
	content: '';
	height: 32px;
	width: 2px;
	background: #dac79b !important;
	margin-top: -16px;
}

#close-menu:before {
	transform: rotate(45deg);
}

#close-menu:after {
	transform: rotate(-45deg);
}

video {
	width: 100%;
	vertical-align: bottom;
}

.fedok-in-media-box {
	background-color: #dac79b;
	border-radius: 15px;
}

.isolation {
	isolation: isolate;
}

.zoom-picture {
	transition: 0.5s;
}

.zoom-picture:hover {
	transform: scale3d(1.3, 1.3, 1.3) translate(5%, 10%);
	transition: 0.5s;
}

.container.hero-container .align-self-end {
	width: 100%;
}

.gold-link {
	color: #dac79b;
	text-decoration: none;
	position: relative;
	padding: 10px 0;
	display: inline-block;
}

.font-13 {
	font-size: 13px;
}

.font-18 {
	font-size: 18px;
}

.gold-link:hover {
	color: #dac79b;
}

.gold-link:after {
	content: '';
	display: block;
	position: absolute;
	bottom: 0;
	left: 0;
	height: 1px;
	width: 60%;
	background: #dac79b;
	transition: 0.5s;
}

.gold-link:hover:after {
	width: 100%;
	transition: 0.5s;
}

.simple-link {
	color: #1e2837;
	text-decoration: none;
	position: relative;
	padding: 10px 0;
	display: inline-block;
}

.absolute-links {
	width: calc(100% - 4.5rem);
	bottom: 1.5rem;
}

.blue-link {
	color: #1e2837;
	text-decoration: none;
	position: relative;
	padding: 10px 0;
	display: inline-block;
}

.blue-link:hover {
	color: #1e2837;
}

.blue-link:after {
	content: '';
	display: block;
	position: absolute;
	bottom: 0;
	left: 0;
	height: 1px;
	width: 60%;
	background: #1e2837;
	transition: 0.5s;
}

.blue-link:hover:after {
	width: 100%;
	transition: 0.5s;
}
.gold-text {
	color: #dac79b;
}

.gold-bg {
	background: #dac79b;
}

.gold-title {
	color: #dac79b;
	position: relative;
}

.gold-bottom-line:before {
	content: '';
	display: block;
	width: 100px;
	height: 1px;
	background: #dac79b;
	bottom: 0;
	position: absolute;
}

.gold-bottom-line_45:before {
	width: 45%;
}

.blue-bottom-line:before {
	content: '';
	display: block;
	width: 100px;
	height: 1px;
	background: #1e2837;
	bottom: 0;
	position: absolute;
}
.gold-check-list li a {
	color: #dac79b;
	text-decoration: none;
}
.gold-check-list li a:hover {
	text-decoration: underline;
}
.blue-check-list li a {
	color: #1e2837;
}

.gallery-list li {
	padding: 0;
}

.gallery-list li a {
	display: block;
	padding: 3px 8px;
	border-radius: 4px;
	text-decoration: none;
	color: inherit;
	font-size: 18px;
}

.gallery-list li a:hover {
	background: rgba(218, 199, 155, 0.29);
	text-decoration: none;
}

.gallery-list li a[href='#'] {
	color: #8b8b8b;
}

.ba-section {
	background-repeat: no-repeat;
	background-position: 100% 20%;
	background-size: 45%;
	padding: 120px 0 0 0;
	overflow: initial;
	z-index: 10;
}

.meet-fedok {
	padding: 190px 0 0 0;
}

.with-right-img-on-bg {
	background-repeat: no-repeat;
	background-position: 100% 50%;
	background-size: 43%;
	margin: 80px 0 120px 0;
	padding: 60px 0 120px 0;
}

.our-service {
	background-repeat: no-repeat;
	background-position: 100% 0;
	background-size: 65%;
	margin: 0 0 80px 0;
}

.fedok-in-media-section {
	padding-top: 60px;
	padding-bottom: 120px;
	margin-bottom: 110px;
}

#recovery {
	background-repeat: no-repeat;
	background-position: 100% 0;
	background-size: 65%;
	padding: 18% 0 0 0;
}

.traveling-section {
	padding: 0 0 80px 0;
}

.traveling-in {
	background-repeat: no-repeat;
	background-position: 0 100%;
	background-size: 45%;
	padding: 0 0 60px 0;
}

.welcome-section {
	padding: 230px 0 180px;
}

.gallery-title a {
	text-decoration: none;
	color: inherit;
}

.gallery-title a:hover {
	text-decoration: underline;
}

.dark-blue-bg {
	background-color: #1e2837;
}

.white-bg {
	background-color: #fff;
}

.gray-text {
	color: #a3a3a3;
}

.br-15 {
	border-radius: 15px;
}

.br-10 {
	border-radius: 10px;
}

.br-top-15 {
	border-radius: 15px 15px 0 0;
}

.br-right-15 {
	border-radius: 0 15px 15px 0;
}

.br-end-15 {
	border-radius: 0 15px 15px 0;
}

.br-left-15 {
	border-radius: 15px 0 0 15px;
}

section {
	overflow: hidden;
	width: 100%;
	position: relative;
}

.with-bg-img {
	background-position: top center;
	background-size: cover;
	background-repeat: no-repeat;
}

.with-bg-right-img {
	background-position: right;
	background-size: cover;
	background-repeat: no-repeat;
}

.with-title-lable {
	background-position: left;
	background-size: 34%;
	background-repeat: no-repeat;
}

.section-with-blue-box {
	background-position: left;
}

.tabs-container {
	min-height: 400px;
}

.nav.nav-tabs {
	margin: 30px 0;
	border: none;
	width: 100%;
	display: flex;
}

.nav-item .nav-link {
	position: relative;
	background: none;
	border: none;
	text-transform: uppercase;
	color: #dac79b;
	padding: 0;
	margin: 0 30px 0 0;
	opacity: 0.5;
	font-size: 16px;
}

.nav-item .nav-link.active {
	position: relative;
	background: none;
	border: none;
	text-transform: uppercase;
	color: #dac79b;
	padding: 0;
	margin: 0 30px 0 0;
	opacity: 0.5;
	font-size: 16px;
}

.anchors .nav-item .nav-link,
.anchors .nav-item .nav-link.active {
	text-transform: none;
	color: #1e2837;
	opacity: 1;
	margin: 0;
}

.nav-item .nav-link:after {
	content: '';
	display: block;
	position: absolute;
	bottom: 0;
	left: 0;
	height: 1px;
	width: 0;
	background: #dac79b;
	transition: 0.5s;
}

.anchors .nav-item .nav-link:after {
	display: none;
}

.nav-item .nav-link:hover:after,
.nav-item .nav-link.active:hover:after {
	content: '';
	display: block;
	position: absolute;
	bottom: 0;
	left: 0;
	height: 1px;
	width: 100%;
	background: #dac79b;
	transition: 0.5s;
}

.anchors .nav-item .nav-link:hover:after,
.anchors .nav-item .nav-link.active:hover:after {
	display: none;
}

.nav-item .nav-link.active {
	opacity: 1;
	font-weight: 500;
}

.nav-item {
	padding: 0;
	list-style-image: none;
	background-image: none;
}

ul,
.gold-check-list {
	padding: 0 0 0 20px;
}

.hero-banner ul > li:last-child {
	padding-bottom: 0;
}

ul li {
	padding: 0 0 15px 30px;
	background-image: url('../../assets/img/check-solid-blue.svg');
	background-repeat: no-repeat;
	background-position: 0 5px;
	list-style: none;
	line-height: 26px;
}

.gold-check-list li {
	padding: 0 0 15px 30px;
	background-image: url('../../assets/img/check-solid-gold.svg');
	background-repeat: no-repeat;
	background-position: 0 5px;
	list-style: none;
	line-height: 26px;
}

ul li a {
	color: inherit;
}

#thumbnails li {
	list-style-image: none;
	list-style: none;
}

#patients-slider ul li {
	list-style-image: none;
	list-style: none;
}

p {
	padding: 0 0 20px 0;
	margin: 0;
}

a:hover {
	color: inherit;
}

.logo {
	width: 196px;
	display: block;
}
.logo img{
	width: 196px;
	height: 60px
}
.scrolled .logo {
	width: 140px;
}
.scrolled .logo img{
	width: 196px;
	height: 43px
}
/*.logo img {
	width: 100%;
}*/

.hp-hero {
	height: 640px;
}

.sec-page-hero {
	height: 640px;
}

#bio-box {
	display: flex;
	align-items: center;
	justify-content: space-around;
	background: rgba(255, 255, 255, 0.8);
	height: fit-content;
	padding: 10px;
	border-radius: 10px;
	width: 100%;
	margin: 20px 0 40px 0;
}

#bio-box img {
	width: 80px;
	height: 80px;
	border: 2px solid #dac79b;
	border-radius: 50%;
	margin-right: 10px;
}

#bio-box p {
	font-size: 16px;
	padding: 0;
}

h1,
h2,
.accordion-header {
	font-family: linotype-didot, serif;
	font-weight: 400;
	font-style: normal;
	font-size: 48px;
	padding: 0 0 20px 0;
	line-height: 130%;
}

h1 a,
#benefits h2 a,
h2 a {
	color: inherit;
	font-size: 36px;
}

p a {
	color: inherit;
}

p a:hover {
	text-decoration: none;
}

h3 {
	font-size: 20px;
	padding: 20px 0 10px 0;
	font-family: sofia-pro, sans-serif;
	font-weight: 300;
	font-style: normal;
}


#how-it-works h2,
#how-it-works h3 {
	font-family: linotype-didot, serif;
	font-weight: 400;
	font-style: normal;
	font-size: 32px;
}

.our-service-section {
	background-repeat: no-repeat;
	background-position: 0 10%;
	background-size: 35%;
	margin: 30px 0 0 0;
}
.our-service-section a {
	color: initial;
	text-decoration: none;
}
.top-line {
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	margin: 0 auto;
	z-index: 9999;
	transition: 0.5s;
}

.top-line-contact {
	position: relative;
	background: #1e2837;
	float: right;
	padding: 24px 30px 20px 30px;
	border-radius: 0 0 12px 12px;
	color: #dac79b;
	text-decoration: none;
	font-size: 24px;
	transition: 0.5s;
}

#light-top-bar .top-line-contact {
	background: #dac79b;
	color: #1e2837;
}

.top-line-contact:hover {
	transition: 0.5s;
	padding: 25px 30px 25px 30px;
	color: #fff;
}

.top-line-phone {
	position: relative;
	float: right;
	color: #1e2837;
	text-decoration: none;
	font-size: 18px;
	transition: 0.5s;
	margin: 28px 27px 0 0;
	padding: 0;
	background: none;
}

#light-top-bar .top-line-phone {
	color: #dac79b;
}

.top-line-phone svg {
	width: 15px;
	box-sizing: content-box;
	vertical-align: middle;
	margin: 0 5px 0 0;
}

.top-line-phone svg path {
	fill: #1e2837;
}

#light-top-bar .top-line-phone svg path {
	fill: #dac79b;
}

#open-menu,
#close-menu,
#close-desktop-menu {
	border: none;
	background: none;
}

#open-menu {
	float: right;
	display: block;
	padding: 30px 0 10px 0;
	margin: 0 0 0 20px;
}

.container-fluid.head-box {
	max-width: 1600px;
}

.horizontal-form > a {
	display: block;
	text-align: center;
	color: #1e2837;
	font-family: linotype-didot, serif;
	font-weight: 700;
	font-style: normal;
	font-size: 26px;
	border-right: 2px #dac79b solid;
	padding: 40px 0;
	width: 15%;
	text-decoration: none;
	background: #dac79b;
}

.horizontal-form.gold-form > a {
	color: #1e2837;
	border-right: 1px #1e2837 solid;
}

.horizontal-form {
	position: absolute;
	top: 580px;
	left: 0;
	z-index: 1;
	width: 94%;
	height: fit-content;
	background: rgba(30, 40, 55, 0.95);
	display: flex;
	justify-content: space-between;
	align-items: center;
	border-radius: 0 15px 15px 0;
}

.horizontal-form.gold-form {
	background: #dac79b;
	top: inherit;
	bottom: 780px;
	border-radius: 15px;
	right: 0;
	margin: 0 auto;
}

.home-white-form {
	position: absolute;
	left: 0;
	z-index: 1;
	bottom: 580px;
	right: 0;
	margin: 0 auto;
}

.horizontal-form.gold-form + footer {
	padding-top: 119px;
}

.home-white-form + footer {
	padding-top: 120px;
	margin-top: 260px;
}

.horizontal-form .wt-form {
	display: flex;
	justify-content: start;
	align-items: center;
	padding: 0 19px;
	width: 85%;
}

#logos-slider,
#logos-slider-media {
	position: absolute;
	bottom: 0;
	right: 0;
	z-index: 1;
	width: 60%;
	border-radius: 15px 0 0 15px;
	padding: 30px 0;
}

#logos-slider.left-aligned {
	right: inherit;
	left: 0;
	width: 80%;
	border-radius: 0 15px 15px 0;
	padding: 30px;
}

#logos-slider-media.left-aligned {
	right: inherit;
	left: 0;
	width: 50%;
	border-radius: 0 15px 15px 0;
	padding: 30px;
}

#logos-slider.meet-logos {
	right: inherit;
	left: 0;
	width: 70%;
	border-radius: 0 15px 15px 0;
	padding: 30px;
}

.container .meet-col {
	padding-bottom: 80px;
}

.shadow-box {
	box-shadow: -15px 15px 40px rgba(0, 0, 0, 0.15);
}

.shadow-box h3 a {
	color: inherit;
}

.shadow-box h3 a:hover {
	text-decoration: none;
}

.book-consult-box {
	position: absolute;
	left: 28%;
	bottom: 0;
	width: fit-content;
}

/* //////////////////////////////////////////////////////////////////////////// */

.wt-form {
	display: block;
}

.wt-form input[type='text'],
.wt-form input[type='email'],
.wt-form input[type='tel'],
.wt-form input[type='date'],
.wt-form select,
.wt-form textarea {
	display: block;
	width: 100%;
	border: none;
	border-bottom: 1px #dac79b solid;
	background: none;
	padding: 0;
	margin: 0 10px;
	font-size: 14px;
	font-family: sofia-pro, sans-serif;
	font-weight: 300;
	font-style: normal;
	-webkit-appearance: none;
	height: 2.5em;
	color: #dac79b;
	line-height: 2.5em;
	overflow: hidden;
}

.wt-form.white-form input[type='text'],
.wt-form.white-form input[type='email'],
.wt-form.white-form input[type='tel'],
.wt-form.white-form input[type='date'],
.wt-form.white-form select,
.wt-form.white-form textarea {
	display: block;
	width: 100%;
	border: none;
	background: none;
	padding: 10px;
	margin: 0 0 20px 0;
	font-size: 14px;
	font-family: sofia-pro, sans-serif;
	font-weight: 300;
	font-style: normal;
	-webkit-appearance: none;
	min-height: 2.5em;
	color: #1e2837;
	box-shadow: 0 0 0 1px #1e2837;
	border-radius: 7px;
}

.gold-form .wt-form input[type='text'],
.gold-form .wt-form input[type='email'],
.gold-form .wt-form input[type='tel'],
.gold-form .wt-form input[type='date'],
.gold-form .wt-form select,
.gold-form .wt-form textarea {
	border-bottom: 1px #1e2837 solid;
	color: #1e2837;
}

.wt-form input:focus-visible,
.wt-form select:focus-visible,
.wt-form textarea:focus-visible {
	outline: none;
}

.wt-form input[type='text']::placeholder,
.wt-form input[type='email']::placeholder,
.wt-form input[type='tel']::placeholder,
.wt-form select::placeholder,
.wt-form textarea::placeholder {
	font-family: sofia-pro, sans-serif;
	font-weight: 300;
	font-style: normal;
	font-size: 14px;
	color: #dac79b;
}

.wt-form.white-form input[type='text']::placeholder,
.wt-form.white-form input[type='email']::placeholder,
.wt-form.white-form input[type='tel']::placeholder,
.wt-form.white-form select::placeholder,
.wt-form.white-form textarea::placeholder {
	font-family: sofia-pro, sans-serif;
	font-weight: 300;
	font-style: normal;
	font-size: 14px;
	color: #1e2837;
}

.gold-form .wt-form input[type='text']::placeholder,
.gold-form .wt-form input[type='email']::placeholder,
.gold-form .wt-form input[type='tel']::placeholder,
.gold-form .wt-form select::placeholder,
.gold-form .wt-form textarea::placeholder {
	color: #1e2837;
}

.wt-form select {
	background-image: url(../../assets/img/chevron-down-solid-gold.svg);
	background-position: 97% 50%;
	background-repeat: no-repeat;
	background-size: 10px;
	color: #dac79b;
	-webkit-appearance: none;
}

.wt-form.white-form select {
	background-image: url(../../assets/img/chevron-down-solid-blue.svg);
	background-position: 97% 50%;
	background-repeat: no-repeat;
	background-color: #f6f2e8;
	background-size: 10px;
	color: #1e2837;
	-webkit-appearance: none;
	box-shadow: none;
	line-height: 16px;
}

.wt-form.white-form textarea {
	min-height: 8em;
}

.gold-form .wt-form select {
	background-image: url(../../assets/img/chevron-down-solid-blue.svg);
}

.wt-form .submit-btn:hover {
	color: #fff;
	transition: 0.5s;
}

.wt-form .submit-btn {
	float: right;
	padding: 10px 20px;
	font-family: sofia-pro, sans-serif;
	font-weight: 300;
	font-style: normal;
	border: none;
	background: rgba(244, 248, 255, 0.08);
	cursor: pointer;
	border-radius: 5px;
	color: #dac79b;
	font-size: 16px;
	margin: 0 20px 0 30px;
	letter-spacing: 0.35px;
	transition: 0.5s;
}

.wt-form.white-form .submit-btn {
	background: #dac79b;
	color: #1e2837;
	text-decoration: none;
	margin: 0 0 0 20px;
	padding: 8px 30px;
	font-size: 16px;
	transition: all 0.4s;
	cursor: pointer;
}

.wt-form.white-form .submit-btn:hover {
	background: #1f3855;
	color: #dac79b;
}

.gold-form .wt-form .submit-btn {
	padding: 45px 20px 45px 30px;
	font-weight: 600;
	border: none;
	background: none;
	border-radius: 0;
	color: #1e2837;
	border-left: 1px #1e2837 solid;
	margin: 0 0 0 20px;
}

.sidenav {
	background-color: #1e2837;
	height: 0;
	width: 33.33%;
	opacity: 0;
	position: fixed;
	z-index: 999;
	top: 0;
	right: 0;
	overflow-x: hidden;
	transition: 0.5s;
}

.sidenav.desktopnav {
	width: 94%;
	top: 0;
	right: 0;
	left: 0;
	bottom: 0;
	margin: auto;
	border-radius: 15px;
}

.sidenav .menu-content {
	height: calc(100% - 160px);
	overflow-x: hidden;
	margin: 160px auto 0 auto;
	width: 100%;
	opacity: 0;
}

.sidenav.desktopnav .menu-content {
	height: 100%;
	width: 100%;
	margin: 0;
	padding: 0 0 0 300px;
}

.sidenav .menu-content::-webkit-scrollbar {
	width: 5px;
}

.sidenav .menu-content::-webkit-scrollbar-track {
	background: rgba(255, 255, 255, 0.5);
}

.sidenav .menu-content::-webkit-scrollbar-thumb {
	background: rgba(255, 255, 255, 0.8);
}

.sidenav .menu-content::-webkit-scrollbar-thumb:hover {
	background: rgba(255, 255, 255, 1);
}

.sidenav .wt-menu {
	padding: 0 45px;
}

.sidenav.desktopnav .wt-menu {
	padding: 50px 30px;
	overflow: hidden;
}

.sidenav .wt-menu li {
	display: block;
	clear: both;
	border-bottom: 1px rgba(218, 199, 155, 0.5) solid;
}

.sidenav.desktopnav .wt-menu li {
	border-bottom: none;
}

.sidenav.desktopnav .wt-menu .home-li,
.sidenav.desktopnav .wt-menu .contact-li {
	position: absolute;
	left: 80px;
	top: 50px;
}
.sidenav.desktopnav .wt-menu .aps-li {
	position: absolute;
	left: 80px;
}
.sidenav.desktopnav .wt-menu .testim-li {
	top: 160px;
}
.sidenav.desktopnav .wt-menu .gall-li {
	top: 90px;
}
.sidenav.desktopnav .wt-menu .skin-li {
	top: 125px;
}

.sidenav.desktopnav .wt-menu .contact-li {
	top: 195px;
}

.sidenav.desktopnav .wt-menu .about-li {
	width: 39%;
	float: left;
	clear: inherit;
	box-sizing: border-box;
}

.sidenav.desktopnav .wt-menu .about-li .sub-menu {
	-moz-column-count: 2;
	column-count: 2;
}

.sidenav.desktopnav .wt-menu .our-devices-li {
	width: 61%;
	float: left;
	clear: inherit;
	padding: 0 0 0 15px;
}

.sidenav.desktopnav .wt-menu .our-devices-li .sub-menu {
	-moz-column-count: 3;
	column-count: 3;
}

.sidenav.desktopnav .wt-menu .surgical-li {
	width: 100%;
	float: left;
	clear: inherit;
	padding: 30px 0 0 0;
}

.sidenav.desktopnav .wt-menu .non-surgical-li {
	width: 39%;
	float: left;
	clear: inherit;
	padding: 30px 0 0 0;
}

.sidenav.desktopnav .wt-menu .gallery-li {
	width: 20%;
	float: left;
	clear: inherit;
	padding: 30px 0 0 20px;
	box-sizing: border-box;
}

.sidenav.desktopnav .wt-menu .face-li {
	width: 59%;
	float: left;
	clear: inherit;
}

.sidenav.desktopnav .wt-menu .face-li .sub-menu {
	-moz-column-count: 3;
	column-count: 3;
}

.sidenav.desktopnav .wt-menu .body-li {
	width: 20%;
	float: left;
	clear: inherit;
	padding: 0 0 0 20px;
	box-sizing: border-box;
}

.sidenav.desktopnav .wt-menu .hair-restoration-li {
	width: 21%;
	float: left;
	clear: inherit;
	padding: 0 0 0 25px;
	box-sizing: border-box;
}

.sidenav.desktopnav .wt-menu .skin-care-li {
	width: 41%;
	float: left;
	clear: inherit;
	padding: 30px 0 0 25px;
	box-sizing: border-box;
}

.sidenav .menu-content a {
	padding: 15px 0;
	text-decoration: none;
	font-size: 20px;
	line-height: 24px;
	text-align: left;
	color: #dac79b;
	display: block;
	user-select: none;
	box-shadow: 0 0 0 rgba(0, 0, 0, 0);
	text-transform: uppercase;
}

.sidenav.desktopnav .menu-content a {
	padding: 5px 0;
	text-align: left;
}

.sidenav.desktopnav .menu-content .wt-menu > li > a {
	text-transform: uppercase;
	font-size: 18px;
	font-weight: 600;
	border-radius: unset;
}

.sidenav.desktopnav .menu-content .wt-menu > li.has-children > a,
.sidenav.desktopnav .menu-content .wt-menu > li.gallery-li > a,
.sidenav.desktopnav .menu-content .wt-menu > li.skin-care-li > a {
	border-bottom: 1px rgba(218, 199, 155, 0.5) solid;
}

.sidenav.closed .menu-content {
	opacity: 0;
}

.sidenav.opened .menu-content {
	opacity: 1;
	transition: 2s;
}

.sidenav.opened {
	opacity: 1;
}

.sidenav.opened {
	height: 100%;
	opacity: 1;
}

.sidenav.desktopnav.opened {
	height: 85%;
	top: 5%;
}

.sidenav.closed {
	height: 0;
}

.sidenav .sub-menu {
	display: none;
	padding: 0;
}

.sidenav.desktopnav .sub-menu {
	display: block;
}

.sidenav .sub-menu.opened-sub-menu {
	display: block;
}

.sidenav .sub-menu.opened-sub-menu .sub-menu.opened-sub-menu > li > a {
	background: #ffffff;
}

.sidenav
	.sub-menu.opened-sub-menu
	.sub-menu.opened-sub-menu
	.sub-menu.opened-sub-menu {
	background: #d9e4ff;
}

.sidenav .unlock-sub .sub-menu.opened-sub-menu {
	display: block;
}

.sidenav ul li ul li a {
	padding-left: 20px;
}

.sidenav ul li ul li ul li a {
	padding-left: 40px;
}

.sidenav .sub-menu.opened-sub-menu li:last-child {
	border-bottom: none;
}

.sidenav > li.menu-item a.active,
.sidenav > li.menu-item > .sub-menu .menu-item > a.active {
	color: #28a8e0;
}

.sidenav li {
	padding: 0;
	position: relative;
}

.sidenav .has-children .sub-menu li a {
	padding-left: 20px;
	color: #1e2837;
	text-transform: capitalize;
}

.sidenav .has-children .sub-menu > li > a {
	background: #f2f3f5;
}

.sidenav.desktopnav .has-children .sub-menu > li > a {
	background: none;
	padding: 5px 0;
}

.sidenav.desktopnav .has-children .sub-menu > li > a:hover {
	text-decoration: underline;
}

.sidenav.desktopnav .has-children .sub-menu > li > a::after {
	content: '';
	display: inline-block;
	width: 0;
	height: 0;
	border-left: 5px solid #fff;
	border-top: 5px solid transparent;
	border-bottom: 5px solid transparent;
	vertical-align: middle;
	margin-left: 5px;
	opacity: 0;
}

.sidenav.desktopnav .has-children .sub-menu > li > a:hover::after {
	opacity: 1;
}

.sidenav.desktopnav .has-children .sub-menu .has-children > a {
	color: #f6e9ca;
	font-weight: 600;
	font-size: 16px;
}

.sidenav.desktopnav .has-children .sub-menu .has-children > a:hover::after {
	display: none;
}

.sidenav .has-children .sub-menu > li {
	border-bottom: 1px rgba(218, 199, 155, 0.8) solid;
}

.sidenav.desktopnav .has-children .sub-menu > li {
	border-bottom: none;
}

.sidenav .has-children .sub-menu .has-children .sub-menu li a {
	padding-left: 30px;
}

.sidenav.desktopnav .has-children .sub-menu .has-children .sub-menu li a {
	padding-left: 0;
}

.sidenav
	.has-children
	.sub-menu
	.has-children
	.sub-menu
	.has-children
	.sub-menu
	li
	a {
	padding-left: 40px;
}

.sidenav .has-children > .arrow {
	width: 54px;
	height: 54px;
	position: absolute;
	right: 0;
	top: 0;
	display: flex;
	align-items: center;
	justify-content: center;
	overflow: hidden;
	margin: 0;
	cursor: pointer;
}

.sidenav.desktopnav .has-children > .arrow {
	display: none;
}

.sidenav .sub-menu.opened-sub-menu .has-children > .arrow {
	background: none;
}

.sidenav .has-children > .arrow:before,
.sidenav .has-children > .arrow:after {
	position: absolute;
	left: 50%;
	top: 50%;
	content: '';
	height: 26px;
	width: 2px;
	background: #dac79b;
	margin-top: -13px;
}

.sidenav .has-children > .arrow:before {
	transform: rotate(90deg);
}

.sidenav .has-children > .arrow.active:after {
	display: none;
}

.splide__container {
	position: relative;
	box-sizing: border-box;
}

.splide__list {
	margin: 0 !important;
	padding: 0 !important;
	width: -webkit-max-content;
	width: max-content;
	will-change: transform;
}

.splide.is-active .splide__list {
	display: flex;
}

.splide__pagination {
	display: inline-flex;
	align-items: center;
	width: 95%;
	flex-wrap: wrap;
	justify-content: center;
	margin: 0;
}

.splide__pagination li {
	list-style-type: none;
	display: inline-block;
	line-height: 1;
	margin: 0;
}

.splide {
	visibility: hidden;
}

.splide,
.splide__slide {
	position: relative;
	outline: none;
}

.splide__slide {
	box-sizing: border-box;
	list-style-type: none !important;
	margin: 0;
	flex-shrink: 0;
	padding: 0;
	margin: 0;
	background-image: none;
}

#logos-slider .splide__slide,
#logos-slider-media .splide__slide {
	display: flex;
	align-items: center;
	justify-content: center;
}

.splide__slide img {
	vertical-align: bottom;
}

.splide__slider {
	position: relative;
}

.splide__spinner {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	margin: auto;
	display: inline-block;
	width: 20px;
	height: 20px;
	border-radius: 50%;
	border: 2px solid #999;
	border-left-color: transparent;
	animation: splide-loading 1s linear infinite;
}

.splide__track {
	position: relative;
	z-index: 0;
	overflow: hidden;
}

.splide--draggable > .splide__track > .splide__list > .splide__slide {
	user-select: none;
}

#patientssay-slider .splide__slide {
	color: #dac79b;
	font-size: 18px;
	line-height: 24px;
	font-style: italic;
}

.splide--fade > .splide__track > .splide__list {
	display: block;
}

.splide--fade > .splide__track > .splide__list > .splide__slide {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 0;
	opacity: 0;
	display: block;
}

.splide--fade > .splide__track > .splide__list > .splide__slide.is-active {
	position: relative;
	z-index: 1;
	opacity: 1;
}

.splide--rtl {
	direction: rtl;
}

.splide--ttb > .splide__track > .splide__list {
	display: block;
}

.splide--ttb > .splide__pagination {
	width: auto;
}

.splide__arrow {
	position: absolute;
	z-index: 1;
	top: 50%;
	transform: translateY(-50%);
	width: 2em;
	height: 2em;
	border-radius: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
	border: none;
	padding: 0;
	opacity: 0.7;
	background: #ccc;
}

#patientssay-slider .splide__arrow {
	position: absolute;
	z-index: 1;
	top: 50%;
	transform: translateY(-50%);
	width: 40px;
	height: 50px;
	border-radius: 12px;
	display: flex;
	align-items: center;
	justify-content: center;
	border: none;
	padding: 0;
	opacity: 1;
	background: transparent;
	border: 1px #dac79b solid;
}

#patientssay-slider .splide__arrow:hover {
	opacity: 0.7;
}

#patientssay-slider .splide__arrow svg path {
	fill: #dac79b;
}

.splide__arrow svg path {
	fill: rgba(30, 40, 55, 0.5);
}

#patientssay-slider .splide__arrow svg {
	width: 1.2em;
	height: 1.2em;
}

.splide__arrow:hover {
	cursor: pointer;
	opacity: 0.9;
}

.splide__arrow:focus {
	outline: none;
}

.splide__arrow--prev {
	left: 1em;
}

.splide__arrow--prev svg {
	transform: scaleX(-1);
}

.splide__arrow--next {
	right: 1em;
}

.splide__pagination {
	position: absolute;
	z-index: 1;
	bottom: 0.5em;
	left: 50%;
	transform: translateX(-50%);
	padding: 0;
}

.splide__pagination__page {
	display: inline-block;
	width: 8px;
	height: 8px;
	background: #ccc;
	border-radius: 50%;
	margin: 3px;
	padding: 0;
	transition: transform 0.2s linear;
	border: none;
	opacity: 0.7;
}

.splide__pagination__page.is-active {
	transform: scale(1.4);
	background: #fff;
}

.splide__pagination__page:hover {
	cursor: pointer;
	opacity: 0.9;
}

.splide__pagination__page:focus {
	outline: none;
}

.splide__progress__bar {
	width: 0;
	height: 3px;
	background: #ccc;
}

.splide--nav > .splide__track > .splide__list > .splide__slide {
	border: 3px solid transparent;
}

.splide--nav > .splide__track > .splide__list > .splide__slide.is-active {
	border-color: #000;
}

.splide--nav > .splide__track > .splide__list > .splide__slide:focus {
	outline: none;
}

.splide--rtl > .splide__arrows .splide__arrow--prev,
.splide--rtl > .splide__track > .splide__arrows .splide__arrow--prev {
	right: 1em;
	left: auto;
}

.splide--rtl > .splide__arrows .splide__arrow--prev svg,
.splide--rtl > .splide__track > .splide__arrows .splide__arrow--prev svg {
	transform: scaleX(1);
}

.splide--rtl > .splide__arrows .splide__arrow--next,
.splide--rtl > .splide__track > .splide__arrows .splide__arrow--next {
	left: 1em;
	right: auto;
}

.splide--rtl > .splide__arrows .splide__arrow--next svg,
.splide--rtl > .splide__track > .splide__arrows .splide__arrow--next svg {
	transform: scaleX(-1);
}

.splide--ttb > .splide__arrows .splide__arrow,
.splide--ttb > .splide__track > .splide__arrows .splide__arrow {
	left: 50%;
	transform: translate(-50%);
}

.splide--ttb > .splide__arrows .splide__arrow--prev,
.splide--ttb > .splide__track > .splide__arrows .splide__arrow--prev {
	top: 1em;
}

.splide--ttb > .splide__arrows .splide__arrow--prev svg,
.splide--ttb > .splide__track > .splide__arrows .splide__arrow--prev svg {
	transform: rotate(-90deg);
}

.splide--ttb > .splide__arrows .splide__arrow--next,
.splide--ttb > .splide__track > .splide__arrows .splide__arrow--next {
	top: auto;
	bottom: 1em;
}

.splide--ttb > .splide__arrows .splide__arrow--next svg,
.splide--ttb > .splide__track > .splide__arrows .splide__arrow--next svg {
	transform: rotate(90deg);
}

.splide--ttb > .splide__pagination {
	display: flex;
	flex-direction: column;
	bottom: 50%;
	left: auto;
	right: 0.5em;
	transform: translateY(50%);
}

.what-patients-say {
	padding: 0 15px 30px 15px;
}

.what-patients-say-body {
	padding: 30px 20px;
}

.what-patients-say-col {
	background: #1e2837;
	border-radius: 15px;
}

#patientssay-slider .splide__arrow--prev {
	display: none;
}

#patientssay-slider .splide__arrow--next {
	right: -22%;
}

.patients-say-container {
	width: 100%;
	padding-right: 15%;
	padding-top: 30px;
	padding-bottom: 40px;
}

#gallery-slider .splide__slide > img {
	display: block;
	width: 100%;
	margin: 0 auto;
	max-width: 885px;
}

#gallery-slider .splide__arrow {
	position: absolute;
	z-index: 1;
	top: 50%;
	transform: translateY(-50%);
	width: 80px;
	height: 80px;
	display: flex;
	align-items: center;
	justify-content: center;
	border: none;
	padding: 0;
	opacity: 0.7;
	background: none;
}

#gallery-slider .splide__arrow svg {
	width: 25px;
	height: 25px;
}

.gallery-patient .thumbnail {
	margin: 0 0 5% 0;
	padding: 8px;
	cursor: pointer;
	border-radius: 8px;
	opacity: 0.8;
	background-image: none;
}

.gallery-patient .thumbnail.is-active,
.gallery-patient .thumbnail:hover {
	background: #fff;
	box-shadow: -15px 15px 40px rgba(0, 0, 0, 0.15);
	opacity: 1;
}
h1.third-title {
	font-size: 30px;
	font-family: Playfair Display, sans-serif;
}
.prev-next-patient {
	display: block;
	overflow: hidden;
	width: 100%;
	padding: 20px 0 40px 0;
}

.prev-next-patient a {
	text-align: center;
	padding: 10px 20px;
	font-size: 20px;
	text-decoration: none;
	display: inline-block;
	background: none;
	width: 40%;
	max-width: 277px;
	font-family: Playfair Display, sans-serif;
	border-radius: 8px;
}

.prev-next-patient a br {
	display: none;
}

.prev-next-patient a:hover {
	text-decoration: none;
}

.prev-next-patient a.prev-patient {
	border: 1px #000 solid;
	color: #000;
	float: left;
}

.prev-next-patient a.next-patient {
	color: #000;
	border: 1px #000 solid;
	float: right;
}

.prev-next-patient a:hover {
	color: #fff;
	background: #000;
}

.patient-info {
	width: 75%;
	padding: 60px 0 0 0;
	margin: 0 auto;
	max-width: 885px;
}

#patients-slider {
	padding: 0 80px;
	max-width: 1200px;
	margin: 20px auto 0;
}

#patients-slider .splide__arrow {
	background: none;
	width: 40px;
	height: 40px;
	top: 50%;
}

#patients-slider .splide__arrow svg {
	width: 25px;
	height: 25px;
}

#patients-slider .splide__slide p {
	padding: 20px 0 0 0;
}

#patients-slider .splide__slide {
	opacity: 0.8;
	padding: 5px;
	background-image: none;
}

#patients-slider .splide__slide a[href^='#'] {
	cursor: default;
}

#patients-slider .splide__slide:hover {
	opacity: 1;
	background: #fff;
}

#patients-slider .active-patient.splide__slide {
	opacity: 1;
	background: #fff;
	border-radius: 5px;
}

#patients-slider .splide__slide span {
	display: block;
	padding: 20px 0 0 0;
	font-size: 18px;
	line-height: 28px;
	color: #1f3855;
	font-family: sofia-pro, sans-serif;
}

#fedok {
	padding-bottom: 6rem;
}
.sitemap_page .simple-list ul {
	margin-top: 25px;
}
@media (min-width: 768px) {
	.what-patients-say-body {
		padding: 40px 60px;
	}
}

@media (min-width: 350px) {
	#patientssay-slider .splide__arrow--next {
		right: -17%;
	}
}

@media (min-width: 1024px) {
	#patientssay-slider .splide__arrow {
		width: 60px;
		height: 60px;
	}
	.laser_sec_box .shadow-box {
		padding-bottom: 100px !important;
	}
}

@media (min-width: 1024px) {
	#patientssay-slider .splide__arrow--next {
		right: -15%;
	}
}

@media (min-width: 992px) {
	.what-patients-say-body {
		padding: 60px 90px 60px 160px;
	}
}

.section_contactus {
	padding: 30px 0 50px;
}

.contact-absbox {
	position: unset;
	bottom: initial;
	left: initial;
}

.conactform-col {
	background: #1e2837;
	border-radius: 15px;
	height: 500px;
}

.contact-absbox-body {
	padding-bottom: 0;
}

.cus-formbox {
	padding: 30px;
}

.cus-formbox h2.cus-formbox-title {
	font-family: sofia-pro, sans-serif;
	font-weight: 300;
	font-size: 20px;
	padding-bottom: 24px;
}

.cus-formbox form {
	display: flex;
	flex-wrap: wrap;
}

.cus-formbox form label {
	font-size: 0;
	line-height: 0;
	width: 0;
	height: 0;
	position: absolute;
	top: 0;
	left: 0;
}

.cus-formbox form input {
	font-family: sofia-pro, sans-serif;
	font-weight: 300;
	font-style: normal;
	width: 100%;
	border-radius: 6px;
	border: 0;
	padding: 10px 15px;
	margin-bottom: 22px;
	background: #ecedee;
	color: #161f25;
	font-size: 16px;
	outline: 0;
}

.cus-formbox form .submitbox {
	width: 100%;
}

.cus-formbox form .submitbox input {
	width: 91px;
	float: right;
	border-radius: 6px;
	border: 0;
	padding: 8px 15px;
	margin-bottom: 22px;
	background: #dac79b;
	color: #1e2837;
	border: 1px solid #dac79b;
	font-size: 18px;
}

.cus-formbox form .submitbox input:hover {
	background: transparent;
	color: #dac79b;
	border: 1px solid #dac79b;
	transition: 0.5s;
}

.c-us input[type='text']::placeholder,
.c-us input[type='email']::placeholder,
.c-us input[type='tel']::placeholder,
.c-us select::placeholder,
.c-us textarea::placeholder {
	font-family: sofia-pro, sans-serif;
	font-weight: 300;
	font-style: normal;
	font-size: 16px;
	color: #161f25;
}

.c-us select {
	width: 100%;
	padding: 10px 15px;
	border-radius: 6px;
	background-image: url(../../assets/img/chevron-down-solid-gold.svg);
	background-position: 97% 50%;
	background-repeat: no-repeat;
	background-size: 10px;
	font-family: sofia-pro, sans-serif;
	font-weight: 300;
	font-style: normal;
	font-size: 16px;
	color: #dac79b;
	-webkit-appearance: none;
	background-color: #253142;
	border: rgba(0, 0, 0, 0.7);
	margin-bottom: 22px;
	outline: 0;
}

.contact-absbox-img {
	width: 100%;
}

.contactus-container {
	position: relative;
}

.ftitle {
	font-weight: 600;
	margin-bottom: 15px;
	position: relative;
	padding-bottom: 5px;
}

.ftitle:before {
	content: '';
	display: block;
	width: 32px;
	height: 1px;
	background-color: rgba(242, 243, 244, 0.48);
	bottom: 0;
	left: 0;
	position: absolute;
}

footer p {
	color: #f2f3f4;
}

footer {
	padding: 40px 0;
	background-image: url('/wp-content/themes/fedok/assets/img/footer-bg.jpg');
}

footer .logo {
	margin-bottom: 15px;
}

.flink {
	display: inline-block;
	width: 100%;
	color: #f2f3f4;
	text-decoration: none;
}

.flink:hover {
	color: #f2f3f4;
	text-decoration: underline;
}

footer p .flink {
	margin-bottom: 5px;
}

.addrline {
	margin-top: 30px;
}

.addrline-body {
	width: 100%;
	padding: 30px;
	background-color: #000;
	border-radius: 15px;
	background-blend-mode: multiply;
}

footer .addrline-body p {
	color: #dac79b;
	padding-bottom: 15px;
}
footer .addrline-body p a {
	color: #dac79b !important;
	text-decoration: none;
}

.addrlineicon {
	position: relative;
	top: -6px;
	margin-right: 10px;
}

footer .addrline-body p:last-child {
	padding-bottom: 0;
}

.copyright {
	margin-top: 30px;
}

.copyrightlinks {
	color: #f2f3f4;
	text-decoration: none;
	margin-right: 15px;
}

.copyrightlinks:last-child {
	margin-right: 0;
}

.copyrightlinks:hover {
	color: #f2f3f4;
	text-decoration: underline;
}

.reviews-stars {
	display: inline-block;
	margin: 0 10px;
}

.reviews-stars-star {
	position: relative;
	top: -5px;
	margin-right: 5px;
}

.copyrightp a {
	color: inherit;
	text-decoration: none;
}

.copyrightp a:hover {
	text-decoration: none;
}

.copyrightp {
	font-size: 14px;
	padding-bottom: 15px;
}

.copyrightp:last-child {
	padding-bottom: 0;
}

.reviews-stars-star:last-child {
	margin-right: 0;
}

.box_video .box_desc p {
	font-size: 16px;
	line-height: 25px;
	margin-top: 10px;
}

.box_video,
.box_pdf {
	margin: 20px 0;
}

.box_pdf a {
	position: relative;
	display: block;
}

.box_pdf .print img {
	width: 100%;
	box-shadow: -15px 15px 40px rgba(0, 0, 0, 0.15);
	border-radius: 15px;
	opacity: 0.6;
}

.box_pdf a:hover img {
	opacity: 1;
}

.box_pdf .box_desc {
	position: absolute;
	bottom: 0;
	background: rgb(204 214 223 / 90%);
	padding: 20px;
	width: 100%;
	height: 40%;
	left: 0;
	box-sizing: border-box;
}

.box_pdf .box_desc p {
	color: #1f3855;
	font-size: 15px;
	line-height: 22px;
}

.box_pdf .box_desc::before {
	content: '';
	width: 20px;
	height: 20px;
	position: absolute;
	bottom: 10px;
	right: 10px;
	background-image: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M24.0001 22.5888L17.7503 16.339C21.2449 12.0649 20.6131 5.76709 16.3391 2.27242C12.065 -1.22225 5.76721 -0.590421 2.27255 3.68369C-1.22212 7.9578 -0.590295 14.2555 3.68376 17.7502C7.36523 20.7603 12.6576 20.7603 16.339 17.7502L22.5889 24L24.0001 22.5888ZM10.0274 18.0117C5.61773 18.0117 2.043 14.437 2.043 10.0273C2.043 5.61761 5.61773 2.04288 10.0274 2.04288C14.4371 2.04288 18.0118 5.61761 18.0118 10.0273C18.0068 14.4349 14.435 18.0067 10.0274 18.0117Z' fill='%231F3855'/%3E%3Cpath d='M11.0255 6.03598H9.02939V9.03012H6.03525V11.0262H9.02939V14.0204H11.0255V11.0262H14.0197V9.03012H11.0255V6.03598Z' fill='%231F3855'/%3E%3C/svg%3E%0A");
}

.scientificpdf .box_desc {
	background: rgba(92, 92, 92, 0.8);
	padding-bottom: 60px;
}

.scientificpdf .box_desc p {
	color: #fff;
	text-align: center;
}

.scientificpdf .btn_aps {
	position: absolute;
	left: 0;
	bottom: 15px;
	text-align: center;
	width: 100%;
}

.scientificpdf .btn_aps .btn {
	background: #1e2837;
	color: #dac79b;
	text-decoration: none;
	margin: 40px auto 0;
	padding: 8px 30px;
	font-size: 16px;
	transition: all 0.4s;
	cursor: pointer;
}

.scientificpdf .btn_aps .btn:hover {
	background: #dac79b;
	color: #1f3855;
}

.scientificpdf .box_desc::before {
	content: none;
	width: 1px;
	height: 1px;
}

.scientificpdf .hide {
	display: none;
}

.search-pdf {
	margin: auto;
	text-align: center;
	padding: 40px;
	position: relative;
}

.search-pdf .search-slt {
	display: block;
	width: 100%;
	background-color: #fff;
	border: none;
	border-bottom: 1px solid #1e2837;
	height: calc(3rem + 2px) !important;
	border-radius: 0;
	font-size: 18px;
	line-height: 28px;
	color: #1f3855;
	padding: 0 15px;
	background-image: url(../../assets/img/chevron-down-solid-blue.svg);
	background-position: 97% 55%;
	background-repeat: no-repeat;
	background-size: 10px;
}

.search-pdf .col-12 {
	margin-bottom: 35px;
}

.search-pdf .btn {
	background: #dac79b;
	color: #1e2837;
	text-decoration: none;
	margin: 40px auto 0;
	padding: 8px 30px;
	font-size: 16px;
	transition: all 0.4s;
	cursor: pointer;
}

.search-pdf .btn:hover {
	background: #1f3855;
	color: #dac79b;
}
footer .ftitle a {
	color: #fff;
	text-decoration: none;
}

/* --- Blog start --- */
.wt-tabs-nav {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	padding: 0 0 60px 0;
}

.blog_nav {
	margin-bottom: 30px;
}
.blog_nav .light-gray-bg {
	background: #f9f9f9;
	padding: 25px;
}
.blog_nav .wt-tab-link {
	color: #1e2837;
	display: block;
	font-size: 26px;
	line-height: 30px;
	position: relative;
	padding: 0 0 10px 0;
	cursor: pointer;
	border: 0;
	width: auto;
}
.blog_nav .wt-tab-link::before {
	position: absolute;
	left: 0;
	bottom: 0;
	content: '';
	display: block;
	width: 0;
	height: 1px;
	opacity: 0;
	background: #000;
	transition: 0.5s;
}
.blog_nav .wt-tab-link.active::before {
	width: 50%;
	opacity: 1;
}
.blog_nav .wt-tab-link:hover::before,
.blog_nav .wt-tab-link.active:hover::before {
	position: absolute;
	left: 0;
	bottom: 0;
	content: '';
	display: block;
	width: 100%;
	height: 1px;
	background: #000;
	transition: 0.5s;
	opacity: 1;
}
.blog_nav_cat_row .wt-tab-content {
	padding: 0;
	background: none;
	border: 0;
	box-sizing: border-box;
	box-shadow: none;
	border-radius: 0;
}
.blog_nav_cat_row .white-bg {
	background: #fff;
}
.blog_nav_cat_row .types-proc-info {
	padding: 20px;
}
.blog_nav_cat_row .types-proc-info .archive-list {
	margin-bottom: 0;
	padding-left: 0;
	text-align: center;
}
.blog_nav_cat_row .types-proc-info .archive-list li {
	position: relative;
	padding-left: 0;
	font-size: 16px;
	letter-spacing: 2px;
	font-weight: 300;
	color: #1e2837;
	padding-bottom: 5px;
	padding-top: 5px;
	display: inline-block;
	margin: 5px !important;
	background-image: none;
}
.blog_nav_cat_row .types-proc-info .archive-list li:before {
	display: none;
}
.blog_nav_cat_row .types-proc-info .archive-list li a {
	color: #1e2837;
	display: inline-block;
	padding: 10px 10px;
	text-align: center;
	border: 1px #1e2837 solid;
	font-size: 16px;
	font-weight: 500;
}
.blog_nav_cat_row .types-proc-info .archive-list li a:hover {
	background: #1e2837;
	color: #fff;
}
.wt-tabs-mob-nav {
	display: none;
}
.box_single_nav {
	padding-bottom: 50px;
}
.box_single_nav a {
	display: inline-block;
	padding: 10px 10px;
	text-align: center;
	border: 1px #1e2837 solid;
	color: #1e2837;
	font-size: 16px;
	font-weight: 500;
}
.box_single_nav a:hover {
	background: #1e2837;
	color: #fff;
}
.sectionblogmain {
	margin-top: 50px;
}
.sectionblogmain .blog_post-mainpage {
	width: 48%;
	padding-left: 15px;
	padding-right: 15px;
	position: relative;
	padding-bottom: 50px;
	/*margin-bottom: 50px;*/
}
.sectionblogmain .blog_post-mainpage .postboximg {
	width: 100%;
}
.sectionblogmain .blog_post-mainpage .postboximg img {
	width: 100%;
	height: auto;
	display: block;
}
.sectionblogmain .blog_post-mainpage .postboxcontent {
	/*position: absolute;
    width: 80%;
    background: #F9F9F9;
    padding: 30px;
    box-sizing: border-box;
    right: -15px;
    bottom: -25px;
    border: 25px #fff solid;*/
	widows: 100%;
	background: #f9f9f9;
	padding: 30px;
	box-sizing: border-box;
}
.text-md-right {
	text-align: right;
}
.sectionblogmain .blog_post-mainpage .postboxcontent p.time {
	font-size: 12px;
	line-height: 18px;
	font-weight: 400;
	padding-bottom: 30px;
}
.sectionblogmain .blog_post-mainpage .postboxcontent h2.sec-title {
	font-size: 22px;
	line-height: 28px;
	padding-bottom: 30px;
}
.sectionblogmain .blog_post-mainpage .postboxcontent h2.sec-title a,
.sectionblogmain .blog_post-mainpage .postboxcontent h2.sec-title a:hover,
.sectionblogmain .blog_post-mainpage .postboxcontent p.time a,
.sectionblogmain .blog_post-mainpage .postboxcontent p.time a:hover,
.tags a,
.tags a:hover {
	color: #000;
}
.sectionblogmain .blog_post-mainpage .postboxcontent p.sec-descr {
	font-size: 18px;
	line-height: 24px;
	font-weight: 300;
	padding-bottom: 30px;
}
.blog_navsection {
	margin: auto;
}
.blog_navsection .blog_nav-link a {
	padding: 15px 20px;
	background: #f9f9f9;
	font-size: 16px;
	line-height: 24px;
	margin-top: 30px;
	display: block;
}
.blog_navsection .alignright.blog_nav-link {
	float: right;
}
.blog_navsection .alignleft.blog_nav-link {
	float: left;
}

.post_descrbox {
	/*margin-bottom: 80px;*/
}
.post_descrbox img {
	display: block;
	width: 100%;
	height: auto;
}

.post_descrbox p.time {
	font-size: 18px;
	line-height: 24px;
	font-weight: 400;
	padding-bottom: 30px;
}

.post_mainbox {
	margin-bottom: 80px;
}

.post_mainbox .socials {
	display: flex;
	flex-wrap: wrap;
	width: 100%;
	justify-content: end;
	align-items: center;
}
.post_mainbox .socials .socials-quick {
	padding-right: 10px;
}
.post_mainbox .socials .socials-quick p {
	padding-bottom: 0;
	font-size: 22px;
	line-height: 30px;
}
.post_mainbox .socials .socials-box {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	width: 110px;
	align-items: center;
}
.post_mainbox .socials .socials-box .socials-link a {
	width: 35px;
	height: 35px;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: center;
}
.contactpage .container .row h2 {
	font-size: 34px;
}
@media screen and (max-width: 991px) {
	#ba-photos .row > div:nth-child(2)::before {
		bottom: 35px;
	}
	.sectionblogmain {
		margin-top: 30px;
	}
	.sectionblogmain .blog_post-mainpage {
		width: 100%;
	}
	.blog_nav {
		order: 2;
		margin-top: 30px;
	}
	.wt-tabs-mob-nav {
		display: flex;
		justify-content: space-between;
		padding: 30px 0;
		margin: 0 auto;
		text-align: center;
		width: 100%;
		max-width: 320px;
	}
	.blog_nav .blog_nav_cat {
		display: none;
	}
	.wt-tab-mob-link {
		font-size: 18px;
		line-height: 30px;
		padding: 0 20px;
		display: none;
	}
	.wt-tab-mob-link.active {
		display: inline-block;
	}
}
/* --- Blog fin --- */
/** Testimonial **/
.sect_testim .splide__slide p {
	color: #dac79b;
	font-size: 16px;
	line-height: 22px;
}
.sect_testim .row .testim_title {
	font-family: linotype-didot, serif;
	font-weight: 400;
	font-size: 36px;
	line-height: 44px;
	color: #dac79b;
}
.sect_testim .text-right {
	text-align: right;
	font-size: 18px;
}
.sect_testim .splide__arrow {
	position: absolute;
	z-index: 1;
	top: 40%;
	transform: translateY(-50%);
	width: 40px;
	height: 50px;
	border-radius: 12px;
	display: flex;
	align-items: center;
	justify-content: center;
	border: none;
	padding: 0;
	opacity: 1;
	background: transparent;
	border: 1px #dac79b solid;
}
.sect_testim .splide__arrow svg {
	width: 1.2em;
	height: 1.2em;
}
.sect_testim .splide__arrow:hover {
	opacity: 0.7;
}
.sect_testim .splide__arrow svg path {
	fill: #dac79b;
}
.multi-column .shadow-box {
	margin-bottom: 40px;
}
@media (min-width: 768px) {
	.sect_testim .testim_stars {
		margin: 15px 0;
	}
	.sect_testim .splide__arrow--next {
		right: -15%;
	}
	.sect_testim .splide__arrow {
		width: 60px;
		height: 60px;
	}
	.sect_testim .splide__slide .testim_title {
		padding-right: 140px;
	}
	.sect_testim .testim_time {
		position: absolute;
		top: 15px;
		right: 0;
	}
	.sect_testim .splide__arrow--prev {
		left: auto;
		right: -15%;
		top: 65%;
		border: none;
	}
	.multi-column .shadow-box {
		width: 48%;
		position: relative;
	}
	.multi-column .shadow-box:nth-child(2n + 1) {
		float: left;
		clear: left;
	}
	.multi-column .shadow-box:nth-child(2n) {
		float: right;
		clear: right;
	}
}
.sect_testim .testim-order {
	font-size: 18px;
	padding-right: 30px;
}
.sect_testim .testim-order button {
	border: none;
	background: none;
	margin-left: 10px;
}
.sect_testim .testim-order .active {
	font-weight: 600;
}
.sect_testim .page-btn {
	width: 45px;
	height: 45px;
	margin: 0 5px;
	font-size: 19px;
	border: 2px solid #dac79b;
}
.sect_testim .page-btn.active {
	background: #dac79b;
}
.sect_testim_footer .patients-say-container p {
	color: #dac79b;
}
.mobilenavbar {
	display: none;
	position: fixed;
	bottom: 0;
	left: 0;
	display: none;
	background: #dac79b;
	width: 100%;
	overflow: hidden;
	z-index: 999;
	color: #fff;
	transition: transform 0.3s ease-out;
	box-shadow: 0 0 4px #000;
}
.mobilenavbar.visible {
	transform: translateY(0);
}
.mobilenavbar .mobilenavbarbox {
	width: 100%;
	margin: 0 auto;
	text-align: center;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
}
.mobilenavbar .mobilenavbarbox a {
	color: #fff;
	font-size: 22px;
	line-height: 20px;
	width: 50%;
	padding: 18px 0;
	text-decoration: none;
	text-align: center;
}
.mobilenavbar .mobilenavbarbox a.phone_call {
	background: #dac79b;
	color: #000;
}
.mobilenavbar .mobilenavbarbox a.book_now {
	background: #142240;
	padding-right: 20px;
}

.check_box input,
.check_box_page input {
	margin-right: 10px;
	position: relative;
	top: 10px;
	width: 13px;
	height: 13px;
}
.check_box label span,
.check_box_page label span {
	font-size: 14px;
}
.horizontal-form-home .check_box label span {
	color: #dac79c
}
.check_box_page {
	margin-bottom: 30px;
}
@media (min-width: 1400px) {
	.sect_testim .container {
		max-width: 1200px;
	}
}
@media (max-width: 767px) {
	.multi-column .shadow-box {
		padding: 25px !important;
	}
	.sect_testim .row .testim_title {
		font-size: 26px;
		line-height: 30px;
	}
	.sect_testim .splide__arrow--prev {
		left: -20%;
	}
	.sect_testim .splide__arrow--next {
		right: -20%;
	}
	.sect_testim .splide__arrow {
		top: 50%;
	}
	.sect_testim .patients-say-container {
		padding-top: 0;
		padding-bottom: 0;
	}
	.contactpage .container .row h2 {
		font-size: 28px;
	}
}
/** End Testimonial **/

/* ----------------------------------- Min Width ----------------------------------- */

@media (min-width: 1025px) {
	.sec-page-hero,
	.hp-hero {
		overflow: initial;
	}
	.check_box {
		position: absolute;
		bottom: 10px;
		right: 153px;
	}
	.horizontal-form-home .check_box {
		right: 170px;
	}
}

@media (min-width: 1025px) {
	#close-desktop-menu {
		display: block;
		position: absolute;
		left: 30px;
		top: 20px;
		z-index: 9;
	}
}

@media (min-width: 1025px) {
	#close-desktop-menu svg {
		width: 16px;
	}
}

@media (min-width: 1200px) {
	.br-15.contact-absbox-img {
		width: 90%;
	}
}

@media (min-width: 992px) {
	footer {
		padding: 80px 0;
	}
}

@media (min-width: 768px) {
	.fadeIn {
		animation-name: fadeIn;
		animation-duration: 2s;
		animation-fill-mode: backwards;
	}
}

@keyframes fadeIn {
	0% {
		opacity: 0;
	}
	100% {
		opacity: 1;
	}
}

@media (min-width: 768px) {
	.fadeOut {
		animation-name: fadeOut;
		animation-duration: 2s;
		animation-fill-mode: backwards;
	}
}

@keyframes fadeOut {
	0% {
		opacity: 1;
	}
	100% {
		opacity: 0;
	}
}

@media (min-width: 768px) {
	.fadeInLeft {
		animation-name: fadeInLeft;
		animation-duration: 2s;
		animation-fill-mode: backwards;
	}
}

@keyframes fadeInLeft {
	0% {
		opacity: 0;
		-webkit-transform: translate3d(-25%, 0, 0);
		transform: translate3d(-25%, 0, 0);
	}
	100% {
		opacity: 1;
		-webkit-transform: none;
		transform: none;
	}
}

@media (min-width: 768px) {
	.fadeOutLeft {
		animation-name: fadeOutLeft;
		animation-duration: 2s;
		animation-fill-mode: backwards;
	}
}

@keyframes fadeOutLeft {
	0% {
		opacity: 1;
	}
	100% {
		opacity: 0;
		-webkit-transform: translate3d(-25%, 0, 0);
		transform: translate3d(-25%, 0, 0);
	}
}

@media (min-width: 768px) {
	.fadeInRight {
		animation-name: fadeInRight;
		animation-duration: 2s;
		animation-fill-mode: backwards;
	}
}

@keyframes fadeInRight {
	0% {
		opacity: 0;
		-webkit-transform: translate3d(25%, 0, 0);
		transform: translate3d(25%, 0, 0);
	}
	100% {
		opacity: 1;
		-webkit-transform: none;
		transform: none;
	}
}

@media (min-width: 768px) {
	.fadeOutRight {
		animation-name: fadeOutRight;
		animation-duration: 2s;
		animation-fill-mode: backwards;
	}
}

@keyframes fadeOutRight {
	0% {
		opacity: 1;
	}
	100% {
		opacity: 0;
		-webkit-transform: translate3d(25%, 0, 0);
		transform: translate3d(25%, 0, 0);
	}
}

@media (min-width: 768px) {
	.fadeInDown {
		animation-name: fadeInDown;
		animation-duration: 2s;
		animation-fill-mode: backwards;
	}
}

@keyframes fadeInDown {
	0% {
		opacity: 0;
		-webkit-transform: translate3d(0, -50%, 0);
		transform: translate3d(0, -50%, 0);
	}
	100% {
		opacity: 1;
		-webkit-transform: none;
		transform: none;
	}
}

@media (min-width: 768px) {
	.fadeInDownDelay {
		animation-name: fadeInDownDelay;
		animation-duration: 2s;
		animation-delay: 1s;
		animation-fill-mode: backwards;
	}
}

@keyframes fadeInDownDelay {
	0% {
		opacity: 0;
		-webkit-transform: translate3d(0, -50%, 0);
		transform: translate3d(0, -50%, 0);
	}
	100% {
		opacity: 1;
		-webkit-transform: none;
		transform: none;
	}
}

@media (min-width: 768px) {
	.fadeOutUp {
		animation-name: fadeOutUp;
		animation-duration: 2s;
		animation-fill-mode: backwards;
	}
}

@keyframes fadeOutUp {
	0% {
		opacity: 1;
	}
	100% {
		opacity: 0;
		-webkit-transform: translate3d(0, -50%, 0);
		transform: translate3d(0, -50%, 0);
	}
}

@media (min-width: 768px) {
	footer {
		padding: 60px 0;
	}
	.list-two-col {
		columns: 2;
		-webkit-columns: 2;
		-moz-columns: 2;
	}
}

@media (min-width: 768px) {
	.br-15.contact-absbox-img {
		width: 80%;
	}
}

@media (min-width: 768px) {
	.contact-absbox-body {
		padding-bottom: 550px;
	}
}

@media (min-width: 1400px) {
	.contact-absbox-body {
		padding-bottom: 675px;
	}
}

@media (min-width: 1400px) {
	.container {
		max-width: 1200px;
	}
	.page-id-860 .container,
	.page-id-857 .container {
		max-width: 100%;
	}
}

@media (min-width: 1400px) {
	.our-service-section,
	.home-white-form,
	.what-patients-say,
	footer {
		padding-right: 3rem !important;
		padding-left: 3rem !important;
	}
}

@media (min-width: 768px) {
	.contact-absbox {
		position: absolute;
		bottom: 26px;
		left: 0;
		width: 100%;
	}
}

@media (min-width: 576px) {
	.scrolled #close-menu:before,
	.scrolled #close-menu:after {
		background: #1e2837;
	}
	.scrolled #light-top-bar #close-menu:before,
	.scrolled #light-top-bar #close-menu:after {
		background: #dac79b !important;
	}
	.scrolled .top-line {
		background: #dac79b;
		transition: 0.5s;
	}
	.scrolled #light-top-bar.top-line {
		background: #1e2837;
	}
	.scrolled .top-line .align-self-center.align-self-md-end {
		align-self: center !important;
	}
	.scrolled .top-line .top-line-phone {
		margin: 17px 27px 0 0;
	}
	.scrolled .top-line .top-line-contact {
		padding: 14px 30px;
		border-radius: 0;
		background: #1e2837;
	}
	.scrolled #open-menu {
		padding: 20px 0 10px 0;
	}
}

@media (min-width: 441px) {
	.hp-hero {
		background-image: url('../../assets/img/hero-dr-fedok.webp');
	}
}

@media (min-width: 441px) {
	.contact-banner {
		background-image: url('../../assets/img/contact-banner.jpg');
	}
}

@media (min-width: 441px) {
	.photo-gallery-banner {
		background-image: url('../../assets/img/photo-gallery-banner.jpg');
	}
}

@media (min-width: 441px) {
	.beauti-fill-banner {
		background-image: url('../../assets/img/BeautiFill-banner.jpg');
	}
}

@media (min-width: 441px) {
	.patients-guide-banner {
		background-image: url('../../assets/img/patients-guide.jpg');
	}
}

@media (min-width: 441px) {
	.our-devices-banner {
		background-image: url('../../assets/img/our-devices.jpg');
		background-position: left;
	}
}

@media (min-width: 441px) {
	.non-surgical-banner {
		background-image: url('../../assets/img/non-surgical.jpg');
		background-position: left;
	}
}

@media (min-width: 441px) {
	.surgical-banner {
		background-image: url('../../assets/img/surgical-banner.jpg');
	}
}

@media (min-width: 441px) {
	.scientific-banner,
	.media-banner {
		background-image: url('../../assets/img/scientific.jpg');
		background-position: left;
	}
}

/* ----------------------------------- Max Width ----------------------------------- */

@media (max-width: 1600px) {
	.with-title-lable {
		background-size: 32%;
	}
}

@media (max-width: 1600px) {
	.sidenav.desktopnav .menu-content {
		padding: 0 0 0 190px;
	}
	.book-consult-box {
		left: 25%;
	}
	.sidenav.desktopnav .menu-content .wt-menu > li > a {
		font-size: 16px;
	}
}

@media (max-width: 1600px) {
	.sidenav.desktopnav .wt-menu .home-li,
	.sidenav.desktopnav .wt-menu .contact-li,
	.sidenav.desktopnav .wt-menu .aps-li {
		left: 35px;
	}
}

@media (max-width: 1440px) {
	.sidenav.desktopnav .menu-content .wt-menu > li > a {
		font-size: 16px;
	}
}

@media (max-width: 1440px) {
	.svg-bg-picture {
		background-size: 40%;
	}
	.book-consult-box {
		left: 21%;
	}
	.hp-hero {
		background-position: 40% 0;
	}
	.horizontal-form.gold-form {
		bottom: 805px;
	}
}

@media (max-width: 1440px) {
	.intro-title {
		padding: 40px 40px 40px 0;
		text-align: left;
	}
}

@media (max-width: 1440px) {
	.banner-info {
		padding-right: 17px;
	}
}

@media (max-width: 1440px) {
	.sidenav.desktopnav .has-children .sub-menu .has-children > a {
		font-size: 16px;
	}
}

@media (max-width: 1440px) {
	#recovery {
		padding: 10% 0 0;
	}
}

@media (max-width: 1440px) {
	.our-service {
		margin: 0 0 60px 0;
	}
}

@media (max-width: 1440px) {
	.with-right-img-on-bg {
		background-size: 44%;
		margin: 60px 0 80px 0;
		padding: 60px 0 80px 0;
	}
}

@media (max-width: 1366px) {
	.sidenav.desktopnav .menu-content .wt-menu > li > a {
		font-size: 16px;
	}
}

@media (max-width: 1399px) {
	.banner-info {
		padding-right: 0;
	}
}

@media (max-width: 1366px) {
	.meet-fedok {
		padding: 60px 0 0 0;
	}
	.book-consult-box {
		left: 19%;
	}
}

@media (max-width: 1366px) {
	.ba-section {
		background-position: 100% 38%;
	}
}

@media (max-width: 1366px) {
	.sidenav.desktopnav .has-children .sub-menu > li > a {
		padding: 5px 0;
		font-size: 14px;
	}
}

@media (max-width: 1280px) {
	#book-an-appointment-btn {
		font-size: 18px;
		line-height: 22px;
	}
	.sidenav {
		width: 50%;
	}
	.horizontal-form {
		width: 100%;
		border-radius: inherit;
	}
}

@media (max-width: 1280px) {
	.horizontal-form.gold-form {
		border-radius: 0;
		position: inherit;
		top: inherit;
		bottom: inherit;
	}
	.book-consult-box {
		left: 15%;
	}
}

@media (max-width: 1280px) {
	.horizontal-form.gold-form + footer {
		padding-top: 60px;
	}
}

@media (max-width: 1199px) {
	.meet-fedok {
		background-size: 150%;
		background-position: bottom right;
	}
	.book-consult-box {
		position: inherit;
		left: inherit;
		bottom: inherit;
		width: 100%;
		margin: 30px 0 0 0;
	}
}

@media (max-width: 1199px) {
	.title-lable {
		background: #1e2837;
		border-radius: 15px;
	}
}

@media (max-width: 1199px) {
	.with-title-lable {
		background-image: none !important;
	}
}

@media (max-width: 1199px) {
	.with-right-img-on-bg {
		margin: 30px 0;
		padding: 30px 0;
	}
}

@media (max-width: 1199px) {
	.what-patients-say-body {
		padding: 60px;
	}
}

@media (max-width: 1199px) {
	.tabs-container {
		min-height: 440px;
	}
}

@media (max-width: 1199px) {
	.home-white-form {
		bottom: 650px;
	}
}

@media (max-width: 1199px) {
	.traveling-in {
		background-image: none !important;
	}
}

@media (max-width: 1199px) {
	#logos-slider,
	#logos-slider-media {
		width: 100%;
		border-radius: 0;
	}
}

@media (max-width: 1199px) {
	.banner-with-logos #logos-slider {
		width: 100%;
		border-radius: 0;
	}
}

@media (max-width: 1199px) {
	.container .meet-col {
		padding-bottom: 140px;
		padding-top: 30px;
	}
}

@media screen and (max-width: 1160px) {
	.search-pdf {
		margin-top: -40px;
	}
}

@media (max-width: 1024px) {
	#close-desktop-menu {
		display: none;
	}
	.gold-link.services-link {
		position: relative;
		bottom: inherit;
		right: inherit;
		float: right;
		margin-top: 30px;
	}
}

@media (max-width: 1024px) {
	.ba-section {
		background-position: 100% 5%;
	}
	.check_box {
		margin-bottom: 30px;
	}
}

@media (max-width: 1024px) {
	.ba-section {
		padding: 30px 0;
	}
}

@media (max-width: 1024px) {
	.welcome-section {
		padding: 80px 0;
	}
}

@media (max-width: 1024px) {
	.horizontal-form {
		width: 250px;
		left: inherit;
		right: 0;
		top: 520px;
		border-radius: 15px 0 0 15px;
	}
}

@media (max-width: 1024px) {
	.our-service-section {
		margin: 30px 0 0 0;
	}
}

@media (max-width: 1024px) {
	.section {
		padding: 30px 0;
	}
}

@media (max-width: 1024px) {
	.traveling-section {
		padding: 0 0 60px 0;
	}
}

@media (max-width: 1024px) {
	h1,
	h2,
	.accordion-header {
		font-size: 36px;
	}
}

@media (max-width: 1024px) {
	.horizontal-form .wt-form {
		display: none;
	}
}

@media (max-width: 1024px) {
	.gold-form.horizontal-form {
		display: block;
		width: 100%;
		padding: 30px 0;
	}
}

@media (max-width: 1024px) {
	.horizontal-form.gold-form + footer {
		padding-top: 40px;
	}
}

@media (max-width: 1024px) {
	.gold-form.horizontal-form .wt-form {
		display: block;
		width: 100%;
		overflow: hidden;
	}
}

@media (max-width: 1024px) {
	.gold-form .wt-form input[type='text'],
	.gold-form .wt-form input[type='email'],
	.gold-form .wt-form input[type='tel'],
	.gold-form .wt-form input[type='date'],
	.gold-form .wt-form select,
	.gold-form .wt-form textarea {
		margin: 0 0 15px 0;
	}
}

@media (max-width: 1024px) {
	.gold-form .wt-form .submit-btn {
		padding: 15px 60px;
		background: none;
		border-radius: 5px;
		color: #dac79b;
		background: #1e2837;
	}
}

@media (max-width: 1024px) {
	.horizontal-form > a {
		border-right: none;
		width: 100%;
		padding: 30px 0;
	}
}

@media (max-width: 1024px) {
	.horizontal-form.gold-form > a {
		font-size: 32px;
		border: none;
		text-align: left;
		padding: 15px;
	}
}

@media (max-width: 1024px) {
	.invisible {
		display: none;
	}
}

@media (max-width: 1024px) {
	.top-line-contact {
		font-size: 20px;
	}
	.horizontal-form > a {
		border-right: none;
		width: 100%;
		padding: 30px 30px 30px 0;
		background: none;
		color: #dac79b;
	}
}

@media (max-width: 1024px) {
	.nav-item .nav-link:after,
	.nav-item .nav-link:hover:after,
	.nav-item .nav-link.active:hover:after {
		display: none;
	}
}

@media (max-width: 1024px) {
	.nav-item .nav-link,
	.nav-item .nav-link.active {
		border: 1px #dac79b solid;
		border-radius: 5px;
		padding: 5px 10px;
		margin: 0 10px 10px 0;
	}
}

@media screen and (max-width: 991px) {
	.our-service-section {
		background-position: 0 0;
	}
	.hp-hero {
		background-position: 50% 0;
	}
}

@media screen and (max-width: 991px) {
	.fedok-in-media-section {
		padding-top: 30px;
		padding-bottom: 0;
		margin-bottom: 60px;
	}
}

@media screen and (max-width: 991px) {
	.with-title-lable {
		background-size: 36%;
		background-position: 0 35%;
	}
}

@media screen and (max-width: 991px) {
	.what-patients-say-body {
		padding: 30px;
	}
}

@media screen and (max-width: 991px) {
	.ba-section {
		background-image: none !important;
	}
}

@media screen and (max-width: 991px) {
	.home-white-form {
		bottom: 720px;
	}
}

@media screen and (max-width: 991px) {
	.meet-fedok {
		background-image: none !important;
	}
}

@media screen and (max-width: 990px) {
	.search-pdf .col-12,
	.search-pdf .col-lg-6 {
		margin-bottom: 20px;
	}
}

@media screen and (max-width: 990px) {
	.search-pdf {
		margin-top: 20px;
		padding: 40px 20px;
	}
}

@media screen and (max-width: 990px) {
	.search-pdf .third-title {
		padding-top: 0;
	}
}

@media screen and (max-width: 990px) {
	.search-pdf .btn {
		margin: 20px auto 0;
	}
	.logo {
		width: 140px;
	}
	.logo img {
		width: 140px;
		height: 43px;
	}
	.scrolled .logo img{
		width: 140px;
		height: 43px;
	}
}
@media screen and (max-width: 800px) {
	.mobilenavbar {
			display: block !important;
			transform: translateY(100%);
	}
	.position-y-bottom {
			bottom: 70px !important;
	}
}
@media (max-width: 768px) {
	.welcome-section {
		padding: 60px 30px;
	}
	.scrolled .top-line .top-line-phone {
		margin: 8px 20px 0 0;
	}
	.top-line-phone span {
		display: none;
	}
	.top-line-phone svg {
		border: 2px #1e2837 solid;
		padding: 12px;
		border-radius: 50%;
	}
	#light-top-bar .top-line-phone svg {
		border: 2px #dac79b solid;
	}
}

@media (max-width: 768px) {
	.nav.nav-tabs.anchors {
		flex-wrap: unset;
		display: block;
		text-align: center;
	}
}

@media (max-width: 768px) {
	.anchors .nav-item {
		margin: 5px;
		display: inline-block;
		width: auto;
	}
}

@media (max-width: 768px) {
	.anchors .nav-item .nav-link,
	.anchors .nav-item .nav-link.active {
		border: 1px #1e2837 solid;
		border-radius: 5px;
		padding: 5px 10px;
		display: inline-block;
		width: fit-content;
	}
}

@media (max-width: 768px) {
	.sidenav {
		width: 100%;
	}
}

@media (max-width: 767px) {
	#fedok {
		padding-bottom: 0;
	}
	.prev-next-patient a br {
		display: inherit;
	}
	.with-right-img-on-bg {
		margin: 0;
		padding: 60px 0 0 0;
	}
	.hp-hero {
		background-position: 35% 0;
	}
}

@media (max-width: 767px) {
	.beautifill-card {
		background-color: #fff;
	}
	.beautifill-card h2,
	.beautifill-card h3 {
		order: 1;
		width: 70%;
	}
	.beautifill-card .svg-container {
		order: -1;
		width: 25%;
		padding-right: 20px;
		box-sizing: content-box;
	}
	.title-and-svg-box {
		display: flex;
		justify-content: space-between;
	}
	footer .ftitle a {
    text-shadow: 0 0 5px black;
	}
}

@media (max-width: 767px) {
	.intro-title {
		text-align: center;
		padding: 40px;
	}
}

@media (max-width: 767px) {
	.accordion-header .accordion-button,
	.accordion-header .accordion-button:focus,
	.accordion-h2 {
		font-size: 26px;
		line-height: 32px;
	}
}

@media (max-width: 767px) {
	.accordion-header .accordion-button {
		padding-right: 80px !important;
	}
}

@media (max-width: 767px) {
	.before-after-labels {
		width: 100%;
		padding: 10px 0 0 0;
	}
}

@media (max-width: 767px) {
	.patient-info {
		width: 100%;
		padding: 0 15px;
	}
}

@media (max-width: 767px) {
	.before-after-labels span {
		font-size: 16px;
		text-align: center;
	}
}

@media (max-width: 767px) {
	.before-after-labels span:first-child {
		padding-right: 1.8%;
	}
}

@media (max-width: 767px) {
	.gallery-patient .gallery-col {
		padding: 0;
	}
}

@media (max-width: 767px) {
	#gallery-slider .splide__arrow--prev {
		left: 0;
	}
}

@media (max-width: 767px) {
	#gallery-slider .splide__arrow--next {
		right: 0;
	}
}

@media (max-width: 767px) {
	#gallery-slider .splide__arrow--prev,
	#gallery-slider .splide__arrow--next {
		top: 0;
		transform: inherit;
		background: rgba(255, 255, 255, 0.75);
		border-radius: 0;
		width: 50px;
		height: 50px;
	}
}

@media (max-width: 767px) {
	#gallery-slider .splide__arrow svg {
		width: 20px;
		height: 20px;
	}
}

@media (max-width: 767px) {
	#gallery-slider .splide__slide img {
		width: 100%;
	}
}

@media (max-width: 767px) {
	#thumbnails {
		display: none;
	}
}

@media (max-width: 767px) {
	.white-mobile-box {
		border-radius: 15px 0 0 15px;
		background: #fff;
		margin-top: -80px;
	}
}

@media (max-width: 767px) {
	#logos-slider.meet-logos {
		width: 100%;
		border-radius: 0;
		position: inherit;
		left: inherit;
		box-shadow: -15px 15px 40px rgba(0, 0, 0, 0.15);
		margin-bottom: 30px;
	}
}

@media (max-width: 767px) {
	#logos-slider-media.left-aligned {
		width: 100%;
		border-radius: 0;
		position: inherit;
		left: inherit;
		box-shadow: -15px 15px 40px rgba(0, 0, 0, 0.15);
	}
}

@media (max-width: 767px) {
	.top-line {
		position: fixed;
	}
}

@media (max-width: 767px) {
	.home-white-form + footer {
		padding-top: 40px;
		margin-top: 0;
	}
}

@media (max-width: 767px) {
	.home-white-form {
		border-radius: 0;
		position: inherit;
		top: inherit;
		bottom: inherit;
	}
}

@media (max-width: 767px) {
	.scientific-banner .align-self-end {
		margin-bottom: 101px;
	}
}

@media (max-width: 767px) {
	.br-md-0 {
		border-radius: 0 !important;
	}
}

@media (max-width: 767px) {
	.shadow-box {
		box-shadow: 0 0 10px rgba(0, 0, 0, 0.15);
	}
}

@media (max-width: 767px) {
	.our-service-section {
		background-image: none !important;
	}
}

@media (max-width: 767px) {
	.our-service-row .gold-title {
		color: #1e2837;
	}
}

@media (max-width: 767px) {
	.our-service {
		background-image: none !important;
		background-color: #1e2837;
		margin: 0;
	}
}

@media (max-width: 767px) {
	.fedok-in-media-section {
		background-image: none !important;
	}
}

@media (max-width: 767px) {
	#recovery {
		background-image: none !important;
		margin: 0 0 30px 0;
	}
}

@media (max-width: 767px) {
	.container.hero-container {
		max-width: 100%;
	}
}

@media (max-width: 767px) {
	.ba-section {
		background-image: none !important;
	}
}

@media (max-width: 767px) {
	.with-right-img-on-bg {
		background-image: none !important;
	}
}

@media (max-width: 767px) {
	.traveling-in {
		background-image: none !important;
		padding: 0;
	}
}

@media (max-width: 767px) {
	.hp-hero .hero-container .align-self-end {
		background: rgba(218, 199, 155, 0.9);
		width: 80%;
		border-radius: 0 15px 15px 0;
		margin-bottom: 100px;
	}
}

@media (max-width: 767px) {
	.sec-page-hero .hero-container .align-self-end {
		width: 80%;
		border-radius: 0 15px 15px 0;
		margin-bottom: 30px;
	}
}

@media (max-width: 767px) {
	.sec-page-hero .hero-container .align-self-end.dark-blue-bg {
		background: rgba(30, 40, 55, 0.9);
	}
}

@media (max-width: 767px) {
	.sec-page-hero .hero-container .align-self-end.gold-bg {
		background: rgba(218, 199, 155, 0.9);
	}
}

@media (max-width: 767px) {
	.section-with-blue-box .container {
		max-width: 100%;
	}
}

@media (max-width: 767px) {
	.section-with-blue-box .dark-blue-bg {
		background: rgba(30, 40, 55, 0.9);
	}
}

@media (max-width: 767px) {
	.hp-hero.about-banner .hero-container .align-self-end {
		background: rgba(30, 40, 55, 0.9);
		margin-bottom: 30px;
	}
}

@media (max-width: 767px) {
	.ba-col {
		background-color: #dac79b;
		border-radius: 15px;
		box-shadow: -15px 15px 40px rgba(0, 0, 0, 0.15);
		margin-top: -80px;
	}
}

@media (max-width: 767px) {
	h3 br {
		/*display: none;*/
	}
}

@media (max-width: 767px) {
	.br-right-15 {
		border-radius: 0 !important;
	}
}

@media (max-width: 767px) {
	.br-left-15 {
		border-radius: 0 !important;
	}
}

@media (max-width: 640px) {
	.gallery-title a {
		font-size: 22px;
	}
}

@media (max-width: 575px) {
	.contact-absbox .conactform-col {
		border-radius: 0;
	}
	.top-line .top-line-contact {
		padding: 17px 10px;
		border-radius: 0;
	}
	.top-line-phone {
		margin: 11px 20px 0 0;
	}
	.top-line-phone svg {
		width: 13px;
		padding: 13px;
	}
}

@media (max-width: 575px) {
	.gallery-title span {
		display: none;
	}
	.gallery-title .go-to-gallery {
		color: #b68e33;
	}
	.gallery-title a {
		width: 100%;
		display: block;
		border: 1px #dac79b solid;
		line-height: normal;
		padding: 15px 0;
		margin: 15px 0 0 0;
		border-radius: 10px;
	}
	.proc-gallery-picture {
		opacity: 1;
		background: #fff;
		position: relative;
	}
	.proc-gallery-picture a {
		text-decoration: none;
		color: inherit;
	}
	.view-patient {
		text-align: center;
		display: block;
		width: 100%;
		position: absolute;
		bottom: 0;
		left: 0;
		padding: 10px 0 30px 0;
		border-radius: 0 0 15px 15px;
		background: rgba(255, 255, 255, 0.75);
		font-size: 20px;
	}
	#patients-slider .splide__slide {
		opacity: 1;
	}
	.prev-next-patient a {
		padding: 10px;
		font-size: 16px;
	}
	.position-absolute.absolute-links {
		position: inherit !important;
		width: 100%;
		bottom: inherit;
		padding-top: 30px;
		margin: 0;
	}
}

@media (max-width: 575px) {
	.gold-check-list.gallery-list {
		list-style: none;
		padding: 0;
	}
	.gold-check-list.gallery-list li {
		list-style-image: none;
		list-style: none;
	}
	.gold-check-list.gallery-list li a {
		background-image: url(../../assets/img/angle-right-solid.svg);
		background-position: 97% 50%;
		background-repeat: no-repeat;
		background-size: 12px;
		padding: 7px 0;
	}
}

@media (max-width: 575px) {
	.our-service .dark-blue-bg {
		background: #142240;
	}
	.our-service .gold-text,
	.our-service .gold-check-list li a,
	.our-service .gold-title {
    color: #f2dfb0;
	}
	.our-service .nav-item .nav-link {
    opacity: 1;
}
	.our-service-title {
		background: #1e2837;
		border-radius: 0 15px 15px 0;
		margin-bottom: -30px;
	}
	.our-service-row .gold-title {
		color: #dac79b;
		margin-bottom: 0;
		text-align: center;
	}
}

@media (max-width: 575px) {
	body {
		font-size: 16px;
	}
}

@media (max-width: 575px) {
	.shadow-box-sm {
		box-shadow: none;
	}
}

@media (max-width: 575px) {
	.traveling-col {
		margin-top: -80px;
		background-color: #dac79b;
		border-radius: 0 15px 15px 0;
	}
}

@media (max-width: 575px) {
	.what-patients-say {
		padding: 0;
	}
}

@media (max-width: 575px) {
	.what-patients-say-col {
		border-radius: 0;
	}
}

@media (max-width: 575px) {
	.fedok-in-media-box {
		border-radius: 0 0 15px 0;
	}
}

@media (max-width: 575px) {
	footer {
		padding: 40px 15px;
	}
}

@media (max-width: 575px) {
	#patientssay-slider .splide__arrow--prev {
		display: block;
		left: -20%;
		border: none;
	}
	.what-patients-say-body {
		padding: 60px 0;
	}
	.patients-say-container {
		padding-left: 15%;
	}
	.patients-say-title {
		padding: 0 15%;
	}
	.what-patients-say-body .gold-link {
		margin: 0 15%;
	}
	.full-width-img.shadow-box.zoom-picture {
		width: 97%;
		border-radius: 15px 0 0 15px;
		float: right;
	}
	#recovery {
		margin: 0;
	}
	.recovery-col {
		width: 90%;
		margin-bottom: -80px;
		z-index: 10;
	}
}

@media (max-width: 575px) {
	.ba-col {
		border-radius: 15px 0 0 15px;
	}
}

@media (max-width: 575px) {
	.br-sm-0 {
		border-radius: 0 !important;
	}
}

@media (max-width: 575px) {
	#logos-slider {
		position: inherit;
		bottom: inherit;
		right: inherit;
	}
	.container .meet-col {
		padding-bottom: 0;
	}
}

@media (max-width: 575px) {
	.ba-col {
		border-radius: 15px 0 0 15px;
	}
}

@media (max-width: 575px) {
	.title-lable {
		border-radius: 0 15px 15px 0;
	}
}

@media (max-width: 575px) {
	.ba-picture {
		border-radius: 0 15px 15px 0;
	}
}

@media (max-width: 575px) {
	.top-line {
		background: #fff;
	}
	#light-top-bar.top-line {
		background: #1e2837;
	}
}

@media (max-width: 575px) {
	#open-menu {
		padding: 20px 0;
	}
	.logo {
		width: 140px;
	}
}

@media (max-width: 440px) {
	.gallery-title a {
		font-size: 18px;
	}
}

@media (max-width: 440px) {
	.horizontal-form {
		top: 835px;
	}
	.hero-banner ul {
		margin-bottom: 0;
	}
	.hero-banner ul li {
		padding-bottom: 10px;
	}
}

@media (max-width: 440px) {
	.our-service-section {
		margin: 60px 0;
	}
	.section.our-service-section {
		padding: 0;
	}
}

@media (max-width: 440px) {
	.traveling-section {
		padding: 0 0 30px 0;
	}
}

@media (max-width: 440px) {
	.nav.nav-tabs {
		display: flex;
	}
	.nav-item {
		display: flex;
		width: 33.33%;
	}
	.nav-item .nav-link,
	.nav-item .nav-link.active {
		width: 100%;
		text-align: center;
		display: flex;
		align-items: center;
		justify-content: center;
	}
}

@media (max-width: 440px) {
	.container.hero-container .align-self-end {
		width: 85%;
		margin-bottom: 80px;
	}
	.hero-banner h1 {
		margin-bottom: 0;
		padding-bottom: 10px;
	}
	.horizontal-form > a {
		padding: 20px 20px 20px 0;
	}
}

@media (max-width: 440px) {
	.sec-page-hero {
		height: 700px;
	}
}

@media (max-width: 440px) {
	.photo-gallery-banner {
		background-image: url('../../assets/img/photo-gallery-banner_mobile.jpg');
	}
}

@media (max-width: 440px) {
	.beauti-fill-banner {
		background-image: url('../../assets/img/beauti-fill_mobile.jpg');
	}
}

@media (max-width: 440px) {
	.patients-guide-banner {
		background-image: url('../../assets/img/patients-guide_mobile.jpg');
	}
}

@media (max-width: 440px) {
	.our-devices-banner {
		background-image: url('../../assets/img/our-devices_mobile.jpg');
	}
}

@media (max-width: 440px) {
	.non-surgical-banner {
		background-image: url('../../assets/img/non-surgical_mobile.jpg');
	}
}

@media (max-width: 440px) {
	.surgical-banner {
		background-image: url('../../assets/img/surgical-banner_mobile.jpg');
	}
}

@media (max-width: 440px) {
	.scientific-banner,
	.media-banner {
		background-image: url('../../assets/img/scientific_mobile.jpg');
	}
}

@media (max-width: 440px) {
	#book-an-appointment-btn {
		right: 25px;
	}
	.sidenav .wt-menu {
		padding: 0 25px;
	}
	#close-menu {
		left: 20px;
	}
	.top-line .top-line-contact {
		display: none;
	}
	.top-line-phone {
		margin: 11px 0 0 0;
	}
	.scrolled .top-line .top-line-phone{
		margin: 11px 0 0 0;
	}
}
@media (max-width: 440px) {
	.container.hero-container .align-self-end {
			width: 97%;
			margin-bottom: 15px;
			padding: 15px !important;
	}
	.container.hero-container .align-self-end h1 {
			padding: 0 !important;
			line-height: 36px;
	}
	.hp-hero .container.hero-container .align-self-end {
			margin-bottom: 0;
			padding: 30px 30px 50px!important;
	}
	.hp-hero .container.hero-container .align-self-end h1 {
		margin-bottom: 20px;
	}
	.hp-hero .container.hero-container .align-self-end ul {
		padding-left: 5px;
	}
	.container.hero-container .align-self-end p {
		font-size: 16px;
		line-height: 20px;
		padding-bottom: 10px;
	}
	.sec-page-hero .gold-check-list {
			margin-bottom: 0;
	}
	.sec-page-hero .gold-check-list li {
			padding: 0 0 5px 30px;
	}
	.page-id-287 .container.hero-container .align-self-end h1,
	.page-id-277 .container.hero-container .align-self-end h1{
    line-height: 32px !important;
    font-size: 30px;
	}
	.page-id-287 .container.hero-container .align-self-end p,
	.page-id-277 .container.hero-container .align-self-end p {
    font-size: 15px;
    line-height: 18px;
	}
	body .sec_sm_banner_top {
		height: 370px;
		background-size: cover;
		background-position: top center;
		margin-top: 65px;
	}
	body .sec_sm_banner_top2 {
		height: 450px;
		background-size: cover;
		background-position: top center;
		margin-top: 65px;
	}
	body .sec_sm_banner_top2 .container.hero-container .align-self-end p {
		font-size: 14px;
		line-height: 16px;
		padding: 0;
	}
	body .sec_sm_banner_top2 .gold-check-list li {
			padding: 0 0 0px 30px;
	}
	footer {
		padding: 40px 15px;
	}
	.copyrightlinks {
    margin-right: 10px;
	}
	.copyrightp .frew{
 		max-width: 225px;
    display: block;
    margin: auto;
	}
}
@media (max-width: 375px) {
	body .sec_sm_banner_top {
		height: 340px;
	}
	body .sec_sm_banner_top2 {
		height: 420px;
	}
}
.white-button {
	background: #fff;
	text-align: center;
	border-radius: 10px;
	padding: 11px 26px;
	font-size: 16px;
	text-decoration: none;
	display: block;
	color: #1e2837;
}

@media (min-width: 1200px) {
	#how-it-works .box_center .shadow-box {
		margin: auto;
	}
}

@media (min-width: 1200px) {
	#how-it-works .box_end .shadow-box {
		float: right;
	}
}

@media (min-width: 1400px) {
	#how-it-works .shadow-box {
		max-width: 90%;
	}
}
.jumptoTogle {
	display: none;
}
.jumptoDiv {
	display: block;
}

.toggleJumpto {
	display: block;
	margin: 0 auto;
	padding: 15px 25px 15px 0;
	font-size: 16px;
	color: #1e2837;
	position: relative;
	width: 90px;
}
.toggleJumpto::after {
	content: '';
	background-image: url(/wp-content/themes/fedok/assets/img/chevron-down-solid-blue.svg);
	display: block;
	position: absolute;
	width: 15px;
	height: 15px;
	background-size: cover;
	right: 0;
	top: 50%;
	margin-top: -5px;
	transform: rotate(-90deg);
}
.toggleJumptoActive::after {
	rotate: unset;
}
@media (max-width: 768px) {
	.jumptoTogle {
		display: block;
	}
	.jumptoDiv {
		display: none;
	}
	.jumptoDivShow {
		display: block;
	}
}

@media (max-width: 560px) {
		.hp-hero {
			background-image: url(/wp-content/themes/fedok/assets/img/heroaccutite-mob1.webp);
			height: 480px;
      background-position: center 45px;
		}
		.hp-hero .container.hero-container .align-self-end {
			padding: 15px 25px 30px !important;
			width: 100%;
			background: rgb(218 199 155);
    }
		.hp-hero .container.hero-container .align-self-end h1 {
      margin-bottom: 10px;
   		font-size: 32px;
    }
		.hero-banner ul li {
			padding-bottom: 5px;
			line-height: 22px;
			font-size: 15px;
    }
		.welcome-section {
        padding: 40px 20px;
    }
		.horizontal-form-home {
			top: 455px;
    }
		.horizontal-form-home > a {
      padding: 12px 20px 12px 0;
    }
		.img-obj,
		.home .our-service-section img {
			width: 100%;
			height: 100%;
			object-fit: cover;
			object-position: center center;
			max-height: 290px;
		}
		.home .ba-section,
		.home .ba-section h2 {
			padding: 0;
    }
		.home .ba-section .ba-col {
    	padding: 20px !important;
			padding-top: 10px !important;
		}
		.home .meet-fedok h2 {
			padding: 0;
		}
		.home .our-service-section img {
    	max-height: 200px;
		}
		.home .our-service-row .gold-title {
			padding-top: 20px !important;
		}
		.home .what-patients-say-body {
			padding: 40px 0;
		}
		.home .patients-say-container {
			padding-bottom: 0;
		}
		.home .section.our-service-section {
			margin-top: 30px;
      margin-bottom: 0;
    }
		.home .sec_state_art .text-element {
    	padding-inline: 25px;
		}
		.horizontal-form.gold-form + footer {
        padding-bottom: 120px;
    }
	}
	@media (max-width: 375px) {
		.hp-hero {
			height: 505px;
		}
		.horizontal-form-home {
			top: 472px;
    }
	}