.q_main_left {
    position: relative;
    padding-block: 92px;
}
.q_main_left h1 {
    margin-bottom: 12px;
    color: var(--Theme-Dark-Blue-800, #26244A);
    font-family: Inter;
    font-size: 52px;
    font-style: normal;
    font-weight: 700;
    line-height: 110%;
    letter-spacing: -1.04px;
}
.q_main_left p {
    margin-bottom: 12px;
    color: var(--Text-Grey-600, #475467);
    font-family: Inter;
    font-size: 20px;
    font-style: normal;
    font-weight: 500;
    line-height: 30px;
    margin-bottom: 24px;
}

.q_main_left ul {
    padding: 0;
    list-style: none;
    display: flex;
    flex-direction: column;
    gap: 12px;
    margin: 0 0 24px 0;
    /* color: #344054; */
    /* font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 1; */
}

.q_main_left ul li {
    display: flex;
    gap: 6px;
    align-items: flex-start;
    line-height: 1.3;
}

.q_main_left ul li span {
    color: var(--Text-Grey-500, #5D667B);
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 28px;
}

.last-update {
    display: flex;
    align-items: flex-end;
    gap: 24px;
    align-items: stretch;
    margin-bottom: 24px;
}

.last-update>div {
    border-left: 2px solid var(--Text-Grey-300, #D0D5DD);
    padding-left: 16px;
}

.last-update h5 {
    color: var(--Text-Grey-500, #5D667B);
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 20px;
    margin-bottom: 4px;
}

.last-update>div p {
    color: var(--Text-Grey-700, #344054);
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 24px;
    margin: 0;
}


.last-update > div.enrollment-content {
    display: flex;
    align-items: center;
    gap: 18px;
    padding-left: 0;
    border: none;
}
.enrollment-content .enro_cnt h6 {
    color: var(--Text-Grey-700, #344054);
    font-family: Inter;
    font-size: 18px;
    font-style: normal;
    font-weight: 700;
    line-height: 28px;
}
.enrollment-content .enro_cnt p {
    color: var(--Theme-Blue-500, #3A58EF);
    font-family: Inter;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 20px;
}
.last-update>div {
    border-left: 2px solid var(--Text-Grey-300, #D0D5DD);
    padding-left: 16px;
}
.rating_part_new h5 {
    color: var(--Text-Grey-700, #344054);
    font-family: Inter;
    font-size: 18px;
    font-style: normal;
    font-weight: 700;
    line-height: 28px;
    margin-bottom: 4px;
}
.rating_part_new h5 span {
    color: var(--Text-Grey-500, #5D667B);
    font-family: Inter;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 20px;
    margin-left: 4px;
}
.rating-itms ul.course-ratings {
    list-style: none;
    display: flex;
    gap: 6px;
    flex-direction: row;
    margin: 0px 0px;
    padding: 0;
}
.q_main_left ul li {
    display: flex;
    gap: 6px;
    align-items: flex-start;
    line-height: 1.3;
}
section.certbottom {
    background: #fff;
    padding-block: 40px;
}
.itmcert {
    display: flex;
    align-items: center;
    gap: 16px;
    flex: 1 0 0;
}
.certdesc {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    gap: 4px;
}
.certdesc p {
    color: var(--Text-Grey-600, #475467);
    font-family: Inter;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 20px;
}
.certdesc span {
    color: var(--Text-Grey-700, #344054);
    font-family: Inter;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 24px;
}
.certdesc span > b {
    border-radius: 8px;
    background: var(--Theme-Blue-800, #182878);
    color: var(--White, #FFF);
    text-align: center;
    font-family: Inter;
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: 24px;
    padding: 0px 12px;
    display: inline-block;
}
section.overview_head {
    padding-top: 86px;
    padding-bottom: 38px;
}
.overview_list {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 10px;
}
.overview_list a {
    display: flex;
    width: 171px;
    padding: 12px 24px;
    justify-content: center;
    align-items: center;
    gap: 8px;
    border-radius: 48px;
    border: 1px solid var(--Text-Grey-300, #D0D5DD);
    background: var(--White, #FFF);
    color: var(--Text-Grey-700, #344054);
    text-align: center;
    font-family: Inter;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
}
.overview_list a.active, .overview_list a:hover {
    color: var(--Theme-Blue-500, #3A58EF);
    border: 1px solid var(--Theme-Blue-500, #3A58EF);
    transition: .4s ease all;
}
.overview {
    padding-block: 47px;
}
.overview h2 {
    color: var(--Theme-Dark-Blue-800, #26244A);
    text-align: center;
    font-family: Inter;
    font-size: 36px;
    font-style: normal;
    font-weight: 700;
    line-height: 120%;
    letter-spacing: -0.72px;
    margin-bottom: 30px;
}
.overview_desc h5 {
    color: var(--Text-Grey-800, #1D2939);
    font-family: Inter;
    font-size: 26px;
    font-style: normal;
    font-weight: 700;
    line-height: 130%;
    margin-top: 12px;
    margin-bottom: 12px;
}
.overview_desc p {
    margin-bottom: 24px;
    color: var(--Text-Grey-800, #1D2939);
    font-family: Inter;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 24px;
}
.overview_desc ul {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 4px;
    align-self: stretch;
    list-style: none;
}
.overview_desc ul li {
    display: flex;
    padding: 4px 8px 4px 0;
    align-items: center;
    gap: 6px;
    align-self: stretch;
    color: var(--Text-Grey-800, #1D2939);
    font-family: Inter;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 24px;
}
.overview_desc ul li svg {
    min-width: 24px;
}
/* job opportunity start */
.Job_Opportunity {
    background-color: #fff;
    padding-bottom: 47px;
}
section.Job_Opportunity h2 {
    color: var(--Text-Grey-700, #344054);
    text-align: center;
    font-size: 36px;
    font-style: normal;
    font-weight: 700;
    line-height: 120%;
    letter-spacing: -0.72px;
    margin-bottom: 30px;
    padding-top: 47px;
}

section.Job_Opportunity .job_details {
    display: flex;
    padding: 10px 32px;
    flex-direction: column;
    align-items: flex-start;
    gap: 8px;
    border-radius: 8px;
    border: 1px solid var(--Gray-100, #E4E5E8);
    background: var(--White, #FFF);
    margin-bottom: 24px;
}
section.Job_Opportunity.Job_Opportunity_new .job_details{
    padding: 32px;
}
section.Job_Opportunity.Job_Opportunity_new{
    padding-bottom: 38px;
}

.job_details label {
    color: var(--Text-Grey-900, #101828);
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: 24px;
}

.job_details p {
    color: var(--Gray-400, #9199A3);
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 20px;
}
.table-overview {
    border-radius: 8px;
    border: 1px solid #EAECF0;
}

.table-overview:not(:last-child) {
    margin-bottom: 40px;
}

.table-overview .table {
    margin: 0;
}

.table-overview thead th {
    background: var(--Theme-Purple-50, #F3F1FD);
    white-space: nowrap;
    padding: 11px 16px;
    border: none;
    color: var(--Text-Grey-900, #101828);
    font-size: 14px;
    font-style: normal;
    font-weight: 600;
    line-height: 20px;
}

.table-overview thead th:first-child {
    border-left: 0;
}

.data_row {
    display: flex;
    align-items: center;
    color: #344054;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 20px;
    /* text-transform: capitalize; */
}

.table-overview tbody td {
    font-style: normal;
    font-weight: 400;
    line-height: 22px;
    padding: 16px 16px;
    /* border: 1px solid #EAECF0; */
    color: #344054;
    font-size: 14px;
    vertical-align: middle;
}

.table-overview tbody tr:hover td {
    background-color: #f3f1fd;
}

tr.open_row td {
    padding: 24px;
}

.open_row {
    display: none;
}

.cs_title {
    cursor: pointer;
}

.cs_title .data_row svg {
    transform: rotate(270deg);
}

.cs_title.tbl-row-opened .data_row svg {
    transform: rotate(0deg);
}

.open_row td {
    background: #F3F2FA;
}


/* job opportunity end */

.open_row td .circle_list ul {
    list-style: none;
    display: flex;
    flex-direction: column;
    gap: 16px;
}
.open_row td .circle_list ul li {
    color: var(--Text-Grey-900, #101828);
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 18px;
    position: relative;
    padding-left: 26px;
}
.open_row td .circle_list ul li:before {
    position: absolute;
    content: "";
    left: 0;
    background-image: url("data:image/svg+xml;charset=UTF-8, %3csvg width='18' height='18' viewBox='0 0 18 18' fill='none' xmlns='http://www.w3.org/2000/svg'%3e%3cg clip-path='url(%23clip0_21326_36794)'%3e%3cpath d='M9 0C4.02919 0 0 4.02919 0 9C0 13.9703 4.02919 18 9 18C13.9708 18 18 13.9703 18 9C18 4.02919 13.9708 0 9 0Z' fill='%2351506E'/%3e%3cg opacity='0.2'%3e%3cpath d='M8.10625 3.93555L13.8494 9.5628L8.10625 15.19L6.39062 13.4334L10.3405 9.5628L6.39062 5.69223L8.10625 3.93555Z' fill='%2351506E'/%3e%3c/g%3e%3cpath d='M7.54375 3.37305L13.2869 9.0003L7.54375 14.6275L5.82812 12.8709L9.778 9.0003L5.82812 5.12973L7.54375 3.37305Z' fill='white'/%3e%3c/g%3e%3cdefs%3e%3cclipPath id='clip0_21326_36794'%3e%3crect width='18' height='18' fill='white'/%3e%3c/clipPath%3e%3c/defs%3e%3c/svg%3e");
    height: 21px;
    width: 20px;
    background-repeat: no-repeat;
}
a.view_data {
    border-radius: 4px;
    background: var(--Theme-Blue-500, #3A58EF);
    box-shadow: 0 1px 2px 0 rgba(16, 24, 40, 0.05);
    padding: 8px 14px;
    color: var(--White, #FFF);
    font-family: Inter;
    font-size: 14px;
    font-style: normal;
    font-weight: 600;
    line-height: 20px;
    display: inline-block;
}
.table-overview tbody td:not(:first-child), .table-overview thead th:not(:first-child) {
    text-align: center;
    vertical-align: middle;
}
.datawrap {
    border-radius: 12px;
    background: var(--Theme-Blue-50, #EBEEFD);
    padding: 5px 20px;
}
.data-items {
    display: flex;
    justify-content: space-between;
}
.data-tem {
    padding: 12px 0px;
    display: flex;
    align-items: center;
    gap: 8px;
    flex: 1 0 0;
    color: var(--Text-Grey-700, #344054);
    font-family: Inter;
    font-size: 20px;
    font-style: normal;
    font-weight: 600;
    line-height: 30px;
}
.data-tem > a {
    border-radius: 4px;
    border: 1px solid var(--Theme-Blue-500, #3A58EF);
    background: var(--White, #FFF);
    box-shadow: 0 1px 2px 0 rgba(16, 24, 40, 0.05);
    padding: 10px 18px;
    color: var(--Theme-Blue-500, #3A58EF);
    font-family: Inter;
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: 24px;
    white-space: nowrap;
}
.cours_desclaimer {
    padding-block: 30px;
    position: relative;
    padding-left: 24px;
    margin-top: 30px;
    color: var(--Text-Grey-600, #475467);
    font-family: Inter;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
}
.cours_desclaimer:before {
    position: absolute;
    content: "";
    left: 0;
    width: 4px;
    border-radius: 13px;
    background: var(--Theme-Yellow-500, #F0C33A);
    top: 0;
    bottom: 0;
}
.publishon > div {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 4px;
}
.publishon > div span {
    color: var(--Text-Grey-800, #1D2939);
    font-family: Inter;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 20px;
}
.publishon > div b {
    color: var(--Text-Grey-800, #1D2939);
    font-family: Inter;
    font-size: 14px;
    font-style: normal;
    font-weight: 600;
    line-height: 20px;
}
.publishon {
    display: flex;
    align-items: flex-start;
    gap: 6px;
}
section.Instructors {
    background: #F5F8FD;
    padding-block: 47px;
}
section.Instructors h2 {
    color: var(--Theme-Dark-Blue-800, #26244A);
    text-align: center;
    font-family: Inter;
    font-size: 36px;
    font-style: normal;
    font-weight: 700;
    line-height: 120%;
    letter-spacing: -0.72px;
    margin-bottom: 30px;
}
.Instructors_Box {
    display: flex;
    gap: 20px;
}
.Instructors_Img {
    /* width: 50%; */
}
.Instructors_Can h4 {
    color: var(--Text-Grey-800, #1D2939);
    font-family: Inter;
    font-size: 26px;
    font-style: normal;
    font-weight: 700;
    line-height: 130%;
    margin-bottom: 12px;
}
.Rat_Name {
    display: flex
;
    gap: 12px;
    align-items: center;
    margin-bottom: 12px;
}
.Instructors_Slider_Main .slick-dots li button:before {
    width: 23px;
    height: 8px;
    background: #E3E0FB;
    border-radius: 26px;
    font-size: 0;
    opacity: 1;
}

.Instructors_Slider_Main .slick-dots li.slick-active button:before {
    background: #7162EA;
}

.Instructors_Slider_Main .slick-dots li {
    width: 30px;
}

.Instructors_Slider_Main .slick-dots {
    bottom: -46px;
}


.Instructors_Slider_Main .slick-prev:before,
.Instructors_Slider_Main .slick-next:before {
    content: none;
}

/* Rating and Reviews - Start - 06-09-2022 */
.Ratings_and_Reviews {
    padding: 72px 0;
}
.Rat_Name ul li {
    display: inline-block;
}
.Rat_Name h5 {
    color: var(--Text-Grey-800, #1D2939);
    font-family: Inter;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 24px;
}
.Instructors_Can p {
    color: var(--Text-Grey-500, #5D667B);
    font-family: Inter;
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    line-height: 28px;
}

.Ratings_and_Reviews .Sec_Title h2 {
    margin-bottom: 24px;
    color: var(--Text-Grey-700, #344054);
    /* Webpage/Header 2 */
    font-family: Inter;
    font-size: 36px;
    font-style: normal;
    font-weight: 700;
    line-height: 120%;
    /* 43.2px */
    letter-spacing: -0.72px;
    text-align: center;
}

.Ratings_and_Reviews p.test-img-text {
    padding: 10px 0;
    color: var(--Theme-Blue-500, #3A58EF);
    /* Text xl / Bold */
    font-family: Inter;
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    line-height: 30px;
    /* 150% */
}

.Ratings_and_Reviews .Reveiws_Count h3 {
    font-weight: 900;
    font-size: 50px;
    line-height: 68px;
    color: #1F2227;
    color: var(--Text-Grey-900, #101828);
    /* Display sm / Semibold */
    font-family: Inter;
    font-size: 30px;
    font-style: normal;
    font-weight: 600;
    line-height: 38px;
    /* 126.667% */
}

.Ratings_and_Reviews {
    background: var(--White, #FFF);
}

.Progress-bar-main {
    margin-bottom: 16px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
}

.Reveiws_Count {
    background-color: #EEF3F6;
    padding: 15px 25px;
    text-align: center;
    border-radius: 5px;
    background: transparent;
    padding: 0;
}

p.Total_Reviw {
    text-align: center;
    margin-left: 16px;
}

.Reveiws_Count h1 {
    font-size: 50px;
    color: #1F2227;
    font-weight: bold;
}

.Reveiws_Count span.rating {
    font-size: 18px;
}

.Progress-bar-main p {
    margin: 0;
    min-width: 86px;
    color: var(--Text-Grey-700, #344054);
    font-family: Inter;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 20px;
}

.Progress-bar-main .progress {
    height: 10px;
    margin-top: 5px;
    border-radius: 10px;
    background: #D0D5DD;
    display: inline-block;
    width: 100%;
}

.Progress-bar-main .progress .progress-bar {
    height: 10px;
    border-radius: 10px;
    background: #3A58EF;
}

.User_img {
    background: #7162EA;
    width: 46px;
    height: 46px;
    border-radius: 50px;
    border-radius: 25px;
    background: var(--Theme-Blue-100, #D8DEFC);
}

.User_main {
    display: flex;
    gap: 10px;
}

.User_name {
    margin-left: 0;
    margin-top: 0;
}

.User_name h5 {
    font-size: 16px;
    color: #000000;
    font-weight: 900;
    margin-bottom: 5px;
    color: var(--Text-Grey-900, #101828);
    /* Text md / Semibold */
    font-family: Inter;
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: 24px;
    /* 150% */
}

.User_Date {
    margin: 0 0 0 auto;
}

.User_Date p {
    margin: 0;
    color: #000;
    font-size: 14px;
}

.Review_Text {
    margin-top: 16px;
}

.Review_Text p {
    margin: 0;
    color: var(--Text-Grey-500, #5D667B);
    font-family: Inter;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 20px;
    /* 142.857% */
}

.Reveiw_Box {
    border-bottom: 1px solid #DEDEDE;
    padding: 24px 0;
}

.Review_pagination {
    padding: 30px 0;
    border-top: 1px solid #DEDEDE;
}

.Review_pagination .pagination li {
    padding: 0 7px;
    line-height: 30px;
}

.Review_pagination .pagination li .Next img {
    transform: rotate(180deg);
}

.Review_pagination .pagination .page-item .page-link {
    padding: 0;
    width: 30px;
    height: 30px;
    line-height: 30px;
    color: #000000;
}

.Review_pagination .pagination .page-item.active .page-link {
    color: #fff;
}

p.test-img-text {
    font-weight: 700;
    font-size: 20px;
    line-height: 24px;
    color: #fff;
    padding: 18px 0;
    margin: 0;
    text-align: center;
}

.fa.fa-star, .fa.fa-star-half-o, .fa.fa-star-o, .fa.fa-star-half, .fa.fa-star-half-alt {
    color: #fbb42c;
}

.Detail_Box .Reveiws_Count h3 {
    color: #1F2227;
    font-size: 50px;
    font-weight: 900;
    line-height: 68px;
}

.Review_Ratings_Top {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 24px;
}

.Ratings_Review_Box {
    border-radius: 8px;
    background: var(--Text-Grey-50, #F9FAFB);
    padding: 24px;
}

.Ratings_and_Reviews .Reveiws_Count h3 span {
    color: var(--Text-Grey-700, #344054);

/* Text sm / Regular */
    font-family: Inter;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 20px; /* 142.857% */
    vertical-align: middle;
    margin-left: 8px;
}

.Reveiws_Rating {
    display: flex;
    align-items: center;
}

span.rating {
    display: flex;
    align-items: center;
}

span.rating span {
    color: var(--Theme-Yellow-500, #F0C33A);

/* Text sm / Medium */
    font-family: Inter;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: 20px; /* 142.857% */
}

a.View_All {
    border-radius: 4px;
    border: 1px solid var(--Theme-Blue-500, #3A58EF);
    color: var(--Theme-Blue-500, #3A58EF);
    font-family: Inter;
    font-size: 14px;
    font-style: normal;
    font-weight: 600;
    line-height: 20px;
    padding: 10px 27px;
    display: inline-block;
    margin-top: 24px;
}

span.rating span:first-child {
    margin-right: 5px;
}
.Reveiws_Rating span.rating ul {
    display: flex;
    list-style: none;
    gap: 6px;
}
.User_name span.rating ul {
    display: flex;
    list-style: none;
    gap: 0px;
}
span.rating span:first-child  {
    margin-right: 5px;
    vertical-align: middle;
}

/*Why Professionals Trust Our Compliance Package Start*/
section.why_professtion {
    padding-block: 72px;
    background: #F5F8FD;
}
.why_professtion_desc ul {
    padding: 0;
    list-style: none;
    display: flex;
    flex-direction: column;
    gap: 12px;
    margin: 0;
    color: #344054;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 1;
}

.why_professtion_desc ul li {
    display: flex;
    gap: 12px;
    align-items: flex-start;
    line-height: 1.3;
}

.why_professtion_desc h2 {
    color: var(--Text-Grey-700, #344054);
    font-size: 36px;
    font-style: normal;
    font-weight: 700;
    line-height: 120%;
    letter-spacing: -0.72px;
    margin-bottom: 40px;
}
.btngroup_header {
    gap: 24px;
    padding-top: 40px;
    display: flex;
    flex-wrap: wrap;
}
.certificate_slider_wrap .slick-dots li button:before {
    width: 23px;
    height: 8px;
    background: #E3E0FB;
    border-radius: 26px;
    font-size: 0;
    opacity: 1;
}

.certificate_slider_wrap .slick-dots li.slick-active button:before {
    background: #7162EA;
}

.certificate_slider_wrap .slick-dots li {
    width: 30px;
}

.certificate_slider_wrap .slick-dots {
    bottom: -46px;
}

.certificateModal .certificate_slider_wrap .slick-dots {
    bottom: 0px;
}

.certificate_slider_wrap .slick-prev:before,
.certificate_slider_wrap .slick-next:before {
    content: none;
}

.certificate_slider_wrap .slick-prev {
    left: 0;
}

.certificate_slider_wrap .slick-next {
    right: 0;
}

.certificate_slider_wrap .slick-prev,
.certificate_slider_wrap .slick-next {
    width: 40px;
    z-index: 9;
    height: 40px;
}

.certificate_slide {
    opacity: 0.2;
}

.certificate_slide.slick-slide.slick-current.slick-active.slick-center {
    opacity: 1;
}

/*Why Professionals Trust Our Compliance Package over*/


/*FAQs Start*/

section.Faqs {
    padding-block: 110px;
    background: #F5F8FD;
}
.Faqs .nav-tabs .nav-link {
    color: var(--Text-Grey-400, #98A2B3);
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    border: none;
    line-height: 24px;
    padding: 12px 20px;
    border-radius: 8px 8px 0px 0px;
    background: transparent;
}

.Faqs .nav-tabs .nav-item.show .nav-link,
.Faqs .nav-tabs .nav-link.active {
    color: var(--Theme-Purple-500, #7162EA);
    border-bottom: 1px solid var(--Theme-Purple-500, #7162EA);
}

.Faqs h2.faq-title {
    color: var(--Theme-Dark-Blue-800, #26244A);
    text-align: center;
    font-size: 36px;
    font-style: normal;
    font-weight: 700;
    line-height: 120%;

    letter-spacing: -0.72px;
    margin-bottom: 40px;
}

.Faqs .accordion-button::after {
    background-image: url(../images/practical-training-programs/faqdownblue.webp);
}

.Faqs .accordion-flush>.accordion-item>.accordion-header .accordion-button,
.Faqs .accordion-flush>.accordion-item>.accordion-header .accordion-button.collapsed {
    background: transparent;
}

.Faqs .accordion-flush>.accordion-item {
    /* margin-bottom: 8px; */
    border-bottom: 1px solid #E1E2E6;
    background: transparent;
}

.Faqs .accordion-flush>.accordion-item>.accordion-header .accordion-button,
.Faqs .accordion-flush>.accordion-item>.accordion-header .accordion-button.collapsed {
    color: var(--Theme-Dark-Blue-800, #26244A);
    font-size: 20px;
    font-style: normal;
    font-weight: 600;
    line-height: 30px;
}

.Faqs .accordion-button:focus {
    box-shadow: none;
    /* background: rgba(205, 214, 218, 0.25) !important; */
}

.Faqs .accordion-button:not(.collapsed) {
    box-shadow: none;
}

.Faqs .accordion-body {
    background: transparent;
    border-top: none;
    color: var(--Text-Grey-600, #475467);
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 28px;

}

/*FAQs End*/

section.Trial_Main {
    padding: 72px 0;
    background: #FFF;
}
.Trial_Left h1 {
    color: var(--Text-Grey-800, #1D2939);
    font-family: Inter;
    font-size: 26px;
    font-style: normal;
    font-weight: 700;
    line-height: 130%;
    margin-bottom: 8px;
}
.Trial_Left p.Sub_Line {
    color: var(--Text-Grey-600, #475467);
    font-family: Inter;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 28px;
    margin-bottom: 32px;
}
/* .Trial_Left .Table_Box table.table thead tr th {
    background: #fff;
    color: var(--Text-Grey-700, #344054);
    text-align: center;
    font-family: Inter;
    font-size: 24px;
    font-style: normal;
    font-weight: 700;
    line-height: 32px;
    vertical-align: text-top;
} */
  .Trial_Left .Table_Box table.table thead tr th {
    background: #fff;
    color: var(--Text-Grey-700, #344054);
    text-align: center;
    font-family: Inter;
    font-size: 24px;
    font-style: normal;
    font-weight: 700;
    line-height: 32px;
    vertical-align: text-top;
    padding: 20px 20px 10px 20px;
}
.Trial_Left .Table_Box table.table thead tr th.Selcted_Plan {
    background-color: #ebeefd;
}
.Trial_Left .Table_Box table.table tbody tr td.Selcted_Plan {
    background-color: #ebeefd;
}
.Trial_Left .Table_Box table.table thead tr th .selected_btn span {
    color: #fff;
    font-family: Inter;
    font-size: 14px;
    font-style: normal;
    font-weight: 600;
    line-height: 20px;
    margin: 0;
}
.Trial_Left .Table_Box table.table thead tr th p {
    color: var(--Theme-Blue-900, #04092A);
    font-family: Inter;
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: 24px;
}
.head_sub {
    margin-bottom: 24px;
}
/* Add for tags hierarchy */
.head_sub h1, .head_sub h2 {
    color: var(--Theme-Dark-Blue-800, #26244A);
    font-family: Inter;
    font-size: 36px;
    font-style: normal;
    font-weight: 700;
    line-height: 120%;
    letter-spacing: -0.72px;
    margin-bottom: 12px;
}
.head_sub p {
    color: var(--Text-Grey-600, #475467);
    font-family: Inter;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 28px;
}
.Trial_Left .Table_Box table.table thead tr th span {
    color: var(--Text-Grey-500, #5D667B);
    font-family: Inter;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    margin-left: 5px;
}
.Trial_Left .Table_Box table.table thead tr th:first-child > span {
    color: var(--Text-Grey-700, #344054);
    font-family: Inter;
    font-size: 24px;
    font-style: normal;
    font-weight: 700;
    line-height: 32px;
    margin: 0 0 16px 0;
    display: block;
    text-align: left;
}
.pricing_trial {
    display: flex;
    align-items: center;
    gap: 12px;
}
table.table thead tr th:first-child .pricing_trial span {
    color: var(--Text-Grey-700, #344054);
    font-family: Inter;
    font-size: 24px;
    font-style: normal;
    font-weight: 700;
    line-height: 32px;
    margin: 0;
}
table.table thead tr th:first-child .pricing_trial b {
    color: var(--Theme-Blue-500, #3A58EF);
    font-family: Inter;
    font-size: 24px;
    font-style: normal;
    font-weight: 700;
    line-height: 32px;
}
.Trial_Left .Table_Box .table>thead {
    vertical-align: middle;
}
.Trial_Left .Table_Box table.table thead tr th small {
    color: var(--Warning-Yellow-900, #7A2E0E);
    font-family: Inter;
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    border-radius: 4px;
    background: var(--Warning-Yellow-200, #FEDF89);
    padding: 2px 8px;
    height: 20px;
    display: inline-block;
}
.Trial_Left .Table_Box table.table thead tr th:last-child small {
    background: transparent;
}
.Trial_Left .Table_Box table.table tr:nth-child(odd) td {
    border-bottom: 1px solid var(--Text-Grey-300, #D0D5DD);
    background: #FFF;
}
.Table_Box table.table tbody tr td {
    color: var(--Text-Grey-700, #344054);
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 24px;
    border-bottom: 1px solid var(--Text-Grey-300, #D0D5DD);
    background: var(--Text-Grey-100, #F2F4F7);
}
.Trial_Left .Table_Box table.table tbody tr td {
    padding: 12px 8px;
    color: var(--Text-Grey-600, #475467);
    font-family: Inter;
    font-size: 15px;
    font-style: normal;
    font-weight: 500;
    background-color: #fff;
    line-height: 28px;
}
.desc_last {
    color: var(--Text-Grey-600, #475467);
    font-family: Inter;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 28px;
    margin-top: 24px;
}
.Trial_Left .Table_Box table.table tbody tr td a.access_to_communities {
    display: flex;
    justify-content: space-between;
}
.Trial_Left .Table_Box table.table tbody tr td.Link_Text {
    display: flex;
    align-items: baseline;
    gap: 5px;
    height: 46px;
}
.Trial_Left .Table_Box{
    border: none;
}
.Trial_Left .Table_Box table.table tbody tr td a.access_to_communities {
    display: flex;
    gap: 16px;
    width: 100%;
    align-items: center;
    color: var(--Text-Grey-700, #344054);
    font-family: Inter;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 18px;
    text-decoration-line: underline;
    justify-content: flex-start;
}
.Trial_Left {
    border-radius: 16px;
    border: 1px solid var(--Text-Grey-200, #EAECF0);
    background: var(--White, #FFF);
    padding: 24px;
}

.Trial_Left .c_tooltip .c_tooltiptext {
    left: 170px;
    bottom: -30%;
    top: auto;
}


.Trial_Left .c_tooltip .c_tooltiptext::after {
    content: "";
    position: absolute;
    bottom: 100%;
    left: 50%;
    margin-left: -18px;
    border-width: 5px;
    border-style: solid;
    border-color: transparent #d3d3d3  transparent transparent;
    bottom: 14px;
}
.Trial_Left .c_tooltip .c_tooltiptext::after {
    left: 8px;
}
.new_breadcrumb {
    display: flex;
    align-items: center;
    gap: 3px;
    margin-bottom: 24px;
}
.new_breadcrumb a {
    color: var(--Text-Lignt, #75757D);
    font-family: Inter;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: 160%;
    text-decoration-line: underline;
    text-decoration-style: solid;
    text-decoration-skip-ink: none;
    text-decoration-thickness: auto;
    text-underline-offset: auto;
    text-underline-position: from-font;
}
.new_breadcrumb a.active {
    color: var(--Dark-Text, #1D2939);
    font-family: Inter;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: 20px;
    text-decoration: none;
}
.Trial_Left  .table>:not(caption)>*>* {
    padding: 0.3rem .3rem;
}
.Choose_Plan {
    border-radius: 8px;
    border: 1px solid var(--Text-Grey-200, #EAECF0);
    background: var(--White, #FFF);
    box-shadow: 0px 1px 3px 0px rgba(16, 24, 40, 0.10), 0px 1px 2px 0px rgba(16, 24, 40, 0.06);
    padding: 24px;
}
.Choose_Plan h3 {
    color: var(--Text-Grey-900, #101828);
    font-family: Inter;
    font-size: 24px;
    font-style: normal;
    font-weight: 700;
    line-height: 130%;
    margin-bottom: 8px;
}
.Select_Box {
    border-radius: 8px;
    border: 1px solid var(--Text-Grey-100, #F2F4F7);
    background: var(--Text-Grey-100, #F2F4F7);
    padding: 8px 16px;
}
.Select_Box .form-check {
    display: flex;
    gap: 16px;
    align-items: center;
}
.Select_Box .form-check label.form-check-label {
    color: var(--Theme-Blue-800, #182878);
    font-family: Inter;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: 20px;
}
.Select_Box .form-check label.form-check-label p {
    color: var(--Text-Grey-800, #1D2939);
    font-family: Inter;
    font-size: 14px;
    font-style: normal;
    font-weight: 600;
    line-height: 20px;
}
.Select_Box .form-check label.form-check-label p span {
    color: var(--Text-Grey-500, #5D667B);
    font-family: Inter;
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    margin-left: 4px;
}
.Select_Box .form-check input {
    width: 20px;
    height: 20px;
}
.Select_Box.active {
    border-radius: 8px;
    border: 1px solid var(--Theme-Blue-200, #9CABF7);
    background: var(--Theme-Blue-50, #EBEEFD);
}
.Card_Detail {
    border-radius: 8px;
    background: var(--Text-Grey-50, #F9FAFB);
    display: flex;
    padding: 8px 16px;
    margin-block: 32px;
}
.Card_Detail p {
    color: var(--Text-Grey-500, #5D667B);
    font-family: Inter;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
    margin-bottom: 6px;
}
.Card_Detail span {
    color: var(--Text-Grey-800, #1D2939);
    font-family: Inter;
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: 24px;
}
.Subscription_Period {
    border-right: 1px solid #D0D5DD;
    padding-right: 24px;
    margin-right: 24px;
}
.Terms_Privacy .form-check label.form-check-label {
    color: var(--Text-Grey-600, #475467);
    font-family: Inter;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 20px;
}
.Trial_Left .Table_Box table.table thead tr th:first-child {
    color: var(--Text-Grey-500, #5D667B);
    font-family: Inter;
    font-size: 18px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    width: 370px;
}
.card_dtbx_head {
    color: var(--Text-Grey-600, #475467);
    font-family: Inter;
    font-size: 18px;
    font-style: normal;
    font-weight: 600;
    line-height: 28px;
    margin-bottom: 12px;
}
.card_dtbx label.form-check-label {
    font-size: 14px;
}
.selected_btn {
    text-align: center;
    color: #5D667B;
    border-radius: 3.35px;
    padding: 8px 15px;
    font-size: 14px;
    font-weight: 600;
    line-height: 20.1px;
    box-shadow: 0px 1px 2px 0px rgba(16, 24, 40, 0.05);
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 8px;
    border: 1px solid #3a58ef;
    background: #3a58ef;
}
.Blue_Fill_Btn.course_catalogue_btn {
    border: 1px solid #3A58EF !important;
    color: #3A58EF !important;
    background: transparent !important;
}
.eyeicn_wrap {
    position: relative;
}
.eyeicn {
    position: absolute;
    right: 12px;
    top: 10px;
    cursor: pointer;
}
.isclosebtn {
    padding: 20px 0;
    text-align: right;
}
.isclosebtn a {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    justify-content: flex-end;
    color: var(--Text-Grey-900, #101828);
    font-family: Inter;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: 20px;
}
p.error_paymentfail {
    border-radius: 8px;
    background: var(--Error-Red-50, #FEF3F2);
    padding: 4px 16px;
    color: var(--Error-Red-900, #7A271A);
    font-family: Inter;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 24px;
    margin: 16px 0;
}
p.error_paymentfail span {
    color: var(--Error-Red-700, #B42318);
    text-align: center;
    font-family: Inter;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 24px;
}
.card_dtbx {
    margin-bottom: 16px;
}
.othercontent button.Continue {
    border-radius: 4px;
    border: 1px solid var(--Theme-Blue-500, #3A58EF);
    padding: 12px 20px;
    color: var(--Theme-Blue-500, #3A58EF);
    font-family: Inter;
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: 24px;
    background: transparent;
}
.powered_by.mt-3 {
    display: flex;
    align-items: center;
}
.powered_by label {
	margin-right: 5px;
}
.powered_by_logo {
	display: inline-block;
	position: relative;
}
.powered_by_logo::after {
	content: '';
	width: 1px;
	height: 20px;
	background: #EAECF0;
	display: inline-block;
	position: absolute;
	top: 12px;
	right: 8px;
}
.powered_by_logo:last-child:after {
    display: none;
}
.Choose_Plan.custom_text_plan p {
	font-size: 14px;
}
.isclosebtn{
    display: none;
}

.all_license .table thead tr th {
    background: #E3E0FB;
    color: var(--Text-Grey-700, #344054);
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: 24px;
    padding: 15px 12px;
}

.all_license .table-responsive {
    border-radius: 8px;
}

.all_license .table tbody tr td {
    color: var(--Text-Grey-500, #5D667B);
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: 20px;
    padding: 15px 12px;
}

span.all_license_orange {
    color: var(--Theme-Yellow-700, #BD9007);
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: 20px;
    padding: 4px 18px;
    border-radius: 4px;
    border: 1px solid var(--Theme-Yellow-100, #FBEDC4);
    opacity: 0.8;
    background: var(--Theme-Yellow-50, #FDF9EB);
    display: inline-block;
}

span.all_license_green {
    color: var(--Success-Green-500, #12B76A);
    text-align: center;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: 20px;
    display: inline-block;
    border-radius: 4px;
    border: 1px solid var(--Success-Green-100, #D1FADF);
    background: var(--Success-Green-50, #ECFDF3);
    padding: 4px 8px;
}

.all_license {
    margin-top: 24px;
    height: 500px;
    overflow-y: auto;
}

.all_license .table tbody tr:first-child td {
    padding-top: 24px;
}


/*about_us Start*/
.about_us .slick-dots li button:before {
    width: 23px;
    height: 8px;
    background: #E3E0FB;
    border-radius: 26px;
    font-size: 0;
    opacity: 1;
}
.about_us .slick-dots li.slick-active button:before{
    background: #3A58EF;
}
.about_us_slide > img {
    margin: 0 auto;
}
.about_us .slick-dots li {
    width: 30px;
}
.about_us .slick-dots {
    bottom: -67px;
}
.about_us .slick-prev:before,.about_us .slick-next:before{
    content: none;
}
.about_us .slick-prev,.about_us .slick-next {
    width: 40px;
    height: 40px;
    z-index: 9;
}
.about_us .slick-prev
{
    left: 16%;
}
.about_us .slick-next
{
    right: 16%;
}
section.about_us {
    margin-bottom: 130px;
}
section.about_us h2 {
    color: var(--Theme-Dark-Blue-800, #26244A);
    text-align: center;
    font-size: 36px;
    font-style: normal;
    font-weight: 700;
    line-height: 120%;
    letter-spacing: -0.72px;
    margin-top: 135px;
    margin-bottom: 40px;
}
.about_us_slide {
    text-align: center;
    opacity: 0.2;
}
.about_us_slide-itm.slick-slide.slick-current.slick-active.slick-center .about_us_slide{
    opacity: 1;
}
/* .about_us_slide-itm{
    max-width: 800px;
} */
.about_us_slide h3 {
    color: var(--Theme-Dark-Blue-800, #26244A);
    text-align: center;
    font-size: 24px;
    font-style: normal;
    font-weight: 700;
    line-height: 130%;
    margin-top: 12px;
    margin-bottom: 16px;
}
.about_us_slide h3 + p {
    color: var(--Text-Grey-600, #475467);
    text-align: center;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 28px;
    max-width: 800px;
    margin-left: auto;
    margin-right: auto;
}
.about-client {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 16px;
    margin-top: 32px;
}
.about-client img {
    border-radius: 50%;
}
.about-client .cle-info h4 {
    color: var(--Theme-Dark-Blue-800, #26244A);
    font-size: 20px;
    font-style: normal;
    font-weight: 600;
    line-height: 30px;
}
.about-client .cle-info p {
    color: var(--Text-Grey-600, #475467);
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
}
/*about_us End*/


/*Start Instructor by nikunj 27112024*/
.Instructors_NL {
    display: flex;
}
.Instructors_NL p.instr_name {
    font-style: normal;
    font-weight: 900;
    font-size: 25px;
    line-height: 34px;
    text-align: center;
    color: #1F2227;
    margin-right: 30px;
}
.Instructors_NL a {
    margin-right: 10px;
}
.Instructors_PS {
    display: flex;
}
.Instructors_PS p {
    font-style: normal;
    font-weight: 500;
    font-size: 15px;
    line-height: 20px;
    color: #1F2227;
    margin-top: 12px;
    margin-bottom: 0;
}
.Instructors_PS ul {
    margin-left: 20px;
}
.Instructors_PS ul li {
    display: inline-block;
    margin-top: 7px;
    margin-right: 8px;
}
.desc_hide_show {
    max-height: 130px;
    overflow: hidden;
}
.Instructors_Text {
    margin-top: 20px;
    margin-bottom: 0;
}
.Instructors_Text p {
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 30px;
    color: #2D2D2D;
    margin-bottom: 0;
}
.instructors-more {
    float: right;
}
.Instructors_Sider .carousel-indicators {
    bottom: -40px;
}
.Instructors_Sider .carousel-indicators .active {
    background: #1F2227;
}
.Instructors_Sider .carousel-indicators button {
    background: rgba(31, 34, 39, 0.25);
    border-radius: 50%;
    border-top: 3px solid transparent;
    border-bottom: 4px solid transparent;
    width: 10px;
}
.carousel-indicators .active {
    background-color: #3a58ef !important;
}
/*End Instructor by nikunj 27112024*/

section.overview_head.sticky-top {
    position: sticky;
    top: 79px;
    background: #f5f8fd !important;
    z-index: 9;
    padding: 25px 0 10px;
}

.tabgcounter {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    max-width: 100%;
    box-sizing: border-box;
}

.tabgcounter span {
    color: #101828;
    white-space: nowrap;
    background: #f5f5f5;
    border-radius: 4px;
    display: inline-block;
    padding: 4px 8px;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 20px;
}

.start_assessment{
    width: 100%;
    text-align: center;
}
.start_assessment:hover{
    color: white;
    background-color: #182878;
    transition: 0.4s all ease;
    border-color: #182878;
}
.data-tem > span.assessment_pass {
	border-radius: 4px;
	border: 1px solid var(--Success-Green-600, #039855);
	background: var(--Success-Green-600, #039855);
	box-shadow: 0 1px 2px 0 rgba(16, 24, 40, 0.05);
	color: white;
	display: flex;
	padding: 10px 18px;
	justify-content: center;
	align-items: center;
	gap: 8px;
	flex: 1 0 0;
	color: var(--White, #FFF);
	font-family: Inter;
	font-size: 16px;
	font-style: normal;
	font-weight: 600;
	line-height: 24px;
}
.data-tem > span.assessment_retake {
	border-radius: 4px;
	border: 1px solid var(--Error-Red-600, #D92D20);
	background: var(--Error-Red-600, #D92D20);
	box-shadow: 0 1px 2px 0 rgba(16, 24, 40, 0.05);
	display: flex;
	height: 44px;
	padding: 10px 8px 10px 18px;
	justify-content: center;
	align-items: center;
	gap: 8px;
	flex: 1 0 0;
	color: var(--White, #FFF);
	text-align: center;
	leading-trim: both;
	text-edge: cap;
	font-family: Inter;
	font-size: 16px;
	font-style: normal;
	font-weight: 600;
	line-height: 24px;
}
.data-tem > span.assessment_retake b {
	display: flex;
	padding: 8px 9px;
	justify-content: center;
	align-items: center;
	gap: 10px;
	border-radius: 4px;
	background: var(--White, #FFF);
	color: var(--Error-Red-600, #D92D20);
	leading-trim: both;
	text-edge: cap;
	font-family: Inter;
	font-size: 12px;
	font-style: normal;
	font-weight: 600;
	line-height: 18px;
}
.data-tem > span.assessment_failed {
	border-radius: 4px;
	border: 1px solid var(--Success-Green-600, #d92d20);
	background: var(--Success-Green-600, #d92d20);
	box-shadow: 0 1px 2px 0 rgba(16, 24, 40, 0.05);
	color: white;
	display: flex;
	padding: 10px 18px;
	justify-content: center;
	align-items: center;
	gap: 8px;
	flex: 1 0 0;
	color: var(--White, #FFF);
	font-family: Inter;
	font-size: 16px;
	font-style: normal;
	font-weight: 600;
	line-height: 24px;
}
.data-tem > span.assessment_pass + a, .data-tem > span.assessment_retake + a, .data-tem > span.assessment_failed + a {
	background: transparent;
	border: none;
	box-shadow: none;
}

@media(max-width:767px){
    .q_main_left {
        padding-block: 32px;
    }
    .last-update {
        flex-wrap: wrap;
    }
    .last-update>div{
        border: none;
    }
    section.certbottom {
        padding-block: 32px;
    }
    section.overview_head {
        padding-top: 32px;
        padding-bottom: 0px;
    }
    .data-items {
        white-space: nowrap;
        gap: 16px;
    }
    .overview_list {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 10px;
    align-self: stretch;
    justify-content: flex-start;
    gap: 10px;
    border: none;
    margin-bottom: 30px;
    display: flex;
    overflow: auto;
    flex-wrap: nowrap;
    overflow-y: hidden;
    padding-bottom: 10px;
}
  .Instructors_Box {
        display: block;
    }
    .Instructors_Img {
    width: auto;
    margin-bottom: 20px;
}
.btngroup_header {
    margin-bottom: 24px;
}
section.Faqs {
    padding-block: 40px;
}
}
