body{
background:#F5FFFA;
color:#000;
}
@import url('https://fonts.googleapis.com/css2?family=Lora&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Marck+Script&display=swap');
section{
padding: 30px 0;
}
h1{
font-family: 'Lora', serif;
margin-bottom:40px;
}
h2{
text-transform: uppercase;
text-align: center;
margin-bottom: 40px;
font-family: 'Lora', serif;
}
.modal-body .btn-close{
position: absolute;
right: -2%;
top: -2%;
background: #1e90ff;
color: #fff;
border-radius: 50%;
width: 30px;
height: 30px;
opacity: 1;
transition: all .5s;
}
.modal-body .btn-close:hover{
opacity: 0.8;
}
.modal-body a{
text-transform: uppercase;
text-decoration: none;
padding: 5px 30px;
background: #1e90ff;
color: #fff;
border-radius: 8px;
box-shadow: 0 0 6px 3px rgba(0, 0, 0, .7);
transition: all .5s;
}
.modal-body a:hover{
box-shadow: 0 0 6px 1px rgba(0, 0, 0, .7);
}
.modal-body .wp-block-file{
text-align: center;
margin-bottom:0;
}
#modalDoctor h3{
text-transform: capitalize;
text-align: center;
font-weight: 400;
}
#modalDoctor p{
font-weight: 300;
}
.btn{
width: 100%;
background: #1e90ff;
color: #fff;
text-transform: uppercase;
box-shadow: 0 5px 7px 2px rgba(0, 0, 0, .7);
transition: all .5s;
}
.btn:hover{
box-shadow: 0 3px 7px 2px rgba(0, 0, 0, .7);
color: #fff;
}
button:active, button:focus {
outline: none !important;
}
button::-moz-focus-inner {
border: 0 !important;
}
.agree{
display:none;
}
.warning-info {
z-index: 999999;
position: absolute;
right: 0;
top: 40px;
background: #1e90ff;
padding: 5px 20px;
border-radius: 0px 0px 8px 8px;
text-align: center;
}
.warning-info p {
padding: 0;
margin: 0;
color: #fff;
font-size: 13px;
text-transform: uppercase;
}
.warning-info p span {
font-size: 18px;
letter-spacing: 2px;
}
/*header*/
nav.navbar{
background:#1e90ff;
margin-top:10px;
position:relative;
border-radius:8px 8px 0 8px;
}
.header-logo{
padding: 0;
margin: 0;
position:relative;
}
nav.navbar .dropdown:hover > .dropdown-menu {
display: block; 
} 
.header-logo li{
list-style-type: none;
}
.header-logo li a{
margin: 0;
}
header .navbar-brand img{
width: 140px;
}
header .navbar-brand span{
font-family: 'Marck Script', cursive;
color:#fff;
position:absolute;
bottom:25%;
left:73%;
}
header .navbar-nav .menu-item a{
color:#fff;
position: relative;
margin-right: .5rem;
margin-left: .5rem;
text-decoration: none;
}
header .navbar-nav .menu-item a::after{
content: '';
position: absolute;
width: 100%;
height: 2px;
background: #fff;
left: 0;
bottom: -5px;
transform: scale(0);
transition: all .5s;
}
header .navbar-nav .menu-item:hover a::after{
transform: scale(1);
}
header .navbar-nav .dropdown-toggle{
cursor: pointer;
}
header .navbar-nav .dropdown-menu{
background: #7D5237;
margin: 0;
padding: 0;
}
header .navbar-nav .dropdown-menu .menu-item{
margin: 0;
border-radius: .25rem;
}
header .navbar-nav .dropdown-menu .menu-item a{
display: block;
padding: 3px 0;
}
header .navbar-nav .dropdown-menu .menu-item:hover{
background: #D2B48C;
}
header .navbar-nav .menu-item.dropdown a::after{
content: none;
}
header .contact-header{
display:block;
color:#fff;
}
header .contact-header li{
margin: 5px 0;
}
header .contact-header p{
margin: 0;
padding: 0;
}
/*header-mobile*/
.warning-info-mobile{
background: #1e90ff;
position:fixed;
bottom:0;
left:0;
z-index:99999;
right:0;
padding: 5px 20px;
text-align: center;
}
.warning-info-mobile p {
padding: 0;
margin: 0;
color: #fff;
font-size: 12px;
text-transform: uppercase;
}
.warning-info-mobile p span {
font-size: 16px;
letter-spacing: 2px;
}
.header-mobile{
background:rgba(125, 82, 54, 1);
}
.header-mobile .navbar-brand{
padding: .25rem .75rem;
margin:0;
}
.header-mobile .navbar-brand img{
width:80px;
}
.header-mobile .navbar-brand span{
font-family: 'Marck Script', cursive;
color:#fff;
margin-left:50px;
}
#navbarMobile{
background:rgba(30, 144, 255, .7);
position:fixed;
height:100%;
top:0;
transition: all .5s;
width:50%;
padding:0 5px;
z-index:999999;
bottom:0;
left:-120%;
}
#navbarMobile.open-btn{
left:0;
}
#navbarMobile .menu-item{
background:rgba(30, 144, 255, 1);
margin:5px 0;
padding:5px 10px;
border-radius:8px;
}
#navbarMobile .menu-item a{
color:#fff;
text-decoration:none;
width:100%;
display:block;
}
.navbar-toggler-icon i{
color:#fff;
}
/*section-carousel*/
.section-carousel{
padding-top: 10px;
}
.section-carousel .carousel-item{
height: 500px;
background: #1e90ff;
border-radius: 8px;
overflow:hidden;
}
.section-carousel .carousel-control-prev-icon{
background-image: url(../../img/previous.png);
width: 3rem;
height: 3rem;
transition: all .3s;
}
.section-carousel .carousel-control-next-icon{
background-image: url(../../img/next.png);
width: 3rem;
height: 3rem;
transition: all .3s;
}
.section-carousel .carousel-control-prev:hover .carousel-control-prev-icon{
width: 3.5rem;
height: 3.5rem;
}
.section-carousel .carousel-control-next:hover .carousel-control-next-icon{
width: 3.5rem;
height: 3.5rem;
}
/*section-uslugi*/
.section-uslugi h2{
margin-bottom:0;
}
.section-uslugi .open-uslugi{
display:flex;
justify-content:center;
align-items:center;
}
.section-uslugi .card-uslugi{
height: 230px;
width: 350px;
position: relative;
margin:40px 0;
}
.section-uslugi .card-uslugi .img-card-uslugi{
height: 100%;
width: 100%;
border-radius: 8px;
overflow: hidden;
}
.section-uslugi .card-uslugi .img-card-uslugi img{
transition: all .5s;
object-fit:cover;
object-position:top;
text-align:center;
width:100%;
height:100%;
}
.section-uslugi .card-uslugi:hover .img-card-uslugi img{
transform: scale(1.1);
}
.section-uslugi .card-uslugi .title-card-uslugi{
position: relative;
color: #fff;
padding: 10px;
margin-left: auto;
margin-right: auto;
height: 80px;
width: 90%;
margin-top: -40px;
z-index: 999;
border-radius: 8px;
background: #1e90ff;
display: flex;
flex-direction:column;
align-items: center;
justify-content: center;
transition:all .5s;
}
.section-uslugi .card-uslugi .title-card-uslugi.doctor-card{
position: relative;
color: #fff;
padding: 10px;
margin-left: auto;
margin-right: auto;
height: 100px;
width: 95%;
margin-top: -40px;
z-index: 999;
border-radius: 8px;
background: #1e90ff;
display: flex;
flex-direction:column;
align-items: center;
justify-content: center;
transition:all .5s;
}
.section-uslugi .card-uslugi:hover .title-card-uslugi{
margin-top: -20px;
}
.section-uslugi .card-uslugi .title-card-uslugi h3{
font-size: 16.5px;
padding: 0;
text-align:center;
text-transform:uppercase;
letter-spacing:1px;
margin: 0;
font-family: 'Lora', serif;
}
.section-uslugi .card-uslugi .title-card-uslugi p{
margin-bottom:0;
font-weight:300;
text-align:center;
}
.section-uslugi a{
text-decoration:none;
}
.section-uslugi .card-uslugi .background-card-spec{
transition: all .5s;
position: absolute;
width: 100%;
height: 100%;
z-index: 10;
background: rgba(30, 144, 255, .7);
opacity: 0;
display: flex;
align-items: center;
justify-content: center;
flex-direction: column;
color:#fff;
top:0;
border-radius:8px;
bottom: 0;
left: 0;
right: 0;
}
.section-uslugi .card-uslugi:hover .background-card-spec{
opacity: 1;
}
.section-uslugi .card-uslugi .background-card-spec i{
font-size: 40px;
}
.section-uslugi .card-uslugi .background-card-spec p{
font-size: 18px;
text-transform: uppercase;
margin: 0;
text-align: center;
margin-top: 10px;
line-height: 20px;
}
/*section-awards*/
.section-awards  .position-circle-card-awards{
display: flex;
justify-content: center;
align-items: center;
}
.section-awards .circle-card-awards{
width: 100%;
border-radius: 8px;
padding: 10px;
transition: all .5s;
}
.section-awards .circle-card-awards .circle-awards{
height: 130px;
width: 130px;
border-radius: 50%;
background: #1e90ff;
margin-left: auto;
margin-right: auto;
display: flex;
align-items: center;
transition: all .5s;
justify-content: center;
}
.section-awards .circle-card-awards .circle-awards img{
width:150px;
height:150px;
object-fit:contain;
}
.section-awards .circle-card-awards .title-circle-card-awards{
text-align: center;
margin-top: 20px;
}
.section-awards .circle-card-awards .title-circle-card-awards h5{
font-weight: 300;
font-size: 18px;
}
/*section-form*/
.section-form .color-form{
background:#1e90ff;
padding:50px 0;
border-radius:8px;
color:#fff;
}
.section-form .color-form p{
margin-bottom:0;
}
/*section-document*/
.section-document  .owl-carousel .owl-nav.disabled{
display: block;
}
.section-document .owl-item .item{
width: 300px;
height: 210px;
padding:20px;
border-radius:8px;
background-color:#1e90ff;
}
.section-document .owl-item .item a{
text-decoration:none;
}
.section-document .owl-item .item i{
font-size:100px;
color:#fff;
width:100%;
}
.section-document .owl-item .item p{
margin-bottom:0;
margin-top:20px;
color:#fff;
}
.section-document .owl-carousel .owl-nav{
margin-top:10px;
}
.section-document .owl-carousel .owl-nav .owl-prev span{
font-size: 30px;
width:30px;
height:30px;
border-radius:50px;
display: inline-block;
background:#1e90ff;
color: rgba(255,255, 255, .5);
transition: all .3s;
line-height:25px;
}
.section-document .owl-carousel .owl-nav .owl-prev span:hover{
color: #fff;
}
.section-document .owl-carousel .owl-nav .owl-next span{
font-size: 30px;
width:30px;
height:30px;
border-radius:50px;
display: inline-block;
background:#1e90ff;
color: rgba(255,255, 255, .5);
transition: all .3s;
line-height:25px;
}
.section-document .owl-carousel .owl-nav .owl-next span:hover {
color: #fff;
}
.section-document .owl-carousel .owl-nav .owl-next,
.section-document .owl-carousel .owl-nav .owl-prev{
margin:0 5px;
}
/*section-gallery*/
.section-gallery  .owl-carousel-gallery .owl-nav.disabled{
display: block;
}
.section-gallery .owl-item .item{
width: 600px;
height: 380px;
}
.section-gallery .owl-item img{
width: 100%;
height: 100%;
opacity: 0.3!important;
object-fit: cover;
border-radius: 8px;
}
.section-gallery .owl-item.center img{
opacity: 1!important;
}
.section-gallery .owl-carousel-gallery .owl-nav .owl-prev{
left:0;
bottom:0;
position: absolute;
top:0;
width:auto;
}
.section-gallery .owl-carousel-gallery .owl-nav .owl-prev span{
font-size: 50px;
width:50px;
height:80px;
border-radius:0 50px 50px 0;
display: inline-block;
background:#1e90ff;
color: rgba(255,255, 255, .5);
transition: all .3s;
}
.section-gallery .owl-carousel-gallery .owl-nav .owl-prev span:hover{
color: #fff;
width:60px;
}
.section-gallery .owl-carousel-gallery .owl-nav .owl-next{
right:0;
bottom:0;
position: absolute;
top:0;
width:auto;
}
.section-gallery .owl-carousel-gallery .owl-nav .owl-next span{
font-size: 50px;
width:50px;
height:80px;
border-radius:50px 0 0 50px;
display: inline-block;
background:#1e90ff;
color: rgba(255,255, 255, .5);
transition: all .3s;
}
.section-gallery .owl-carousel-gallery .owl-nav .owl-next span:hover {
color: #fff;
width:60px;
}
/*text-section*/
.text-section{
background:#1e90ff;
padding:20px;
border-radius:8px;
}
.text-section p{
margin:10px 0;
font-size:18px;
color:#fff;
}
/*footer*/
footer{
padding:30px 0 10px 0;
color:#fff;
}
footer .footer{
height: 100%;
background: #1e90ff;
border-radius: 8px;
padding: 20px 0;
}
footer .wpcf7-list-item-label{
color:#fff;
}
footer .footer-contact{
border-top: 4px solid #fff;
margin-top: 0px;
}
footer .footer-contact ul{
margin: 0;
padding: 0;
text-align: center;
margin-top: 20px;
}
footer .footer-contact ul li{
list-style-type: none;
display: inline-block;
margin: 0 10px;
color: #fff;
}
footer .footer-contact ul li i{
font-size: 40px;
margin-bottom: 10px;
}
footer .info-for-patient {
margin: 20px 0;
background: #1e90ff;
border-radius: 8px;
color: #fff;
padding:15px 0;
}
footer .info-for-patient span {
text-transform: uppercase;
letter-spacing: 2px;
font-size: 22px;
}
footer .info-for-patient p {
margin: 0;
font-weight: 300;
font-size: 15.5px;
text-transform: uppercase;
}
footer  .footer-map{
margin-top: 20px;
display:flex;
flex-direction:row;
justify-content:center;
}
@media only screen and (min-width:992px){
.header-mobile{
display:none;
}
}
@media only screen and (max-width:991px){
header{
display:none;
}
.header-mobile nav.navbar{
border-radius:0;
}
}
@media only screen and (max-width:767px){
h2{
font-size:22px;
}
.section-carousel .carousel-item{
height:200px;
background:rgba(0,0,0, .0)
}
.section-carousel .carousel-item div{
background-size:contain!important;
}
.section-form .color-form{
padding:0;
}
.section-form h2{
margin-top:20px;
}
.section-form .color-form .row{
margin-left:auto;
margin-right:auto;
}
.section-form .color-form form .col-md{
padding-left:40px;
padding-right:40px;
margin:10px 0;
}
.section-doctors .owl-nav .owl-prev,
.section-doctors .owl-nav .owl-next{
position:static;
}
.section-awards .position-circle-card-awards{
width:50%;
height:100%;
}
footer a{
color:#fff;
}
footer form .col-md{
padding-left:40px;
padding-right:40px;
margin:10px 0;
}
footer .footer-contact ul li{
display:block;
}
.form-uslugi{
margin-left:2px;
margin-right:2px;
}
.form-uslugi .col-md{
margin:5px 0;
}
}
