/* @media (min-width: 577px) { */
    @font-face {
        font-family: regular_regular;
        font-display: swap;
        src: url("/express-fonts/Regular-Regular.woff2") format("woff"),
        url("/express-fonts/Regular-Regular.woff") format("woff");
        font-display: swap;
    }
    @font-face {
        font-family: regular_medium;
        font-display: swap;
        src: url("/express-fonts/Regular-Medium.woff2") format("woff"),
        url("/express-fonts/Regular-Medium.woff") format("woff");
        font-display: swap;
    }
    @font-face {
        font-family: regular_semibold;
        font-display: swap;
        src: url("/express-fonts/Regular-Semibold.woff2") format("woff"),
        url("/express-fonts/Regular-Semibold.woff") format("woff");
        font-display: swap;
    }
    @font-face {
        font-family: regular_bold;
        font-display: swap;
        src: url("/express-fonts/Regular-Bold.woff2") format("woff"),
        url("/express-fonts/Regular-Bold.woff") format("woff");
        font-display: swap;
    }
    @font-face {
        font-family: be_vietnam_pro_light;
        font-display: swap;
        src: url("/express-fonts/translatedPageFonts/beVietnamPro/BeVietnamPro-Light.ttf")
        format("truetype");
        font-display: swap;
    }
    @font-face {
        font-family: be_vietnam_pro_regular;
        font-display: swap;
        src: url("/express-fonts/translatedPageFonts/beVietnamPro/BeVietnamPro-Regular.ttf")
        format("truetype");
        font-display: swap;
    }
    @font-face {
        font-family: be_vietnam_pro_medium;
        font-display: swap;
        src: url("/express-fonts/translatedPageFonts/beVietnamPro/BeVietnamPro-Medium.ttf")
        format("truetype");
        font-display: swap;
    }
    @font-face {
        font-family: be_vietnam_pro_semibold;
        font-display: swap;
        src: url("/express-fonts/translatedPageFonts/beVietnamPro/BeVietnamPro-SemiBold.ttf")
        format("truetype");
        font-display: swap;
    }
    @font-face {
        font-family: be_vietnam_pro_bold;
        font-display: swap;
        src: url("/express-fonts/translatedPageFonts/beVietnamPro/BeVietnamPro-Bold.ttf")
        format("truetype");
        font-display: swap;
    }  
/* } */

/* CSS VARIABLES */
:root{
    --primary-color: #195571;
    --secondary-color: #AD101B;       
    --primary-background-color: #1B5B79;     
    --secondary-background-color: #B30F1A;     
    --link-color: #595959;
}

html {
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
}

@-moz-document url-prefix() {
    body {
        font-weight: lighter !important;
    }
}

h2 {
    font-size: 18px;
    color: var(--primary-color) !important;
    font-family: regular_bold !important;
}

h3 {
    font-family: regular_semibold;
    font-size: 16px;
}

/* h3 {
    font-size: 18px;
    color: rgb(44, 142, 191);
    font-family: regular_bold !important;
} */

h4 {
    font-family: regular_semibold !important;
    font-size: 16px;
}

p {
    color: rgb(19, 41, 61);
}

button {
    font-family: regular_medium;
}

.modal-header {
    border-bottom: none;
}

body.modal-open {
    overflow: visible;
}

/* 
  modal css */

.modal-dialog {
    width: 100%;
    outline: none;
    max-width: 431px;
    box-shadow: 0px 3px 5px -1px rgba(0, 0, 0, 0.2),
        0px 5px 8px 0px rgba(0, 0, 0, 0.14), 0px 1px 14px 0px rgba(0, 0, 0, 0.12);
    position: absolute;
    margin: 0;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%) !important;
    border-radius: 10px;
}

.modal-content {
    border-radius: 10px;
    padding: 10px 20px;
    font-family: regular_medium;
}

.banner-container {
    position: fixed;
    z-index: 3;
    top: 0;
    left: 0;
    right: 0;
    height: 60px;
    display: none;
    background-color: rgb(229, 37, 99);
}

.banner-container p {
    margin: 16px 0;
    height: 100%;
    text-align: center;
    letter-spacing: 1px;
    line-height: 25px;
    font-size: 14px;
    font-family: regular_bold;
    color: rgb(255, 255, 255) !important;
}

.closeoffer {
    float: right;
    cursor: pointer;
    margin-right: 20px;
}

/* promo banner */
.discount_button {
    border-radius: 4px;
    border: 1px solid #fff;
    font-size: 15px;
    color: #2c8ebf;
    background-color: #fff;
    padding: 2px;
    cursor: pointer;
    font-family: regular_bold;
}

/* header css */

/* HEADER START */

.site-header-wrapper {
    position: fixed;
    width: 100%;
    top: 0px;
    left: 0;
    background-color: #fff;
    box-shadow: 0 2px 5px 1px #ccc;
    padding: 0;
    z-index: 100;
    /* z-index: 2; */
    height: 60px;
}

.site-header-wrapper.banner-added {
    top: 60px;
}

.logo-nav-button {
    align-items: center;
    align-self: center;
}

/* Menu Togggle Button For Mobiles */

.menu-toggle-button {
    background: #fff;
    border: none;
}

.menu-toggle-button .bar {
    display: block;
    width: 20px;
    height: 2px;
    opacity: 1;
    background: #333;
    margin: 4px 0;
    transition: all 0.3s ease-out;
}

.opened-menu {
    z-index: 7;
}

.opened-menu .bar:nth-child(1) {
    transform: rotate(-45deg);
    transform-origin: top right;
    width: 18px;
}

.opened-menu .bar:nth-child(2) {
    opacity: 0;
}

.opened-menu .bar:nth-child(3) {
    transform-origin: bottom right;
    transform: rotate(45deg);
    width: 18px;
}

/* Navigation Menu */

.nav-items-container {
    position: fixed;
    flex-wrap: wrap;
    top: 0;
    left: 0;
    transform: translate(-100vw);
    transition: transform 0.3s ease-out;
    width: 100vw;
    height: 100vh;
    z-index: 3;
    background: #fff;
}

.nav-items-container a {
    text-decoration: none;
    color: #333;
    /* font-family: regular_medium; */
    font-family: regular_semibold;
}

.nav-items-container>a>img {
    margin-left: calc(50vw - 120px);
    margin-top: 25%;
}

.nav-items-container a:hover {
    text-decoration: underline;
}

.nav-items-container>img {
    align-self: center;
    margin-top: 50px;
    max-width: 75%;
    margin: 50px auto 0 auto;
}

.nav-items {
    width: 100%;
    height: 100%;
    flex-direction: column;
    list-style-type: none;
    padding: 20px 5vw;
    margin: 0;
}

.nav-item {
    position: relative;
    padding: 5px 0;
    margin: 5px 0;
    font-family: regular_medium;
    color: #333;
}

.nav-item:hover {
    cursor: pointer;
}

.dropdown {
    visibility: visible;
    opacity: 1;
    position: relative;
}

.dropdown {
    position: absolute;
    visibility: hidden;
    opacity: 0;
    min-width: 200px;
    list-style-type: none;
    background: #fff;
    padding: 8px 16px;
    padding-right: 0;
    border-radius: 4px;
    overflow: visible;
    box-shadow: 0 2px 7px rgba(17, 17, 17, 0.175);
    z-index: 3;
    transition: visibility 0s 0.15s, opacity 0.15s, margin-top 0.15s, left 0.15s;
}

.has-dropdown .has-dropdown {
    position: relative;
}

.dropdown-nav-item {
    margin: 5px 0;
    position: relative;
}

.dropdown-nav-item:before {
    content: "";
    position: absolute;
    top: 5px;
    left: -15px;
    width: 5px;
    height: 5px;
    border-left: 1px solid #333;
    border-top: 1px solid #333;
    opacity: 1;
    transform: rotate(135deg);
}

.dropdown-big {
    display: none;
    flex-wrap: wrap;
    min-width: 90%;
}

.dropdown-big .dropdown-nav-item {
    width: calc(50% - 20px);
}

.dropdown .dropdown-nav-item {
    margin-right: 10px;
    margin-left: 10px;
}

.show-nav-on-mobile,
.show-nav-on-mobile .dropdown {
    position: relative;
    visibility: visible;
    opacity: 1;
    box-shadow: 0 0 1px 1px transparent;
}

/* Mobile Navigation Menu */

.open-nav-container {
    z-index: 6;
    position: absolute;
    transform: translate(0);
    overflow: auto;
}

/* Search Section */

.search-icon {
    max-width: 40px;
    max-height: 40px;
}

.close-icon {
    max-width: 40px;
    max-height: 40px;
}

.close-search-button .close-icon {
    display: none;
}

.toggle-search-view {
    position: absolute;
    width: 36px;
    height: 36px;
    top: 7px;
    right: 0;
    cursor: pointer;
}

.search-results-container {
    width: 90%;
    margin: 0 auto;
}

.search-results-wrapper {
    position: relative;
    display: block;
    width: 100%;
    /* margin: 5px auto; */
    max-height: 80vh;
    overflow-y: auto;
    z-index: 9999;
    background: #fff;
    transition: all 0.3s ease-in-out;
}

.search-results-list {
    flex-direction: column;
    margin: 0 auto;
    height: calc(100vh - 200px);
    max-height: calc(100vh - 200px);
    overflow: auto;
    margin-top: 150px;
}

.search-results-list::-webkit-scrollbar {
    width: 7px !important;
    height: 7px !important;
    background-color: #fff;
}

.search-results-list::-webkit-scrollbar-track {
    border-radius: 10px;
    border: 1px solid #fff;
    background-color: #fff;
}

.search-results-list::-webkit-scrollbar-thumb {
    border-radius: 10px;
    background-color: #eee;
    border: 1px solid #fff;
}

.search-results-list::-webkit-scrollbar-thumb:hover {
    background: #ccc;
}

.search-results-list::-webkit-scrollbar-thumb:active {
    background-color: #ccc;
}

.search-result {
    width: calc(100% - 20px);
    margin: 10px;
    border: 1px solid;
    border-radius: 5px;
    box-shadow: 0 0 3px 1px #eee;
}

.show-search-results {
    z-index: 10001;
    visibility: visible;
    opacity: 1;
}

.search-reports-input {
    outline: none;
    position: absolute;
    right: 20px;
    top: 0;
    width: 60px;
    height: 60px;
    border: none;
    box-sizing: border-box;
    border-radius: 4px;
    font-size: 16px;
    padding: 12px 20px 12px 40px;
    -webkit-transition: width 0.4s ease-in-out;
    transition: width 0.4s ease-in-out;
}

.open-search-button,
.close-search-button {
    position: absolute;
    right: 20px;
    height: 60px;
    border: none;
    background: transparent;
    background: none;
    border: none;
    outline: none;
    cursor: pointer;
    top: 0;
    z-index: 10002;
}

.open-search-button:focus {
    outline: none !important;
}

.close-search-button {
    outline: none !important;
}

.search-reports-input:focus {
    outline: none;
    width: 100%;
    z-index: 999;
    height: 60px;
    position: absolute;
    top: 50%;
    right: 0px;
    transform: translateY(-50%);
    box-sizing: border-box;
    border: none;
    border-radius: 4px;
    font-size: 16px;
    background-color: white;
    background-position: 95%;
    background-repeat: no-repeat;
    padding: 12px 20px 12px 40px;
}

.no-scroll {
    overflow: hidden;
}

.no-scroll {
    overflow: hidden;
}

.no-data-img,
.error-img {
    margin: 25vh auto 0 auto;
    width: 128px;
}

.no-data-text,
.error-text {
    text-align: center;
    font-size: 20px;
}

/* .checkout-modal-wrapper .tingle-modal-box__content {
    padding: 0;
} */

@keyframes input-open-mobile {
    0% {
        cursor: pointer;
        border-bottom: 1px solid transparent;
        width: 40px;
        top: 0;
        right: 0;
        z-index: 10002;
    }

    20% {
        cursor: pointer;
        width: 40px;
        top: 50px;
        right: 0;
        z-index: 10002;
    }

    50% {
        border-bottom: 1px solid transparent;
        width: 40px;
    }

    100% {
        cursor: text;
        border-bottom: 1px solid #bbb;
        width: 100%;
        right: 0;
        top: 50px;
        z-index: 10002;
    }
}

/* Phone No and currency selector */

.phone-no {
    color: #333;
    margin-top: 15px;
}

.currency-selector {
    color: #333;
    margin-top: 20px;
}

.currency-selector select {
    color: #333;
    font-family: regular_medium;
}

.phone-no img {
    width: 12px;
    margin-bottom: -1px;
}

.currency-selector select {
    background-color: #fff;
    font-size: 15px;
    border: none;
}

.checkout-modal-wrapper .tingle-modal__close {
    display: none;
}

.short-description-report {
    text-align: justify;
    font-family: 'regular_medium';
}

/* List of figures css */
.listoffigures {
    margin: 20px 0 20px 0;
}

.figure_ol_list {
    list-style: none;
    display: flex;
    justify-content: flex-start;
}

.figure_ol_list .figure_number {
    padding-right: 10px;
    font-size: 14px;
    white-space: nowrap;
}

.figure_ol_list .figure_details {
    font-size: 13px;
}

.listoffigures p {
    font-size: 16px;
}

.text-center {
    text-decoration: underline;
    color: var(--secondary-color);
    cursor: pointer;
    margin-top: 10px;
}

/* HEADER END */

@media (min-width: 992px) {
    /* Increase header element sizes on desktops  */
    .header-right-section {
        font-size: 16px;
    }
    .header-logo {
        width: 240px;
    }
    .main-nav {
        margin: 0 30px 0 0;
    }

    .dropdown-menu-link {
        padding: 0 20px;
    }

    /* Change landing page height for desktops and larger tablets */
    .landing-page-wrapper {
        height: 80vh;
    }

    .logo-nav-button {
        margin-left: 0;
    }

    .menu-toggle-button {
        display: none;
    }

    .nav-items-container {
        position: relative;
        transform: translate(0);
        width: auto;
        height: auto;
    }

    .new-nav-container {
        padding: 0;
        align-items: center;
    }

    .nav-items {
        flex-direction: row;
        padding: 0;
    }

    .nav-item {
        margin: 0;
        height: 100%;
        padding: 15px;
    }

    .nav-items>.has-dropdown:after {
        content: "";
        position: absolute;
        top: 25px;
        right: 0;
        width: 5px;
        height: 5px;
        border-right: 1px solid;
        border-bottom: 1px solid;
        transform: rotate(45deg);
    }

    .has-dropdown .has-dropdown>.dropdown {
        left: 180px;
        top: -13px;
        margin: 0;
    }

    .show-nav-on-mobile,
    .show-nav-on-mobile .dropdown {
        position: absolute;
        visibility: hidden;
        opacity: 0;
    }

    .has-dropdown:hover>.dropdown {
        visibility: visible;
        opacity: 1;
        margin-top: 15px;
        transition-delay: 0s;
        box-shadow: 0 0 4px 1px #ddd;
    }

    .has-dropdown .has-dropdown:hover>.dropdown {
        margin-top: 0;
        left: 190px;
    }

    .has-dropdown .has-dropdown:after {
        content: "";
        position: absolute;
        right: 10px;
        top: 8px;
        width: 5px;
        height: 5px;
        border-right: 1px solid;
        border-bottom: 1px solid;
        transform: rotate(-45deg);
    }

    .nav-items-container>a>img {
        display: none;
        align-self: center;
        margin-top: 50px;
        max-width: 75%;
        margin: 50px auto 0 auto;
    }

    .dropdown-nav-item:before {
        opacity: 0;
    }

    .dropdown-big {
        display: flex;
        min-width: 500px;
    }

    .phone-no,
    .currency-selector {
        align-self: center;
        margin: 0 20px;
        font-family: regular_medium;
    }
}

/* header css end */

/* FONT FAMILY INCLUDES END */

/* GLOBAL STYLES FOR COMPONENTS */
.preview-rd-page *,
.preview-rd-page *:before,
.preview-rd-page *:after,
.rd-heading-section *,
.rd-heading-section *:before,
.rd-heading-section *:after {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    line-height: 26px;
    font-family: "regular_medium";
}


i.fa-classic,
i.fa-regular, 
i.fa-solid,
i.far, 
i.fas,
i.fab, 
i.fa,
i.fa-classic::before,
i.fa-regular::before, 
i.fa-solid::before,
i.far::before, 
i.fas::before,
i.fab::before, 
i.fa::before,
i.fa-classic::after,
i.fa-regular::after, 
i.fa-solid::after,
i.far::after, 
i.fas::after,
i.fab::after, 
i.fa::after {
    font-family: "Font Awesome 6 Free" !important;
    /* font-weight: 300 !important;  */
}


html {
    height: 100%;
    overflow: auto;
}

body {
    margin: 0;
    height: 100%;
    image-rendering: -webkit-optimize-contrast;
}

.flex {
    display: flex;
}

.container {
    width: 100%;
    max-width: 1280px;
    padding: 0 5%;
    margin: 0 auto;
    justify-content: space-between;
}

.txt-center {
    text-align: center !important;
}

.preview-rd-page a {
    color: #0e7db3;
}

.rd-img {
    width: auto;
    max-width: 100%;
    display: block;
}

.preview-rd-page h2,
.preview-rd-page h3,
.preview-rd-page h4,
.preview-rd-page h3 {
    font-family: regular_semibold;
}

.preview-rd-page>p {
    margin-bottom: 12px;
    font-size: 16px;
    text-align: justify;
}

.preview-rd-page button,
.rd-heading-section button {
    font-size: 16px;
    cursor: pointer;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    padding-left: 2px;
    gap: 4px;
}

.preview-page-btn {
    padding: 5px 20px;
    background-color: #0e7db3;
    border: none;
    color: #fff;
    border-radius: 10px;
    font-size: 16px;
    cursor: pointer;
}

.preview-page-btn:hover,
.preview-page-btn:focus,
.preview-page-btn:active {
    background-color: #0e7db3;
    border: none;
}

.fixed-bottom-div {
    display: flex;
    position: fixed;
    left: 0;
    bottom: 0;
    width: 100%;
    z-index: 20;
    padding: 0;
}

.fixed-bottom-div button {
    width: 50%;
    padding: 15px 10px;
    border: none;
    color: #fff;
}

.go-to-toc {
    background-color: var(--primary-background-color);
}

/* Price Breakup Section */
.price-breakup {
    cursor: pointer;
    display: flex;
    flex-direction: row;
    border: 3px solid #B30F1A;
    margin: 1rem 0px;
    width: 100%;
}

.price-breakup-left {
    width: 75%;
    display: flex;
    flex-direction: row;
    gap: 0.5rem;
    justify-content: center;
    align-items: center;
    padding: 0.6rem 0.2rem;
}

.price-breakup-left span {
    width: fit-content;
    color: #C00000;
    text-align: center;
    font-family: "regular_bold";
}

.price-breakup-right {
    text-align: center;
    background-color: #B30F1A;
    color: #fff;
    padding: 2px 4px;
    width: 25%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    font-family: "regular_bold";
}

/* i{
    font-family:  -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji" !important;
     font-display: swap;
} */

          
/* Media query for Price Break-up */
@media screen and (max-width: 767px) {
    .price-breakup {
        flex-direction: column;
        height: auto;
    }

    .price-breakup-left {
        width: 100%;
        margin-bottom: 10px;
    }

    .price-breakup-right {
        width: 100%;
    }
}

.purchase-report-section-desktop .executive-summary-button:focus,
.purchase-report-section-desktop .purchase-report-button:focus,
.static-free-sample-btn:focus,
.submit-customize-form-section button:focus,
.fixed-customize-form button:focus,
.custmzeSubmtBtn:focus,
.lead-form .leadSubmtBtn:focus,
button.close:focus {
    outline: 0px transparent;
}

.download-btn-mobile {
    background-color: var(--secondary-background-color);
}

.download-btn-mobile .fa-download {
    margin-right: 5px;
}

/* GLOBAL STYLES FOR COMPONENTS END */

/* STYLES FOR RD HEADING SECTION */

.rd-heading-section {
    padding: 20px 0;
    box-shadow: rgb(204 204 204) 0px 0px 5px 1px;
    background-image: url("/express-img/rd-background.webp");
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    position: relative;
}

.rd-heading-section.banner-added {
    padding: 80px 0 20px;
}

.rd-heading-section .breadcrumb:before {
    content: "";
    position: absolute;
    left: 0;
    width: 100%;
    height: 1px;
    background-color: transparent;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0;
    box-shadow: 0px -60px 3px 1px #ccc;
}

.related-tags {
    position: relative;
    overflow: hidden;
    width: 100px;
    height: 30px;
    display: inline-block;
    border-radius: 5px;
    margin-bottom: 10px;
    color: #fff;
    text-decoration: none;
    text-align: center;
    line-height: 30px;
    font-size: 14px;
    font-family: regular_medium;
    background: linear-gradient(#2c8dbf, #46cdcf);
}

.related-tags:after,
.view-sample-buy-now-button:after {
    animation: shine 3s linear infinite;
    content: "";
    position: absolute;
    top: -110%;
    left: -210%;
    width: 200%;
    height: 200%;
    opacity: 0;
    transform: rotate(0deg);
    background: linear-gradient(to right,
            rgba(255, 255, 255, 0) 0%,
            rgba(255, 255, 255, 0.5) 98%,
            rgba(255, 255, 255, 0.1) 99%,
            rgba(255, 255, 255, 0) 100%);
}

@keyframes shine {
    10% {
        opacity: 1;
        top: -110%;
        left: -210%;
        transition-property: left, top, opacity;
        transition-duration: 0.7s, 0.7s, 0.15s;
        transition-timing-function: ease;
    }

    30% {
        opacity: 0;
        top: -30%;
        left: -30%;
        transition-property: left, top, opacity;
        transition-duration: 0.7s, 0.7s, 0.15s;
        transition-timing-function: ease;
    }

    100% {
        opacity: 0;
        top: -30%;
        left: -30%;
        transition-property: left, top, opacity;
    }
}

.rd-heading-section>.flex {
    flex-direction: column;
    align-items: center;
    width: 100%;
    max-width: 1280px;
}

.intro-info {
    flex-direction: column;
    text-align: left;
    width: 100%;
    order: 1;
}

.rd-heading-section .breadcrumb {
    order: 2;
    width: 100%;
}

.buy-report-header {
    display: none;
}

.rd-heading-section .p-tag-month {
    color: #999;
    font-family: regular_regular;
    font-size: 14px;
    /* font-display: swap; */
}

.rd-heading-section>.flex h1 {
    margin: 0 0 25px 0;
    text-transform: uppercase;
    line-height: 36px !important;
}

.rd-heading-section>.flex hr {
    width: 50%;
    background: #2c8dbf;
    border: none;
    height: 2px;
    margin: 0vh 0 2vh 0;
}

.rd-heading-section .report-action-buttons {
    display: none;
}

.rd-heading-section>.flex .report-action-buttons button {
    padding: 10px 25px;
    border: none;
    background-image: linear-gradient(to bottom right, #2c8dbf, #46cdcf);
    border-radius: 25px;
    color: #fff;
    min-width: 180px;
    outline: none;
}

.rd-heading-section>.flex .report-action-buttons button:nth-child(2) {
    margin: 0 20px;
}

.purchase-report-section-desktop .executive-summary-button {
    width: 100%;
    margin-top: 20px;
    padding: 10px 20px;
    border: none;
    background: linear-gradient(#2c8dbf, #46cdcf);
    color: #fff;
    font-family: regular_bold;
    border-radius: 10px;
    justify-content: center;
    align-items: center;
    display: none;
}

.purchase-report-section-desktop .executive-summary-button:hover {
    background: linear-gradient(rgba(44, 141, 191, 0.88),
            rgba(70, 205, 207, 0.84));
}

.purchase-report-section-desktop .executive-summary-button img {
    margin: 0 10px 0 0;
}

/* STYLES FOR RD HEADING SECTION */

/* STYLES FOR PAGE LAYOUT */

.preview-rd-page {
    flex-direction: column;
}

.page-content {
    width: 100%;
    margin-bottom: 25px;
    text-align: justify;
}

.component-subheading, .statistics-country-heading {
    line-height: 26px;
    color: rgba(0, 0, 0, 0.87) !important;
    font-size: 16px;
    /* margin: 21px 0; */
}

.component h3,
.customize-report-form h3,
.customize-toc h3 {
    padding: 10px 0;
    color: #0e7db3;
}

.component-2 ul,
.component-4 ul,
.component-5 ul,
.component-3 ul,
.sixth-seventh-components ul,
#component-8 > ul {
    margin-left: 20px;
}

.component-2 b {
    font-family: 'regular_bold';
}

.component-2 table,
.component-4 table,
.component-5 table,
.sixth-seventh-components table {
    width: 100%;
    overflow: auto;
}

.component-2 li {
    margin-bottom: 12px;
}

.component-2 h3 {
    margin-top: 20px;
}

.show-on-mobile {
    display: block;
}

/* STYLES FOR PAGE LAYOUT END */

/* STYLES FOR LEFT NAVIGATION */

.rd-page-navigation {
    position: fixed;
    bottom: 0;
    right: 0;
    transform: translateY(415px);
    width: 100%;
    transition: all 0.3s ease-out;
    z-index: 1;
    display: none;
}

.about-report-link {
    display: block;
    cursor: pointer;
    border-radius: 5px;
    padding: 10px;
    margin-left: -10px;
}

.about-report-link:hover {
    background-color: rgba(14, 125, 179, 0.2) !important;
}

.main-nav-list {
    background: #fff;
    list-style-type: none;
}

.main-nav-list-lorien-rd {
    background: #fff;
    list-style-type: none;
    max-height: 500px; 
    overflow: auto;
}


.main-nav-list-for-lorien-rd{
    max-height: 500px;
}

.main-nav-list-for-lorien-rd2{
    max-height: 400px;
}

.main-nav-list ul .nav-links-rd {
    padding: 10px 0 10px 20px;
}

.main-nav-list-lorien-rd ul .nav-links-rd {
    padding: 10px 0 10px 20px;
}

.about-report-menu {
    max-height:0;
    overflow-y: hidden;
    overflow-x: visible;
    transition: max-height 0.6s ease-in-out; 
}

.show-about-report-menu {
    max-height: 600px;
}

.static-free-sample-btn {
    border: none;
    border-radius: 10px;
    background-color: var(--secondary-background-color);
    width: 100%;
    padding: 15px 10px;
    color: #fff;
    margin-top: 15px;
    font-family: regular_bold;
}

.view-sample-buy-now-button {
    position: relative;
    overflow: hidden;
    border: none;
    min-width: 150px;
    width: 100%;
    /* border-radius: 10px; */
    background: rgba(44, 142, 191, 0.1);
    border: none;
    padding: 4px 10px;
    color: #2c8ebf;
    justify-content: center;
    align-items: center;
    font-family: regular_semibold;
}


.rd-page-navigation>ul {
    margin-left: 0;
    list-style-type: none;
}

.rd-page-navigation>ul ul {
    list-style-type: none;
}

.rd-page-navigation>ul ul li {
    list-style-type: none;
    color: #333;
    font-family: regular_medium;
    transition: color 0.3s ease-out;
    font-size: 15px;
    text-transform: initial;
}

.rd-page-navigation>ul>li {
    padding: 10px;
    color: #333;
    font-size: 16px;
    text-transform: uppercase;
}

.rd-page-navigation li {
    padding: 5px 0 5px 0;
}

.active-nav-link {
    background-color: rgba(14, 125, 179, 0.2) !important;
}

.rd-page-navigation .nav-links-rd {
    cursor: pointer;
    background-color: transparent;
    border-radius: 5px;
    transition: all 0.3s ease-out;
}

.rd-page-navigation .nav-links-rd:hover {
    background-color: rgba(14, 125, 179, 0.2);
}

/* STYLES FOR LEFT NAVIGATION END */

/* STYLES FOR COMPONENTS 1,2 AND USER ENQUIRY SECTIONS */

.first-second-components {
    flex-direction: column;
}

.first-second-components-marketsnapshot {
    flex-direction: column;
}

.market-snapshot-container {
    background: #FFFFFF;
    box-shadow: 0px 9px 20px rgb(0 47 117 / 12%);
    border-radius: 9px;
    display: flex;
    flex-direction: column;
}

.market-snapshot-container .marketsnapshot_header {
    display: flex;
    justify-content: space-between;
}

.marketsnapshot_header img {
    object-fit: contain;
    width: 108px;
    /* margin-right: 20px; */
}

.marketsnapshot-image-container {
    display: flex;
    display: flex;
    justify-content: space-evenly;
    border-top: 1px solid #E9F3F8;
}


.marketsnapshot-image-container img {
    width: 90px;
    height: 90px;
    object-fit: contain;
}

/* market-concentration-download-button */
.market-concentration-download-btn {
    cursor: pointer;
    display: flex;
    flex-direction: row;
    border: 3px solid #B30F1A;
    margin: 1rem 0px;
    width: 100%;
}

.market-concentration-download-btn-left {
    width: 70%;
    display: flex;
    flex-direction: row;
    gap: 1rem;
    justify-content: center;
    align-items: center;
    padding: 0.2rem 1rem;
}

.market-concentration-download-btn-left span {
    color: #C00000;
    text-align: center;
    font-family: "regular_bold";
}

.market-concentration-download-btn-right {
    background-color: #B30F1A;
    color: #fff;
    padding: 2px 4px;
    width: 30%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    font-family: "regular_bold";
    /* box-sizing: content-box; */
}

/* Media query for small screens */
@media screen and (max-width: 767px) {
    .market-concentration-download-btn {
        flex-direction: column;
        height: auto;
    }

    .market-concentration-download-btn-left {
        width: 100%;
        margin-bottom: 10px;
    }

    .market-concentration-download-btn-right {
        width: 100%;
    }
}


.component-1-marketsnapshot {
    flex-direction: column-reverse;
    align-items: center;
    border-radius: 10px;
    padding: 25px;
    position: relative;
    background: #fff;
    padding-bottom: 10px;
}

.component-1 {
    flex-direction: column;
    border-radius: 10px;
    padding: 10px;
    position: relative;
    background: #fff;
    box-shadow: 0px 0px 10px 1px rgb(220 220 220);
    border: 1px solid rgba(220, 220, 220, 1)
}

#component-heading-marketsnapshot-1 {
    font-family: Avenir;
    font-style: normal;
    /* font-weight: 300; */
    font-size: 18px;
    line-height: 18px;
    /* identical to box height, or 90% */
    margin: 15px 0px;
    /* text-transform: uppercase; */
    color: #3985AF;
}

#component-heading-1 {
    margin: 10px 0;
    width: 100%;
    color: #0e7db3;
}

.component-1>picture {
    width: 100%;
}

.component-1-marketsnapshot>picture {
    width: 100%;
}

.component-1>picture>.rd-img {
    width: 100%;
    max-width: 240px;
    margin: 0 auto;
}

.component-1-marketsnapshot>picture>.rd-img {
    width: 100%;
    /* max-width: 240px; */
    margin: 0 auto;
}

.overview-points-list-marketsnapshot {
    width: 100%;
    /* background: #E9F3F8; */
    border-radius: 6px;
    height: 95%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.overview-points-list {
    width: 100%;
}

.overview-points {
    display: flex;
    padding: 0 10px;
    margin-left: 10px;
    display: flex;
}

.overview-points-marketsnapshot {
    padding: 3px 10px;
    /* margin-left: 10px; */
    background: #E9F3F8;
}

.image-holder {
    padding-right: 8px;
    align-self: center;
    width: 12%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.image-holder img {
    max-width: 18px !important;
}

.overview-points:not(:last-child) {
    border-bottom: 1px solid rgba(220, 220, 220, 1)
}

.overview-points-marketsnapshot:not(:last-child) {
    border-bottom: 1px solid #FFFFFF;
}

.overview-label-marketsnapshot {
    width: 60%;
    display: flex;
    text-align: left;
    align-self: center;
    font-family: regular_semibold;
    font-style: normal;
    font-weight: 300;
    font-size: 14px;
    line-height: 28px;
    color: #002F75;
}

.overview-label {
    width: 40%;
    text-align: left;
    color: #0e7db3;
    /* margin: 6px 0; */
    margin: 2px 0;
    font-size: 14px;
    font-family: regular_semibold;
}

.overview-value-marketsnapshot {
    width: 40%;
    text-align: left;
    font-family: "regular_medium";
    color: #002F75;
    /* font-display: swap; */
    padding-left: 20px;
    /* margin: 6px 0 !important; */
    font-size: 14px !important;
}

.overview-value {
    width: 60%;
    text-align: left;
    font-family: "regular_medium";
    /* font-display: swap; */
    padding-left: 20px;
    /* margin: 6px 0 !important; */
    margin: 2px 0 !important;
    font-size: 14px !important;
}

.key-player-images {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    flex-grow: 1;
}

.key-player-images .rd-img {
    width: calc(100% - 20px);
    max-width: 250px;
    margin-left: 20px;
    margin-top: 10px;
}

.overview-points-list .App {
    font-family: sans-serif;
    display: flex;
    text-align: center;
    flex-direction: column;
    position: relative;
    align-items: center;
    margin: 15px;
}

.overview-points-list #share-button,
.overview-points-list-marketsnapshot #share-button {
    position: absolute !important;
    right: 10px !important;
    top: 10px !important;
    height: 30px !important;
}

.overview-points-list #share-button,
.overview-points-list-marketsnapshot #share-button:hover {
    cursor: pointer;
}

.overview-points-list table {
    margin-top: 40px;
}

.overview-points-list-marketsnapshot {
    /* padding-top: 25px; */
    margin-top: 20px;
}

.overview-points-list-marketsnapshot table{
    padding-top: 25px !important;
    /* margin-top: 50px !important; */
}

.citation {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: rgba(255, 255, 255, 0.75);
}

.overview-points-list {
    width: 100%;
}

.overview-points-list table tbody tr:nth-child(even) {
    border-bottom: 1px solid lightgrey;
    background: linear-gradient(90deg, rgba(217, 217, 217, 0) 7.38%, rgba(239, 237, 237, 0.60) 84.08%, rgba(217, 217, 217, 0) 100%);
}

.overview-points-list table tbody tr:last-child{
    border-bottom: none;
    background: none;
}

.App .container {
    display: flex;
    max-width: 380px;
}

/* KEY SELLING POINTS */

.keyselling_container {
    padding: 20px;
    border-radius: 10px;
    background: #FFFFFF;
    box-shadow: 0px 9px 40px rgba(0, 47, 117, 0.12);
}


.keyselling_point {
    font-family: Avenir;
    font-style: normal;
    text-align: center;
    font-weight: 300;
    font-size: 28px;
    line-height: 66px;
    text-transform: uppercase;
    color: #002F75;
}

.card_container {
    display: flex;
    max-width: 100%;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-bottom: 40px;
}

.card1 {
    width: Calc(50% - 10px);
    max-width: 100%;
    min-height: 130px;
    display: flex;
    padding: 10px;
    margin: 20px 0px;
    border-radius: 10px;
}

.card1 .img_container {
    width: 25%;
    background: #E0F9FF;
    border-radius: 15px;
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
}

.desc_container {
    width: 75%;
    padding: 0px 20px;
    display: flex;
    flex-direction: column;
    justify-content: space-evenly;
}

.header {
    font-family: Avenir;
    font-style: normal;
    font-weight: 300;
    font-size: 20px;
    line-height: 24px;
    text-transform: uppercase;
    color: var(--primary-color);
}

.description {
    font-family: Avenir;
    font-style: normal;
    font-weight: normal;
    font-size: 15px;
    line-height: 18px;
    color: #27518C;
}

.card2 {
    width: Calc(50% - 10px);
    max-width: 100%;
    min-height: 130px;
    display: flex;
    padding: 10px;
    margin: 20px 0px;
    border-radius: 10px;
}

.img_container2 {
    width: 25%;
    background: #FFEDC7;
    border-radius: 15px;
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
}

.header2 {
    font-family: Avenir;
    font-style: normal;
    font-weight: 300;
    font-size: 20px;
    line-height: 24px;
    text-transform: uppercase;
    color: #704C00;
}

.card3 {
    width: Calc(50% - 10px);
    max-width: 100%;
    min-height: 130px;
    display: flex;
    padding: 10px;
    margin: 20px 0px;
    border-radius: 10px;
}

.img_container3 {
    width: 25%;
    background: #E6E3FC;
    border-radius: 15px;
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
}

.header3 {
    font-family: Avenir;
    font-style: normal;
    font-weight: 300;
    font-size: 20px;
    line-height: 24px;
    text-transform: uppercase;
    color: #4737C1;
}

.card4 {
    width: Calc(50% - 10px);
    max-width: 100%;
    min-height: 130px;
    display: flex;
    padding: 10px;
    margin: 20px 0px;
    border-radius: 10px;
}

.img_container4 {
    width: 25%;
    background: #EEF1F2;
    border-radius: 15px;
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
}

.header4 {
    font-family: Avenir;
    margin-bottom: 5px;
    font-style: normal;
    font-weight: 300;
    font-size: 20px;
    line-height: 24px;
    text-transform: uppercase;
    color: #535555;
}

.card5 {
    width: Calc(50% - 10px);
    max-width: 100%;
    min-height: 130px;
    display: flex;
    padding: 10px;
    margin: 20px 0px;
    border-radius: 10px;
}

.img_container5 {
    width: 25%;
    background: #D7F6EB;
    border-radius: 15px;
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
}

.header5 {
    font-family: Avenir;
    font-style: normal;
    font-weight: 300;
    font-size: 20px;
    line-height: 24px;
    text-transform: uppercase;
    color: #25604A;
}

.submit-customize-form-section-lubricants {
    display: none;
    width: calc(30% - 10px);
    margin-left: 20px;
    flex-direction: column;
}

.buy-from-us {
    display: flex;
    font-family: regular_bold !important;
    font-style: normal;
    width: 100%;
    padding-bottom: 10px;
    font-weight: 300 !important;
    font-size: 16px;
    line-height: 20px;
    color: var(--primary-color);
}  

.buying-points-container{
   justify-content: stretch;
}

.buying-points {
    /* width: 100%; */
    min-width:fit-content;
    height: 60px;
    flex: 0 1 19.5%;
    align-items: center;
    display: flex;
    word-break: break-all;
    padding: 0 8px 0 14px;
    font-family: regular_bold;
    font-style: normal;
    font-weight: 300;
    font-size: 13px;

    line-height: 18px;
    margin-bottom: 5px;
    color: #333333;
    box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
}

.buying-points:nth-child(1) {
    background: #94dbdb;
    flex: 0 1 22%;
}

.buying-points:nth-child(2) {
    background: #b5d2f7;
}

.buying-points:nth-child(3) {
    background: #dac7ff;
}

.buying-points:nth-child(4) {
    background: #f2ca73;
}

.buying-points:nth-child(5) {
    background: #c4d2d9;
}

.know-more {
    text-align: right;
    color: #E52463;
    background-color: transparent;
    transform: translateY(0);
    transition: all 0.3s ease-out;
}

.know-more a {
    color: var(--secondary-color);
    font-family: regular_bold;
    font-style: normal;
    font-weight: 300;
    font-size: 10px;
    line-height: 13px;
    cursor: pointer;
}

/* Base styles for customize-report button*/
.customize-report-container {
    cursor: pointer;
    display: flex;
    flex-direction: row;
    border: 3px solid #B30F1A;
    margin: 1rem 0px;
}

.customize-report-left {
    width: 70%;
    display: flex;
    flex-direction: row;
    gap: 1rem;
    justify-content: center;
    align-items: center;
    padding: 0.2rem 1rem;
}

/* .customize-report-left img {
    margin-top: 6px;
} */

.customize-report-left span {
    color: #C00000;
    text-align: center;
    font-family: "regular_bold";
}

.customize-report-right {
    background-color: #B30F1A;
    color: #fff;
    padding: 2px 4px;
    width: 30%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    font-family: "regular_bold";
    /* box-sizing: content-box; */
}

/* Media queries for smaller screens */
@media screen and (max-width: 767px) {
    .customize-report-container {
        flex-direction: column;
        gap: 4px;
        height: auto;
    }

    .customize-report-left {
        width: 100%;
        margin-bottom: 10px; 
    }

    .customize-report-left span {
        text-align: center; 
    }

    .customize-report-right {
        width: 100%;
    }
    .component-1-marketsnapshot {
        padding: 2px ;
    }
}

/* Base styles for market-definition-query *//* Base styles for market-definition-query */
.market-definition-query-container {
    cursor: pointer;
    display: flex;
    flex-direction: row;
    border: 3px solid #B30F1A;
    margin: 1rem 0px;
}

.market-definition-query-left {
    width: 70%;
    display: flex;
    flex-direction: row;
    gap: 1rem;
    justify-content: center;
    align-items: center;
    padding: 0.2rem 1rem;
}

.market-definition-query-left span {
    color: #C00000;
    text-align: center;
    font-family: "regular_bold";
}

.market-definition-query-right {
    background-color: #B30F1A;
    color: #fff;
    padding: 2px 4px;
    width: 30%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    font-family: "regular_bold";
    /* box-sizing: content-box; */
}

/* Media queries for smaller screens */
@media screen and (max-width: 767px) {
    .market-definition-query-container {
        flex-direction: column;
        height: auto;
    }

    .market-definition-query-left {
        width: 100%;
        margin-bottom: 10px;
    }

    .market-definition-query-right {
        width: 100%;
    }
}


.submit-customize-form-section-lubricants {
    display: none;
    width: calc(30% - 10px);
    margin-left: 20px;
    flex-direction: column;
}

.submit-customize-form-section {
    display: none;
    width: calc(30% - 20px);
    margin-left: 20px;
    background-image: linear-gradient(to right, #2c8dbf, #46cdcf);
    flex-direction: column;
    align-items: center;
    justify-content: space-around;
    padding: 20px 0;
    border-radius: 10px;
}

.submit-customize-form-section h3 {
    color: #fff;
    text-align: center;
    margin: 20px 0;
    padding: 0 10px;
    width: 100%;
}

.submit-customize-form-section h3 span {
    font-size: 24px;
    font-family: regular_semibold;
}

.submit-customize-form-section button {
    background: #fff;
    border-radius: 10px;
    color: #095655;
    width: 90%;
    margin: 0 auto;
    border: none;
    padding: 5px;
    font-family: regular_bold;
}

.purchase-report-section-mobile {
    margin: 0 5px 20px 5px;
    width: calc(100% - 10px);
}

.purchase-report-section-desktop {
    width: 100%;
    order: 3;
}

.report-prices {
    position: relative;
    flex-direction: column;
}

.buy-report-btn {
    display: none;
}

.purchase-report-section-mobile,
.purchase-report-section-desktop {
    border-radius: 10px;
}

.purchase-report-section-mobile h3,
.purchase-report-section-desktop h3 {
    margin: 10px;
    text-align: center;
}

.purchase-report-container {
    padding: 0;
    border-radius: 4px;
}

.couponsection {
    display: none;
    overflow: hidden;
    height: 60px;
    transition: all 0.3s ease-out;
    align-items: center;
}

.couponsection input {
    width: 65%;
    border-radius: 5px;
    outline: none;
    padding: 10px;
    border: 1px solid #333;
}

.coupons {
    position: relative;
    width: 10%;
    transition: all 0.3s ease-out;
    text-align: center;
}

.coupons .tooltiptext {
    position: absolute;
    opacity: 0;
    visibility: hidden;
}

.coupons:hover .tooltiptext {
    opacity: 1;
    visibility: visible;
    top: -47px;
    left: -80px;
    width: 150px;
    background: #333;
    color: #fff;
    z-index: 100000;
    border-radius: 5px;
    padding: 3px 5px;
}

.couponsection button {
    width: 25%;
    border: none;
    background-color: #fff;
    color: #2c8dbf;
    border: 1px solid #2c8dbf;
    border-radius: 5px;
    padding: 10px;
}

.purchase-report-label {
    display: flex;
    margin-bottom: 25px;
    font-family: regular_medium;
    text-align: left;
    overflow: hidden;
    height: 52px;
    transition: all 0.3s ease-out;
    cursor: pointer;
}

.purchase-report-label>.purchase-report-input {
    display: none;
}

.purchase-report-label i {
    width: 20px;
    height: 20px;
    border-radius: 50%;
    margin-right: 5px;
    border: 2px solid #1e88e5;
    transition: 0.25s;
    box-shadow: inset 0 0 0 3px #fff;
}

.purchase-report-label>.purchase-report-input:checked+i {
    background: #0e7db3;
    border: 2px solid #0e7db3;
}

.purchase-report-label .price-content {
    flex-grow: 1;
    flex-direction: row;
    flex-wrap: wrap;
}

.purchase-report-label .price {
    margin-left: 30px;
}

.purchase-report-label .licensetype {
    width: calc(100% - 35px);
    margin: 0 0px 0 28px;
}

.purchase-report-label .tooltiptext {
    position: absolute;
    top: -200px;
    left: 0;
    width: 250px;
    padding: 10px 15px 10px 30px;
    border-radius: 10px;
    opacity: 0;
    visibility: hidden;
    background: #333;
    color: #fff;
    transition: all 0.3s ease-out;
    z-index: 100000;
}

.purchase-report-label:hover .tooltiptext {
    opacity: 1;
    visibility: visible;
}

.purchase-report-section-mobile .purchase-report-button,
.purchase-report-section-desktop .purchase-report-button {
    width: 100%;
    border-radius: 10px;
    background: rgba(44, 142, 191, 0.1);
    border: none;
    padding: 10px;
    color: #1b5b79;
    justify-content: center;
    align-items: center;
    font-family: regular_semibold;
}

.purchase-report-section-mobile .purchase-report-button span,
.purchase-report-section-desktop .purchase-report-button span {
    font-family: regular_semibold;
}

.purchase-report-button #price {
    width: 0;
    height: 0;
    opacity: 0;
}

.purchase-report-button img {
    width: 22px;
    margin-right: 5px;
    margin-top: -5px;
}

.component-2 li {
    text-align: justify;
}

.report-title {
    text-transform: uppercase;
    font-family: regular_bold;
    font-size: 24px;
    margin: 10px 0;
    word-wrap: break-word;
}
.short-description {
    text-align: justify;
}

/* STYLES FOR COMPONENTS 1,2 AND USER ENQUIRY SECTIONS END */

/* STYLES FOR COMPONENT 3 */

.component-3 table {
    width: 100% !important;
    max-width: 900px;
    height: 0;
    overflow: hidden;
    margin: 0;
    padding: 0;
}

.component-3 h3 {
    width: 100% !important;
    max-width: 900px;
    margin-top: 15px;
}

.component-3 ul {
    display: block;
}

.component-3 .txt-center {
    text-decoration: underline;
    color: var(--secondary-color);
    cursor: pointer;
}

/* STYLES FOR COMPONENT 4 */

.component-4 {
    display: flex;
    flex-direction: column;
}

.component-4 h3 {
    margin-top: 20px;
}

.img-section {
    width: 100%;
    max-width: 750px;
    margin: 15px 0;
}

.img-section .rd-img,
.img-section p {
    width: 100%;
    margin: 0 auto;
    height: auto;
    padding: 2px;
}

.img-section p {
    font-style: italic;
}

.component-4 .txt-center,
.component-5 .txt-center {
    text-decoration: underline;
    color: var(--secondary-color);
    cursor: pointer;
}

/* STYLES FOR COMPONENT 4 END */

/* STYLES FOR COMPONENT 5 */

.component-5 .rd-img {
    border-radius: 10px;
    padding: 0 10px;
}

.component-5 .big-img {
    width: 100%;
    max-width: 750px;
    margin: 0 auto;
}

.component-5 .normal-img {
    width: 100%;
    margin: 0 auto;
}

.component-5 h4 {
    margin-top: 30px;
    max-width: 750px;
}


/* STYLES FOR COMPONENT 5 END */

/* STYLES FOR COMPONENTs 6 AND 7 */

.sixth-seventh-components .flex {
    flex-direction: column;
    flex-wrap: wrap;
    max-width: 750px;
}

.sixth-seventh-components h3 {
    color: #2c8dbf;
}

#component-heading-6 {
    margin-top: 20px;
}

.sixth-seventh-components .wrap-item:not(:first-child) {
    display: flex;
    align-items: center;
}

.sixth-seventh-components .wrap-item {
    width: calc(100% - 20px);
    margin-right: 20px;
}

.sixth-seventh-components .wrap-item picture,
.sixth-seventh-components .wrap-item .rd-img {
    width: 100%;
}

.key-players-list ol {
    counter-reset: li;
    list-style: none;
}

.key-players-list ol p,
.key-players-list ul p,
.key-players-list ol a
{
    position: relative;
    display: block;
    padding: 5px 15px;
    margin: 20px 0;
    background: #f3f3f3;
    color: #444;
    text-decoration: none;
    border-radius: 5px;
    transition: all 0.5s ease-out;
}

.key-players-list ol p:hover, .key-players-list ol a:hover {
    background: #eee;
}

.key-players-list ol p:before, .key-players-list ol a:before {
    content: counter(li);
    counter-increment: li;
    position: absolute;
    left: -28px;
    top: 50%;
    margin-top: -18px;
    background: #2c8ebf;
    height: 34px;
    width: 34px;
    line-height: 24px;
    border: 5px solid #fff;
    text-align: center;
    font-weight: 300;
    border-radius: 50%;
    transition: all 0.3s ease-out;
    color: #fff;
}

.key-players-list li {
    margin-bottom: 20px;
    max-width: 300px;
}

.key-players-list ol li p {
    margin-left: 15px;
}

.key-players-list .key-players-disclaimer {
    max-width: 300px;
    font-size: 12px;
    line-height: 16px;
}

/* STYLES FOR COMPONENTs 6 AND 7 END */

/* STYLES FOR EXTRA COMPONENTS */

.extra-components p {
    max-width: 750px;
}

/* STYLES FOR EXTRA COMPONENTS END */

/* STYLES FOR NEW CUSTOMIZE SECTION */

.customize-section {
    width: 100%;
    flex-direction: column;
    max-width: 750px;
    align-items: center;
    background-image: linear-gradient(to right, #2c8dbf, #46cdcf);
    border-radius: 10px;
    padding: 20px;
}

.customize-section>img {
    width: 125px;
    height: 125px;
}

.customize-section h3 {
    text-align: center;
    margin: 20px;
    color: #fff;
}

.customize-section button {
    width: 50%;
    background: transparent;
    color: #fff;
    border: 1px solid #fff;
    border-radius: 10px;
    transition: all 0.2s ease-in-out;
    padding: 5px 10px;
}

.customize-section button img {
    width: 20px;
    margin-right: 10px;
    margin-bottom: -2px;
}

/* STYLES FOR NEW CUSTOMIZE SECTION END */

/* COMMON STYLES FOR CUSTOMIZE REPORT FORM */

.customize-error {
    opacity: 0;
    display: none;
    color: #333;
    transition: all 0.3s ease-out;
    padding-left: 0;
    transform: translateY(-5px);
}

.show-customize-error {
    color: red;
    display: block;
    opacity: 1;
    transform: translateY(0);
}

.sp {
    width: 20px;
    height: 20px;
    clear: both;
    margin: 3px 0 3px 5px;
    border: 2px rgba(255, 255, 255, 0.25) solid;
    border-top: 2px #fff solid;
    border-radius: 50%;
    animation: spCircRot 0.6s infinite linear;
    display: none;
}

.show-sp {
    display: block;
}

.customize-notification {
    position: fixed;
    top: 70px;
    right: 0;
    transform: translateX(300px);
    transition: all 0.3s ease-out;
    z-index: 100000;
    border-radius: 5px;
    width: 300px;
    padding: 20px;
}

.customize-notification-success {
    background-color: #009d6d33;
    color: #009d6d;
    border: 1px solid #009d6d;
}

.customize-notification-error {
    background-color: #cc00007a;
    color: #cc0000;
    border: 1px solid #cc0000;
}

.show-customize-notification {
    transform: translateX(-20px);
}

@keyframes spCircRot {
    from {
        transform: rotate(0deg);
    }

    to {
        transform: rotate(359deg);
    }
}

/* COMMON STYLES FOR CUSTOMIZE REPORT FORM */

/* STYLES FOR RELATED REPORTS SECTION */

#related-reports-section {
    margin: 30px 0;
    width: 100%;
    font-family: 'regular_medium';
    margin: 0 auto;
    margin-top: 30px;
}
#related-reports-section a:hover {
    color: #005a86;
}

#seo-text-section p{
    font-family: 'regular_medium'!important;
}

/* STYLES FOR RELATED REPORTS SECTION END */

/* STYLES FOR TOC SECTION */

.customize-toc {
    width: 100%;
    max-width: 750px;
}

.customize-toc h3 {
    margin-top: 20px;
}

.customize-toc>ol {
    margin-left: 0px !important;
}

.customize-toc ol {
    margin-left: 30px;
}

.disclaimers p {
    margin-right: 10px;
}

.fixed-customize-form {
    position: fixed;
    z-index: 999;
    top: calc(50% - 200px);
    right: 50px;
    width: 0px;
    height: 0;
    padding: 0;
    opacity: 0;
    transition: all 0.3s ease-out;
    background-color: #fff;
    border-radius: 10px;
    box-shadow: 0 0 5px 1px #eee;
    cursor: not-allowed;
    overflow: hidden;
    background: linear-gradient(to right, #2c8dbf, #46cdcf);
}

.close-fixed-customize-form {
    position: fixed;
    width: 0;
    height: 0;
    top: calc(50% - 230px);
    right: 50px;
    transition: all 0.3s ease-out;
}

.fixed-customize-form form {
    flex-direction: column;
}

.show-fixed-form {
    opacity: 1;
    width: 250px;
    padding: 20px;
    height: auto;
    cursor: initial;
}

.show-close-button {
    opacity: 1;
    width: 24px;
    height: 24px;
    cursor: pointer;
    z-index: 999;
}

.fixed-customize-form h3 {
    margin-bottom: 30px;
    color: #fff;
}

.fixed-customize-form h3 span {
    font-size: 24px;
}

.fixed-customize-form input,
.fixed-customize-form textarea {
    border: 1px solid #fff;
    background: transparent;
    border-bottom: 1px solid #fff;
    color: #fff;
    margin-bottom: 10px;
}

.fixed-customize-form input::placeholder,
.fixed-customize-form textarea::placeholder {
    font-size: 14px;
    color: #fff;
    padding: 5px;
}
.fixed-customize-form-title{
    text-align: left;
}
.fixed-customize-form p {
    font-size: 14px !important;
    padding: 0 !important;
    text-align: left;
    word-break: break-all;
}

.fixed-customize-form button {
    background-color: transparent;
    border: 1px solid #fff;
    padding: 5px 25px;
    color: #fff;
    font-family: regular_semibold;
    align-self: center;
    border-radius: 10px;
    width: 100%;
    justify-content: center;
    transition: all 0.3s;
}

.fixed-customize-form button:hover {
    background-color: #fff;
    border: 1px solid #fff;
    color: #095655;
}

/* STYLES FOR TOC SECTION END */

.page-content-end {
    width: 90%;
    border: none;
    background: #ccc;
    height: 1px;
    margin: 20px auto 10px auto;
}

/* MEDIA QUERIES */

@media (min-width: 768px) {

    /* change width of component 4 floating image */
    .floating-image-container #inset {
        max-width: 50%;
        margin: 20px;
    }

    /* change layout for components 6 & 7 */
    .sixth-seventh-components .flex {
        flex-direction: row;
    }

    .sixth-seventh-components .wrap-item {
        width: calc(50% - 20px);
        margin: 10px;
    }

    .customize-report-form>.flex {
        flex-direction: row;
        padding: 40px 0;
    }

    .customize-report-form>.flex:before {
        display: block;
        content: "";
        position: absolute;
        top: 0;
        left: 50%;
        height: calc(100% - 100px);
        width: 1px;
        border-left: 1px solid #ccc;
        margin: 50px 0;
    }

    .customize-report-form .text-section {
        width: 50%;
    }

    .customize-report-form .customize-report {
        width: 50%;
    }
}

@media (min-width: 960px) {
    .show-on-mobile {
        display: none;
    }

    .show-mobile-rd-nav {
        display: none;
    }

    .rd-heading-section>.flex .report-action-buttons {
        display: flex;
    }

    .rd-heading-section>.flex {
        flex-direction: row;
        flex-wrap: wrap;
    }

    .purchase-report-section-desktop {
        order: 2;
    }

    .rd-heading-section .breadcrumb {
        order: 3;
    }

    .purchase-report-container .purchase-report-label {
        height: 0;
        margin-bottom: 0;
    }

    .couponsection {
        height: 0;
    }

    .purchase-report-container:hover .couponsection {
        height: 60px;
        margin-bottom: 25px;
        overflow: initial;
    }

    .purchase-report-container:hover .purchase-report-label {
        height: 52px;
        margin-bottom: 25px;
    }

    .rd-heading-section>.flex h2 {
        margin: 0 0 25px 0;
        /* text-transform: uppercase; */
        font-size: 24px;
    }

    .rd-heading-section .intro-info {
        width: calc(70% - 2vw);
        margin-right: 2vw;
    }

    .purchase-report-label .tooltiptext {
        top: 0;
        left: -260px;
    }

    .purchase-report-section-desktop {
        width: 30%;
    }

    .purchase-report-section-desktop .executive-summary-button {
        display: flex;
    }

    .rd-heading-section .breadcrumb:before {
        box-shadow: 0px -35px 3px 1px #ccc;
    }

    .rd-header {
        padding: 0 5%;
        align-items: flex-end !important;
    }

    /* change layout for rd page  */
    .preview-rd-page {
        flex-direction: row;
    }

    /* show side menu */
    .rd-page-navigation {
        width: 25%;
        display: block;
        position: relative;
        position: sticky;
        position: -webkit-sticky;
        /* top: 70px; */
        top: 150px;
        align-self: flex-start;
        transform: translateY(0);
    }

    /* change width for page content */
    .page-content {
        width: 75%;
        padding-left: 25px;
        margin-bottom: 50px;
    }

    /* change layout for components 1 & 2 */
    .first-second-components {
        flex-direction: row;
        flex-wrap: wrap;
    }

    .first-second-components-marketsnapshot {
        align-items: baseline;
        margin-left: -20px;
        margin-right: 20px;
    }

    /* change widths for components 1 & 2 children */
    .component-1 {
        width: 100%;
        flex-direction: row;
        align-items: center;
    }

    .component-1-marketsnapshot {
        flex-direction: row-reverse;
        align-items: flex-start;
    }

    .component-1>picture {
        width: 40%;
        /* height:100%; */
    }

    .component-1-marketsnapshot>picture {
        width: 48%;
    }

    .overview-points-list-marketsnapshot {
        width: 55%;
        /* margin-left: 5px; */
        background: #E9F3F8;
        border-radius: 6px;
        height: 95%;
        display: flex;
        flex-direction: column;
        justify-content: center
    }

    .overview-points-list {
        width: 60%;
        padding-left: 20px;
    }

    .submit-customize-form-section {
        display: flex;
        flex-direction: row;
        width: 100%;
        margin: 0;
        margin-top: 20px;
        padding: 0 10px;
    }

    .submit-customize-form-section-lubricants {
        display: flex;
    }

    .mobile-market-segmentation {
        display: none;
    }

    .desktop-market-segmentation {
        display: block;
    }

    /* hide mobile lead submit button */
    .fixed-bottom-div {
        display: none;
    }

    .component-3 ul {
        display: none;
    }

    .component-3 table {
        width: 100% !important;
        max-width: 900px;
        height: auto;
        overflow: auto;
        margin-bottom: 5px;
    }

    .customize-section {
        flex-direction: row;
    }

    .customize-section button {
        width: 25%;
    }
}

.key-img {
    width: 24px;
}

/* BreadCrumb */

.breadcrumb a {
    color: var(--link-color);
    text-decoration: underline;
    line-height: 26px;
    text-transform: capitalize;
    font-size: 16px;
    font-family: regular_semibold;
    padding: 4px;
}

.breadcrumb a:hover {
    text-decoration: underline;
}

.Breadcrumbs-separator {
    display: flex;
    margin-left: 8px;
    user-select: none;
    margin-right: 8px;
    line-height: 26px;
}

.breadcrumb {
    margin: 0;
    padding: 20px 0;
    color: var(--link-color);
    background-color: transparent;
    font-family: regular_regular;
    /* font-display: swap; */
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    text-decoration: none;
}
.fa-chevron-right {
    display: flex;
    margin-left: 8px;
    user-select: none;
    margin-right: 8px;
}

/* Header */

/* Footer CSS*/

footer {
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    color: rgb(255, 255, 255);
    padding: 30px 0px;
    margin: 0px;
    position: relative;
    font-family: regular_medium;
}

footer h4 {
    font-size: 16px;
    font-family: regular_bold !important;
}

.footer-container {
    display: flex;
    flex-direction: column;
}

.footer-container .links .footer-links {
    width: 100%;
    padding: 0px;
    margin: 0px;
    display: flex;
    flex-flow: column wrap;
    height: 280px;
    list-style-type: none;
}

.footer-container .links .footer-links li a {
    font-family: regular_semibold;
    color: rgb(255, 255, 255);
    text-decoration: none;
}

.footer-container .links .footer-links li {
    width: 50%;
    padding: 5px 0px;
    margin-bottom: 10px;
}

.footer-container .contact-info .info {
    display: flex;
    align-items: flex-start;
    margin-bottom: 20px;
}

.footer-container .contact-info .info img {
    object-fit: contain;
    margin-right: 10px;
}

.footer-container .contact-info p {
    margin: 0px 0px 10px;
    color: rgb(255, 255, 255);
}

.footer-container .contact-info a {
    color: rgb(255, 255, 255);
}

.footer-container .join-us a {
    color: rgb(255, 255, 255);
}

.footer-container .join-us p {
    color: rgb(255, 255, 255);
}

.copyright-text {
    color: rgb(255, 255, 255);
}

footer .ft-title {
    font-size: 16px;
    display: block;
    font-family: regular_bold;
    margin-bottom: 0.5rem;
    font-weight: 500;
    line-height: 1.2;
}

.panel-title {
    color: var(--primary-color) !important;
    margin: 0;
    font-size: 16px;
    font-family: 'regular_semibold' !important;
}

/*footer end*/

/*  faq design */

.panel-title {
    width: 85%;
    cursor: pointer;
}

.panel-heading {
    position: relative;
    background: #f4f4f4;
    padding: 10px 15px;
}

.panel-default {
    margin-bottom: 10px;
}

.panel-heading[data-toggle="collapse"]:after {
    /* font-family: regular_semibold; */
    content: "\25be";
    position: absolute;
    color: #b0c5d8;
    font-size: 18px;
    line-height: 22px;
    right: 20px;
    top: calc(50% - 10px);

    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    transform: rotate(180deg);

    /* rotate "play" icon from > (right arrow) to down arrow */
}

.panel-body {
    color: white;
}

.panel-heading[data-toggle="collapse"].collapsed:after {
    /* rotate "play" icon from > (right arrow) to ^ (up arrow) */
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
}

/* FAQ end */

/* Related reports design start */
.list-group-item {
    background-size: 200%;
    transition: background-position 0.3s cubic-bezier(0.47, 0.1, 1, 0.63),
        color 0.2s linear;
    transition-delay: 0s, 0.15s;
    border: none !important;
    font-family: 'regular_medium';
}

.list-group-item .related-report-link {
    display: inline-block;
    padding: 6px 20px;
    color: var(--primary-color);
    /* text-decoration: underline; */
    font-weight: 400;
}

/* .list-group-item:hover {
    border: none;
    color: #00b4db;
    cursor: pointer;
    background-position: -100% 100%;
} */

.related-report-link:hover .related-report-link {
    /* color: white !important; */
    color: #00b4db;
}

/* Related reports design end */

/* Common designs starts */
.state-loader {
    display: none;
}

.city-loader {
    display: none;
}

.padding {
    padding: 0px !important;
}

.faqsection-font {
    margin-top: 30px;
    font-family: 'regular_medium';
}

input:invalid {
    box-shadow: none;
}

textarea:-moz-ui-invalid {
    box-shadow: unset;
}

.padding {
    padding: 0px !important;
}

.social-media-icons {
    display: flex;
    width: 200px;
    justify-content: space-between;
    padding: 0;
}

.facebook-icon {
    background-image: url("/express-img/facebook.svg");
    width: 30px;
    height: 30px;
    display: block;
}

.social-media-icons li {
    list-style-type: none;
}

.related-tags {
    position: relative;
    overflow: hidden;
    width: 100px;
    height: 30px;
    display: inline-block;
    border-radius: 5px;
    color: rgb(255, 255, 255);
    text-decoration: none;
    text-align: center;
    line-height: 30px;
    font-size: 14px;
    font-family: regular_medium;
    background: linear-gradient(rgb(44, 141, 191), rgb(70, 205, 207));
}

.cookiealert {
    color: #fff;
    background: var(--primary-background-color);
    position: fixed;
    border: 1px solid white;
    bottom: 2%;
    left: 0%;
    right: 0%;
    margin: 0 auto !important;
    width: 70%;
    border-radius: 5px;
    z-index: 999;
    visibility: hidden;
    transform: translateY(100%);
    transition: all 500ms ease-out;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0 !important;
}

.cookiealert.show {
    opacity: 1;
    visibility: visible;
    transform: translateY(0%);
    transition-delay: 100ms;
}

.cookiealert a {
    text-decoration: underline;
    color: #fff;
}

.cookiealert .acceptcookies {
    margin-left: 10px;
    vertical-align: baseline;
}

.cookiealert-container {
    flex: 0 0 83%;
    margin: 0 0 83%;
    margin: 10px 10px 10px 5px;
}

button.acceptcookies {
    margin: 5px 15px 5px 0 !important;
    flex: 0 0 10% !important;
    background: #fff !important;
    color: var(--primary-color) !important;
    font-size: 14px !important;
}



.clickcountryImg, .clickcountryImg-cust {
    width: 20px !important;
    margin-right: 2px;
    max-width: 20px !important;
}

.instant-access,
.payment-discount-badge {
    background: #AA1342;
    color: white;
    width: fit-content;
    height: fit-content;
    padding: 2px 5px;
    font-size: 12px;
    font-family: Avenir;
    font-weight: 300;
    margin-bottom: 0;
}

.payment-discount-badge {
    float: left;
}

.instant-access {
    float: right
}

.new-rd-background {
    max-width: 100% !important;
}

/* Common designs ends */

/* OLD RD DESIGN START */

.buyNowMobile {
    text-align: center;
}

@media only screen and (min-width: 960px) {
    .buyNowMobile {
        display: none;
    }
}

.buyNowMblBtn {
    width: 80%;
}

@media only screen and (min-width: 959px) {
    .old_left_section {
        width: calc(75% - 20px);
        margin: 0 20px 0 0;
    }
}

.buy_now_container {
    position: relative;
    margin-top: 40px;
}

/* old_right_section */

.old_right_section {
    display: none;
    width: 0%;
}

.commodity-banner {
    background-color: #2c8ebf;
    color: white;
    margin: 20px 0px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-around;
    padding: 20px 0;
    border-radius: 10px;
}

.commodity-banner h3 {
    color: #fff !important;
    text-align: center;
    margin: 20px 0;
    padding: 0 10px;
    width: 90%;
    font-family: regular_semibold;
}

.commodity-banner p {
    color: #fff !important;
    text-align: center;
    padding: 0 10px;
    width: 90%;
    margin-bottom: 20px;
}

.commodity-banner button {
    background: #fff;
    border-radius: 10px;
    width: 90%;
    margin: 0 auto;
    border: none;
    padding: 5px;
    font-family: regular_semibold;
    font-size: 16px;
    cursor: pointer;
}

.commodity-banner button a {
    color: #2c8ebf !important;
    text-decoration: none;
}

@media only screen and (min-width: 959px) {
    .old_right_section {
        display: block;
        width: 25%;
    }
}

.right-section-intro {
    border: 1px solid #eee;
    border-radius: 5px;
    box-shadow: 0 0 5px 1px #eee;
    padding: 20px;
    background-color: #fff;
}

.buy-report-heading {
    margin: 0 0 10px 0;
}

.customize-report-heading {
    margin: 30px 0 10px 0;
}

.viewFullReportLink {
    text-decoration: none;
}

.customize-btn {
    background-color: rgb(240, 80, 96);
    color: #fff;
}

.customize-btn :hover {
    background-color: rgb(240, 80, 96);
}

.MuiButton-root {
    text-transform: capitalize;
}

.buy_now_container {
    position: relative;
    margin-top: 40px;
}

.exclusive {
    position: absolute;
    top: -35px;
    right: 0px;
    padding: 0px 10px;
    font-size: 12px;
    border-style: solid;
    border-color: inherit;
    border-width: 9px 0 0 9px;
    background: #f05060;
    color: rgb(255, 255, 255);
    border-color: rgb(209, 42, 59) transparent;
    border-bottom-right-radius: 10px;
    font-family: regular_bold;
}

.exclusive ::before {
    position: absolute;
    bottom: -9px;
    content: "";
    width: 0;
    height: 0;
    border-style: solid;
    border-color: inherit;
    left: 0;
    border-width: 9px 0 0 9px;
}

.old_rd_header {
    display: flex;
    padding: 20px;
    border: 1px solid rgb(238, 238, 238);
    margin: 20px;
    border-radius: 5px;
    box-shadow: rgb(238 238 238) 0px 0px 5px 1px;
    background-color: rgb(255, 255, 255);
}

@media only screen and (min-width: 959px) {
    .old_rd_header {
        margin: 0px 0px 20px;
    }
}

.report-img {
    display: none;
}

@media only screen and (min-width: 959px) {
    .report-img {
        display: block;
        width: auto;
        height: 200px;
        margin: 25px;
    }
}

.carousel-wrapper {
    margin: 20px 0px;
    border: 1px solid rgb(238, 238, 238);
    border-radius: 5px;
    box-shadow: rgb(238 238 238) 0px 0px 5px 1px;
    padding: 20px;
    background-color: rgb(255, 255, 255);
}

.old_rd_customize_form,
.old_rd_tabs {
    border: 1px solid rgb(238, 238, 238);
    border-radius: 5px;
    box-shadow: rgb(238 238 238) 0px 0px 5px 1px;
    padding: 20px;
    background-color: rgb(255, 255, 255);
    font-family: regular_medium;
}

.fullwidthtabs {
    width: 50%;
}

.old_rd_download_sample,
.old_rd_buy_now {
    color: #fff;
    background-color: #2c8ebf;
    width: auto;
    padding: 5px 20px;
    border: none;
}

.old_rd_customize {
    background-color: rgb(240, 80, 96);
    color: rgb(255, 255, 255);
    width: auto;
    padding: 5px 20px;
    border: none;
}

.carousel-inner {
    width: 75%;
    margin: 0 auto;
}

.carousel-control-next,
.carousel-control-prev

/*, .carousel-indicators */
    {
    filter: invert(100%);
}

.report-info .report-enquiry-buttons {
    display: flex;
    justify-content: space-between;
    width: 90%;
}

@media only screen and (max-width: 500px) {
    .rd-heading-section{
        min-height: 297px;
    }
    .breadcrumb {
        width: 100%;
        min-height: 210px;
      }
    .report-info .report-enquiry-buttons {
        width: 100%;
        position: fixed;
        width: 100%;
        display: flex;
        bottom: 0px;
        left: 0px;
        z-index: 999;
    }

    .figure_ol_list .figure_number {
        width: 20%;
        font-size: 14px;
        text-transform: capitalize;
    }

    .figure_ol_list .figure_details {
        width: 80%;
        font-size: 14px;
        text-transform: capitalize;
    }
}

/* ==============Responsive designs=============== */
@media only screen and (max-width: 960px) {

    /* marketsnapshot image for component 1 */
    .marketsnapshot-image-container img {
        width: 70px;
        height: 90px;
        object-fit: contain;
    }
}

@media only screen and (max-width: 800px) {
    .keyselling_point {
        font-size: 24px;
        line-height: 1;
        text-align: center;
        margin-bottom: 20px;
    }
    .card_container {
        flex-direction: column;
    }
    .card1 {
        width: 100% !important;
        margin: 50px 0px;
    }
    .header {
        font-size: 16px !important;
    }
    .card1 .img_container img {
        width: 50px !important;
        height: 50px !important;
    }
    .card2 {
        width: 100% !important;
        margin: 50px 0px;
    }
    .header2 {
        font-size: 16px !important;
    }
    .card2 .img_container2 img {
        width: 50px !important;
        height: 50px !important;
    }
    .card3 {
        width: 100% !important;
        margin: 50px 0px;
    }
    .header3 {
        font-size: 16px !important;
    }
    .card3 .img_container3 img {
        width: 50px !important;
        height: 50px !important;
    }
    .card4 {
        width: 100% !important;
        margin: 50px 0px;
    }
    .header4 {
        font-size: 16px !important;
    }
    .card4 .img_container4 img {
        width: 50px !important;
        height: 50px !important;
    }
    .card5 {
        width: 100% !important;
        margin: 50px 0px;
    }
    .header5 {
        font-size: 16px !important;
    }
    .card5 .img_container5 img {
        width: 50px !important;
        height: 50px !important;
    }
    .figure_ol_list .figure_number {
        width: 20%;
        font-size: 14px;
    }
    .figure_ol_list .figure_details {
        width: 80%;
        font-size: 14px;
    }
}

/* ================= */

@media only screen and (max-width: 768px) {
    .banner-container {
        height: 120px;
    }
    .site-header-wrapper.banner-added {
        top: 120px;
    }
    .rd-heading-section.banner-added {
        padding: 160px 0 20px;
    }
    .footer-container .join-us {
        margin-top: 18px;
    }
}

/* Footer responsive design */
@media only screen and (min-width: 960px) {
    .footer-container {
        flex-flow: row wrap;
    }

    .footer-container .links {
        width: 25%;
    }

    .footer-container .contact-info {
        width: 30%;
    }

    .footer-container .join-us {
        width: 45%;
    }

    .footer-container .links .footer-links {
        flex-wrap: nowrap;
        height: auto;
    }

    .footer-container .links .footer-links li {
        width: 100%;
    }
}

/* Cookies responsive design */
@media only screen and (max-width: 960px) {
    .cookiealert {
        width: 100%;
        /* margin-bottom: 35px !important; */
        margin-bottom: 45px !important;
    }

    .cookiealert-container {
        display: inline !important;
    }

    button.acceptcookies {
        display: inline !important;
        width: 100% !important;
        border-radius: 0 !important;
        bottom: 0% !important;
    }
}

@media only screen and (min-width: 1020px) and (max-width: 1025px) {
    button.acceptcookies {
        width: 100% !important;
    }
}

.related-reports-heading {
    text-transform: capitalize;
    text-align: left;
}

.snapshop-logos-title {
    font-family: regular_semibold;
    font-style: normal;
    text-align: left;
    font-size: 14px;
    display: block;
    color: #0e7db3;
}
.list-group-item{
    padding: 0;
}
.major-player-disclaimer{
    font-size: 12px;
    font-family: regular_regular !important;
}

/*=== Margin css fix ===*/
#component-8 > ul > li, .component-5-subheading-desc li, .listoffigures li {
    margin-bottom: 12px;
}
/* #component-8 > ul > li:last-child, .component-5-subheading-desc li:last-child, .component-2 li:last-child, .listoffigures li:last-child{
    margin-bottom: 0;
} */


#component-2 p, #component-4 p, .component-5-subheading-desc p, #component-6 p, #component-8 p{
    margin-bottom: 12px;
    word-wrap: break-word;
}

/* Sharing and Citation */

.social-media-container {
    height: 80px;
    width: 100%;
    background: #F7F7F7;
    border-radius: 5px;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    text-align: center;
}

.social-media-container a { 
    text-decoration: none;
}

.social-media-button {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
    border: none;
    outline: none !important;
    background-color: #F7F7F7;

}

/* .social-media-button:hover,
.social-media-button::click {
    outline: none;
} */

.social-media-button img {
    width: 42px;
    height: 42px;
}

.social-media-button span {
    font-style: normal;
    font-weight: 60;
    font-size: 12px;
    line-height: 24px;
    color: #9B9999;
}

.share-container{
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 25px 0 10px 0;
}

.embed-container{
    background-color: #fff;
    position: absolute !important;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
   border-radius: 8px;
}

.embed-modal-header{
   display: flex;
   justify-content: space-between;
   align-items: flex-start;
   flex-direction: column;
}

.embed-modal-header p{
   width: 100%;
   display:flex;
   justify-content:space-between;
}

.embed-modal-header .embed-go-back{
  transform: rotate(180deg);
  font-size: 18px;
}

.embed-modal-header p span{
   font-weight: 300;
 }


 .embed-modal-header .embed-code{
   font-size: 18px;
   margin-left: 5px;
 }

 .embed-modal-header .get-code-head{
   margin-left: 18px;
   color:#a7a7a7;
 }

.embed-modal-header p button{
     border: none;
     outline: none;
     background-color: #ffffff;
     color: rgb(102, 102, 102)
 }

.embed-modal-header button:hover{
   color: #000000;
   cursor: pointer;
}

.copy-embed-code-butt{
   display: flex;
   flex-direction: row;
   justify-content: space-around;
   align-items: center;
   outline: none !important;
   width: 140px;
   height: 36px;
   background: #F6F6F6;
   border: 1px solid rgba(79, 146, 189, 0.2);
   border-radius: 5px;
   }

   .copy-embed-code-butt img{
     height: 14px;
   }

   .copy-embed-code-butt span{
   color: #4F92BD;
   font-style: normal;
   font-weight: 300;
   font-size: 16px;
   line-height: 24px;
}

.embed-code-text{
   border: 1px solid #4F92BD;
   width: 100%;
   border-radius: 6px;
   height: 280px;
   margin-bottom: 10px;
   overflow: auto;
   margin-top: -10px;
   }

.embed-code-text code {
       font-size:90%;
       color: black;
       word-wrap: break-word;
       line-height: 1.15;
       background-color: rgb(194, 217, 246);
   }



.share-options-container {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 20px;
    margin-bottom: 20px;
}

.share-options-button {
    display: flex;
    flex-direction: row;
    justify-content: space-around;
    align-items: center;
    outline: none !important;
    width: 160px;
    height: 39px;
    background: #F6F6F6;
    border: 1px solid rgba(79, 146, 189, 0.2);
    border-radius: 5px;
}



.share-options-button img {
    height: 14px;
}

.share-options-button span {
    color: #4F92BD;
    font-style: normal;
    font-weight: 300;
    font-size: 16px;
    line-height: 24px;
}

.citation-container select {
    border: none;
    color: #4F92BD;
}

.citation-container{
    margin-top: 25px;
}

.citation-container div {
    border: 1px solid #4F92BD;
    width: 100%;
    border-radius: 6px;
    height: 150px;
    margin-bottom: 15px;
    overflow: auto;
    padding:8px;
}

.citation-container .apa-link{
    color:black;
    text-decoration: none;
}

.citation-container .mla-link{
    color:black;
    text-decoration: none;
}

.citation-container .chicago-link{
    color:black;
    text-decoration: none;
}

.copied-notification{
    box-sizing: border-box;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 9px 15px;
    gap: 5px;
    height: 35px;
    background: #F6F6F6;
    border: 1px solid rgba(79, 146, 189, 0.2);
    border-radius: 30px;
    position: absolute; 
    left: 50%;
    transform: translateX(-50%);
    top: 420px;
    z-index: 1000;
    width: max-content;
}


/* .embed-code-text-area{
    border: 1px solid #4F92BD;
    width: 100%;
    border-radius: 6px;
    height: 180px;
    margin-bottom: 10px;
    overflow: auto;
    }

.embed-code-text-area code {
    font-size:90%;
    color: black;
    word-wrap: break-word;
    line-height: 1.15;
    background-color: rgb(194, 217, 246);
}

.copy-embed-code-button{
display: flex;
flex-direction: row;
justify-content: space-around;
align-items: center;
outline: none !important;
width: 140px;
height: 36px;
background: #F6F6F6;
border: 1px solid rgba(79, 146, 189, 0.2);
border-radius: 5px;
}

.copy-embed-code-button img{
   height: 14px;
}

.copy-embed-code-button span{
    color: #4F92BD;
    font-style: normal;
    font-weight: 300;
    font-size: 16px;
    line-height: 24px;
} */



@media only screen and (max-width: 400px) {
   .modal-content{
        padding: 8px;
    }

    .social-media-container{
        flex-wrap: wrap;
        height: auto;
        padding: 10px;
    }

    #facebook-share{
        margin-left: -5px;
    }
    
    .social-media-button img {
        width: 32px;
        height: 32px;
    }
    .social-media-button span{
        font-size: 11px;
        line-height: 20px;
    }

    .share-options-button {
        /* width: 120px; */
        height: 32px;
        border-radius: 4px;
    }

    .citation-select{
        font-size: 12.5px;
    }
    
    #copy-citation span{
        font-size: 12px;
    }

    #copy-citation img{
        width: 15px ;
        height: 15px;
    }
}

/* =========STATISTICS DESIGN========= */
.statistics-country-heading{
    font-family: regular_semibold !important;
    line-height: 26px;
    font-size: 16px;
    /* margin: 21px 0; */
    margin-bottom: 0;
}
.heading-color{
    color: rgba(0, 0, 0, 0.87) !important;
}
.statistics-country-heading-anchor{
    text-decoration: none;
    color: var(--primary-color) !important;
    text-decoration: underline;
    display: inline-block;
}
.statistics-country-heading-anchor > h3{
    color: var(--primary-color) !important;
}
.table-data-head{
    font-family: regular_semibold !important;
    font-weight: 300;
    color: #002F75;
    text-align: left;
}
.table-data{
    color:#002F75;
    font-family: regular_medium;
    font-weight: normal;
}
.img-section{
    display: flex;
    justify-content: center;
    align-items: center;
}
.img-section img{
    width: 700px;
}
@media (max-width: 959px){
    .img-section img{
        width: 100%;
    }
}
/*========= Market Size Snapshot design update ========*/
.market-summary-graph {
    width: 45%;
    box-sizing: border-box;
    border: 1px solid #F4F4F4;
    height: 100%;
    display: flex;
    /* align-items: center; */
    padding-top: 40px;
    border-radius: 20px;
    justify-content: center;
}
.overview-label, .overview-value{
    font-size: 13px;
}
.overview-points-list{
    width: 55%;
}

/* ================ */

@media (max-width:960px){
    .market-summary-graph {
        width: 100%;
        flex-direction: column;
        align-items: center;
    }
    .overview-points-list #share-button, .overview-points-list-marketsnapshot #share-button{
        right: 20px !important;
        top: 20px !important;
    }
    .component-1{
        width: 100%;
        flex-direction: column;
    }
    .overview-points-list{
        width: 100%;
    }
}

/* Lorien RD CSS start */

.exec-summary-share{
    margin-bottom: 10px;
    height:30px;
}

.exec-summary-share:hover{
   cursor: pointer;   
}

.executive-summary{
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: stretch;
    flex-wrap: wrap;
    width: 100%;
    min-height: 600px;
}

.executive-summary-block{
   flex: 0 1 48%;
   margin-bottom: 25px;
   padding: 10px;
   min-height: 350px;
} 

.executive-summary-data-block{
    background-color: #ffffff;
    display: flex;
    justify-content: space-between;
    /* align-items:safe; */
    flex-wrap: wrap;
    min-height: 350px;
    padding: 0px;
 } 

 .data-block{
    background-color: #095655;
    flex: 0 1 48%;
    display: flex;
    flex-direction: column;
    justify-content:center;
    align-items: center;
    padding: 5px;
    
 }

 .data-block h3{
    color:#000;
    font-size: 15px;
    text-align: center;
    font-family: regular_medium !important;
 }

 .data-block .data-block-heading {
    color:#000;
    font-family: regular_semibold !important;
    font-size: 23px !important;
    font-weight: 300 !important;
 }


 .data-block-0{
    
    background-color:#4ccdcf;
    margin-bottom: 10px;
 }

 .data-block-1{
 
    background-color:#ecb449;
     margin-bottom: 10px;
 }

 .data-block-2{
  
    background-color:#b284fb;

 }

 .data-block-3{
  
    background-color:#4a8cbb;
   
 }

 .executive-summary-block-flex{
    display: flex;
    flex-direction: column;
    justify-content: space-between;
 }
 .top-block-box{
    flex: 0 1 44%;
 }
 .bottom-block-box{
    flex: 0 1 44%;
 }
 .executive-summary-block-0{
    background-color: #d7f6eb;
 } 
 .executive-summary-block-1{
     background-color: #e6e3fc;
 } 
 .executive-summary-block-2{
    background-color: #ffedc7;
 } 
 .executive-summary-block-3{
    background-color: #e0f9fe;
 } 
 .executive-summary-block-4{
    background-color: #efefe6;
 } 

 .block-heading{
    flex: 0 1 12%;
    min-height: 20px!important;
    line-height: 1.25;
    margin-bottom: 5px;
    font-family: regular_bold !important;
    color: #1f4986 !important;
    text-transform: uppercase;
    margin-top: 10px !important;
    padding-top: 0 !important;
 }

 .top-block-box{
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    padding-top: 0;
 }

 .top-left-block-box h4{
    color:  #234b89;
    font-size: 16px;
    text-transform:capitalize;
    text-align: left;
    line-height: 1.2;
    margin-top: 10px;
    font-family: regular_medium !important;
    font-weight: 400;

 }


 .top-left-block-box .top-left-block-box-heading{
    color: #1f4986;
    font-size: 48px;
    flex: 0 1 48%;
    padding-top: 0;
    margin-top: 0;
    font-family: regular_regular !important;
    font-weight: 400 !important;
 }

 .top-left-block-box .top-left-block-box-heading-new{
    color: #1f4986;
    font-size: 34px;
    flex: 0 1 48%;
    padding-top: 0;
    margin-top: 0;
    font-family: regular_regular !important;
    font-weight: 400 !important;
 }




 .top-left-block-box h4 span{
    color:  #234b89;
    font-size: 16px;
    text-transform:capitalize;
    text-align: left;
    line-height: 1.2;
    margin-top: 10px;
    font-family: regular_semibold !important;
    font-weight: 500;
 }

 .top-left-block-box, .top-right-block-box{
    flex: 0 1 48%;
    padding: 10px;
    padding-top: 0px;
 }

 .top-right-block-box img{
    width: 80%;
    object-fit: contain;
 }

 .bottom-block-box p{
    color:  #345c94;
   
 }


 .other-indicators-container{
    display: flex;
    justify-content: space-between;
    align-items: stretch;
 }


 .other-indicators-container ul{
    min-width: 49%;
    border-radius: 5px;
    padding: 20px;
    padding-left: 35px;
    background-color: #e6f4fe   ;                
    box-shadow: rgba(12, 37, 64, 0.35) 0px -3px 7px 0px inset;
 }

  .free-with-this-report{
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
  }

  .free-with-this-report .image-container{
    flex: 0 1 48%;
    margin-bottom: 20px;
    border:1px solid #54b8bd;
    padding: 5px;
  }

  .enlarge:hover{
    transform: scale(1.5);
    background-color: #fff;
    z-index: 10;
    cursor: pointer;
    transition-duration: 0.75s;
    box-shadow: rgba(0, 0, 0, 0.25) 0px 54px 55px, rgba(0, 0, 0, 0.12) 0px -12px 30px, rgba(0, 0, 0, 0.12) 0px 4px 6px, rgba(0, 0, 0, 0.17) 0px 12px 13px, rgba(0, 0, 0, 0.09) 0px -3px 5px;
  }

  .market-definition-table{
    margin-bottom: 20px;
  }

  .market-definition-table th, .market-definition-table td{
    padding: 10px;
    border:2px solid white;
    font-family: "regular_medium";
  } 

  .market-definition-table th{
    background-color: #002f75;
    color:white;
    font-weight: 300;
    font-size: 20px;
    font-family: "regular_bold";
  }
  .market-definition-table tr:nth-child(odd){
    background-color: #e6f4fe;
    border:1px solid white;
    
  }
  .market-definition-table tr:nth-child(even){
    background-color: #ffffff;
    border:1px solid white;
  }
.scope-table::-webkit-scrollbar {
    display: none;
}

@media (min-width:1900px) {
    .top-left-block-box .top-left-block-box-heading{
        font-size: 40px;
        }
}

@media (max-width:1260px) and (min-width:976px) {
    .top-left-block-box{
        flex:0 1 50%;
    }
    .top-left-block-box .top-left-block-box-heading{
        font-size: 38px;
        }
}

@media (max-width:975px) and (min-width:720px) {
    .top-left-block-box .top-left-block-box-heading{
        font-size: 36px;
        }
}

@media (max-width:720px){
    .executive-summary-block{
        flex:0 1 100%;
    }
    .other-indicators-container{
        flex-wrap: wrap;
    }

    .other-indicators-container ul{
      flex:0 1 100%;
      margin-bottom: 20px;
      margin-left: 10px;
    }
    .free-with-this-report .image-container{
        flex: 0 1 100%;
    }

    .enlarge:hover{
        transform: scale(1);
        z-index: 1;
        background-color: #fff;
        box-shadow:none;
      }
    
}

@media (max-width:480px){
    .top-left-block-box .top-left-block-box-heading{
        font-size: 36px;
        }
        .top-left-block-box h4{
        font-size: 14px;
        }
        .data-block {
        height: 180px;
        }
}

@media (max-width:360px){
    .top-left-block-box .top-left-block-box-heading{
        font-size: 31px;
        }
}

/* Lorien RD CSS end */



@media(max-width: 991px){
    .nav-items > .has-mobile-dropdown:after{
      content: "";
      position: absolute;
      /* top: 21px; */
      top: 11px;
      right: 0;
      width: 5px;
      height: 5px;
      border-right: 1px solid;
      border-bottom: 1px solid;
      transform: rotate(45deg);
    }
    .has-dropdown .has-mobile-dropdown > .mobile-dropdown {
      left: 180px;
      top: -13px;
      margin: 0;
    }
    .show-nav-on-mobile,
    .show-nav-on-mobile .mobile-dropdown {
      position: absolute;
      visibility: hidden;
      opacity: 0;
    }
    .has-dropdown:hover > .mobile-dropdown {
      visibility: visible;
      opacity: 1;
      margin-top: 15px;
      transition-delay: 0s;
      box-shadow: 0 0 4px 1px #ddd;
    }
    .has-dropdown .has-dropdown:hover > .mobile-dropdown {
      margin-top: 0;
      left: 190px;
    }
    .has-dropdown .has-dropdown:after {
      content: "";
      position: absolute;
      right: 10px;
      top: 8px;
      width: 5px;
      height: 5px;
      border-right: 1px solid;
      border-bottom: 1px solid;
      transform: rotate(-45deg);
    }
    .nav-items-container > a > img {
      display: none;
      align-self: center;
      margin-top: 50px;
      max-width: 75%;
      margin: 50px auto 0 auto;
    }
    .dropdown-nav-item:before {
      opacity: 0;
    }
    .copyright-text{
        padding-bottom: 25px;
    }
  }

  @media (max-width: 850px){
    .price-breakup{
        flex-direction: column;
    }
    .price-breakup button, .shares-heading{
        width: 100% !important;
    }
    .shares-heading{
        margin-bottom: 10px;
    }
    .price-breakup svg{
        width: 60px;
        height: 60px;
    }
  }

/* Unconventional Reports Table */
.unconventional-table tr th{
    font-family: regular_bold;
}
.unconventional-table tr th, .unconventional-table tr td{
border: 1px solid #DEE2E6;
color: #002F75;
padding: 5px;
font-size: 16px;
text-align: left;
min-width: 180px;
}
.overview-points-list-new {
    width: 95%;
}

/* ----- Buy Now Btn Design-------- */
button#clicked-on-buy-now {
    align-items: center;
    justify-content: center;
    border: 1px solid #37a8c6;
    background: #fff;
    font-size: 18px;
    gap: 0;
    box-shadow:4px 6px 8px #d9d4d4;
    
}
/* @media(max-width: 959px){
    button#clicked-on-buy-now {
        visibility: hidden;
    }
} */

/* Market Size Updated */
#explore-more-summary {
    background-color: #FFF5E2;
    padding: 12px 12px 24px 12px;
    margin-top: 30px;
  }
  
  #explore-more-summary p {
    margin-bottom: 22px;
  }
  
  #explore_more_btn {
    border-radius: 6px;
    padding: 10px 30px;
    color: white;
    background-color: #0E4B66;
    /* font-family: regular_bold; */
    outline: none;
    display: flex;
    justify-content: center;
    align-items: center;
    width: fit-content;
  }

  #explore_more_btn .icon{
    font-family: be_vietnam_pro_bold;
    font-size: 20px;
    margin-left:6px ;
}

#explore_more_btn:hover .icon{
    text-decoration: none !important;
    text-decoration-color: #0E4B66;
}
  
  .toc_accordion {
    display: flex;
    justify-content: space-between;
  }
  
  .toc_accordion i {
    padding: 0 8px;
    color: #A5BDD2;
  }
  
  .fa-minus, .fa-plus{
    position: absolute; 
    top: 8px; 
    right: 18px;
    font-size: 18px;
    cursor: pointer;
    -webkit-text-stroke: 1px black;
  }
  
/* ---------Mobile Poppins fonts Fix----------- */
@media(max-width:576px){
    .figure_ol_list .figure_details {
        width: 75% !important;
        font-size: 14px !important;
    }
    .figure_ol_list .figure_number {
        width: 25% !important;
        /* font-size: 10px !important; */
    }
    .page-content_selectBox select, a.view-global-acnhor, option.gambling-option{
        font-size: 12px !important;
        text-align: left;
    }
    a.view-global-anchor{
        display: flex;
        align-items: center;
    }
    .overview-label-marketsnapshot{
        font-size: 12px !important;
        font-weight: 400 !important;
    }
    .short-description{
        font-style: 14px !important;
    }
    .share-button-in-rd span{
        font-weight: 500 !important;
    }
    .fixed-bottom-div button{
        font-size: 13px;
    }
    .customize-toc p{
        word-wrap: break-word;
    }
    .social-media-container{
        padding: 5px ;
    }
    .share-options-button span{
        font-size: 9px ;
        font-weight: 300 ;
    }

    /* .social-media-button i{
        font-size: 24px !important;
    } */

    .social-media-button span{
        font-size: 14px;
    }
    .copy-embed-code-butt span{
        font-weight: 300;
        font-size: 14px;
    }
    .failure_content, .payment_sub_content, .payment_success_content, .sub_content, .success_content{
        font-weight: 400 !important;
    }

/* RD Page */
.short-description,.short-description-report{
    font-size: 14px !important;
}

.breadcrumb a span{
  font-size: 14px ;
}

.component p{
  font-size: 14px;
}
.component ul li{
  font-size: 14px;
}

.component-5 ul li{
  font-size: 14px;
}

#seo-text-section p{
    font-size: 14px;
}


#related-reports-section ul li {
  font-size: 14px;
}

.demo-class ul li {
  font-size: 14px;
}

.panel-body p{
  font-size: 14px !important;
}

.panel-title{
  font-size: 15px;
}

#scope-of-the-report-bottom{
    font-size: 14px;
}

.listoffigures p,.listoffigures ul li {
    font-size: 14px;
}

.list-group li{
    font-size: 14px;
}

/* Companies */

.top-companies-list ol li{
font-size: 14px;
}
.company-page-ul li{
font-size: 14px;
}

/* News Page */

.news-page-ul{
font-size: 14px;
}


/* Executive summary */
.data-block .data-block-heading{
    font-size:20px !important;
}


.data-block h3{
    font-size: 14px;
}
   

/* Market definition table */

.market-definition-table tr td{
    font-size: 14px;
}


.customize-label, .download-modal-body .label{
    font-family: regular_regular !important;
    font-size: 12px !important;
}
}
@media(max-width:400px){
.social-media-button i{
font-size: 24px !important;
}
}

.overview-value-marketsnapshot{
    box-sizing: content-box;
}

.share-view-tooltip,  .share-view-tooltip2{
    width: 250px;
    background: #fff5e2;
    border: 1px solid #fff;
    padding: 12px;
    font-family: regular_regular;
    font-size: 15px;
    position: absolute;
    line-height: 1.3;
    top: 60px;
    right: 50px;
    display: none;
    box-shadow: rgba(0, 0, 0, 0.15) 0px 2px 8px;
}
.share-button-wrap{
    position: absolute;
}
#share-button:hover +  .share-view-tooltip{
    display: block;
}
.share-button-cls:hover +  .share-view-tooltip2{
    display: block;
}
/* .share-view-tooltip{
    width: 250px;
    background: #fff5e2;
    border: 1px solid #fff;
    padding: 12px;
    font-family: regular_regular;
    font-size: 15px;
    position: absolute;
    line-height: 1.3;
    top: 60px;
    right: 50px;
    display: none;
    box-shadow: rgba(0, 0, 0, 0.15) 0px 2px 8px;
  }
  #share-button:hover +  .share-view-tooltip{
      display: block;
  } */

.h2-report-title {
    color: #000 !important;
    margin: -25px 0 16px 0 !important;
    font-size: 20px !important;
    font-family: regular_medium !important;
}
@media (max-width:959px){
    .h2-report-title {
      font-size: 18px !important;
    }
}

@media (min-width:300px) and (max-width:560px){
    .market-size-graph{
        margin-top: 15px !important;
    }
    .overview-points-list #share-button, .overview-points-list-marketsnapshot #share-button{
        top: 5px !important;
    }
}

.overview-points-list #share-button {
    position: absolute !important;
    right: 10px !important;
    top: 10px !important;
    height: 30px !important;
    cursor: pointer;
}
.share-button-in-rd {
    border: 1px solid #1b5b79;
    border-radius: 15px;
    height: 30px;
    width: fit-content;
    display: flex;
    justify-content: space-around;
    align-items: center;
    padding: 5px 10px;
}
.share-button-in-rd span {
    color: #1b5b79;
    margin-left: 10px;
}
.customize-report-left i {
    color: #b30f1a;
}
.show-close-button {
    opacity: 1;
    width: 24px;
    height: 24px;
    font-size: 18px;
    cursor: pointer;
    z-index: 999;
}

/* ------ cooke banner update css ---------- */

.cookiealert-container {
    text-align: left;
    flex: 0 0 50%;
    margin: 0 0 83%;
    margin: 0 10px 0 5px;
    font-size: 12px;
    line-height: 14px;
}

.cookiealert{
    /* height: 50px !important; */
    width: 250px;
    background-color: #fff;
    box-shadow: rgba(9, 30, 66, 0.25) 0px 4px 8px -2px, rgba(9, 30, 66, 0.08) 0px 0px 0px 1px;
    color: #000;
    left: 13%;
    right: auto;
    padding: 5px 10px !important;
}
button.acceptcookies {
    margin: 5px 0 !important;
    flex: 0 0 10% !important;
    background: #0e0a0ab8 !important;
    color: #fff !important;
    font-size: 14px !important;
    border: 1px solid transparent;
    border-radius: 20px;
    /* padding: 4px 12px; */
    padding: 2px 12px;
}
.cookiealert a {
    text-decoration: underline;
    color: #000;
    font-family: 'regular_semibold';
}

@media(max-width:991px){
    .cookiealert{
      width:290px !important;
      /* height: 40px !important; */
      left: 0;
      right: 0;
    }
    
    .cookiealert-container{
        font-size: 12px;
        line-height: 14px;
        flex: 0 0 60%;
    }
    /* .cookiealert{
        width: 95% !important;
    } */
    .cookiealert-container{
        flex: 0 0 60%;
    }
  }
@media (max-width:600px){
    .cookiealert-container{
        font-size: 10px;
        line-height: 12px;
    }
}
@media(max-width:300px){
    .cookiealert-container{
        font-size: 10px;
        line-height: 12px;
    }
    .cookiealert{
        width: 95% !important;
    }
}
.fixed-email-container input,.fixedForm-requirement input , .fixed-message-container textarea, .fixed-phone-container input, .fixed-name-container input{
    width: 100%;
}
.cc-tlds-nav a{
    font-size: 14px !important;
}
@media (min-width:969px) and (max-width: 1199px){
	.nav-items a{
		font-size: 12px !important;
	}
    .nav-item{
        padding: 12px !important;
    }
}

 /* @media (max-width: 991px){
    #fixed-buttons, .menu-toggle-button, .search-box{
        visibility: hidden;
    }
} */

.market-snapshot-wrapper-pilot{
    flex-direction: row-reverse;
}
@media(max-width:959px){
    .market-snapshot-wrapper-pilot{
        flex-direction: column-reverse;
    }
}
@media(min-width:1025px){
    .global-report-btn{
      width: calc(100% - 250px);
    }
    .region-level-dropdown{
      width: calc(100% - 430px);
    }
  }
  .no-parent-child{
    width: 100%;
  }

  @font-face {
    font-family: 'neo_italic';
    src:  url('/express-fonts/ComicNeue-BoldItalic.ttf') format('truetype');
    font-display: swap;
  }
  .left-side-title, .left-side-wrap{
    width: calc(100% - 540px);
  }
  .sticky-title-wrap{
    /* width: calc(100% - 110px); */
    width: 100%;
  }
  .sticky-title-wrap-lang{
    /* width: calc(100% - 165px); */
    width: 100%;
  }
  .sticky-arrow-icon{
    display: flex;
    flex-direction: column;
    margin-bottom: 5px;
  }
  .sticky-arrow-icon{
    width: 110px;
  }
  .sticky-arrow-icon-lang{
    width: 150px;
  }
  .sticky-bar-title{
    text-align: left;
  }
  span.sticky-access-report {
    background: #fff6a8;
    text-align: center;
    font-family: 'neo_italic';
    font-style: italic;
    padding: 5px;
    font-size: 12px;
    width: 100px;
  }
  span.sticky-access-report-lang{
    width: 150px;
  }
  
  img.sticky-arrow {
    width: 50px;
    margin-left: 50px;
  }
  img.sticky-arrow-lang{
    margin-left: 65px;
  }

  .left-side-without-arrow {
    width: 100% !important;
  }
  .gptw-3xl{
      max-width: 76px;
      height: auto;
    }
.iso-logo-2022{
    max-width: 66px;
    height: auto;
}