@charset "utf-8";
@import url("https://cdn.jsdelivr.net/npm/bootstrap-icons@1.8.3/font/bootstrap-icons.css");
@font-face { font-family: 'Nunito-Bold'; src: url("../fonts/Nunito-Bold.ttf"); }
.pt-10 { padding-top: 10px; }
.pb-10 { padding-bottom: 10px; }
.pt-30 { padding-top: 30px; }
.pb-30 { padding-bottom: 30px; }
.pt-50 { padding-top: 50px; }
.pb-50 { padding-bottom: 50px; }
.ptb-30 { padding-top: 30px; padding-bottom: 30px; }
.ptb-50 { padding-top: 50px; padding-bottom: 50px; }
/*----- 메인 메뉴 -----*/
.edemy-nav .navbar .navbar-brand.logo-pc { }
.edemy-nav .navbar .navbar-brand.logo-mobile { display: none; }
.edemy-nav .navbar .others-option .page-btn { 
	font-size: 22px; 
	position: relative; 
	line-height: 1; 
}
.edemy-nav .navbar .others-option .page-btn a { 
	display: inline-block;
	position: relative;
	color: #0B0B0B;
}
.edemy-nav .navbar .others-option .page-btn a i {
	font-size: 40px;
}
.edemy-nav .navbar .others-option .page-btn a span {
  position: absolute;
  right: -4px;
  top: -4px;
  width: 18px;
  height: 18px;
  text-align: center;
  line-height: 18px;
  border-radius: 50%;
  color: #ffffff;
  background-color: #7F1F2B;
  font-size: 12px;
  font-weight: 600;
}
.edemy-nav .navbar .others-option .default-btn-study {
  border: none;
  position: relative;
  display: inline-block;
  text-align: center;
  overflow: hidden;
  z-index: 1;
  color: #FFFFFF;
  background-color: #7F1F2B;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  border-radius: 5px;
  font-weight: 700;
  font-size: 16px;
  padding-left: 30px;
  padding-right: 30px;
  padding-top: 11px;
  padding-bottom: 11px;
}

/*----- 메인 상단 배너 -----*/
.banner-section .default-btn-high {
  border: none;
  position: relative;
  display: inline-block;
  text-align: center;
  overflow: hidden;
  z-index: 1;
  color: #FFFFFF;
  background-color: #7F1F2B;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  border-radius: 5px;
  font-weight: 700;
  font-size: 16px;
  padding-left: 30px;
  padding-right: 30px;
  padding-top: 11px;
  padding-bottom: 11px;
}
.banner-section .default-btn-high span {
  position: absolute;
  display: block;
  width: 0;
  height: 0;
  border-radius: 50%;
  background-color: #DF631F;
  color: #FFFFFF;
  -webkit-transition: width 0.5s ease-in-out, height 0.5s ease-in-out;
  transition: width 0.5s ease-in-out, height 0.5s ease-in-out;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  z-index: -1;
}
.banner-section .default-btn-high i {
  position: absolute;
  left: 30px;
  top: 10px;
}
.banner-section .default-btn-high:hover {
	background-color: #7F1F2B;
	color: #FFFFFF;
}
.banner-section .default-btn-high:hover span {
  width: 225%;
  height: 562.5px;
}

/*----- About Gongteo -----*/
.information-content .sub-title, .about-content .sub-title {
  display: block;
  text-transform: uppercase;
  color: #7F1F2B;
  margin-bottom: 8px;
  font-size: 14px;
  font-weight: 600;
}
.information-content .info-detail {
	padding-left: 0;
	margin-bottom: 0;
	list-style-type: none;
}
.information-content .info-detail li {
	position: relative;
	margin-top: 30px;
	padding-left: 108px;
}
.information-content .info-detail li .icon {
	width: 80px;
    height: 80px;
    line-height: 84px;
    border-radius: 50%;
    position: absolute;
    left: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    background-color: #DF631F;
    color: #ffffff;
    font-size: 40px;
    text-align: center;
    -webkit-transition: 0.5s;
    transition: 0.5s;
}
.information-content .info-detail li h3 {
	margin-bottom: 10px;
    font-size: 24px;
    font-weight: 800;
}
.about-content .features-list li span i {
	color: #7F1F2B;
}
.about-content .default-btn-high {
	margin-top: 20px;
}
.about-content .default-btn-high {
  border: none;
  position: relative;
  display: inline-block;
  text-align: center;
  overflow: hidden;
  z-index: 1;
  color: #FFFFFF;
  background-color: #7F1F2B;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  border-radius: 5px;
  font-weight: 700;
  font-size: 16px;
  padding-left: 30px;
  padding-right: 30px;
  padding-top: 11px;
  padding-bottom: 11px;
}
.about-content .default-btn-high span {
  position: absolute;
  display: block;
  width: 0;
  height: 0;
  border-radius: 50%;
  background-color: #68CA00;
  color: #FFFFFF;
  -webkit-transition: width 0.5s ease-in-out, height 0.5s ease-in-out;
  transition: width 0.5s ease-in-out, height 0.5s ease-in-out;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  z-index: -1;
}
.about-content .default-btn-high i {
  position: absolute;
  left: 30px;
  top: 10px;
}
.about-content .default-btn-high:hover {
  color: #FFFFFF;
}
.about-content .default-btn-high:hover span {
  width: 225%;
  height: 562.5px;
}

/*----- 하단 레벨 테스트 -----*/
.level-test-area {
	position: relative;
	z-index: 1;
}
.level-test-content {
	text-align: center;
	max-width: 720px;
	margin-left: auto;
	margin-right: auto;
}
.level-test-content .sub-title {
  display: block;
  text-transform: uppercase;
  color: #7F1F2B;
  margin-bottom: 8px;
  font-size: 14px;
  font-weight: 600;
}
.level-test-content h2 {
  max-width: 615px;
  margin-bottom: 0;
  margin-left: auto;
  margin-right: auto;
  font-size: 36px;
  font-weight: 800;
}
.level-test-content h5 {
  font-weight: 800;
}
.level-test-content p {
  max-width: 615px;
  margin-left: auto;
  margin-right: auto;
  margin-top: 12px;
}
.level-test-content .default-btn-high {
	margin-top: 10px;
}
.level-test-content .default-btn-high {
  border: none;
  position: relative;
  display: inline-block;
  text-align: center;
  overflow: hidden;
  z-index: 1;
  color: #FFFFFF;
  background-color: #7F1F2B;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  border-radius: 5px;
  font-weight: 700;
  font-size: 16px;
  padding-left: 30px;
  padding-right: 30px;
  padding-top: 11px;
  padding-bottom: 11px;
}
.level-test-content .default-btn-high span {
  position: absolute;
  display: block;
  width: 0;
  height: 0;
  border-radius: 50%;
  background-color: #DF631F;
  color: #FFFFFF;
  -webkit-transition: width 0.5s ease-in-out, height 0.5s ease-in-out;
  transition: width 0.5s ease-in-out, height 0.5s ease-in-out;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  z-index: -1;
}
.level-test-content .default-btn-high i {
  position: absolute;
  left: 30px;
  top: 10px;
}
.level-test-content .default-btn-high:hover {
  color: #FFFFFF;
}
.level-test-content .default-btn-high:hover span {
  width: 225%;
  height: 562.5px;
}

/* CONTENT - Level, Book, Time, Activity */
.efeddf { 
	background-color: #efeddf; 
}
.FFFDF2 {
	background-color: #FFFDF2;
}
.list-area { 
	
}
.list-area .list {
	margin-bottom: 40px;
}
.list-area .list .tabs { 
	padding-left: 0; 
	margin-bottom: 0;
	list-style-type: none; 
}
.list-area .list .tabs li { 
	margin-bottom: -1px; 
}
.list-area .list .tabs li a { 
	position: relative; 
	display: block; 
	padding: 15px 25px 15px 25px; 
	background-color: #f8f9f8; 
	color: #606060; 
	border: 1px solid #cfc4b2;
	font-size: 16px; 
	font-weight: 700;
}
.list-area .list .tabs li:first-child a { 
	border-top-left-radius: 5px;
	border-top-right-radius: 5px;
}
.list-area .list .tabs li:last-child a {
	border-bottom-left-radius: 5px;
	border-bottom-right-radius: 5px;
}
.list-area .list .tabs li a:hover, .list-area .list .tabs li .active {
  border-color: #EC6707;
  background-color: #EC6707;
  color: #ffffff;
}
.list-area .list .tabs li a:hover::before, .list-area .list .tabs li .active::before {
  background-color: #ffffff;
}
.list-area .list .tabs li a::before {
  background-color: #ffffff;
}
/*----- Level Select -----*/
.level_title { 
	color: #7F1F2B; font-weight:bold; margin-bottom: 30px;
}
.select_level_box {
  border-radius: 10px;
  margin-bottom: 30px;
  background-color: #ffffff;
  -webkit-box-shadow: 0px 8px 16px 0px rgba(146, 184, 255, 0.2);
          box-shadow: 0px 8px 16px 0px rgba(146, 184, 255, 0.2);
}
.select_level_box .level-content {
	position: relative;
}
.select_level_box .level-content:hover {
 border-radius: 10px;
 box-shadow: 0px 0px 4px 4px #DF631F;
}
.select_level_box .level-content .image {
  border-radius: 10px;
}
.select_level_box .level-content .image img {
  border-radius: 10px;
}
.select_level_box .level-content .image_txt {
	position: absolute;
	top: 15px;
	right: 20px;
	color: #FFFFFF;
	font-size: 50px;
	line-height: 50px;
	font-weight: 800;
	cursor: pointer;
	filter: drop-shadow(2px 4px rgba(0, 0, 0, .5));
}
.select_level_box .level-content .image_subtxt {
	position: absolute;
	bottom: 0px;
	left: 20px;
	color: #FFFFFF;
	font-size: 24px;
	line-height: 50px;
	font-weight: 800;
	cursor: pointer;
	filter: drop-shadow(2px 4px rgba(0, 0, 0, .5));
}
.select_level_box .level-content .selectLevel {
  padding: 25px;
  margin-bottom: 0px;
  line-height: 30px;
  font-size: 30px;
  font-weight: 800;
}
/* 잠금 */
.select_level_box .level-content.lock {
 pointer-events: none;
}
.select_level_box .level-content .icon-lock {
	position: absolute;
	top: 15px;
	left: 15px;
	font-size: 50px;
	color: #FFFFFF;
	filter: drop-shadow(1px 2px rgba(0, 0, 0, .5));
}

/*----- Book Select -----*/
.page-content-area .tab-content { 
	display: none; 
}
.page-content-area .tab-content.current { 
	display: inline-block; 
}
.tab_title { 
	color: #7F1F2B; font-weight:bold; 
}
.single-courses-box .courses-content .volume {
	color: #4a4d4d;
}
.single-courses-box .courses-content .book_tag {
	list-style-type: none;
	padding-left: 0;
	margin-bottom: 0;
	margin-left: -7px;
	margin-right: -7px;
}
.single-courses-box .courses-content .book_tag li {
	color: #606060;
	font-size: 16px;
	padding-left: 7px;
	padding-right: 7px;
}
.single-courses-box .courses-content .book_tag li:last-child {
	color: #606060;
	font-size: 16px;
	position: relative;
	padding-left: 25px;
	padding-right: 7px;
}
.single-courses-box .courses-content .book_tag li i {
	color: #7F1F2B;
	position: absolute;
	left: 0;
	top: 0;
}
/* 잠금 */
.single-courses-box.lock {
	pointer-events: none;
	cursor: not-allowed;
}
.single-courses-box .courses-image .lock-box {
	position: absolute;
	width: 100%;
	height: 100%;
	background-color: rgba(34, 35, 35, 0.5);
	border-radius: 5px 5px 0 0;
	z-index: 2;
}
.single-courses-box .courses-image .lock-box .icon-lock {
	position: absolute;
	top: 45%;
	left: 40%;
	font-size: 60px;
	color: #FFFFFF;
}

/*----- Time -----*/
.time-box {
	display: flex;
	flex-wrap: wrap;
	margin-bottom: 30px;
    position: relative;
    border-radius: 5px;
    background-color: #ffffff;
    -webkit-box-shadow: 0px 8px 16px 0px rgb(146 184 255 / 20%);
    box-shadow: 0px 8px 16px 0px rgb(146 184 255 / 20%);
}
.time-box:hover {
	transform: scale(1.1);
	-webkit-transition: all 1.5s cubic-bezier(0, 0, 0.2, 1);
    transition: all 1.5s cubic-bezier(0, 0, 0.2, 1);
}
.time-box .time-content {
	border-radius: 0 0 5px 5px;
	margin-right: 10px;
}
.time-box .time-content a {
	padding: 30px 25px;
    line-height: 1.3;
    font-size: 20px;
    font-weight: 800;
}
.time-box .time-stat {
	padding-top: 10px;
}
.time-box .time-stat .time-stat-list {
  	position: relative;
	margin-bottom: 10px;
	padding-left: 35px;
	padding-right: 6px;
	font-weight: bold;
	font-size: 18px;
	color: #545757;
}
.time-box .time-stat .time-stat-list:last-child {
	margin-bottom: 0px;
}
.time-box .time-stat .time-stat-list i {
	position: absolute;
	left: 0px;
	top: -6px;
	font-size: 30px;
}
.time-box .time-stat .time-stat-list i.pass { color: #01A601; }
.time-box .time-stat .time-stat-list i.retry { color: #DF631F; }

.time-box.lock {
	pointer-events: none;
	cursor: not-allowed;
	background-color: rgba(34, 35, 35, .3);
}
.time-box .time-lock {
	padding-top: 10px;
}
.time-box .time-lock i.lock {
	position: absolute;
	top: 25px;
	right: 25px;
	font-size: 40px;
	color: #FFFFFF;
}
/*추천 콘텐츠 */
.time_recom_box {
    padding: 15px 0;
    margin-bottom: 20px;
    background-color: #7F1F2B;
    color: #FFFFFF;
    border-radius: 5px;
}
.time_recom_box ul {
    list-style-type: none;
    margin-bottom: 0px;
    padding: 0px 20px;
}
.time_recom_box ul li {
    font-size: 20px;
}

.time_recom_title {
    font-weight: bold;
    padding-right: 20px;
}
/*----- Activity -----*/
.time_title_box {
	padding: 15px 0;
	margin-bottom: 20px;
	background-color: #7F1F2B;
	color: #FFFFFF;
	border-radius: 5px;
}
.time_title_box ul {
	list-style-type: none;
	margin-bottom: 0px;
	padding: 0px 20px;
}
.time_title_box ul li {
	font-size: 30px;	
}
.time_title {
	font-weight: bold;
	padding-right: 20px;
}
.act-box {
	margin-bottom: 30px;
    position: relative;
    border-radius: 5px;
    background-color: #ffffff;
    -webkit-box-shadow: 0px 8px 16px 0px rgb(146 184 255 / 20%);
    box-shadow: 0px 8px 16px 0px rgb(146 184 255 / 20%);
}
.act-box:hover {
	transform: scale(1.1);
	-webkit-transition: all 1.5s cubic-bezier(0, 0, 0.2, 1);
    transition: all 1.5s cubic-bezier(0, 0, 0.2, 1);
}
.act-box.lock {
	pointer-events: none;
	cursor: not-allowed;
}
.act-box .act-image .lock-box {
	position: absolute;
	width: 100%;
	height: 100%;
	background-color: rgba(34, 35, 35, 0.5);
	border-radius: 5px 5px 0 0;
	z-index: 2;
}
.act-box .act-image .lock-box .icon-lock {
	position: absolute;
	top: 20%;
	left: 38%;
	font-size: 60px;
	color: #FFFFFF;
}
.act-box .act-image {
	border-radius: 5px 5px 0 0;
    position: relative;
    z-index: 1;
}
.act-box .act-image .image {
	border-radius: 5px 5px 0 0;
}
.act-box .act-image .tag_check, .act-box .act-image .tag_retry {
	position: absolute;
	bottom: 0px;
	right: 15px;
}
.act-box .act-image .tag_check i {
	font-size: 55px;
	color: #02e302;
	filter: drop-shadow(1px 2px rgba(0, 0, 0, .5));
}
.act-box .act-image .tag_retry i {
	font-size: 55px;
	color: #ff6c03;
	filter: drop-shadow(1px 2px rgba(0, 0, 0, .5));
}
.act-box .act-content {
	border-radius: 0 0 5px 5px;
	position: relative;
    z-index: 1;
}
.act-box .act-content a {
	padding: 20px;
	margin-bottom: 12px;
    line-height: 1.3;
    font-size: 18px;
    font-weight: 800;
}
.act-box .act-content .sub-txt {
	font-size: 12px;
}

/*2024.03.04 추가*/
.act-box .act-content-hw {
    border-radius: 0 0 5px 5px;
    position: relative;
    z-index: 1;
    background: #c09ee1;
}
.act-box .act-content-hw a {
    padding: 20px;
    margin-bottom: 12px;
    line-height: 1.3;
    font-size: 18px;
    font-weight: 800;
}
.act-box .act-content-hw .sub-txt {
    font-size: 12px;

}


/*----- My Page -----*/
.profile-status {
	padding-top: 70px;
}
.profile-status .profile-line {
	text-align: center;
}
.profile-status .profile-line img {
	border-radius: 50%;
	border: 2px solid #EC6707;
}
.profile-status .content {
	margin-top: 10px;
}
.profile-status .content h3 {
  margin-bottom: 0px;
  font-size: 24px;
  font-weight: 800;
}
.profile-status .content .sub-title {
  display: block;
  color: #EC6707;
  margin-bottom: 5px;
  font-size: 18px;
  font-weight: 600;
}
.profile-status .content .info {
  padding-left: 0;
  margin-bottom: 0;
  list-style-type: none;
}
.profile-status .content .info li {
  margin-bottom: 5px;
  font-weight: 600;
}
.profile-status .content .info li .info_txt {
  color: #000000;
  font-weight: 700;
}
.profile-status .title {
  background-color: #f8f9f8;
  color: #191a18;
  margin-bottom: 30px;
  text-align: center;
  font-weight: 800;
  padding: 15px 0;
  font-size: 22px;
}
.profile-status .progress-area .row {
  overflow: hidden;
  margin-left: 0;
  margin-right: 0;
}
.profile-status .progress-area .side {
  margin-top: 10px;
  padding-left: 0;
  padding-right: 0;
  font-weight: bold;
}
.profile-status .progress-area .bar {
  margin-top: 5px;
  padding-left: 0;
  padding-right: 0;
}
.profile-status .progress-area .bar-container  {
  width: 100%;
  background: #f1f1f1;
  text-align: center;
  border-radius: 5px;
}
.profile-status .progress-area .bar-text  {
  color: #FFFFFF;
  font-weight: bold;
}
.profile-status .progress-area .progress_defult {
  border-radius: 5px;
  background-color: #539a00;
  background-image: linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent);
  background-size: 1rem 1rem;
}
.profile-status .progress-area .progress_average {
  border-radius: 5px;
  background-color: #2196F3;
  background-image: linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent);
  background-size: 1rem 1rem;
}
.profile-status .progress-area .progress_lesson {
  border-radius: 5px;
  background-color: #ff9800;
  background-image: linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent);
  background-size: 1rem 1rem;
}
.profile-point {
  
}
.profile-point .title{
  background-color: #f8f9f8;
  color: #191a18;
  margin-bottom: 30px;
  text-align: center;
  font-weight: 800;
  padding: 15px 0;
  font-size: 22px;
}
.profile-point .single-funfacts h3 {
  margin-bottom: 0;
  font-size: 28px;
  font-weight: 800;
}
.profile-point .single-funfacts h3.fame {
  color: #262f50;
}
.profile-point .single-funfacts h3.alpha {
  color: #286c1c;
}
.profile-point .single-funfacts h3.carot {
  color: #64267b;
}
.profile-point-chart .title {
  background-color: #f8f9f8;
  color: #191a18;
  margin-bottom: 30px;
  text-align: center;
  font-weight: 800;
  padding: 15px 0;
  font-size: 22px;
}
.profile-point-chart .table {
  margin-bottom: 0;
}
.table>:not(:first-child) {
  border-top: none;
}
.profile-point-chart .table thead {
  border-top: 1px solid #EC6707;
  color: #ffffff;
}
.profile-point-chart .table thead tr th {
  border-bottom-width: 0px;
  vertical-align: middle;
  padding: 15px 0;
  text-transform: uppercase;
  border: none;
  white-space: nowrap;
  font-size: 18px;
  font-weight: 900;
}
.profile-point-chart .table thead tr th.fame {
  color: #262f50;
}
.profile-point-chart .table thead tr th.alpha {
  color: #286c1c;
}
.profile-point-chart .table thead tr th.carot {
  color: #64267b;
}
.profile-point-chart .table thead tr th.total {
  color: #343434;
}
.profile-point-chart .table tbody tr td {
  vertical-align: middle;
  color: #606060;
  white-space: nowrap;
  font-weight: 700;
  font-size: 18px;
  padding: 10px 0;
  border-color: #eaedff;
  border-left: none;
  border-right: none;
}
.profile-point-chart .table tbody tr:last-child td:first-child {
  font-size: 30px;
  font-weight: 900;
}
.profile-point-chart .table tbody tr td:first-child {
  text-align: center;
  color: #983619;
}
.profile-point-chart .table tbody tr td:nth-child(2) {
  color: #363637;
}
.profile-point-chart .table tbody tr td.save {
  color: #11100C;
}
.profile-point-chart .table tbody tr td.use {
  color: #CE4140;
}
.profile-point-chart .table tbody tr td.now {
  color: #CE4140;
  font-weight: 900;
}
.profile-point-chart .table tbody tr:nth-of-type(odd) {
  background-color: #f8f9f8;
}
.tutor-profile {
	border-right: 1px solid #191a18;
	display: inline-block;
	padding: 0 30px;
}
.tutor-profile:last-child {
	border-right: 0;
}
.tutor-profile span {
	font-size: 20px;
	font-weight: 700;
	color: #191a18;
}
.tutor-profile p {
	font-size: 16px;
	color: #191a18;
}
.profile-class-chart .title {
  background-color: #f8f9f8;
  color: #191a18;
  margin-top: 30px;
  margin-bottom: 30px;
  text-align: center;
  font-weight: 800;
  padding: 15px 0;
  font-size: 22px;
}

/*----- Video Tutor -----*/
.bg-760d0d {
	background-color: #760d0d;
}
.tutor-banner-area {
  position: relative;
  z-index: 1;
  background-color: #fffaf3;
  padding-bottom: 200px;
}
.tutor-banner-area .container-fluid {
  max-width: 1395px;
}
.tutor-banner-image {
  text-align: center;
}
.tutor-banner-area .divider {
  top: auto;
  bottom: 0;
  background: #f5f7fa;
}
.tutor-banner-area .default-btn-high {
  border: none;
  position: relative;
  display: inline-block;
  text-align: center;
  overflow: hidden;
  z-index: 1;
  color: #FFFFFF;
  background-color: #7F1F2B;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  border-radius: 5px;
  font-weight: 700;
  font-size: 16px;
  padding-left: 30px;
  padding-right: 30px;
  padding-top: 11px;
  padding-bottom: 11px;
}
.tutor-banner-area .default-btn-high span {
  position: absolute;
  display: block;
  width: 0;
  height: 0;
  border-radius: 50%;
  background-color: #DF631F;
  color: #FFFFFF;
  -webkit-transition: width 0.5s ease-in-out, height 0.5s ease-in-out;
  transition: width 0.5s ease-in-out, height 0.5s ease-in-out;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  z-index: -1;
}
.tutor-banner-area .default-btn-high i {
  position: absolute;
  left: 30px;
  top: 10px;
}
.tutor-banner-area .default-btn-high:hover {
	background-color: #7F1F2B;
	color: #FFFFFF;
}
.tutor-banner-area .default-btn-high:hover span {
  width: 225%;
  height: 562.5px;
}

/* 2 */
.tutor-boxes-area {
  position: relative;
  z-index: 2;
}
.tutor-box-item {
  text-align: center;
  border-radius: 8px;
  background-color: #ffffff;
  padding: 70px 30px 40px;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  top: -250px;
  position: relative;
  margin-bottom: -250px;
}
.tutor-box-item .icon {
  font-size: 65px;
  line-height: 1;
  position: relative;
  margin-bottom: 40px;
  z-index: 1;
}
.tutor-box-item .icon img {
  position: absolute;
  left: 0;
  right: 0;
  top: -22px;
  z-index: -1;
  text-align: center;
  margin-left: auto;
  margin-right: auto;
}
.tutor-box-item h3 {
  margin-bottom: 12px;
  font-size: 23px;
  font-weight: 800;
}
.tutor-box-item p {
  margin-bottom: 12px;
}
.tutor-box-item .link-btn {
  display: inline-block;
  color: #fe4a55;
  font-size: 15px;
  font-weight: 700;
}
.tutor-box-item .link-btn:hover {
  color: #221638;
}
.tutor-box-item:hover {
  -webkit-box-shadow: 0px 8px 16px 0px rgba(146, 184, 255, 0.2);
          box-shadow: 0px 8px 16px 0px rgba(146, 184, 255, 0.2);
  -webkit-transform: translateY(-10px);
          transform: translateY(-10px);
}
.tutor-boxes-area.boxes-style-two .tutor-box-item {
  top: -130px;
  margin-bottom: -130px;
}
.tutor-box-item .image {
  margin-bottom: 30px;
}
.tutors-info {
  text-align: center;
  margin-top: 30px;
}
.tutors-info p {
  line-height: initial;
  font-weight: 600;
}
.tutors-info p a {
  font-weight: 700;
  color: #fe4a55;
}
.tutors-info p a:hover {
  color: #221638;
}

/*3*/
.single-process-box {
  -webkit-transition: 0.5s;
  transition: 0.5s;
  background-color: #ffffff;
  margin-bottom: 30px;
}
.single-process-box .image {
  position: relative;
  border-radius: 5px 5px 5px 0;
}
.single-process-box .image img {
  border-radius: 5px 5px 5px 0;
}
.single-process-box .image .level {
  position: absolute;
  left: 0;
  bottom: 0;
  display: inline-block;
  background-color: #ffffff;
  color: #fe4a55;
  padding: 8px 20px 7px;
  border-radius: 0 5px 0 0;
  font-size: 18px;
  font-weight: 700;
}
.single-process-box .image .level::before {
  content: '';
  position: absolute;
  left: 20px;
  bottom: 0;
  width: 60px;
  height: 1px;
  background-color: #acacac;
}
.single-process-box .content {
  border-radius: 0 0 5px 5px;
  padding: 20px;
  position: relative;
}
.single-process-box .content h3 {
  margin-bottom: 0;
  line-height: 1.3;
  font-size: 24px;
  font-weight: 800;
}
.single-process-box .content h3 a {
  display: inline-block;
}
.single-process-box .content .location {
  display: block;
  color: #606060;
  margin-top: 13px;
  position: relative;
  padding-left: 22px;
  font-size: 16px;
  font-weight: 700;
}
.single-process-box .content .location i {
  color: #fe4a55;
  position: absolute;
  left: 0;
  top: 2px;
  font-size: 18px;
}
.single-process-box .content::before {
  left: 20px;
  position: absolute;
  bottom: 0;
  content: '';
  height: 2px;
  width: 45px;
  background-color: #d6d6d6;
}
.single-process-box:hover {
  -webkit-box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.1);
          box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.1);
}

/*4*/
.top-tutor-area .single-tutor-box {
  margin: 0;
  margin-bottom: 20px;
  border-radius: 5px;
  position: relative;
  z-index: 1;
  overflow: hidden;
  text-align: center;
}
.top-tutor-area .single-tutor-box img {
  border-radius: 5px;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.top-tutor-area .single-tutor-box::before {
  content: '';
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  border-radius: 5px;
  background-color: #221638;
  opacity: .5;
  z-index: 1;
}
.top-tutor-area .single-tutor-box .content {
  position: absolute;
  left: 0;
  right: 0;
  height: auto;
  z-index: 2;
  top: 70%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.top-tutor-area .single-tutor-box .content h3 {
  margin-bottom: 0;
  color: #FFFFFF;
  font-size: 24px;
  font-weight: 800;
}
.top-tutor-area .single-tutor-box .content span {
  margin-top: 0;
  color: #FFFFFF;
  display: block;
  font-size: 18px;
  font-weight: 600;
}
.top-tutor-area .single-tutor-box .content p {
  margin-top: 0;
  color: #FFFFFF;
  display: block;
  font-size: 16px;
}
.top-tutor-area .single-tutor-box .link-btn {
  display: block;
  width: 100%;
  height: 100%;
  border-radius: 5px;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 3;
}
.top-tutor-area .single-tutor-box:hover img {
  -webkit-transform: scale3d(1.2, 1.2, 1.2);
          transform: scale3d(1.2, 1.2, 1.2);
}
.top-tutor-area .tutor-btn-box {
  margin-top: 15px;
  text-align: center;
}

/*5*/
.comment-area {
  position: relative;
  z-index: 1;
}
.comment-area .shape2 {
  bottom: 2%;
}
.comment-area .shape9 {
  left: 8%;
  bottom: auto;
  top: 15%;
}
.comment-area.bg-6ba292 .divider2, .comment-area.bg-6ba292 .divider3 {
  background-color: #6ba292;
}
.comment-area.bg-6ba292 .single-comment-box {
  background-color: transparent;
  border-color: #8ab6a9;
}
.comment-area.bg-6ba292 .single-comment-box p {
  color: #ffffff;
}
.comment-area.bg-6ba292 .single-comment-box .comment-info .title h3 {
  color: #ffffff;
}
.comment-area.bg-6ba292 .single-comment-box .comment-info .title span {
  color: #ffffff;
}
.comment-area.bg-6ba292 .single-comment-box::before {
  color: #909279;
}
.single-comment-box {
  border: 1px solid #ffe8e3;
  position: relative;
  z-index: 1;
  padding: 40px;
  background-color: #fffaf3;
  margin-bottom: 30px;
  border-radius: 5px;
  overflow: hidden;
}
.single-comment-box p {
  color: #606060;
  line-height: 1.8;
  font-size: 16px;
  font-weight: 600;
  margin-top: 0;
  margin-bottom: 0;
}
.single-comment-box .comment-info {
  margin-top: 25px;
}
.single-comment-box .comment-info img {
  width: 55px !important;
  height: 55px;
}
.single-comment-box .comment-info .title {
  margin-left: 15px;
}
.single-comment-box .comment-info .title h3 {
  margin-bottom: 0;
  color: #fe4a55;
  font-size: 17px;
  font-weight: 700;
}
.single-comment-box .comment-info .title span {
  display: block;
  color: #606060;
  font-size: 14px;
  margin-top: 4px;
}
.single-comment-box::before {
  content: "\f10a";
  position: absolute;
  right: 50px;
  color: #ebe6e0;
  z-index: -1;
  bottom: 25px;
  line-height: 1;
  font-family: Flaticon;
  font-size: 100px;
}

/*6*/
.logo-area {
	
}
.logo-area .logo-box {
  
}

/*----- Video Tutor : tutor -----*/
.tutor-area .single-tutor-box {
  margin: 0 20px;
  margin-bottom: 20px;
  border-radius: 5px;
  position: relative;
  z-index: 1;
  overflow: hidden;
  text-align: center;
}
.tutor-area .single-tutor-box img {
  border-radius: 5px;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.tutor-area .single-tutor-box::before {
  content: '';
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  border-radius: 5px;
  background-color: #221638;
  opacity: .5;
  z-index: 1;
}
.tutor-area .single-tutor-box .content {
  position: absolute;
  left: 0;
  right: 0;
  height: auto;
  z-index: 2;
  top: 70%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.tutor-area .single-tutor-box .content h3 {
  margin-bottom: 0;
  color: #FFFFFF;
  font-size: 24px;
  font-weight: 800;
}
.tutor-area .single-tutor-box .content span {
  margin-top: 0;
  color: #FFFFFF;
  display: block;
  font-size: 18px;
  font-weight: 600;
}
.tutor-area .single-tutor-box .content p {
  margin-top: 0;
  color: #FFFFFF;
  display: block;
  font-size: 16px;
}
.tutor-area .single-tutor-box .link-btn {
  display: block;
  width: 100%;
  height: 100%;
  border-radius: 5px;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 3;
}
.tutor-area .single-tutor-box:hover img {
  -webkit-transform: scale3d(1.2, 1.2, 1.2);
          transform: scale3d(1.2, 1.2, 1.2);
}
.tutor-area .tutor-btn-box {
  margin-top: 15px;
  text-align: center;
}

.tutor-area .tab-list {
  margin: 0;
  padding: 0;
  text-align: center;
  list-style-type: none;
  border: none;
  border-radius: 5px;
  padding-left: 30px;
  padding-right: 30px;
}
.tutor-area .tab-list li {
  margin-bottom: 0;
  margin-right: 40px;
  border-radius: 0;
  border: none;
  padding: 0;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  padding: 14px 0;
  background-color: transparent;
  position: relative;
  bottom: -1px;
  list-style: none;
  cursor: pointer;
  display: inline-block;
  border-radius: 5px;
  font-size: 18px;
  font-weight: 800;
}
.tutor-area .tab-list li a::before {
  content: '';
  bottom: 1px;
  height: 2px;
  background-color: #7F1F2B;
  position: absolute;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  left: 0;
  width: 100%;
  -webkit-transform: scaleX(0);
          transform: scaleX(0);
}
.tutor-area .tab-list li a:hover, .tutor-area .tab-list li a.active {
  color: #7F1F2B;
}
.tutor-area .tab-list li a:hover::before, .tutor-area .tab-list li a.active::before {
  -webkit-transform: scaleX(1);
          transform: scaleX(1);
}
.tutor-area .tab-list li:last-child {
  margin-right: 0;
}
.tutor-area .tab-content {
	display: none;
	padding-top: 40px;
}
.tutor-area .tab-content.current {
	display: block; 
}
.tutor-area .tab-content h3 {
	margin-bottom: 12px;
	font-size: 24px;
	font-weight: 800;
}
.tutor-area .tab-content h3:not(:first-child) {
  margin-top: 30px;
}
.tutor-area .tutor-box-wrap {
	display: flex;
	flex-wrap: wrap;
}

/*----- Video Tutor : tutor Detail -----*/
.page-title-content h2.grade {
  color: #7F1F2B;
}
.page-title-content span.tutor-name {
  font-weight:800;
}
.page-title-content p.tutor-university {
  color: #fe4a55;
}

/*1*/
.tutor-details-desc {
  margin-top: 60px;
  padding-right: 15px;
}
.tutor-details-desc .tab-list {
  margin: 0 0 10px;
  margin-bottom: 0;
  padding: 0;
  list-style-type: none;
  background-color: #f8f9f8;
  border: none;
  border-radius: 5px;
  padding-left: 30px;
  padding-right: 30px;
}
.tutor-details-desc .tab-list li {
  margin-bottom: 0;
  margin-right: 40px;
  border-radius: 0;
  border: none;
  padding: 0;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  padding: 14px 0;
  background-color: transparent;
  position: relative;
  bottom: -1px;
  list-style: none;
  cursor: pointer;
  display: inline-block;
  border-radius: 5px;
  font-size: 18px;
  font-weight: 800;
}
.tutor-details-desc .tab-list li a::before {
  content: '';
  bottom: 1px;
  height: 2px;
  background-color: #7F1F2B;
  position: absolute;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  left: 0;
  width: 100%;
  -webkit-transform: scaleX(0);
          transform: scaleX(0);
}
.tutor-details-desc .tab-list li a:hover, .tutor-details-desc .tab-list li a.active {
  color: #7F1F2B;
}
.tutor-details-desc .tab-list li a:hover::before, .tutor-details-desc .tab-list li a.active::before {
  -webkit-transform: scaleX(1);
          transform: scaleX(1);
}
.tutor-details-desc .tab-list li:last-child {
  margin-right: 0;
}
.tutor-details-desc .tab-content {
	display: none;
	padding-left: 30px;
	padding-right: 30px;
	padding-top: 40px;
}
.tutor-details-desc .tab-content.current {
	display: block; 
}
.tutor-details-desc .tab-content h3 {
	margin-bottom: 12px;
	font-size: 24px;
	font-weight: 800;
}
.tutor-details-desc .tab-content h3:not(:first-child) {
  margin-top: 30px;
}

/*2*/
.tutor-details-desc .tutor-curriculum {
  border: 1px solid #eeeeee;
  border-radius: 5px;
  padding: 30px;
  margin-left: -30px;
  margin-right: -30px;
}
.tutor-details-desc .tutor-curriculum h3 {
  margin-bottom: 18px;
  font-size: 20px;
  font-weight: 800;
}
.tutor-details-desc .tutor-curriculum h3:not(:first-child) {
  margin-top: 30px;
}
.tutor-details-desc .tutor-curriculum ul {
  padding-left: 0;
  margin-bottom: 0;
  list-style-type: none;
}
.tutor-details-desc .tutor-curriculum ul li {
  display: block;
}
.tutor-details-desc .tutor-curriculum ul li a {
  background-color: #f8f9f8;
  color: #221638;
  position: relative;
  padding-left: 55px;
  padding-right: 30px;
  padding-top: 14.5px;
  padding-bottom: 14.5px;
  margin-left: -30px;
  margin-right: -30px;
}
.tutor-details-desc .tutor-curriculum ul li a::before {
  content: "\f104";
  position: absolute;
  left: 30px;
  color: #7F1F2B;
  top: 14px;
  font-size: 18px;
  font-family: Flaticon;
}
.tutor-details-desc .tutor-curriculum ul li a .subject-name {
  font-size: 14.5px;
  font-weight: 700;
}
.tutor-details-desc .tutor-curriculum ul li a .subject-meta {
  text-align: right;
}
.tutor-details-desc .tutor-curriculum ul li a .subject-meta .questions {
  display: inline-block;
  background: #e3f1f2;
  color: #2dbbc4;
  text-transform: lowercase;
  border-radius: 3px;
  margin-right: 6px;
  padding: 2px 10px 1.5px;
  font-size: 14px;
  font-weight: 700;
}
.tutor-details-desc .tutor-curriculum ul li a .subject-meta .duration {
  display: inline-block;
  background: #f7e7e8;
  color: #fe4a55;
  text-transform: lowercase;
  border-radius: 3px;
  padding: 2px 10px 1.5px;
  font-size: 14px;
  font-weight: 700;
}
.tutor-details-desc .tutor-curriculum ul li a .subject-meta .status {
  display: inline-block;
  background: #7F1F2B;
  color: #ffffff;
  border-radius: 3px;
  margin-left: 6px;
  padding: 2px 10px 1.5px;
  font-size: 14px;
  font-weight: 700;
}
.tutor-details-desc .tutor-curriculum ul li a .subject-meta .status.locked {
  color: #7F1F2B;
  background-color: transparent;
  padding: 0;
  margin-left: 8px;
  border-radius: 0;
  position: relative;
  top: 1px;
  font-size: 18px;
  font-weight: normal;
}
.tutor-details-desc .tutor-curriculum ul li a:hover {
  color: #fe4a55;
}
.tutor-details-desc .tutor-curriculum ul li:nth-child(2) a, .tutor-details-desc .tutor-curriculum ul li:nth-child(4) a, .tutor-details-desc .tutor-curriculum ul li:nth-child(6) a, .tutor-details-desc .tutor-curriculum ul li:nth-child(8) a, .tutor-details-desc .tutor-curriculum ul li:nth-child(10) a, .tutor-details-desc .tutor-curriculum ul li:nth-child(12) a, .tutor-details-desc .tutor-curriculum ul li:nth-child(14) a, .tutor-details-desc .tutor-curriculum ul li:nth-child(16) a, .tutor-details-desc .tutor-curriculum ul li:nth-child(18) a, .tutor-details-desc .tutor-curriculum ul li:nth-child(20) a, .tutor-details-desc .tutor-curriculum ul li:nth-child(22) a, .tutor-details-desc .tutor-curriculum ul li:nth-child(24) a, .tutor-details-desc .tutor-curriculum ul li:nth-child(26) a, .tutor-details-desc .tutor-curriculum ul li:nth-child(28) a, .tutor-details-desc .tutor-curriculum ul li:nth-child(30) a, .tutor-details-desc .tutor-curriculum ul li:nth-child(32) a, .tutor-details-desc .tutor-curriculum ul li:nth-child(34) a, .tutor-details-desc .tutor-curriculum ul li:nth-child(36) a, .tutor-details-desc .tutor-curriculum ul li:nth-child(38) a, .tutor-details-desc .tutor-curriculum ul li:nth-child(40) a, .tutor-details-desc .tutor-curriculum ul li:nth-child(42) a, .tutor-details-desc .tutor-curriculum ul li:nth-child(44) a, .tutor-details-desc .tutor-curriculum ul li:nth-child(46) a, .tutor-details-desc .tutor-curriculum ul li:nth-child(48) a, .tutor-details-desc .tutor-curriculum ul li:nth-child(50) a, .tutor-details-desc .tutor-curriculum ul li:nth-child(52) a, .tutor-details-desc .tutor-curriculum ul li:nth-child(54) a, .tutor-details-desc .tutor-curriculum ul li:nth-child(56) a, .tutor-details-desc .tutor-curriculum ul li:nth-child(58) a, .tutor-details-desc .tutor-curriculum ul li:nth-child(60) a, .tutor-details-desc .tutor-curriculum ul li:nth-child(62) a, .tutor-details-desc .tutor-curriculum ul li:nth-child(64) a, .tutor-details-desc .tutor-curriculum ul li:nth-child(66) a, .tutor-details-desc .tutor-curriculum ul li:nth-child(68) a, .tutor-details-desc .tutor-curriculum ul li:nth-child(70) a, .tutor-details-desc .tutor-curriculum ul li:nth-child(72) a, .tutor-details-desc .tutor-curriculum ul li:nth-child(74) a, .tutor-details-desc .tutor-curriculum ul li:nth-child(76) a, .tutor-details-desc .tutor-curriculum ul li:nth-child(78) a, .tutor-details-desc .tutor-curriculum ul li:nth-child(80) a, .tutor-details-desc .tutor-curriculum ul li:nth-child(82) a, .tutor-details-desc .tutor-curriculum ul li:nth-child(84) a, .tutor-details-desc .tutor-curriculum ul li:nth-child(86) a, .tutor-details-desc .tutor-curriculum ul li:nth-child(88) a, .tutor-details-desc .tutor-curriculum ul li:nth-child(90) a, .tutor-details-desc .tutor-curriculum ul li:nth-child(92) a, .tutor-details-desc .tutor-curriculum ul li:nth-child(94) a, .tutor-details-desc .tutor-curriculum ul li:nth-child(96) a, .tutor-details-desc .tutor-curriculum ul li:nth-child(98) a, .tutor-details-desc .tutor-curriculum ul li:nth-child(100) a {
  background-color: #ffffff;
}

/*3*/
.tutor-details-desc .tutor-info .tutor-box {
  margin-bottom: 0;
}
.tutor-details-desc .tutor-info .tutor-box .tutor-image {
  top: 0;
  margin-bottom: 0;
}
.tutor-details-desc .tutor-info .tutor-box .tutor-content {
  padding: 0 0 0 20px;
}
.tutor-details-desc .tutor-info .tutor-box .tutor-content h3 {
  margin-bottom: 0;
  font-size: 22px;
  font-weight: 800;
}
.tutor-details-desc .tutor-info .tutor-box .tutor-content .sub-title {
  display: block;
  color: #fe4a55;
  margin-top: 7px;
  font-size: 15px;
  font-weight: 600;
}
.tutor-details-desc .tutor-info .tutor-box .tutor-content p {
  margin-bottom: 0;
  margin-top: 13px;
}

/*4*/
.tutor-details-desc .tutor-reviews h3 {
  margin-bottom: 0;
  display: inline-block;
  margin-right: 15px;
  font-size: 21px;
  font-weight: 800;
}
.tutor-details-desc .tutor-reviews .rating {
  display: inline-block;
  position: relative;
  top: 1px;
}
.tutor-details-desc .tutor-reviews .rating span {
  font-size: 19px;
  color: #cecfd2;
  margin-right: 2px;
}
.tutor-details-desc .tutor-reviews .rating span.checked {
  color: orange;
}
.tutor-details-desc .tutor-reviews .rating-count {
  margin-top: 10px;
  margin-bottom: 20px;
}
.tutor-details-desc .tutor-reviews .rating-count span {
  display: block;
  font-size: 16px;
  color: #606060;
}
.tutor-details-desc .tutor-reviews .row {
  overflow: hidden;
  margin-left: 0;
  margin-right: 0;
}
.tutor-details-desc .tutor-reviews .side {
  float: left;
  width: 9%;
  margin-top: 10px;
}
.tutor-details-desc .tutor-reviews .side div {
  font-size: 16px;
  font-weight: 700;
}
.tutor-details-desc .tutor-reviews .middle {
  margin-top: 14px;
  float: left;
  width: 82%;
}
.tutor-details-desc .tutor-reviews .right {
  text-align: right;
}
.tutor-details-desc .tutor-reviews .bar-container {
  width: 100%;
  background-color: #f1f1f1;
  text-align: center;
  color: #ffffff;
  border-radius: 5px;
}
.tutor-details-desc .tutor-reviews .bar-5 {
  width: 100%;
  height: 18px;
  background-color: #4CAF50;
  border-radius: 5px;
}
.tutor-details-desc .tutor-reviews .bar-4 {
  width: 75%;
  height: 18px;
  background-color: #2196F3;
  border-radius: 5px;
}
.tutor-details-desc .tutor-reviews .bar-3 {
  width: 50%;
  height: 18px;
  background-color: #00bcd4;
  border-radius: 5px;
}
.tutor-details-desc .tutor-reviews .bar-2 {
  width: 25%;
  height: 18px;
  background-color: #ff9800;
  border-radius: 5px;
}
.tutor-details-desc .tutor-reviews .bar-1 {
  width: 0;
  height: 18px;
  background-color: #f44336;
  border-radius: 5px;
}
.tutor-details-desc .tutor-review-comments {
  margin-top: 40px;
}
.tutor-details-desc .tutor-review-comments h3 {
  border-bottom: 1px solid #f3f3f3;
  padding-bottom: 12px;
  margin-bottom: 8px;
  font-size: 21px;
  font-weight: 800;
}
.tutor-details-desc .tutor-review-comments .user-review {
  border-bottom: 1px solid #f3f3f3;
  padding: 20px 0 20px 110px;
  position: relative;
}
.tutor-details-desc .tutor-review-comments .user-review img {
  position: absolute;
  left: 0;
  top: 20px;
  width: 90px;
  height: 90px;
  border-radius: 5px;
}
.tutor-details-desc .tutor-review-comments .user-review .sub-comment {
  margin-bottom: 8px;
  font-weight: 700;
}
.tutor-details-desc .tutor-review-comments .user-review .review-rating {
  display: block;
  margin-bottom: 8px;
}
.tutor-details-desc .tutor-review-comments .user-review .review-rating .review-stars {
  display: inline-block;
}
.tutor-details-desc .tutor-review-comments .user-review .review-rating .review-stars i {
  color: #cecfd2;
  font-size: 18px;
  display: inline-block;
  margin-right: 2px;
}
.tutor-details-desc .tutor-review-comments .user-review .review-rating .review-stars i.checked {
  color: orange;
}
.tutor-details-desc .tutor-review-comments .user-review .review-rating span {
  color: #221638;
  position: relative;
  top: -2px;
  font-weight: 700;
  margin-left: 5px;
}
.tutor-details-info {
  background-color: #f8f9f8;
  border-radius: 5px;
  padding: 12px 12px 50px 12px;
  margin-left: 15px;
  margin-top: -248px;
}
.tutor-details-info .image {
  text-align: center;
  position: relative;
}
.tutor-details-info .image .link-btn {
  display: block;
  width: 100%;
  height: 100%;
  z-index: 3;
  position: absolute;
  left: 0;
  top: 0;
}
.tutor-details-info .image .content {
  position: absolute;
  left: 0;
  z-index: 2;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.tutor-details-info .image .content i {
  display: block;
  width: 60px;
  height: 60px;
  background-color: #fe4a55;
  color: #ffffff;
  border-radius: 50%;
  line-height: 60px;
  font-size: 25px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 15px;
}
.tutor-details-info .image .content span {
  display: inline-block;
  color: #ffffff;
  border-radius: 5px;
  padding: 4px 20px;
  background-color: #221638;
  font-size: 17px;
  font-weight: 700;
}
.tutor-details-info .image::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
  background-color: #221638;
  opacity: 0.25;
}
.tutor-details-info .info {
  margin-bottom: 0;
  list-style-type: none;
  padding-left: 25px;
  padding-right: 25px;
  padding-top: 35px;
}
.tutor-details-info .info li {
  border-bottom: 1px solid #e5e5e7;
  color: #606060;
  font-size: 17px;
  font-weight: 600;
  padding-top: 15px;
  padding-bottom: 14px;
}
.tutor-details-info .info li span {
  font-weight: 800;
  color: #221638;
  position: relative;
  padding-left: 28px;
}
.tutor-details-info .info li span i {
  color: #7F1F2B;
  position: absolute;
  left: 0;
  font-weight: normal;
  top: -2px;
  font-size: 20px;
}
.tutor-details-info .info li.price {
  padding-bottom: 10px;
  color: #7F1F2B;
  font-size: 28px;
  font-weight: 800;
}
.tutor-details-info .info li.price span {
  color: #221638;
  font-size: 17px;
  font-weight: 800;
}
.tutor-details-info .info li:first-child {
  padding-top: 0;
}
.tutor-details-info .btn-box {
  margin-top: 35px;
  padding-left: 25px;
  padding-right: 25px;
}
.tutor-details-info .btn-box .default-btn-high {
  border: none;
  position: relative;
  display: block;
  text-align: center;
  overflow: hidden;
  z-index: 1;
  color: #FFFFFF;
  background-color: #7F1F2B;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  border-radius: 5px;
  font-weight: 700;
  font-size: 16px;
  padding-left: 30px;
  padding-right: 30px;
  padding-top: 11px;
  padding-bottom: 11px;
}
.tutor-details-info .btn-box .default-btn-high span {
  position: absolute;
  display: block;
  width: 0;
  height: 0;
  border-radius: 50%;
  background-color: #DF631F;
  color: #FFFFFF;
  -webkit-transition: width 0.5s ease-in-out, height 0.5s ease-in-out;
  transition: width 0.5s ease-in-out, height 0.5s ease-in-out;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  z-index: -1;
}
.tutor-details-info .btn-box .default-btn-high i {
  position: absolute;
  left: 30px;
  top: 10px;
}
.tutor-details-info .btn-box .default-btn-high:hover {
	background-color: #7F1F2B;
	color: #FFFFFF;
}
.tutor-details-info .btn-box .default-btn-high:hover span {
  width: 225%;
  height: 562.5px;
}
.tutor-details-info .btn-box .default-btn-high:not(:first-child) {
  margin-top: 15px;
}
.tutor-details-info .btn-box .default-btn-high:first-child {
  background-color: transparent;
  color: #7F1F2B;
  border: 1px solid #7F1F2B;
}
.tutor-details-info .btn-box .default-btn-high:first-child:hover {
  color: #FFFFFF;
  border: 1px solid #DF631F;
}

/*----- FOOTER -----*/
.md_white { color: #FFFFFF; }
.bi-envelope, .bi-geo-alt, .bi-person, 
.bi-phone, .bi-printer, .bi-shield-check, 
.bi-telephone {
	margin-right: 10px;
}