.course-block-three{
	position:relative;
	margin-bottom:30px;
}

.course-block-three .inner-box{
	position:relative;
	padding-top:14px;
	min-height:207px;
	padding-right:30px;
	padding-left:174px;
	border: 1px solid #dddddd;
    background-color: #fff;
	border-radius: 10px;
}

.map-phone{
	color: #20212B !important;
}
.course-block-three .inner-box img{
	border-top-left-radius: 10px;
	border-bottom-left-radius: 10px;
}
.course-block-three .inner-box .image{
	position:absolute;
	left:0px;
	top:0px;
	width:165px;
}

.course-block-three .inner-box .image .tag{
	position:absolute;
	left:15px;
	bottom:15px;
	color:#06092d;
	padding:5px 16px;
	border-radius:5px;
	font-weight:500;
	letter-spacing:1px;
	display:inline-block;
	background-color:#ffe00c;
	text-transform:uppercase;
}

.course-block-three .inner-box h4{
	position:relative;
	font-weight:700;
	line-height:1.4em;
	padding-bottom:20px;
	border-bottom:1px solid #dadada;
}

.course-block-three .inner-box h4 a{
	position:relative;
	color:#000000;
	transition:all 500ms ease;
	-moz-transition:all 500ms ease;
	-webkit-transition:all 500ms ease;
	-ms-transition:all 500ms ease;
	-o-transition:all 500ms ease;
}

.course-block-three .inner-box h4 a:hover{
	color:#43b97e;
}

.course-block-three .inner-box .uni-name{
	position:relative;
	color:#43b97e;
	font-size:17px;
	margin-top:18px;
	margin-bottom:12px;
}


.course-block-three .inner-box .price span{
	position:relative;
	font-weight:400;
	font-size:16px;
	margin-left:10px;
	text-decoration:line-through;
}

.course-block-three .inner-box .hovers{
	position:relative;
	color:#000000;
	font-size:13px;
	float:left;
	margin-top:12px;
	margin-left:20px;
}


.map{
    /* z-index: 1; */
    background-color: #eef7f3;
    padding: 3px;
    /* height: 451px; */
	padding-top: 3px !important;
	border-radius: 10px;
}

.map iframe{
    border-radius: 10px;
}


@media only screen and (min-width: 0px) and (max-width: 600px){
	.course-block-three .inner-box{
		position:relative;
		padding-top:0px;
		min-height:180px;
		padding-right:0px;
		padding-left:145px;
		border:0px solid #f5f3f3 !important;
	}
	.course-block-three .inner-box .content {
		position: relative;
		padding: 10% 4% !important;
		background-color: #ffffff;
		width: 100%;
	  }
	  .course-block-three h4{
		font-size: 16px;
	  }
	  .course-block-three .inner-box .uni-name{
		position:relative;
		color:#43b97e;
		font-size:13px !important;
		margin-top:18px;
		margin-bottom:4px !important;
	}
	.course-block-three .inner-box h4{
		position:relative;
		font-weight:700;
		line-height:1.4em;
		padding-bottom:4px !important;
		border-bottom:1px solid #dadada;
		font-size: larger;
	}
	.course-block-three .inner-box .uni-name a{
		position:relative;
		color:#43b97e;
		font-size:13px !important;
		margin-top:18px;
		margin-bottom:12px;
	}
	.course-block-three .inner-box .image{
		position:absolute;
		left:0px;
		top:0px;
		width:145px !important;
	}
  }

  @media only screen and (min-width: 800px) and (max-width: 1200px){
	.course-block-three .inner-box{
		position:relative;
		padding-top:0px;
		min-height:180px;
		padding-right:0px;
		padding-left:145px;
		border:0px solid #f5f3f3 !important;
	}
	.course-block-three .inner-box .content {
		position: relative;
		padding: 12% 4% !important;
		background-color: #ffffff;
		width: 100%;
	  }
	  .course-block-three h4{
		font-size: 16px;
	  }
	  .course-block-three .inner-box .uni-name{
		position:relative;
		color:#43b97e;
		font-size:13px !important;
		margin-top:18px;
		margin-bottom:4px !important;
	}
	.course-block-three .inner-box h4{
		position:relative;
		font-weight:700;
		line-height:1.4em;
		padding-bottom:4px !important;
		border-bottom:1px solid #dadada;
	}
	.course-block-three .inner-box .uni-name a{
		position:relative;
		color:#43b97e;
		font-size:13px !important;
		margin-top:18px;
		margin-bottom:12px;
	}
	.course-block-three .inner-box .image{
		position:absolute;
		left:0px;
		top:0px;
		width:145px !important;
	}
  }