html, body {
    overflow-x: hidden;
}

body {
    font-family: 'Roboto', sans-serif;
    max-width: 100%;
    font-size: 16px;
    color: #2F2F2F;
    margin: 0;
    padding: 140px 0 0 0;
    line-height: normal;
    background: #ffffff;
}

img {
    max-width: 100%;
}

h2 {
    font-weight: bold;
    font-size: 39px;
}

h3 {
    font-weight: bold;
    font-size: 29px;
}

a {
    text-decoration: none;
    transition: all 0.3s ease 0s;
}

a:hover {
    opacity: 0.5;
}

a.btn {
    max-width: 100%;
    padding: 12px 20px;
    background: #AD132D;
    color: #fff;
    font-weight: bold;
    box-shadow: 3px 3px 9px #999;
    transition: all 0.3s ease 0s;
    border: solid 2px #AD132D;
}

a:hover.btn {
    opacity: 0.75;
}

a.btn.back-to-top {
    background: #fff;
    border: solid 2px #AD132D;
    color: #AD132D;
    box-shadow: none;
}

.w-100 {
    width: 100%;
}

.top-bar {
    width: 100%;
    height: 40px;
    line-height: 40px;
    background: url("../images/top_bar_bg.png") center;
    color: #fff;
    font-weight: bold;
    font-size: 16px;
    position: fixed;
    left: 0;
    top: 0;
    z-index: 1000;
}

.header {
    width: 100%;
    height: 100px;
    background: #fff;
    box-shadow: 2px 2px 8px #999;
    position: fixed;
    left: 0;
    top: 40px;
    z-index: 800;
}

.header .row {
    height: 100px;
}

.header a {
    color: #6C6C6C;
    text-decoration: none;
}

.header a.active {
    font-weight: bold;
    color: #AD132D;
}

.header .lang-area a {
    background: #fff;
    color: #6C6C6C;
    padding: 8px 12px;
    border-radius: 6px;
}

.header .lang-area a.active {
    background: #AD132D;
    color: #fff;
}

.home-banner .swiper-slide {
    height: 540px;
    /*background-size: 1920px auto;*/
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.home-banner .banner-slogan {
    margin-top: 125px;
}

.home-banner .banner-slogan h2 {
    text-shadow: 2.5px 2.5px 6.5px #aaa;
}

.home-banner .banner-slogan .slogan-text {
    margin-top: 25px;
}

.home-banner .banner-slogan a {
    margin-top: 50px;
}

.swiper-pagination {
    bottom: 20px !important;
}

.swiper-pagination-bullet {
    width: 14px !important;
    height: 14px !important;
    margin: 10px !important;
    background: #fff !important;
    border: none;
    box-shadow: 2px 2px 4px #666 !important;
    opacity: 1 !important;
}

.swiper-pagination-bullet-active {
    background: #AD132D !important;
}

.home-recommended-cpd {
    padding: 50px 0;
    position: relative;
    width: 1250px;
    max-width: 100%;
    margin: auto;
}

.recommended-cpd-card {
    border-radius: 5px;
    overflow: hidden;
    width: 90%;
    height: 100%;
    box-shadow: 3px 3px 9px #ccc;
    margin: auto;
}

.r-cpd-card-img {
    width: 100%;
    height: 200px;
    background-size: cover;
    background-position: center;
}

.recommended-cpd-card a.btn {
    width: 100%;
    box-shadow: none;
    padding: 8px 10px;
}

.r-cpd-card-type a {
    font-size: 12px;
    color: #AD132D;
    text-decoration: underline;
    display: block;
    margin-bottom: 15px;
}

.r-cpd-card-title {
    min-height: 120px;
}

.r-cpd-card-title h3 {
    font-weight: bold;
    color: #000;
    font-size: 20px;
}

.r-cpd-card-details {
    line-height: 21px;
    /*min-height: 170px !important;*/
}

.r-cpd-card-details ul {
    margin-left: -40px;
    /*min-height: 220px;*/
}

.r-cpd-card-details ul li {
    color: #606060;
    font-size: 12px;
    list-style: none;
    margin: 2px 0;
    padding: 2px 0;
}

.r-cpd-card-details.style-b ul {
    margin: 0 0 0 -40px !important;
}

.r-cpd-card-details.style-b ul li {
    margin: 2px 0;
    padding: 2px 0;
}

.r-cpd-card-details.style-b-2 ul {
    margin: 10px 0 18px -40px !important;
}

.r-cpd-card-details.style-b-2 ul li {
    margin: 2px 0;
    padding: 2px 0;
}

.r-cpd-card-details ul li.cate {
    background: url("../images/cpd_cate_icon.png") left no-repeat;
    padding: 5px 0 5px 28px;
    background-size: 22px;
}

.r-cpd-card-details ul li.price {
    background: url("../images/cpd_price_icon.png") left no-repeat;
    padding: 5px 0 5px 28px;
    background-size: 22px;
}

.cpd-hr-cate {
    border: solid 2px #A02732;
    border-radius: 4px;
    font-size: 12px;
    font-weight: bold;
    padding: 1px 4px;
    color: #A02732;
    margin-right: 3px;
    text-transform: uppercase;
}

.home-recommended-cpd .swiper-slide {
    padding: 10px 0;
}

.home-recommended-cpd .swiper-button-next {
    right: 25px !important;
    color: #000 !important;
}

.home-recommended-cpd .swiper-button-prev {
    left: 25px !important;
    color: #000 !important;
}

.home-upcoming-professional-training {
    padding: 50px 0;
    background: #F9F9F9;
}

.home-upcoming-professional-training select {
    border: solid 2px #AD132D;
    border-radius: 5px;
    color: #AD132D;
    width: 100%;
    height: 40px;
    outline: none;
    resize: none;
    margin-bottom: 15px;
    font-size: 16px;
    font-weight: bold;
    background: #ddd;
}

.upcoming-training-left ul li {
    list-style: none;
    margin: 0 0 0 -25px;
    padding: 0;
}

.upcoming-training-left ul li a {
    display: block;
    background: #fff;
    color: #AD132D;
    padding: 15px;
    border-left: solid 1px #d4d4d4;
    border-right: solid 1px #d4d4d4;
    border-bottom: solid 1px #d4d4d4;
    text-decoration: none;
    opacity: 50%;
    font-weight: bold;
}

.upcoming-training-left ul li a.active {
    background: #AD132D;
    color: #fff;
    opacity: 1;
    position: relative;
}

.upcoming-training-left ul li a.active:after {
    position: absolute;
    right: 15px;
    top: 50%;
    content: "";
    width: 9px;
    height: 18px;
    margin-top: -9px;
    background-image: url("../images/upcoming_training_icon_arrow.png");
    background-size: cover;
}

.upcoming-training-left ul li:first-child a {
    border-radius: 8px 8px 0 0;
    border: solid 1px #d4d4d4;
}

.upcoming-training-left ul li:last-child a {
    border-radius: 0 0 8px 8px;
    border: solid 1px #d4d4d4;
    border-top: none;
}

.upcoming-training-left ul li a.up-icon-00 {
    background-image: url("../images/upcoming_training_icon_r01.png");
    background-color: #fff;
    background-position: 20px center;
    background-repeat: no-repeat;
    background-size: 30px auto;
    padding: 15px 0 15px 60px;
}

.upcoming-training-left ul li a.up-icon-00.active {
    background-image: url("../images/upcoming_training_icon_w01.png");
    background-color: #AD132D;
    background-position: 20px center;
    background-repeat: no-repeat;
    background-size: 30px auto;
    padding: 15px 35px 15px 60px;
}

.upcoming-training-left ul li a.up-icon-01 {
    background-image: url("../images/upcoming_training_icon_r02.png");
    background-color: #fff;
    background-position: 20px center;
    background-repeat: no-repeat;
    background-size: 30px auto;
    padding: 15px 0 15px 60px;
}

.upcoming-training-left ul li a.up-icon-01.active {
    background-image: url("../images/upcoming_training_icon_w02.png");
    background-color: #AD132D;
    background-position: 20px center;
    background-repeat: no-repeat;
    background-size: 30px auto;
    padding: 15px 35px 15px 60px;
}

.upcoming-training-left ul li a.up-icon-02 {
    background-image: url("../images/upcoming_training_icon_r03.png");
    background-color: #fff;
    background-position: 20px center;
    background-repeat: no-repeat;
    background-size: 30px auto;
    padding: 15px 0 15px 60px;
}

.upcoming-training-left ul li a.up-icon-02.active {
    background-image: url("../images/upcoming_training_icon_w03.png");
    background-color: #AD132D;
    background-position: 20px center;
    background-repeat: no-repeat;
    background-size: 30px auto;
    padding: 15px 35px 15px 60px;
}

.upcoming-training-left ul li a.up-icon-03 {
    background-image: url("../images/upcoming_training_icon_r04.png");
    background-color: #fff;
    background-position: 20px center;
    background-repeat: no-repeat;
    background-size: 30px auto;
    padding: 15px 0 15px 60px;
}

.upcoming-training-left ul li a.up-icon-03.active {
    background-image: url("../images/upcoming_training_icon_w04.png");
    background-color: #AD132D;
    background-position: 20px center;
    background-repeat: no-repeat;
    background-size: 30px auto;
    padding: 15px 35px 15px 60px;
}

.upcoming-training-left ul li a.up-icon-04 {
    background-image: url("../images/upcoming_training_icon_r05.png");
    background-color: #fff;
    background-position: 20px center;
    background-repeat: no-repeat;
    background-size: 30px auto;
    padding: 15px 0 15px 60px;
}

.upcoming-training-left ul li a.up-icon-04.active {
    background-image: url("../images/upcoming_training_icon_w05.png");
    background-color: #AD132D;
    background-position: 20px center;
    background-repeat: no-repeat;
    background-size: 30px auto;
    padding: 15px 35px 15px 60px;
}

.upcoming-training-left ul li a.up-icon-05 {
    background-image: url("../images/upcoming_training_icon_r06.png");
    background-color: #fff;
    background-position: 20px center;
    background-repeat: no-repeat;
    background-size: 30px auto;
    padding: 15px 0 15px 60px;
}

.upcoming-training-left ul li a.up-icon-05.active {
    background-image: url("../images/upcoming_training_icon_w06.png");
    background-color: #AD132D;
    background-position: 20px center;
    background-repeat: no-repeat;
    background-size: 30px auto;
    padding: 15px 35px 15px 60px;
}

.upcoming-training-box {
    background: #fff;
    border-radius: 10px;
    box-shadow: 3px 3px 9px #ddd;
    padding: 15px 35px;
    font-size: 12px;
    color: #838383;
}

.upcoming-training-box h3 {
    font-size: 20px;
    color: #000;
}

.upcoming-training-box .cpd-hr-cate {
    margin: 3px 3px 3px 0;
    display: inline-block;
}

.upcoming-date-box {
    background: #A8A8A8;
    color: #fff;
    text-align: center;
    width: 80px;
    height: 80px;
    border-radius: 200px;
    padding-top: 16px;
    text-shadow: 3px 3px 6px #777;
    line-height: 25px;
}

.upcoming-d {
    font-size: 30px;
    font-weight: bold;
}

.upcoming-m {
    font-size: 20px;
    font-weight: bold;
}

.upcoming-ecpd {
    font-size: 26px;
    font-weight: bold;
    margin-top: 12px;
}

.upcoming-training-box .cate {
    background: url("../images/cpd_cate_icon.png") left no-repeat;
    padding: 5px 0 5px 28px;
    background-size: 22px;
}

.upcoming-training-box .price {
    background: url("../images/cpd_price_icon.png") left no-repeat;
    padding: 5px 0 5px 28px;
    background-size: 22px;
}

.upcoming-training-box a.btn {
    padding: 8px 15px;
    font-size: 15px;
}

.upcoming-more a {
    color: #AD132D;
    font-size: 12px;
    text-decoration: underline;
    background: url("../images/red_arrow.png") right no-repeat;
    background-size: auto 7px;
    padding-right: 10px;
}

.grey-color-text {
    color: #838383;
}

.home-trend-and-insight {
    padding: 50px 0;
}

.trend-and-insight-box {
    width: 100%;
    height: 100%;
    background: #F9F9F9;
    border-radius: 10px;
    box-shadow: 3px 3px 9px #ccc;
    text-align: center;
    padding: 25px 15px;
    cursor: pointer;
    transition: all 0.3s ease 0s;
}

.trend-and-insight-box:hover {
    opacity: 0.5;
}

.trend-and-insight-box h5 {
    color: #000;
    font-size: 17px;
    margin: 0;
}

.trend-and-insight-box img {
    height: 60px;
    margin-bottom: 15px;
}

.footer {
    background: #606060;
    padding: 50px 0;
    color: #fff;
}

.footer.contactus-area {
    background: none !important;
    padding: 0 0 50px 0;
    color: #000;
}

.footer.contactus-area a {
    color: #000;
}

.footer input[type="text"], .footer input[type="tel"], .footer input[type="email"] {
    width: 100%;
    height: 40px;
    border: solid 1px #E2E2E2;
    resize: none;
    outline: none;
    padding: 15px;
    border-radius: 8px;
}

.footer textarea {
    width: 100%;
    height: 160px;
    border: solid 1px #E2E2E2;
    resize: none;
    outline: none;
    padding: 15px;
    border-radius: 8px;
}

.footer.contactus-area input[type="text"], .footer.contactus-area input[type="tel"], .footer.contactus-area input[type="email"] {
    width: 100%;
    height: 40px;
    border: solid 1px #E2E2E2;
    resize: none;
    outline: none;
    padding: 15px;
    border-radius: 8px;
    background: #F2F2F2;
}

.footer.contactus-area textarea {
    width: 100%;
    height: 160px;
    border: solid 1px #E2E2E2;
    resize: none;
    outline: none;
    padding: 15px;
    border-radius: 8px;
    background: #F2F2F2;
}

.footer.contactus-area input[type="submit"] {
    padding: 12px 20px;
    background: #AD132D;
    color: #fff;
    font-weight: bold;
    transition: all 0.3s ease 0s;
    border: none;
    resize: none;
    outline: none;
    cursor: pointer;
    border-radius: 10px;
    box-shadow: 3px 3px 6px #ccc;
}

.footer.contactus-area input[type="submit"]:hover {
    opacity: 0.75;
}

.footer input[type="submit"] {
    padding: 12px 20px;
    background: #AD132D;
    color: #fff;
    font-weight: bold;
    transition: all 0.3s ease 0s;
    border: none;
    resize: none;
    outline: none;
    cursor: pointer;
    border-radius: 10px;
    box-shadow: 3px 3px 6px #333;
}

.footer input[type="submit"]:hover {
    opacity: 0.75;
}

.footer a {
    color: #fff;
    text-decoration: none;
}

.footer-bar {
    background: #000;
    color: #fff;
    padding: 15px 0;
    font-size: 12px;
}

.footer-bar a {
    color: #fff;
    text-decoration: none;
}

.footer-icon01 {
    background-image: url("../images/footer_icon_01.png");
    background-repeat: no-repeat;
    background-position: left;
    background-size: 40px;
    padding: 15px 0 15px 50px;
    font-size: 16px;
}

.footer-icon02 {
    background-image: url("../images/footer_icon_02.png");
    background-repeat: no-repeat;
    background-position: left;
    background-size: 40px;
    padding: 15px 0 15px 50px;
    font-size: 16px;
}

.footer-icon03 {
    background-image: url("../images/footer_icon_03.png");
    background-repeat: no-repeat;
    background-position: left;
    background-size: 40px;
    padding: 15px 0 15px 50px;
    font-size: 16px;
}

.footer-icon04 {
    background-image: url("../images/footer_icon_04.png");
    background-repeat: no-repeat;
    background-position: left;
    background-size: 40px;
    padding: 15px 0 15px 50px;
    font-size: 16px;
}

.footer.contactus-area iframe {
    width: 100%;
    height: 300px;
    box-shadow: 2px 2px 6px #ccc;
}

.training-box-line {
    width: 100%;
    height: 1px;
    background: #ddd;
    margin: 20px 0 15px 0;
}

.subpage-banner {
    width: 100%;
    height: 270px;
    background-size: cover;
    background-position: center;
    box-shadow: 2px 2px 6px #ccc;
}

.subpage-banner .row {
    height: 270px;
}

.subpage-banner h2 {
    text-shadow: 2px 2px 6px #ddd;
}

.page-path {
    padding: 50px 0;
}

.page-path a {
    color: #6C6C6C;
    text-decoration: none;
}

.page-path a.this {
    color: #A02732;
    font-weight: bold;
}

.aboutus-part-01 {
    padding: 0 0 50px 0;
}

.small-text {
    font-size: 12px;
    color: #A02732;
}

.subpage-area {
    width: 100%;
    color: #606060;
}

.subpage-area img.have-shadow {
    box-shadow: 3px 3px 9px #ccc;
}

.subpage-area p {
    margin-top: 25px;
}

.subpage-area h3 {
    color: #2F2F2F;
    font-size: 25px;
}

.subpage-area h4 {
    color: #2F2F2F;
    font-size: 29px;
    font-weight: bold;
    background-image: url("../images/red_box.png");
    background-position: left;
    background-repeat: no-repeat;
    padding-left: 23px;
}

::-webkit-input-placeholder {
    color: #ccc;
}

:-ms-input-placeholder {
    color: #ccc;
}

::placeholder {
    color: #ccc;
}

.aboutus-part-02 {
    padding: 50px 0;
    background: #F8F8F8;
}

.re-media-box {
    padding: 10px 15px 15px 15px;
    color: #fff;
    background: #000;
    text-align: center;
    position: fixed;
    left: 0;
    bottom: -100px;
    width: 100%;
    transition: all 0.3s ease 0s;
    opacity: 0;
    z-index: 2000;
}

.re-menu.show .re-media-box {
    bottom: 0;
    opacity: 1;
}

.aboutus-part-03 {
    padding: 50px 0;
    background: #fff;
}

.subpage-area .aboutus-part-03 h4 {
    color: #2F2F2F;
    font-size: 29px;
    font-weight: bold;
    background-image: url("../images/red_line.png");
    background-position: left bottom;
    background-repeat: no-repeat;
    padding-left: 0;
    padding-bottom: 10px;
}

.subpage-area ul {
    margin-top: 35px;
    margin-left: -25px !important;
}

.subpage-area ul li {
    margin: 8px 0;
}

.subpage-area ul.ulli-icon li {
    background-image: url("../images/ul_li_icon.png");
    background-position: left center;
    background-repeat: no-repeat;
    background-size: 20px 20px;
    list-style: none;
    margin: 5px 0 5px -15px !important;
    padding: 5px 0 5px 35px;
}

.aboutus-courses-group {
    box-shadow: 2px 2px 8px #ccc;
}

.aboutus-courses-title {
    background: #F8F8F8;
    color: #A02732;
    font-size: 20px;
    font-weight: bolder;
    padding: 15px 60px 15px 25px;
    position: relative;
    z-index: 200;
    cursor: pointer;
    border-bottom: solid 1px #e3e3e3;
    background-image: url("../images/arrow_icon_2.png");
    background-repeat: no-repeat;
    background-position: right 20px center;
    background-size: 18px auto;
}

.aboutus-courses-title.active {
    background-image: url("../images/arrow_icon.png");
    background-repeat: no-repeat;
    background-position: right 20px center;
    background-size: 18px auto;
}

.aboutus-courses-title h5 {
    margin: 0;
    font-weight: bolder !important;
}

.aboutus-courses-text {
    padding: 15px 25px;
    position: relative;
    z-index: 100;
    display: none;
}

.aboutus-courses-text.active {
    display: block;
}

.aboutus-part-04 {
    padding: 0 0 50px 0;
}

.footer-logo {
    width: 400px;
}

.courses-area {
    padding: 0 0 50px 0;
}

.courses-menu {
    box-shadow: 3px 3px 9px #ddd;
}

.courses-menu-card h3 {
    background: #606060;
    font-size: 20px;
    color: #fff;
    margin-bottom: 0;
}

.courses-menu input[type="text"] {
    border: solid 1px #ccc;
    padding: 10px 15px 10px 50px;
    outline: none;
    font-size: 12px;
    font-weight: bold;
    color: #777;
    width: 100%;
    background-image: url("../images/search_icon.png");
    background-repeat: no-repeat;
    background-position: 15px center;
    border-radius: 5px;
}

.courses-menu input[type="text"]::-webkit-input-placeholder {
    color: #777;
}

.courses-menu input[type="text"]:-ms-input-placeholder {
    color: #777;
}

.courses-menu input[type="text"]::placeholder {
    color: #777;
}

.subpage-area select {
    width: 100%;
    padding: 3px 6px;
    outline: none;
    font-size: 14px;
    border: solid 1px #ccc;
    border-radius: 5px;
    color: #777;
}

.courses-menu label {
    cursor: pointer;
    margin: 2px 0;
}

.courses-menu input[type='checkbox'] {
    margin-right: 5px;
    width: 10px;
    height: 10px;
}

.courses-menu input[type='checkbox']:after {
    width: 14px;
    height: 14px;
    top: -4px;
    left: 0;
    position: relative;
    background-color: #ffffff;
    content: '';
    display: inline-block;
    visibility: visible;
    border: 1px solid #ccc;
    border-radius: 2px;
}

.courses-menu input[type='checkbox']:checked:after {
    width: 14px;
    height: 14px;
    top: -4px;
    left: 0;
    position: relative;
    background-size: 10px auto;
    background-repeat: no-repeat;
    background-position: 1px 2px;
    background-color: #AD132D;
    content: '';
    display: inline-block;
    visibility: visible;
    border: 1px solid #AD132D;
    background-image: url("../images/check_mark_icon.png");
    border-radius: 2px;
}

.page-item.active .page-link {
    background-color: #AD132D;
    border-color: #AD132D;
}

.page-link {
    font-size: 12px;
    color: #AD132D;
}

.pagination {
    margin-top: 0 !important;
}

.page-link:hover {
    color: #AD132D;
}

ul.pagination {
    margin-left: 0 !important;
}

.re-courses-menu {
    display: block;
    right: -100%;
    top: 0;
    width: 100%;
    height: 100%;
    overflow-y: auto;
    background: #fff;
    z-index: 2500;
    position: fixed;
    transition: all 0.3s ease 0s;
}

.re-courses-menu.active {
    right: 0;
}

.re-courses-menu::-webkit-scrollbar {
    width: 8px;
}

.re-courses-menu::-webkit-scrollbar-track {
    background: #eeeeee;
}

.re-courses-menu::-webkit-scrollbar-thumb {
    background: #AD132D;
}

.re-courses-menu::-webkit-scrollbar-thumb:hover {
    background: #AD132D;
}

.re-courses-menu a.btn {
    width: 100%;
    color: #fff;
}

img.filter-icon {
    position: fixed;
    right: 65px;
    top: 19px;
    height: 28px;
    z-index: 2000;
    box-shadow: none !important;
}

.re-courses-menu-area {
    width: 100%;
    margin: 0 auto 65px auto;
}

img.close-re-courses-menu {
    display: none;
}

img.close-re-courses-menu.active {
    display: block;
    box-shadow: none !important;
    position: fixed;
    right: 0;
    top: 0;
    background: #fff;
    padding: 5px;
    box-shadow: 3px -3px 9px #777 !important;
}

.courses-details-right {
    box-shadow: 3px 3px 9px #ccc;
    border-radius: 5px;
    padding: 15px 25px;
    border-top: solid 5px #AD132D;
    font-size: 16px;
}

.courses-details-right ul {
    list-style: none;
    margin: 0;
    margin-left: -35px !important;
}

.cd-title {
    color: #AD132D;
    font-weight: bold;
    margin: 18px 0 0 0 !important;
    font-size: 20px;
    padding: 0 0 0 30px;
    background-repeat: no-repeat;
    background-position: left center;
    background-size: 22px 22px;
}

.cd-title.cd-icon-01 {
    background-image: url("../images/cd_icon_01.png");
}

.cd-title.cd-icon-02 {
    background-image: url("../images/cd_icon_02.png");
}

.cd-title.cd-icon-03 {
    background-image: url("../images/cd_icon_03.png");
}

.cd-title.cd-icon-04 {
    background-image: url("../images/cd_icon_04.png");
}

.cd-title.cd-icon-05 {
    background-image: url("../images/cd_icon_05.png");
}

.cd-title.cd-icon-06 {
    background-image: url("../images/cd_icon_06.png");
}

.cd-title.cd-icon-07 {
    background-image: url("../images/cd_icon_07.png");
}

.cd-text {
    margin: 5px 0 18px 0 !important;
    color: #000;
}

.learn {
    margin-bottom: 15px;
}

.learn a {
    color: #A02732;
    font-size: 12px;
    text-decoration: underline;
}

.courses-details-left {
    color: #000;
    font-size: 16px;
}

.courses-details-left h3 {
    margin-bottom: 15px;
}

.cd-left-title {
    position: relative;
    display: inline-block;
    overflow: hidden !important;
    padding-right: 35px;
    margin: 15px 0;
}

.cd-left-title h5 {
    padding: 8px 52px 8px 12px;
    margin: 0;
    color: #fff;
    display: inline-block;
    font-size: 20px;
    font-weight: bold;
    display: inline-block !important;
}

.cd-left-title h5.red-text {
    background: #A02732;
}

.cd-left-title h5.black-text {
    background: #000;
}

.cd-left-title .triangle-box {
    width: 40px;
    height: 100%;
    position: absolute;
    overflow: hidden;
    top: 0;
    right: 0;
}

.cd-left-title .red-triangle {
    width: 40px;
    height: 500px;
    transform: rotate(25deg);
    background: #a02731;
    position: absolute;
    z-index: 20;
    right: 96px;
    top: -50px;
}

.cd-left-title .black-triangle {
    width: 40px;
    height: 500px;
    transform: rotate(25deg);
    background: #000;
    position: absolute;
    z-index: 20;
    right: 96px;
    top: -50px;
}

.cd-left-title .white-triangle {
    width: 100%;
    height: 100%;
    position: absolute;
    z-index: 10;
    background: #fff;
    right: 0;
    top: 0;
}

.courses-details-left ul {
    margin-top: 25px !important;
    margin-bottom: 25px !important;
    margin-left: -5px !important;
}

.courses-details-left ul li {
    list-style-type: decimal;
}

.filter-btn {
    background-color: #777;
    border-radius: 5px;
    color: #fff;
    background-image: url("../images/filter_icon_2.png");
    background-position: right 11px center;
    background-repeat: no-repeat;
    background-size: 26px auto;
    padding: 8px 45px 8px 10px;
    display: inline-block;
    cursor: pointer;
    font-size: 16px;
}

.contactus-area {
    padding: 0 0 50px 0;
}

.recruit-area {
    padding: 0 0 50px 0;
    font-size: 16px;
    color: #000;
}

.recruit-card {
    box-shadow: 3px 3px 9px #ccc;
    padding: 25px;
    border-radius: 10px;
    color: #000;
    margin-bottom: 25px;
}

.recruit-card h5 {
    font-weight: bolder;
    margin: 0;
    font-size: 19px;
}

.recruit-area h6 {
    font-size: 19px;
    font-weight: bolder;
    color: #A02732;
    margin: 25px 0 5px 0;
}

.recruit-area p {
    margin: 0 0 25px 0;
}

.progress-bar-area {
    background: #f1f1f1;
    border-radius: 40px;
    padding: 15px;
    margin-top: 35px;
}

.progress-box {
    color: #C3C3C3;
    background-image: url("../images/progress_off.png");
    background-position: left center;
    background-repeat: no-repeat;
    background-size: 40px 40px;
    padding-left: 55px;
    margin: 5px 10px;

    position: relative;
}

.progress-box.done {
    color: #AD132D;
    background-image: url("../images/progress_on.png");
}

.progress-box:after {
    content: '';
    position: absolute;
    right: -35px;
    top: 50%;
    margin-top: -2px;
    width: 20px;
    height: 4px;
    background: #ccc;
    border-radius: 5px;
}

.progress-box.no-after:after {
    display: none;
}

.progress-box .progress-step {
    font-weight: bolder;
    font-size: 18px;
}

.progress-box .progress-title {
    font-size: 16px;
}

.enrollment-area {
    padding: 0 0 50px 0;
}

.enrollment-area h5 {
    font-weight: bolder;
    font-size: 21px;
    color: #000;
}

.enrollment-area p {
    color: #999999;
}

.course-detail-table {
    width: 100%;
    display: table;
}

.course-detail-table .row {
    display: table-row;
}

.course-detail-table h6 {
    margin: 0;
    font-weight: bolder;
}

.course-detail-table .bg-color-1 {
    width: 20%;
    background: #989898;
    color: #fff;
    font-weight: bolder;
    padding: 15px;
    border-right: solid 2px #fff;
    border-bottom: solid 4px #fff;
    display: table-cell;
    vertical-align: middle;
    text-align: center;
}

.course-detail-table .bg-color-2 {
    width: 80%;
    background: #E6E6E6;
    color: #000;
    padding: 15px;
    border-left: solid 2px #fff;
    border-bottom: solid 4px #fff;
    display:table-cell;
    vertical-align: middle;
}

.course-detail-table .row:last-child .bg-color-1 {
    border-bottom: none;
}

.course-detail-table .row:last-child .bg-color-2 {
    border-bottom: none;
}

.course-detail-table .row:first-child .bg-color-1 {
    border-radius: 5px 0 0 0;
}

.course-detail-table .row:first-child .bg-color-2 {
    border-radius: 0 5px 0 0;
}

.course-detail-table .row:last-child .bg-color-1 {
    border-radius: 0 0 0 5px;
}

.course-detail-table .row:last-child .bg-color-2 {
    border-radius: 0 0 5px 0;
}

.application-form-area {
    margin-top: 35px;
}

.application-form-area p {
    margin: 35px 0 0 0;
}

.application-form-area h5 {
    margin: 0;
}

.application-form-area h6 {
    font-size: 17px;
    color: #000;
}

.application-form-area input[type="text"],
.application-form-area input[type="email"],
.application-form-area input[type="number"] {
    width: 100%;
    height: 60px;
    background: #F2F2F2;
    border-radius: 5px;
    border: none;
    padding: 0 15px;
    outline: none;
}

.application-form-area select {
    width: 100%;
    height: 60px;
    background: #F2F2F2;
    border-radius: 5px;
    border: none;
    outline: none;
}

.application-form-area input[type='checkbox'] {
    margin-right: 5px;
    width: 10px;
    height: 10px;
}

.application-form-area input[type='checkbox']:after {
    width: 14px;
    height: 14px;
    top: -4px;
    left: 0;
    position: relative;
    background-color: #ffffff;
    content: '';
    display: inline-block;
    visibility: visible;
    border: 1px solid #ccc;
    border-radius: 2px;
}

.application-form-area input[type='checkbox']:checked:after {
    width: 14px;
    height: 14px;
    top: -4px;
    left: 0;
    position: relative;
    background-size: 10px auto;
    background-repeat: no-repeat;
    background-position: 1px 2px;
    background-color: #AD132D;
    content: '';
    display: inline-block;
    visibility: visible;
    border: 1px solid #AD132D;
    background-image: url("../images/check_mark_icon.png");
    border-radius: 2px;
}

.courses-enroll {
    width: 100%;
    background: #fff;
    position: fixed;
    left: 0;
    bottom: 0;
    z-index: 1200;
    border-top: solid 1px #ccc;
}

.course-detail-area {
    margin-top: 35px;
}

.payment-method-area {
    margin-top: 35px;
}







[type="radio"]:checked,
[type="radio"]:not(:checked) {
    position: absolute;
    left: -9999px;
}
[type="radio"]:checked + label,
[type="radio"]:not(:checked) + label
{
    position: relative;
    padding-left: 28px;
    cursor: pointer;
    line-height: 20px;
    display: inline-block;
    color: #666;
}
[type="radio"]:checked + label:before,
[type="radio"]:not(:checked) + label:before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 18px;
    height: 18px;
    border: 1px solid #ccc;
    border-radius: 100%;
    background: #fff;
}
[type="radio"]:checked + label:after,
[type="radio"]:not(:checked) + label:after {
    content: '';
    width: 10px;
    height: 10px;
    background: #AD132D;
    position: absolute;
    top: 4px;
    left: 4px;
    border-radius: 100%;
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease;
}
[type="radio"]:not(:checked) + label:after {
    opacity: 0;
    -webkit-transform: scale(0);
    transform: scale(0);
}
[type="radio"]:checked + label:after {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
}

.offline-payment-box {
    display: none;
    background: #F2F2F2;
    padding: 25px;
    color: #000;
    border-radius: 5px;
    margin-top: 15px;
}

.offline-payment-box a {
    color: #AD132D;
    text-decoration: underline;
}
