/* Button Style */
.request-btn {
    background: #ff9f00;
    color: #fff;
    border: none;
    padding: 7px 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 6px;
    font-size: 15px;
    font-weight: 600;
}
.request-btn:hover {
    box-shadow: 0 4px 4px rgb(0 0 0 / 0.25);
}

.bottom-strip {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    background: #194670;
    padding: 14px 20px;
    box-shadow: 0 -2px 10px #0003;
    z-index: 99999;
    transition: all 0.5s ease;
}
.mid-text {
    color: #fff;
    font-size: 17px;
    font-style: italic;
}
.discount-btn {
    background: #ff9f00;
    color: #000;
    font-weight: 700;
    padding: 7px 25px;
    border-radius: 30px;
    border: 0;
    display: inline-block;
    text-decoration: none;
    font-size: 14px;
    min-width: 199px;
}
.discount-btn:hover {
    background-color: #fff;
}

.book_img {
    width: 90px;
    position: absolute;
    top: -34px;
}
.bottom-strip img {
    width: 100%;
}

.us_companies_sticky {
    display: none;
    position: sticky;
    top: 80px;
    background: linear-gradient(to right, #2b75ba, #46cdcf);
    box-shadow: 0 5px 10px rgb(0 0 0 / 0.2);
    transition: 500ms ease;
    z-index: 101;
    padding: 20px 17px;
    border-radius: 15px;
    box-shadow: 0 9px 7px 0 rgb(0 0 0 / 21%);
}
.us_companies_sticky form input {
    border-radius: 10px;
    background-color: #fff0;
    border-color: #fff;
    box-shadow: inset 0 2px 5px rgb(0 0 0 / 0.2);
}
.us_companies_sticky form input:focus {
    background-color: #fff0;
    border-color: #fff;
    color: #fff;
    box-shadow: none;
}
.us_companies_sticky form input::placeholder {
    color: #fff;
    opacity: 1;
}
.us_companies_sticky .title {
    font-weight: 500;
    margin-bottom: 20px;
    color: #fff;
    border-left: 6px solid #ff9f00;
    padding-left: 9px;
    font-size: 16px;
    text-align: justify;
}
.us_companies_sticky button {
    background: #fff;
    border: 1px solid #fff;
    color: #000;
    text-transform: capitalize;
    font-weight: 600;
    border-radius: 10px;
    font-size: 14px;
    box-shadow: 0 5px 10px rgb(0 0 0 / 0.2);
}
.us_companies_sticky button:hover {
    box-shadow: 0 4px 4px rgb(0 0 0 / 0.25);
    background: linear-gradient(to left, #2b75baa1, #46cdcf96);
    color: #fff;
}
#exitIntentModal .modal-header {
    border-bottom: none;
}
#exitIntentModal .modal-title {
    font-weight: 700;
    font-size: 25px;
    color: #102f4c;
    border-left: 5px solid #ff9f00;
    padding-left: 17px;
}
#exitIntentModal .form-control::placeholder {
    color: #999;
}
#exitIntentModal .modal-footer {
    border-top: none;
}
#exitIntentModal .btn-primary {
    background-color: #009ad7;
    border-color: #009ad7;
    font-weight: 700;
}
#exitIntentModal .custom-modal-width {
    max-width: 782px;
    width: 100%;
}
#exitIntentModal .modal-content {
    background-color: #f4f4f4;
}
/* #exitIntentModal .modal-content input {
    border-color: #938888;
} */
#exitIntentModal .modal-content input::placeholder {
    color: #000;
}

.exit_left {
    background-image: url("https://dq300iingq64j.cloudfront.net/s3-uploads/our_blog/images/unlock-bg.webp");
    height: 100%;
    color: #fff;
    padding: 31px 40px;
    background-size: cover;
    width: 100%;
    background-position-y: bottom;
    background-repeat: no-repeat;
}
.exit_left img {
    filter: brightness(0) invert(1);
}
.exit_left .title {
    font-size: 20px;
    font-weight: 600;
    margin: 20px 0;
    border-left: 5px solid #ffbd60;
    padding-left: 10px;
}
.exit_left .desc {
}
.exit_right {
    background: linear-gradient(to top, #041a30 20%, #2b75ba 80%);
    color: #fff;
    padding: 24px 25px;
    text-align: center;
}
.exit_right .keyword {
    color: #ffbd60;
    font-size: 24px;
    text-shadow: 0 4px 4px #000;
    font-weight: 500;
}
.exit_right .exit_img {
    height: 208px;
    margin-bottom: 10px;
}
.exit_right .exit_img img {
    height: 100%;
    width: 100%;
}

.exitusa_btn {
    border: 0;
    padding: 10px 33px;
    font-weight: bold;
    border-radius: 0.375rem;
}
.ex_pd {
    padding: 10px 46px;
}
.exit_right .emailInput {
    background-color: transparent;
    border: 1px solid #fff;
    box-shadow: inset 0 4px 7px #000;
    padding: 10px 25px;
    opacity: 1;
}
.exit_right .emailInput::placeholder {
    color: #fff;
    opacity: 1;
}
.clse {
    --bs-btn-close-bg: none;
    color: #fff !important;
    opacity: 1;
    font-size: 21px;
}

.sample_pdf_img {
    width: 100px;
    margin: auto;
}
.flatpickr-day.selected,
.flatpickr-day.selected:hover,
.flatpickr-day:hover {
    background: #28a745 !important;
    border-color: #28a745 !important;
    color: #fff !important;
}
.flatpickr-day.flatpickr-disabled {
    cursor: not-allowed !important;
    opacity: 0.9;
    color: rgb(57 57 57 / 68%) !important;
}
.flatpickr-day.prevMonthDay,
.flatpickr-day.nextMonthDay {
    visibility: hidden;
}
.nav-tabs .nav-link {
    border: none;
    font-weight: 500;
    color: #333;
}
.nav-tabs .nav-link.active {
    background-color: #102f4c;
    color: #fff;
    border-radius: 6px 6px 0 0;
    clip-path: polygon(0% 0%, 87% 0%, 100% 100%, 0% 100%);
    padding-right: 60px;
    cursor: unset;
}
.report-links a {
    display: block;
    padding: 14px;
    color: #102f4c;
    text-decoration: none;
    border: 1px solid #eee;
    transition: 0.3s;
    height: 100%;
}
.report-links a:hover {
    text-decoration: underline;
}
.tab-content > .tab-pane {
    background-color: rgb(0 0 0 / 0.03);
}
.custom-tooltip .tooltip-inner {
    background-color: #2f2d2d;
    color: #fff;
    font-size: 12px;
    padding: 6px 10px;
    border-radius: 6px;
    max-width: 250px;
    text-align: center;
}
.custom-tooltip.bs-tooltip-top .tooltip-arrow::before {
    border-top-color: #1f1f1f;
}
.custom-tooltip.bs-tooltip-bottom .tooltip-arrow::before {
    border-bottom-color: #1f1f1f;
}
.custom-tooltip.bs-tooltip-start .tooltip-arrow::before {
    border-left-color: #1f1f1f;
}
.custom-tooltip.bs-tooltip-end .tooltip-arrow::before {
    border-right-color: #1f1f1f;
}
.live_reading_btn {
    color: #fff;
    text-decoration: none;
    padding: 6px 15px;
    font-size: 15px;
    font-weight: 600;
    background: #102f4c;
    border: 0;
    width: 100%;
}
.live_reading_btn:hover {
    box-shadow: 0 4px 4px rgb(0 0 0 / 0.25);
}
.live_chat {
    height: 20px;
}
.benefits-section {
    background-color: #cccccce3;
    color: #fff;
    padding: 30px 12px;
    position: relative;
    overflow: hidden;
    border: 1px solid #1b3453;
    border-radius: 5px;
}
.customer-service_img {
    width: 20px !important;
    box-shadow: none !important;
    height: auto !important;
}
.triangle-bg {
    background-color: #fff;
    clip-path: polygon(2% -1%, 100% 0%, 86% 145%, 17% 100%);
    position: absolute;
    top: 0;
    right: 41%;
    bottom: 0;
    left: -137px;
    z-index: 1;
}
.benefits-section .content {
    position: relative;
    z-index: 2;
}
.benefits-heading {
    text-align: center;
}
.inquiry-before-buying-btn {
    background: #b93e02;
    font-weight: 700;
    font-size: 15px;
    padding: 8px 15px;
    color: #fff;
    text-decoration: none;
    display: inline-block;
    animation: glowing 1.3s infinite;
}

@keyframes glowing {
    0% {
        box-shadow: 0 0 0px rgba(185, 62, 2, 0.6);
    }
    50% {
        box-shadow:
            0 0 5px rgba(185, 62, 2, 0.8),
            0 0 10px rgba(185, 62, 2, 0.6),
            0 0 5px rgba(185, 62, 2, 0.4);
    }
    100% {
        box-shadow: 0 0 0px rgba(185, 62, 2, 0.6);
    }
}

.inquiry-before-buying-btn:hover {
    box-shadow: 0 4px 4px rgb(0 0 0 / 0.25);
}

/* Icon Animation */
.download-anim {
    animation: downloadMove 1.2s linear infinite;
    display: inline-block;
}

/* Top to Bottom Continuous Animation */
@keyframes downloadMove {
    0% {
        transform: translateY(-6px);
        opacity: 0;
    }
    30% {
        opacity: 1;
    }
    70% {
        opacity: 1;
    }
    100% {
        transform: translateY(6px);
        opacity: 0;
    }
}

/* GREEN CHECK ICON */
.green-check {
    width: 18px;
    height: 18px;
    background: #1fa463;
    border-radius: 50%;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    /* animation:pulseCircle 1.8s infinite; */
}

.green-check i {
    color: #fff;
    font-size: 11px;
    line-height: 1;
    /* animation:tickPop 1.8s infinite; */
}

/* Circle pulse */
/* @keyframes pulseCircle{
    0%{
        box-shadow:0 0 0 0 rgba(31,164,99,.6);
    }
    70%{
        box-shadow:0 0 0 6px rgba(31,164,99,0);
    }
    100%{
        box-shadow:0 0 0 0 rgba(31,164,99,0);
    }
} */

/* Tick animation */
/* @keyframes tickPop{
    0%{
        opacity:0;
        transform:scale(.2) rotate(-20deg);
    }
    30%{
        opacity:1;
        transform:scale(1.2) rotate(0);
    }
    50%{
        transform:scale(1);
    }
    100%{
        opacity:1;
        transform:scale(1);
    }
} */

.benefits-heading h2 {
    font-weight: 700;
    font-size: 2rem;
    line-height: 1.2;
    color: #000;
}
.benefits-list {
    list-style: none;
    padding: 0;
    margin: 0;
}
.benefits-list li {
    display: flex;
    align-items: center;
    margin-bottom: 7px;
    color: #1b3453;
    font-weight: 500;
}
.benefits-list li:last-child {
    margin-bottom: 0;
}
.benefits-list li i {
    color: #1b3453;
    border: 1.5px solid #23004a;
    border-radius: 50%;
    padding: 4px;
    font-size: 12px;
    margin-right: 12px;
    width: 26px;
    height: 26px;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-shrink: 0;
}
.right_sticky_wrap {
    position: sticky;
    top: 80px;
}
.right_sticky_wrap .right-sticky-body {
    background: #fff;
    box-shadow: 0 5px 10px rgb(0 0 0 / 0.2);
    transition: 500ms ease;
    border-top: 3px solid #61b6e6;
    z-index: 101;
    padding: 16px 10px;
}
.right_sticky_wrap .get_a_sample {
    text-transform: uppercase;
    margin-bottom: 10px;
    font-weight: 700;
}
.right_sticky_wrap .get_a_sample i {
    font-size: 21px;
    color: #e97777;
}
.btn-contact {
    background-color: #102f4c;
    color: #fff;
    font-size: 12px;
}
.btn-contact:hover {
    box-shadow: 0 4px 4px rgb(0 0 0 / 0.25);
}
.author-info {
    font-size: 14px;
    line-height: 1.6;
}
.author_pro {
    margin-right: 10px;
    width: 30%;
    cursor: pointer;
}
.author_desc {
    width: 70%;
}
.modal-custom-width {
    max-width: 380px;
    transition: max-width 0.3s ease;
}
.modal-expanded {
    max-width: 760px !important;
}
.main_wrapper img {
    width: 80%;
    height: 430px;
    margin: auto;
    box-shadow:
        0 4px 8px rgb(0 0 0 / 0.1),
        0 8px 20px rgb(0 0 0 / 0.15);
}
.author-card {
    margin-top: 1.2rem;
}
.author-card h6:hover {
    color: #e97777;
}
.minw-130 {
    min-width: 130px;
}
.author-img {
    width: 99px;
    height: 99px;
    border-radius: 50%;
    object-fit: cover;
    border: 3px solid #102f4c;
    object-position: center top;
}
.author-imgs {
    width: 80px;
    height: 80px;
    border-radius: 50%;
    object-fit: cover;
    border: 3px solid #102f4c;
    object-position: center top;
}
.author-imgss {
    width: 80px;
    height: 80px;
    border-radius: 50%;
    object-fit: cover;
    border: 3px solid #102f4c;
    object-position: center top;
}
.desig {
    font-size: 14px;
    text-align: left;
    margin: 2px 0;
}
.social-icons a {
    font-size: 18px;
    margin-right: 10px;
    color: #0077b5;
}
.social-icons a:hover {
    color: #0a66c2;
}
.customize-card {
    padding: 15px;
    border-radius: 8px;
    border: 1px solid #194670;
    background: linear-gradient(
        to right,
        #dbe2f3,
        #0082c821,
        #126f8500,
        #667db61f
    );
    margin-bottom: 13px;
    border-right: 5px solid #102f4c;
}
.customize-img {
    width: 90px !important;
    height: 90px !important;
    border-radius: 50%;
    object-fit: cover;
    border: 5px solid #194670;
    object-position: center top;
}
.btn-customize {
    background-color: #102f4c;
    color: #fff;
}
.btn-customize:hover {
    background-color: #218838;
}
.customize-container {
    display: flex;
    align-items: center;
}
.customize-profile {
    flex: 0 0 32%;
    text-align: left;
    display: flex;
    align-items: center;
}
.customize-profile-img {
    margin-right: 10px;
    width: 35%;
    cursor: pointer;
}
.customize-profile-text {
    width: 65%;
}
.customize-profile:hover {
    color: #e97777;
}
.customize-text {
    flex: 0 0 68%;
    text-align: center;
    padding: 0 10px;
    border-left: 1px solid #ccc;
}
.customize-text p {
    text-align: center !important;
}
.connect_text {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 15px;
    text-align: center;
}
.connect_text::after {
    content: "";
    position: absolute;
    width: 115px;
    height: 2px;
    background-color: #102f4c;
    bottom: -6px;
    right: 0;
}
.connect_text::before {
    content: "";
    position: absolute;
    width: 115px;
    height: 2px;
    background-color: #102f4c;
    bottom: -6px;
    left: 0;
}
.content-box {
    background: #f9fafb;
    border-left: 6px solid #194670;
    box-shadow: 0 4px 20px rgb(0 0 0 / 0.08);
    border-radius: 10px;
    padding: 30px;
    position: relative;
}
.section-title {
    color: #511378;
    font-size: 22px;
    font-weight: 700;
    margin-top: 20px;
    margin-bottom: 20px;
}
.content-box ul {
    list-style: none;
    padding-left: 0;
}
.content-box ul li {
    position: relative;
    padding-left: 40px;
    margin-bottom: 14px;
}
.content-box ul li p {
    margin-bottom: 0;
}
.content-box ul li::before {
    content: "▶";
    position: absolute;
    left: 17px;
    color: #32b6c0;
}
.content-box ul li ul {
    list-style: disc;
    padding-left: 2rem;
}
.content-box ul li ul li {
    padding-left: 0;
    margin-bottom: 5px;
}
.content-box ul li ul li::before {
    display: none;
}
.blurred {
    position: relative;
    filter: blur(5px);
    opacity: 0.5;
    pointer-events: none;
    user-select: none;
}
.blur-wrapper {
    margin-top: 24px;
}
.sample-button {
    background-color: #0085d0;
    color: #fff;
    font-size: 14px;
    border: none;
    font-weight: 700;
    border-radius: 6px;
    cursor: pointer;
    z-index: 2;
    padding: 8px 20px;
}
.sample-button:hover {
    box-shadow: 0 4px 4px rgb(0 0 0 / 0.25);
}
.modal::before {
    position: absolute;
    content: "";
    background: #000000c4;
    width: 100%;
    height: 100%;
    left: 0;
    right: 0;
    top: 0;
}
.popupwidthset {
    max-width: 1090px;
}
.video-container {
    position: relative;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    flex: 1;
    background-color: #000;
}
.video-thumbnail,
.video-container video {
    width: 100%;
    height: 100%;
    object-fit: contain;
}
.play-button {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background: rgb(0 0 0 / 0.6);
    color: #fff;
    font-size: 23px;
    padding: 12px 20px;
    border-radius: 50%;
    cursor: pointer;
    transition: 0.3s;
}
input::placeholder,
textarea::placeholder {
    font-size: 15px !important;
}
.play-button:hover {
    background: rgb(0 0 0 / 0.8);
}
.video-container video {
    display: none;
}
.free_consultation_form {
    padding: 20px;
}
.animated_btn {
    display: inline-block;
    color: #fff;
    background: #102f4c;
    font-weight: 600;
    overflow: hidden;
    transition: all 0.3s ease-in-out;
    border: 1px solid #fff;
    animation:
        pulse 1.5s infinite,
        borderAnimation 3s infinite linear;
}
.animated_btn:hover {
    background-color: #fff;
}
.pulse-btn {
    color: #fff;
    background: #102f4c;
    border: 0;
    cursor: pointer;
    animation: pulsess 1.5s infinite alternate;
}
.gdprcookie {
    width: 294px;
    position: fixed;
    bottom: 0;
    right: 12px;
    opacity: 0.9;
    padding: 1px 6px;
    text-align: center;
    background-color: #eee;
    color: #404040;
    z-index: 111;
    font-size: 12px;
}
.gdprcookie p {
    padding: 5px 0;
    margin: 0;
    font-size: 12px;
    color: #000000c4;
    text-align: center;
}
.gdprcookie p a {
    font-weight: 600;
    color: #000000b3;
}
.gdprcookie .close-cookie {
    background: #fff0;
    font-size: 15px;
    font-weight: 700;
    cursor: pointer;
    position: absolute;
    right: 14px;
    bottom: 0;
    transform: translateY(-50%);
    color: #000;
    border: 1px solid #000;
    border-radius: 50%;
    width: 20px;
    height: 20px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.navbar-brand {
    margin-right: 42px;
    position: relative;
}
.navbar-brand::after {
    content: "";
    position: absolute;
    width: 2px;
    height: 100%;
    background-color: #d9d9d9;
    top: 0;
    right: -23px;
}
.faq_secs .accordion-flush .accordion-item {
    border: 1px solid #ccc;
    margin-bottom: 5px;
}
.faq_secs .accordion-flush .accordion-item:first-child {
    border-top: 1px solid #ccc;
}
.faq_secs .accordion-flush .accordion-item:last-child {
    border-top: 1px solid #ccc;
}
.faq_secs .accordion-button {
    color: #011d3f;
    background-color: rgb(0 0 0 / 0.03);
    border-left: 3px solid #011d3f;
    font-size: 15px;
}
.faq_secs .accordion-button:focus {
    box-shadow: none !important;
    background: #011d3f !important;
    color: #fff !important;
    --bs-accordion-btn-icon: url("data:image/svg+xml,%3csvgxmlns='http://www.w3.org/2000/svg'viewBox='001616'fill='white'%3e%3cpathfill-rule='evenodd'd='M1.6464.646a.5.5001.7080L810.293l5.646-5.647a.5.5001.708.708l-66a.5.5001-.7080l-6-6a.5.50010-.708z'/%3e%3c/svg%3e");
    --bs-accordion-btn-active-icon: url("data:image/svg+xml,%3csvgxmlns='http://www.w3.org/2000/svg'viewBox='001616'fill='white'%3e%3cpathfill-rule='evenodd'd='M1.6464.646a.5.5001.7080L810.293l5.646-5.647a.5.5001.708.708l-66a.5.5001-.7080l-6-6a.5.50010-.708z'/%3e%3c/svg%3e");
}
.extr_list_sec {
    padding: 0;
}
.extr_listss {
    margin-bottom: 0;
    text-align: center;
    display: flex;
    justify-content: center;
    flex-direction: column;
}
.extr_listss li a {
    color: #011d3f;
    font-weight: 600;
}
.list_row {
    border: 1px solid #ccc;
    padding: 20px;
}
.mouse_leave_modal .modal-content {
    background-color: #102f4c;
}
.mouse_leave_modal .modal-body {
    padding: 0;
    text-align: center;
}
.mouse_leave_modal .modal-body h2 {
    color: #fff;
    font-size: 24px;
    font-weight: 600;
}
.mouse_leave_modal .modal-body h4 {
    color: #fff;
    font-size: 20px;
    text-align: center;
    margin-top: 16px;
}
.mouse_leave_modal .modal-body p {
    color: #fff;
}
.mouse_leave_modal .btn-close {
    --bs-btn-close-bg: none;
    color: #000;
    background: #fff;
    opacity: 1;
    width: 20px;
    height: 20px;
    border-radius: 50%;
    right: 0;
    top: 0;
    z-index: 1;
}
.mouse_leave_modal .modal-header {
    border-bottom: 0;
    padding: 0;
}
.combtnss {
    padding: 10px 12px;
    text-decoration: none;
    margin: 0 10px;
    font-weight: 700;
    display: inline-block;
    font-size: 13px;
    border-radius: 12px;
}
.bluessss {
    background: #ccc;
    color: #000;
}
.yellwwww {
    background: #ff9f00;
    color: #fff;
}
.cust_btbsss {
    position: absolute;
    bottom: 20%;
    right: 23px;
}
.tankns_popups {
    height: 255px;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 0 20px;
    text-align: center;
    flex-direction: column;
    background-color: #fff;
}
.tankns_popups div {
    font-size: 24px;
    color: #011d3f;
    font-weight: 600;
    margin-bottom: 10px;
}
.tankns_popups p {
    text-align: center;
    font-size: 17px;
    margin-bottom: 0;
}
.gmi-card .card-title {
    font-size: 1.08rem;
    font-weight: 700;
    color: #fff;
}
.gmi-card {
    width: 100%;
    border-radius: 400px 0 0 400px;
    padding: 26px 0 26px 52px;
    position: relative;
}
.gmi-card::before {
    content: "";
    position: absolute;
    height: 100%;
    width: 44%;
    right: -92px;
    top: 0;
    background: inherit;
}
.reports_btss {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.toc_btn {
    color: #fff;
    border: 1px solid #fff;
    background: #102f4c;
    padding: 5px 20px;
    transition: 0.3s linear;
}
.toc_btn:hover {
    background: #fff;
    border-color: #102f4c;
    color: #000;
}
.extra_banner {
    min-height: 0 !important;
    padding: 18px 0 19px 0;
}
.extra_banner .hero-content {
    width: 100% !important;
    border-radius: 0 400px 400px 0 !important;
    padding: 16px 70px 26px 0 !important;
    position: relative !important;
    height: auto !important;
}
.gmi-card .card-body {
    padding: 0 19px;
}
.gmi-card .card-body p {
    color: #fff;
    border-bottom: 1px solid #ccc;
    padding: 0 0 10px 0;
    font-size: 12px;
}
.gmi-card .card-body p span {
    color: #ff0;
    font-weight: 600;
}
section.report_banner {
    padding: 30px 0;
    background: #011d3f;
}
.feedback-btn {
    background: #102f4c;
    padding: 6px 20px;
    border: 0;
    font-weight: 600;
    color: #fff;
    border-radius: 3px;
}
.feedback-btn:hover {
    background: #333;
    color: #fff;
}
.mobi_buy {
    display: none;
}
.report_content h1 {
    color: #fff;
    font-size: 17px;
    line-height: 26px;
}
.listss {
    padding-left: 0;
    list-style: none;
}
.listss li {
    border-bottom: 1px solid #000;
    padding: 10px 0;
    font-weight: 600;
}
.report_right {
    padding: 12px 20px;
    background: #fff;
}
.fixed-bottom-div {
    position: fixed;
    bottom: 0;
    left: 0;
    display: flex;
    width: 100%;
    z-index: 20;
    display: none;
}
.fixed-bottom-div a {
    width: 50%;
    padding: 12px 5px;
    text-align: center;
    color: #fff;
    text-decoration: none;
    font-weight: 600;
    font-size: 12px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.buynow-btn {
    background: #e97777;
    border-color: #e97777;
    color: #fff;
    width: 100%;
}
.buynow-btn a {
    text-decoration: none;
    color: #fff;
}
.buynow-btn:hover {
    background-color: #d05858;
    border-color: #fff0;
    color: #fff;
}
a.toc_btn {
    color: #fff;
    border: 1px solid #fff;
    padding: 7px 18px;
    text-decoration: none;
    margin-right: 20px;
}
a.request_sample_btn {
    background: #ff9f00;
    color: #fff;
    border-color: #ff9f00;
    padding: 7px 18px;
    text-decoration: none;
}
.report_content {
    padding: 22px 20px;
    background: rgb(255 255 255 / 0.1);
}
.banner_btns {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.request-btsss {
    background: #ff9f00;
    border: 1px solid #ff9f00;
    font-weight: 700;
    font-size: 15px;
}
.min_w_240{
    min-width: 240px;
}
.request-btsss:hover {
    background: #ff9f00;
}
.custom_btn {
    color: #fff;
    text-decoration: none;
    padding: 8px 15px;
    font-size: 14px;
    font-weight: 600;
    border-radius: 4px;
}
.bgs_color {
    background: #ff9f00;
}
.bgs_color:hover {
    box-shadow: 0 4px 4px rgb(0 0 0 / 0.25);
}
.btn-close {
    position: absolute;
    top: 9px;
    right: 10px;
}
.sky-color {
    background: #102f4c;
}
.sky-color:hover {
    background: #054157;
    color: #fff;
}
.modal-headers {
    padding: 17px 14px 0 14px;
}
.modal-headers h1 i {
    font-size: 21px;
    color: #e97777;
}
.modal-headers h3 {
    margin-top: 5px;
    font-size: 13px;
    text-align: center;
}
.modal-body.enquiry_form {
    padding: 23px 33px;
}
.enquiry_form label {
    font-weight: 500;
    font-size: 14px;
}
#transform_sec_slider.owl-theme .owl-dots .owl-dot.active span,
.owl-theme .owl-dots .owl-dot:hover span {
    background: #29322f9c !important;
}
.customize_reports {
    display: flex;
    align-items: center;
    justify-content: space-between;
    background: #565353;
    padding: 20px;
}
.customize_reports p {
    width: 54%;
    margin-bottom: 0;
    color: #fff;
    font-size: 18px;
}
.customize_reports .extr_btnsss {
    width: 27%;
}
:root {
    --bs-primary: #102f4c;
}
::-webkit-scrollbar {
    height: 8px;
    width: 8px;
}
::-webkit-scrollbar-thumb {
    background-color: #888;
}
::-webkit-scrollbar-thumb:hover {
    background-color: #102f4c;
}
::-webkit-scrollbar-button,
::-webkit-scrollbar-corner {
    background: #fff0;
    cursor: pointer;
    display: none;
}
::-webkit-scrollbar-thumb,
::-webkit-scrollbar-thumb:hover {
    background-clip: content-box;
    border: 1px solid #fff0;
}
::-webkit-scrollbar-track {
    background: #fff0;
}
body {
    font-family: "Inter", sans-serif;
    font-size: 15px;
    color: var(--bs-black);
}
.icon {
    stroke: unset;
    stroke-width: 0;
    display: inline-block;
    width: 1em;
    height: 1em;
    fill: currentColor;
    vertical-align: -0.1em;
}
.text-grey2hovtheme {
    color: #888787;
}
.text-grey2hovtheme:hover {
    color: #102f4c;
}
.text-link,
.text-b2theme {
    color: var(--bs-black);
    text-decoration: none;
}
.text-link:hover,
.text-b2theme:hover {
    color: var(--bs-link-color);
    text-decoration: underline;
}
.text-link.text-b2theme:hover,
.text-b2theme.text-b2theme:hover {
    color: #102f4c;
    text-decoration: none;
}
.text-justify {
    text-align: justify;
}
.breadcrumb-box {
    --bs-breadcrumb-divider: url("data:image/svg+xml,<svgxmlns='http://www.w3.org/2000/svg'width='8'height='8'%3E%3Cpathd='M2.50L11.53.5416.52.58l4-4-4-4z'fill='%23102F4C'/></svg>");
}
.form-select.text-white {
    background-image: url("data:image/svg+xml,%3csvgxmlns='http://www.w3.org/2000/svg'viewBox='001616'%3e%3cpathfill='none'stroke='%23ffffff'stroke-linecap='round'stroke-linejoin='round'stroke-width='2'd='m25666-6'/%3e%3c/svg%3e");
}
.form-control::-moz-placeholder {
    opacity: 0.6;
}
.form-control::placeholder {
    opacity: 0.6;
}
.img-cover {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}
.dropdown-menu-center {
    left: 50% !important;
    right: auto;
    transform: translate(-50%, 0);
}
.btn,
.form-select {
    --bs-btn-font-size: 15px;
    border-radius: 0;
}
.btn.btn-sm,
.form-select.btn-sm {
    --bs-btn-font-size: 12px;
}
.btn:hover,
.form-select:hover {
    box-shadow: 0 4px 4px rgb(0 0 0 / 0.25);
}
.btn-outline-light:hover {
    background: var(--bs-white);
    border-color: var(--bs-white);
    color: #102f4c;
    box-shadow: 0 4px 4px rgb(0 0 0 / 0.25);
}
.btn-outline-secondary {
    color: var(--bs-black);
    border-color: #9e9c9c;
}
.btn-outline-secondary:hover {
    background: #102f4c;
    border-color: #102f4c;
    color: var(--bs-white);
    box-shadow: 0 4px 4px rgb(0 0 0 / 0.25);
}
.btn-outline-grey {
    color: #888787;
    border-color: #9e9c9c;
}
.btn-outline-grey:hover {
    font-weight: 600;
    border-color: #f5f5f5;
    color: var(--bs-black);
    background: #f5f5f5;
    box-shadow: 0 4px 4px rgb(0 0 0 / 0.25);
}
.top-bar {
    background: var(--bs-black);
    padding-top: 5px;
    padding-bottom: 5px;
    position: relative;
    z-index: 1001;
}
.top-bar .top-link {
    display: inline-flex;
    align-items: center;
    height: 30px;
    padding: 0 12px;
    font-size: 14px;
    text-decoration: none;
    color: var(--bs-white);
    white-space: nowrap;
}
.top-bar .top-link.active,
.top-bar .top-link:hover {
    box-shadow: inset 0 0 0 1px var(--bs-white);
    transition: 350ms;
}
.top-bar .top-search {
    width: 240px;
    height: 30px;
    border: 0;
    box-sizing: border-box;
    outline: 0;
    cursor: pointer;
    background-color: #fff0;
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvgxmlns='http://www.w3.org/2000/svg'fill='%23ffffff'viewBox='001818'%3E%3Cpathd='M12.511.0283H11.71L11.4310.7583C12.419.61832138.13832136.52832C132.9383210.090.02832036.50.0283203C2.910.028320302.9383206.52832C010.11832.9113.02836.513.0283C8.1113.02839.5912.438310.7311.4583L1111.7383V12.5283L1617.5183L17.4916.0283L12.511.0283ZM6.511.0283C4.0111.028329.0183226.52832C24.038324.012.028326.52.02832C8.992.02832114.03832116.52832C119.018328.9911.02836.511.0283Z'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-size: 18px 18px;
    background-position: calc(100% - 6px) 7px;
    padding: 0 30px 0 6px;
    transition: 0.2s;
    border-radius: 0;
    border-bottom: 1px solid #fff;
    box-shadow: none;
    color: #fff;
    opacity: 1;
}
.top-bar .top-search::-moz-placeholder {
    color: #fff;
}
.top-bar .top-search::placeholder {
    color: #fff;
}
.top-bar .top-search:not(:-moz-placeholder-shown) {
    border-bottom: 1px solid #fff;
    width: 240px;
    cursor: text;
    opacity: 1;
}
.top-bar .top-search:focus::-moz-placeholder,
.top-bar .top-search:not(:placeholder-shown)::-moz-placeholder {
    color: currentColor;
}
.top-bar .top-search:not(:-moz-placeholder-shown)::placeholder {
    color: currentColor;
}
.top-bar .top-search:focus::placeholder,
.top-bar .top-search:not(:placeholder-shown)::placeholder {
    color: currentColor;
}
.searchbox {
    position: relative;
    .searchicon {
        position: absolute;
        right: 20px;
        top: 50%;
        transform: translateY(-50%);
        background: #fff0;
        border: none;
        i {
            color: whitesmoke;
        }
    }
}
.navbar {
    position: sticky;
    top: 0;
    background: var(--bs-white);
    z-index: 1000;
}
.navbar .navbar-brand img {
    max-width: 100%;
    transition: 300ms;
}
.navbar .nav-link {
    color: var(--bs-black);
    font-size: 14px;
    margin-left: 2px;
    --bs-navbar-nav-link-padding-x: 0.7rem;
}
.navbar .nav-link.show,
.navbar .nav-link:hover {
    box-shadow: inset 0 0 0 1px #102f4c;
    background: #102f4c;
    color: var(--bs-white);
}
.navbar.active {
    box-shadow: 0 2px 4px rgb(0 0 0 / 0.15);
}
.nav-item.dropdown:hover > .sub_menu_list {
    display: block;
}
.sub_menu_list {
    --bs-dropdown-min-width: 39rem !important;
    padding: 10px 15px;
    transform: translateX(-50%);
}
.dropend .dropdown-toggle::after {
    display: none;
}
.menu_drop {
    display: flex;
    justify-content: space-between;
    border-bottom: 1px solid #ccc;
    padding: 8px 5px 10px 5px;
}
.menu_drop:hover {
    box-shadow: inset 0 0 0 1px #102f4c;
    background: #102f4c;
}
.menu_drop:focus {
    background: #102f4c;
    color: #fff;
}
.menu_drop:hover > a {
    color: var(--bs-white);
}
.menu_drop > a {
    font-size: 14px !important;
    color: #000;
    text-decoration: none;
}
.menu_drop a:first-child {
    width: 100%;
}
.sub_menu_list .nav-item .nav-link {
    font-size: 14px !important;
    border-bottom: 1px solid #ccc;
    padding: 8px 5px 10px 5px;
}
.dropend .dropdown-menu[data-bs-popper] {
    top: 100%;
    left: 0;
    width: 100%;
    background-color: #f5f5f5;
    margin-left: 0;
    border-radius: 0;
    position: absolute !important;
}
.dropdown-item:focus,
.dropdown-item:hover {
    background: #102f4c;
    color: var(--bs-white);
}
.row-shifter {
    width: calc(100% - 290px);
}
.rfp-container .rfp-mobilebutton {
    display: none;
    height: 40px;
    width: 60px;
    background: #102f4c;
    border: 1px solid #102f4c;
    border-right: 0;
    color: var(--bs-white);
    position: fixed;
    top: 70%;
    right: 0;
    font-size: 16px;
    padding-left: 10px;
    letter-spacing: 1px;
    border-radius: 8px 0 0 8px;
    box-shadow: 0 5px 6px rgb(0 0 0 / 0.3);
    z-index: 100;
}
.rfp-container .rfp-mobilebutton:hover {
    background: var(--bs-white);
    color: #102f4c;
}
.rfp-container .rfp-box {
    width: 280px;
    position: fixed;
    background: #fff;
    box-shadow: 0 5px 10px rgb(0 0 0 / 0.2);
    transition: 500ms ease;
    opacity: 0;
    top: 100%;
    border-top: 3px solid #61b6e6;
    z-index: 101;
}
.rfp-container .rfp-box.active {
    opacity: 1;
}
.rfp-container .rfp-box .rfp-close {
    position: absolute;
    width: 28px;
    height: 28px;
    border-radius: 50px;
    background: #fff;
    z-index: 2;
    padding: 0;
    border: 1px solid #fff;
    right: 6px;
    top: 6px;
    color: #f33d3d;
    box-shadow: 0 2px 6px rgb(0 0 0 / 0.75);
    visibility: hidden;
}
.rfp-container .rfp-box .rfp-close .icon {
    width: 100%;
    height: 100%;
}
.rfp-container .rfp-box .right-sticky-body {
    padding: 16px 10px;
}
.get_a_sample {
    text-transform: uppercase;
    margin-bottom: 10px;
    font-weight: 700;
}
.get_a_sample i {
    font-size: 21px;
    color: #e97777;
}
.rfp-container .rfp-box .right-sticky-footer {
    padding: 12px;
    text-align: center;
}
.rfp-container .rfp-box .right-sticky-footer h6 {
    font-size: 15px;
    color: #102f4c;
    margin-bottom: 16px;
}
.rfp-container .rfp-box .right-sticky-footer img {
    max-height: 24px;
}
.content-bgtext {
    position: relative;
}
.content-bgtext .content-banner {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}
.content-bgtext .container {
    position: relative;
}
.wechampion-links {
    display: flex;
    flex-wrap: wrap;
}
.wechampion-links .btn {
    margin-right: 7px;
    margin-bottom: 7px;
}
.client-logo {
    background: var(--bs-white);
    height: 100px;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 12px 16px;
    box-shadow: 0 0 6px rgb(0 0 0 / 0.2);
}
.client-logo img {
    max-width: 100%;
    max-height: 100%;
}
.card-hovertheme {
    position: relative;
    transition: 300ms;
    border: 1px solid #9e9c9c;
}
.card-hovertheme:hover {
    background: #102f4c;
    color: #fff;
    border-color: #102f4c;
}
.card-hovertheme:hover > * {
    color: #fff;
}
.card-hovertheme2 {
    position: relative;
    transition: 300ms;
    border: 1px solid #d9d9d9;
}
.card-hovertheme2:hover {
    background: #102f4c;
    color: #fff;
    border-color: #102f4c;
}
.card-hovertheme2:hover > * {
    color: #fff;
}
.hero-banner {
    width: 100%;
    min-height: 400px;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
}
.hero-banner .hero-img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 0;
}
.hero-banner .hero-img::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgb(16 47 76 / 0.6);
}
.hero-banner .hero-img.hero-noshade::after {
    background: #fff0;
}
.hero-banner .hero-img.hero-blackshade::after {
    background: rgb(0 0 0 / 0.57);
}
.hero-banner .hero-img img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}
.hero-banner .hero-content {
    width: 100%;
    border-radius: 0 400px 400px 0;
    padding: 35px 70px 35px 0;
    position: relative;
    height: 290px;
}
.hero-banner .hero-content::before {
    content: "";
    position: absolute;
    height: 100%;
    width: 100vw;
    left: -100vw;
    top: 0;
    background: inherit;
}
.hero-banner .hero-content.hero-content-rounded {
    border-radius: 300px 400px 400px 0;
    padding: 50px 50px 50px 50px;
}
.hero-banner .hero-content.hero-content-rounded::before {
    display: none;
}
.breadcrumb .breadcrumb-item a {
    text-decoration: none;
    color: #074c65;
}
.breadcrumb .breadcrumb-item a:hover {
    text-decoration: underline;
}
.form-shadow {
    background: #fff;
    box-shadow: 0 4px 4px rgb(0 0 0 / 0.25);
    margin: 50px 0;
}
.form-shadow .form-control {
    border-radius: 0;
}
.list-circle {
    padding: 0;
    margin: 0;
    list-style-type: none;
}
.list-circle li {
    padding-left: 35px;
    position: relative;
}
.list-circle li:not(last-child) {
    margin-bottom: 10px;
}
.list-circle li::before {
    content: "—";
    position: absolute;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    color: #d9d9d9;
    left: 0;
    width: 24px;
    height: 24px;
    border-radius: 50%;
    background: #215b90;
}
.card-themelighthover {
    transition: 300ms;
}
.card-themelighthover .btn-outline-grey {
    color: var(--bs-black);
    border-color: #d9d9d9;
}
.card-themelighthover:hover {
    color: var(--bs-white);
    background: #194670;
    border-color: #194670;
}
.card-themelighthover:hover .btn-outline-grey {
    border-color: var(--bs-white);
    color: var(--bs-white);
}
.card-themelighthover:hover .btn-outline-grey:hover {
    color: var(--bs-black);
}
.video-box {
    display: block;
}
.video-box video {
    width: 100%;
    display: block;
}
.circle-box {
    border: 6px solid var(--bs-white);
    width: 215px;
    aspect-ratio: 1;
    border-radius: 50%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 10px 25px;
    text-align: center;
}
.circle-box p {
    margin: 0;
    font-size: 13px;
    line-height: 18px;
    font-weight: 600;
}
.list-flags {
    list-style-type: none;
    padding: 0;
    margin: 0;
}
.list-flags li {
    margin-bottom: 8px;
}
.list-flags li a {
    display: inline-flex;
    align-items: center;
    text-decoration: none;
    color: var(--bs-black);
}
.list-flags li a img {
    height: 18px;
    margin-right: 8px;
    box-shadow: 0 0 0 1px rgb(0 0 0 / 0.1);
}
.list-flags li a small {
    opacity: 0.75;
}
.list-flags li a.active,
.list-flags li a:hover {
    color: var(--bs-danger);
}
.pagination-common .page-item .page-link {
    border-radius: 0;
    color: #000;
    font-size: 15px;
    background: #e6e6e6;
    margin: 2px;
    padding: 0;
    width: 38px;
    height: 38px;
    line-height: 37px;
    text-align: center;
    outline: 0;
}
.pagination-common .page-item .page-link:hover {
    background: #194670;
    color: #fff;
    border-color: #194670;
    box-shadow: 0 4px 4px rgb(0 0 0 / 0.25);
}
.pagination-common .page-item:first-child .page-link,
.pagination-common .page-item:last-child .page-link {
    background: #fff;
    border: 1px solid #000;
}
.pagination-common .page-item:first-child .page-link:hover,
.pagination-common .page-item:last-child .page-link:hover {
    background: #194670;
    border-color: #194670;
    color: #fff;
}
.white2theme-linkbox {
    display: block;
    text-decoration: none;
    color: dimgray;
    transition: 350ms;
}
.white2theme-linkbox:hover {
    background-color: #102f4c;
    color: #fff;
    text-decoration: underline;
}
.accordion-flushcommon .accordion-button:not(.collapsed) {
    color: #fff;
    background-color: #194670;
}
.accordion-flushcommon .accordion-button:not(.collapsed)::after {
    filter: brightness(0) invert(1);
}
footer {
    background: var(--bs-black);
    color: var(--bs-white);
    padding-top: 10px;
    padding-bottom: 15px;
}
footer .hry-25 {
    margin: 15px 0 !important;
}
footer address {
    font-size: 14px;
    opacity: 0.9;
}
footer .ftr_link.mb-3 {
    font-size: 14px;
    margin-bottom: 8px !important;
}
footer .footer-logo {
    display: inline-block;
    margin-bottom: 22px;
}
footer .footer-logo img {
    filter: brightness(0) invert(1);
}
footer .footer-follow a {
    text-decoration: none;
    color: #fff;
    display: inline-block;
    margin-left: 8px;
}
footer .footer-links {
    margin-bottom: 0;
    list-style-type: none;
    padding: 0;
}
footer .footer-links li {
    margin-top: 2px;
}
footer .footer-links li a {
    text-decoration: none;
    color: #fff;
    font-size: 14px;
    opacity: 0.9;
}
footer .copyright,
footer .hstack {
    font-size: 14px;
    opacity: 0.9;
}
footer .footer-links li a:hover {
    opacity: 0.75;
}
footer .footer-link {
    color: #fff;
    text-decoration: none;
}
footer .footer-link:hover {
    opacity: 0.75;
}
footer .hstack {
    font-weight: 600;
    margin-bottom: 10px;
}
footer .hstack a {
    color: #fff;
    text-decoration: none;
}
footer .hstack a:hover {
    opacity: 0.75;
}
.dropdown-320 {
    width: 320px;
}
.dropdown-430 {
    width: 430px;
}
.dropdown-560 {
    width: 560px;
}
@media (min-width: 1400px) {
    .main_wrapper img {
        height: auto;
    }
}
@media only screen and (min-width: 1201px) and (max-width: 1499px) {
    .container,
    .container-lg,
    .container-md,
    .container-sm,
    .container-xl,
    .container-xxl {
        width: 100%;
        max-width: 1200px;
    }
}
@media screen and (max-width: 991.9px) {
    .sub_menu_list {
        transform: translateX(0);
    }
    .mouse_leave_modal {
        display: none !important;
    }
    body:has(.navbar-collapse.show) {
        overflow: hidden;
    }
    .navbar {
        box-shadow: 0 2px 6px rgb(0 0 0 / 0.25);
    }
    .navbar .nav-link {
        padding-left: 15px;
        padding-right: 15px;
    }
    .navbar .dropdown-menu-center {
        transform: none !important;
    }
    .navbar .dropdown-320,
    .navbar .dropdown-430,
    .navbar .dropdown-560 {
        width: auto;
    }
    .navbar .dropdown-320 .flex-wrap,
    .navbar .dropdown-430 .flex-wrap,
    .navbar .dropdown-560 .flex-wrap {
        align-items: flex-start;
    }
    .navbar .navbar-collapse {
        height: calc(100vh - 80px);
        overflow: hidden;
        overflow-y: auto;
    }
    .row-shifter {
        width: auto;
    }
    .rfp-container .rfp-mobilebutton {
        display: block;
    }
    .rfp-container .rfp-box {
        display: none;
        left: auto !important;
        right: 15px;
    }
    .rfp-toggle .rfp-container .rfp-mobilebutton {
        display: none;
    }
    .rfp-toggle .rfp-container .rfp-box {
        display: block;
        top: auto !important;
        bottom: 10px !important;
    }
    .rfp-toggle .rfp-container .rfp-box .rfp-close {
        visibility: visible;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .discount-btn {
        font-size: 13px;
    }
}
@media screen and (min-width: 767.9px) {
    .border-md-enddark {
        border-right: 1px solid var(--bs-dark);
    }
    .ps-md-30 {
        padding-left: 30px;
    }
}
@media screen and (max-width: 767.9px) {
    .mouse_leave_modal {
        display: none !important;
    }
    .desk_buy {
        display: none;
    }
    .mobi_buy {
        display: block;
    }
    .fixed-bottom-div {
        display: flex;
    }
    .toc_btn {
        font-size: 12px;
        padding: 5px 8px;
        margin-right: 10px;
    }
    .baere_btn {
        font-size: 11px !important;
    }
    .customize_reports {
        display: block;
    }
    .customize_reports p {
        width: 100%;
        margin-bottom: 17px;
    }
    .top-bar .top-link {
        padding: 0 6px;
    }
}
@media screen and (max-width: 767px) {
     .banner_btns{
        display: block;
    }
    .toc_btn {
        width: 100%;
        margin-bottom: 10px;
    }
    .wm-100{
        width: 100%;
    }
    .min_w_240{
        min-width: 0;
    }
    .request-btn {
        font-size: 12px;
    }
    .bottom-strip {
        display: none;
    }

    .inquiry-before-buying-btn {
        font-size: 14px;
    }
    .gdprcookie {
        display: none !important;
    }
    .us_companies_sticky {
        display: none !important;
    }
    .main_wrapper img {
        height: auto;
        width: 100%;
    }
    .triangle-bg {
        clip-path: none;
        left: 0;
        right: 0;
    }
    .benefits-heading {
        text-align: center;
        margin-top: 30px;
        padding-right: 0;
    }
    .benefits-heading h2 {
        color: #000;
        font-size: 20px;
    }
    .benefits-list {
        padding-left: 0;
    }
    .benefits-list li {
        justify-content: flex-start;
        text-align: left;
    }
    .right_sticky_wrap {
        display: none;
    }
    .customize-container {
        display: block;
    }
    .customize-text p {
        text-align: left !important;
    }
    .customize-button {
        text-align: left;
    }
    .customize-profile {
        margin-bottom: 7px;
    }
    .content-box {
        padding: 30px 15px;
    }
    .sample-button {
        font-size: 12px;
        padding: 10px 10px;
    }
    .customize_reports .extr_btnsss {
        width: 100%;
    }
    .sub_menu_list {
        --bs-dropdown-min-width: 0 !important;
        transform: translateX(0);
    }
    .navbar .navbar-brand {
        width: 150px;
        margin-right: 0;
    }
    .celebrating-logo {
        width: 105px !important;
    }
    .navbar-brand::after {
        right: -12px;
    }
}
@media screen and (max-width: 420px) {

    .exit_right {
        padding: 24px 0px;
    }
    .navbar .navbar-brand {
        width: 150px;
        margin-right: 0;
    }
    .celebrating-logo {
        width: 105px !important;
    }
    .navbar-brand::after {
        right: -12px;
    }
}
#sampleBtn {
    background-color: #ff9f00;
    color: #fff;
    border: 1px solid #ff9f00;
}
.inquiryy_btn {
    width: 100% !important;
    display: flex;
    justify-content: space-between;
    border: 2px solid #b2331c;
    padding: 8px;
    align-items: center;
    gap: 10px;
    margin-top: 15px;
    p {
        margin-bottom: 0;
        font-weight: 600;
        color: #b2331c;
        font-size: 14px;
        line-height: 24px;
        align-items: center;
        span {
            font-size: 16px;
            i {
                margin-right: 10px;
            }
        }
    }
    a {
        background-color: #b2331c;
        color: white !important;
        border-radius: 5px;
        font-weight: 700;
        font-size: 15px;
        text-decoration: none;
        transition: 0.3s;
        padding: 12px 20px;
        cursor: pointer;
        width: 330px;
        text-align: center;
        &:hover {
            background-color: #941f0d;
        }
    }
}
.fs-22 {
    font-size: 16px !important;
}
@media (max-width: 991px) {
    .inquiryy_btn {
        width: 100% !important;
        display: flex;
        align-items: center;
        justify-content: center;
        flex-direction: column;
        border: 2px solid #b2331c;
        padding: 10px;
        gap: 10px;
        p {
            margin-bottom: 0;
            font-weight: 600;
            color: #b2331c;
            font-size: 13px;
            line-height: 24px;
            align-items: center !important;
            span {
                font-size: 14px;
            }
        }
        a {
            background-color: #b2331c;
            color: white !important;
            border-radius: 5px;
            font-weight: 700;
            font-size: 14px;
            text-decoration: none;
            transition: 0.3s;
            padding: 12px 20px;
            cursor: pointer;
            margin-top: 0;
            width: 320px;
            text-align: center;
            &:hover {
                background-color: #941f0d;
            }
        }
        .fs-22 {
            font-size: 15px !important;
        }
    }
}
@media (max-width: 700px) {
    .gdprcookie {
        width: 50%;
        position: fixed;
        bottom: 0;
        left: 0px !important;
        opacity: 0.9;
        padding: 1px 6px;
        text-align: center;
        background-color: #eee;
        color: #404040;
        z-index: 111;
        font-size: 12px;
        p {
            font-size: 10px;
        }
    }
    .gdprcookie .close-cookie {
        background: #f5f4f4;
        font-size: 15px;
        font-weight: 700;
        cursor: pointer;
        position: absolute;
        right: -3px;
        bottom: 0;
        transform: translateY(-50%);
        color: #000;
        border: 1px solid #000;
        border-radius: 50%;
        width: 20px;
        height: 20px;
        display: flex;
        justify-content: center;
        align-items: center;
        top: 1px;
    }
}
