.course-title .section-title {
    color: #00A29E;
}
.btn-primary {
    background-color: #00A29E;
    border-color: #00A29E;
}
#hero {
    background-image:url('../images/journeys/hero.png');
    background-size:cover;
    background-position:center center;
    background-attachment:fixed;
    position:relative;
    padding:130px 0px;
}
#hero:after {
    position: absolute;
    z-index: 0;
    height: 100%;
    width: 100%;
    background: #000;
    opacity: 0.4;
    content: " ";
    top: 0;
    left: 0;
}
#hero h1 {
    color:#fff;
    font-family: 'Catamaran', sans-serif;
    font-weight:bold;
    font-size:60px;
}
#hero h2 {
    color: #fff;
    font-family: 'Catamaran', sans-serif;
    font-weight: bold;
    font-size: 35px;
    margin-bottom: 40px;
}
#hero .content {
    position: relative;
    z-index: 9;
}
#hero .cta {
    background: #00A29E;
    color: #fff;
    padding: 11px 28px;
    font-weight: bold;
    font-size: 22px;
    border-radius: 32px;
}
#hero .cta:hover {
    text-decoration:none;
    background: #008480;
}
.landing .pad {
    padding:100px 0px;
}
.landing .intro h2, .landing .popular h2, .landing .categories h2 {
    font-family: 'Catamaran', sans-serif;
    font-weight:bold;
    color:#000;
    font-size:60px;
    text-align:center;
    margin-bottom:50px;
}
.landing p {
    font-size:20px;
    font-weight:100;
    margin-bottom:20px;
}
.landing p strong {
    font-weight:bold;
    color:#00A29E;
}
.landing .point {
    -webkit-box-shadow: 0px 5px 32px 0px rgb(0 0 0 / 11%);
    -moz-box-shadow: 0px 5px 32px 0px rgba(0,0,0,0.11);
    box-shadow: 0px 5px 32px 0px rgb(0 0 0 / 11%);
    border-radius:20px;
    margin-bottom:25px;
}
.landing .point .icon {
    background: #5AC3C0;
    color: #fff;
    text-align: center;
    display: inline-block;
    vertical-align: top;
    width: 120px;
    height: 120px;
    position: relative;
    border-top-left-radius: 20px;
    border-bottom-left-radius: 20px;
}
.landing .point .icon i {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    margin: auto;
    font-size: 50px;
    display: inline-block;
    height: 50px;
}
.landing .point .text {
    display: inline-block;
    vertical-align: middle;
    width: calc(100% - 140px);
    padding-left: 30px;
    font-size: 22px;
    color: #000;
    padding-top: 26px;
}
.journeyCard {
    background:#F9F9F9;
    border-radius:15px;
    padding:20px;
    margin:15px 0px;
}
.journeyCard h3 {
    color:#000;
    font-weight:bold;
    font-size:28px;
    margin-top:12px;
}
.journeyCard .usps {
    margin-top:20px;
    margin-bottom:20px;
}
.journeyCard .usps .item {
    text-align: center;
    font-weight: 300;
    font-size: 18px;
    color: #000;
    padding: 8px 20px;
    border-radius: 12px;
    background: #fff;
    border: 1px solid #eee;
    margin: 15px 0px;
}
.journeyCard .cta {
    background: #00A29E;
    color: #fff;
    padding: 8px 28px;
    font-weight: bold;
    font-size: 18px;
    border-radius: 32px;
    display: block;
    text-align: center;
}
.journeyCard .cta i {
    margin-left: 3px;
    font-size: 14px;
}
.journeyCard .cta:hover {
    text-decoration:none;
    background: #008480;
}
.journeyCard:hover {
    -webkit-box-shadow: 0px 5px 32px 0px rgb(0 0 0 / 11%);
    -moz-box-shadow: 0px 5px 32px 0px rgba(0,0,0,0.11);
    box-shadow: 0px 5px 32px 0px rgb(0 0 0 / 11%);
}
.journeyCard .image {
    position:relative;
}
.journeyCard .image .price {
    background: #fff;
    width: 55px;
    height: 55px;
    text-align: center;
    border-radius: 50%;
    font-size: 20px;
    color: #000;
    position: absolute;
    bottom: 5px;
    left:5px;
    font-weight: bold;
    line-height: 16px;
    padding-top: 9px;
}
.journeyCard .image .price span {
    font-size:12px;
    display:block;
}
.journeyCard .image .saving {
    position: absolute;
    width: 100%;
    text-align: center;
    background: #efed28;
    padding: 2px;
    border-top-left-radius: 12px;
    border-top-right-radius: 12px;
    color: #1a1a1a;
}
.journeyCard .image .saving i {
    margin-right: 2px;
    color: #00a29e;
    position: relative;
    top: 1px;
}
.journeyCard .image img {
    border-radius:15px;
    object-fit: cover;
    width:100%;
    height:255px;
    display:block;
}
main.regular.landing {
    background-color: #fff;
}
.landing .category {
    background:#00a29e;
    color:#fff;
    width:100%;
    border-radius:15px;
    text-align:center;
    margin-bottom:30px;
}
.landing .category:hover {
    background: #008480;
}
.landing .category .icon {
    font-size: 80px;
    position: relative;
    height: 150px;
}
.landing .category .icon i {
    height: 80px;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
}
.landing .category .title {
    font-size: 16px;
    padding: 10px;
    padding-top: 0;
}
.single-course-content .tab-pane .journeyDetails h3 {
    text-align:center;
    font-weight:bold;
    font-size:40px !important;
    color:#00a29e;
}
.journeyDetails .item {
    text-align: center;
    font-weight: 300;
    font-size: 22px;
    color: #000;
    padding: 8px 20px;
    border-radius: 12px;
    background: #fff;
    border: 1px solid #eee;
    margin: 15px 0px;
}