.course_details {
    padding: 2rem 0;
}
.main-heading {
    letter-spacing: 0.2px;
    font-size: 2.08rem;
}
.curseicnhedng {
    display: flex;
/*    align-items: center;*/
}
.curseicnhedng img {
    max-width: 75px;
    width: 100%;
    border-radius: 10px;
    aspect-ratio: 1.27;
}
.hedngdetl{
    padding-left: 20px;
}
.course_hading {
    font-size: 30px;
    font-family: var(--font-primary-bold), Arial, Sans-serif;
    color: #080808;
    line-height: 1.2;
}
.curseicndetl {
    padding-top: 5px;
}
.real-world {
    padding: 1rem 0 2rem;
    background-color: #fdfcf5;
    position: relative;
    overflow: hidden;
}
.icon-bx img {
    max-width: 85px;
    width: 100%;
    border-radius: 4px;
    box-shadow: 0 0 0 2px var(--atc-color);
}
.icon-bx {
    padding: 20px;
}
.news_grid{
    background-color: var(--lightbg-color);
    padding: 20px;
    border-radius: 7px;
    border: 1px solid var(--primary-color);
}
.news_grid>marquee>p{
    line-height: 1.2;
}
.news_grid>marquee>p>a{
    color: #181414;
    letter-spacing: 0.1px;
    transition: .4s all ease;
}
.news_grid>marquee>p>a:hover{
    color: var(--secondary-color);
}
.news_grid marquee{
    font-family: var(--font-primary);
}
.cousr_detaillnk {
    padding-top: 15px;
    color: var(--secondary-color);
    text-transform: capitalize;
    transition: .5s all ease-in-out;
    /*position: absolute;
    bottom: 0;*/
    padding-bottom: 0px;
    display: block;
}
.cousr_detaillnk:hover{
    color: var(--primary-color);
    letter-spacing: 0.4px;
}
.mainpage_img{
    max-width: 280px;
    width: 100%;
    border-radius: 10px;
    overflow: hidden;
    margin-top: 0px;
}
.couse_grid{
    padding-top: 0rem;
}
.couse_grid.row>.col-md-6 {
    padding: 0 15px;
}
.curseicndetl .row .col-12{
    padding-right: 10px;
}
.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;
}
.testimonal-bx {
    display: flex;
    flex-wrap: wrap;
    padding-top: 0px;
}
.testimonal-item {
    padding: 10px;
    /*flex: 33.3%;
    max-width: 33.3%;*/
    width: 100%;
}
.testimonialitem-content{
    padding: 12px 32px;
    box-shadow: 0 0 5px 0 rgb(0, 0, 0, 0.15);
    position: relative;
    border-radius: 0 10px 0 10px;
    height: 100%;
}
.testimonal-content p{
    font-size: 15px;
}
.testiusrname{
    font-family: var(--font-primary-medium);
    font-weight: 500;
}
.testimonialitem-content:after {
    content: '';
    box-shadow: 1px 1px 0 0 var(--primary-color);
    width: 40%;
    display: block;
    height: 50%;
    position: absolute;
    bottom: 0;
    right: 0px;
    border-bottom-right-radius: 10px;
    z-index: 0;
    opacity: 0.5;
}
.testimonialitem-content:before {
    content: '';
    box-shadow: -1px -1px 0 0 var(--primary-color);
    width: 40%;
    display: block;
    height: 50%;
    position: absolute;
    top: 0;
    left: 0px;
    border-top-left-radius: 10px;
    z-index: 0;
    opacity: 0.5;
}
.testimonial_icon img {
    max-width: 85px;
    width: 100%;
    display: block;
    margin: auto;
    aspect-ratio: 0.9;
    margin-bottom: 10px;
    border-radius: 8px;
}
.testimonial_icon, .testimonal-item{
    position: relative;
    z-index: 5;
}
.accordion-header {
    padding: 10px 20px;
    font-family: var(--font-primary-medium);
    font-weight: 500;
    font-size: 1.1rem;
}
.row_content {
    padding: 10px 20px;
}
.accordion-content p {
    margin: 0 0;
}
.mainpage_img img {
    aspect-ratio: 0.90;
}
.swiper-button-prev, .swiper-button-next{
    z-index: 8 !important;
    color: #333 !important;
}
.swiper-button-next:after, .swiper-button-prev:after {
    font-size: 30px !important;
    background-color: #fff;
    box-shadow: 0 0 10px 0 #00000026;
    padding: 8px 10px;
    border-radius: 4px;
}
.swiper-slide{
    height: auto !important;
}
.media-swiper .swiper-wrapper .swiper-slide{
    padding-bottom: 20px;
}
.mediaitem-content {
    max-height: 265px;
    height: 100%;
    overflow: hidden;
    padding: 10px;
}
.media_icon {
    height: auto;
}

.media_icon picture img {
    max-width: 100%;
    border-radius: 6px;
    object-fit: cover;
    height: auto;
    cursor: pointer;
}

.media-content {
    text-align: center;
}

.media-source {
    font-weight: bold;
    color: #555;
    margin-top: 10px;
}
#mediaModal {
    display: none;
    justify-content: center;
    align-items: center;
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    background: rgba(0, 0, 0, 0.8);
    z-index: 9999;
}
#mediaModalImg {
    max-width: 90vw;
    max-height: 90vh;
    width: auto;
    height: auto;
    object-fit: contain;
    border-radius: 10px;
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.5);
}

.media-modal-content {
    max-width: 67%;
/*    max-height: 90%;*/
/*    object-fit: inherit;*/
    border-radius: 10px;
    box-shadow: 0 0 20px rgba(255, 255, 255, 0.2);
    display: block;
    margin: auto;
}

.media-modal-close {
    position: absolute;
    top: 20px;
    right: 30px;
    color: #fff;
    font-size: 25px;
    font-weight: bold;
    cursor: pointer;
    z-index: 10000;
}
