.course-list-container {
    padding-top: 4rem;
    padding-bottom: 5rem;
}

.course-list {
    display: grid;
    gap: 23px;
    align-items: stretch;
    grid-template-columns: repeat(4, minmax(235px, 1fr));
    list-style: none;
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

.cpa-courses .course-list {
    text-align: center;
}

.cpa-courses {
    align-items: center;
    justify-content: center;
    width: 60%;
    margin: auto;
    text-align: center;
}

.acca-courses {
    padding: 1rem;
    /* background: #fff; */
}

.prerequisites-acca {
    background: #f8f8f8;
}

.prerequisites {
    background: #fff;
    padding-top: 80px;
    padding-bottom: 50px;
}

.prerequisites p {
    line-height: 1.6;
    font-size: 0.857;
}

.prerequisites img {
    height: fit-content;
    border-radius: 2rem;
    width: 100%;
    padding: 20px;
}

.prerequisites ul {
    list-style-type: none;
    text-decoration: none;
}

.prerequisites ul li {
    margin: 10px;
}

.requirements .fas {
    color: #D5B776;
    padding: 10px;
}

.preq-content {
    padding: 20px;
    line-height: 1.6;
}

.course-image {
    height: 100px;
    flex: 0 0 100px;
    object-fit: cover;
    width: 100%;
}

.course-item {
    display: flex;
    flex-direction: column;
    margin: 0 auto;
    max-width: 275px;
    overflow: hidden;
    width: 100%;
    background: #fff;
    margin-top: 0;
    border-radius: 0.375rem;
    position: relative;
    text-align: left;
    box-shadow: 5px 5px 25px 0 rgb(46 61 73 / 20%);
}

@media (min-width:48rem) {
    .course-item {
        width: 100%;
    }

    .course-list {
        grid-auto-rows: 1fr;
    }
}

.course-item-content {
    align-items: flex-start;
    display: flex;
    flex: 1 0 auto;
    flex-direction: column;
    padding: 1.5rem;
}

.course-level {
    background: var(--accent-color);
    border-radius: 1rem;
    color: var(--primary-color);
    font-size: 0.875rem;
    font-weight: 700;
    line-height: 2rem;
    min-width: 138px;
    padding: 0 1rem;
    text-align: center;
}

.course-title {
    flex: 1 0 auto;
    font-size: 1rem;
    font-weight: 700;
    line-height: 1.652rem;
    padding: 1rem 0;
}

.list-title {
    flex: 1 0 auto;
    font-size: 1.5rem;
    font-weight: 700;
    line-height: 1.652rem;
    padding: 1rem 0;
    text-align: center;
}

.course-button-link {
    font-weight: 700;
    flex: 0 0 auto;
    font-size: 0.75rem;
    color: var(--primary-color);
}


.skill-card {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    margin-bottom: 80px;
    overflow: hidden;
    padding: 0;
    border-radius: 0.375rem;
    background: #fff;
    box-shadow: 5px 5px 25px 0 rgb(46 61 73 / 20%);
    position: relative;
    text-align: left;
    margin-top: 80px;
}

.skill-card p {
    color: #525c65;
}

.categories-section {
    background: #f3f8fe;
    padding-top: 80px;
    padding-left: 12px;
    padding-right: 12px;
}

.category-list-item {
    box-shadow: 0px 30px 40px -20px #fff;
    margin-bottom: 50px;
    border-radius: 2rem;
}

.category-list-card {
    background-color: #fff;
    min-height: 120px;
    padding: 42px 32px;
}

.category-list-title {
    color: #0b0b0b;
    font-size: 2rem;
    font-weight: 400;
    line-height: 2.625rem;
}

.card-list-container {
    margin-left: auto;
    margin-right: auto;
    max-width: 73.75rem;
    padding-left: 12px;
    padding-right: 12px;
}

.category-card-list {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    list-style-type: none;
    gap: 23px;
    margin: 0;
    padding: 0;
}

.card-label {
    color: #000;
    align-items: center;
    font-size: 1.5rem;
    font-weight: 500;
    line-height: 1.5;
}

.skill-content {
    justify-content: center;
    align-items: center;
}

.professional {
    background: url('../img/studr.webp');
    height: 30vh;
    padding: 2px;
    background-repeat: no-repeat;
    background-size: cover;
    text-align: center;

}

.professional-content {
    padding: 20px;
}

.professional-content h3 {
    font-size: 1.5rem;
    margin-top: 50px;
    padding-top: 20px;
    font-weight: 700;
}

.professional-content p {
    padding: 2px;
    display: block;
    font-size: 1rem;
}

.hero-professional {
    margin-top: 0px;
    padding: 5rem;
    background: #fff;
}

.hero-professional .flex-row {
    justify-content: space-between;
}

.hero-professional p {
    line-height: 2;
    margin: 0 2rem;
    max-width: 700px;
    text-align: center;


}

.flex-row {
    display: flex;
    align-items: center;
    justify-content: center;
    /* flex-wrap: nowrap; */
}

.acca-requiremets .flex-row {
    align-items: flex-start;
    justify-content: flex-start;
    gap: 20px;

}

.corporate {
    background: linear-gradient(rgba(4, 44, 76, 0.7), rgba(213, 183, 118, 0.9)), url("../img/office.webp");
    color: #D5B776;
    padding: 2px;
    /* background: #0E2C4C; */
    border-bottom-left-radius: 80px;

}

.corporate-header {
    text-align: center;
    margin-top: 10px;
    background-color: #f4f4f4;
    /* border: 1px; */
    border-top-left-radius: 50px;
    border-bottom-right-radius: 50px;
    margin: 0 auto;
    padding: 10px;
    margin-bottom: 20px;

}

.corporate-header p {
    margin: 0 auto;
    line-height: 2;
    font-size: 18px;
    font-weight: 500;
    /* color: #5c5c5c; */
    z-index: 3;
    color: #808080;
}

.corporate h3 {
    text-align: center;
}

.corporate h1 {
    font-size: 18px;
    line-height: 0.8;
}

.main-corporate {
    background: #f3f8fe;
}

.corporate-course {
    background: #fff;
}

.corporate-course-content img {
    box-shadow: 0px 30px 40px -20px #fff;
    border-radius: 20px;
}

.grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
    justify-content: center;
    align-items: center;
    height: 100%;
}

.course-card {
    border-radius: 5px;
    box-shadow: 0px 30px 40px -20px #fff;
    padding: 30px;
    text-align: center;
    margin: 20px;
    color: #fff;
    line-height: 1.2;
    /* border-top:3px solid var(--secondary-color); */
    background: #0E2C4C;
}

.course-card .fa-check {
    margin-right: 8px;
    color: #D5B776;
    /* padding-right: 8px; */
}

.course-card-header h1 {
    font-size: 18px;
    text-align: center;
    color: #D5B776;
    font-weight: 700;

}

.explore-btn {
    border-bottom: 1px solid #0E2C4C;
    padding: 10px;
    color: #0E2C4C;
    font-weight: 700;


}

.explore-more {
    text-align: center;
    margin-top: 10px;
}

.single-course-hero {
    color: #fff;
    background: linear-gradient(112.1deg, rgb(32, 38, 57, 0.7) 11.4%, rgb(63, 76, 119, 0.7) 70.2%), url('../img/img_seven.webp');
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
    padding: 2rem;
    height: 400px;
}
.modelling-course-hero {
    color: #fff;
    background: linear-gradient(112.1deg, rgb(32, 38, 57, 0.7) 11.4%, rgb(63, 76, 119, 0.7) 70.2%), url('../img/img_six.webp');
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
    padding: 2rem;
    height: 400px;
}
.overlay-single {
    background: #0b0b0b;
    position: absolute;
}

.frm {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 23px;
    justify-content: center;
    align-items: center;
    height: 100%;
}
.cfa-home{
    width: 60vw;
    height: 100vh;
}
.cfa-home a {
    background: #0E2C4C;
    color: #fff;
    font-weight: 600;
    padding: 10px;
    border-radius: 0.375rem;
    margin-top: 1.5rem;
    margin-right: 20px;
}

.frm-cta {
    margin-top: 1.5rem;
    display: flex;
}

.frm-cta  a{
    color: #f2f2f2;
    margin-right: 10px;
    padding: 5px;
    z-index: 4;
    border-radius: 10px;
     background-color: #7E1416;
}
.frm-intro {
    display: grid;
    grid-template-columns: 2fr 1fr;
}

.frm-intro img {
    height: 100%;
    width: 100%;
    margin-right: 20px;
    border-radius: 1rem;
}

.frm-header {
    color: #fff;
}

.frm-main {
    background: #fff;
    padding: 80px 0;
}

.frm-card {
    margin: 10px;
    padding: 20px;
    box-shadow: 0px 30px 40px -20px #fff;
}

.c-header {
    margin: 24px;
    font-size: 2rem;
    font-weight: 700;
    text-align: center;
    color: #2e3d49;
}

.c-text {
    margin-left: 20px;
    font-size: 1rem;
    color: #2e3d49;
    line-height: 1.625rem;
    font-weight: 500;
}

.enesst_card {
    padding: 26px 30px 15px;
    text-align: center;
    border-radius: 0 50px 0 50px;
    background: var(--primary-color);
    max-width: 415px;
    z-index: 10;
    position: absolute;
    top: 70%;
    left: 48%;
    /* height: 300px; */
}

.radius-bottom-right {
    border-bottom-right-radius: 50px;
}

.radius-bottom-left {
    border-bottom-left-radius: 50px;
}

.radius-top-right {
    border-top-right-radius: 50px;
}

.radius-top-left {
    border-top-left-radius: 50px;
}

.course-card-body {
    line-height: 1.2;
}

.course-card-body ul li {
    list-style-type: none;
    text-decoration: none;
    padding-top: 5px;
    margin-bottom: 1em;
}

.course-card-footer {
    text-align: right;
}

.course-card-footer button {
    border: 2px solid #0E2C4C;
    color: #fff;
    font-weight: 500;
    background: #0E2C4C;
    margin-left: auto;
    padding: 10px;
}

.university {
    background: #f6f6f6;
    padding: 5px;
}

.courses-offered {
    background: #fff;
    padding: 2rem;
    color: #000
}

.frm-designation {
    background: #fff;
}

.designation-content {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 23px;
    margin: 2rem;
}

.professional-designation {
    background-color: #fff;
    padding: 0;
    border-radius: 2rem;
    margin-bottom: 3rem;
    z-index: 1;
    /* box-shadow: 0px 0 5px rgb(1 41 112 / 8%); */
    box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px 0 rgba(0, 0, 0, 0.06);

}

.professional-designation img {
    width: 100%;
    height: 100px;
    object-fit: cover;
    padding: 0;
    margin: 0;
}

.professional-designation p {
    text-align: justify;
    line-height: 1.5;
    padding: 0 1.5rem;
    color: #000;
    opacity: 0.7;
}

.designation-body h1 {
    color: #000;
    font-size: 1.525rem;
    padding-top: 2rem;
    align-items: center;
    text-align: center;
}

.designation-header {
    text-align: center;
}

.professional-designation img {
    border-top-left-radius: 16px;
    border-top-right-radius: 16px;
}

.designation-title {
    font-size: 1.5rem;
    font-weight: 700;
    line-height: 1.652rem;
    padding: 1rem 0;
}

.career-benefits {
    background-color: var(--primary-color);
    color: #fff;
    opacity: 0.8;
    padding: 80px 0;
}

.career-benefits h1 {
    font-size: 1.625rem;
    line-height: 1.5;
    color: #D5B776;
    margin-left: 2rem;
}

.single {
    border: 1px solid #f8f8f8;
    padding: 20px;
    margin: 20px;
    height: 200px;
    border-radius: 1rem;
}

.single p {
    line-height: 1.5rem;
    font-size: 0.875rem;
    text-align: justify;
}

.single h3 {
    line-height: 1.5rem;
    font-size: 1.250rem;
    color: #D5B776;
    text-align: center;
}

.single .fas {
    line-height: 1.5rem;
    color: #D5B776;
    text-align: center;
    font-size: 2rem;
    margin-left: 40%;
    margin-right: 40%;
    margin-bottom: 0.825rem;
    text-align: center;
}

.single:hover {
    transform: translateY(0%);

}

.hr {
    margin-top: 2rem;
    margin-left: 2rem;
    margin-right: 2rem;

}

.preq-img img {
    border-radius: 2rem;
}

.part-header {
    padding: 20px;
    position: absolute;
    /* top: 300px; */
}

.part-header h1 {
    line-height: 1.6;
    font-weight: 700;
    font-size: 1.875;
    /* /* position: absolute; */
    top: 50%;
}

.part-description {
    position: relative;
}

.part-description h3 {
    font-size: 1.5rem;

}

.enesst-btn {
    padding: 10px;
    /* margin: 10px; */
    background: #7E1416;
    color: #fff;
    border-radius: 1rem;
    /* margin-top: 20px; */
}

.part-description::before {
    content: '';
    /* background-color: rebeccapurple; */
    background-image: url('../img/before.svg');
    width: 40px;
    height: 40px;
}

.part-wrapper {
    position: relative;
    margin-left: auto;
    margin-right: auto;
    margin-top: 2.5rem;
    width: 100%;
}

.hero-parts {
    background: #fff;
    padding: 80px 0;
}

.hero-parts img {
    width: 100%;
    height: fit-content;
    border-radius: 2rem;
}

.enesst-image {
    width: 100%;
    height: fit-content;
    border-radius: 2rem;
}

.pricing-sub .enesst-image {
    width: 100px;
    height: 100px;
    /* border-radius: 2rem; */
}

.inquiry-form .enesst-image {
    width: 100px;
    height: 100px;
}

.hero-parts .grid-row {
    grid-template-columns: 60% 40%;

}

.section-spacing {
    padding: 80px 0;
}

.hero-parts h1 {
    font-size: 2rem;
    font-weight: 400;
    margin: 10px;
}

.hero-parts p {
    font-size: 1rem;
    line-height: 1.8;
    margin: 10px;
    font-weight: 400;
    text-align: justify;
}

.hero-parts a {
    background-color: transparent;
    font-weight: 400;
    color: #000;
    margin: 20px 10px 0 10px;
    /* justify-self: flex-end; */
    border: 1px solid #7E1416;
}

.studying {
    position: relative;
    background: #fff;
    /* margin-bottom: 100px; */
}

.studying i {
    padding: 20px;

}

.studying .fas,
.far {
    color: #D5B776;
}

.study-tabs {
    position: relative;
    margin-top: -200px;
    margin-bottom: 80px;
}

.tab-content {
    background: #fff;
    color: #000;
    padding: 30px;
    position: absolute;
    z-index: 1;
    /* top: -50px; */
    margin-top: -50px;
    border-radius: 30px;
    box-shadow: 0px 10px 10px rgba(0, 0, 0, 0.4);
    margin-bottom: 50px;
}

.nav-pills .nav-link {
    background: #343436;
    padding-top: 13px;
    color: #fff;
    border-radius: 30px;
    text-align: center;
    height: 100px;
    z-index: 2;
    /* overflow: visible; */
}

.nav-item .active {
    background: #f8f8f8 !important;
    color: #000 !important;
}

.nav-pills {
    width: 100%;
}

.pricing-table .grid-row {
    grid-template-columns: 40% 40%;
}

.pricing-sub {
    padding: 10px;
    background: #fff;
    box-shadow: 0px 10px 10px rgba(0, 0, 0, 0.4);
    border-radius: 20px;
    border-top: 5px solid rebeccapurple;

}
/* Pricing Sub */
.enesst-checkout-btn{
    background: #0E2C4C;
    color: #fff;
    width: 90%;
    margin: auto;
    padding: 5px;
    border-radius: 10px;
    margin-bottom: 10px;


}

.border-gray {
    border-top: 2px solid #f8f8f8;
}

.pricing-sub ul {
    list-style-type: none;
    text-decoration: none;
}

.pricing-sub ul li {
    margin-top: 10px;
}

.pricing-sub .fa-check-circle {
    color: green;
}

.pricing-sub .fa-times {
    color: #922724;
}

.pricing-sub i {
    padding-right: 20px;
}

.btn-buy {
    background: rebeccapurple;
    /* width: 100%; */
    width: 100% !important;

}

.timetable {
    text-align: center;
    justify-content: center;
    align-items: center;
}

.better-approach .grid-row {
    grid-template-columns: 60% 40%;
}

.better-approach .leading-heading {
    text-align: left;
    font-size: 2rem;
}

.better-approach .flex-row {
    justify-content: flex-start;
    align-items: flex-start;
}

.enesst-table {
    width: 100%;
    border-bottom: 1px solid #ddd;
    box-shadow: 0px 10px 10px rgba(0, 0, 0, 0.4);
    /* border-radius: 1rem; */
}

.enesst-table td,
th {
    /* margin-bottom: 10px; */
    padding: 15px;
}

.et-header,
.et-row {
    text-align: left;
    padding: 15px;
    border-bottom: 1px solid #ddd;

}

.et-header {
    background-color: #0E2C4C;
    color: #fff;
}

.heading {
    text-align: center;
    color: #454343;
    font-size: 30px;
    font-weight: 700;
    position: relative;
    margin-bottom: 70px;
    text-transform: uppercase;
    z-index: 999;
}

.white-heading {
    color: #ffffff;
}

.heading:after {
    content: ' ';
    position: absolute;
    top: 100%;
    left: 50%;
    height: 40px;
    width: 180px;
    border-radius: 4px;
    transform: translateX(-50%);
    background: url('img/heading-line.webp');
    background-repeat: no-repeat;
    background-position: center;
}

.white-heading:after {
    background: url('https://i.ibb.co/d7tSD1R/heading-line-white.png');
    background-repeat: no-repeat;
    background-position: center;
}

.heading span {
    font-size: 18px;
    display: block;
    font-weight: 500;
}

.white-heading span {
    color: #ffffff;
}

/*-----Testimonial-------*/

.testimonial:after {
    position: absolute;
    top: -0 !important;
    left: 0;
    content: " ";
    background: url(img/testimonial.bg-top.png);
    background-size: 100% 100px;
    width: 100%;
    height: 100px;
    float: left;
    z-index: 99;
}

.testimonial {
    min-height: 375px;
    position: relative;
    background: url(https://i.ibb.co/PTJDkgb/testimonials.jpg);
    padding-top: 50px;
    padding-bottom: 50px;
    background-position: center;
    background-size: cover;
}

#testimonial4 .carousel-inner:hover {
    cursor: -moz-grab;
    cursor: -webkit-grab;
}

#testimonial4 .carousel-inner:active {
    cursor: -moz-grabbing;
    cursor: -webkit-grabbing;
}

#testimonial4 .carousel-inner .item {
    overflow: hidden;
}

.testimonial4_indicators .carousel-indicators {
    left: 0;
    margin: 0;
    width: 100%;
    font-size: 0;
    height: 20px;
    bottom: 15px;
    padding: 0 5px;
    cursor: e-resize;
    overflow-x: auto;
    overflow-y: hidden;
    position: absolute;
    text-align: center;
    white-space: nowrap;
}

.testimonial4_indicators .carousel-indicators li {
    padding: 0;
    width: 14px;
    height: 14px;
    border: none;
    text-indent: 0;
    margin: 2px 3px;
    cursor: pointer;
    display: inline-block;
    background: #ffffff;
    -webkit-border-radius: 100%;
    border-radius: 100%;
}

.testimonial4_indicators .carousel-indicators .active {
    padding: 0;
    width: 14px;
    height: 14px;
    border: none;
    margin: 2px 3px;
    background-color: #9dd3af;
    -webkit-border-radius: 100%;
    border-radius: 100%;
}

.testimonial4_indicators .carousel-indicators::-webkit-scrollbar {
    height: 3px;
}

.testimonial4_indicators .carousel-indicators::-webkit-scrollbar-thumb {
    background: #eeeeee;
    -webkit-border-radius: 0;
    border-radius: 0;
}

.testimonial4_control_button .carousel-control {
    top: 175px;
    opacity: 1;
    width: 40px;
    bottom: auto;
    height: 40px;
    font-size: 10px;
    cursor: pointer;
    font-weight: 700;
    overflow: hidden;
    line-height: 38px;
    text-shadow: none;
    text-align: center;
    position: absolute;
    background: transparent;
    border: 2px solid #ffffff;
    text-transform: uppercase;
    -webkit-border-radius: 100%;
    border-radius: 100%;
    -webkit-box-shadow: none;
    box-shadow: none;
    -webkit-transition: all 0.6s cubic-bezier(0.3, 1, 0, 1);
    transition: all 0.6s cubic-bezier(0.3, 1, 0, 1);
}

.testimonial4_control_button .carousel-control.left {
    left: 7%;
    top: 50%;
    right: auto;
}

.testimonial4_control_button .carousel-control.right {
    right: 7%;
    top: 50%;
    left: auto;
}

.testimonial4_control_button .carousel-control.left:hover,
.testimonial4_control_button .carousel-control.right:hover {
    color: #000;
    background: #fff;
    border: 2px solid #fff;
}

.testimonial4_header {
    top: 0;
    left: 0;
    bottom: 0;
    width: 550px;
    display: block;
    margin: 30px auto;
    text-align: center;
    position: relative;
}

.testimonial4_header h4 {
    color: #ffffff;
    font-size: 30px;
    font-weight: 600;
    position: relative;
    letter-spacing: 1px;
    text-transform: uppercase;
}

.testimonial4_slide {
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 70%;
    margin: auto;
    padding: 20px;
    position: relative;
    text-align: center;
}

.testimonial4_slide img {
    top: 0;
    left: 0;
    right: 0;
    width: 136px;
    height: 136px;
    margin: auto;
    display: block;
    color: #f2f2f2;
    font-size: 18px;
    line-height: 46px;
    text-align: center;
    position: relative;
    border-radius: 50%;
    box-shadow: -6px 6px 6px rgba(0, 0, 0, 0.23);
    -moz-box-shadow: -6px 6px 6px rgba(0, 0, 0, 0.23);
    -o-box-shadow: -6px 6px 6px rgba(0, 0, 0, 0.23);
    -webkit-box-shadow: -6px 6px 6px rgba(0, 0, 0, 0.23);
}

.testimonial4_slide p {
    color: #ffffff;
    font-size: 20px;
    line-height: 1.4;
    margin: 40px 0 20px 0;
}

.testimonial4_slide h4 {
    color: #ffffff;
    font-size: 22px;
}

.testimonial .carousel {
    padding-bottom: 50px;
}

.testimonial .carousel-control-next-icon,
.testimonial .carousel-control-prev-icon {
    width: 35px;
    height: 35px;
}

.why-acca {
    color: #d9d9d9;
    line-height: 1.6;
    /* opacity: 0.9; */
}

.why-img img {
    width: 100%;
    height: 300px;
    border-radius: 1rem;
}

/* ------testimonial  close-------*/
.why-content {
    padding: 1rem;
}

.why-content h1 {
    font-size: 1.875rem;
    text-align: left;
    margin-bottom: 1rem;
}

.why-content h3 {
    font-size: 1.275rem;
    font-weight: 700;
    color: #D5B776;
}

.main-heading {
    text-align: left;
    font-size: 2rem;
    font-weight: 700;
}

.main-paragraph {
    line-height: 1.6;
    text-align: justify;
}

.learner-category {
    padding: 1rem;
}

.enesst-list i {
    /* padding: 1rem; */
    padding-right: 0.575rem;
    color: #D5B776;
}

.learner-category i {
    padding: 0.675rem;
}

.learner-category ul li {
    list-style-type: none;
    margin-top: 0.675rem;
}

.why-img {
    width: 100%;
    height: 400px;
    border-radius: 1rem;
}

.cta-choose {
    padding: 20px;
}

.cta-choose i {
    padding: 10px;
}

.course-head {
    background-image: linear-gradient(0deg, rgba(0, 0, 0, 0.8), rgba(0, 0, 0, 0.8)), url('../img/cta.jpg');
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    height: 50vh;
    position: relative;
    color: #f2f2f2;
    padding-top: 10rem;
    text-align: center;


}

.course-head:after {
    content: '';
    background: #fff;
    position: absolute;
    width: 100%;
    left: 0;
    right: 0;
    transform-origin: left bottom;
    transform: skewY(3deg);
    bottom: -47px;
    z-index: -1;
}

.course-breadcrumb {
    margin-top: 11rem;
}

.image-course {
    position: relative;
    overflow: hidden;
}

.course_content {
    padding: 10px 20px;
}

.course_content a {
    font-size: 1rem;
    margin-bottom: 2rem;
    font-weight: 500;
    color: #4F46E5;
    padding-bottom: 10px;
}

.enesst-list-item {
    margin: 5px 0;
    padding: 10px;
}

.course_content .enesst-list {
    color: #94A3B8;
    /* padding: 20px; */
    margin: 5px 20px;
    border-top: 1px solid #e7e5eb;
}

.course_content i {
    color: #0F172A;
}

.leading-paragraph {
    margin-top: 20px 0;
    font-size: 0.875rem;
}

.cpa-course-hero,
.cfa-course-hero {
    color: #fff;
    background: linear-gradient(112.1deg, rgb(32, 38, 57, 0.5) 11.4%, rgb(63, 76, 119, 0.5) 70.2%), url('../img/img_seven.webp');
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
    padding: 2rem;
    
  
}
.cfa-course-hero{
    height: 80vh;
    
    
}
.cpa-course-hero{
    height: 400px;
   
}
.acca-requiremets {
    background: #fff;
}

.acca-requiremets .grid-row {
    grid-template-columns: 50% 50%
}

.acca-requiremets h1 {
    font-size: 1.5rem;
    font-weight: bold;
    /* text-align: center; */
    margin-bottom: 1rem;
}

.acca-requiremets .why-img {
    text-align: center;
    justify-content: center;
    justify-self: center;
}

.minimun-requirements,
.acca-fess {
    padding: 20px;
    justify-content: center;
}

.minimun-requirements p {
    line-height: 1.6;
    margin-bottom: 1.5rem;
}

.acca-fess ul li {
    margin-top: 1rem;
}

.read-more {
    border: 1px solid #7E1416;
    border-radius: 1rem;
    padding: 10px;
    color: #0E2C4C;
    font-weight: 500;
    justify-items: flex-end;

}

.enroll-acca {
    text-align: center;
}

.enroll-acca .read-more {
    background: #7E1416;
    color: #fff;
    width: 100px;
    margin-top: 20px;
}

.enroll-acca h1 {
    font-size: 1.5rem;
    font-weight: bold;
    /* margin-bottom: 0.525rem; */
}

.enroll-acca p {
    line-height: 1.6;
    margin-bottom: 1.5rem;
    margin-top: 1.6rem;
}

.contact-us .grid-row {
    grid-template-columns: repeat(3, 1fr);
}

.enroll-acca .grid-row {
    grid-template-columns: repeat(3, 1fr);
}

.text-centere {
    text-align: center;
    padding: 0 1.5rem;
}

.contact-header {
    width: 5rem;
    height: 5rem;
    background: #f8f8f8;
    border-radius: 0.45rem;
    justify-content: center;
    align-items: center;
    color: #0E2C4C;
    margin: auto;
    margin-bottom: 1rem;
}

.contact-header i {
    color: #0E2C4C;
    text-align: center;
    justify-content: center;
    align-self: center;
    padding: 1rem;
}

.contact-content h5 {
    font-weight: 500;
}

.contact-content p {
    color: #2B3856;
}

.btn-link {
    color: #0E2C4C;
    text-decoration: none;
}

.inquiry {
    color: #000;
    border-top: 1px solid #f8f8f8;

}

.inquiry .grid-row {
    grid-template-columns: 55% 45%;
}

.inquiry .enesst-image {
    width: 90%;
    height: fit-content;
}

.inquiry-form {
    box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px 0 rgba(0, 0, 0, 0.06);
    padding: 1.5rem;
}

/*** Sustainable Page **/
.src_page_content {
    /* padding-top: 80px; */
    width: 100%;
}

.src_exchange {
    padding-bottom: 80px;
}

.src_pricing .pricing-sub {
    width: 70%;
    text-align: center;
    margin: auto;
    padding: 0;
    
}

/* src latest */
    #src_pricing .grid-row{
        grid-template-columns: 50% 50%;
    }

.rpt_plan,
.rpt_features,
.rpt_feature {
    margin-top: 20px;
    border-bottom: 1p solid #d9d9d9;
    padding-right: 10px;
    text-align: center;
}

.src_exchange .category-card-list {
    display: grid;
    grid-template-columns: 1fr;
    list-style-type: none;

    margin: 0;
    padding: 0;
}

.src_exam_content {
    width: 100%;
}

.src_demo_lectures {
    padding-top: 80px;
    padding-bottom: 80px;
}

.rpt_feature_2-8 {
    margin-bottom: 10px;
}

.btn-signup {
    margin-top: 10px;
}

.src_stats {
    background: #0E2C4C;
}

.src_stats .grid-row {
    grid-template-columns: repeat(3, 1fr);
    margin: 0 40px 0;
}

.src_course_preparation {
    /* background: #0E2C4C; */
    background: rgb(14, 44, 76, 0.7);
    justify-content: center;
    line-height: 1.5;
    padding: 60px;
    color: #d9d9d9;
}

.src_page_content .grid-row {
    grid-template-columns: 60% 40%;
}

.src_hero {
    font-size: 18px;
}

.src_exam {
    padding-top: 80px;
    padding-bottom: 80px;
}

.src_stats {
    font-size: 18px;
    color: #D5B776;
    line-height: 1.6;
    font-weight: 500;
    text-align: center;
}

.src_cta .grid-row {
    grid-template-columns: 80% 20%;
}

.src_pricing_header {
    background: #0E2C4C;
    margin: 0;
    color: #f2f2f2;

    border-top-right-radius: 20px;
    border-top-left-radius: 20px;
    padding: 0;
}

.src_pricing_header {
    padding-top: 10px;
    padding-left: 20px;
    padding-bottom: 10px;
    color: #D5B776;
}

.src_exchange .course-item {
    max-width: 400px;
}

.src_exchange .course-list {
    grid-template-columns: repeat(2, minmax(500px, 1fr));
}

.src-about-text {
    /* margin-left: 20px; */
    font-size: 1rem;
    color: #2e3d49;
    text-align: justify;
    line-height: 1.625rem;
    font-weight: 400;
}

.src_heading {
    font-size: 1rem;
    color: #000;
    line-height: 1.625rem;
    font-weight: 800;
}

/* Latest changes */
.cfa-header {
    background: #fff;
    color: #000;
    padding: 40px;
    box-sizing: border-box;
    border-radius: 5px;
    margin-bottom: 100px !important;

}

.cfa-header .main-heading {
    margin-bottom: 20px;
    color: #4F46E5;
}

.sub-heading {
    color: #4F46E5;
    font-style: italic;
}

.cfa-course-hero {
   width: 100%;
}
.cfa-course-hero .cfa-prep{
    color: #4F46E5 !important;
}
.cfa-btn a {
    background: #4F46E5 !important;
}

.cfa-prep a {
    background: #4F46E5 !important;
    margin-top: 20px !important;
}

.sponsor {
    padding-left: 20px;
    font-size: 12px;
    margin-left: 10px;
}

.cfa-btn {
    border-radius: 5px;
}
.cfa{
    color: #000;
}
.enesst-cfa{
    width: 70%;
    /* text-align: center; */
    margin: auto;
}
.enesst-cfa h3{
    font-size: 1.35rem;
}
.cfa-heading{
    color: #4F46E5;
}
.vertical-line{
    border-left: thick solid #d9d9d9;
    /* height: 50px; */
}
.enesst-cfa{
    margin-bottom: 60px;
}
.enesst-cfa p{
    font-size: 16px;
    line-height: 1.5;
}
.enesst-cfa .fa{
margin-right: 2rem;
}
.left-margin .fa{
    margin-left: 2rem !important;
}
.rounded-circle{
    display: inline-block;
    vertical-align: middle;
    text-align: center;
    width: 3rem;
    height: 3rem;
    line-height: 3rem;
    background-color: #F8F9FA;
}
.enesst-cfa i{
    color: #6F1370 ;
}
.cfa-register{
    width: 70%;
    vertical-align: middle;
    margin: auto;
}
.frm_register .grid-row {
    grid-template-columns: 60% 40%;
}
.cfa-register h3{
    font-size: 1rem;
    margin-left: 0 !important;
    font-weight: bold;
    text-align: center;
}
.ebtn-primary {
    background: #0E2C4C;
    color: #fff;
    font-weight: 600;
    padding: 10px;
    border-radius: 0.375rem;
    margin-top: 1.5rem;
    margin-right: 20px;
    width: 75%;
}

/*  */
.error-wrap {
    /* display: block !important; */
    margin-bottom: 5px !important;

}

.error-wrap small {
    display: block !important;
    margin-top: 5px;


}


.course-content {
    position: absolute;
}

/* Course era like sidebar */
.page-content {
    width: 100%;
    padding: 20px;
    min-height: 100vh;
    transition: all 0.3s;
}


.wrapper {
    display: flex;
    width: 100%;
    align-items: stretch;
}
 
.sidebar-menu {
    z-index: 1000;
    position: fixed;
    left: 250px;
    width: 250px;
    height: 100%;
    margin-left: -250px;
    overflow-y: auto;
    background: #0E2C4C;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;

}

.sidebar-menu.active {
    margin-left: -250px;
}

.sidebar-menu .sidebar-header {
    padding: 20px;
    background: #2B3856;
}

.sidebar-menu ul.components {
    padding: 40px 0;
    border-bottom: 1px solid #47748b;
}

.sidebar-menu ul p {
    color: #fff;
    padding: 10px;
}

.sidebar-menu ul li a {
    padding: 10px;
    font-size: 1.1em;
    color: #fff;
    display: block;
}
.sidebar-menu ul li  {
   
    margin-bottom: 20px;
}
.sidebar-menu ul li a:hover {
    color: #7386D5;
    background: #fff;
}

.sidebar-menu ul li.active>a,
a[aria-expanded="true"] {
    color: #fff;
    background: #6d7fcc;
}

 a[data-toggle="collapse"] {
    position: relative;
}

 .dropdown-toggle::after {
    display: block;
    position: absolute;
    top: 50%;
    right: 20px;
    transform: translateY(-50%);
}

.sidebar-menu ul ul a {
    font-size: 0.9em !important;
    padding-left: 30px !important;
    background: #6d7fcc;
}

.sidebar-menu ul.CTAs {
    padding: 20px;
}

.sidebar-menu ul.CTAs a {
    text-align: center;
    font-size: 0.9em !important;
    display: block;
    border-radius: 5px;
    margin-bottom: 5px;
}

.sidebar-menu a.download {
    background: #fff;
    color: #0E2C4C;
}

.sidebar-menu a.article,
.sidebar-menu a.article:hover {
    background: #6d7fcc !important;
    color: #fff !important;
}
.sidebar-header .title{
    color: #fff;
}

.line {
    width: 100%;
    height: 1px;
    border-bottom: 1px dashed #ddd;
    margin: 40px 0;
}



/* Course era like end */
/* .src_cta{
    background: #F8F8F8;
} */
/* Tablet */
@media (max-width:768px) {

    .category-card-list,
    .skill-card {
        grid-template-columns: 1fr;
        /* padding: 20px; */
    }

    #src_pricing .grid-row,.src_page_content .grid-row{
            grid-template-columns: 1fr;
        }
        
    .hero-parts .grid-row {
        grid-template-columns: 1fr;
    }

    .studying .grid-row {
        grid-template-columns: 1fr !important;
    }

    .flex-row {
        flex-wrap: wrap;
        flex-grow: 1;
        flex-basis: 0;
        min-width: 0;
    }

    .frm-intro {
        grid-template-columns: 1fr;
    }

    .designation-content {

        grid-template-columns: 1fr;
    }

}

/* Mobile Phone */
@media(max-width:500px) {

    .category-card-list,
    .course-list,
    .skill-card {
        grid-template-columns: 1fr;
        /* padding: 20px; */
    }
    #src_pricing .grid-row,.src_page_content .grid-row{
            grid-template-columns: 1fr;
        }

    .skill-content {
        margin-right: 40px;
    }

    .skill-card .skill-img {
        height: 200px;
        width: 100%;
    }

    .category-list-title {
        font-size: 1rem;
    }

    .frm {

        grid-template-columns: 1fr;
        text-align: center;
    }

    .frm-intro {
        grid-template-columns: 1fr;

    }

    .designation-content {
        grid-template-columns: 1fr;
    }

    .flex-row {
        flex-wrap: wrap;
    }

    .tab-content {

        position: relative;
        z-index: 1;
        /* top: -50px; */
        margin-top: -50px;
        margin-bottom: 10px;
    }
    /* Latest changes */
    .acca-register{
        padding-left: 60px;
        padding-right: 20px;
        align-items: center;
        /* text-align: center; */
    }
    .cfa-header{
        padding: 20px;
    }
    .cfa-course-hero{
        
        grid-template-columns: 1fr;
        gap: 0;
        height: 100vh;
        padding-left: 0px;
       
        
    }
    
    .cfa-prep{
        width: 90% !important;
        margin: 10px;
        /* margin: auto; */
        text-align: center;

    }
    .cfa-prep img{
        margin: auto;
    }
    .enesst-cfa{
        width: 90%;
        margin: 20px;
    }
    .enesst-cfa i{
        margin: 0 !important;
        padding: 0 !important;
        display: none;
    }
    .cfa-register{
        width: 100%;
        margin: 20px;
    }
    .cfa-register .src_heading{
        text-align: center;
        padding-left: 10px;
        padding-right: 50px;
    }
    .cfa-btn{
        margin: 10px;
        display: flex;
        flex-direction: column;
    }
    .cfa-home{
        width: 90vw !important;
        /* margin: 10px; */
        overflow: hidden;
        margin: auto;

    }
    .prerequisites .grid-row,
    .single-course-hero .grid-row,
    .hero-parts .grid-row,
    .studying .grid-row,
    .study-packages .grid-row,
    .better-approach .grid-row,
    .why-acca .grid-row,
    .acca-designation .grid-row,
    .contact-us .grid-row,
    .inquiry .grid-row,
    .acca-requiremets .grid-row,
    .acca-register .grid-row ,
    .enroll-acca .grid-row,
    .cfa-prep .grid-row{
        grid-template-columns: 1fr;
    }

    .studying {
        margin-top: 0;
        margin-bottom: 0;
        
    }

    .part-wrapper {
        position: absolute;
        margin-left: auto;
        margin-right: auto;
        margin-top: 1.875rem;

    }

    .part-header h1 {
        line-height: 1.6;
        font-weight: 700;
        font-size: 1.75rem;

        top: 10%;
    }

    .study-tabs {
        position: relative;
        margin-top: 50px;
        margin-bottom: 0;
    }

    .study-packages {
        margin-top: 0;
    }

    /* .study-packages .grid-row */
    .professional {
        background: linear-gradient(112.1deg, rgb(32, 38, 57, 0.8) 11.4%, rgb(63, 76, 119, 0.8) 70.2%), url('../img/studr.jpg');
        background-repeat: no-repeat;
        background-size: cover;
        height: 40vh;
        color: #f4f4f4;

    }

    .enesst_card {
        display: none;
    }

    /* .enesst_card{
        display: none;
    } */
}