/* Minification failed. Returning unminified contents.
(1156,25): run-time error CSS1046: Expect comma, found '200'
(1156,33): run-time error CSS1046: Expect comma, found '/'
(1197,35): run-time error CSS1046: Expect comma, found '33'
(1197,41): run-time error CSS1046: Expect comma, found '/'
 */
/*header*/
.page-header-section {
    position: relative;
    padding-top: 80px;
    min-height: 0vh;
    background-color: #2d3438;
    background-size: cover;
    background-position: center 0px;
    display: flex;
    align-items: center;
    margin-top: 60px;
    flex-direction: column;
}
.page-header-section::before {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    background-color: rgba(45, 52, 56, 0.75);
    top: 0px;
    left: 0px;
    z-index: 0;
}

.banner {
    margin-top: 50px;
    background-color: red;
    width: 100%;
    justify-content: center;
    align-items: center;
    text-align: center;
    color: #fff;
    z-index:1
}

.banner-loggedin {
    margin-top: 100px;
}

.recorder-header-section::before {
    background-color: rgba(158, 0, 73, 0.7);
    background-image: url(../assets/filmStrip.svg);
    background-blend-mode: overlay;
    background-position: 0px bottom;
    background-size: 1920px 800px;
    background-repeat: no-repeat;
}
.page-header-section > .inner-row {
    padding-top: 60px;
    position: relative;
    z-index: 1;
    align-items: flex-end;
    height: 100%;
}
.page-header-section > .inner-row > .title-col h1 {
    display: block;
    max-width: 460px;
    margin: 0px auto 20px;
    color: #fff;
    font-size: 36px;
    text-align: center;
    line-height: 1.1;
}
.page-header-section > .inner-row > .title-col h1 > span {
    color: #bebebe;
    font-size: 32px;
    font-family: 'Myriad Pro Light';
    display: block;
}
.page-header-section > .inner-row > .title-col div.specs-holder {
    display: flex;
    justify-content:center;
    flex-wrap: nowrap;
    flex-direction:column;
    align-items:center;
}
.page-header-section > .inner-row > .title-col div.specs-holder .accreditation-holder {
    display: none;
    width: 120px;
    min-width:120px;
    height: 100px;
    min-height: 75px;
    background-size: 120px 80px;
    background-position: right 15px;
    background-repeat: no-repeat;
}
.page-header-section > .inner-row > .title-col div.specs-holder .accreditation-holder.showLogo {
    display: block;
}
.page-header-section > .inner-row > .title-col div.specs-holder .list-group-holder {
    display: flex;
    flex-direction: column;
    width: auto;
    padding: 0px 0px 20px 0px;
}
.page-header-section > .inner-row > .title-col div.specs-holder > .showLogo + .list-group-holder {
    padding: 0px;
}
.page-header-section > .inner-row > .title-col div.specs-holder .list-group-holder > ul {
    margin: 0px;
    padding: 0px;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
}
.page-header-section > .inner-row > .title-col div.specs-holder .list-group-holder > ul > li {
    width: 100%;
    color: #fff;
    list-style-type: none;
    min-height: 40px;
    display: inline-flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    font-size: 14px;
}
.page-header-section > .inner-row > .title-col div.specs-holder .list-group-holder > ul > li:nth-child(1) {
    max-width: 160px;
    color: #bebebe;
    display: none;
}
.page-header-section > .inner-row > .title-col div.specs-holder .list-group-holder > ul > li span {
    color: rgba(249,197,30,1);
    margin: 0px 2px;
}
.page-header-section > .inner-row > .title-col div.specs-holder .list-group-holder > ul > li label {
    border: solid 1px #bebebe;
    color: #fff;
    padding: 1px 10px;
    border-radius: 50px;
    min-height: 30px;
    display: inherit;
    justify-content: center;
    align-items: center;
    text-align: center;
    margin: 0px 2px;
    min-width: 90px;
    font-size: 14px;
}
.page-header-section > .inner-row > .title-col div.specs-holder .list-group-holder > ul > li label.online > a {
    display: flex;
    width: 100%;
    height: 100%;
    justify-content: center;
    align-items: center;
    text-decoration: none;
    color: #fff;
    transition: all ease 0.3s;
}
.page-header-section > .inner-row > .title-col div.specs-holder .list-group-holder > ul > li label.online {
    background-color: transparent;
    padding:1px 1px;
    transition: all ease 0.3s;
}
.page-header-section > .inner-row > .title-col div.specs-holder .list-group-holder > ul > li label.online:hover {
    background-color: #fff;
    transition: all ease 0.3s;
}
.page-header-section > .inner-row > .title-col div.specs-holder .list-group-holder > ul > li label.online:hover > a {
    color: black;
    transition: all ease 0.3s;
}
.page-header-section > .inner-row > .title-col div.specs-holder .list-group-holder > ul > li span .fa-star-half-o,
.page-header-section > .inner-row > .title-col div.specs-holder .list-group-holder > ul > li span .fa-star-o {
            color: #bebebe;
        }
.header-cta-row {
    flex-direction:column;
}
.header-price-holder {
    width: 100%;
    text-align:center;
    min-width: 160px;
    height: auto;
}
.header-price-holder > div {
    display: flex;
    flex-direction: column;
    padding: 0px 0px 20px 0px;
}
.header-price-holder > div > del {
    display: inline-flex;
    justify-content: center;
    align-items: flex-end;
    color: #bebebe;
    font-size: 16px;
    height: 30px;
    font-family: 'Myriad Pro Light';
}
.header-price-holder > div > span {
    font-size: 36px;
    line-height: 32px;
    color: #fff;
    font-family: 'Myriad Pro Semibold';
    display: flex;
    justify-content: center;
    align-items: flex-end;
}
.header-price-holder > div > span::after {
    font-size: 18px;
    line-height: 20px;
    color: rgba(249,197,30,1);
    font-family: 'Myriad Pro Regular';
}
.header-price-holder > div > span.purchased-item::after {
    content: 'Already Purchased'!important;
}
.header-cta-holder {
    width: 100%;
    align-items: center;
    padding-bottom: 30px;
}
.header-cta-holder > a {
    max-width: 250px;
    width: 100%;
}
.promo-col {
    padding-top: 20px;
}
.slidable-promo-col {
    opacity: 0;
    height: 0px;
    overflow: hidden;
}
.slidable-promo-col:not(.ng-hide) {
    opacity: 1;
    height: auto;
    transition:all ease 0.5s;
}
.promo-col > div {
    justify-content: center;
    align-items: center;
    flex-direction: column;
}
.promo-holder {
    width:100%;
    max-width:320px;
    border-top: solid 3px #f9f9f9;
    border-left: solid 3px #f9f9f9;
    border-right: solid 3px #f9f9f9;
    background-color: #f8f8f8;
    min-height: 20px;
    display: flex;
    flex-direction: row;
    justify-content: center;
}
.promo-holder > a {
    position: relative;
    width: 100%;
    height: 180px;
    display: flex;
    flex-direction: column;
    background-color: black;
    text-decoration: none;
    justify-content: center;
    align-items: center;
    overflow: hidden;
    position: relative;
    transition: all ease 0.3s;
}
.promo-holder > a > img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    position: absolute;
    z-index: 0;
}
.promo-holder > a::before {
    content: '';
    position: absolute;
    z-index: 1;
    width: 100%;
    height: 100%;
    background-color: #2d3438;
    opacity: 0.5;
    transition: all ease 0.3s;
}
.promo-holder > a > div {
    position: relative;
    z-index: 2;
    width: 85px;
    height: 85px;
    background-color: rgba(65, 85, 95, .8);
    border-radius: 100px;
    background-image: url(../assets/play-thumb.svg);
    background-size: 85px;
    background-position: center;
    background-repeat: no-repeat;
    transition: all ease 0.3s;
}
.promo-holder > a > div + span {
    position: relative;
    z-index: 1;
    font-size: 26px;
    color: #fff;
    font-family: 'Myriad Pro Light';
}
.promo-holder > a:active, .promo-holder > a:hover {
    opacity: 1;
    transition: all ease 0.3s;
}
.promo-holder > a:hover::before {
    opacity: 0;
    transition: all ease 0.3s;
}
.promo-holder > a:hover > div {
    background-color: rgba(216, 113, 15, .8);
    transition: all ease 0.3s;
}
.no-video-border {
    border-radius: 10px 10px 0px 0px;
}
.placement-test-holder {
    width: 100%;
    max-width: 320px;
    height: auto;
    padding-bottom: 20px;
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
}
.placement-test-holder > h4 {
    color: #fff;
    font-size: 21px;
    font-family: 'Myriad Pro Light';
    margin-bottom: 20px;
}

.custom-select, .custom-select:focus{
    width:auto!important;
}

/*aside*/
.page-body-section {
    position: relative;
}
.page-body-section::after {
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 15px;
    z-index: 1;
    background-image: url(../assets/shader-up.svg);
    background-size: 20px 40px;
    background-position: top;
    background-repeat: repeat-x;
}
.page-body-section > .inner-row {
    flex-direction: column;
    flex-wrap: nowrap;
}
.page-body-section > .inner-row > .aside-data-holder {
    width: 100%;
    max-width: 320px;
    background-color: #f8f8f8;
    min-height: 200px;
    /*padding: 40px 10px 20px;*/
    padding: 30px 10px 20px;
    display: inline-flex;
    flex-direction: column;
}
.page-body-section > .inner-row > .aside-data-holder .heading {
    font-size: 22px;
    color: #025b8e;
    margin-bottom: 15px;
    text-align: center;
    font-family: 'Myriad Pro Semibold';
}

.features-list-group-holder {
    padding: 0px 0px 40px;
}
.features-list-group-holder > ul {
    margin: 0px;
    padding: 0px;
    display: flex;
    flex-direction: row;
    flex-wrap:wrap;
}
.features-list-group-holder > ul > li {
    width:100%;
    list-style-type: none;
    color: #5d676c;
    font-size: 14px;
    margin-bottom: 5px;
    padding-bottom: 5px;
    display: inline-flex;
    min-height:100%;
    flex-direction: row;
    flex-wrap: nowrap;
}
.features-list-group-holder > ul > li > span:first-child {
    width: 16px;
    min-width: 16px;
    height: 16px;
    background-image: url(../assets/check-icon.svg);
    background-size: 16px;
    background-position: center 2px;
    background-repeat: no-repeat;
}
.features-list-group-holder > ul > li > span:last-child {
    width: 100%;
    padding-left: 10px;
    padding-right: 10px;
}

.certificates-list-group-holder {
    padding: 0px 0px 10px;
    overflow-x:auto;
}
.certificates-list-group-holder > ul {
    margin: 0px;
    padding: 0px;
    display: flex;
    flex-direction: column;
    width:auto;
}
.certificates-list-group-holder > ul > li {
    list-style-type: none;
    display: flex;
    flex-direction: row;
    justify-content: center;
    width: 100%;
    padding:20px 0px 10px;
    min-width: 200px;
    height:100%;
    border-bottom: dashed 1px #d4d4d4;
    border-left:none;
}
    .certificates-list-group-holder > ul > li:last-child {
        border-right: none;
        border-left: none;
        border-bottom: none;
    }
.certificates-list-group-holder > ul > li > a {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%;
    text-decoration: none;
    color: #5d676c;
}
.certificates-list-group-holder > ul > li > a > div {
    width: 140px;
    height: 100px;
    background-size: cover;
    background-position: center;
    background-color: #5d676c;
    box-shadow: rgba(0,0,0,0.35) 0px 1px 5px;
    margin-bottom: 5px;
}
.certificates-list-group-holder > ul > li > a.optional > div {
    position:relative;
}
.certificates-list-group-holder > ul > li > a.optional > div::after {
    content: '';
    position: absolute;
    z-index: 1;
    left: -4px;
    bottom: -4px;
    width: 90px;
    height: 90px;
    background-position: center;
    background-repeat: no-repeat;
    background-image:url(../assets/optionalCertificate.svg);
}
.certificates-list-group-holder > ul > li > a > p {
    font-size: 13px;
    color: #1a1e20;
    text-align: center;
    margin-bottom: 0px;
}
.certificates-list-group-holder > ul > li > a > p > strong {
    font-family: 'Myriad Pro Semibold';
    font-weight: normal;
    color: #025b8e;
}

/*overview*/
.product-overview-holder {
    width: 100%;
    max-width:320px;
    padding: 40px 10px 30px 10px;
}
.product-overview-holder .heading {
    font-size: 28px;
    text-align:center;
    color: #025b8e;
    margin-bottom: 0px;
}
.product-overview-holder .heading + span.product-hint {
    display: block;
    font-size: 18px;
    color: #5d676c;
    font-family: 'Myriad Pro Light';
    margin-bottom: 30px;
    text-align: center;
}
.product-overview-holder .heading > span {
    display: block;
    font-size: 28px;
    color: #1a1e20;
}
.body-par-holder {
    font-size: 16px;
    color: #2e3336;
    line-height: 25px;
    padding-bottom: 30px;
    text-align: center;
}
.body-par-holder.diploma-par-holder {
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
}
.product-overview-holder .subheading{
    margin-bottom:20px;
}
.halfs-row > .half-col:nth-child(1) {
    padding: 0px 0px 0px 0px;
}
.halfs-row > .half-col:nth-child(2) {
    padding: 0px 0px 0px 0px;
}
.overview-static-ul {
    margin: 0px;
    padding: 0px;
    display: flex;
    flex-direction: column;
}
.overview-static-ul > li {
    font-size: 14px;
    color: #2e3336;
    list-style-type: none;
    margin-bottom: 5px;
    padding-bottom: 5px;
    padding-top: 5px;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
}
.overview-static-ul > li > a {
    display: flex;
    text-decoration: none;
    color: #2e3336;
}
.overview-static-ul > li > span:first-child,
.overview-static-ul > li > a > span:first-child {
    width: 16px;
    min-width: 16px;
    height: 16px;
    background-image: url(../assets/check-icon.svg);
    background-size: 16px;
    background-position: center 2px;
    background-repeat: no-repeat;
}
.overview-static-ul > li > span.toe,
.overview-static-ul > li > a > span.toe {
    background-image: url(../assets/toe-icon.svg);
}
.overview-static-ul > li > span.pencil,
.overview-static-ul > li > a > span.pencil {
    background-image: url(../assets/pencil-icon.svg);
}
.overview-static-ul > li > span:last-child,
.overview-static-ul > li > a > span:last-child {
    width: 100%;
    padding-left: 10px;
    padding-right: 10px;
}
#subjects-list-group > li {
    flex-direction: column;
    border-bottom: solid 1px #fff;
    padding-top: 0px;
    padding-bottom: 0px;
    margin-bottom: 0px;
}
#subjects-list-group > li > a {
    min-height: 40px;
    font-size: 15px;
    padding-top: 10px;
    padding-bottom: 7px;
    background-color: rgba(255,255,255,0);
    transition: background-color ease 0.3s;
}
#subjects-list-group > li > a:hover {
    background-color: rgba(255,255,255,0.4);
    transition: background-color ease 0.3s;
}
.subject-overview-html-holder {
    padding: 10px 10px 20px 30px;
    font-size: 14px;
    line-height: 25px;
    border-top: solid 4px #fff;
}

/*offers*/
.page-offers-section {
    position: relative;
    min-height: 100px;
    background-color: #fff;
    padding-top: 40px;
    padding-bottom: 0px;
}
.page-offers-section > .inner-row {
    padding-left: 20px;
    padding-right: 20px;
}
.page-offers-section .heading {
    font-size: 32px;
    color: #025b8e;
    margin-bottom: 0px;
    text-align: center;
}
.page-offers-section .heading > span {
    display: block;
    font-size: 28px;
    color: #1a1e20;
}
.page-offers-section .subheading {
    font-size: 28px;
    color: #1a1e20;
    font-family: 'Myriad Pro Regular';
    text-align: center;
    display: block;
}
.page-offers-section .offer-holder {
    width: 100%;
    max-width: 640px;
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    justify-content: center;
    align-items: center;
    margin-left: auto;
    margin-right: auto;
}
.page-offers-section .halfs-row {
    flex-direction: column;
}
.page-offers-section .offer-holder .offer-image-holder {
    width: 180px;
    min-width: 180px;
    height: 180px;
    border-radius: 15px;
    background-color: #eee;
    overflow: hidden;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    border: solid 3px rgba(255, 255, 255, 0.5);
    box-shadow: rgba(0,0,0,0.15) 0px 1px 10px;
}
.page-offers-section .offer-holder .offer-image-holder > img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.page-offers-section .offer-holder .offer-details-holder {
    width: 100%;
    padding: 20px 0px 0px 0px;
}
.page-offers-section .offer-holder .offer-details-holder h4 {
    font-size: 20px;
    color: #1a1e20;
    text-align: center;
}
.page-offers-section .offer-holder .offer-details-holder .discount-percentage {
    width: 100%;
    min-width: 180px;
    margin-top: 10px;
    text-align: center;
}
.page-offers-section .offer-holder .offer-details-holder .discount-percentage span {
    font-size: 80px;
    line-height: 40px;
    color: #0f8ed8;
    font-family: 'Myriad Pro Semibold';
    letter-spacing: 0px;
}
.page-offers-section .offer-holder .offer-details-holder .discount-percentage span::after {
    content: '%';
    font-size: 60px;
}
.page-offers-section .offer-holder .offer-details-holder .discount-expiry {
    width: 100%;
    text-align: center;
}
.page-offers-section .expiryTimer {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    direction: ltr;
    align-items: flex-end;
    justify-content: center;
}
.page-offers-section .expiryTimer > span {
    font-size: 40px;
    font-family: 'Myriad Pro Light';
    display: inline-flex;
    margin-right: 10px;
    line-height: 50px;
}
.page-offers-section .expiryTimer > span::after {
    content: ':';
    font-size: 20px;
}
.page-offers-section .expiryTimer > span:last-child {
    font-size: 24px;
    margin-right: 0px;
    line-height: 42px;
}
.page-offers-section .expiryTimer > span:last-child::after {
    content: '';
}
.offer-decription {
    font-size: 15px;
    color: #5d676c;
    text-align: center;
    padding:0px 20px;
}
.page-offers-section .product-info {
    max-width: 460px;
    text-align: center;
}
.page-offers-section .product-info ul {
    width: 100%;
    display: flex;
    flex-wrap: nowrap;
    margin: 0px 0px 10px;
    padding: 0px;
}
.page-offers-section .product-info ul li {
    list-style-type: none;
    width: 50%;
    min-height: 35px;
    display: inline-flex;
    align-items: flex-end;
    border-bottom: solid 1px #eee;
    font-size: 15px;
    color: #2e3336;
}
.page-offers-section .product-info ul li label {
    display: inline-flex;
    margin: 2px 2px;
    padding: 2px 10px;
    border: solid 1px #85939a;
    border-radius: 50px;
    min-width: 70px;
    justify-content: center;
    font-size: 12px;
}

.page-offers-section .product-info ul li.training {
    flex-direction: column;
    align-items: flex-start;
}

.page-offers-section .product-info ul li.price {
    font-size: 21px;
}
.page-offers-section .product-info ul li.price del {
    color: #85939a;
    font-size: 17px;
}
.page-offers-section .product-info ul li.price::after {
    font-size: 14px;
}
.subscription-form {
    min-width: 100%;
    display: inline-flex;
    flex-direction: row;
    max-width: 0px;
    flex-wrap: nowrap;
    justify-content: center;
}
.subscription-form .dark-input {
    min-height: 48px;
    width: 100%;
    max-width: 240px;
    margin: 0px 5px 0px 0px;
    border-radius: 5px;
    border: solid 2px #d6e2e8;
    outline: none !important;
    padding: 0px 10px;
    background-color: rgba(214, 226, 232, 1);
    transition: all ease 0.3s;
}
.subscription-form .dark-input:focus {
    background-color: rgba(214, 226, 232, 0);
    transition: all ease 0.3s;
}
.share-holder {
    min-width: 300px;
    min-height: 80px;
    border-top: solid 1px #d6e2e8;
    border-right: solid 1px #d6e2e8;
    border-left: solid 1px #d6e2e8;
    border-radius: 14px 14px 0px 0px;
    margin-top: 30px;
    padding: 10px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
.send-newsletter-button{
    background-image:url(../assets/footer-email-icon.svg);
    background-size:32px;
    background-position:center;
    background-repeat:no-repeat;
}
.send-newsletter-button:hover {
    background-color: rgba(15,142,216,1);
}

/*schedule*/
.page-schedule-section {
    position: relative;
    min-height: 100px;
    padding-top: 40px;
    background-color: #f8f8f8;
}
.page-schedule-section::before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 15px;
    z-index: 1;
    background-image: url(../assets/shader-down.svg);
    background-size: 20px 40px;
    background-position: center -25px;
    background-repeat: repeat-x;
}
.page-schedule-section .heading {
    font-size: 25px;
    margin-bottom: 0px;
}
.page-schedule-section .heading > span {
    display: block;
    font-size: 19px;
    color: #1a1e20;
}
.product-schedule-table thead tr th,
.product-schedule-table tbody tr td {
    vertical-align: middle;
    font-size: 13px;
}
.product-schedule-table thead tr th:nth-child(3),
.product-schedule-table tbody tr td:nth-child(3){
    display:none;
}
table.product-schedule-table {
    border-spacing: 0px;
    border-collapse: unset;
}
.product-schedule-table thead tr th {
    background-color: #0f8ed8 !important;
    color: #fff;
    border-color: transparent;
}
.product-schedule-table thead tr th:first-child {
    border-radius: 5px 0px 0px 5px;
}
.product-schedule-table thead tr th:last-child {
    border-radius: 0px 5px 5px 0px;
}
.product-schedule-table tbody tr td {
    border-top: solid 1px #dedede !important;
}
.schedule-days-holder span {
    font-size: 13px;
    color: rgba(15,142,216,1);
}
.schedule-days-holder span::after {
    content: '-';
}
.schedule-days-holder span:last-child::after {
    content: '';
}
.product-schedule-table tbody tr td.date span {
    font-size: 15px;
    color: #025b8e;
    font-family: 'Myriad Pro Semibold';
}
.schedule-offer-holder {
    display: flex;
    flex-direction: row;
    justify-content: center;
    font-size: 15px;
    color: #025b8e;
    font-family: 'Myriad Pro Semibold';
}
.schedule-offer-holder span {
    display: inline-flex;
    width: 26px;
    height: 26px;
    background-image: url(../assets/gift-icon.svg);
    background-size: contain;
}

/*testimonial & gallery*/
.page-testimonials-section {
    position: relative;
}
.page-testimonials-section > div {
    min-height: 300px;
    background-size: cover;
    background-position: center 0px;
    background-repeat: no-repeat;
    background-image: url(../assets/testimonials-background.jpg);
    position: relative;
    padding-top: 40px;
    padding-bottom: 40px;
}
.page-testimonials-section > div::before {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0px;
    top: 0px;
    z-index: 0;
    background-color: rgba(45, 52, 56, 0.6);
}
.page-testimonials-section h5 {
    color: #fff;
    font-family: 'Myriad Pro Light';
    font-size: 28px;
    margin-bottom: 20px;
}
.testimonials-list-group {
    margin: 0px;
    padding: 0px;
    /*justify-content: center;*/
}
.testimonials-list-group > li {
    list-style-type: none;
    margin-bottom: .5rem;
}
.testimonials-list-group > li > .testimonial-box {
    background-color: rgba(255,255,255,0.85);
    display: inline-flex;
    width: 100%;
    min-height: 100%;
    flex-direction: row;
    flex-wrap: nowrap;
    padding: 10px;
    border: solid 2px rgba(255,255,255,0.3);
    border-radius: 6px;
}
.testimonials-list-group > li > .testimonial-box > .user-photo {
    width: 80px;
    min-width: 80px;
    height: 80px;
    overflow: hidden;
    border-radius: 80px;
    background-color: #425c67;
    background-size: cover;
    background-position: center;
    background-image: url(../assets/trainee-avatar.svg);
    box-shadow: rgba(0,0,0,0.3) 0px 1px 5px;
    margin-right: 10px;
}
.testimonials-list-group > li > .testimonial-box > .user-photo > div {
    width: 80px;
    height: 80px;
    background-size: cover;
    background-position: center;
}
.testimonials-list-group > li > .testimonial-box > .user-review {
    display: flex;
    flex-direction: column;
    width: 100%;
    align-items: flex-end;
}
.testimonials-list-group > li > .testimonial-box > .user-review > p {
    width: 100%;
    font-size: 13px;
    height: 100%;
}
.testimonials-list-group > li > .testimonial-box > .user-review > span {
    text-align: right;
    font-size: 13px;
    color: #025b8e;
    font-family: 'Myriad Pro Semibold';
}
.page-testimonials-section .grid-image-holder > a {
    height: 160px;
    background-color: #000;
    display: flex;
    justify-content: center;
    align-items: center;
    overflow: hidden;
    position: relative;
    border: solid 2px rgba(255,255,255,0.4);
    transition: all ease 0.3s;
}
.page-testimonials-section .grid-image-holder > a::after {
    content: '';
    position: absolute;
    z-index: 1;
    width: 100%;
    height: 100%;
    background-color: rgba(45, 52, 56,0.3);
    transition: all ease 0.3s;
}
.page-testimonials-section .grid-image-holder > a > img {
    height: 100%;
    width: 100%;
    object-fit:cover;
}
.page-testimonials-section .grid-image-holder > a:hover {
    border: solid 2px rgba(255,255,255,0.9);
    transition: all ease 0.3s;
}
.page-testimonials-section .grid-image-holder > a:hover::after {
    background-color: rgba(45, 52, 56,0);
    transition: all ease 0.3s;
}

.testimonials-navs-holder > a {
    display: flex;
    justify-content: center;
    align-items: center;
    text-decoration: none;
    color: #fff;
    width: 40px;
    height: 40px;
    border: solid 2px rgba(255,255,255,0.35);
    border-radius: 50px;
    margin: 0px 2px;
    background-size: 20px;
    background-repeat: no-repeat;
    background-position: center;
    transition: all ease 0.3s;
}
.testimonials-navs-holder > a:first-child {
    background-image: url(../assets/white-arrow-left.svg);
}
.testimonials-navs-holder > a:last-child {
    background-image: url(../assets/white-arrow-right.svg);
}
.testimonials-navs-holder > a:hover {
    border: solid 2px rgba(255,255,255,0.75);
    transition: all ease 0.3s;
}

/*related*/
.related-courses-section {
    position: relative;
}
.related-courses-section > .inner-row {
    padding-top: 40px;
}
ul.related-list-group {
    padding: 0px;
    margin: 0px;
}
ul.related-list-group > li {
    list-style-type: none;
    display: none;
    flex-direction: column;
    overflow:hidden;
}
ul.related-list-group > li .related-courses-item-box {
    display: inline-flex;
    min-height: 100%;
    padding: 10px;
    flex-direction: row;
    background-color: #f8f8f8;
    border: solid 1px white;
    border-radius: 5px;
}
ul.related-list-group > li .related-courses-item-box > .related-item-photo {
    width: 100px;
    min-width: 100px;
    height: 120px;
    margin: 0px 10px 0px 0px;
    background-position: center;
    background-size: cover;
    background-color: #000;
    border-radius: 5px;
}
ul.related-list-group > li .related-courses-item-box > .related-item-body {
    display: flex;
    flex-direction: column;
    width: 100%;
}
ul.related-list-group > li .related-courses-item-box > .related-item-body .subheading {
    font-size: 16px;
    margin-bottom: 10px;
    height: 100%;
}
ul.related-item-features-list-group {
    display: flex;
    flex-direction: row;
    margin: 0px 0px 10px;
    padding: 0px;
    flex-wrap: nowrap;
}
ul.related-item-features-list-group > li {
    list-style-type: none;
    width: 50%;
    font-size: 13px;
}
ul.related-item-features-list-group > li > strong {
    font-size: 16px;
}
ul.related-list-group > li.active
 {
    display: inline-flex;
    width: 100%;
}
.related-nav-prev {
    height:80px;
    position: absolute;
    top: 20px;
    left: 0px;
    right: auto;
    width: 1.5rem;
    display: flex;
    justify-content: center;
    align-items: center;
    text-decoration: none;
    color: black;
}
.related-nav-next {
    height: 80px;
    position: absolute;
    top: 20px;
    left: auto;
    right: 0;
    width: 1.5rem;
    display: flex;
    justify-content: center;
    align-items: center;
    text-decoration: none;
    color: black;
}
/*   deploma-des   */
.accordation-diploma .main-course.collapsed, .accordation-diploma .no-categorey {
    background: #f8f8f8 !important;
}
.accordation-diploma .no-categorey{
    padding:10px;
}
.accordation-diploma .main-course {
    background: rgb(156 200 225 / 25%) !important;
    padding: 10px;
    align-items: center;
}

.accordation-diploma .main-course, .no-categorey, .accordation-diploma .diploma-desc {
    border: 4px solid #fff;
    border-bottom: unset;
}
.accordation-diploma .diploma-desc {
    padding: 10px;
}
.accordation-diploma span.toe {
    transform: rotate(539deg);
    background-image: url(../assets/downarrow.png) !important;
    filter: invert(15%) sepia(100%) saturate(2585%) hue-rotate(186deg) brightness(100%) contrast(98%);
    width: 16px;
    height: 16px;
    background-size: 16px;
    background-position: center 2px;
    background-repeat: no-repeat;
    display: block;
}
.accordation-diploma .main-course.collapsed span.toe {
    transform: unset;
}
.accordation-diploma .dip-overview {
    border-right: 3px solid #03598a;
}
.accordation-diploma .diploma-desc span.toe {
    transform:unset ;
    background-image: url(../assets/toe-icon.png) !important;
    filter: invert(10%) sepia(80%) saturate(6249%) hue-rotate(281deg) brightness(85%) contrast(56%);
    width: 16px;
    height: 16px;
    background-size: 16px;
    background-position: center 2px;
    background-repeat: no-repeat;
    display: block;
}
.accordation-diploma .diplomas-list li{
  border-bottom: 1px solid rgb(32 33 36 / 7%);                                 
}

.mobile-diploma-course-overview {
    padding: 0.5rem 0;
    font-size: 0.75rem;
    text-align: justify;
    border-top: 1px solid #dce7ed;
    margin-top: 0.5rem;
}

.st-btn > span {
    display: none !important;
}

.st-btn {
    min-width: unset !important;
    display: inline-block !important;
}


@media only screen and (min-width:426px) {
    /*header*/
    .page-header-section > .inner-row {
        padding-top: 100px;
    }
    .page-header-section > .inner-row > .title-col div.specs-holder{
        flex-direction:row;
    }
    .page-header-section > .inner-row > .title-col div.specs-holder .list-group-holder > ul {
        width: 100%;
        flex-wrap: nowrap;
    }
    .page-header-section > .inner-row > .title-col div.specs-holder .list-group-holder > ul > li {
        width: 50%;
        justify-content: flex-start;
    }
    
    .promo-holder{
        max-width:460px
    }
    .promo-holder > a{
        height:260px;
    }

    /*aside*/
    .page-body-section > .inner-row > .aside-data-holder{
        max-width:460px
    }

    /*overview*/
    .product-overview-holder {
        max-width: 460px;
    }
}

@media only screen and (min-width: 476px){
    .page-offers-section .product-info ul li.training {
        flex-direction: row;
        align-items: flex-start;
    }
}
@media only screen and (min-width:576px){
    /*header*/
    .promo-holder{
        max-width:520px;
    }
    .promo-holder > a {
        height: 300px;
    }

    .page-header-section > .inner-row > .title-col div.specs-holder .list-group-holder > ul > li:nth-child(1) {
        width: 50%;
        display: inline-flex;
        justify-content: flex-end;
        text-align: right;
        padding: 0px 10px 0px 0px;
    }

    /*aside*/
    .page-body-section > .inner-row > .aside-data-holder {
        max-width: 520px
    }
    .features-list-group-holder > ul > li{
        width:50%;
    }

    /*overview*/
    .product-overview-holder {
        max-width: 520px;
    }

    /*schedule*/
    .product-schedule-table thead tr th,
    .product-schedule-table tbody tr td {
        font-size: 15px;
    }
    .product-schedule-table thead tr th:nth-child(3),
    .product-schedule-table tbody tr td:nth-child(3) {
        display: table-cell;
    }

    /*related*/
    ul.related-list-group > li.active,
    ul.related-list-group > li.active + li{
        display: inline-flex;
        width: 100%;
    }
}

@media only screen and (min-width:768px) {


    /*offers*/
    .page-offers-section .halfs-row {
        flex-direction: row;
    }

    /*gallery*/
    .page-testimonials-section .grid-image-holder > a {
        height:210px;
    }
}

@media only screen and (min-width:992px) {
    /*header*/
    .page-header-section{
        margin-top:0px;
    }
    .page-header-section > .inner-row > .title-col h1 {
        max-width: 600px;
        text-align: left;
        font-size: 42px;
        margin: 0px 10px 20px 0px;
    }
    .page-header-section > .inner-row > .title-col div.specs-holder > .showLogo + .list-group-holder {
        padding: 0px 0px 0px 20px;
        border-left: solid 1px rgba(122, 125, 127, 0.3);
    }
    .page-header-section > .inner-row > .title-col div.specs-holder {
        justify-content: flex-start;
    }

    /*header*/
    .page-header-section > .inner-row > .title-col div.specs-holder .list-group-holder {
        width: 100%;
    }
    .page-header-section > .inner-row > .title-col div.specs-holder .list-group-holder > ul > li:nth-child(1) {
        justify-content: flex-start;
        text-align: left;
    }
    .header-cta-row {
        flex-direction: row;
        flex-wrap: nowrap;
    }
    .header-price-holder {
        width: 50%;
    }
    .header-cta-holder {
        width: 50%;
    }
    .header-cta-holder > a {
        max-width: none;
    }
    .header-price-holder > div {
        padding: 0px 20px 0px 0px;
    }
    .header-price-holder > div > del {
        justify-content: flex-end;
    }
    .header-price-holder > div > span {
        justify-content: flex-end;
    }
    .promo-col > div {
        flex-direction: row;
        justify-content: flex-end;
        align-items: flex-end;
    }
    .promo-holder {
        max-width: 320px;
    }
    .promo-holder > a {
        height: 210px;
    }
    .placement-test-holder {
        height: 210px;
    }

    /*aside*/
    .body-par-holder.diploma-par-holder{
        flex-direction:row;
    }
    .page-body-section > .inner-row {
        flex-direction: row-reverse;
    }
    .page-body-section > .inner-row > .aside-data-holder {
        max-width: 320px;
    }
    .features-list-group-holder > ul > li {
        width: 100%;
    }
    .certificates-list-group-holder > ul {
        width: 100%;
        flex-direction: column;
    }
    .certificates-list-group-holder > ul > li {
        border-right: none;
        border-left: none;
    }
    .certificates-list-group-holder > ul > li > a > p {
        margin-bottom: 20px;
    }

    /*overview*/
    .product-overview-holder {
        max-width: none;
        padding: 40px 40px 30px 0px;
    }
    .product-overview-holder .heading {
        text-align: left;
        font-size:38px;
    }
    .product-overview-holder .heading > span{
        font-size:32px;
    }
    .product-overview-holder .subheading {
        font-size: 26px;
    }
    .product-overview-holder .heading + span.product-hint {
        text-align: left;
    }
    .body-par-holder {
        text-align: left;
    }
    #subjects-list-group > li > a{
        font-size:17px;
    }
    .halfs-row > .half-col:nth-child(1) {
        padding: 0px 15px 0px 0px;
    }
    .halfs-row > .half-col:nth-child(2) {
        padding: 0px 0px 0px 15px;
    }
    .halfs-row > .half-col .subheading{
        margin-bottom:10px;
    }

    /*related*/
    ul.related-list-group > li.active,
    ul.related-list-group > li.active + li,
    ul.related-list-group > li.active + li + li {
        display: inline-flex;
        width: 100%;
    }
}

@media only screen and (min-width:1120px) {
    /*header*/
    .page-header-section > .inner-row > .title-col h1{
        font-size:56px;
    }
    .page-header-section > .inner-row > .title-col h1 > span{
        font-size:34px;
    }
}
