/* ==============================================================report-listing page css =================== */

.toc-new-attach-sec-imp img {
    width: 39px;
    position: relative;
    /* left: -16px; */
}

.cus-pricing-plan-section {
    width: 100%;
}

.main-class-mob-accordion-only {
    display: none;
}




.toc-cus-main-sidebar-new-sec {
    width: 94%;
}

.report-listing-page-tab .nav-tabs {
    border-bottom: 0 none;
    margin-top: 20px;
    padding: 0px;
}

.report-listing-page-tab .nav-tabs .nav-link {
    margin: 0px;
    padding: 0px;
    border: unset !important;
}

.report-listing-page-tab .nav-tabs .nav-link:active {
    border: unset !important;
}

.explor-ser-sec-imp-sec-new {
    /* max-height: 309px; */
    min-height: 311px;
}


.report-listing-page-tab .nav-tabs .nav-item a {
    font-size: 20px;
    color: #fff;
    margin-right: 0;
    padding: 20px 45px !important;
    border-radius: 0;
    font-weight: 500;
    overflow: hidden;
    background: #0029FF;
    box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
    /* text-transform: uppercase; */
    transition: all 0.4s ease 0s;
    -webkit-transition: all 0.4s ease 0s;
    -moz-transition: all 0.4s ease 0s;
    -o-transition: all 0.4s ease 0s;
}

.report-listing-page-tab .nav-tabs .nav-item:first-child a {
    border-top-left-radius: 8px;
}

.report-listing-page-tab .nav-tabs .nav-item:nth-child(2) a,
.report-listing-page-tab .nav-tabs .nav-item:nth-child(3) a {
    color: #000;
    background-color: #fff;
    font-weight: 500;
}

.report-listing-page-tab .nav-tabs .nav-item:last-child a {
    border-top-right-radius: 8px;
}

.report-listing-page-tab .nav-tabs .nav-item a:hover,
.report-listing-page-tab .nav-tabs .nav-item.active a:hover,
.report-listing-page-tab .nav-tabs .nav-item.active a {
    /* background: #545f60;
    color: #fff; */
    padding: 20px 45px;
    border: 1px solid #545f60;
}

.report-listing-page-tab .tab-content {
    color: #fff;
    padding: 30px 30px;
    background: #0041BE;
    border-radius: 0 16px 16px 16px;
}

.cus-form-report-listing {
    position: sticky;
    top: 0;
}

/* ==========================================================delivery method page ===================== */

.main-wrap-del-con p {
    color: #FFF;
    font-family: 'roboto';
    font-size: 16px;
    font-weight: 300;
    line-height: 28px;
}

.main-wrap-del-con-2 p {
    color: #FFF;
    font-family: 'roboto';
    font-size: 16px;
    font-weight: 300;
    line-height: 28px;
}

.main-wrap-del-con-2 {
    padding: 12px 20px 38px 20px;
    border-radius: 16px;
    background-image: url(../image/new-img2024/del-m-2.png);
    color: #fff;
    width: 75%;
    background-size: cover;
    background-repeat: no-repeat;
    float: right;
    min-height: 520px;
    max-height: 520px;
}

.main-wrap-del-con {
    padding: 12px 20px 38px 20px;
    border-radius: 16px;
    background: #0041BE;
    color: #fff;
    width: 75%;
    position: absolute;
    bottom: -35px;
    right: -135px;
    min-height: 520px;
    max-height: 520px;
    margin: 5px 0 0 0;
}

.del-img-method-1 {
    width: 80%;
    height: 100%;
}

.main-wrap-del-method-2 h3 {
    color: #0029FF;
    font-family: 'roboto';
    font-size: 50px;
    font-weight: 700;
}

.main-wrap-del-method-2 {
    position: relative;
    padding: 0px 16px;
}

/* =================================faq css as per got new figma =============================== */
.faq-main-heading-sec-custom h3 {
    font-size: 35px;
    color: #fff;
    margin-bottom: 6px;
}

.faq-underline {
    border-bottom: 3px solid #0029ff;
    width: 6% !important;
    margin: 0;
    display: flex;
    justify-content: flex-start;
    margin-bottom: 20px;
}

.cus-faq-inner-sec {
    height: auto;
    min-height: 200x;

}

.faq-first-para {
    font-size: 18px;
    line-height: 25px;
    font-weight: 500 !important;
    margin-bottom: 10px !important;
}

.faq-second-para {
    font-size: 16px;
    margin-bottom: 10px !important;
    line-height: 25px;
    font-weight: unset !important;
}

.cus-faq-vl {
    /* height: 147px; */
    height: auto;
}

/* =============================privacy policy and return code here due to conflict ============ */

.sec-border-sec h4 {

    line-height: 30px;
    font-weight: 500;
}

.dis-blue-card p {
    font-size: 19px;
}

.dis-white-card p {
    font-size: 19px;
}

.card-height-fix-for-content .row {
    display: flex;
    flex-wrap: wrap;
}

.card-height-fix-for-content .col-lg-3,
.card-height-fix-for-content .col-md-6 {
    display: flex;
    align-items: stretch;
}

.card-height-fix-for-content .dis-white-card,
.card-height-fix-for-content .dis-blue-card {
    display: flex;
    flex-direction: column;
}

.card-height-fix-for-content .dis-white-card p,
.card-height-fix-for-content .dis-blue-card p {
    flex-grow: 1;
}

/* =====================================faq css end ============================================ */

/* ====================================================delivery methd end =========================== */

@media only screen and (max-width: 650px) {
    .report-listing-page-tab .nav-tabs .nav-item {
        width: 100%;
    }

    .report-listing-page-tab .nav-tabs .nav-item a {
        margin: 0;
        padding: 20px 45px;
        box-shadow: -2px -1px 25px 2px rgba(0, 0, 0, 0.4);
    }

    .report-listing-page-tab .nav-tabs .nav-item:first-child a,
    .report-listing-page-tab .nav-tabs .nav-item:last-child a {
        border-radius: 0;
    }

    .report-listing-page-tab .nav-tabs .nav-item a:hover,
    .report-listing-page-tab .nav-tabs .nav-item.active a:hover,
    .report-listing-page-tab .nav-tabs .nav-item.active a {
        margin: 0;
    }
}



.cus-form-report-listing-rp-listing {
    padding: 15px 0px 13px 0px;
    background-color: #26265E;
}

.Report-listing_form_heading h3 {
    color: #FFF;
    font-size: 15px;
    font-weight: 500;
    line-height: 21px;
}

.report-listing-input input,
.report-listing-input select {
    color: #505050;
    font-size: 10px;
    font-weight: 400;
    line-height: 20px;
    margin: 2px 0;
    padding: 1px 9px;
}

.report-listing-input select {
    padding: 4px !important;
    height: auto !important;
}

.report-listing-input textarea {
    font-size: 10px;
    padding: 10px !important;
    line-height: 10px;
    background-color: #26265E;
    border: 1.5px solid #C9C9D6;
    color: #fff !important;

}

.report-listing-input textarea::placeholder {
    color: #fff;
}

.report-listing-input label {
    color: #FFF;
    font-size: 11px !important;
    font-weight: 400;
    line-height: 10px;
}

.main-wrapper-repor-listing-attach {
    /* display: flex; */
    /* justify-content: space-evenly; */
    margin-top: 8px;
}

.cus-report-list-form-btn button {
    color: #fff;
    outline: none;
    border: none;
    background: none;
    text-align: center;
    cursor: pointer;
    font-size: 16px;
}

.cus-report-list-form-btn button svg {
    position: relative;
    border: 1px solid blue;
    bottom: -5px;
    border-radius: 50%;
}

.upload-file-report-listing label img {
    width: 40px;
    cursor: pointer;
}

.report-listing-form-below-sec h3 {
    color: #ffff;
    background-color: #51517D;
    text-align: center;
    font-size: 15px;
    padding: 8px 0px;
    font-weight: 500;
    margin-bottom: 0px;
}

.main-rl-sec-bg-img-overlay {
    position: relative;
    background-image: url(../image/new-img2024/prccc.png);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    height: 104px;
    padding: 10px 10px;
    cursor: pointer;
}

.main-rl-sec-bg-img-overlay::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgb(0 0 0 / 84%);
    /* Adjust the opacity value (0.3 for light black) */
}

.main-left-bar-bottom-sec-rl {
    position: relative;
}

.report-listing-form-below-sec a {
    position: absolute;
    bottom: 0;
    color: #fff;
    font-size: 14px;
    margin-bottom: 7px;
}

.report-listing-form-below-sec button {
    color: #fff;
    outline: none;
    border: none;
    background: none;
    text-align: center;
    cursor: pointer;
    font-size: 16px;
    position: absolute;
    right: 10px;

}

.report-listing-form-below-sec button svg {
    border: 1px solid white;
    border-radius: 50%;
    width: 20px;
}


.main-rl-consulting {
    position: relative;
    background-image: url(../image/new-img2024/syn.png);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    height: 104px;
    padding: 10px 10px;
}

.main-rl-consulting::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(0, 0, 0, 0.425);
    /* Adjust the opacity value (0.3 for light black) */
}

.data-analytic-rl-over {
    position: relative;
    background-image: url(../image/new-img2024/data-2.png);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    height: 104px;
    padding: 10px 10px;
}

.data-analytic-rl-over::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(0, 0, 0, 0.425);
    /* Adjust the opacity value (0.3 for light black) */
}

.syn-rep-rl-over {
    position: relative;
    background-image: url(../image/new-img2024/main-4.png);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    height: 104px;
    padding: 10px 10px;
}

.syn-rep-rl-over::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(0, 0, 0, 0.425);
}


.my-custom-select-rl {
    background-color: #0041BE;
    color: #fff;
    border-radius: var(--4, 4px);
    border: 1px solid var(--white-100, #FFF);
    height: calc(2.25rem + 10px);
    /* padding: 0.375rem 0.75rem 0.375rem 2rem; */
    padding: 20px 54px 20px 45px;
    position: relative;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    width: 1%;
    margin-bottom: 0;
    font-size: 16px;


}

.my-custom-select-rl:focus {
    outline: none;
    box-shadow: none;
}

.main-cus-inpt-sec-main-rl label:not(.report-location-list label) {
    font-size: 20px;
    margin-bottom: 20px;
    font-weight: 500;
    font-family: 'Roboto';
}

.cus-srch-bar-select-main-rl {
    position: absolute;
    top: 12px;
    left: 15px;
    font-size: 15px;
}

.tab-rl-sbmt-btn-imp button {
    background-color: #fff;
    color: #0029FF;
    border-radius: var(--4, 4px);
    border: 1px solid var(--white-100, #FFF);
    height: calc(2.25rem + 10px);
    padding: 12px 50px 12px 50px;
    position: relative;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    font-weight: 600;
    margin-bottom: 0;
    font-size: 16px;

}

.report-details-page-banner {
    min-height: 665px;
}

.main-proc-ins-sec-reg-form-prop {
    display: flex;
    justify-content: space-between;
    align-items: end;
}

.postion-rl-cus-tab-sec {

    position: absolute;
    top: 625px;
    /* left: 110px; */
    z-index: 1;
    width: 100%;
}

/* .it is changes 5 to 8 px below */
.report-listing-leftsidebad .card .content-siding-repoprt-listing-sec {
    padding-left: 8px;
    font-size: 0.9rem;
    font-weight: 500;
}

.report-listing-leftsidebad .card-header a {
    font-size: 0.9rem;
}

.content-overlap-section p {
    color: #fff;
    padding: 30px;
    font-size: 16px;
    margin-top: 28px;
    line-height: 25px;
}

.rl-main-card-con {
    padding: 15px 6px 13px 16px;
}

.rl-main-card-con p {
    color: #FFF;
    font-size: 16px;
    font-weight: 400;
}

.icon-contain-btn-rs img {
    height: 40px;
}

.rl-main-card-sec-second {
    padding: 31px 6px 13px 16px;
    /* background: rgba(141, 141, 141, 0.10); */
    border-radius: 18px 0px 0px 18px;
}

.main-inner-custom-sub-sec span {
    color: #fff;
    font-size: 19px;
}

.main-inner-custom-sub-sec-email span {
    color: #000;
    font-size: 19px;
    font-weight: 500;
}

.main-inner-custom-sub-sec-card-two span {
    color: #000;
    font-weight: 500;
    font-size: 19px;
}

.main-inner-custom-sub-sec s {
    font-size: 19px;
    color: red;
}

.main-inner-custom-sub-sec-card-two s {
    color: red;
    font-weight: 500;
    font-size: 19px;
}

.rl-main-bottom-sec {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    padding: 0px 16px;
    margin-bottom: 20px;
    margin-top: 4px;
}

.report-listing-leftsidebad .card .card-body ul li a {
    font-size: 0.77rem;
    color: #0029ff;
    font-weight: 500;
    font-family: 'Inter', sans-serif;
}

.report-listing-leftsidebad .card .card-body ul li::before {
    content: "\f105";
    font-family: 'FontAwesome';
    margin-right: 5px;
    color: #2f5597;
    font-weight: 300;
    font-size: 14px;
}

.main-position-below-sec-top-sec-rl {
    margin-top: 85px;
}

.rl-main-middle-content-cards {
    position: relative;
    background-color: #ffff !important;
    background-image: url(../image/new-img2024/bg-img-proc.png);
    background-position: right;
    background-size: cover;
    background-repeat: no-repeat;
    min-height: 257px;
    border-radius: 18px;
}

.rl-main-middle-content-cards-press {
    background-image: url(../image/new-img2024/press-rel-rol.png);
}

.rl-main-middle-card-odd-press {
    background-image: url(../image/new-img2024/new-odd-press-rel.png);
}

.about-banner-new .about-banner-items h2 {
    font-size: 50px !important;
}

/* ========================================================category listing page css ========================== */
.cat-details-page-banner-sec {
    height: auto;
    padding-bottom: 30px;
}

.cat-report-listing-page-tab {
    position: relative;
    z-index: 1;
}

.cat-report-listing-page-tab .new-ct-parent-tbs-sec {
    box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
}

.cat-listing-right-section {
    display: flex;
    justify-content: center;
    position: relative;
    width: 100%;
    padding: 0px 16px;
}

.cat-report-listing-page-con {
    margin-top: 4rem;
}

.cat-report-listing-page-con h2 {
    font-size: 60px !important;
    line-height: 75px !important;
}

.cat-report-listing-page-con p {
    font-size: 15px !important;
    font-weight: 400 !important;
    line-height: 26px;
    padding: 22px 130px 0px 0px;
}

.cat-report-listing-page-tab .nav-tabs .nav-item:nth-child(2) a,
.cat-report-listing-page-tab .nav-tabs .nav-item:nth-child(3) a {
    color: #0029FF;
    background-color: #fff;
    font-weight: 500;
}

.cat-report-listing-page-tab .tab-content {
    color: #fff;
    padding: 25px 25px;
    background: #FFF;
    border-radius: 0 16px 16px 16px;
}

.cat-report-listing-page-tab .nav-tabs .nav-item a {
    box-shadow: unset;
}

.cat-report-listing-page-tab .categories-details-tabs-section .nav-item .nav-link {
    border-bottom: 3.5px solid #E6E7E8 !important;
    color: #091F48 !important;
}

.cat-report-listing-page-tab .categories-details-tabs-section .nav-link.active {
    border-bottom: 3.5px solid #0041BE !important;
    color: #091F48 !important;
}



.cat-report-listing-page-tab .categories-details-tabs-section .nav-tabs .nav-item .nav-link {
    color: #000;
    background-color: unset;
    margin: 0px 26px;
    padding: 10px 1px !important;


}

.cat-report-listing-page-tab .categories-details-tabs-section .nav-tabs .nav-item a {
    padding: 20px !important;
}

.cat-report-listing-page-tab .categories-details-tabs-section .cat-main-cus-sec-content-btn .cus-new-tab-pan-sec-cat p {
    color: #000;
    font-size: 19px;
    font-weight: 400;
    margin-bottom: 0.5rem;
    line-height: 30px;
}

.main-outer-vertical-tab-ct {
    margin-top: -40px;
    position: relative;
    z-index: 0;
}

.home-main-sec-btn-sub-us-ct-btn {

    padding: 0px 44px;
    margin-top: 10px;

}

.home-main-sec-btn-sub-us-ct-btn a {
    padding: 13px 48px;
}

.home-main-sec-btn-sub-us-ct-btn a:hover {
    padding: 13px 42px;
    background-color: #fff;
    color: #0041BE;
    border: 1px solid #0029FF;
    font-weight: 500;
}

.home-main-sec-btn-sub-us-ct-btn a:hover svg path {
    fill: #0041BE;
}

/* ===========================================vertical tab===================== */
.category-slide {
    /* transform: translate3d(0,90px,0); */
    opacity: 0.5;
}

.category-slide.active {
    /* transform: translate3d(0,90px,0); */
    opacity: 1;
    animation: slideIn 1s ease forwards;
}

.category-slide.active .main-vertical-left-side .nav-pills .nav-link.active {
    /* font-size: 4rem; */
    transform: translate3d(56px, 0, 0);
}

.main-vertical-left-side {
    /* background-color: #fff; */
    padding: 52px 0 0 108px;
    /* max-height: 685px; */
    /* overflow: hidden; */
    /* overflow-y: auto; */
}

/* .main-vertical-left-side::-webkit-scrollbar {
    width: 10px !important;
}

.main-vertical-left-side::-webkit-scrollbar-thumb {
    background-color: #888;
    border-radius: 4px;
} */

.main-vertical-left-side .nav-pills .nav-link {
    color: #8F8F8F;
    padding: 0 0 20px !important;
    /* padding: 30px 0px !important; */
    font-size: 2rem;
    font-weight: 300;
    line-height: 1;
    /* border-bottom: 1px solid #8E98CE; */
    border-radius: unset;
    transition: transform .6s ease;
}

.main-vertical-left-side .nav-pills .nav-link.active {
    color: #fff;
    background-color: unset;
    padding: 0 0 20px !important;
    /* padding: 30px 0px !important; */
    font-size: 4rem;
    font-weight: 300;
    line-height: 1;
    /* border-bottom: 1px solid #8E98CE; */
    border-radius: unset;
}

.main-vertical-left-side .nav-pills .nav-link.active:before {
    content: "\f054";
    font-family: "FontAwesome";
    font-weight: 200;
    margin-right: 5px;
    font-size: 4rem;
}

/* .main-vertical-left-side .nav-pills .nav-link:hover {
    font-size: 40px;
    transition: font-size 0.3s ease;
} */

.main-vertical-right-ct {
    /* background-color: #FFFFFF; */
    padding: 52px 80px 0 20px;
    /* max-height: 685px; */
}

.main-vertical-right-ct .tab-content img {
    height: 400px !important;

}

.main-vertical-right-ct .cus-right-ct-tab-con>.active {
    position: relative;
    margin: unset;
}

.main-vertical-right-ct .cus-right-ct-tab-con>.active img {
    position: absolute;
}

.cus-mt-6 {
    margin-top: 6rem !important;
}

.home-page-our-ser-ind-list h5 {
    color: #0029FF;
    text-align: center;
    font-size: 46px;
    font-weight: 700;
    line-height: 54px;
    /* text-transform: capitalize; */
    margin: 0.7rem 0;
}



.home-page-our-ser-ind-list p {
    color: #000;
    text-align: center;
    font-size: 16px;
    font-weight: 400;
    line-height: 30px;
    padding: 0 5rem;
    width: 68%;
    margin-bottom: 20px;
    margin-left: auto;
    margin-right: auto;
}


.custom-card {
    background-color: #f8f9fa;
    border-radius: 23px;
    padding: 20px;
    margin-bottom: 20px;
    min-height: 315px;
    /* min-height: 300px; */
}


.custom-card:nth-child(2) {
    height: 370px !important;
}

.cta-custom-card-1 {
    background-color: #0029FF;
    padding: 30px;
}

.cta-custom-card-1 h4 {
    color: #fff;
    font-size: 36px;
    font-weight: 500;
    margin-bottom: 26px;
}

.cta-custom-card-1 p {
    color: #FFF;
    font-size: 22px;
    margin-top: 0.5rem;
    font-weight: 400;

}

.cus-head-border-bottom-sec-ct {
    border-bottom: 1px solid #ffff;
    color: #fff;
    width: 100%;
}


.cta-custom-card-2 {
    background-color: #718EBF;
    padding: 30px;
    min-height: 370px;
}

.cta-custom-card-2 h4 {
    color: #fff;
    font-size: 36px;
    font-weight: 500;
}

.cta-custom-card-2 p {
    color: #FFF;
    font-size: 19px;
    margin-top: 0.5rem;
    font-weight: 400
}

.cta-custom-card-3 {
    background-image: url(../image/new-img2024/Image-custom-r.png);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    padding: 30px;
    /* min-height: 300px; */
    position: relative;

}

.cta-custom-card-3 h4 {
    color: #000;
    font-size: 36px;
    font-weight: 600;
}

.cta-custom-card-3 p {
    color: #000;
    font-size: 22px;
    margin-top: 0.5rem;
    font-weight: 500;

}

.cus-tom-card-pos-cat-sec {
    position: absolute;
    padding: 5px;
    right: 20px;
}


.cta-custom-card-4 {
    background-image: url(../image/new-img2024/image-bottom-sec.png);
    padding: 30px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    min-height: 330px;
    margin-top: -52px;

}

.cta-custom-card-4 h4 {
    color: #fff;
    font-size: 36px;
    font-weight: 500;
}

.cta-custom-card-4 p {
    color: #FFF;
    font-size: 22px;
    margin-top: 0.5rem;
    font-weight: 400;

}

.cus-head-border-bottom-sec-ct {
    border-bottom: 1px solid #ffff;
    color: #fff;
    width: 100%;
}


.cta-custom-card-5 {
    background-color: #0A0338;
    padding: 30px;

}

.cta-custom-card-5 h4 {
    color: #fff;
    font-size: 36px;
    font-weight: 500;
}

.cta-custom-card-5 p {
    color: #FFF;
    font-size: 19px;
    margin-top: 0.5rem;
    font-weight: 400;

}

.main-custom-ct-langu-sec {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 16px;
    /* Decreased the gap */
    padding: 12px;
    flex-wrap: wrap;
    /* Allow items to wrap */
    max-width: 100%;
    /* Limit width to prevent overflow */
}

.main-custom-ct-langu-sec span {
    color: #fff;
    font-size: 23px;
    border: 1px solid #fff;
    font-weight: 400;
    border-radius: 15px;
    padding: 12px 12px;
    margin: 4px;
}

.cta-custom-card-6 {
    margin-top: -50px;
    min-height: 330px;
}

.cta-custom-card-6 h4 {
    color: #fff;
    font-size: 25px;
    font-weight: 400;
    margin-top: 30px;
}

.ct-thank-btn {
    display: flex;
    align-items: center;
    gap: 12px;
    justify-content: center;
    margin-top: 12px;
    margin-left: -49px;
    line-height: unset;
}

.ct-thank-btn .thank-btn-1 {
    line-height: unset;
}

.ct-thank-btn .thank-btn-2 {
    line-height: unset;
    color: #0029FF;
}

.cus-ct-upto-card {
    padding: 50px 45px;
    background: linear-gradient(90deg, #0029FF 2.84%, #14076E 97.87%, rgb(21 17 19 / 0%) 123.87%);
    color: #ffff;
}

.cus-ct-upto-card h5 {
    font-size: 34px;
    font-weight: 500;
}

.cus-ct-upto-card p {
    font-size: 18px;
    font-weight: 400;
    margin-top: 1rem;
    line-height: 1.6;
}

.ind-ct-cus-btn {
    background-color: transparent;
    border: 1px solid #fff;
}

.ind-ct-cus-btn:hover {
    font-weight: 500;
}


/* ======================privacy policy ================= */

.cus-priv-pol-padd {
    padding: 40px 55px 40px 55px;
}





/* ========================================================category listing page css end ========================== */

/* ======================================proc insigtss css=========================================== */

.proc-insigt-banner {
    background-image: url(../image/new-img2024/Proc-inst-banner.png);
}


#Globechartdiv {
    width: 100%;
    height: 500px;
    max-width: 100%;
}

.proc-ins-new-page-sec-padd {
    margin-top: 100px;
    margin-bottom: 50px;
}

.report-listing-page-con {
    margin-bottom: 100px;
    margin-top: 40px;
}

.bg-div-rotate>img {
    border-radius: 130px;
    animation: rotate-animation 10s infinite linear;
}

@keyframes rotate-animation {
    0% {
        transform: rotate(0deg);
    }

    50% {
        transform: rotate(180deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

/* .procurement-insits-accord .card-header:after {
    font-family: 'FontAwesome';
    content: "\f068";
    font-size: 25px;
    color: #0029ff;
} */

.procurement-insits-accord .card-header::after {
    font-family: 'FontAwesome';
    content: "\2212";
    font-size: 28px;
    font-weight: 400;
    cursor: pointer;
    color: #0029FF;
}

.procurement-insits-accord .card-header.collapsed:after {
    content: "\002B";
}

.proc-insit-title-sec {
    display: flex;
    justify-content: space-between;
    align-items: center;
    background-color: unset;
    border: unset;
}

.cus-proc-ins-sec h3 {
    color: #000;
    font-size: 38px;
    font-weight: 500;
    text-transform: capitalize;
    margin-bottom: 20px;
}

.cus-proc-ins-sec p {
    color: #000;
    font-size: 30px;
    font-weight: 300;

}

/* .cus-card-sec-border-bottom::after {
    content: '';
    display: block;
    border-bottom: 1px solid #cccccc;
    width: 100%;
} */
.cus-proc-ins-selec {
    height: 66px !important;
    background-color: #0041BE;
    color: #fff !important;
    outline: unset !important;
    font-size: 16px;
    font-weight: 500;
    font-family: "Inter", sans-serif;
}

.cus-proc-ins-selec:focus {
    background-color: #2F56A6;
    border: unset;
    box-shadow: unset;
}

.cus-proc-ins-selec option {
    background-color: #fff;
    color: #000;
    border-radius: unset !important;
    font-size: 16px;
}

.proc-ins-vl {
    border-left: 4px solid #CCCCCC;
    margin: 9px;

}

.proc-ins-btn-area {
    background-color: #091F48;
    padding: 20px;
    border-radius: 3px;
    max-height: 139px;
    min-height: 139px;
}

.proc-ins-btn-area span {
    color: var(--white-100, #FFF);
    text-align: center;
    font-size: 16px;
    font-weight: 500;
}

.button-container {
    padding: 20px;
    display: flex;
    justify-content: center;
}

.button-container button {
    background-color: unset;
    border: none;
    outline: none;
    color: #fff;
    font-size: 16px;
    cursor: pointer;
    font-weight: 500;
    margin: 5px;
}

.button-container button.active {
    background-color: #0029FF;
    padding: 8px 12px;
}

.button-container button {
    /* background-color: #02338D; */
    padding: 8px 12px;
}



.btn-ver-line-proc {
    border-left: 2px solid #80A0DF;
    margin: 5px;
}

#chartdiv_Proc {
    width: 100%;
    height: 500px;
    max-width: 100%
}

.cus-outer-main-proc-ins-table {
    padding: 12px;
    /* border: 1px solid rgba(228, 231, 237, 0.627); */
}

.showcase-sec-isg {
    width: 100%;
    height: 600px;
    position: relative;
    color: white;
    text-align: center;
}

.showcase-sec-isg img {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 99
}

.showcase-sec-isg .overlay-isg {
    background: rgb(152, 150, 246);
    background: linear-gradient(90deg, rgb(152 150 246 / 38%) 20%, rgb(209 208 222 / 57%) 67%);
    position: absolute;
    margin: 40px auto;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 999;
    width: 85%;
    box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
    border-radius: 30px;
    padding: 68px;
}

.showcase-sec-isg h3 {
    font-size: 38px;
    color: #000;
    font-weight: 500;
}

.showcase-sec-isg p {
    margin-top: 8px;
    font-size: 16px;
    font-weight: 400;
    padding: 0 28px;
    color: #000;
    line-height: 1.75;
}

.cus-proc-sec-btn:hover {
    color: blue !important;
    border: 1px solid blue;
}

.cus-proc-sec-btn:hover svg path {
    fill: blue;
}

.normal-proc-strip-sec {
    display: flex;
    align-items: center;
    background: #0041BE;
    padding: 20px;
    gap: 30px;
    max-height: 78px;
    min-height: 78px;
}

.normal-proc-strip-sec p {

    margin-bottom: 0px;
    color: #FFF;
    font-size: 18px;
    font-weight: 600;

}


.normal-proc-strip-sec button {
    color: #fff;
    background-color: unset;
    outline: unset;
    border: 1px solid #ffffffb5;
    padding: 7px 23px;
    font-size: 15px;
    margin: 0px 0px 0px 0px;
    border-radius: 6px;
    width: 20%;
    font-size: 13px;
    font-family: "Inter", sans-serif;
    font-weight: 600;
    cursor: pointer;
}

.normal-proc-strip-sec button:hover {
    background-color: #fff;
    color: #0041BE;
    font-weight: 600;
    transition: 0.3s ease-in;
}

.normal-proc-strip-right {
    display: flex;
    align-items: center;
    justify-content: space-around;
    background: #0029FF;
    padding: 28px;
    gap: 30px;
    max-height: 78px;
    min-height: 78px;
}

.normal-proc-strip-right a {
    color: #fff !important;
    background-color: unset;
    outline: unset;
    border: unset;
    font-size: 18px;
    cursor: pointer;
    border-radius: 6px;
    font-family: "Inter", sans-serif;
    /* font-weight: 600; */
}

.proc-insi-center p {
    color: #000;
    text-align: center;
    text-shadow: 0px 9px 11px rgba(0, 0, 0, 0.25);
    font-size: 18px;
    font-style: italic;
    font-weight: 600;
    font-style: italic;
    /* margin-top: 1rem; */
    margin-bottom: 0px;
}

.proc-ins-map-sec {
    background-image: url(../image/new-img2024/word-map.jpg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    max-height: 450px;
    min-height: 450px;
    position: relative;

}

.proc-ins-list-grup {
    background-color: #0A0338;
    padding: 20px;
    width: 21%;
    text-align: left;
    position: absolute;
    max-height: 400px;
    min-height: 400px;
    margin-top: 20px;

}

.list-group-proc-ins-con {
    color: #fff;
    border: unset;
    background-color: unset;
    font-size: 17px;
    font-weight: 400;
    padding: 15px 10px;
}

.proc-ins-parent-list-group ul li:first-child {
    background-color: #D6DBE3;
    color: #000;
    text-align: center;
    font-weight: 600;
    border-radius: 4px;
    font-size: 18px;
    padding: 11px;
}

.proc-ins-parent-list-group ul li:not(:first-child) {
    text-align: center;
    font-size: 16px;
    border-bottom: 1px solid #5E5B77;
    box-shadow: unset;
    border-radius: unset;
}

.proc-ins-new-sec-cont {
    margin-bottom: 35px;
}

.proc-ins-new-sec-cont h4 {
    margin-bottom: 20px;
    color: #868686;
    font-size: 38px;
    font-weight: 500;
}

.proc-ins-new-sec-cont h5 {
    color: #000;
    font-size: 24px;
    font-weight: 600;
    line-height: 30px;
    margin-bottom: 20px;
    font-family: "Inter", sans-serif;
}

.main-tandc-content-proc-ins {
    display: flex;
    gap: 9px;

    color: #000;
    height: 100%;
    border-bottom: 1px solid #ccce;
    border-radius: unset;
    width: 97%;
}

.vl-tandc-proc-ins {
    border-left: 8px solid #0029FF;
    height: 69px;
}

.main-tandc-content-proc-ins p {
    margin-bottom: 0px;
    font-size: 16px;
    line-height: 1.75;
}

.cus-proc-ins-main-head {

    background-color: #0029FF;
    color: #fff;
    padding: 9px 0px 20px;
    text-align: center;

}

.cus-proc-ins-main-head a {
    font-size: 25px;
    color: #fff;
    font-weight: 600;
}

.cus-proc-ins-main-head a svg {
    position: relative;
    top: 10px;
}

.new-proc-ins-red-sec {
    background-image: url(../image/new-img2024/new-proc-ins-sec.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    max-height: 500px;
    min-height: 500px;
}

.cus-ins-sec-right-sec h6 {
    margin-bottom: 20px;
    font-size: 45px;
    color: #fff;
    font-weight: 500;
}

.cus-ins-sec-right-sec p {
    margin-bottom: 46px;
    font-size: 21px;
    color: #fff;
    width: 79%;
    line-height: 34px;
    font-weight: 300;
}

.new-proc-ins-red-sec .card-header>div {
    border-left: unset !important;
}

.new-proc-ins-red-sec .card .card-body {
    border-left: unset !important;
}

#mainn #faqq .card .card-header>div {
    color: #fff;
    display: block;
    text-align: left;
    background: #fff;
    color: #0029FF;
    padding: 12px 12px 12px 0px;
    border-left: 8px solid #113B83;
}

#mainn #faqq .card .card-header {
    border: 0;
    background: #FFF;
    box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
    border-radius: unset !important;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

#mainn #faqq .card {
    margin-bottom: 16px;
    border: 0;
}

#mainn #faqq .card .card-header>a {
    color: #000;
    font-weight: 600;
    font-size: 19px;
}

#mainn {
    overflow-y: auto;
    margin: 10px 0;
    height: 26rem;
}

#mainn #faqq .card .card-body ul li {
    color: #000 !important;
}


#mainn #faqq .card .card-header::after {
    font-family: 'FontAwesome';
    content: "\2212";
    font-size: 17px;
    font-weight: 100;
    cursor: pointer;
    color: #0029FF;

}

#mainn #faqq .card .card-header.collapsed:after {
    content: "\002B";
}

.new-sec-proc-insigt-sec-cus-margin {
    margin-top: 34px;
}

/* ===================================================proc insid sec accordion================================ */
.catgory-proc-inse-sec {
    position: relative;
    overflow: hidden;
    min-height: 100%;
}

.proc-insig-sec-main-cat-sec h2 {
    color: #0029ff;
    text-align: center;
    font-size: 43px;
    font-weight: 500;
    line-height: 54px;
    /* text-transform: capitalize; */
    margin: 0.7rem 0;
}

.proc-insig-sec-main-cat-sec p {
    color: #000;
    text-align: center;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.75;
    padding: 0 9rem;
    width: 74%;
    margin-bottom: 20px;
    margin-left: auto;
    margin-right: auto;
}

.catgory-proc-inse-sec {
    /* background-color: #DFE5EE; */
    padding: 20px 25px 20px 25px;
    /* border-radius: 20px 0px 0px 20px; */
}

.cat-proc-inside-main-sec-cont {
    /* padding: 12px; */
    /* background-color: #0041BE; */
    width: 100%;
    margin: 15px 0px 0px 0px;
    min-height: 433px;
}

.cat-proc-inside-main-sec-cont > div > div + div {
    border-bottom: 1px solid rgba(255, 255, 255, 0.10) !important;
  }

/* Segment 01 */
.segment-01 {
    background-color:#05014A;
}

.segment-01 .cat-proc-inside-main-sec-cont {
    /* background-color: #0041BE; */
}

/* Segment 02 */
.segment-02{
    background-color: #0B1739;
}

.segment-02 .cat-proc-inside-main-sec-cont {
    /* background-color: #673AB7; */
}

/* Segment 03 */
.segment-03 {
    background-color: #002D62;
}

.segment-03 .cat-proc-inside-main-sec-cont {
    /* background-color: #FB8C00; */
}

/* Segment 04 */
.segment-04{
    background-color: #0029FF;
}

.segment-04 .cat-proc-inside-main-sec-cont {
    /* background-color: #0288D1; */
}

/* Segment 05 */
.segment-05 {
    background-color: #03045E;
}

.segment-05 .cat-proc-inside-main-sec-cont {
    /* background-color: #689F38; */
}

/* Segment 06 */
.segment-06 {
    background-color:#023E8A;
}

.segment-06 .cat-proc-inside-main-sec-cont {
    /* background-color: #D81B60; */
}


.catgory-proc-inse-sec-other {
    border-radius: 0px 0px 0px 0px;
}

.catgory-proc-inse-sec-right {
    /* border-radius: 0px 20px 20px 0px; */
}

.main-ins-sec-span-sec {
    display: flex;
    justify-content: space-between;
    align-items: center;
    position: relative;
}



.catgory-proc-inse-sec span {
    color: #fff;
    font-size: 30px;
    font-weight: 600;
}

.main-ins-sec-span-sec span {
    font-weight: 600;
    font-family: "lora", serif;
}

.main-ins-sec-span-sec>div:first-of-type {
    flex-direction: column;
    gap: 0 !important;
}



.catgory-proc-inse-sec img {
    width: 25px;
    visibility: hidden;
}

.cat-proc-inside-main-sec-cont img {
    display: block;
    visibility: visible;
}




.cat-proc-inside-main-sec-cont span {
    color: #ffff;
    font-size: 16px;
    font-weight: 500;
    padding: 13px 0px;
}

.cat-proc-inside-main-sec-cont img {
    width: 21px;
}

.new-sec-vertical-text-proc {
    position: relative;
    display: none;
}

.new-sec-vertical-text-proc p {
    color: #000;
    margin-bottom: 0;
    transform: rotate(269deg);
    position: absolute;
    top: -74px;
    left: -53px;
    font-weight: 600;
    font-size: 18px;
}

/* 
.main-ins-sec-span-sec>div:first-child>span:first-child {
    position: absolute;
    left: -18px;

}


.main-ins-sec-span-sec>div>span:nth-child(2) {
    position: relative;
    right: -25px;
} */




.vertical-rotate-align-text {
    height: 100%;
    background-color: #091F48;
    /* border-bottom: 6px solid #0424A3; */
    /* border-top: 3px solid #0424A3;
    border-left: 2px solid #0424A3;
    border-right: 3px solid #0424A3; */

    min-height: 506px;
    /* max-height: 507px; */
    width: 100%;
}



.vertical-rotate-align-text p {
    font-weight: 600;

}

.vertical-rotate-align-text .mixed {
    writing-mode: vertical-lr;
    text-orientation: mixed;
    transform: rotate(-180deg);
}

.inside-sec-vert-content-sec-orient {
    background: #ffff;
    color: #000;
    padding: 39px;
    height: 100%;
    border: 1px solid rgba(0, 0, 0, 0.20);
}

.inside-sec-vert-content-sec-orient .cus-main-inside-sec-orient {
    display: flex;

    /* gap: 250px; */
    flex-direction: column;
    align-items: center;
    height: 100%;
    justify-content: space-between;

}



/* .vertical-rotate-align-text>.inside-sec-vert-content-sec-orient:nth-child(-n+4) {
    border-right: 1px solid #0424A3;
} */


.vertical-rotate-align-text .mixed {
    writing-mode: vertical-lr;
    text-orientation: mixed;
    transform: rotate(-180deg);
    align-self: flex-start;
    display: inline-flex;
}

.new-proc-ins-red-sec-accord-2 {
    background: #fff;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    max-height: 500px;
    min-height: 500px;
}

.main-sec-dic-proc {
    background-image: url(../image/new-img2024/new-proc-ins-sec.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    max-height: 500px;
    min-height: 500px;
}


.new-hto-sec-pd .pric-ftl-hto h5 {
    font-size: 46px;
    line-height: 40px;
    font-weight: 700;
}

/* ===============================proc isnighits new banner may =================== */
.main-outer-new-prc-ins-banner {
    background-color: #ffff;
    padding: 40px 26px;
    margin-top: 20px;
    height: 300px;
    min-height: 292px;
    min-width: 656px;
}

.main-outer-new-prc-ins-banner h2 {
    color: #122644;
    font-family: "inter", sans-serif;
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 7px;
    padding-top: 1px;
}

.main-outer-new-prc-ins-banner p {
    color: #000;
    /* font-family: "roboto"; */
    font-size: 14px;
    font-weight: 400;
    min-height: 100px;
    margin-bottom: 0;
}

.main-outer-new-prc-ins-banner button {
    height: 40px;
    color: black;
    background: #101323;
    outline: none;
    color: #fff;
    border: unset;
    padding: 8px 20px;
    width: 35%;
    font-size: 12px;
    border-radius: 6px;
}

.dots-bunch {
    margin-top: 60px;
    display: flex;
    gap: 4px;
}

.dots-bunch .dot {
    height: 10px;
    width: 10px;
    border-radius: 50%;
    box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
}

.dots-bunch .dot-blue {
    background-color: #0029FF;
}

.dots-bunch .dot-gray {
    background-color: #737980;
}

.main-outer-new-prc-ins-banner {
    display: flex;
    flex-direction: column;
    /* align-items: center; */
    justify-content: space-between;
    min-height: 300px;
    /* Adjust this height based on your content */
    padding: 20px;
    box-sizing: border-box;
}

.main-outer-new-prc-ins-banner .banner-content {
    overflow: hidden;
    /* Hide content that exceeds max-height */
    display: flex;
    flex-direction: column;
    justify-content: center;
}

/* ===================proc insig banner ow; caros=========== */


.main-prc-ins {
    margin-top: 20px;
    min-height: 300px;
}

.main-prc-ins img {
    height: 300px;
}

.main-prc-ins .owl-dots {
    display: none;
}

.main-prc-ins .owl-prev span {
    display: none !important;
}

.main-prc-ins .owl-next span {
    display: none !important;
}

.main-prc-ins .owl-stage {
    display: flex;
    align-items: center;
}

.main-prc-ins .owl-prev {
    left: 76% !important;
    top: 50%;
    transform: translateY(-50%);
    position: absolute;
}

.main-prc-ins .owl-prev::before {
    font-family: "FontAwesome";
    content: '\f104';
    font-size: 20px;
    color: #fff;
    opacity: 1;
    background-color: #000;
    padding: 6px 10px;
    /* display: none; */
}

.main-prc-ins .owl-next {
    right: 47px;
    top: 50%;
    transform: translateY(-50%);
    position: absolute;
}

.main-prc-ins .owl-prev span {
    display: none !important;
}

.main-prc-ins .main-prc-ins .owl-next span {
    display: none !important;
}

.main-prc-ins .owl-next::before {
    font-family: "FontAwesome";
    content: '\f105';
    font-size: 20px;
    color: #fff;
    opacity: 1;
    background-color: #000;
    padding: 6px 10px;
}


.proc-isights-banner-sec-side {
    position: relative;
    left: -7px;
}

.main-left-proc-new-sec-container {
    min-width: 562px;
}







/* ===============================proc isnighits new banner  may end =================== */





/* ===================================================proc insid sec accordion end================================ */





/* ======================================proc insigtss css Esnd=========================================== */


/* =======================================Media Queries ================================================== */


@media (min-width: 1500px) {
    .main-outer-new-prc-ins-banner {
        min-width: 621px;
    }

    .main-left-proc-new-sec-container {
        min-width: 760px;
    }

    .main-prc-ins .owl-next {

        right: 94px;

    }

    .main-prc-ins .owl-prev {
        left: 78% !important;
    }
}

/* All Big Screens Above 900 */
@media (min-width: 900px) and (max-width: 1440px) {

    .postion-rl-cus-tab-sec {
        position: absolute;
        top: 649px;
        /* left: 110px; */
        z-index: 1;
        width: 100%;
    }

    .report-details-page-banner {
        min-height: 712px;
    }

    .feedback_icon {
        display: flex;
        justify-content: flex-start;
        align-items: center;
        gap: 5px;
        width: 32%;
    }

    .rs-listing-inner-cont p {
        color: #ffff;
        font-size: 14px;
    }

    .icon-holder-con p {
        color: #fff;
        font-size: 14px;
    }

    .report-listin-next-sec p {
        font-size: 14px;
    }




    /* =====================================================indus-listing(cat-list===================) */



    .cat-report-listing-page-con h2 {
        font-size: 45px !important;
        line-height: 57px !important;
    }

    .cat-report-listing-page-con {
        margin-top: 0rem;
    }

    .cat-report-listing-page-con p {
        font-size: 14px !important;
        font-weight: 400 !important;
        padding: 22px 0px 0px 0px;
        line-height: 1.7 !important;
    }

    .cat-listing-right-section {
        padding: unset;
    }

    .cat-report-listing-page-tab .categories-details-tabs-section .nav-tabs .nav-item .nav-link {
        background-color: unset;
        margin: 0px 7px;
        font-size: 17px;
        padding: 10px 1px !important;
    }

    .cat-report-listing-page-tab .categories-details-tabs-section .nav-tabs .nav-item .nav-link.active {
        background-color: unset;
        margin: 0px 7px;
        font-size: 17px;
        padding: 10px 1px !important;
    }

    .cat-report-listing-page-tab .categories-details-tabs-section .cat-main-cus-sec-content-btn .cus-new-tab-pan-sec-cat p {
        color: #000;

        font-size: 16px;
        font-weight: 400;
        margin-bottom: 0.5rem;
        line-height: 30px;
    }

    .home-main-sec-btn-sub-us-ct-btn {
        padding: 5px 3px !important;
        margin-top: 10px !important;
    }

    .home-main-sec-btn-sub-us-ct-btn .inds-list-sub-btn {
        padding: 13px 42px !important;
        width: 170px;
    }

    .cat-report-listing-page-tab .tab-content {
        color: #fff;
        padding: 10px 8px;
        background: #FFF;
        border-radius: 0 16px 16px 16px;
    }

    .main-vertical-left-side {
        padding: 52px;
        max-height: 450px;
        overflow-x: hidden;
        overflow-y: auto;
    }

    .main-vertical-right-ct {
        /* background-color: #FFFFFF; */
        padding: 52px 80px 52px 20px;
        max-height: 450px;
    }

    .home-page-our-ser-ind-list p {

        font-size: 18px;
        padding: 0px 2rem;
        width: 100%;

    }

    .home-page-our-ser-ind-list h5 {
        font-size: 40px;

    }

    .cta-custom-card-4 {
        /* margin-top: unset; */
    }

    .cta-custom-card-6 {
        /* margin-top: unset; */
    }

    .cta-custom-card-2 h4 {
        font-size: 30px;
        font-weight: 500;
    }

    .cta-custom-card-5 h4 {

        font-size: 29px;
        font-weight: 500;
    }

    /* .cta-custom-card-1,
    .cta-custom-card-2,
    .cta-custom-card-3,
    .cta-custom-card-4,
    .cta-custom-card-5,
    .cta-custom-card-6 {
        min-height: 315px;
    } */

    .main-custom-ct-langu-sec span {
        font-size: 13px;
    }

    .main-custom-ct-langu-sec {
        gap: 2px;

    }

    .cta-custom-card-6 h4 {
        color: #fff;

        font-size: 25px;
        font-weight: 400;
        margin-top: 13px;
    }

    .ct-thank-btn .thank-btn-1 {
        line-height: unset;
        font-size: 25px;
    }

    .ct-thank-btn .thank-btn-2 {
        line-height: unset;
        font-size: 25px;
    }

    .left-home-page-cont-sec button {
        width: 70% !important;
    }

    .cus-ct-upto-card {
        /* padding: 30px 15p    x; */
        background: linear-gradient(90deg, #0029FF 2.84%, #14076E 97.87%, rgb(21 17 19 / 0%) 123.87%);
        color: #ffff;
        min-height: 320px;
    }

    .cus-ct-upto-card h5 {
        line-height: 1.5;
    }

    .cus-ct-upto-card p {
        font-size: 16px;
        line-height: 1.8;
    }

    .cus-ct-upto-card .con-us-sec-new-home-btn-ind-ct {
        font-size: 20px;
    }

    /* ================del method ====================== */

    .main-wrap-del-method-2 h3 {
        font-size: 40px;
    }

    .main-wrap-del-con-2 {
        margin-top: 28px;
    }




}

@media (min-width: 1024px) and (max-width: 1024px) {
    .main-wrap-del-con {
        top: 34%;
    }

    .main-wrap-del-method-2 h3 {
        font-size: 35px;
    }

    .main-wrap-del-con-2 {
        margin-top: 14px;
    }
}

@media (min-width: 1367px) and (max-width: 1440px) {
    .normal-proc-strip-sec button {
        width: 100%;
    }
}

@media (min-width: 900px) and (max-width: 1366px) {

    /* ========================proc insigt tab responsive ========================== */
    .new-sec-proc-insigt-sec-cus-margin {
        margin-top: 16px;
    }

    .main-outer-new-prc-ins-banner {

        min-width: 533px;
    }

    .main-left-proc-new-sec-container {
        min-width: 677px;
    }

    .main-prc-ins .owl-next {
        right: 81px;

    }

    .cus-proc-ins-sec h3 {
        font-size: 30px;
    }

    .cus-proc-ins-sec p {
        font-size: 25px;
    }

    .showcase-sec-isg .overlay-isg {

        /* width: 100%; */
        padding: 30px 6px;
    }

    .showcase-sec-isg h3 {
        font-size: 26px;
        color: #000;
        font-weight: 600;
        line-height: 30px;
    }

    .showcase-sec-isg p {
        margin-top: 10px;
        font-size: 21px;
        font-weight: 400;
        padding: 0 28px;
        color: #000;
        line-height: 35px;
    }

    .normal-proc-strip-sec p {
        font-size: 15px;
    }

    .normal-proc-strip-sec button {
        padding: 7px;
        font-size: 14px;
        cursor: pointer;
    }

    .normal-proc-strip-right {
        justify-content: space-around;
        padding: 10px;
        gap: 12px;

    }

    .normal-proc-strip-right a {

        font-size: 14px;

    }

    .proc-ins-list-grup {
        width: unset;
    }



    .proc-ins-new-sec-cont h4 {

        font-size: 30px;

    }

    .proc-ins-new-sec-cont h5 {
        font-size: 20px;
    }

    .main-tandc-content-proc-ins p {
        margin-bottom: 0px;
        font-size: 16px;
        line-height: 30px;
    }

    .main-tandc-content-proc-ins p {
        margin-bottom: 0px;
        font-size: 16px;
        line-height: 30px;
    }

    .vl-tandc-proc-ins {
        height: 100%;
    }

    .cus-proc-ins-main-head a {
        font-size: 25px;
    }

    .cus-proc-ins-main-head a svg {
        position: relative;
        top: 10px;
        width: 26px;
    }

    .new-proc-ins-red-sec {
        max-height: 100%;
    }

    .cus-ins-sec-right-sec h6 {

        font-size: 30px;

    }

    .cus-ins-sec-right-sec p {
        font-size: 18px;
        width: 100%;

    }

    .proc-insigt-right-btn-custom {
        text-align: start;
        margin-bottom: 20px;
    }

    #mainn #faqq .card .card-header {
        padding: 1rem;
    }

    #mainn #faqq .card .card-header>a {
        color: #000;
        font-weight: 600;
        font-size: 16px;
    }

    .proc-insig-sec-main-cat-sec p {

        /* padding: unset; */
        width: 100%;

    }

    .cat-proc-inside-main-sec-cont span {
        font-size: 16px;
    }

    /* .main-ins-sec-span-sec>div:first-child>span:first-child {
        position: absolute;
        left: -18px;
        font-size: 28px;
    }

    .main-ins-sec-span-sec>div>span:nth-child(2) {
        position: relative;
        right: -25px;
        font-size: 28px;
    } */



    .catgory-proc-inse-sec {
        /* background-color: #DFE5EE; */
        /* padding: 40px 30px 15px 30px; */
        /* border-radius: unset; */
        /* margin-bottom: 20px; */
    }

    .vertical-rotate-align-text .mixed {

        align-self: center;

    }

    .inside-sec-vert-content-sec-orient {
        /* background: #091F48; */
        /* color: white; */
        padding: 39px 25px;
        height: 100%;
    }

    .vertical-rotate-align-text {
        height: 100%;
        /* background-color: #091F48; */
        /* border-bottom: 6px solid #0424A3; */

        width: 100%;
    }


    .main-proc-ins-sec-reg-form-prop {
        display: flex;
        justify-content: center;
        align-items: end;
        gap: 40px;
    }

    .report-listing-page-con p {
        padding: unset;
    }

    #Globechartdiv {
        width: 100%;
        height: 400px !important;
        max-width: 100%;
        margin-top: -40px;
    }

    /* =======================================proc-insi-tab respn end ==================== */
}




/* All medium and Tab devices */
@media (min-width: 500px) and (max-width: 899px) {
    .report-listing-page-con h2 {
        font-size: 30px !important;
        /* line-height: 42px !important; */
    }

    .report-listing-page-con p {
        padding: unset;
        line-height: 2 !important;
    }

    .my-cus-mar-p button {
        width: 100% !important;
    }

    .report-listing-page-tab .nav-tabs .nav-item a {
        font-size: 16px;

        padding: 14px 24px !important;

    }

    .postion-rl-cus-tab-sec {
        position: absolute;
        top: 700px;
    }

    .tab-rl-sbmt-btn-imp button {
        padding: 12px 40px;
    }

    .main-inner-custom-sub-sec s {
        font-size: 13px;
        color: red;
    }

    .rl-main-bottom-sec>div:first-child {
        gap: 9px !important;
        flex-wrap: wrap;
    }

    .icon-contain-btn-rs img {
        height: 30px;
    }

    .main-inner-custom-sub-sec-email span {
        color: #000;
        font-size: 15px;
        font-weight: 500;
    }

    .main-inner-custom-sub-sec-card-two span {
        font-size: 15px;
    }

    .main-inner-custom-sub-sec-card-two s {
        color: red;
        font-weight: 500;
        font-size: 15px;
    }

    .content-overlap-section p {
        color: #fff;
        padding: 12px;
        font-size: 12px;
        margin-top: unset;
        line-height: unset;
    }

    .main-inner-sidebar-sec-img-con img {
        min-height: 283px;
    }

    .feedback_icon {
        display: flex;
        justify-content: flex-start;
        gap: 5px;
        width: 100%;
    }

    .cts-main-slide-rd-cus {
        width: unset !important;
    }

    .my-new-cus-sub-btn-toc {
        display: flex;
        padding: 2px 36px;
        font-size: 16px;
    }

    .toc-new-attach-sec-imp img {
        width: 34px;
        position: relative;
        left: -16px;
    }



    /* =====================================================indus-listing(cat-list===================) */



    .cat-report-listing-page-con h2 {
        font-size: 33px !important;
        line-height: 44px !important;
    }

    .cat-report-listing-page-con p {
        font-size: 14px !important;
        font-weight: 400 !important;
        padding: 22px 0px 0px 0px;
        line-height: 1.7 !important;
    }

    .cat-listing-right-section {
        padding: unset;
    }

    .cat-report-listing-page-tab .categories-details-tabs-section .nav-tabs .nav-item .nav-link {
        background-color: unset;
        margin: 0px 8px;
        font-size: 14px;
        padding: 10px 1px !important;
    }

    .cat-report-listing-page-tab .categories-details-tabs-section .nav-tabs .nav-item .nav-link.active {
        background-color: unset;
        margin: 0px 8px;
        font-size: 14px;
        padding: 10px 1px !important;
    }

    .cat-report-listing-page-tab .categories-details-tabs-section .cat-main-cus-sec-content-btn .cus-new-tab-pan-sec-cat p {
        color: #000;

        font-size: 16px;
        font-weight: 400;
        margin-bottom: 0.5rem;
        line-height: 30px;
    }

    .home-main-sec-btn-sub-us-ct-btn {
        padding: 5px 3px !important;
        margin-top: 10px !important;
    }

    .home-main-sec-btn-sub-us-ct-btn .inds-list-sub-btn {
        padding: 13px 20px !important;
    }

    .cat-report-listing-page-tab .tab-content {
        color: #fff;
        padding: 10px 8px;
        background: #FFF;
        border-radius: 0 16px 16px 16px;
    }

    .main-vertical-left-side {
        /* background-color: #0029FF; */
        padding: 52px;
        max-height: 350px;
        overflow-x: hidden;
        overflow-y: auto;
    }

    .main-vertical-right-ct {
        /* background-color: #FFFFFF; */
        padding: 52px 80px 52px 20px;
        max-height: 350px;
    }

    .cta-custom-card-4 {
        margin-top: unset;
    }

    .cta-custom-card-6 {
        margin-top: unset;
    }

    .cta-custom-card-2 h4 {
        font-size: 30px;
        font-weight: 500;
    }

    .cta-custom-card-5 h4 {

        font-size: 30px;
        font-weight: 500;
    }

    .cta-custom-card-1,
    .cta-custom-card-2,
    .cta-custom-card-3,
    .cta-custom-card-4,
    .cta-custom-card-5,
    .cta-custom-card-6 {
        min-height: 315px;
    }

    .main-custom-ct-langu-sec span {
        font-size: 17px;
    }

    .main-custom-ct-langu-sec {
        gap: 4px;

    }

    .cta-custom-card-6 h4 {
        color: #fff;

        font-size: 25px;
        font-weight: 400;
        margin-top: 13px;
    }

    .main-table-svg-sec-oncl {
        height: 12px;
        margin-bottom: -1px;
    }

    .ct-thank-btn .thank-btn-1 {
        line-height: unset;
        font-size: 20px;
    }

    .ct-thank-btn .thank-btn-2 {
        line-height: unset;
        font-size: 20px;
    }

    .left-home-page-cont-sec button {
        width: 70% !important;
    }

    .cus-ct-upto-card {
        padding: 30px 15px;
    }

    .cus-ct-upto-card h5 {
        font-size: 22px;
        line-height: 1.5;
    }

    .my-cus-list-page-sec>div>a {
        width: 75% !important;
        display: block;
    }

    .rl-main-middle-content-cards {
        background-position: unset;
    }

    /* ========================================del method css ================= */

    .main-wrap-del-method-2 h3 {
        color: #0029FF;
        font-family: 'roboto';
        font-size: 27px;

        font-weight: 700;
    }

    .main-wrap-del-method-2 p {
        font-size: 14px;
        line-height: 24px;
    }

    .main-wrap-del-con p {
        line-height: 24px;
        font-size: 14px;
    }

    .main-wrap-del-con {
        width: 100%;

    }

    .main-wrap-del-con-2 {
        width: 100%;
        margin-top: unset;
    }

    .main-wrap-del-con {
        margin-top: 5px;
    }

    /* ===========================privacy policy ============ */

    .cus-priv-pol-padd {
        padding: 40px 20px 40px 20px;
    }

    /* ========================proc insigt tab responsive ========================== */
    .new-sec-proc-insigt-sec-cus-margin {
        margin-top: 15px;
    }

    .cus-proc-ins-sec h3 {
        font-size: 30px;
    }

    .cus-proc-ins-sec p {
        font-size: 25px;
    }

    .showcase-sec-isg .overlay-isg {

        /* width: 100%; */
        padding: 30px 6px;
    }

    .showcase-sec-isg h3 {
        font-size: 26px;
        color: #000;
        font-weight: 600;
        line-height: 30px;
    }

    .showcase-sec-isg p {
        margin-top: 10px;
        font-size: 21px;
        font-weight: 400;
        padding: 0 28px;
        color: #000;
        line-height: 35px;
    }

    .normal-proc-strip-sec p {
        font-size: 15px;
    }

    .normal-proc-strip-sec button {
        padding: 7px 19px;
        font-size: 14px;
        cursor: pointer;
    }

    .normal-proc-strip-right {
        justify-content: unset;
        padding: 10px;
        gap: 12px;

    }

    .proc-ins-list-grup {
        width: unset;
    }



    .proc-ins-new-sec-cont h4 {

        font-size: 30px;

    }

    .proc-ins-new-sec-cont h5 {
        font-size: 20px;
    }

    .main-tandc-content-proc-ins p {
        margin-bottom: 0px;
        font-size: 16px;
        line-height: 30px;
    }

    .main-tandc-content-proc-ins p {
        margin-bottom: 0px;
        font-size: 16px;
        line-height: 30px;
    }

    .vl-tandc-proc-ins {
        height: 100%;
    }

    .cus-proc-ins-main-head a {
        font-size: 25px;
    }

    .cus-proc-ins-main-head a svg {
        position: relative;
        top: 10px;
        width: 26px;
    }

    .new-proc-ins-red-sec {
        max-height: 100%;
    }

    .cus-ins-sec-right-sec h6 {

        font-size: 30px;

    }

    .cus-ins-sec-right-sec p {
        font-size: 18px;
        width: 100%;

    }

    .proc-insigt-right-btn-custom {
        text-align: start;
        margin-bottom: 20px;
    }

    #mainn #faqq .card .card-header {
        padding: 1rem;
    }

    #mainn #faqq .card .card-header>a {
        color: #000;
        font-weight: 600;
        font-size: 16px;
    }

    .proc-insig-sec-main-cat-sec p {

        padding: unset;
        width: 100%;

    }

    .cat-proc-inside-main-sec-cont span {
        font-size: 13px;
    }

    .main-ins-sec-span-sec>div:first-child>span:first-child {
        position: absolute;
        left: -18px;
        font-size: 20px;
    }

    .main-ins-sec-span-sec>div>span:nth-child(2) {
        position: relative;
        right: -25px;
        font-size: 20px;
    }



    .catgory-proc-inse-sec {
        padding: 40px 30px 15px 30px;
        border-radius: unset;
        /* margin-bottom: 20px; */
    }

    .vertical-rotate-align-text .mixed {

        align-self: center;

    }

    .inside-sec-vert-content-sec-orient {
        padding: 39px 25px;
        height: 100%;
    }

    .vertical-rotate-align-text {
        height: 100%;
        max-height: 528px;
        min-height: 528px;
        width: 100%;
    }

    .main-proc-ins-sec-reg-form-prop {
        display: flex;
        justify-content: center;
        align-items: end;
        gap: 4px;
    }

    .report-listing-page-tab .tab-content {
        padding: 10px 30px 18px 30px;
    }

    .main-cus-inpt-sec-main-rl label:not(.report-location-list label) {
        margin-bottom: 10px;
    }

    .main-outer-new-prc-ins-banner {
        min-width: unset;
        height: 290px;
        min-height: 290px;
        margin-top: unset;
        padding: 22px;
    }

    .main-prc-ins img {
        height: 290px;
        min-height: 290px;
    }

    .main-prc-ins {
        margin-top: unset;
        min-height: 290px;
    }

    .dots-bunch {
        margin-top: 20px;
    }

    .main-left-proc-new-sec-container {
        min-width: unset;
    }

    .proc-isights-banner-sec-side {
        left: unset;
    }

    .main-prc-ins .owl-next {
        right: 0px;
    }

    .main-prc-ins .owl-next {
        left: unset;
    }

    .main-prc-ins .owl-prev {
        left: 72% !important;
    }

    .rl-main-bottom-sec {

        margin-bottom: unset;

    }


    /* =======================================proc-insi-tab respn end ==================== */


}

/* All Small And Mobile Devices */
@media (max-width: 499px) {
    .report-listing-page-con p {
        padding: unset;
    }


    .rl-main-bottom-sec {

        margin-bottom: -14px;
        padding: 0px 6px 13px 16px;

    }

    .my-cus-mar-p button {
        width: 100% !important;
    }

    .postion-rl-cus-tab-sec {
        position: unset;
    }

    .main-position-below-sec-top-sec-rl {
        margin-top: 0px;
    }

    .my-custom-select-rl {
        margin-bottom: 12px;
    }

    .report-listing-page-tab .tab-content {
        color: #fff;
        padding: 20px 20px 44px 20px;
        background: #0041BE;
        border-radius: 0px;
    }

    .main-cus-inpt-sec-main-rl label:not(.report-location-list label) {
        font-size: 20px;
        margin-bottom: 12px;
    }

    .rl-main-card-con p {

        font-size: 14px;

    }

    .main-inner-custom-sub-sec span {
        color: #fff;
        font-size: 11px;
    }

    .main-inner-custom-sub-sec s {
        font-size: 11px;
        color: red;
    }

    .icon-contain-btn-rs img {
        height: 29px;
    }

    .rl-main-bottom-sec>div:first-child {
        gap: 7px !important;
        flex-wrap: wrap;
    }

    .main-inner-custom-sub-sec-email span {
        font-size: 11px;
    }

    .main-inner-custom-sub-sec-card-two span {
        font-size: 11px;
    }

    .proc-ins-new-page-sec-padd {
        margin-top: 20px;
        margin-bottom: 50px;
        padding-top: 0px;
    }

    .proc-insig-sec-main-cat-sec h2{
        font-size: 30px;
    }

    .proc-insig-sec-main-cat-sec p {
        font-size: 16px;
    }

    .accordion-for-mobile-sec {
        display: none;
    }

    .main-inner-custom-sub-sec-card-two s {
        font-size: 11px;
    }

    .feedback_icon {
        display: flex;
        justify-content: unset;
        align-items: center;
        gap: 5px;
        width: 100%;
        margin-bottom: 20px;
    }

    .con-cus-sec-padding-new {
        padding: unset !important;
    }

    .new-fed-icon ul {
        margin: 0px 0 20px -5px;
    }

    .new-fed-con-form {
        padding: 20px 12px !important;
    }

    .main-mt-class-mrc-seg {
        margin-top: 10px !important;
    }

    .explor-ser-sec-imp-sec-new {
        max-height: unset;
        min-height: 309px;
    }

    .new-hto-sec-pd .pric-ftl-hto h5 {
        font-size: 22px !important;
        line-height: 40px;
        font-weight: 700;
    }

    /* ================================cat listing (ind-list)================== */
    .cat-report-listing-page-con h2 {
        font-size: 30px !important;
        line-height: 41px !important;
    }

    .cat-report-listing-page-con {
        margin-top: 0.5rem;
    }

    .cat-report-listing-page-con p {
        padding: unset;
    }

    .cat-listing-right-section img {
        display: none;
    }

    .cat-report-listing-page-tab .tab-content {
        background-color: #fff !important;
    }

    .main-outer-vertical-tab-ct {
        margin-top: unset;
    }

    .home-page-our-ser-ind-list p {
        font-size: 20px;
        line-height: 30px;
        padding: 0px 1rem;
        width: 100%;
    }

    .cta-custom-card-4 {
        margin-top: unset;
    }

    .cta-custom-card-6 {
        margin-top: unset;
    }

    .cta-custom-card-2 h4 {
        font-size: 30px;
        text-align: center;
    }

    .cta-custom-card-5 h4 {
        font-size: 30px;
        text-align: center;
    }

    .ct-thank-btn a {
        font-size: 25px !important;
    }

    .left-home-page-cont-sec {
        padding: 12px 12px 12px 12px;
    }

    /* .home_tabs {
        padding: 0.8rem 2rem !important;
    } */

    .cus-ct-upto-card {
        margin-bottom: 20px;
    }

    .home-main-sec-btn-sub-us-ct-btn {
        padding: 0px 0px;
        margin-top: 10px;
    }

    .home-main-sec-btn-sub-us-ct-btn .inds-list-sub-btn {
        padding: 8px 16px !important;
    }

    .rl-main-middle-content-cards {
        background-position: unset;
    }

    .report-listin-next-sec p {
        text-align: center;
    }

    /* =========================================deliverymethod============= */
    .main-wrap-del-con {
        right: 0;
    }

    .main-wrap-del-con {
        position: unset;
        top: 0;
        bottom: 0;
        right: 0;
        width: 100%;
        margin-top: 20px;
    }

    .del-img-method-1 {
        width: 100%;
    }

    .main-wrap-del-con-2 {
        width: 100%;
    }

    .main-wrap-del-method-2 {
        position: relative;
        padding: unset;
    }

    .main-wrap-del-method-2 h3 {
        font-size: 25px;
    }

    .about-banner-new .about-banner-items h2 {
        font-size: 25px !important;
    }

    /* ================================privacy policy ==================== */

    .cus-priv-pol-padd {
        padding: 40px 10px 40px 10px;
    }

    /* ==================================================proc-insights media ================================ */

    .proc-ins-sec-tab-1 {
        margin-bottom: 0px;
        margin-top: 0px;
    }

    .proc-ins-sec-tab-1 h2 {
        font-size: 25px !important;
        line-height: 1.3 !important;
    }

    .report_banner_content {
        padding: unset !important;
    }

    .report-listing-page-con {
        margin-bottom: 100px;
        margin-top: 0px;
    }

    .new-sec-proc-insigt-sec-cus-margin {
        margin-top: unset;
    }

    .cus-proc-ins-sec h3 {
        font-size: 23px;

    }

    .cus-proc-ins-sec p {
        font-size: 21px;

    }

    .procurement-insits-accord .card-header::after {
        font-size: 20px;
    }

    .normal-proc-strip-sec {
        padding: 15px;
        gap: 8px;

    }

    .normal-proc-strip-sec button {



        padding: 7px 12px;
        font-size: 13px;

        width: 27%;

    }

    .main-proc-ins-sec-reg-form-prop {
        flex-wrap: wrap;
    }

    .normal-proc-strip-sec p {


        font-size: 14px;

    }

    .normal-proc-strip-right {
        display: flex;
        align-items: center;
        justify-content: space-between;
        background: #0029FF;
        padding: 15px;
        gap: 30px;
        max-height: 78px;
        min-height: 78px;
    }

    .showcase-sec-isg .overlay-isg {

        margin: 10px auto;
        padding: 15px;

    }

    .main-table-svg-sec-oncl {
        height: 12px;
        margin-bottom: -1px;
    }

    .showcase-sec-isg h3 {
        font-size: 1.75rem;
    }

    .showcase-sec-isg p {
        margin-top: 8px;
        font-size: 24px;
        font-weight: 400;
        padding: 0 27px;
        color: #000;
        line-height: 39px;
    }

    .proc-ins-list-grup {
        width: unset;
    }

    .proc-ins-new-sec-cont h4 {

        font-size: 30px;

    }

    .proc-ins-new-sec-cont h5 {
        font-size: 20px;
    }

    .main-tandc-content-proc-ins p {
        margin-bottom: 0px;
        font-size: 16px;
        line-height: 30px;
    }

    .main-tandc-content-proc-ins p {
        margin-bottom: 0px;
        font-size: 16px;
        line-height: 30px;
    }

    .vl-tandc-proc-ins {
        height: 100%;
    }

    .cus-proc-ins-main-head a {
        font-size: 17px;
    }

    .cus-proc-ins-main-head a svg {
        position: relative;
        top: 12px;
        width: 21px;
    }

    .new-proc-ins-red-sec {
        max-height: 100%;
    }

    .cus-ins-sec-right-sec h6 {

        font-size: 30px;

    }

    .cus-ins-sec-right-sec p {
        font-size: 18px;
        width: 100%;

    }

    .proc-insigt-right-btn-custom {
        text-align: start;
        margin-bottom: 20px;
    }

    #mainn #faqq .card .card-header {
        padding: 1rem;
    }

    #mainn #faqq .card .card-header>a {
        color: #000;
        font-weight: 600;
        font-size: 16px;
    }

    .proc-insig-sec-main-cat-sec p {

        padding: unset;
        width: 100%;

    }

    .cat-proc-inside-main-sec-cont span {
        font-size: 13px;
    }

    .main-ins-sec-span-sec>div:first-child>span:first-child {
        position: absolute;
        left: -18px;
        font-size: 20px;
    }

    .main-ins-sec-span-sec>div>span:nth-child(2) {
        position: relative;
        right: -25px;
        font-size: 20px;
    }

    .main-accordion-sec-proc-insig {
        display: none;
    }

    .catgory-proc-inse-sec {
        background-color: #DFE5EE;
        padding: 40px 30px 15px 30px;
        border-radius: unset;
        margin-bottom: 20px;
    }


    /* ======================================mobile-accordion================= */

    .main-class-mob-accordion-only {
        display: block;
    }

    .proc-mobile-accordion .card-header {
        background-color: #091F48;
        padding: 10px 20px;
        cursor: pointer;
        padding: 0.8rem;
    }

    .proc-mobile-accordion .card-header:hover {
        background-color: #091F48;
    }

    .proc-mobile-accordion .card-header .accordion-icon {
        width: 20px;
        height: 20px;
        background-image: url('../image/new-img2024/new-arrow-rig.png');

        background-size: cover;
        display: inline-block;
        transition: transform 0.3s ease-in-out;
    }

    .proc-mobile-accordion .card-header:not(.collapsed) .accordion-icon {
        transform: rotate(90deg);


    }

    .accordion-number {
        margin-right: 10px;
    }

    .proc-mobile-accordion .card-header>div h2 {
        font-size: 15px;
        color: #fff;
    }

    .proc-mobile-accordion .card-header .card {
        border-radius: 0px;
    }

    .proc-mobile-accordion .card-header .accordion-number {
        color: #fff;
    }

    .mob-view-data-show-accordin .catgory-proc-inse-sec {
        background-color: #fff;
        padding: unset;
        border-radius: unset;
        margin-bottom: unset;
    }

    .mob-view-data-show-accordin .catgory-proc-inse-sec .main-ins-sec-span-sec {
        display: none;
    }

    .mob-view-data-show-accordin .catgory-proc-inse-sec .cat-proc-inside-main-sec-cont {
        width: 100%;
        margin: unset;
        padding: 12px;
    }

    .seg-06{
        background-color:#023E8A;
    }
    .seg-05{
        background-color: #03045E;
    }
    .seg-04{
        background-color: #0029FF;
    }
    .seg-03{
        background-color: #002D62;
    }
    .seg-02{
        background-color: #0B1739;
    }

    .seg-01{
      background-color: #05014a;
    }

   

    .mob-view-data-show-accordin .catgory-proc-inse-sec .new-sec-vertical-text-proc {
        display: none;

    }

    .main-outer-new-prc-ins-banner {
        min-width: unset;
        height: auto;
    }

    .main-left-proc-new-sec-container {
        min-width: unset;
    }

    .proc-isights-banner-sec-side {
        left: unset;
        display: none;
    }

    .main-outer-new-prc-ins-banner p {
        margin-bottom: 30px;
    }

    @media only screen and (min-width: 320px) and (max-width: 991px) {
        .leadership-sec .custm-left-dv h3 {
            font-size: 25px !important;
            padding: 0 0 10px 0;
        }
    }

    .main-prc-ins .owl-next {
        right: 0px;
    }

    .main-prc-ins .owl-next {
        left: unset;
    }


}


.new-dyn-img img {
    width: 100% !important;
}

@media only screen and (min-width: 320px) and (max-width: 320px) {
    .normal-proc-strip-right a {
        color: #fff !important;
        background-color: unset;
        outline: unset;
        border: unset;
        font-size: 14px;
        cursor: pointer;
        border-radius: 6px;
        font-weight: 600;
    }

    .normal-proc-strip-sec p {
        font-size: 14px;
    }

    .normal-proc-strip-sec button {
        padding: 7px 8px;
        font-size: 10px;
        width: unset
    }

    .showcase-sec-isg {
        width: 100%;
        height: 545px;
    }

    .showcase-sec-isg .overlay-isg {
        width: unset;
        margin: 10px auto;
        padding: 21px;
    }

}

/* =============================================1920 150%========================= */

@media only screen and (min-width: 1366px) and (max-width: 1366px) {
    .cat-report-listing-page-tab .categories-details-tabs-section .nav-tabs .nav-item .nav-link {
        background-color: unset;
        margin: 0px 11px;
        font-size: 19px;
        padding: 10px 1px !important;
    }

    .cat-report-listing-page-tab .categories-details-tabs-section .nav-tabs .nav-item .nav-link.active {
        background-color: unset;
        margin: 0px 11px;
        font-size: 19px;
        padding: 10px 1px !important;
    }

    .main-vertical-right-ct {
        padding: 52px 80px 0px 20px;
        /* max-height: 600px; */
    }

    .main-vertical-left-side {
        /* background-color: #fff; */
        padding: 52px;
        max-height: 685px;
        overflow: hidden;
        /* overflow-y: auto; */
    }

    .main-custom-ct-langu-sec {
        gap: 13px;
    }

    .main-custom-ct-langu-sec span {
        font-size: 20px;
    }

    .home-page-our-ser-ind-list p {

        font-size: 18px;
        padding: 0px 16rem;
        width: 100%;
    }

    .cus-ct-upto-card h5 {
        font-size: 33px;
        line-height: 1.5;
    }

    /* .cta-custom-card-2,
    .cta-custom-card-5 {
        min-height: 370px;
    } */

    .Competitive_card_sub_title p {
        height: 160px !important;
    }

    .why_choose_card {
        min-height: 300px !important;
    }

    /* .tab-content img {
        height: 190px;
    } */

    .exp-card-btn-imp a {
        top: 14px;
    }

    .explore_card_title {
        font-size: 12px !important;
        line-height: 21.8px !important;
    }

    .why_chose_image img {
        aspect-ratio: 15 / 7.3;
        width: 100%;
    }

    .new-dyn-img img {
        aspect-ratio: 15 / 6.6 !important;
        width: 100% !important;
    }

    .about-banner-new .about-banner-items h2 {
        font-size: 39px !important;
    }



}

/* ======================================1366 recomanded========================== */

@media only screen and (min-width: 1280px) and (max-width: 1280px) {

    .cat-report-listing-page-tab .categories-details-tabs-section .nav-tabs .nav-item .nav-link {
        background-color: unset;
        margin: 0px 11px;
        font-size: 19px;
        padding: 10px 1px !important;
    }

    .cat-report-listing-page-tab .categories-details-tabs-section .nav-tabs .nav-item .nav-link.active {
        background-color: unset;
        margin: 0px 11px;
        font-size: 19px;
        padding: 10px 1px !important;
    }

    .main-vertical-right-ct {
        /* background-color: #FFFFFF; */
        padding: 52px 80px 52px 20px;
        max-height: 589px;
    }

    .main-vertical-left-side {
        background-color: #0029FF;
        padding: 52px;
        max-height: 589px;
        overflow-x: hidden;
        overflow-y: auto;
    }

    .main-custom-ct-langu-sec {
        gap: 13px;
    }

    .main-custom-ct-langu-sec span {
        font-size: 20px;
    }

    .home-page-our-ser-ind-list p {

        font-size: 18px;
        padding: 0px 16rem;
        width: 100%;
    }

    .cus-ct-upto-card h5 {
        font-size: 33px;
        line-height: 1.5;
    }

    .cta-custom-card-2,
    .cta-custom-card-5 {
        min-height: 370px;
    }

    .cus-ct-upto-card p {
        font-size: 17px;
        line-height: 1.8;
    }

    .main-custom-ct-langu-sec span {
        font-size: 17px;
    }

    .Competitive_card_sub_title p {
        font-weight: 400;
        text-overflow: ellipsis !important;
        height: 170px !important;
        overflow: hidden;
        display: -webkit-box;
        -webkit-line-clamp: 8;
        -webkit-box-orient: vertical;
    }

    /* .tab-content img {
        height: 189px;
    } */

    .explore_card {
        min-height: 309px;
        max-height: 309px;
    }

    .why_chose_image img {
        aspect-ratio: 15 / 7.24;
    }

    .new-dyn-img img {
        aspect-ratio: 15 / 7.21 !important;
        width: 100% !important;
    }

    .about-banner-new .about-banner-items h2 {
        font-size: 40px !important;
    }

    .cus-pricing-detail-contain {
        padding: 19px;
        min-height: 301px;
    }

}

@media only screen and (min-width: 768px) and (max-width: 768px) {


    .con-us-sec-new-home-btn {
        width: 70% !important;
    }

    .about-banner-new .about-banner-items h2 {
        font-size: 25px !important;
    }

    .explor-ser-sec-imp-sec-new {
        max-height: unset;
        min-height: 309px;
    }
}

@media only screen and (min-width: 1024px) and (max-width: 1024px) {


    .toc-new-attach-sec-imp img {
        width: 40px;
        position: relative;
        left: -16px;
    }

    .my-new-cus-sub-btn-toc {
        display: flex;
        padding: 5px 20px;
        justify-content: center;
        align-items: center;
        gap: 8px;
        flex-shrink: 0;
        /* color: var(--White, #FFF); */


        color: #000;
        font-weight: 800;
        background-color: #D6DBE3;
        line-height: 32px;
        border: none;
        border-radius: 4px 0px 0px 4px;
        cursor: pointer;
        font-size: 18px;
    }

    .main-inner-custom-sub-sec-email span {
        color: #000;
        font-size: 14px;
        font-weight: 500;
    }

    .main-inner-custom-sub-sec-card-two span {
        color: #000;
        font-weight: 500;
        font-size: 14px;
    }

    .main-inner-custom-sub-sec-card-two s {
        color: red;
        font-weight: 500;
        font-size: 14px;
    }

    .main-inner-custom-sub-sec span {
        color: #fff;
        font-size: 14px;
    }

    .main-inner-custom-sub-sec s {
        font-size: 14px;
    }

    .about-banner-new .about-banner-items h2 {
        font-size: 30px !important;
    }

    .explor-ser-sec-imp-sec-new {
        max-height: unset;
        min-height: 309px;
    }

    #header .header-nav-main nav ul li a {
        font-weight: normal !important;
        font-size: 0.9rem !important;
        padding: 10px 6px !important;
    }
}


@media only screen and (min-width: 1517.78px) and (max-width: 1517.78px) {
    .about-banner-new .about-banner-items {
        position: relative;
        bottom: -191px !important;
    }

    .cus-respon-padd {
        padding: 0 30px;
    }

    .cus-respo-tab-con {
        padding: 18px 0px 0px 9px;
    }

    .tab_btn {
        padding: 0px 0px 1px 9px;
    }

    .why_choose_card {

        min-height: 278px !important;
    }

    .why-choose-card-sec {

        min-height: 261px !important;
    }

    .toc-cus-main-sidebar-new-sec button {
        padding: 3px 5px;
    }

    .toc-cus-main-sidebar-new-sec button svg {
        position: relative;
        left: -4px;
        top: 2px;
        height: 12px;
    }

    .toc-table-body tr td ul li {
        font-size: 16px !important;
    }

    .table-toc-con-sec-2 tr td {
        font-size: 16px !important;
    }

    .my-cus-para-last p {
        margin-bottom: 0px;
        line-height: 23px;
    }
}











/* ======================= */
.press-release-listing {
    background-image: url(../image/new-img2024/press-rel-banner.png) !important;
    background-size: cover;
    background-repeat: no-repeat;

}


@media only screen and (min-width: 1366px) and (max-width: 1366px) {
    .why_choose_card {
        min-height: 297px !important;
    }

    .why-choose-card-sec {

        min-height: 252px !important;
    }

    .my-cus-subs p {
        font-size: 14px !important;
    }

    .why-choose-card-sec p {
        font-size: 15px !important;
        line-height: 20px;
    }

    .toc-cus-main-sidebar-new-sec button {
        padding: 3px 5px;
    }

    .toc-cus-main-sidebar-new-sec button svg {
        position: relative;
        left: -4px;
        top: 2px;
        height: 12px;
    }

    /* .nav-tabs .nav-link {
        color: var(--White, #FFF);
        text-align: center;

        font-size: 12px !important;

        font-weight: 400;
        line-height: 30px;
        border-bottom: 3.5px solid rgba(255, 255, 255, 0.20);
        margin: 0 9px;
    } */

    .cus-respo-tab-con p {
        font-size: 16px !important;
    }

    .new-req-form-rd-main-conf {
        padding: 23px 15px !important;
        min-height: 400px;
        max-height: 400px;
    }

    #sch-ctry-reg-report {
        /* font-size: 13px;
        color: #0029FF;
        font-weight: 600;
        margin-left: -66px !important;
        padding: 4px 20px 5px 13px !important; */

        width: 75%;
        font-size: 11px;
        color: #0029FF;
        font-weight: 600;
        margin: 0 10px 0 5px !important;
        padding: 2px 0px 2px 0px !important;
    }



    .cus-new-sec-res-tab-side-bar {
        display: flex;
        align-items: unset;
        justify-content: space-evenly;
        gap: unset;
    }

    .Regional_search input[type="search"] {
        margin-bottom: 0 !important;
        padding: 0 0 0 26px !important;
        border-radius: 5px;
        background: #02338D;
        box-shadow: 0px 0px 39.986px 0px rgba(0, 0, 0, 0.07);
        color: #fff;
        border: 1px solid #02338D;
        font-size: 13px !important;
        width: 98% !important;
        font-weight: 300;
        background-size: 13px;
        background-position: 2px 5px;
        background-repeat: no-repeat;
        background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='20' height='20' viewBox='0 0 24 24'%3E%3Cpath fill='none' stroke='%23fff' stroke-linecap='round' stroke-linejoin='round' stroke-width='1.5' d='m16.893 16.92l3.08 3.08m-.889-8.419c0 4.187-3.383 7.581-7.555 7.581c-4.173 0-7.556-3.394-7.556-7.58C3.973 7.393 7.356 4 11.528 4c4.173 0 7.556 3.394 7.556 7.581'/%3E%3C/svg%3E");
    }

    .home-banner-new-panel.nav-link {
        font-size: 19px !important;
        line-height: unset !important;
    }

    .con-us-new-tab-con img {
        height: 40px !important;
    }

    .contact_form_socail h4 {
        line-height: unset;
    }

    /* =========================how to order=========== */

    .toc-table-body tr td ul li {
        font-size: 15px !important;
    }

    .table-toc-con-sec-2 tr td {
        font-size: 15px !important;
    }

    .res-cont-tabs-btn-imp {
        font-size: 23px !important;
    }

    .cont-sec-new-sec-padding-cen.nav-tabs .nav-links {
        font-size: 23px !important;
    }

    .explor-ser-sec-imp-sec-new .explore-our-service-proc .nav-link {
        color: var(--White, #FFF);
        text-align: center;

        font-size: 12px !important;

        font-weight: 400;
        line-height: 30px;
        border-bottom: 3.5px solid rgba(255, 255, 255, 0.20);
        margin: 0 9px;
    }

    .explor-ser-sec-imp-sec-new .explore-our-service-proc .nav-link.active {
        color: var(--White, #FFF);
        text-align: center;

        font-size: 12px !important;

        font-weight: 400;
        line-height: 30px;
        border-top: none;
        border-left: none;
        border-right: none;
        border-bottom: 3.5px solid #FFF !important;
        background-color: transparent;
    }

    .req-sample-cus-icon-proc h4 {
        line-height: 30px;
    }

    .new-rs-cus-para p {
        font-size: 14px !important;
    }

    .new-pricing-dtl-tim-steps .new-cus-pric-dtl-hto {
        width: 22rem !important;
    }

    .Competitive_card_sub_title p {
        line-height: 23px;
    }
}


@media only screen and (min-width: 1280px) and (max-width: 1280px) {
    .why_choose_card {
        min-height: 253px !important;
    }

    .explor-ser-sec-imp-sec-new .explore-our-service-proc .nav-link {
        color: var(--White, #FFF);
        text-align: center;

        font-size: 12px !important;

        font-weight: 400;
        line-height: 30px;
        border-bottom: 3.5px solid rgba(255, 255, 255, 0.20);
        margin: 0 9px;
    }

    .explor-ser-sec-imp-sec-new .explore-our-service-proc .nav-link.active {
        color: var(--White, #FFF);
        text-align: center;

        font-size: 12px !important;

        font-weight: 400;
        line-height: 30px;
        border-top: none;
        border-left: none;
        border-right: none;
        border-bottom: 3.5px solid #FFF !important;
        background-color: transparent;
    }

    .cus-respo-tab-con p {
        font-size: 10px !important;
    }

    #sch-ctry-reg-report {
        font-size: 13px;
        color: #0029FF;
        font-weight: 600;
        margin-left: -66px !important;
        padding: 4px 20px 5px 13px !important;
    }

    .cus-new-sec-res-tab-side-bar {
        display: flex;
        align-items: unset;
        justify-content: space-evenly;
        gap: 3px;
    }

    .Regional_search input[type="search"] {
        margin-bottom: 0 !important;
        padding: 2px 0px 6px 26px !important;
        border-radius: 5px;
        background: #02338D;
        box-shadow: 0px 0px 39.986px 0px rgba(0, 0, 0, 0.07);
        color: #fff;
        border: 1px solid #02338D;
        font-size: 13px !important;
        width: 65% !important;
        font-weight: 300;
        background-position: 2px 5px;
        background-repeat: no-repeat;
        background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='20' height='20' viewBox='0 0 24 24'%3E%3Cpath fill='none' stroke='%23fff' stroke-linecap='round' stroke-linejoin='round' stroke-width='1.5' d='m16.893 16.92l3.08 3.08m-.889-8.419c0 4.187-3.383 7.581-7.555 7.581c-4.173 0-7.556-3.394-7.556-7.58C3.973 7.393 7.356 4 11.528 4c4.173 0 7.556 3.394 7.556 7.581'/%3E%3C/svg%3E");
    }

    /* =============================how to order============= */
}


@media only screen and (min-width: 1488px) and (max-width: 1488px) {
    .carousel-control-next {
        right: -4%;
    }

    .carousel-control-prev {
        left: -4%;
    }

    .cus-new-sec-res-tab-side-bar {
        display: flex;
        align-items: center;
        /* justify-content: space-around; */
        gap: 4px;
    }

    .Regional_search input[type="search"] {
        margin-bottom: 0 !important;
        padding: 3px 0px 6px 26px !important;
        border-radius: 5px;
        background: #02338D;
        box-shadow: 0px 0px 39.986px 0px rgba(0, 0, 0, 0.07);
        color: #fff;
        border: 1px solid #02338D;
        font-size: 11px !important;
        width: 92% !important;
        font-weight: 300;
        background-position: 2px 5px;
        background-repeat: no-repeat;
        min-height: 35px;
        background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='20' height='20' viewBox='0 0 24 24'%3E%3Cpath fill='none' stroke='%23fff' stroke-linecap='round' stroke-linejoin='round' stroke-width='1.5' d='m16.893 16.92l3.08 3.08m-.889-8.419c0 4.187-3.383 7.581-7.555 7.581c-4.173 0-7.556-3.394-7.556-7.58C3.973 7.393 7.356 4 11.528 4c4.173 0 7.556 3.394 7.556 7.581'/%3E%3C/svg%3E");
    }

    #sch-ctry-reg-report {
        font-size: 13px;
        color: #0029FF;
        font-weight: 600;
        padding: 6px 5px !important;
    }

    .cus-respon-padd {
        padding: 0 38px !important;
    }

    .about-banner-new .about-banner-items {
        position: relative;
        bottom: -190px !important;
    }
}


#HowToOrder {
    overflow: hidden;
}

@media only screen and (min-width: 1440px) and (max-width: 1440px) {
    .main-tab-respon-imp-cls img {
        height: 175px !important;
    }

    .explore_card {
        padding: 5px 26px;
    }

    .about-banner-new .about-banner-items h2 {
        font-size: 43px !important;
    }
}

@media only screen and (min-width: 1396.36px) and (max-width: 1396.36px) {
    .about-banner-new .about-banner-items h2 {
        font-size: 40px !important;
    }
}

.report-listing-page-tab .nav-tabs .nav-item a {
    background-color: #fff;
    color: black;
}

.report-listing-page-tab .nav-tabs .nav-item a.active {
    background-color: #0029FF;
    color: #ffff;
}

.search-bar-light-proc {
    background-image: url(../image/category/drop-down-arrow-light.png) !important;
    background-size: 14px 14px, 14px 14px;
    background-repeat: no-repeat;
    -webkit-appearance: none;
    background-position: calc(100% - 13px) 26px, calc(100% - 14px) 18px, 100% 0 !important;
}



/* ===================================theme code write here ====================== */


/* =========================================proc css =================== */

/* .zoom-in-out-box-proc{
	animation: zoom-in-zoom-out 1s ease infinite;
}

@keyframes zoom-in-zoom-out {
	0% {
		transform: scale(1.1, 1.1);
	}

	50% {
		transform: scale(1.07, 1.07);
	}

	100% {
		transform: scale(1.1, 1.1);
	}
} */


.button-container {
    padding: 12px;
    display: flex;
    justify-content: center;
}

.normal-proc-strip button {
    padding: 7px 15px !important;
}

.normal-proc-strip p {

    font-size: 17px !important;

}

/* .proc-ins-parent-list-group ul li:not(:first-child) {

    font-size: 15px !important;

} */

.proc-insi-center {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 6px;
    margin-top: 1.2rem;
}

/* ===========================================================================for ie browser========== */
@media only screen and (min-width: 1528px) and (max-width: 1528px) {
    .about-banner-new .about-banner-items {
        position: relative;
        bottom: -190px !important;
    }

}

#Globechartdiv {
    width: 100%;
    height: 430px;
    max-width: 100%;
}

/* ==============================code for 8th may ========= */

.report-listing-leftsidebad .card .card-body ul {
    padding: 0 6px;
}



.report-listing-leftsidebad .card .card-body ul li {
    display: flex;
}

@media only screen and (min-width:568px) and (max-width:1200px) {
    .main-toc-small-class-sec {
        padding: 0px 20px 0px 20px !important;
    }

    .cus-main-middle-sec {
        padding: 12px 20px;
    }

    .new-toc-table-body tr td {
        padding: 12px !important;

    }

    .toc_select li button {
        margin: 7px auto;
        width: 100%;
    }

    .tab-cus-icons {
        position: relative;
        margin-bottom: 12px;
    }



}

@media only screen and (min-width:1200px) and (max-width:1280px) {
    .proc-isights-banner-sec-side {
        position: relative;
        left: 66px;
    }



    .main-outer-new-prc-ins-banner {
        min-width: 604px;
    }

    .main-left-proc-new-sec-container {
        min-width: 561px;
    }
}

@media only screen and (min-width:1368px) and (max-width:1440px) {
    .main-toc-small-class-sec {
        padding: 0px 20px 0px 20px !important;
    }

    .cus-main-middle-sec {
        padding: 12px 20px;
    }

    .main-slide-left-sec {
        position: relative;
        left: 143px !important;
        overflow: hidden;
    }

    .main-left-proc-new-sec-container {
        min-width: 716px;
    }

    .main-outer-new-prc-ins-banner {
        min-width: 528px;
    }

    .main-prc-ins .owl-next {
        right: 87px;
    }
}


.section-sec-strip p {
    font-size: 14px;
    line-height: 37px;
    padding: unset;
}

@media only screen and (min-width:993px) and (max-width:1024px) {
    .list_of_key {
        font-size: 25px;
        line-height: 35px;
    }

    .toc_heading h5 {
        font-size: 25px;
        line-height: 35px;
    }


    .main-cus-inpt-sec-main-rl label:not(.report-location-list label) {
        margin-bottom: 10px;
    }

    .main-outer-new-prc-ins-banner {
        min-width: unset;
        height: 290px;
        min-height: 290px;
        margin-top: unset;
        padding: 22px;
    }

    .main-prc-ins img {
        height: 290px;
        min-height: 290px;
    }

    .main-prc-ins {
        margin-top: unset;
        min-height: 290px;
    }

    .dots-bunch {
        margin-top: 20px;
    }

    .main-left-proc-new-sec-container {
        min-width: 512px;
    }

    .proc-isights-banner-sec-side {
        left: unset;
    }

    .main-prc-ins .owl-next {
        right: 38px;
    }



    .main-prc-ins .owl-prev {
        left: 75% !important;
    }
}