/*
Theme Name: Component Blox Child Theme
Author: Component Blox
Description: Bootstrap Component Blox Child Theme
Version: 1.0
Template: bootstrap-component-blox
*/

* {
	webkit-transition: all 500ms;
	-moz-transition: all 500ms;
	-o-transition: all 500ms;
	-ms-transition: all 500ms;
	transition: all 500ms;
}
*:focus {
	outline: none;
	outline: 0px auto -webkit-focus-ring-color;
	outline-offset: 0px;
	-webkit-box-shadow: inset 0 0px 0px rgba(0,0,0,0);
	box-shadow: inset 0 0px 0px rgba(0,0,0,0);
}
html {
	overflow-x: hidden;
}
body {
    font-family: "Roboto", serif;
	font-size: 14px;
	color: #1B2C4A;
    font-weight: 300;
	background-color: #E1DDDB;
}
h1 {
	font-size: 36px;
    font-weight: 300;
    line-height: 1.1;
}
h2, h3 {
	font-size: 32px;
    font-weight: 300;
    line-height: 1.1;
}
h3 {
	font-size: 28px;
	font-weight: 300;
	line-height: 1.1;
}
h4 {
	font-size: 24px;
    font-weight: 300;
    line-height: 1.1;
}
h5 {
	font-size: 18px;
    font-weight: 300;
    line-height: 1.1;
}
h6 {
	font-size: 16px;
    font-weight: 400;
	text-transform: uppercase;
    line-height: 1.1;
}
p, li, dt, dd {
    font-size: 15px;
    font-weight: 300;
    line-height: 20px;
}
p small {
	font-size: 12px;
    line-height: 15px;
}
p.lead {
	font-size: 18px;
    font-weight: 300;
    line-height: 20px;
}
a {
	color: #1C5B7F;
}
.btn {
	position: relative;
	font-size: 14px;
	font-weight: 400;
	line-height: 28px;
	padding: 5px 35px 5px 10px;	
	border-radius: 20px;
} 
.btn-lg {
	font-size: 20px;
	padding: 10px 60px 10px 25px;	
	border-radius: 25px;
} 
.btn-primary {
	color: #fff;
	border: 1px solid #1C5B7F;
	background-color: #1C5B7F;
}
.btn-primary:hover, .btn-primary:focus {
	color: #fff;
	border: 1px solid #A09389;
	background-color: #A09389;
}
.btn-outline-primary {
	color: #1B2C4A;
	background-color: transparent;
	border: 1px solid #1B2C4A;
	
}
.btn:before {
	content: "";
    display: block;
    width: 24px;
    height: 24px;
    position: absolute;
    right: 8px;
    top: 7px;
    background-color: #1B2C4A;
	border-radius: 15px;
}
.btn-primary:before {
    background-color: #A09389;
}
.btn-outline-primary:before, .btn-light:before {
    background-color: #1B2C4A;
}
.btn:after {
	content: "";
    display: block;
    width: 24px;
    height: 24px;
    position: absolute;
    right: 8px;
    top: 7px;
    background: url(/wp-content/themes/bootstrap-component-blox-child-theme/image/arrow-button.svg) no-repeat center center;
}
.btn-outline-primary:hover, .btn-outline-primary:focus {
	color: #fff;
	border: 1px solid #1C5B7F;
	background-color: #1C5B7F;
}
.btn-check:checked+.btn, .btn.active, .btn.show, .btn:first-child:active, :not(.btn-check)+.btn:active {
	color: #fff;
	border: 1px solid #1B2C4A !important;
	background-color: #1B2C4A !important;
}
.btn-light:hover, .btn-light:focus {
	color: #fff;
	border: 1px solid #1B2C4A;
	background-color: #1B2C4A;
}
.btn-primary:hover:before, .btn-primary:focus:before {
    background-color: #1B2C4A;
}
.btn-outline-primary:hover:before, .btn-outline-primary:focus:before, .btn-light:hover:before, .btn-light:focus:before {
    background-color: #A09389;
}

header {
	padding-top: 0px;
	padding-bottom: 0px;
	background-color: #E1DDDB;
	border-bottom: 1px solid #1B2C4A50;
}
.navbar>.container-fluid {
	padding: 0px 15px;
}
.navbar-brand {
    margin: 5px 5px 5px 0px;
	flex-grow: 1 !important;
	}
.navbar-brand img {
	width: 120px;
	height: 50px;
}
header .address, header .hours, header .phone,  header .email {
	max-width: 200px;
	padding: 5px 5px 5px 28px;
	margin: 10px auto;
	height: 40px;
	border: 1px solid #1C5B7F70;
	border-radius: 10px;
}

header .address {
	background: #1C5B7F70 url(/wp-content/themes/bootstrap-component-blox-child-theme/image/ico-pin-40.svg) no-repeat 2px center;
	background-size: 24px 24px;
}
header .hours {
	background: #1C5B7F70 url(/wp-content/themes/bootstrap-component-blox-child-theme/image/ico-time-40.svg) no-repeat 2px center;
	background-size: 24px 24px;
}
header .phone {
	background: #1C5B7F70 url(/wp-content/themes/bootstrap-component-blox-child-theme/image/ico-phone-40.svg) no-repeat 2px center;
	background-size: 24px 24px;
}
header .email {
	background: #1C5B7F70 url(/wp-content/themes/bootstrap-component-blox-child-theme/image/ico-email-40.svg) no-repeat 2px center;
	background-size: 24px 24px;
}
header .address p, header .hours p {
	font-size: 13px;
	color: #C2BDB9;
    font-weight: 400;
    line-height: 15px;
	margin-bottom: 0px;
}
header .phone p {
	font-size: 14px;
	color: #C2BDB9;
	font-weight: 400;
	line-height: 15px;
	margin-bottom: 0px;
}
header .email p {
	font-size: 14px;
	color: #C2BDB9;
	font-weight: 400;
	line-height: 30px;
	margin-bottom: 0px;	
}
header .phone p a, header .email p a {
	color: #C2BDB9;
	text-decoration: none;
}
.navbar-toggler {
	display: flex;
	grid-column-gap: 16px;
    grid-row-gap: 16px;
	align-items: center!important;
	padding: 0px;
	margin-left: 15px;
	border: 0px;
	z-index: 100;
}
.navbar-toggler:focus {
    outline: 0;
    -webkit-box-shadow: inset 0 0px 0px rgba(0, 0, 0, .125);
    box-shadow: inset 0 0px 0px rgba(0, 0, 0, .125);
}
.header-menu-button-burger {
    grid-column-gap: 5px;
    grid-row-gap: 5px;
    flex-flow: column;
    justify-content: center;
    align-items: center;
    width: 50px;
	height: 50px;
    display: flex;
    position: relative;
	background-color: #fff;
	border-radius: 20px;
}
.header-menu-button-burger:hover, .header-menu-button-burger:focus {
	background-color: #1B2C4A;
}
.navbar-toggler .line {
	background-color: #1B2C4A;
    width: 10px;
    height: 2px;
}
.navbar-toggler .header-menu-button-burger:hover .line, .navbar-toggler .header-menu-button-burger:focus .line {
	background-color: #fff;
}
.navbar-toggler .line._1, .navbar-toggler .line._2 {
	transform: translate3d(0px, 0px, 0px) scale3d(2, 1, 1) rotateX(0deg) rotateY(0deg) rotateZ(0deg) skew(0deg, 0deg);
    transform-style: preserve-3d;
	opacity: 1;
}
.navbar-toggler.collapsed .line._3 {
    transform: translate3d(5px, 0px, 0px) scale3d(1, 1, 1) rotateX(0deg) rotateY(0deg) rotateZ(0deg) skew(0deg, 0deg);
    transform-style: preserve-3d;
}
.navbar-toggler .header-menu-button-burger:hover .line._3, .navbar-toggler .header-menu-button-burger:focus .line._3 {
    transform: translate3d(0px, 0px, 0px) scale3d(2, 1, 1) rotateX(0deg) rotateY(0deg) rotateZ(0deg) skew(0deg, 0deg);
    transform-style: preserve-3d;
}
.offcanvas-backdrop {
    background-color: #E1DDDB20;
}
.offcanvas {
	width: 90% !important;
	background: #A09389;
    background: linear-gradient(0deg, rgba(160,147,137,.8) 0%, #1C5B7F 90%);
	backdrop-filter: blur(5px);
}
.offcanvas-header {
    padding: 10px 15px 0 15px;
}
.offcanvas-header .book {
	flex-grow: 1 !important;
}
.btn-close {
    width: 48px;
    height: 48px;
    padding: 0px !important;
	margin: 0px !important;
    z-index: +1;
    background: url(/wp-content/themes/bootstrap-component-blox-child-theme/image/ico-close.svg) no-repeat center center;
	border: 1px solid #C2BDB9;
	border-radius: 20px;
}
.btn-close:hover, .btn-close:focus {
	background: #fff url(/wp-content/themes/bootstrap-component-blox-child-theme/image/ico-close.svg) no-repeat center center;
	border: 1px solid #fff;
	opacity: 1;
}
.offcanvas-body {
	padding: 5px;
}
.navbar-nav {
	margin: 10px auto;
}
.directions-menu .navbar-nav {
	display: flex;
    flex-wrap: wrap;
    flex-direction: row;
}
.menu-item {
    grid-column-gap: 32px;
    grid-row-gap: 32px;
    justify-content: space-between;
    align-items: center;
    display: flex;
}
.directions-menu .menu-item {
    flex: 0 0 auto;
    width: 100%;
}
.navbar-nav.lang {
	align-items: center;
}
.navbar-nav.lang .nav-item {
	
}
.nav-link {
	position: relative;
	display: flex;
	align-items: center!important;
    color: #C2BDB9;
    font-size: 14px;
	font-weight: 300;
    line-height: 20px;
    text-decoration: none;
	padding: 10px 10px;
}
.offcanvas-body .navbar-nav .nav-link {
	display: block;
	width: 100%;
	font-weight: 400;
	border-radius: 0 10px 10px 10px;
}
.directions-menu .navbar-nav .nav-link {
	position: relative;
	font-size: 16px;
	padding: 10px 10px 10px 50px;
}
.directions-menu .navbar-nav .menu-item .nav-link:before {
	position: absolute;
	top: calc(50% - 15px);
	left: 5px;
	content: '';
	width: 30px;
	height: 30px;	
	background-size: 100%;
}
.directions-menu .navbar-nav .menu-item:nth-child(1) .nav-link:before {
	background: url(/wp-content/themes/bootstrap-component-blox-child-theme/image/ico-menu-1.svg) no-repeat center center;
}
.directions-menu .navbar-nav .menu-item:nth-child(2) .nav-link:before {
	background: url(/wp-content/themes/bootstrap-component-blox-child-theme/image/ico-menu-2.svg) no-repeat center center;
}
.directions-menu .navbar-nav .menu-item:nth-child(3) .nav-link:before {
	background: url(/wp-content/themes/bootstrap-component-blox-child-theme/image/ico-menu-3.svg) no-repeat center center;
}
.directions-menu .navbar-nav .menu-item:nth-child(4) .nav-link:before {
	background: url(/wp-content/themes/bootstrap-component-blox-child-theme/image/ico-menu-4.svg) no-repeat center center;
}
.directions-menu .navbar-nav .menu-item:nth-child(5) .nav-link:before {
	background: url(/wp-content/themes/bootstrap-component-blox-child-theme/image/ico-menu-5.svg) no-repeat center center;
}
.directions-menu .navbar-nav .menu-item:nth-child(6) .nav-link:before {
	background: url(/wp-content/themes/bootstrap-component-blox-child-theme/image/ico-menu-6.svg) no-repeat center center;
}
.directions-menu .navbar-nav .menu-item:nth-child(7) .nav-link:before {
	background: url(/wp-content/themes/bootstrap-component-blox-child-theme/image/ico-menu-7.svg) no-repeat center center;
}
.directions-menu .navbar-nav .menu-item:nth-child(8) .nav-link:before {
	background: url(/wp-content/themes/bootstrap-component-blox-child-theme/image/ico-menu-8.svg) no-repeat center center;
}
.directions-menu .navbar-nav .menu-item:nth-child(9) .nav-link:before {
	background: url(/wp-content/themes/bootstrap-component-blox-child-theme/image/ico-menu-9.svg) no-repeat center center;
}
.directions-menu .navbar-nav .menu-item:nth-child(10) .nav-link:before {
	background: url(/wp-content/themes/bootstrap-component-blox-child-theme/image/ico-menu-10.svg) no-repeat center center;
}
.directions-menu .navbar-nav .menu-item:nth-child(11) .nav-link:before {
	background: url(/wp-content/themes/bootstrap-component-blox-child-theme/image/ico-menu-11.svg) no-repeat center center;
}
.directions-menu .navbar-nav .menu-item:nth-child(12) .nav-link:before {
	background: url(/wp-content/themes/bootstrap-component-blox-child-theme/image/ico-menu-12.svg) no-repeat center center;
}
.directions-menu .navbar-nav .menu-item:nth-child(13) .nav-link:before {
	background: url(/wp-content/themes/bootstrap-component-blox-child-theme/image/ico-menu-13.svg) no-repeat center center;
}
.lang .nav-link {
	padding: 5px 10px;
}
.offcanvas-body .nav-link:hover, .offcanvas-body .nav-link:focus, .offcanvas-body .nav-link.active, .offcanvas-body .nav-link.show {
	color: #fff !important;
	background-color: #C2BDB930;
	border-radius: 0 10px 10px 10px;
}
.nav-link .svg {
	margin-right: 10px;
}
.nav-link:hover .svg, .nav-link:focus .svg, .nav-link.active .svg, .nav-link.show .svg {
	filter: invert(100%) sepia(94%) saturate(0%) hue-rotate(248deg) brightness(1000%) contrast(1000%);
    -webkit-filter: invert(100%) sepia(94%) saturate(0%) hue-rotate(248deg) brightness(1000%) contrast(1000%);
}

.entry-content {
	position: relative;
	overflow: hidden;
}
.background-block-1 {
	position: absolute;
	top: 30%;
	left: -300px;
    width: 600px;
	height: 600px;
    background: url(/wp-content/themes/bootstrap-component-blox-child-theme/image/system-01.svg) no-repeat center center;
	background-size: 100% auto;
	z-index: -1;
	overflow: hidden;
}
.background-block-2 {
    width: 400px;
    height: 400px;
    position: absolute;
    left: -75px;
    top: 350px;
    background: url(/wp-content/themes/bootstrap-component-blox-child-theme/image/round-01.avif) no-repeat center center;
	background-size: 100%;
	z-index: -1;
}
.background-block-3 {
    width: 150px;
    height: 150px;
    position: absolute;
    left: 10%;
    top: 150px;
    background: url(/wp-content/themes/bootstrap-component-blox-child-theme/image/round-02.avif) no-repeat center center;
	background-size: 100%;
	z-index: -1;
}

.main-slide {
	position: relative;
	/* padding-top: 100px; */
	background: url(/wp-content/themes/bootstrap-component-blox-child-theme/image/slide-01-xs.avif) no-repeat center top;
	overflow: hidden;
}
.main-slide:before {
	content: "";
    display: block;
    width: 400px;
    height: 400px;
    position: absolute;
    left: -75px;
    bottom: 0px;
    background: url(/wp-content/themes/bootstrap-component-blox-child-theme/image/round-01.avif) no-repeat center center;
	background-size: 100%;
	z-index: 0;
}
.main-slide:after {
	content: "";
    display: block;
    width: 150px;
    height: 150px;
    position: absolute;
    left: 25%;
    top: 15%;
    background: url(/wp-content/themes/bootstrap-component-blox-child-theme/image/round-02.avif) no-repeat center center;
	background-size: 100%;
	z-index: 0;
}
.main-slide .container {
	position: relative;
	z-index: +1;
}
.main-slide h1 {
	animation: translate1 1s 1;
	transform: translateX(0);
	opacity: 1;
}
.main-slide p {
	animation: translate1 2s 1;
	transform: translateX(0);
	opacity: 1;
}
.main-slide .more, .main-slide .brand {
	animation: translate2 1s 1;
	transform: translateX(0);
	opacity: 1;
}
@keyframes translate1 {
  0% {
   transform: translateX(100px);
   opacity: 0;
  }
  100% {
    transform: translateX(0);
	opacity: 1;
  }
}
@keyframes translate2 {
  0% {
   transform: translateY(50px);
   opacity: 0;
  }
  100% {
    transform: translateY(0);
	opacity: 1;
  }
}
@keyframes translate3 {
  0% {
	transform: translateX(0);
    opacity: 0;
  }
  100% {
	transform: translateX(0);
	opacity: 1;
  }
}

.services {
	position: relative;
	overflow: hidden;
}
.services .swiper-slide {
	padding: 5px 0px 5px 30px;
}
.swiper-button-next, .swiper-button-prev {
    color: #A09389;
}
.swiper-button-prev {
	left: 0px;
}
.swiper-button-next {
    right: 0px;
}
.swiper-button-next:after, .swiper-button-prev:after {
    font-size: 24px;
	font-weight: 700;
}
.service {
	position: relative;
	text-decoration: none;
	background-color: #fff;
	border-radius: 25px;
	webkit-transition: all 500ms;
	-moz-transition: all 500ms;
	-o-transition: all 500ms;
	-ms-transition: all 500ms;
	transition: all 500ms;
}
.service:hover {
    background-color: #1C5B7F;
}
.service img.svg {
	width: 40px;
	height: 40px;
	margin: 10px 10px 10px 10px;
	webkit-transition: all 500ms;
	-moz-transition: all 500ms;
	-o-transition: all 500ms;
	-ms-transition: all 500ms;
	transition: all 500ms;
}
.service:hover img.svg {
	transform: translate3d(0px, 0px, 0px) scale3d(1.3, 1.3, 1) rotateX(0deg) rotateY(0deg) rotateZ(0deg) skew(0deg, 0deg);
    transform-style: preserve-3d;
    filter: invert(100%) sepia(94%) saturate(0%) hue-rotate(248deg) brightness(1000%) contrast(1000%);
    -webkit-filter: invert(100%) sepia(94%) saturate(0%) hue-rotate(248deg) brightness(1000%) contrast(1000%);
}
.service h5 {
	color: #1B2C4A;
	text-decoration: none;
	margin-bottom: 0px;
}
.service:hover h5 {
	color: #fff;
}

.feedback-block {
	height: auto;
	position: relative;
	overflow: hidden;
}
.feedback-photo {
	content: "";
    display: block;
    width: 100%;
    height: auto;
    position: absolute;
    right: 0px;
    top: 0px;
	z-index: -1;
}
.feedback-photo img {
	border-radius: 50px 50px 50px 0;
}
.feedback-photo:before {
	content: "";
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    right: 0px;
    top: 0px;
    background: rgb(28,91,127);
	background: linear-gradient(90deg, rgba(28,91,127,.5) 0%, rgba(28,91,127,0) 65%);
	border-radius: 50px 50px 50px 0;
}
.feedback {
	margin-top: 250px;
	padding: 30px 30px;
	background: #A09389;
    background: linear-gradient(90deg, #A09389 0%, #1C5B7F 100%);
	border-radius: 50px 50px 0 50px;
}
.feedback h2 {
	color: #fff;
}
.appointment-sign {
	/* text-align: center; */
}
.appointment-sign .svg {
	width: 90px;
	height: 90px;
	padding: 15px;
	background-color: #fff;
	border-radius: 40%;
}
.appointment {
	padding: 30px 30px;
	background: #A09389;
    background: linear-gradient(90deg, #A09389 0%, #1C5B7F 100%);
	border-radius: 50px 50px 50px 0;
}
.appointment h3, .appointment p {
	color: #fff;
}
.wpcf7-form p {
	margin-bottom: 0px;
}
.form-label {
	font-size: 16px;
	color: #fff;
	font-weight: 300;
}
.form-control, .form-select {
    padding: 4px 40px;
    font-size: 14px;
    font-weight: 300;
    line-height: 30px;
    color: #fff;
    background-color: transparent;
    border-color: #fff;
    border-radius: 10px;
}
.form-control::placeholder {
	color: #fff;
}
.form-control:focus::placeholder {
	color: #1B2C4A;
}
.form-control[type=text] {
    background: transparent url(/wp-content/themes/bootstrap-component-blox-child-theme/image/ico-avatar.svg) no-repeat 5px center;
}
.form-control[type=tel] {
    background: transparent url(/wp-content/themes/bootstrap-component-blox-child-theme/image/ico-phone.svg) no-repeat 5px center;
}
textarea.form-control {
	height: 150px;
    background: transparent url(/wp-content/themes/bootstrap-component-blox-child-theme/image/ico-message.svg) no-repeat 5px 8px;
}
.form-control:focus {
    color: #1B2C4A;
    background-color: #fff;
    border-color: #fff;
    outline: 0;
    box-shadow: 0 0 0 0.25rem rgba(255,255,255,0);
}
.wpcf7-form .d-grid {
	position: relative;
}
.wpcf7-form .d-grid:before {
    content: "";
    display: block;
    width: 24px;
    height: 24px;
    position: absolute;
    right: 8px;
    top: calc(50% - 12px);
    background-color: #1B2C4A;
    border-radius: 15px;
	z-index: +1;
}
.wpcf7-form .d-grid:hover:before, .wpcf7-form .d-grid:focus:before {
    background-color: #A09389;
}
.wpcf7-form .d-grid:after {
    content: "";
    display: block;
    width: 24px;
    height: 24px;
    position: absolute;
    right: 8px;
    top: calc(50% - 12px);
    background: url(/wp-content/themes/bootstrap-component-blox-child-theme/image/arrow-button.svg) no-repeat center center;
	z-index: +1;
}
.wpcf7-submit.btn {
	position: relative;
	width: 100%;
}
.doctors .form-select {
	padding: 9px 20px;
	color: #1B2C4A;
	border-color: #1B2C4A50;
	border-radius: 25px;
}
.wpcf7-spinner {
	display: none;
}
.wpcf7-not-valid-tip {
	font-size: 14px;
    color: #fff;
	font-weight: 300;
	padding: 0.2em 1em;
	margin-top: 10px;
	background-color: #ff000080;
	border-radius: 10px;
}
.wpcf7 form.sent .wpcf7-response-output {
	color: #fff;
    background-color: #00bc3a80;
    border-radius: 10px;
    border: 0px solid #00bc3a80;
}
.wpcf7 form.invalid .wpcf7-response-output, .wpcf7 form.unaccepted .wpcf7-response-output, .wpcf7 form.payment-required .wpcf7-response-output {
	color: #fff;
    background-color: #ff000080;
	border-radius: 10px;
    border: 0px solid #ff000080;
}
.programs {
	overflow: hidden;
}
.programs .swiper-slide, .programs .program {
	padding: 10px 30px;
}
.programs .swiper-slide .card, .programs .program .card {
	background-color: transparent;
	border-width: 0px;
	border-radius: 50px 0 50px 50px;
	webkit-transition: all 500ms;
	-moz-transition: all 500ms;
	-o-transition: all 500ms;
	-ms-transition: all 500ms;
	transition: all 500ms;
}
.programs .swiper-slide .card .card-img, .programs .program .card .card-img {
	border-radius: 50px 0 50px 50px;
}
.programs .swiper-slide .card .card-img-overlay, .programs .program .card .card-img-overlay {
	padding: 20px;
	display: flex;
    flex-flow: column;
    justify-content: space-between;
	background: rgba(28,91,127,.6);
	background: linear-gradient(0deg, rgba(28,91,127,.7) 0%, rgba(160,147,137,.5) 100%);
	border-radius: 50px 0 50px 50px;
	z-index: +1;
}
.programs .swiper-slide .card:hover .card-img-overlay, .programs .swiper-slide .card:focus .card-img-overlay, .programs .program .card:hover .card-img-overlay, .programs .program .card:focus .card-img-overlay {
	background: rgba(28,91,127,1);
	background: linear-gradient(0deg, rgba(28,91,127,1) 0%, rgba(160,147,137,.8) 100%);
}
.programs .swiper-slide .card .card-img-overlay h6, .programs .swiper-slide .card .card-img-overlay p, .programs .program .card .card-img-overlay h6, .programs .program .card .card-img-overlay p {
	color: #fff;
}
.programs .swiper-slide .card .card-img-overlay p, .programs .program .card .card-img-overlay p {
	height: 0px;
	opacity: 0;
	overflow: hidden;
}
.programs .swiper-slide .card:hover .card-img-overlay p, .programs .program .card:hover .card-img-overlay p {
	height: 70px;
	opacity: 1;
}
.programs .swiper-slide .card .card-img-overlay .price, .programs .program .card .card-img-overlay .price {
	display: inline-block;
	padding: 10px;
	font-size: 24px;
	color: #fff;
	font-weight: 600;
    line-height: 30px;
	background-color: #A09389;
	border-radius: 15px;
}
.programs .swiper-slide .card:hover .card-img-overlay .price, .programs .swiper-slide .card:focus .card-img-overlay .price, .programs .program .card:hover .card-img-overlay .price, .programs .program .card:focus .card-img-overlay .price {
	color: #1B2C4A;
	background-color: #fff;
}
.programs .swiper-slide .card .card-img-overlay .price sub, .programs .program .card .card-img-overlay .price sub {
	font-size: 14px;
	font-weight: 400;
    line-height: 18px;
	bottom: 0;
}

.doctors-photo {
	position: relative;
}
.doctors-photo img {
	width: 100%;
	border-radius: 50px 50px 50px 0;
}
.doctors-photo:before {
	content: "";
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    right: 0px;
    top: 0px;
    background: rgba(28,91,127,.6);
	background: linear-gradient(0deg, rgba(28,91,127,.7) 0%, rgba(160,147,137,.5) 65%);
	border-radius: 50px 50px 50px 0;
}
.doctors-content {
	position: relative;
	margin-top: -50px;
	padding: 25px 30px;
	background-color: #fff;
	border-radius: 0 50px 50px 50px;
}

.doctor-block {
	height: auto;
	position: relative;
}
.doctor-photo {
	content: "";
    display: block;
    width: 100%;
    height: auto;
    position: absolute;
    right: 0px;
    top: 0px;
	z-index: -1;
}
.doctor-photo img {
	border-radius: 50px 50px 50px 0;
}
.doctor-photo:before {
	content: "";
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    right: 0px;
    top: 0px;
    background: rgb(28,91,127);
	background: linear-gradient(90deg, rgba(28,91,127,.5) 0%, rgba(28,91,127,0) 65%);
	border-radius: 50px 50px 50px 0;
}
.doctor-info {
	margin-top: 250px;
	padding: 30px 30px;
	background-color: #fff;
	border-radius: 50px 50px 0 50px;
}

.about {
	position: relative;
	overflow: hidden;
}
.about.full {
	background: url(/wp-content/themes/bootstrap-component-blox-child-theme/image/system-01.svg) no-repeat center center;
}
.about.left:before {
	content: "";
    display: block;
    width: 400px;
    height: 400px;
    position: absolute;
    left: -75px;
    bottom: 0px;
    background: url(/wp-content/themes/bootstrap-component-blox-child-theme/image/round-01.avif) no-repeat center center;
	background-size: 100%;
	z-index: -1;
}
.about.left:after {
	content: "";
    display: block;
    width: 150px;
    height: 150px;
    position: absolute;
    left: 25%;
    top: 15%;
    background: url(/wp-content/themes/bootstrap-component-blox-child-theme/image/round-02.avif) no-repeat center center;
	background-size: 100%;
	z-index: -1;
}
.about.right:before {
	content: "";
    display: block;
    width: 400px;
    height: 400px;
    position: absolute;
    right: -75px;
    top: 50px;
    background: url(/wp-content/themes/bootstrap-component-blox-child-theme/image/round-01.avif) no-repeat center center;
	background-size: 100%;
	z-index: -1;
}
.about.right:after {
	content: "";
    display: block;
    width: 150px;
    height: 150px;
    position: absolute;
    right: 25%;
    bottom: 15%;
    background: url(/wp-content/themes/bootstrap-component-blox-child-theme/image/round-02.avif) no-repeat center center;
	background-size: 100%;
	z-index: -1;
}
.about-photo-left, .about-photo-right {
	position: relative;
}
.about-photo-left img {
	border-radius: 50px 50px 0 50px;
}
.about-photo-right img {
	border-radius: 0 50px 50px 50px;
}
.about-photo-left:before, .about-photo-right:before {
	content: "";
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    right: 0px;
    top: 0px;
    background: rgba(28,91,127,.6);
	background: linear-gradient(270deg, rgba(28,91,127,.7) 0%, rgba(160,147,137,.5) 65%);
	border-radius: 50px 50px 0 50px;
}
.about-photo-right:before {
	background: linear-gradient(90deg, rgba(28,91,127,.7) 0%, rgba(160,147,137,.5) 65%);
	border-radius: 0 50px 50px 50px;
}

.values {
	margin-left: auto;
	margin-right: auto;
	max-width: 90%;
	padding: 25px 0px;
	background-color: #fff;
	border-radius: 0 50px 50px 50px;
	overflow: hidden;
}
.value {
	position: relative;
}
.value .svg {
	position: relative;
	display: inline-block;
	width: 100px;
    height: 100px;
	padding: 20px;
	filter: invert(100%) sepia(94%) saturate(0%) hue-rotate(248deg) brightness(1000%) contrast(1000%);
    -webkit-filter: invert(100%) sepia(94%) saturate(0%) hue-rotate(248deg) brightness(1000%) contrast(1000%);
}
.value:before {
	content: "";
    display: block;
    width: 100px;
    height: 100px;
    position: absolute;
    left: calc(50% - 50px);
    top: 0px;
    background: #A09389;
    background: linear-gradient(0deg, #A09389 0%, #1C5B7F 100%);
	border-radius: 40px;
}

.numbers {
	margin-left: auto;
	margin-right: auto;
	max-width: 90%;
	padding: 25px 0px;
	background-color: #fff;
	border-radius: 0 50px 50px 50px;
	overflow: hidden;
}
.number {
	position: relative;
}
.number p span {
	display: block;
	font-size: 36px;
	line-height: 36px;
	margin-bottom: 0px;
}

.indications {
	background-color: #fff;
	border-width: 0px;
	border-radius: 0 50px 50px 50px;
}
.contraindications {
	background-color: rgba(255,255,255,.5);
	border-width: 0px;
	border-radius: 50px 0 50px 50px;
}
.indications-contraindications ol {
	padding-left: 25px;
}
.indications-contraindications ol li {
	position: relative;
	padding: 7px 20px;
}
.indications-contraindications ol li:before {
	position: absolute;
	top: 2px;
	left: -27px;
	display: block;
	content: '';
	width: 30px;
	height: 30px;
	background-color: #E1DDDB70;
	border-radius: 15px;
	z-index: 0;
}
.indications-contraindications ol li::marker {
	position: relative;
	font-weight: 700;
	z-index: +1;
}

.advantages {
	margin-left: auto;
    margin-right: auto;
    max-width: 90%;
    padding: 20px;
    background-color: #A0938920;
    border-radius: 0 50px 50px 50px;
	overflow: hidden;
}
.advantages ul {
	padding-left: 0;
    list-style: none;
	display: flex;
    flex-wrap: wrap;
}
.advantages li {
	font-size: 18px;
	font-weight: 300;
	flex: 0 0 auto;
    width: 100%;
	padding: 10px 40px;
    background: url(/wp-content/themes/bootstrap-component-blox-child-theme/image/ico-check-blue.svg) no-repeat top 12px left 10px;
}

.before-after-block {}
.coca-image-compare-wrapper.coca-image-compare-horizontal {
    align-items: center;
}
.coca-bais-shortcode .coca-bais-container {
    margin: 0 auto;
}
.coca-image-compare-container img, .coca-image-compare-overlay, .coca-image-compare-overlay:hover:not(.no-overlay) {
    border-radius: 50px !Important;
}

.widget_categories.card {
	padding: 10px 10px;
	background-color: #fff;
	border-radius: 0 50px 50px 50px;
}
.widget_categories.card .card-header {
	font-size: 24px;
	line-height: 30px;
	border-bottom: 0px;
    background-color: transparent;
}
.widget_categories.card ul {
	list-style-type: none;
	padding-left: 0px !Important;
}
.widget_categories.card li {
	font-size: 16px;
	border-top: 1px solid #cdcbcc50;
}
.widget_categories.card li a {
	display: block;
	padding: 10px 15px;
	text-decoration: none;
}
.widget_categories.card li a:hover {
	background-color: #E1DDDB50;
}
.blog {
	overflow: hidden;
}
.blog .swiper-slide {
}
.blog .card {
	margin: 0px 15px;
	text-decoration: none;
	background-color: transparent;
	border-width: 0px;
	border-radius: 50px;
	webkit-transition: all 500ms;
	-moz-transition: all 500ms;
	-o-transition: all 500ms;
	-ms-transition: all 500ms;
	transition: all 500ms;
}
.blog .card:hover, .blog .card:focus, .blog .sidebar .card {
	background-color: #fff;
	border-radius: 50px;
}
.blog .card-img-top {
	border-radius: 50px 50px 50px 0;
}
.blog .card-body {
	padding: 20px;
	height: 200px;
}
.blog .card .card-body .date {
	color: #1C5B7F;
	font-weight: 400;
	padding: 7px 10px;
	background-color: rgba(255,255,255,.5);
	border-radius: 10px 10px 10px 0;
}
.blog .card:hover .card-body .date, .blog .card:focus .card-body .date {
	background-color: #E1DDDB;
}
.pagination .page-item .page-link {
	width: 50px;
	height: 50px;
	line-height: 30px;
	font-size: 16px;
	color: #1B2C4A;
	font-weight: 400;
	text-align: center;
	padding: 10px;
	margin: 5px;
	background-color: transparent;
	border-width: 0px;
	border-radius: 25px;
}
.pagination .page-item .page-link:hover, .pagination .page-item .page-link:focus {
	color: #fff;
	background-color: #1B2C4A;
}
.page-item.active .page-link {
	background-color: #fff;
}
.blog-content .ez-toc-counter {
	margin-bottom: 30px;
}
.blog-content .ez-toc-list {
	padding-inline-start: 0px !Important;
}
.blog-content div#ez-toc-container ul li, .blog-content div#ez-toc-container ul li a {
    font-size: 100%;
}
.blog-content .ez-toc-list li {
	font-size: 18px !Important;
	padding: 5px 0px !Important;
}
.blog-content .ez-toc-list li a {
	text-decoration: none;
}
.blog-content div#ez-toc-container ul.ez-toc-list a {
	color: #1C5B7F;
}
.blog-content div#ez-toc-container ul.ez-toc-list a:visited {
    color: #1C5B7F;
}
.blog-content .ez-toc-counter nav ul li a::before {
    content: '';
    margin-right: 0;
}
.blog-content {
	font-size: 16px;
}
.blog-content h2 {
	font-size: 32px;
	margin: 25px 0 15px;
}

.doctors-content h1 {
	font-size: 30px;
}
.doctors-content .date {
	color: #1C5B7F;
	font-weight: 400;
	padding: 7px 10px;
	background-color: #E1DDDB;
	border-radius: 10px 10px 10px 0;
}
.doctors {
	overflow: hidden;
}
.doctors .swiper-slide {
	
}
div.doctor .card {
	margin: 10px 0px;
	padding: 10px;
	text-align: center;
	text-decoration: none;
	background-color: transparent;
	border-width: 0px;
	border-radius: 70px;
	webkit-transition: all 500ms;
	-moz-transition: all 500ms;
	-o-transition: all 500ms;
	-ms-transition: all 500ms;
	transition: all 500ms;
}
div.doctor .card:hover, div.doctor .card:focus {
	background-color: rgba(255,255,255,.25);
	border-radius: 70px;
}
div.doctor .card img {
	border: 1px solid #1C5B7F;
	border-radius: 40%;
}
div.doctor .card-body {
	padding: 10px 0px 20px;
	min-height: 140px;
}
div.doctor .card-body a {
	text-decoration: none;
}
div.doctor .card-footer {
	border-top: 0px;
	padding: 0px 10px;
}
.certificates {
	overflow: hidden;
}
.certificates .swiper-slide {
	padding: 10px 30px;
}
.certificate .swiper-slide .card {
	text-align: center;
	text-decoration: none;
	background-color: transparent;
	border-width: 0px;
	webkit-transition: all 500ms;
	-moz-transition: all 500ms;
	-o-transition: all 500ms;
	-ms-transition: all 500ms;
	transition: all 500ms;
}
.certificate .card:hover, .certificate .card:focus {
	
}
.certificate .card img {
	margin: 15px;
}
.certificate .card-body {
	padding: 20px 20px 30px;
}
.testimonial {
	overflow: hidden;
}
.testimonial .swiper-slide {
	padding: 10px 30px;
}
.testimonial .swiper-slide .card {
	display: flex;
    flex-flow: column;
    justify-content: space-between;
	height: 300px;
	text-decoration: none;
	background-color: #fff;
	border-width: 0px;
	border-radius: 50px 50px 50px 0;
	webkit-transition: all 500ms;
	-moz-transition: all 500ms;
	-o-transition: all 500ms;
	-ms-transition: all 500ms;
	transition: all 500ms;
}
.testimonial .card:hover, .testimonial .card:focus {
	background-color: #fff;
	border-radius: 50px 50px 50px 0;
}
.testimonial .card-body {
	padding: 30px 30px 0;
}
.testimonial .card-footer {
	padding: 10px 30px;
	border-top: 0px;
	background-color: transparent;
}
.testimonial .card-footer .card-title {
	font-size: 21px;
	font-weight: 300;
}

.category-services {
	margin-left: auto;
    margin-right: auto;
    max-width: 90%;
	padding: 20px;
    background: #A09389;
    background: linear-gradient(90deg, #A09389 0%, #1C5B7F 100%);
    border-radius: 0 50px 50px 50px;
	overflow: hidden;
}
.category-services h2, .category-services li, .category-services li a {
	color: #fff;
}
.category-services li {
	font-size: 18px;
	margin: 5px 0;
}
.category-services li a {
	display: block;
	padding: 10px 40px;
	text-decoration: none;
	background: #E1DDDB20 url(/wp-content/themes/bootstrap-component-blox-child-theme/image/ico-check-white.svg) no-repeat top 12px left 10px;
	border-radius: 0 10px 10px 10px;
}
.category-services li a:hover {
	color: #1C5B7F;
	background: #E1DDDB90 url(/wp-content/themes/bootstrap-component-blox-child-theme/image/ico-check-blue.svg) no-repeat top 12px left 10px;
	border-radius: 0 10px 10px 10px;
}

.services-list {
	overflow: hidden;
}
.services-list .accordion-item {
	margin: 20px 0;
	border-width: 0px;
	border-radius: 60px 0 60px 60px;
}
.services-list .accordion-item .accordion-button {
	font-size: 21px;
	padding: 20px;
}
.services-list .accordion-item .accordion-button, .services-list .accordion-item:first-of-type>.accordion-header .accordion-button, .services-list .accordion-item:last-of-type>.accordion-header .accordion-button {
	font-weight: 300;
	box-shadow: inset 0 0px 0px rgba(0,0,0,0);
}
.services-list .accordion-item>.accordion-header .accordion-button:not(.collapsed) {
	color: #fff;
	background: #A09389;
    background: linear-gradient(270deg, #A09389 0%, #1C5B7F 100%);
	border-radius: 50px 0 0 0;
}
.services-list .accordion-item>.accordion-header .accordion-button.collapsed {
	background-color: #fff;
	border-radius: 50px 0 50px 50px;
}
.services-list .accordion-item .svg {
    width: 40px;
    height: 40px;
}
.services-list .accordion-item>.accordion-header .accordion-button:not(.collapsed) .svg {
    filter: invert(100%) sepia(94%) saturate(0%) hue-rotate(248deg) brightness(1000%) contrast(1000%);
    -webkit-filter: invert(100%) sepia(94%) saturate(0%) hue-rotate(248deg) brightness(1000%) contrast(1000%);
}
.services-list .accordion-item .accordion-body {
	padding: 0 20px 20px;
}
.services-list .accordion-item .accordion-collapse {
	background: #A09389;
    background: linear-gradient(270deg, #A09389 0%, #1C5B7F 100%);
	border-radius: 0 0 50px 50px;
}
.services-list .accordion-item .accordion-collapse p {
	color: #fff;
}

.prices {
	overflow: hidden;
}
.prices .accordion-item {
	margin: 10px 0;
	border-radius: 50px 0 50px 50px;
}
.prices .accordion-item .accordion-button {
	font-size: 21px;
	padding: 20px;
}
.prices .accordion-item .accordion-button, .prices .accordion-item:first-of-type>.accordion-header .accordion-button, .prices .accordion-item:last-of-type>.accordion-header .accordion-button.collapsed {
	font-weight: 300;
	background-color: #fff;
    border-radius: 50px 0 50px 50px;
	box-shadow: inset 0 0px 0px rgba(0,0,0,0);
}
.prices .accordion-item .accordion-button .svg {
	width: 40px;
	height: 40px;
}
.prices .accordion-item .accordion-body {
	padding: 0 20px 20px;
}

.price {
	margin-left: auto;
    margin-right: auto;
    max-width: 90%;
	padding: 20px;
    background-color: #fff;
    border-radius: 50px 0 50px 50px;
}
.prices .table>:not(caption)>*>*, .price .table>:not(caption)>*>* {
	font-size: 16px;
	color: #1B2C4A;
	font-weight: 300;
	border-top: 1px solid #cdcbcc50;
	border-bottom: 0px solid #cdcbcc;
}
.prices .table th:nth-child(2), .prices .table td:nth-child(2), .price .table th:nth-child(2), .price .table td:nth-child(2) {
	text-align: end;
}
.price .wcpt-cell {
    padding: 10px 0px !important;
}
.price td.wcpt-cell:last-child {
	text-align: end;
}
.price .wcpt-cell-val {

}
.price .wcpt-amount {
	white-space: nowrap;
	
}
.price h4 {
	line-height: 50px;
}
.price span.total {
	font-size: 40px;
	color: #fff;
    font-weight: 400;
	line-height: 40px;
    padding: 5px 10px;
	background: #A09389;
    background: linear-gradient(270deg, #A09389 0%, #1C5B7F 100%);
    border-radius: 0 20px 20px 20px;
}
.price span sub {
	font-size: 18px;
	bottom: 0px;
}
.prices .body-inner, .price .body-inner {
    float: none !important;
}

.faq {
	overflow: hidden;
}
.faq .accordion-item {
	margin: 10px 0;
	background: none;
	border-bottom: 0px;
	border-radius: 50px 0 50px 50px;
}
.faq .accordion-item .accordion-button {
	font-size: 21px;
	padding: 20px;
}
.faq .accordion-item .accordion-button, .faq .accordion-item:first-of-type>.accordion-header .accordion-button, .faq .accordion-item:last-of-type>.accordion-header .accordion-button {
	font-weight: 300;
	box-shadow: inset 0 0px 0px rgba(0,0,0,0);
}
.faq .accordion-item>.accordion-header .accordion-button:not(.collapsed) {
	background: #fff;
	border-radius: 60px 0 0 0;
}
.faq .accordion-item>.accordion-header .accordion-button.collapsed {
	background-color: transparent;
	border-radius: 60px 0 60px 60px;
}
.faq .accordion-item .accordion-body {
	padding: 0 20px 20px;
	font-size: 16px;
    line-height: 24px;
}
.faq .accordion-item .accordion-collapse {
	background: #fff;
	border-radius: 0 0 60px 60px;
}

.map {
	border-radius: 0 60px 60px 60px;
}

.footer-widgets {
	position: relative;
	overflow: hidden;
}
.footer-widgets:before {
	content: "";
    display: block;
    width: 400px;
    height: 400px;
    position: absolute;
    right: -75px;
    top: 0px;
    background: url(/wp-content/themes/bootstrap-component-blox-child-theme/image/round-01.avif) no-repeat center center;
	background-size: 100%;
	z-index: -1;
}
.footer-widgets:after {
	content: "";
    display: block;
    width: 150px;
    height: 150px;
    position: absolute;
    right: 30%;
    bottom: 0%;
    background: url(/wp-content/themes/bootstrap-component-blox-child-theme/image/round-02.avif) no-repeat center center;
	background-size: 100%;
	z-index: -1;
}
.footer-widgets .container {
	position: relative;
	border-top: 1px solid #1B2C4A50;
}
.footer-widgets li {
	line-height: 16px;
	padding: 7px 0;
}
.footer-widgets ul.navbar-nav {
	padding-left: 0px !Important;
}
.footer-widgets .services-menu ul.navbar-nav {
	display: flex;
    flex-wrap: wrap;
	flex-direction: row;
}
.footer-widgets .services-menu ul.navbar-nav li {
	flex: 0 0 auto;
    width: 50%;
}
.footer-widgets .display-5 {
	margin-bottom: 10px;
}
.footer-widgets a {
	color: #1B2C4A;
	text-decoration: none;
}
.footer-widgets a:hover, .footer-widgets a:focus {
	color: #A09389;
}
.footer-widgets .logo img {
	max-height: 70px;
}
.footer-widgets .media {
    margin-right: 10px;
}
.media {
	display: inline-block;
	border: 1px solid #C2BDB9;
	border-radius: 15px;
}
.media:hover, .media:focus {
	background-color: #1C5B7F;
	border: 1px solid #1C5B7F;
}
.media img {
	padding: 9px;
}

.modal {
   background: rgba(255,255,255,.5);
   backdrop-filter: blur(5px);
}
.modal-dialog {
    margin: 30px auto;
}
.modal-fullscreen-lg-down .modal-content {
    height: auto !important;
}
.modal-content.feedback {
	margin-top: 0px;
	border-width: 0px;
	border-radius: 50px 0 50px 50px;
}
.modal-content.feedback .btn-close {
	position: absolute;
	top: 20px;
	right: 20px;
}
.modal-header {
    border-bottom: 0px;
}
.modal-body {
    padding: 0px;
}

/* Small devices (landscape phones, 576px and up) */
@media (min-width: 576px) {
	.btn {
		font-size: 14px;
		padding: 5px 40px 5px 15px;	
	} 
	.directions-menu .menu-item {
		width: 50%;
	}
	.main-slide {
		background: url(/wp-content/themes/bootstrap-component-blox-child-theme/image/slide-01-sm.avif) no-repeat center top;
		background-size: auto 100%;
	}
	.feedback, .doctor-info {
		margin-top: 350px;
	}
	div.doctor .card {
		margin: 10px 10px;
		padding: 15px;
		border-radius: 95px;
	}
	div.doctor .card:hover, div.doctor .card:focus {
		border-radius: 95px;
	}
	div.doctor .card img {
		border-radius: 40%;
	}
	div.doctor .card-body {
		padding: 20px 5px 15px;
		min-height: 170px;
	}
	.advantages li {
	    width: 50%;
	}
}

/* Medium devices (tablets, 768px and up) */
@media (min-width: 768px) {
	h1 {
		font-size: 40px;
	}
	h2 {
		font-size: 36px;
	}
	h3 {
		font-size: 30px;
	}
	p, li, dt, dd {
		font-size: 16px;
		line-height: 24px;
	}
	p small {
		font-size: 14px;
		line-height: 16px;
	}
	p.lead {
		font-size: 20px;
		line-height: 20px;
	}
	header .phone, header .email {
		border: 1px solid #1B2C4A20;
	}
	header .phone {
		background: transparent url(/wp-content/themes/bootstrap-component-blox-child-theme/image/ico-phone-40.svg) no-repeat 2px center;
		background-size: 24px 24px;
	}
	header .email {
		background: transparent url(/wp-content/themes/bootstrap-component-blox-child-theme/image/ico-email-40.svg) no-repeat 2px center;
		background-size: 24px 24px;
	}
	header .phone p a, header .email p a {
		color: #1B2C4A;
	}
	.offcanvas {
		width: 75% !important;
	}
	.nav-link {
	    font-size: 16px;
		padding: 15px 15px;
	}
	.directions-menu .navbar-nav .menu-item .nav-link:before {
		top: calc(50% - 20px);
		width: 40px;
		height: 40px;	
	}
	.directions-menu .navbar-nav .nav-link {
		padding: 15px 15px 15px 50px;
	}
	.background-block-1 {
		top: 25%;
		left: -450px;
		width: 900px;
		height: 900px;
	}
	.main-slide {
		background: url(/wp-content/themes/bootstrap-component-blox-child-theme/image/slide-01-md.avif) no-repeat center top;
	}
	.main-slide h1 {
		font-size: 48px;
		line-height: 50px;
	}
	.main-slide:before {
		width: 450px;
		height: 450px;
		left: -90px;
	}
	.main-slide:after {
		width: 180px;
		height: 180px;
		left: 20%;
		top: 15%;
	}
	.service {
		border-radius: 30px;
	}
	.service img.svg {
		width: 50px;
		height: 50px;
		margin: 15px 5px 15px 10px;
	}
	.feedback-block {
    	height: 680px;
	}
	.feedback-photo {
		width: 680px;
		height: 680px;
	}
	.feedback-photo:before {
		width: 680px;
		height: 680px;
	}
	.feedback {
		margin-top: 0px;
	}
	.doctor-info {
        margin-top: 500px;
    }
	.doctors-content {
		margin-top: -100px;
	}
	.prices .accordion-item {
		margin: 20px 0;
		border-radius: 60px 0 60px 60px;
	}
	.prices .accordion-item .accordion-button {
		font-size: 24px;
		padding: 30px;
	}
	.prices .accordion-item .accordion-button .svg {
		width: 50px;
		height: 50px;
	}
	.prices .accordion-item .accordion-body {
		padding: 0 30px 30px;
	}
	.faq .accordion-item {
		margin: 20px 0;
		border-radius: 60px 0 60px 60px;
	}
	.faq .accordion-item .accordion-button {
		font-size: 24px;
		padding: 30px;
	}
	.faq .accordion-item .accordion-body {
		padding: 0 30px 30px;
	}
	.services-list .accordion-item {
		margin: 20px 0;
		border-radius: 60px 0 60px 60px;
	}
	.services-list .accordion-item .accordion-button {
		font-size: 24px;
		padding: 30px;
	}
	.services-list .accordion-item .svg {
		width: 50px;
		height: 50px;
	}
	.services-list .accordion-item>.accordion-header .accordion-button:not(.collapsed) {
		border-radius: 60px 0 0 0;
	}
	.services-list .accordion-item>.accordion-header .accordion-button.collapsed {
		border-radius: 60px 0 60px 60px;
	}
	.services-list .accordion-item .accordion-body {
		padding: 0 30px 30px;
	}
	.appointment-sign .svg {
		width: 130px;
		height: 130px;
		padding: 25px;
		border-radius: 40%;
	}
	.form-label {
		font-size: 18px;
	}
	.form-control, .form-select {
		padding: 9px 40px;
		font-size: 16px;
		line-height: 30px;
		border-radius: 15px;
	}
	footer:before {
		width: 450px;
		height: 450px;
		right: -90px;
	}
	footer:after {
		width: 180px;
		height: 180px;
		right: 30%;
		bottom: 5%;
	}
	.footer-widgets .services-menu ul.navbar-nav li {
		width: 33.33333333%;
	}
	.modal-content.feedback {
		border-radius: 60px 0 60px 60px;
	}
}

/* Large devices (desktops, 992px and up) */
@media (min-width: 992px) {
	h4 {
		font-size: 30px;
	}
	h5 {
		font-size: 21px;
	}
	h6 {
		font-size: 20px;
	}
	.navbar-brand {
		flex-grow: inherit !important;
	}
	header .address, header .hours, header .phone, header .email {
		max-width: none;
	}
	header .address, header .hours {
		border: 1px solid #1B2C4A20;
	}
	header .address {
		background: transparent url(/wp-content/themes/bootstrap-component-blox-child-theme/image/ico-pin-40.svg) no-repeat 2px center;
		background-size: 24px 24px;
	}
	header .hours {
		background: transparent url(/wp-content/themes/bootstrap-component-blox-child-theme/image/ico-time-40.svg) no-repeat 2px center;
		background-size: 24px 24px;
	}
	header .address p, header .hours p {
		color: #1B2C4A;
	}
	.directions-menu .menu-item {
		width: 33.33333333%;
	}
	.main-slide {
	    height: 100vh;
		background: url(/wp-content/themes/bootstrap-component-blox-child-theme/image/slide-01-lg.avif) no-repeat center top;
	}
	.feedback-block, .doctor-block {
    	height: 780px;
	}
	.feedback-photo, .doctor-photo {
		width: 780px;
		height: 780px;
	}
	.feedback-photo:before, .doctor-photo:before {
		width: 780px;
		height: 780px;
		border-radius: 100px 100px 100px 0;
	}
	.feedback-photo img, .doctor-photo img {
		border-radius: 100px 100px 100px 0;
	}
	.feedback, .doctor-info {
		padding: 40px 50px;
		border-radius: 100px 100px 0 100px;
	}
	.doctor-info {
        margin-top: 10px;
    }
	.appointment {
		padding: 40px 50px;
		border-radius: 100px 100px 100px 0;
	}
	div.doctor .card {
		margin: 10px 30px;
		padding: 15px;
		border-radius: 115px;
	}
	div.doctor .card:hover, div.doctor .card:focus {
		border-radius: 115px;
	}
	div.doctor .card img {
		border-radius: 40%;
	}
	.doctors-photo:before {
		border-radius: 100px 100px 100px 0;
	}
	.doctors-photo img {
		border-radius: 100px 100px 100px 0;
	}
	.doctors-content {
		padding: 40px 75px;
		border-radius: 0 100px 100px 100px;
	}
	.about {
		background-size: auto 90%;
	}
	.about-photo-left:before {
		border-radius: 100px 100px 0 100px;
	}
	.about-photo-right:before {
		border-radius: 0 100px 100px 100px;
	}
	.about-photo-left img {
		border-radius: 100px 100px 0 100px;
	}
	.about-photo-right img {
		border-radius: 0 100px 100px 100px;
	}
	.category-services {
		padding: 40px;
		border-radius: 0 100px 100px 100px;
	}
	.advantages {
		padding: 40px;
		border-radius: 0 100px 100px 100px;
	}
	.advantages li {
	    width: 33.33333333%;
	}
	.price {
		padding: 40px;
		border-radius: 100px 0 100px 100px;
	}
	.values {
		padding: 40px 0px;
		border-radius: 0 100px 100px 100px;
	}
	.value .svg {
		width: 120px;
    	height: 120px;
		padding: 25px;
	}
	.value:before {
		width: 120px;
		height: 120px;
		left: calc(50% - 60px);
		border-radius: 50px;
	}
	.coca-image-compare-container img, .coca-image-compare-overlay, .coca-image-compare-overlay:hover:not(.no-overlay) {
		border-radius: 100px !Important;
	}
	.number p span {
		font-size: 60px;
		line-height: 60px;
		margin-bottom: 20px;
	}
	.map {
		border-radius: 0 100px 100px 100px;
	}
	.modal-content.feedback {
		border-radius: 100px 0 100px 100px;
	}
}

/* X-Large devices (large desktops, 1200px and up) */
@media (min-width: 1200px) {
	h1 {
		font-size: 54px;
	}
	h2 {
		font-size: 48px;
	}
	h3 {
		font-size: 36px;
	}
	.btn {
		font-size: 16px;
		line-height: 28px;
		padding: 10px 50px 10px 25px;
		border-radius: 25px;
	}
	.btn-lg {
		font-size: 20px;
		padding: 15px 60px 15px 25px;	
		border-radius: 30px;
	} 
	.btn:before {
		width: 30px;
		height: 30px;
		right: 10px;
		top: 9px;
		border-radius: 15px;
	}
	.btn:after {
		width: 30px;
		height: 30px;
		right: 9px;
		top: 10px;
	}
	.btn-lg:before {
		right: 15px;
		top: 14px;
	}
	.btn-lg:after {
		right: 14px;
		top: 15px;
	}
	.wpcf7-form .d-grid:before {
    	width: 30px;
		height: 30px;
		right: 10px;
		top: calc(50% - 15px);
	}
	.wpcf7-form .d-grid:after {
    	width: 30px;
		height: 30px;
		right: 10px;
		top: calc(50% - 15px);
	}
	header {
		padding-top: 10px;
		padding-bottom: 10px;
	}
	header .address, header .hours, header .phone, header .email {
		height: 50px;
		padding: 5px 10px 5px 40px;
		background-size: 30px 30px;
		background-position: 5px center;
	}
	header .address p, header .hours p {
		font-size: 15px;
		line-height: 15px;
	}
	header .phone p, header .email p {
    	font-size: 17px;
		line-height: 17px;
	}
	.offcanvas-header {
		padding: 20px 15px 0 15px;
	}
	.offcanvas-body {
		padding: 15px;
	}
	.nav-link {
    	font-size: 16px;
	}
	.directions-menu .navbar-nav .nav-link {
		font-size: 18px;
		padding: 15px 15px 15px 50px;
	}
	.background-block-1 {
		top: 1500px;
		left: -600px;
		width: 1200px;
		height: 1200px;
	}
	.main-slide {
		background: url(/wp-content/themes/bootstrap-component-blox-child-theme/image/slide-01-xl.avif) no-repeat center top;
	}
	.main-slide:before {
		width: 500px;
		height: 500px;
		left: -120px;
	}
	.main-slide:after {
		width: 200px;
		height: 200px;
		left: 20%;
		top: 15%;
	}
	.feedback-block, .doctor-block {
    	height: 960px;
	}
	.feedback-photo, .doctor-photo {
		width: 960px;
		height: 960px;
	}
	.feedback-photo:before, .doctor-photo:before {
		width: 960px;
		height: 960px;
	}
	.prices .accordion-item .accordion-button {
		font-size: 30px;
		padding: 40px;
	}
	.prices .accordion-item .accordion-button .svg {
		width: 60px;
		height: 60px;
	}
	.prices .accordion-item .accordion-body {
		padding: 0 40px 40px;
	}
	.faq .accordion-item .accordion-button {
		font-size: 30px;
		padding: 40px;
	}
	.faq .accordion-item .accordion-body {
		padding: 0 40px 40px;
	}
	.services-list .accordion-item .accordion-button {
		font-size: 30px;
		padding: 40px;
	}
	.services-list .accordion-item .svg {
		width: 60px;
		height: 60px;
	}
	.services-list .accordion-item .accordion-body {
		padding: 0 40px 40px;
	}
	.widget_categories.card {
    	padding: 10px 25px;
	}
	.widget_categories.card .card-header {
		font-size: 30px;
		line-height: 30px;
	}
	.widget_categories.card li {
    	font-size: 20px;
	}
	.blog .card {
    	margin: 0px 30px;
	}
	.doctors-content h1 {
		font-size: 48px;
	}
	footer:before {
		width: 450px;
		height: 450px;
		right: -120px;
	}
	footer:after {
		width: 200px;
		height: 200px;
		right: 25%;
		bottom: 5%;
	}
}

/* XX-Large devices (larger desktops, 1400px and up) */
@media (min-width: 1400px) {
	h1 {
		font-size: 60px;
	}
	.navbar-brand img {
		width: 170px;
		height: 70px;
		margin-left: 15px;
	}
	header .address, header .hours, header .phone, header .email {
		min-width: 200px;
		padding: 5px 10px 5px 50px;
		background-size: 40px 40px;
	}
	header .address p, header .hours p {
		font-size: 16px;
		line-height: 20px;
	}
	header .phone p, header .email p {
    	font-size: 18px;
	}
	.navbar-toggler {
		margin-right: 15px;
	}
	.offcanvas-header {
		padding: 30px 30px 0 30px;
	}
	.offcanvas-body {
		padding: 15px;
	}
	.offcanvas-body .menu-item {
		margin: 15px 0;
	}
	.nav-link {
    	font-size: 18px;
	}
	.directions-menu .navbar-nav .nav-link {
		font-size: 21px;
	}
	.main-slide {
		background: url(/wp-content/themes/bootstrap-component-blox-child-theme/image/slide-01.avif) no-repeat center top;
	}
	.main-slide h1 {
		font-size: 60px;
		line-height: 60px;
	}
	.main-slide:before {
		width: 700px;
		height: 700px;
		left: -150px;
	}
	.main-slide:after {
		width: 250px;
		height: 250px;
		left: 25%;
		top: 15%;
	}
	.service {
		border-radius: 50px;
	}
	.service img.svg {
		width: 60px;
		height: 60px;
		margin: 30px 10px 30px 20px;
	}
	.feedback-photo:before, .doctor-photo:before {
		border-radius: 150px 150px 150px 0;
	}
	.feedback-photo img, .doctor-photo img {
		border-radius: 150px 150px 150px 0;
	}
	.feedback, .doctor-info {
		padding: 50px 100px;
		border-radius: 150px 150px 0 150px;
	}
	.appointment-sign .svg {
		width: 150px;
        height: 150px;
		padding: 35px;
		border-radius: 40%;
	}
	.appointment {
		padding: 50px 100px;
		border-radius: 150px 150px 150px 0;
	}
	.doctors-photo:before {
		border-radius: 150px 150px 150px 0;
	}
	.doctors-photo img {
		border-radius: 150px 150px 150px 0;
	}
	.doctors-content {
		padding: 50px 100px;
		border-radius: 0 150px 150px 150px;
	}
	.about-photo-left:before {
		border-radius: 150px 150px 0 150px;
	}
	.about-photo-right:before {
		border-radius: 0 150px 150px 150px;
	}
	.about-photo-left img {
		border-radius: 150px 150px 0 150px;
	}
	.about-photo-right img {
		border-radius: 0 150px 150px 150px;
	}
	.category-services {
		padding: 50px;
		border-radius: 0 150px 150px 150px;
	}
	.category-services li {
    	font-size: 20px;
	}
	.advantages {
		padding: 50px;
		border-radius: 0 150px 150px 150px;
	}
	.advantages li {
    	font-size: 20px;
	}
	.price {
		padding: 50px;
		border-radius: 150px 0 150px 150px;
	}
	.values {
		max-width: 1620px;
		padding: 50px 0px;
		border-radius: 0 150px 150px 150px;
	}
	.value .svg {
		width: 140px;
    	height: 140px;
		padding: 35px;
	}
	.value:before {
		width: 140px;
		height: 140px;
		left: calc(50% - 70px);
		border-radius: 55px;
	}
	.map {
		border-radius: 0 150px 150px 150px;
	}
	footer:before {
		width: 500px;
		height: 500px;
		right: -150px;
	}
	footer:after {
		width: 200px;
		height: 200px;
		right: 30%;
		bottom: 5%;
	}
	.modal-content.feedback {
		border-radius: 150px 0 150px 150px;
	}
	.modal-dialog {
    	margin: 50px auto;
	}
}

@media (min-width: 1600px) {
	header .address, header .hours, header .phone, header .email {
		min-width: 280px;
	}
	header .address p, header .hours p {
		font-size: 18px;
		line-height: 20px;
	}
	header .phone p, header .email p {
    	font-size: 20px;
	}
}

/* `xxl` applies to x-large devices (large desktops, less than 1400px) */
@media (max-width: 1399.98px) {
	
}

/* `xl` applies to large devices (desktops, less than 1200px) */
@media (max-width: 1199.98px) {
	
}

/* `lg` applies to medium devices (tablets, less than 992px) */
@media (max-width: 991.98px) {
	
}

/* `md` applies to small devices (landscape phones, less than 768px) */
@media (max-width: 767.98px) {

}

/* `sm` applies to x-small devices (portrait phones, less than 576px) */
@media (max-width: 575.98px) {
	
}
