/* Course banner start */

.course-banner {
    background-image: radial-gradient(#f5fcff, #c4edff);
    padding: 60px 0px;
	margin-top: 40px;
}

.bread-link nav ol li a{
    color: #080808;
    font-size: 13px;
}

.bread-link .breadcrumb-item.active {
    color: #086591;
    font-size: 13px;
}

.course-detail h1{
    padding-bottom: 10px;
}

.course-detail p{
    font-size: 15px;
    font-weight: 500;
    color: #000;
    padding-bottom: 10px;
}

.course-top-list{
    margin-bottom: 20px;
}

.course-detail ul li{
    line-height: 34px;
}

.course-detail ul li i{
    color: #219653;
    margin-right: 5px;
}

.h-7 {
    height: 1.75rem;
}

.enrolled-review{
    display: flex;
    align-items: center;
    margin: 10px 0px;
}

.review {
    display: flex;
    align-items: center;
    background-color: #fff;
    padding: 6px;
    border-radius: 30px;
    margin-left: 10px;
}

.star-left i{
    color: #FFB54A;
}

.star-right p{
    margin-left: 5px;
    padding: 0px !important;
    font-size: 14px;
}

.btn-orange-bnr {
    background: linear-gradient(#ffd84d, #f2b600);
    width: 100%;
    max-width: 200px;
    display: inline-block;
    margin-right: 16px;
    border-radius: 4px;
    padding: 12px 15px;
    color: #000;
    font-weight: 500;
    font-size: 16px;
    border: 2px solid #ffc000;
}

.btn-transparent-bnr {
    background-color: #086591;
    width: 100%;
    max-width: 200px;
    display: inline-block;
    margin-right: 16px;
    border-radius: 4px;
    padding: 12px 15px;
    color: #fff;
    font-weight: 500;
    font-size: 16px;
    border: 2px solid #086591;
}

.btn-transparent-bnr:hover, .btn-orange-bnr:hover{
    background-color: #086591;
    color: #fff;
}

.course-right-bottom {
    display: flex;
    align-items: center;
    position: relative;
    z-index: 99;
    bottom: -20px;
}

.course-right-btn {
    position: absolute;
    z-index: -1;
    left: 42px;
}

.course-right-btn p {
    background-color: #abe6ff;
    padding: 7px 15px;
    border-radius: 0px 15px 15px 0px;
    font-size: 12px;
    font-weight: 500;
    color: #000;
}

.video-block {
  position: relative;
  display: inline-block;
}

.video-block img {
  width: 450px;
  height: 300px;
  margin-top: 30px;
  border-radius: 20px;
  display: block;
}

/* Gradient overlay */
.video-block::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 450px;
  height: 150px; /* half height */
  margin-top: 30px;
  border-radius: 20px;
  background: linear-gradient(
    to top,
    rgba(10, 15, 60, 0.85),
    rgba(10, 15, 60, 0)
  );
  pointer-events: none;
}
.top-para p{
    font-size: 13px;
    padding-bottom: 20px;
}

/* Course banner end */

/*THE SECRET SAUCE start */

.secret-sauce {
    background-color: #fff;
    padding: 40px 0px;
}

.curated-courses{
    box-shadow: rgba(0, 0, 0, 0.1) 4px -1px 4px -3px, rgba(0, 0, 0, 0.05) -2px 1px 2px -1px;
    border-radius: 20px;
    padding: 10px;
    border: 1px solid #f2f2f2;
}

.curated-courses img{
    border-radius: 10px;
}

.curated-courses h4 {
    padding: 15px 0px;
    color: #2c2c2c;
    font-size: 15px;
    text-align: center;
    font-weight: 500;
}

.curated-courses p{
    font-size: 13px;
    line-height: 22px;
}

/* THE SECRET SAUCE end */


/* About PMP® Exam Prep Boot Camp */

#Overview{
    padding-bottom: 40px;
}

.highlited{
    padding: 15px 0px;
}

.highlited i{
    font-size: 24px;
    color: #086591;
    position: relative;
}

.highlited i::after {
    position: absolute;
    content: "";
    background-color: #fde59d;
    width: 15px;
    height: 24px;
    left: 15px;
    top: 10px;
    rotate: 50deg;
    z-index: -1;
    border-radius: 30px;
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
}

.highlited p{
    padding-top: 5px;
}

.highlited p span{
    font-weight: 600;
}

.exam-prep{
    display: flex;
    align-items: center;
    padding: 30px 0px;
}

.exam-prep h4{
    font-size: 16px;
    font-weight: 500;
}

.exam-prep span {
    background-color: #fff;
    border: 1px solid #27ba44;
    padding: 5px 15px;
    border-radius: 30px;
    margin-left: 15px;
    color: #27ba44;
    font-weight: 400;
}

.key-list ul li{
    display: flex;
    line-height: 22px;
    font-weight: 400;
    font-size: 13px;
    color: #444444;
    padding-bottom: 20px;
}

.key-list ul li i {
    margin-right: 10px;
    margin-top: 5px;
    color: #086591;
    font-size: 16px;
}

.career-test {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 40px;
    background-color: #fde59d;
    border-radius: 10px;
    margin-top: 40px;
}

.workshops h4 {
    font-size: 20px;
    font-weight: 600;
    color: #000;
}

/* form start */

.next-starts{
    background-color: #f2f3f6;
    box-shadow: rgba(0, 0, 0, 0.16) 0px 1px 4px;
    padding: 15px;
    border-radius: 4px;
}

.next-starts h4 {
    font-size: 18px;
    text-align: center;
    padding-bottom: 20px;
}

.countdown {
  font-family: sans-serif;
  color: #000;
  font-weight: 100;
  text-align: center;
  font-size: 20px;
}

.countdown-number {
  padding: 6px;
  border-radius: 2px;
  display: inline-block;
}

.countdown-time {
  padding: 10px;
  border-radius: 2px;
  background: #fff;
}

.countdown-text {
  display: block;
  padding-top: 15px;
  font-size: 12px;
  color: #080808;
}

.main-form {
    background-color: #ffffff;
    padding: 15px;
    margin-top: 10px;
}

.main-form .form-control {
    display: block;
    width: 100%;
    padding: 10px 12px;
    font-size: 13px;
    font-weight: 400;
    line-height: 1.5;
    color: #212529;
    background-color: #fff;
    background-clip: padding-box;
    border: none;
    border-bottom: 1px solid #e7e7e7;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border-radius: 2px;
    transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
    box-shadow: rgba(245, 243, 243, 0.05) 0px 6px 24px 0px, rgba(255, 255, 255, 0.08) 0px 0px 0px 1px !important;
}

.main-form .form-check {
    display: block;
    min-height: 1.5rem;
    padding-left: 1.5em;
    margin-bottom: .125rem;
    font-size: 13px;
}

.talk-advisor {
    background-color: #000;
    border: 1px solid #000;
    color: #fff;
    font-size: 14px;
    font-weight: 400;
    border-radius: 4px;
    padding: 8px 12px;
}

.talk-advisor:hover{
    background-color: #c44a00;
    border: 1px solid #c44a00;
    color: #fff;
}

/* form end */

.request-quote{
    margin-top: 30px;
    background-color: #fff;
    border: 1px solid #086591;
    text-align: center;
    border-radius: 10px;
    padding: 20px 30px;
    box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
}

.request-quote h3{
    font-size: 18px;
    font-weight: 500;
    border-bottom: 1px solid #e1e1e1;
    padding: 0px 0px 10px 0px;
}

.request-quote p{
    padding: 10px 0px;
}

.request-quote h3 img{
    margin-right: 10px;
}

.request-quote a{
    font-size: 18px;
    font-weight: 600;
    color: #086591;
}

.toll-free-call{
    margin-top: 30px;
    background-color: #fff;
    border-radius: 10px;
    padding: 20px 30px;
    box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
}

.toll-free-call h4{
    padding-bottom: 15px;
    font-size: 18px;
    font-weight: 500;
}

.free-call {
    display: flex;
    align-items: center;
    justify-content: center;
}

.free-call-left span i {
    width: 50px;
    height: 50px;
    background-color: #00ba74;
    line-height: 50px;
    text-align: center;
    font-size: 24px;
    color: #fff;
    border-radius: 50%;
}

.free-call-right p {
    background-color: #00ba74;
    padding: 12px 40px;
    border-radius: 30px;
    font-size: 24px;
    color: #fff;
    font-weight: 500;
    margin-left: 10px;
}

.free-email-left span i {
    width: 50px;
    height: 50px;
    background-color: #0d6efd;
    line-height: 50px;
    text-align: center;
    font-size: 24px;
    color: #fff;
    border-radius: 50%;
}

.free-email-right p {
    background-color: #0d6efd;
    padding: 14px 28px;
    border-radius: 30px;
    font-size: 14px;
    color: #fff;
    font-weight: 400;
    margin-left: 10px;
}

.toll-free {
    background-color: #ffffff;
    align-items: center;
    border-radius: 6px;
    padding: 20px;
    margin: 30px 0;
    box-shadow: rgba(163, 163, 163, 0.24) 0px 3px 8px;
    display: flex;
    align-items: center;
    justify-content: space-around;
}

.call-left {
    background-color: #f2f3f6;
    width: 70px;
    height: 70px;
    border-radius: 50%;
    text-align: center;
    line-height: 70px;
}

.call-right p {
    font-size: 16px;
    font-weight: 300;
}

.call-right a {
    font-size: 24px;
    font-weight: 400;
    color: #0c1620;
    letter-spacing: 3px;
}

.toll-free:hover{
    background-color: #c44a00;
}

.toll-free:hover .call-right p{
    color: #fff;
}

.toll-free:hover .call-right a{
    color: #fff;
}

.qeries {
    background-color: #fff;
    align-items: center;
    border-radius: 6px;
    padding: 20px;
    box-shadow: rgba(163, 163, 163, 0.24) 0px 3px 8px;
}

.call-left-one {
    background-color: #f2f3f6;
    width: 70px;
    height: 70px;
    border-radius: 50%;
    text-align: center;
    line-height: 70px;
}

.call-right-one p {
    font-size: 16px;
    font-weight: 300;
    padding-top: 15px;
}

.call-right-one a {
    font-size: 18px;
    font-weight: 400;
    color: #0c1620;
    letter-spacing: .5px;
}

/* About PMP® Exam Prep Boot Camp */

/* Course Description start */

.course-curriculum{
    padding: 60px 0px;
    background-color: #f3f3f3;
}

@media (min-width: 992px) {
    .d-lg-block {
        display: block !important;
    }
}

.master-counselling-form-wrapper.sticky-position {
    position: -webkit-sticky;
    position: sticky;
    top: 64px;
}

.master-counselling-form-wrapper {
    box-shadow: 0 1px 2px rgb(0 0 0 / 12%);
    border-radius: 0 0 4px 4px;
}

/* form */

.master-counselling-form-header {
    border-top: 5px solid #ffc000;
    padding: 30px 20px;
    background-color: #004c70;
    background-size: cover;
}

.master-counselling-form-header, .master-about-talk-to-us-header {
    /* background-image: url(https://d2ds8yldqp7gxv.cloudfront.net/course-detail/counselling.png); */
}

.master-counselling-form-heading {
    font-size: 20px;
    line-height: 27px;
    color: #fff;
    margin-bottom: 2px;
    font-weight: 500;
}

.master-counselling-form-text {
    font-size: 14px;
    line-height: 19px;
    color: #f5c723;
    margin-bottom: 0;
    font-weight: 500;
}

.master-counselling-form-body {
    padding: 20px;
    background-color: #086591;
    border-radius: 0 0 4px 4px;
}

.master-counselling-form-body .form-default input, .master-counselling-form-body .form-default select {
    height: 42px;
}

.form-default input, .form-default label, .form-default select, .form-default textarea {
    color: #828282;
    font-size: 14px;
}

.form-default .form-group {
    margin-bottom: 1rem;
}

.form-default .form-control {
    display: block;
    width: 100%;
    /* height: 42px; */
    padding: .375rem .75rem;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.5;
    /* color: #495057; */
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    border-radius: .25rem;
    transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
}

.select-country-wrap {
    width: 102px !important;
}

.form-default .form-row {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -5px;
    margin-left: -5px;
}

.pr-0 {
    padding-right: 0 !important;
}

.master-counselling-form-body .form-default select {
    /* padding-left: 2px; */
    padding-right: 20px;
}

.master-counselling-form-body .form-default input, .master-counselling-form-body .form-default select {
    height: 42px;
}

.select-country-wrap select {
    padding-right: 15px !important;
    border-top-left-radius: 4px !important;
    border-bottom-left-radius: 4px !important;
}

.form-default select, select {
    cursor: pointer;
}

.rounded-0 {
    border-radius: 0 !important;
}

.mobile-wrap-with-country {
    width: calc(100% - 102px) !important;
}

.pl-0 {
    padding-left: 0 !important;
}

.mobile-wrap-with-country input {
    border-top-right-radius: 4px !important;
    border-bottom-right-radius: 4px !important;
    border-top-left-radius: 0px;
    border-bottom-left-radius: 0px;
}

.master-counselling-form-body .form-default input[type=submit] {
    background: linear-gradient(270deg, #ffc000 0, #f90 100%);
    width: 100%;
    color: #fff;
    font-size: 15px;
    line-height: 20px;
    border: none;
}

#sglctfm-rsponse-msg, #sglctfm-rsponse-msg p {
    color: #fff;
}

.sglctfm-rsponse-msg {
    position: relative;
    display: block;
    margin-top: 10px;
}

.form-check-privacy-white {
    padding: 0px 0px 0px 20px;
    font-size: 12px !important;
    display: block;
    font-weight: 400 !important;
    margin: 10px 0 0;
    line-height: 20px;
    letter-spacing: .02em;
}

.form-check-privacy-white, .form-check-privacy-white a {
    color: #e9e9e9 !important;
}

input[type=checkbox] {
    box-sizing: border-box;
    padding: 0;
}

.form-check-input {
    position: absolute;
    margin-top: .3rem;
    margin-left: -1.25rem;
}
.form-check-input:checked {
    background-color: #0d6efd;
    border-color: #0d6efd;
    height: 14px !important;
}
/* end */

.corporate-enqire {
    background-color: #fff;
    padding: 20px;
    box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
    text-align: center;
    border-radius: 6px;
}

.corporate-enqire h4 {
    font-size: 16px;
    font-weight: 500;
    color: #0F121F;
    padding: 20px 0px;
}

.corporate-enqire a {
    font-size: 15px;
    font-weight: 500;
    color: #072f60;
}



/* New Lead Popup Modal Start */

#leadPopup .modal-content {
    position: relative;
    display: flex;
    flex-direction: column;
    width: 100%;
    color: var(--bs-modal-color);
    pointer-events: auto;
    background-color: #fff;
    background-clip: padding-box;
    border: none;
    border-radius: 20px;
    outline: 0;
}

#leadPopup .modal-header {
    display: flex;
    flex-shrink: 0;
    align-items: center;
    justify-content: space-between;
    padding: 0px;
    border-bottom: none;
    border-top-left-radius: var(--bs-modal-inner-border-radius);
    border-top-right-radius: var(--bs-modal-inner-border-radius);
}

#leadPopup .modal-header .btn-close {
    padding: 0;
    margin: calc(-.5 * var(--bs-modal-header-padding-y)) calc(-.5 * var(--bs-modal-header-padding-x)) calc(-.5 * var(--bs-modal-header-padding-y)) auto;
}

#leadPopup .pad-none{
    padding: 0px;
}

#leadPopup .exslusive-offer{
    background-color: #0c1620;
    padding: 30px;
}

#leadPopup .modal-dialog.modal-lg {
    max-width: 700px;
}

.exlusive-text-top{
    text-align: center;
}

.exlusive-text-top h2{
    text-align: center;
    font-weight: 600;
}

.exlusive-text-top h2 span:first-child {
    font-size: 22px;
    color: #fff;
}

.exlusive-text-top h2 span:nth-child(2) {
    font-size: 28px;
    color: #fff;
    display: block;
    margin: 8px 0px 0px 0px;
}

.exlusive-text-top h2 span:last-child {
    font-size: 42px;
    margin-bottom: 3px;
    color: #7F4EF1;
    font-weight: 700;
}

.exlusive-text-top img{
    margin: 20px 0px;
}

.exlusive-text-top h4 {
    color: #fff;
    font-weight: 500;
    font-size: 22px;
}

.exlusive-text-top h4 strong{
    color: #fd620e;
    font-weight: 600;
    font-size: 28px;
}

#leadPopup .btn-close{
    background-color: transparent;
    background-image: none !important;
}

.btn-closing {
    background-color: #086591 !important;
    width: 30px !important;
    height: 30px;
    position: absolute;
    z-index: 9999;
    right: 0;
    color: #fff;
    opacity: 1;
}

.btn-closing:hover {
    background-color: #ffc000 !important;
    width: 30px !important;
    height: 30px;
    position: absolute;
    z-index: 9999;
    right: 0;
    color: #000;
    opacity: 1;
}

.banner-right-form-one {
    background-color: #fff;
    padding-top: 15px;
    padding-left: 10px;
    padding-bottom: 15px;
}

.banner-right-form-one h4{
    font-size: 22px;
    padding-bottom: 5px;
}

.banner-right-form-one p {
    font-size: 12px;
    color: #797979;
    font-weight: 500;
    margin-bottom: 20px;
}

.tab-btn {
    margin: 5px 0;
}

.banner-right-form-one input[type="radio"], label {
    display: inline-block;
    color: #868686;
    border: 1px solid transparent;
    padding: 6px 0px !important;
    border-radius: 0.25rem 4px;
    font-size: 12px;
    font-weight: 400;
}

.banner-right-form-one .btn-check:checked + .btn-secondary, .btn-secondary.active, .btn-secondary:active, .show > .btn-secondary.dropdown-toggle, .tab-btn-one .btn-check:active + .btn-secondary {
    color: #fff;
    background-color: #0c1620;
    border-color: #e4e4e4;
    font-size: 13px;
    border-radius: 0px;
    margin-right: 4px;
}

.banner-right-form-one input[type="radio"] + label {
    z-index: 12;
    background-color: transparent;
    border-color: #e4e4e4;
    cursor: pointer;
    color: #868686;
    font-size: 13px;
    border-radius: 0px;
    margin-right: 4px;
}

.banner-right-form-one .form-control {
    display: block;
    width: 96%;
    padding: 10px 15px;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.5;
    color: #898989;
    background-color: #fff;
    background-clip: padding-box;
    border: none !important;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border-radius: 8px;
    box-shadow: rgba(0, 0, 0, 0.16) 0px 1px 4px !important;
}

.country-code {
    display: inline-block;
    width: 100%;
    position: relative;
}

.country-code .form-select-control {
    width: auto;
    float: left;
    position: relative;
    top: 1px;
    left: 2px;
    border: none !important;
    padding-bottom: 0px !important;
}

.country-code .arrow-icon {
    width: 30px !important;
    height: 24px;
    font-size: 14px;
    background: rgba(0, 0, 0, 0);
    float: left;
    border-right: 1px solid #e7e7e7;
    margin-bottom: 0;
    border: none !important;
}

.country-code .arrow-icon-one select {
    width: 156%;
    height: 41px;
    background: #f0f1f2;
    position: relative;
    z-index: 2;
    border: none;
    border-radius: 10px 0px 0px 10px;
}

.phoneCodeId {
    display: inline-block;
    float: left;
    left: 26px;
    position: relative;
    vertical-align: middle;
    z-index: 1;
    padding: 0px 15px 0 0;
    color: #000;
    top: 12px;
}

.banner_number {
    position: relative !important;
    width: 70% !important;
}

#marketingForm .form-select {
    display: block;
    width: 96%;
    padding: 10px 15px;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.5;
    color: #898989;
    background-color: #fff;
    background-clip: padding-box;
    border: none !important;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border-radius: 8px;
    box-shadow: rgba(0, 0, 0, 0.16) 0px 1px 4px !important;
}

.yellow-btn{
    background-color: #ffc000;
    border: 1px solid #ffc000;
    color: #000;
    width: 100%;
    padding: 10px;
    font-size: 16px;
    border-radius: 4px;
}

.yellow-btn:hover{
    background-color: #086591;
    border: 1px solid #086591;
    color: #fff;
}

.orange-btn:hover{
    background-color: #0c1620;
    border: 1px solid #0c1620;
    color: #fff;
}

#marketingForm textarea#exampleFormControlTextarea1 {
    width: 98%;
}

#marketingForm .form-check-input.is-invalid:checked, .was-validated .form-check-input:invalid:checked{
    margin-top: 8px;
}

/* New Lead Popup Modal End */


/* New Lead Popup Modal Start */

#dropQuery .modal-content {
    position: relative;
    display: flex;
    flex-direction: column;
    width: 100%;
    color: var(--bs-modal-color);
    pointer-events: auto;
    background-color: #fff;
    background-clip: padding-box;
    border: none;
    border-radius: 20px;
    outline: 0;
}

#dropQuery .modal-header {
    display: flex;
    flex-shrink: 0;
    align-items: center;
    justify-content: space-between;
    padding: 0px;
    border-bottom: none;
    border-top-left-radius: var(--bs-modal-inner-border-radius);
    border-top-right-radius: var(--bs-modal-inner-border-radius);
}

#dropQuery .modal-header .btn-close {
    padding: 0;
    margin: calc(-.5 * var(--bs-modal-header-padding-y)) calc(-.5 * var(--bs-modal-header-padding-x)) calc(-.5 * var(--bs-modal-header-padding-y)) auto;
}

#dropQuery .pad-none{
    padding: 0px;
}

#dropQuery .exslusive-offer{
    background-color: #0c1620;
    padding: 30px;
}

#dropQuery .modal-dialog.modal-lg {
    max-width: 700px;
}

#dropQuery .btn-close{
    background-color: transparent;
    background-image: none !important;
}

#queryForm .form-select {
    display: block;
    width: 96%;
    padding: 10px 15px;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.5;
    color: #898989;
    background-color: #fff;
    background-clip: padding-box;
    border: none !important;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border-radius: 8px;
    box-shadow: rgba(0, 0, 0, 0.16) 0px 1px 4px !important;
}

#queryForm textarea#exampleFormControlTextarea1 {
    width: 98%;
}

#queryForm .form-check-input.is-invalid:checked, .was-validated .form-check-input:invalid:checked{
    margin-top: 8px;
}

/* New Lead Popup Modal End */

#createIntel {
    padding: 60px 0px;
    background-color: #f4f4f4;
}

.save-money-contact {
    background-color: #fff;
    padding: 20px;
    box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
    border-radius: 10px;
    position: relative;
}

.save-money-contact h4 {
    font-size: 18px;
    font-weight: 500;
    padding: 10px 0px;
    color: #07060b;
}

#registerOffice
 {
    padding: 60px 0px;
}

.register-tittle h3 {
    font-size: 26px;
    font-weight: 600;
    color: #000;
    padding-bottom: 30px;
}

.register-address {
    background-color: #fff;
    padding: 20px;
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
    min-height: 222px;
}

.register-address h4 {
    font-size: 20px;
    font-weight: 600;
    color: #000;
    padding-bottom: 15px;
}

.register-address p
 {
    font-size: 14px;
    font-weight: 400;
    color: #444444;
    padding-bottom: 20px;
}

.register-address h6 {
    font-size: 16px;
    font-weight: 500;
    color: #25232d;
    padding-bottom: 30px;
}


.enrolled{
    display:flex;
    align-items:center;
    gap:8px;
}

.learner-img{
    height:34px;
    width:auto;
    display:block;
}

.review{
    display:flex;
    align-items:center;
    margin-left:12px;
}