/*

Theme Name: DR SM Honnet

Version: 1.0

Description: Medical Website

Author: Pulling Power Media

 */


@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');

*{
	margin:0;
	padding:0;
}

html {
  scroll-behavior: smooth;
}

body, h1, h2, h3, h4, h5, p, a{
	font-family: 'Poppins', sans-serif;
}

.animate {
  -webkit-transition: transform 1.2s cubic-bezier(.215, .61, .355, 1);
  -moz-transition: transform 1.2s cubic-bezier(.215, .61, .355, 1);
  transition: transform 1.2s cubic-bezier(.215, .61, .355, 1);
  -webkit-transform: translateY(40px);
  -moz-transform: translateY(40px);
  transform: translateY(40px);
  -webkit-transform: translate3d(0, 40px, 0);
  -moz-transform: translate3d(0, 40px, 0);
  transform: translate3d(0, 40px, 0);
}

.animate.in-view {
  -webkit-transform: translateY(0px);
  -moz-transform: translateY(0px);
  transform: translateY(0px);
  -webkit-transform: translate3d(0, 0px, 0);
  -moz-transform: translate3d(0, 0px, 0);
  transform: translate3d(0, 0px, 0);
}

.interests h2,
.what-to-expect h2,
.af-title h2{
	margin:2em 0;
	text-align:center;
	font-size: 3em;
	margin-bottom:1em;
}

.container{
	max-width:90%;
	width:100%;
	margin:auto;
	padding:0 1em;
	display:block;
}

.interests {
		padding-bottom:2em;
	background:#f6f6f6;
}

.what-to-expect h2{
	margin-top:0;
}

.spacer{
	width:100%;
}



.header-image{
	height: 100vh;
    display: flex;
    align-items: center;
}

.header-image img{
	max-width: 800px;
	width:100%;
    display: block;
    margin: auto;
}



.interests .icons .icon{
	text-align: center;
    width: 16%;
    position: relative;
    padding: 1em;
    display: flex;
    align-items: flex-start;
    justify-content: center;
	margin:2em 0;
}

.interests .icons .icon img{
	width:160px;
	margin-bottom:2em;
}

.interests .icons{
	display:flex;
	justify-content:space-evenly;
	flex-wrap:wrap;
}

.color1{background:#fcca36; width:33.3%; height:6px;}
.color2{background:#fb8135; width:33.3%; height:6px;} 
.color3{background:#e9232a; width:33.3%; height:6px;}

.colours{
	width:100%;
	display: flex;
	    position: fixed;
    z-index: 9999;
    top: 53px;
}

.navbar-brand img{
	width:150px;
}

.alpha .colours{
	position:relative;
	top:0;
	z-index:1;
}

.doctor{
	    background: #ffcd4c;
    padding: 7em 0;
}

.what-to-expect{
    padding: 6em 0;
}

.what-to-expect p{
	margin-bottom:2em;
}

.alpha{
	position:relative;
	padding-top:1em;
	    background: #f6f6f6;
}

.team{
	display:flex;
	justify-content:center;
}

.team .member{
	text-align:center;
	margin:1em 2em;
}

.doc{
	display: flex;
    justify-content: center;
	align-items:center;
}

.doc-text{
	width:50%;
}

.doc-image{
	display:flex;
	justify-content:flex-end;
	padding-right:2em;
}
.doc-image img{
	width:100%;
	max-width:350px;
}

.doc-text h2{
    font-size: 3em;
    margin-bottom: 1em;
}

.affiliations{
	display: flex;
    justify-content: space-around;
    padding-bottom: 7em;
	background:#fff;
}

.af-title{
	background:#fff;
}

.af-title h2{
	margin-bottom:0;
	padding:1.5em;
	margin-top:0;
}

.info-title svg{
	width: 30px;
    height: 30px;
	margin-right:5px;
}

.info-title{
	display:flex;
	align-items:center;
	font-weight:600;
	width:25%;
}

.inf-desc{
	width:100%;
}

.info-title p{
	margin:0px;
}

.contact-details .info .roww{
	display:flex;
}

.contact{
	display:flex;
}

.contact .contact-details{
	width:60%;
}

.contact .map {
    width: 50%;
    background-size: cover !important;
    background-position: center !important;
}

.contact .map iframe{
	width:100%;
	height:100%;
}

.contact-details h2{
	margin-bottom:1em;
	    font-size: 3em;
}

.info-title{
	margin-bottom:20px;
}

.contact-details .row{
	margin-bottom:1.5em;
}

.contact .contact-details {
    padding: 4em;
    background: #f42d31;
    color: #fff;
}

.copyright p{
	text-align: center;
    font-size: 14px;
    padding: 2em 0;
}

.navbar {
  display: flex;
  justify-content: space-between;
	position:fixed;
	width:100%;
	background:#fff;
	z-index:9999;
}

.navbar a {
  color: #000;
  text-decoration: none;
  padding: 15px;
}

.navbar-logo {
  font-size: 1.5em;
}

.navbar-logo img{
	width:200px;
}

.navbar-links {
  display: flex;
  list-style-type: none;
	margin:0;
	width:68%;
	justify-content:space-between;
	padding-right:2em;
}

.navbar-links li{
	display:flex;
	align-items:center;
}

.navbar-links li a {
  display: block;
	transition:ease all 0.5s;
}

.navbar-links li a:hover{
	color:#fcca36;
}

.menu-icon {
  display: none;
  font-size: 1.5em;
}

.navf{
	display: flex;
    align-items: center;
}

.blog{
	padding: 5em 0;
    background: #ff8441;
}

.blog h2{
	font-size: 3em;
    margin-bottom: 1em; 
	text-align:center;
}

.posts{
	display:flex;
	justify-content:space-between;
}

.blog p{
	color:#000;
}

.posts a{
	display:block;
	width:30%;
	text-decoration:none;
	transition:ease all 0.5s;
}

.posts a:hover{
	opacity:0.7;
}

.posts .thumbnail{
	height:30vh;
	background-size:cover !important;
	background-position:center !important;
}

.posts h3{
	color: #000;
    font-size: 1.2em;
    margin: 0.7em 0;
}

.blog-landing{
	padding-top:8em;
}

.blog-single .thumbnail{
	width:100%;
	max-width: 800px;
    height: 44vh;
    margin: auto;
    background-size: cover !important;
	margin-bottom:2em;
}

.blog-single .inner-content{
	width:100%;
	max-width: 800px;
	margin: auto;
	border-bottom: 1px solid;
    padding-bottom: 3em;
}

.blog-single .inner-content p,
.blog-single .inner-content li,
.blog-single .inner-content ul,
.blog-single .inner-content h3,
.blog-single .inner-content h4,
.blog-single .inner-content h2,
.blog-single .inner-content h5{
	margin-bottom:1em;
}

.blog-single ul{
	padding-left:20px;
}
.blog-single ul li{
	margin-bottom:0px !important;
}

.logo-af{
	width:20%;
}

.logo-af img{
	width: 54%;
    margin: auto;
    display: block;
}

.what-to-expect .container{
	    max-width: 65%;
}

.map-full iframe{
	width:100% !important;
}

.blog-landing{
	background:#fff !important;
	padding-bottom:0;
}

.blog-cta{
	text-align:center;
	padding:4em 0;
}

.blog-cta h3{
	font-size:2em;
}

.blog-cta a{
	display: block;
    width: max-content;
    padding: 10px 20px;
    color: #fff;
    margin: auto;
    background: #f7833f;
    font-weight: 600;
    text-decoration: none;
    margin-top: 1em;
}

.blog-cta a:hover{
	background: #e5292f; 
	transition:ease all 0.5s;
}

.paia{
	text-decoration:none;
	color:#000;
}

.mobile-menu{display:none;}

@media(max-width:1159px){
	.interests .icons .icon{
		width: 30%;
	}
}

@media(max-width:770px){
	.interests .icons .icon{
		width: 100%;
	}
	.logo-af{
		width:30%;
	}
	.logo-af img{
		width:66%;
		padding:2em;
	
	}
	h2{
		font-size:2em !important;
		text-align:center !important;
	}
	.doc-image img{
			max-width:100%;
		margin-bottom:2em;
		
	}
	.doc-image{
		padding-right:0;
	}
	.doc{
		flex-wrap:wrap;
	}
	.doc-text, .doc-image {
    	width: 100%;
	}
	.header-image {
   	 height: 48vh;
	}
	.affiliations{
		flex-wrap:wrap;
	}
	.what-to-expect{
		padding:4em 0em;
	}
	.doctor{
		padding-bottom:2em;
		padding-top:2em;
	}
	.what-to-expect p{
		text-align:left !important;
	}
	.posts{
		flex-wrap:wrap;
	}
	.posts a{
		width:100%;
		margin-bottom:3em;
	}
	.blog {
    	padding: 2em 0;
	}
	.blog-single h2{
		margin-top:3em !important;
	}

}

@media screen and (max-width: 768px) {
	
  .navbar-links {
    display: none;
  }

  .menu-icon {
    display: block;
    cursor: pointer;
  }
	
	.navbar-links{
		flex-direction:column;
	}
	
	.navbar{
		flex-direction: column; 
		width:100%;
	}
	.navf {
         justify-content: space-between;
		padding: 0 10px;
	}
}

@media(max-width:600px){

	.mobile-menu{
		display:block;
		background: none;
    border: 0;
    font-size: 1.3em;
    padding: 0.5em 0;
    font-family: 'Poppins', sans-serif;
    font-weight: 700;
		width:100%;
		text-align:center;
		
	}
	.blog {
    padding: 5em 0 2em;
}
	.blog-single h2 {
    margin-top: 0em !important;
}
	body.active .navbar-links{
		    display: block !important;
    z-index: 99999;
    width: 100%;
    background: #fff;
    padding: 0;
    text-align: center;
		margin-top:20px;
	}
	body.active .navbar-links li{
		text-align:center;
		display: block !important; 
		width:100%;
	}
	.contact{
		flex-wrap: wrap;
    flex-direction: column-reverse;
	}
	.contact .map,
	.contact .contact-details{
		width:100%;
	}
	.logo-af img{
		padding:1em;
	}
	.affiliations{
		padding-bottom:3em;
	}
	.copyright p{
		font-size:10px;
	}
	.header-image img{
		width:80%;
	}
	.contact .contact-details{
		width:calc(100% - 4em);
		padding:2em;
	}
	.what-to-expect .container {
    	max-width: 90%;
	}
}