
a{
    text-decoration:none !important;
}

.go-top.active{
    bottom:90px;
}

.single-doctor a{
    display:block;
}

.single-doctor a img{
    width:100%;
}


/* COOKIES BANNER */

.cookies-banner{
	background: rgba(255,255,255,0.90);
	position: fixed;
	bottom:0;
	right:0;
	width:50%;
	border-radius: 1rem 0 0 0;
	padding: 2rem;
	box-shadow: -10px 20px 20px rgba(0,0,0,0.2);
	
	text-align: center;
}

.cookies-banner .cookies-btn{
	color: #000;
	padding: 5px 12px;
	border-width: 2px;
	border-style: solid;
	border-color: #000;
	border-radius: 4px;
	background: 0 0;
	text-align: center;
	cursor: pointer;
}

.cookies-banner .cookies-btn:hover{
	background: #000;
	color:#fff;
	
}

.cookies-banner p{
	font-size: 1rem;
}


/* LAYOUT */

@media (max-width: 576px) {
}


@media (max-width: 768px) {
    .cookies-banner{
		width:100% !important;
	}

	.cookies-banner p{
		font-size: 0.8rem;
	}
}

@media only screen and ( min-width:577px ) and ( max-width: 768px) {

}

@media only screen and ( min-width:769px ) and ( max-width: 992px) {

}


@media ( max-width: 992px) {
    .middle-header h2{
        display: none;
    }

    .logo a{
        position: relative;
        z-index: 10000;
    }

	.main-responsive-nav .logo img {
		max-width: 160px !important;
	}
}

@media (max-width: 1200px) {

}

@media (max-width: 1400px) {

}