.Free_Course_Main .modal-dialog.modal-lg {
    max-width: 680px;
}
.Free_Course_Main .modal-header {
    position: absolute;
    right: -7px;
    top: -9px;
    z-index: 123;
    border: none;
    padding: 20px;
}
.Free_Course_Main .modal-header button.btn-close {
    font-size: 11px;
}
.Free_Course_Top img {
    width: 120px;
}
.Free_Course_Top {
    text-align: center;
}
.Free_Course_Top h4 {
    color: var(--Text-Grey-900, #101828);
    text-align: center;
    font-family: Inter;
    font-size: 24px;
    font-style: normal;
    font-weight: 700;
    line-height: 130%;
}
.Course_Box {
    border-radius: 4px;
    border: 1px solid var(--Text-Grey-300, #D0D5DD);
    background: var(--Text-Grey-100, #F2F4F7);
    padding: 8px;
	margin-top: 16px;
}
.Course_Box p {
    color: var(--Text-Grey-800, #1D2939);
    font-family: Inter;
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: 24px;
    margin-bottom: 8px;
}
.Course_Box ul {
    margin-left: 20px;
}
.Course_Box ul li {
    color: var(--Text-Grey-600, #475467);
    font-family: Inter;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
}
.Doing {
    margin-top: 24px;
	margin-inline: 14px;
}
.Doing h5 {
    color: var(--Text-Grey-600, #475467);
    font-family: Inter;
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: 24px;
    margin-bottom: 12px;
}
.Doing ul li {
    list-style: none;
    color: var(--Text-Grey-700, #344054);
    font-family: Inter;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 24px;
    margin-bottom: 12px;
    position: relative;
    padding-left: 30px;
}
.Doing ul li svg {
    position: absolute;
    left: 0;
}
.Course_Btm {
    border-radius: 8px;
    background: var(--Success-Green-50, #ECFDF3);
    padding: 12px 16px;
}
.Course_Btm p {
    color: var(--Success-Green-900, #054F31);
    font-family: Inter;
    font-size: 15px;
    font-style: normal;
    font-weight: 500;
    line-height: 24px;
}
.Course_Btm p svg {
    margin-right: 10px;
}


.Free_Course_Main .modal-body {
    padding: 32px;
}