.new-accordion-tabs-01 .panel-title a {
    font-size: 16px;
    color: #FFFFFF;
    text-decoration: none;
    display: flex;
    padding: 10px;
    border-bottom: 1px solid #0830508a;
    justify-content: space-between;
}

.new-accordion-tabs-01 h4.panel-title {
    margin: 0;
    background: #083050;
}

.new-accordion-tabs-01 .panel-collapse {
    border: 1px solid #083050;
}

.new-accordion-tabs-01 product-report-description p, 
.new-accordion-tabs-01 .product-report-description p strong, 
.new-accordion-tabs-01 .product-report-description p, 
.new-accordion-tabs-01 .product-report-description ul {
    font-size: 14px;
    font-family: "Open Sans";
}

.new-accordion-tabs-01 .product-report-description p {
    padding-bottom: 5px;
}

.new-accordion-tabs-01 .product-report-description * {
    font-size: 14px;
}

.new-accordion-tabs-01 product-report-description ul, 
.new-accordion-tabs-01 .product-report-toc ul {
    padding-left: 25px;
}

.new-accordion-tabs-01 panel-collapse h4.panel-title a {
    padding-left: 30px;
    font-size: 14px;
}

.new-accordion-tabs-01 .panel-collapse .panel-collapse .panel-body {
    padding-top: 15px;
    padding-bottom: 15px
}

.new-accordion-tabs-01 .panel-collapse .panel-collapse .panel-body  * {
    font-size: 14px;
}

.new-accordion-tabs-01 .panel-title a.accordion-toggle.collapsed {
    background: #083050;
}

.new-accordion-tabs-01 .panel-title a.accordion-toggle {
    background: #f7941f;
    border-bottom: 1px solid #f7941f;
}

.new-accordion-tabs-01 .panel-collapse {
    border:  1px solid #083050;
}

/*.new-accordion-tabs-01 .panel-collapse.show {
    border: 1px solid #f7941f;
}*/

.istc-top-left h1 {
    color: #083050;
    font-weight: bold;
    font-size: 36px;
}

.istc-top-left h2 {
    color: #f7941f;
    font-weight: bold;
    font-size: 32px;
}

nav.woocommerce-breadcrumb {
    display: none;
}

.actor-selector-text {
    width: 103px;
    text-transform: uppercase;
    color: #0b3050;
    outline: none;
}

.actor-profile-selector-industry {
    display: flex;
    margin-bottom: 20px;
}

.product-selectors {
    padding-top: 20px;
}

.select2-container--default .selection .select2-selection__rendered {
    background: transparent;
    outline: none;
    border: none;
    font-size: 22px;
    font-weight: bold;
    text-transform: uppercase;
    color: #0b3050;
    outline: none;
    line-height: 24px!important;
}

.select2-container--default .select2-selection--single {
    border-radius: 0;
    border-color: #083050;
}

.single-product .select2-container {
    width: 362px !important;
}

.intelli-first-row {
    padding: 50px;
}

.single-product main#primary {
    background: #F7F7F7;
}

.istc-top-right img {
    width: 100%;
}

span.dataxis-time {
    color: #083050;
}

.webinar-duration-details div {
    display: flex;
    align-items: center;
}

.webinar-duration-details svg,
.webinar-language-details svg {
    width: 32px;
    height: 32px;
    margin-right: 15px
}

.webinar-language-details > div {
    display: flex;
    align-items: center;
}

.webinar-duration-details h5,
.webinar-language-details h5 {
    font-size: 14px !important;
}

.webinar-duration-language-bx > div {
    padding-bottom: 15px;
}

.webinar-duration-details svg path {
    fill: #f7941f !important;
}

.webinar-language-details svg path {
    stroke: #f7941f !important;
}

span.select2.select2-container.select2-container--default {
    z-index: 1;
}

.products-ma .product-head-left {
    width: 25%;
    max-width: 25%;
}

.products-ma .product-head-right {
    width: 75%;
    max-width: 75%;
}




/*@media (max-width: 2560px) and (min-width: 768px){*/
@media (max-width: 2560px) {

    .dataxis-tabs-style .nav {

    }

    .dataxis-tabs-style .nav-tabs .nav-link {
        background: #FFFFFF;
        color: #083050;
        border-radius: 0;
        border-top: 1px solid #083050;
        border-right: 1px solid #083050;
        border-bottom: 1px solid #083050;
        border-left: 1px solid #083050; 
    }

    .dataxis-tabs-style .nav-tabs .nav-link:first-child {
        border-left: 1px solid #083050;    
    }

    .dataxis-tabs-style .nav-tabs .nav-link.active {
        background: #083050;
        border-bottom: 1px solid #083050;
        color: #FFFFFF;
    }

    .dataxis-tabs-style .tab-content {
        border: 1px solid #083050;
        padding: 15px !important;
    }

    .dataxis-tabs-style .tab-content .tabs-menu {
        border: 1px solid #083050;
        padding: 5px 10px;
    }

    .dataxis-tabs-style .tab-content .tabs-menu:hover {
        background: #f7941f;
        color: #FFFFFF;
        text-decoration: none;
    }

    .dataxis-tabs-style .tab-content .tabs-menu {
        transition: all 0.5s ease;
    }

    .dataxis-tabs-style .tab-content {
        max-height: 550px;
        overflow: auto;
        background: #FFFFFF;
    }

    .dataxis-tabs-style .nav-tabs .nav-link:hover {
        background: #f7941f;
        color: #FFFFFF;
    }

    .dataxis-tabs-style .nav-tabs .nav-link {
        transition: all 0.5s ease;
    }    
    
    div#tabs-nav,
    div#tabs-nav-coverage,
    div#tabs-nav-geographies {
        display: flex;

    }

    div#page {
        position: relative;
    }

    .page-loader {
        position: absolute;
        top: 0;
        width: 100%;
        height: 100%;
        justify-content: center;
        background: #ffffff75;
        display: none;
    }

    .page-loader svg {
        top: 250px;
        display: flex;
        position: relative;
        /*left: calc(50% - 32px);*/
    }

    .page-loader.active {
        display: flex;
    }

    .dataxis-tabs-style span.product-kpi-definition {
        display: none;
    }

    .dataxis-tabs-style span.product-kpi-definition.active {
        display: block;
        position: absolute;
        top: -10px;
        left: 45%;
        background: #FFFFFF;
        padding: 10px 25px;
        width: calc(100% - 45%);
        border: 1px solid #083050;
        z-index: 1;
    }

    .dataxis-tabs-style .product-coverage-inner a {
        display: block;
        position: relative;
    }

    .dataxis-tabs-style .product-coverage-inner a:hover {
        background: #f7941f;
        color: #FFFFFF;
    }

    .dataxis-tabs-style .product-coverage-inner a:hover span:first-child{
        color: #FFFFFF;
    }

    .dataxis-tabs-style .product-coverage-inner a:hover {
        cursor: pointer;
    }

    .dataxis-tabs-style .tab-content .tabs-content {
        border: 1px solid #083050;
    }

    .dataxis-tabs-style .tab-content>.tab-pane, 
    .dataxis-tabs-style .tab-content>.tab-pane > div, 
    .dataxis-tabs-style .tab-content>.tab-pane > div > div, 
    .dataxis-tabs-style .tab-content>.tab-pane > div > div > div, 
    .dataxis-tabs-style .tab-content>.tab-pane > div > div > div > div.tabs-content {
        height: 100%;
    }  

    .product-contact-details {}

    .product-contact-details-container {
        background: #083050;
        color: #FFFFFF;
        padding: 20px;
        margin: 20px 0;
        display: flex;
        justify-content: center;
        align-items: center;
        text-align: center;
        border: 1px solid #083050
    }


    .product-contact-details-container a svg path {
        fill: #FFFFFF !important;
    }

    .product-contact-details-container a svg {
        margin-left: 15px
    }

    .product-ct-top-right h4 {
        text-transform: uppercase;
        font-weight: bold;
    }

    .product-ct-bottom a {
        background: none;
        display: flex;
        justify-content: center;
        align-items: center;
        text-transform: uppercase;
        font-weight: 600;
        font-size: 12px;
        border: 1px solid #083050;
        border-radius: 30px;
        padding: 2px 10px!important;    /* font-weight: bold; */
        color: #FFFFFF;
        font-size: 11px;
        border: 1px solid #FFFFFF;
        width: 150px;
        transition: all 0.5s ease;
    }

    .product-ct-bottom a:hover {
        text-decoration: none;
        border-color: #f7941f;
        color: #f7941f;
    }

    .product-contact-details-container a:hover svg path {
        fill: #f7941f !important;    
    }

    .product-ct-bottom {
        display: flex;
        justify-content: center;
        margin: 20px 0;
    }

    .product-ct-bottomx p a:hover {
        color: #f7941f !important;
        text-underline-position: under;
        background: #FFFFFF !important;
    }

    .product-ct-bottomx p a {
        transition: all 0.5s ease;
        color: #FFFFFF;
    }

    .product-contact-details-container.product-getintouch-container {
        background: #FFFFFF;
        color: #083050
    }

    .product-contact-details-container.product-getintouch-container .product-ct-bottomx p a {
        color: #083050
    }

    .product-contact-details-container.product-getintouch-container .product-ct-bottomx p a:hover {
        color: #f7941f;
        text-underline-position: under;
    }

    .product-contact-details-container.product-getintouch-container .product-ct-bottom a {
        border: 1px solid #083050;
        color: #083050;

    }

    .product-contact-details-container.product-getintouch-container a svg path {
        fill: #083050 !important;
    }

    .product-contact-details-container a:hover {
        background: #f7941f !important;
        color: #FFFFFF !important;
        border-color: #f7941f !important
    }

    .product-contact-details-container a:hover svg path {
        fill: #FFFFFF !important;
    }

    .dataxis-tabs-style .tab-content .tabs-menu:not(:first-child) {
        border-left: none;
    }

    .dataxis-tabs-style .tab-content .tabs-menu {
        font-size: 14px;
        color: #083050;
    }

    .dataxis-tabs-style .product-coverage-inner a:hover {
        text-decoration: none;
    }

    .dataxis-tabs-style span.product-kpi-definition.active {
        color: #083050;
    }

    .dataxis-tabs-style .product-coverage-inner a {
        font-size: 14px;
    }

    .dataxis-tabs-style .tab-content .tabs-content {
        padding: 30px 15px;
    }

    .single .intelligence-service-container .container-fluid.container-centered {
        max-width: 1170px;
    }

    .other-info-webinar-mini-title {
        text-align: left;
        border-bottom: 1px solid #083050;
    }

    .mis-block-inside {
        background: #FFFFFF;
        padding: 15px;
        margin: 10px;
        margin-left: 0;
        display: flex;
        flex-direction: column;
        height: calc(100% - 20px);
        /* height: 195px; */
        border: 1px solid #083050;
    }

    .mis-block-inside h2,
    .mis-block-inside h3 {
        border-bottom: 3px solid #f7941f;
        text-align: center;
        padding-bottom: 10px;
        font-weight: bold;
    }

    .mis-block-inside h2,
    .mis-block-inside h3 {
        font-size: 16px;
    }

    .new-blocks-test .mis-block h4 a {
        font-size: 15px;
        padding-bottom: 5px;
        display: block;
        text-align: center;
        color: #f7941f;
    }

    .container.new-blocks-test {
        padding: 0;
        padding-bottom: 40px;
        padding-top: 10px;
    }

    .container.new-blocks-test > div {
        padding: 0;
    }

    .col-md-3.mis-block {
        /* flex-basis: 24%; */
        /* margin-right: 1.3333333333333333%; */
        padding-right: 0;
    }

    .new-blocks-test .mis-block h4 a {
        font-size: 15px;
        padding-bottom: 5px;
        display: block;
    }

    .reports-related-market-intelligence-services > div:last-child {
        padding-top: 20px;
    }

    .related-product-image1 h4 {
        font-size: 18px;
        font-weight: bold;
        color: #083050;
        text-decoration: none;
    }

    .related-product-image a:hover {
        text-decoration: none;
    }

    .related-product-image a:hover button {
        background: #f7941f;
        text-decoration: none;
        color: #FFFFFF;
        border-color: #f7941f;
        cursor: pointer;
    }

    button.related-product-image-button {
        color: #083050;
        background-color: #FFFFFF;
        font-weight: bold;
        font-size: 15px;
        border: 1px solid #083050;
        display: block;
        margin-right: 5px;
        padding: 5px 10px;
        border-radius: 30px;
        width: 180px;
        margin: 0 auto;
        margin-top: 20px;
        transition: all 0.5s ease;
        text-decoration: none;
    }

    .reports-related-market-intelligence-services p {
        text-align: justify;
    }

    .single .latest-research-blocks > div.container-title-padding {
        max-width: 1170px;
    }

    .single .latest-research-blocks .container-full > .row {
        max-width: 1170px;
    }

    .single .upcoming-events-product-intelligence .home-upcoming-virtual-conferences .container-fluid {
        max-width: 1170px;
    }

    .single-product .latest-research-blocks {
        margin-top: 50px;
    }

    .home-press-release-box-in {
        display: flex;
    }

    .home-press-release-box.home-press-release-box-other {
        display: flex;
    }

    .home-press-release-box.home-press-release-box-other > div {
        display: flex;
        flex-basis: 100%;
        width: 100%;
        max-width: 100%;
    }

    .single .latest-research-blocks .container-full > .row {
        margin: 0 auto;
    }

    .latest-research-blocks > div > div > div {
        padding-left: 0;
    }

    .latest-research-blocks .home-press-release-box-in.clearfix > div:first-child,
    .page-template-template-intelligence-service .home-press-release-box-in.clearfix > div:first-child,
    .webinars-additions .home-press-release-box-in.clearfix > div:first-child {
        flex-basis: 30%;
        width: 30%;
    }

    .latest-research-blocks .home-press-release-box-in.clearfix > div:last-child,
    .page-template-template-intelligence-service .home-press-release-box-in.clearfix > div:last-child,
    .webinars-additions .home-press-release-box-in.clearfix > div:last-child {
        flex-basis: 70%;
        width: 70%;
        background: #FFFFFF;
        padding: 15px;
    }

    .home-press-release-box-other .home-press-release-box-in {
        flex-wrap: wrap;
        flex-direction: row-reverse;
    }

    .latest-research-blocks button {
        display: none;
    }

    .home-press-release-box-in {
        display: flex;
    }

    .home-press-release-box.home-press-release-box-other {
        display: flex;
    }

    .home-press-release-box.home-press-release-box-other > div {
        display: flex;
        flex-basis: 100%;
        width: 100%;
        max-width: 100%;
    }

    .single .latest-research-blocks .container-full > .row {
        margin: 0 auto;
    }

    .latest-research-blocks > div > div > div {
        padding-left: 0;
    }

    .latest-research-blocks .home-press-release-box-in.clearfix > div:first-child,
    .page-template-template-intelligence-service .home-press-release-box-in.clearfix > div:first-child,
    .webinars-additions .home-press-release-box-in.clearfix > div:first-child {
        flex-basis: 30%;
        width: 30%;
    }

    .latest-research-blocks .home-press-release-box-in.clearfix > div:last-child,
    .page-template-template-intelligence-service .home-press-release-box-in.clearfix > div:last-child,
    .webinars-additions .home-press-release-box-in.clearfix > div:last-child {
        flex-basis: 70%;
        width: 70%;
        background: #FFFFFF;
        padding: 15px;
    }

    .home-press-release-box-other .home-press-release-box-in {
        flex-wrap: wrap;
        flex-direction: row-reverse;
    }

    .latest-research-blocks button {
        display: none;
    }

    .webinar-wrapper {
        background: white;
        margin: 0 0 20px 0;
        padding: 20px 20px;
        border: 1px solid #efefef;
    }

    .webinar-wrapper.new-webinar-wrapper > div.row:last-child {
        display: flex;
        align-items: normal;
    }

    .other-info-webinar-mini-title {
        margin-bottom: 30px;
        margin-top: 30px;
    }

    .single .upcoming-events-product-intelligence .home-upcoming-virtual-conferences .container-fluid {
        max-width: 1190px;
    }

    .webinars-additions.whitepapers .home-press-release-box.home-press-release-box-other > .col-md-6 {
        padding: 0;
    }

    .single .press-releases .home-upcoming-webinars .container-fluid,
    .single .whitepapers .home-upcoming-webinars .container-fluid {
        padding: 0;
    }

    .single-post .webinars-additions.researches-highlights .webinar-wrapper > .row > div:nth-child(1),
    .single-post .webinars-additions.press-releases .webinar-wrapper > .row > div:nth-child(1) {
        flex-basis: 20%;
        width: 20%;
        max-width: 20%;
    }

    .single-post .webinars-additions.researches-highlights .webinar-wrapper > .row > div:nth-child(2),
    .single-post .webinars-additions.press-releases .webinar-wrapper > .row > div:nth-child(2) {
        flex-basis: 55%;
        width: 55%;
        max-width: 55%;
    }

    .single-post .webinar-wrapper h4 {
        font-size: 14px;
    }

    .single-post .webinar-wrapper .webinar-duration-details h5 {
        font-size: 13px;
    }

    .webinar-wrapper.new-webinar-wrapper h5 {
        font-size: 16px;
    }

    .single-post .globe .webinar-wrapper h5 span {
        font-size: 14px;
    }

    .webinar-wrapper .webinar-language-details h5 span.webinar-language {
        font-size: 13px;
    }

    .single .single-webinars-market-reports-container .product-image {
        margin-left: 0;
    }

    .webinar-wrapper h5 {
        text-transform: uppercase;
        color: #083050;
        letter-spacing: 0.05em;
    }

    .webinar-wrapper h3 {
        font-weight: 700;
        color: #083050;
        text-transform: uppercase;
        font-size: 18px;
    }

    .webinar-wrapper h4 {
        font-size: 15px;
    }

    .webinar-logo-sponsor-event img {
        width: 100%;
        height: auto;
    }

    .webinar-content-button button {
        background: none;
        display: flex;
        align-items: center;
        text-transform: uppercase;
        font-weight: 600;
        font-size: 12px;
        border: 1px solid #083050;
        border-radius: 30px;
        padding: 2px 20px !important;
        font-weight: bold;
        color: #083050;
        text-decoration: none;
    }

    .webinar-content-button button:hover {
        background: orange;
        border-color: orange;
        text-decoration: none;
    }

    .webinars-events-container a:hover {
        text-decoration: none;
    }

    .webinars-events-container a:hover .webinar-content h3 {
        color: orange;
    }

    .webinars-events-container a:hover button {
        background: orange;
        color: #FFFFFF;
        border-color: orange;
    }

    .webinar-content p {
        color: #083050;
    }

    .webinars-events-item.webinar-wrapper.new-webinar-wrapper > div > div:first-child {
        border-right: 2px solid #f7941f;
    }

    ul#menu-other-footer {
        display: flex;
    }

    ul#menu-other-footer li {
        padding-right: 15px;
        color: #FFFFFF;
    }

    ul#menu-other-footer li a {
        color: #FFFFFF;
    }

    footer#dx-footer .menuFooter {
        padding-bottom: 20px;
    }

    ul#menu-other-footer {
        display: flex;
    }

    ul#menu-other-footer li {
        padding-right: 15px;
        color: #FFFFFF;
    }

    ul#menu-other-footer li a {
        color: #FFFFFF;
    }

    footer#dx-footer .menuFooter {
        padding-bottom: 20px;
    }

    .upcoming-events-product-intelligence .view-all-button-container .dataxis-button a {
        margin-bottom: 0 !important;
    }

    .upcoming-events-product-intelligence {
        padding-bottom: 30px;
    }        

    .latest-research-blocks .home-press-release-box.home-press-release-box-other {
        padding: 0 15px;
    }

    .upcoming-events-product-intelligence .home-upcoming-virtual-conferences > div > div {
        padding: 0 15px;
    }


    /* MARKET REPORT / ACTOR PROFILE / START */

    .products-ma .product-inner-head {
        display: flex;
        align-items: flex-start;
    }

    .products-ma .product-head-left {
        width: 45%;
        max-width: 237px;
    }

    .products-ma {
        padding-top: 30px;
    }

    .products-ma .actor-selector-text {
        width: auto;
        margin-right: 20px;
    }

    .products-ma .product-selectors-country {
        display: flex;
        margin-bottom: 20px;
    }

    .products-ma .product-report-type-inner *, 
    .products-ma .product-report-type-inner {
        font-size: 18px;
        font-weight: bold;
        margin: 0;
    }

    .products-ma .product-report-type-inner {
        display: flex;
        margin-top: 20px;
        margin-bottom: 20px;
        align-items: center;
    }

    .products-ma .product-image {
        position: relative;
    }

    .products-ma .product-image-country, 
    .products-ma .product-image-industry {
        position: absolute;
        top: 0;
        color: #FFFFFF;
    }

    .products-ma .product-image-country {
        top: 40px;
        left: 20px;
    }

    .products-ma .product-image-industry {
        bottom: 50px;
        top: auto;
        left: 18px;
        background: #FFFFFF;
        color: #083050;
        width: 77%;
        /* padding: 10px; */
    }

    .products-ma .product-image-industry h4 {
        font-size: 15px;
        padding: 5px 0;
        margin: 0;
        padding-left: 10px;
        font-weight: bold;
        text-transform: uppercase;
    }

    .products-ma .product-image-country h4 {
        font-size: 18px;
        font-weight: bold;
        text-transform: uppercase;
    }

    .products-ma .product-selectors {
        padding-top: 0;
    }

    .products-ma .product-inner-details-container {
        background: #FFFFFF;
        border: 1px solid #083050;
        padding: 20px;
    }

    .products-ma .cart .quantity {
        display: none;
    }

    .products-ma .product_meta {
        display: none;
    }

    .products-ma .product-add-to-cart-box .price {
        display: none;
    }

    .products-ma .product-price-details p,
    .products-ma .product-data-graphs p {
        font-size: 15px;
        margin: 0;
    }

    .products-ma .product-price {
        border: 1px solid #F7941F;
        border-left: none;
        border-right: none;
        padding: 10px 0;
        margin-bottom: 10px;
    }

    .products-ma .product-price p {
        margin: 0;
    }

    .products-ma .product-add-to-cart-box button {
        width: 70%;
        min-width: 300px;
        margin: 0 auto;
        display: block;
        outline: none;
        border: none;
        font-size: 15px;
        text-transform: uppercase;
        background: #083050;
        color: #FFFFFF;
        font-weight: bold;
        float: none !important;
        padding: 10px;
    }

    .products-ma .product-price p {
        font-weight: bold;
        color: #083050;
        text-align: center;
    }

    .products-ma .product-price p strong {
        font-weight: 600;
        color: #F7941F;
        letter-spacing: 0.05em;
    }

    .products-ma .document-icons span {
        display: inline-block;
    }

    .products-ma .document-icons span svg {
        width: 58px;
    }

    .products-ma .document-icons span svg path {
        fill: #0b3050 !important;
        transition: all 0.5s ease;
    }

    .products-ma .document-icons span svg:hover path {
        fill: #f79451 !important;
    }

    .products-ma .product-report-type.product-report-type-language h5 {
        margin: 0;
        font-size: 15px;
        font-weight: 600;
    }

    .products-ma .product-data-graphs {
        display: flex;
        justify-content: flex-start;
        align-items: center;
        margin-bottom: 20px;
    }

    .products-ma .product-report-type.product-report-type-language {
        margin: 20px 0;
    }

    .products-ma .product-data-graphs-icons img {
        height: 40px;
        width: auto;
    }

    .products-ma .product-add-to-cart-box p {
        font-size: 15px;
    }

    .products-ma .product-ct-top-right a {
        color: #083050;
        text-decoration: none;
    }

    .products-ma .product-contact-detail .product-ct-top-right a:hover {
        background: transparent !important;
        color: orange !important;
    }

    .products-ma button.single_add_to_cart_button.button.alt:hover { 
        background: #FF9900!important;
        transition: 0.3s all ease;
        color: #fff;
        cursor: pointer;
    }

    .products-ma div#gform_wrapper_7 {
        width: 100%;
    }

    .products-ma form#gform_7 {
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .products-ma .gform_body {
        flex-basis: 80%;
    }

    .products-ma .gform_footer.top_label {
        flex-basis: 20%;
        padding: 0;
        margin: 0;
        text-align: center;
    }

    .products-ma #gform_wrapper_7 input#input_7_2 { height: 40px; }

    .products-ma input#gform_submit_button_7 {
        margin: 0 !important;
        max-width: 50px;
        height: 50px !important;
        position: relative;
        top: 6px;
    }   
    
    .products-ma.container-fluid.container-intelligence-services-design-two.bg-blue big {
        color: #FFFFFF;
        font-size: 34px;
        font-weight: 600;
        position: relative;
        margin-bottom: 30px;
        padding-top: 70px;
        display: block;
    }

    .products-ma.container-fluid.container-actor-market-reports.actor-profile,
    .products-ma.container-fluid.container-actor-market-reports.market-report {
        max-width: 1140px;
    }

    .products-ma.container-fluid.container-intelligence-services-design-two.bg-blue > div {
       max-width: 1140px;  
       margin: 0 auto
    }

    .products-ma.container-intelligence-services-design-two .product-section-title p {
        font-size: 26px;
        color: #FFFFFF;
    }

    .products-ma.container-intelligence-services-design-two .product-section-title ul {
        list-style: none;
    }

    .products-ma.container-intelligence-services-design-two .product-section-title ul li a {
        color: #f7941f;
        font-size: 20px;
        font-weight: 600;
        text-transform: capitalize;
    }

    .products-ma.container-intelligence-services-design-two span.tag-style a {
        background: #FFFFFF;
        display: inline-block;
        align-items: center;
        text-transform: uppercase;
        font-weight: 600;
        font-size: 12px;
        border: 1px solid #ffffff;
        border-radius: 30px;
        padding: 3px 12px !important;
        /* font-weight: bold; */
        color: #083050;
        font-size: 12px;
        transition: all 0.5s ease-in-out;
        margin-bottom: 10px;
    }

    .products-ma.container-intelligence-services-design-two  p.intelligence-tags {
        color: #FFFFFF;
    }

    .products-ma .row.row-tags div {
        display: flex;
    }

    .products-ma.container-intelligence-services-design-two span.tag-style a:hover {
        background: #f7941f;
        color: #FFFFFF;
        border-color: #f7941f;
    }

    .products-ma .row.row-tags {
        padding-top: 25px;
        padding-bottom: 45px;
    }

    .products-ma.container-intelligence-services-design-two .dataxis-button {
        justify-content: flex-end;
        padding-right : 60px
    }

    .products-ma.container-intelligence-services-design-two .product-section-title ul li a:hover {
        text-decoration: underline;
        text-underline-offset: 8px;
    }

    .products-ma p.intelligence-tags {
        padding-left: 15px;
        font-weight: 600;
    }

    .products-ma .product-section-title h3 {
        color: #083050;
        font-size: 26px;
        font-weight: 600;
        position: relative;
        margin-bottom: 30px;
    }

    .products-ma .product-section-title h3:after {
        content: '';
        width: 70px;
        height: 3px;
        background: #f7941f;
        position: absolute;
        bottom: -10px;
        left: 0;    
    }

    .products-ma .product-third-header-row .product-section-title p {
        font-weight: bold;
    }

    .products-ma .product-ct-bottom a,
    .products-ma .product-fourth-header-row .product-section-title h4 a, 
    .products-ma .product-fifth-header-row .product-section-title h4 a,
    .products-ma .whitepaper-download a,
    .products-ma .home-footer-contact input#gform_submit_button_1 {
        background: none;
        display: flex;
        align-items: center;
        text-transform: uppercase;
        font-weight: 600;
        font-size: 12px;
        border: 1px solid #083050;
        border-radius: 30px;
        padding: 10px 20px !important;
        /* font-weight: bold; */
        color: #083050;
        font-size: 11px;
    }

    .products-ma .product-fourth-header-row .product-section-title h4 a, 
    .products-ma .product-fifth-header-row .product-section-title h4 a{
        width: auto;
        min-width: auto;
    }

    .products-ma .product-ct-bottom a,
    .products-ma .product-fourth-header-row .product-section-title h4 a svg, 
    .products-ma .product-fifth-header-row .product-section-title h4 a svg {
        margin-left: 15px;
    }

    .products-ma .product-fourth-header-row .product-section-title h4 a:hover svg path, 
    .products-ma .product-fifth-header-row .product-section-title h4 a:hover svg path {
        fill: #f7941f !important;
    }

    .products-ma .product-ct-bottom a:hover,
    .products-ma .product-fourth-header-row .product-section-title h4 a:hover, 
    .products-ma .product-fifth-header-row .product-section-title h4 a:hover,
    .products-ma .whitepaper-download a:hover {
        background: transparent;
        border-color: #f7941f;
        color: #f7941f;

    }

    .products-ma .product-fourth-header-row .product-section-title,
    .products-ma .product-fifth-header-row .product-section-title {
        display: flex;
        justify-content: space-between;
    }

    .products-ma .product-report-description-2 p {
        text-align: justify;
    }

    .products-ma p.report-updated-info {
        font-weight: 600;
    }

    .products-ma .products-actor-profiles-container, 
    .products-ma .products-market-reports-container {
        display: flex;
        flex-wrap: wrap;
    }

    .products-ma .products-actor-profiles-container .product-image, 
    .products-ma .products-market-reports-container .product-image {
        max-width: 300px;
        width: 200px;
        margin: 10px 20px;
        margin-left: 0;
    }


    .products-ma .products-actor-profiles-container .product-image img, 
    .products-ma .products-market-reports-container .product-image img {
        height: auto !important;
    }

    .products-ma a.loadmore-products-market-reports, 
    .products-ma a.loadmore-products-actor-profiles {
        background: none;
        display: flex;
        align-items: center;
        text-transform: uppercase;
        font-weight: 600;
        font-size: 12px;
        border: 1px solid #083050;
        border-radius: 30px;
        padding: 10px 20px !important;
        /* font-weight: bold; */
        color: #083050;
        font-size: 11px;
        text-align: center;
        width: 240px;
        justify-content: center;
        margin: 20px auto;
    }

    .products-ma a.loadmore-products-market-reports:hover, 
    .products-ma a.loadmore-products-actor-profiles:hover {
        border-color: #f7941f;
        color: #FFFFFF;
        background: #f7941f;
        text-decoration: none;
    }

    .products-ma .explore-report-categories-container.new {
        display: flex;
        flex-direction: column;
        justify-content: space-between;
        height: 100%;
    }

    .products-ma .page-image-container img {
        width: 100%;
        height: auto
    }

    .products-ma .page-text-block h2,
    .products-ma .page-text-block h3 {
        font-size: 24px;
        font-style: normal;
        font-weight: 600;
        color: #083050;
        margin-bottom: 20px;
        font-size: 14px;
        margin-bottom: 10px;    
    }

    .products-ma .page-text-block p {
        font-size: 16px;
        text-align: justify;
        line-height: 1.7em;
    }

    .products-ma .bulking.explore-categories.explore-categories-market-reports {
        display: flex;
        flex-basis: 100%;
        width: 100%;
    }

    .products-ma .bulking.explore-categories.explore-categories-market-reports > div {
        flex-basis: 50%;
        width: 50%;
    }

    .products-ma a.padmore {
        padding-left: 15px;
        display: block;
    }

    .products-ma .page-text-block {
        height: 100%;
    }

    .products-ma .page-text-block-container {
        height: 100%;
    }

    .products-ma.container-fluid1.product-container-explore-report-categories.container-intelligence-services.product-container-explore-report-categories-new.bg-grey,
    .products-ma.container-fluid1.product-container-explore-report-categories.container-intelligence-services.product-container-explore-report-categories-new.bg-grey {
        margin-bottom: 50px;
    }

    .products-ma .research-other-industries {
        width: 100%;
    }

    body.single-product .products-ma.home-upcoming-virtual-conferences.block-padding {
        padding: 60px 40px;
    }

    .single-product .products-ma.home-upcoming-virtual-conferences .container-fluid {
        max-width: 1170px;
    }

    .products-ma .dx-title-h2 {
        font-size: 1.8em;
        color: #083050;
        line-height: 1.3em;
        text-align: center;
        font-weight: 600;
        font-style: normal;
        /*text-transform: uppercase;*/
    }

    .single-product .products-ma .upcoming-virtual-conferences {
        margin-top: 25px;
    }

    .products-ma .webinars-events-container {
        padding-top: 25px;
    }

    .products-ma .upcoming-virtual-conferences > .dataxis-button {
        display: none;
    }

    .mcb-actor-profile .product-head-right {
        padding-left: 25px;
    }

    .mcb-actor-profile .product-head-right {
        padding-left: 25px;
    }

    .actor-profile-selector-country {
        display: flex;
        align-items: center;
        margin-bottom: 20px;
    }

    .products-ma.mcb-actor-profile .product-selectors-country {
        margin-bottom: 0;
    }

    .single-product .actor-profile-selector-industry .select2-container {width: 592px !important;}

    .single-product .mcb-actor-profile .select2-container {
        min-width: 425px !important;
    }

    .mcb-actor-profile.products-ma .product-ct-bottom a,
    .mcb-market-report.products-ma .product-ct-bottom a {
        color: #FFFFFF;
        border-color: #FFFFFF;
        width: auto;
    }    

    .mcb-market-report.products-ma .product-head-right {
        padding-left: 20px;
    }

    .products-ma .products-market-reports-container .product-image-industry {
        top: auto;
        bottom: auto;
        top: 160px;
    }    

    /* MARKET REPORT / ACTOR PROFILE / END */ 








}

@media (max-width:  1024px) {

    .row.intelli-first-row > div {
        flex-basis: 100%;
        width: 100%;
        max-width: 100%;
    }

    .istc-top-right {
        /* padding: 20px; */
        text-align: center;
    }

    .col-md-12.col-lg-4 {
        display: flex;
        flex-wrap: wrap;
    }

    .col-md-12.col-lg-4 > div:nth-child(1) {
        flex-basis: 50%;
        width: 50%;
        max-width: 50%;
        padding: 20px 20px 20px 0;
    }

    .col-md-12.col-lg-4 > div:nth-child(1) img {
        width: 100%;
    }

    .col-md-12.col-lg-4 > div:nth-child(2) {
        flex-basis: 23%;
        width: 23%;
        max-width: 23%;
        margin-right: 2%;
    }

    .col-md-12.col-lg-4 > div:nth-child(3) {
        flex-basis: 23%;
        width: 23%;
        max-width: 23%;
        margin-right: 2%;
    }

    .row.intelli-first-row {
        padding: 25px;
    }

    .explore-other-market-intelligence-services {
        max-width: 95%;
        margin: 0 auto;
    }

    .intelligence-service-container.intelli > div {
        max-width: 95%;
        margin: 0 auto;
    }

    .single .latest-research-blocks>div.container-title-padding {
        max-width: 100%;
    }

    .single .latest-research-blocks .container-full>.row {
        max-width: 100%;
        flex-wrap: wrap;
    }

    .home-press-release-image-container img {
        width: 100%;
    }

    .home-press-release-box.home-press-release-box-other {}

    .home-press-release-box.home-press-release-box-other {
        padding: 0 !important;
    }

    .home-upcoming-virtual-conferences > div > div > div {
        padding: 0;
    }

    .products-ma .product-head-right {
        padding-left: 20px;
    }

    .products-ma .product-inner-head {
        padding-bottom: 20px;
    }

    .products-ma .product-inner-price-container {
        padding-bottom: 20px;
    }

    .products-ma .product-contact-details-container.product-getintouch-container:first-child {
        margin-top: 0;
    }

    .container-fluid.product-coverage-innerr img {
        width: 100%;
        height: auto;
    }

    .product-report-description {
        padding: 20px;
    }

    .products-ma .new-accordion-tabs-01 {
        padding-bottom: 20px;
    }

    .products-ma .new-accordion-tabs-01 {
        padding-bottom: 20px;
    }

    .products-ma.container-fluid.container-intelligence-services-design-two.bg-blue big {
        padding-top: 30px;
    }

    .products-ma.container-fluid.container-intelligence-services-design-two.bg-blue big {
        font-size: 28px;
    }

    .products-ma.container-fluid.container-intelligence-services-design-two.bg-blue big br {
        display: none;
    }

    .products-ma .product-report-type-inner {
        display: block;
    }

    .products-ma .product-selectors-country {
        display: block;
    }

    .single-product .products-ma .select2-container {
        width: 100% !important;
    }

    .actor-profile-selector-country {
        display: block;
    }

    .single-product .mcb-actor-profile .select2-container {
        min-width: auto !important;
    }

}



@media (max-width: 768px) {

    .col-md-12.col-lg-4>div:nth-child(1) {
        flex-basis: 100%;
        width: 100%;
        max-width: 100%;
        padding: 20px 0 0 0;
    }

    .col-md-12.col-lg-4>div:nth-child(2) {
        flex-basis: 48%;
        width: 48%;
        max-width: 48%;
        margin-right: 2%;
    }

    .col-md-12.col-lg-4 > div:nth-child(3) {
        flex-basis: 48%;
        width: 48%;
        max-width: 48%;
        margin-right: 2%;
    }

    .row.intelli-first-row {
        padding: 25px 0;
    }

    .col-md-3.mis-block {
        flex: 0 0 50%;
        max-width: 50%;
    }

    .container.new-blocks-test {
        padding: 0 15px;
    }

    .reports-related-market-intelligence-services > div:last-child > .row > div:first-child {
        display: none;
    }

    .reports-related-market-intelligence-services > div:last-child > .row > div:last-child {
        width: 75%;
        max-width: 75%;
        flex-basis: 75%;
    }

    .actor-profile-selector-industry {
        display: block;
    }

    .actor-selector-text {
        padding-bottom: 10px;
    }

    .istc-top-left h1 {
        font-size: 27px;
    }

    .istc-top-left h2 {
        font-size: 22px;
    }

    .product-ct-top-right h4 {
        font-size: 16px;
    }

    .product-ct-top-right p {
        font-size: 14px;
    }

    .product-ct-bottomx p {
        font-size: 14px;
    }

    .col-md-12.col-lg-4>div:nth-child(2),
    .col-md-12.col-lg-4 > div:nth-child(3) {
        flex-basis: 100%;
        width: 100%;
        max-width: 100%;
        margin-right: 0%;
        margin: 10px 0;
    }

    .col-md-12.col-lg-4 > div:nth-child(3) {
        margin-top: 0;
    }

    .other-info-webinar-mini-title h3 {
        font-size: 20px;
        margin-top: 10px;
    }

    .other-info-webinar-mini-title {
        margin-top: 10px;
    }

    .reports-related-market-intelligence-services > div:last-child > .row > div:last-child {
        width: 100%;
        max-width: 100%;
        flex-basis: 100%;
        margin-bottom: 20px;
    }

    .home-press-release-box-other .home-press-release-box-in {
        display: block;
        background: #FFFFFF;
        margin-bottom: 20px;
    }

    .latest-research-blocks .home-press-release-box-in.clearfix > div:first-child, 
    .page-template-template-intelligence-service .home-press-release-box-in.clearfix > div:first-child, 
    .webinars-additions .home-press-release-box-in.clearfix > div:first-child,
    .latest-research-blocks .home-press-release-box-in.clearfix > div:last-child, 
    .page-template-template-intelligence-service .home-press-release-box-in.clearfix > div:last-child, 
    .webinars-additions .home-press-release-box-in.clearfix > div:last-child {
        flex-basis: 100%;
        width: 100%;
    }

    .home-press-release-box.home-press-release-box-other {
        display: block;
    }

    .home-press-release-box.home-press-release-box-other > div {
        padding-left: 0;
    }

    .single-product .intelli .actor-profile-selector-industry .select2-container {
        width: 100% !important;
    }

    .intelli .col-md-3.mis-block {
        flex-basis: 100%;
        max-width: 100%;
    }


}


@media (max-width:  767px) {

    .products-ma .product-head-left {
        width: auto;
        margin: 0 auto;
        margin-bottom: 20px;
    }

    .products-ma .product-head-right {
        width: 100%;
    }

    .products-ma .product-inner-head {
        display: block;
    }

    .products-ma .product-head-right {
        padding-left: 0;
    }

    .products-ma.container-fluid.container-intelligence-services-design-two.bg-blue big {
        font-size: 22px;
    }

    .products-ma.container-intelligence-services-design-two .product-section-title p {
        font-size: 18px;
    }

    .products-ma ul.intelligence-tags-links h2 {
        font-size: 23px;
        margin-bottom: 20px;
    }

    .products-ma .product-fourth-header-row .product-section-title, .products-ma .product-fifth-header-row .product-section-title {
        display: block;
    }

    .products-ma .product-fourth-header-row .product-section-title h4 a, .products-ma .product-fifth-header-row .product-section-title h4 a {
        text-align: center;
        margin: 0 auto;
        display: flex;
        justify-content: center;
    }

    .products-ma .dx-title-h2,
    .products-ma .product-section-title h3 {
        font-size: 22px;
    }

    .products-ma .products-actor-profiles-container, .products-ma .products-market-reports-container {
        justify-content: center;
    }

    .products-ma .explore-report-categories-container.new {
        padding-top: 20px;
    }

    .products-ma .webinar-content p {
        display: none;
    }

    .products-ma .webinars-events-item.webinar-wrapper.new-webinar-wrapper > div > div:first-child {
        border: none;
    }

    .products-ma .webinars-events-item.webinar-wrapper.new-webinar-wrapper > div > div:nth-child(2) {
        margin-top: 20px;
        margin-bottom: 20px;
    }


}

.single .products-ma .mainProductPageThumbnails .product-head-left {
    width: 25%;
    max-width: 25%;
}

.single .products-ma .mainProductPageThumbnails .product-head-right {
    width: 75%;
    max-width: 75%;
}



.single .products-ma .mainProductPageThumbnails .mod-products-reports-category {
    width: 100%;
}

.single .mainProductPageThumbnails .mod-product-reports-country-industry {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: auto;
    top: 50%;
    padding: 0 10%;
    padding-right: 5%;
}

.single .products-ma .mainProductPageThumbnails .product-image-country {
    position: relative;
    top: auto;
    left: 0;
}

.single .products-ma .mainProductPageThumbnails .product-image-industry {
    position: relative;
    top: auto;
    left: auto;
    background: none;
    bottom: auto;
    width: 100%;
}

.single .products-ma .mainProductPageThumbnails .product-image-industry h4 {
    padding: 0;
}

.single .products-ma .mainProductPageThumbnails .product-image-country h4 {
    color: #083050;
}

.single .products-ma.mcb-actor-profile .mainProductPageThumbnails.pi-actor-profile .product-image-industry h4 {
    background: transparent;
}

.single .products-ma.mcb-actor-profile ._NewProductsThumbnails.pi-actor-profile .product-image-industry {
}

.single .products-ma.mcb-actor-profile .mainProductPageThumbnails.pi-actor-profile .mod-product-reports-country-industry {
    top: 0;
    height: 100%;
    padding: 0;
}

 .products-ma.mcb-actor-profile ._NewProductsThumbnails.pi-actor-profile .product-image-country {
    position: absolute;
    top: 50%;
    width: 100%;
    padding-left: 30px;
}

.product-data-graphs-icons > div {
    position: relative;
    left: 15px;
}

.products-ma .product-data-graphs-icons img {
    height: 55px;
}

/* MARKET REPORT / ACTOR PROFILE IMAGE FIX */
.pi-market-report.product-image{
    position: relative !important;
}
.pi-market-report.product-image::before {
    content: "Market Report";
    position: absolute;
    font-size: 23px;
    text-transform: uppercase;
    width: 100%;
    text-align: center;
    margin-top: 50px;
    color: #083050;
    font-weight: 600;
}
.pi-actor-profile.product-image {
    position: relative !important;
}
.pi-actor-profile.product-image::before {
    content: "Actor Profile";
    position: absolute;
    font-size: 23px;
    text-transform: uppercase;
    width: 100%;
    text-align: center;
    margin-top: 50px;
    color: #083050;
    font-weight: 600;
}
.product-reports-market-reports .product-image-country h4 {
    color: #083050 !important;
}
.product-reports-market-reports .product-image-industry {
    background: transparent !important;
}
.product-reports-market-reports .mod-product-reports-country-industry {
    width: 100% !important;
    margin: 0 auto !important;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    top: 40px !important;
    left: unset !important;
}
.product-reports-market-reports .product-image-industry {
    width: auto !important;
}
.product-reports-market-reports .mod-product-reports-country-industry h4 {
    font-size: 15px !important;
}

.products-actor-profiles-container .mod-product-reports-country-industry {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    top: 50px !important;
    height: auto !important;
}
.products-actor-profiles-container .product-image-country {
    top: unset !important;
    width: 100%;
}
.products-actor-profiles-container .product-image-industry {
    top: unset !important;
}
.products-actor-profiles-container .mod-product-reports-country-industry h4 {
    text-align: center;
    color: #083050 !important;
}
.product-contact-detail .product-ct-bottom a{
    width: 215px !important;
}
.newAllInOneBanner{
    display: none;
}
.product-image-industry h4 {
    text-align: center;
}
.prod-market-reports .new-related-product-image::before {
    content: "Market Report";
    font-size: 20px;
    position: absolute;
    top: 40px;
    text-transform: uppercase;
    display: table;
    margin: 0 auto;
    text-align: center;
    color: #083050;
    font-weight: 600;
    left: 20px;
}
.prod-market-reports .new-related-product-image{
    position: relative;
}
.prod-actor-profile .new-related-product-image::before {
    content: "Actor Profile";
    font-size: 20px;
    position: absolute;
    top: 40px;
    text-transform: uppercase;
    display: table;
    margin: 0 auto;
    text-align: center;
    color: #083050;
    font-weight: 600;
    left: 25px;
}
.prod-actor-profile .new-related-product-image{
    position: relative;
}

/* MENU FIX */
.ubermenu.ubermenu-main .ubermenu-item-level-0:hover > .ubermenu-target, .ubermenu-main .ubermenu-item-level-0.ubermenu-active > .ubermenu-target{
    color: #f7941f !important;
    background: white !important;
}
.ubermenu-main .ubermenu-item-level-0.ubermenu-current-menu-item > .ubermenu-target, .ubermenu-main .ubermenu-item-level-0.ubermenu-current-menu-parent > .ubermenu-target, .ubermenu-main .ubermenu-item-level-0.ubermenu-current-menu-ancestor > .ubermenu-target{
    color: #f7941f !important;
    background: white !important;
}
#menu-item-536274 span {
    text-transform: capitalize;
}
.wbtn.wbtn-booking.wbtn-primary:hover {
    background: transparent !important;
    color: #f7941f !important;
}
.wbtn.wbtn-booking.wbtn-primary{
    font-weight: normal !important;
}
#ubermenu-nav-main-2 {
    position: relative;
    top: 25px;
}
#menu-item-1565208 {
    float: right;
    margin-right: 110px;
}
#menu-item-1565232 {
    float: right;
}
#menu-item-1565239, #menu-item-1565229 {
    float: right;
}
#menu-item-1565236 {
    float: right;
}
#menu-item-1565236 a {
    border: 1px solid #0b3050;
    border-radius: 9px;
    text-transform: uppercase;
    font-weight: 600;
    padding: 9px 10px;
    line-height: 15px;
    margin: 5px;
}
#menu-item-1565229{
    float: right;
    margin-right: 120px;
}

#menu-item-1565518 h3 {
    display: none;
}
#menu-item-1565518 {
    float: right;
}
#menu-item-1565518 button {
    background: transparent;
    color: #5d5d5d;
    border: none;
    box-shadow: none;
    font-size: 15px !important;
    margin-top: 7px;
}
#menu-item-1565518 button:hover {
    color: #f8af58;
}
#menu-item-1565518 {
    max-height: 50px !important;
}
.dataxis-header-search-inner {
    width: 100%;
    display: flex;
}
.dataxis-header-search-wrapper {
    width: 100%;
}
#header-search-bar {
    width: 90%;
}
.dataxis-search-icon {
    margin-left: 10px;
    top: 2px;
    position: relative;
}
