.hero {
    background: url(../img/courses_banner.jpg) top left;
}

.degree{
	padding-bottom: 80px;
}

.degree1{
	margin-top: 0px !important;
	padding-top: 10px;
}

.degree2{
	margin-top: 30px;
}

.degree h3{
	padding-bottom: 50px;
}

.bx h5{
	font-size: 18px;
	font-weight: 700;
	padding: 10px 15px;
	margin: 0px;
	color: #fff;
	text-align: center;
}

.about-content1 {
	margin-top: 60px;
}

.bx p{
	font-size: 15px;
	font-weight: 500;
	padding: 7px 15px;
	margin: 0px;
}

.bx{
	width: 100%;
	border: 1px solid #292929;
	margin-top: 10px;
}

.bx1{
	width: 100%;
	float: left;
	border-right: 1px solid #292929;
	background-color: #EB873E;
}

.bx2{
	width: 100%;
	float: left;
	background-color: #EB873E;
}

.one{
	width: 100%;
	float: left;
	border-top: 1px solid #292929;
	border-right: 1px solid #292929;
}

.two{
	width: 100%;
	float: left;
	border-top: 1px solid #292929;
}

/**/

.inside1{
	width: 10%;
	float: left;
	border-right: 1px solid #292929;
}

.inside2{
	width: 90%;
	float: left;
}

.rr{
	width: 100%;
	float: left;
}

.jj{
	width: 100%;
	float: left;
}

.primary_btn{
	width: 220px;
}

.secondary_btn {
    background-color: #152E87;
    border-radius: 500px;
    padding: 7px 5px;
    font-size: 15px;
    text-align: center;
    width: 180px;
    text-transform: none;
    color: #fff;
    font-weight: 500;
    border: 0px solid red;
    transition: 0.7s;
    margin-top: 20px;
}

.secondary_btn:hover {
    background-color: #0B1C5A;
}

.rrr{
	width: 100%;
}

.last{
	margin-bottom: 70px;
}

@media only screen and (max-width: 700px) {
	.inside1 {
	  width: 15%;
	}

	.inside2 {
	  width: 85%;
	}

	.bx p {
	  padding: 7px 5px;
	  font-size: 14px;
	  text-align: left !important;
	}

	 .inside2 {
	    border-left: 1px solid #313131;
	  }

	  .inside1 {
	    border-left: 0px solid #313131;
	    border-right: 0px solid #313131;
	  }

	  .bx h5 {
	  font-size: 16px;
	  text-align: left;
	}

	 p {
    text-align: left;
  }


}