.find-tutor-box-left
{
	padding-right:5px;
	padding-left:10px;
}
.find-tutor-box-right
{
	padding-left:5px;
	padding-right:10px;
}
.find-tutor {
    border: 3px solid #bf060b;	
    width: 100%;
}
.title-find-tutor {
    background: rgba(0, 0, 0, 0) linear-gradient(to bottom, #bf060b 0%, #9c0509 100%, #7db9e8 100%) repeat scroll 0 0;
    width: 100%;
}
.title-find-tutor h2 {
    color: #fff;
    font-size: 18px;
    font-weight: bold;
    line-height: 45px;
    margin: 0;
    padding: 0 0 0 20px;
    width: 100%;
}
.contact-find-tutor {
    background: rgba(0, 0, 0, 0) url("../images/phone-tutor.png") no-repeat scroll 0 0;
    padding-bottom: 10px;
    padding-left: 15%;
    width: 100%;
	padding-top:15px;
	color:#333;
	font-size:16px;
	line-height:25px;
}
.contact-find-tutor span
{
	font-size:20px;
	font-weight:bold;
	color:#bf060b;
	
}
/*Tutor now*/
.tutor-now-container
{
	margin-top:20px;
	margin-bottom:35px;
}
.tutor-now-left
{
	padding-left:10px;
	padding-right:5px;
}
.tutor-now-right
{
	padding-right:10px;
	padding-left:5px;
}
.tutor-now {width: 100%;height: 70px;border-bottom: 3px solid #bdbdbd;
		position: relative;
		/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#1e5799+0,f5f5f5+0,dfdfdf+100 */
	background: #1e5799; /* Old browsers */
	background: -moz-linear-gradient(top,  #1e5799 0%, #f5f5f5 0%, #dfdfdf 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#1e5799), color-stop(0%,#f5f5f5), color-stop(100%,#dfdfdf)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #1e5799 0%,#f5f5f5 0%,#dfdfdf 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #1e5799 0%,#f5f5f5 0%,#dfdfdf 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #1e5799 0%,#f5f5f5 0%,#dfdfdf 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #1e5799 0%,#f5f5f5 0%,#dfdfdf 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#1e5799', endColorstr='#dfdfdf',GradientType=0 ); /* IE6-9 */
	}

	.tutor-now:before { 
		background: url("../images/bg-tutor-fl.png") no-repeat;
		width: 40px;
		height: 70px;
		position: absolute;
		left: 0px;
		top: 0px;
		content: '';
	}

	.tutor-now:after { 
		background: url("../images/bg-tutor-fr.png") no-repeat;
		width: 40px;
		height: 70px;
		position: absolute;
		right: 0px;
		top: 0px;
		content: '';
	}
.tutor-now-box
{
	padding:10px 41px 0px 41px;
	overflow:hidden;	
}
.tutor-available
{
	width:55px;
	height:40px;
	background:url(../images/tutor.png) no-repeat left center;
	float:left;.		
}

.class-available
{
	width:55px;
	height:40px;
	background:url(../images/class.png) no-repeat left center;
	float:left;.		
}
.tbl-cell
{
	
	float:left;
	margin-left:5px;
	text-align:center;
	font-family: "UTMAiCapBold";
}

.intro-home-title
{
  font-size:22px;
  color:#0196e1;
  font-weight:bold;
  text-transform:uppercase;
  padding-bottom:15px;
}
/*Responsive*/
@media screen and (max-width :768px)
{
  .tbl-cell
  {
	 width: 65%;
	 margin-top:10px;
	 font-size:16px;
	 
  }
}
@media screen and (max-width :640px)
{
  .tutor-now-box
  {
		padding:20px 40px 0px 40px;
  }
  .tbl-cell
  {
	 width: 65%;
	 margin-top:5px;
	 
  }
}
@media screen and (max-width :480px)
{
  .tbl-cell
  {
	 width: 55%;
	 margin-top:0px;
	 
  }
  .tutor-now-box
  {
	padding:15px 40px 0px;
  }

}
@media screen and (max-width:479px)
{
	.tutor-now-left, .tutor-now-right
	{
		width:100%;
		float:none;
		padding:0px 10px;	
	}
	.tutor-now-left
	{
		padding-bottom:10px;
	}
	.tutor-now-right
	{
		padding-top:10px;
	}
	.title-find-tutor h2
	{
		font-size:14px;
	}
	.tutor-available,.class-available
	{
		width:70px;
	}
	.tbl-cell
	{
		line-height:35px;
	}
	.tutor-now-box
	{
		padding:15px 52px 0px;
	}
}
@media screen and (max-width :360px)
{
.contact-find-tutor
{
	font-size:13px;
	background: transparent url("../images/phone-tutor.png") no-repeat scroll -8px 0px;
}
.contact-find-tutor span
{
	font-size:16px;
}
.title-find-tutor h2
{
	font-size:13px;
}
.tutor-available,.class-available
{
	width:60px;
}
.tbl-cell
{
	width:60%;
	font-size:16px !important;
}
.tutor-now-box
	{
		padding:15px 55px 0px;
	}
}
@media screen and (max-width :320px)
{
.intro-home-title
{
	font-size:20px;
}
.title-find-tutor h2
{
	font-size:18px;
}
.tutor-available, .class-available
{
	margin-top:10px;
	width:55px;
}
.tutor-now-box
{
	padding:10px 40px 0px;
}
.tbl-cell {
    margin-top: 0;
    width: 65%;
}
}