@import url('https://fonts.googleapis.com/css2?family=Open+Sans&display=swap');
@import url('https://fonts.googleapis.com/css2?family=EB+Garamond:ital@1&family=Poppins:wght@400;500;700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Inter:wght@600&display=swap');


@font-face {
    font-family: 'Frutiger LT';
    src: url('fonts/Frutiger LT 55 Roman.eot');
    src: local('Ã¢ËœÂº'), url('fonts/Frutiger LT 55 Roman.woff') format('woff'), url('fonts/Frutiger LT 55 Roman.ttf') format('truetype'), url('fonts/Frutiger LT 55 Roman.svg') format('svg');
    font-weight: 400;
    font-style: normal;
}
@font-face {
    font-family: 'Frutiger LT';
    src: url('fonts/Frutiger LT 65 Bold.eot');
    src: local('Ã¢ËœÂº'), url('fonts/Frutiger LT 65 Bold.woff') format('woff'), url('fonts/Frutiger LT 65 Bold.ttf') format('truetype'), url('fonts/Frutiger LT 65 Bold.svg') format('svg');
    font-weight: 700;
    font-style: normal;
}
@font-face {
    font-family: 'Frutiger LT italic';
    src: url('fonts/Frutiger LT 58 Condensed Italic.eot');
    src: local('Ã¢ËœÂº'), url('fonts/Frutiger LT 58 Condensed Italic.woff') format('woff'), url('fonts/Frutiger LT 58 Condensed Italic.ttf') format('truetype'), url('fonts/Frutiger LT 58 Condensed Italic.svg') format('svg');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'Frutiger LT';
    src: url('fonts/Frutiger LT 45 Light.eot');
    src: local('Ã¢ËœÂº'), url('fonts/Frutiger LT 45 Light.woff') format('woff'), url('fonts/Frutiger LT 45 Light.ttf') format('truetype'), url('fonts/Frutiger LT 45 Light.svg') format('svg');
    font-weight: 300;
    font-style: normal;
}
/** Generated by FG **/
 
html {
    height: 100%;
}
body {
    color: #231F20;
    font-family: 'Frutiger LT';
    font-weight: 400;
    font-size: 19px;
    line-height: 1.47;
    min-height: 100%;
}
a {
    color: #AE2573;
    text-decoration: none;
}
.btn, .btn:focus {
    text-decoration: none;
}
a:hover,a:focus {
    color: #AE2573;
    text-decoration: underline;
}
p:last-child,
ul:last-child {
    margin-bottom: 0;
}
ul li a {
    color: #AE2573;
}

img { max-width: 100%; height: auto }

/* skip to main content link */
#skippy {
    display: block;
    padding: 1em;
    color: #fff;
    background-color: #005EB8;
    outline: 0;
    text-align: center;
    font-size: 16px;
    text-decoration: none;
}
#skippy .skiplink-text {
    padding: .5em;
    outline: 1px dotted;
}


/* =================================================================================
    site heading css
================================================================================= */
h1, h2, h3, h4, h5, h6 {
    font-weight: bold;
    color: #231F20;
}
h1 {
    font-size: 40px;
    line-height: 46px;
    margin-bottom: 10px;
    font-family: 'Poppins', sans-serif;
}
h2 {
    font-size: 40px;
    line-height: 46px;
    margin-bottom: 40px;
    font-family: 'Poppins', sans-serif;
}
h3 {
    font-size: 32px;
    line-height: 38px;
    margin-bottom: 10px;
    font-family: 'Poppins', sans-serif;
}
h4 {
   font-size: 26px;
   line-height: 34px; 
   margin-bottom: 5px;
   font-family: 'Poppins', sans-serif;
}
h5 {
    font-size: 20px;
    line-height: 28px;
    font-family: 'Poppins', sans-serif;
}
h6 {
    font-size: 18px;
    line-height: 24px;
    margin-bottom: 8px;
    font-family: 'Poppins', sans-serif;
}
hr {
    border-top-width: 2px;
    margin-top: 30px;
    margin-bottom: 30px;
}

/* =================================================================================
    spacing
================================================================================= */
.mb-30 {
    margin-bottom: 30px;
}
.mb-10 {
    margin-bottom: 10px;
}
.mt-30 {
    margin-top: 30px;
}
.mt-10 {
    margin-top: 10px !important;
}


/* =================================================================================
    BUTTONS
================================================================================= */
.btn {
    border-radius: 25px;
    display: inline-block;
    font-size: 15px;
    font-weight: 600;
    line-height: 22px;
    padding: 15px 30px 14px;
    border: 1.5px solid #E8EDEE;
    font-family: 'Inter', sans-serif; 
}
.btn > svg {
    margin-left: 9px;
    font-size: 14px;
}
.btn.btn-outline {
    border: 1.5px solid rgba(118, 134, 146, 0.25);
}
.btn.btn-outline:hover,
.btn.btn-outline:focus {
    border-color: #005EB8;
    background-color: #005EB8;
    color: #fff;
}
.btn.btn-outline-dark {
    border: 1.5px solid #231F20;
}
.btn.btn-outline-dark:hover,
.btn.btn-outline-dark:focus {
    border-color: #231F20;
    background-color: #231F20;
    color: #fff;
}
.btn.btn-outline-white {
    border-color: #fff;
    color: #FFFFFF;
}
.btn.outlin-btn.bg-white:hover {
    background: transparent !important;
    color: #fff;
}

/* btns size */
.btn.btn-md {
    font-size: 14px;
    line-height: 22px;
    padding: 5.5px 16px;
    font-weight: 500;
}

/* btns color */
.btn-blue,
.resources-description .btn-purple {
    background: #005EB8;
    color: #FFFFFF;
    border-color: #005EB8;
}
.btn-blue:hover,
.btn-blue:focus,
.resources-description .btn-purple:hover,
.resources-description .btn-purple:focus {
    background: #076AC9;
    color: #FFFFFF;
    border-color: #076AC9;
}
.btn-white {
    background-color: #FFFFFF;
    color: #AE2573;
    border-color: #fff;
}
.btn-white:hover, .btn-white:focus {
    background-color: transparent;
    border-color: #FFFFFF;
    color: #ffffff;
}
.btn-pink {
    background-color: #AE2573;
    border-color: #AE2573;
    color: #fff;
}
.btn-pink:hover,
.btn-pink:focus {
    background-color: #c3408a;
    border-color: #c3408a;
    color: #fff;
}
.btn-transparent {
    color: #AE2573;
    background-color: transparent;
    border-color: transparent;
}


/* =================================================================================
    site colours
================================================================================= */
.bg-green {
    background-color: #00A499;
}
.bg-pink {
    background-color: #AE2573;
}
.bg-blue {
    background-color: #005EB8;
}
.bg-blue * {
    color: #fff;
}
.light-grey-bg {
    background-color: #F6FBFC;
}

/* text color */
.text-pink {
    color: #AE2573;
}
.nhs-blue {
    color: #005EB8 !important; 
}
.text-white {
    color: #fff;
}
.text-white h1, 
.text-white h2, 
.text-white h3, 
.text-white h4, 
.text-white h5, 
.text-white h6, 
.text-white p {
    color: #fff;
}


/* =================================================================================
    Pagination
================================================================================= */
.pagination-box {
    margin: 0;
}
.pagination-box:last-child {
    padding-bottom: 0px;
}
.pagination-box ul {
    padding: 0;
   -webkit-justify-content: center;
   justify-content: center;
    padding-bottom: 0;
}
.pagination-box .pagination li a {
    font-size: 15px;
    line-height: 22px;
    padding: 20px 20px 17px;
    text-decoration: none;
    color: #425563;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    -webkit-justify-content: center;
    justify-content: center;
}
.pagination-box .pagination li.active a {
    background-color: #f3f3f3;
    border-radius: 8px;
    box-shadow: none;
}
@media screen and (max-width: 767px) {
    ul.pagination {
        margin-top: 0;
    }
    .search-with-pagging .content-search-wrap {
        margin-bottom: 10px;
    }
    .search-with-pagging .pagination {
        margin-bottom: 20px;
    }
}

/* =================================================================================
    breadcrumb
================================================================================= */
.breadcrumb {
    margin: 0 auto;
    padding: 0;
}
.breadcrumb-box {
    background-color: #FFFFFF;
    box-shadow: 0px 1px 0px rgba(118, 134, 146, 0.07);
    padding: 11px 0px 8px;
    position: relative;
    z-index: 2;
}
.breadcrumb li.breadcrumb-item {
    font-size: 13px;
    font-weight: normal;
    line-height: 20px;
    color: #231F20;
    padding-right: 10px;
    display: inline-block;
}
.breadcrumb .breadcrumb-item + .breadcrumb-item {
    padding-left: 0px;
}
.breadcrumb .breadcrumb-item + .breadcrumb-item:before {
    display: none;
}
.breadcrumb li.breadcrumb-item img {
    margin-right: 10px;
    vertical-align: baseline;
    float: left;
    margin-top: 4px;
}
.breadcrumb li.breadcrumb-item a {
    color: #768692;
}
.breadcrumb li.breadcrumb-item a:hover {
    color: #005EB8;
}
.breadcrumb li.breadcrumb-item:last-child {
    padding-right: 0;
}


/* =================================================================================
    Admin top nav start 
================================================================================= */
.topnav-wrapper {
    background-color: #0072C6;
    font-family: 'Open Sans', sans-serif;
    padding: 8px 0;
    position: relative;
    z-index: 999;
}
.topnav-wrapper a {
    text-decoration: none;
}
.topnav-wrapper .dropdown > a {
    position: relative;
}
.topnav-wrapper .dropdown > a:after {
    background-image: url('images/icon_dropdown.svg');
    background-repeat: no-repeat;
    background-position: right center;
    content: '';
    position: absolute;
    right: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform:    translateY(-50%);
    -ms-transform:     translateY(-50%);
    -o-transform:      translateY(-50%);
    transform:         translateY(-50%);
    height: 5px;
    width: 8px;
}
.topnav-wrapper .dropdown.open > a:after {
    -webkit-transform: translateY(-50%) rotate(180deg);
    -moz-transform:    translateY(-50%) rotate(180deg);
    -ms-transform:     translateY(-50%) rotate(180deg);
    -o-transform:      translateY(-50%) rotate(180deg);
    transform:         translateY(-50%) rotate(180deg);
}
.topnav-wrapper .topnav-dropdown {
    background-color: #FFFFFF;
    box-shadow: 0px 14px 28px rgba(0, 0, 0, 0.12);
    border-radius: 12px;
    margin-top: -6px;
    padding: 15px 5px;
    top: 35px;
    border: none;
    font-size: 14px;
}
.topnav-wrapper .topnav-dropdown li {
    display: block;
}
.topnav-wrapper .topnav-dropdown li a {
    border-radius: 6px;
    color: #1D1D1F;
    padding: 9px 15px;
    font-weight: normal;
    line-height: normal;
}
.topnav-wrapper .topnav-dropdown li:hover a {
    background-color: rgba(0, 114, 198, .1);
    color: #0072C6;
}
.topnav-wrapper .topnav-dropdown li:hover a svg path[fill] {
    fill: #0072C6;
}
.topnav-wrapper .topnav-dropdown li:hover a svg path[stroke] {
    stroke: #0072C6;
}
.topnav-wrapper .topnav-dropdown li.logout:hover a {
    background-color: rgba(255, 69, 58, .1);
    color: #FF453A;
}
.topnav-wrapper .topnav-dropdown li.logout:hover a svg path[stroke] {
    stroke: #FF453A;
}
.topnav-inner {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    width: 100%;
}
.topnav-inner > ul, .topnav-inner .topnav-middle {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    margin: 0;
}
.topnav-left, .topnav-right {
    width: 200px;
}
.topnav-left > li {
    display: block;
}
.topnav-left > li > a {
    display: block;
    padding: 0 17px 0 10px;
}
.topnav-middle > li > a {
    color: #FFFFFF;
    font-weight: normal;
    line-height: 22px;
    padding: 14px 0 12px;
    font-size: 14px;
}
.topnav-middle > .dropdown > a:before {
    content: "";
    height: 2px;
    width: 100%;
    background-color: #fff;
    position: absolute;
    bottom: -6px;
    opacity: 0;
}
.topnav-middle > .dropdown > a:hover:before {
    opacity: 1;
}
.topnav-middle > li ~ li {
    margin-left: 40px;
}
.topnav-middle > .dropdown > a {
    padding-right: 12px;
}
.topnav-middle > .dropdown > a:after {
    margin-top: 2px;
}
.topnav-right {
    -webkit-justify-content: flex-end;
    justify-content: flex-end;
}
.topnav-right > li > a {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    -webkit-justify-content: center;
    justify-content: center;
    padding: 0 6px;
}
.topnav-right > li.dropdown .topnav-dropdown {
    left: auto;
}
.search-nav {
    margin-right: 10px;
}
.notification-nav {
    margin-right: 6px;
}
.notification-nav a:after {
    display: none;
}
.notification-nav .count {
    background: #FF453A;
    box-shadow: 0px 1px 3px rgba(255, 69, 58, 0.45);
    border-radius: 50%;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    -webkit-justify-content: center;
    justify-content: center;
    color: #FFFFFF;
    font-size: 9px;
    font-weight: 600;
    line-height: 9px;
    position: absolute;
    top: 6px;
    right: 2px;
    height: 14px;
    width: 14px;
}
.notification-nav .topnav-dropdown {
    min-width: 411px;
    padding: 0;
    right: -14px;
}
.notification-nav-head {
    background-color: #FFFFFF;
    border-radius: 12px 12px 0px 0px;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    padding: 11px 15px;
}
.notification-nav-head h6 {
    color: rgba(120, 120, 128, 0.75);
    font-size: 12px;
    font-weight: 600;
    line-height: 16px;
    letter-spacing: 0.4px;
    margin: 0;
    text-transform: uppercase;
}
.notification-nav-head a {
    font-size: 12px;
    line-height: 20px;
    color: #005EB8;
}
.notification-new > h6,
.notification-earlier > h6 {
    font-size: 12px;
    font-weight: 600;
    line-height: 16px;
    letter-spacing: 0.4px;
    margin: 0;
    padding: 9px 15px;
    text-transform: uppercase;
}
.notification-new > h6 {
    background: rgba(0, 114, 198, 0.1);
    color: #0072C6;
}
.notification-earlier > h6 {
    background: rgba(120, 120, 128, 0.1);
    color: rgba(120, 120, 128, 0.75);
}
.notification-items {
    padding: 5px 0 5px 15px;
}
.topnav-wrapper .notification-nav .notification-item {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    padding: 10px 15px 10px 0;
}
.topnav-wrapper .notification-nav .notification-item a {
    border-radius: 0;
    line-height: 18px;
    padding: 0;
}
.topnav-wrapper .notification-nav .notification-item:hover a {
    background-color: transparent;
}
.notification-item:not(:last-child) {
    box-shadow: 0px 1px 0px rgba(120, 120, 128, 0.15);
}
.notification-user {
    margin-top: -2px;
    width: 22px;
}
.notification-content {
    padding-left: 10px;
    width: -webkit-calc(100% - 22px);
    width: -moz-calc(100% - 22px);
    width: calc(100% - 22px);
}
.notification-title {
    font-size: 13px;
    line-height: 18px;
}
.notification-title h6 {
    display: inline-block;
    font-size: 13px;
    font-weight: 600;
    line-height: 18px;
    margin: 0;
}
.notification-time {
    color: #787880;
    font-size: 11px;
    line-height: 18px;
}
.notification-all {
    background-color: #FFFFFF;
    box-shadow: 0px -1px 0px rgba(120, 120, 128, 0.15);
    border-radius: 0px 0px 12px 12px;
    margin-top: 5px;
    padding: 9px 0 10px;
    text-align: center;
}
.notification-all a {
    background-image: url(images/icon-notification-all.svg);
    background-repeat: no-repeat;
    background-position: right center;
    font-size: 12px;
    font-weight: normal;
    padding-right: 12px;
    color: #005EB8;
}
.topnav-right > .user-nav > a {
    padding: 0 6px;
}
.topnav-right > .user-nav > a img {
    border-radius: 50%;
    margin-right: 11px;
}
.topnav-right > .user-nav > a:after {
    right: 4px;
}
.user-nav .topnav-dropdown {
    min-width: 260px;
    right: -10px;
}
.user-nav-head {
    padding: 5px 15px 20px;
}
.user-nav-head h6 {
    font-weight: 600;
    margin: 0;
}
.user-nav-id {
    color: rgba(120, 120, 128, 0.75);
    font-size: 12px;
    line-height: 16px;
    letter-spacing: 0.4px;
    text-transform: uppercase;
}
.user-nav-freelancer {
    background: rgba(15, 159, 79, 0.12);
    border-radius: 4px;
    display: inline-block;
    color: #0F9F4F;
    font-size: 11px;
    font-weight: 600;
    line-height: 16px;
    letter-spacing: 0.4px;
    margin-top: 10px;
    padding: 2px 6px;
    text-transform: uppercase;
}
.user-nav .topnav-dropdown li ~ li:before {
    background-color: rgba(120, 120, 128, 0.15);
    content: '';
    display: block;
    margin: 4px auto;
    height: 1px;
    width: 230px;
}
.user-nav .topnav-dropdown li:last-child {
    margin-top: 12px;
}
.user-nav .topnav-dropdown li:last-child:before {
    display: none;
}
.user-nav .topnav-dropdown li a {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    padding: 0 12px;
}
.user-nav .topnav-dropdown li a .icon {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    -webkit-justify-content: center;
    justify-content: center;
    margin-right: 4px;
    height: 40px;
    width: 40px;
}
.user-nav .topnav-dropdown li a .icon img {
    margin: 0 auto;
}
/* latest bootsrap fix css */
body.loggedin {
    margin: 0;
}
.dropdown.open .dropdown-menu {
    display: block;
}
.topnav-wrapper h3 {
    margin: 0;
    color: #fff;
    font-size: 20px;
}
.topnav-wrapper .topnav-middle .dropdown li a, 
.topnav-wrapper .topnav-left .dropdown li a {
    width: 100%;
    display: inline-block;
    padding: 13px 15px 11px;
    font-size: 14px;
}
.topnav-wrapper .topnav-dropdown li a:hover {
    background-color: rgba(0, 114, 198, .1) !important;
    color: #0072C6;
}
.topnav-wrapper .btn, 
.topnav-wrapper a {
    -webkit-transition: color .35s ease-in-out, background .35s ease-in-out, border .35s ease-in-out;
    -moz-transition: color .35s ease-in-out, background .35s ease-in-out, border .35s ease-in-out;
    -o-transition: color .35s ease-in-out, background .35s ease-in-out, border .35s ease-in-out;
    transition: color .35s ease-in-out, background .35s ease-in-out, border .35s ease-in-out;
}
.topnav-wrapper > div {
    padding-top: 0;
    padding-bottom: 0;
}
/***** Top nav Search modal *****/
.modal-dialog {
    margin-top: 100px;
}
.modal .modal-sm {
    margin-bottom: 2em;
    margin-top: 4em;
    width: 424px;
    max-width: 100%;
    margin-right: auto;
    margin-left: auto;
}
.modal-dialog .modal-content {
    border-radius: 10px;
}
.modal-dialog .modal-header {
    padding: 40px 40px 10px;
}
.modal-dialog .modal-header .close {
    color: #000000;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    font-size: 14px;
    line-height: 22px;
    padding: 2px 8px;
    position: absolute;
    right: 15px;
    top: -18px;
    font-weight: normal;
    opacity: 1;
    background-color: #fff;
    border-radius: 5px;
}
.modal-dialog .modal-header .close span:first-child {
    font-size: 18px;
    font-weight: 300;
    line-height: 22px;
    margin-right: 5px;
    position: relative;
    top: 0;
}
.modal-dialog .modal-header .close span.sr-only {
    clip: inherit;
    font-size: 13px;
    line-height: 20px;
    margin: 0;
    position: relative;
    top: 1px;
    height: auto;
    width: auto;
}
.modal-dialog .modal-title {
    font-size: 17px;
    font-weight: bold;
    line-height: 24px;
    text-transform: capitalize;
    color: #1D1D1F;
}
.modal-dialog .modal-body {
    padding: 10px 40px 40px;
}
.modal-dialog .close:not(:disabled):not(.disabled):focus, 
.modal-dialog :not(:disabled):not(.disabled):hover {
    opacity: 1;
    outline: none;
}
/* subscrive modal */
.modal-dialog .modal-header.tb-p-20 {
    padding: 20px 40px 20px
}
@media screen and (max-width: 991px) {
    .topnav-wrapper div#nav-middle {
        background-color: #0072C6;
        padding: 0 20px;
        position: absolute;
        left: 0;
        top: 100%;
        width: 100%;
        z-index: 9999;
    }
    .topnav-left > li > a {
        padding-left: 0;
    }
    .topnav-wrapper h3 {
        font-size: 14px;
    }
    .topnav-wrapper button.navbar-toggler {
        padding: 0;
        border: none;
    }
    .topnav-wrapper button.navbar-toggler:focus {
        outline: none;
    }
    .topnav-wrapper li.dropdown.user-nav {
        margin-right: 5px;
        width: 46px;
    }
    .topnav-right > .user-nav > a:after {
        right: 2px;
    }
    .topnav-middle > li, .topnav-middle > li > a {
        display: block;
        width: 100%;
    }
    .topnav-middle > li > a {
        border-bottom: 1px solid #6ca7d3;
        margin-top: 0;
        padding: 12px 30px 10px 0 !important;
    }
    .topnav-middle > li ~ li {
        margin-left: 0;
    }
    .topnav-wrapper .topnav-middle li a {
        border-radius: 0;
        padding: 9px 20px;
        border-bottom: 1px solid #6ca7d3;
        color: #fff;
        font-size: 13px;
    }
    .topnav-wrapper .topnav-middle .topnav-dropdown {
        margin-top: 0;
        position: relative;
        width: 100%;
        background-color: transparent;
        box-shadow: none;
        border-radius: 0;
        padding: 0;
    }
}


/* =================================================================================
    login, resister screens css
================================================================================= */
/* Login */
.login-wrap {
    padding-bottom: 80px;
    padding-top: 40px;
}
.panel-login,
.subscribe-panel {
    padding: 30px;
}
.login-wrap p {
    margin-bottom: 0px;
}
.login-wrap p + p {
    margin-top: 10px;
}
.login-title-text {
    margin-bottom: 20px;
}
.login-btns {
    margin: -3px -3px 0;
}
.login-btns .btn {
    margin: 3px;
}
.form-group {
    margin-bottom: 20px;
}
.form-group label {
    font-size: 14px;
    line-height: 22px;
    margin-bottom: 4px;
}
.panel-login .btn {
    font-size: 14px;
    line-height: 22px;
    padding: 12px 24px;
}
.form-group input.form-control,
.form-group select.form-control {
    border: 1px solid rgba(118, 134, 146, 0.25);
    height: 46px;
    border-radius: 8px;
    padding-left: 20px;
    padding-right: 20px;
}
.form-group select.form-control {
    padding-right: 25px;
}
span.forgot-link {
    float: right;
    padding-right: 10px;
}
span.forgot-link a {
    color: #005EB8;
}
.form-group .error {
    padding-left: 0;
    position: relative;
    top: 5px;
    left: 0;
    font-size: 13px;
    color: #E93838;
}
.alert-danger ul {
    padding-left: 20px;
    margin-top: 10px;
}
.alert-danger {
    background-color: #E93838;
    border-color: #E93838;
    color: #fff;
    padding: 10px;
    font-size: 13px;
    letter-spacing: .5px;
}
.alert-danger ul {
    padding: 0;
    list-style: none;
}
.alert-danger ul li {
    padding-top: 5px;
    position: relative;
    padding-left: 10px;
}
.alert-danger ul li:last-child {
    margin-bottom: 0;
}
.alert-danger ul li + li {
    border-top: 1px solid #ff6f6f;
    padding-bottom: 5px;
}
.alert-danger ul li:before {
    content: "";
    position: absolute;
    top: 13px;
    left: 0;
    height: 3px;
    width: 3px;
    background-color: #fff;
    border-radius: 50%;
}

/* admin login and access login */
.admin-login h3.title {
    margin-bottom: 15px;
}

/* resister */
.panel-register h4 {
    font-size: 20px;
    margin-top: 15px;
}
.desc {
    margin-top: 10px;
}
.form-group label + .check-box-list,
.form-group label + .radio-box-list {
    padding-left: 20px;
}
.new-location {
    position: relative;
    padding-left: 25px;
}
.new-location:before {
    content: "";
    height: 20px;
    width: 20px;
    background-image: url(/themes/Default/css/images/icon-events-location.svg);
    background-repeat: no-repeat;
    position: absolute;
    left: 0;
    top: -5px;
}
.disclaimer-text {
    font-size: 12px;
    line-height: 18px;
}
.form-control ~ .disclaimer-text {
    margin-top: 10px;
}
.alert-success {
    color: #005EB8;
}
.inline-checkbox > li {
    display: inline-block;
    margin-right: 15px;
}

/* subscribe-page */
.subscribe-layer {
    padding-top: 70px;
    padding-bottom: 70px;
}

/* validation error and google captcha */
.g-recaptcha-wrap,
.g-recatcha-wrap {
    margin-bottom: 35px;
}
.validation_error,
.hide {
    color: #E93838 !important;
    position: relative;
    top: 5px;
    left: 0;
    font-size: 13px;
}
@media screen and (max-width: 374px) {
    .g-recaptcha {
        transform: scale(0.78);
        transform-origin: left;
    }
}

/* change password in modal */
.modal-open .modal {
    height: 100% !important;
}
.modal-body .panel-login.card-box {
    padding: 10px 0 0;
    box-shadow: none;
    border: none;
}
.modal-body .panel-login.card-box .validation_error[style="display: inline;"] {
    display: inline-block !important;
    margin-top: 5px;
}


/* =================================================================================
    Check box and radio box css
================================================================================= */
/***** Check box *****/
.check-box-list > li {
    width: 100%;
    display: inline-block;
}
.check-box-list > li + li {
    margin-top: 10px;
}
.check-item,
.radio-item {
    position: relative;
    padding-left: 25px;
}
.check-item label, 
.radio-item label {
    padding: 0;
}
.check-item input,
.radio-item input {
    position: absolute;
    left: 0;
    top: 0;
    margin-top: 3px;
    margin-right: 0;
}
.check-item input[type="checkbox"] {
    opacity: 0;
    cursor: pointer;
    z-index: 1;
}
.check-item label {
    margin-bottom: 0;
    width: 100%;
    vertical-align: top;
}
.check-item label:before {
    content: "";
    height: 15px;
    width: 15px;
    position: absolute;
    left: 0;
    top: 2px;
    border-radius: 3px;
    border: 1px solid #cacaca;
}
.check-item label:after {
    content: "";
    position: absolute;
    display: none;
    left: 5px;
    top: 4px;
    width: 5px;
    height: 8px;
    border: solid #fff;
    border-width: 0 2px 2px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}
.check-item input:checked ~ label:before {
    border-color: #005EB8;
    background-color: #005EB8;
}
.check-item input:checked ~ label:after {
    display: block;
}
label.font-12 {
    font-size: 12px;
}


/* Radio */
.radio-box-list > li {
    list-style: none;
    display: inline-block;
    padding-right: 20px;
}
.radio-item {
    display: inline-block;
    line-height: normal;
    min-height: 22px;
    position: relative;
    padding-left: 31px;
    width: 100%;
    cursor: pointer;
    padding-right: 20px;
}
.radio-item input[type="radio"] {
    display: none;
    cursor: pointer;
    margin: 0;
    opacity: 0;
    z-index: 1;
}
.radio-item input[type="radio"] ~ label {
    display: inline-block;
    font-size: 16px;
    font-weight: normal;
    line-height: 26px;
    margin: 0;
    padding: 0;
    cursor: pointer;
}
.radio-item input[type="radio"] ~ label:before {
    border: 1.5px solid #CCCCCE;
    border-radius: 50%;
    content: '';
    position: absolute;
    left: 0;
    top: 2px;
    height: 22px;
    width: 22px;
    background: #FFFFFF;
}
.radio-item input[type="radio"] ~ label:after {
    content: "";
    position: absolute;
    display: none;
    left: 8px;
    top: 8px;
    width: 5px;
    height: 8px;
    border: solid #fff;
    border-width: 0 2px 2px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    display: block !important;
}
.radio-item input[type="radio"]:checked ~ label:after {
    opacity: 1;
}
.radio-item input[type="radio"]:checked ~ label:before {
    background: #005EB8;
    border-color: #005EB8;
}


/* =================================================================================
    Accordion
================================================================================= */
.custom-search-with-title + .content-accordion {
    margin-top: 20px;
}
.ui-accordion .ui-accordion-header {
    background: #FAFAFA;
    border-radius: 25px;
    cursor: pointer;
    font-size: 18px;
    line-height: 24px;
    letter-spacing: normal;
    margin-bottom: 0;
    margin-top: 30px;
    padding: 15px 45px 15px 20px;
    position: relative;
    outline: none;
}
.content-accordion + .content-accordion .ui-accordion-header {
    margin-top: 15px;
}
.panel-widget + .panel-widget .ui-accordion .ui-accordion-header {
    margin-top: 20px;
}
.ui-accordion .ui-accordion-header span {
    font-weight: normal;
}
.ui-accordion .ui-accordion-header ~ .ui-accordion-header {
    margin-top: 20px;
}
.ui-accordion .ui-accordion-header:after {
    content: '+';
    line-height: 1;
    position: absolute;
    right: 25px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform:    translateY(-50%);
    -ms-transform:     translateY(-50%);
    -o-transform:      translateY(-50%);
    transform:         translateY(-50%);
}
.ui-accordion .ui-accordion-header-active.ui-accordion-header:after {
    content: '-';
}
.ui-accordion .ui-accordion-content {
    padding: 18px 28px 8px;
    margin: 0 !important;
}
.card-box .ui-accordion .ui-accordion-header {
    background-color: #f1f1f1;
}
.card-box .ui-accordion .ui-accordion-header:first-child {
    margin-top: 0;
}
.ui-accordion .ui-accordion-content ul {
    padding-left: 30px;
    margin: 15px 0;
}
.ui-accordion .ui-accordion-content ul li + li {
    margin-top: 5px;
}
.hero-banner-layer .ui-accordion .ui-accordion-header {
    background: #fff;
}


/* =================================================================================
    nav header
================================================================================= */
.header-wrapper {
    margin-bottom: 0;
    padding-bottom: 0;
    width: 100%;
    padding: 0;
    z-index: 99 !important;
}
.header-white .header-wrapper {
    border-bottom: none;
}
.header-top {
    padding: 4px 0;
    box-shadow: 0px 1px 0px #E8EDEE;
    height: 38px;
}
.header-top .list-utilities {
    font-size: 14px;
    margin: 4px 0 0;
    overflow: hidden;
}
.header-top .list-inline-item {
    float: left;
    margin: 0;
    padding: 0 15px;
    position: relative;
    letter-spacing: .5px;
}
.header-top .list-inline-item + li.list-inline-item:before {
    content: "";
    height: 12px;
    width: 1px;
    position: absolute;
    top: 50%;
    left: 0;
    background: #E8EDEE;
    margin-top: -6px;
    opacity: 1;
}
.header-top .list-inline-item:first-child:before {
    content: none;
}
.header-top .list-inline-item:first-child {
    padding-left: 0;
}
.header-top .list-inline-item:last-child {
    padding-right: 0;
}
.header-bottom {
    padding: 20px 0;
}
.navbar-main-wrap {
    width: 100%;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    -webkit-align-items: center;
    align-items: center;
}
.navbar-brand > img {
    max-height: 54px;
}
.navbar-header .logo {
    margin: 0;
    padding: 0;
    width: auto;
}
.navbar-header .navbar-nav {
    background-color: #FFFFFF;
    float: left;
    margin-left: auto;
    margin-right: auto;
}
ul.navbar-btns-right {
    float: right;
    list-style: none;
    padding: 0;
    margin: 0;
}
.navbar-btns-right li {
    float: left;
}
.navbar-btns-right li > a {
    float: left;
}
.navbar-btns-right li > a + a {
    margin-left: 10px;
}
.navbar-btns-right li + li {
    margin-left: 10px;
}
.navbar-btns-right li:empty {
    display: none !important;
}
.navbar-btns-right a {
    padding: 9px 18px 8px;
    transition: all .3s;
}
.navbar-btns-right a.nav-sign-in {
    padding: 9px 18px 8px;
    border: 1px solid transparent;
    background: #005EB80D;
    color: #005EB8;
}
.navbar-header .navbar-nav > li {
    margin: 0 8px;
    position: relative;
}
.navbar-header .navbar-nav > li:first-child {
    margin-left: 0;
}
.navbar-header .navbar-nav > li:last-child {
    margin-right: 0;
}
.navbar-header .navbar-nav > li > a {
    color: #231F20;
    display: block;
    font-size: 14px;
    line-height: 22px;
    padding: 10px 0;
    height: 100%;
    transition: all 0.5s;
    text-decoration: none;
    font-weight: 700;
}
.navbar-header .navbar-nav > li.dropdown > a {
    background-image: url(/themes/Default/css/images/icon-arrow-dropdown.svg);
    background-repeat: no-repeat;
    background-position: center right;
}
.navbar-header .navbar-nav > li > a:hover,
.navbar-header .navbar-nav > li > a:focus,
.navbar-header .navbar-nav li.active[class*="menu"] > a {
    color: #005EB8;
}
.navbar-header .navbar-nav li > .dropdown-menu {
    border: none;
    border-radius: 0;
    margin-top: 0;
    left: -1.5rem;
    min-width: 302px;
    padding: 15px 0;
    margin-top: 17px;
    box-shadow: 0px 251px 100px rgba(118, 134, 146, 0.01), 0px 141px 85px rgba(118, 134, 146, 0.03), 0px 63px 63px rgba(118, 134, 146, 0.04), 0px 16px 34px rgba(118, 134, 146, 0.05), 0px 0px 0px rgba(118, 134, 146, 0.05);
}
.dropdown-item:focus, .dropdown-item:hover {
    background-color: #FFFFFF;
}
.navbar-header .navbar-nav li.open > .dropdown-menu {
    display: block;
}
.navbar-header .navbar-nav .dropdown-menu .dropdown-item {
    padding: 8px 24px;
}
.navbar-header .navbar-nav .dropdown-menu .dropdown-item:active {
    background-color: transparent;
}
.navbar-header .navbar-nav .dropdown-menu .dropdown-item a {
    color: #231F20;
    display: inline-block;
    font-size: 15px;
    font-weight: normal;
    line-height: 22px;
    transition: all 0.5s;
    position: relative;
    text-decoration: none;
}
.navbar-header .navbar-nav .dropdown-menu .dropdown-item a:hover {
    color: #005EB8;
}
.navbar-header .navbar-nav li > .dropdown-menu > li a:after {
    background: #005EB8;
    content: '';
    position: absolute;
    left: 0;
    bottom: -5px;
    height: 1px;
    transition: all 0.5s;
    width: 0;
}
.navbar-header .navbar-nav li > .dropdown-menu > li a:hover:after {
    width: 100%;
}
.navbar-header .navbar-nav > li.dropdown > a {
    padding-right: 20px;
}
.navbar-header .navbar-nav > li.dropdown > a:before {
    -webkit-mask-image: url('images/icon_dropdown_black.svg');
    mask-image: url('images/icon_dropdown_black.svg');
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
    -webkit-mask-position: right center;
    mask-position: right center;
    background-color: #231F20;
    content: '';
    position: absolute;
    right: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    height: 8px;
    width: 12px;
}
.navbar-header .navbar-nav > li.dropdown > a:hover:before,
.navbar-header .navbar-nav li.dropdown.active[class*="menu"] > a:before {
    background-color: #005EB8;
}
.navbar-header .navbar-nav li .nav-search {
    color: #1A1919;
    display: block;
    margin-left: 10px;
    margin-right: 25px;
    padding: 16px 0;
}
.navbar-header .navbar-nav li .nav-search img {
    display: block;
}
.navbar-header .navbar-nav li .nav-get-involved {
    background-color: #1A1919;
    border: 1px solid #1A1919;
    color: #FFFFFF;
    display: block;
    font-size: 14px;
    font-weight: 600;
    line-height: 22px;
    letter-spacing: 1px;
    padding: 15px 23px 13px;
    height: 100%;
    transition: all 0.5s;
    text-transform: uppercase;
}
.navbar-header .navbar-nav li .nav-get-involved:hover {
    background-color: #FFFFFF;
    color: #1A1919;
}

/* mega menu */
.navbar-header .navbar-nav li > .dropdown-menu a {
    color: #231F20;
}
div.navbar-header .navbar-nav li > .dropdown-menu {
    padding-right: 25px !important;
}

/* keyboard focus css - bhavesh */
.navbar-header .navbar-nav > li > a:focus {
    color: #005EB8;
}
.navbar-header .navbar-nav > li > a:focus + .dropdown-menu { 
    display: block !important;
}

/* Search Box */
a.nav-search {
    text-decoration: none;
}
.search-icon-text > img {
    margin-right: 9px;
    max-width: 15px;
}
.search-icon-text > span {
    position: relative;
    top: 1px;
    font-size: 14px;
    color: #231F20;
}
.search-active {
    top: -1px;
    padding: 0 15px 0 37px;
    width: 353px;
    z-index: 1;
    left: 0;
}
.search-active input {
    border: none;
    font-size: 13px;
    height: 27px;
    padding-right: 140px;
    padding-left: 10px;
    opacity: 1;
    color: #1A1919;
    margin-top: 2px;
    padding-top: 8px;
}
.search-active input::-webkit-input-placeholder {
    color: #1A1919;
    opacity: 1;
}
.search-active input::-moz-placeholder {
    color: #1A1919;
    opacity: 1;
}
.search-active input.form-control:focus {
    border: none;
    outline: 0 none;
    opacity: 1;
    color: #1A1919;
}
.search-active button {
    padding: 0;
    outline: none;
    right: 25px;
    top: 4px;
}
.search-active .close {
    top: 10px;
    right: 88px;
}
.search-active .close span {
    top: -4px;
    padding-right: 0;
}
.search-active .close svg {
    position: relative;
    top: -3px;
}
.search-active button img {
    display: block;
}
.navbar-header .navbar-nav .search-active .close {
    padding: 0;
    right: 50px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    opacity: 1;
}
.navbar-header .navbar-nav .search-active .close:hover {
    background-color: transparent;
    color: #1A1919;
    opacity: 1;
}
.search-active .search-ative-btn {
    font-size: 13px;
    line-height: 20px;
    display: inline-block;
    color: #ffffff;
    opacity: 1;
    text-transform: inherit;
    padding: 2px 6px 0px;
    background-color: #005EB8;
    font-weight: 300;
    border-radius: 4px;
}
.search-active .search-submit.search-ative-btn:hover,
.search-active .search-submit.search-ative-btn:focus {
    background-color: #076AC9;
    box-shadow: 0 0 0 .2rem rgba(0,123,255,.25);
}
.search-active .search-ative-btn.btn-transparent {
    color: #1A1919;
    background-color: transparent;
}

/* Mobile Nav */
.mean-container .mean-nav {
    margin-top: 0px;
    top: 100%;
    background-color: #005EB8;
}
.mean-container a.meanmenu-reveal {
    background: #FFFFFF;
    border-radius: 50%;
    color: #fff;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: column;
    flex-direction: column;
    -webkit-align-items: center;
    align-items: center;
   -webkit-justify-content: center;
   justify-content: center;
    padding-bottom: 0;
    height: 54px;
    width: 54px;
    position: relative;
}
.mean-container a.meanmenu-reveal:before {
    position: absolute;
    content: "";
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    background-image: url(/themes/Default/css/images/icon-menu.svg);
    background-repeat: no-repeat;
    background-position: center center;
}
.mean-container a.meanmenu-reveal.meanclose:before {
    background-image: url(/themes/Default/css/images/icon-menu-close.svg);
}
.mean-container a.meanmenu-reveal span {
    margin-top: 4px;
    display: none;
}
.mean-container .mean-nav > ul > li > a,
.header-mobile-search a {
    text-transform: uppercase;
}
.mean-container .mean-nav ul li a.mean-expand {
    padding: 16px 9px 6px !important;
}
.mean-container .mean-nav ul li a.mean-expand:hover {
    background: transparent;
}
.header-mobile .mean-container a.meanmenu-reveal span {
    background-color: #1A1919;
    border-radius: 4px;
    height: 2px;
    width: 20px;
}
.header-mobile-search a svg {
    margin-right: 10px;
}
.mean-container .mean-nav ul li li a {
    border-top: 1px solid rgba(255,255,255,0.5);
    opacity: 1;
}

/* header border */
.header-border-wrap {
    height: 4px;
    position: relative;
    display: flex;
}
.header-border-wrap > span {
    height: 100%;
    width: 100%;
    border-radius: 4px;
    width: calc(100% - 80px);
}
.header-border-wrap > span + span {
    margin-left: 10px;
}
.header-border-wrap > span:not(:first-child) {
    width: 30px;
}
@media screen and (min-width: 992px) and (max-width: 1280px) {
    .navbar-header .navbar-nav > li {
        margin: 0 8px;
    }
    .navbar-header .navbar-nav li .nav-search {
        margin-right: 20px;
    }
}
@media screen and (min-width: 992px) and (max-width: 1199px) {
    .navbar-header .navbar-nav > li > a {
        font-size: 13px;
        line-height: 18px;
        padding: 10px 0; 
    }
    .navbar-btns-right a,
    .navbar-btns-right a.nav-sign-in {
        padding: 3px 7px 3px;
        font-size: 12px;
    }
    .for_megamenu ul.dropdown-menu p {
        font-size: 14px;
    }
}
@media screen and (max-width: 991px) {
    .header-top {
        padding: 4px 15px;
    }
    .header-mobile {
        padding: 10px 0;
    }
    .header-clear .header-mobile-register a,
    .header-clear .header-mobile-search a {
        color: #FFFFFF;
    }
    .header-mobile .mobile-nav-wrapper {
        padding-top: 0px !important;
    }
    .header-mobile-nav .mean-bar {
        padding-top: 0;
    }
    .header-subhome .header-wrapper {
        position: absolute;
    }
    .header-white .header-wrapper {
        padding-bottom: 0;
    }
    .mobile-logo-wrapper {
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-align-items: center;
        align-items: center;
    }
    .header-mobile .mobile-logo-wrapper a img {
        max-height: 50px;
        width: auto;
    }
}
@media screen and (max-width: 767px) {
    .header-mobile {
        padding: 10px 0;
    }
}


/* =================================================================================
    other common css
================================================================================= */
.container {
    position: relative;
    z-index: 1;
}
.large-container {
    margin: 0 auto;
    padding-left: 15px;
    padding-right: 15px;
}
.card-box {
    background: #FFFFFF;
    box-shadow: 0px 251px 100px rgba(118, 134, 146, 0.01), 0px 141px 85px rgba(118, 134, 146, 0.03), 0px 63px 63px rgba(118, 134, 146, 0.04), 0px 16px 34px rgba(118, 134, 146, 0.05), 0px 0px 0px rgba(118, 134, 146, 0.05);
    border-radius: 20px;
    padding: 30px;
    overflow: hidden;
    word-break: break-word;
    width: 100%;
    border: 1px solid #f5f5f5;
}
.detail-container h2 {
    display: inline-block;
    padding-top: 28px;
    position: relative;
}
.detail-container h2:before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 8px;
    border-radius: 4px;
    background-color: #00A499  !important;
}
.equal-height > div {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    flex-wrap: wrap;
}
.equal-height > div > div {
    width: 100%;
}
.default-layer {
    padding: 50px 0;
}
.layer {
    padding: 80px 0;
}
@media screen and (max-width: 991px) {
    .layer {
        padding: 50px 0;
    }
}
@media screen and (max-width: 767px) {
    .layer {
        padding: 40px 0;
    }
}


/* =================================================================================
    Header banners - pages top layers header
================================================================================= */
.purple-colored-bg {
    background: #005EB8;
    padding: 50px 0;
}
.rectangle-img .medium-rec-image-col-img img {
    border-radius: 50px;
}

/* Large â€“ with border */
.large-with-border {
    background-repeat: no-repeat !important;
    background-size: cover !important;
    background-position: center center !important;
    display: flex;
    align-items: center;
    border-radius: 30px;
    width: 100%;
    max-width: 1360px;
    height: auto !important;
    padding: 100px 10px 100px 0;
    margin: 40px auto 40px auto;
    background-color: #ebebeb !important;
    min-height: 460px;
}
.large-with-border > .container {
    width: 100% !important;
    padding: 0;
    max-width: 100%;
}
.large-with-border .sub-title {
    font-weight: 500;
    color: #231F20;
    font-size: 15px;
}
.large-with-border .card-layer {
    width: calc(100% - 60px);
    max-width: 640px;
    padding: 50px 50px 50px 40px;
    position: relative;
}
.large-with-border .card-layer:after {
    content: "";
    width: 30px;
    height: 100%;
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    background: #fff;
}
.large-with-border .card-layer:before {
    content: "";
    width: 100%;
    height: 100%;
    display: block;
    position: absolute;
    right: 0;
    top: 0;
    background: #fff;
    transform: skew(172deg);
    border-top-right-radius: 24px;
    border-bottom-right-radius: 24px;
}
.large-with-border .card-layer > * {
    position: relative;
    z-index: 1;
}
@media screen and (max-width: 767px) {
    .large-with-border {
        padding: 60px 15px 60px;
    }
    .large-with-border .card-layer {
        width: 100%;
        padding: 30px 20px;
        border-radius: 20px;
        margin: 0 auto;
    }
    .large-with-border .layer-title {
        line-height: 35px;    
    }
    .rectangle-img .medium-rec-image-col-img img {
        border-radius: 20px;
    }
    .large-with-border .card-layer:after {
        display: none;
    }
    .large-with-border .card-layer:before {
        transform: inherit;
        border-radius: 24px;
    }
}

/* Large â€“ full bleed */
.large-full-bleed {
    background-repeat: no-repeat !important;
    background-size: cover !important;
    background-position: center center !important;
    display: flex;
    align-items: center;
    height: auto !important;
    padding: 100px 0;
}
.large-full-bleed .sub-title {
    font-weight: 500;
    color: #231F20;
    font-size: 15px;
}
.large-full-bleed .card-layer {
    width: calc(100% - 60px);
    max-width: 640px;
    padding: 50px 50px;
    position: relative;
    margin-left: 60px;
}
.large-full-bleed .card-layer > * {
    position: relative;
    z-index: 1;
}
@media screen and (max-width: 767px) {
    .large-full-bleed {
        padding: 60px 15px 60px;
    }
    .large-full-bleed .card-layer {
        width: 100%;
        padding: 30px 20px;
        border-radius: 20px;
        margin: 0 auto;
    }
    .large-full-bleed .layer-title {
        line-height: 35px;    
    }
    .large-full-bleed .card-layer:before {
        border-radius: 24px;
        transform: inherit;
    }
}

/* Medium â€“ rectangle / oval image */
.medium-rec-image-white-bg {
    overflow: hidden;
    padding: 50px 0 ;
}
.medium-rec-image-white-bg .medium-rec-image-inner {
    display: flex;
    align-items: center;
}
.medium-rec-image-white-bg .card-layer {
    max-width: 100%;
    width: 640px;
    padding: 50px;
    position: relative;
}
.medium-rec-image-white-bg .card-layer:before {
    content: "";
    width: 100%;
    height: 100%;
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    background: #005EB8;
    border-radius: 24px;
    transform: skew(172deg);
}
.medium-rec-image-white-bg .card-layer > * {
    position: relative;
    z-index: 1;
}
.medium-rec-image-white-bg .layer-title {
    font-style: normal;
    color: #fff;
}
.medium-rec-image-white-bg .sub-title {
    font-weight: 500;
    color: #fff;
    font-size: 15px;
}
.medium-rec-image-white-bg .medium-rec-image-col-text {
    margin-left: -150px;
}

/* >> BG Rectangle */
.medium-rec-image-white-bg.purple-colored-bg .layer-title {
    color: #231F20;
}
.medium-rec-image-white-bg.purple-colored-bg  .sub-title {
    color: #231F20; 
}
.medium-rec-image-white-bg.purple-colored-bg .card-layer:before {
    background: #fff;
}

/* >> Round Rectangle */
.medium-rec-image-white-bg.medium-rec-img-round-bg .medium-rec-image-inner {
    display: flex;
    align-items: center;
    justify-content: center;
}
.medium-rec-image-white-bg.medium-rec-img-round-bg .medium-rec-image-col-img img {
    object-fit: cover;
    width: 500px;
    height: 500px;
    border-radius: 50%;
}
.medium-rec-image-white-bg .medium-rec-image-col-text {
    margin-left: -140px;
}
@media screen and (max-width: 1099px) {
    .medium-rec-image-white-bg .medium-rec-image-col-img {
        width: 50%;
    }
    .medium-rec-image-white-bg .medium-rec-image-col-text {
        width: 50%;
        margin: 0;
    }
    .medium-rec-image-white-bg .card-layer {
        width: 100%;
        max-width: 390px;
        padding: 50px 20px;
        position: relative;
        margin-top: 20px;
    }
    .medium-rec-image-white-bg .card-layer:before {
        transform: inherit;
    }
}
@media screen and (max-width: 991px) {
    .medium-rec-image-white-bg .medium-rec-image-inner {
        flex-direction: column;
    }
    .medium-rec-image-white-bg .medium-rec-image-col-img, .medium-rec-image-white-bg .medium-rec-image-col-text {
        width: 100%;
        text-align: center;
    }
    .medium-rec-image-white-bg .medium-rec-image-col-img > img {
        border-top-left-radius: 30px;
        border-top-right-radius: 30px;
    }
    .medium-rec-image-white-bg .card-layer {
        max-width: 100%;
        padding: 30px 20px;
        border-bottom-left-radius: 30px;
        border-bottom-right-radius: 30px;
    }
}
@media screen and (max-width: 767px) {
    .medium-rec-image-white-bg.medium-rec-img-round-bg .medium-rec-image-col-img img {
        border-radius: 30px;
        height: auto;
        width: 100%;
    }
}

/* Small â€“ square / circle / no image */
.small-rec-image-white-bg {
    padding: 50px 0;
}
.small-rec-image-white-bg .medium-rec-image-inner {
    display: flex;
    align-items: center;
}
.small-rec-image-white-bg .medium-rec-image-inner .medium-rec-image-col-img {
    width: 50%;
}
.small-rec-image-white-bg .medium-rec-image-inner .medium-rec-image-col-text {
    width: 50%;
    padding: 0 20px;
}
.small-rec-image-white-bg .card-layer-img {
    width: 100%;
    max-width: 464px;
    position: relative;
    margin: 0 auto;
}
.small-rec-image-white-bg .medium-rec-image-inner .medium-rec-image-col-text .card-layer {
    width: 100%;
    max-width: 500px;
    margin-left: auto;
}
.small-rec-image-white-bg .card-layer-img:before {
    content: "";
    width: 400px;
    height: 123px;
    transform: skew(343deg);
    background: #005EB8;
    position: absolute;
    opacity: 0.4;
    right: -50px;
    bottom: 40px;
    z-index: 1;
    border-radius: 20px;
}
.small-rec-image-white-bg .layer-title {
    font-style: normal;
    font-weight: 700;
    font-size: 40px;
    line-height: 52px;
    color: #231F20;
}
.small-rec-image-white-bg .sub-title {
    font-weight: 500;
    color: #231F20;
    font-size: 15px;
}
.small-rec-image-white-bg.purple-colored-bg .layer-title,
.small-rec-image-white-bg.purple-colored-bg .sub-title {
    color: #fff;
}
.small-rec-image-white-bg.purple-colored-bg .card-layer-img:before {
    background: #fff;
}

/* >> Round Rectangle */
.small-rec-image-white-bg.small-rec-image-round-bg .card-layer-img:before {
    content: "";
    width: 180px;
    height: 180px;
    background: transparent;
    position: absolute;
    opacity: 0.4;
    right: 0;
    bottom: 40px;
    z-index: 1;
    border-radius: 50%;
    border: 40px solid #005EB8;
    transform: none;
}
.small-rec-image-white-bg.small-rec-image-round-bg img {
    width: 410px;
    height: 410px;
    object-fit: cover;
    border-radius: 50%;
}
.small-rec-image-white-bg.small-rec-image-round-bg.purple-colored-bg .card-layer-img:before {
    border-color: #fff;
}
@media screen and (max-width: 1339px) {
    .small-rec-image-white-bg .card-layer-img:before {
        content: "";
        width: 230px;
        height: 83px;
        right: -50px;
        bottom: 20px;
    }
}
@media screen and (max-width: 991px) {
    .small-rec-image-white-bg .medium-rec-image-inner {
        flex-direction: column;
    }
    .small-rec-image-white-bg .medium-rec-image-inner .medium-rec-image-col-img,
    .small-rec-image-white-bg .medium-rec-image-inner .medium-rec-image-col-text {
        width: 100%;
        padding: 0;
        text-align: center;
    }
    .small-rec-image-white-bg .medium-rec-image-inner .medium-rec-image-col-text .card-layer {
        margin: 0 auto;
        max-width: 100%;
    }
    .small-rec-image-white-bg .card-layer-img {
        width: 100%;
        max-width: 100%;
        position: relative;
        margin: 0 auto 40px;
    }
    .small-rec-image-white-bg .card-layer-img:before {
        right: 0;
        bottom: -20px;
    }
}
@media screen and (max-width: 767px) {
    .small-rec-image-white-bg.small-rec-image-round-bg img {
        border-radius: 30px;
        height: auto;
        width: 100%;
    }
}


/* =================================================================================
    site common layers - /Copy-of-Layer-Types
================================================================================= */
/* full-image-with-link layer */
.full-image-with-link {
    height: auto !important;
}
.full-image-link-wrap {
    padding-top: 33%;
    background-size: cover !important;
}
@media screen and (max-width: 991px) {
    .full-image-link-wrap {
        padding-top: 45%;
    }
}

/* hero banner layer */
.hero-banner-layer .btn.btn-outline {
    color: inherit;
    border-color: inherit;
}
.btn-inline-group {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -5px;
    margin-top: 15px;
}
.btn-inline-group .sbs-layer-panels-item-cta {
    padding: 0 5px;
    margin: 5px 0;
}
.btn-inline-group .btn.btn-outline:hover {
    background: inherit;
    opacity: .8;
}
.hero-banner-layer .layer-image-col-2 {
    padding-top: 80%;
    background-size: cover !important;
    border-radius: 26px;
}
@media screen and (max-width: 767px) {
    .hero-banner-layer .row > div:first-child,
    .headingtext-with-rightimage-layer .row > div:first-child {
        order: 2;
    }
    .hero-banner-layer .row > div:last-child:not(:only-child), 
    .headingtext-with-rightimage-layer .row > div:last-child:not(:only-child) {
        margin-bottom: 30px;
    }
}

/* headingtext-with-rightimage layer */
.headingtext-with-rightimage-layer .layer-image-col-2 {
    padding-top: 75%;
    background-size: cover !important;
    border-radius: 26px;
}

/* headingtext-with-leftimage-layer layer */
.headingtext-with-leftimage-layer .sbs-layer-content > img {
    border-radius: 26px;
}
@media screen and (max-width: 767px) {
    .headingtext-with-leftimage-layer .row > div + div {
        margin-top: 30px;
    }
}

/* heading-text-with-panels layer */
.layer-top-title {
    max-width: 780px;
    margin: 0 auto 60px;
}
.panel-wrap {
    width: 100%;
}
.heading-text-with-panels {
    padding-bottom: 50px;
}
.heading-text-with-panels .text-center + .d-flex > div {
    margin-bottom: 30px;
}
.layer .d-flex > a.d-flex:hover {
    text-decoration: none;
}
.layer .d-flex > a.d-flex:hover h4 {
    text-decoration: underline;
    text-decoration-color: #AE2573;
}
.panel-wrap .sbs-layer-panels-item-image {
    padding-top: 60.54%;
    background-size: cover !important;
    border-radius: 26px;
    margin-bottom: 30px;
    width: 100%;
}
.sbs-layer-panels-item-info a.btn {
    padding-left: 0;
    padding-right: 0;
}
.panel-wrap .sbs-layer-panels-item-desc {
    color: #425563;
}
.col-lg-12 .panel-wrap .sbs-layer-panels-item-image {
    padding-top: 37%;
    margin-bottom: 50px;
}
.col-lg-12 .panel-wrap .sbs-layer-panels-item-info {
    max-width: 950px;
    margin: 0 auto;
}
.col-lg-12 .panel-wrap .sbs-layer-panels-item-info:first-child {
    text-align: center;
}
.col-lg-12 .panel-wrap .sbs-layer-panels-item-info:first-child {
    text-align: center;
}
@media screen and (max-width: 991px) {
    .heading-text-with-panels {
        padding: 50px 0 20px;
    }
    .layer-top-title {
        margin-bottom: 40px;
    }
    .col-lg-12 .panel-wrap .sbs-layer-panels-item-image {
        margin-bottom: 40px;
    }
}
@media screen and (max-width: 767px) {
    .heading-text-with-panels {
        padding: 40px 0 10px;
    }
    .layer-top-title {
        margin-bottom: 30px;
    }
    .col-lg-12 .panel-wrap .sbs-layer-panels-item-image {
        margin-bottom: 30px;
    }
}


/* heading-text-with-panels layer - center content */
.heading-text-with-panels-center .sbs-layer-panels-item-info {
    text-align: center;
}

/* panels with icons - layer */
.panels-with-icons-layer {
    padding: 80px 0 50px;
}
.panels-with-icons-box {
    text-align: center;
    margin-bottom: 30px;
    width: 100%;
}
.panels-with-icons-box .sbs-layer-panels-item-image {
    height: 130px;
    width: 130px;
    margin: 0 auto 30px;
    background-repeat: no-repeat  !important;
    border-radius: 20px;
    background-size: 100% !important;
    background-position: center center !important;
}
.panels-with-icons-box .sbs-layer-panels-item-desc {
    color: #425563;
    margin-top: 0;
}
@media screen and (max-width: 991px) {
    .panels-with-icons-layer {
        padding: 50px 0 20px;
    }
}
@media screen and (max-width: 767px) {
    .panels-with-icons-layer {
        padding: 40px 0 10px;
    }
    .large-full-bleed + .panels-with-icons-layer {
        margin-top: 0px;
    }
    .panels-with-icons-box .sbs-layer-panels-item-image {
        margin: 0 auto 20px;
    }
}

/* ctabox-text-button layer */
.ctabox-text-button-layer h3 {
    margin-bottom: 0;
}
.ctabox-text-button-layer h3 + * {
    margin-top: 40px;
}
.ctabox-text-button-layer .btn-inline-group {
    justify-content: center;
}
.ctabox-text-button-layer .sbs-layer-content-wrapper {
    max-width: 640px;
    margin: 0 auto;
}
@media screen and (max-width: 767px) {
    .ctabox-text-button-layer h3 + * {
        margin-top: 20px;
    }
}
@media screen and (max-width: 374px) {
    .ctabox-text-button-layer h3 + * {
        margin-top: 20px;
    }
}

/* panels-with-infographic-layer */
.infographic-box {
    text-align: center;
}
.infographic-box .sbs-layer-panels-item-image {
    height: 150px;
    width: 150px;
    margin: 0 auto 15px;
    background-repeat: no-repeat  !important;
    background-size: auto 100% !important;
    background-position: center center !important;
}
.infographic-box h3 {
    font-size: 50px;
    line-height: normal;
}
@media screen and (max-width: 767px) {
    .panels-with-infographic-layer .row > div {
        width: 100%;
        justify-content: center;
    }
    .panels-with-infographic-layer .row > div + div {
        margin-top: 30px;
    }
    .infographic-box h3 {
        font-size: 36px;
    }
}

/* quote layer */
.quote-layer h2 {
    max-width: 1100px;
    margin-left: auto;
    margin-right: auto;
}
.quote-content {
    position: relative;
    display: inline-block;
    font-size: 22px;
    line-height: 30px;
    max-width: 800px;
    padding: 0 80px;
}
.quote-content:before,
.quote-content:after {
    content: "";
    position: absolute;
    height: 24px;
    width: 44px;
    top: 0;
    left: 0;
    background-image: url(/images/testimonial-detail-top-icon.svg);
    background-repeat: no-repeat;
    background-size: 100%;
}
.quote-content:after {
    top: auto;
    bottom: 0;
    left: auto;
    right: 0;
}
@media screen and (max-width: 767px) {
    .quote-content {
        padding: 0 40px;
    }
    .quote-content:before, .quote-content:after {
        height: 12px;
        width: 22px;
    }
}

/* quote-with-image layer */
.quote-with-image-layer .sbs-layer-content-wrapper {
    max-width: 1000px;
    margin: 0 auto;
}
.quote-with-image-layer .row > div {
    padding: 0 15px;
}
.quote-with-image-layer .row .quote-with-image-lhs {
    width: 230px;
}
.quote-with-image-layer .row .quote-with-image-lhs img {
    width: 200px;
    height: 200px;
    border-radius: 50%;
    object-fit: cover;
}
.quote-with-image-layer .row .quote-with-image-rhs {
    width: calc(100% - 230px);
    padding-left: 30px;
}

/* simple-block-colour-with-header */
.simple-block-colour-with-header h2 {
    color: #fff;
    margin-bottom: 15px;
}

/* membership-section layer = title + text inside outline box */
.home-vectors.box-outline-vectors {
    display: none;
}
.box-outline-section-box {
    padding: 80px 0 50px;
}
.box-outline-section-box .box-outline-panels-col {
    margin-bottom: 30px;
}
.box-outline-section-box .box-outline-box {
    border: 1px solid #bfbfbf;
    padding: 20px 15px 20px;
    border-radius: 8px;
    text-align: left;
    width: 100%;
    display: flex;
    flex-direction: column;
    font-size: 16px;
}
.box-outline-panels-item-desc {
    flex: 1 1 auto;
}
.box-outline-section-box .box-outline-panels-item-title {
    padding-bottom: 10px;
    margin-bottom: 18px;
    position: relative;
}
.box-outline-panels-item-title h5 {
    margin: 0;
}
.box-outline-section-box .box-outline-panels-item-title:before {
    content: "";
    height: 2px;
    width: 60px;
    background-color: #a0a0a0;
    position: absolute;
    bottom: 0;
    left: 0;
}
.box-outline-panels-item-desc > p {
    display: flex;
    flex-wrap: wrap;
    height: 100%;
}
.box-outline-panels-item-desc > p > br {
    display: none;
}
.box-outline-panels-item-desc > p > * {
    margin-top: auto;
}
@media screen and (max-width: 991px) {
    .box-outline-section-box {
        padding: 50px 0 20px;
    }
}
@media screen and (max-width: 767px) {
    .box-outline-section-box {
        padding: 40px 0 10px;
    }
}

/* layer-workshops = title + text with btn */
.layer-workshops {
    padding: 80px 0 50px;
}
.layer-workshops .card-box {
    padding: 20px;
    display: flex;
    flex-direction: column;
}
.layer-workshops .subhome-type1-panels-col {
    margin-bottom: 30px;
}
.layer-workshops h2 > span> a {
    color: #231F20 !important;
    text-decoration: none;
    margin: 0;
}
.layer-workshops .subhome-type1-panels-item-title {
    font-size: 22px;
    line-height: 28px;
    font-weight: bold;
    margin-bottom: 12px;
}
.layer-workshops .subhome-type1-panels-item-desc {
    line-height: 26px;
    font-size: 16px;
    flex: 1 1 auto;
    display: flex;
    flex-direction: column;
}
.layer-workshops .subhome-type1-panels-item-desc .subhome-type1-panels-item-link {
    margin-top: auto;
}
@media screen and (max-width: 991px) {
    .layer-workshops {
        padding: 50px 0 20px;
    }
}
@media screen and (max-width: 767px) {
    .layer-workshops {
        padding: 40px 0 10px;
    }
    .letters-nav-wrapper {
        padding-top: 0;
    }
    .layer-workshops .subhome-type1-panels-item-title {
        font-size: 20px;
    }
}


/* =================================================================================
    new first layer - heading and text inside double round vectors 
    (modify - large-full-bleed)
================================================================================= */
.large-full-bleed {
    padding: 100px 0 100px;
}
.large-full-bleed .card-layer {
    width: 100%;
    max-width: 700px;
    padding: 50px 0 50px 130px;
    margin-left: 0;
    background-color: #fff;
    border-radius: 250px 0 0 250px;
    float: right;
    position: relative;
    top: -30px;
}
.large-full-bleed .card-layer > * {
    position: relative;
    z-index: 9;
}
.large-full-bleed .card-layer:before {
    content: "";
    position: absolute;
    height: 100%;
    width: 10000px;
    top: 0;
    left: 0;
    background: #fff;
    border-radius: 250px 0 0 250px;
    z-index: 2;
}
.large-full-bleed .card-layer:after {
    content: "";
    position: absolute;
    height: 100%;
    width: 10000px;
    top: 60px;
    left: -20px;
    background: #005EB8;
    border-radius: 250px 0 0 250px;
    z-index: 1;
}
.large-full-bleed .layer-title {
    margin-bottom: 0;
}
.large-full-bleed .layer-title span {
    color: #005EB8;
}
.large-full-bleed .sub-title > p {
    margin-top: 20px;
}
.large-full-bleed .layer-btns {
    margin-top: 30px;
}
.large-full-bleed .card-layer .btn {
    margin-right: 10px;
}
.large-full-bleed .card-layer .btn + .btn {
    background: #E8EDEE !important;
    color: #212529;
}
.large-full-bleed .card-layer .btn + .btn:hover,
.large-full-bleed .card-layer .btn + .btn:focus {
    background: #e0e2e3 !important;
    color: #212529;
}
@media screen and (max-width: 1199px) {
    .large-full-bleed .card-layer {
        max-width: 580px;
        padding: 40px 0 40px 70px;
        top: -15px;
    }
    .large-full-bleed .card-layer:after {
        top: 30px;
        left: -10px;
    }
    .large-full-bleed .layer-title {
        font-size: 28px;
        line-height: 36px;
    }
    .large-full-bleed .card-layer .btn {
        margin-right: 3px;
        padding: 9px 13px;
        font-size: 13px;
    }
}
@media screen and (max-width: 991px) {
    .large-full-bleed .card-layer {
        max-width: 60%;
        padding: 50px 0 50px 60px;
    }
    .large-full-bleed .layer-title {
        font-size: 24px;
        line-height: 32px;
    }
}
@media screen and (max-width: 767px) {
    .large-full-bleed .card-layer {
        max-width: 100%;
        padding: 20px;
        border-radius: 20px;
    }
    .large-full-bleed .card-layer:after,
    .large-full-bleed .card-layer:before {
        opacity: 0;
    }
    .large-full-bleed {
        padding: 250px 0 0px;
        background-size: auto 70% !important;
        background-position: left center !important;
    }
    .large-full-bleed .card-layer {
        padding: 20px;
        border: 1px solid #E8EDEE;
    }
    .large-full-bleed .layer-title {
        margin-bottom: 15px;
    }
    .large-full-bleed .btn {
        width: 100%;
    }
    .large-full-bleed .btn + .btn {
        margin-top: 7px;
    }
}


/* =================================================================================
    Home page new layers - figma
================================================================================= */
/* new-home - lhs text rhas img in round vectors */
.layer.lhstext-rhsimageinside-roundvector {
    position: relative;
    padding-top: 60px;
    padding-bottom: 0;
}
.top-layer-vector1 {
    height: 330px;
    width: 10000px;
    background: #005EB8;
    border-top-right-radius: 200px;
    border-bottom-right-radius: 200px;
    position: absolute;
    left: -9985px;
    bottom: 0;
}
.lhstext-rhsimageinside-inner {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-end;
    margin-bottom: 30px;
}
.lhstext-rhsimageinside-inner .lhstext-rhsimageinside-text {
    width: 45%;
    padding-left: 5%;
}
.lhstext-rhsimageinside-inner .lhstext-rhsimageinside-text h1 {
    margin-bottom: 40px;
}
.lhstext-rhsimageinside-inner .lhstext-rhsimageinside-text p {
    color: #425563;
    font-size: 20px;
    line-height: 28px;
}
.lhstext-rhsimageinside-inner .lhstext-rhsimageinside-text  .layer-btns {
    margin-top: 40px;
}
.lhstext-rhsimageinside-inner .lhstext-rhsimageinside-img {
    width: 55%;
    position: relative;
    left: 80px;
}
.lhstext-rhsimageinside-inner .lhstext-rhsimageinside-img .sbs-layer-panels-item-image {
    padding-top: 58.5%;
    width: 100%;
    background-repeat: no-repeat !important;
    z-index: 9;
    position: relative;
    border-bottom-left-radius: 150px;
    background-size: auto 100% !important;
}
.top-layer-vector2 {
    height: 330px;
    width: 10000px;
    background: #005EB8;
    border-top-left-radius: 200px;
    border-bottom-left-radius: 200px;
    position: absolute;
    right: -9290px;
    bottom: 0;
}
.top-layer-vector3 {
    height: 330px;
    width: 10000px;
    background: #EAEDEF;
    border-top-left-radius: 200px;
    border-bottom-left-radius: 200px;
    position: absolute;
    right: -9320px;
    bottom: -30px;
    z-index: -1;
}
@media screen and (max-width: 1199px) {
    .top-layer-vector2 {
        right: inherit;
        left: 12px;
        height: 240px;
    }
    .top-layer-vector3 {
        right: inherit;
        left: 30px;
        height: 240px;
    }
    .top-layer-vector1 {
        height: 240px;
    }
    .lhstext-rhsimageinside-inner .lhstext-rhsimageinside-text  .layer-btns {
        margin-top: 20px;
    }
    .lhstext-rhsimageinside-inner .btn {
        font-size: 12px;
        padding: 10px 15px 10px;
    }
}
@media screen and (min-width: 768px) and (max-width: 991px) {
    .lhstext-rhsimageinside-inner .lhstext-rhsimageinside-text h1 {
        font-size: 24px;
        line-height: 30px;
    }
    .lhstext-rhsimageinside-inner .lhstext-rhsimageinside-text p {
        font-size: 14px;
        line-height: 22px;
    }
    .lhstext-rhsimageinside-inner .lhstext-rhsimageinside-img {
        left: 0;
    }
    .lhstext-rhsimageinside-inner .lhstext-rhsimageinside-img .sbs-layer-panels-item-image {
        border-radius: 0;
        left: 70px;
    }
    .top-layer-vector2 {
        left: 3px;
        height: 170px;
    }
    .top-layer-vector3 {
        left: 10px;
        height: 170px;
    }
    .top-layer-vector1 {
        height: 170px;
    }
}
@media screen and (max-width: 767px) {
    .lhstext-rhsimageinside-inner .lhstext-rhsimageinside-text {
        width: 100%;
        padding-left: 0;
    }
    .lhstext-rhsimageinside-inner .lhstext-rhsimageinside-img {
        left: 0;
        width: 100%;
        margin-top: 20px;
    }
    .lhstext-rhsimageinside-inner .lhstext-rhsimageinside-img .sbs-layer-panels-item-image {
        border-bottom-left-radius: 0;
    }
    .top-layer-vector2 {
        left: 0;
        height: 200px;
        border-radius: 0;
    }
    .top-layer-vector1 {
        height: 200px;
        border-radius: 0;
        left: inherit;
        right: 0;
    }
    .top-layer-vector3 {
        left: -70px;
        height: 200px;
    }
    .layer.lhstext-rhsimageinside-roundvector {
        padding-top: 40px;
    }
}
@media screen and (max-width: 479px) {
    .top-layer-vector2 {
        height: 160px;
    }
    .top-layer-vector1 {
        height: 160px;
    }
    .top-layer-vector3 {
        height: 160px;
        left: 0;
    }
}
@media screen and (max-width: 380px) {
    .top-layer-vector2 {
        height: 120px;
    }
    .top-layer-vector1 {
        height: 120px;
    }
    .top-layer-vector3 {
        height: 120px;
    }
}

/* new-home - logo with title */
.layer-border-title {
    display: inline-block;
    margin-bottom: 60px;
    max-width: 660px;
}
.title-and-border-wrap .title-top-border {
    width: 100%;
    height: 8px;
    border-radius: 4px;
    position: absolute;
    right: 0;
    left: 0;
    top: 0;
}
.title-and-border-wrap {
    display: inline-block;
    position: relative;
    padding-top: 28px;
}
.title-and-border-wrap h2 {
    margin-bottom: 0;
}
.title-and-border-wrap > * > span {
    position: relative;
    padding-top: 28px;
}
.title-and-border-wrap + * {
    margin-top: 40px;
}
.layer-border-title a {
    text-decoration: underline;
    display: inline-block;
    margin-top: 40px;
    color: #AE2573 !important;
    padding: 0;
}
.icon-with-title-wrap {
    border: 3px solid #E8EDEE;
    border-radius: 100px;
    padding: 0 40px;
}
.icon-with-title-item {
    flex: 0 0 16.666667%;
    display: flex;
    justify-content: center;
    border-right: 3px solid #E8EDEE;
}
.icon-with-title-item:last-child {
    border: none;
}
.icon-with-title-item-box {
    display: flex;
    flex-direction: column;
    text-align: center;
    align-items: center;
    padding: 16px 0;
}
.icon-with-title-item-box .sbs-layer-panels-item-image {
    width: 90px;
    height: 90px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.icon-with-title-item-box .sbs-layer-panels-item-info {
    margin-top: 12px;
}
.icon-with-title-item-box h4 {
    font-size: 17px;
    line-height: 25px;
    margin: 0;
}
@media screen and (min-width: 992px) and (max-width: 1199px) {
    .icon-with-title-item-box h4 {
        font-size: 14px;
        line-height: 20px;
    }
}
@media screen and (max-width: 991px) {
    .icon-with-title-wrap {
        border-radius: 50px;
        padding: 0 20px;
        flex-wrap: wrap;
    }
    .title-and-border-wrap + * {
        margin-top: 20px;
    }
}
@media screen and (min-width: 768px) and (max-width: 991px) {
    .icon-with-title-item {
        flex: 0 0 33.33%;
    }
    .icon-with-title-item:nth-child(3n) {
        border-right: none;
    }
    .icon-with-title-item:nth-child(3) ~ .icon-with-title-item {
        border-top: 3px solid #E8EDEE;
    }
    .layer-border-title {
        margin-bottom: 40px;
    }
}
@media screen and (min-width: 480px) and (max-width: 767px) {
    .icon-with-title-item {
        flex: 0 0 50%;
    }
    .icon-with-title-item:nth-child(2n) {
        border-right: none;
    }
    .icon-with-title-item:nth-child(2) ~ .icon-with-title-item {
        border-top: 3px solid #E8EDEE;
    }
}
@media screen and (max-width: 767px) {
    .layer-border-title .title-top-border,
    .title-and-border-wrap .title-top-border {
        height: 4px;
    }
    .title-and-border-wrap > * > span {
        position: relative;
        padding-top: 18px;
    }
    .layer-border-title a {
        margin-top: 20px;
    }
    .title-and-border-wrap {
        padding-top: 20px;
    }
    .layer-border-title {
        margin-bottom: 30px;
    }
}
@media screen and (max-width: 479px) {
    .icon-with-title-item {
        flex: 0 0 100%;
        border-right: none;
    }
    .icon-with-title-item:first-child {
        border-right: none;
    }
    .icon-with-title-item:first-child ~ .icon-with-title-item {
        border-top: 3px solid #E8EDEE;
    }
}

/* new-home - number text with layer */
.icon-numbers-text-layers-bg {
    border-top-left-radius: 200px;
    border-bottom-left-radius: 200px;
    padding: 40px;
    position: relative;
}
.rhs-long-bg-vector {
    position: absolute;
    height: 100%;
    width: 10000px;
    top: 0px;
    left: 0px;
    z-index: 2;
    border-radius: 250px 0px 0px 250px;
}
.icon-numbers-text-layers-bg .row {
    position: relative;
    z-index: 9;
}
.icon-numbers-text-item {
    text-align: center;
    display: flex;
    align-items: center;
    flex-direction: column;
    color: #fff;
}
.icon-numbers-text-item .sbs-layer-panels-item-image {
    width: 90px;
    height: 90px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 12px;
}
.icon-numbers-text-item  .sbs-layer-panels-item-info {
    max-width: 320px;
}
.icon-numbers-text-item h2{
    color: #fff;
    margin-bottom: 8px;
}
@media screen and (max-width: 991px) {
    .icon-numbers-text-layers-bg {
        padding: 20px 0 20px 40px;
    }
}
@media screen and (max-width: 767px) {
    .icon-numbers-text-layers-bg {
        border-top-left-radius: 30px;
        border-bottom-left-radius: 30px;
    }
    .rhs-long-bg-vector {
        border-radius: 30px 0px 0px 30px;
    }
    .icon-numbers-text-layers-bg {
        padding: 20px 0 20px 15px;
    }
    div + div > .icon-numbers-text-item {
        margin-top: 30px;
    }
}

/*  new-home - (number text with layer) type 2 */ 
.icon-numbers-text-layers.lhs-bg-layer .icon-numbers-text-layers-bg {
    border-radius: 0;
    border-top-right-radius: 200px;
    border-bottom-right-radius: 200px;
}
.lhs-long-bg-vector {
    position: absolute;
    height: 100%;
    width: 10000px;
    top: 0px;
    right: 0px;
    z-index: 2;
    border-radius: 0 250px 250px 0;
}
.icon-numbers-text-layers.lhs-bg-layer .sbs-layer-panels-item-image {
    width: 90px;
    height: 90px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 30px;
}
.icon-numbers-text-item h4 {
    color: #fff;
    margin-bottom: 10px;
}
@media screen and (max-width: 991px) {
    .icon-numbers-text-layers.lhs-bg-layer .icon-numbers-text-layers-bg {
        padding: 20px 40px 20px 0;
    }
    .icon-numbers-text-layers.lhs-bg-layer .sbs-layer-panels-item-image {
        margin-bottom: 12px;
    }
}
@media screen and (max-width: 767px) {
    .lhs-long-bg-vector {
        border-radius: 0 30px 30px 0;
    }
    .icon-numbers-text-layers.lhs-bg-layer .icon-numbers-text-layers-bg {
        padding: 20px 15px 20px 0;
    }
}

/*  new-home - heading-text-with-panels */ 
.hover-effect-title h4 {
    margin-top: 0;
    margin-bottom: 16px;
}

/*  new-home - quote list layer */ 
.quote-content-wrap {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    margin: 0 -30px;
    row-gap: 60px;
}
.quote-content-wrap .quote-content-item {
    width: 50%;
    padding: 0 30px;
}
.quote-content-wrap .quote-content-item-inner {
    background: #FAFAFA;
    border-radius: 30px;
    padding: 30px 40px;
    min-height: 100%;
    display: flex;
    flex-direction: column;
}
.quote-content-wrap .quote-text {
    font-size: 20px;
    line-height: 28px;
    font-style: italic;
    padding-left: 36px;
    background-image: url(/images/home-page-new/icons/quote-icon.svg);
    background-repeat: no-repeat;
    background-position: left 0 top 6px;
    width: 100%;
}
.quote-content-wrap .quote-text:not(last-child) {
    margin-bottom: 16px;
}
.quote-content-wrap .quote-author {
    margin-top: auto;
    position: relative;
    padding-left: 80px;
    min-height: 64px;
    align-items: center;
    display: flex;
    flex-wrap: wrap;
}
.quote-content-wrap .quote-author .quote-image {
    position: absolute;
    left: 0;
    top: 0;
    border-radius: 50%;
    background-image: url(/images/author-avatar.png);
    height: 64px;
    width: 64px;
    background-size: cover;
}
.quote-content-wrap .quote-author .quote-image img {
    border-radius: 50%;
    object-fit: cover;
    height: 64px;
    width: 64px;
    background: #fff;
}
.quote-content-wrap .quote-author .quote-name {
    font-size: 14px;
    line-height: 22px;
    font-weight: bold;
}
.quote-content-wrap .quote-author .quote-sub {
    color: #768692;
    font-size: 14px;
    line-height: 22px;
}
@media screen and (max-width: 991px) {
    .quote-content-wrap .quote-content-item-inner {
        border-radius: 20px;
        padding: 20px;
    }
    .quote-content-wrap {
        margin: 0 -15px;
        row-gap: 30px;
    }
    .quote-content-wrap .quote-content-item {
        padding: 0 15px;
    }
    .quote-content-wrap .quote-text {
        font-size: 17px;
        line-height: 24px;
    }
}
@media screen and (max-width: 767px) {
    .quote-content-wrap .quote-content-item {
        width: 100%;
    }
}


/* =================================================================================
    News and blog page
================================================================================= */
.content-page-middle {
    padding: 40px 0 0;
}
.news-top-title {
    margin-bottom: 20px;
    align-items: center;
}
.search-right input.form-control {
    line-height: 22px;
    padding: 12px 50px 12px 14px;
    height: inherit;
}
.search-right input.form-control {
    line-height: 22px;
    padding: 12px 50px 12px 14px;
    height: inherit;
}
.search-news input.form-control {
    border: navajowhite;
    background: transparent;
    padding-left: 15px;
    font-size: 15px;
}
.search-right > img, .search-right input[type="image"] {
    left: inherit;
    right: 20px;
    top: 50%;
    transform: translateY(-50%);
    position: absolute;
    margin-top: -2px;
}
.search-right {
    margin-left: auto;
    margin-bottom: 30px;
    max-width: 227px;
    position: relative;
}
.res-img > img {
    object-fit: cover;
    min-height: 100%;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
}
.presentation-featured-yellow {
    margin-bottom: 10px;
    text-align: right;
}
.presentation-featured-yellow span {
    background: #FFB81C;
    box-shadow: 0px 3px 6px rgba(255, 184, 28, 0.2);
    border-radius: 4px;
    color: #FFFFFF;
    font-size: 12px;
    line-height: 16px;
    letter-spacing: 0.2px;
    padding: 4px 6px;
    text-transform: uppercase;
}
.presentation-featured {
    background: #FAFAFA;
    border-radius: 10px;
    margin-bottom: 30px;
    overflow: hidden;
    width: 100%;
}
.presentation-featured .presentation-text-top {
    font-size: 13px;
}
.published-date {
    color: #425563;
    font-size: 14px;
    line-height: 22px;
    display: flex;
    align-items: center;
    margin-bottom: 10px;
}
.published-date > img {
    max-width: 16px;
    margin-right: 8px;
    margin-top: -2px;
}
.presentation-featured .res-text-block {
    padding: 30px 30px 30px 0;
    position: relative;
    height: 100%;
}
.presentation-featured.big-featured .res-img {
    padding-bottom: 65%;
    height: 100%;
}
@media screen and (max-width: 767px) {
    .presentation-featured .res-text-block {
        padding: 16px 16px 18px;
    }
    .search-right {
        margin-left: 0;
        margin-bottom: 0;
    }
}

/* news details */
.news-detail {
    padding: 60px 0;
}
.news-detail h1 {
    margin-top: 10px;
    display: inline-block;
    margin-bottom: 15px;
}
.news-content .published-date {
    margin-bottom: 10px;
}
.content-img > img {
    border-radius: 20px;
    margin-top: 10px;
    margin-bottom: 30px;
}
@media screen and (max-width: 767px) {
    .news-detail {
        padding: 30px 0 50px;
    }
}


/* =================================================================================
    Online-Courses, resources, events, with details pages
================================================================================= */
/* Online-Courses - layer */
.layer-type-online-courses {
    padding: 50px 0 70px;
}
.layer-type-online-courses .title-and-border-wrap + * {
    margin-top: 10px;
}
.online-courses-title.title-btn {
    display: flex;
    align-items: end;
    flex-wrap: wrap;
    margin-bottom: 30px;
}
.online-courses-title.title-btn > span {
    margin: 0 0 0 10px;
    position: relative;
    top: -5px;
}
.online-courses-title.title-btn h2 {
    margin-bottom: 0;
}
.online-courses-title > span {
    font-size: 18px;
    line-height: 24px;
    margin-left: 5px;
    font-family: 'Poppins', sans-serif;
    font-weight: 600;
}
.layer-type-online-courses .row {
    margin-right: -25px;
    margin-left: -25px;
}
.layer-type-online-courses .row > div[class*="col-"] {
    padding-left: 25px;
    padding-right: 25px;
}
.timetable-filter-wrap {
    display: flex;
}
.open-filter-wrap {
    display: flex;
}
.sbs-filter-button > input {
    background: #AE2573;
    border: none;
    color: #fff;
    font-size: 13px;
    border-radius: 6px;
    height: 38px;
    padding: 5px 10px;
}
.timetable-filter-wrap > div + div {
    margin-left: 10px;
}
.open-filter-wrap > div {
    margin-right: 10px;
}
.open-filter-wrap select {
    font-size: 14px;
    height: 38px;
}
.layer-type-online-courses .subnav ul {
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 30px;
    padding: 0;
    max-width: 1000px;
    gap: 8px;
}
.layer-type-online-courses .subnav ul > li {
    list-style: none;
    display: flex;
}
.layer-type-online-courses .subnav ul > li a {
    color: #231F20;
    font-family: 'Inter', sans-serif;
    font-weight: 600;
    background: #AE257340;
    display: inline-block;
    border: 1px solid #231F20;
    border-radius: 25px;
    padding: 5px 12px;
    font-size: 13px;
    line-height: 20px;
    text-decoration: none;
}
.layer-type-online-courses .subnav ul > li a:hover,
.layer-type-online-courses .subnav ul > li a:focus,
.layer-type-online-courses .subnav ul > li a.active {
    background: #AE2573;
    color: #fff;
}
.content-not-found {
    padding: 30px 20px;
    background: #FAFAFA;
    border-radius: 20px;
}
.content-not-found h5 {
    margin-bottom: 0;
}

@media screen and (max-width: 1199px) {
    .search-filter-paging-wrap .paging-rhs {
        margin-top: 20px;
        text-align: left !important;
    }
}
@media screen and (max-width: 991px) {
    .search-filter-paging-wrap > div + div {
        margin-top: 20px; 
    }
    .timetable-filter-wrap > div {
        width: 100%;
    }
    .timetable-filter-wrap > div > .btn {
        width: 100%;
    }
    .search-filter-paging-wrap .content-search-wrap-inner {
        max-width: 100%;
    }
}
@media screen and (max-width: 767px) {
    .timetable-filter-wrap {
        flex-wrap: wrap;
    }
    .timetable-filter-wrap > div + div {
        margin-left: 0;
    }
    .timetable-filter-list {
        margin-top: 20px;
    }
    .layer-type-online-courses {
        padding: 40px 0;
    }
    .layer-type-online-courses .subnav ul > li a {
        padding: 3px 8px;
        font-size: 11px;
        line-height: 16px;
    }
}
@media screen and (max-width: 479px) {
    .online-courses-title.title-btn h2 {
        margin-bottom: 0;
    }
    .overview-item {
        width: 100%;
    }
}

/***** box common css  *****/
.res-box {
    border-radius: 10px;
    overflow: hidden;
    background-color: #FAFAFA;
    width: 100%;
    margin-bottom: 30px;
    position: relative;
}
.res-img {
    position: relative;
    padding-bottom: 40.54%;
    height: 0;
    overflow: hidden;
    background: #f1f1f1;
}
.res-img > img {
    object-fit: cover;
    min-height: 100%;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    object-position: center;
}
.res-text-block {
    padding: 16px 16px 18px;
    color: #231F20;
}
.res-text-block .stk-box-top-text,
.res-text-content {
    font-size: 16px;
}
.res-text-block h6 a {
    color: #231F20;
}
.presentation-text-top {
    font-size: 12px;
    line-height: 18px;
    color: #AE2573;
    float: left;
    width: 100%;
    margin-bottom: 2px;
}
.res-meta-wrap {
    display: flex;
    flex-wrap: wrap;
    padding: 0;
    list-style: none;
    margin-top: 8px;
}
.res-text-content {
    display: inline-block;
    width: 100%;
}
.res-meta {
    font-size: 14px;
    line-height: 22px;
    margin-bottom: 10px;
    margin-right: 16px;
}
.res-meta > div {
    display: flex;
    color: #425563;
}
.res-tag svg {
    color: #005EB8;
}
.res-meta > div > span:first-child {
    width: 18px;
    height: 18px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 4px;
    margin-top: 1px;
    color: #768692;
}
.res-meta > div > span:first-child img {
    max-width: 14px;
}

/* resource details */
.courseedetail ~ .overall-layer-wrapper-subhome .container > div {
    padding-left: 40px;
}
.resourcedetail-right {
    width: 50%;
    border: none;
    position: relative;
    right: -80px;
    background-size: cover !important;
    border-top-left-radius: 230px;
    border-bottom-left-radius: 230px;
    overflow: hidden;
}

/* courses detail new */
.courseedetail {
    background: #FAFAFA;
}
.courseedetail-wrap {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    padding: 30px 0;
}
.courseedetail-left {
    width: 50%;
}
.courseedetail-left-inner {
    max-width: 516px;
    padding-left: 40px;
}
.c-detail-inner {
    position: relative;
    z-index: 1;
    max-width: 100%;
}
.c-detail-title {
    margin-bottom: 8px;
}
.c-detail-title h1 {
    font-size: 46px;
    line-height: 52px;
    margin-bottom: 8px;
}
.c-detail-title > span {
    font-size: 14px;
    line-height: 22px;
    display: inline-block;
    margin-bottom: 8px;
}
.c-detail-text {
    color: #425563;
}
.c-detail-btn .btn {
    margin-top: 12px;
}
.c-detail-btn .btn-pink {
    width: 250px;
}
.c-detail-btn {
    display: flex;
    align-items: center;
    width: 800px;
    flex-wrap: wrap;
    margin-top: 20px;
}
.c-detail-btn > * {
    margin-right: 20px;
}
.c-detail-btn .already-booked {
    margin-top: 20px;
}
.already-booked {
    max-width: 476px;
    margin-top: 20px;
}
.c-detail-btn .CPD-text-logo {
    margin-top: 14px;
    font-size: 14px;
    background: #fff;
    padding: 5px 15px 5px 15px;
    border-radius: 30px;
}
.c-detail-btn .CPD-text-logo > .lbl {
    margin-left: 8px;
}
.c-detail-btn .CPD-text-logo > img {
    width: 100px;
    height: 100px;
    object-fit: contain;
    border-radius: 10px;
    padding: 5px;
    background: #EFEFEF;
    max-width: 100%;
}
.courseedetail-right {
    width: 50%;
    padding-top: 36.33%;
    position: relative;
    right: -80px;
    background-size: cover !important;
    border-top-left-radius: 230px;
    border-bottom-left-radius: 230px;
}
.courseedetail-right-inner {
    max-width: 680px;
}
.overview-wrap {
    margin-top: 37px;
    display: flex;
    flex-wrap: wrap;
}
.overview-item {
    padding-left: 32px;
    position: relative;
    padding-right: 15px;
    width: 50%;
    margin-bottom: 20px;
}
.overview-item label {
    font-size: 14px;
    line-height: 22px;
    display: inline-block;
    width: 100%;
    margin-bottom: 0;
    color: #425563;
}
.overview-item > img {
    position: absolute;
    left: 0;
    top: 3px;
    width: 18px;
    max-height: 19px;
}
.overview-item > span {
    float: left;
    width: 100%;
    font-size: 14px;
    line-height: 22px;
}
.detail-container {
    padding: 0 40px 100px;
}
.overall-layer-wrapper-subhome-resources + .container > .detail-container {
    padding-top: 0;
}
.detail-container .resource-video {
    margin-bottom: 30px;
}
.detail-container ul {
    list-style: none;
    padding-left: 0;
}
.detail-container ul:not(.slick-dots) {
    display: flex;
    flex-wrap: wrap;
    margin: 0;
}
.detail-container ul:not(.slick-dots) li {
    position: relative;
    padding-left: 32px;
    width: 47%;
    margin-bottom: 25px;
}
.detail-container ul:not(.slick-dots) li:nth-child(2n) {
    margin-left: 6%;
}
.detail-container ul:not(.slick-dots) li:before {
    background: transparent;
    background-image: url(/images/mark-black-icon.svg);
    background-repeat: no-repeat;
    background-size: cover;
    content: '';
    position: absolute;
    left: 0;
    top: 4px;
    height: 16px;
    width: 17px;
}
.detail-container h2 {
    margin-top: 80px;
}


.details-testimonials .slick-track {
    display: flex !important;
}
.details-testimonials .slick-list {
  margin: 0 -20px;
}
.details-testimonials .slick-slide {
    height: inherit !important;
    padding: 0 20px;
}
.details-testimonials .slick-reviews {
    margin-top: 10px;
}
.details-testimonials .slick-slide .item-content {
    height: 100%;
    display: flex;
    flex-wrap: wrap;
    background: #FAFAFA;
    padding: 36px 40px;
    border-radius: 30px;
}
.details-testimonials .slick-slide .item-content .item-author-wrapper {
    margin-top: auto;
    width: 100%;
}
.details-testimonials .slick-arrow {
    border: 2px solid #76869226;
    border-radius: 50%;
    padding: 0;
    position: absolute;
    left: -60px;
    top: 50%;
    outline: none;
    line-height: 50px;
    height: 40px;
    width: 40px;
    z-index: 1;
    background: transparent;
    color: #231F20;
    transform: translateY(-50%);
    margin-top: -38px;
    display: flex !important;
    align-items: center;
    justify-content: center;
    font-size: 13px;
}
.details-testimonials .slick-next.slick-arrow {
    right: -60px;
    left: auto;
}
.details-testimonials .slick-dots {
    margin: 0;
    list-style: none;
    width: 100%;
    padding: 0;
    text-align: center;
    margin-top: 23px;
}
.details-testimonials .slick-dots li button {
    font-size: 0;
    height: 10px;
    width: 10px;
    border-radius: 100%;
    background-color: #231F20;
    padding: 0;
    opacity: .25;
    border: none;
}
.details-testimonials .slick-dots li button:focus {
    outline: none;
}
.details-testimonials .slick-dots li.slick-active button {
    opacity: 1;
}
.details-testimonials .slick-dots li {
    display: inline-block;
}
.details-testimonials .slick-dots li + li {
    margin-left: 10px;
}
.people-courses {
    width: 100%;
    display: flex;
    justify-content: center;
    margin-top: 30px;
}
.people-courses-wrap {
    font-size: 18px;
    line-height: 24px;
    font-family: 'Poppins', sans-serif;
    font-weight: 600;
    text-align: center;
    display: flex;
    align-items: center;
}
.people-courses-wrap > img {
    margin-right: 10px;
}
.facilitators-wrap img {
    width: 100%;
    border-radius: 10px;
}
.facilitators-list {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -15px;
    padding-top: 10px;
}
.facilitators-item {
    margin-bottom: 30px;
    width: 50%;
    padding: 0 15px;
}
.facilitators-item:last-child {
    margin-right: 0px;
}
.facilitators-item:only-child {
    max-width: 100%;
}
.facilitators-text {
    width: 100%;
    font-size: 15px;
}
.facilitators-wrap-item .facilitators-img {
    width: 150px;
    height: 150px;
    margin: 0 0 15px;
}
.facilitators-wrap-item .facilitators-img img {
    height: 100%;
    object-fit: cover;
    border-radius: 50%;
}
.facilitators-text h6 {
    margin: 0 0 5px;
}
.facilitators-text > span {
    font-size: 12px;
    line-height: 18px;
    color: #768692;
    display: inline-block;
    width: 100%;
}
.facilitators-wrap-item .rm-link {
    margin-top: 13px;
    display: inline-block;
    line-height: normal;
    color: #AE2573;
}
.facilitators-wrap-item .rm-link svg {
    width: 13px;
    margin-left: 4px;
    position: relative;
    top: 1px;
}
.facilitators-sociallinks-list {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    margin-top: 8px;
}
.facilitators-sociallinks-list > a {
    width: 30px;
    height: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #768692;
    font-size: 18px;
}
.facilitators-sociallinks-list > a:hover {
    text-decoration: none;
}
.facilitators-sociallinks-list > a + a {
    margin-left: 6px;
}
.detail-container .blue-mark-list ul li {
    width: 100%;
}
.detail-container .blue-mark-list ul li:nth-child(2n) {
    margin-left: 0;
}
.sociallinks {
    background: #AE2573;
    border-radius: 30px;
    text-align: center;
    padding: 40px;
    margin-top: 50px;
}
.sociallinks-wrap h3 {
    margin-bottom: 30px;
    max-width: 780px;
    margin-left: auto;
    margin-right: auto;
    color: #fff;
}
.sociallinks h3 p {
    margin-bottom: 0;
}
.sociallinks-list {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    justify-content: center;
}
.sociallinks-list > a {
    width: 50px;
    height: 46px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #ffffff;
    font-size: 26px;
}
.sociallinks-list > a:hover {
    text-decoration: none;
}
.sociallinks-list > a img {
    max-height: 26px;
}
.sociallinks-list > a + a {
    margin-left: 9px;
}
.related-section {
    padding: 0 0 70px;
}
.related-section h2 {
    text-align: center;
    margin-bottom: 40px;
}
.recording-video-wrapper {
    position: relative;
    padding-bottom: 56.25%;
    height: 0;
}
.recording-video-wrapper > iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

/* status */
.status-wrap {
    margin-right: 20px;
    position: relative;
    top: 7px;
    padding: 10px 0;
    padding-left: 26px;
    background-image: url(/images/courses-complated.png);
    background-size: 18px;
    background-repeat: no-repeat;
    background-position: left center;
    margin-bottom: 5px;
    display: inline-block;
    font-size: 14px;
}
.status-wrap.completed {
    color: green;
}

/* Event page */
.search-with-page {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -15px;
}
.search-with-page > div {
    margin: 5px 0;
    padding: 0 15px;
}
.content-search-wrap {
    margin-bottom: 30px;
}
.content-search-wrap-inner {
    display: inline-block;
    position: relative;
    max-width: 420px;
    width: 100%;
}
.content-search-wrap-inner > img {
    position: absolute;
    left: 15px;
    top: 11px;
}
.content-search-wrap-inner input[type="text"] {
    height: 40px;
    border-radius: 6px;
    width: 100%;
    border: 1px solid #231F20;
    padding: 8px 60px 8px 36px;
}
.content-search-wrap-inner input[type="submit"] {
    background: #AE2573;
    color: #fff;
    border: none;
    height: 30px;
    padding: 5px 12px;
    border-radius: 6px;
    margin-left: 10px;
    font-size: 13px;
    line-height: 22px;
    position: absolute;
    right: 5px;
    top: 5px;
}
.entry-featured-star {
    display: none;
}
.pagination {
    margin-top: 0 !important;
}

/* event details */
.overview-item .btn.btn-download {
    font-size: 12px;
    padding: 3px 8px;
    margin-top: 7px;
}
.view-event-text-inner {
    margin-top: 15px;
    font-size: 14px;
}
.view-event-text-inner > img {
    margin-right: 8px;
    max-width: 17px;
    position: relative;
    top: -1px;
}
.courseedetail-left .btn-tickets {
    background: #41B6E60D;
    width: 100%;
    max-width: 442px;
}
.booking-option-row .btn-download {
    margin-left: 20px;
}
.resource-download-pane .cardOutter-wrap .cardOutter-item .cardOutter-title {
    width: 100%;
}
.resource-download-pane .cardOutter-wrap {
    max-width: 440px;
    display: flex;
    flex-direction: column;
}

/* Resources page new */
.courses-box {
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
}
.courses-box .sbs-layer-panels-item-type-btn {
    margin-top: auto;
    padding: 0 20px 30px;
}
.resources-box .res-text-block {
    padding-bottom: 10px;
}

/* Resources details */
.courseedetail-right.resources-top-rhs {
    padding: 0;
}
.title-m-0 h2 {
    margin-top: 0;
}
.cardOutter-wrap {
    background: #FAFAFA;
    border-radius: 10px;
    padding-left: 16px;
}
.cardOutter-item {
    padding-left: 44px;
    position: relative;
    min-height: 60px;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}
.cardOutter-item:hover {
    text-decoration: none;
}
.cardOutter-item:hover {
    text-decoration: none;
}
.cardOutter-item > svg,
.cardOutter-item > img {
    position: absolute;
    left: 4px;
    top: 50%;
    transform: translateY(-50%);
}
.cardOutter-item .cardOutter-title {
    position: relative;
    padding-right: 57px;
    display: flex;
    align-items: center;
    padding-top: 10px;
    padding-bottom: 10px;
    border-bottom: 1px solid #7080901A;
    width: 100%;
    min-height: 60px;
}
.cardOutter-item .cardOutter-title > span {
    position: absolute;
    right: 19px;
    top: 50%;
    transform: translateY(-50%);
}
.cardOutter-item .title_Cmn {
    font-size: 14px;
    line-height: 22px;
    color: #010B13;
}
.cardOutter-item:hover .title_Cmn {
    color: #005EB8;
}
.cardOutter-item .title_Cmn > p {
    color: #626E7A;
}
.cardOutter-item:last-child .cardOutter-title {
    border-bottom: none;
}
@media screen and (max-width: 991px) {
    .courseedetail-left-inner,
    .courseedetail ~ .overall-layer-wrapper-subhome .container > div {
        padding-left: 0;
    }
}
@media screen and (max-width: 767px) {
    .courseedetail-wrap {
        padding: 35px 0;
    }
    .courseedetail-right {
        padding-top: 85.33%;
        order: 1;
        width: 100%;
        right: 0;
        border-radius: 30px;
    }
    .courseedetail-left {
        width: 100%;
        padding: 30px 0 0;
        order: 2;
    }
    .detail-container {
        padding: 0px 0 35px;
    }
    .detail-container h2 {
        margin-top: 35px;
    }
    .details-testimonials .slick-arrow {
        left: -15px;
    }
    .details-testimonials .slick-next.slick-arrow {
        right: -15px;
        left: auto;
    }
    .detail-container ul:not(.slick-dots) li {
        width: 100%;
    }
    .detail-container ul:not(.slick-dots) li:nth-child(2n) {
        margin-left: 0;
    }
    .sociallinks {
        border-radius: 30px;
        text-align: center;
        padding: 40px;
        margin-top: 25px;
    }
    .people-courses-wrap {
        text-align: left;
        align-items: flex-start;
    }
    .people-courses-wrap > img {
        margin-right: 15px;
    }
    .related-section {
        padding: 0 0 35px;
    }
    .c-detail-btn .CPD-text-logo {
        margin-top: 20px !important;
    }
    .c-detail-title h1 {
        font-size: 26px;
        line-height: 34px;
    }
    .c-detail-btn {
        width: auto;
    }
    .paging-rhs {
        margin-top: 20px;
        text-align: left !important;
    }
    .resourcedetail-right {
        border-radius: 30px;
        width: 100%;
        right: 0;
    }
}
@media screen and (max-width: 479px) {
    .facilitators-item {
        width: 100%;
        margin-right: 0;
        max-width: 100%;
    }
    .facilitators-item:last-child {
        margin-bottom: 0;
    }
}


/* =================================================================================
    events booking checkout process 
================================================================================= */
/* events_booking_checkout */
.sbs-event-order-info-dates {
    margin-bottom: 5px;
    font-size: 15px;
}
.checkout-forum-wrapper {
    padding: 40px 0;
}
.required {
    color: #dc3545;
}
.table.table-order-summary {
    margin-top: 25px;
}
.sub-total-wrap {
    text-align: right;
}
.sub-total-wrap .checkout-total {
    text-align: left;
}

/* events_booking_confirmed */
.thank-booking-wrap {
    padding: 30px 0 0;
}
.thank-booking-wrap h4 {
    margin-bottom: 20px;
}
.title-with-rhs-btn {
    display: flex;
    justify-content: space-between;
    margin-bottom: 20px;
}
ul.calendar-list {
    padding: 15px 0;
    list-style: none;
}
ul.calendar-list > li  + li {
    margin-top: 15px;
}
ul.calendar-list > li > a {
    position: relative;
    padding-left: 42px;
    min-height: 32px;
    display: flex;
    align-items: center;
}
ul.calendar-list > li > a > span {
    position: absolute;
    left: 0;
    height: 32px;
    width: 32px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #ebebeb;
    border-radius: 50%;
}
ul.calendar-list > li > a > span > img {
    width: 22px;
}


/* =================================================================================
    Current-members page 
================================================================================= */
/* Letters Nav */
.letters-nav-wrapper {
    padding-top: 40px;
}
.letters-nav-wrapper ul {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-justify-content: space-between;
    justify-content: space-between;
}
.letters-nav-wrapper ul li {
    margin-top: .5rem;
}
.letters-nav-wrapper ul li a {
    background-color: #FFFFFF;
    box-shadow: 0px 10px 15px rgba(118, 134, 146, 0.1);
    border-radius: 50%;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    -webkit-justify-content: center;
    justify-content: center;
    font-size: 18px;
    padding-top: 2px;
    height: 40px;
    width: 40px;
    color: #231F20;
    text-decoration: none;
}
.letters-nav-wrapper ul li a:hover,
.letters-nav-wrapper ul li a:focus {
    background-color: #005EB8;
    color: #FFFFFF;
}
.subhome-title-text-wrap {
    text-align: center;
}
.container ~ .layer-workshops {
    padding: 40px 0 10px;
}
.container ~ .layer-workshops:last-child {
    padding-bottom: 50px;
}
@media screen and (max-width: 767px) {
    .container ~ .layer-workshops:last-child {
        padding-bottom: 10px;
    }
}


/* =================================================================================
    team page
================================================================================= */
.panel-widget + .content-page-middle {
    padding-top: 0;
}
.team-box {
    padding: 20px;
    display: flex;
    flex-direction: column;
}
.team-box .team-box-img img {
    width: 100%;
    max-height: 220px;
    min-height: 220px;
    object-fit: cover;
    border-radius: 10px;
}
.team-box .emp_name {
    margin-top: 15px;
    margin-bottom: 6px;
}
.team-box .stk-white-box > span {
    display: inline-block;
    width: 100%;
    font-size: 14px;
    font-weight: 500;
    line-height: 18px;
}
.team-box .stk-white-box {
    padding-bottom: 60px;
    position: relative;
    flex: 1 1 auto;
    font-size: 16px;
}
.team-box .team-content {
    margin-top: 15px;
}
.team-box .stk-white-box > div:not(.team-content):last-child {
    position: absolute;
    bottom: 0;
    left: 0;
    box-shadow: 0px -1px 0px rgba(118, 134, 146, 0.15);
    text-align: right;
    width: 100%;
    padding-top: 15px;
}
.team-box .stk-white-box > div:not(.team-content):last-child a {
    color: #AE2573;
}
.team-box .stk-white-box > div:not(.team-content):last-child a:hover {
    color: #231F20;
}
.team-box .stk-white-box > div:not(.team-content):last-child a svg {
    font-size: 13px;
    margin-left: 5px;
}


/* =================================================================================
    content pages - title with content pages
================================================================================= */
.page > .container-page > div > .content-page {
    padding-top: 50px;
    padding-bottom: 40px;
}
.page .content-page h1,
.page .content-page h2,
.page .content-page h3 {
    margin-bottom: 20px;
}


/* =================================================================================
    404 page
================================================================================= */
.nav-404 {
    padding: 50px 0px;
}
.nav-404 .nav-block + .nav-block {
    margin-top: 25px;
    display: inline-block;
    width: 100%;
}
.nav-404 .nav-block h4 {
    margin-top: 0;
}


/* =================================================================================
    Search result
================================================================================= */
.search-result-wrap {
    padding: 50px 0;
    background: #FAFAFA;
    font-size: 16px;
}
.panel-search-result {
    padding: 20px;
}
.panel-search-result h4 {
    margin-top: 0;
}
.btn2 {
    padding: 12px 24px;
}
.panel-search-result ul {
    margin-bottom: 15px;
    margin-top: 15px;
}
.searchresult-wrap .searchresult-paging {
    background-color: #fff;
    border: none;
    border-radius: 10px;
    padding: 20px;
    -webkit-align-items: center;
    align-items: center;
}
.searchresult-paging select {
    padding: 4px 5px 2px;
    border-radius: 3px;
    height: 28px;
    display: inline-block;
}
.searchresult-paging > div:first-child,
.searchresult-paging > div:last-child {
    padding: 0;
}
.short-wrap .sortlink {
    color: #231F20;
    margin: 0 5px;
}
.short-wrap .sortlink:hover {
    color: #005EB8;
}
.short-wrap .sortlink:last-child {
    margin-right: 0;
}
.searchresult-wrap .post.item {
    border-bottom: none;
    border-radius: 10px;
    margin: 15px 0;
    padding: 20px;
    font-size: 16px;
    background: #fff;
}
.searchresult-wrap .post.item h2 {
    font-size: 21px;
    line-height: 30px;
    margin-bottom: 10px;
}
.searchresult-wrap .post.item h2 > a {
    color: #231F20;
}
.searchresult-wrap .post.item h2 > a:hover {
    color: #AE2573;
}
.searchresult-wrap .post.item .entry-meta {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
}
.searchresult-wrap .post.item .autor-name img {
    display: block;
    margin-right: 7px;
    height: 17px;
}
.searchresult-wrap .pagination {
    margin-top: 40px;
}
.searchresult-wrap .pagination-box:last-child {
    padding-bottom: 0;
}
.check-item input[type="checkbox"] {
    opacity: 0;
    cursor: pointer;
    z-index: 1;
}
.check-item label {
    margin-bottom: 0;
    display: inline-block;
    width: 100%;
}
.check-item label:before {
    content: "";
    height: 15px;
    width: 15px;
    position: absolute;
    left: 0;
    top: 2px;
    border-radius: 3px;
    border: 1px solid #cacaca;
}
.check-item label:after {
    content: "";
    position: absolute;
    display: none;
    left: 5px;
    top: 4px;
    width: 5px;
    height: 8px;
    border: solid #fff;
    border-width: 0 2px 2px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}
.check-item input:checked ~ label:before {
    border-color: #005EB8;
    background-color: #005EB8;
}
.check-item input:checked ~ label:after {
    display: block;
}
@media screen and (max-width: 991px) {
    .searchresult-paging > div:last-child {
        text-align: left !important;
        margin-top: 15px;
    }
}
@media screen and (max-width: 767px) {
    .search-result-wrap {
        padding: 40px 0;
    }
}


/* =================================================================================
    member area new design - my space
================================================================================= */
/***** myspace old css *****/
.no-image-white-bg {
    padding: 100px 0;
    background-color: #fff;
}
.no-image-white-bg .card-layer {
    width: 100%;
    max-width: 670px;
    margin: 0 auto;
    text-align: center;
}
.no-image-white-bg .layer-title {
    font-style: normal;
    color: #fff;
}
.no-image-white-bg .sub-title {
    font-weight: 500;
    font-size: 15px;
}
.no-image-white-bg.purple-colored-bg {
    background-color: #005EB8;
}
.form-box .btn {
    font-size: 14px;
    line-height: 22px;
    padding: 12px 24px;
    margin-right: 6px;
    margin-bottom: 10px;
}
.form-box h3 {
    margin-bottom: 20px;
}
.members-area-left-side {
    padding: 15px 20px;
}
.table {
    font-size: 14px;
    line-height: 22px;
}
.table thead th {
    background-color: #FAFAFA;
    border-bottom: 1px solid #dee2e6;
}
.table thead th:first-child {
    border-top-left-radius: 4px;
    border-bottom-left-radius: 4px;
}
.table thead th:last-child {
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px;
}
.table thead th, .table tr td {
    padding: 12px 15px 10px;
}
.table tbody tr td {
    box-shadow: 0px 1px 0px rgba(118, 134, 146, 0.25);
}
.table tbody tr:first-child td {
    border-top: none;
}
.card-box table {
    word-break: normal;
}
.no-member-data {
    padding: 60px 20px 20px;
    text-align: center;
}
.no-member-data .btn {
    margin-top: 10px;
}
.myspace-content-details .form-group {
    margin-bottom: 5px;
}
.myspace-content-details .form-group label {
    padding-left: 0;
}
.status-point {
    position: relative;
    padding-left: 11px;
    display: inline-block;
}
.status-point:before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    height: 5px;
    width: 5px;
    border-radius: 50%;
    background: #768692;
    top: 7px;
}
.not-started,
.in-progress {
    color: #231F20;
}
.completed,
.accepted {
    color: #039E58;
}
.completed:before,
.accepted:before {
    background: #039E58;
}
.cancelled {
    color: red;
}
.cancelled:before {
    background: red;
}
.members-area-left-side .events-table th:last-child {
    min-width: 100px;
}
.date-full {
    display: inline-block;
    width: 100%;
    margin-bottom: 5px;
}
.round-icon-wrap {
    display: flex;
}
.round-icon-wrap > a {
    background: rgba(118, 134, 146, 0.1);
    width: 22px;
    height: 22px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    font-size: 12px;
}
.round-icon-wrap > a + a {
    margin-left: 5px;
}

/* myspace_details */
.changepassword {
    margin-top: 50px;
}
ul.list-inline.asp-chkbox {
    padding-left: 5px;
}

/* member area - header */
body.members-area .page {
    font-size: 14px;
    line-height: 22px;
}
.members-area .large-container,
.members-area .container {
    max-width: 1390px;
}
.members-area .header-wrapper .header-border-wrap {
    display: none;
}

/* member area - no-image-white-bg */
.members-area .no-image-white-bg {
    overflow: hidden;
    padding: 60px 0 120px;
}
.members-area .no-image-white-bg > .container:before {
    content: "";
    height: 596px;
    width: 596px;
    position: absolute;
    left: -60px;
    top: 34px;
    background: url(/themes/Default/css/images/member-area/member-area-toplayer-triangle.svg);
}
.members-area .no-image-white-bg > .container > div {
    position: relative;
    z-index: 1;
}
.members-area .no-image-white-bg  .card-layer {
    max-width: 100%;
    text-align: left;
    padding-left: 248px;
}
.members-area .no-image-white-bg .row > div {
    padding: 0 15px;
}
.members-area .no-image-white-bg .row > div:first-child {
    padding-left: 45px;
}
.members-area .no-image-white-bg .row {
    align-items: center;
}
.members-area .no-image-white-bg .row > div:first-child > * {
    max-width: 520px;
}
.members-area .no-image-white-bg .card-layer h1.layer-title {
    font-size: 32px;
    line-height: 38px;
    margin-bottom: 0;
}
.members-area .no-image-white-bg .card-layer button {
    padding: 8px 16px;
    border-radius: 10px !important;
    font-size: 17px;
    font-weight: bold;
    background-color: #AE2573 !important;
    border: 1px solid #000;
    font-family: 'Frutiger LT';
}
.members-area .no-image-white-bg .card-layer button > span {
    font-size: 26px;
    display: block;
    text-align: left;
    line-height: 34px;
}
.w-60 {
    width: 59.5%;
}
.w-40 {
    width: 40.5%;
}

/* member area - content layer main */
.members-area .default-layer {
    padding: 0 0 100px;
}
.myspace-row {
    margin: 0 -15px;
    display: flex;
    flex-wrap: wrap;
    position: relative;
}
.myspace-row:before {
    content: "";
    height: 673px;
    width: 673px;
    position: absolute;
    right: -420px;
    top: 80px;
    background: url(/themes/Default/css/images/member-area/member-area-second-layer-triangle.svg);
}
.myspace-row > div {
    padding: 0 15px;
}
.myspace-row > .myspace-row-col-left {
    width: 278px;
}
.myspace-row-col-left > ul.nav.nav-tabs {
    width: 100%;
    padding-top: 23px;
    border: none;
}
.myspace-row > .myspace-row-col-right {
    width: calc(100% - 278px);
    margin-top: -110px;
}
.font-22 {
    font-size: 22px;
    line-height: 28px;
    margin-bottom: 20px;
}

/* member area - lhs tabs */
.myspace-row-col-left ul.nav-tabs > li > a {
    display: inline-block;
    padding-left: 32px;
    font-size: 14px;
    line-height: 22px;
    display: block;
    padding-top: 5px;
    padding-bottom: 5px;
    color: #425563;
    position: relative;
}
.myspace-row-col-left ul.nav-tabs > li > a > span {
    position: absolute;
    left: 5px;
    top: 2px;
}
.myspace-row-col-left ul.nav-tabs > li > a:hover,
.myspace-row-col-left ul.nav-tabs > li > a:focus, 
.myspace-row-col-left ul.nav-tabs > li > a.active {
    color: #005EB8;
    text-decoration: none;
}
.myspace-row-col-left ul.nav.nav-tabs li + li {
    margin-top: 8px;
}

/* member area - (tab-1) profile info box */
.profile-info-wrap > div {
    padding: 8px 0;
    border-bottom: 1px solid rgba(118, 134, 146, .1);
}
.profile-info-wrap > div:last-child {
    border-bottom: none;
}
.profile-info-wrap label {
    margin: 0;
    color: #425563;
}
.profile-info-btns {
    width: 100%;
    flex-wrap: wrap;
    column-gap: 16px;
    margin-top: 10px;
}
.profile-info-btns > .btn {
    width: calc(50% - 8px);
    border: none;
    border-radius: 6px;
    background: rgba(118, 134, 146, .05);
    padding: 5px 10px;
    font-size: 14px;
    font-weight: 500;
    margin-top: 10px;
}
.profile-info-btns > .btn > span svg {
    height: 14px;
    margin-right: 3px;
}
.profile-info-btns > .btn:hover,
.profile-info-btns > .btn:focus {
    background: rgba(118, 134, 146, .1);
}

/* member area - (tab-1) my progress box */
.my-progress-item {
    align-items: center;
    margin-bottom: 12px;
}
.my-progress-item:last-child {
    margin-bottom: 0;
}
.my-progress-item label {
    margin: 0;
    display: flex;
    align-items: center;
}
.my-progress-item label > svg {
    display: block;
    margin-right: 8px;
}
.my-progress-item .my-progress-num {
    font-size: 20px;
    line-height: 28px;
}

/* member area - (tab-1) what's new? box */
.whats-new-item {
    position: relative;
    padding-left: 32px;
}
.whats-new-item h6 {
    color: #425563;
    font-weight: normal;
    font-family: 'Frutiger LT';
    font-size: 14px;
    line-height: 22px;
    margin-bottom: 0;
}
.whats-new-item > svg {
    position: absolute;
    left: 0;
    top: 2px;
    max-width: 20px;
    height: auto;
}
.whats-new-item + .whats-new-item {
    margin-top: 16px;
}

/* member area - (tab-2) my content tables */
.members-area-title-wrap {
    margin-bottom: 20px;
}
.members-area-title-lhs {
    color: #425563;
    max-width: 460px;
}
.horizontal-tabs {
    margin-bottom: 20px;
}
.horizontal-tabs .nav-tabs {
    border-bottom: 2px solid rgba(118, 134, 146, .15);
}
.horizontal-tabs .nav-tabs > li {
    margin-right: 20px;
}
.horizontal-tabs .nav-tabs > li:last-child {
    margin-right: 0;
}
.horizontal-tabs .nav-tabs > li > a {
    font-size: 12px;
    line-height: 18px;
    display: block;
    color: #425563;
    padding: 9px 0;
    position: relative;
}
.horizontal-tabs .nav-tabs > li > a:before {
    content: "";
    height: 2px;
    width: 100%;
    position: absolute;
    left: 0;
    bottom: -2px;
    background: #005EB8;
    opacity: 0;
}
.horizontal-tabs .nav-tabs > li > a > span {
    color: #768692;
    margin-left: 6px;
}
.horizontal-tabs .nav-tabs > li > a.active,
.horizontal-tabs .nav-tabs > li > a:hover,
.horizontal-tabs .nav-tabs > li > a:focus {
    color: #005EB8;
}
.horizontal-tabs .nav-tabs > li > a.active > span,
.horizontal-tabs .nav-tabs > li > a:hover > span,
.horizontal-tabs .nav-tabs > li > a:focus > span {
    color: #005EB8;
}
.horizontal-tabs .nav-tabs > li > a.active:before,
.horizontal-tabs .nav-tabs > li > a:hover:before,
.horizontal-tabs .nav-tabs > li > a:focus:before {
    opacity: 1;
}
.horizontal-tabs .nav-tabs > li > a:hover, 
.horizontal-tabs .nav-tabs > li > a:focus {
    text-decoration: none;
}

/* member area - (tab-3) My Achievements */
.my-achievements-row > h6 {
    margin-bottom: 16px;
}
.my-achievements-row .panels-with-icons-box {
    flex: 1 1 0;
    width: 0;
}
.my-achievements-row > div.d-flex {
    gap: 30px;
}
.my-achievements-row .panels-with-icons-box .sbs-layer-panels-item-image {
    background-size: auto 100% !important;
    width: 100%;
    height: 60px;
    margin-bottom: 10px;
}
.my-achievements-row .panels-with-icons-box  h6 {
    margin-bottom: 0;
    font-size: 14px;
    line-height: 22px;
}
.my-achievements-sub-text {
    font-size: 12px;
    line-height: 18px;
    color: #425563;
}
.my-achievements-sub-text .in-progress {
    color: #425563;
}

/* member area - (tab-4) Recommended for You */
.recommended-foryou-tabs .nav-tabs {
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 20px;
    padding: 0;
    max-width: 880px;
    gap: 8px;
    border: none;
}
.recommended-foryou-tabs .nav-tabs > li {
    list-style: none;
    display: flex;
}
.recommended-foryou-tabs .nav-tabs > li a {
    color: #231F20;
    font-family: 'Inter', sans-serif;
    font-weight: 600;
    background: #AE257340;
    display: inline-block;
    border: 1px solid #231F20;
    border-radius: 6px;
    padding: 5px 12px;
    font-size: 13px;
    line-height: 20px;
    text-decoration: none;
}
.recommended-foryou-tabs .nav-tabs > li a:hover,
.recommended-foryou-tabs .nav-tabs > li a.active {
    background: #AE2573;
    color: #fff;
}

/* Reporting tab (tab- 5) */
.horizontal-tabs-inner-content-row {
    padding-top: 20px;
    border-top: 2px solid rgba(118, 134, 146, .15);
    margin-top: 30px;
}
.horizontal-tabs-inner-content-row + .horizontal-tabs-inner-content-row {
    margin-top: 50px;
}
.horizontal-tabs-inner-content-row h5 {
    margin-bottom: 20px;
}
.card-box.last-days-box {
    padding: 20px;
}
.horizontal-tabs-inner-content-row h6 {
    margin-bottom: 20px;
}
.last-days-box ul, 
.last-days-box ol {
    padding-left: 20px;
}
.last-days-box ul:last-child, 
.last-days-box ol:last-child {
    margin-bottom: 0;
}
.last-days-box ul li + li, 
.last-days-box ol li + li {
    margin-top: 5px;
}
.last-days-row + .last-days-row {
    margin-top: 30px;
}
.sm-round-icons label > span {
    height: 30px;
    width: 30px;
    background: rgba(118, 134, 146, .1);
    border-radius: 50%;
    margin-right: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.sm-round-icons label > span > svg {
    width: 20px;
}
.sm-round-wrap {
    margin-bottom: 20px;
}
.icon-with-rhs-btn {
    width: 100%;
}
.icon-with-rhs-btn .btn {
    max-width: 250px;
}
@media screen and (max-width: 1199px) {
    .members-area .no-image-white-bg .row > div:first-child {
        padding-left: 15px;
    }
    .members-area .no-image-white-bg  .card-layer {
        padding-left: 178px;
    }
    .myspace-row > .myspace-row-col-left {
        width: 178px;
    }
    .myspace-row > .myspace-row-col-right {
        width: calc(100% - 178px);
    }
}

@media screen and (max-width: 991px) {
    .members-area .no-image-white-bg {
        padding: 60px 0 90px;
    }
    .my-achievements-row > div.d-flex {
        flex-wrap: wrap;
    }
    .my-achievements-row .panels-with-icons-box {
        width: calc(50% - 15px);
        flex: auto;
    }
    .card-box.members-area-right-side {
        margin-top: 30px;
    }
    .w-60, .w-40 {
        width: 100%;
    }
}
@media screen and (max-width: 767px) {
    .no-image-white-bg  .notice-wrap {
        margin-top: 20px;
    }
    .members-area .no-image-white-bg  .card-layer {
        padding-left: 0;
    }
    .myspace-row > .myspace-row-col-left {
        width: 100%;
    }
    .myspace-row > .myspace-row-col-right {
        width: 100%;
        margin-top: 30px;
    }
    .myspace-row-col-left > ul.nav.nav-tabs {
        background: #FFFFFF;
        box-shadow: 0px 251px 100px rgba(118, 134, 146, 0.01), 0px 141px 85px rgba(118, 134, 146, 0.03), 0px 63px 63px rgba(118, 134, 146, 0.04), 0px 16px 34px rgba(118, 134, 146, 0.05), 0px 0px 0px rgba(118, 134, 146, 0.05);
        border-radius: 20px;
        padding: 20px;
        overflow: hidden;
        word-break: break-word;
        width: 100%;
        border: 1px solid #f5f5f5;
        margin-top: -60px;
    }
    .reporting-top-table .d-flex {
        flex-wrap: wrap;
    }
    .reporting-top-table > div + div {
        margin-top: 15px;
    }
    .reporting-top-table .d-flex > label {
        width: 100%;
        margin-bottom: 2px;
    }
    .icon-with-rhs-btn > .sm-round-icons {
        flex-wrap: wrap;
    }
    .icon-with-rhs-btn > .sm-round-icons .btn {
        margin-top: 10px;
    }
}
@media screen and (max-width: 479px) {
    .my-achievements-row > div.d-flex {
        gap: 14px;
    }
    .my-achievements-row .panels-with-icons-box {
        width: calc(50% - 7px);
    }

}


/* =================================================================================
    Footer
================================================================================= */
.footer {
    background: #FFFFFF;
    box-shadow: 0px -1px 0px #E8EDEE;
    padding: 40px 0 0;
    position: relative;
    z-index: 1;
}
.footer-top {
    padding-bottom: 40px;
}
.custom-row {
    margin: 0 -15px;
    justify-content: space-between;
}
.custom-row > div {
    padding-left: 15px;
    padding-right: 15px;
}
.footer .logo img {
    max-height: 54px;
}
.footer-top ul:not(.social-list) li {
    line-height: 22px;
    font-size: 14px;
}
span.conatct-address-title {
    color: rgba(118, 134, 146, .5);
    text-transform: uppercase;
    font-size: 11px;
    letter-spacing: .3px;
}
.footer-top .list-unstyled li + li {
    margin-top: 8px;
}
.social-icon {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
    margin-bottom: 30px;
    gap: 8px;
}
.social-item {
    font-size: 0;
    height: 40px;
    width: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.social-item *:before {
    font-size: 30px;
}
.social-item a:not(:hover) {
    color: inherit;
}
.footer-bottom {
    background: #FFFFFF;
    box-shadow: 0px -1px 0px #E8EDEE;
    color: #231F20;
    font-size: 14px;
    line-height: 22px;
    padding: 15px 0;
}
.footer-bottom a {
    color: #231F20 !important;
}
.footer-bottom a:hover {
    color: #005EB8 !important;
}
.footer-bottom ul {
    display: flex;
    flex-wrap: wrap;
    column-gap: 30px;
    margin: 0;
}
.footer-bottom span {
    color: #768692;
    opacity: .75;
}
.footer-icon-text {
    position: relative;
    padding-left: 26px;
    font-size: 14px;
    line-height: 22px;
}
.footer-icon-text a {
    color: #231F20;
}
.footer-icon-text img {
    position: absolute;
    left: 3px;
    top: 2px;
    max-width: 16.5px;
}
.footer-icon-text + .footer-icon-text {
    margin-top: 8px;
}
.footer-icon-text.footer-address {
    margin-top: 30px;
}
@media screen and (max-width: 991px) {
    .custom-row.d-flex {
        flex-wrap: wrap;
    }
    .custom-row > div {
        width: 33.33%;
    }
    .custom-col-1 {
        order: 1;
    }
    .custom-col-2 {
        order: 2;
        margin-bottom: 30px;
    }
    .custom-col-3 {
        order: 4;
    }
    .custom-col-4 {
        order: 5;
    }
    .custom-col-5 {
        order: 6;
    }
    .custom-col-6 {
        order: 3;
        display: flex;
        align-items: center;
        justify-content: center;
    }
}
@media screen and (max-width: 767px) {
    .custom-row > div {
        width: 50%;
    }
    .custom-row > .custom-col-6 {
        order: 6;
        justify-content: left;
    }
    .custom-col-5 {
        margin-top: 30px;
    }
    .footer-icon-text.footer-address {
        margin-top: 0;
    }
    .social-icon {
        margin-bottom: 0;
    }
    .footer-bottom .d-flex {
        flex-direction: column;
        row-gap: 10px;
    }
    .footer-bottom ul {
        column-gap: 20px;
    }
}


/* =================================================================================
    Responsive
================================================================================= */
@media screen and (min-width: 1420px) {
    /***** container *****/
    .large-container {
        max-width: 1310px;
    }
}
@media screen and (min-width: 1260px) {
    /***** container *****/
    .container,
    .menu-inline-container .large-container,
    .courseedetail .large-container {
        max-width: 1310px;
    }
}
@media screen and (min-width: 992px) and (max-width: 1199px){
    /***** container *****/
    .container,
    .menu-inline-container .large-container,
    .courseedetail .large-container {
        width: 970px;
    }
}
@media screen and (min-width: 992px) and (max-width: 1199px) {
    /***** container *****/
    .menu-inline-container .large-container {
        max-width: 970px;
    }
}
@media screen and (max-width: 991px) {
    body {
        font-size: 16px;
        line-height: 24px;
    }
    h1 {
        font-size: 36px;
        line-height: 44px;
    }
    h2 {
        font-size: 32px;
        line-height: 40px;
    }
    h3 {
        font-size: 28px;
        line-height: 36px;
    }
    h4 {
       font-size: 24px;
       line-height: 32px; 
    }
    h5 {
        font-size: 20px;
        line-height: 28px;
    }
    h6 {
        font-size: 18px;
        line-height: 26px;
    }
    .container-page {
        overflow: hidden;
    }

    /***** container *****/
    .large-container {
        max-width: 720px;
    }
    .menu-inline-container .large-container {
        max-width: 720px;
    }
}
@media screen and (max-width: 767px) {
    h1 {
        font-size: 26px;
        line-height: 34px;
    }
    h2 {
        font-size: 26px;
        line-height: 34px;
        margin-bottom: 20px;
    }
    h3 {
        font-size: 22px;
        line-height: 30px;
    }
    h4 {
       font-size: 20px;
       line-height: 28px; 
    }
    h5 {
        font-size: 18px;
        line-height: 26px;
    }
    h6 {
        font-size: 17px;
        line-height: 24px;
    }
    .container {
        padding-right: 20px;
        padding-left: 20px;
    }
    .large-container {
        padding-left: 20px;
        padding-right: 20px;
    }
    .container-page .large-container {
        width: 460px;
        max-width: 100%;
        padding-left: 20px;
        padding-right: 20px;
        word-break: break-word;
    }
    .btn {
        font-size: 13px;
        padding: 10px 15px 9px;
    }
}
@media screen and (max-width: 479px) {
    .container {
        width: 100%;
    }
    .btn.btn-transparent.btn-blue-arrow-right {
        background-position: top 16px right;
        font-size: 15px;
        background-size: 9px;
    }
}

/* =================================================================================
    Cookie
================================================================================= */
.cookie-consent a,
.cookie-confirmation a {
    text-decoration: underline;
}
.cookie-consent a:hover,
.cookie-confirmation a:hover {
    text-decoration: none;
}
.cookie-consent .buttons {
    gap: 1rem;
    margin-bottom: .4rem;
}
@media screen and (max-width: 767px) {
    .cookie-consent .buttons {
        gap: .5rem;
    }
}