h4.eng {
	font-size: 1.6rem;
    line-height: 1.5;
    color: #156cb9;
    font-weight: 600;
	margin-bottom: 40px;
}

div.courseCard {
    background-color: #424242;
    background-color: #d6d5f6;
    border-radius: 2px;
    overflow: hidden;
	border-bottom-left-radius: 200px;
	border-bottom-right-radius: 200px;
	border: 1px dotted #5353c6;
	margin-bottom: 20px;
	
}

div.courseCard .bg1{
	/* background-color: #5353c6; 
    border-bottom-left-radius: 35vw;
    border-bottom-right-radius: 35vw;	 */
}

div.courseCard .bg2{
	    background-color: #e5e5ff;
    min-height: 280px;
    border-bottom-left-radius: 240px;
    border-bottom-right-radius: 240px;
}
div.courseCard .bg2 h4{
	color: #1f1f8b;
    font-size: 22px;
    text-align: center;
    line-height: 1.5;
    padding-top: 20px;
}

div.courseCard .circle1{
width: 180px;
    height: 180px;
    background-color: #fff;
    border-radius: 50%;
    margin: -120px auto 0;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding-bottom: 18px;
    border: thin solid #5353c6;
    outline: 5px solid #ffffff !important;
	margin-bottom: 20px;
	position: relative;
}

div.courseCard .circle1~div{
	text-align: center;
	 
	padding-top: 40px;
    background-color: #e5e5ff;
    margin-top: -50px;
    border-radius: 70px;
   
	
}

.coursTitle, .courseData {
	
	color: #705c5c;
	margin: 0;
	padding: 0;
	font-weight: 600;
	font-size: 15px;
}


.sep {
	border-bottom: thin dotted #ccc;
}

.linkDiv {
	background-color: #7472b4;
}

.linkDiv a {
	    color: #fff;
    text-decoration: none;
    font-weight: 400;
    display: block;
	    padding: 20px 0 30px;
	transition: .5s all ease;
}

.linkDiv a:hover {
	    background-color: #ffa500;
}

a.regBtn {
	text-decoration: none;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    padding: 15px 80px 18px;
	margin-top: 50px;
	margin-bottom: 50px;
    border-radius: 10px 90px;
    font-family: 'cairo';
    font-size: 15px;
    font-weight: 600;
    line-height: 1;
	transition: 0.3s all ease;
	color: #fff;
	background-color: #7472b4;
}

a.regBtn:hover {
	background-color: #ffa500;
}


