@import url(https://fonts.googleapis.com/css2?family=Roboto:wght@100;300;400;500;700;900&display=swap);
@import url(https://fonts.googleapis.com/css2?family=Playfair+Display:ital,wght@0,400..900;1,400..900&display=swap);

.tagList-item,
.taglist {
    align-items: center;
    display: flex
}

.tags,
a {
    text-decoration: none
}

html {
    font-size: 10px
}

body {
    font-family: Roboto, sans-serif
}

.padding-right-all {
    padding-right: 7rem
}

.gradient-bg {
    background: linear-gradient(45deg, #000250 0, #005cff 100%)
}

.know-btn-banner {
    color: #fff;
    font-size: 1.7rem
}

.ptb {
    padding: 7rem 0
}

.ttl-h2 {
    font-size: 3.2rem;
    margin-bottom: 0;
    font-weight: 700;
    letter-spacing: .07rem;
    font-family: "Playfair Display", serif
}

.space-bottom-7 {
    padding-bottom: 3.5rem !important
}

.read-btn {
    padding: .7rem 2.5rem;
    color: #005cff;
    border: .1rem solid #005cff;
    font-size: 1.6rem;
    transition: .35s
}

.font-18,
.font-20,
.font-22 {
    line-height: 1.5;
    padding-bottom: .7rem;
    margin-bottom: 0
}

.read-btn:hover {
    background: #005cff;
    color: #fff
}

.font-18 {
    font-size: 1.8rem !important
}

.font-20 {
    font-size: 2rem
}

.font-22 {
    font-size: 2.2rem
}

.sub-ttl {
    font-weight: 400;
    font-size: 1.6rem !important;
    color: #4c4c4c
}

.space-bottom-8 {
    padding-bottom: 2rem
}

.bg-gr {
    background: #0100a4
}

.a-link {
    color: #005cff !important;
    font-size: 1.4rem
}

.para {
    font-size: 1.5rem;
    padding-bottom: .8rem;
    margin-bottom: 0;
    line-height: 1.4;
    text-align: justify
}

.hr-line {
    border-bottom: .1rem solid #e1e1e1
}

.plr {
    padding: 0 3rem
}

.social-links img {
    width: 3rem
}

.inner-header .navbar-nav .nav-link {
    padding-left: 2.5rem !important;
    padding-right: 2.5rem !important;
    font-size: 1.5rem;
    color: #fff
}

.inner-header .navbar {
    padding: 1.4rem 0
}

footer h3 {
    margin-bottom: .5rem;
    padding-top: 2.2rem;
    font-weight: 600;
    font-size: 1.8rem
}

footer .form-control {
    font-size: 1.4rem;
    width: 70%;
    margin-top: 0;
    padding: 1rem
}

footer {
    border: .1rem solid #efeeee
}

.footer-menu-list li a {
    padding: 0;
    font-size: 1.4rem;
    color: #000;
    font-weight: 400
}

.footer-menu-list li {
    padding: .7rem 0
}

.contact-details a {
    font-size: 1.5rem;
    color: #000;
    padding: 0 2rem
}

.contact-details p {
    padding: .6rem 0
}

.copy-rgt {
    font-size: 1.4rem;
    font-weight: 300;
    margin-bottom: 0
}

.copy-top-space,
li.mob-dropdown {
    padding: 1.2rem 0
}

.report-details-info p,
.toc-content p {
    padding-bottom: .8rem;
    text-align: justify
}

.space-top-bottom-common {
    padding: 5rem 0
}

.banner-top-bottom {
    padding: 11rem 0 6rem
}

.navbar-light .navbar-nav .nav-link.active {
    color: #fff;
    border-bottom: .2rem solid #0af
}

.common-brd,
.space-top-bottom {
    padding: 1rem 0;
    font-size: 1.3rem
}

.txt-blue {
    color: #1800c9 !important;
}

.footer-bg-color {
    background: #ecf8fe
}

.inner-header .dropdown-item {
    font-size: 1.4rem;
    padding: 1rem 2.5rem
}

.dropdown-item:hover,
.inner-header .dropdown-item:focus {
    color: #1e2125;
    background-color: #e3edfc
}

.nav-item.dropdown:hover .dropdown-menu {
    transition: .3s;
    display: block
}

.dropdown-menu {
    border: none
}

.ft-500,
.price-hld span {
    font-weight: 500
}

.taglist {
    align-content: center;
    flex-wrap: wrap;
    justify-content: center;
    margin: 3.5rem auto auto;
    padding: 0;
    width: 100%;
    max-width: 71rem
}

.tagList-item {
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
    text-align: center
}

.tags {
    color: #000557;
    cursor: pointer;
    transition: color .3s, background-color .3s;
    align-items: center;
    background-color: #ccd7e2f5;
    border-radius: .3rem;
    box-sizing: border-box;
    display: flex;
    font-size: 1.3rem;
    font-weight: 400;
    justify-content: center;
    margin: .5rem;
    padding: .6rem 2rem;
    position: relative
}

#sticky-toc,
.onscroll-data {
    display: none
}

.sticky-s .onscroll-data {
    display: block
}

.search-menu {
    position: fixed;
    width: 100%;
    height: 100%;
    top: -20rem;
    left: 0;
    right: 0;
    white-space: nowrap;
    z-index: 9999;
    background: #000;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    transition: .5s
}

.search-bar-close.icon-close2:before {
    right: 2rem;
    position: absolute;
    top: 1rem;
    cursor: pointer
}

.icon-close2:before {
    content: "\f00d";
    font-family: FontAwesome;
    font-size: 2rem
}

.search-menu .wrapper {
    position: relative;
    margin: 7rem auto;
    padding: 0 12rem 0 1rem
}

.search-menu .wrapper button {
    position: absolute;
    display: block;
    left: 6.5rem;
    top: 11.5rem;
    background: 0 0;
    border: none;
    color: #fff;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    transition: .5s;
    font-size: 4.5rem
}

.search-menu .wrapper input {
    width: 90%;
    padding: 1rem 1rem 1rem 5rem;
    background: 0 0;
    border: none;
    border-bottom: .2rem solid #bfbfbf;
    font-size: 4rem;
    color: #fff;
    margin: 5rem auto;
    display: block
}

.searchrow {
    margin-left: 12.2rem
}

#searchpopup {
    background: #f3f3f3;
    text-align: left;
    position: relative;
    overflow: scroll;
    height: 40rem
}

.search-icon {
    position: relative;
    top: 1.1rem;
    cursor: pointer
}

.search-menu.toggled {
    top: 0;
    opacity: 1;
    visibility: visible
}

.popup-search-button .search-icon {
    position: relative;
    top: -2.2rem;
    cursor: pointer;
    left: 1rem
}

.search-bar-close img {
    position: absolute;
    right: 2rem;
    top: 2rem;
    cursor: pointer
}

.voice-icon {
    width: 51px;
    margin-top: -3px
}

.left-data .ttl-2 {
    font-size: 2rem;
    margin-bottom: 0
}

.left-data .list-group-item {
    border: none;
    font-size: 1.4rem;
    padding: 1rem;
    margin-bottom: .1rem;
    background: #e3edfc;
    color: #000;
    cursor: pointer
}

.left-data .list-group-item.active {
    z-index: 2;
    color: #fff;
    background-color: #0000c9;
    border-color: #0000c9
}

.report-tabs.nav-tabs .nav-link {
    font-size: 1.5rem;
    padding: 1rem;
    color: #000;
    border-bottom: 1px solid #dee2e6;
}

.report-tabs.nav-tabs .nav-link.active {
    border-color: transparent;
    color: #0000c9;
    border-bottom: .2rem solid #0000c9;
    background:#F3F5FF;
}

.report-tabs-data {
    padding-top: 0rem
}

.report-details-info p {
    font-size: 1.6rem;
    margin-bottom: 0;
    line-height: 1.8 !important;
}

.img-center {
    margin: 1.5rem 0
}

.link-txt {
    font-size: 1.6rem;
    font-weight: 600
}

.link-txt a {
    color: #0000c9
}

.report-details-info ul.listing li,
.right-side-content ul li {
    font-size: 1.5rem;
    padding: .5rem 0
}

.accordion-header .accordion-button {
    font-size: 1.5rem;
    font-weight: 500;
    padding: 1.5rem
}

.accordion-body {
    font-size: 1.5rem
}

.toc-content p {
    font-size: 1.5rem;
    margin-bottom: 0;
    line-height: 1.5
}

.price-hld form,
.right-side-content ul {
    -webkit-box-shadow: 0 .2rem .8rem rgb(0 0 0 / 15%);
    box-shadow: 0 .2rem .8rem rgb(0 0 0 / 15%);
    padding: 2rem 3.3rem;
    border-radius: .7rem;
    margin-bottom: 1.8rem
}

.right-side-content ul li strong {
    padding-right: .7rem
}

.price-hld label {
    font-size: 1.4rem
}

.blink_me {
    animation: 1s linear infinite blinker;
    color: #ff0011;
    font-size: 1.7rem;
    font-weight: 700
}

@keyframes blinker {
    50% {
        opacity: 0
    }
}

.license-data {
    font-size: 1.4rem;
    padding: .7rem;
    font-weight: 600
}

.license-data.form-select {
    background-color: #ffffff
}

.h2_tags {
    margin-top: 1.5rem
}

.report-tabs-data.tab-content ul li {
    font-size: 1.6rem;
    text-align: justify;
    line-height: 1.8
}

.report-tabs-data.tab-content table {
    font-size: 1.4rem;
    width: 100% !important
}

.report-tabs-data.tab-content h2 {
    font-size: 2rem;
    text-align: justify;
    line-height: 1.1;
    color: #1800c9;
    font-weight: 500 !important;
    margin: 0
}

.report-details-info h1 {
    text-align: justify
}

.list-group-item.active {
    z-index: 2;
    color: #000;
    background-color: #86b7fe;
    border-color: #86b7fe
}

.sticky-holder {
    position: sticky;
    top: 8rem;
    z-index: 999
}

.sticky,
.sticky-popup {
    background: #fff;
    position: fixed
}

.report-details-info h2 {
    padding: 1rem 0
}

h2.accordion-header {
    padding: 0
}

.sticky {
    top: 0;
    width: 100%;
    -webkit-box-shadow: 0 5px 12px rgb(0 0 0 / 12%);
    box-shadow: 0 5px 12px rgb(0 0 0 / 12%)
}

.sticky-popup {
    right: 32px;
    -webkit-box-shadow: 0 5px 12px rgb(0 0 0 / 12%);
    box-shadow: 0 5px 12px rgb(0 0 0 / 12%);
    top: 120px;
    display: none
}

.btn-1 {
    background: #020251 !important
}

.btn-2 {
    background: #005cff
}

.btn-3 {
    background: #ffc107 !important
}

.ind-btn.btn-1,
.ind-btn.btn-2,
.ind-btn.btn-3 {
    padding: 1rem 1.5rem
}

.sticky-s {
    position: fixed;
    width: 23%
}

.thr-scroll {
    height: 61rem;
    overflow: auto
}

.ind-link {
    color: #1800c9 !important;
    font-size: 1.6rem !important;
    border: .1rem solid #1800c9 !important;
    padding: 1rem !important
}

.author-section p {
    font-size: 1.5rem;
    text-align: justify;
    padding-top: 0
}

.author-section {
    margin-top: 25px;
    -webkit-box-shadow: 0 .2rem .8rem rgb(0 0 0 / 15%);
    box-shadow: 0 .2rem .8rem rgb(0 0 0 / 15%);
    padding: 2rem;
    border-radius: .7rem;
    margin-bottom: 1.8rem
}

.image-container {
    position: relative
}

.author-img {
    width: 100%;
    border-radius: 50%
}

.social-icon {
    position: absolute;
    bottom: 0;
    right: 5px;
    border-radius: 50%;
    border: 2px solid #fff
}

.mob-dropdown,
.offcanvas-body ul li a {
    border-bottom: 1px solid #a0a0a0
}

.report-status-info li {
    font-size: 1.5rem;
    border-right: .2rem solid #000;
    padding: 0 2rem
}

.report-tabs-data.tab-content h3 {
    font-size: 1.8rem;
    text-align: justify;
    line-height: 1.1;
    font-weight: 500;
    margin: 0;
    padding: 1rem 0;
    color: #015cff;
}

.report-details-info {
    padding: 0 2rem
}

.report-details-info img {
    padding: 1rem 0 1.5rem
}

.modal-btn.ind-btn {
    padding: .5rem;
    border-radius: .1rem;
    margin-top: -.56rem
}

.jumptopopup .modal-content {
    width: 87%;
    margin: 0 auto;
    border: none
}

.jumptopopup .modal-dialog {
    top: 150px
}

.mob-dropdown .accordion-button {
    background: 0 0;
    font-size: 1.9rem;
    color: #000;
    padding: 0;
    box-shadow: none;
    font-weight: 400
}

.mob-dropdown .accordion-body li a {
    font-size: 1.6rem;
    padding: .7rem 0
}

.offcanvas-start {
    top: 0;
    left: 0;
    width: 100%;
    background: #e3edfc
}

.mob-dropdown .accordion-item {
    background: 0 0;
    border: none;
    font-size: 1.5rem
}

.offcanvas-body ul li a {
    font-size: 2rem;
    color: #000 !important;
    padding: 1.2rem 0
}

.btn-close {
    background: url(../images/cross-icon.webp) 0 0/contain no-repeat;
    width: 3rem;
    max-width: 100%;
    opacity: 1
}

.mob-dropdown .accordion-button::after {
    background: url(../images/arow-icon.webp) 0 0/contain no-repeat;
    width: 2.5rem;
    height: 2rem;
    transform: rotate(90deg)
}

.mob-dropdown .accordion-button:not(.collapsed)::after {
    transform: rotate(270deg)
}

.license-data {
    margin-bottom: 1.5rem
}

.jumptopopup .modal-footer {
    justify-content: center
}

@media screen and (max-width:1366px) {

    .ind-btn.btn-1,
    .ind-btn.btn-2,
    .ind-btn.btn-3 {
        padding: 1rem .7rem;
        font-size: 1.4rem
    }
}

@media (min-width:320px) and (max-width:480px) {
    .progress-bar-container {
        display: block !important;
    }

    .banner-top-bottom {
        padding: 7rem 0 2.5rem
    }

    .font-18,
    .sticky-option .ind-btn {
        font-size: 1.4rem
    }

    .plr,
    .report-status-info li {
        padding: 0 1rem
    }

    .thr-scroll {
        height: auto;
        overflow: auto
    }

    .font-18 {
        line-height: 1.5;
        padding-top: .7rem
    }

    .font-18.pb-5 {
        padding-bottom: 0 !important
    }

    .report-tabs-data.tab-content h2 {
        font-size: 1.6rem
    }

    .ind-btn.btn-1,
    .ind-btn.btn-2,
    .ind-btn.btn-3 {
        padding: .7rem
    }

    .report-sticky-ttl h3 {
        padding: 1rem 0
    }

    .search-btn,
    .sticky-s {
        display: none
    }

    .search-menu .wrapper input {
        width: 90%;
        padding: 1rem 1rem 1rem 4rem;
        font-size: 2rem;
        margin: 5rem auto
    }

    .sp-icon {
        position: absolute !important;
        left: 80% !important
    }

    .font-22 {
        font-size: 2rem;
        line-height: 1.3;
        padding-top: 1rem
    }

    .ptb {
        padding: 2rem 0
    }

    .space-bottom-8 {
        padding-bottom: 1rem
    }

    .popup-search-button .search-icon {
        top: -3.4rem !important
    }

    .mob-view-search,
    .search-bar-mob {
        display: block;
        top: 0;
        right: -4rem
    }

    .voice-icon {
        width: 40px;
        margin-top: -5.2rem !important
    }

    .report-tabs-data {
        padding-top: 1rem
    }

    .report-details-info {
        padding: 0
    }

    .h2_tags .list-group-item {
        font-size: 1.4rem;
        padding: 1.4rem 1.2rem
    }

    .sticky-option .text-end {
        text-align: center !important
    }

    .contact-details p {
        border: none;
        padding: 0
    }

    .mob-dropdown .accordion-body li a {
        font-size: 1.6rem;
        padding: .7rem 0;
        border-bottom: 0
    }

    .copy-rgt {
        text-align: center;
        padding: .7rem 0
    }

    .report-details-info p {
        text-align: unset
    }
}

.progress-bar-container {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: .5rem;
    background-color: #f0f0f0;
    z-index: 99999;
    display: none;
}

.progress-bar {
    height: 100%;
    background-color: #005cff;
    transition: all 0.3s ease;
}

.modal-body {
    background: #000;
}

#start-record-btn1 {
    cursor: pointer;
    background: none;
    border: none;
    font-size: 1.5em;
}

#start-record-btn1.recording {
    color: red;
}

input.popup-search1 {
    width: 100%;
    padding: 1rem 1rem 1rem 4rem !important;
    font-size: 2rem;
    background: transparent;
    border: none;
    border-bottom: 0.2rem solid #bfbfbf;
    font-size: 2rem;
    color: #FFF;
    margin: 2rem auto;
    position: relative;
}

#start-record-btn1 {
    position: absolute !important;
    left: 80% !important;
    top: 32%;
}

.modal.show .modal-dialog {
    transform: none;
    height: 100vh;
    background: #000;
}

.search-icon-mob {
    position: absolute;
    top: 9.4rem;
}

.modal.show .modal-dialog.no-bg {
    background: transparent !important;
}

.bg-light-gr {
    background: #f7f7f7b8;
}

.border-top-bottom {
    border-top: .1rem solid #d4d1d1;
    border-bottom: .1rem solid #d4d1d1;
}

.related-pr {
    display: flex;
    align-items: flex-start;
    padding-right: 1.5rem;
}

.related-pr h3 {
    padding-right: 1.8rem;
    padding-bottom: 2rem;
}

.related-pr h3 a {
    color: #000;
}

.related-pr h3 a:hover {
    color: #000 !important;
}

.sticky-s {
    position: fixed;
    width: 23%;
    position: sticky;
    width: 100%;
    top: 13.5%;
}

.main-pr {
    margin: 2rem 7px;
}

.border-yes {
    border-right: .1rem solid #d4d1d1;
}

.main-pr p {
    font-size: 1.4rem;
}

.btn-4 {
    background: #0b8545 !important;
}

.btn-5 {
    background: #bb0a0a !important;
}

#detail-sticky .ind-btn {
    padding: .8rem 2.6rem;
    font-size: 1.5rem;
}

.imgcentr {
    text-align: center;
}

.short-description {
    padding-bottom: 1.8rem !important;
}

:focus {
    outline: none;
}

.ml-1 {
    margin-left: 1rem;
}

:focus-visible {
    outline: none;
}

.author-hd p {
    line-height: 1.2;
    padding-bottom: .3rem;
}

.space-top-bottom-9 {
    padding: 1rem 0;
}

.author-hd img {
    padding: 0;
}

.bgg-1 {
    background: #E6F3FA;
}

.author-a img {
    border-radius: 50%;
}

.no-sh {
    display: none;
}

.sticky-s .no-sh {
    display: block;
}

.discount-modal .modal-dialog {
    height: auto !important;
    background: transparent !important;
    max-width: 800px;
}

.discount-modal .modal-body {
    background: transparent !important;
}

.discount-modal .modal-content {
    background: url(../assets/images/offer-form-popup.webp)no-repeat;
    background-size: cover;
    background-position: top center;
    background-color: #f2ede1;
    border: none;
}

.discount-modal h2 {
    font-size: 6.5rem;
    font-family: "Playfair Display", serif;
    color: #B56A19;
}

.no-bgg {
    background: transparent;
}

.no-shadow-1 {
    box-shadow: none;
}

.discount-modal p {
    font-size: 1.7rem;
    padding-bottom: 1.8rem;
}

.discount-modal .btn-close {
    background: url(../assets/images/cross-icon-nw.webp)0 0 / contain no-repeat;
    margin-top: 0rem;
    margin-right: -2rem;
}

.para-unset {
    text-align: unset !important;
}

.font-12 {
    font-size: 1.2rem;
}

.btn-44 {
    background: #0c44bf !important;
}

.font-w-400 {
    font-weight: 400;
}

.s-a-m {
    margin-right: 5px;
}

.extra-data-content h2 {
    font-size: 2rem;
    color: #1800c9;
}

.extra-data-content p {
    font-size: 1.6rem;
    margin-bottom: 0;
    line-height: 1.8;
}

.extra-data-content ul li a {
    font-size: 1.6rem;
    text-align: justify;
    line-height: 1.8;
}

.extra-data-content ol li {
    font-size: 1.6rem;
    text-align: justify;
    line-height: 1.8;
}

.extra-data-content ol li a {
    font-size: 1.6rem;
    text-align: justify;
    line-height: 1.8;
}

@media (min-width: 320px) and (max-width: 480px) {
    .sticky-s {
        position: unset;
    }

    .discount-modal .modal-content {
        margin-top: 3rem;
    }

    .discount-modal h2 {
        font-size: 3.5rem;
    }

    .request-form.no-bgg {
        padding: .5rem;
    }

    .no-bgg .mt-5 {
        margin-top: 1rem !important;
    }

    #detail-sticky .ind-btn {
        padding: 0.8rem 1.6rem !important;
        font-size: 1.4rem !important;
    }
}

@media (min-width: 1270px) and (max-width: 1350px) {
    .no-desk-1280 {
        display: none !important;
    }

    .font-18 {
        font-size: 1.4rem !important;
    }

    #fixBuyNow {
        padding-top: 15px !important;
    }

    .price-hld form,
    .report-lists {
        padding: 1.4rem !important;
        margin-bottom: 1rem !important;
    }

    .blink_me {
       
        font-weight: 500 !important;
    }

    .mt-4 {
        margin-top: 1rem !important;
    }

    .ind-btn {
        padding: 1rem 2.5rem !important;
        font-size: 1.2rem !important;
    }

    .license-data {
        margin-bottom: .3rem !important;
    }
}

.reportbanner {
    background-image: url(../images/report_banner.webp);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    padding-top: 2rem;
    padding-bottom: 5rem;
    padding-left: 3.3rem;
    padding-right: 5rem;
}