@media screen and (min-width: 1300px) {
    .container {
        max-width: 1275px;
    }
}

@media only screen and (max-width: 1200px) {
    .container {
        max-width: 100%;
    }

    header .navbar .navbar-collapse .navbar-nav .nav-item .nav-link {
        padding-left: 1rem;
        padding-right: 1rem;
    }

    .kyc_status .kyc-input .input-enterpan,
    .kyc_status .kyc-input .input-entermobile {
        max-width: 230px;
        min-width: 230px;
    }
}

@media only screen and (max-width: 991px) {
    .top-mobile .sif-login-btn {
        display: block;
        background: transparent;
        min-width: auto;
        height: auto;
    }
    .risk_sec_content .col-md-4.risk_band {
        text-align: left;
    }
}

/* Mobile view: truncate text with ellipsis */
@media (max-width: 991.98px) {
    .description-text.truncated {
        overflow: hidden;
        display: -webkit-box;
        -webkit-line-clamp: 4; /* Show 4 lines */
        -webkit-box-orient: vertical;
        text-overflow: ellipsis;
    }
}

/* Desktop view: always show full text, hide toggle */
@media (min-width: 992px) {
    .read-more-toggle {
        display: none !important;
    }

    .description-text {
        -webkit-line-clamp: unset !important;
        overflow: visible !important;
        display: block !important;
    }
}

@media only screen and (max-width: 991px) {
    body {
        padding-top: 6rem;
    }

    .container {
        max-width: 100%;
    }

    header .navbar {
        padding-top: 1.4rem;
        padding-bottom: 1.4rem;
    }

        header .navbar .navbar-toggler .navbar-toggler-icon {
            width: 32px;
            height: 2px;
            display: block;
            background-color: rgba(0,0,0,0.7);
            margin-bottom: 6px;
        }

            header .navbar .navbar-toggler .navbar-toggler-icon:nth-child(2) {
                width: 21px;
            }

            header .navbar .navbar-toggler .navbar-toggler-icon:last-child {
                margin-bottom: 0;
            }

        header .navbar .navbar-collapse {
            margin-top: 2rem;
        }

    .span-first {
        display: none !important;
    }

    .span-middle {
        -webkit-transform: rotate(45deg) translate(6px, 6px);
        transform: rotate(45deg) translate(6px, 6px);
        -moz-transform: rotate(45deg) translate(6px, 6px);
        -ms-transform: rotate(45deg) translate(6px, 6px);
        -o-transform: rotate(45deg) translate(6px, 6px);
        width: auto !important;
    }

    .span-last {
        -webkit-transform: rotate(-45deg);
        transform: rotate(-45deg);
    }

    .req-callback {
        max-width: 320px;
        margin-top: 10px;
    }

    header .navbar .navbar-collapse .navbar-nav .nav-item {
        margin-bottom: 1rem;
        padding-bottom: 1rem;
        /* border-bottom: 1px solid #ddd; */
        border-bottom: 1px solid rgba(255,255,255,10%);
    }

        header .navbar .navbar-collapse .navbar-nav .nav-item::after {
            display: none;
        }

        header .navbar .navbar-collapse .navbar-nav .nav-item:last-child {
            border-bottom: 0;
            padding-bottom: 0;
            margin-bottom: 0;
        }

    .navbar-toggler-icon {
        background-color: #fff !important;
        background-image: none !important;
    }
    /* .kyc_status{
  text-align: center;
  position: absolute !important;
  bottom: auto !important;
} */
    .kyc_status p {
        margin-bottom: 15px !important;
        text-align: center;
    }

    .kyc_status .kyc-input {
        display: flex;
        gap: 15px;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        gap: 6px;
    }

    .product_categories .owl-carousel .owl-nav .owl-prev,
    .product_categories .owl-carousel .owl-nav .owl-next {
        width: 45px;
        height: 45px;
    }

        .product_categories .owl-carousel .owl-nav .owl-prev span,
        .product_categories .owl-carousel .owl-nav .owl-next span {
            height: 22px;
        }

    .kyc_status .btn-primary {
        height: 45px;
        margin-top: 10px;
    }

    .how_sif .table-container {
        overflow: hidden;
    }

    .how_sif .table-wrapper {
        overflow: auto;
    }

    .top-mobile {
        width: 100%;
        display: flex;
        justify-content: space-between;
        flex-direction: row-reverse;
        align-items: center;
    }

    header .container {
        max-width: 90%;
        padding-bottom: 0;
        padding-top: 0;
    }

    .btn {
        padding: 14px 20px;
        font-size: 13px;
    }

    .copyright p,
    .copyright ul li a {
        font-size: 12px !important;
    }

    .coming_soon .coming_soonmain_content {
        padding: 25px 10px;
    }

    .tag {
        margin: 0 auto;
    }

    .what_magnum_content .img-fluid {
        max-width: 100%;
    }

    .key_content {
        gap: 10px;
    }

    .navbar-collapse.show ~ .top-mobile .navbar-toggler {
        display: none !important;
    }

    .navbar-collapse .btn-close-wrapper {
        display: none;
    }

    .navbar-collapse.show .btn-close-wrapper {
        display: block;
    }

    .btn-close {
        position: absolute;
        top: 20px;
        left: 15px;
        opacity: 1;
    }

    .navbar-collapse .req-callback {
        display: none;
    }

    .fund_allocate_asset_content .d-flex .img-fluid {
        max-width: 410px;
        margin-bottom: 25px;
    }

    .overlay-text .d-flex {
        flex-direction: column-reverse;
    }

    .nfo-launching_date {
        margin: 0 auto;
    }

    .banner {
        min-height: 559px;
        /* margin-top: -35px;*/
        background-size: 100% 100%;
    }

/*    .overlay-text {
        top: 120px;
    }*/

        .overlay-content {
            margin-top: 20px;
        }

        .nav-right-sec {
            display: none;
        }

        .bottom-sheet-card #invest-btn:focus-visible, .bottom-sheet-card #invest-btn:hover {
            background-color: #fff;
            color: #000;
            border: 1px solid #fff;
        }

        header .navbar .navbar-collapse .navbar-nav .nav-item {
            margin-bottom: 1rem;
            padding-bottom: 1rem;
            border-bottom: 1px solid #FFFFFF1A;
        }


        header .container {
            border: 0;
            /*        max-width:100%;*/
        }

        header .navbar .navbar-collapse {
            height: 100vh;
        }

        .center-circle img {
            max-width: 150%;
        }

        .center-circle p {
            padding: 45px;
            font-size: 16px;
        }
    }

@media only screen and (max-width: 767px) {
    .banner .container {
        background-image: url(/Content/Images/campaign/NFOExTop100/NFO_background_mob.gif);
        background-repeat: no-repeat;
        background-position: top center;
        background-size: 100% 100%;
        min-height: 690px;
    }

    .live_now_content {
        display: flex;
        width: 100%;
        margin-bottom: 20px;
    }
    .btn.btn-inv {
        min-width: 160px;
        max-width: 160px;
        letter-spacing: 0.2px !important;
        font-weight: 600;
        font-size: 13px;
        width: 160px !important;
        height: auto !important;
    }

    .live_now_left {
        width: 50%;
    }

        .live_now_left p {
            width: auto;
            font-weight: 300;
            font-size: 15px;
            line-height: 24px;
            letter-spacing: 0px;
            text-transform: capitalize;
            color: rgb(255, 255, 255);
            /* width: 229px; */
            margin-top: 10px;
        }

    .live_now_right {
        text-align: center;
        border-left: 1px solid rgba(255, 255, 255, 20%);
        padding-left: 12px;
        display: flex;
        flex-direction: column;
        justify-content: center;
        margin-left: 15px;
        gap: 10%;
        margin-top: 12px;
    }

        .live_now_right p {
            color: rgb(255, 255, 255);
            font-weight: 400;
            font-size: 14px;
            line-height: normal;
            letter-spacing: 0px;
            text-transform: capitalize;
            margin-bottom: 0;
        }
    

/*    .check_kyc_status {
        display: none !important;
    }*/
    /*Changes to make nfo closes transparent starts*/
    .countdown h3 {
        font-size: 16px !important;
        font-weight: 500;
        color: #fff;
        font-weight: normal;
        letter-spacing: 0.4px;
    }

    .overlay-text {
        top: 95px;
    }

    .box .number {
        gap: 6px;
    }

        .box .number span {
            width: 35px;
            height: 40px;
            font-size: 18px;
            background: rgba(255, 255, 255, 15%) !important;
            opacity: 80%;
            color: #ffffff !important;
        }

    .box .label {
        font-size: 10px;
        color: #ffffff;
    }

    .banner {
        background-size: 100% 100% !important;
        background-position: top center !important;
    }

    span.dot_sep {
        height: 40px;
        color: #ffffff;
    }

    .countdown {
        max-width: 353px;
        margin: 0 auto 80px;
        border: 1px solid #9d9d9d;
        background: transparent;
        border: 0 none;
    }
    /*Changes to make nfo closes transparent ends*/

    .banner {
        margin-bottom: 25px;
        min-height: 650px;
    }

    .banner_desk {
        display: none;
    }

    .banner_mob {
        display: block;
    }


    .banner img {
        min-height: 500px;
    }

    .banner .d-flex {
        /* display: block !important; */
        display: flex !important;
        flex-direction: column;
    }

        .banner .d-flex img {
            width: 100%;
        }

    .navbar-toggler:focus {
        -webkit-box-shadow: none;
        box-shadow: none;
    }

    h1,
    h1 span {
        font-size: 32px;
        line-height: 40px;
    }

    h2 {
        margin-bottom: 15px;
    }

        h2,
        h2 span {
            font-size: 28px;
            line-height: 32px;
        }

    h3,
    h3 span {
        font-size: 22px !important;
        line-height: 28px !important;
    }

    .website-captcha-main {
        flex-direction: column;
    }

    .table-wrapper {
        overflow: auto;
    }

        .table-wrapper .table {
            width: 700px;
        }

    .cs-badge {
        max-width: 110px;
    }

    .downoad_sif_content {
        flex-wrap: wrap;
    }

        .downoad_sif_content .download_sif_box {
            width: 100%;
            margin-bottom: 10px;
        }
    /* p {
    font-size: 14px !important;
    line-height: 18px !important;
  }
   p span{
    font-size: 14px !important;
    line-height: 18px !important;
  } */
    .key_content {
        flex-wrap: nowrap;
        /* overflow: auto; */
    }

    .downoad_sif_content-details {
        flex-direction: column;
        align-items: center;
    }

    .banner video {
        min-height: 420px;
    }

    .product_categories .owl-carousel .owl-item figure {
        gap: 100px;
    }

    .what_magnum_content .col-md-5 {
        text-align: left !important;
    }

    .what_magnum_content .btn {
        margin-top: 10px;
    }

    .key_content_box {
        min-width: 100%;
        text-align: left;
    }

        .key_content_box span {
            font-size: 18px;
        }

    .coming_soon {
        background-position: top;
        text-align: center;
    }

    .overlay-content {
        padding: 15px;
    }

    .what_magnum_content {
        padding: 20px 15px;
        text-align: center;
    }

    .product_categories h3 span {
        display: block;
        text-align: left !important;
    }

    .connect {
        text-align: center;
    }

    .faq_sif .accordion .accordion-item .accordion-header .accordion-button {
        font-size: 16px;
    }

    .download_sif h3 {
        margin-bottom: 20px;
    }

    .risko_content img {
        max-width: 300px;
    }

    .download_sif_content {
        padding: 10px;
    }
    /* .product_categories .owl-carousel .owl-dot span {
    width: 10px !important;
    height: 10px !important;
  } */
    .overlay-content {
        text-align: center;
    }

        .overlay-content h1 {
            text-align: center;
            font-weight: 400;
            font-style: Regular;
            font-size: 32px;
            line-height: 40px;
            letter-spacing: 0px;
            text-align: center;
            text-transform: capitalize;
        }

        .overlay-content p {
            text-align: center;
            margin-bottom: 30px;
        }

    .banner {
        background-size: 100% auto;
        background-position: bottom;
    }

    .what_magnum_content img {
        max-width: 100% !important;
    }

    .footer {
        padding: 15px 0;
    }

    .footer-bottom .col-12 {
        margin-bottom: 20px;
    }

    .footer-top {
        flex-direction: column;
        gap: 20px;
    }

    .form-dn .d-flex {
        flex-direction: column;
    }

    .form-dn ul {
        width: 100%;
        max-width: 100%;
    }

    .footer-top img {
        max-width: 194px;
    }

    .quick_link ul {
        max-width: 100%;
    }

    .copyright .container {
        flex-direction: column;
        align-items: center;
    }

    .copyright ul {
        flex-wrap: wrap;
        justify-content: center;
    }

    .disclaimer {
        font-size: 11px;
        line-height: 13px;
    }

    .faq_sif {
        margin: 30px 0;
    }

    /*******************22-09-25******************/
    /*.banner {
        background-image: none;
    }*/

    .banner img {
        min-height: 380px;
        padding-top: 85px;
        /* display: block; */
    }

    .check_kyc_status {
        background-color: #fff;
        width: 320px;
        border-radius: 30px;
        text-align: center;
        margin: 0 auto;
        display: block;
        position: fixed;
        bottom: 15px;
        left: 0;
        right: 0;
        height: 45px;
        color: #030404;
        font-weight: 500;
        border: 0;
        -webkit-border-radius: 30px;
        -moz-border-radius: 30px;
        -ms-border-radius: 30px;
        -o-border-radius: 30px;
        font-size: 12px;
    }

    .kyc_status.fixed {
        opacity: 0;
        bottom: -100%;
        transition: bottom 0.4s ease;
        -webkit-transition: bottom 0.4s ease;
        -moz-transition: bottom 0.4s ease;
        -ms-transition: bottom 0.4s ease;
        -o-transition: bottom 0.4s ease;
        /* border-radius: 30px 30px 0 0;
    -webkit-border-radius: 30px 30px 0 0;
    -moz-border-radius: 30px 30px 0 0;
    -ms-border-radius: 30px 30px 0 0;
    -o-border-radius: 30px 30px 0 0; */
        padding: 40px 15px 20px;
        background-image: url("https://www.sbimf.com/images/default-source/sif-images/mob_notch.png") !important;
        background-repeat: no-repeat;
        background-position: top center;
        background-size: 100% 100%;
        background-color: transparent !important;
    }

        .kyc_status.fixed p.para-medium {
            font-size: 28px !important;
            color: #030404 !important;
            line-height: 36px !important;
            margin-bottom: 25px !important;
        }

    .kyc_status .btn-primary {
        height: 60px;
        margin-top: 16px;
        font-size: 14px;
        letter-spacing: 3px;
        line-height: 20px;
        font-weight: 500;
    }

    .kyc_status.fixed p.para-medium span {
        color: #e6ad53 !important;
    }

    .custom-tooltip {
        display: none !important;
    }

    .custom-tooltip-mobile,
    .custom-tooltip-mobile1 {
        background-color: #fff;
        position: fixed;
        opacity: 0;
        bottom: -100%;
        transition: bottom 0.4s ease;
        -webkit-transition: bottom 0.4s ease;
        -moz-transition: bottom 0.4s ease;
        -ms-transition: bottom 0.4s ease;
        -o-transition: bottom 0.4s ease;
    }

    .kyc_status.active {
        opacity: 1;
        bottom: 0;
    }

    /* .kyc_status::before{
    content: "";
position: absolute;
      background-image: url("../../../Images/CampaignSIF/notch.png");
      background-repeat: no-repeat;
      background-position: top center;
  } */

    .custom-tooltip-mobile.active,
    .custom-tooltip-mobile1.active {
        opacity: 1;
        bottom: 0;
        left: 0;
        right: 0;
        padding: 40px 38px 30px;
        /* border-radius: 30px;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    -ms-border-radius: 30px;
    -o-border-radius: 30px; */
        min-height: 260px;
        background-image: url("../../../Images/CampaignSIF/notch_img.png") !important;
        background-repeat: no-repeat;
        background-position: top center;
        background-size: 100% 100%;
        background-color: transparent !important;
    }

        .custom-tooltip-mobile.active h4,
        .custom-tooltip-mobile1.active h4 {
            font-size: 28px;
            margin-bottom: 20px;
            color: #030404;
            line-height: 36px;
            font-weight: 400;
            text-align: center;
        }

    .custom-tooltip-mobile li,
    .custom-tooltip-mobile1 li {
        font-size: 16px;
        color: #000;
        line-height: 28px;
        opacity: 80%;
        font-weight: 500;
    }

    .key_content {
        flex-direction: column;
    }

    .fund_allocate_asset_content .d-flex {
        flex-direction: column;
    }

    .overlay-text span {
        text-align: center;
    }

    .box .number span {
        width: 45px;
        height: 60px;
    }

    .key_feature_cont ul li {
        width: 100%;
    }

    .tax_effecient img {
        width: 100%;
    }
    /* .bottom-panel {
  position: fixed;
  bottom: -100%;
  left: 0;
  right: 0;
  background: #111;
  color: #fff;
  padding: 20px;
  transition: bottom 0.4s ease;
  z-index: 9999;
  border-top: 2px solid #444;
  -webkit-transition: bottom 0.4s ease;
  -moz-transition: bottom 0.4s ease;
  -ms-transition: bottom 0.4s ease;
  -o-transition: bottom 0.4s ease;
}

.bottom-panel.active {
  bottom: 0;
} */
    .kyc_status .kyc-input .input-enterpan,
    .kyc_status .kyc-input .input-entermobile {
        max-width: 300px;
        min-width: 100%;
        margin-bottom: 10px;
    }

    .kyc_status .btn-primary {
        width: 100%;
    }

    .custom-tooltip {
        display: none;
    }

    .product_categories .item:hover > .hover-item {
        display: none;
    }

    /********know more bottomsheet*********/
    .bottom-sheet {
        position: fixed;
        left: 0;
        right: 0;
        bottom: -100%;
        background: #fff;
        max-height: 70vh;
        overflow-y: auto;
        box-shadow: 0 -4px 10px rgba(0, 0, 0, 0.2);
        transition: bottom 0.3s ease;
        z-index: 9999;
        /*border-radius: 30px;
    */ -webkit-transition: bottom 0.3s ease;
        -moz-transition: bottom 0.3s ease;
        -ms-transition: bottom 0.3s ease;
        -o-transition: bottom 0.3s ease;
        /*-webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    -ms-border-radius: 30px;
    -o-border-radius: 30px;
    */ background-image: url("../../../Images/CampaignSIF/notch_img.png") !important;
        background-repeat: no-repeat;
        background-position: top center;
        background-size: 100% 100%;
        background-color: transparent !important;
        padding: 30px 10px 20px;
        -webkit-transition: bottom 0.3s ease;
    }

        .bottom-sheet.active {
            bottom: 0;
        }

    .sheet-content {
        padding: 20px;
    }
        /* .sheet-content::before{
      content: "";
      position: absolute;
      top: -10px;
      left: 50%;
      width: 40px;
      height: 20px;
      background-color: white;
      transform: translateX(-50%);
      border-radius: 5px;
      -webkit-transform: translateX(-50%);
      -moz-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
      -o-transform: translateX(-50%);
      -webkit-border-radius: 5px;
      -moz-border-radius: 5px;
      -ms-border-radius: 5px;
      -o-border-radius: 5px;
      background-image: url("../../../Images/CampaignSIF/notch.png");
      background-repeat: no-repeat;
      background-position: top center;
} */
        .sheet-content h4 {
            font-size: 28px;
            color: #030404;
            font-weight: normal;
            text-align: center;
            line-height: 36px;
            margin-bottom: 20px;
            font-weight: 400;
        }

        .sheet-content ul li {
            font-size: 14px;
            color: #000;
            line-height: 28px;
            opacity: 80%;
            font-weight: 500;
        }

    .close-btn {
        background: #ddd;
        border: none;
        padding: 8px 12px;
        cursor: pointer;
        border-radius: 6px;
        float: right;
        margin-bottom: 10px;
        -webkit-border-radius: 6px;
        -moz-border-radius: 6px;
        -ms-border-radius: 6px;
        -o-border-radius: 6px;
    }

    .sheet-hidden-content {
        display: none;
    }



    .banner .carousel-indicators {
        margin: 0 auto;
        left: 0;
        right: 0;
        justify-content: center;
        bottom: 40px;
    }

    .how_sif .table td:first-child,
    .how_sif .table th:first-child {
        position: sticky;
        left: 0;
        background-color: #000 !important;
        z-index: 2;
        box-shadow: 2px 0px 5px rgba(0, 0, 0, 0.1); /* Optional: Add shadow for effect */
    }

    .key_content.owl-theme .owl-dots .owl-dot span {
        width: 26px;
        height: 3px;
    }

    .modal_vid a img {
        width: 14px !important;
        height: 14px !important;
        min-height: 14px !important;
        padding-top: 0;
    }

    .key_content.owl-carousel .owl-nav .owl-prev, .key_content.owl-carousel .owl-nav .owl-next {
        width: 45px;
        height: 45px;
        background: #ffffff !important;
        border: 1px solid #ffffff33 !important;
        border-radius: 100% !important;
        -webkit-border-radius: 100% !important;
        -moz-border-radius: 100% !important;
        -ms-border-radius: 100% !important;
        -o-border-radius: 100% !important;
        overflow: hidden;
    }

        .key_content.owl-carousel .owl-nav .owl-prev.disabled,
        .key_content.owl-carousel .owl-nav .owl-next.disabled {
            width: 45px;
            height: 45px;
            background: #ffffff1a !important;
            border: 1px solid #ffffff33 !important;
            border-radius: 100% !important;
            -webkit-border-radius: 100% !important;
            -moz-border-radius: 100% !important;
            -ms-border-radius: 100% !important;
            -o-border-radius: 100% !important;
            overflow: hidden;
            margin-top: 5px;
        }

    .key_content.owl-carousel .owl-nav .owl-next,
    .key_content.owl-carousel .owl-nav .owl-prev {
        width: 45px;
        height: 45px;
        background: #ffffff !important;
        border: 1px solid #ffffff33 !important;
        border-radius: 100% !important;
        -webkit-border-radius: 100% !important;
        -moz-border-radius: 100% !important;
        -ms-border-radius: 100% !important;
        -o-border-radius: 100% !important;
        overflow: hidden;
    }

        .key_content.owl-carousel .owl-nav .owl-prev.disabled span {
            background-image: url(../../../Images/CampaignSIF/move-left.svg);
            transform: rotate(0deg);
            -webkit-transform: rotate(0deg);
            -moz-transform: rotate(0deg);
            -ms-transform: rotate(0deg);
            -o-transform: rotate(0deg);
            height: auto;
        }

        .key_content.owl-carousel .owl-nav .owl-next.disabled span {
            background-image: url(../../../Images/CampaignSIF/move-left.svg);
            transform: rotate(180deg);
            -webkit-transform: rotate(180deg);
            -moz-transform: rotate(180deg);
            -ms-transform: rotate(180deg);
            -o-transform: rotate(180deg);
            height: auto;
            margin-top: 5px;
        }

        .key_content.owl-carousel .owl-nav .owl-prev span {
            width: 23px;
            display: inline-block;
            background-image: url("../../../Images/CampaignSIF/move-right.svg");
            background-position: top center;
            background-size: 100% auto;
            text-indent: 78px;
            background-repeat: no-repeat;
            /*height: 18px;
  */ transform: rotate(180deg);
            -webkit-transform: rotate(180deg);
            -moz-transform: rotate(180deg);
            -ms-transform: rotate(180deg);
            -o-transform: rotate(180deg);
            margin-bottom: 0;
            margin-top: 5px;
        }

        .key_content.owl-carousel .owl-nav .owl-next span {
            width: 23px;
            display: inline-block;
            background-image: url("../../../Images/CampaignSIF/move-right.svg");
            background-position: top center;
            background-size: 100% auto;
            text-indent: 78px;
            background-repeat: no-repeat;
            height: 18px;
            margin-bottom: 0;
        }

    .key_mobile {
        display: block !important;
    }

    .key_desk {
        display: none;
    }

    .top-mobile img {
        max-width: 100%;
    }

    .key_content .owl-nav {
        display: inline-flex;
        align-items: center;
        width: 50%;
        position: absolute;
        right: 0;
        margin-top: 0;
        justify-content: flex-end;
    }

    .key_content .owl-dots {
        display: inline-flex;
        align-items: center;
        width: 50%;
        position: ABSOLUTE;
        left: 0;
        min-height: 60px;
    }

    .product_categories .owl-carousel .owl-nav {
        position: absolute;
        top: auto;
        right: 0;
    }

    .product_categories .owl-dots {
        display: inline-flex;
        width: 50%;
        align-items: center;
        height: 55px;
    }

    .product_categories .owl-carousel .owl-nav .owl-prev.disabled, .product_categories .owl-carousel .owl-nav .owl-next.disabled {
        width: 45px;
        height: 45px;
    }

    .product_categories .owl-carousel .owl-dot span {
        width: 26px !important;
        height: 3px !important;
    }

    .fund_details .table-wrapper {
        overflow: auto;
    }

    .risk_sec .row {
        gap: 10px;
    }

    .overlay-content .btn-cont {
        justify-content: center;
    }

    .nfo-launching_date {
        max-width: 100%;
        margin-top: 0px;
    }

    .countdown {
        justify-content: center;
    }

    .opac_content {
        /* margin-top: 209px; */
        margin-top: 60px;
    }

    .scroll-container-taxed .sticky-col {
        width: 169px;
        background-color: #000;
    }

    .scroll-container-taxed .tax-grid {
        min-width: 1200px;
    }

    .fund_allocate_asset_content {
        padding: 30px 10px;
    }

        .fund_allocate_asset_content .d-flex {
            flex-direction: column-reverse;
        }

        .fund_allocate_asset_content ul {
            max-width: 95%;
        }

    .opac_content p {
        font-size: 28px;
        line-height: 46px;
    }

    .modal_vid_img {
        min-height: 280px !important;
        width: auto !important;
    }

    .tbl_desk {
        display: none;
    }

    .tbl_mob {
        display: flex !important;
    }

        .tbl_mob .strategy-table {
            max-width: 180px;
            min-width: 180px;
        }

        .tbl_mob .strat_last {
            max-width: 60%;
            min-width: 60%;
        }

    .countdown h3 {
        font-size: 16px !important;
        font-weight: 500;
    }

    .box .number {
        gap: 6px;
    }

        .box .number span {
            width: 35px;
            height: 40px;
            font-size: 18px;
        }

    .box .label {
        font-size: 10px;
    }

    span.dot_sep {
        height: 40px;
    }

    .countdown {
        max-width: 353px;
        margin: 0 auto 10px;
    }

    .overlay-content .btn-cont .btn {
        /* display:none; */
        width: 100%;
        max-width: 353px;
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .btn-cont.btn-cont.btm_align .btn-inv {
        display: block;
        height: 50px;
        letter-spacing: 0.8px;
        border-radius: 50px;
        -webkit-border-radius: 50px;
        -moz-border-radius: 50px;
        -ms-border-radius: 50px;
        -o-border-radius: 50px;
        width: 100%;
        max-width: 353px;
        display: flex;
        align-items: center;
        justify-content: center;
    }
    /* 1. Desktop: Completely Hidden */


    /* 2. Mobile: Visible as Bottom Sheet */

    .bottom-sheet-overlay {
        display: flex; /* Flex used to align card to bottom */
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background: rgba(0, 0, 0, 0.4);
        z-index: 9999;
        align-items: flex-end;
    }

    .bottom-sheet-card {
        /* background: #e4a84a; */
        width: 100%;
        padding: 20px;
        border-radius: 20px 20px 0 0;
        text-align: center;
        position: relative;
        background-image: url("/Content/Images/campaign/NFOExTop100/bottom_bg.png");
        background-repeat: no-repeat;
        background-position: bottom center;
        background-size: 100% 100%;
    }

    .nfo-label {
        color: #000;
        font-weight: 500;
        font-style: Medium;
        font-size: 14px;
        line-height: 100%;
        letter-spacing: 0px;
        text-align: center;
        text-transform: capitalize;
    }

    .nfo-dates {
        color: #000;
        font-weight: 500;
        font-style: Medium;
        font-size: 20px;
        line-height: 100%;
        letter-spacing: 0px;
        text-transform: capitalize;
    }

    .pull-bar {
        width: 40px;
        height: 4px;
        background: rgba(255, 255, 255, 0.5);
        margin: 0 auto 15px;
        border-radius: 2px;
        position: relative;
        top: -19px;
    }

    .close-btn {
        position: absolute;
        top: 15px;
        right: 20px;
        background: none;
        border: none;
        font-size: 24px;
        cursor: pointer;
    }

    .live-badge {
        background: #fff;
        display: inline-block;
        padding: 4px 12px;
        border-radius: 20px;
        font-size: 10px;
        font-weight: bold;
        margin-bottom: 10px;
    }

    .invest-btn {
        background: #fff;
        border: none;
        width: 100%;
        padding: 15px;
        border-radius: 30px;
        font-weight: bold;
        margin-top: 20px;
        font-size: 16px;
    }

    .fund-title {
        font-weight: 500;
        font-style: Medium;
        font-size: 24px;
        line-height: 30px;
        letter-spacing: 0px;
        text-align: center;
        text-transform: capitalize;
        color: #030404;
    }

    .investment_approach_box {
        flex-direction: column;
    }

    .section-wrapper {
        padding: 8px;
    }

    .btn-custom-active, .btn-custom-outline {
        padding: 12px 8px;
    }

    .percentage-content {
        font-size: 18px;
    }
}


@media screen and (max-width:567px) {
    .website-captcha-main {
        flex-direction: column;
    }

    .btn-cont.btm_align .btn-inv {
        width: 100% !important;
    }

    .allocate_asset_content ul {
        flex-direction: column;
    }

        .allocate_asset_content ul li {
            width: 100%;
            padding: 0 10px;
            margin-bottom: 15px;
            border-bottom: 1px solid rgba(230, 173, 83, 60%);
            border-right: 0 none;
        }
}
/***campaign page media****/
@media only screen and (max-width: 991px) {
    .callback_mob {
        display: block;
    }
}
