@import url(https://fonts.googleapis.com/css2?family=Roboto:wght@100;300;400;500;700;900&amp;display=swap);
@import url(https://fonts.googleapis.com/css2?family=Playfair+Display:ital,wght@0,400..900;1,400..900&amp;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: 0.5rem 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.2rem
}

.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: #F9FAFF;
    color: #000;
    cursor: pointer
}

.left-data .list-group-item.active {
    z-index: 2;
    color: #fff;
    background-color: #f9faff;
    border-color: #2A66B3;
}

.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: .2rem 0
}


.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 {
  
    color: #ff0011;
    font-size: 16px;
    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: #6ba5e9 !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;
    font-size: 1.5rem;
    border-radius: .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-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(../webp/cross-icon.webp) 0 0/contain no-repeat;
    width: 3rem;
    max-width: 100%;
    opacity: 1
}

.mob-dropdown .accordion-button::after {
    background: url(../webp/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)!important;
}

.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 2rem;
    font-size: 1.5rem;
}

.short-description {
    padding-bottom: 1.2rem !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(../404.html)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(../404.html)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;
    }
    
    .price-hld label {
    font-size: 1.3rem !important;
        
    }
  
}


/*tags*/
.tag{
    gap:5px
}
.tag a{ padding: 5px 20px;
    border: 1px solid #0F297A;
    color:#0F297A !important;
    border-radius:50px;
    font-size: 16px;
    text-decoration: none;
  display: inline-block;
  transition: all 0.3s ease;
}
.tag a:hover {
  background-color: #0F297A;
  color: #fff !important;
}



/*nextprevcard*/
.nextprev{
    gap:10px;
}
.nextprevcard{
    box-shadow: 0px 0px 24px 0px #F3F3F3;
    background: #E3EAFF;
        border-radius: 10px;
}
.nextprevcard h3{
    color:black !important;
}
.nextprevcard span {
font-size: 14px;
 color: #0F297A;
 margin-top: 10px;
}
.nextprevcard span i{
    color: #0F297A;
    background: #fff;
    padding: 10px;
    border-radius: 60%;
    
}


/*recently-view-card*/

.recently-view-card{
    box-shadow: 2px 2px 24px 0px #cecece;
        padding: 15px;
    border-radius: 15px;
        gap: 5px;
        color:#000556;
        font-size:16px;
        text-decoration:none;

}
.recently-view-card a{
    color:#0F297A;
        font-size: 17px;
    /*text-decoration: underline;*/
       color:#000556;
        font-size:16px;
        text-decoration:none;
}
  .reportbanner {
    background-image: url(../webp/pr_rd-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;
}


.recently-pr h3 {
    padding-right: 1.8rem;
    padding-bottom: 1.5rem;
    /*min-height: 8.5rem;*/
    font-weight: 400;
    line-height: 1.3;
}

    .expert-op p{
    font-style: italic;
    }
    
.dev-box {
    border: none;
    background: transparent;
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.08);
    border-radius: 6px;
    margin: 20px 0;
}


.dev-header {
    background: #D9E7FF;
    color: #fff;
    padding: 10px 15px;
    font-size: 18px;
    font-weight: bold;
    border-radius: 6px 6px 0 0;
}

.dev-body {
    padding: 15px 20px;
    font-size: 15px;
    line-height: 1.6;
}

.dev-header i {
    margin-right: 8px;
}

.dev-body ul {
    padding-left: 20px;
    margin: 0;
}

.dev-body li {
    margin-bottom: 10px;
}

.dev-body ul li {
  border-bottom: 1px solid #ddd;
  padding-bottom: 10px;
  margin-bottom: 10px;
}

.dev-body ul li:last-child {
  border-bottom: none;
  margin-bottom: 0;
}
.progress-container {
  width: 100%;
  height: 3px;
  background: #ccc;
  margin-bottom: -10px;
  margin-top: 10px;
  
}

.progress-bar {
  height: 3px;
  background: #000bea;
  width: 0%;
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
}
  
  .ind-btn {
    background: #0e2979;
    padding: 1rem 3rem;
    font-size: 1.5rem;
    border-radius: .5rem;
    color: #fff;
}
    .swal2-html-container{ font-size: 1.6rem; }
    .swal2-title{ font-size: 2.8rem;}
     div:where(.swal2-container) div:where(.swal2-popup){ font-size: 1.2rem; }
    .with-errors{    color: red;
    margin-top: -12px;
    font-size: 11px;
    margin-bottom: 5px;
}
.invalid-feedback{
    color: red;
    font-size: 11px;
    margin-bottom: 15px;
    margin-left: 10px;
}

form.rd-form {
    margin-left: 15px;
    margin-right: 15px;
}
.marginLR{
    margin-left: 15px;
    margin-right: 15px;
}
.right-side-content {
    padding-right: 15px;
    padding-left: 15px;
}
div#asksamp {
    margin-left: 15px;
    margin-right: 15px;
}
.font-16{
    font-size: 1.6rem;
}
.pricespan{
    font-size:1.2rem;
    font-weight:500;
}
.mainprice{
    padding-left:0 !important;
    padding-right:0 !important;
    
}
.select-reg{
     font-size:1.2rem;
}

.report-details-new .table-responsive .tabreport table tbody tr:first-child {
  background-color: #dfdfdf7a;
}

.table-responsive.table-striped .tabreport table tbody tr:not(:first-child):hover {
  background-color: #F1F7FF !important;
}

#market-highlights + ul {
  background-color: #F2F7FF;
  padding: 15px;
  border-radius: 6px;
  list-style-position: outside; 
  margin-left: 20px; 
}

#market-highlights + ul li {
  border-bottom: 1px solid #ccc;
  padding: 8px 10px;  
  margin-left: 15px;       
}

#market-highlights + ul li:last-child {
  border-bottom: none;
}


h2[id$="-key-takeaways"] + ul {
  background-color: #F2F7FF;
  padding: 15px;
  border-radius: 6px;
 list-style-position: outside; 
   margin-left: 20px; 
}

h2[id$="-key-takeaways"] + ul li {
  border-bottom: 1px solid #ccc;
  padding: 8px 10px;
  margin-left: 15px;  
}

h2[id$="-key-takeaways"] + ul li:last-child {
  border-bottom: none;
}
h2[id$="-key-takeaway"] + ul {
  background-color: #F2F7FF;
  padding: 15px;
  border-radius: 6px;
 list-style-position: outside; 
   margin-left: 20px; 
}

h2[id$="-key-takeaway"] + ul li {
  border-bottom: 1px solid #ccc;
  padding: 8px 10px;
  margin-left: 15px;  
}

h2[id$="-key-takeaway"] + ul li:last-child {
  border-bottom: none;
}

h2[id$="key-takeaways"] + ul {
  background-color: #F2F7FF;
  padding: 15px;
  border-radius: 6px;
 list-style-position: outside; 
   margin-left: 20px; 
}

h2[id$="key-takeaways"] + ul li {
  border-bottom: 1px solid #ccc;
  padding: 8px 10px;
  margin-left: 15px;  
}

h2[id$="key-takeaways"] + ul li:last-child {
  border-bottom: none;
}


#market-size-and-forecast + ul li {
  padding-top: 5px;
  padding-bottom: 5px;
}



@media (min-width: 320px) and (max-width: 700px) {
     .reportbanner {
    padding-bottom: 2rem;
    padding-left: 2rem;
    padding-right: 2rem;
}

#market-highlights + ul {
  
     margin-left: 0px; 
}

   
 
.details-mobile
{
    margin-bottom: 2rem !important
}
 .reportbanner h1{
       font-size: 2.7rem;
    line-height: 1.3;
 }
}

@media (min-width: 720px) and (max-width: 1280px) {
 .price-hld label {
    font-size: 1.2rem!important;}   
    
    .right-side-content {
     padding-right: 0px; 
     padding-left: 0px; 
}

div#asksamp {
    margin-left: 0px;
    margin-right: 0px;
}
    
}
.accordion-header .accordion-button
 {
line-height: 1.7!important;
}
 
 
 
 
 /*new css snehal 17-11-2025*/
 .bannernew {
    background-image: url(../webp/rd_pr_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;
}
.segmentcard{
     padding: 0 2rem;
}
.report-details-new {
    padding: 0 2rem;
}
.report-details-new h2 {
    font-size: 2.2rem;
    text-align: justify;
    line-height: 1.3;
    color: #1800c9;
    font-weight: 500 !important;
    margin: 0;
}


.report-details-new p {
    font-size: 1.6rem;
    margin-bottom: 0;
    line-height: 1.8 !important;
}

.report-details-new p {
    padding-bottom: .8rem;
    text-align: justify;
}
.report-details-new h2 {
    padding: 1rem 0;
}
.report-details-new h3 {

            font-size: 1.8rem;
    text-align: justify;
    line-height: 1.1;
    font-weight: 500;
    margin: 0;
    padding: 1rem 0;
    color: #015cff;
}
.report-details-new img {
    padding: 1rem 0 1.5rem;
        width: 75%;
        height:auto;
}
.imgcentr {
    text-align: center;
}
.info-card-main{
   padding: 1rem 0; 
}

  .info-card {
   
    padding: 0px 20px;

     text-align: center;
border-radius: 10px; 
}
 .info-label {
     font-size: 14px;
     text-align: start;
}

.info-value {
     font-size: 20px;
     font-weight: 700;
     text-align: start;
}
 .bg-purple {
     background: #E9EFFF;
     color:#0F297A;
}
 .bg-yellow {
   background: #E9EFFF;
     color: #0F297A;
}
 .bg-blue {
  background: #E9EFFF;
  color: #0F297A;
}
 .bg-green {
     background: #E9EFFF;
     color: #0F297A;
}
#market-highlights + ul li {
    border-bottom: 1px solid #ccc;
    padding: 8px 10px;
    margin-left: 15px;
}
#market-highlights + ul {
    background-color: #F2F7FF;
    padding: 15px;
    border-radius: 6px;
    list-style-position: outside;
    margin-left: 0px;
}
.report-details-new ul li {
    font-size: 1.6rem;
    text-align: justify;
    line-height: 1.8;
 word-break: break-word;
}
/* Accordience */
#rd-page-accor .accordion-button
{
    background-color: #f0f4ff !important;
    font-weight: 600 !important;
    color: #1e2d58 !important;
    border: none !important;
    box-shadow: none !important;
}

#rd-page-accor .accordion-button:not(.collapsed), 
#faqAccordion .accordion-button:not(.collapsed){
    color: #1e2d58 !important;
    background-color: #f0f4ff !important;
}

/*.accordion-button::after {*/
/*    content: "\f067" !important;*/
/*    font-family: "Font Awesome 5 Free" !important;*/
/*    font-weight: 800 !important;*/
/*    color: #fff !important;*/
/*    background-color: #112a7b !important;*/
/*    border: 2px solid #0f297a !important;*/
/*    border-radius: 50% !important;*/
/*    display: flex !important;*/
/*    align-items: center !important;*/
/*    justify-content: center !important;*/
/*    transition: all 0.3s ease !important;*/
/*    background-image: none !important;*/
/*    width: 23px !important;*/
/*    height: 23px !important;*/
/*    font-size: 14px !important;*/
/*}*/

/*.accordion-button:not(.collapsed)::after {*/
/*    content: "\f068" !important;*/
/*    background-color: #ffffff !important;*/
/*    color: #949494 !important;*/
/*    border-color: #949494 !important;*/
/*}*/

/* Apply only to these specific accordions */
#faqAccordion .accordion-button::after,
#rd-page-accor .accordion-button::after {
    content: "\f067" !important;
    font-family: "Font Awesome 5 Free" !important;
    font-weight: 800 !important;
    color: #fff !important;
    background-color: #112a7b !important;
    border: 2px solid #0f297a !important;
    border-radius: 50% !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    transition: all 0.3s ease !important;
    background-image: none !important;
    width: 23px !important;
    height: 23px !important;
    font-size: 14px !important;
}

#faqAccordion .accordion-button:not(.collapsed)::after,
#rd-page-accor .accordion-button:not(.collapsed)::after {
    content: "\f068" !important;
    background-color: #ffffff !important;
    color: #949494 !important;
    border-color: #949494 !important;
}


.accordion-item {
    border: none !important;
    border-bottom: 2px solid transparent !important;
    transition: border-color 0.3s ease !important;
}

.accordion-body {
    color: black !important;
    border-radius: 0 0 8px 8px !important;
    font-size: 15px !important;
    line-height: 1.6 !important;
}

.accordion-header {
    padding: 0.5rem 0 !important;
}

.acc-dot::before {
    content: "•" !important;
    font-size: x-large !important;
    margin-right: 6px !important;
    color: black !important;
    vertical-align: middle !important;
}

#faqAccordion .accordion-header .accordion-button,
#rd-page-accor .accordion-header .accordion-button {
    font-size: 1.5rem !important;
    font-weight: 500 !important;
    padding: 0.5rem 1.5rem !important;
}



.tabreport table,
.tabreport table tr,
.tabreport table td,
.tabreport table th {
  font-size: 15px;
}


.segment-card {
  position: relative;
  background: #ffffff;
  border-radius: 16px;
  padding:10px 15px;

  transition: transform 0.2s ease, box-shadow 0.2s ease;
  height:100%;
}

.segment-card::after {
content: "";
    position: absolute;
    bottom: 0px;
    right: 0px;
    width: 100%;
    height: 100%;
  
    border-radius: 16px;
    pointer-events: none;
}

.segment-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 6px 14px rgba(0, 0, 0, 0.08);
}
.segment-card-clr1::after {
    border-bottom: 5px solid #fcd34d;
    border-right: 5px solid #fcd34d;
      box-shadow: 0 0 0 1px #fcd34d;
}

.segment-card-clr2::after {
    border-bottom: 5px solid #D8FFB6;
    border-right: 5px solid #D8FFB6;
      box-shadow: 0 0 0 1px #D8FFB6;
}
.segment-card-clr3::after {
    border-bottom: 5px solid #B8EAFF;
    border-right: 5px solid #B8EAFF;
      box-shadow: 0 0 0 1px #B8EAFF;
}
.segment-card-clr4::after {
    border-bottom: 5px solid #FFE1AF;
    border-right: 5px solid #FFE1AF;
      box-shadow: 0 0 0 1px #FFE1AF;
}
.segment-card-clr5::after {
    border-bottom: 5px solid #C8BEFF;
    border-right: 5px solid #C8BEFF;
      box-shadow: 0 0 0 1px #C8BEFF;
}
.segment-card-clr6::after {
    border-bottom: 5px solid #FFBBA8;
    border-right: 5px solid #FFBBA8;
      box-shadow: 0 0 0 1px #FFBBA8;
}


.segment-card h6 {
  font-weight: 600;
  color: #000;
}

.segment-card ul {
  margin: 0;
  padding-left: 20px;
  list-style: disc;
  color: #333;
  font-size: 15px;
}

.segment-card .card-body {
 padding: 0 0;
}


.report-card {
  background: #ffffff;
  border-radius: 8px;
  overflow: hidden;

  box-shadow: 0px 0px 14px 0px #DFDFDF87;
}

.report-header {
  background: #5482d7;
  padding: 10px 15px;
}

.report-header h5 {
  color: #fff;
  font-size: 16px;
  margin: 0;
  font-weight: 600;
}





div#marketAccordion {
    margin-bottom: 10px;
}

.list-group-item.active {
    z-index: 2;
    color: #005eff !important;
    background-color: #ffffff;
    border-color: #e3e3e3;
}
/* FAQ accordion custom style */
.faq-accordion .accordion-item {
  border: 1px solid #e0e0e0 !important;
  border-radius: 6px !important;
  margin-bottom: 10px !important;
  box-shadow: 0px 0px 14px 0px #DFDFDF87 !important;
}

.faq-accordion .accordion-button {
  background-color: #fff !important;
  font-weight: 500 !important;
  color: #0f297a !important;
  box-shadow: none !important;
}

.faq-accordion .accordion-button:not(.collapsed) {
  background-color: #F4F7FF !important;
  color: #000250 !important;
}

.faq-accordion .accordion-body {
  background-color: #fff !important;
  color: #444 !important;
  padding: 15px 20px !important;
}

.faq-accordion .accordion-button:focus {
  box-shadow: none !important;
}



.table-responsive {
    margin-bottom: 10px;
}
.sticky-s {
    top: 13.5%  !important;
}
 .space-top-bottom1 {
    padding: 1rem 0;
    font-size: 1.3rem;
}

@media (min-width: 320px) and (max-width: 700px) {
 
   .bannernew {
    padding-top: 2rem;
    padding-bottom: 2rem;
    padding-left: 2rem;
    padding-right: 2rem;
}
    .report-details-new {
    padding: 0 1rem;
}
.report-details-new h2 {
    font-size: 2rem;
    text-align: start;}
    
.ind-btn {
    padding: 1rem 1rem !important;
}

#market-highlights + ul {
   
     margin-left: 0px !important; 
}
  .report-details-new img{width:100% !important;}
}





.info-icon img{
       width: 5rem !important;
}