html,body{
overflow-x: hidden !important;
}
.footer{
margin-top: 50px;
background: #35c2e0;
color: white;
padding: 20px 0 20px 0;
}
.fc-copyright, .fc-footer-likebox{
float: left;
}
.fc-copyright{
margin-right: 15px;
margin-bottom: 0;
}
.extramenuport{
position: absolute;
bottom: 0;
left: 50%;
}
.page-template-page-maps .bt_rc_container, .page-template-page-custom .bt_rc_container{
width: 100% !important;
margin-top: 20px;
margin-bottom: 20px;
font-family: 'Fortune', serif !important;
font-size: 19px;
}
.margin-bottom-fc{
margin-bottom: 20px;
}
.make-bottom-full{
margin-bottom: 120px;
}
.border-fc{
border: 1px solid #C1DEE8;
}
.border-fc-bottom{
margin-bottom: 20px;
}
.surgery-image{
max-width: 850px;
margin-left: auto;
margin-right: auto;
margin-bottom: 25px;
}
.surgery-image-2{
max-width: 850px;
margin-left: auto;
margin-right: auto;
}
.dpdpa--popup-text p, .dpdpa--popup-text a{
font-size: 16px;
}
a.dpdpa--popup-button{
font-size: 18px;
}
.dpdpa--popup-section p{
font-size: 18px;
}
.dpdpa--popup-header{
font-size: 20px;
}
.dpdpa--popup-cookie-link{
font-size: 16px;
}
.dpdpa--popup-button:not(.accept){
display: none !important;
}
.dpdpa--popup-button.accept{
border-radius: 80px;
padding: 6px 60px;
}
.doctor_select_container{
width: 100%;
margin-bottom: 40px;
}
.doctor_select_item{
float: none;
width: 100%;
margin: 0;
}
.doctor-select-row {
display: flex;
flex-flow: row wrap;
justify-content: center;
align-items: center;
gap: 15px;
margin-bottom: 15px;
}
.doctor-select-row a {
flex: 0 0 calc((100% - 30px) / 3);
}
body.error404 .footer{
display: none !important;
}
@media screen and (max-width: 787px){
.doctor-select-row a {
flex: 0 0 calc((100% - 15px) / 2);
}
}
@media (max-width: 400px){
body.btMenuVertical > .menuPort {
width: 220px;
}
}