.banner-course-details .outlne-wrapper h1 {
   font-family: 'Gotham-Book';
    color: #fff;
    
}
.banner-outline-wrapper {
    position: relative;
}
.banner-course-details {
    position: absolute;
    bottom: 6.55rem;
    left: 5.55rem;
}
.banner-course-details ul li {
    list-style-type: none !important;
    color: #fff;
}
.ouline-banner-con ul,.banner-course-info ul {
    display: grid;
    grid-template-columns: repeat(2, 52%);
    gap: 1.5rem;
    padding: 0;
}
.ouline-banner-con .radio-circle {
    width: 1.5rem;
    height: 1.5rem;
    border: 0.2rem solid #fff;
    border-radius: 50%;
    position: relative;
    margin-right: 0.5rem;
    display: flex;
    justify-content: center;
    align-items: center;
    float: left;
}
.inner-dot {
    position: absolute;
    width: 0.6rem;
    height: 0.6rem;
    border-radius: 50%;
    background-color: #fff;
    display: none;
}
.ouline-banner-con .radio-circle:hover .inner-dot {
    display: block; 
}
.banner-course-details hr {
    width: 52rem;
    border-top: 0.15rem solid #fff;
    margin: 1rem 0;
}
.banner-course-info .banner-cour-details img {
    width: 1.5rem;
    height: auto;
    object-fit: contain;
    margin-right: 0.2rem;
}
section.outline-banner .list-wrapper li {
    margin: 0.55rem 1.5rem;
}
section.outline-banner .list-background .list-wrapper ul li a {
    padding:0;
    margin:0;
}
.banner-course-details {
    bottom: 5rem;
    width: 100%;
}
.banner-course-details .outlne-wrapper h1 {
       font-size: 2.5rem;
    margin-bottom: 1rem;
    font-weight: 600;
    width: 90%;
}
.course-ban-data h1, .course-ban-data p {color: #fff;font-size: 1.35rem;}
.course-ban-data {
 margin-bottom: 0rem;
}
p.cus-label {
    font-family: 'Gotham-Book';
    font-weight: bold;
}

p.cus-label span {
    font-size: 2.5rem;
}
.course-ban-data p.analyst {
    width: 45%;
}
/* media */

@media(max-width: 991px) {
.faculty-contain-inner {
    height: 100%;
    display: block !important;
}
.banner-course-details {
    left: 1.55rem;
    bottom: 3rem;
}
section.outline-banner .list-wrapper ul {
    margin: 0;
    padding: 0;
    width: 100%;
    overflow-x: scroll;
    white-space: nowrap;
}
section.outline-banner .list-background .list-wrapper {
    width: 95%;
    margin: 0 auto;
}
body .course-cover-cnt {
    min-height: 100% !important;
}
section.course-cover .col-md-4 {
    width: 100%;
}
.course-cover-cnt::after {
 display: none;
}
section.course-cover {
    margin-bottom: 2rem;
}
.course-ban-data p.analyst {
    width: 85%;
}
body .course-cover-cnt h4 {
    min-height: 100%;
    width: 100%;
}
body .course-outline-page section.course-content h2 {
    margin-top: 2rem;
}
}


@media (max-width:767px){
.course-outline-page .our-faculty .intro-head {
    clear: both;
    display: block;
    float: left;
    width: 100%;
}
.row.course-ban-data .col-md-3.col-xs-3 {
    width: 100%;
}
    .ouline-banner-con ul, .banner-course-info ul {
    display: grid;
    grid-template-columns: repeat(1, 52%);
    gap: 1.5rem;
    padding: 0;
}
.banner-course-details {
    bottom: 6rem;
    left: 1.55rem;
    width: 94%;
}
    .banner-course-details .outlne-wrapper h1 {
        font-size: 1.75rem;
    }
.banner-course-details hr {
    width: 80%;
    border-top: 0.2rem solid #fff;
}
section.outline-banner .outline-banner-image img.logo_normal {
    height: 49rem;
}
body .course-outline-page section.course-content h2 {
    width: 95%;
    font-size: 1.75rem;
}

}