.teacher-banner{
	background:#0B656B;
	padding:40px 15px;
	text-align:center;
}
#teacher-banner-block_612f760196607.teacher-banner{
	padding:0;
}
.teacher-banner-photo img{
	width:100px;
    height:100px;
    border-radius: 100%;
    display: inline-block;
    overflow: hidden;
    object-fit: cover;
    margin-bottom:10px;
}
.teacher-banner-name h1,
.teacher-banner-name div{
	font-size:1.333em;
	color: var(--brand-primary-color);
	font-weight:700;
	margin-bottom:0;
}
.single-teacher-wrap .container{
	max-width: 1230px;
    margin: 0 auto;
    width: 100%;
    padding: 0 15px;
}
.teacher-detail{
	margin-top:50px;
	display: flex;
    justify-content: space-between;
    padding:30px;
    border-radius: 20px;
    flex-direction: column;
    background:var(--background-green-bg);
}
.teacher-photo{
	flex-basis: 100%;
	margin-top:0;
	margin-bottom:20px;
	position:relative;
	padding:0;
	z-index:0;
}
.teacher-photo:before{
	content: '';
    position: absolute;
    top:0px;
    left: 0;
    background:var(--background-green-bg);
    height: 34px;
    width: 100%;
    border-radius: 10px 10px 0 0;
    z-index: -1;
    display:none;
}
.teacher-photo img{
	width: 100%;
    border-radius: 10px;
    display:block;
}
.teacher-info{
	flex-basis:100%;
	padding-left: 0;
}
.teacher-info h2{
	font-size:1.333em;
	color: var(--brand-secondary-color);
	font-weight:700;
	margin-bottom:10px;
}
.teacher-location{
	font-size:1.111em;
	color: var(--brand-secondary-color);
	font-weight:500;
	text-shadow: 0 4px 17px rgb(0 0 0 / 10%);
}
.teacher-contact{
	display:block;
	flex-wrap:nowrap;
}
.teacher-social{
	margin-left:0;
	margin-top:10px;
}
.teacher-social a{
	width: 32px;
    height: 32px;
    background: #0B656B;
    border-radius:50%;
    padding: 5px;
    display: inline-block;
    text-align: center;
    line-height: 25px;
    margin-right:5px;
}
.teacher-social a svg{
	color: var(--brand-primary-color);
    text-align: center;
    width: 16px;
    height: 16px;
}
.teacher-education{
	margin-top:32px;
	color: var(--brand-secondary-color);
}
.teacher-education p{
	margin-top:0;
	font-size:0.833em;
	font-weight:400;
	line-height:1.8;
}
.teacher-education h2,
.teacher-expertise  h2{
	font-size:1.333em;
	color: var(--brand-secondary-color);
	font-weight:bold;
	margin-bottom:15px;
	text-shadow:0 4px 17px rgba(0, 0, 0, 0.1);
}
.teacher-expertise {
	color: var(--brand-secondary-color);
	margin-top:40px;
}
.teacher-expertise p{
	font-size: 0.833em;
	font-weight:400;
	line-height:1.8;
}
.single-teacher-wrap{
	margin-bottom:50px;
}
.teacher-expertise h2{
	margin-bottom:15px;
}


@media only screen and (min-width:575px){
	.teacher-banner-photo img {
	    width: 115px;
	    height: 115px;
	}
	.teacher-banner-name h1, .teacher-banner-name div {
    	font-size: 1.667em;
    }
    .teacher-info h2 {
    	font-size: 1.333em;
    }
    .teacher-info h2 {
    	font-size: 1.556em;
    }
    .teacher-location {
    	font-size: 1.333em;
    }
    .teacher-contact {
    	display: flex;
    }
    .teacher-info h2{
    	margin-bottom:20px;
    }
    .teacher-social {
	    margin-left: 65px;
	    margin-top: 0;
	}
    .teacher-social a {
    	width: 35px;
    	height: 35px;
    	line-height:30px;
    }
    .teacher-social a svg{
    	width:18px;
    	height:18px;
    }
    .teacher-education p{
    	font-size: 0.889em;
    }
}

@media only screen and (min-width:768px){
	.teacher-banner-name h1, .teacher-banner-name div{
		font-size: 1.889em;
	}
	.teacher-banner{
		padding:50px 0;
	}
	.teacher-detail {
    	margin-top: 112px;
    	flex-direction: row;
    }
    .teacher-photo{
    	margin-top: -54px;
    	flex-basis:38%;
    	margin-bottom: 0px;
    }
    .teacher-info {
    	flex-basis: 61%;
    	padding-left: 15px;
	}
	.teacher-contact {
    	display: flex;
    }
    .teacher-social {
    	margin-left:65px;
	}
	.teacher-info h2{
		margin-bottom:20px;
	}
	.teacher-social {
	    margin-left: 65px;
	    margin-top: 0;
	}
	.teacher-info h2 {
    	margin-bottom: 15px;
	}
	.teacher-social a{
		width: 25px;
	    height: 25px;
	    padding: 5px;
	    line-height: 14px;
	    margin-right:2px;
	}
	.teacher-social a svg {
	    width: 12px;
	    height: 12px;
	}
	.teacher-photo:before{
		display:block;
		height:25px;
	}
	.teacher-photo{
		padding:15px;
	}
}

@media only screen and (min-width:992px){
	.teacher-social a {
    	width: 35px;
    	height: 35px;
    	line-height:30px;
    	margin-right:8px;
    }
    .teacher-social a svg{
    	width:18px;
    	height:18px;
    }
	.teacher-education p{
		font-size: 0.944em;
	}
	.teacher-expertise p{
		font-size:0.944em;
	}
	.teacher-banner-photo img {
    	width: 125px;
    	height: 125px;
	}
	.teacher-detail{
		padding:42px;
	}
	.teacher-info h2{
		font-size: 1.889em;
	}
	.teacher-education h2{
		font-size:1.333em;
	}
	.teacher-banner{
		padding:50px 0;
	}
	#teacher-banner-block_612f760196607.teacher-banner{
		padding: 0;
	}
	.teacher-photo {
   	 	margin-top: -62px;
   	 }
   	 .teacher-photo:before{
   	 	height:28px;
   	 }
}

@media only screen and (min-width:1200px){
	.teacher-banner-photo img{
		width:135px;
	    height:135px;
	}
	.teacher-banner-name h1,
	.teacher-banner-name div{
		font-size:2.222em;
	}
	
	.teacher-info h2{
		font-size:2.222em;
	}
	.teacher-education h2,
	.teacher-expertise  h2{
		font-size:1.444em;
	}
	.teacher-location {
    	font-size: 1.444em;
	}
	.teacher-info h2 {
    	margin-bottom: 20px;
	}
	.teacher-education p{
    	font-size:0.889em;
    }
    .teacher-expertise p{
    	font-size:0.889em;
	}
	.teacher-photo{
		flex-basis: 414px;
	}
	.teacher-social a{
		width: 39px;
	    height: 39px;
	    line-height: 37px;
	    margin-right:12px;
	}
	.teacher-social a svg{
		width:22px;
		height:22px;
	}
	.teacher-photo {
    	margin-top: -72px;
	}
	.teacher-photo:before {
    	height: 38px;
	}
	
}