<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.profile-container {
	max-width: 1900px;
    margin: 0 auto;
	background-color: #F1EDED;
}

@media screen and (max-width: 1079px) {
	body {
		background-color: white;
	}
	.profile-container {
	background-color: white;
	}
}

@media screen and (min-width: 1080px) {
	.teacher-profile {
		padding-left: 3%;
		padding-right: 2%;
		padding-top: 5em;
	}
}


.left-view {
	width: 100%;
	padding-top: 2em;
	background-color: #ffffff;
}

@media screen and (min-width: 1080px) {
	.left-view {
		position: sticky;
	    float: left;
	    top: 50px;
	    min-width: 320px;
	    width: 30%;
	    padding-top: 4em;
	}
}

@media screen and (max-width: 1079px) {
	.row {
		padding: 5%;
	}
}

.right-view {
	float: left;
	width: 100%;
	background-color: white;
}

@media screen and (min-width: 1080px) {
	.right-view {
		float: none;
	    margin-left: 32%;
	    padding: 4em;
	    width: 54%;
	}
}

.right-view h2 {
	font-size: 28px;
}

.right-view h3 {
    margin: 40px 0 5px 0;
    font-size: 22px;
}

.right-view h4 {
	margin: 0 0;
	font-size: 18px;
}


.right-view p {
	font-size: 17px;
	color: #484848;
}

.right-view ul {
	margin: 5px 0 5px -15px;
    list-style-type: none;
	font-size: 17px;
	color: #484848;
}

@media screen and (min-width: 1000px) {
	.right-view p {
		font-size: 18px;
	}
	.right-view ul {
	font-size: 17px;
	}
}

.right-view li {
	padding-bottom: 2px;
	line-height: 23px;	
}

.right-view ul li:before {
    content: '\2011';
    position: absolute;
    margin-left: -20px;
}

.teacher-avatar {
	max-width: 320px;
    height: 12em;
    margin: 0 auto;
    -webkit-clip-path: circle(6em at center);
    clip-path: circle(6em at center);
}

.teacher-avatar img {
	max-width: 320px;
}

.teacher-left-text {
    text-align: center;
}
.teacher-left-text h1{
	font-size: 28px;
    padding-top: 1em;
	margin: 0 0;
}
.teacher-left-text h2{
	font-size: 22px;
	color: #2974CE;
	margin: 0 0;
}
.description {
	width: 75%;
    margin: 10px auto 15px auto;
    font-size: 16px;
    color: #484848;
    line-height: 21px;
}
.tab {
    overflow: hidden;
    text-align: center;
}

/* Style the buttons inside the tab */
.tab button {
    color: #c7c7c7;
    border-width: 0.5px;
    background-color: #fff;
    cursor: pointer;
    margin: 0 5px;
}

/* Change background color of buttons on hover */
.tab button:hover {
    background-color: white;
    border-width: 0;
}

.tab button:focus {
    outline-style: none;
}

/* Create an active/current tablink class */
.tab button.active {
    color: #2974ce;
    font-weight: bold;
    background-color: white;
    border-width: 0 0 1.5px 0;
    padding: 1px 1px;
}

/* Style the tab content */
.tabcontent {
    display: none;
    padding: 0px 12px;
}

#��萘�� {
    display: block;
}

.btn.tablinks {
    font-size: 1.2em;
    font-weight: 500;
    border-color: #559CF1;
    border-width: 0;
    padding: 1px 1px;
}

.pricerate {
	width: 151px;
	line-height: 2em;
	font-weight: 700;
	color: #559CF1;
	margin: 0 auto;
	background: #F1EDED;
}

.book {
	padding-top: 2em;
	padding-bottom: 5em;
}

.book button {
	color: white;
    font-weight: bold;
    border-width: 0;
    background-color: #FCD223;
    margin: 0 5px;
    font-size: 20px;
    cursor: pointer;
    padding: 8px 26px;
    box-shadow: 0 1px 1px #696969;
}

.book button:hover {
    box-shadow: 0 3px 6px #696969;
}

.seperate {
	margin: 70px 0 50px 0;
}

.time {
	font-weight: 300;
}

.time h4 {
	margin: 0;
	padding-top: 8px;
	text-decoration: underline;
}

.time p {
	margin-top: 0px;
}

.timeschedule {
	width:50px; 
	float:left;
}

.teachregion {
	display: inline;
	color: #484848;
}

.breadnav {
	padding-top: 20px;
	color: #2974ce;
}

.video {
        position: relative;
        padding-bottom: 56.25%; // This is the aspect ratio
        height: 0;
        overflow: hidden;
    	margin-bottom: 30px;
}
.video iframe {
        position: absolute;
        top: 0;
        left: 0;
        width: 100% !important;
        height: 100% !important;
}

@media screen and (max-width: 699px) {
	p {
		line-height: 23px;
	}

	.video {
	        position: relative;
	        padding-bottom: 56.25%; // This is the aspect ratio
	        height: 0;
	        overflow: unset;
	    	margin-bottom: 45px;
	}
	.video iframe {
	        position: absolute;
	        top: 0;
	        left: 0;
	        margin-left: -5%;
	        width: 110% !important;
	        height: 110% !important;
	}
	.teacher-left-text h2{
			padding-top: 5px;
	}	
}

.breadcrumb {
	overflow: auto;
}

.breadcrumb ol {
    list-style-type: none;
    padding: 0 0 0 6px;
}

.breadcrumb li {
    float: left;
    margin-right: 10px;
}

.breadcrumb a {
	font-size: 14px;
}

@media screen and (max-width: 420px){
	.breadcrumb {
		margin-bottom: 10px;
	}
}

.studentalbum ul li:before {
    content: "";
    position: absolute;
    margin-left: 0px;
}
.studentphoto img{
	width: 100%;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

.studentphoto {
	overflow: hidden;
}

.hover {
	position: relative;
	width: 99%;
    overflow: hidden;
}

.studentphoto:hover img {
	width: 106%;
	margin-left: -3%;
	margin-top: -6%;
	background-color: black;
}

.overlaye {
  position: absolute;
  top: 0;
  bottom: 0;
  height: 100%;
  width: 100%;
  opacity: 0;
  transition: .5s ease;
}


.hover:hover .overlaye {
  opacity: 1;
}

.backgroundoverlay {	
  position: absolute;
  top: 0;
  bottom: 0;
  height: 100%;
  width: 100%;
  opacity: 0;
  transition: .5s ease;
  background-color: black;
}

.hover:hover .backgroundoverlay {
  opacity: 0.7;
}


.texte {
  color: white;
  font-size: 14px;
  position: absolute;
  top: 50%;
  left: 50%;
  width: 80%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  text-align: center;
}

.slick-dots {
	margin: 0 0 !important;
}

@media screen and (max-width: 420px){
	.hover {
		width: 100%;
	}
	.backgroundoverlay {	
	  width: 100%;
	}	
	.slick-next {
		display: none !important;
	}
}</pre></body></html>