/* REGULAR FONTS */
@font-face {
    font-family: "regular_regular";
    font-display: swap;
    font-weight: 300;
    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;
    font-weight: 300;
    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;
    font-weight: 300;
    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;
    font-weight: 300;
    src: url("/express-fonts/Regular-Bold.woff2") format("woff"),
        url("/express-fonts/Regular-Bold.woff") format("woff");
    font-display: swap;
}

/* BE VIETNAM PRO FONTS */
@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;
}

/* LOGO */
@font-face {
    font-family: "Avenir-Medium";
    src: url(/express-fonts/landingPageFonts/Avenir-Medium/Avenir-Medium.eot);
    src: url(/express-fonts/landingPageFonts/Avenir-Medium/Avenir-Medium.eot?#iefix) format("embedded-opentype"),
        url(/express-fonts/landingPageFonts/Avenir-Medium/Avenir-Medium.woff) format("woff"),
        url(/express-fonts/landingPageFonts/Avenir-Medium/Avenir-Medium.ttf) format("truetype");
    font-display: swap;
    font-style: normal;
    font-weight: 400;
}

/* DEFAULT CSS SETTINGS */

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

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

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;
}

/* END OF DEFAULT CSS SETTINGS */

/* MODAL CSS */
.modal-header {
    border-bottom: none;
}

body.modal-open {
    overflow: visible;
}

.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;
}

/* END OF MODAL CSS */

/* 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;
}

.crossed_price_single,
.crossed_price_team,
.crossed_price_corporate {
    margin-right: 5px;
    font-family: 'regular_medium';
    font-size: 16px;
    color: #0070A8;
    display: flex;
    flex-wrap: wrap;
}

.crossed_price_single>b,
.crossed_price_team>b,
.crossed_price_corporate>b {
    font-family: 'regular_medium';
    font-size: 16px;
    color: #0070A8;
}

.crossed_price_single>b,
.crossed_price_team>b,
.crossed_price_corporate>b {
    text-decoration-line: line-through;
}

.crossed_price_single>strong,
.crossed_price_team>strong,
.crossed_price_corporate>strong {
    padding-left: 5px;
    color: #000;
    text-wrap: nowrap;
}

/* HEADER CSS 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: 20;
    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;
}

.report-category-links {
    flex-wrap: wrap;
    border-bottom: 1px solid;
    padding: 10px 20px;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    background: rgba(0, 145, 229, 0.23);
}

.report-title-link,
.report-category,
.report-sub-category {
    text-decoration: none;
    color: #333;
    font-family: regular_medium;
    transition: all 0.2s ease-out;
}

.report-title-link:hover,
.report-category:hover,
.report-sub-category:hover {
    text-decoration: underline;
}

.report-title-link {
    display: block;
    padding: 10px 20px;
}

.report-category {
    position: relative;
    margin-right: 25px;
}

.report-category:after {
    content: "";
    position: absolute;
    right: -13px;
    top: 8px;
    width: 5px;
    height: 5px;
    border-left: 1px solid;
    border-top: 1px solid;
    transform: rotate(135deg);
}

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

.search-reports-input {
    outline: none;
    position: absolute;
    right: 20px;
    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;
    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;
    background-color: #fff;
    font-size: 15px;
    border: none;
}

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

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

.short-description-report {
    text-align: justify;
}

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

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

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

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

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

.text-center {
    text-decoration: underline;
    color: rgb(240, 80, 96);
    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: 21px; */
        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;
    }
}

.search-reports-input {
    top: 0;
}

.open-search-button,
.close-search-button {
    top: 0;
}

/* 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";
    font-display: swap;
    font-weight: normal;
}

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 !important;
    margin: 0 auto;
    justify-content: space-between;
}
@media (max-width:1300px){
    .container{padding: 0 5% !important;}
}

.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: #2c8ebf;
}

/* 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";
}


/* 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: #e54763;
}

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

/* Footer CSS*/

footer {
    background-image: url("/express-img/footer-background.png");
    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);
    width: 80%;
}
@media(max-width:991px){
    .footer-container .contact-info p {
        width: 100%;
    }
}

.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);
}

@media only screen and (min-width: 960px) {

    .footer-container {
        flex-flow: row wrap;
    }

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

    .footer-container .contact-info {
        width: 30%;
        margin-right: 0% !important;
    }

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

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

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

@media only screen and (max-width: 768px) {
    .footer-container .join-us {
      margin-top: 18px;
  }
}

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

/*footer*/

/*payment*/

#payment-container {
    position: relative;
    background: white;
    overflow-y: visible;
    padding: 55px 0 0px;
    transform: translateX(0px);
    transition: all 0.5s ease-out 0s;
}

.checkout-container {
    position: relative;
}

input:invalid {
    box-shadow: none;
}

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

/* --checkout header styles-- */

.checkout-header-container {
    display: flex;
    flex-direction: row !important;
    width: 90% !important;
    max-width: 1250px;
    margin: 0px auto;
}

.checkout-header-container-heading {
    flex: 5;
    display: flex;
    flex-direction: column !important;
    align-items: flex-start;
}

.checkout-header-wrapper .report-heading h1 {
    margin: 0px;
    font-family: regular_bold;
    font-size: 24px;
    line-height: normal;
    letter-spacing: 0.44px;
    text-transform: capitalize;
}

.checkout-header-container .report-heading h2 {
    color: gray;
    margin: 0px;
    font-size: 18px;
    font-family: regular_medium;
    text-transform: capitalize;
    padding-top: 5.5px;
}

.checkout-header-wrapper .report-heading h3 {
    margin: 0px;
    font-size: 16px;
}

.back-btn {
    margin: 8px 0px;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 5px;
    /* outline: 1px solid black; */
    cursor: pointer;
    user-select: none;
}

.back-btn>p {
    /* outline: 1px solid black; */
    margin: 0;
    font-size: 18px;
    color: #808080;
    font-family: regular_medium;
}

.back-icon {
    opacity: 0.6;
    /* outline: 1px solid black; */
}

/* checkout header styles */

.checkout-prices-wrapper {
    width: 100% !important;
}

.currency-wrapper {
    background-color: #EBF7F8;
    height: 220px;
}

.payment-section-container {
    background-color: #EBF7F8;
    height: 250px;
}

.explore-pricing-container {
    padding: 40px 2px;
    width: 90%;
    max-width: 1250px;
    margin: auto;
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
}

.price-dropdown-pci {
    max-width: 220px;
    width: 55%;
    padding: 20px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-top: 0px;
}

.explore-pricing-container>.price-dropdown-pci>div.styled-dropdown,
.explore-pricing-container>div.secure-payment-card>div.styled-dropdown {
    position: relative;
    cursor: pointer;
    /* z-index: 9; */
}

#currencySelect,
#currencySelect2,
#selectLicense {
    user-select: none;
    position: relative;
    border-radius: 30px;
    /* color: #137CB2; */
    color: #2C8DBF !important;
    height: 50px;
    font-size: large;
    -moz-appearance: none;
    -webkit-appearance: none;
    appearance: none;
    cursor: pointer;
}

.currency-dropdown {
    width: 100px;
}

.license-dropdown>select {
    font-weight: 300;
    padding-left: 15px;
}

.styled-dropdown>img {
    position: absolute;
    top: 22px;
    right: 15px;
    z-index: 1;
}

.explore-pricing-container>div>h2 {
    margin: 0;
    font-family: regular_semibold;
    text-transform: capitalize;
    color: #137CB2;
    font-size: 18px;
}

.explore-pricing-container>div>h3 {
    margin: 0;
    font-size: 16px;
    color: #000 !important;
    font-family: "regular_medium" !important;
}

.secure-payment-logo {
    width: 50%;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
}

.secure-payment-logo-heading {
    display: flex;
    gap: 10px;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-items: center;
}

.secure-payment-logo>div>h2 {
    font-size: 18px !important;
    font-family: regular_medium;
    color: #808080 !important;
    padding-top: 5px;
    margin: 0px;
}

.price-selection-container {
    position: relative;
    top: -110px;
    display: flex;
    flex-direction: row;
    align-items: stretch;
    justify-content: space-between;
    gap: 10px;
    overflow-x: auto;
    width: 90%;
    max-width: 1250px;
    margin: auto;
    padding: 10px 2px;
}

.checkout-header-wrapper {
    /* display: none; */
    padding: 20px 0px;
}

.price-selection-container>div {
    width: calc(100% / 3 - 20px) !important;
    background-color: white;
    /* min-width: 325px; */
}

.most-popular-plan {
    background-color: #f6f6f6 !important;
}

.most-popular-plan::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 9px;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    background: linear-gradient(to right,
            #2c8dbf 0%,
            #2c8dbf 40%,
            #46cdcf 60%,
            #46cdcf 100%);
}

.license p {
    margin: 0;
}

.mrp-container {
    font-size: 16px;
    font-family: regular_small;
    color: #A6A6A6;
}

.mrp-container>b {
    color: #000;
    font-weight: 500 !important;
}

.mrp-container>span {
    margin: 0;
    padding: 0;
    text-decoration: line-through;
}


.checkout-wrapper {
    width: 90%;
    max-width: 1250px;
    margin: auto;
    position: relative;
    top: -100px;
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    flex-wrap: wrap;
    gap: 2rem;
    padding: 0px 2px;
}

.checkout-form {
    width: 100%;
    max-width: 580px;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    gap: 1.5rem;
    padding-bottom: 55px;
}

#checkout {
    border-radius: 12px;
    border: 1px solid #E6E5E5;
    overflow: hidden;
}

#checkout iframe {
    border-radius: 12px;
}

.order-summary-container {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;
    gap: 30px;
    max-width: 580px;
    flex: 1 1 300px;
}

.order-summary {
    background-color: white;
    width: 100%;
    height: max-content;
    padding: 25px;
    border-radius: 12px;
    border: 1px;
    gap: 10px;
    border: 1px solid #E6E5E5;
}

.order-summary>strong {
    font-size: 22px;
    line-height: 32px;
}

.order-summary>div p {
    margin: 0;
    font-family: regular_medium;
    font-size: 18px !important;
}

.order-summary>div:not(.grand-total) {
    margin-top: 15px;
    display: flex;
    flex-direction: column;
    align-items: stretch;
    justify-content: flex-start;
    gap: 10px;
    border-bottom: 1px solid #D1D1D8;
    padding-bottom: 10px;
    margin-bottom: 10px;
}

.order-summary>div>div:has(>p>span)>p {
    display: flex;
    flex-direction: column;
    align-items: stretch;
    justify-content: flex-start;
}

.order-summary>div>div:has(>p>span)>p>span:nth-child(2) {
    color: #17183B8C;
    font-family: regular_medium;
}

.order-summary>div>div {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: flex-start;
}

.order-summary>div>div b {
    font-size: 22px;
    font-family: regular_medium !important;
    display: flex;
    align-items: center;
    gap: 2px;
}

.grand-total {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
}

.grand-total>strong {
    font-family: regular_bold;
    font-size: 22px;
    font-weight: 300;
}

.grand-total>p {
    font-size: 20px;
}

.secure-payment-card {
    width: 50%;
    padding: 20px;
    display: flex;
    justify-content: space-evenly;
    align-items: center;
    padding-top: 0px;
}

.secure-payment-card>div>img {
    margin: 0 3px;
}

.secure-payment-card>p {
    margin: 0;
    font-family: regular_medium;
    font-size: 18px;
    line-height: 22px;
    color: #00000040;
}

.order-summary-container .buy-now-enquiry-box {
    flex-direction: column;
    padding: 30px;
}

.initiate-chat-btn:hover {
    cursor: pointer;
    text-decoration: underline;
}

/* --checkout-select price styles-- */
#stripe-loader {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 100% !important;
    padding: 0 0 80px;
    height: max-content;
}


@media only screen and (min-width: 768px) {
    #checkout {
        position: relative;
        /* margin-bottom: 60px; */
    }

    #checkout-prices-id {
        /* display: none; */
        flex-direction: column;
        /* position: absolute; */
        /* top: 40vh;
      right: 53vw;
      z-index: 10; */
        flex-wrap: wrap;
        width: 25%;
    }
}

.checkout-container .checkout-prices .price-selection-wrapper {
    width: 100%;
    /* margin: 20px 0px 0px; */
    border-radius: 10px;
    box-shadow: rgb(204, 204, 204) 0px 0px 5px 1px;
    padding: 20px;
    position: relative;
    display: flex;
    flex-direction: column;
    min-width: 300px;
}
#reports-library {
    background-color: #fdfbe7;
    border: 1px #a5a5a5 solid;
}

.most-popular-tag {
    position: absolute;
    top: 20px;
    right: 20px;
    background: linear-gradient(95.76deg, #2C8DBF 4.95%, #00A8FF 88.31%),
        linear-gradient(92.65deg, #2D8EC0 6.32%, #47CECF 89.07%);
    border: 1px solid;
    border-image-source: linear-gradient(95.76deg, #2C8DBF 4.95%, #00A8FF 88.31%);
    font-size: 12px !important;
    font-family: regular_medium;
    color: white;
    padding: 2px 6px;
    border-radius: 5px;
}

.price-wrapper>ul {
    padding: 0;
    list-style: none;
    border: 0.1px solid lightgray;
    border-left: none;
    border-right: none;
    border-bottom: none;
    padding: 10px 0;
    margin: 0 0 10px 0;
    width: 100%;
    min-height: 175px;
}

.price-wrapper>ul>li {
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    gap: 10px;
    font-size: 16px;
    margin: 7px 0;
    color: rgb(100, 99, 99);
}

.price-wrapper>ul>li>img {
    margin-top: 4px;
}

.price {
    font-family: regular_bold;
    margin: 0 !important;
}

.license-radio-btn {
    display: none;
}

.note {
    color: rgba(0, 0, 0, 0.35);
}

.purchase-btn {
    background: #0070A8;
    font-family: regular_bold;
    color: white;
    display: flex;
    flex-direction: row;
    gap: 0.5rem;
    justify-content: center;
    align-items: center;
    width: 100%;
    padding: 10px;
    outline: none;
    border: none;
    border-radius: 6px;
    opacity: 0.5;
}

.purchase-btn span, .request-access-btn span {
    padding-top: 2px;
}
.request-access-btn {
    background: #ffd21d;
    color: black;
    cursor: pointer;
}
.request-access-btn>img{
    font-family: regular_bold;
}
/* Report Access modal CSS */
.reports-library-heading {
    font-family: regular_bold;
}

@media screen and (min-width: 501px) and (max-width: 1200px) {
    .payment-section-container {
        background-color: #EBF7F8;
        height: 300px;
    }
}
@media screen and (min-width: 769px) and (max-width: 950px) {

    .price-selection-container>div {
        width: calc(100% / 3 - 8px) !important;
    }

    .price-wrapper>ul {
        min-height: 200px !important;
    }

}


@media only screen and (max-width: 768px) {

    .price-selection-container {
        width: 100%;
        padding: 10px;
        top:-100px;
    }

    .price-selection-container>div {
        min-width: 280px;
    }

    .license {
        flex-direction: column;
        align-items: flex-start !important;
        justify-content: flex-start;
        gap: 0px !important;
        margin: 5px 0 !important;
    }

    .price-wrapper>ul {
        min-height: 250px;
    }

    .payment-wrapper .explore-pricing-container {
        flex-wrap: wrap;
        gap: 10px;
        padding: 20px 0;
    }

    .price-dropdown-pci {
        padding-left: 10px;
        width: 100%;
        max-width: 100%;
    }

    .payment-wrapper .explore-pricing-container>div {
        width: 100%;
        max-width: 100%;
    }

    .secure-payment-card {
        padding: 0;
    }

    #checkout {
        padding-bottom: 0px;
    }

    .checkout-header-container {
        flex-direction: column !important;
    }

}

@media only screen and (max-width: 500px) {

    .price-selection-container {
        width: 100%;
        top: -120px;
        padding: 10px;
    }

    .explore-pricing-container {
        padding: 25px 0;
        flex-wrap: wrap;
        gap: 10px;
    }

    .note {
        font-size: 13px;
    }

    .currency-wrapper {
        height: 250px;
    }

    .payment-wrapper .payment-section-container {
        height: 320px;
    }

    .price-dropdown-pci {
        padding: 0px;
        flex-wrap: wrap;
        gap: 10px;
    }

    .secure-payment-logo {
        border-bottom: 1px solid #808080;
        padding-bottom: 15px;
    }

    .secure-payment-card {
        flex-wrap: wrap;
        gap: 10px;
        padding: 10px 0px;
        justify-content: center;
    }

}

@media (min-width: 320px) and (max-width: 370px) {
    .price-selection-container {
        top: -80px;
    }
}

@media only screen and (max-width: 320px) {

    .currency-wrapper {
        height: 300px;
    }
}

.price-selection-wrapper .currency-wrapper {
    display: flex;
    justify-content: flex-end;
}

.price-selection-wrapper .currency-wrapper select.form-control-sm {
    width: 30% !important;
}

input[type="radio"] {
    width: 16px;
    height: 16px;
    color: #2c8ebf !important;
    margin: 9px;
}

.price-container {
    height: 100%;
}

.price-wrapper {
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: flex-start;
}

.price-container .price-wrapper .license {
    display: flex;
    align-items: last baseline;
    gap: 10px;
    text-transform: capitalize;
    font-size: 32px;
    font-family: regular_bold;
    margin: 5px 0px 0px;
}

.price-container .price-wrapper .price {
    /* font-size: 16px; */
    /* font-family: regular_medium; */
    text-transform: capitalize;
    margin: 5px 0px;
}

.price-license {
    display: flex;
    flex-direction: column;
    margin: 0px;
}

.price-selection-wrapper .getSectionWisePricing {
    color: rgb(44, 142, 191);
    align-self: flex-start;
    border-bottom: 2px solid rgb(44, 142, 191);
    margin-top: 25px;
    font-size: 16px;
    font-family: regular_bold;
}

.price-selection-wrapper .getSectionWisePricing:hover {
    cursor: pointer;
}

.checkout-prices .checkoutinfo {
    width: 100%;
    margin: 0px;
}

.checkout-prices .checkoutinfo .report-info {
    margin: 30px 0px;
}

.checkoutinfo .report-info .advantages {
    display: flex;
    flex-wrap: wrap;
}

.checkoutinfo .report-info .advantages p {
    width: 100%;
    display: flex;
    align-items: center;
}

.report-info .advantages .bi.bi-check2 {
    margin-right: 10px;
}

.buy-report-button {
    box-shadow: 0 0 15px 3px rgba(25, 171, 255, 0.5);
    background: linear-gradient(to bottom right, #2c8dbf, #46cdcf);
    border-radius: 10px;
    display: block;
    margin: 10px auto;
    width: calc(100% - 40px);
    max-width: 400px;
    padding: 10px 15px;
    line-height: 1.75;
    outline: transparent auto 0px;
}

.validate-before-payment {
    width: 100% !important;
    max-width: 100% !important;
    margin-top: auto !important;
}

.buy-report-button .button-prices-section {
    display: flex;
    font-family: regular_bold;
    justify-content: space-between;
    padding: 0px 12px;
    align-items: center;
    width: 100%;
}

.buy-report-button .button-prices-section .price-license-info {
    text-align: left;
}

.price-license-info .licenseInbtn {
    margin: 2px 0 0 0;
    text-transform: capitalize;
    font-size: 14px;
    color: rgb(255, 255, 255) !important;
}

.price-license-info .priceInbtn {
    margin: 0;
    color: rgb(255, 255, 255) !important;
}

.buy-text {
    color: rgb(255, 255, 255) !important;
}

.assistance-info {
    border-radius: 10px;
    box-shadow: 0 0 5px 1px #ccc;
}

.assistance-info h3 {
    text-align: center;
    padding: 10px 0;
    border-bottom: 1px solid #ccc;
    font-size: 16px;
}

.assistance-info .sales-contact-details {
    display: flex;
    flex-direction: column;
    padding: 0 0 20px 0;
}

.assistance-info .sales-contact-details .phone-details,
.email-details {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
}

.email-details img {
    margin-right: 10px;
}

.phone-details img {
    margin-right: 10px;
}

/* --payment-forms-- */

.payment-form-group {
    position: relative;
}

.personalInformation {
    margin: 16px 0;
}

.payment-form-group input[type="text"],
input[type="email"],
input[type="number"],
textarea.form-control-plaintext {
    outline: unset;
}

.payment-form-group label {
    color: rgb(169, 169, 169);
    font-size: 16px;
    margin-bottom: 0;
    transform: translate(0, 1.5px) scale(0.75);
    transform-origin: top left;
}

.payment-form-container {
    font-family: regular_medium;
    max-width: 1000px;
    margin: 20px auto;
    height: auto;
    display: block;
    width: 100%;
}

.payment-form {
    width: 100%;
    -webkit-box-align: center;
    align-items: center;
    flex-direction: column;
}

form.user-detailes-form {
    width: 100%;
}

#stripe-container h3 {
    margin: 16px 0;
}

.buynow_input_error {
    color: rgb(244, 67, 54);
    font-family: regular_medium;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 5px;
    font-size: 14px !important;
}

@media only screen and (min-width: 960px) {
    form.user-detailes-form {
        width: calc(40% - 40px);
    }
}

.user-detailes-form .form-control-plaintext {
    display: inline;
    font-size: 14px;
}

.payment-form-input::before {
    left: 0;
    right: 0;
    bottom: 0;
    content: "\00a0";
    position: absolute;
    transition: border-bottom-color 200ms cubic-bezier(0.4, 0, 0.2, 1) 0ms;
    border-bottom: 2px solid rgb(200, 204, 212);
    pointer-events: none;
}

.payment-form-input::after {
    left: 0;
    right: 0;
    bottom: 0;
    content: "";
    position: absolute;
    transform: scaleX(0);
    transition: transform 200ms cubic-bezier(0, 0, 0.2, 1) 0ms;
    border-bottom: 2px solid #2c8ebf;
    pointer-events: none;
}

.payment-form-input:hover::before {
    border-bottom: 2px solid rgb(44, 142, 191);
}

.payment-form-input .user-prepends {
    fill: rgb(44, 142, 191);
    width: 20px;
    margin-right: 5px;
    height: 20px;
}

.submit-section {
    width: 100%;
    margin-bottom: 20px;
}

.card-detailes {
    box-sizing: border-box;
    height: auto;
    width: 100%;
    padding: 40px 40px;
    border-radius: 25px;
    background-color: #fff;
    box-shadow: -2px -2px 4px 0 #bdbdbd, 2px 2px 4px 0 #bdbdbd;
}

.pci-iso-images {
    display: flex;
    justify-content: space-evenly;
}

.card-detailes .pci-iso-images img {
    height: inherit;
    margin-right: 20px;
}

.payment-form .card-info {
    display: block;
}

.payment-form .card-info .card-inputs {
    position: relative;
    width: 100%;
    margin-bottom: 20px;
}

.payment-form .cvv-validDate {
    display: flex;
    -webkit-box-pack: justify;
    justify-content: space-between;
}

.payment-form .cvv-validDate .card-inputs {
    width: 40%;
    margin: 0px 0px 20px;
}

.payment-form .card-info .card-inputs .card-labels {
    color: #a7a7a7;
    font-size: 14px;
    font-weight: 500;
}

.card-info .card-inputs .cardelememt {
    width: 100%;
    border: 0;
    border-bottom: 2px solid #c8ccd4;
    background: none;
    border-radius: 0;
    transition: all 0.15s ease;
    height: 24px;
    margin-top: 10px;
}

.card-info .card-inputs .cardelememt:hover {
    border-bottom: 2px solid #2c8ebf;
}

.card-inputs .cardelememt.StripeElement--focus {
    border-bottom: 2px solid #2c8ebf;
}

.card-inputs .cardelememt.StripeElement--invalid {
    border-bottom: 2px solid #9e2146;
}

.payment-form .submit-section .buy-report-button {
    border: none;
    background: rgb(44, 142, 191);
    border-radius: 10px;
    width: 100%;
    margin: 20px 0px;
    padding: 6px 16px;
    font-size: 0.875rem;
    min-width: 64px;
    box-sizing: border-box;
    transition: background-color 250ms cubic-bezier(0.4, 0, 0.2, 1) 0ms,
        box-shadow 250ms cubic-bezier(0.4, 0, 0.2, 1) 0ms,
        border 250ms cubic-bezier(0.4, 0, 0.2, 1) 0ms;
    outline: transparent auto 0px;
}

.buy-report-button:focus {
    outline: transparent auto 0px;
}

.payment-form .submit-section .buy-report-button:hover {
    box-shadow: 0px 2px 4px -1px rgba(0, 0, 0, 0.2),
        0px 4px 5px 0px rgba(0, 0, 0, 0.14), 0px 1px 10px 0px rgba(0, 0, 0, 0.12);
}

.payment-form .submit-section .buy-report-button .button-prices-section {
    display: flex;
    font-family: regular_bold;
    justify-content: space-between;
    padding: 0px 25px;
    align-items: center;
    width: 100%;
    color: #fff;
}

.payment-form .submit-section .buy-report-button .button-prices-section .price-license-info {
    text-align: left;
}

.payment-form .submit-section .buy-report-button .button-prices-section .price-license-info .license {
    margin: 2px 0px 0px;
    font-size: 12px;
    letter-spacing: 0.83px;
    color: rgb(255, 255, 255) !important;
}

.payment-form .submit-section .buy-report-button .button-prices-section .price-license-info .stripe-price,
.default_usd_currency {
    margin: 0px;
    font-size: 16px;
}

.payment-form .submit-section .buy-report-button .button-prices-section .buy-text-section {
    display: flex;
    align-items: center;
}

#currencySelect,
#currencySelect2 {
    font-family: regular_bold;
}


@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 (min-width: 960px) {

    .checkout-main-container {
        padding: 55px 20px 0px;
    }

    /* checkout header styles */
    /* --checkout-selcet price styles-- */
    .checkout-container .checkout-prices {
        flex-direction: row;
        font-family: regular_medium;
    }

    .checkout-prices .checkoutinfo {
        width: calc(60% - 40px);
        margin: 0px 0px 0px 40px;
    }

    .checkout-prices .checkoutinfo .report-info {
        margin: 0px;
    }

    .checkoutinfo .report-info h4 {
        margin-top: 0px;
    }

    .checkoutinfo .report-info .advantages p {
        width: 50%;
        font-size: 16px;
        font-family: regular_medium;
        margin: 16px 0;
    }

}

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

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

#spinner:not([hidden]) {
    position: relative;
    visibility: visible;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100vh;
}

#spinner::after {
    content: "";
    width: 80px;
    height: 80px;
    border: 2px solid #f3f3f3;
    border-top: 3px solid #f25a41;
    border-radius: 100%;
    will-change: transform;
    animation: spin 1s infinite linear;
}

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

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

.state-loader {
    display: none;
}

.city-loader {
    display: none;
}

.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;
    }
}

.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: #1B5B79;
    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: #1B5B79 !important;
    font-size: 14px !important;
}

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

.instant-access,
.payment-discount-badge {
    background: rgb(229, 37, 99);
    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;
}


@media only screen and (max-width: 960px) {
    .cookiealert {
        width: 100%;
        margin-bottom: 35px !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;
    }
}

/* code test *
  
  /* ==========FOR HTAGS CHANGES============= */
/* h2 {
    font-size: 18px;
    color: rgb(44, 142, 191);
    font-family: regular_bold !important;
  }
  h3 {
    font-family: regular_semibold;
    font-size: 16px;
  }
  .heading-description{
    font-family: regular_semibold;
    font-size: 16px;
  }
  .submit-customize-form-section-title{
    color: #fff;
    text-align: center;
    margin: 20px 0;
    padding: 0 10px;
    width: 100%;
    box-sizing: border-box;
    line-height: 26px;
    font-size: 18px;
    font-family: regular_bold !important;
    font-weight: 500;
  }
  .component h2{
    padding: 10px 0;
    color: #0e7db3;
  }
  .component-2 h2 {
    margin-top: 20px;
  }
  .component-3 > h2 {
    margin-top: 15px;
  }
  .component-3 > p {
    margin-bottom: 12px;
  }
  .component-4 > h2 {
    margin-top: 20px;
  }
  .component-4 > h3 {
    color: rgba(0, 0, 0, 0.87);
    font-family: regular_semibold;
  }
  .component-5 > h3 {
    margin-top: 30px;
    max-width: 750px;
  }
  .figure_ol_list > p{
    margin-bottom: 12px;
  }
  .fixed-customize-form-title{
    font-family: regular_semibold;
    font-size: 16px !important;
    display: block;
  }
  .panel-title {
    margin: 0;
  }
  .customize-toc h2 {
    margin-top: 20px;
  }
  .shares-heading{
    color: #fff;
    display: block;
    width: 50%;
    font-family: regular_semibold;
  }*/
/* Footer partials styles */
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 {
    margin: 0;
    font-size: 16px;
    font-family: 'regular_semibold' !important;
}

@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;
    }

}

/* BUY NOW PAGE IMG CSS */
.buy-now-trusted-images {
    flex: 5;
    display: flex;
    flex-direction: row;
    justify-content: space-evenly;
    align-items: center;
    flex-wrap: wrap;
}

.buy-now-trusted-images-footer {
    flex: 5;
    display: flex;
    gap: 15px;
    flex-wrap: nowrap;
    /* display: none; */
    align-items: center;
}

@media (max-width:959px) {
    .buy-now-trusted-images-footer {
        gap: 30px;
    }
}

/* .gptw-logo-footer{
    display: none;
  } */
.d-b-number {
    color: #fff !important;
}

.buy-now-page-logo {
    width: 100px;
    height: 67px;
}

@media (max-width: 678px) {
    .buy-now-page-logo {
        width: 100px;
        height: 67px;
    }

    .pci-iso-images {
        margin-top: 25px;
    }
}

/* BUY NOW IMG AND ENQUIRY */
.buy-now-enquiry-container {
    display: flex;
    flex-direction: row;
    justify-content: space-evenly;
    gap: 1rem;
    max-width: 1250px;
    margin: 1.5rem auto;
    background-color: #EBF7F88C;
    border-radius: 0.5rem;
    padding: 1rem;
}

.image {
    display: flex;
    align-items: center;
    justify-content: center;
}

.buy-now-have-questions {
    flex: 2;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    gap: 2rem;
}

.buy-now-have-questions div {
    display: flex;
    flex-direction: column;
}

.buy-now-contact-info {
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    align-items: center;
    justify-content: space-evenly;
    flex: 5;
}

.buy-now-contact-info div {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-end;
}

.buy-now-contact-info div span {
    display: flex;
    flex-direction: row;
    justify-content: start;
    align-items: center;
    gap: 0.5rem;
}

.buy-now-contact-info div p {
    font-family: "regular_semibold";
    color: #0070A8;
    margin: 0px 0px;
    text-underline-offset: 5px;
    white-space: nowrap;
}

.buy-now-contact-info div span p {
    margin: 0px 0px;
    font-family: "regular_regular";
    font-size: 18px;
    color: #000;
    letter-spacing: 0.36px;
    white-space: nowrap;
}

.section-wise-price {
    cursor: pointer;
}

.section-wise-price:hover {
    text-decoration: underline;
}

/* BUY NOW CLIENTS AND REVIEW */
.buy-now-clients-and-review-container {
    position: relative;
    top: -100px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 2rem;
    max-width: 1250px;
    margin: auto;
    padding: 0px 10px;
}

.buy-now-clients-heading {
    font-family: "regular_medium";
    font-size: 24px;
    letter-spacing: 0.24px;
}

.buy-now-clients-scroller {
    position: relative;
    width: 100%;
    height: 6rem;
}

.buy-now-clients-scroller-mobile {
    display: none;
}

.outer-overflow-clients-review {
    overflow: hidden;
    width: 100%;
    height: auto;
    /* box-shadow: 0px 5px 20px 0px rgba(0, 0, 0, 0.2); */
}

.buy-now-clients-review {
    position: relative;
    /* Add relative positioning to the parent container */
    width: 45%;
    height: auto;
}

.buy-now-carousel {
    display: flex;
    flex-wrap: nowrap;
    gap: 1rem;
    width: 100%;
    height: 100%;
}

.buy-now-carousel-item {
    flex: 0 0 100%;
    /* Updated for horizontal layout */
    transition: transform 0.5s ease;
    /* Adjusted timing */
    color: #333;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 0.5rem;
    padding: 0.5rem 1rem;
    border: 1px solid #E7EAEC;
    ;
    border-radius: 10px;
}

.buy-now-carousel-item-mobile {
    display: none;
}

.buy-now-carousel-item-img-review {
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 1rem;
}

.buy-now-carousel-item div img {
    flex-shrink: 0;
    width: 80px;
    height: 80px;
    object-fit: contain;
    mix-blend-mode: color-burn;
}

.buy-now-carousel-item-mobile div img {
    flex-shrink: 0;
    width: 80px;
    height: 80px;
    object-fit: contain;
    mix-blend-mode: color-burn;
}

.review-container {
    display: flex;
    flex-direction: column;
    padding: 0.5rem 0px;
}

.short-review,
.full-review {
    overflow-y: auto;
    font-size: 16px;
    font-family: "regular_medium";
    letter-spacing: 0.05em;
    max-height: 6rem;
    margin: 0px;
}

.read-more {
    color: #0070A8;
    cursor: pointer;
}

.buy-now-carousel-item span {
    font-family: "regular_semibold";
    color: #0070A8;
    width: 100%;
    text-align: start;
}

.buy-now-carousel-pagination {
    text-align: center;
    position: absolute;
    width: 100%;
    bottom: -40px;
    left: 0;
}

.dot {
    display: inline-block;
    width: 10px;
    height: 10px;
    background-color: transparent;
    border-radius: 50%;
    border: 1px solid #2C8DBF;
    cursor: pointer;
}

.dot.active {
    background-color: #2C8DBF;
}

.buy-now-clients-scroller-button {
    border: none;
    background-color: transparent;
    cursor: pointer;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
}

.buy-now-clients-scroller-button:focus {
    outline: none;
}

#buy-now-clients-scroller-prevBtn,
#buy-now-clients-scroller-prevBtn-mobile {
    left: -45px;
    /* Position the 'Prev' button on the left */
}

#buy-now-clients-scroller-nextBtn,
#buy-now-clients-scroller-nextBtn-mobile {
    right: -45px;
    /* Position the 'Next' button on the right */
}

.payment-success-top {
    max-height: 500px;
    background-color: #EBF7F88C;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 0.5rem;
    padding: 3rem 0px;
    padding-bottom: 200px;
}

.payment-success-top img {
    height: "90px";
    width: "90px";
}

.payment-success-top div {
    color: #474747;
    text-align: center;
    font-family: "regular_semibold";
    font-size: 28px;
    line-height: 39.969px;
}

.payment-success-top span {
    color: #121212;
    text-align: center;
    font-family: "regular_semibold";
    font-size: 39.969px;
    line-height: 53.293px;
}

.payment-success-bottom {
    max-width: 1250px;
    margin: 0px auto;
    position: relative;
    top: -150px;
    border-radius: 12px;
    background-color: #FFF;
    box-shadow: 0px 13.323px 39.969px 0px rgba(170, 170, 170, 0.12);
}

.payment-success-info-header {
    margin: 0px 2.5rem;
    padding-top: 3.5rem;
    padding-bottom: 2rem;
    display: flex;
    flex-direction: row;
    gap: 1rem;
    border-bottom: 1px solid #EDEDED;
}

.payment-success-info-header div {
    color: #0070A8;
    font-family: "regular_semibold";
    font-size: 22px;
    line-height: 24px;
}

.payment-success-info-header-data h2 {
    color: #000;
    font-family: "regular_bold";
    font-size: 22px;
    letter-spacing: 0.44px;
}

.payment-success-info-header-data p {
    color: rgba(0, 0, 0, 0.55);
    font-family: "regular_medium";
    font-size: 21px;
    letter-spacing: 0.42px;
}

.payment-success-info-details {
    display: flex;
    flex-wrap: wrap;
    row-gap: 1.5rem;
    column-gap: 3rem;
    margin: 0px 2.5rem;
    padding: 3.5rem 0px;
}

.payment-success-info-details div {
    display: flex;
    flex-direction: row;
    width: 30%;
    justify-content: space-between;
}

.payment-success-info-details div span {
    color: #707070;
    font-family: "regular_medium";
    font-size: 22px;
    line-height: 29.977px;
    margin-right: 1rem;
}

.payment-success-info-details div p {
    color: #121212;
    font-family: "regular_semibold";
    font-size: 22px;
    line-height: 29.977px;
    margin: 0px;
    text-align: right;
}

.payment-successful-message {
    max-width: 1250px;
    margin: 0px auto;
    color: rgba(51, 51, 51, 0.55);
    font-family: "regular_medium";
    font-size: 22px;
    line-height: 22px;
    letter-spacing: -0.44px;
    position: relative;
    top: -100px;
}

.payment-success-info-header-mobile {
    display: none;
}

.payment-failed-error {
    background-color: #FFF;
    border-radius: 12px;
    border: 1px solid #E6E5E5;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    padding: 1rem;
    gap: 1rem;
}

.payment-failed-error-message {
    display: flex;
    flex-direction: column;
}

.payment-failed-error-message h2 {
    margin: 0px;
    color: #FF3838;
    font-family: "regular_semibold";
    font-size: 22px;
}

.payment-failed-error-message span {
    color: #000;
    font-family: "regular_medium";
    font-size: 16px;
}

.payment-failed-error-mobile {
    display: none;
}

.pci-logo,
.pci-logo-first {
    display: flex;
    flex-wrap: wrap;
    gap: 0.5rem;
    justify-content: center;
    align-items: center;
}

.pci-logo-mobile {
    display: none;
}

.dnb-logo {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    font-size: 14px;
    font-family: 'Avenir-Medium';
    font-weight: 300;
    letter-spacing: 0.5px;
    text-wrap: nowrap;
}

.dnb-logo span {
    font-size: 12px;
    color: #808080;
    font-family: 'Avenir-Medium';
    font-weight: 300;
    letter-spacing: 0px;
}

.initiate-chat-desktop {
    display: block;
}

@media (960px < width < 1300px) {

    .buy-now-enquiry-container {
        max-width: none;
        margin: 1.5rem 5%;
    }

    .buy-now-clients-and-review-container {
        max-width: 900px;
    }

    .payment-success-bottom {
        max-width: 900px;
    }

    .payment-success-info-details div {
        width: 45%;
        justify-content: space-between;
    }

    .payment-successful-message {
        max-width: 900px;
    }

    .checkout-form {
        max-width: 45vw;
    }

    .order-summary {
        max-width: 40vw;
    }

    .payment-failed-error {
        gap: 0.5rem;
    }

    .payment-failed-error-message h2 {
        font-size: 16px;
    }

    .payment-failed-error-message span {
        font-size: 14px;
    }
}

@media (500px < width < 960px) {
    .checkout-header-wrapper .report-heading h1 {
        font-size: 24px;
    }

    .checkout-header-container .report-heading h2 {
        font-size: 18px;
    }

    .checkout-header-container {
        flex-direction: column !important;
    }

    .buy-now-trusted-images {
        justify-content: start;
        gap: 1.5rem;
        padding: 1rem 0px;
    }

    .buy-now-clients-heading {
        text-align: center;
        padding: 0px 1rem;
    }

    .buy-now-clients-heading {
        text-align: center;
        padding: 0px 1rem;
    }

    .buy-now-clients-scroller {
        width: 85%;
    }

    .buy-now-carousel {
        gap: 0px;
    }

    .buy-now-clients-scroller-mobile {
        display: block;
        position: relative;
        width: 85%;
    }

    .outer-overflow-clients-review {
        width: 80%;
    }

    .buy-now-enquiry-container {
        max-width: none;
        flex-direction: column;
        margin: 1.5rem 5%;
        gap: 1.2rem;
    }

    .buy-now-have-questions {
        flex-direction: column;
        gap: 0.5rem;
        align-items: start;
        margin: auto 10%;
    }

    .buy-now-contact-info {
        display: grid;
        grid-template-columns: 1fr 1fr;
        grid-template-rows: auto;
        gap: 10px;
        flex: 2;
        margin: auto 10%;
    }

    .buy-now-contact-info div {
        align-items: flex-start;
    }

    .outer-overflow-clients-review {
        width: 80%;
    }

    .buy-now-clients-review {
        width: 100%;
    }

    .payment-success-bottom {
        max-width: 600px;
    }

    .payment-success-info-details div {
        width: 100%;
        justify-content: space-between;
    }

    .payment-successful-message {
        max-width: 600px;
    }
}

@media (width < 500px) {
    .checkout-header-wrapper .report-heading h1 {
        font-size: 22px;
    }

    .checkout-header-container .report-heading h2 {
        padding-top: 8px;
        font-size: 18px;
    }

    .checkout-header-container {
        flex-direction: column !important;
    }

    .explore-pricing-container>div>h2 {
        font-family: "regular_semibold";
        font-size: 18px;
        line-height: normal;
        letter-spacing: 0.36px;
    }

    .explore-pricing-container>div>h3 {
        font-size: 16px;
    }

    .buy-now-trusted-images {
        justify-content: start;
        gap: 0.3rem;
        padding: 0px;
    }

    .buy-now-clients-heading {
        text-align: center;
        padding: 0px 1rem;
    }

    .buy-now-clients-scroller {
        width: 80%;
    }

    .buy-now-clients-scroller-mobile {
        display: block;
        position: relative;
        width: 80%;
    }

    .outer-overflow-clients-review {
        width: 100%;
    }

    .buy-now-carousel {
        gap: 0px;
    }

    .buy-now-carousel-item {
        display: none;
    }

    .buy-now-carousel-item-mobile {
        flex: 0 0 100%;
        /* Updated for horizontal layout */
        transition: transform 0.5s ease;
        /* Adjusted timing */
        color: #333;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        padding: 0.5rem;
        border: 1px solid #E7EAEC;
        ;
        border-radius: 10px;
    }

    .buy-now-carousel-item-mobile div span {
        font-family: "regular_semibold";
        color: #0070A8;
        width: 100%;
        text-align: start;
    }

    .buy-now-enquiry-container {
        max-width: none;
        flex-direction: column;
        margin: 1rem;
        gap: 1.2rem;
        position: relative;
        top: -50px;
    }

    .buy-now-have-questions {
        flex-direction: column;
        gap: 0.5rem;
        align-items: start;
        margin: auto 10%;
    }


    .buy-now-contact-info {
        display: flex;
        flex-direction: column;
        align-items: flex-start;
        gap: 1rem;
        flex: 1;
        margin: auto 10%;
    }

    .buy-now-contact-info div {
        align-items: flex-start;
    }

    .outer-overflow-clients-review {
        width: 95%;
    }

    .buy-now-clients-review {
        width: 100%;
    }

    .short-review,
    .full-review {
        overflow-y: auto;
        font-size: 14px;
        font-family: "regular_medium";
        letter-spacing: 0.05em;
        margin: 0px;
    }

    .payment-success-top {
        gap: 0.3rem;
        padding-bottom: 100px;
    }

    .payment-success-top img {
        height: "80px";
        width: "80px";
    }

    .payment-success-top div {
        font-size: 22px;
    }

    .payment-success-top span {
        font-size: 28px;
    }

    .payment-success-bottom {
        margin: 1rem;
        top: -100px;
    }

    .payment-success-info-header {
        display: none;
    }

    .payment-success-info-header-mobile {
        margin: 0px 1rem;
        padding-top: 1.5rem;
        padding-bottom: 1rem;
        display: flex;
        flex-direction: column;
        gap: 1rem;
        border-bottom: 1px solid #EDEDED;
    }

    .payment-success-info-header-mobile-heading {
        display: flex;
        flex-direction: row;
        align-items: center;
        gap: 10px;
    }

    .payment-success-info-header-mobile-heading span {
        color: #0070A8;
        font-family: "regular_semibold";
        font-size: 20px;
        line-height: 24px;
    }

    .payment-success-info-header-data {
        display: flex;
        flex-direction: column;
    }

    .payment-success-info-header-data h2 {
        color: #000;
        font-family: "regular_bold";
        font-size: 16px;
        letter-spacing: 0.32px;
    }

    .payment-success-info-header-data p {
        color: rgba(0, 0, 0, 0.55);
        font-family: "regular_medium";
        font-size: 14px;
        letter-spacing: 0.28px;
    }

    .payment-success-info-details {
        row-gap: 0.8rem;
        margin: 0px 1rem;
        padding: 1.5rem 0px;
    }

    .payment-success-info-details div {
        display: flex;
        justify-content: space-between;
        flex-direction: row;
        width: 100%;
    }

    .payment-success-info-details div span {
        font-size: 16px;
        line-height: 29.977px;
    }

    .payment-success-info-details div p {
        font-size: 16px;
    }

    .payment-successful-message {
        display: none;
    }

    .payment-failed-error {
        display: none;
    }

    .payment-failed-error-mobile {
        position: relative;
        background-color: #FFF;
        border-radius: 12px;
        border: 1px solid #E6E5E5;
        display: flex;
        flex-direction: column;
        justify-content: space-between;
        align-items: center;
        padding: 1rem;
        gap: 0.5rem;
    }

    .payment-failed-error-message-mobile {
        display: flex;
        flex-direction: row;
        width: 100%;
        gap: 0.5rem;
    }

    .payment-failed-error-message-mobile h2 {
        color: #FF3838;
        font-family: "regular_semibold";
        font-size: 16px;
        margin: 0px;
    }

    .payment-failed-error-mobile span {
        color: rgba(0, 0, 0, 0.55);
        font-family: "regular_medium";
        font-size: 14px;
        padding: 0.2rem;
    }

    .payment-failed-error-mobile-close {
        position: absolute;
        top: 10px;
        right: 10px;
    }

    .dnb-logo {
        font-size: 10px;
    }

    .dnb-logo span {
        font-size: 8px;
    }

    .pci-logo {
        display: none;
    }

    .pci-logo-mobile {
        display: flex;
        gap: 5px;
        flex-wrap: wrap;
        justify-content: flex-start;
        align-items: center;
    }

    .initiate-chat-desktop {
        display: none !important;
    }
}

#currencySelect option,
#currencySelect2 option {
    border: 1px solid #2C8DBF !important;
}

option {
    background-color: #fff !important;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1) !important;
}
/*----- Buy Now VWO changes------- */

.price-dropdown-pci{
    max-width: none !important;
    width: 220px !important;
}
.label-and-selector {
    display: flex;
    align-items: center;
}
#priceCurrencyNotice {
    text-align: right;
    flex: auto;
    margin-right: 13px;
    color: #c34949;
    font-size: 15px;
    font-family: 'regular_bold';
}
label.selectedCurrencyLabel, label.customizable_plans {
    font-size: 14px;
    font-family: 'regular_bold';
    color: #c34949;
    padding: 0;
    text-align: left;
    border-radius: 11px;
    margin-bottom: .5rem;
}
.price-wrapper{
    justify-content: normal !important;
}
.price-wrapper>ul{
    min-height: 200px;
}
.lblCurrencyNoticePricing {
    display: inline-block;
    font-size: 15px;
    font-family: 'regular_bold';
    color: #c34949;
    background-color: #feffe3;
    padding: 5px 27px;
    margin-top: 14px;
    border-radius: 15px;
    width: 92%;
    text-align: center;
}
.secure-payment-card {
    margin-top: 30px !important;
}
.grand-total p {
    color: #c34949;
}
.styled-dropdown {
    position: relative;
}

@media(max-width:991px){
    .price-selection-container {
        top: -30px;
    }
    .buy-now-clients-and-review-container{
        top: -10px
    }
    .pci-logo-mobile {
        display: none;
    }
    .secure-payment-card{
        margin-top: 0 !important;
    }
    .lblCurrencyNoticePricing{
        margin: 0 auto !important;
        margin-top: 20px !important;
    }
    .explore-pricing-container{
        display: flex;
        flex-direction: column;
        gap: 10px;
    }
    .label-and-selector {
        flex-direction: column;
        gap: 10px;
        align-items: start;
    }
    .checkout-wrapper{
        margin-top: 50px !important;
    }

}
@media only screen and (max-width: 500px) {
    .explore-pricing-container {
        gap: 15px;
    }
    .price-dropdown-pci {
        max-width: none !important;
        width: 100% !important;
    }

}
@media(min-width:720px) and (max-width:991px){
    .explore-pricing-container {
        flex-direction: row;
        align-items: center;
    }
    .secure-payment-card {
        margin-top: 40px !important;
    }
    .lblCurrencyNoticePricing {
        margin-top: 10px !important;
    }
    .label-and-selector{
        align-items: center;
    }
}
@media(max-width:480px){
    .checkout-form {
        margin-top: 100px;
    }
}
#currencySelect{
    width: 100px;
}

.cc-tlds-nav a{
    font-size: 14px !important;
}