#page a:hover {
    text-decoration: underline;
}

#content.panel-hero .container {
    width: 1000px;
    max-width: 100%;
}

#masthead {
    padding-bottom: 15px;
    padding-top: 15px;
}

.home .panel-hero .hero-intro p {
    font-size: 18px;
    line-height: 24px;
    margin-bottom: 14px;
}

.videoWrap {
    box-shadow: rgb(100 100 111 / 28%) 0px 7px 26px 0px;
    -webkit-box-shadow: rgb(100 100 111 / 28%) 0px 7px 26px 0px;
    -moz-box-shadow: rgb(100 100 111 / 28%) 0px 7px 26px 0px;
}

.hero-container a {
    text-decoration: none !important;
}

.hero-container a:hover {
    text-decoration: underline !important;
}

.checkoutTerms {
    margin-bottom: 50px !important
}

.checkoutTerms ol,
.checkoutTerms ul {
    padding-left: 15px;
    color: #939393;
    line-height: 1.2 !important;
    font-size: 13px !important;
}

.checkoutTerms ol>li,
.checkoutTerms ul>li {
    font-size: 13px !important;
    color: #000 !important
}

.checkoutTerms .boss-toc.type-intro {
    font-size: 16px !important;
    line-height: 24px !important;
    ;
}

@media (min-width: 768px) {
    .home #page .panel-hero .hero-intro p {
        font-size: 18px;
        line-height: 24px;
        margin-bottom: 12px;
    }
}

.accredit {
    display: flex;
    width: 704px;
    max-width: 96%;
    margin: 0px auto;
    padding: 20px 22px;
    background: #fe7c1b;
    font-size: 20px;
    line-height: 24px;
    border-radius: 6px;
    margin-top: 50px;
    margin-bottom: 40px;
}

.accredit h3 {
    font-size: 20px;
    line-height: 24px;
    margin: 0;
}

.accLeft {
    width: calc(100% - 245px);
    padding: 0 8px
}

.accLeft p {
    font-size: 20px !important;
    line-height: 24px !important;
}

.accRight {
    width: 245px;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-items: flex-start;
    justify-content: space-between;
}

@media (max-width: 768px) {
    .accRight {
        justify-content: center;
    }

    .accRight div {
        margin: 0 20px
    }
}

.accR1 img {
    width: 85px;
    height: auto;
}

.accR2 img {
    width: 121px;
    height: auto;
}

.accLeft p {
    margin-bottom: 4px !important;
}

.firstFooter img {
    width: 78px;
    margin-top: 19px;
}

.drSubtitle {
    font-size: 16px;
    line-height: 20px;
    margin-bottom: 3px;
    font-family: "Gibson";
    font-weight: 500;
}

.subtitleDetail {
    font-size: 14px;
    line-height: 20px;
    margin-bottom: 20px;
}

.coursesWrapper {
    margin-top: 30px;
}

.courseItemWrapper {
    background: #f6f6f6;
    padding: 40px 20px;
    margin-bottom: 30px;
}

.courseTitle {
    background-repeat: no-repeat;
    background-position: center left;
    padding-left: 59px;
    background-size: auto 100%;
}

.courseTitle span {
    font-size: 18px;
    line-height: 22px;
    margin-top: 0;
    margin-bottom: 24px;
    font-family: "Gibson";
    font-weight: 300;
}

.courseTitle span.cSubtitle {
    color: #fff;
    font-weight: 600;
    font-size: 26px;
    line-height: 30px;
    display: block;
    margin-top: 28px
}

.greenCourse .courseTitle span.cSubtitle {
    color: #5AC2AA
}

.featHeading img {
    height: 34px;
    width: auto;
}

@media screen and (max-width:767px) {
    .courseTitle span.cSubtitle {
        font-size: 16px;
        line-height: 20px;
        margin-top: 20px;
    }

    .cf2 {
        margin-top: 50px
    }

    .main-navigation .mobile-navigation--trigger {
        margin-top: 13px !important;
    }

    #masthead {
        padding-top: 9px;
    }
}

.courseTitle h4 {
    font-size: 18px;
    line-height: 22px;
    margin-top: 0;
    margin-bottom: 24px;
    font-family: "Gibson";
    font-weight: 600;
}

.coursePrice .row {
    margin-left: 0;
    margin-right: 0;
}

.courseDescription ul {
    margin: 0;
    padding: 0;
    margin-left: 0;
}

.courseDescription {
    margin-bottom: 0;
    margin-left: 16px;
    font-size: 16px;
    line-height: 18px;
}

.courseDescription li {
    list-style: none;
    font-size: 16px;
    line-height: 18px;
    background: url("assets/images/tick.svg") no-repeat left 2px;
    background-size: 20px;
    padding: 4px 0 4px 30px;
    margin-bottom: 4px;
}

.coursePriceWrapper {
    border-top: 1px solid #272727;
    margin-top: 32px;
    padding-top: 32px;
    display: flex;
    flex-wrap: nowrap;
    align-items: center;
}

.courseItem:last-child .courseItemWrapper {
    margin-bottom: 0;
}

.coursePriceWrapper .col-xs-12 {
    padding: 0;
}

.coursePriceWrapper .col-sm-5 {
    text-align: right;
}

.coursePriceWrapper .col-sm-5 a {
    background: #fe7c1b;
    color: #fff;
    display: inline-block;
    font-size: 18px;
    line-height: 26px;
    font-weight: 500;
    padding: 15px 31px;
    border-radius: 4px;
    text-decoration: none;
}

.page-id-2684 .panel-cta {
    display: none !important;
}

.page-template-tpl-course-detail .panel-small.panel-cta {
    display: none;
}

.page-template-tpl-course-detail .panel-hero {
    min-height: 578px;
}

.courseDetailWrapper {
    margin-top: 85px;
    margin-bottom: 95px;
}

.page-template-page-uk-accredited .panel-small.panel-cta {
    padding: 75px 0 80px;
}

@media screen and (max-width:759px) {
    .page-template-page-uk-accredited .panel-small.panel-cta {
        padding: 0 0 25px;
    }

    .courseDL {
        margin-bottom: 45px !important
    }
}

.courseDetailWrapper h3,
.courseDetailWrapper h4,
.courseDetailWrapper h5 {
    margin-top: 0;
}

.courseSec .container {
    width: 970px;
    max-width: 100%;
    position: relative;
}

.courseSec.mainContent h2 {
    font-family: Gibson;
    font-size: 26px;
    line-height: 32px;
    color: #fe7c1b;
    margin-top: 0;
    margin-bottom: 0;
}

.courseSec.mainContent h2+p {
    margin-top: 20px
}

.greenCourse .courseSec.mainContent h2 {
    color: #5AC2AA
}

.courseSec {
    margin-bottom: 60px;
    font-size: 20px;
    line-height: 26px;
}

.courseSec.mainContent {
    font-size: 18px;
    line-height: 26px;
}

.courseSec strong {
    font-weight: 600;
}

.courseSec p:last-child {
    margin-bottom: 0;
}

.courseSec ul {
    margin-left: 28px;
    padding-left: 0;
    margin-bottom: 0;
}

.courseSec ul+* {
    margin-top: 20px;
}

.courseSec ul li {
    font-size: 20px;
    line-height: 26px;
    font-weight: 400;
    margin-bottom: 12px;
}

.courseSec ul li:last-child {
    margin-bottom: 0;
}

.repItem:last-child {
    margin-bottom: 0;
}

.repItem {
    margin-bottom: 60px;
}

.courseSec h3 {
    color: #7e7e7e;
    font-weight: 600;
    font-size: 26px;
    line-height: 32px;
    margin-bottom: 20px;
}

.courseSec .orangeTick ul {
    margin-left: 0px;
}

.courseSec .orangeTick ul li {
    list-style: none;
    background: url("assets/images/tick.svg") no-repeat left 2px;
    background-size: 20px;
    padding: 0px 0 4px 33px;
    font-weight: 300;
}

.greenCourse .courseSec .orangeTick ul li {
    background: url("assets/images/greenTick.png") no-repeat left 2px;
    background-size: 22px;
}

.moduleWrapper {
    background: #f3f3f3;
    padding: 50px;
    border-radius: 4px;
}

.moduleIntro {
    margin-bottom: 33px;
}

.moduleIntro h3 {
    margin-bottom: 13px;
}

.greenCourse .moduleIntro h3 {
    font-size: 36px;
    line-height: 48px;
    color: #5AC2AA
}

.greenCourse .courseSec ul li {
    font-weight: 300
}

.moduleIntro p {
    font-size: 12px;
    line-height: 14px;
}

.moduleIntro a {
    text-decoration: none;
    color: #7e7e7e;
}

.moduleIntro a:hover {
    text-decoration: underline;
}

.moduleWrapper h4 {
    font-size: 18px;
    line-height: 26px;
    margin-bottom: 10px;
}

.moduleWrapper .repItem {
    margin-bottom: 40px;
}

.greenCourse .moduleWrapper .repItem {
    margin-bottom: 30px;
    padding-bottom: 30px;
    border-bottom: 1px solid #979797
}

.greenCourse .moduleWrapper .repItem:last-child {
    border-bottom: 0;
    padding-bottom: 0
}

.moduleWrapper .repItem:last-child {
    margin-bottom: 0;
}

.courseSec.courseModules {
    margin-bottom: 80px;
}

.courseTestimonial {
    padding: 0 100px;
    font-size: 22px;
    line-height: 28px;
    font-weight: 600;
    margin-bottom: 83px;
    background: url("assets/images/quoteLeft.png") no-repeat left 0;
    position: relative;
}

.courseTestimonial:after {
    background: url("assets/images/quoteRight.png") no-repeat left 0;
    display: block;
    width: 60px;
    height: 40px;
    position: absolute;
    right: 0;
    top: 0;
    content: "";
    display: block;
}

.courseTestimonial .testiOwner {
    font-weight: 400;
    font-size: 16px;
    margin-top: 20px;
}

.courseDL {
    background: #272727;
    color: #fff;
    border-radius: 4px;
    margin-bottom: 90px;
    position: relative;
}

.dlImg {
    width: 228px;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
}

.dlImg img {
    position: absolute;
    width: 228px;
    left: 8px;
    top: -32px;
}

.dlContent {
    display: flex;
    align-items: center;
    width: calc(100% - 245px);
    margin-left: 245px;
}

.dlTitle {
    width: 57%;
    padding-top: 57px;
    padding-bottom: 57px;
}

.greenCourse .dlTitle {
    padding-top: 40px;
    padding-bottom: 40px;
}

.dlTitle h4 {
    font-size: 26px;
    line-height: 32px;
}

.dlTitle h4 span {
    font-weight: 400
}

.dlLink {
    width: 43%;
    padding-left: 30px;
    padding-right: 30px;
    text-align: center;
}

.orangeBtn {
    background: #fe7c1b;
    color: #fff !important;
    display: inline-block;
    font-size: 18px;
    line-height: 26px;
    font-weight: 500;
    padding: 15px 31px;
    border-radius: 4px;
    text-decoration: none;
}

.greenCourse .orangeBtn {
    background: #5AC2AA
}

.courseFeeInfo {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-content: flex-start;
    justify-content: space-between;
    align-items: center;
    width: 100%;
}

.feeButton {
    text-align: right;
}

.feeButton a {
    color: #fff;
}

.courseFee {
    padding: 23px 0;
    border-top: 2px solid #222222;
    border-bottom: 2px solid #222222;
}

.courseFeeInfo h4 {
    margin-bottom: 0;
    color: #fe7c1b;
    font-size: 26px;
    line-height: 32px;
}

.greenCourse .courseFeeInfo h4 {
    color: #5AC2AA
}

.feeTerms {
    font-size: 13px;
    line-height: 18px;
    font-weight: 400;
    margin-top: 12px;
}

.bottomLink {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: space-between;
    margin-top: 24px;
}

.bottomLink a {
    font-size: 18px;
    line-height: 32px;
    font-weight: 600;
}

.bottomLink img {
    width: 87px;
}

.backtoCourses span {
    font-weight: 700;
}

.backtoCourses {
    font-size: 14px;
    line-height: 28px;
    margin-top: 25px;
    font-weight: 600;
    margin-bottom: 60px;
}

.courseAccr {
    padding: 20px 0 20px 45px;
    background-repeat: no-repeat;
    font-weight: 400;
    font-size: 14px;
    line-height: 12px;
    background-size: 32px;
    background-position: center left;
}

#courseHero.courseHeading h1 {
    font-size: 46px;
    line-height: 52px;
    width: 530px;
    max-width: 100%;
    padding: 0;
    margin-top: 7px;
    margin-bottom: 56px;
}

.page-template-tpl-course-detail .hero-container {
    position: relative;
}

.page-template-tpl-course-detail .panel-hero {
    overflow: visible;
}

.headStamp {
    position: absolute;
    z-index: 2;
    right: -10px;
    bottom: -90px;
    width: 175px;
}

.enrollLink {
    display: flex;
    flex-wrap: nowrap;
    flex-direction: row;
    align-items: center;
    justify-content: flex-start;
}

.headLinks {
    margin-left: 40px;
}

.headLinks a {
    font-size: 16px;
    line-height: 24px;
    font-weight: 600;
    display: block;
}

.policyLinks a {
    color: #fe7c1b;
}

.policyLinks a:hover {
    color: #000;
}

.woocommerce-MyAccount-navigation-link.woocommerce-MyAccount-navigation-link--boss-club-account {
    display: none !important;
}

.enrolmentForm_wrapper .gfield {
    position: relative;
}

.enrolmentForm_wrapper .gfield>label.gfield_label {
    position: absolute;
    font-size: 20px;
    line-height: 22px;
    font-weight: 400;
    left: 10px;
    top: 20px;
    pointer-events: none;
    transition: 0.2s ease all;
}

.enrolmentForm_wrapper .gfield input {
    border: 0;
    font-family: "Gibson";
    background: #f3f3f3;
    border-radius: 4px;
    padding: 28px 10px 14px !important;
    font-size: 20px !important;
    line-height: 22px !important;
    font-weight: 400;
}

.gfield.active label {
    top: 6px !important;
    font-size: 14px !important;
    color: #b1b1b1;
}

#field_1_54 label {
    top: 6px !important;
    font-size: 14px !important;
    color: #b1b1b1;
}

.gsection_title {
    color: #fe7c1b;
    font-size: 20px;
    line-height: 18px;
    margin-bottom: 0;
    padding-top: 20px;
}

.onelineRadio .gfield_radio {
    display: flex;
    align-items: center;
}

.onelineRadio .gchoice label {
    font-size: 20px !important;
    line-height: 22px !important;
    font-weight: 400;
    padding-right: 40px;
    width: 100% !important;
    display: block !important;
    max-width: 100% !important;
    position: relative;
    z-index: 2;
    cursor: pointer;
}

.ginput_container.ginput_container_radio {
    display: flex;
    height: 100%;
    align-items: center;
}

#field_1_5 .ginput_container.ginput_container_radio {
    display: flex;
    height: 100%;
    align-items: flex-start;
    padding-top: 22px;
}

.enrolmentForm_wrapper #field_1_5 .gfield_description.validation_message {
    position: absolute;
    bottom: 0;
    left: 0;
}

.onelineRadio .gchoice {
    display: flex;
    align-items: center;
    margin-right: 30px;
    position: relative;
}

.onelineRadio .gchoice:before {
    content: "";
    display: block;
    width: 30px;
    height: 30px;
    border-radius: 4px;
    background: #f3f3f3;
    position: absolute;
    right: 0;
    top: 0;
}

.onelineRadio .gfield-choice-input {
    opacity: 0;
}

.onelineRadio .gchoice input:checked+label:after {
    content: "";
    display: block;
    width: 30px;
    height: 30px;
    background: url(assets/images/checkList.png);
    background-size: 20px;
    background-position: center center;
    background-repeat: no-repeat;
    position: absolute;
    right: 0;
    top: 0;
}

.enrolmentForm_wrapper .gfield_select {
    background: #f3f3f3;
    font-size: 20px !important;
    line-height: 22px !important;
    font-weight: 400;
    padding: 20px 10px !important;
    cursor: pointer;
    border-radius: 4px;
    border: 0px !important;
}

.optionWlabel {
    display: flex !important;
}

.optionWlabel legend.gfield_label {
    float: left;
    width: 80%;
}

.optionWlabel .ginput_container {
    float: left;
    width: 20%;
}

.optionWlabel .gfield_radio {
    display: flex;
    justify-content: flex-end;
}

.optionWlabel legend.gfield_label {
    font-size: 20px !important;
    line-height: 22px !important;
    font-weight: 400 !important;
}

.optionWlabel .gchoice {
    position: relative;
    padding-left: 0;
}

.optionWlabel .gchoice:before {
    content: "";
    display: block;
    width: 30px;
    height: 30px;
    border-radius: 4px;
    background: #f3f3f3;
    position: absolute;
    left: 0;
    top: 0;
}

.optionWlabel .gchoice input {
    visibility: hidden;
    opacity: 0;
    height: 1px;
    overflow: hidden;
    position: absolute;
    left: 0;
    top: 0;
}

.optionWlabel .gchoice input:checked+label:after {
    content: "";
    display: block;
    width: 30px;
    height: 30px;
    background: url(assets/images/checkList.png);
    background-size: 20px;
    background-position: center center;
    background-repeat: no-repeat;
    position: absolute;
    left: 0;
    top: 0;
}

.gform_validation_error .optionWlabel .gchoice input:checked+label:after {
    top: -6px;
}

.optionWlabel.fullwidthInput .ginput_container {
    width: 100%;
}

.gform_validation_error .optionWlabel.fullwidthInput .gchoice input:checked+label:after {
    top: 0;
}

.gform_validation_error .optionWlabel.gfield label {
    top: 0px !important;
    font-size: 14px !important;
    color: #000 !important;
    font-size: 20px !important;
    line-height: 22px !important;
    font-weight: 400;
}

.optionWlabel .gchoice label {
    font-size: 20px !important;
    line-height: 22px !important;
    font-weight: 400;
    width: auto !important;
    display: inline-block !important;
    max-width: 100% !important;
    position: relative;
    z-index: 2;
    cursor: pointer;
    padding-left: 40px;
}

.optionWlabel .gchoice {
    margin-right: 38px;
}

.optionWlabel .gchoice:last-child {
    margin-right: 0;
}

.smallLabel .gfield_label {
    font-size: 16px !important;
    line-height: 20px !important;
    font-weight: 400 !important;
    margin-bottom: 21px;
}

.checkboxes .gchoice {
    position: relative;
    padding-left: 0;
}

.checkboxes .gchoice:before {
    content: "";
    display: block;
    width: 30px;
    height: 30px;
    border-radius: 4px;
    background: #f3f3f3;
    position: absolute;
    left: 0;
    top: 0;
}

.checkboxes .gchoice input {
    visibility: hidden;
    opacity: 0;
    height: 1px;
    overflow: hidden;
    position: absolute;
    left: 0;
    top: 0;
}

.gform_validation_error .checkboxes .gchoice input:checked+label:after {
    top: -6px;
}

.checkboxes .gchoice input:checked+label:after {
    content: "";
    display: block;
    width: 30px;
    height: 30px;
    background: url(assets/images/checkList.png);
    background-size: 20px;
    background-position: center center;
    background-repeat: no-repeat;
    position: absolute;
    left: 0;
    top: 0;
}

.checkboxes .gchoice {
    margin-bottom: 12px;
}

.checkboxes .gchoice label {
    font-size: 20px !important;
    line-height: 22px !important;
    font-weight: 400 !important;
    padding-left: 40px;
    cursor: pointer;
    z-index: 2;
    position: relative;
}

.singleOption.smallLabel .gchoice label {
    font-size: 16px !important;
    line-height: 20px !important;
    font-weight: 400 !important;
    margin-bottom: 21px;
    padding-left: 50px;
}

.checkboxes .gfield_checkbox {
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
}

.checkboxes.checkbox2col .gfield_checkbox .gchoice {
    flex: 0 0 50%;
    width: 50%;
    max-width: 50%;
    min-height: 40px;
}

.checkbox2col .gfield_checkbox {}

.enrolmentForm_wrapper .noeffectLabel.gfield>label.gfield_label {
    position: relative;
    top: auto;
    left: 0;
    margin-bottom: 21px;
}

.enrolmentForm_wrapper .gsection_description {
    font-weight: 400;
}

.gform_wrapper.gravity-theme.enrolmentForm_wrapper .gfield textarea.large {
    background: #f3f3f3;
    padding: 21px 10px 21px !important;
    height: 215px;
    border: 0;
}

.gform_wrapper.gravity-theme.enrolmentForm_wrapper .top_label .gsection_description {
    margin-bottom: 0;
}

.enrolmentForm_wrapper .gfield_html {
    font-weight: 400 !important;
}

.enrolmentForm_wrapper ol,
.enrolmentForm_wrapper ul {
    margin-left: 0;
    padding-left: 18px;
}

.enrolmentForm_wrapper .gfield_description.validation_message {
    padding: 4px !important;
    border: 0;
    font-size: 13px !important;
    margin: 0;
}

.gform_footer .button,
#gform_send_resume_link_button_1 {
    color: #fff;
    background: #fe7c1b;
    border-radius: 4px;
    border: 0;
    font-size: 20px;
    line-height: 28px;
    text-transform: uppercase;
    padding: 16px 60px;
    font-weight: 500;
    font-family: "Gibson";
    transition: all 0.2s;
}

.gform_footer {
    margin-top: 52px !important``;
}

.gform_footer .button:hover,
#gform_send_resume_link_button_1:hover {
    background: #000;
    color: #fff;
}

#gform_resume_email {
    border: 0;
    font-family: "Gibson";
    background: #f3f3f3;
    border-radius: 4px;
    padding: 16px 10px 16px !important;
    font-size: 20px !important;
    line-height: 22px !important;
    font-weight: 400 !important;
    margin-bottom: 14px;
    width: 320px;
}

#popup {
    width: 770px;
    max-width: 100%;
}

.page-id-3946 .fancybox-skin {
    background: #fff;
}

.page-id-3946 .fancybox-wrap {}

.popupcontent {
    padding-left: 40px;
    padding-right: 40px;
}

.popupcontent h3 {
    color: #fe7c1b;
    font-size: 20px;
    line-height: 18px;
    margin-bottom: 30px;
    padding-top: 20px;
}

.popupcontent ul,
.popupcontent ol {
    margin: 0;
    padding: 0;
    margin-left: 17px;
}

.popupcontent p+ul,
.popupcontent p+ol {
    margin-top: -12px;
}

.page-id-3946 .fancybox-close:before {
    color: #000;
}

.checkbox2col legend.gfield_label {
    margin-bottom: 20px !important;
}

#respond label {
    display: block;
}

#respond .comment-form-cookies-consent label {
    display: inline-block;
    margin-left: 10px;
}

.enrolmentForm_wrapper {
    width: 780px;
    max-width: 100%;
    margin-bottom: 75px;
}

.gform_validation_errors {
    margin-bottom: 50px !important;
}

.gform_wrapper.gravity-theme .gf_progressbar_percentage.percentbar_blue {
    background-color: #fe7c1b !important;
    height: 14px;
}

.gform_wrapper.gravity-theme .gf_progressbar_blue {
    height: 14px;
    background: #d8d8d8 !important;
}

.gform_wrapper.gravity-theme .gf_progressbar_percentage span {
    display: none !important;
}

.gform_previous_button {
    border: 0;
}

#gform_page_1_1 .gform_page_footer.top_label {
    justify-content: flex-end;
}

.gform_page_footer.top_label {
    display: flex;
    justify-content: space-between;
    margin-top: 80px !important;
    padding-top: 0 !important;
    position: relative;
}

.gform_next_button.button,
.gform_button.button {
    background: #fe7c1b;
    color: #fff;
    display: inline-block;
    font-size: 18px;
    line-height: 26px;
    font-weight: 500;
    padding: 15px 30px;
    border-radius: 4px;
    text-decoration: none;
    border: 0;
    text-transform: uppercase;
    width: 160px;
}

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

.enrolmentForm_wrapper .gfield_description.validation_message {}

.ginput_container_select:before {
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-top: 10px solid #000;
    content: "";
    position: absolute;
    right: 10px;
    bottom: calc(50% - 5px);
    z-index: 2;
    width: 0;
    height: 0;
}

.ginput_container_select select {
    -webkit-appearance: none;
    -moz-appearance: none;
}

.ginput_container_select {
    position: relative;
}

.ginput_container_textarea textarea {
    font-size: 20px !important;
    line-height: 22px !important;
}

.percentbar_14 {
    width: 0 !important;
}

.percentbar_28 {
    width: 14% !important;
}

.percentbar_42 {
    width: 28% !important;
}

.percentbar_57 {
    width: 42% !important;
}

.percentbar_71 {
    width: 57% !important;
}

.percentbar_85 {
    width: 71% !important;
}

.percentbar_100 {
    width: 85% !important;
}

.gform_ajax_spinner {
    position: absolute;
    right: 182px;
    top: 16px;
    z-index: 4;
}

.firstFooter .footerRTO img {
    width: auto;
    height: 71px;
    margin-top: 0
}

@media screen and (max-width:991px) {
    .firstFooter .footerRTO img {
        width: auto;
        height: auto;
    }

    .firstFooter .footerRTO img.footerRTO {
        width: 86px;
        height: auto
    }

    .firstFooter .footerRTO img.footerAQF {
        width: 133px;
        height: auto
    }
}

.firstFooter .footerRTO div:first-child {
    margin-right: 22px
}

.site-footer--column.firstFooter {
    width: 30%
}

.site-footer--column.footer-nav {
    width: 20%
}

.footerRTO {
    font-size: 10px;
    line-height: 12px;
    font-weight: 600;
    text-align: left;
    width: 100%;
    display: flex;
}

.featRTO {
    font-size: 10px;
    line-height: 12px;
    font-weight: 600;
    text-align: center;
    margin-top: 6px;
}

.docLogo {
    height: 42px;
    float: left;
    margin-left: 0px;
    display: flex;
    align-items: center;

}

.docLogo img {
    width: auto;
    max-height: 100%;
    margin-top: 3px;
}

.coachingContent {
    font-size: 18px;
    line-height: 26px;
    font-weight: 400;
    color: #272727
}

.alumniBox {
    background: #F6F6F6;
    padding: 45px 37px;
    margin-bottom: 20px;
    font-size: 16px;
    line-height: 18px
}

@media screen and (max-width:600px) {
    .alumniBox {
        padding: 25px
    }
}

.alumniBox:last-child {
    margin-bottom: 0
}

.alumniBox h4 {
    margin: 0 0 21px 0;
    font-size: 18px;
    line-height: 22px;
}

.alFeature ul {
    margin-left: 0;
    padding-left: 0;
    margin-top: 8px;
}

.alFeature ul li {
    list-style: none;
    background: url("assets/images/orangeCoachTick.png") no-repeat left 2px;
    background-size: 20px;
    padding: 0px 0 4px 33px;
    font-weight: 300;
    margin-bottom: 4px;
    font-size: 18px !important;
    line-height: 27px !important;
}

.alFeature {
    display: block;
    margin-top: 30px
}

.alPriceWrap {
    display: flex;
    margin-top: 20px;
    padding-top: 30px;
    border-top: 1px solid #000;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
}

@media screen and (max-width:430px) {
    .alPriceWrap {
        flex-direction: column;
        justify-content: flex-start;
        align-items: flex-start;
    }

    .alLink {
        margin-top: 10px
    }
}

.alPriceWrap .orangeBtn {
    padding-left: 39px;
    padding-right: 39px;
}

.alumniDetail {
    margin-bottom: 70px;
}

.alumniDetail:last-child {
    margin-bottom: 0
}

.alPrice {
    font-size: 16px;
    line-height: 22px;
    font-weight: 600
}

.alumniPackage {
    margin-top: 100px
}

.featItem {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    flex-wrap: wrap;
    align-content: center;
    align-items: center;
    background: #edeeee;
}

.featFooter .fiCell {
    background: #636466 !important;
    color: #fff;
    padding-top: 14px;
    padding-bottom: 14px;
}


.featFooter .fiCell:last-child {
    border-right: 0
}

.featFooter .fiCell.fiTxt {
    text-align: right;
    padding-right: 25px
}

.featFooter sup {
    font-size: 13px
}

.fiTxt {
    width: 50%;
    padding-left: 25px;
    font-weight: 600
}

.fiCheckWrap {
    display: flex;
    width: 50%;
    align-self: stretch;
}

@media screen and (max-width:989px) {
    .featFooter {
        background: #636466 !important;
    }

    .featFooter.featItem {
        padding-bottom: 0
    }

    .fiTxt {
        width: 100%;
        padding-right: 25px
    }

    .fiCheckWrap {
        width: 100%
    }

    .featItem {
        display: flex;
        flex-direction: column;
        justify-content: space-between;
        flex-wrap: wrap;
        align-content: center;
        align-items: center;
    }

    .fiCheck {
        border: 0px !important
    }

    .fiTxt.fiCellItem {
        border: 0 !important
    }

    .featItem {
        border-bottom: 1px solid #fff;
        padding-bottom: 20px
    }

    .fiCell {
        border: 0 !important
    }

    .featHeading .fiCell {
        padding-bottom: 0px !important
    }

    .featFooter .fiCell.fiTxt {
        text-align: left;
        padding-right: 25px;
    }

}

.fiCheck {
    width: 33.33%;
    flex: 0 0 33.33%;
    align-self: stretch;
}

.featHeading {
    color: #fff;
    background-color: #000;
    font-weight: 600
}

.fiCell {
    border-left: 1px solid #fff;
    border-right: 1px solid #fff;
    background: #000;
}

.fiCellItem {}

.fiCheck {
    text-align: center;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    border: 1px solid #fff;
    font-weight: 600
}

.featHeading .fiCell {
    padding-top: 30px;
    padding-bottom: 30px;
    display: flex;
    flex-direction: column;
    align-self: stretch;
    justify-content: center;
}

.fiTxt.fiCellItem {
    padding-top: 15px;
    padding-bottom: 15px;
    border: 1px solid #fff;
}

.fiCheck span.checked {
    display: block;
    text-indent: -9999px;
    width: 24px;
    height: 24px;
    background: url(assets/images/checkedAlumni.png);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 100% auto
}

.fiCheck.fia2 span.checked {
    background-image: url(assets/images/checkedPlus.png);
}

.fiCheck.fia3 span.checked {
    background-image: url(assets/images/checkedBossClub.png);
}

.page-template-tpl-coaching .panel-small.panel-cta {
    display: none
}

.alumniPackage {
    margin-bottom: 120px
}

.fiCheck.fia3.fiCellItem {
    border-right: 0px
}

.featHeading .fiCheck:last-child {
    border-right: 0
}

@media screen and (max-width: 998px) {
    .optionWlabel legend.gfield_label {
        float: none;
        width: 100%;
        display: block !important;
    }

    .optionWlabel .gfield_radio {
        display: flex;
        justify-content: flex-start;
    }

    .optionWlabel {
        margin: 18px 0 !important;
    }
}

@media screen and (max-width: 600px) {
    .checkboxes.checkbox2col .gfield_checkbox .gchoice {
        width: 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }

    .docLogo img {
        width: 230px;
        margin-top: 4px;
    }

    .moduleStamp {
        top: -36px;
        width: 80px;
    }

}

.elementor-posts--thumbnail-top .elementor-post {}

.elementor-posts--skin-classic {
    grid-column-gap: 30px !important;
    grid-row-gap: 35px !important;
}

.elementor-posts-container .elementor-post__thumbnail {
    padding-bottom: calc(0.66 * 100%);
}

.elementor-posts-container .elementor-post__thumbnail img {
    height: 100%;
    position: absolute;
    top: calc(50% + 1px);
    left: calc(50% + 1px);
    -webkit-transform: scale(1.01) translate(-50%, -50%);
    -ms-transform: scale(1.01) translate(-50%, -50%);
    transform: scale(1.01) translate(-50%, -50%);
}

.elementor-widget-button .elementor-button {
    font-family: "Roboto", Sans-serif;
    font-weight: 500;
    background-color: #61ce70;
    color: #fff;
}

.ukAccredited {
    font-size: 20px;
    line-height: 29px;
}

.ukAccredited ul {
    margin-left: 0;
    padding-left: 0;
}

.ukAccredited ul li {
    font-size: 20px;
    line-height: 29px;
    list-style: none;
    padding-left: 39px;
    background: url(assets/images/checkBox.png);
    background-repeat: no-repeat;
    background-position: 0px 1px;
    background-size: 25px 25px;
    margin-bottom: 10px;
}

.ukAccredited ul li {}

.ukAccredited img {
    max-width: 100%;
}

.bannerLink {
    text-align: center;
    margin-top: -26px !important;
}

.bannerLink a {
    display: inline-block;
    background: #414042;
    border-radius: 30px;
    padding: 10px 25px;
    text-align: center;
    margin: 0px auto !important;
    color: #fff !important;
    font-weight: 400;
    text-decoration: none !important;
    transition: all 0.2s;
    font-size: 16px;
}

.bannerLink a:hover {
    text-decoration: none !important;
    background-color: #de6d1c;
}

.ukInvestment {
    margin-top: 40px;
    padding: 25px 0;
    border-top: 2px solid #fd7d24;
    border-bottom: 2px solid #fd7d24;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}

.ukInvestment h3 {
    margin: 0;
    padding: 0;
    font-size: 28px;
    line-height: 32px;
    color: #fe7c1b;
    font-weight: 400;
}

.ukInvestment p {
    margin-bottom: 0;
    line-height: 20px;
    font-size: 17px;
}

.ukInvestment a {
    display: inline-block;
    background: #414042;
    border-radius: 30px;
    padding: 12px 25px;
    text-align: center;
    margin: 0px auto !important;
    margin-top: -28px !important;
    color: #fff !important;
    font-weight: 400;
    text-decoration: none !important;
    transition: all 0.2s;
    font-size: 16px;
}

.ukInvestment a:hover {
    text-decoration: none !important;
    background-color: #de6d1c;
}

.guideWrap {
    background: #414042;
    color: #fff;
    margin-top: 150px;
    display: flex;
}

.course_guide_image {
    flex: 0 0 44.945%;
    max-width: 44.945%;
    width: 44.945%;
    display: flex;
    flex-direction: row;
    align-items: flex-end;
}

.course_guide_image img {
    margin-top: -100px;
}

.guideContent {
    flex: 0 0 55.055%;
    max-width: 55.055%;
    width: 55.055%;
    padding: 30px;
}

.guideContent h3 {
    font-size: 29px;
    margin: 0;
    padding: 0;
    font-weight: 400;
}

.guideContent a {
    color: #fff;
    background: #fd7e23;
    transition: all 0.2s;
    text-decoration: none !important;
    font-size: 16px;
    border-radius: 30px;
    padding: 8px 25px;
    margin-top: 18px !important;
    display: inline-block;
}

.guideContent a:hover {
    text-decoration: none !important;
    background-color: #de6d1c;
}

@media screen and (max-width: 768px) {
    .course_guide_image {
        flex: 0 0 100%;
        max-width: 100%;
        width: 100%;
    }

    .course_guide_image img {
        margin-top: -100px;
    }

    .guideContent {
        flex: 0 0 100%;
        max-width: 100%;
        width: 100%;
        padding: 30px;
    }

    .guideWrap {
        flex-direction: column;
    }

    .ukInvestment {
        flex-direction: column;
    }

    .enrolLink {
        margin-top: 30px;
    }
}

.faqAccordion {
    margin-bottom: 60px;
}

.faqAccordion h1 {
    margin-top: 60px;
}

.faqContent {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.2s ease-in-out;
}

.faqTitle h4 {
    margin: 0;
}

.faqItem {
    border-bottom: 1px solid #eaeaea;
    padding: 25px 0;
}

.faqFile {
    margin-top: 20px;
}

.faqItem ul {
    margin-bottom: 0;
}

.faqTxt {
    padding-top: 25px;
}

.faqTitle {
    position: relative;
    padding-right: 40px;
    cursor: pointer;
}

.faqTitle::after,
.faqTitle::before {
    content: "";
    display: block;
    position: absolute;
    box-sizing: border-box;
    transition: background-color 0.2s ease-in-out, opacity 0.2s ease-in-out;
    background-color: #000;
}

.faqTitle::after {
    height: 19px;
    width: 2px;
    opacity: 1;
    right: 8px;
    top: 2px;
}

.faqTitle::before {
    height: 2px;
    width: 19px;
    right: 0;
    top: 10px;
}

.faqTitle.is-open:after {
    opacity: 0;
}

.faqSection {
    margin-bottom: 60px;
}

.faqSection h3 {
    color: #fe7c1b;
    margin-bottom: 0;
    font-size: 26px;
    line-height: 32px;
}

.woocommerce nav.woocommerce-pagination ul {
    display: inline !important;
}

.blogImg {
    width: 100%;
    overflow: hidden;
    margin: 0;
    padding-top: 56.25%;
    position: relative;
}

.blogImg img {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 100%;
    height: auto;
    transform: translate(-50%, -50%);
}

.blogTitle h3 {
    font-size: 18px;
    line-height: 26px;
    margin-bottom: 4px
}

.blogExcerpt {
    height: 140px;
    overflow: hidden;
}

.blogItem {
    margin-bottom: 60px
}

.blogMeta {
    font-size: 13px;
    font-weight: 600;
    margin-bottom: 10px;
    font-family: 'Helvetica';
    color: #a1a1ac;
}

.blogWrapper {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
}

.triviaItem {
    width: 842px;
    margin-left: auto;
    margin-right: auto;
    max-width: 100%;
    padding-bottom: 30px;
    margin-bottom: 30px;
    border-bottom: 1px solid #979797;
}

.triviaItem h4 {
    padding-left: 33px;
    background: url(assets/images/tick.svg) no-repeat left 2px;
    background-repeat: no-repeat;
    background-size: 22px;
    background-position: left 2px;
    font-size: 18px;
    line-height: 26px;
    color: #de6d1c;
    margin-bottom: 6px
}

.greenCourse .triviaItem h4 {
    color: #5AC2AA;
    background-image: url(assets/images/greenTick.png);
}

.triviaContent {
    padding-left: 33px
}

.triviaItem:first-child {
    padding-top: 30px;
    border-top: 1px solid #979797
}

.greenCourse .repItem h4 {
    color: #5AC2AA;
}

.moduleWrapper h4 {
    font-weight: 400
}

.triviaSub {
    font-weight: 600;
    font-size: 14px;
    line-height: 18px;
    display: block;
}

.greenCourse .courseLinks .col-sm-12 {
    display: flex;
    flex-direction: column;
}

.greenCourse .courseDL {
    order: 2
}

.greenCourse .courseFeeWrapper {
    order: 1;
    margin-bottom: 104px
}

.moduleStamp {
    position: absolute;
    right: 0;
    top: -16px;
    width: 126px;
    z-index: 3;
}

#comparison {
    margin-top: 75px;
}

.courseLinks {
    margin-bottom: 0
}

.greenCourse .courseLinks+#comparison {
    margin-top: 0
}

.comparisonCol {
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 500;
}

.comparisonCol span {
    margin: 0 10px;
    text-align: center;
}

@media screen and (max-width:875px) {
    .comparisonCol {
        flex-direction: column;
    }

    .comparisonCol span:last-child {
        margin-top: 15px
    }

    #comparison {
        margin-top: 38px;
        margin-bottom: 20px;
    }

    .courseDetailWrapper {
        margin-bottom: 50px;
    }
}

#courseClubInfo {
    background: #f8f8f8;
    padding: 88px 0 110px;
    margin-top: 100px
}

#courseClubInfo h3 {
    margin-top: 0;
    font-size: 52px;
    line-height: 58px;
    margin-bottom: 40px;
}

#courseClubInfo h4 {
    font-size: 32px;
    line-height: 38px;
    margin-bottom: 16px
}

.caContent {
    font-weight: 300
}

.caContent strong,
.caContent b {
    font-weight: 400
}

.clubAlumniItem {
    margin-bottom: 60px
}

.clubAlumniItem:last-child {
    margin-bottom: 0
}

.courseInfoBtn {
    text-align: center
}

.courseInfoTable .alumniPackage {
    margin-top: 20px;
    margin-bottom: 60px
}

@media screen and (max-width:540px) {
    .compC1 {
        padding-left: 10px;
        width: 110px;
        min-width: 110px;
    }

    .compC2,
    .compC3 {
        width: 205px;
        min-width: 205px;
        padding-right: 10px
    }

    .compC1:before {
        width: 10px;
    }

    .compRow {
        width: 520px;
        min-width: 520px;
    }
}

@media screen and (min-width: 620px) and (max-width: 767px) {
    .compC1 {
        width: 205px !important;
        min-width: 205px !important;
    }
}

@media screen and (max-width:767px) {
    .compC2 span {
        background-size: 14px;
        padding-left: 26px;
    }

    .compRow {
        font-size: 14px;
        line-height: 15px;
        min-width: 550px;
    }

    .compHeading .compC2 span,
    .compHeading .compC3 span {
        font-size: 18px;
        line-height: 22px;
    }

    .moduleIntro h3 {
        font-size: 26px;
        line-height: 32px;
    }

    #courseClubInfo {
        padding: 30px 0 50px;
        margin-top: 60px
    }

    #courseClubInfo h3 {
        font-size: 32px;
        line-height: 34px;
    }

    #courseClubInfo h4 {
        font-size: 24px;
        line-height: 28px;
    }

    .related.products ul li {
        margin-right: 20px !important
    }

    .related.products ul li:last-child {
        margin-right: 0
    }

    .related.products ul {
        display: flex;
    }
}

.woocommerce .woocommerce-breadcrumb {
    margin-top: 40px !important;
    margin-bottom: 55px;
}

.related.products {
    clear: both
}

iframe {
    max-width: 100%;
}

img {
    max-width: 100%;
    height: auto
}

.smileTrainTxt {
    display: flex;
}

.smileTrainImg {
    padding: 90px 20px 90px 20px;
    background-color: #f2f2f2;
    border-radius: 1000px 1000px 1000px 1000px;
    width: 30.769%;
    text-align: center;
}

.smileTrainContent {
    width: 69.231%;
    padding-left: 40px;
}

.smileTrainImgSlide {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    margin-top: 40px
}

.smileTrainImgSlide figure {
    padding: 10px;
    margin: 0
}

.video-container {
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 30px;
    height: 0;
    overflow: hidden;
    margin: 20px 0
}

.video-container iframe,
.video-container object,
.video-container embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.twoImg {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -15px;
}

.twoImg img {
    width: 50%;
    padding: 0 15px;
}

.greenBtn {
    font-family: "Gibson", Helvetica, Arial, sans-serif;
    text-align: center;
    color: #fff !important;
    text-decoration: none !important;
    background: #3ed3b2;
    border-radius: 5px;
    display: block;
    font-weight: bold;
    margin-top: 20px;
    padding: 8px 10px;
}

.btnTesti {
    font-family: "Gibson", Helvetica, Arial, sans-serif;
    text-align: center;
    color: #fff !important;
    text-decoration: none !important;
    background: #3ed3b2;
    border-radius: 5px;
    display: inline-block;
    font-weight: bold;
    margin-top: 20px;
    padding: 8px 20px;
    margin-right: 20px
}

.btnTable {
    font-family: "Gibson", Helvetica, Arial, sans-serif;
    text-align: center;
    color: #fff !important;
    text-decoration: none !important;
    background: #FD7E23;
    border-radius: 5px;
    display: inline-block;
    font-weight: bold;
    margin-top: 20px;
    padding: 8px 20px;
}

.page-links .page--title,
.page-links .panel-hero,
.page-links .panel-cta,
.page-links .panel-testimonials,
.page-links .panel-sponsors,
.page-links #colophon {
    display: none;
}

.linkBtn {
    margin-top: 30px;
    margin-bottom: 50px;
    text-transform: uppercase;
}

.linkBtn a {
    font-family: "Gibson", Helvetica, Arial, sans-serif;
    text-align: center;
    color: #fff !important;
    text-decoration: none !important;
    background: #FD7E23;
    border-radius: 5px;
    display: block;
    font-weight: bold;
    margin-top: 20px;
    padding: 8px 10px;
}

.linkBtn br {
    display: none
}

.linkSocial {
    margin-top: 30px;
    margin-bottom: 40px;
    display: flex;
    text-align: center;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: center;
    font-size: 25px
}

.linkSocial a {
    margin: 0 10px
}

.woocommerce #content div.product div.images,
.woocommerce div.product div.images,
.woocommerce-page #content div.product div.images,
.woocommerce-page div.product div.images {
    width: 35%
}

.woocommerce #content div.product div.summary,
.woocommerce div.product div.summary,
.woocommerce-page #content div.product div.summary,
.woocommerce-page div.product div.summary {
    width: 65%;
    padding-left: 50px;
}

.woocommerce-page div.product div.summary {
    margin-top: -10px
}

.tagged_as {
    display: none
}

iframe {
    max-width: 100%;
}

.videoWrapper {
    position: relative;
    overflow: hidden;
    width: 100%;
    padding-top: 56.25%;
    margin-top: 40px
}


.videoWrapper iframe {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    width: 100%;
    height: 100%;
}

.productTerms {
    float: left;
    width: 100%;
    padding-top: 47px;
    padding-bottom: 30px;
    border-top: 1px solid #d8d8d8;
    border-bottom: 1px solid #d8d8d8;
    margin-top: 20px;
    margin-bottom: 63px;
    font-size: 14px;
    line-height: 18px;
}

.productTerms ol,
.productTerms ul {
    padding-left: 16px
}

.productTerms p {
    margin-bottom: 10px
}

.productTerms li {
    margin-bottom: 10px;
    font-size: 14px !important;
    line-height: 18px !important;
}

.productTerms li:last-child {
    margin-bottom: 0
}

@media (min-width:768) {

    .productTerms ol,
    .productTerms ul,
    .productTerms li,
    .productTerms p,
    {
    font-size: 14px !important;
    line-height: 18px !important;
}
}

@media (max-width:768px) {

    .productTerms ol,
    .productTerms ul,
    .productTerms li,
    .productTerms p,
    {
    font-size: 14px !important;
    line-height: 18px !important;
}

.woocommerce #content div.product div.images,
.woocommerce div.product div.images,
.woocommerce-page #content div.product div.images,
.woocommerce-page div.product div.images {
    width: 100%;
}

.woocommerce #content div.product div.summary,
.woocommerce div.product div.summary,
.woocommerce-page #content div.product div.summary,
.woocommerce-page div.product div.summary {
    width: 100%;
    padding-left: 0px;
}
}

.product_title.entry-title {
    margin-bottom: 4px;
    font-size: 36px;
    line-height: 46px;
}

.product_meta {
    margin-bottom: 15px
}

.woocommerce div.product p.price {
    font-size: 24px;
    line-height: 28px;
    color: #000
}

.woocommerce div.product p.price span {
    font-weight: 400
}


.related.products h2 {
    font-size: 32px;
    line-height: 36px;
    font-weight: 600 !important;
    margin-top: 0 !important;
    padding-top: 0 !important;
    margin-bottom: 27px;
}

.related.products li h2 {
    font-size: 18px !important;
    line-height: 22px !important;
    margin-bottom: 0
}

.related.products .price {
    font-size: 16px !important;
    line-height: 18px !important;
    color: #000 !important
}

.woocommerce a.button,
.woocommerce button.button,
.woocommerce button.button.alt {
    border-radius: 4px;
    padding: 18px 19px;
}

.product_meta a {
    text-decoration: none !important;
}

.summary.entry-summary {
    font-size: 18px;
    line-height: 26px
}

.woocommerce .related ul.products li.product,
.woocommerce-page .related ul.products li.product {
    max-width: 170px
}

.subscription-details {
    display: none !important
}

.related.products li.post-683 {
    display: none !important
}

.courseTermsWrap {
    margin-top: 50px;
    font-size: 14px;
    line-height: 18px;
    margin-bottom: 0px
}

.courseTermsWrap ul,
.courseTermsWrap ol {
    margin-bottom: 0;
    margin-left: 0px;
    padding-left: 18px;
}

.courseTermsWrap ul li,
.courseTermsWrap ol li {
    font-size: 14px !important;
    line-height: 18px !important;
    margin-bottom: 10px
}

.courseInformation p+h4 {
    padding-top: 10px
}

.courseInformation h4 {
    font-size: 20px;
    line-height: 26px
}

.courseFeeWrapper.hideCompare {
    margin-bottom: 0
}

.courseCheckbox {
    margin-top: 50px
}

.courseCheckbox .row {
    display: flex;
    margin-left: -8px;
    margin-right: -8px;
    margin-bottom: 25px
}

.checkboxBox.col-xs-12 {
    padding-left: 8px;
    padding-right: 8px
}

@media screen and (max-width:767px) {
    .courseTermsWrap {
        margin-bottom: 0;
    }

    .courseTerms {
        margin-bottom: 0;
        display: block;
        float: left;
        width: 100%;
    }
}

@media screen and (max-width:720px) {
    .checkboxBox.col-xs-12 {
        width: 100%;
        max-width: 100%;
        margin-bottom: 20px;
    }

    .checkboxBox.col-xs-12:last-child {
        margin-bottom: 0
    }

    .courseCheckbox .row {
        flex-direction: column;
    }
}


.checkBoxWrap {
    background: #5ac2aa;
    color: #fff;
    border-radius: 4px;
    padding: 30px 23px 40px;
    height: 100%
}

.checkBoxWrap h3 {
    color: #fff;
    font-size: 26px;
    line-height: 30px;
    margin-bottom: 10px;
}

.checkedWhote {
    margin-bottom: 15px;
}

.twoCourseFee {
    border-top: 2px solid #000;
    border-bottom: 2px solid #000;
    padding-top: 42px;
    padding-bottom: 50px;
    margin-bottom: 20px
}

.additionalFee .courseSec.courseModules {
    margin-bottom: 40px
}

.additionalFee .courseFeeInfo {
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    align-content: flex-start;
    justify-content: space-between;
    align-items: center;
    width: 100%;
}

.additionalFee .courseFeeInfo h4 {
    margin-left: 0;
    margin-bottom: 15px;
}

.greenCourse.additionalFee .courseLinks .col-sm-12 {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}

.greenCourse.additionalFee .courseLinks .col-sm-12.feeButton {
    margin-top: 10px
}

.feeDesc {
    font-size: 18px;
    line-height: 26px;
    margin-bottom: 15px;
}

@media screen and (max-width: 600px) {
    .moduleStamp {
        top: -36px;
        width: 80px;
    }

    .moduleIntro h3 {
        font-size: 26px !important;
        line-height: 32px !important;
    }

    .courseSec {
        font-size: 16px;
        line-height: 20px;
    }

    .courseSec ul li {
        font-size: 16px;
        line-height: 20px;
    }
}

#payway-credit-card {
    margin-bottom: 30px
}

#submit_PayWay_payment_form {
    color: #fff;
    font-weight: 500;
    background: #FE7C1B;
    text-transform: uppercase;
    margin-top: 0;
    border-radius: 6px;
    margin-right: 20px;
    border: 0;
    padding: 17px 20px;
}

.panel.panel-homepage-graph {
    background-color: #272727;
    color: #fff;
    padding-bottom: 134px;
    padding-top: 134px;
}

.darkGreyBg {
    background-color: #272727 !important
}

.panel.panel-usp {
    padding-bottom: 40px !important;
}

.panel.panel-homepage-graph h2 {
    color: #fff;
    margin-top: 0;
    text-align: center;
    margin-bottom: 65px;
    margin-bottom: 80px
}

.panel.panel-homepage-graph h2 span {
    color: #FE7C1B;
}

.homeGraphWrapper {
    height: 444px;
    position: relative;
}

.graphPoint {
    display: flex;
    height: 100%;
    flex-direction: row;
    align-items: flex-end;
}

.graphPoint:before {
    content: '0';
    display: inline-block;
    font-size: 22px;
    line-height: 28px;
    font-family: "Gibson";
    font-weight: 600;
}

.gpItem {
    width: 10%;
    max-width: 10%;
    text-align: right;
    padding-top: 20px;
    border-top: 1px solid #fff;
    position: relative;
    font-size: 22px;
    line-height: 28px;
    font-family: "Gibson";
    font-weight: 600;
}

.gpItem:after {
    content: '';
    width: 1px;
    background: #fff;
    height: 400px;
    position: absolute;
    top: -401px;
    left: 0px;
}


.gpItem:last-child:before {
    content: '';
    width: 1px;
    background: #fff;
    height: 400px;
    position: absolute;
    top: -401px;
    right: 0px;
}

.gpItem span {
    margin-right: -14px;
    display: inline-block;
}

.gpItem:last-child span {
    margin-right: -20px;
}

.graphItemWrapper {
    position: absolute;
    padding-left: 15px;
    top: 40px;
    z-index: 2;
    width: 100%
}

.graphItem {
    font-weight: 600;
    padding: 30px 0;
    font-size: 32px;
    line-height: 28px;
    width: 0%;
    opacity: 0;
    overflow: hidden;
    -webkit-transition: all 1s ease-in-out;
    -moz-transition: all 1s ease-in-out;
    -o-transition: all 1s ease-in-out;
    transition: all 1s ease-in-out;
    height: 88px;
    white-space: nowrap;
}

.animated .graphItem {
    padding-left: 40px;
    padding-right: 40px;
}

.graph1 {
    background-color: #fe7c1b;
}

.graph2 {
    background-color: #5ac2aa;
    margin-top: 20px;
    animation-delay: 0.1s !important;
}

.graph3 {
    background-color: #00adef;
    margin-top: 20px;
    animation-delay: 0.2s !important;
}

.animated .graph1 {
    width: 82%;
    opacity: 1;
}

.animated .graph2 {
    width: 74%;
    opacity: 1;
}

.animated .graph3 {
    width: 64%;
    opacity: 1;
}

.another5vid {
    margin-top: 0 !important
}

.natVideoEmbed h4 {
    font-size: 26px;
    line-height: 32px;
    color: #FE7C1B;
    padding-top: 0 !important
}

.courseInfoWrapper {
    display: flex;
    flex-direction: column;
}

.repTestiWrapper {
    background: #fe7c1b;
    padding: 53px 40px 46px;
    font-size: 22px;
    line-height: 28px;
    border-radius: 15px;
    color: #fff;
}

.testiItemContent {
    font-weight: 600
}

.testiItemOwner {
    font-size: 20px;
    line-height: 26px;
    margin-top: 26px;
}

.homeVideo1 {
    padding-bottom: 120px
}

.homeVideo2 {
    padding-top: 120px
}

@media screen and (max-width:767px) {

    .homeVideo2,
    .homeVideo1 {
        padding-top: 60px
    }

    .homeVideo1,
    .homeVideo2 {
        padding-bottom: 60px
    }

    .gpItem {
        font-size: 16px;
        line-height: 20px;
    }

    .graphPoint:before {
        font-size: 16px;
        line-height: 20px;
    }

    .graphItem {
        padding: 20px 0;
        font-size: 20px;
        line-height: 20px;
        height: 60px;
    }

    .homeGraphWrapper {
        height: 338px;
    }

    .gpItem:after {
        height: 288px;
        top: -288px;
    }

    .gpItem:last-child:before {
        height: 288px;
        top: -288px;
    }

    .gpItem:last-child span {
        margin-right: 0;
    }

    .gpItem span {
        margin-right: 0;
    }

    .graphItemWrapper {
        padding-left: 11px;
    }

    .panel.panel-homepage-graph {
        padding-top: 60px;
        padding-bottom: 60px
    }

    .panel.panel-homepage-graph h2 {
        margin-bottom: 30px
    }
}

.footer-icons {
    align-items: flex-start !important;
}

.fi1 {
    text-align: center;
}

.fi1 span {
    display: inline-block;
    font-size: 10px;
    margin-top: 25px;
    font-weight: bold
}

.page-template-tpl-seo-landingpage .panel-hero {
    overflow: visible;
}

.seoWrapper {
    padding: 60px 0 110px;
    font-size: 20px;
    line-height: 26px;
    color: #272727;
    font-weight: 400;
}

.sec-textOrangeBox {
    background: #fe7c1b;
    padding: 53px 40px 46px;
    font-size: 22px;
    line-height: 28px;
    border-radius: 15px;
    color: #fff;
}

.secTitle {
    font-size: 40px;
    line-height: 44px;
    color: #fe7c1b;
    margin-bottom: 50px
}

.seoSec h3 {
    font-size: 26px;
    line-height: 32px;
    color: #7E7E7E;
    margin-top: 0;
}

.seoStdButtons {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
}

.seoSec:first-child {
    margin-top: 0
}

.seoSec {
    margin-top: 70px
}

.seoSec h2 {
    margin-top: 0
}

.seoSec+.sec-standard {
    margin-top: 50px
}

.page-template-tpl-seo-landingpage .headStamp {
    bottom: -53px
}

.page-template-tpl-seo-landingpage .panel-small.panel-cta {
    display: none !important;
}

.seoStdButtons {
    padding-top: 25px;
    text-transform: uppercase;
}

.seoStdButtons .orangeBtn.lightbox-trigger {
    background: transparent;
    border: 2px solid #FE7C1B;
    color: #fe7c1b !important
}

.seoStdButtons a {
    margin-right: 20px
}

.seoStdButtons a.orangeBtn {
    font-size: 20px;
    line-height: 28px;
    padding: 9px 28px;
    height: 50px;
    display: flex;
    flex-direction: row;
    align-items: center;
}

.seoStdButtons a:last-child {
    margin-right: 0
}

.sec-fwtxt {
    color: #272727 !important;
    font-weight: 400;
}

.sec-fwtxt h1,
.sec-fwtxt h2,
.sec-fwtxt h3,
.sec-fwtxt h4 {
    color: #FE7C1B !important;
    font-weight: 300;
}

.sec-fwtxt h2,
.sec-fwtxt h3,
.sec-fwtxt h4,
.sec-fwtxt h5 {
    font-weight: 400;
    color: #FE7C1B !important;
}

.stdContent p+h3 {
    margin-top: 25px
}

.sec-faq-layout h2.secTitle {
    margin-bottom: 30px
}

.sec-faq-layout .faqTitle h4 {
    font-size: 20px;
    line-height: 26px
}

.faqItem:first-child {
    border-top: 1px solid #eaeaea
}

.sec-faq-layout .faqTxt {
    font-size: 17px;
    line-height: 24px;
}

.sec-faq-layout .faqTxt p:last-child {
    margin-bottom: 0
}

.sec-faq-layout .faqTxtSEO {
    padding-left: 20px;
    border-left: 1px solid #E2723B
}

.seo2Hero {
    text-align: center;
    height: 404px;
    position: relative;
    overflow: hidden;
    width: 100%;
}

.seo2Hero img {
    width: auto;
    height: 100%;
    width: auto;
    height: 498px;
    position: absolute;
    overflow: hidden;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    max-width: 500% !important;
}

.blogNavi nav {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    margin-bottom: 20px;
    font-weight: 600;
}

.blogNavi nav>div {
    padding: 0 10px;
    border-left: 1px solid #000
}

.blogNavi nav>div:first-child {
    border-left: 0px
}

@media screen and (min-width:1260px) {
    .seo2Hero img {
        width: 100%;
        height: auto;
    }

    .seo2Hero {
        overflow: hidden;
    }
}

.seo2Wrapper h1,
.seo2Wrapper h2,
.seo2Wrapper h3,
.seo2Wrapper h4 {
    margin-top: 0
}

.pad12 {
    padding-top: 100px;
    padding-bottom: 94px;
}

.pad33 {
    padding-top: 60px;
    padding-bottom: 60px
}

.bgGrey {
    background-color: #f9f9f9;
}

.bgOrange {
    background-color: #fe7c1b;
    color: #fff
}

.seo2Wrapper .container {
    width: 942px;
    max-width: 100%;
}

.seoSec2.sec-textOrangeBox {
    margin-bottom: 100px
}

.seoSec2.sec-faq-layout {
    margin-bottom: 100px
}

.seoSec2 h1,
.seoSec2 h2 {
    color: #FE7C1B
}

.seoSec2 {
    color: #272727;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 22px;
}

.seoSec2 h2 {
    color: #FE7C1B;
    font-size: 40px;
    font-style: normal;
    font-weight: 600;
    line-height: 44px;
    margin-bottom: 30px
}

.seoSec2 h3 {
    color: #272727;
    font-family: Gibson;
    font-size: 26px;
    font-style: normal;
    font-weight: 600;
    line-height: 32px;
    margin-bottom: 20px
}

.sec-fwp h2,
.sec-fwp h3,
.sec-fwp h4,
.sec-fwp h5 {
    color: #FE7C1B;
    font-size: 26px;
    font-style: normal;
    font-weight: 400;
    line-height: 32px;
}

.multiTxtRow {
    margin-bottom: 60px
}

.multiTxtRow:last-child {
    margin-bottom: 0
}

.sec-fwpmulti h2 {
    margin-bottom: 60px
}

.seoSec2 .btn {
    color: #FE7C1B;
    font-size: 20px;
    font-style: normal;
    font-weight: 600;
    line-height: 28px;
    text-transform: uppercase;
    padding: 8px 28px;
    border-radius: 5px;
    transition: all 0.2s;
    border-width: 2px;
}

.seoSec2 .btn:hover {
    background: #000;
    color: #fff;
    text-decoration: none !important;
    border-radius: 5px;
    border-color: #000
}

.seoSec2.sec-video .row {
    display: flex;
    flex-direction: row;
    align-items: center;
}

.seoSec2.sec-video {
    font-size: 52px;
    font-style: normal;
    font-weight: 600;
    line-height: 56px;
}

.seoSec2.sec-video {
    color: #fff;
    display: flex;
}

.twoColGrid {
    display: grid;
    grid-template-columns: auto auto;
    column-gap: 20px;
}


.sec-textOrangeBox2 h2,
.sec-textOrangeBox2 h3,
.sec-textOrangeBox2 h4,
.sec-textOrangeBox2 h5 {
    font-size: 22px;
    font-style: normal;
    font-weight: 400;
    line-height: 28px;
    margin-bottom: 40px
}

.sec-textOrangeBox2 {
    background: #fe7c1b;
    padding: 53px 40px 46px;
    font-size: 16px;
    line-height: 20px;
    border-radius: 15px;
    color: #fff;
    margin-bottom: 80px
}

.seosec2VidWrapper {
    width: 100%;
    padding-bottom: 100%;
    position: relative;
}

.seosec2VidWrapper iframe {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
}


@media screen and (max-width:767px) {
    .seoStdButtons {
        display: flex;
        flex-direction: column;
        flex-wrap: wrap;
        align-items: flex-start;
        align-content: flex-start;
        text-align: left !important;
    }

    .seoStdButtons a.orangeBtn {
        width: auto !important;
        margin-bottom: 20px;
        margin-right: 0 !important;
        display: inline-block;
    }

    .seoStdButtons a.orangeBtn:last-child {
        margin-bottom: 0 !important
    }

    .seoSec2.sec-video iframe {
        width: 100%
    }

    .seoSec2.sec-video .row {
        display: flex;
        flex-direction: column !important;
        align-items: center;
    }

    .seoSec2.sec-video .row .col-xs-12 {
        flex: 0 0 100%;
        width: 100%;
    }

    .pad12 {
        padding-top: 80px;
        padding-bottom: 60px
    }

    .sec-fwpmulti h2 {
        margin-bottom: 40px;
    }

    .seoSec2.sec-video {
        font-size: 40px;
        line-height: 44px;
    }

    .seoSec2.sec-video .col-sm-6:last-child {
        margin-top: 20px
    }
}