body {
    background-color: #f5efe7;
    font-family: Dubai;
    color: #262626;
}

li {
    list-style: none;
}

.banner-sub {
    float: left;
    width: 100%;
    color: #fff;
}

.banner_sec {
    width: 100%;
    border-radius: 10px;
    background: #17253C;
    padding: 3%;
    display: flex;
    align-items: center;
}

.content-text {
    float: left;
    width: 70%;
}
.content-text h2 {
    color: #CDA76E;
    font-size: calc(0.8em + 1vw);
    width: 60%;
}

.content-text p {
    color: #fff;
}

.banner-sec-img {
    float: left;
    width: 30%;
}

.banner-sec-img img {
    width: 100%;
}

.container-fluid {
    max-width: 1680px;
    margin: 0 auto;
}

.banner-pattern {
    position: absolute;
    left: 15px;
    bottom: 0;
    width: 10%;
}

.banner-pattern img {
    width: 100%;
}

.box-mian {
    float: left;
    width: 100%;
    padding: 15px;
    border-radius: 10px;
    background-color: #fff;
    margin-top: 15px;
}

.main-title-box {
    float: left;
    width: 100%;
    color: #17253C;
}

.comparison-sec-tab {
    float: left;
    width: 100%;
    padding: 5px;
    border-radius: 3px;
    background: #F4F4F4;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.You-are-here {
    display: flex;
    width: auto;
    background: #fff;
    float: left;
    padding: 5px;
    border-radius: 3px;
    align-items: center;
    min-width: 195px;
}

.You-are-here h5 {
    margin-bottom: 0;
    font-size: 16px;
    margin: 0 10px;
}

.value-button {
    border-radius: 6px;
    background: #AE8439;
    box-shadow: 0px 0px 6px 0px rgba(180, 149, 96, 0.54);
    padding: 6px 17px;
    color: #fff;
    width: 83px;
}

.line-arrow {
    float: left;
    width: 70%;
}

.line-arrow img {
    width: 100%;
}

.You-are-wnt {
    float: right;
    align-items: center;
}

.comparison-sec-table {
    float: left;
    width: 100%;
    margin-top: 15px;
}

.inner-box-sec {
    float: left;
    width: 100%;
    border-radius: 4px;
    border: 1px solid #E1DFDD;
    background: #FFF;
    padding: 10px;
}

.inner-box-sec-head {
    display: flex;
    width: 100%;
    align-items: center;
    justify-content: space-between;
}

.inner-box-sec-head h6 {
    margin-bottom: 0;
    font-size: 14px;
    font-weight: 400;
}

.redmore-button {
    border-radius: 3px;
    border: 1px solid #E8E7E5;
    background: #FFF;
    padding: 5px;
    font-size: 12px;
    color: #262626;
}

.redmore-button:hover {
    color: #fff !important;
    background: #AE8439;
    text-decoration: none;
    border: 1px solid #AE8439;
}

.inner-chart-main-sec {
    float: left;
    width: 100%;
    margin-top: 10px;
}

.chart-box {
    float: left;
    width: 100%;
    height: 100%;
    border-radius: 4px;
    background: #F4F4F4;
    padding: 5%;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    align-content: center;
}
.chart-box_3.mb-3 {
    margin-bottom: 10px;
}
text.highcharts-credits {
    display: none !important;
}
.chart-box > p {
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    margin: 0px;
    font-size: 25px;
    line-height: 25px;
    color: #333;
    font-weight: bold;
}
h5 {
    font-size: 18px;
}

.chart-box img {
    width: 70%;
}

.other-career-paths {
    float: left;
    width: 100%;
    margin-top: 10px;
}

.career-paths-sec-header-title {
    float: left;
    width: 100%;
    background: #AE8439;
    color: #fff;
    padding: 8px;
}

.percentage-bar {
    float: left;
    width: 100%;
    padding: 10px;
}
.item .percentage-bar .progressbar_container,
.item .percentage-bar .progressbar_container.progress-invert {
    display: block;
}

.pading-box-1 {
    float: left;
    width: 100%;
    padding: 10px;
    margin-bottom: 10px;
}

.owl-nav {
    position: absolute;
    top: -44px;
    right: 0;
    display: flex;
}

.owl-dots {
    display: none !important;
}

@media only screen and (max-width: 600px) {
    .owl-dots {
        display: block !important;
    }
    .owl-nav {
        display: none !important;
    }
    .m-mt {
        margin-top: 10px;
    }
    .banner_sec {
        width: 100%;
        padding: 5%;
        display: flex;
        align-items: center;
        flex-direction: column-reverse;
    }
    .content-text {
        width: 100%;
    }
    .banner-sec-img {
        width: 100%;
        margin-bottom: 20px;
    }
    .content-text h2 {
        color: #CDA76E;
        font-size: 21px;
        width: 100%;
    }
}
.totaraNav_prim .masthead_logo--header_img {
    width: 460px !important;
    height: auto !important;
}

@media only screen and (max-width: 1000px) {
    .chart-box > p{
        left: auto;
        top: auto;
        transform: none;
    }
    .inner-box-sec .overview__circle {
        height: 182px  !important;
    }
    #page-totara-dashboard-3 .background-cover {
        height: 150px !important;
    }   
}

.You-are-here h5{
    font-size: 13px !important;
    margin-bottom: 0 !important;
}
.carousel-wrap ul{
    margin: 0 0 10px 0px !important;
}
.inner-box-sec .overview__circle{
    height: 410px;
}
.chart-box{
    height: 410px;
}
#page-totara-dashboard-3 .background-cover {
    
    padding: 0 0;
    margin: 0 10px !important;
    border-radius: 10px;
}
html[dir="rtl"] .owl-nav {
    right: auto;
    left: 60px;
}
html[dir="rtl"] .line-arrow img {
    width: 100%;
    transform: rotate(180deg);
}
.value-button{
    text-align: center;
}
.chart-box g text {
    font-size: 1em !important;
}
g.highcharts-legend.highcharts-no-tooltip {
    display: none;
}