:root {
    --o-gray: #333E47;
    --o-yellow: #fedc4a;
    --o-warm-gray: #988f86;
    --o-dark-gray: var(--o-dark-gray);
    --o-red: #d65050;
}

h1 {
    font-size: 40px !important
}

h2 {
    font-size: 30px !important
}

h3 {
    font-size: 25px !important
}

h3.widget-title {
    font-size: 11px !important
}

a.btn {
    position: relative;
    display: inline-block;
    font-size: 13px;
    line-height: 24px;
    font-weight: 700;
    padding: 12px 34px;
    color: #fff;
    text-transform: uppercase;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
    /* -webkit-appearance: button; */
    cursor: pointer;
    line-height: inherit;
    margin: 0;
    text-align: center;
    border: 1px solid;
}

a.btn-sm {
    padding: 5px 10px;
    font-size: 12px;
    line-height: 1.5;
}

a.btn,
a.btn.btn-sm,
.btn,
.btn.btn-sm {
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -o-border-radius: 3px;
    border-radius: 0px;
}

.btn.disabled,
a.disabled {
    pointer-events: none;
    opacity: .65;
}

.o-form-control {
    border-radius: 0px;
    background-color: #fff !important;
    color: #323e47 !important;
    border: 1px solid #323e47 !important;
    outline: none;
    font-size: 17px !important;
    font-family: MontserratReg;
    max-height: 41px;
    padding: 3px 3px;
    width: 100%;
    transition: 0.3s;
    padding-left: 1.5rem;
    padding-right: 1.5rem;
}

.o-form-control:focus {
    background-color: rgb(50, 62, 71) !important;
    color: #fff !important;
}

.o-form-control.o-form-control-with-icon {
    padding-left: 55px !important;
}

.o-form-control-icon {
    position: relative;
    right: -20px;
    top: -32px;
    font-size: 16pt !important;
    color: #767676;
    opacity: .6;
}

.row .no-float {
    display: table-cell;
    float: none;
}

.pr-5 {
    padding-right: 1.25rem !important;
}

.pr-4 {
    padding-right: 1rem !important;
}

.pr-3 {
    padding-right: .75rem !important;
}

.pr-2 {
    padding-right: .5rem !important;
}

.pr-1 {
    padding-right: .25rem !important;
}

.pr-0 {
    padding-right: 0 !important;
}

.pl-5 {
    padding-left: 1.25rem !important;
}

.pl-4 {
    padding-left: 1rem !important;
}

.pl-3 {
    padding-left: .75rem !important;
}

.pl-2 {
    padding-left: .5rem !important;
}

.pl-1 {
    padding-left: .25rem !important;
}

.pl-0 {
    padding-left: 0 !important;
}

.pl-5 {
    padding-left: 1.25rem !important;
}

.pl-4 {
    padding-left: 1rem !important;
}

.pl-3 {
    padding-left: .75rem !important;
}

.pl-2 {
    padding-left: .5rem !important;
}

.pl-1 {
    padding-left: .25rem !important;
}

.pl-0 {
    padding-left: 0 !important;
}

.pt-5 {
    padding-top: 1.25rem !important;
}

.pt-4 {
    padding-top: 1rem !important;
}

.pt-3 {
    padding-top: .75rem !important;
}

.pt-2 {
    padding-top: .5rem !important;
}

.pt-1 {
    padding-top: .25rem !important;
}

.pt-0 {
    padding-top: 0 !important;
}

.pb-5 {
    padding-bottom: 1.25rem !important;
}

.pb-4 {
    padding-bottom: 1rem !important;
}

.pb-3 {
    padding-bottom: .75rem !important;
}

.pb-2 {
    padding-bottom: .5rem !important;
}

.pb-1 {
    padding-bottom: .25rem !important;
}

.pb-0 {
    padding-bottom: 0 !important;
}

.mb-5 {
    margin-bottom: 1.25rem !important;
}

.mb-4 {
    margin-bottom: 1rem !important;
}

.mb-3 {
    margin-bottom: .75rem !important;
}

.mb-2 {
    margin-bottom: .5rem !important;
}

.mb-1 {
    margin-bottom: .25rem !important;
}

.mb-0 {
    margin-bottom: 0 !important;
}

.mt-5 {
    margin-top: 1.25rem !important;
}

.mt-4 {
    margin-top: 1rem !important;
}

.mt-3 {
    margin-top: .75rem !important;
}

.mt-2 {
    margin-top: .5rem !important;
}

.mt-1 {
    margin-top: .25rem !important;
}

.mt-0 {
    margin-top: 0 !important;
}

.btn.btn-md {
    padding: 8.5px 34px;
}

.btn-o-gray-outline {
    background-color: transparent;
    border-color: var(--o-gray);
    color: var(--o-gray);
    text-transform: uppercase;
}

.btn-o-gray-outline:hover {
    background-color: var(--o-gray);
    color: white;
}

.btn-o-gray {
    background-color: var(--o-gray);
    border-color: var(--o-gray) !important;
    color: white;
    text-transform: uppercase;
}

.btn-o-gray:hover {
    background-color: transparent;
    border-color: var(--o-gray);
    color: var(--o-gray);
}

a.btn-o-yellow,
.btn-o-yellow {
    background-color: var(--o-yellow) !important;
    border-color: var(--o-yellow) !important;
    color: var(--o-gray) !important;
    text-transform: uppercase;
}

a.btn-o-yellow:hover,
.btn-o-yellow:hover {
    background-color: transparent;
    color: var(--o-yellow);
}

a.btn-o-yellow-dark,
.btn-o-yellow-dark,
.roll-button.cart-button {
    font-family: MontserratBold !important;
    background-color: var(--o-yellow);
    border-color: var(--o-yellow) !important;
    color: var(--o-gray);
    text-transform: uppercase;
}

a.btn-o-yellow-dark:hover,
.btn-o-yellow-dark:hover {
    background-color: transparent;
    color: var(--o-gray);
}

.btn-o-warm-gray {
    background-color: var(--o-warm-gray);
    border-color: var(--o-warm-gray);
    color: white;
    text-transform: uppercase;
}

.btn-o-warm-gray:hover {
    background-color: transparent;
    color: var(--o-warm-gray);
}

.btn {
    font-family: MontserratBold !important;
}

.bg-o-gray {
    background-color: var(--o-gray) !important;
    color: white !important;
}

.bg-o-yellow {
    background-color: var(--o-yellow) !important;
    color: var(--o-gray) !important;
}

.bg-o-yellow hr {
    border-top-color: var(--o-gray) !important;
}

.card {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    min-width: 0;
    word-wrap: break-word;
    background-color: #fff;
    background-clip: border-box;
    border: 1px solid rgba(0, 0, 0, .125);
    border-radius: 0;
}

.card-header {
    padding: 3rem;
    margin-bottom: 0;
    background-color: rgba(0, 0, 0, .03);
    border-bottom: 1px solid rgba(0, 0, 0, .125);
}

.card-body {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    padding: 3rem;
}

.card-title {
    margin-bottom: .75rem;
}

.card-subtitle {
    margin-top: -.375rem;
    margin-bottom: 0;
}

@media only screen and (max-width: 992px) {
    .btn-md-block {
        display: block;
        width: 100%;
    }
}

.content-plain {
    padding: 70px 220px;
}

.float-right {
    float: right;
}

.float-left {
    float: left;
}

.obg-back-btn {
    background-color: #e9e9e9;
    color: var(--o-dark-gray) !important;
    font-weight: 600;
    border-radius: 0px;
    font-size: 16px !important;
    position: relative;
    border: none;
    top: 5px;
    text-transform: uppercase;
    width: 100%;
    font-family: MontserratMedium !important;
    white-space: nowrap
}

.obg-back-btn:hover {
    color: var(--o-dark-gray) !important;
    background-color: #e9e9e9;
}

.button-next,
.obg-btn-verify,
.obg-btn-verify-cg {
    background-color: #fedc4a;
    color: black !important;
    font-weight: 600;
    border-radius: 0px;
    font-size: 17px;
    position: relative;
    border: none;
    top: 4px;
    text-transform: uppercase;
    width: 100%;
    padding: 14px;
    font-family: MontserratMedium !important;
}

.button-next:hover,
.obg-btn-verify:hover,
.obg-btn-verify-cg:hover {
    background-color: #212b33;
    color: white !important;
    font-weight: 600;
    border-radius: 0px;
    font-size: 17px;
    position: relative;
    border: none;
    top: 4px;
    /* text-transform: none; */
}

.bg-obg-dark {
    background-color: #333E47;
}

.bg-o-dark {
    background-color: #333E47;
}

.bg-obg-dark * {
    color: #fff !important;
}

.bg-obg-dark h1 {
    color: #fedc4a !important;
}

.obg-back-btn-yellow {
    background-color: #fedc4a;
    color: var(--o-dark-gray) !important;
    padding: 14px;
    padding-right: 14px;
    font-weight: 600;
    border-radius: 0px;
    font-size: 17px;
    text-transform: uppercase;
}

.obg-btn-yellow {
    font-family: Montserrat;
    background-color: #fedc4a;
    border-color: #fedc4a;
    color: var(--o-dark-gray) !important;
    padding: 18px;
    padding-right: 26px;
    font-weight: 600;
    border-radius: 0px;
    font-size: 17px;
    text-transform: uppercase;
    width: 100%;
}

.obg-btn-yellow-pad {
    font-family: Montserrat;
    background-color: #fedc4a;
    border-color: #fedc4a;
    color: var(--o-dark-gray) !important;
    padding-top: 5px;
    padding-bottom: 5px;
    font-weight: 600;
    border-radius: 0px;
    font-size: 17px;
    width: 100%;
    text-transform: uppercase;
}

.p-title {
    font-size: 18px;
    font-family: Montserrat;
    font-weight: bold;
}

.p-header {
    font-size: 22px;
    font-family: Montserrat;
    font-weight: bold;
    color: black;
}

.p-regular {
    font-size: 14px;
    font-family: Montserrat;
    font-weight: bold;
}

.p-medium {
    font-size: 16px;
    font-family: Montserrat;
    font-weight: bold;
}

.p-bold {
    font-size: 16px;
    font-family: MontserratBold !important;
    font-weight: bold;
}

.p-muted-reg {
    color: gray;
    font-size: 14px;
    font-family: Montserrat;
}

.p-muted {
    color: gray;
    font-size: 14px;
    font-family: Montserrat;
    font-weight: bold;
}

.table-o-borderless {
    border: none;
}

.table-o-borderless th {
    color: gray;
    font-size: 14px;
    font-family: MontserratReg !important;
    font-weight: bold;
}

.table-o-borderless td {
    font-size: 14px;
    font-weight: bold;
}

.table-o-borderless th,
td,
tr {
    font-family: Montserrat;
    font-weight: bold;
    border: none;
    text-align: left;
    padding-left: 0px;
}

.obg-a-link {
    font-size: 14px;
    color: #009fda;
    font-weight: bold;
}

.obg-ul-muted {
    font-size: 14px;
    color: grey;
    font-weight: bold;
}

.content-header-title {
    margin-top: -30px;
    font-size: 60px !important;
    color: var(--o-yellow) !important;
}

.content-header-desc,
.content-plain-desc,
.content-plain-subtitle {
    color: #fff;
    font-size: 16px;
    padding-right: 50px;
}

.content-area .post-wrap {
    padding-right: 0px !important;
}

.obg-search-input::-webkit-input-placeholder {
    color: black !important;
    font-weight: 700;
}

.obg-search-input::-moz-placeholder {
    color: black !important;
    font-weight: 700;
}

.obg-search-input::-ms-placeholder {
    color: black !important;
    font-weight: 700;
}

.obg-search-input::placeholder {
    color: black !important;
    font-weight: 700;
}

.obg-plus {
    border: 1px solid var(--o-dark-gray);
    border-radius: 50px;
    padding: 5px 15px;
    background-color: var(--o-dark-gray);
    display: inline-block;
}

.obg-plus {
    border: 1px solid #212b33;
    border-radius: 50px;
    padding: 5px 10px;
    background-color: #212b33;
    display: inline-block;
    margin-top: 5px;
}

.obg-plus .o,
.obg-plus .p {
    display: inline-block;
    font-size: 18px;
    position: relative;
}

.obg-plus .o {
    font-family: Lora;
    color: #fff;
}

.obg-plus .p {
    font-family: LoraItalic;
    color: #fedc4a;
    left: -3px;
}

.btn-more {
    background-color: var(--o-yellow);
    color: var(--o-dark-gray);
    padding: 12px 35px;
    font-size: 35px;
    font-family: LoraBold !important;
    border: 1px solid var(--o-yellow);
    border-radius: 10px;
    text-transform: uppercase;
}

.btn-more:hover {
    background-color: #ffffff;
    border: 1px solid var(--o-dark-gray);
}


/* some button classes */

.btn-obg-yellow-outline {
    background-color: rgba(0, 0, 0, 0);
    color: #fedc4a;
    border: 1px solid #fedc4a;
    border-radius: 0px;
    padding: 2px 10px;
    font-family: MontserratMedium;
    padding: 10px 20px;
    transition: 0.2s;
    font-size: 16px;
    text-transform: uppercase;
}

.btn-obg-yellow-outline:focus {
    background-color: rgba(241, 195, 0, 0.1);
    text-decoration: none;
    color: #fedc4a;
}

.btn-obg-yellow-outline:hover {
    background-color: rgba(241, 195, 0, 0.1);
    text-decoration: none;
    color: #fedc4a;
}

.btn-obg-yellow-outline-alt {
    background-color: rgba(0, 0, 0, 0);
    color: #263246;
    border: 1px solid #263246;
    background: #fed630;
    border-radius: 0px;
    padding: 2px 10px;
    font-family: MontserratMedium;
    padding: 10px 20px;
    transition: 0.2s;
    font-size: 16px;
    text-transform: uppercase;
}

.btn-obg-yellow-outline-alt:focus {
    background-color: #fed630;
    text-decoration: none;
    color: #263246;
}

.btn-obg-yellow-outline-alt:hover {
    background-color: #fed630;
    text-decoration: none;
    color: #263246;
}

.text-o-danger {
    color: var(--o-red) !important;
}

.text-o-yellow {
    color: var(--o-yellow) !important;
}

.text-o-dark-gray {
    color: var(--o-dark-gray) !important;
}

.text-o-gray {
    color: var(--o-gray) !important;
}


/* override submit form button */

.wpcf7-form-control.wpcf7-submit {
    border-color: #212b33;
    background-color: #212b33;
    width: auto;
    padding: 5px 15px;
    font-family: 'Montserrat';
    text-transform: capitalize;
    border-radius: 0px;
    text-transform: uppercase !important;
}


/* Main Menu CSS Start */

#mega-menu-wrap-primary {
    clear: none !important;
    margin-top: 53px !important;
}


/* Sweet alert 2 */

.swal2-content {
    font-size: 10em !important;
}

.swal2-title {
    font-size: 3em !important;
}

.swal2-html-container {
    font-size: 1.85em !important;
}

.swal2-confirm.swal2-styled,
.swal2-deny.swal2-styled,
.swal2-cancel.swal2-styled {
    font-size: 1.5em !important;
    font-family: MontserratBold;
    border-radius: 0 !important;
    padding: 12px 34px !important;
}

.swal2-confirm.swal2-styled:focus,
.swal2-deny.swal2-styled:focus,
.swal2-cancel.swal2-styled:focus {
    box-shadow: none !important;
}

.swal2-confirm.swal2-styled {
    background-color: var(--o-yellow) !important;
    color: black !important;
}

.swal2-cancel.swal2-styled {
    background-color: var(--o-gray) !important;
}

.swal2-deny.swal2-styled {
    background-color: var(--o-gray) !important;
}

.swal2-popup.swal2-modal {
    width: 35vw;
}

.swal2-loader {
    width: 5.5em !important;
    height: 5.5em !important;
    border-width: .85em !important;
    border-color: var(--o-yellow) transparent var(--o-yellow) transparent !important;
}

.swal2-actions.swal2-loading {
    margin-bottom: 1em !important;
}

.swal2-container {
    z-index: 999999 !important;
}

.swal2-modal {
    padding: 20px;
}


/* Toastr */

.toast-message {
    font-family: MontserratBold !important;
}

.toast-top-right {
    top: 100px !important;
}

.list-header {
    border-bottom: 0.25px solid #707070;
    width: 100%;
}

#mainnav {
    width: 1700px;
    margin-top: -10px;
}


/* .cart-badge{
    display: inline-block;
    min-width: 10px;
    padding: 3px 7px;
    font-size: 12px;
    font-weight: 700;
    line-height: 1;
    color: #000;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    background-color: #fedc4a;
    border-radius: 10px;
    position: absolute;
    right: 0;
} */

input[type="checkbox"]:checked~.paywall-modal,
input[type="checkbox"]:checked~.paywall-modal-background {
    display: block;
}

.paywall-modal-background {
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    position: fixed;
    top: 0;
    left: 0;
    display: block;
    z-index: 99998;
    backdrop-filter: blur(5px);
}

.paywall-modal {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    display: block;
    width: 1000px;
    height: fit-content;
    background-color: #fff;
    box-sizing: border-box;
    z-index: 99999;
}

.paywall-modal>p {
    padding: 15px;
    margin: 0;
}

.paywall-modal-header {
    background-color: var(--o-gray);
    border-bottom: 1px solid #dddddd;
    box-sizing: border-box;
    height: 50px;
    text-align: center;
}

.paywall-modal-header>label {
    color: #fff;
}

.paywall-modal-header h3 {
    margin: 0;
    box-sizing: border-box;
    padding-left: 15px;
    line-height: 50px;
    color: var(--o-yellow);
    font-size: 26px;
    display: inline-block;
}

.paywall-modal-header label {
    box-sizing: border-box;
    border-left: 1px solid #dddddd;
    float: right;
    line-height: 50px;
    padding: 0 15px 0 15px;
    cursor: pointer;
}

.paywall-modal-header label:hover img {
    opacity: 0.6;
}

.paywall-modal-content {
    padding: 20px;
}


/* below is optional, it is just an example for the blue button */

.example-label {
    box-sizing: border-box;
    display: inline-block;
    padding: 10px;
    background-color: #375d91;
    color: #f9f9f9;
    font-size: 12px;
    font-weight: bold;
    cursor: pointer;
}

.example-label:hover {
    background-color: #3c669f;
}

ul li {
    font-family: "MontserratReg";
}

.text-center {
    text-align: center;
}

.paywall-icon {
    background-color: #fed100;
    border-radius: 50px;
    padding: 4px 6px;
}

.suitable li {
    padding-top: 10px;
    font-size: 16px !important;
}

.paywall-icon ion-icon {
    position: relative;
    top: 2px;
}

#paywall {
    display: none;
}

.research_filters button {
    float: none;
    position: static;
    margin-top: 21px;
    margin-left: 136px;
    font-size: 14px;
    padding: 8px 20px;
    width: 105%;
    height: 45px;
}

.card.card-slider-mobile {
    border: none !important;
}

.card.card-slider-mobile .card-body {
    padding: 1rem;
}

.ad-slide {
    position: fixed;
    top: 0;
    z-index: 99998;
    background: rgba(255, 255, 255, 0);
    width: 100vw;
    height: 100vh;
    right: -100vw;
}

.ad-slide a img {
    position: absolute;
    z-index: 99999;
    height: 100vh;
    right: 0;
}

.popup-img {
    width: 100%;
}


/*.ad-popup-parent {
    width: 1200px;
    max-width: 1200px;
}*/

.btn-continue {
    position: absolute;
    right: 0%;
}

.close-modal {
    display: none !important;
}

.widget-area {
    border: none;
    padding-top: 0px !important;
    margin-top: -15px;
}

.widget-area .widget ul li {
    padding: 0px !important;
}

.custom-next,
.custom-prev {
    position: relative !important;
    border: 1px solid gray !important;
    color: #000 !important;
    font-size: 22px !important;
    padding: 15px !important;
}

.custom-next i {
    position: relative;
    top: -10px;
    left: -2px;
}

.custom-prev i {
    position: relative;
    top: -10px;
    left: -5px;
}

.custom-next:hover,
.custom-prev:hover {
    color: #fff !important;
    background-color: #000 !important;
}

.custom-next:before,
.custom-prev::before {
    display: none;
}

.custom-next {
    left: 0;
    bottom: 0
}

.custom-prev {
    right: 0;
    bottom: 0
}

.dots-container {
    position: relative;
    top: 23px !important;
    right: 40px;
}

.dots-container .slick-dots {
    width: fit-content;
    right: inherit;
}

.arrows-container {
    display: flex;
    justify-content: flex-end;
    margin-top: 10px;
}

.slick-dots li.slick-active button:before {
    color: #fedc4a !important;
    transition: 0.7s;
}

.slick-dots li button::before {
    font-size: 20px !important;
    left: -5px;
    top: -13px !important;
}

.slick-dots li {
    margin-left: 5px !important;
}

.slick-dots li button:hover:before,
.slick-dots li button:focus:before {
    color: #fedc4a !important;
}

.slick-prev {
    left: -5px !important;
}

.local-test-report-banner img {
    display: block;
    margin-left: auto;
    margin-right: auto;
}

#sidebar-footer {
    padding-top: 50px !important;
}

.explore-research-ad-container .local-explore-research-banner img {
    display: block;
    margin-left: auto;
    margin-right: auto;
}

@media only screen and (max-width: 1024px) {
    .btn-menu {
        position: relative;
       /* top: 30px; */
    }
    .mega-menu-link {
        color: #fff !important;
    }
    .research_filters button {
        padding: 8px 15px;
    }
}

@media only screen and (max-width: 768px) {
    .btn-menu {
        position: relative;
        /* top: 130px; */
    }
    .site-logo {
        float: left;
    }
    .ad-popup-parent {
        width: 100%;
        max-width: 100vw;
    }
}

.paywall-header-content {
    font-size: 24px;
    line-height: auto !important;
}

@media only screen and (max-width: 540px) {
    .btn-menu {
        position: static;

    }
    .paywall-modal {
        width: 90% !important;
        max-height: 90%;
        overflow-y: auto;
    }
    .paywall-modal-header h3,
    .paywall-header-content-body,
    .paywall-header-content {
        line-height: auto !important;
        font-size: 15px !important;
    }
    .paywall-modal .paywall-modal-content div div .suitable {
        columns: 1 !important;
        -webkit-columns: 1 !important;
        -moz-columns: 1 !important;
        padding-inline-start: 10px !important;
    }
    #paywall-close {
        display: block !important;
    }
}

@media only screen and (min-width: 769px) and (max-width: 1024px) {
    .nav-container {
        padding-top: 25px;
    }
}

@media only  screen and (min-width: 1025px) and (max-width: 1600px) {
    .content-header,
    .content-plain,
    #search-contact-container {
        padding: 100px 120px !important;
    }
}

.text-uppercase-important {
    text-transform: uppercase !important;
}


/* For checkout */

.woocommerce-input-wrapper input {
    border-radius: 0px;
    background-color: #fff !important;
    color: #323e47 !important;
    border: 1px solid #323e47 !important;
    outline: none;
    font-size: 17px !important;
    font-family: MontserratReg;
    max-height: 50px;
    padding: 3px 3px;
    width: 100%;
    transition: 0.3s;
    padding-left: 1.5rem;
    padding-right: 1.5rem;
}

.woocommerce-input-wrapper .select2 .select2-selection,
.woocommerce-input-wrapper textarea {
    border: 1px solid #323e47 !important;
}

@media only screen and (max-width: 1024px) {
    .site-logo {
        margin-top: 0px !important;
    }
}
@media only screen and (max-width: 768px) {
    
    .obg-textarea {
        width: 90%;
        height: 100px;
        background: white;
        border: none;
        border-bottom: 2px solid #707070;
        font-size: 16px;
        font-family: 'MontserratMedium';
        color: black;
        resize: none;
    }
    /* Featherlight */
    body .featherlight .featherlight-content {
        background: white;
        width: 81%;
        height: 75%;
        overflow: auto;
        z-index: 9999;
    }
    .featherlight:last-of-type {
        background: rgb(61 61 61 / 80%);
    }
    .featherlight-close-icon {
        display: none;
    }
    .row-flex {
        display: flex !important;
        flex-wrap: wrap !important;
    }
    .report-title p {
        font-size: 16px;
        font-family: MonserratReg;
        color: #fff !important
    }
}

.search-post-type {
    color: #8E8E8E;
    font-family: LoraBold;
    font-size: 16px;
}


/* Events page */

@media only screen and (max-width: 1440px) {
    .o-cal-filter {
        width: 100% !important;
    }
}

.mec-event-time {
    font-size: 16px !important;
    font-weight: bold;
}

.report-container.sidebar-report {
    width: 300px;
}

#secondary {
    padding-left: 60px;
}

.hl-title .obg-plus {
    padding: 0px 10px;
    height: 35px;
}

.hl-title .obg-plus .o,
.hl-title .obg-plus .p {
    top: -5px;
}

#search-contact-container textarea::-webkit-input-placeholder {
    color: #bfcaca;
    padding-left: 20px;
}

#search-contact-container textarea:-moz-placeholder {
    /* Firefox 18- */
    color: #bfcaca;
    padding-left: 20px;
}

#search-contact-container textarea::-moz-placeholder {
    /* Firefox 19+ */
    color: #bfcaca;
    padding-left: 20px;
}

#search-contact-container textarea:-ms-input-placeholder {
    color: #bfcaca;
    padding-left: 20px;
}

#search-contact-container textarea::placeholder {
    color: #bfcaca;
    padding-left: 20px;
}

.hidden {
    display: none;
}

.hidden-by-opacity {
    opacity: 0;
    pointer-events: none !important;
}


/** Progress Bar **/

.progressbar {
    counter-reset: step;
}

.progressbar li {
    list-style-type: none;
    width: 31.333%;
    float: left;
    font-size: 1em;
    position: relative;
    text-align: center;
    /*text-transform: uppercase;*/
    color: #7d7d7d;
}

.progressbar li:before {
    width: 3em;
    height: 3em;
    content: counter(step);
    counter-increment: step;
    line-height: 2.8em;
    border: 4px solid #7d7d7d;
    display: block;
    text-align: center;
    margin: 0 auto 10px auto;
    border-radius: 50%;
    background-color: white;
    font-size: 2em;
    font-weight: bold;
}

.progressbar li:after {
    width: 100%;
    height: 4px;
    content: '';
    position: absolute;
    background-color: #7d7d7d;
    top: 3em;
    left: -50%;
    z-index: -1;
}

.progressbar li:first-child:after {
    content: none;
}

.progressbar li.active {
    color: var(--o-dark-gray);
}

.progressbar li.active:before {
    border-color: var(--o-yellow);
}

.progressbar li.active+li:after {
    background-color: var(--o-yellow);
}

label,
.cart-summary-body,
.card {
    font-family: "MontserratReg";
}

.card .card-title,
.card .card-header {
    font-family: "MontserratBold";
}

@media only screen and (max-width: 992px) {
    .section-with-left-logo .logo {
        display: none;
    }
}

.section-with-left-logo {
    position: relative;
    overflow: hidden;
}

.section-with-left-logo .logo {
    position: absolute;
    margin-top: 3%;
    left: 0;
    margin-left: -10%;
}

.report-article-nav-container {
    background-color: #f7f7f7;
}

.btn-multi-select {
    font-size: 18px !important;
    border: 1px solid #000;
    background-color: #fff;
    color: #000;
    font-weight: normal;
    width: 100%;
    font-family: MontserratMedium;
}

.multiselect-container.dropdown-menu {
    width: 100%;
    max-height: 550px;
    overflow-y: auto;
}

.multiselect-option.dropdown-item {
    font-size: 16px;
    padding: 10px 20px;
}

.multiselect-native-select .btn-group {
    width: 100%;
}

.dropdown-item.multiselect-all {
    font-size: 16px;
    padding: 10px 20px;
}

#explore-research-related-content {
    background-color: #f0f0f0;
}

.related-content-list h5 {
    font-family: LoraBold;
}

.related-content-list ul {
    margin-top: -20px;
    list-style-type: none;
    padding: 0;
}

.related-content-list .list-header {
    padding: 5px 0px;
    border-color: #d4d4d4;
    font-family: LoraReg;
}

.related-content-list .list-header a {
    color: #000;
    font-size: 20px;
}

.related-content-list .list-header .icon {
    background-color: #fedc4a;
    border-radius: 25px;
    padding: 3px;
    color: #000;
    margin-top: 7px;
    float: right;
    font-size: 15px;
    margin-bottom: -5px
}

.related-content-sidebar {
    clear: both;
}

#menu-main-extension #menu-item-search .menu-item-search-textbox {
    border-color: #323e47 !important;
}

#menu-main-extension #menu-item-search .menu-item-search-textbox::placeholder {
    color: #323e47 !important;
}

::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
    border-radius: 10px;
    background-color: #F5F5F5;
}

::-webkit-scrollbar {
    width: 12px;
    background-color: #F5F5F5;
}

::-webkit-scrollbar-thumb {
    border-radius: 10px;
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, .3);
    background-color: #555;
}

.ppcp-dcc-order-button {
    background-color: var(--o-gray) !important;
}

.wpcf7-form-control.wpcf7-submit {
    text-transform: uppercase !important;
}


/*.hl-title a:hover {
    color: #009fda !important
}*/

.hr-list {
    list-style: none;
    flex-wrap: wrap;
    display: flex;
    padding: 0;
    margin: 0;
}

.hr-list li.hr-list-item {
    flex: 1 0 25%;
    padding: 0px;
    margin-right: 40px;
    color: #fff;
}

.mark,
mark {
    background-color: #fedc4a !important;
    padding-left: 0 !important;
    padding-right: 0 !important;
}

.awselect .front_face .icon svg {
    width: 12px;
    height: 12px;
}

button[name="apply_coupon"] {
    padding: 12px 10px;
}

a.o-title-link:hover {
    color: #fedc4a !important;
}

.license-disabled {
    pointer-events: auto !important;
    cursor: help;
}

.license-disabled:hover {
    background-color: var(--o-yellow);
}


/* Mobile and Web Browser */

@media only screen and (max-width: 1920px) {
    .research_filters button {
        height: 49px;
        margin-top: 24px;
        font-size: 17px;
    }
}

@media only screen and (max-width: 1680px) {
    .research_filters button {
        height: 49px;
        margin-top: 24px;
        font-size: 17px;
    }
}

@media only screen and (max-width: 1600px) {
    .research_filters button {
        height: 43px;
        margin-top: 21px;
        font-size: 14px;
    }
}

@media only screen and (max-width: 1440px) {
    .research_filters button {
        margin-top: 21.5px;
        height: 43px;
        font-size: 14px;
    }
    .related-content-list .list-header a {
        font-size: 16px!important;
    }
}
@media screen and (max-width: 1366px) {
    
}
@media only screen and (max-width: 1360px) {
    .research_filters button {
        margin-top: 21.5px;
        height: 43px;
        font-size: 14px;
    }
}

@media only  screen and (max-width: 1280px) {
    .research_filters button {
        margin-top: 21.5px;
        height: 43px;
        font-size: 14px;
    }
}
@media only screen and (max-width: 1260px) { 
  
    .mobile-menu li{
        padding: 0px 8px !important;
        font-weight: 600;
        font-size: 13px;
        font-family: Montserrat;
        z-index: 0 !important;
     }
     .mobile-menu .register-here a{
         background-color:#fed630;
         border-radius: 50px;
         padding: 5px 10px;
         z-index: 0 !important;
     }
     #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item > a.mega-menu-link {
        border-radius: 0;
        border: 0;
        margin: 0;
        line-height: 45px;
        height: 45px;
        padding: 0 10px;
        background: transparent;
        text-align: center;
        color: #fff !important;
        font-size: 14px;
    }
     #mega-menu-wrap-primary .mega-menu-toggle + #mega-menu-primary {
        background: #1c1c1c;
        padding: 0px 0px 0px 0px;
        display:block;
        width: 100% !important;
    }
     #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item {
        display: list-item;
        margin: 0;
        clear: both;
        border: 0;
    } 
    #mega-menu-wrap-primary {
        margin-top: 0px !important;
    }
    #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item.mega-current-menu-item > a.mega-menu-link, #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item.mega-current-menu-ancestor > a.mega-menu-link, #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item.mega-current-page-ancestor > a.mega-menu-link {
        color: #fff !important;
        background: #333;
    }
    .mega-sub-menu {
        background: #1c1c1c;
    }
    #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-megamenu.mega-menu-item {
        position: static;
        text-align: center;
    }
    #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item > a.mega-menu-link {
        line-height: 40px;
        height: 40px;
        padding: 0px 15px 0px 15px;
        vertical-align: baseline;
        width: auto;
        display: block;
        color: #1a1818;
        text-transform: none;
        text-decoration: none;
        text-align: left;
        text-decoration: none;
        background: rgba(0, 0, 0, 0);
        border: 0;
        border-radius: 0;
        font-family: inherit;
        font-size: 14px;
        font-weight: normal;
        outline: none;
        font-size: 18px !important;
    }
    #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item.mega-toggle-on > a.mega-menu-link {
        background: rgba(34, 34, 34, 0);
        color: #1a1818;
        font-weight: normal;
        text-decoration: none;
        border-color: #fff;
        text-align: center !important;
        width: 100% !important;
    }
    #menu-main-extension #menu-item-search .menu-item-search-textbox {
        width: 500px;
        font-size: 13px !important;
        max-width: 500px !important;
    }
    #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-item, #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-column > ul.mega-sub-menu > li.mega-menu-item {
        color: #fff;
        font-family: inherit;
        font-size: 14px;
        display: block;
        float: none;
        clear: none;
        padding: 15px 0px 15px 0px;
        vertical-align: top;
    }
    #mainnav {
        display: none !important;
    }
    #mainnav-mobi {
        margin: 0 auto;
        width: 100%;
        position: absolute;
        top: 28px;
        background-color: #1c1c1c;
        margin-top: 88px;
        z-index: 1000;
    }
    #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item > a.mega-menu-link {
        line-height: 40px;
        height: 40px;
        padding: 0px 15px 0px 15px;
        vertical-align: baseline;
        width: auto;
        display: block;
        color: #1a1818;
        text-transform: none;
        text-decoration: none;
        text-align: left;
        text-decoration: none;
        background: rgba(0, 0, 0, 0);
        border: 0;
        border-radius: 0;
        font-family: inherit;
        font-size: 14px;
        font-weight: normal;
        outline: none;
        text-align: center !important;
    }
    #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-item, #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-column > ul.mega-sub-menu > li.mega-menu-item {
        color: #fff;
        font-family: inherit;
        font-size: 14px;
        display: block;
        float: left;
        clear: none;
        padding: 15px 0px 15px 0px;
        vertical-align: top;
        width: 100% !important;
    }
    #mega-menu-wrap-primary #mega-menu-primary li.mega-menu-item.mega-menu-megamenu > ul.mega-sub-menu {
        margin-left: 0px !important;
        width: 100% !important;
        position: relative !important;
        background-color: #1c1c1c;
    }
    #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-flyout ul.mega-sub-menu {
        float: left;
        position: static !important;
        width: 100%  !important;
        padding: 0 !important;
        border: 0 !important;
        border-radius: 0 !important;
        background-color: #1c1c1c !important;
    }
    .main-menu-custom {
        max-width: fit-content !important;
        float: right !important;
        padding-right: 0px !important;
    }
    #mega-menu-wrap-primary .mega-menu-toggle {
        display: none !important;
    }
    #mega-menu-wrap-primary {
        clear: none !important;
        margin-top: 3px !important;
    }

    #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item {
        display: list-item !important;
        margin: 0;
        clear: both;
        border: 0;
    }
    #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-megamenu > ul.mega-sub-menu {
        float: left;
        position: static;
        width: 100%;
        max-width: 100% !important;
    }
}
@media only screen and (max-width: 1024px) and (orientation: landscape) {
    .iv-name-container {
        padding-right: 15px;
        text-align: center;
    }
    .iv-image {
        background-position: center !important;
        margin-left: auto;
    }
}

@media only screen and (max-width: 1024px) and (orientation: portrait) {
    .iv-name-container {
        padding-right: 15px;
        text-align: center;
    }
    .iv-image {
        background-position: center !important;
        margin-left: auto;
    }
}


/* Ipad */

@media only screen and (min-width: 768px) and (max-width: 991px) {
    #countryFilters {
        padding-right: 0px;
        margin-left: -5px !important;
    }
    #picker-section {
        padding-right: 0px;
    }
    .research_filters {
        padding-left: 0px;
        padding-right: 5px
    }
    .research_filters button {
        position: relative;
        width: 100%;
        margin: 0px;
        margin-top: 22.5%;
    }
    .content-plain {
        padding: 70px 50px;
    }
}

@media only screen and (max-width: 896px) {
    .iv-image {
        margin-left: 0px;
    }
    .research_filters button {
        margin-top: 19.2% !important;
    }
}

@media only  screen and (max-width: 768px) {
    .btn-menu {
        /* top: 30px; */
    }
    .iv-name-container {
        padding-right: 15px;
        text-align: center;
    }
  
}


/* HEADER NAVIGATION START */

@media only  screen and (max-width: 1024px) {
    #mega-menu-wrap-primary {
        margin-top: 0px !important;
    }
    .paywall-modal {
        width: 90% !important;
    }
}


/* HEADER NAVIGATION END */
/*mobile*/
@media only  screen and (max-device-width: 767px) {
    .research_filters {
        padding-left: 0px !important;
    }
    .research_filters button {
        position: relative !important;
        margin: 0px !important;
        width: 100% !important;
        margin-top: 20px !important;
    }
    .content-header-title {
        font-size: 30px !important;
    }
    .content-header {
        padding: 50px 30px !important;
    }
    .content-plain {
        padding: 10px 15px !important;
    }
    .content-plain-advisory {
        padding: 10px 15px !important; 
    }
    .related-content-list .list-header a {
        font-size: 14px !important;
    }
    .card-otp, .card-2 {
        width: 100% !important;
    }
    h1 {
       font-size:  30px !important;
    }
    .h2 {
        font-size: 25px !important;
    }
    .paywall-modal p {
        font-size: 12px !important;
    }
    .obg-plus .o, .obg-plus .p {
        font-size: 14px !important;
    }
    .content-header-desc {
        font-size: 14px !important;
        line-height: 35px !important;
    }
    .content-plain-desc {
        font-size: 14px !important;
    }
    p {
        font-size: 14px;
    }
    #paywall-close {
        display: block!important;
        width: 10px !important;
        margin-right: 15px;
    }
    .paywall-modal-header h3 {
        padding-left: 0px !important;
    }
    .paywall-modal::-webkit-scrollbar {
        width: 0px !important;
    }
}

@media only  screen and (max-device-width: 390px) { 
    .paywall-modal p {
        font-size: 12px !important;
    }
    .paywall-modal-header h3 {
        font-size: 12px!important;
    }
}
@media only screen and (max-device-width: 360px){
    .content-plain-title,
    .content-header-title {
        font-size: 25px !important;
    }
}