@charset "utf-8";
/* CSS Document */



.course_heading1{
float:left;
width:100%;
height:auto;
font-size:23px;
text-align:left;
color:#000000;
font-weight:600;
margin-bottom:25px;
margin-top:20px;
color: #1062ab;
}



/*.course_heading2{
display:inline-block;
position:relative;
font-size:21px;
font-weight:500;
color:#3c8ad0;
text-transform:capitalize;
float:left;
width:100%;
margin-bottom:20px;
text-align:left;
padding-bottom:10px;
}

.course_heading2:before{
display:block;
position:absolute;
bottom:0;
left:0;
width:70px;
height:4px;
background:#1062ab;
content:'';

}*/


.course_heading2{
float: left;
width: 98%;
height: auto;
line-height: 40px;
background-color: rgb(234, 234, 234);
border-left: 4px solid rgb(16, 98, 171);
padding-left: 2%;
text-align: left;
font-size: 20px;
color: rgb(0, 0, 0);
margin-bottom:10px;
}

