
/* Arrow badge */
.new-arrow {
  position: relative;
  background: #c4b000;
  color: #fff;
  font-family: Arial, Helvetica, sans-serif;
  font-weight: 700;
  font-size: 1rem;
  padding: 12px 30px 12px 36px;
  border-radius: 6px 0 0 6px;
  line-height: 1;
  font-display: swap;
}

/* Arrow head */
.new-arrow::after {
  content: "";
  position: absolute;
  top: 0;
  right: -22px;
  width: 0;
  height: 0;
  border-top: 22px solid transparent;
  border-bottom: 22px solid transparent;
  border-left: 22px solid #ff0000;
}

/* Left folded edge */
.new-arrow::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 8px;
  height: 100%;
  background: #a97f00;
  border-radius: 6px 0 0 6px;
}

/* Tablet */
@media (min-width: 600px) {
  .new-arrow {
    font-size: 1.2rem;
    padding: 14px 40px 14px 44px;
  }

  .new-arrow::after {
            border-top: 26px solid transparent;
        border-bottom: 22px solid transparent;
        border-left: 26px solid #c4b000;
  }
}

/* Desktop */
@media (min-width: 992px) {
  .new-arrow {
    font-size: 1.2rem;
  }
}
.banner-section-four {
    background-image: linear-gradient(to right, #fee3cf4d 70%, #d0d0d0 30%);
    padding: 40px 0px;
}

.btn-orange-bnr {
    background-color: #C44A00;
    width: 100%;
    display: inline-block;
    margin-right: 16px;
    border-radius: 5px;
    box-shadow: 0px 6px #c44a0054 !important;
    padding: 10px;
    color: #fff;
    font-weight: 560;
    font-size: 18px;
    border: 2px solid #e56a1f26;
}

.banner-orange-btn{
    width: 220px;
}

.guarendee-img{
    text-align: center;
    margin-top: 20px;
}

.guarendee-img img{
    width: 80px;
    height: 90px;
}

.one_time_payment
{
        color: #000;
    font-weight: 600;
    font-style: italic;
    font-size: 16px;
}
.left-courses
{
    text-align: center;
    margin-left: 34%;
}
.ratings-container {
        max-width: 800px;
        display: flex;
        gap: 20px;
        flex-wrap: wrap;
        justify-content: center;
    }

    .rating-card {
        background: transparent;
        /* border-radius: 14px; */
        /* padding: 10px; */
        display: flex;
        align-items: center;
        gap: 10px;
       min-width: 160px;
        flex: 1;
        /* box-shadow: 0 8px 20px rgba(0,0,0,0.08); */
    }
    .rating-card-div {
        border-radius: 14px;
        padding: 10px;
        display: flex;
        align-items: center;
        gap: 16px;
        
    }

    .rating-card img {
       width: 45px;
    height: 45px;
        object-fit: contain;
    }

    .rating-content h4 {
        margin: 0;
        font-size: 16px;
        font-weight: 600;
    }

    .rating-score {
        font-size: 18px;
        font-weight: bold;
        margin: 4px 0;
    }

    .stars {
        color: #f5b301;
        font-size: 16px;
        letter-spacing: 2px;
    }

    /* Mobile */
    @media (max-width: 768px) {
        .rating-card {
            flex: 100%;
        }
    }
    
    .trust-card {
        max-width: 220px;
        background: #ffffff;
        border-radius: 16px;
        padding: 10px 10px;
        text-align: center;
        box-shadow: 0 10px 25px rgba(0,0,0,0.08);
   
    }

    .trust-header {
        display: flex;
        align-items: center;
        justify-content: center;
        gap: 10px;
        margin-bottom: 12px;
    }

    .trust-header img {
         width: 85px;
    height: 45px;
    max-width: 85px;
    max-height: 45px;
    }

    .trust-header span {
        font-size: 20px;
        font-weight: 600;
    }

    .stars {
        color: #f5b301;
        font-size: 22px;
        letter-spacing: 4px;
        margin-bottom: 0px;
    }

    .reviews-text {
        font-size: 12px;
        font-weight: 600;
        margin-bottom: 5px;
    }

    .learners-badge {
        display: inline-flex;
        align-items: center;
        gap: 0px;
        background: #fdecd2;
        color: #f59b00;
        padding: 5px 14px;
        border-radius: 50px;
        font-size: 10px;
        font-weight: 600;
    }

    .avatars {
        display: flex;
        margin-right: 4px;
    }

    .avatars img {
        width: 22px;
        height: 22px;
        border-radius: 50%;
        border: 2px solid #fdecd2;
        margin-left: -6px;
    }

    /* Mobile friendly */
    @media (max-width: 480px) {
        .trust-card {
            padding: 20px 16px;
        }
    }
.right-courses h4{
    font-size: 18px !important;
    font-weight: 600 !important;
    color: #020d26 !important;
    padding-bottom: 5px !important;
}
.trus_poilt
{
        text-decoration: underline;
    font-size: 15px;
    margin-left: 8px;
}
.btn-transparent-bnr {
    background-color: transparent;
    width: 100%;
    max-width: 200px;
    display: inline-block;
    margin-right: 16px;
    border-radius: 4px;
    padding: 10px;
    color: #000;
    font-weight: 500;
    font-size: 16px;
    border: 2px solid #000;
}

.btn-transparent-bnr:hover, .btn-orange-bnr:hover{
    background-color: #2d2622;
    box-shadow: 0px 6px #b3b2b1 !important;
    color: #fff;
}

.review-star{
    background-color: #fff;
    padding: 10px;
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px !important;
    display: flex;
    align-items: center;
    border-radius: 6px;
}

.review-star-right{
    margin-left: 10px;
}

.review-star-right h3 {
    font-size: 16px;
    font-weight: 500;
    color: #000;
    padding-bottom: 5px;
}

.review-star-right p span {
    font-size: 22px;
    font-weight: 700;
    color: #000;
}

.review-star-right p i {
    color: #ffc000;
    font-size: 16px;
}

.rating-card img{
    width: 80px;
    height: 80px;
}

.home-slide-text{
    margin-bottom: 30px;
    margin-right: 30px;
}

.price-left span{
    font-size: 25px;
    color: #282828d4;
    font-weight: 500;
}

.home-slide-text h2 strong {
    font-size: 18px;
    font-weight: 600;
    padding-top: 10px;
}

.home-slide-text h2 {
    padding-bottom: 15px;
}

.home-slide-text p
{
    font-size: 15px;
}
.price-right span{
    font-size: 30px;
    color: #000;
    font-weight: 600;
}

.price-right p{
    font-size: 14px;
    color: #262626;
    font-weight: 400;
}

.comptia-list h4{
    text-align: left;
       font-size: 14px;
    color: #000;
    font-weight: 600;
}

.banner-right-top {
    display: flex;
    align-items: baseline;
    justify-content: space-between;
}

.text-decoration-line-through {
    text-decoration: line-through !important;
}

.add-buynow {
    display: flex;
    align-items: center;
    
}

.buy-now {
    width: 98%;
    margin-left: 0;
    padding: 15px 0px;
}

#clockdiv {
    font-family: sans-serif;
    color: #fff;
    display: inline-block;
    font-weight: 100;
    text-align: center;
    font-size: 30px;
    padding: 10px 0px;
    font-display: swap;
}

.comptia-list ul {
    display: flex;
    list-style: none;
}

#clockdiv > ul li {
    padding: 10px;
    border-radius: 0px;
    display: inline-block;
}

.comptia-list ul li {
    padding-right: 14px;
    color: #fff;
    font-size: 14px;
    font-weight: 500;
}

#clockdiv ul li > span {
    border-radius: 50%;
    background: #000;
    font-size: 20px;
    display: inline-block;
    font-weight: 600;
    width: 50px;
    height: 50px;
    line-height: 50px;
}

.smalltext {
        color: #191818;
    font-size: 14px;
    font-weight: 600;
}

.btn-paypal {
        background-color: #ebd620;
    color: #000000;
    box-shadow: 0px 7px #988a0d42 !important;
    border-radius: 30px;
    font-size: 20px;
    font-weight: 600;
    padding: 10px;
}

.btn-paypal i {
    margin: 0px 5px;
}

.btn-paypal:hover{
    background-color: #c44a00;
    color: #fff;
}

.paypal-item p {
    padding-top: 10px;
}

.price-right{
    text-align:left;
}

.rating-point{
    position: relative;
}

.rating-point p {
    position: absolute;
    top: -5px;
    left: 41%;
    font-size: 24px;
    font-weight: 600;
    color: #000;
}

/* Banner bottom start */

.student-course {
    position: relative;
    margin-top: -40px;
}

.row-gap-4 {
    row-gap: 1.5rem !important;
}

.expert-item {
    border: 1px solid #E7E7E7;
    border-radius: 20px;
    padding: 18px;
    display: flex;
    align-items: center;
    background: #ffffff;
    position: relative;
    top: 0;
    transition: 0.5 ease all;
}

.expert-item .expert-img {
    margin-right: 18px;
}

.expert-content h4 {
    font-size: 16px;
    font-weight: 600;
    padding-bottom: 10px;
    color: #000;
}

.expert-content p {
    font-size: 14px;
    font-weight: 400;
    color: #000;
}

/* Banner bottom End */

/* Advantages Start */

.advantages-one{
    padding: 80px 0px;
    background-color: #fff6f1;
}

.advantage-detail-one{
    padding: 30px;
    background-color: #fffcfb;
    border-radius: 10px;
    box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
}

.skill-five-icon {
    margin-bottom: 15px;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.bg-green {
    background-color: rgba(35, 189, 51, 0.1) !important;
    border: 1px solid rgba(35, 189, 51, 0.1) !important;
    color: #fff;
}

.skill-five-content h4 {
    font-size: 16px;
    color: #191919;
    margin-bottom: 8px;
}

.bg-orange {
    background-color: rgba(253, 142, 31, 0.1) !important;
    border: 1px solid rgba(253, 142, 31, 0.1) !important;
    color: #fff;
}

.bg-red {
    background-color: rgba(220, 53, 69, 0.1) !important;
    border: 1px solid rgba(220, 53, 69, 0.1) !important;
    color: #fff;
}

.bg-blue {
    background-color: rgba(13, 110, 253, 0.1) !important;
    border: 1px solid rgba(13, 110, 253, 0.1) !important;
    color: #fff;
}

/* Advantages End */

/* About PMP速 Exam Prep Boot Camp */

#Overview{
    padding: 40px 0px;
}

.certification-course{
    padding-top: 40px;
}

.certification-course h2{
    font-size: 24px;
    font-weight: 500;
    color: #000;
    padding: 15px 0px;
}

.exam-prep{
    padding: 20px 0px;
}

.exam-prep h3{
    font-size: 18px;
    font-weight: 500;
    color: #000;
    padding-bottom: 20px;
}

.exam-prep h5{
        font-size: 20px;
    font-weight: 600;
    color: #000;
        text-transform: capitalize;
}

.exam-prep ul li{
     display: flex;
    line-height: 28px;
    font-weight: 400;
    font-size: 15px;
    color: #444444;
    padding-bottom: 10px;
}

.key-list ul li{
        display: flex;
    line-height: 28px;
    font-weight: 400;
    font-size: 15px;
    color: #444444;
    padding-bottom: 10px;
}

.key-list ul li i {
    margin-right: 10px;
    margin-top: 5px;
    color: #c44a00;
    font-size: 16px;
}

.next-starts{
    background-color: #fffbf8;
    box-shadow: rgba(0, 0, 0, 0.16) 0px 1px 4px;
    padding: 15px;
    border-radius: 4px;
}

.next-starts h3 {
    font-size: 30px;
    text-align: center;
    color: #000;
    font-weight: 700;
    padding-top: 20px;
    padding-bottom: 0;
}

.next-starts h3 span {
    font-size: 22px;
    color: #000;
    font-weight: 600;
}

.next-starts h4 {
    font-size: 18px;
    text-align: center;
    padding: 20px 0px;
    color: #000;
}

.next-starts h4 span{
    color: #c44a00;
}

.next-starts img{
    border-radius: 10px;
}

.countdown {
  font-family: sans-serif;
  color: #000;
  font-weight: 100;
  text-align: center;
  font-size: 20px;
  font-display: swap;
}

.countdown-number {
  padding: 6px;
  border-radius: 2px;
  display: inline-block;
}

.countdown-time {
    padding: 15px;
    border-radius: 2px;
    background: #c44a00;
    color: #fff;
    font-weight: 600;
}

.countdown-text {
  display: block;
  padding-top: 15px;
  font-size: 12px;
  color: #080808;
}

.take-couse-btn{
    background-color: #c44a00 !important;
    color: #fff;
    font-size: 15px;
    font-weight: 500;
    border-radius: 0px;
    padding: 14px;
    margin-top: 20px;
    border-radius: 5px !important;
}

.take-couse-btn:hover{
    background-color: #000 !important;
    color: #fff;
}

.take-course-price p{
    text-align: center;
    font-size: 16px;
    font-weight: 600;
    padding: 10px 0px;
}

.mha_all_access {
    margin-bottom: 10px;
}

.mha_all_access a {
        background: #000 !important;
    display: block;
    text-align: center;
    border-radius: 5px;
    padding: 14px 0 !important;
    color: #fff !important;
    font-size: 14px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    border: 0 !important;
    text-transform: capitalize !important;
    width: 100%;
    position: relative;
}

.mha_all_access a img {
    position: absolute;
    width: 58px;
    left: -5px;
    top: -7px;
    object-fit: cover;
}

.guarendee p{
    text-align: center;
    font-size: 16px;
    font-weight: 600;
    color: #000;
}

.theMAinFeatures{
    background-color: #fff;
    padding: 15px;
    box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
}

.theMAinFeatures>h4 {
       font-size: 18px;
    font-weight: 600;
    text-decoration: underline;
    line-height: 30px;
    color: #5c5c5c;
    padding-bottom: 10px;
    padding-top: 0;
    text-align: left;
}

.theMAinFeatures .featurelist {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.theMAinFeatures .featurelist li {
    display: flex;
    flex-direction: row;
    gap: 16px;
    justify-content: space-between;
    align-items: center;
    color: #000;
    line-height: 24px;
}

.theMAinFeatures .featurelist li .lileft p {
    display: flex;
    flex-direction: row;
    gap: 8px;
    align-items: center;
    font-size: 16px;
    color: #000;
    line-height: 24px;
    padding: 0;
}

.theMAinFeatures .featurelist li .liright p {
        font-size: 16px;
    color: #000;
    font-weight: 400;
    padding: 0;
}

.convenient-schedule {
    margin-top: 30px;
    padding: 25px !important;
    background-color: #ffeadd;
    padding: 0px 20px 0px 20px;
    border-radius: 10px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.convenient-ctr {
    width: 46%;
}

.btn-advisor {
    background-color: #000;
    border: 1px solid #000;
    color: #fff;
    font-size: 14px;
    font-weight: 400;
    border-radius: 4px;
    padding: 10px;
}

/* About PMP速 Exam Prep Boot Camp */

/* Learning Outcomes Start */

.learning-outcomes{
    padding-top: 40px;
}

.learning-outcomes h3{
    font-size: 20px;
    font-weight: 600;
    color: #000;
        text-transform: capitalize;
}

.learning-outcomes p{
    padding-bottom: 15px;
}

.learning-outcomes ul li {
     display: flex;
    line-height: 28px;
    font-weight: 400;
    font-size: 15px;
    color: #444444;
    padding-bottom: 10px;
}

.learning-outcomes ul li i {
    margin-right: 10px;
    margin-top: 5px;
    color: #c44a00;
    font-size: 16px;
}

/* Learning Outcomes End */

.rat-main {
    background-color: #fff7f2;
    padding:5px;
    text-align: center;
    border-radius: 10px;
    display: block !important;
}

.rat-main-right {
    margin-left: 10px;
}

.rat-main-right h4 {
    font-size: 16px;
    font-weight: 500;
    color: #000;
    padding-bottom: 5px;
}

.rat-main-right span {
    font-size: 22px;
    font-weight: 700;
    color: #000;
}

.rat-main-right i {
    color: #ffc000;
    font-size: 14px;
}

.exam-prep h2 strong{
    font-size: 22px;
    font-weight: 600;
}

.exam-prep h2{
    padding-bottom: 15px;
}

/* sample-certificate start */

.sample-certificate{
    padding: 60px 0px;
    background-color: #f3f3f3;
}

.sample-certificate button.accordion-button.collapsed {
    background: #fcf5f1;
}

.sample-certificate .accordion-button {
        font-size: 15px !important;
}

.sample-certificate .accordion-button:not(.collapsed) {
    background-color: #fcf5f1;
    color: #0c1620;
}
.left-courses i {
    font-size: 22px;
    color: #c44a00;
    padding: 18px 0;
}
#megaMenu {
        margin-top: 80px !important;
}
.left-courses {
    width: 60px;
    height: 60px;
    line-height: 60px;
    border-radius: 50%;
    background-color: #ffede2;
    border: 1px dotted #c44a00;
    text-align: center;
    margin-right: 20px;
}
.certificate-body h4 {
    font-size: 18px;
    padding: 10px 0px;
}

.certificate-list h5{
    font-size: 15px;
    font-weight: 600;
    padding: 5px 0px;
}

.certificate-list ul li {
    font-size: 13px;
    line-height: 24px;
    padding: 4px 0px;
    display: flex;
    align-items: baseline;
}

.certificate-list ul li strong {
    display: contents;
    font-size: 14px;
    font-weight: 500;
}

.certificate-list ul li span {
    display: contents;
    font-size: 14px;
    font-weight: 500;
    color: #c44a00;
}

.certificate-list ul li i {
    color: #219653;
    margin-right: 8px;
}

.main-certificate img{
    max-width: 100%;
    height: auto;
}

/* sample-certificate end */

.money-bg{
    background-color: #fffaf7;
    padding: 20px;
    border-radius: 10px;
    margin-top: 20px;
}

.money-price-right{
    text-align: center;
}

.money-price-right p{
    font-size: 25px;
    color: #838383d4;
    font-weight: 500;
}
.rating-bars-name
{
    font-size: 15px !important;
    font-weight: 600;
}

.money-price-right p strong{  
    font-size: 22px;
    color: #444;
    font-weight: 400;
}

.comptia-list p{
    text-align: left;
    font-size: 14px;
    color: #000;
    font-weight: 600;
}

.paypal-item p{
   font-size: 14px;
    color: #000;
    font-weight: 600;
}

.money-back {
    display: block;
    justify-content: space-between;
}

.money-price-right p span{
    font-size: 26px;
}

.money-right {
    margin-right: 30px;
}

.money-right p{
    font-size: 13px;
    line-height: 24px;
    color: #1e1e1e;
}

.money-right h4{
    padding-bottom: 10px;
    color: #000;
    font-weight: 600;
}

.pad-mar{
    padding-top: 30px;
    margin-right: 15px;
}

#allReviews {
    padding: 60px 0px;
}

.review-tops {
    border-bottom: 1px solid #dadada;
}

.review-tops p {
    font-size: 15px;
    font-weight: 500;
    color: #333333;
    padding-bottom: 10px;
}

.review-tops ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

.review-tops ul li i {
    font-size: 24px;
    color: #ffaf23;
}

.review-tops ul li span {
    font-size: 14px;
    padding-left: 15px;
}

.review-tops ul li span strong {
    font-size: 34px;
    padding-left: 15px;
}

.review-tops h5 {
    font-size: 16px;
    font-weight: 400;
    padding: 30px 0px 20px 0px;
}

.review-pad {
    padding: 20px 0px;
    border-bottom: 1px solid #dadada;
}

.review-person-content {
    display: flex;
    align-items: center;
}

.review-content {
    margin-left: 15px;
}

.review-content h6 {
    font-size: 15px;
    font-weight: 500;
    color: #000;
    padding-bottom: 5px;
}

.review-content p {
    font-size: 14px;
    font-weight: 400;
}

.review-person-right h5 {
    font-size: 15px;
    font-weight: 600;
    padding-bottom: 10px;
    color: #000;
}

.review-person-right p {
    font-size: 13px;
    font-weight: 500;
    color: #545454;
    padding-bottom: 10px;
    line-height: 24px;
}

.review-person-right p {
    font-size: 13px;
    font-weight: 500;
    color: #545454;
    padding-bottom: 10px;
    line-height: 24px;
}

.common-btns {
    margin-top: 15px;
}

/* Right Site Review Start */

.user-reviews {
    margin-bottom: 30px;
    margin-top: 30px;
    padding: 20px;
    background: #fff;
    border-radius: 6px;
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
}


.rating-box {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    flex-shrink: 0;
}

.rating-bars-item {
    margin: 8px 0px;
    background: #f7f7f7;
    padding: 10px;
}

.rating-overview-box-total {
    font-size: 48px;
    font-weight: 600;
    line-height: 46px;
}

.star_info i {
    color: #ff9500;
}

.rating-bars {
    display: block;
    flex-wrap: wrap;
    align-items: center;
}

.rating-bars-inner {
    display: flex;
}

.rating-bars-rating.high {
    background-color: #00ba74 !important;
    width: 85.4%;
}

.rating-bars-rating {
    display: inline-block;
    vertical-align: baseline;
    background: #f4f5f7;
    width: 100%;
    height: 6px;
    margin-right: 10px;
    border-radius: 3px;
    overflow: hidden;
    align-self: center;
}

.rating-bars-item strong {
        color: #000;
    font-size: 14px;
    font-weight: 600;
}

.rating-bars-rating.mid-high {
    background-color: #e76716;
    width: 77.1%;
}

.rating-bars-rating.mid {
    background-color: #fbb851;
    width: 92.4%;
}

.rating-bars-rating.poor {
    background-color: #e6453c;
    width: 70.1%;
}

.right-reviews {
    background-color: #f7f7f7;
    padding: 10px;
    overflow-y: scroll;
    max-height: 300px;
    scrollbar-width: thin;
}

.custom-review{
    background-color: #fff;
    padding: 10px;
    margin: 4px 0px;
}

.custom-review h4{
    font-size: 16px;
    font-weight: 500;
    color: #000;
    padding-bottom: 10px;
}

.custom-review h4 span{
    font-size: 14px;
    color: #ffc000;
}

.custom-review p{
    font-size: 13px;
    font-weight: 400;
    color: #444444;
    line-height: 20px;
    padding-bottom: 10px;
}

.custom-review span{
    font-size: 13px;
    font-weight: 400;
    color: #000;
}

/* Right Site Review End */

.career-path h4{
    font-size: 18px;
    font-weight: 500;
    color: #000;
    padding-bottom: 5px;
}

.career-path h4 span{
    font-size: 15px;
}

.career-path h4 i {
    margin-right: 5px;
    color: #c44a00;
    font-size: 16px;
}

/* Have Questions start */

.corparate-question{
    padding: 60px 0px;
}

.have-questions{
    display: flex;
    align-items: center;
    justify-content: space-between;
    background-color: #ffefe5;
    padding: 20px;
    border-radius: 6px;
}

.solution-schedule{
    display: flex;
    align-items: center;
    justify-content: space-between;
    background-color: #5c2301;
    padding: 20px;
    border-radius: 6px;
}

.forth-title h4 {
    font-size: 18px;
    font-weight: 600;
    padding-bottom: 10px;
}

.fifth-title h4 {
    font-size: 18px;
    font-weight: 600;
    padding-bottom: 10px;
    color: #fff;
}

.fifth-title p {
    color: #fff;
}

.ques-height{
    min-height: 140px;
}

.solution-left{
    width: 75%;
}

.btn-solution{
    background-color: #ffefe5;
}

.btn-solution {
    background-color: #ffefe5;
    border: 1px solid #ffefe5;
    color: #000;
    font-size: 14px;
    font-weight: 400;
    border-radius: 4px;
    padding: 10px;
}

.btn-solution:hover{
    background-color: #fff;
    color: #000;
}

/* Have Questions end */

/* FAQ start */

.main-faq{
    padding: 30px 0px;
}

.main-faq button.accordion-button.collapsed {
    background: #fcf5f1;
}

.main-faq .accordion-button {
    font-size: 15px;
}

.main-faq .accordion-button:not(.collapsed) {
    background-color: #fcf5f1;
    color: #0c1620;
}

.main-faq .accordion-flush .accordion-collapse {
    border-width: 0;
    box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
}

/* FAQ end */

.model-left-right{
    display: flex;
    align-items: center;
    justify-content: space-between
}
/* RESPONSIVE CSS START */


@media (min-width: 1025px) and (max-width: 1199px) {
    #mostPopular{
        display: none;
    }
}

@media (min-width: 768px) and (max-width: 1024px) {

    #megaMenu .navbar-toggler {
    padding: 2px 10px;
    font-size: 20px;
    line-height: 1;
    color: #000 !important;
    background-color: #000;
    border: none;
    border-radius: 2px;
    transition: var(--bs-navbar-toggler-transition);
    }

}

@media (min-width: 481px) and (max-width: 767px) {

    #megaMenu .navbar-toggler {
        padding: 2px 10px;
        font-size: 20px;
        line-height: 1;
        color: #000 !important;
        background-color: #000;
        border: none;
        border-radius: 2px;
        transition: var(--bs-navbar-toggler-transition);
    }

     #megaMenu .main-dropdown {
        top: 38px;
        right: -15px;
        left: -15px;
    }


     /* banner Boot Camp start */

    .banner-section-four {
        background-color: #feefe4;
        background-image: none;
    }

    .home-slide-text h1{
        font-size: 24px;
        padding-bottom: 10px;
    }

    .btn-orange-bnr{
        max-width: 100%;
    }

    .btn-transparent-bnr{
        max-width: 100%;
    }

    .in-house-bnr img{
        margin-top: 20px;
        max-width: 100%;
        height: auto;
    }

    .add-buynow{
        padding: 0px 0px 0px 0px;
    }

    .buy-now {
        width: 100%;
        margin-left: 0%;
    }

    .btn-paypal {
        font-size: 15px;
        padding: 10px 5px;
    }

    /* banner Boot Camp end */

    .rat-main {
        padding: 10px 0px;
        margin-bottom: 10px;
    }

    .certification-course {
        padding-top: 20px;
    }

    .certification-course h2 {
        font-size: 20px;
    }

    .key-list ul li {
        line-height: 22px;
        font-weight: 400;
        font-size: 13px;
    }

    .convenient-schedule {
        margin-top: 20px;
        padding: 20px;
        display: block;
    }

    .convenient-ctr {
        width: 100%;
        padding: 10px 0px;
    }

    .btn-advisor {
        width: 100%;
    }

    .learning-outcomes {
        padding-top: 20px;
    }

    .learning-outcomes h3 {
        font-size: 18px;
    }

    .learning-outcomes ul {
        list-style: disc;
    }

    .learning-outcomes ul li {
        line-height: 22px;
        font-size: 13px;
    }

    .money-bg {
        margin-top: 0px;
        padding: 10px;
    }

    .money-back {
        display: block;
        margin: 20px 0px;
    }

    .money-left {
        min-height: auto;
        margin-right: 0;
    }

    .money-right h4{
        font-size: 16px;
        padding-bottom: 10px;
    }

    .model-left-right {
        display: block;
    }

    .next-starts img {
        max-width: 100%;
        height: auto;
    }

    #Overview {
        padding: 20px 0px;
    }

    .sample-certificate {
        padding: 20px 0px;
    }

    .student-course {
        margin-top: 0;
        padding: 20px 0px;
    }

    #allReviews {
        padding: 20px 0px;
    }

    .review-person-right p {
        font-weight: 400;
    }

    .advantages-one {
        padding: 20px 0px;
    }

    .advantage-detail-one {
        padding: 20px;
        margin-bottom: 20px;
    }

    .have-questions {
        display: block;
    }

    .training-clients {
        padding: 20px 0px;
    }

    h3.tittle-three-one {
        padding-top: 10px;
    }

    .banner-right{
        background-color: #d0d0d0;
        padding: 15px;
        margin-top: 30px;
    }

    .rating-point p {
        position: initial;
    }

    .home-slide-text p {
        font-size: 14px;
    }

    .review-star {
        margin: 5px 0px;
    }

    /* footer start */

    .main-footer {
    background-color: #1d2636;
    padding: 30px 0px 60px 0px;
    }

    .footer-bottom {
        display: none;
    }

    .footer-bottom-mobile {
        background: #c44a00;
        position: fixed;
        padding: 0;
        bottom: 0;
        left: 0;
        right: 0;
        z-index: 999;
    }

    .call-chat-mobile {
        text-align: center;
    }

    .footer-bottom-mobile ul {
        display: flex;
        align-items: center;
        justify-content: space-between;
    }

        .footer-bottom-mobile ul li {
        padding: 8px 0;
    }

    .footer-bottom-mobile ul li a {
        color: #fff;
        font-size: 15px;
        font-weight: 600;
    }

        .footer-bottom-mobile ul li:nth-child(2) {
        background-color: #c44a00;
        padding: 8px 30px;
    }

    .company {
        border-bottom: 1px solid #45536c;
        padding: 10px 0px;
    }

}

@media only screen and (min-device-width: 320px) and (max-device-width: 480px) {

    #megaMenu .navbar-toggler {
        padding: 2px 10px;
        font-size: 20px;
        line-height: 1;
        color: #000 !important;
        background-color: #000;
        border: none;
        border-radius: 2px;
        transition: var(--bs-navbar-toggler-transition);
    }

     #megaMenu .main-dropdown {
        top: 38px;
        right: -15px;
        left: -15px;
    }

    #megaMenu .navbar-toggler {
        margin-right: 30px;
    }

    p {
        font-size: 13px;
    }

    h3 {
        font-size: 20px;
        padding: 10px 0px;
    }

     /* banner Boot Camp start */

    .banner-section-four {
        background-color: #feefe4;
        background-image: none;
    }

    .home-slide-text h1{
    font-size: 24px;
    padding-bottom: 10px;
    line-height: 30px;
    }

    .btn-orange-bnr{
        max-width: 100%;
    }

    .btn-transparent-bnr{
        max-width: 100%;
    }
    .right-courses p{
        font-size: 14px !important;
    }
    .in-house-bnr img{
        margin-top: 20px;
        max-width: 100%;
        height: auto;
    }

    .add-buynow{
        padding: 0px 0px 0px 0px;
    }

    .buy-now {
        width: 100%;
        margin-left: 0%;
    }

    .btn-paypal {
        font-size: 20px;
        padding: 10px 5px;
    }

    /* banner Boot Camp end */

    .rat-main {
        padding: 10px 0px;
        margin-bottom: 10px;
    }

    .certification-course {
        padding-top: 20px;
    }

    .certification-course h2 {
        font-size: 20px;
    }

    .key-list ul li {
        line-height: 22px;
        font-weight: 400;
        font-size: 13px;
    }

    .convenient-schedule {
        margin-top: 20px;
        padding: 20px;
        display: block;
    }

    .convenient-ctr {
        width: 100%;
        padding: 10px 0px;
    }

    .btn-advisor {
        width: 100%;
    }

    .learning-outcomes {
        padding-top: 20px;
    }

    .learning-outcomes h3 {
        font-size: 18px;
    }

    .learning-outcomes ul li {
        line-height: 22px;
        font-size: 13px;
    }

    .money-bg {
        margin-top: 0px;
        padding: 10px;
    }

    .money-back {
        display: block;
        margin: 20px 0px;
    }

    .money-left {
        min-height: auto;
        margin-right: 0;
    }

    .money-right h5{
        font-size: 16px;
        padding-bottom: 10px;
    }

    .model-left-right {
        display: block;
    }

    .next-starts img {
        max-width: 100%;
        height: auto;
    }

    #Overview {
        padding: 20px 0px;
    }

    .sample-certificate {
        padding: 20px 0px;
    }

    .student-course {
        margin-top: 0;
        padding: 20px 0px;
    }

    #allReviews {
        padding: 20px 0px;
    }

    .review-person-right p {
        font-weight: 400;
    }

    .advantages-one {
        padding: 20px 0px;
    }

    .advantage-detail-one {
        padding: 20px;
        margin-bottom: 20px;
    }

    .have-questions {
        display: block;
    }

    .training-clients {
        padding: 20px 0px;
    }

    h3.tittle-three-one {
        padding-top: 10px;
    }

    .banner-right{
        background-color: #d0d0d0;
        padding: 15px;
        margin-top: 30px;
    }

    .rating-point p {
        position: initial;
    }

    .home-slide-text p {
        font-size: 14px;
    }

    .review-star {
        margin: 5px 0px;
    }

    /* footer start */

    .main-footer {
    background-color: #1d2636;
    padding: 30px 0px 60px 0px;
    }

    .footer-bottom {
        display: none;
    }

    .footer-bottom-mobile {
        background: #c44a00;
        position: fixed;
        padding: 0;
        bottom: 0;
        left: 0;
        right: 0;
        z-index: 999;
    }

    .call-chat-mobile {
        text-align: center;
    }

    .footer-bottom-mobile ul {
        display: flex;
        align-items: center;
        justify-content: space-between;
    }

        .footer-bottom-mobile ul li {
        padding: 8px 0;
    }

    .footer-bottom-mobile ul li a {
        color: #fff;
        font-size: 15px;
        font-weight: 600;
    }

        .footer-bottom-mobile ul li:nth-child(2) {
        background-color: #c44a00;
        padding: 8px 30px;
    }

    .company {
        border-bottom: 1px solid #45536c;
        padding: 10px 0px;
    }

     /* footer end */
}

/* RESPONSIVE CSS START */


.rating-overview {
    display: block;
}

.rating-box {
    margin-right: 0px;
    border-right: 0px solid #fff;
    padding-right: 0px;
}

.rating-bars-item {
    width: calc(100% - 0px);
}

.learning-outcomes ul li {
    list-style: inside;
    display: list-item;
}

.exam-prep ul li{
    margin-left: 30px;
    list-style: disc;
    display: list-item;
}

.btn-grab{
    background-color: #ebd620;
    font-size: 16px;
    font-weight: 600;
}

.btn-grab:hover{
    background-color: #000;
    color: #fff;
}

.limit-offer h4 {
    margin-right: 100px;
    font-size: 24px;
    font-weight: 700;
}

.limit-offer h4 i{
    color: #00ba74;
}

@media (min-width: 992px) {
    .navbar-expand-lg .navbar-nav {
        flex-direction: row;
        align-items: center;
    }
}

.video-label {
    cursor: pointer;
    color: #66a0f5;
}

.video-label:hover {
    text-decoration: none;
    opacity: 0.8;
}
