.content-area .bc-report-detail-top-left-image {
    padding-right: 2rem;
    margin-bottom: 2rem;
}

.content-area .bc-report-detail-top-left-image .vc_single_image-wrapper {
    height: 200px;
    overflow: hidden;
    vertical-align: middle !important;
    display: flex !important;
    align-items: center;
    justify-content: center;
}

.content-area .bc-report-detail-top-left-image .vc_single_image-wrapper img {
    width: 100%;
    object-fit: cover;
    object-position: center center;
    vertical-align: middle;
}

.content-area .bc-report-detail-top-right h1 {
    margin: 0;
    font-weight: 600;
    position: relative;
    font-size: 26px;
    margin-bottom: 1.5rem;
}

.content-area .bc-report-detail-top-right {
    padding-left: 2rem;
    margin-bottom: 2rem;
}

.content-area .bc-report-detail-top-right h1:after {
    content: "";
    display: block;
    width: 100%;
    height: 2px;
    background: #09aed6;
    margin-top: 1rem;
}

.content-area .bc-report-button {
    display: flex;
    align-items: center;
    margin-top: 1.5rem;
}

.content-area .bc-report-button a {
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    background: #4cacc6;
    color: white !important;
    margin-right: 30px;
    padding: 0.5rem 2rem;
    transition: all ease-in-out 0.5s;
    text-decoration: none !important;
}

.content-area .bc-report-button a img {
    height: 36px;
    width: auto;
    margin-left: 10px;
}

.content-area .bc-report-button a:hover,
.content-area .bc-report-button a:active {
    color: white !important;
    background: #32c6e9;
}

.wpb-js-composer .bc-single-report .vc_tta.vc_tta-spacing-1 .vc_tta-tab {
    width: calc(100% / 3 - 15px);
}

.wpb-js-composer .bc-single-report .vc_tta.vc_general .vc_tta-tabs-list {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 1.5rem;
    border-bottom: none !important;
}

.wpb-js-composer .bc-single-report .vc_tta.vc_tta-spacing-1 .vc_tta-tab {
    margin-right: 0px !important;
}

.wpb-js-composer .bc-single-report .vc_tta.vc_tta-spacing-1 .vc_tta-tab a {
    text-align: center;
    font-weight: 400;
    font-size: 18px;
    border-color: #daeef2 !important;
}

.wpb-js-composer .bc-single-report .vc_tta.vc_tta-spacing-1 .vc_tta-tab a:after,
.wpb-js-composer .bc-single-report .vc_tta.vc_tta-spacing-1 .vc_tta-tab a:before {
    display: none !important;
}

.wpb-js-composer .bc-single-report .vc_tta.vc_general .vc_tta-panel-body {
    padding: 2rem !important;
    border-color: #c2c2c200 !important;
}

.bc-single-report .vc_tta-tab.vc_active a {
    background: #daeef2 !important;
    color: #262626 !important;
}

.bc-report-contact-info {
    background: #f2f2f2;
    padding: 1rem 2rem;
}

.bc-single-report .blogContent .bc-single-report__related {
    margin-top: 48px;
    max-width: none;
    padding-bottom: 0;
}

.bc-report-detail-top-left-image .wpb_single_image .vc_figure {
    width: 100%;
}