.course_details{
	padding: 3rem 0;
}
.course-content>.row>.col-md-4{
	padding: 15px;
}
.curseicnhedng img{
	border-radius: 20px 20px 0 0;
	max-height: 150px;
    height: 100%;
}
.curseicndetl{
	padding: 15px 0px;
}
.course-deatail {
    background-color: #fff;
    box-shadow: 0 0 10px 0px #00000036;
    border-radius: 20px;
    height: 100%;
    width: 100%;
    margin: auto;
}
.course_hading {
    font-size: 30px;
    font-family: var(--font-primary-bold), Arial, Sans-serif;
    color: #080808;
    line-height: 1.2;
    margin-bottom: 8px;
}
.durtn_prd{
	padding-bottom: 8px;
}
.durtn_prd strong{
	font-size: 1.14rem;
}
.eligiblt__cat{
	font-size: 1.14rem;
	margin-bottom: 10px;
}
.courseval1 p:first-child{
	font-family: var(--font-primary);
	color: #1e1e1e;
}
.cousr_detaillnk{
    padding-top: 0;
    color: var(--secondary-color);
    text-transform: capitalize;
    transition: .5s all ease-in-out;
}
.cousr_detaillnk:hover{
    color: var(--primary-color);
    letter-spacing: 0.4px;
}

.whychoose {
    padding: 3rem 0;
    background:linear-gradient(90deg, rgb(1 39 88 / 60%), rgb(1 39 88 / 95%));
    position: relative;
    overflow: hidden;
}
.whychoose:before {
    content: '';
    background-image: url('../images/coreval-bg.webp');
    background-repeat: no-repeat;
    background-position: center;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    opacity: 0.08;
}
.whychoose_content{
    position: relative;
    z-index: 2;
}
.whychoose_content .section-heading{
    color: var(--white);
}
.content_grid{
   width: 100%;
}
.content_grid .contentgrid_bx {
    margin: 15px 0;
    padding: 0;
    border-radius: 30px 30px 30px 0;
}
.grid_heading h3 {
    font-size: 1.4rem;
    font-family: var(--font-primary-medium);
    font-weight: 500;
    color: var(--white);
}
.grid_para {
    line-height: 1.3;
    color: var(--white);
}
.crval_img{
    max-width: 350px;
    width: 100%;
}
.commiticon_box{
    display: flex;
    padding: 20px 0;
    flex-wrap: wrap;
    justify-content: center;
}
.cmmsncol {
    flex: 24%;
    max-width: 24%;
    width: 100%;
    padding: 10px;
    height: auto;
}
.icon_bx {
    background-color: #fff;
    box-shadow: 0 0 5px 1px rgb(48 48 48 / 22%);
    padding: 15px;
    height: 100%;
    border-radius: 10px;
    position: relative;
    overflow: hidden;
}
.icon_bx::before {
    content: "";
    position: absolute;
    right: -32px;
    top: -34px;
    width: 80px;
    height: 80px;
    border-radius: 50%;
    border: 10px solid #00306e;
    transition: all .5s ease-in-out;
    opacity: .2;
}
/*.icon_bx:hover::before{
    opacity: 1;
}*/
.icon_heading {
    font-size: 1.2rem;
    letter-spacing: 0.8px;
    font-family: var(--font-primary-bold);
    font-weight: 700;
}
.icon_content p {
    font-size: 15px;
    color: #1a1a1a;
    line-height: 1.4;
}
.carrer_section {
    padding: 3rem 0 0;
}
.curseicndetl .row .col-12{
    padding-right: 10px;
}
.course-content>.row>.col-md-6{
    padding: 20px;
}
.hr_row {
    max-width: 30px;
    height: 2px;
    width: 100%;
    background-color: var(--atc-color);
    display: block;
    margin-bottom: 10px;
}
.course-deatail {
    padding: 20px 20px;
    height: 100%;
    box-shadow: 0 0 5px 0 rgb(0,0,0,0.3);
    border-radius: 10px;
    position: relative;
}
.rhtbrdr .col-md-6:first-child{
    position: relative;
}
.rhtbrdr .col-md-6:first-child:before{
    content: '';
    width: 1px;
    height: 100%;
    position: absolute;
    right: 4px;
    background-color: var(--atc-color);
}
.rhtbrdr .col-md-6:last-child{
    padding-left: 8px;
}
.curseicnhedng {
    display: flex;
    align-items: center;
}
.curseicnhedng img {
    max-width: 100px;
    width: 100%;
    border-radius: 10px;
    aspect-ratio: 1.27;
}
.llb_imgicon img{
    aspect-ratio: 1.25;
}
.hedngdetl {
    padding-left: 20px;
}
.course_img {
    max-width: 315px;
    border-radius: 10px;
    overflow: hidden;
    box-shadow: 0 0 10px 0 rgb(0 0 0 / 24%);
}
.crval_img img {
    aspect-ratio: 1.14;
}
.course_img img {
    aspect-ratio: 0.94;
}
.llbobjectve_img img {
    aspect-ratio: 2.13;
}