.clear {
    clear: both;
}
body {
    opacity: 0;
    transition-timing-function: cubic-bezier(.47,0,.745,.715);
    transition-duration: 1.2s;
    transition-property: opacity,transform;
}
body.aos-animate {
    opacity: 1;
}
body.active:before {
    /* content: ''; */
    position: fixed;
    z-index: 9;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.25);
}
.wrap-popup {
	background-color: #00bf8b;
    border-radius: 5px;
    bottom: 64px;
    box-shadow: 0 3px 46px rgba(0, 0, 0, .161);
    max-width: 320px;
	width:100%;
    padding: 38px 30px 32px 37px;
    position: fixed;
    right: 64px;
    text-align: left;
    z-index: 9118;
    color: #fff;
}
.wrap-popup button {
    background: transparent;
    cursor: pointer;
    border: 0;
    position: absolute;
    top: 15px;
    right: 10px;
}



@keyframes moveTopBottom {
  0% {
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }

  33% {
    -webkit-transform: translateY(60px);
    -ms-transform: translateY(60px);
    transform: translateY(60px);
  }
  66% {
    -webkit-transform: translateY(-30px);
    -ms-transform: translateY(-30px);
    transform: translateY(-30px);
  }
  100% {
    -webkit-transform: translateY(0px);
    -ms-transform: translateY(0px);
    transform: translateY(0px);
  }
}

.moveTopBottom {
  -webkit-animation-name: moveTopBottom;
  animation-name: moveTopBottom;
} 
.banner:after,
.section-group-of-podiatrists:before,
.section-our-specialisations:after,
.site-footer .top-footer:before,
.site-footer .top-footer:after,
.banner.banner-podiatry:after,
.wrap-list-box:before,
.wrap-list-box:after {
	 -webkit-animation: moveTopBottom 60s cubic-bezier(.455, .03, .515, .955) infinite both;
    animation: moveTopBottom 60s cubic-bezier(.455, .03, .515, .955) infinite both;
}


/*header*/
header .inner {
	display: flex;
    align-items: center;
    justify-content: space-between;
}
/*banner*/ 
.banner {
	min-height:834px;
	background:url('../images/bg01.svg') top right no-repeat;
	position:relative;
	display: flex;
    align-items: center;
    justify-content: flex-start;
	overflow:hidden;
}
.banner:after {
	    content: '';
    position: absolute;
    top: 0;
    right: 0;
    background: url(../images/bg07.svg) center center no-repeat;
    max-width: 800px;
    height: 349px;
    width: 100%;  
	 -webkit-animation: moveTopBottom 60s cubic-bezier(.455, .03, .515, .955) infinite both;
    animation: moveTopBottom 60s cubic-bezier(.455, .03, .515, .955) infinite both;
}
.banner img {
	/*position: absolute;
    top: -100px;
    right: -75px;
    border-radius: 100px;
    rotate: 41deg;
    width: 600px;*/ 
	position: absolute;
    top: -100px;
    right: -75px;
    border-radius: 100px;
    rotate: 41deg;
    width: 590px;
    height: 750px;
    object-fit: cover;
}
.banner .box-info {
	max-width:708px;  
}
.banner .box-info h1,
.entry-content h1 { 
	font-family: 'Museo Slab';
	font-style: normal;
	font-weight: 600;
	font-size: 70px;
	line-height: 78px; 
	color: #004B79;  
	margin:0;
	position:relative;
	z-index:9;
}
.banner .box-info p,
.entry-content p{ 
	font-size: 22px;
	line-height: 27px;  
	color:#004B79;
	position:relative;
	z-index:9;
}
/*section-movement-and-health1*/
.section-movement-and-health {
	text-align:center;
	margin-top:10px;
}
.section-movement-and-health .inner { 
	border-bottom: 1px solid rgba(0, 75, 121, 0.1); 
	padding:54px 0 25px 0;
}
.section-movement-and-health h3 { 
	font-family: 'Museo Slab';
	font-style: normal;
	font-weight: 600;
	font-size: 48px;
	line-height: 62px; 
	text-align: center; 
	color: #004B79;  
	margin:0;
}
.section-movement-and-health p { 
	font-size: 22px;
	line-height: 27px;
	text-align: center; 
	color: #004B79; 
}
/*section-what-we-offer*/
.section-what-we-offer {
	padding-top:25px;
	text-align:center;
}
.section-what-we-offer .container >h3 { 
	font-family: 'Museo Slab';
	font-style: normal;
	font-weight: 400;
	font-size: 30px;
	line-height: 40px; 
	text-align: center; 
	color: #004B79; 
	margin:0;
	padding:0;
}
.section-what-we-offer .inner {
	margin-top:25px;
}
.section-what-we-offer .list-box {
	display: grid;
    grid-template-columns: repeat(6, 1fr); /* 6 cột đều nhau */
    gap: 20px; 
	margin-bottom:50px;
} 
.section-what-we-offer .list-box .box {
	background-color:#004B79;
	border-radius:15px;
	padding:45px 30px;
	background-image:url('../images/icon-line1.svg');
	background-repeat: no-repeat;
	grid-column: span 2;
	text-align:left;
	background-size:cover;
	cursor:pointer;
}
.section-what-we-offer .list-box .box:nth-child(2){
	background-image:url('../images/icon-line2.svg');
}
.section-what-we-offer .list-box .box:nth-child(3){
	background-image:url('../images/icon-line3.svg');
}
.section-what-we-offer .list-box .box:nth-child(4){
	background-image:url('../images/icon-line4.svg');
	grid-column: span 3;
}
.section-what-we-offer .list-box .box:nth-child(5){
	background-image:url('../images/icon-line5.svg');
	grid-column: span 3;
}
.section-what-we-offer .list-box .box img,
.section-what-we-offer .list-box .box svg {
	display:flex;
	margin-bottom:15px;
}
.section-what-we-offer .list-box .box h3 { 
	font-family: 'Museo Slab';
	font-style: normal;
	font-weight: 600;
	font-size: 22px;
	line-height: 30px; 
	color: #FFFFFF; 
	margin:0;
}
.section-what-we-offer .list-box .box h3 a {
	color: #FFFFFF; 
}
.section-what-we-offer .list-box .box p { 
	font-size: 18px;
	line-height: 24px; 
	color: #FFFFFF; 
	margin-top:11px;
	margin-bottom:0;
}
/*section-group-of-podiatrists*/
.section-group-of-podiatrists {
	padding:100px 0 145px 0;
	/*background:url('../images/bg02.svg') center left no-repeat;*/
	position:relative;
}
.section-group-of-podiatrists .container {
	position:relative;
	z-index:9;
}
.section-group-of-podiatrists:before {
	content:'';
	background:url('../images/bg02.svg') center left no-repeat;
	width:100%;
	height:100%;
	position:absolute;
	top:0;
	left:0;
}
.section-group-of-podiatrists .inner { 
	display: grid;
    grid-template-columns: repeat(2, minmax(0px, 1fr));
    gap: 95px; 
}
.section-group-of-podiatrists .box-left {
	display:flex;
	align-items:center;
}
.section-group-of-podiatrists .box-left h3 { 
	font-family: 'Museo Slab';
	font-style: normal;
	font-weight: 600;
	font-size: 48px;
	line-height: 62px; 
	color: #004B79;  
	margin:0 0 20px 0;
}
.section-group-of-podiatrists .box-left p { 
	font-size: 16px;
	line-height: 24px; 
	color: #004B79;  
}
.section-group-of-podiatrists .box-right h3 { 
	font-family: 'Museo Slab';
	font-style: normal;
	font-weight: 400;
	font-size: 26px;
	line-height: 40px; 
	color: #004B79; 
	margin:0;
}
.section-group-of-podiatrists .box-right p { 
	font-size: 16px;
	line-height: 24px;  
	color: #004B79; 
	margin:0;
}
.section-group-of-podiatrists .box-right .list-box .box {
	display:flex;
	margin-bottom:27px;
	margin-top:12px;
	    min-height: 95px;
    align-items: center;
}
.section-group-of-podiatrists .box-right .list-box .box:last-child {
	margin-bottom:0;
}
.section-group-of-podiatrists .box-right .list-box .box .icon {
	width:59px;
	margin-right:20px;
}
.section-group-of-podiatrists .box-right .list-box .box .info {
	width:calc(100% - 79px);
}
/***Our specialisations****/
.section-our-specialisations {
	position:relative;
}
.section-our-specialisations:after {
	content: '';
    position: absolute;
    top: 100px;
    right: 0;
    background: url(../images/bg03.svg) top left no-repeat;
    width: 339px;
    height: 918px;
    z-index: -1;
}
.section-our-specialisations .container >h3 { 
	font-family: 'Museo Slab';
	font-style: normal;
	font-weight: 600;
	font-size: 50px;
	line-height: 62px; 
	color: #004B79; 
	margin:0 0 32px 0;
}
.section-our-specialisations .list-box {
	display: grid;
    grid-template-columns: repeat(2, minmax(0px, 1fr));
    gap: 40px; 
} 
.section-our-specialisations .list-box .box {
	background-color:#004B79;
	border-radius:18px;
	padding:35px 27px;
	display:flex;
	background-image:url('../images/icon-line6.svg');
	background-repeat: no-repeat;
} 
.section-our-specialisations .list-box .box img {
	display:flex;
	border-radius:5px;
}
.section-our-specialisations .list-box .box .thumbnail {
	width:168px;
}
.section-our-specialisations .list-box .box .info {
	width:calc(100% - 168px);
	padding-left:14px;
}
.section-our-specialisations .list-box .box .info h3 { 
	font-family: 'Museo Slab';
	font-style: normal;
	font-weight: 400;
	font-size: 26px;
	line-height: 40px; 
	color: #FFFFFF; 
	margin:0;
}
.section-our-specialisations .list-box .box .info p { 
	font-size: 16px;
	line-height: 24px;  
	color: #FFFFFF; 
	margin:0;
}

/*section-our-core-values*/
.section-our-core-values {
	padding:122px 0;
}
.section-our-core-values .inner {
	display:flex;
}
.section-our-core-values .inner .box-left {
	max-width:412px;
	width:100%;
	position:relative;
}
.section-our-core-values .inner .box-left img { 
	filter: drop-shadow(2px 1px 15.4px rgba(0, 75, 121, 0.4)); 
	border-radius:10px;
	width:90%;
}
.section-our-core-values .inner .box-left img:last-child {
	    position: absolute;
    right: 0;
    top: 50%;
	width:70%;
}
.section-our-core-values .inner .box-right {
	width:calc(100% - 412px);
	padding-left:45px;
	padding-top:25px;
}
.section-our-core-values .inner .box-right h3 { 
	font-family: 'Museo Slab';
	font-style: normal;
	font-weight: 600;
	font-size: 48px;
	line-height: 62px; 
	color: #004B79; 
	margin:0 0 30px 0;
}
.section-our-core-values .inner .box-right ul {
	margin:0;
	padding:0;
}
.section-our-core-values .inner .box-right ul li {
	list-style:none;
	border-radius:10px;
	border:1px solid #D8E9F4;
	display:flex;
	align-items:center;
	padding:18px 20px;
	margin-bottom:19px;
}
.section-our-core-values .inner .box-right ul li svg {
	margin-right:12px;
	width:32px;
}
.section-our-core-values .inner .box-right ul li h4 { 
	font-family: 'Museo Slab';
	font-style: normal;
	font-weight: 400;
	font-size: 26px;
	line-height: 40px; 
	color: #004B79;  
	margin:0;
	width:calc(100% - 32px);
	padding-left:10px;
	
}
/*step-to-better-health*/
.step-to-better-health {
	padding-bottom:105px;
}
.step-to-better-health .inner {
	display:flex;
	background:#004B79;
	border-radius:32px;
	margin-bottom:20px;
}
.step-to-better-health .inner:last-child {
	margin-bottom:0;
}
.step-to-better-health .inner .box-left {
	width:calc(100% - 426px); 
	padding:40px 60px 35px 40px;
}
.step-to-better-health .inner .box-left ul {
	margin:5px 0 0 0;
	padding:0;
}
.step-to-better-health .inner .box-left ul li {
	list-style:none;
	display:flex;
	align-items:center;
	font-family: 'Museo Slab';
	font-style: normal;
	font-weight: 400;
	font-size: 22px;
	line-height: 22px; 
	color: #FFFFFF;  
	margin-bottom:17px;
}
.step-to-better-health .inner .box-left ul li:last-child {
	margin-bottom:0;
}
.step-to-better-health .inner .box-left ul li a {
	display:flex;
	align-items:center;  
	font-family: 'Museo Slab';
	font-style: normal;
	font-weight: 400;
	font-size: 22px;
	line-height: 22px; 
	color: #FFFFFF;  
}
.step-to-better-health .inner .box-left ul li p {
	margin:0;
}
.step-to-better-health .inner .box-left ul li .icon {
	padding-right:8px;
	margin-right:8px;
	width:32px;  
	border-right: 1px solid rgba(255, 255, 255, 0.53);
}
.step-to-better-health.contact-us-today .inner .box-left .info-top {
	border:none;
} 
.step-to-better-health.contact-us-today .inner .box-left{
	padding-top:70px;
	padding-bottom:65px;
}
.step-to-better-health.contact-us-today .inner .box-left h3 {
	margin-bottom:10px;
}
.step-to-better-health .inner .box-left .info-top p {
	margin-bottom:24px;
}
.step-to-better-health .inner .box-left .info-top {
	border-bottom: 1px solid rgb(255 255 255 / 10%);
	margin-bottom:24px;
}
.step-to-better-health .inner .box-left h3 { 
	font-family: 'Museo Slab';
	font-style: normal;
	font-weight: 600;
	font-size: 40px;
	line-height: 50px; 
	color: #FFFFFF; 
	margin:0 0 15px 0; 
}
.step-to-better-health .inner .box-left p { 
	font-family: 'Museo Slab';
	font-style: normal;
	font-weight: 400;
	font-size: 22px;
	line-height: 30px; 
	color: #FFFFFF;  
	margin:0 0 35px 0;
}
.step-to-better-health .inner .box-right {
	width:426px;
	background-size: cover !important;
	border-radius:0 32px 32px 0;
}
.step-to-better-health .inner .box-right a {
	display:block;
	height:100%;
}

/*site-footer*/
.site-footer .top-footer{
	padding:65px 0 55px 0;
	background:#004B79;
	position:relative;
	overflow:hidden;
}
.site-footer .top-footer:before {
	    content: '';
    position: absolute;
    top: -10px;
    left: 0;
    background: url(../images/bg055.svg) top left no-repeat;
    max-width: 575px;
    height: 441px;
    width: 100%;
}
.site-footer .top-footer:after {
	content:'';
	position:absolute;
	top:-10px;
	right:0;
	width: 100%;
    max-width: 427px;
    height: 399px;
	background:url('../images/bg06.svg') top left no-repeat;
}
.site-footer .top-footer .inner {
	display: flex;
    justify-content: space-between;
}
.site-footer .top-footer .box-left {
	max-width:633px;
	position:relative;
	z-index:9;
}
.site-footer .top-footer .box-left .box-description p {
	margin-bottom:0;
}
.site-footer .top-footer .box-left p {
	margin-top:10px;
}
.site-footer .top-footer .box-left p { 
	font-size: 16px;
	line-height: 24px; 
	color: #FFFFFF; 
}
.site-footer .top-footer .box-left p,
.site-footer .bottom-footer p{
	line-height:27px;
	color:#D4D4D4; 
}
.site-footer .top-footer .box-left ul {
	margin:0;
	padding:0;
}
.site-footer .top-footer .box-left ul li {
	list-style:none;
	display:inline-block;
	vertical-align:middle;
	margin-right:21px;
}

.site-footer .top-footer .box-right {
	position:relative;
	z-index:9;
	max-width:378px;
	width:100%;
	padding-left:27px;
	    border-left: 1px solid rgb(255 255 255 / 20%);
}
.site-footer .top-footer ul,
.site-footer ul {
	margin:0;
	padding:0;
}
.site-footer .top-footer ul li {
	list-style:none;
	margin-bottom:10px;
}
.site-footer .top-footer ul li:last-child {
	margin-bottom:0;
}
.site-footer .top-footer ul li a{ 
	font-size: 16px;
	line-height: 24px; 
	color: #FFFFFF; 
}
.site-footer .bottom-footer {
	background:#013F64;
	padding:18px 0;
	margin-top:-1px;
}
.site-footer .bottom-footer ul {
	text-align:right;
}
.site-footer .bottom-footer ul li {
	list-style:none;
	display:inline-block;
	vertical-align:middle;
	margin-left:31px;
}
.site-footer .bottom-footer ul li a { 
	font-size: 16px;
	line-height: 24px; 
	color: #FFFFFF;  
}
/*page podiatry*/
.banner.banner-podiatry{ 
	background:url('../images/bg08.svg') top right no-repeat;  
	min-height:625px;
	background-position: right -100px;
}
.banner.banner-podiatry .container {
	position:relative; 
	z-index:9;
}
.banner.banner-podiatry h1 {
	margin-bottom:36px;
}
.banner.banner-podiatry:after { 
    background: url(../images/bg09.svg) center center no-repeat; 
	max-width:602px;
	width:100%;
	height:521px;
	top:-100px;
}
.banner.banner-podiatry .box-info {
    max-width: 910px;
	padding-top:30px;
}
.banner.banner-podiatry .box-info span { 
	font-family: 'Museo Slab';
	font-style: normal;
	font-weight: 600;
	font-size: 24px;
	line-height: 29px;
	text-align: center; 
	color: #004B79;  
	padding: 11.5px 29px;
	background: #d7eaf9;
	border-radius: 100px;  
	margin-bottom:14px;
	display:inline-block;
}
.banner.banner-podiatry .box-info h2 {
	color:#004B79;
}
.banner.banner-podiatry .box-info ul {
	margin:0;
	padding:0;
}
.banner.banner-podiatry .box-info ul li {
	list-style:none;
	padding-left:20px;
	    font-size: 22px;
    line-height: 27px;
    color: #004B79;
    position: relative;
    z-index: 9;
	margin-bottom:10px;
}
.banner.banner-podiatry .box-info ul li:before {
	content:'';
	position:absolute;
	top:10px;
	left:10px;
	width:5px;
	height:5px;
	border-radius:50%;
	background:#004B79;
}
.wrap-list-box {
	position:relative;
}
.wrap-list-box:before {
	content:'';
	position:absolute;
	top:0;
	left:0;
	max-width: 553px;
    height: 667px;
    width: 100%;
	z-index:-1;
	background:url('../images/bg10.svg') center center no-repeat;
}
.wrap-list-box:after {
	content:'';
	position:absolute;
	bottom:-100px;
	right:0;
	max-width: 349px;
    width: 100%;
    height: 918px;
	z-index:-1;
	background:url('../images/bg11.svg') center center no-repeat;
}
.wrap-list-box .list-box .item {
	margin-bottom:90px;
}
.wrap-list-box .list-box .item:nth-child(even) .inner {
	flex-direction: row-reverse;
}
.wrap-list-box .list-box .inner {
	display:flex;
	align-items:center;
}
.wrap-list-box .list-box .inner .box-left {
	width:calc(50% + 41px);
	padding-right:41px;
}
.wrap-list-box .list-box .item:nth-child(even) .inner .box-left{
	padding-right:0;
	padding-left:41px;
}
.wrap-list-box .list-box .inner .box-left h3 { 
	font-family: 'Museo Slab';
	font-style: normal;
	font-weight: 600;
	font-size: 48px;
	line-height: 62px; 
	color: #004B79; 
	margin:0;
}
.wrap-list-box .list-box .inner .box-left p { 
	font-size: 16px;
	line-height: 24px; 
	color: #004B79; 
	margin:0;
}
.wrap-list-box .list-box .inner .box-right {
	width:calc(50% - 41px);
}
.wrap-list-box .list-box .inner .box-right img,
.wrap-list-box .list-box .inner .box-right iframe {
	border-radius:15px; 
	border: none;
    display: flex;
}
.wrap-list-box .list-box .item .slick-next {
    right: 22px;
	width:48px;
	height:48px;
	top:60px;
	background:url('../images/next.svg') center center no-repeat;
}
.wrap-list-box .list-box .item .slick-prev {
	left:inherit; 
	right:85px;
	z-index:999;
	width:48px;
	height:48px;
	top:60px;
	background:url('../images/prev.svg') center center no-repeat;
}  
.list-box .item .slick-next:before,
.list-box .item .slick-prev:before {
	display:none;
}
/*page-insoles*/
.wrap-list-box.page-insoles:before,
.wrap-list-box.page-insoles:after {
	display:none;
}
.wrap-list-box.page-insoles .box-left h5 { 
	font-family: 'Museo Slab';
	font-style: normal;
	font-weight: 400;
	font-size: 30px;
	line-height: 40px; 
	color: #004B79; 
	margin:0;
}
.wrap-list-box.page-insoles .box-left ul {
	margin:32px 0 0 0;
	padding:0;
}
.wrap-list-box.page-insoles .box-left ul li {
	list-style:none; 
	border-bottom: 1px solid rgba(0, 0, 0, 0.27); 
	padding:8px 0 14px 0;
	display:flex;
	margin-bottom:8px;
}
.wrap-list-box.page-insoles .box-left ul li .icon {
	width:61px;
	display:flex;
	align-items:center;
	justify-content:center; 
}
.wrap-list-box.page-insoles .box-left ul li .info {
	width:calc(100% - 61px);
	padding-right:20px;
}
.wrap-list-box.page-insoles .box-left ul li .info h4 { 
	font-family: 'Museo Slab';
	font-style: normal;
	font-weight: 600;
	font-size: 22px;
	line-height: 32px; 
	color: #004B79;  
	margin:0;
}
.wrap-list-box.page-insoles .box-left ul li .info p { 
	font-size: 22px;
	line-height: 32px;  
	color: #004B79;  
}
.wrap-list-box.page-insoles .item:nth-child(odd) .inner {
	flex-direction: row-reverse;
}
.wrap-list-box.page-insoles .item:nth-child(odd) .inner .box-left {
	padding-right:0;
	padding-left:65px;
}
.wrap-list-box.page-insoles .item:nth-child(even) .inner {
	flex-direction: inherit;
}
.wrap-list-box.page-insoles .item:nth-child(even) .inner .box-left {
	padding-left:0;
	padding-right:65px;
}
.wrap-list-box.page-insoles .item .box-right {
	width:397px;
}
.wrap-list-box.page-insoles .item .box-left {
	width:calc(100% - 397px);
}
.wrap-list-box.page-insoles .list-box .item {
	margin-bottom:105px;
}
/*page about*/
.tabs .tab {
	display: none; 
}
.tabs .tab.active {
	display:block;
}
.wrap-team .tabs-menu .container {
	text-align:center;
	margin-bottom:44px;
}
.wrap-team .tabs-menu .tabs-link { 
	padding: 13.5px 29px; 
	border: 1px solid rgba(0, 75, 121, 0.17);
	border-radius: 30px;   
	font-size: 22px;
	line-height: 27px; 
	text-align: center; 
	color: #004B79; 
    display: inline-block;
	margin-left:15px;
	margin-right:15px;	
	cursor:pointer;
}
.wrap-team .tabs-menu .tabs-link.active {
	background:#004B79;
	color:#fff;
}
.section-our-team h3 { 
	font-family: 'Museo Slab';
	font-style: normal;
	font-weight: 600;
	font-size: 48px;
	line-height: 62px; 
	text-align: center; 
	color: #004B79; 
	margin-bottom:20px;
}
.tabs-content .tab .wrap {
	display: grid;
    grid-template-columns: repeat(3, minmax(0px, 1fr));
    gap: 105px 54px; 
}
.tabs-content {
	margin-bottom:100px;
}
.tabs-content >.container {
	max-width:1057px;
}
.tabs-content .tab .wrap .post img {
	width:100%;
	object-fit: cover;
	display:flex;
	margin-bottom:24px;
	border-radius:10px;
}
.tabs-content .tab .wrap .post h3 { 
	font-family: 'Museo Slab';
	font-style: normal;
	font-weight: 600;
	font-size: 20px;
	line-height: 150%; 
	color: #004B79; 
	margin:0;
}
.tabs-content .tab .wrap .post span { 
	font-size: 18px;
	line-height: 22px; 
	color: #004B79;  
}
.tabs-content .tab .wrap .post p { 
	font-size: 16px;
	line-height: 24px; 
	color: #004B79; 
}
.tabs-content .tab >h3 { 
	font-family: 'Museo Slab';
	font-style: normal;
	font-weight: 400;
	font-size: 26px;
	line-height: 40px; 
	color: #004B79;  
	margin:0 0 40px 0;
	text-align:center;
	font-style:italic;
}
.tabs-content .tab .wrap .post {
	position:relative;
	    -webkit-transform: rotateY(0);
    transform: rotateY(0);
    -webkit-transition: -webkit-transform .6s;
    transition: -webkit-transform .6s;
    transition: transform .6s;
    transition: transform .6s, -webkit-transform .6s;
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d;
}
.tabs-content .tab .wrap .post .post-main {
	position:relative;
	z-index:9;
}
.tabs-content .tab .wrap .post.active {
	-webkit-transform: rotateY(180deg);
    transform: rotateY(180deg); 
}
.tabs-content .tab .wrap .post svg {
	position:absolute;
	top:15px;
	right:15px;
	z-index:9999;
	cursor:pointer;
}
.tabs-content .tab .wrap .post .box-rotate {
	position: absolute;
    top: 0px;
    left: 0px;
    right: 0px;
    bottom: 0px;
    opacity: 0;
	padding:20px; 
}
.tabs-content .tab .wrap .post.active .box-rotate {
	display: block;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    z-index: 99;
    background: #ebf4fb;
    padding: 25px;
    font-weight: 400;
    font-size: 15px;
    line-height: 21px;
    color: #555455;
    -webkit-transition: opacity .6s ease-in-out;
    transition: opacity .6s ease-in-out;
    opacity: 1;
    -webkit-transform: rotateY(-180deg);
    transform: rotateY(-180deg); 
}
.tabs-content .tab .wrap .post .box-rotate { 
	height: 402px; 
	background: #F5F5F5;
	overflow-y: scroll;  
}
.tabs-content .tab .wrap .post .box-rotate .inner-box-rotate {
	height: 450px; 
}

.tabs-content .tab .wrap .post .box-rotate::-webkit-scrollbar-track
{
	-webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
	border-radius: 10px;
	background-color: #F5F5F5;
}

.tabs-content .tab .wrap .post .box-rotate::-webkit-scrollbar
{
	width: 8px;
	background-color: #F5F5F5;
}

.tabs-content .tab .wrap .post .box-rotate::-webkit-scrollbar-thumb
{
	border-radius: 10px;
	-webkit-box-shadow: inset 0 0 6px rgba(0,0,0,.3);
	background-color: #ebf4fb;
}
  



.tabs-content .tab .wrap .post.active .post-main {
	opacity: 0;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-transition: opacity .6s ease-in-out;
    transition: opacity .6s ease-in-out;
}
.close-more-details,
.tabs-content .tab .wrap .post.active .more-details {
	display:none; 
}
.tabs-content .tab .wrap .post.active .close-more-details {
	display:block;
}
/*page faqs*/
.section-faqs .top-faqs {
	max-width:810px;
	width:100%;
	margin-bottom:40px;
}
.section-faqs .top-faqs h3 { 
	font-family: 'Museo Slab';
	font-style: normal;
	font-weight: 400;
	font-size: 48px;
	line-height: 62px; 
	color: #004B79; 
	margin:0 0 24px 0;
}
.section-faqs .top-faqs p { 
	font-size: 22px;
	line-height: 27px; 
	color: #004B79; 
}
.list-faqs {
	margin: 0 0 50px 0;
	padding:0;
}
.list-faqs li {
	list-style:none;
	border-bottom:1px solid #20c799;
	padding-top:20px; 
	position:relative;
	cursor:pointer;
}
.list-faqs li.active svg {
	transform: rotate(180deg);
}
.list-faqs li h3 { 
	font-family: 'Museo Slab';
	font-style: normal;
	font-weight: 400;
	font-size: 26px;
	line-height: 40px; 
	color: #004B79; 
	margin:0 0 20px 0; 
	padding-right:40px;
}
.list-faqs li svg { 
	position:absolute;
	top:36px;
	right:0;
}
.list-faqs li p { 
	font-size: 22px;
	line-height: 27px; 
	color: #004B79; 
	margin-top:0;
}
.list-faqs li .info {
	display:none;
}
.bottom-faqs h3 { 
	font-family: 'Museo Slab';
	font-style: normal;
	font-weight: 400;
	font-size: 26px;
	line-height: 40px; 
	color: #004B79; 
	margin:0;
}
.bottom-faqs p {  
	font-size: 22px;
	line-height: 27px; 
	color: #004B79;  
}
.bottom-faqs {
	margin-bottom:100px;
}
.bottom-faqs a.btn {
	    padding-left: 74px;
    padding-right: 74px;
    background: #fff;
    color: #00C08B;
    border: 1px solid #00C08B;
	line-height:48px;
}
.bottom-faqs a.btn:hover {
	background:#00C08B;
	color:#fff;
}

.wrap-404 {
	height: 65vh;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
}
.inner-404 h3 { 
	font-family: 'Museo Slab';
	font-style: normal;
	font-weight: 400;
	font-size: 70px;
	line-height: 78px; 
	color: #004B79;  
	margin:0;
}
.inner-404 h3 span {
	font-size:40px;
}
.inner-404 p { 
	font-size: 22px;
	line-height: 27px; 
	color: #004B79; 
}
.dv-main-navigation ul li.wpml-ls-item a:after {
	display:none;
}
.dv-main-navigation ul li.wpml-ls-item ul {
	padding:0 19px;
}

a.btn,
#mikrono .gwt-Button.custGoToLoginButton,
#mikrono .custSummaryButton,
#mikrono .gwt-Button {
	line-height:47px;
	padding:0 17px;
	border-radius:47px;
	background:#00C08B;
	border:1px solid #00C08B;
	display: inline-block; 
	font-family: 'Museo Slab';
	font-style: normal;
	font-weight: 400;
	font-size: 16px; 
	text-align: center; 
	color: #FFFFFF; 	
	cursor:pointer;	
}
#mikrono .gwt-Button.custGoToLoginButton,
#mikrono .custSummaryButton,
#mikrono .gwt-Button{
	border:1px solid #004B79;
	background: #fff;
	color:#004B79;
}
#mikrono .gwt-Button.custGoToLoginButton:hover,
#mikrono .custSummaryButton:hover,
#mikrono .gwt-Button:hover {
	background:#00C08B;
	color:#fff;
	border:1px solid #00C08B;
}
#mikrono .gwt-Button.custGoToLoginButton i:before,
#mikrono .custSummaryButton i:before,
#mikrono .custSummaryLabel i:before{ 
	color:#004B79;
}
#mikrono .gwt-Button.custGoToLoginButton:hover i,
#mikrono .custSummaryButton:hover i,
#mikrono .custSummaryLabel:hover i {
	background:transparent;
}
#mikrono .gwt-Button.custGoToLoginButton:hover i:before,
#mikrono .custSummaryButton:hover i:before {
	color:#fff;
}
#mikrono .custSummaryLabel:hover i:before {
	
}

a.btn:hover {
	background: #fff;
    color: #00C08B;
    border: 1px solid #00C08B;
}
.dv-main-navigation.showtablet.active-menu {
	display:none;
}
/*booking*/
.page-template-template-book-appointment .banner-podiatry .container {
	padding-top:65px;
	padding-bottom:105px;
}
.page-template-template-book-appointment .banner-podiatry .inner  h1 { 
	font-family: 'Museo Slab';
	font-style: normal;
	font-weight: 400;
	font-size: 48px;
	line-height: 62px; 
	text-align: center; 
	color: #004B79;  
}
.page-template-template-book-appointment .banner-podiatry .inner {
	min-height: 625px;
    padding: 55px 45px; 
    align-items: center;
    justify-content: center; 
	background: #FFFFFF;
	border: 2px solid rgba(0, 0, 0, 0.15);
	border-radius: 30px;
}
#mikrono {
	width:100%;
	position:relative;
	z-index:99;
}
.icon-user:before { 
    color: #004B79;
}
#mikrono .gwt-Button.custGoToLoginButton, 
#mikrono .custGoToLoginButton [class^="icon-"] { 
    color: #004B79; 
}
.custOnlineAgenda,
#mikrono .custStepHeader,
#mikrono .custSummaryValue,
#mikrono .red,
#mikrono .x-form-item .x-form-item-label,
#mikrono .custQuestion{
	font-size: 16px;
    line-height: 24px;
    color: #004B79;
    margin-top: 0;
	font-family: 'Inter';
}
.gwt-PopupPanel.alertPopup,
.custFormHeader, 
.custQuestion,
#mikrono .custFormRemark {
	font-size: 16px;
    line-height: 24px;  
	font-family: 'Inter';
}
#mikrono .x-form-item .x-form-item-label {
	font-weight:400!important;
}
#mikrono .custEven, #mikrono .custOdd,
#mikrono .freeslotList .custAppDate,
#mikrono .x-form-item .custErrorMessage {
	font-family: 'Inter';
}
#mikrono .freeslotList .custAppDate, #mikrono .freeslotList .custAppTime,
#mikrono .freeslotList .custAppDate{
	color: #004B79;
} 
#mikrono .x-form-field-wrap .x-form-text {
	border:1px solid #004B79!important;
}
#mikrono .red {
	font-weight:400;
}
#mikrono .freeslotList .appDetails {
	color:#004B79;
}
#mikrono .custStepHeader {
	margin-left:0;
}
#mikrono .custSummaryBlock { 
    margin-top: 20px;
    display: flex;
    align-items: center;
}
#mikrono .freeslotList .x-customerAppsView:hover >div {
	color:#fff;
}
#mikrono .freeslotList .x-customerAppsView:hover >div i:before {
	color:#fff;
}

#mikrono .x-form-invalid, 
#mikrono textarea.x-form-invalid {
	    height: 42px;
    line-height: 42px;
}
#mikrono .x-form-field-wrap .x-form-text {
	width: 100% !important;
    height: 42px;
    line-height: 42px;
    border: 1px solid;
}
.x-form-field-wrap {
	position:relative;
}
.x-form-trigger-eye,
.x-form-field-wrap .x-form-trigger-arrow,
#mikrono .x-form-field-wrap .x-form-date-trigger {
	position: absolute;
    top: 1px;
    right: 1px;
    height: 40px;
    border: none;
}
.x-form-field-wrap .x-form-trigger-arrow,
#mikrono .x-form-field-wrap .x-form-date-trigger,
.x-form-trigger-eye {
	top:-10px;
}
i.icon-user {
	margin-left:0!important;
}
#mikrono .x-form-item .custErrorMessage {
    margin-left: 0;
    font-size: 12px;
}
#mikrono table td { 
    vertical-align: middle !important;
    padding-left: 15px !important;
}
#mikrono .gwt-Button {
	margin-top:10px;
}
#mikrono #loginFormContainer >.x-component >.custProfileForm.x-component {
    margin-right: 0;
    width: 100%;
	display: grid;
    grid-template-columns: repeat(2, minmax(0px, 1fr));
    gap: 35px; 
}
#mikrono #loginFormContainer >.x-component >.custProfileForm.x-component >div {
	width:100%!important;
}
#mikrono button.custCreateCustomerCancelButton {
	background:transparent;
}

.page-template-template-book-appointment .banner-podiatry .inner .box-description {
	font-size: 16px;
    line-height: 24px;
    color: #004B79;
    margin-top: 0;
    font-family: 'Inter';
}
.banner.banner-podiatry.banner-about img {
	position:static;
	width:inherit;
	height:inherit;
	rotate: inherit;
	border-radius:0;
}
/**********/
.entry-content {
	padding:70px 0;
}
.entry-content a {
	color:#00C08B;
}
.entry-content p strong {
    font-family: 'Museo Slab';
    font-style: normal;
    font-weight: 600; 
    line-height: 150%;
    color: #004B79;
    margin: 0;
}
.site-footer .top-footer .box-left ul.list-social li {
	margin-bottom:0;
}
footer .list-description {
	margin-top:20px;
    display: grid;
    grid-template-columns: repeat(3, 1fr); /* 6 cột đều nhau */
    gap: 20px; 
}
footer .list-description span,
footer .list-description strong {
	 display:block;
}

/**********************************/
/******responsive******/
@media only screen and (min-width: 1025px) {
	body.active:before {
		display:none;
	}
}
@media only screen and (max-width: 1199px) {
    .banner img { 
		width: 470px; 
		height:580px;
		top: -65px;
		right: -50px;
	} 
	.banner {
		background-size: 1163px 78%;
	}
	.banner .box-info {
		max-width: 505px;  
	}
	.banner.banner-podiatry {
		background-size: 600px 400px;
	}
	.banner.banner-podiatry:after { 
		max-width: 300px; 
		height: 270px;
		background-size: cover;
	}
}
@media only screen and (min-width: 1025px) {
	.showtablet {
		display:none;
	}
}



@media screen and (max-width: 1024px) and (min-width: 768px) {
  .section-what-we-offer .list-box .box:not(:last-child) {
		background-image: none;
	}
}

@media only screen and (max-width: 1024px) {
	.container {
		padding: 0 70px;
	}
	body.logged-in .dv-main-navigation.showtablet,
	.dv-main-navigation.showtablet{
		position: absolute;
		right: 130px;
		top: 54px;
	}
	body.logged-in .dv-main-navigation.active-menu { 
        top: 130px; 
    }
 
	.dv-main-navigation.showtablet{
		top:20px;
	}
	
	.dv-main-navigation.showtablet ul li {
		display:none;
	}
	.dv-main-navigation.showtablet,
	.dv-main-navigation.showtablet ul li.wpml-ls-item	{
		display:block;
	}
	.section-our-specialisations .container >h3 {
		text-align:center;
		margin-bottom:50px;
	}
	.section-group-of-podiatrists {
		padding-top:130px;
		background:none;
	}
	.section-what-we-offer .list-box { 
		grid-template-columns: repeat(4, 1fr); 
	}
	.section-what-we-offer .list-box .box {
		grid-column: span 2!important;
		background-size: 64% 100%;
		background-position: top right;
	}
	.section-what-we-offer .list-box .box:last-child {
		grid-column: span 4!important;
	}
	
	.section-group-of-podiatrists .inner { 
		grid-template-columns: repeat(1, minmax(0px, 1fr));  
		gap:40px;
	}
	.section-group-of-podiatrists .box-left {
		justify-content:center;
	}
	.section-group-of-podiatrists .box-left .inner-box-left {
		text-align:center;
	}
	.section-group-of-podiatrists .list-box {
		display: grid;
		grid-template-columns: repeat(2, 1fr); /* 6 cột đều nhau */
		gap: 25px; 
	}
	.section-group-of-podiatrists .box-right .list-box .box {
		display:block;
		text-align:center;
	}
	.section-group-of-podiatrists .box-right .list-box .box .icon { 
		margin: 0 auto;
	}
	.section-group-of-podiatrists .box-right .list-box .box .info {
		width:100%;
	}
	.section-our-specialisations .list-box {
		grid-template-columns: repeat(1, 1fr); /* 6 cột đều nhau */
	}
	.section-our-core-values {
		padding-top:175px;
		padding-bottom: 220px;
	}
	.section-our-core-values .inner { 
		flex-direction: column-reverse;
	}
	.section-our-core-values .inner .box-right {
		width: 100%;
		padding-left: 0;
		padding-top: 0;
	}
	.section-our-core-values .inner .box-left { 
		position: relative;
		margin: 35px auto 0;
	} 
	.step-to-better-health .inner .box-right {
		width: 240px;
	}
	.step-to-better-health .inner .box-left {
		width: calc(100% - 240px);
	} 
	.section-our-specialisations:after {
		display:none;
	}
	.site-footer .top-footer .box-right {
		border:none;
	}
	.site-footer .top-footer .box-right {
		max-width:200px;
	}
	.site-footer .top-footer .box-left {
		max-width: 700px;
		padding-right:120px;
	}
	.step-to-better-health .inner .box-left h3 {
		font-size:40px;
		line-height:50px;
	}
	.section-our-core-values .inner .box-left img:last-child {
		top:70%;
	}
	.section-our-core-values { 
        padding-bottom: 309px;
    }
	.step-to-better-health .inner .box-left .info-top {
		border-bottom: none;
		margin-bottom: 0;
	}
	.step-to-better-health .inner .box-left h3 {
		padding-right:0;
	}
	.step-to-better-health .inner .box-left {
		padding-top:36px;
	}
	.step-to-better-health {
		padding-bottom: 43px;
	}
	.site-footer .top-footer:after { 
		top: -50px; 
		max-width: 170px; 
	}
	.site-footer .top-footer:before { 
		top: -10px;
		left: -28%; 
		max-width: 500px;
		height: 400px; 
		background-size: cover;
	}
	.wrap-list-box .list-box .inner,
	.wrap-list-box .list-box .item:nth-child(even) .inner	{
		flex-direction: column;
	}
	.wrap-list-box .list-box .inner .box-left {
		width: 100%;
        padding-right: 0;
        margin-bottom: 24px;
	}
	.wrap-list-box.t-center .list-box .inner .box-left {
		text-align: center;
	}
	 
	.wrap-list-box .list-box .inner .box-right,
	.wrap-list-box .list-box .inner .box-right img, 
	.wrap-list-box .list-box .inner .box-right iframe{
		width:100%;
	}
	.wrap-list-box .list-box .item:nth-child(even) .inner .box-left {
		padding:0;
	}
	.wrap-list-box .list-box .item .slick-prev { 
		right: inherit; 
		top: inherit; 
		bottom: -100px;
		background: url(../images/prev-v2.svg) center center no-repeat;
		left: calc(50% - 55px); 
	}
	.wrap-list-box .list-box .item .slick-next {
		right: calc(50% - 55px); 
		top: inherit;
		background: url(../images/next-v2.svg) center center no-repeat;
		bottom: -100px; 
	}
	.wrap-list-box .list-box .item:last-child {
		margin-bottom:225px;
	}
	.wrap-list-box .list-box .item {
		margin-bottom:138px;
	}
	.wrap-list-box .list-box .item.box-video {
		margin-bottom:60px;
	}
	.wrap-list-box:before,
	.wrap-list-box:after {
		display:none;
	}
	.banner.banner-podiatry .box-info span {
		margin-top:40px;
	}
	.wrap-list-box .list-box .inner .box-left h3 {
		margin-bottom:10px;
	}
	.wrap-list-box.page-insoles .list-box .item:nth-child(odd) .inner {
		flex-direction: column;
	}
	.wrap-list-box.page-insoles .item:nth-child(odd) .inner .box-left {
		padding-left: 0;		
	}
	.wrap-list-box.page-insoles .item .inner .box-left  {
		margin-bottom:55px;
	}
	.wrap-list-box.page-insoles .item .inner img {
		width:auto;
		margin:0 auto;
	}
	.wrap-team .tabs-menu .tabs-link {
		margin-left: 10px;
		margin-right: 10px;
	}
	.dv-toggle-menu,
	.dv-toggle-menu svg.open,
	.dv-toggle-menu.active svg.close,
	.dv-main-navigation.active-menu,
	.dv-main-navigation.active-menu .main-menu,
	.dv-main-navigation.active-menu>ul>li	{ 
			display:block;
		}
		.dv-main-navigation,
	.dv-toggle-menu svg.close,
	.dv-toggle-menu.active svg.open	{
			display:none;
		}
	.dv-main-navigation.active-menu{
		position: absolute;
		left: 0;
		right: 0;
		bottom: 0;
		top: 98px;
		z-index: 999;
	}
	body.active .wrap-content,
	.dv-main-navigation ul li.wpml-ls-item 	{
		display:none; 
	}
	 
}
@media only screen and (max-width: 1023px) {
	#mikrono .x-form-check, #mikrono .x-form-radio {
		width: auto;
		position: static !important;
	}
	#mikrono .x-form-group-label, #mikrono .x-form-cb-label { 
		position: static !important;
	}
}

@media only screen and (min-width: 768px) {
	.mobile-block {
		display:none!important;
	}
}
@media only screen and (max-width: 980px) {
	#mikrono #loginFormContainer >.x-component >.custProfileForm.x-component { 
		grid-template-columns: repeat(1, minmax(0px, 1fr)); 
	}
	
	
	
	body.logged-in .dv-main-navigation.showtablet {
        top: 40px;
    }
	body.logged-in .dv-main-navigation.active-menu {
        top: 103px;
    }
	.dv-main-navigation.showtablet {
        top: 9px;
    }
	.banner {
		min-height:500px;
		background-size: 810px 90%;
	}
	.banner img {
        width: 340px;
		height:420px;
        top: -65px;
        right: -50px;
		border-radius:60px;
    }
	.banner:after {
		max-width:370px;
		height:300px;
	}
	.banner .box-info h1 {
		margin-top:90px;
	}
	.banner.banner-podiatry .box-info h1 {
		margin-top:0px;
	}
	.main-header { 
		padding: 20px 0 20px 0; 
	}
	.section-movement-and-health .inner {
		padding-top:30px;
	}     
	.section-what-we-offer .list-box .box {
		padding-bottom:26px;
	}
	.section-group-of-podiatrists .box-left {
		margin-bottom:10px;
	}
	.section-group-of-podiatrists .list-box {
		gap:20px;
	}
	.section-group-of-podiatrists .box-right .list-box .box {
		margin-bottom:19px;
	}
	.section-group-of-podiatrists {
		padding-top:105px;
	}
	.site-footer .top-footer .box-left >a {
		display:block;
		margin-bottom:15px;
	}
	.section-our-core-values .inner .box-left {
        margin: 15px auto 0;
    }
	.section-our-core-values .inner .box-left img:last-child {
		top:40%;
	}
	.tabs-content .tab .wrap {
		grid-template-columns: repeat(2, minmax(0px, 1fr));
		gap: 90px 73px;
	}
	.tabs-menu .container {
		overflow-x:scroll;
	}
	.tabs-menu .inner {
		width: 767px;
	}
	.dv-main-navigation.active-menu { 
        top: 72px; 
    }
}
@media only screen and (max-width: 782px) {
    body.logged-in .dv-main-navigation.showtablet {
        top: 53px;
    }
}

@media only screen and (max-width: 767px) {
	.container {
		padding:0 24px;
	} 
    footer .list-description { 
        grid-template-columns: repeat(1, 1fr); 
        gap:0;
    }
	.step-to-better-health.contact-us-today .inner .box-left >a {
		display:block;
	}
	.page-template-template-book-appointment .banner-podiatry .container { 
		padding-bottom: 55px;
	}
	body.logged-in .dv-main-navigation.showtablet { 
        right: 80px;
        top: 45px;
    }
	.dv-main-navigation.showtablet {
        top: 0;
        right: 80px;
    }
	.step-to-better-health.contact-us-today .inner .box-left {
		padding-top:0;
		padding-bottom:0;
	}
	.main-header {
        padding: 12.5px 0 12.5px 0;
    }
   .banner .box-info h1,
	.entry-content h1{ 
		font-size: 49px;
		line-height: 50px; 
	}
	.banner img {
		position: static;
        rotate: inherit;
        width: 100%;
		height:auto;
        border-radius: 10px;
        display: flex;
        margin-bottom: 16px;
	}
	.banner .box-info {
		max-width:inherit;
		padding-top:54px;
		position:relative;
		z-index:9;
	}
	.banner { 
        background: #EAF4FB;
        padding-bottom: 65px;
    }
	.logo img {
		display: block;
		width: 166px;
	} 
	.section-what-we-offer .list-box {
		display:block;
		margin-bottom:20px;
	}
	.section-what-we-offer .list-box .box {
		margin-bottom:20px;
	}
	.section-what-we-offer .list-box .box:last-child {
		margin-bottom:0;
	}
	.section-movement-and-health .inner {
		padding-bottom:15px;
		padding-top:35px;
	}
	.section-group-of-podiatrists {
		padding-top:80px;
		padding-bottom:59px;
	}
	.section-our-specialisations .container >h3 {
		margin-bottom:28px;
	}
	.section-group-of-podiatrists .box-right h3 {
		line-height:30px;
	}
	.section-group-of-podiatrists .box-right p {
		margin: 8px 0 0 0;
	}
	.section-group-of-podiatrists .list-box { 
        grid-template-columns: repeat(1, 1fr); 
    }
	.section-our-specialisations .list-box .box {
		padding: 14px;
	}
	.step-to-better-health .inner {
		display:block;
	}
	.step-to-better-health .inner .box-left {
        width: 100%;
        padding: 0;
    } 
	.step-to-better-health .inner .box-right {
        display:none;
    }
	.step-to-better-health .inner .box-left >img {
		border-radius:36px;
		width:100%;
		display:flex;
		margin-bottom:17px;
	}
	.step-to-better-health .inner { 
		border-radius: 25px;
		padding: 22px;
	}
	.step-to-better-health .inner .box-left h3 {
		padding:0;
	}
	.step-to-better-health .inner .box-left .info-top {
		border-bottom: none;
        margin-bottom: 0;
        text-align: center;
	}
	.section-our-core-values {
        padding-top: 66px;
        padding-bottom: 115px;
    }
	.section-group-of-podiatrists .inner {
		gap:0;
	}
	.section-group-of-podiatrists .box-right .list-box .box {
		margin:0;
	}
	
	
	.section-what-we-offer .container >h3 {
		font-size:26px;
	}
	.section-faqs .top-faqs h3 {
		font-size:36px;
	}
	.step-to-better-health .inner .box-left h3,
	.section-movement-and-health h3,
	.section-group-of-podiatrists .box-left h3,
	.section-our-specialisations .container >h3,
	.section-our-core-values .inner .box-right h3,
	.wrap-list-box .list-box .inner .box-left h3	{
		font-size:30px;
		line-height:35px;
	}
	.section-our-team h3 {
		font-size:38px;
	}
	.step-to-better-health .inner .box-left p,
	.section-movement-and-health p,
	.banner .box-info p,
	.tabs-content .tab >h3,
	.list-faqs li p,
	.section-faqs .top-faqs p,
	.entry-content p{
		font-size:16px;
		line-height:20px;
	}
	.section-our-core-values .inner .box-right ul li h4,
	.list-faqs li h3	{
		font-size:18px;
		line-height:25px;
	}
	.site-footer .top-footer .inner {
		display:block;
	}
	.mobile-none {
		display:none;
	}
	.site-footer .top-footer .box-left {
        max-width: 100%;
        padding-right: 0;
    }
	.site-footer .top-footer .box-left ul li {
		display:block;
	}
	.site-footer .top-footer .box-left ul li {
		margin-top:10px;
		margin-bottom:10px;
	}
    
	.site-footer .top-footer .box-left ul.list-social li {
		display:inline-block; 
	}
	.site-footer .bottom-footer {
		background: #004B79;
		padding: 18px 0; 
	}
	.site-footer .bottom-footer ul {
		text-align:left;
	}
	.site-footer .bottom-footer ul li {
		display: block;
		margin-left: 0;
		margin-top:10px;
		margin-bottom:10px;
	}
	.site-footer .top-footer:before,
	.site-footer .top-footer:after {
		display:none;
	}
	.site-footer .top-footer {
		padding-bottom:0;
	}
	.site-footer .bottom-footer {
		padding-top:1px;
	}
	.site-footer .top-footer .box-left ul.list-social {
		border-top:1px solid #fff;
		padding-top:20px;
		margin-top:30px;
	}
	.step-to-better-health {
		padding-bottom:52px;
	}
	.section-our-core-values .inner .box-right ul li svg {
		margin-right:0;
	}
	.banner .box-info h1 {
		margin-top:0;
	}
	.section-what-we-offer,
	.section-what-we-offer .inner	{
		margin-top:15px;
	}
	.section-what-we-offer .list-box .box {
		padding: 30px 18px 20px 18px;
	}
	.section-what-we-offer .list-box .box img, .section-what-we-offer .list-box .box svg {
		margin-bottom:10px;
	}
	.banner.banner-podiatry .box-info h1 { 
        font-size: 30px;
        line-height: 35px;
		margin-bottom:20px;
    }
	.banner.banner-podiatry .box-info span { 
		font-size: 16px;
		line-height: 20px; 
		padding: 3.5px 29px; 
	}
	.banner.banner-podiatry {
		min-height:inherit;
		padding-bottom:40px;
	}
	.banner.banner-podiatry .box-info {
		padding-top:0;
	}
	.wrap-list-box .list-box .item .slick-prev,
	.wrap-list-box .list-box .item .slick-next {
		width:29px;
		height:28px;
		background-size:100% 100%;
		bottom:-60px;
	}
	.wrap-list-box .list-box .item .slick-prev {
		background: url(../images/prev-mobile.svg) center center no-repeat;
		left: calc(50% - 35px);
	}
	.wrap-list-box .list-box .item .slick-next {
		background: url(../images/next-mobile.svg) center center no-repeat;
		right: calc(50% - 35px);
	}
	.wrap-list-box .list-box .item {
        margin-bottom: 105px;
    } 
	.wrap-list-box .list-box .item:last-child {
        margin-bottom: 135px;
    }
	.wrap-list-box.page-insoles {
		margin-top:40px;
	}
	.wrap-list-box.page-insoles .list-box .inner .box-left h3,
	.wrap-list-box.page-insoles .list-box .inner .box-left h5 {
		text-align:center;
	}
	.wrap-list-box.page-insoles .list-box .inner .box-left h5 {
		font-size:18px;
		line-height:24px;
		font-style: italic;
	}
	.wrap-list-box.page-insoles .box-left ul li .info h4,
	.wrap-list-box.page-insoles .box-left ul li .info p	{
		font-size:18px;
	}
	.wrap-list-box.page-insoles .box-left ul li .info p {
		line-height:22px;
	}
	.wrap-list-box.page-insoles .item .inner .box-left {
		margin-bottom:15px;
	}
	.wrap-list-box.page-insoles .list-box .item {
		margin-bottom:82px;
	}
	.tabs-content {
		margin-bottom: 70px;
	}
	.banner:after {
		background: url(../images/bg07-mobile.svg) top left no-repeat;
		right:inherit;
		left:0;
	} 
	.dv-main-navigation.active-menu { 
        top: 57px; 
    }
	.page-template-template-book-appointment .banner-podiatry .inner h1 {
		font-size: 30px;
		line-height: 35px;
		margin-bottom: 10px;
	}
}
@media only screen and (max-width: 567px) { 
footer .list-description span,
footer .list-description strong {
	    display:block;
        margin:0;
}
	.section-our-specialisations .list-box .box {
		display:block;
	}
	.section-our-specialisations .list-box .box .thumbnail {
		width: 100%;
	}
	.section-our-specialisations .list-box .box .info {
		width: 100%;
		padding-left: 0;
		padding-bottom:14px;
	}
	.section-our-specialisations .list-box .box img {
		width:100%;
		border-radius:15px;
		margin-bottom:15px;
		display:flex;
	}
	.section-our-specialisations .list-box {
		padding:10px;
	}
	
	.slider-right .slide-item {
		padding:0 5px;
	}
	.banner.banner-podiatry {
		background-position: 75px -100px;
	}
	.wrap-list-box .list-box .inner .box-right .slick-list {
		padding-right:115px;
	}
	.tabs-content .tab .wrap,
	.tabs-content .tab .wrap {
        grid-template-columns: repeat(1, minmax(0px, 1fr));
        gap: 35px;
    }
	.dv-main-navigation.showtablet {
		display:none;
	}
	.dv-main-navigation ul li.wpml-ls-item {
		display:inline-block;
	}
	#mikrono .custSummaryBlock {
		display: block;
	}
	#mikrono .gwt-Button.custGoToLoginButton, #mikrono .custGoToLoginButton [class^="icon-"] {
		margin:10px 0 0 0;
	}
	.page-template-template-book-appointment .banner-podiatry .inner {
		padding: 0 30px 30px 30px;
		position:relative;
		z-index:9;
	}
}
@media only screen and (max-width: 480px) {
	a.btn {
		width:100%;
	}
	#mikrono .x-form-element {
		padding-left: 0 !important;
	}
}