html {
    -webkit-text-size-adjust: 100%;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    text-rendering: optimizeLegibility;
}

body {
    font-family: "Montserrat", sans-serif;
    color: var(--secondary-color) !important;
}

:root {
    --primary-color: #2b9703;
    --secondary-color: #333;
    --white-color: #fff;
    --bs-primary-rgb: 43, 151, 3
}

ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

a {
    text-decoration: none;
}

header {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 9;
}

.navbar_menu_box .nav-link i.fa.fa-angle-down {
    color: #C2C2C2;
    position: relative;
    left: 4px;
    top: 2px;
}

.header_row {
    border-radius: 50px;
    border: 1px solid #E8E8E8;
    background: #FFF;
    backdrop-filter: blur(50px);
}

.sticky_header header {
    position: fixed;
    top: 0;
    left: 0;
    padding: 0 !important;
    z-index: 99;
    -webkit-animation: 500ms ease-in-out 0s normal none 1 running fadeInDown;
    animation: 500ms ease-in-out 0s normal none 1 running fadeInDown;
}

.sticky_header .header_row {
    backdrop-filter: blur(30px);
}

.navbar_menu_box .nav-link {
    color: #000;
    font-size: 16px;
    font-weight: 400;
    padding: 0 15px !important;
}

.global_btn {
    border-radius: 30px;
    background: var(--primary-color);
    box-shadow: 0 0 20px 0 rgba(0, 0, 0, .25);
    line-height: normal;
    position: relative;
    padding: 15px 25px 15px 22px;
    font-size: 18px;
    font-weight: 400;
    color: var(--white-color);
    transition: .4s ease-out;
    display: inline-flex;
    align-items: center;
    gap: 12px;
    align-items: center;
}

.circle_point {
    width: 9px;
    height: 9px;
    background: #fff;
    border-radius: 50%;
    position: relative;
    top: 1px;
}

.callback_cntr .know_banner_btn .circle_point {
    top: 0;
}

.global_btn:hover {
    background: #fff;
    color: var(--primary-color) !important;
}

.global_btn:hover:after {
    background: var(--primary-color) !important;
}

.global_btn.text-white.know_banner_btn::after {
    right: 49px;
    top: 25px;
    width: 12px;
}

footer {
    background: #272727;
    padding: 60px 0;
}

.contact_info p,
.contact_info a,
.quick_links li a,
.social_links li a {
    color: #fff;
}

.contact_info {
    padding-bottom: 9px;
}

.footer_head {
    margin-bottom: 20px;
}

.footer_logo_box img {
    margin-bottom: 30px;
}

.quick_links li a {
    padding-bottom: 12px;
    display: inline-block;
    transition: .3s;
}

.quick_links li a:hover {
    font-weight: 600;
    color: var(--primary-color);
}

.contact_info a {
    transition: .3s;
}

.contact_info a:hover {
    font-weight: 600;
    color: var(--primary-color);
}

.social_links {
    padding-top: 7px;
    position: relative;
    left: -8px;
}

.social_links li a {
    margin: 0 4px;
    font-size: 30px;
    transition: .4s ease-out;
    width: 48px;
    height: 48px;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.social_links.d-flex li a:hover {
    background: #fff;
    color: var(--primary-color);
    box-shadow: inset 0 0 0 5px rgba(255, 255, 255, .753), 0 5px 5px rgba(0, 0, 0, .61);
    transform: scale(1.1);
    transition: .4s;
}

.social_links.d-flex li a:hover path{
    fill: var(--primary-color);
}

.social_links li:first-child a {
    margin-left: 0;
}

.quick_links {
    padding-left: 45px;
}

.contact_info i {
    margin-right: 8px;
}

.contact_info i.fa-solid.fa-location-dot {
    margin-right: 17px;
    position: relative;
    top: 5px;
}

.right_button_box button {
    background: none;
    border: none;
    background: var(--primary-color);
}

.login_btn {
    border-radius: 50%;
    width: 48px;
    height: 48px;
    font-size: 20px;
    color: #fff;
    margin: 0 15px;
    background: var(--primary-color);
    display: inline-flex;
    align-items: center;
    justify-content: center;
}

.sitemap_section {
    padding: 120px 0 0;
}

.global_btn.connect_btn.mobile_view_btn {
    display: none;
}

.global_btn:hover .circle_point {
    background: var(--primary-color);
}

.space_item {
    gap: 180px;
}

.product_service_section {
    padding-top: 60px;
}

.inner_page_heading {
    padding-bottom: 35px;
}

.banner_title_box.inner_banner_title h1 {
    font-size: 50px;
    margin: 0;
    padding-top: 40px;
}

.inner_page_heading .page_heading {
    margin-bottom: 10px;
}

.product_service_box {
    border-radius: 30px;
    background: #FFF;
    box-shadow: 0 0 60px 0 rgba(0, 0, 0, .07);
    padding: 30px 20px 30px;
    margin-bottom: 25px;
    min-height: 350px;
    position: relative;
}

.product_service_box h3 {
    font-size: 24px;
    font-weight: 600;
    color: var(--secondary-color);
    margin: 22px 0 12px;
    text-transform: capitalize;
}

.enquiry_now_btn {
    font-size: 16px;
    font-weight: 400;
    color: var(--primary-color);
    position: relative;
}

.enquiry_now_btn svg {
    position: relative;
    left: 5px;
}

.common_box {
    min-height: 200px;
}

.cta_btn_box .global_btn {
    padding: 13px 25px 14px 22px;
    font-size: 14px;
}

.cta_btn_box .global_btn:after {
    top: 17px;
}

.loan_btn_box .circle_point {
    background: var(--primary-color);
    top: 0;
}

.enquiry_now_btn:before {
    width: 86%;
    height: 1.5px;
    background: var(--primary-color);
    position: absolute;
    content: "";
    bottom: -6px;
    left: 0;
}

.loan_btn_box {
    display: flex;
    gap: 10px;
    margin-top: 18px;
}

.loan_btn_box .global_btn {
    border-radius: 40px;
    background: #FFF;
    box-shadow: 0 0 20px 0 rgba(0, 0, 0, .05);
    color: var(--primary-color) !important;
    font-size: 13px;
    padding: 10px 17px 10px 14px;
}

.loan_btn_box .global_btn:after {
    top: 14px;
    right: 15px;
    background: var(--primary-color);
}

.loan_btn_box .global_btn:hover {
    background: var(--primary-color);
    color: #fff !important;
}

.loan_btn_box .global_btn:hover span.circle_point {
    background: #fff;
}

.msme_global_box .common_box {
    min-height: inherit;
}

.product_service_box.msme_global_box {
    background: var(--primary-color);
    box-shadow: inherit;
}

.product_service_box.msme_global_box p {
    color: #fff;
}

.product_service_box.msme_global_box h3 {
    color: #fff;
}

.product_service_box.msme_global_box {
    background: var(--primary-color);
    box-shadow: inherit;
    min-height: inherit;
    padding-bottom: 12px;
}

.msme_cta_btn {
    margin: 15px 0 80px;
}

.global_btn.discover_btn.white_enquire_btn {
    background: #fff;
    color: var(--primary-color);
}

.global_btn.discover_btn.white_enquire_btn:after {
    background: var(--primary-color);
}

.msme_cta_btn .global_btn.discover_btn.white_enquire_btn:hover {
    background: var(--primary-color);
    color: #fff !important;
}

a.global_btn.discover_btn.white_enquire_btn span.circle_point {
    background: var(--primary-color);
    ;
}

.global_btn.discover_btn.white_enquire_btn:hover .circle_point {
    background: #fff;
}

.msme_cta_btn {
    margin: 20px 0 80px;
    gap: 30px;
}

.msme_cta_btn .global_btn.discover_btn.white_enquire_btn:hover:after {
    background: #fff !important;
}

.msme_cta_btn .global_btn {
    min-width: 150px;
}

.global_btn.text-white.discover_btn.sticky_btn {
    border: 1px solid #FFF;
    margin: 50px auto;
    display: table;
}

.modal-form-cntr .modal-content {
    border-radius: 30px;
    background: #FAFAFA;
    box-shadow: 0 0 60px 0 rgba(0, 0, 0, .10);
}

.modal-form-cntr input.form-control {
    background: none;
}

.modal-form-cntr .modal-header {
    border: none;
    padding: 5px 25px;
}

.modal-form-cntr .modal-dialog {
    max-width: 450px;
}

.modal-form-cntr .btn-close {
    position: relative;
    top: 11px;
    z-index: 9;
}

.modal-form-cntr input.form-control {
    border: 1px solid #cccccc87;
}

.global_btn.text-white.submit_btn {
    border: none;
    padding: 15px 70px;
    display: table;
    margin: 14px auto 15px;
}

.modal-form-cntr label.form-label {
    font-size: 14px;
}

.modal-form-cntr textarea.form-control {
    height: 85px;
    resize: none;
}

.mision_section {
    padding: 70px 0;
}

.mision_vison_box h3 {
    font-size: 26px;
    font-weight: 600;
    color: var(--primary-color);
    margin: 25px 0 15px;
}

.mision_vison_box {
    padding: 15px 40px 0 0;
}

.mision_vison_box p {
    padding-right: 60px;
}

.read_more_btn {
    color: var(--primary-color);
    font-size: 18px;
    text-decoration: underline;
    font-weight: 400;
}

.join_section .callback_cntr {
    padding: 95px 0;
}

.about_section {
    padding-top: 65px;
}

.team_box h3 {
    font-size: 26px;
    padding-top: 18px;
    font-weight: 600;
}

.team_section {
    padding: 70px 0 0;
}

.team_box img {
    object-fit: cover;
    width: 100%;
    max-width: 100%;
    margin: auto;
    height: 352px;
    border-radius: 30px;
}

.team_modal .modal-body img {
    border-radius: 30px;
}

.call_box span {
    font-size: 24px;
    font-weight: 600;
}

.call_box {
    align-items: center;
    display: inline-block;
    position: relative;
    padding: 20px 0;
}

.read-more-content {
    display: none
}

.designation_text {
    font-size: 15px;
}

.call_box:before {
    width: 280px;
    height: 1px;
    background: #000;
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
}

.contact_box a,
.contact_box p {
    color: var(--secondary-color);
    padding-top: 15px;
    margin: 0;
}

.contact_form_box .page_heading {
    color: var(--primary-color);
}

.contact_form_box .form-control {
    border-radius: 15px;
    border: 1px solid var(--primary-color);
    background: #FFF;
    height: 60px;
}

.contact_form_box textarea.form-control {
    resize: none;
}

.contact_form_box .global_btn.text-white.submit_btn {
    display: inline;
}

.map_section {
    padding-top: 70px;
}

.contact_form_box .read_more_btn {
    text-decoration: none;
}

.contact_form_box {
    position: relative;
    z-index: 1;
}

.team_modal .modal-dialog {
    max-width: 1000px;
    border-radius: 30px;
    background: #FAFAFA;
    box-shadow: 0 0 60px 0 rgba(0, 0, 0, .10);
}

.team_box {
    cursor: pointer;
}

.modal-form-cntr textarea.form-control {
    background: none;
}

.blog_title {
    color: #212121;
    font-size: 18px;
    line-height: 140%;
}

.blog_date {
    color: #707070;
    font-family: Montserrat;
    font-size: 16px;
    font-weight: 500;
    display: block;
    padding: 15px 0 5px;
}

.blog_section .card {
    border: none;
    padding: 0;
}

.related_blogs {
    display: flex;
    gap: 15px;
    padding: 25px 0;
}

.related_section {
    padding: 10px 0 50px;
}

.input-group.search_box {
    border-radius: 10px;
    border: 1px solid var(--Brand-logo, #2b9703);
    background: #FFF;
    max-width: 341px;
    float: right;
}

.right_blog_bar {
    overflow: hidden;
    padding-left: 15px;
}

.search_box .form-control {
    font-size: 12px !important;
    color: #000;
    font-weight: 400;
    border: none;
    border-radius: 0;
    height: 40px;
    background: none;
}

.search_box .input-group-text {
    color: #000;
    background: none !important;
    border: none !important;
}

.right_blog_bar .related_blogs {
    flex-wrap: wrap;
}

.right_blog_bar .input-group.search_box {
    margin-bottom: 3rem !important;
}

.search_box .form-control:focus {
    border: none;
}

.related_head {
    color: var(--primary-color);
    font-size: 26px;
    font-style: normal;
    font-weight: 600;
    accent-color: magenta;
    margin: 0 0 18px;
}

span.thumbnail_img {
    width: 225px;
    height: 97.667px;
    display: block;
    margin: auto;
}

.static_close_deal>a {
    color: var(--secondary-color);
}

span.thumbnail_img img {
    width: 115px !important;
    height: 100%;
    object-fit: cover;
    border-radius: 5px;
}

.inner_banner_title.blog_heading {
    padding: 0 250px;
    text-align: center;
}

.modal-form-cntr.deal_popup_cntr .modal-dialog {
    max-width: 650px;
}

.deal_read_more {
    color: var(--primary-color);
    cursor: pointer;
    font-weight: 500;
}

.deal_content_box h3 {
    margin-bottom: 18px;
}

.deal_content_box p {
    font-size: 15px;
}

.deal_popup_scroll {
    max-height: 350px;
    overflow-y: auto;
    padding-right: 15px;
}

.deal_popup_scroll::-webkit-scrollbar {
    width: 3px
}

.deal_popup_scroll::-webkit-scrollbar-track {
    background: #ccc;
    border-radius: 20px
}

.deal_popup_scroll::-webkit-scrollbar-thumb {
    background-color: var(--primary-color);
    border-radius: 20px;
    border: none
}

.blog_thumbnail_box p {
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
}

.blog_thumbnail_box a {
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    color: var(--secondary-color);
}

.blog_thumbnail_box {
    display: flex;
    margin-bottom: 30px;
    ;
    gap: 12px;
    align-items: center;
}

.blog_content_box h4 {
    font-size: 22px;
    color: #333;
    font-weight: 700;
    padding: 8px 0 15px;
    margin: 0;
}

.blog_content_box ul {
    list-style: disc;
    padding: 7px 0 20px 34px;
}

.blog_content_box li {
    padding-bottom: 7px;
}

.blog_content_box a {
    border-bottom: 1px solid #000;
    color: #333;
}

:root {
    --radius-a: 30px;
    --radius-b: 20px;
}

.container-b .container {
    --container: 1320px;
    max-width: 1320px;
    padding: 0 20px;
    margin-left: auto;
    margin-right: auto;
}

.container-aside {
    --container: 1320px;
    max-width: calc(100vw - (100vw - var(--container)) / 2);
    margin-left: auto;
    margin-right: 0;
    padding-right: 0;
}

.radius-a {
    border-radius: var(--radius-a);
}

.radius-b {
    border-radius: var(--radius-b);
}

.overflow-hidden {
    overflow: hidden;
}

.page_heading.page_heading2 {
    font-size: 30px;
}

.page_heading.page_heading3,
.product-common_secE .callback_box h4 {
    font-size: 34px;
}

.page_heading.page_heading4 {
    font-size: 22px;
}

.flex-auto {
    flex: 0 1 auto;
}

.flex-1 {
    flex: 1;
}

.banner-secondary {
    position: relative;
    border-radius: 30px;
    overflow: hidden;
}

.banner-secondary::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    height: 100%;
    width: 100%;
    z-index: 0;
    background: none;
    pointer-events: none;
}

.banner-secondary .banner-secondary-title {
    z-index: 2;
}

.banner-secondary .banner-secondary-title h1 {
    text-transform: capitalize;
}

.product-common_secA .d-flex {
    gap: 2rem;
}

.product-common_secA .d-flex .page_heading {
    margin: 0;
}

.product-common_secA .d-flex .colB p {
    margin-bottom: 15px;
}

.product-common_secA .d-flex .colB p:last-child {
    margin-bottom: 0;
}

.product-common_secA.service-page-secA .d-flex .colA {
    flex: 0 1 25%;
}

.product-common_secA.service-page-secA.servive-page-secA-b .d-flex .colA {
    flex: 0 1 28%;
}

.product-common_secB .item {
    position: relative;
    border-radius: 30px;
    overflow: hidden;
}

.product-common_secB .item::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    height: 100%;
    width: 100%;
    background-image: var(--background-image);
    background-repeat: no-repeat;
    background-size: cover;
}

.product-common_secB .item figcaption {
    position: relative;
    z-index: 1;
    margin: 4% 0;
    margin-left: 55px;
    background: var(--white-color);
    padding: 40px;
    max-width: 724px;
}

.head-sec {
    margin-bottom: 60px;
}

.card-dtl {
    box-shadow: 0 0 60px 0 rgba(0, 0, 0, .1);
    border-radius: var(--radius-a);
    overflow: hidden;
    background: rgb(244, 248, 244);
    padding: 40px 35px 42%;
    position: relative;
}

.card-dtl .dtl-des {
    position: absolute;
    left: 0;
    right: 0;
    top: 100%;
    height: 100%;
    padding: 30px 25px;
    background: var(--primary-color);
    border-radius: inherit;
    transition: .3s ease;
}

.card-dtl .dtl-des p {
    font-size: 14px;
    color: var(--white-color);
    margin-top: 16px;
}

.card-dtl .dtl-des::-webkit-scrollbar {
    width: 5px;
    background: none
}

.card-dtl .dtl-des::-webkit-scrollbar-track {
    box-shadow: none;
}

.card-dtl .dtl-des::-webkit-scrollbar-thumb {
    background-color: #ccc;
}

.card-dtl .dtl-des h6 {
    position: absolute;
    bottom: calc(100% + 45px);
    right: 35px;
    left: 35px;
    font-size: 20px;
    font-weight: 600;
    transition: .1s ease;
}

.card-dtl .ico img {
    width: 85px;
    height: 85px;
    object-fit: contain;
}

.card-dtl:hover .dtl-des {
    top: 0;
    transition: .5s ease;
    height: 100%;
    overflow-y: auto;
}

.card-dtl:hover .dtl-des h6 {
    position: unset;
    color: var(--white-color);
    transition: .3s ease;
}

.callback_cntr.callback_cntr-a,
.callback_cntr.callback_cntr-b {
    padding: 0;
    margin: 0;
    aspect-ratio: 1439/336;
    display: flex;
    align-items: center;
}

.callback_cntr.callback_cntr-a p,
.callback_cntr.callback_cntr-b p {
    font-size: 16px;
    font-weight: 400;
    max-width: 1024px;
    margin-left: auto;
    margin-right: auto;
}

.callback_cntr.callback_cntr-a {
    background: url(../images/products/bg1-a.svg);
    background-repeat: no-repeat;
    background-size: 100% 100%;
}

.callback_cntr.callback_cntr-b {
    background: url(../images/products/bg1-b.svg);
    background-repeat: no-repeat;
    background-size: 100% 100%;
}

.callback_cntr.callback_cntr-a .know_banner_btn {
    width: 9.5%;
    bottom: 0;
}

.gray-bg {
    background: rgba(244, 244, 244, 1);
}

.gray-ico-bg {
    background-image: url(../images/products/bg-circ.svg);
    background-repeat: no-repeat;
    border-radius: 30px;
    background-size: auto calc(100% - 40px);
    background-position: 100% 50%;
}

.gray-ico2-bg {
    background-image: url(../images/products/bg-circ2.svg);
    background-repeat: no-repeat;
    border-radius: 30px;
    background-size: auto calc(100% - 40px);
    background-position: 100% 50%;
}

.faq-content .col {
    transition: .5s ease;
    --icon: 20px;
    --borderwidth: 2px
}

.faq-content .col:not(:has(article)) .title span {
    display: none
}

.faq-content .col:not(:has(article)) .title {
    cursor: default
}

.faq-content .col:not(:last-child) {
    margin-bottom: 20px;
    border-bottom: 1px solid rgba(194, 194, 194, 1);
    padding-bottom: 15px
}

.faq-content .col.active .title span::before {
    opacity: 0;
    transform: rotate(.5turn)
}

.faq-content .col.active .title span::after {
    opacity: 1;
    transform: rotate(.5turn)
}

.faq-content .col .title {
    cursor: pointer;
    font-size: 20px;
    color: var(--primary-color);
    display: flex;
    flex-wrap: wrap;
    gap: 1rem
}

.faq-content .col .title span {
    position: relative;
    flex: 0 1 auto;
    height: var(--icon);
    width: var(--icon);
    display: inline-block
}

.faq-content .col .title span::before,
.faq-content .col .title span::after {
    content: '';
    background: rgba(0, 0, 0, 1);
    transition: .5s ease;
    transform-origin: center center;
    position: absolute;
    z-index: 3
}

.faq-content .col .title span::before {
    width: var(--borderwidth);
    height: var(--icon);
    top: 0;
    translate: -50% 0;
    bottom: 0;
    left: 50%;
    opacity: 1
}

.faq-content .col .title span::after {
    height: var(--borderwidth);
    width: var(--icon);
    top: 50%;
    translate: 0 -50%;
    left: 0;
    right: 0;
    opacity: 1
}

.faq-content .col .title p {
    font-weight: 600;
    transition: .5s ease;
    margin: 0;
    text-transform: capitalize;
    flex: 1
}

.faq-content .col article .content {
    padding-top: 15px
}

.faq-content .col article .content p:last-child {
    margin: 0
}

.faq-content.faq-content-white {
    align-items: start;
}

.faq-content.faq-content-white .col {
    border: none !important;
    margin: 0 !important;
    background: var(--white-color);
    padding: 30px;
    border-radius: 30px;
    box-shadow: 0 0 60px 0 rgba(0, 0, 0, .1);
}

.faq-content.faq-content-white .col .content {
    border-top-left-radius: 0;
    border-top-right-radius: 0;
}

.product-common_secD .d-flex {
    gap: 55px;
}

.product-common_secD .d-flex .faq-content {
    margin-top: 3rem;
}

.product-common_secD .d-flex ul {
    padding-left: 25px;
}

.product-common_secD .d-flex ul li {
    list-style: disc;
}

.product-common_secD .d-flex .colA,
.product-common_secD .d-flex .colB {
    flex: 1;
}

:root {
    --sectionspace: 4rem;
}

.section-space {
    padding: var(--sectionspace) 0;
}

.section-space-down {
    padding: 0 0 var(--sectionspace);
}

.section-space-up {
    padding: var(--sectionspace) 0 0;
}

.section-space-half {
    padding: calc(var(--sectionspace) / 2) 0;
}

.section-space-half-down {
    padding: 0 0 calc(var(--sectionspace) / 2);
}

.section-space-half-up {
    padding: calc(var(--sectionspace) / 2) 0 0;
}

.card-b-pr {
    box-shadow: 0 0 60px 0 rgba(0, 0, 0, .1);
    background: rgba(36, 123, 38, .05);
    border-radius: 30px;
    padding: 30px;
}

.card-b-pr:has(.cnt-no) {
    position: relative;
    padding-right: 5rem;
    padding-bottom: 3rem;
}

.card-b-pr .cnt-no {
    position: absolute;
    right: 0;
    bottom: 0;
    z-index: 1;
    font-weight: 700;
    font-size: 66px;
    line-height: 1;
    color: rgba(36, 123, 38, .2);
}

.card-b-pr h6 {
    font-size: 22px;
    font-weight: 600;
    color: var(--primary-color);
    margin-bottom: 20px;
}

.card-b-pr ul {
    padding-left: 25px;
}

.card-b-pr ul li {
    list-style: disc;
}

.contact-div {
    position: absolute;
    bottom: 0;
    right: 20%;
    padding: 18px 40px 0;
    background-size: 100% 100%;
}

.contact-div::before {
    content: '';
    position: absolute;
    bottom: 0;
    top: 0;
    left: 0;
    right: 0;
    height: 100%;
    width: 100%;
    background: url(../images/curve_radius2_bg.png) no-repeat;
    background-size: 100% 100%;
    transform: scaleY(-1);
}

.contact-div .global_btn {
    box-shadow: none !important;
    border: 1px solid var(--primary-color);
}

.insurance-secB {
    background-size: 22%;
}

.insurance-secC {
    background-size: 24%;
}

.grid-pr-b {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-gap: 24px;
}

.grid-pr-c {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-gap: 24px;
}

.card-pr-st {
    box-shadow: 0 0 60px 0 rgba(0, 0, 0, .07);
    border-radius: 30px;
    padding: 30px 30px 45px;
    background: var(--white-color);
}

.card-pr-st .udw-flec {
    align-items: center;
    gap: 20px;
    margin-bottom: 15px;
}

.card-pr-st .udw-flec h6 {
    font-size: 20px;
    font-weight: 500;
    margin: 0;
}

.card-pr-st .udw-flec .ico {
    height: 50px;
    width: 50px;
    border-radius: 50%;
    background: var(--primary-color);
    background-image: url(../images/products/tick.svg);
    background-repeat: no-repeat;
    background-size: 42% auto;
    background-position: 50% 50%;
}

.card-pr-st p {
    color: rgba(51, 51, 51, 1);
}

.tab-nav li {
    display: inline-block;
    vertical-align: middle;
}

.tab-nav-content>[data-tab]:not(.active) {
    display: none;
}

.tab-dtl-nav li {
    box-shadow: 0 0 20px 0 rgba(0, 0, 0, .25);
    line-height: 1.2;
    text-align: center;
    padding: 16px 32px;
    border: 1px solid rgba(51, 51, 51, 1);
    color: rgba(51, 51, 51, 1);
    border-radius: 30px;
    background: none;
    transition: .5s ease;
    cursor: pointer;
}

.tab-dtl-nav li:not(:last-child) {
    margin-right: 32px;
}

.tab-dtl-nav li.active {
    background: var(--primary-color);
    border-color: var(--primary-color);
    color: var(--white-color);
}

.arrow-ul li {
    list-style: none !important;
    position: relative;
}

.arrow-ul li:not(:last-child) {
    margin-bottom: 1rem;
}

.arrow-ul li::before {
    content: '';
    display: inline-block;
    height: 25px;
    width: 25px;
    background: url(../images/products/arrow-primary.svg) no-repeat;
    background-size: 100% auto;
    position: absolute;
    top: 5px;
    right: calc(100% + 10px);
}

.content-type1-ul {
    display: flex;
    flex-wrap: wrap;
}

.content-type1-ul li {
    flex: 1;
    text-align: center;
    padding: 0 2rem;
}

.content-type1-ul li p:last-child {
    margin-bottom: 0;
}

.content-type1-ul li:not(:last-child) {
    border-right: 1px solid rgba(209, 209, 209, 1)
}

[class*="d-hide-"] {
    display: none !important;
}

.card-type-a {
    background: var(--primary-color);
    border-radius: 30px;
    position: relative;
    padding: 32px 32px 36px;
    color: var(--white-color);
}

.card-type-a .ico {
    margin-bottom: 1rem;
}

.card-type-a .ico img {
    max-width: 100%;
    width: 85px;
    height: 85px;
    object-fit: contain;
}

.card-type-a::before {
    content: '';
    position: absolute;
    top: -1px;
    right: -1px;
    pointer-events: none;
    width: 30%;
    background: url(../images/products/subtract-white.svg) no-repeat;
    background-size: 100% 100%;
    aspect-ratio: 155/92;
    z-index: 1;
}

.product-common_secH .d-flex {
    gap: 75px;
    position: relative;
    padding: 40px 0;
}

.product-common_secH .d-flex.d-flex-4 {
    gap: 35px;
}

.product-common_secH .d-flex.d-flex-4 .card-type-a .ico img {
    height: 70px;
    width: 70px;
}

.product-common_secH .d-flex.d-flex-4 .card-type-a .page_heading.page_heading4 {
    font-size: 20px;
}

.product-common_secH .d-flex::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    height: 100%;
    width: 100%;
    background: url(../images/products/dotted-a.svg), url(../images/products/dotted-b.svg);
    background-repeat: no-repeat;
    background-position: 9% 100%, 83% 0%;
    background-size: 40%;
}

.product-common_secH .d-flex.d-flex-4::before {
    background: url(../images/products/dotted-c.svg), url(../images/products/dotted-d.svg);
    background-repeat: no-repeat;
    background-repeat: no-repeat;
    background-position: 6% 95%, 76% 5%;
    background-size: 33%, 50%;
}

.product-common_secH .d-flex .item:nth-child(even) .card-type-a {
    margin-top: 34%;
}

.container-mini-a {
    max-width: 960px;
    margin-left: auto;
    margin-right: auto;
}

.product-c-slider .swiper-pagination {
    position: unset;
    margin-top: 3rem;
    padding-right: 13%;
}

.product-c-slider .swiper-pagination .swiper-pagination-bullet {
    height: 8px;
    width: 28px;
    background: #cccc;
    opacity: 1;
    border-radius: 12px;
    transition: .2s ease;
}

.product-c-slider .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
    background: var(--primary-color);
    width: 50px;
}

.banner-secondary.digital-gold-banner::before {
    background: radial-gradient(135.59% 159.12% at 49.73% 67.33%, rgba(0, 0, 0, .8) 0%, rgba(0, 0, 0, 0) 100%);
}

.banner-secondary.digital-gold-banner .banner-wrapper h1 {
    font-size: 70px;
    line-height: 1;
    padding-top: 5rem;
}

.banner-secondary.digital-gold-banner .bg {
    height: 622px;
}

.banner-secondary.digital-gold-banner .bg img {
    height: 100%;
    width: 100%;
    object-fit: cover;
}

.banner-secondary.digital-gold-banner .banner-wrapper .container>.d-flex {
    gap: 2rem;
}

.banner-secondary.digital-gold-banner .banner-wrapper h1 span {
    display: block;
}

.banner-secondary.digital-gold-banner .banner-wrapper h1 .span-1 {
    font-size: .43em;
}

.banner-secondary.digital-gold-banner .banner-wrapper h1 .span-3 {
    font-size: 1.2em;
}

.banner-secondary.digital-gold-banner .content p {
    font-size: 18px;
    max-width: 540px;
}

.digital-gold-banner .d-flex .colB {
    flex: 0 1 545px;
    max-width: 545px;
    width: 100%;
}

.digital-gold-banner .d-flex .colB .sbmt-btn-div .global_btn {
    padding-left: 3rem;
    padding-right: 3rem;
}

.card-buy-gold {
    width: 100%;
    max-width: 100%;
    background: var(--white-color);
    border-radius: var(--radius-a) var(--radius-a) 0 0;
    padding: 30px;
}

.card-buy-gold .gosi1-tab {
    display: flex;
}

.card-buy-gold .gosi1-tab li {
    flex: 1;
    border-bottom: 2px solid rgba(36, 123, 38, .1);
    font-size: 20px;
    font-weight: 600;
    color: #000;
    padding: 12px 30px;
    text-align: center;
    cursor: pointer;
    transition: .3s ease;
}

.card-buy-gold .gosi1-tab li.active {
    color: var(--primary-color);
    border-color: var(--primary-color);
}

.card-buy-gold>.tab-nav-content {
    padding-top: 25px;
}

.card-buy-gold .tab-nav-content .upr-prc {
    margin-bottom: 30px;
}

.card-buy-gold .tab-nav-content .upr-prc .lv-prc {
    display: flex;
    align-items: center;
    gap: 15px;
    margin-bottom: 15px;
}

.card-buy-gold .tab-nav-content .upr-prc .lv-prc .dot-lv {
    display: inline-block;
    background-color: rgba(221, 20, 20, 1);
    width: 10px;
    height: 10px;
    border-radius: 50%;
    z-index: 1;
    position: relative;
}

.card-buy-gold .tab-nav-content .upr-prc .lv-prc .dot-lv:before {
    content: "";
    display: block;
    position: absolute;
    background-color: rgba(221, 20, 20, .3);
    width: 100%;
    height: 100%;
    border-radius: 50%;
    animation: live 2s ease infinite;
    z-index: -1;
}

.card-buy-gold .tab-nav-content .calct-card {
    border-radius: 10px;
}

.card-buy-gold .tab-nav-content .calct-card .calt-up-nav {
    display: inline-flex;
    background: var(--primary-color);
    border-radius: 15px 15px 0 0;
    overflow: hidden;
}

.card-buy-gold .tab-nav-content .calct-card .calt-up-nav button {
    flex: 1;
    font-weight: 600;
    font-size: 18px;
    line-height: 1.4;
    padding: 12px 30px;
    color: var(--white-color);
    transition: .5s ease;
    background: var(--primary-color);
    cursor: pointer;
    overflow: hidden;
    list-style: none;
    border: none;
}

.card-buy-gold .tab-nav-content .calct-card .calt-up-nav button:first-child {
    border-radius: 0 0 0 10px;
}

.card-buy-gold .tab-nav-content .calct-card .calt-up-nav button:first-child:is(.active) {
    border-radius: 0 15px 0 0;
}

.card-buy-gold .tab-nav-content .calct-card .calt-up-nav button:last-child:is(.active) {
    border-radius: 15px 0 0 0;
}

.card-buy-gold .tab-nav-content .calct-card .calt-up-nav button.active {
    background: rgba(234, 242, 234, 1);
    color: var(--primary-color);
}

.card-buy-gold .tab-nav-content .calct-card .gold-silver-wrapper {
    background: rgba(234, 242, 234, 1);
    padding: 8px 15px;
    border-radius: 0 15px 15px 15px;
}

.card-buy-gold .tab-nav-content .calct-card .gold-silver-wrapper .gosi-form-group {
    display: flex;
    flex-wrap: nowrap;
}

.card-buy-gold .tab-nav-content .calct-card .gold-silver-wrapper .gosi-form-group .price-group {
    flex: 1;
}

.card-buy-gold .tab-nav-content .calct-card .gold-silver-wrapper .gosi-form-group .price-group:has(input[disabled]) {
    order: 2;
    font-size: 16px;
    font-weight: 500;
    justify-content: flex-end;
    text-align: right;
    flex: 0 1 auto;
}

.card-buy-gold .tab-nav-content .calct-card .gold-silver-wrapper .gosi-form-group .price-group:has(input[disabled])~.gram-group {
    order: 1;
    flex: 1;
    font-size: 24px;
}

.card-buy-gold .tab-nav-content .calct-card .gold-silver-wrapper .gosi-form-group .price-group:has(input[disabled]) input {
    width: 100px;
}

.card-buy-gold .tab-nav-content .calct-card .gold-silver-wrapper .gosi-form-group .gram-group {
    flex: 0 1 auto;
}

.card-buy-gold .tab-nav-content .calct-card .gold-silver-wrapper .gosi-form-group .price-group,
.card-buy-gold .tab-nav-content .calct-card .gold-silver-wrapper .gosi-form-group .gram-group {
    display: flex;
    align-items: center;
    border-bottom: 1px solid rgba(36, 123, 38, .4)
}

.card-buy-gold .tab-nav-content .calct-card .gold-silver-wrapper .gosi-form-group .price-group input,
.card-buy-gold .tab-nav-content .calct-card .gold-silver-wrapper .gosi-form-group .gram-group input {
    background: none;
    border: none;
    appearance: none;
    -moz-appearance: textfield;
    -webkit-appearance: none;
    color: inherit;
    font-family: inherit;
    font-weight: inherit;
    padding: 14px 0;
    max-width: 100%;
    width: 100%;
}

.card-buy-gold .tab-nav-content .calct-card .gold-silver-wrapper .gosi-form-group .price-group input::-webkit-outer-spin-button,
.card-buy-gold .tab-nav-content .calct-card .gold-silver-wrapper .gosi-form-group .price-group input::-webkit-inner-spin-button,
.card-buy-gold .tab-nav-content .calct-card .gold-silver-wrapper .gosi-form-group .gram-group input::-webkit-inner-spin-button,
.card-buy-gold .tab-nav-content .calct-card .gold-silver-wrapper .gosi-form-group .gram-group input::-webkit-outer-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

.card-buy-gold .tab-nav-content .calct-card .gold-silver-wrapper .gosi-form-group .price-group input:focus,
.card-buy-gold .tab-nav-content .calct-card .gold-silver-wrapper .gosi-form-group .gram-group input:focus {
    outline: none;
}

.card-buy-gold .tab-nav-content .calct-card .gold-silver-wrapper .gosi-form-group .price-group:has(input[disabled]),
.card-buy-gold .tab-nav-content .calct-card .gold-silver-wrapper .gosi-form-group .gram-group:has(input[disabled]) {
    color: rgba(113, 113, 113, 1);
    cursor: no-drop;
}

.card-buy-gold .tab-nav-content .calct-card .gold-silver-wrapper .gosi-form-group .price-group {
    font-weight: 600;
    font-size: 24px;
}

.card-buy-gold .tab-nav-content .calct-card .gold-silver-wrapper .gosi-form-group .gram-group {
    font-weight: 500;
    font-size: 16px;
}

.card-buy-gold .tab-nav-content .calct-card .gold-silver-wrapper .gosi-form-group .gram-group input {
    width: 68px;
}

.card-buy-gold .tab-nav-content .calct-card .gold-silver-wrapper .btm-prc-ul {
    padding: 0;
    display: flex;
    margin-top: 8px;
    gap: 1rem;
}

.card-buy-gold .tab-nav-content .calct-card .gold-silver-wrapper .btm-prc-ul li {
    list-style: none;
    flex: 1;
    text-align: center;
    font-weight: 500;
    padding: 12px 0;
    line-height: 1;
    border-radius: 10px;
    overflow: hidden;
    cursor: pointer;
    transition: .2s ease;
}

.card-buy-gold .tab-nav-content .calct-card .gold-silver-wrapper .btm-prc-ul li:hover,
.card-buy-gold .tab-nav-content .calct-card .gold-silver-wrapper .btm-prc-ul li.active {
    background: #d3e5cd;
}

.card-buy-gold .tab-nav-content .upr-prc .mtl-tl h4 {
    font-size: 24px;
}

@keyframes live {
    0% {
        transform: scale(1, 1)
    }

    100% {
        transform: scale(2.5, 2.5);
        background-color: rgba(red, 0)
    }
}

.digital-gold-secA .d-flex .card-b-pr {
    box-shadow: 0 0 60px 0 rgba(215, 163, 67, .1);
    padding: 30px 20px;
}

.digital-gold-secA .d-flex .card-b-pr p {
    font-size: 14px;
    font-weight: 500;
    margin-bottom: 0;
    margin-top: 30px;
}

.digital-gold-secB .chart-container {
    max-width: 1100px;
    margin-left: auto;
    margin-right: auto;
    background: rgba(234, 241, 232, .6);
    border-radius: 40px;
    padding: 30px;
    padding-bottom: 0;
}

.digital-gold-secB .chart-container .prc-tl {
    font-weight: 500;
    font-size: 26px;
    line-height: 1.2;
    margin-bottom: 12px;
}

.digital-gold-secB .chart-container .prc-prt {
    font-weight: 500;
    line-height: 1.20;
    margin-bottom: 30px
}

.digital-gold-secB .gosi-tab {
    display: flex;
    justify-content: center;
    margin: 30px 0 50px;
}

.digital-gold-secB .gosi-tab li {
    display: inline-block;
    vertical-align: middle;
    font-size: 24px;
    color: var(--bs-black);
    padding: 0 30px 12px;
    border-bottom: 2px solid rgba(36, 123, 38, .1);
    cursor: pointer;
    transition: .5s ease;
}

.digital-gold-secB .gosi-tab li.active {
    color: var(--primary-color);
    font-weight: 600;
    border-color: var(--primary-color);
}

.digital-gold-secB .chart-container .tabs {
    display: flex;
    gap: 18px;
    justify-content: center;
    margin-top: 4rem;
}

.digital-gold-secB .chart-container .tabs .tab {
    font-weight: 500;
    font-size: 18px;
    line-height: 1;
    background: rgba(36, 123, 38, .17);
    border-radius: 20px 20px 0 0;
    padding: 18px 32px;
    transition: .5s ease;
    cursor: pointer;
}

.digital-gold-secB .chart-container .tabs .tab.active {
    background: var(--primary-color);
    color: var(--bs-white);
}

.digital-gold-secC {
    background: url(../images/products/digital-gold/img1.jpg) no-repeat;
    background-size: cover;
    background-attachment: fixed;
    border-radius: 30px;
    overflow: hidden;
}

.digital-gold-secC .card-type-a {
    background: url(../images/products/bg-card.svg) no-repeat;
    background-size: 100% 100%;
    aspect-ratio: 428/289;
}

.digital-gold-secC .card-type-a::before {
    display: none;
}

.digital-gold-secC .card-type-a img {
    width: 68px;
    height: auto;
}

.digital-gold-secC .card-type-a p {
    font-weight: 600;
    font-size: 20px;
    margin-bottom: 0;
}


.product-list-sec .owl-nav .owl-prev,
.product-list-sec .owl-nav .owl-next{
    position: absolute;
    top: 50%;
    translate: 0 -50%;
    height: 40px;
    width: 40px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    background: var(--primary-color);
    border: 1px solid var(--primary-color);
    transition: .4s ease;
}

.product-list-sec .owl-nav .owl-prev:hover,
.product-list-sec .owl-nav .owl-next:hover{
    background: none;
}

.product-list-sec .owl-nav .owl-prev:hover svg path,
.product-list-sec .owl-nav .owl-next:hover svg path{
    fill: var(--primary-color);
}

.product-list-sec .owl-nav .owl-prev{
    left: -60px;
}

.product-list-sec .owl-nav .owl-next{
    right: -60px;
}

.product-list-sec .product-card{
    display: block;
    border: 1px solid var(--primary-color);
    border-radius: var(--radius-a);
    padding: 30px 35px;
    height: 100%;
    text-align: center;
}

.product-list-sec .product-card h6{
    color: #000;
}

.product-list-sec .owl-stage{
    display: flex;
}

.product-list-sec .owl-stage .owl-item{
    height: auto;
}

.count-sec-wrapper {
    margin: 4rem 0;
}

.count-sec-wrapper figure {
    display: block;
    line-height: 0;
    height: max-content;
}

.count-sec-wrapper figure img {
    width: 100%;
    height: 100%;
    max-width: 100%;
    object-fit: fill;
}

.count-sec-flex .col {
    display: flex;
    gap: 10px;
    --font: 150px;
    --icospace: 5rem;
}

.count-sec-flex .col:nth-child(odd) {
    flex-direction: column;
    margin-top: calc(var(--font) * -.2);
}

.count-sec-flex .col:nth-child(even) {
    flex-direction: column-reverse;
    margin-bottom: calc(var(--font) * -.2);
}

.count-sec-flex .col .ico {
    display: flex;
    align-items: center;
}

.count-sec-flex .col .tle-sef {
    font-weight: 600;
    font-size: 16px;
    line-height: 1.5;
    text-align: center;
    margin-bottom: 0;
}

.count-sec-flex .col .ico span {
    display: inline-block;
    height: var(--font);
    width: var(--font);
    border-radius: 50%;
    background: rgba(0, 141, 16, .1)
}

.count-sec-flex .col .ico .cnt {
    font-size: calc(var(--font) * .8);
    line-height: 1;
    width: fit-content;
    font-weight: 800;
    color: var(--primary-color);
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 0;
}

.count-sec-flex .col:nth-child(odd) .ico .cnt {
    margin-top: calc(var(--icospace) * -1);
}

.count-sec-flex .col:nth-child(even) .ico .cnt {
    margin-bottom: calc(var(--icospace) * -1);
}

.count-sec-flex .col:nth-child(odd) .ico {
    flex-direction: column;
}

.count-sec-flex .col:nth-child(even) .ico {
    flex-direction: column-reverse;
}

ul.list-style-disc {
    padding-left: 20px;
}

ul.list-style-disc li {
    list-style: disc;
}

.product-common_secB.digital-gold-secF .item figcaption {
    max-width: 535px;
    margin-top: 7%;
    margin-bottom: 7%;
}

.card-pr-bor {
    border: 1px solid var(--primary-color);
    border-radius: var(--radius-a);
    padding: 40px 30px;
}

.card-pr-bor h6 {
    font-size: 24px;
    line-height: 1.5;
}

.ico-tic {
    height: 50px;
    width: 50px;
    border-radius: 50%;
    background: var(--primary-color);
    background-image: url(../images/products/tick.svg);
    background-repeat: no-repeat;
    background-size: 42% auto;
    background-position: 50% 50%;
}

.mobile-image {
    display: none;
}

@media only screen and (max-width:1400px) {
    .tab-dtl-nav li:not(:last-child) {
        margin-right: 12px
    }

    .tab-dtl-nav li {
        padding: 14px 26px
    }

    .banner-secondary.digital-gold-banner .banner-wrapper h1 {
        font-size: 56px
    }

    .digital-gold-secC .card-type-a p {
        font-size: 16px
    }

    .digital-gold-secC .card-type-a img {
        width: 52px
    }
}

@media only screen and (max-width:1366px) {
    .banner-secondary h1 {
        font-size: 2rem;
        margin: 0
    }

    .card-dtl .dtl-des h6 {
        font-size: 18px
    }

    .card-dtl .ico img {
        width: 65px;
        height: 65px;
        object-fit: contain
    }

    .card-dtl .ico img {
        width: 65px;
        height: 65px;
        object-fit: contain
    }

    .page_heading.page_heading2 {
        font-size: 26px
    }

    .page_heading.page_heading3,
    .product-common_secE .callback_box h4 {
        font-size: 28px
    }

    .faq-content .col .title {
        font-size: 18px
    }

    .card-type-a .ico img {
        width: 60px;
        height: 60px
    }

    .product-list-sec .owl-nav .owl-prev{
        left: -45px;
    }

    .product-list-sec .owl-nav .owl-next{
        right: -45px;
    }
}

@media only screen and (max-width:1200px) {
    .tab-dtl-nav li {
        font-size: 14px
    }

    .tab-dtl-nav li:not(:last-child) {
        margin-right: 8px
    }

    .tab-dtl-nav li {
        padding: 12px 22px
    }

    .product-common_secH .d-flex {
        gap: 35px
    }

    .card-type-a {
        border-radius: 20px;
        padding: 40px 25px 31px
    }

    .banner-secondary.digital-gold-banner .banner-wrapper .container {
        max-width: 95%
    }

    .banner-secondary.digital-gold-banner .banner-wrapper h1 {
        font-size: 50px
    }

    .banner-secondary.digital-gold-banner .content p {
        font-size: 16px;
        max-width: 415px;
        margin-top: 8px
    }

    .digital-gold-secA .d-flex {
        justify-content: center
    }

    .digital-gold-secA .d-flex .card-b-pr {
        flex: 0 1 31%;
        max-width: 31%
    }

    .digital-gold-secB .chart-container .tabs .tab {
        font-size: 16px
    }

    .count-sec-flex .col .tle-sef {
        font-size: 14px
    }

    .count-sec-flex .col {
        --font: 125px;
        --icospace: 4rem
    }

    .product-list-sec .digigold-product-slider{
        max-width: 95%;
        margin-left: auto;
        margin-right: auto;
    }

}

@media only screen and (max-width:1024px) {
    .tab-dtl-nav {
        flex: 0 1 100%;
        text-align: center !important;
        margin-top: 2rem
    }

    .product-common_secA .d-flex .page_heading br {
        display: none
    }

    .product-common_secA.service-page-secA .d-flex .colA {
        flex: 0 1 100%
    }

    .head-sec:has(.tab-dtl-nav) {
        justify-content: center
    }

    .global_btn {
        font-size: 16px
    }

    .product-common_secF .d-flex>* {
        flex: 0 1 48%;
        max-width: 48%;
        width: 100%
    }

    .product-common_secE .d-flex {
        gap: 0 !important
    }

    .product-common_secE .d-flex .colA {
        flex: 0 1 100%
    }

    .product-common_secE .page_heading {
        text-align: center
    }

    .digital-gold-banner .d-flex .colB {
        flex: 0 1 500px;
        max-width: 500px;
        width: 100%
    }

    .card-buy-gold .tab-nav-content .upr-prc .mtl-tl h4 {
        font-size: 22px
    }

    .card-buy-gold .tab-nav-content .calct-card .calt-up-nav button {
        font-size: 16px
    }

    .digital-gold-secB .gosi-tab li {
        font-size: 22px
    }

    .digital-gold-secB .chart-container .prc-tl {
        font-size: 24px
    }
}

@media only screen and (max-width:991px) {
    .banner-secondary h1 {
        font-size: 26px
    }

    .product-common_secA.service-page-secA.servive-page-secA-b .d-flex .colA {
        flex: 0 1 100%
    }

    .banner-secondary.digital-gold-banner .banner-wrapper {
        position: unset !important
    }

    .banner-secondary.digital-gold-banner::before {
        background: none
    }

    .banner-secondary.digital-gold-banner .banner-wrapper .d-flex {
        position: relative
    }

    .banner-secondary.digital-gold-banner .bg {
        height: 415px;
        position: relative
    }

    .banner-secondary.digital-gold-banner .bg::before {
        content: '';
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        z-index: 0;
        height: 100%;
        width: 100%;
        background: radial-gradient(135.59% 159.12% at 49.73% 67.33%, rgba(0, 0, 0, .8) 0%, rgba(0, 0, 0, 0) 100%)
    }

    .banner-secondary.digital-gold-banner .banner-wrapper h1 {
        padding-top: 0
    }

    .banner-secondary.digital-gold-banner .banner-wrapper .colA {
        position: absolute;
        bottom: 100%;
        left: 0;
        right: 0;
        z-index: 2
    }

    .banner-secondary.digital-gold-banner .banner-wrapper .container>.d-flex {
        justify-content: center;
        padding-top: 2rem
    }

    .card-buy-gold {
        background: rgb(234 241 232 / 20%);
        border: 1px solid #cccccc29;
        border-radius: 25px
    }

    .product-common_secB .item {
        --background-size: 275px;
        border: 1px solid #ccc
    }

    .product-common_secH .d-flex {
        display: grid !important;
        grid-template-columns: repeat(2, 1fr);
        padding: 0;
        grid-gap: 20px
    }

    .product-common_secH .d-flex::before {
        display: none
    }

    .product-common_secH .d-flex .item:nth-child(even) .card-type-a {
        margin-top: 0
    }

    .product-common_secB .item::before {
        position: unset;
        display: block;
        height: var(--background-size);
        background-size: 100% 100%
    }

    .product-common_secB .item figcaption {
        margin: 0
    }

    .grid-pr-c {
        grid-template-columns: repeat(2, 1fr)
    }

    .gray-ico-bg.insurance-secC {
        background-size: 24%
    }

    .product-common_secE .colA {
        margin-bottom: 15px;
        padding-bottom: 10px;
        border-bottom: 1px solid rgba(194, 194, 194, 1)
    }

    .product-common_secA .d-flex .colA {
        flex: 0 1 100%
    }

    .product-common_secA .page_heading {
        text-align: center
    }

    .page_heading.page_heading2 {
        font-size: 24px
    }

    .page_heading.page_heading3,
    .product-common_secE .callback_box h4 {
        font-size: 20px
    }

    .product-common_secD .d-flex .colA,
    .product-common_secD .d-flex .colB {
        flex: 0 1 100%
    }

    .product-common_secD .d-flex .colA figure {
        max-width: 300px;
        margin-left: auto;
        margin-right: auto
    }

    .product-common_secD .page_heading.page_heading2 {
        text-align: center
    }

    .gray-ico-bg {
        background-size: auto 42%
    }

    .card-b-pr h6 {
        font-size: 20px
    }

    .faq-content .col .title {
        font-size: 16px
    }

    .callback_cntr.callback_cntr-b .know_banner_btn {
        width: max-content;
        gap: 7px !important;
        bottom: auto;
        top: calc(100% + 14px);
        left: 50%;
        translate: -50% 0
    }

    .banner-secondary.digital-gold-banner .banner-wrapper h1 {
        text-align: center
    }

    .banner-secondary.digital-gold-banner .banner-wrapper h1 .span-1 {
        line-height: 1.5
    }

    .banner-secondary.digital-gold-banner .content p {
        margin: 8px auto 2rem;
        text-align: center
    }

    .digital-gold-secB .chart-container .tabs .tab {
        font-size: 14px;
        padding: 14px 22px
    }

    .count-sec-flex .col .tle-sef {
        font-size: 12px
    }

    .count-sec-flex .col {
        --font: 95px;
        --icospace: 3rem
    }

    .product-common_secB.digital-gold-secF .item figcaption {
        margin: 0
    }
}

@media only screen and (max-width:767px) {
    .digital-gold-banner .d-flex .colB .sbmt-btn-div .global_btn {
        margin-top: 0
    }

    body:has(.homepage-page) header {
        position: fixed !important;
        padding: .6rem 0 !important;
        background: #e9f7e5
    }

    body:has(.homepage-page).sticky_header header {
        position: fixed !important;
        background: none
    }

    .card-pr-st .page_heading.page_heading4 {
        font-size: 18px
    }

    .card-dtl {
        padding: 25px 20px 30px;
        padding-right: 0
    }

    .card-dtl .dtl-des h6 {
        position: unset;
        margin-top: 20px;
        padding-right: 20px
    }

    .card-dtl .upr-flex {
        padding-right: 20px
    }

    .card-dtl:hover .dtl-des h6 {
        color: initial !important
    }

    .card-dtl .dtl-des {
        position: unset;
        background: none;
        padding: 0;
        border-radius: 0
    }

    .card-dtl .dtl-des p {
        color: #212121;
        min-height: 190px;
        max-height: 190px;
        overflow-y: auto;
        padding-right: 12px
    }

    .card-dtl .dtl-des p::-webkit-scrollbar {
        width: 3px;
        background: transparent
    }

    .card-dtl .dtl-des p::-webkit-scrollbar-track {
        box-shadow: none
    }

    .card-dtl .dtl-des p::-webkit-scrollbar-thumb {
        background-color: var(--primary-color);
        border-radius: 10px
    }

    .card-dtl .arrow {
        display: none
    }

    .product-c-slider .swiper-slide {
        height: auto
    }

    .banner-secondary img {
        height: auto
    }

    .tab-dtl-nav {
        display: none
    }

    .product-c-slider .swiper-pagination {
        padding-right: 10px
    }

    .d-hide-767 {
        display: block !important
    }

    .product-common_secF .d-flex>* {
        flex: 0 1 100%;
        max-width: 100%
    }

    .product-common_secH .d-flex {
        grid-template-columns: 100%;
        grid-gap: 20px
    }

    .product-tab-sec .tab-nav-content .grid-pr-c {
        display: grid !important;
        margin-bottom: 1.5rem
    }

    .page_heading.page_heading2 {
        font-size: 22px
    }

    .page_heading.page_heading2.mb-5,
    .page_heading.page_heading2.mb-4 {
        margin-bottom: 30px !important
    }

    .page_heading.page_heading4 {
        font-size: 20px
    }

    .card-b-pr {
        border-radius: 20px;
        padding: 35px 15px
    }

    .banner-secondary h1 {
        max-width: 400px;
        margin-left: auto;
        margin-right: auto
    }

    .faq-content .col:not(:last-child) {
        margin-bottom: 15px;
        padding-bottom: 10px
    }

    .faq-content .col .title p {
        font-weight: 500
    }

    .faq-content .col article .content p {
        font-size: 14px
    }

    .banner-secondary h1 br {
        display: none
    }

    .product-common_secB .upr-flex {
        flex-direction: column-reverse;
        justify-content: center
    }

    .product-common_secB .upr-flex .page_heading {
        flex: 0 1 100%
    }

    .head-sec {
        flex-direction: column
    }

    .callback_cntr.callback_cntr-a,
    .callback_cntr.callback_cntr-b {
        background-size: cover;
        aspect-ratio: 400/400;
        padding: 20px 0
    }

    .callback_cntr.callback_cntr-a p,
    .callback_cntr.callback_cntr-b p {
        font-size: 13px
    }

    .product-common_secE .callback_box h4 br {
        display: none
    }

    .callback_cntr.callback_cntr-b .know_banner_btn {
        left: initial;
        translate: none
    }

    .page_heading.page_heading2 br {
        display: none
    }

    :root {
        --sectionspace: 3rem
    }

    .contact-div .global_btn {
        margin-top: 0
    }

    .contact-div {
        position: unset;
        padding: 0;
        background: none;
        text-align: center;
        margin-top: 2rem
    }

    .contact-div::before,
    .contact-div::after {
        display: none
    }

    .content-type1-ul li {
        flex: 0 1 100%;
        padding: 2rem 0
    }

    .content-type1-ul li:first-child {
        padding-top: 0
    }

    .content-type1-ul li:last-child {
        padding-bottom: 0
    }

    .content-type1-ul li:not(:last-child) {
        border-right: none;
        border-bottom: 1px solid rgba(209, 209, 209, 1)
    }

    .digital-gold-secA .d-flex .card-b-pr {
        flex: 0 1 48%;
        max-width: 48%
    }

    .digital-gold-secB .chart-container .tabs .tab {
        font-size: 12px;
        padding: 11px 11px;
        line-height: 1;
        border-radius: 10px 10px 0 0
    }

    .mobile-image {
        display: block
    }

    .desktop-image {
        display: none
    }

    .count-sec-flex .col {
        flex: 0 1 100%
    }

    .count-sec-wrapper figure img {
        max-width: 300px;
        margin-left: auto;
        margin-right: auto
    }

    .digital-gold-secB .gosi-tab li {
        font-size: 18px;
        padding: 0 12px 8px
    }

    .count-sec-flex .col:nth-child(even) {
        margin-bottom: 0;
        justify-content: center;
        flex-direction: column
    }

    .count-sec-flex .col:nth-child(odd) {
        margin-top: 0;
        justify-content: center
    }

    .count-sec-flex .col:nth-child(odd) .ico .cnt {
        margin-top: calc(var(--icospace) * -1);
        margin-bottom: 0
    }

    .count-sec-flex .col:nth-child(even) .ico {
        flex-direction: column
    }

    .count-sec-flex .col:nth-child(even) .ico .cnt {
        margin-top: calc(var(--icospace) * -1);
        margin-bottom: 0
    }

    .card-pr-bor h6 {
        font-size: 20px;
        line-height: 1.5
    }
}

@media only screen and (max-width:675px) {

    .grid-pr-c,
    .grid-pr-b {
        grid-template-columns: 100%;
        grid-gap: 20px
    }

    .product-common_secB .item figcaption {
        padding: 30px 20px
    }

    .arrow-ul li::before {
        height: 15px;
        width: 15px
    }

    .product-common_secA .d-flex .colB p {
        text-align: center
    }

    .product-common_secA .d-flex {
        gap: 1rem
    }
}

@media only screen and (max-width:520px) {

    .product-list-sec .owl-nav .owl-prev, .product-list-sec .owl-nav .owl-next{
        height: 35px;
        width: 35px;
        z-index: 3;
    }

    .product-list-sec .owl-nav .owl-prev svg, .product-list-sec .owl-nav .owl-next svg{
        width: 16px;
        height: auto;
    }



    .product-list-sec .owl-nav .owl-prev{
        left: 5px;
    }

    .product-list-sec .owl-nav .owl-next{
        right: 5px;
    }

    .product-common_secD .d-flex .colA figure {
        max-width: 100%
    }

    .faq-content .col {
        --icon: 14px;
        --borderwidth: 1px
    }

    .card-b-pr h6 {
        font-size: 18px
    }

    .product-c-slider .swiper-pagination .swiper-pagination-bullet {
        width: 18px
    }

    .product-c-slider .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
        width: 30px
    }

    .banner-secondary.digital-gold-banner .banner-wrapper h1 {
        font-size: 32px
    }

    .banner-secondary.digital-gold-banner .banner-wrapper .container {
        max-width: 100%
    }

    .banner-secondary.digital-gold-banner .banner-wrapper .container>.d-flex {
        padding-top: .9rem
    }

    .card-buy-gold .gosi1-tab li {
        padding: 10px;
        font-size: 16px
    }

    .card-buy-gold .tab-nav-content .upr-prc .lv-prc {
        font-size: 14px
    }

    .banner-secondary.digital-gold-banner .banner-wrapper .mtl-tl {
        flex-direction: column;
        align-items: flex-start !important;
        gap: 3px !important
    }

    .banner-secondary.digital-gold-banner .banner-wrapper .mtl-tl p {
        font-size: 12px;
        color: #555555
    }

    .card-buy-gold {
        padding: 15px
    }

    .card-buy-gold .tab-nav-content .calct-card .calt-up-nav button {
        font-size: 14px
    }

    .card-buy-gold .tab-nav-content .calct-card .gold-silver-wrapper .gosi-form-group .gram-group,
    .card-buy-gold .tab-nav-content .calct-card .gold-silver-wrapper .gosi-form-group .price-group:has(input[disabled]) {
        font-size: 14px
    }

    .card-buy-gold .tab-nav-content .calct-card .gold-silver-wrapper .gosi-form-group .price-group,
    .card-buy-gold .tab-nav-content .calct-card .gold-silver-wrapper .gosi-form-group .price-group:has(input[disabled])~.gram-group {
        font-size: 18px
    }

    .card-buy-gold .tab-nav-content .calct-card .gold-silver-wrapper .btm-prc-ul li {
        font-size: 12px
    }

    .product-common_secC .page_heading {
        text-align: center;
        margin-left: auto;
        margin-right: auto;
        margin-bottom: 1.2rem
    }

    .digital-gold-secA .wiefijwe-grid {
        display: grid !important;
        grid-template-columns: repeat(2, 1fr)
    }

    .digital-gold-secA .wiefijwe-grid .card-b-pr {
        max-width: 100%
    }

    .head-sec {
        margin-bottom: 35px
    }

    .digital-gold-secB .chart-container {
        border-radius: 15px;
        padding: 20px;
        padding-bottom: 0
    }

    .digital-gold-secB .chart-container .prc-tl {
        font-size: 20px;
        font-weight: 600;
        margin-bottom: 6px
    }

    .digital-gold-secB .chart-container .prc-prt {
        font-size: 12px
    }

    .product-common_secB.digital-gold-secF .item::before {
        background-size: cover;
        background-position: center
    }

    .banner-secondary.digital-gold-banner .content p {
        font-size: 14px;
        max-width: 334px;
        margin-top: 8px
    }

    .digital-gold-secA .d-flex .card-b-pr {
        padding: 25px 12px
    }

    .digital-gold-secB .chart-container .tabs {
        display: grid;
        grid-template-columns: repeat(5, 1fr);
        margin-top: 1.5rem;
        padding-bottom: 1.5rem;
        gap: 10px
    }

    .digital-gold-secB .chart-container .tabs .tab {
        border-radius: 10px;
        text-align: center
    }
}

@media only screen and (max-width:345px) {
    .page_heading.page_heading2 {
        font-size: 18px
    }

    .page_heading.page_heading4 {
        font-size: 16px
    }
}

@media only screen and (min-width:1100px) and (max-width:1550px) {
    .banner_title_box h1 {
        font-size: 80px
    }

    .banner_title_box p {
        font-size: 24px
    }

    .global_btn {
        font-size: 13px
    }

    .global_btn:after {
        width: 9px;
        height: 9px;
        position: absolute;
        top: 21px;
        right: 27px
    }

    .global_btn.text-white.know_banner_btn::after {
        right: 27px;
        top: 16px;
        width: 9px
    }
}

@media (max-width:767px) {
    .collaborate_section {
        background-attachment: initial
    }

    span.navbar-toggler-icon {
        width: 1.8em
    }

    .global_btn {
        padding: 12px 45px 12px 25px;
        font-size: 16px;
        margin-top: 35px
    }

    .global_btn::after {
        right: 28px !important;
        top: 19px !important;
        width: 8px !important;
        height: 8px
    }

    .navbar-brand img {
        width: 169px
    }

    .closedeal_card_box .deal_img_box {
        height: 215px;
        display: flex;
        align-items: center;
        overflow: hidden
    }

    .closedeal_card_box .deal_img_box img {
        height: 100%
    }

    .horizontal.swipper_benefit_slider {
        display: inherit;
        padding-top: 80px
    }

    .space_item {
        gap: inherit
    }

    .sitemap-link-list div>ul>li a {
        width: 100% !important;
        padding: 15px
    }

    .sub-cat-sitemap {
        padding-left: 35px
    }

    a.global_btn.text-white.know_banner_btn.mobile_hide_btn.position-absolute.d-flex {
        display: none !important
    }

    .sitemap-link-list ul li {
        flex-wrap: wrap
    }

    .global_btn.text-white.know_banner_btn.position-absolute.d-flex {
        position: relative !important;
        width: auto;
        right: auto;
        bottom: auto;
        display: inline-block !important;
        height: auto;
        margin-top: 16px;
        padding: 12px 45px 12px 25px
    }

    footer .quick_links {
        padding-left: 0
    }

    .page_heading {
        font-size: 28px
    }

    .contact_info p.d-flex {
        flex-wrap: wrap
    }

    header .navbar-nav {
        padding: 76px 0 0;
        width: 100%;
        text-align: left
    }

    .navbar_menu_box .dropdown-menu {
        background: none;
        padding: 10px 0 12px 21px;
        box-shadow: 0 2px 11px rgba(1, 41, 112, .1)
    }

    .navbar_menu_box li.nav-item {
        padding: 0
    }

    .global_btn.connect_btn {
        display: block;
        margin: 20px 0
    }

    .login_btn {
        margin: 0;
        width: 38px;
        height: 38px;
        font-size: 15px
    }

    .navbar_menu_box .nav-link {
        padding: 0 12px !important;
        margin: 15px 0
    }

    .global_btn.connect_btn.mobile_view_btn {
        display: table;
        margin: 20px auto;
        border: none
    }

    .global_btn.connect_btn.desktop_view {
        display: none
    }

    header .navbar-toggler {
        position: absolute;
        right: 0;
        z-index: 99;
        border: none;
        top: 9px
    }

    .right_button_box {
        margin-right: 55px
    }

    div#accordionNav {
        padding-top: 27px
    }

    .navbar-toggler:focus {
        box-shadow: inherit
    }

    div#navbarNav {
        display: block;
        background: #fff
    }

    .navbar_menu_box {
        position: fixed;
        top: -12px;
        height: 100vh;
        width: 100%;
        z-index: 99;
        transition: .3s;
        background: rgba(18, 18, 18);
        backdrop-filter: blur(50px);
        right: -101%
    }

    .collapse.navbar-collapse.navbar_menu_box.side_menu {
        right: 0
    }

    .fa-solid.fa-xmark.close_btn.d-none {
        display: block !important;
        font-size: 37px;
        color: #000;
        position: absolute;
        top: 24px;
        right: 26px
    }

    header {
        position: fixed
    }

    header.pt-4 {
        padding-top: .6rem !important
    }

    .accordion-container {
        display: inherit
    }

    .list_row {
        padding: 39px 0 5px 127px;
        width: 100%
    }

    .client_logo_animation {
        padding: 0 15px
    }

    .navbar_menu_box .nav-link i.fa.fa-angle-down {
        color: #000;
        position: absolute;
        right: 20px;
        top: 17px;
        left: auto;
        z-index: 999
    }

    .about_section {
        padding: 50px 0
    }

    .mision_vison_box {
        padding: 35px 0 0 0
    }

    .mision_vison_box p {
        padding-right: 0
    }

    .mision_section {
        padding: 50px 0 35px
    }

    .team_section {
        padding: 15px 0 60px
    }

    .team_box {
        margin-bottom: 40px !important
    }

    .team_modal .team_heading {
        padding-top: 30px
    }

    .team_box img {
        height: auto
    }

    .map_section {
        padding: 10px 0 50px
    }

    .contact_form_box {
        padding-top: 40px
    }

    .banner_title_box.inner_banner_title h1 {
        font-size: 24px
    }

    .common_box {
        min-height: inherit
    }

    .product_service_box {
        min-height: inherit
    }

    .banner_section.inner_banner_section img {
        height: 288px
    }

    .loan_btn_box .global_btn {
        font-size: 11px;
        padding: 10px 14px 10px 12px;
        gap: 8px;
        margin-top: 8px
    }

    .cta_btn_box {
        margin-top: 25px
    }

    .cta_btn_box .global_btn {
        margin: 0
    }

    .product_service_box p {
        font-size: 14px
    }

    .product_service_section {
        padding-top: 35px
    }

    .global_btn.text-white.discover_btn.sticky_btn {
        display: none
    }

    .product_service_section:after {
        display: none
    }
}

@media screen and (max-width:1200px) {
    header .container {
        max-width: 95%
    }

    header .navbar-brand {
        width: 200px
    }

    header .navbar-brand img {
        width: 100%
    }

    .faq-content.faq-content-white .col {
        padding: 20px;
        border-radius: 15px
    }
}

@media screen and (max-width:1024px) {
    header .global_btn {
        font-size: 14px;
        padding: 15px
    }

    header .navbar>.container-fluid {
        padding: 0 !important
    }
}

@media (min-width:576px) {
    .container-aside {
        --container: 540px
    }
}

@media (min-width:768px) {
    .container-aside {
        --container: 720px
    }
}

@media (min-width:992px) {
    .container-aside {
        --container: 960px
    }
}

@media (min-width:1200px) {
    .container-aside {
        --container: 1140px
    }
}

@media (min-width:1400px) {
    .container-aside {
        --container: 1320px
    }
}