@import url('https://fonts.googleapis.com/css2?family=DM+Sans:ital,opsz,wght@0,9..40,100..1000;1,9..40,100..1000&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&display=swap');
.reskin-ig-course-main-page {
    background: rgb(252, 240, 241);
    margin: 0 20px;
    border-radius: 20px;
    border: 1px solid #DB2F60;
    padding:40px 50px;
}
.course-access-heading {
    width: 60%;
    margin: 0 auto 40px;
}
.course-access-heading h1 {
    font-family: 'Inter', sans-serif;
    font-weight: 600;
    font-size: 30px;
    text-align: center;
    vertical-align: middle;
    color: #1F2937;
    margin-bottom: 15px;
}
.course-access-heading p {
    font-family: 'Inter', sans-serif;
    font-weight: 500;
    font-size: 16px;
    line-height: 24px;
    text-align: center;
    color: #4B5563;
    margin-bottom: 0;
}
.reskin-ig-course-page-sidebar h2 {
    font-weight: 500;
    font-size: 16px;
    line-height: 157%;
    letter-spacing: 0px;
    color: #212636;
    margin-bottom: 10px;
    font-family: 'Inter', sans-serif;
}
.reskin-ig-course-page-sidebar p {
    font-weight: 400;
    font-size: 14px;
    line-height: 157%;
    letter-spacing: 0px;
    color: #667085;
    font-family: 'Inter', sans-serif;
}
.reskin-nav-tabs {
    border: 0;
    margin-top: 30px;
}
.reskin-nav-tabs li {
    width: 100%;
}
.reskin-nav-tabs li a {
    font-family: 'Inter', sans-serif;
    font-weight: 600;
    font-size: 14px;
    line-height: 157%;
    letter-spacing: 0px;
    margin-bottom:35px;
}
.reskin-nav-tabs li a span.reskin-tabs-steps {
    width: 24px;
    height: 24px;
    background: #8A94A6;
    padding: 10px;
    border-radius: 50px;
    font-family: 'Inter', sans-serif;
    font-weight: 400;
    font-size: 12px;
    line-height: 166%;
    letter-spacing: 0px;
    text-align: center;
    vertical-align: middle;
    color: #fff;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    position: relative;
}
.reskin-nav-tabs li a.active span.reskin-tabs-steps {
    background: #DB2F60;
}
.reskin-nav-tabs li a span.reskin-tabs-steps:after {
    content: "";
    position: absolute;
    width: 2px;
    height: 24px;
    background: #DCDFE4;
    bottom: -30px;
    left: 0;
    right: 0;
    margin: 0 auto;
}
.reskin-nav-tabs li:last-child a span.reskin-tabs-steps:after {
    display: none;
}
.reskin-nav-tabs li a {
    display: flex;
    gap: 10px;
}
.reskin-nav-tabs li a h6 {
    font-family: 'Inter', sans-serif;
    font-weight: 600;
    font-size: 14px;
    line-height: 157%;
    letter-spacing: 0px;
    color: #DB2F60;
    color: #212636;
    margin-bottom: 0;
}
.reskin-nav-tabs li a.active h6 {
    color: #DB2F60;
}
.reskin-nav-tabs li:last-child a p{
    margin-bottom: 0;
}
.course-access-right-section-wrapper {
    padding:0 0 0 40px;
}
.reskin-course-right-video-sec {
    background: #fff;
    border-radius: 12px 12px;
    box-shadow: 0px 0px 0px 1px #0000000F;
}
.courseAccess-iframe {
    padding:20px 20px 20px 20px;
}
.courseAccess-iframe iframe {
    width: 100%;
}
.ig-course-access-arrow-btn {
    text-align: center;
    margin: 20px 0 0;
}
@media screen and (max-width:1024px) {
    .reskin-ig-course-main-page {
        padding: 40px 20px;
    }
    .course-access-heading {
        width: 65%;
    }
}
@media screen and (max-width:991px) {
    .course-access-heading {
        width: 90%;
    }
}
@media screen and (max-width:768px) 
{
    .reskin-ig-course-main-page{
        padding:40px 0;
        margin: 0;
        border: 0;
        border-radius: 0;
    }
    .course-access-heading{
        width: 100%;
        margin-bottom: 20px;
    }
    .course-access-heading h1 {
        font-size: 20px;
    }
    .course-access-heading p {
        font-size: 14px;
    }
        .course-access-right-section-wrapper {
        padding: 0;
    }
    .ig-course-access-arrow-btn {
        margin-bottom: 40px;
    }
}
