#pmpro_login.pmpro_section {
    padding-top: 72px;
}
.headerWrapper {
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 9999;
    transition: all 0.3s ease-in-out;
    background-color: transparent;
    backdrop-filter: none;
    transform: translateY(0);
    background-color: #fff;
    box-shadow: 0 3px 45px rgba(0, 0, 0, 0.15);
}
.site-inner {
    padding-top: 80px;
}
.headerWrapper .notificationBar {
    text-align: center;
    background-color: #2a4351;
    color: #fff;
    padding: 10px 10px;
    font-size: 14px;
    font-weight: 500;
    position: relative;
    z-index: 999;
}
.headerWrapper .notificationBar p {
    margin: 0;
}
.headerWrapper .notificationBar a {
    background-color: #78bf54;
    border-color: #78bf54;
    color: #2a4351;
    border-radius: 100px;
    text-align: center;
    font-size: 14px;
    line-height: 1.5;
    padding: 4px 12px;
    text-decoration: none !important;
    transition: all .3s ease;
    margin-left: 6px;
    display: inline-block;
}
.headerWrapper .notificationBar a:hover {
    background-color: #fff;
    border-color: #fff;
    color: #2a4351;
}
header.site-header {
    position: relative;
}
.headerWrapper.hide-on-scroll {
  transform: translateY(-100%);
}
.confirmationText {
    text-align: center;
    padding-top: 48px;
}
.confirmationText p.ai_Sign_text span {
    display: inline-block;
    font-weight: 600;
}
.pmpro_card .pmpro_heading-with-avatar {
    padding-left: 0 !important;
    padding-bottom: 24px !important;
}
.pmpro .pmpro_card_content {
    padding: 0 !important;
}
.pmpro .pmpro_section {
    margin: 0;
}
.pmpro .pmpro_card {
    background-color: transparent;
    border: 0;
    border-radius: 0;
    box-shadow: none;
}
.pmpro_form_field-password-toggle-state {
    display: none;
}
.heroFormBoxBody .pmpro_card_content {
    margin-bottom: 16px;
}
.pmpro_card .pmpro_font-large {
    font-size: 20px !important;
}
.pmpro_card .pmpro_form_fields {
    flex-direction: unset;
    flex-wrap: wrap;
    gap: 18px 0;
    margin: 0 -8px;
}
.pmpro_card .pmpro_form_field {
    width: 100%;
    padding: 0 8px;
    gap: 8px;
    font-size: 16px;
}
.pmpro_card .pmpro_form_field label {
    margin: 0 !important;
    font-weight: 400 !important;
}
.pmpro_card .pmpro_form_field input {
    padding: 8px 10px;
    height: 44px;
}
.pmpro_card .pmpro_card_content {
    margin-bottom: 0 !important;
}
.pmpro_card_content + .pmpro_card_actions {
    font-size: 14px;
    padding: 8px 16px;
    border-color: transparent;
}
.pmpro .pmpro_form_submit {
    margin-top: 0 !important;
}
.pmpro_form_submit .pmpro_btn {
    font-weight: 600;
}
.heroFormBoxBody .pmpro .checkout_already_used_freemium {
    min-height: 40vh !important;
    margin-top: 16px !important;
}
.pmpro_card_content .pmpro_cols-2 {
    width: 100%;
    gap: 0;
}
.pmpro_card_content .pmpro_form_field-first_name, .pmpro_card_content .pmpro_form_field-last_name, .pmpro_card_content .pmpro_cols-2 .pmpro_form_field {
    width: 50%;
}
.hero-page.homeHero {
    background: linear-gradient(75.27deg, #82cd53 -1.43%, #447087 75.69%);
}
.inner-detail-hero .notifactionBar {
    display: none !important;
    padding: 14px 16px;
    border-left: 8px solid #99de6d;
    color: #fff;
    margin-bottom: 16px;
    display: inline-block;
    max-width: 440px;
    width: 100%;
    border-radius: 6px;
    min-width: auto;
    background: linear-gradient(90deg, rgb(0 0 0 / 20%) 0%, rgba(237, 221, 83, 0) 70%);
}
.inner-detail-hero .notifactionBar p {
    margin: 0;
    font-size: 22px !important;
    line-height: 32px !important;
    font-weight: 400;
}
.inner-detail-hero .notifactionBar a {
    font-weight: 600;
    text-decoration: underline;
    color: #fff; 
}
.hero-page.homeHero .inner-detail-hero h1, .hero-page.homeHero .inner-detail-hero p {
    color: #fff;
}
.heroSectionWrap {
    padding: 80px 0 0 0;
    background: linear-gradient(74deg, #82CD53 -0.15%, #345A6D 57.3%, #2A4351 89.78%);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}
.heroSectionWrap .heroContentCol {
    padding-bottom: 0px;
    padding-top: 48px;
}
.heroSectionWrap .heroContentCol .heroTitle h1 {
    color: #fff;
    font-size: 48px;
    line-height: 58px;
    max-width: 450px;
}
.heroSectionWrap .heroIconList ul {
    padding: 0;
    margin: 0;
}

.heroSectionWrap .heroIconList li {
    list-style: none;
    margin-bottom: 16px;
    font-size: 20px;
    line-height: 30px;
    color: #F3FBE9;
    display: flex;
    gap: 16px;
}
.heroIconList .checkIcon img {
    width: 25px;
    padding: 6px;
    background: #fff;
    border-radius: 100px;
    height: 25px;
}
.heroFormBox {
    background-color: #fff;
    padding: 24px;
    border-radius: 20px;
    overflow: hidden;
    box-shadow: 10px 20px 250px 0px rgba(0, 0, 0, 0.10);
    position: relative;
    z-index: 9;
    /* margin-bottom: -340px; */
}
.heroFormBox .heroFormBoxHead {
    text-align: center;
}
.heroFormBoxHead h3 {
    font-size: 32px;
    line-height: 40px;
    color: #2A4351;
    margin-bottom: 16px;
}
.heroFormBox .subtitleBox {
    background-color: rgb(130 205 83 / 20%);
    text-align: center;
    font-size: 14px;
    line-height: 20px;
    padding: 4px 0;
    margin: 0 -24px;
    color: #2A4351;
}
.heroFormBox .gform_wrapper .gform_heading {
    display: none;
}
.heroFormBox .gform_wrapper {
    margin-top: 24px;
}
.heroFormBox .gform_wrapper .gform_body .gform_fields {
    gap: 24px !important;
}
.heroFormBox .gform_wrapper .gfield input {
    height: 56px;
    border-radius: 10px;
    border: 1px solid #82CD53;
}
.heroFormBox .gform_wrapper .gform_footer input[type="submit"] {
    height: 48px;
    border-radius: 100px !important;
    color: #fff !important;
    font-size: 16px !important;
    line-height: 20px !important;
    background-color: #2A4351 !important;
    width: 100%;
    max-width: 100%;
    display: block !important;
    min-width: 100% !important;
}
.milestoneList {
    margin-top: 80px;
    /* position: absolute; */
    width: 100%;
    bottom: 80px;
    padding: 24px 0;
    opacity: 0.9;
    background: linear-gradient(90deg, #2A4351 20.93%, rgba(42, 67, 81, 0.50) 52.15%, rgba(95, 151, 183, 0.00) 83.72%);
}
.milestoneList .col-md-4 {
    margin: 0 !important;    
}
.lpVideoSec {
    padding-top: 100px;
    padding-bottom: 100px;
}
.milestoneList .box-counter-inf .inner-scuare-counter {
    align-items: center !important;
    border: none !important;
    border-radius: 0 !important;
    display: flex;
    height: 100%;
    padding: 0 !important;
}
.milestoneList .list-counter-data .row >div {
    margin: 0 !important;
}
.milestoneList .col-number-information h4 {
    font-size: 24px;
    font-weight: 700;
    line-height: 34px;
    color: #82CD53;
    margin: 0;
}
.milestoneList .box-counter-inf .col-detail-information p {
    max-width: 200px;
    font-size: 14px !important;
    font-weight: 400 !important;
    color: #FFFFFF !important;
    line-height: 22px !important;

}
.milestoneList .box-counter-inf .icon-col-counter {
    border: 2px solid #82CD53 !important;  
    min-width: 60px !important;
    padding: 7px !important;
    width: 60px !important;
    height: 60px !important;
    margin-right: 20px !important; 
}
.lpVideoSec .lpVideoHeadingCol h2 {
    color: #2A4351;
    text-align: center;
    max-width: 890px;
    margin: 0 auto;
}
.lpVideoSec .lpVideoShortCode {
    text-align: center;
    padding-top: 40px;
    max-width: 900px;
    height: 543px;
    margin: 0 auto;
}
.lpVideoSec .lpVideoShortCode video {
    width: 100%;
    height: 100%;
}
.createLearningWrap {
    padding: 100px 0 100px 0;
    background: linear-gradient(180deg, #82CD53 -48.84%, #F9FCFD 44.18%);
}
.createLearningWrap .createLearningHeading {
    text-align: center;
    padding-bottom: 48px;
}

.createLearningWrap .createLearningHeading h2 {
    max-width: 590px;
    margin: 0 auto 10px auto;
}
.createLearningWrap .createLearningHeading p {
    font-size: 20px;
    line-height: 30px;
    max-width: 730px;
    margin: 0 auto 10px auto;
}
.createLearningWrap .cardImage {
    background: #FFFFFF;
    border: 1px solid #2A4351;
    border-radius: 20px;
    text-align: center;
    margin-bottom: 20px;
}
.createLearningWrap .cardImage img {
    width: 100%;
}
.createLearningWrap .card-body span.badge {
    background: #82CD53;
    width: 150px;
    text-align: center;
    display: block;
    padding: 10px 20px;
    color: #FFFFFF;
    font-size: 16px;
    line-height: 20px;
    font-weight: 500;
    border-radius: 100px;
    margin-bottom: 16px;        
}
.createLearningWrap H5.card-title {
    color: #2A4351;
    font-size: 20px;
    line-height: 30px;
    font-weight: 700;
    margin-bottom: 10px;
}
.createLearningWrap p {
    font-size: 16px;
    line-height: 22px;
    color: #2A4351;
    margin: 0;
}
.createLearningWrap ul {
    margin: 10px 0;
    padding: 0 0px 0px 20px;
}

.createLearningWrap ul li {
    list-style: none;
    position: relative;
    font-size: 16px;
    line-height: 22px;
    color: #2A4351;
}

.createLearningWrap ul li:before {
    content: '';
    position: absolute;
    width: 10px;
    height: 10px;
    background: #82CD53;
    border-radius: 100px;
    left: -20px;
    top: 6px;
}
.contentForeverWrap {
    background-color: #F9FCFD;
}
.contentForeverWrap .row {
    align-items: center;
}
.contentForeverWrap .badge {
    width: 100px;
    height: 100px;
    text-align: center;
    background: #E1EBEE;
    border-radius: 100px;
}
.contentForeverWrap .badge img {
    padding: 20px;
    object-fit: cover;
    width: 100%;
    text-align: center;
}
.contentForeverContentCol .content {
    padding-top: 32px;
}
.contentForeverContentCol .content h3 {
    margin-bottom: 10px;
    color: #2A4351;
    max-width: 300px;
}
.contentForeverContentCol .content p {
    margin-bottom: 0;
    font-size: 20px;
    line-height: 30px;
    color: #2A4351;
    font-weight: 400;
    max-width: 480px;
}
.contentForeverImageCol img {
    width: 100%;
}
.testimonialWrap {
    background: #F9FCFD;
    padding-top: 100px;
    padding-bottom: 100px;
    z-index: 999 !important;
}
.testimonialWrap .testimonialHeading {
    text-align: center;
    max-width: 540px;
    margin: 0 auto;
    padding-bottom: 56px;
}
.testimonialWrap .testimonialHeading h2 {
    color: #2A4351;
}
.testimonialHeading p {
    margin: 0;
}
.testmonialSlider .slick-list {
    padding: 0 100px;
} 
.testimonialWrap .testimonialInnerBoxes {
    border-radius: 16px;
    border: 4px solid #FFF;
    background: linear-gradient(118deg, #82CD53 -12.23%, #447087 96.94%);
    padding: 25px 20px;
}
.testimonialInnerBoxes .testimonialContent {
    padding: 20px;
    border-radius: 7px;
    background: #FFF;
    box-shadow: 0px 7px 15px 0px rgba(0, 0, 0, 0.10);
    min-height: 180px;
}
.testimonialInnerBoxes .testimonialContent h5 {
    margin-bottom: 10px;
    font-size: 20px;
    font-weight: 700;
    color: #2A4351;
    display: none;
}
.testimonialInnerBoxes .testimonialContent p {
    font-size: 14px;
    line-height: 20px;
    color: #2A4351;
    margin-bottom: 10px;
}
.testimonialWrap .personContent {
    display: none;
    /* display: flex; */
    gap: 10px;
    align-items: center;
    padding-top: 20px;
}

.personContent .personContentCol h6 {
    font-size: 16px;
    line-height: 22px;
    margin-bottom: 4px;
    color: #fff;
    margin: 0;
}

.personContent .personContentCol p {
    font-size: 12px;
    line-height: 20px;
    font-weight: 500;
    color: #fff;
    margin: 0;
}
.trustedCustomerWrap {
    background: linear-gradient(180deg, #82CD53 -48.84%, #F2F9FA 44.18%);
    padding-top: 100px;
    display: none;
}
.trustedCustomerWrap .trustedCustomerInnerMainCol {
    border-radius: 20px;
    background: #FFF;
    box-shadow: 10px 20px 250px 0px rgba(0, 0, 0, 0.10);
    padding: 48px 74px;
    z-index: 999 !important;
    position: relative;
    margin-top: -200px;
}
.trustedCustomerWrap .customerHeading {
    text-align: center;
    padding-bottom: 40px;
}
.trustedCustomerWrap .customerHeading h3 {
    max-width: 550px;
    margin: 0 auto;
    color: #2A4351;
}

.trustedCustomerWrap .trustedCustomerlogo {
    display: flex;
    align-items: center;
    gap: 10px;
}
.trustedCustomerWrap .trustedCustomerCenterLogo {
    text-align: center;
}
.trustedCustomerWrap .trustedCustomerlogo img, .trustedCustomerCenterLogo img {
    width: 100% !important;
}
.faqWrap {
    background-color:#f0f7f8d9 ;
    padding: 100px 0 100px 0;
}
.faqWrap .faqHeading {
    text-align: center;
        padding-bottom: 40px;
}
.faqWrap .faqHeading  h2 {
    color: #2A4351;
}
.faqWrap  .faqImage img {
    width: 100%;
}
.faqWrap .faq-item {
    margin-bottom: 10px;
    overflow: hidden;
    transition: 0.3s ease;
    border-radius: 10px;
    border: 1px solid rgba(42, 67, 81, 0.20);
    background: #FFF;
}

.faqWrap .faq-question {
    padding: 26px 70px 26px 28px;
    cursor: pointer;
    background: #fff;
    color: #2A4351;
    font-weight: 500;
    position: relative;
    transition: 0.3s ease;
    font-size: 20px;
    line-height: 30px;
    font-weight: 600;
}
.faqWrap .faq-item.active .faq-question {
    background: #2A4351;
    color: #fff;
}
.faq-item .faq-question .faqArrow {
    position: absolute;
    top: 24px;
    right: 24px;
    transition: 0.3s all ease-in-out;
    -webkit-transition: 0.3s all ease-in-out;
}
.faq-item.active .faq-question .faqArrow {
    transform: rotate(-90deg);
    -webkit-transform: rotate(-90deg);
}
/* .faqWrap .faq-question::after {
    content: '+';
    position: absolute;
    right: 24px;
    font-size: 18px;
    transition: transform 0.3s;
} */
/* .faqWrap .faq-item.active .faq-question::after {
    content: '-';
} */
.faqWrap .faq-answer {
    max-height: 0;
    overflow: hidden;
    background: #2A4351;
    color: #fff;
    padding: 0 24px;
    transition: all 0.3s ease;
    font-size: 16px;
    line-height: 26px;
}
.faqWrap .faq-item.active .faq-answer {
    padding: 0px 24px 20px 24px;
    max-height: 500px;
}

.freeTrailTodayWrap {
    padding-top: 110px;
    padding-bottom: 110px;
    background-image: url(./images/cta-bg-image.webp);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}
.freeTrailTodayWrap .freeTrailContentCol h2 {
    color: #fff;
    font-size: 44px;
    line-height: 54px;
}
.freeTrailTodayWrap .freeTrailContentCol h6 {
    color: #fff;
    font-size: 22px;
    line-height: 30px;
    max-width: 500px;
    font-weight: 400;
}
.freeTrailTodayWrap .freeTrailContentCol a {
    padding: 18px 30px;
    background: #82CD53;
    margin: 0;
    width: 100%;
    display: block;
    text-align: center;
    font-size: 20px;
    line-height: 28px;
    border-radius: 100px;
    font-weight: 600;
    color: #FFFFFF;
    text-decoration: none;
}
.freeTrailTodayWrap .freeTrailContentCol p {
    color: #F3FBE9;
    font-size: 18px;
    line-height: 26px;
    padding-top: 20px;
}
.contentForeverWrap .container .row:not(.row:first-child) {
    padding-top: 120px;
}
.contentForeverWrap .row:not(.flex-row-reverse) .contentForeverContentCol {
    padding-left: 24px;
}
.freeTrailContentCol .CtaSubTitle {
    margin-top: 16px;
    color: #F3FBE9;
    font-size: 16px;
    line-height: 22px;
}

@media only screen and (min-width: 991px) {
    .hero-page.homeHero .item-slider {
        min-height: 740px !important;
        padding: 140px 0 !important;
    }
}
@media only screen and (min-width: 1300px) {
    .hero-page.homeHero .img-person-col {
        max-width: 700px;
        transform: translateX(-30%);
    }
    .hero-page.homeHero .container {
        padding-top: 60px;    
    }
}
@media only screen and (min-width:2000px ) {
    .testimonialWrap .testmonialSlider {
        max-width: 1600px;
        margin: 0 auto;
    }
}
@media only screen and (max-width:1380px ) {
    .milestoneList {
        bottom: 0px;
    }
    .heroSectionWrap {
        padding: 64px 0;
    }
    .heroFormBox {
        margin-bottom: 0;  
    }
    .heroSectionWrap .heroContentCol {
        padding-top: 32px;
        padding-bottom: 40px;
    }
    .lpVideoSec {
        padding-top: 80px;
        padding-bottom: 80px;
    }
    .createLearningWrap {
        padding-top: 80px;
        padding-bottom: 80px;
    }
    .contentForeverWrap .container .row:not(.row:first-child) {
        padding-top: 80px;
    }
}
@media only screen and (max-width:1024px ) {
    .inner-detail-hero .notifactionBar {
        padding: 10px 16px;
    }
    .inner-detail-hero .notifactionBar p {
        font-size: 20px !important;
        line-height: 28px !important;
    }
    .trustedCustomerWrap .trustedCustomerInnerMainCol .trustedCustomerlogo img {
        width: 120px !important;
        object-fit: cover;
    }
    .lpVideoSec .lpVideoShortCode {
        width: 100%;
    }
    .lpVideoShortCode iframe {
        width: 100% !important;
    }
    .testmonialSlider .slick-list {
        padding: 0 64px;
    }
}
@media only screen and (max-width:991px ) {
    .heroSectionWrap {
        padding: 64px 0 0px 0;
    }
    .heroSectionWrap .heroFormCol {
        padding-bottom: 64px;
    }
    .heroSectionWrap .heroContentCol {
        padding-top: 0px;
        padding-bottom: 32px;
    } 
    .heroFormBox .gform_wrapper .gform_body .gform_fields {
        display: flex;
        flex-direction: column;
    }
    .heroFormBoxHead h3 {
        margin-bottom: 16px;
    }
    .createLearningWrap .createLearningHeading {
        padding-bottom: 0px;
    } 
    .createLearningWrap .card {
        padding-top: 32px !important;
    }
    .list-counter-data .col-lg-7 .row {
        gap: 24px;
    }
    .milestoneList {
        margin-top:0px;
        opacity: 1;
        background: linear-gradient(0deg, #2A4351 100%, rgba(42, 67, 81, 1) 100%, rgba(95, 170, 183, 1) 100%);
    }
    .milestoneList .list-counter-data >.row {
        justify-content: start !important;
    }
    .milestoneList .list-counter-data .col-lg-10 > .row {
        gap: 24px;
    }
    .milestoneList .list-counter-data .innerMileStone .row>div {
        flex: auto;
        max-width: 33% !important;
    }
    /* section.contentForeverWrap .row {
        flex-direction: column-reverse !important;
    } */
     .contentForeverWrap .row:not(.flex-row-reverse) .contentForeverContentCol {
        padding-left: 0;
     }
    .contentForeverWrap .contentForeverContentCol {
        padding-top: 30px;
    }
    .contentForeverWrap .contentForeverContentCol .content p {  
        max-width: 100%;
    }
    .milestoneList .box-counter-inf .inner-scuare-counter {
        flex-wrap: nowrap !important;
    }
    .milestoneList .box-counter-inf .icon-col-counter {
        margin: 0 20px 0 0px !important;
    }
    .milestoneList .box-counter-inf .inner-scuare-counter .col-number-information h4 {
        text-align: left !important;
    }
    .milestoneList .box-counter-inf .inner-scuare-counter .col-number-information .col-detail-information p {
         text-align: left !important;       
    }
    .lpVideoSec {
        padding-top: 64px;
        padding-bottom: 80px;
    }
    .createLearningWrap {
        padding: 64px 0 64px 0;
    }
    /* .testimonialWrap {
        padding-bottom: 180px;
    } */
    .testimonialWrap .testimonialHeading {
        padding-bottom: 32px;
    }
    .testmonialSlider .slick-list {
        padding: 0;
    }
    .trustedCustomerWrap .trustedCustomerInnerMainCol .trustedCustomerCenterLogo img {
        width: 100%;
    }
    .trustedCustomerWrap .trustedCustomerInnerMainCol .trustedCustomerCenterLogo {
        padding: 30px;
    }
    .faqWrap {
        padding: 64px 0 64px 0;
    }
    .faqWrap .faqHeading {
        text-align: center;
        padding-bottom: 0;
    }
    .freeTrailTodayWrap {
        padding-top: 60px;
        padding-bottom: 60px;
    }
    .freeTrailTodayWrap .freeTrailContentCol {
        text-align: center;
    }
    .freeTrailTodayWrap .freeTrailContentCol h6 {
        margin: 0 auto 10px auto;
    }
    .trustedCustomerWrap .trustedCustomerInnerMainCol .trustedCustomerlogo img {
        width: 100% !important;
        object-fit: cover;
    }
     .col-md-6 {
        flex: 0 0 100% !important;
        width: 100% !important;
        max-width: 100% !important;
    }
    .col-md-4 {
        flex: 0 0 100% !important;
        width: 100% !important;
        max-width: 100% !important;
    }
    .col-md-5 {
        flex: 0 0 100% !important;
        width: 100% !important;
        max-width: 100% !important;
    }
    .col-md-7 {
        flex: 0 0 100% !important;
        width: 100% !important;
        max-width: 100% !important; 
    }
    .lpVideoSec .lpVideoShortCode {
        height: 440px;
    }

}
@media only screen and (max-width:690px ) {
    .headerWrapper .notificationBar p {
        font-size: 12px !important;
        line-height: 18px;
     }
    .pmpro_card .pmpro_form_fields {
        margin: 0;
    }
    .pmpro_card .pmpro_form_field {
        padding: 0;
    }
    .pmpro_card_content .pmpro_form_field-first_name, .pmpro_card_content .pmpro_form_field-last_name, .pmpro_card_content .pmpro_cols-2 .pmpro_form_field {
        width: 100%;
    }
    .pmpro_card .pmpro_form_fields {
        gap: 16px 0;
    }
    .pmpro_card_content .pmpro_cols-2 {
        gap: 16px;
    }
    .pmpro_card .pmpro_form_field {
        gap: 6px;
        font-size: 14px;
    }
    .hero-page.homeHero .item-slider {
        padding: 72px 0 0 !important; 
    }
    body h1 {
        font-size: 34px !important;
        line-height: 44px !important;
    }
    body p {
        font-size: 16px !important;
        line-height: 24px !important;
    }
    .inner-detail-hero .notifactionBar {
        padding: 6px 14px; 
    }
    .inner-detail-hero .notifactionBar p {
        font-size: 18px !important;
        line-height: 28px !important;
    } 
    .heroSectionWrap .heroIconList ul li {
        margin-bottom: 12px;
        font-size: 14px;
        line-height: 22px;
        gap: 8px;
    }
    .heroSectionWrap .heroIconList ul li img {
        width: 16px;
        padding: 4px;
        height: 16px;
    }
    .lpVideoSec {
        padding-top: 48px;
        padding-bottom: 48px;
    }
    .createLearningWrap {
        padding: 48px 0 48px 0;
    }
    .createLearningWrap .card {
        PADDING: 0 !IMPORTANT;
        margin-bottom: 20px !important
    }
    .createLearningWrap .card:last-child {
        margin-bottom: 0px ;
    }
    .createLearningWrap .card-body ul {
        margin: 6px 0;
        padding: 0 0px 0px 20px;
    }
    .createLearningWrap .card-body H5.card-title {
        margin-bottom: 6px;
    }
    .contentForeverWrap .badge {
        width: 70px;
        height: 70px;
    }
    .contentForeverWrap .badge img {
        padding: 16px;
    }
    .contentForeverWrap .flex-row-reverse {
        padding-top: 30px;
    }
    .testimonialWrap {
        padding-top: 48px;
        padding-bottom: 64px;
    }
    .testimonialInnerBoxes .testimonialContent {
        min-height: 280px;
    }
    .trustedCustomerWrap .trustedCustomerInnerMainCol {
        padding: 20px 20px;
    }
    .trustedCustomerWrap .trustedCustomerInnerMainCol .trustedCustomerlogo {
        flex-wrap: wrap;
    }
    .faqWrap {
        padding: 48px 0 48px 0;
    }
    .faqWrap .faq-question {
        padding: 16px 40px 16px 16px;
        font-size: 16px;
        line-height: 24px;
    }
    .faqWrap .faq-item.active .faq-answer {
        padding: 0px 16px 16px 16px;
    }
    .faqWrap .faq-answer {
        font-size: 14px;
        line-height: 24px;
    }
    .freeTrailTodayWrap {
        padding-top: 48px;
        padding-bottom: 48px;
    }
    .freeTrailTodayWrap .freeTrailContentCol h2 {
        color: #fff;
        font-size: 30px;
        line-height: 38px;
    }
    .freeTrailTodayWrap .freeTrailContentCol h6 {
        font-size: 18px;
        line-height: 26px;
        font-weight: 400;
    }
    .freeTrailTodayWrap .freeTrailContentCol a {
        padding: 14px 30px;
        font-size: 16px;
        line-height: 26px;
    }
    .milestoneList .list-counter-data .innerMileStone .row>div {
        flex: 0 0 0 100% !important;
        max-width: 100% !important;
    }
    .heroSectionWrap {
        padding: 48px 0 0 0;
    }
    .milestoneList {
        margin-top: 0px;
        padding: 24px 0;
        opacity: 1;
        background: linear-gradient(0deg, #2A4351 100%, rgba(42, 67, 81, 1) 100%, rgba(95, 170, 183, 1) 100%);
    }
     .milestoneList .box-counter-inf {
        margin-bottom: 20px;
    }
    .milestoneList .box-counter-inf .inner-scuare-counter .col-number-information .col-detail-information p {
        max-width: 100%;
    }
}

@media only screen and (max-width:480px ) {
    .inner-detail-hero .notifactionBar {
        padding: 4px 8px;  
    }
    .inner-detail-hero .notifactionBar p {
        margin: 0;
        font-size: 16px !important;
        line-height: 26px !important;
    }
    .lpVideoSec .lpVideoShortCode {
        height: 300px;
    }
}
@media only screen and (max-width:380px ) {
    .headerWrapper .notificationBar p {
        font-size: 11px !important;
    }
    .lpVideoSec .lpVideoShortCode {
        height: 220px;
    }
}