

@font-face {
    font-family: "Poppins";
    src: url("/Content/fonts/Poppins-Thin.woff2") format("woff2"), url("/Content/fonts/Poppins-Thin.woff") format("woff");
    font-weight: 100;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: "Poppins";
    src: url("/Content/fonts/Poppins-Bold.woff2") format("woff2"), url("/Content/fonts/Poppins-Bold.woff") format("woff");
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: "Poppins";
    src: url("/Content/fonts/Poppins-Medium.woff2") format("woff2"), url("/Content/fonts/Poppins-Medium.woff") format("woff");
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: "Poppins";
    src: url("/Content/fonts/Poppins-Light.woff2") format("woff2"), url("/Content/fonts/Poppins-Light.woff") format("woff");
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Poppins';
    src: url('/Content/fonts/Poppins-ExtraLight.woff2') format('woff2'), url('/Content/fonts/Poppins-ExtraLight.woff') format('woff');
    font-weight: 200;
    font-style: normal;
    font-display: swap;
}


@font-face {
    font-family: "Poppins";
    src: url("/Content/fonts/Poppins-Regular.woff2") format("woff2"), url("/Content/fonts/Poppins-Regular.woff") format("woff");
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'Poppins';
    src: url('/Content/fonts/Poppins-SemiBold.woff2') format('woff2'), url('/Content/fonts/Poppins-SemiBold.woff') format('woff');
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'Poppins';
    src: url('/Content/fonts/Poppins-Italic.woff2') format('woff2'), url('/Content/fonts/Poppins-Italic.woff') format('woff');
    font-weight: normal;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'Poppins';
    src: url('/Content/fonts/Poppins-LightItalic.woff2') format('woff2'), url('/Content/fonts/Poppins-LightItalic.woff') format('woff');
    font-weight: 300;
    font-style: italic;
    font-display: swap;
}
/* 
@font-face {
  font-family: "Playfair Display";
  src: url("/Content/fonts/PlayfairDisplay-Regular.woff2") format("woff2"),
    url("/Content/fonts/PlayfairDisplay-Regular.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Playfair Display";
  src: url("/Content/fonts/PlayfairDisplay-Medium.woff2") format("woff2"),
    url("/Content/fonts/PlayfairDisplay-Medium.woff") format("woff");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Playfair Display";
  src: url("/Content/fonts/PlayfairDisplay-SemiBold.woff2") format("woff2"),
    url("/Content/fonts/PlayfairDisplay-SemiBold.woff") format("woff");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
} */

html {
    font-family: "Poppins";
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
    letter-spacing: -0.4px;
    font-size: 62.5%;
    font-weight: normal;
    scroll-behavior: smooth;
    scroll-padding-top: 100px;
}

body {
    font-family: "Poppins";
    font-size: 1.6rem;
    padding-top: 8rem;
    background-image: url("/images/default-source/sif-images/sif_bg.png");
    background-repeat: no-repeat;
    background-position: top center;
    background-size: 100% 100%;
    /*padding-bottom: 70px;*/
}

.overlay-text {
    position: relative;
    top: 155px;
    left: 0;
    bottom: 0;
    right: 0;
}

header {
    position: fixed;
    top: 0px;
    left: 0;
    background: #000000;
    width: 100%;
    z-index: 10;
}

    header .container {
        backdrop-filter: blur(10px);
        -webkit-backdrop-filter: blur(10px);
        border: 1px solid rgba(255, 255, 255, 0.3);
        border-radius: 15px;
        box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
        -webkit-border-radius: 15px;
        -moz-border-radius: 15px;
        -ms-border-radius: 15px;
        -o-border-radius: 15px;
        margin-top: 12px;
        padding: 8px 15px;
    }

    header .navbar {
        /* padding-top: 2.6rem;
  padding-bottom: 2.6rem; */
        /* -webkit-box-shadow: 0 0 10px 0 #ccc;
  box-shadow: 0 0 10px 0 #ccc; */
        background-color: transparent;
    }

        header .navbar .navbar-collapse {
            -webkit-box-pack: end;
            -ms-flex-pack: end;
            justify-content: flex-end;
            -webkit-box-flex: unset;
            -ms-flex-positive: unset;
            flex-grow: unset;
            width:60%;
        }

            header .navbar .navbar-collapse .navbar-nav .nav-item {
                position: relative;
                display: flex;
                align-items: center;
                margin-right:10px;
            }

                header .navbar .navbar-collapse .navbar-nav .nav-item::after {
                    /* content: "";
  position: absolute;
  top: 50%;
  right: 0;
  width: 1px;
  height: 15px;
  background-color: #000;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%); */
                    display: none;
                }

                header .navbar .navbar-collapse .navbar-nav .nav-item .nav-link {
                    color: #fff;
                    padding-left: 1rem;
                    padding-right: 1rem;
                    font-size: 1.3rem;
                    font-weight: 400;
                }

                header .navbar .navbar-collapse .navbar-nav .nav-item:last-child::after {
                    display: none;
                }
main{
    position:relative;
}

.req-callback {
    border: 1px solid #ffffff59;
    font-weight: 600;
    font-size: 12px;
    line-height: 100%;
    letter-spacing: 0%;
    vertical-align: middle;
    text-transform: uppercase;
    min-width: 169px;
    height: 45px;
    display: flex;
    align-items: center;
    border-radius: 50px;
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    -ms-border-radius: 50px;
    -o-border-radius: 50px;
    background: #fff;
    display: flex;
    justify-content: center;
    text-decoration: none;
    color: #000;
    /*display:none;*/
}

.navbar-collapse {
    justify-content: space-between;
    gap: 100px;
}

.banner {
    margin: 0 auto;
    text-align: center;
    background-image: url("/Content/Images/banner.png");
    background-repeat: no-repeat;
    background-position: top center;
    position: relative;
    margin-bottom: 60px;
    min-height: 650px;
    margin-top: -35px;
}

.overlay-content {
    max-width: 730px;
    text-align: left;
}

    .overlay-content p {
        color: rgb(255, 255, 255);
        font-family: Poppins;
        font-size: 18px;
        line-height: 30px;
        text-align: left;
        margin-bottom: 25px;
    }

.btn {
    font-weight: 600;
    font-size: 14px;
    line-height: 20px;
    text-transform: uppercase;
    border-radius: 50px;
    background-color: rgb(255, 255, 255);
    color: rgb(3, 4, 4);
    padding: 18px 35px;
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    -ms-border-radius: 50px;
    -o-border-radius: 50px;
}

    .btn:hover {
        background-color: #0281e4;
        color: #fff;
    }

h1 {
    font-weight: 400;
    font-size: 55px;
    line-height: 75px;
    text-align: center;
    text-transform: capitalize;
    color: #E6AD53;
    margin-bottom: 20px;
    text-align: left;
}

    h1 span {
        font-family: "Poppins";
        font-weight: 200;
        color: #ffffff;
    }

h2 {
    font-weight: normal;
    font-size: 48px;
    line-height: 55px;
    letter-spacing: 0%;
    text-transform: capitalize;
    color: #E6AD53;
}

    h2 span {
        font-family: "Poppins";
        color: rgba(255,255,255,0.8);
        font-weight: 200;
        font-style: Regular;
        font-size: 48px;
        line-height: 66px;
        letter-spacing: 0%;
        text-transform: capitalize;
    }

.banner video {
    width: 100%;
    min-height: 650px;
}

.banner img {
    width: 100%;
    min-height: 650px;
}

.what_magnum_content {
    padding: 0px;
    border-radius: 24px;
    -webkit-border-radius: 24px;
    -moz-border-radius: 24px;
    -ms-border-radius: 24px;
    -o-border-radius: 24px;
    margin-bottom: 35px;
}

    .what_magnum_content .img-fluid {
        max-width: 350px;
        margin-top: 20px;
        border: 0.1px solid rgba(255, 255, 255, 20%);
        border-radius: 16px;
        -webkit-border-radius: 16px;
        -moz-border-radius: 16px;
        -ms-border-radius: 16px;
        -o-border-radius: 16px;
    }

    .what_magnum_content p {
        font-family: "Poppins";
        font-weight: 200;
        font-size: 16px;
        line-height: 28px;
        letter-spacing: 0px;
        color: #ffffff;
        opacity: 80%;
    }

.key_features {
    margin-top: 35px;
}

    .key_features span {
        color: #ffffff;
        font-weight: 400;
        font-style: Regular;
        font-size: 20px;
        line-height: 100%;
        letter-spacing: 0%;
        margin-bottom: 25px;
        display: block;
    }

.key_content {
    display: flex;
    gap: 18px;
}

.key_content_box {
    background: #FFFFFF14;
    min-height: 230px;
    min-width: 24%;
    display: block;
    padding: 20px;
    /*border: 1px solid #ffffff1a;
  */ border-radius: 24px;
    -webkit-border-radius: 24px;
    -moz-border-radius: 24px;
    -ms-border-radius: 24px;
    -o-border-radius: 24px;
}

    .key_content_box img {
        width: 48px;
        height: 48px;
        margin-bottom: 25px;
    }

    .key_content_box span {
        color: #ffffff;
        font-style: Regular;
        font-size: 18px;
        line-height: 24px;
        letter-spacing: 0%;
        margin-bottom: 15px;
        display: block;
    }

    .key_content_box p {
        color: rgba(255, 255, 255, 0.8);
        font-weight: 300;
        font-style: Light;
        font-size: 14px;
        line-height: 19px;
        letter-spacing: 0%;
    }

.coming_soon {
    margin: 45px 0;
}

    .coming_soon .coming_soonmain_content {
        background-image: url("/Content/Images/coming_soon_bg.svg");
        background-repeat: no-repeat;
        background-position: top center;
        background-size: cover;
        position: relative;
        overflow: hidden;
        padding: 45px 70px;
        border-radius: 24px;
        -webkit-border-radius: 24px;
        -moz-border-radius: 24px;
        -ms-border-radius: 24px;
        -o-border-radius: 24px;
    }

.coming_soon_content {
    padding-top: 24px;
    padding-left: 35px;
}

.cs-badge {
    position: absolute;
    left: 1px;
    top: 3px;
}

.coming_soon .tag {
    width: 230px;
    height: 26px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #FFFFFF1A;
    font-weight: 500;
    font-style: Medium;
    font-size: 12px;
    line-height: 100%;
    letter-spacing: 2px;
    vertical-align: middle;
    text-transform: uppercase;
    border-radius: 20px;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    -ms-border-radius: 20px;
    -o-border-radius: 20px;
    color: #ffffff;
    display: flex;
    align-items: center;
}

.coming_soon h3 {
    font-weight: 400;
    font-style: Medium;
    font-size: 44px;
    line-height: 55px;
    letter-spacing: 0%;
    vertical-align: middle;
    color: #fff;
    margin: 15px 0;
}

.coming_soon p {
    font-weight: 200;
    font-style: Regular;
    font-size: 16px;
    line-height: 160%;
    letter-spacing: 0.2px;
    color: #ffffff;
    opacity: 80%;
}

.risk_appetite {
    display: flex;
    flex-direction: column;
    gap: 10px;
    margin-top: 15px;
}

    .risk_appetite span {
        font-weight: 400;
        font-style: Regular;
        font-size: 17px;
        line-height: 100%;
        letter-spacing: 0%;
        text-align: center;
        color: #b1b1b1;
    }

        .risk_appetite span:last-child {
            font-weight: 500;
            font-style: Semi Bold;
            font-size: 20px;
            line-height: 100%;
            letter-spacing: 0%;
            text-align: center;
            color: #ffffff;
        }

.f-size10,
.baf-form .form-label,
.baf-form .form-check-label,
.baf-form .form-control {
    font-size: 1rem;
}

.f-size12,
.note {
    font-size: 1.2rem;
}

.f-size24 {
    font-size: 2.4rem;
}

.f-size26,
.secondary-heading {
    font-size: 2.6rem;
}

.f-size30 {
    font-size: 3rem;
}

.f-weight-600 {
    font-weight: 600;
}

.mb10 {
    margin-bottom: 1rem;
}

.mb18 {
    margin-bottom: 1.8rem;
}

.mb20,
.explore-card .explore-card--desc h1 {
    margin-bottom: 2rem;
}

.mb30 {
    margin-bottom: 3rem;
}

.mb35 {
    margin-bottom: 3.5rem;
}

.mb40 {
    margin-bottom: 4rem;
}

.pb10 {
    padding-bottom: 1rem;
}

.pb20 {
    padding-bottom: 2rem;
}

.pb30 {
    padding-bottom: 3rem;
}

.pb40 {
    padding-bottom: 4rem;
}

.inter-light,
.inter-light--f-size14,
.para-light,
.inter-light--f-size16 {
    font-family: "OpenSans" !important;
}

.inter-regular,
.inter-regular--f-size14,
.inter-regular--f-size16,
.primary-para,
.table.custom-table tbody tr td,
.inter-regular--f-size18,
.inter-regular--f-size20,
.accordion .accordion-item .accordion-header .accordion-button,
.secondary-heading,
.baf-form .form-label,
.baf-form .form-check-label,
.baf-form .form-control,
.fund-facts-wrapper .fund-facts-desc p {
    font-family: "OpenSans" !important;
}

.color-279979 {
    background-color: #279979;
}

.color-3EB0CC {
    background-color: #3eb0cc;
}

.color-BB771F {
    background-color: #bb771f;
}

.color-E26C40 {
    background-color: #e26c40;
}

.color-E8AC1B {
    background-color: #e8ac1b;
}

.color-black,
.primary-heading,
.accordion .accordion-item .accordion-header .accordion-button,
.baf-form .form-control,
.key-features-wraaper .cmn-fund-box .box-key-feature--heaidng,
.explore-card .explore-card--desc h1 {
    color: #000;
}

.color-white,
.para-medium,
.textbox-less-border,
.textbox-less-border::-webkit-input-placeholder,
.textbox-less-border::-webkit-input-placeholder,
.para-light,
.downloads .btn-download {
    color: #fff !important;
}

    .color-white,
    .para-medium,
    .textbox-less-border,
    .textbox-less-border::placeholder,
    .textbox-less-border::-webkit-input-placeholder,
    .para-light,
    .downloads .btn-download {
        color: #fff !important;
    }

.text-justify {
    text-align: justify !important;
}

.width100 {
    width: 100% !important;
}

.btn-primary {
    padding-left: 60px;
    padding-right: 60px;
}

.border-bottom-ddd {
    border-bottom: 1px solid #dddddd;
}

.primary-heading {
    font-size: 3.4rem;
    line-height: 41.15px;
    font-weight: 600;
}

.primary-para,
.table.custom-table tbody tr td {
    line-height: 26px;
    color: #4e4e4e;
}

.secondary-heading {
    color: #4e4e4e;
}

.note {
    font-family: "Inter-Light";
    line-height: 20px;
    color: #4e4e4e;
}

.accordion .accordion-item .accordion-header .accordion-button {
    padding: 4rem 1rem 4rem 0;
}

    .accordion .accordion-item .accordion-header .accordion-button::after {
        width: 2rem;
        height: 2rem;
        background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%230c63e4'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
        background-size: 2rem;
    }

.accordion .accordion-item .accordion-body {
    padding-top: 2rem;
    padding-bottom: 2rem;
}

.table.custom-table thead tr:first-child th:first-child {
    vertical-align: middle;
}

.table.custom-table thead tr th {
    color: #222;
}

.table.custom-table thead th,
.table.custom-table thead td,
.table.custom-table tbody th,
.table.custom-table tbody td {
    padding: 1.4rem 1.4rem;
}

.table.custom-table tbody tr td:first-child {
    text-align: left;
}

.border-right-fff {
    border-right: 1px solid #fff;
}

footer {
    padding: 6rem 0 16rem;
}

    footer .footer-details {
        padding-top: 3rem;
        border-top: 1px solid #ddd;
    }

        footer .footer-details .col-md-4 {
            padding-right: 3rem;
            margin-right: 3rem;
        }

.main-section {
    position: relative;
    overflow: hidden;
}

    .main-section .get-call-back-wrapper {
        position: relative;
    }

        .main-section .get-call-back-wrapper .baf-form {
            position: fixed;
            top: 20%;
            right: -20%;
            width: 20%;
        }

            .main-section .get-call-back-wrapper .baf-form .get-call-back {
                background-color: #20407d;
                position: absolute;
                left: -42%;
                top: 35%;
                padding: 17px;
                color: #fff;
                -webkit-transform: rotate(90deg);
                transform: rotate(90deg);
                -webkit-box-shadow: -6px 0px 22px rgba(0, 0, 0, 0.2);
                box-shadow: -6px 0px 22px rgba(0, 0, 0, 0.2);
                border-radius: 0px 0px 6px 6px;
                cursor: pointer;
            }

                .main-section .get-call-back-wrapper .baf-form .get-call-back .call-phone {
                    -webkit-transform: rotate(270deg);
                    transform: rotate(270deg);
                }

            .main-section .get-call-back-wrapper .baf-form .btn-primary {
                background-color: #20407d;
                padding: 15px;
                margin-top: 10px;
            }

        .main-section .get-call-back-wrapper .addRight {
            right: 0;
        }

.banner {
    position: relative;
    margin-bottom: 60px;
    margin-top: -60px;
}

    .banner .banner-left-tag {
        position: relative;
        width: 70%;
    }

        .banner .banner-left-tag .cust-btm {
            position: absolute;
            bottom: 9%;
            left: 14%;
            padding: 10px 60px;
        }

    .banner .multi-cap-banner-wrapper {
        width: 30%;
        background-color: #efeff0;
        padding: 50px;
        position: relative;
    }

.heading-fsize20-bold {
    line-height: 24px;
    color: #000;
}

.baf-form {
    margin-left: 0;
    margin-top: 1rem;
    padding: 20px;
    border-right: 2px;
    background: #ffffff;
    -webkit-box-shadow: 0px 0px 26px rgba(0, 0, 0, 0.06);
    box-shadow: 0px 0px 26px rgba(0, 0, 0, 0.06);
    border-radius: 6px;
}

.kyc_status {
    padding: 1.5rem 0;
    /* background: linear-gradient(90.44deg, #00aeff -0.98%, #0060a9 100%);
   */
    background: #ffffff;
    -webkit-box-shadow: 0px -6px 14px rgba(0, 0, 0, 0.14);
    box-shadow: 0px -6px 14px rgba(0, 0, 0, 0.14);
}

    .kyc_status p.para-medium {
        color: #000 !important;
    }

        .kyc_status p.para-medium span {
            color: #E6AD53;
        }

    .kyc_status.fixed {
        position: fixed;
        bottom: 0;
        width: 100%;
        z-index: 4;
        margin-bottom: 0;
        /*display: none;*/
    }

    .kyc_status .btn-primary {
        background: #0281e4;
        border: 3px solid #ffffff;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        border-radius: 50px;
        color: #fff;
        line-height: 24.2px;
        font-size: 12px;
        padding: 0px;
        height: 60px;
        display: flex;
        width: 144px;
        min-width: 144px;
        align-items: center;
        justify-content: center;
        -webkit-border-radius: 50px;
        -moz-border-radius: 50px;
        -ms-border-radius: 50px;
        -o-border-radius: 50px;
        border: 1px solid #0281e4;
    }

        .kyc_status .btn-primary:hover {
            background: #ffffff;
            color: #0281e4;
            border: 1px solid #0281e4;
        }

    .kyc_status .text-danger {
        font-weight: bold;
    }

    .kyc_status .kyc-input {
        display: flex;
        gap: 15px;
        justify-content: space-between;
    }

        .kyc_status .kyc-input .input-enterpan,
        .kyc_status .kyc-input .input-entermobile {
            display: flex;
            border: 1px solid #0000001A;
            background: #F5F5F5;
            border-radius: 50px;
            margin-bottom: 0;
            padding: 5px;
            -webkit-border-radius: 50px;
            max-width: 319px;
            min-width: 320px;
            -moz-border-radius: 50px;
            -ms-border-radius: 50px;
            -o-border-radius: 50px;
        }

    .kyc_status input {
        border-radius: 50px;
        background: transparent;
        border: 0;
        color: #000000;
        -webkit-border-radius: 50px;
        -moz-border-radius: 50px;
        -ms-border-radius: 50px;
        -o-border-radius: 50px;
        font-size: 14px;
    }

        .kyc_status input::placeholder {
            color: #000000;
            font-size: 14px;
            line-height: 20px;
        }

        .kyc_status input:focus {
            background: transparent;
            color: #000000;
            box-shadow: none;
        }

.err-msg {
    color: red !important;
    text-align: left;
    padding-left: 50px;
    margin-top: 5px;
    font-size: 12px;
    font-weight: 400;
    letter-spacing: 0.8px;
}

.textbox-less-border {
    border: 1px solid #fff;
    background-color: transparent;
    border-radius: 19px;
    padding: 2px 8px;
    text-transform: uppercase;
    -webkit-box-shadow: none;
    box-shadow: none;
    outline: 0;
    padding: 16px 16px 16px 31px;
    -webkit-border-radius: 19px;
    -moz-border-radius: 19px;
    -ms-border-radius: 19px;
    -o-border-radius: 19px;
}

    .textbox-less-border:focus-visible,
    .textbox-less-border:focus {
        outline: 0;
    }

.investor h4 {
    font-size: 16px;
}

.investor p {
    font-family: "OpenSans";
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 20px;
    color: #4e4e4e;
}

.sbi-baf-works {
    padding: 60px 0;
    background-color: #001d37;
}

.color-label {
    color: #ffd772;
    line-height: 22px;
    margin-bottom: 1rem;
}

.para-light {
    line-height: 25px;
}

.downloads {
    position: relative;
    text-align: center;
}

    .downloads .btn-download {
        background-color: #ffa347;
        width: 100%;
        position: absolute;
        top: 50%;
        left: 50%;
        -webkit-transform: translateX(-50%) translateY(-50%);
        transform: translateX(-50%) translateY(-50%);
        padding-right: 3rem;
        font-size: 14px;
        font-weight: 600;
    }

        .downloads .btn-download img {
            background-color: #f6901e;
            padding: 7px 8px;
            position: absolute;
            top: 0;
            right: 0;
            height: 100%;
        }

        .downloads .btn-download:focus {
            -webkit-box-shadow: 0 0 0 0.25rem #ffa347 !important;
            box-shadow: 0 0 0 0.25rem #ffa347 !important;
        }

.topMargin {
    padding-top: 10rem;
}

.section-downloads .row .col-sm-2 {
    width: 20%;
    /* padding-left: 2rem;
    padding-right: 2rem */
}

.input-enterpan {
    width: 51%;
}

    .input-enterpan .text-danger {
        padding-right: 7rem;
        padding-left: 1.2rem;
        margin-top: 0.2rem;
    }

    .input-enterpan + .btn-primary {
        vertical-align: top;
    }

.carousel-indicators {
    bottom: -40px;
}

    .carousel-indicators [data-bs-target] {
        width: 8px;
        height: 8px;
        border-radius: 100%;
        background-color: #c4c4c4;
        -ms-flex-item-align: center;
        -ms-grid-row-align: center;
        align-self: center;
    }

    .carousel-indicators button.active {
        width: 12px;
        height: 12px;
        background-color: #0095da;
    }

.cmn-fund-box {
    border: 1px solid #e9e9e9;
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    -o-border-radius: 10px;
    background-color: transparent;
}

    .cmn-fund-box h3 {
        font-size: 16px;
        color: #22416f;
        font-weight: 600;
        line-height: 26px;
        margin-top: 21px;
    }

    .cmn-fund-box p {
        font-size: 14px;
        line-height: 19px;
        font-weight: 400;
        color: #666666;
    }

.section-downloads p {
    font-family: "OpenSans";
    font-weight: 700;
    font-size: 20px;
    line-height: 30px;
    color: #22416f;
    border-right: 1px solid #e7e7e7;
}

.section-downloads .row .col-lg-3 {
    width: 24%;
}

.download-container {
    background: #ffffff;
    margin-bottom: 0px;
    padding: 30px;
    justify-content: center;
    gap: 20px;
}

.enter-pan p {
    font-size: 2.2rem;
    letter-spacing: 0.2px;
}

.modal-dialog {
    margin: 30px auto;
}

    .modal-dialog iframe {
        width: 100%;
        height: 100%;
        padding: 0;
        min-height: 300px;
    }

    .modal-dialog .close {
        position: absolute;
        background-color: #fff;
        right: -20px;
        top: -20px;
        width: 30px;
        border-radius: 100%;
        height: 30px;
        opacity: 1;
        font-size: 25px;
        display: flex;
        align-items: center;
        justify-content: center;
        border: 0 none;
    }

.autotheme_details {
    padding-bottom: 30px;
}

.autotheme-content {
    padding-right: 20px;
    padding-top: 25px;
    padding-left: 30px;
}

.autotheme_details h1 {
    font-size: 42px;
    line-height: 55px;
    color: #0081e4;
    font-weight: 700;
    text-transform: uppercase;
}

.autotheme-content h2 {
    font-size: 32px;
    line-height: 50px;
    color: #0081e4;
    font-weight: 700;
    margin-bottom: 20px;
    text-transform: uppercase;
}

.autotheme-content p {
    margin-bottom: 20px;
    font-size: 18px;
    line-height: 30px;
}

    .autotheme-content p span {
        color: #222;
        font-weight: bold;
    }

.autotheme-content h3 {
    font-size: 24px;
    line-height: 31px;
    text-align: left;
    font-weight: bold;
}

p.source {
    font-size: 13px;
    font-style: italic;
    line-height: 31px;
    color: #222;
}

.abt-fund {
    background-color: #2a3990;
    padding: 50px 0 50px;
    position: relative;
    text-align: center;
}

    .abt-fund img {
        margin: 0 auto;
    }

    .abt-fund h3 {
        color: #ffffff;
        font-size: 30px;
        line-height: 45px;
        font-weight: bold;
        position: relative;
        margin-bottom: 45px;
        &::after

{
    content: "";
    color: #0081e4;
    height: 6px;
    width: 120px;
    position: absolute;
    bottom: -20px;
    background: #0081e4;
    left: 0;
    right: 0;
    margin: 0 auto;
}

}

.abt-fund p {
    font-size: 20px;
    line-height: 31px;
    color: #ffffff;
    font-weight: 400;
    text-align: center;
    letter-spacing: 0.44px;
}

.heading-abt {
    background-color: #bbe1ff;
    color: #2a3990;
    font-size: 23px;
    line-height: 50px;
    margin-bottom: 20px;
    padding: 0 25px;
    border-radius: 160px;
    -webkit-border-radius: 160px;
    -moz-border-radius: 160px;
    -ms-border-radius: 160px;
    -o-border-radius: 160px;
}

    .heading-abt span {
        font-weight: 700;
    }

.heading-abt {
    text-align: center;
}

.abt-fund p span {
    color: #ffe8a7;
    font-weight: 800;
}

.universe-fund {
    text-align: center;
}

    .universe-fund h3 {
        text-align: center;
        font-size: 30px;
        line-height: 45px;
        font-weight: bold;
        position: relative;
        margin-bottom: 45px;
    }

        .universe-fund h3::after {
            content: "";
            color: #0081e4;
            height: 6px;
            width: 120px;
            position: absolute;
            bottom: -20px;
            background: #0081e4;
            left: 0;
            right: 0;
            margin: 0 auto;
        }

    .universe-fund p {
        margin-bottom: 25px;
    }

.fund-fact h3 {
    text-align: center;
    font-size: 30px;
    line-height: 45px;
    font-weight: bold;
    position: relative;
    margin-bottom: 45px;
}

    .fund-fact h3::after {
        content: "";
        color: #0081e4;
        height: 6px;
        width: 120px;
        position: absolute;
        bottom: -20px;
        background: #0081e4;
        left: 0;
        right: 0;
        margin: 0 auto;
    }

.video-content {
    min-height: 600px;
    padding: 50px;
    background-color: transparent;
    border: 1px solid #d0d0d0;
    border-radius: 6px;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    -ms-border-radius: 6px;
    -o-border-radius: 6px;
}

    .video-content iframe {
        width: 85%;
    }

.banner .banner-left-tag {
    margin: 0;
    background: linear-gradient(#ff9900, #fa8000) !important;
    border: 3px solid #fff !important;
    border-radius: 30px;
    color: #fff;
    line-height: 35px;
    font-weight: 700;
    font-size: 18px;
    width: 205px;
    position: absolute;
    left: 3%;
    bottom: 10%;
    letter-spacing: 0.47px;
}

/* .portfolio-content p{
font-size: 22px;
line-height: 42px;
letter-spacing: 0.44px;
font-weight: 400;
}
.portfolio-content p span{
  font-weight: 700;
} */

/* .universe-fund img{
  height: 219px;
} */

.item.caritem-whyus figcaption {
    font-size: 16px;
    line-height: 50px;
    font-weight: 700;
    text-align: left;
    padding: 20px 30px 0;
}

.item.caritem-whyus p {
    font-size: 13px;
    line-height: 22px;
    font-weight: 500;
    text-align: left;
    padding: 0px 30px 0;
}

.section-videos h3 {
    text-align: center;
    font-size: 30px;
    line-height: 45px;
    font-weight: bold;
    position: relative;
    margin-bottom: 45px;
}

    .section-videos h3::after {
        content: "";
        color: #0081e4;
        height: 6px;
        width: 120px;
        position: absolute;
        bottom: -20px;
        background: #0081e4;
        left: 0;
        right: 0;
        margin: 0 auto;
    }

.section-downloads h3 {
    text-align: center;
    font-size: 30px;
    line-height: 45px;
    font-weight: bold;
    position: relative;
    margin-bottom: 45px;
}

    .section-downloads h3::after {
        content: "";
        color: #0081e4;
        height: 6px;
        width: 120px;
        position: absolute;
        bottom: -20px;
        background: #0081e4;
        left: 0;
        right: 0;
        margin: 0 auto;
    }

.structural-revival ul {
    display: flex;
    justify-content: space-between;
    gap: 15px;
}

    .structural-revival ul li {
        width: 20%;
        background-color: #f2f9ff;
        min-height: 298px;
        padding: 30px 20px;
        list-style: none;
        display: flex;
        flex-direction: column;
        align-items: center;
        text-align: center;
        border-radius: 6px;
        -webkit-border-radius: 6px;
        -moz-border-radius: 6px;
        -ms-border-radius: 6px;
        -o-border-radius: 6px;
        p

{
    font-size: 16px;
    line-height: 26px;
    letter-spacing: 0.34px;
    color: #000000;
}

img {
    width: 80px;
    height: 80px;
    margin-bottom: 15px;
}

}

.banner-investnow {
    background: linear-gradient(#ff9900, #fa8000);
    border: 3px solid #ffffff;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border-radius: 30px;
    color: #fff;
    line-height: 24.2px;
    font-size: 2rem;
    padding: 12px 40px;
    text-decoration: none;
    position: absolute;
    left: 0;
    right: 0;
    margin: 0 auto;
    bottom: 20%;
    width: 205px;
    text-align: center;
}

    .banner-investnow:hover {
        background-color: #d37614;
        color: #ffffff !important;
    }

.risko_content {
    padding-top: 14px;
}
.risk-band-block {
    max-width: 480px;
}

.risko_content .risk-band-block h3 {
    text-align: left;
    color: rgba(255, 255, 255, 1);
    font-size: 16px;
    font-weight: 300;
    margin-bottom: 10px;
    padding-left: 10px;
    line-height: 20px;
}



.risk-band-block ul {
    padding-left: 25px;
    margin-bottom: 13px;
}

    .risk-band-block ul li {
        font-size: 12px;
        line-height: 16px;
        color: rgba(255, 255, 255, 1);
        text-align: left;
        font-weight: 300;
        letter-spacing: 0;
        margin-bottom: 5px;
        opacity: 80%;
    }



.risk-band-block p.note {
    font-size: 12px;
    line-height: 16px;
    text-align: left;
    margin-top: 10px;
    opacity: 80%;
    font-style: italic !important;
    font-weight: 200;
    padding-left: 10px;
    font-family: 'Poppins';
    color: #fff;
    letter-spacing: 0px;
}
.risko-block {
    display: flex;
    justify-content: center;
}

    .risko-block img:nth-child(2) {
        margin-left: -2px;
        margin-right: -2px;
    }

.product_categories {
    padding: 35px 0;
}

.pr-tag {
    border-radius: 40px;
    -webkit-border-radius: 40px;
    -moz-border-radius: 40px;
    -ms-border-radius: 40px;
    -o-border-radius: 40px;
    letter-spacing: 0.4px;
    color: #ffffff;
    background: rgba(255, 255, 255, 0.1); /* subtle transparency */
    border-radius: 16px;
    backdrop-filter: blur(4px); /* Matches Frost = 4 */
    -webkit-backdrop-filter: blur(4px);
    box-shadow: 0 4px 30px rgba(0, 0, 0, 0.1); /* Simulates depth */
    border: 1px solid rgba(255, 255, 255, 0.2); /* optional glass border */
    display: inline-flex;
    align-items: center;
    font-size: 11px;
    padding: 0 10px;
    line-height: 20px;
    margin-bottom: 5px;
    font-weight: 500;
    display:none;
}

    .pr-tag .live {
        font-weight: 400;
        margin: 0 5px;
    }

.product_categories h3 span {
    font-family: "Poppins";
    font-weight: 200;
    font-size: 42px;
    line-height: 52px;
    letter-spacing: 0%;
    text-align: center;
    text-transform: capitalize;
    color: #ffffff;
}

.product_categories h3 {
    color: #E6AD53;
    font-weight: normal;
    font-style: Regular;
    font-size: 44px;
    line-height: 55px;
    letter-spacing: 0%;
    text-align: left;
    text-transform: capitalize;
    margin-bottom: 25px;
}

.product_categories .item {
    background: rgba(255,255,255,10%);
    padding: 20px;
    border-radius: 12px;
    -webkit-border-radius: 12px;
    -moz-border-radius: 12px;
    -ms-border-radius: 12px;
    -o-border-radius: 12px;
    position: relative;
}

    .product_categories .item.cs {
        background: rgba(255,255,255,4%);
    }

.hover-item {
    display: flex;
    opacity: 0;
    transform: translateY(100%);
    transition: opacity 0.8s ease-in-out, transform 0.8s ease-in-out;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: 100%;
    background-color: #ffffff;
    flex-direction: column;
    text-align: left;
    padding: 20px;
    border-radius: 12px;
    -webkit-transition: opacity 0.8s ease-in-out, transform 0.8s ease-in-out;
    -moz-transition: opacity 0.8s ease-in-out, transform 0.8s ease-in-out;
    -ms-transition: opacity 0.8s ease-in-out, transform 0.8s ease-in-out;
    -o-transition: opacity 0.8s ease-in-out, transform 0.8s ease-in-out;
    -webkit-transform: translateY(100%);
    -moz-transform: translateY(100%);
    -ms-transform: translateY(100%);
    -o-transform: translateY(100%);
}

    .hover-item h4 {
        color: #000000;
        font-size: 18px;
        line-height: 22px;
        margin-bottom: 15px;
    }

    .hover-item li {
        font-size: 13px;
    }

.product_categories .item:hover > .hover-item {
    opacity: 1;
    transform: translateY(0);
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
}

.product_categories .owl-carousel .owl-item figure {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    gap: 110px;
}

.product_categories .owl-carousel .owl-item {
    min-height: 255px;
    max-height: 310px;
}

    .product_categories .owl-carousel .owl-item img {
        width: auto !important;
        max-height: 45px;
        text-align: left !important;
        max-width: 45px !important;
    }

.product_categories .owl-carousel figcaption {
    color: #fff;
    padding: 0;
    font-family: "Poppins";
    font-weight: 400;
    font-style: Regular;
    font-size: 18px;
    line-height: 28px;
    letter-spacing: 0%;
    vertical-align: middle;
}

.product_categories .owl-carousel .owl-dot {
    margin-top: 20px;
}

    .product_categories .owl-carousel .owl-dot span {
        width: 45px !important;
        height: 3px !important;
    }

.product_categories .owl-carousel .owl-nav {
    position: absolute;
    top: -95px;
    right: 0;
}

    .product_categories .owl-carousel .owl-nav .owl-prev.disabled,
    .product_categories .owl-carousel .owl-nav .owl-next.disabled {
        width: 56px;
        height: 56px;
        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;
    }

    .product_categories .owl-carousel .owl-nav .owl-next,
    .product_categories .owl-carousel .owl-nav .owl-prev {
        width: 56px;
        height: 56px;
        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;
    }

        .product_categories .owl-carousel .owl-nav .owl-prev.disabled span {
            background-image: url("/Content/Images/move-left.svg");
            transform: rotate(0deg);
            -webkit-transform: rotate(0deg);
            -moz-transform: rotate(0deg);
            -ms-transform: rotate(0deg);
            -o-transform: rotate(0deg);
            height: auto;
        }

        .product_categories .owl-carousel .owl-nav .owl-next.disabled span {
            background-image: url("/Content/Images/move-left.svg");
            transform: rotate(180deg);
            -webkit-transform: rotate(180deg);
            -moz-transform: rotate(180deg);
            -ms-transform: rotate(180deg);
            -o-transform: rotate(180deg);
            height: auto;
        }

        .product_categories .owl-carousel .owl-nav .owl-prev span {
            width: 23px;
            display: inline-block;
            background-image: url("/Content/Images/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);
        }

        .product_categories .owl-carousel .owl-nav .owl-next span {
            width: 23px;
            display: inline-block;
            background-image: url("/Content/Images/move-right.svg");
            background-position: top center;
            background-size: 100% auto;
            text-indent: 78px;
            background-repeat: no-repeat;
            height: 18px;
        }

.how_sif {
    text-align: center;
    margin-bottom: 35px;
}

    .how_sif h3 {
        font-family: "Poppins";
        color: #ffffff;
        font-weight: 200;
        font-style: ExtraLight;
        font-size: 44px;
        line-height: 55px;
        letter-spacing: 0%;
        text-align: center;
        margin-bottom: 25px;
    }

        .how_sif h3 span {
            color: #E6AD53;
            font-weight: normal;
            font-style: Regular;
            font-size: 44px;
            line-height: 55px;
            letter-spacing: 0%;
            text-align: center;
        }

.table-container {
    overflow: auto;
}

.how_sif .table-wrapper {
    background: linear-gradient(125deg, rgba(255, 255, 255, 0.15), rgba(255, 255, 255, 0.05));
    border-radius: 24px;
    backdrop-filter: blur(4px);
    -webkit-backdrop-filter: blur(4px);
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.2);
    border: 1px solid rgba(255, 255, 255, 0.2);
    overflow: hidden;
    padding: 0;
}

.how_sif .table {
    background: transparent !important;
    /*border:1px solid #FFFFFF4D;
  */ border-radius: 24px;
    -webkit-border-radius: 24px;
    -moz-border-radius: 24px;
    -ms-border-radius: 24px;
    -o-border-radius: 24px;
    border-top: 0 none;
    table-layout: fixed;
    margin: 0;
}

    .how_sif .table tbody {
        border: 1px solid #ffffff4d;
    }

    .how_sif .table thead {
        background: #ffffff26;
    }

        .how_sif .table thead tr {
            border-top: 0 none;
        }

    .how_sif .table th {
        font-family: "Poppins";
        border: 1px solid #ffffff4d;
        padding: 20px;
        font-weight: 400;
        font-style: Regular;
        font-size: 18px;
        line-height: 100%;
        letter-spacing: 0%;
        vertical-align: middle;
        background: #FFFFFF26 !important;
        color: #ffffff !important;
    }

        .how_sif .table th:nth-child(2) {
            background-color: #FFFFFF0D !important;
        }

    .how_sif .table td:first-child {
        font-weight: 400;
        text-align: center;
    }

    .how_sif .table td:nth-child(2) {
        background-color: #FFFFFF0D !important;
        font-weight: 300;
    }

    .how_sif .table th:first-child {
        border-top-left-radius: 24px;
    }

    .how_sif .table th:last-child {
        border-top-right-radius: 24px;
    }

    .how_sif .table td {
        font-family: "Poppins";
        font-weight: 300;
        border: 1px solid #ffffff4d;
        font-style: Light;
        padding: 20px;
        font-size: 14px;
        line-height: 18px;
        letter-spacing: 0%;
        vertical-align: middle;
        background-color: transparent !important;
        color: #ffffff !important;
        text-align: left;
    }

        .how_sif .table td strong {
            font-size: 14px;
            font-weight: 500;
        }

.kn-more {
    font-size: 10px;
    line-height: 14px;
    font-weight: normal;
    color: #ffffff;
    border-radius: 50px;
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    -ms-border-radius: 50px;
    -o-border-radius: 50px;
    background-color: transparent;
    border: 1px solid #fff;
    min-width: 87px;
    text-align: center;
    padding: 2px 0;
    margin-top: 10px;
}

.how_sif .table td span {
    display: block;
    font-weight: 300;
    font-style: Medium;
    font-size: 12px;
    line-height: 18px;
    letter-spacing: 0%;
    margin-bottom: 5px;
    margin-top: 5px;
}

.how_sif .table tr {
    border-top: 1px solid #ffffff4d;
    border-bottom: 1px solid #ffffff4d;
}

.connect {
    background-image: url("/Content/Images/connect_bg.png");
    background-position: top center;
    background-size: 100% 100%;
    background-color: #ffffff;
    padding: 45px 0;
    /*display:none;*/
}

    .connect form {
        max-width: 460px;
        margin: 0 auto;
    }

    .connect h3 span {
        font-family: "Poppins";
        font-weight: 275;
        font-style: ExtraLight;
        font-size: 44px;
        line-height: 55px;
        letter-spacing: 0%;
        text-transform: capitalize;
        color: #00000099;
    }

    .connect h3 {
        font-weight: 400;
        font-style: Regular;
        font-size: 44px;
        line-height: 55px;
        letter-spacing: 0%;
        text-transform: capitalize;
        margin-bottom: 15px;
    }

    .connect p {
        font-weight: 300;
        font-style: Light;
        font-size: 16px;
        line-height: 22px;
        letter-spacing: 0%;
    }

.field-content {
    display: flex;
    background: #f5f5f5;
    border-radius: 50px;
    margin-bottom: 15px;
    padding: 5px;
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    -ms-border-radius: 50px;
    -o-border-radius: 50px;
}

    .field-content input {
        border: 0 none;
        border-radius: 50px;
        background: transparent;
        -webkit-border-radius: 50px;
        -moz-border-radius: 50px;
        -ms-border-radius: 50px;
        -o-border-radius: 50px;
    }

        .field-content input,
        .field-content input::placeholder {
            font-weight: 400;
            font-style: Regular;
            font-size: 16px;
            line-height: 20px;
            letter-spacing: 0%;
            padding-left: 8px;
        }

            .field-content input:focus {
                box-shadow: none;
                background: transparent;
            }

.connect .btn:hover {
    background-color: rgb(255, 255, 255);
    color: rgb(3, 4, 4);
    border: 1px solid #0281e4;
    color: #0281e4;
}

.connect .btn {
    background-color: #0281e4;
    color: #fff;
    margin-top: 20px;
    font-weight: 300;
    font-style: ExtraBold;
    font-size: 12px;
    line-height: 100%;
    letter-spacing: 0%;
    vertical-align: middle;
    text-transform: uppercase;
    border-radius: 50px;
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    -ms-border-radius: 50px;
    -o-border-radius: 50px;
}

.download_sif {
    margin: 70px 0;
}

.download_sif_content {
    background-color: #ffffff0d;
    padding: 30px;
    border-radius: 24px;
    -webkit-border-radius: 24px;
    -moz-border-radius: 24px;
    -ms-border-radius: 24px;
    -o-border-radius: 24px;
    border: 1px solid #ffffff33;
}

.download_sif h3 {
    font-weight: normal;
    font-style: Regular;
    font-size: 44px;
    line-height: 55px;
    letter-spacing: 0%;
    text-align: center;
    text-transform: capitalize;
    color: #e6ad53;
    margin-bottom: 45px;
}

    .download_sif h3 span {
        font-family: "Poppins" !important;
        color: #ffffff !important;
        font-weight: 200;
        font-style: ExtraLight;
        font-size: 44px;
        line-height: 55px;
        letter-spacing: 0%;
        text-align: center;
        text-transform: capitalize;
    }

.downoad_sif_content {
    display: flex;
    gap: 2%;
    flex-wrap: nowrap;
    justify-content: center;
}

    .downoad_sif_content .download_sif_box {
        background: #ffffff1a;
        border-radius: 16px;
        -webkit-border-radius: 16px;
        -moz-border-radius: 16px;
        -ms-border-radius: 16px;
        -o-border-radius: 16px;
        border: 1px solid #ffffff33;
        width: 260px;
        padding: 20px;
        display: flex;
        flex-direction: column;
        justify-content: space-between;
        gap: 45px;
        position: relative;
    }

        .downoad_sif_content .download_sif_box img.pdf_blue {
            display: none;
        }

        .downoad_sif_content .download_sif_box img.dwd_icon {
            display: none;
        }

        .downoad_sif_content .download_sif_box:hover {
            background-color: #ffffff;
        }

            .downoad_sif_content .download_sif_box:hover p {
                color: #000000;
            }

            .downoad_sif_content .download_sif_box:hover img.pdf_white {
                display: none;
            }

            .downoad_sif_content .download_sif_box:hover img.pdf_blue {
                display: block;
            }

            .downoad_sif_content .download_sif_box:hover img.dwd_icon {
                display: block;
                height: 30px;
                width: 30px;
                position: absolute;
                right: 10px;
                top: 19px;
            }

        .downoad_sif_content .download_sif_box img {
            width: 35px;
            height: 47px;
        }

.faq_sif h3 {
    font-weight: 400;
    font-style: Regular;
    font-size: 44px;
    line-height: 55px;
    letter-spacing: 0%;
    text-align: center;
    text-transform: capitalize;
    color: #ffffff;
    margin-bottom: 30px;
}

.faq_sif {
    margin: 70px 0;
    /*display:none;*/
}

    .faq_sif .accordion .accordion-item .accordion-header .accordion-button {
        font-family: "Poppins" !important;
        font-weight: 500;
        font-style: Medium;
        font-size: 20px;
        line-height: 26px;
        letter-spacing: 0%;
        vertical-align: middle;
        background: transparent;
        padding: 15px 0 !important;
        color: #ffffff !important;
        box-shadow: none !important;
    }

        .faq_sif .accordion .accordion-item .accordion-header .accordion-button::after {
            background-image: url("/Content/Images/plus.png");
            background-position: top center;
            background-size: 40px;
            width: 45px;
            height: 45px;
        }

        .faq_sif
        .accordion
        .accordion-item
        .accordion-header
        .accordion-button:not(.collapsed)::after {
            background-image: url("/Content/Images/minus.png");
            background-position: top center;
            background-size: 40px;
            width: 45px;
            height: 45px;
        }

    .faq_sif .accordion-item {
        border-top: 0 none !important;
        background: transparent;
        border-left: 0;
        border-right: 0;
        border-bottom: 1px solid #ffffff33;
    }

    .faq_sif h2 {
        font-family: "Poppins";
        font-weight: 100;
        font-style: Medium;
        font-size: 20px;
        line-height: 26px;
        letter-spacing: 0%;
        vertical-align: middle;
        color: #ffffff;
    }

    .faq_sif .accordion-body {
        font-family: "Poppins";
        font-weight: 300;
        font-style: Light;
        font-size: 14px;
        line-height: 20px;
        letter-spacing: 0%;
        color: rgba(255, 255, 255, 0.8);
        padding: 0;
        max-width: 875px;
    }

.scrollup {
    position: fixed;
    bottom: 98px;
    right: 25px;
    display: none;;
    justify-content: center;
    align-items: center;
    border-radius: 4px;
    z-index: 9;
}

.download_sif p {
    font-family: "Poppins";
    font-weight: 400;
    font-style: Regular;
    font-size: 16px;
    line-height: 24px;
    letter-spacing: 0%;
    vertical-align: middle;
    color: #ffffff;
    margin-top: 45px;
}
a.pdf_view {
    text-decoration: none;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    padding: 20px;
}

.footer {
    background-color: #111111;
    padding: 45px 0 0;
}

.disclaimer p {
    color: #fff;
    padding: 16px 0;
    font-size: 12px;
    line-height: 19px;
    margin-bottom: 20px;
    font-family: "Poppins";
    font-weight: 400;
    letter-spacing: 0.1px;
}

.risk_band_content ul {
    gap: 10px;
    justify-content: center;
    align-items: center;
    padding-left: 0;
}

.risk_band_wrapper {
    margin-left: 14px;
    max-width: 460px;
    background: #fff;
    border: 1px solid rgba(255,255,255,20%);
    margin: 0 auto;
    border-radius: 16px;
    padding: 15px 30px 30px;
    -webkit-border-radius: 16px;
    -moz-border-radius: 16px;
    -ms-border-radius: 16px;
    -o-border-radius: 16px;
}

.risk_band_content {
    position: relative;
    max-width: 470px;
    margin: auto;
}

.l-risk {
    position: absolute;
    left: 0px;
    top: -25px;
    font-size: 12px;
    color: #000;
}

.h-risk {
    position: absolute;
    right: 0;
    font-size: 12px;
    color: #000;
    top: -25px;
}

.risk-level {
    position: absolute;
    left: 0px;
    font-size: 14px;
    color: #000;
}

.risk-level span{
    font-weight:500;
}
    .risko_content h4 {
    font-size: 20px;
    margin-bottom: 45px;
    color: #000;
    font-weight: 500;
}

.risk_band_content ul li {
    width: 25%;
    height: 43px;
    display: flex;
    border:0.5px solid #6a603b;
    color: #fff;
    align-items: center;
    justify-content: center;
    border-radius: 8px;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    -ms-border-radius: 8px;
    -o-border-radius: 8px;
}

    .risk_band_content ul li:first-child {
        background-color: #27A858;
    }

    .risk_band_content ul li:nth-child(2) {
        background-color: #93C356;
        /*border: 5px solid #ffffff;*/
    }
    .risk_band_content ul li:nth-child(2) span {
        border: 3px solid #FF0000;
        height: 60px;
        width: 60px;
        border-radius: 100%;
        display: inline-flex;
        align-items: center;
        justify-content: center;
    }
 
    .risk_band_content ul li:nth-child(3) {
        background-color: #FFE258;
    }

    .risk_band_content ul li:nth-child(4) {
        background-color: #DD6E37;
    }

    .risk_band_content ul li:nth-child(5) {
        background-color: #7D2420;
    }

/* captcha css */
.btn-refreshcapt {
    padding: 5px 5px;
    height: 100%;
    background: #f5f5f5;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
}

    .btn-refreshcapt img {
        width: 20px;
    }

.refreshdiv {
    width: 30%;
    float: right;
    height: 100%;
    margin: 0;
    padding: 0;
}

.captchaTextbox {
    width: 80%;
    float: left;
    padding: 20px;
    align-self: center;
}

    .captchaTextbox p {
        font-weight: 900;
        font-size: 22px;
        color: #0281e4;
        margin-bottom: 0;
    }

.captchabox {
    background-color: #fff;
    margin: 0;
    width: 50%;
    border: 1px solid #f5f5f5;
    border-radius: 0;
    box-sizing: border-box;
    display: flex;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    -o-border-radius: 0;
}

.website-captcha-main {
    width: 95%;
    display: flex;
    flex-direction: row;
    gap: 10px;
}

.captch-inputbox input {
    height: 100%;
    border: 1px solid #f5f5f5;
    text-align: center;
    outline: 0;
    font-size: 18px;
}

    .captch-inputbox input::focus-visible {
        outline: 0;
    }

.tooltip-container {
    position: relative;
    display: inline-block;
}

.tooltip-trigger {
    font-size: 10px;
    line-height: 14px;
    font-weight: normal;
    color: #ffffff;
    border-radius: 50px;
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    -ms-border-radius: 50px;
    -o-border-radius: 50px;
    background-color: transparent;
    border: 1px solid #fff;
    min-width: 87px;
    text-align: center;
    padding: 2px 0;
    margin-top: 10px;
}

.custom-tooltip {
    position: absolute;
    left: 100%;
    top: 50%;
    transform: translateY(-50%);
    background: white;
    color: #000;
    border-radius: 8px;
    padding: 12px 16px;
    box-shadow: 0 4px 12px rgba(0,0,0,0.15);
    white-space: nowrap;
    z-index: 100;
    min-width: 200px;
    display: none;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    -ms-border-radius: 8px;
    -o-border-radius: 8px;
}

    .custom-tooltip ul {
        padding-left: 16px;
        margin: 0;
    }

    .custom-tooltip li {
        margin-bottom: 6px;
        font-size: 12px;
        color: #000000;
        font-weight: 300;
    }



.tooltip-arrow {
    content: "";
    position: absolute;
    left: -6px;
    top: 50%;
    transform: translateY(-50%);
    width: 0;
    height: 0;
    border-top: 6px solid transparent;
    border-bottom: 6px solid transparent;
    border-right: 6px solid white;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
}

.footer-top {
    justify-content: space-between;
    border-bottom: 1px solid rgba(255, 255, 255, 30%);
    padding-bottom: 40px;
}

.follow-us{
    display: none;
}

.follow-us ul {
    list-style: none;
    padding-left: 0;
}

.follow-us h4 {
    font-size: 14px;
    font-weight: normal;
    color: #ffffff;
    line-height: 18px;
    margin-bottom: 20px;
}

.footer-bottom {
    color: #ffffff;
    margin: 25px 0;
}

    .footer-bottom h4 {
        font-size: 22px;
        line-height: 26px;
        margin-bottom: 25px;
    }

    .footer-bottom ul {
        list-style: none;
        padding-left: 0;
        display: flex;
        width: 100%;
        gap: 10%;
    }

        .footer-bottom ul li {
            display: flex;
            align-items: flex-start;
            gap: 15px;
            margin-bottom: 10px;
            font-size: 12px;
            font-weight: 300;
        }
            .footer-bottom ul li:first-child {
                max-width: 250px;
            }
            .footer-bottom p {
        color: #ffffff;
    }

    .footer-bottom a {
        color: #ffffff;
        text-decoration: none;
    }

.quick_link ul {
    max-width: 239px;
}

.quick_link li a, .form-dn li a {
    display: block;
    font-size: 14px;
    line-height: 18px;
    background-image: url("/Content/Images/chevron.svg");
    background-position: 100% 60%;
    background-repeat: no-repeat;
    color: #FFF;
    WIDTH: 100%;
    border-bottom: 1px solid rgba(255, 255, 255, 20%);
    padding: 10px 0;
}

.form-dn ul {
    width: 48%;
    max-width: 239px;
}
.form-dn, .quick_link {
    display: none;
}
.copyright {
    background-color: #222;
    font-size: 12px;
}

    .copyright .container {
        display: flex;
        justify-content: space-between;
        color: rgba(255,255,255,80%);
        padding: 15px;
    }

    .copyright ul {
        padding-left: 0;
        list-style: none;
        display:none !important;
    }

        .copyright ul li a {
            font-size: 12px;
            color: rgba(255,255,255,80%);
            text-transform: uppercase;
        }

        .copyright ul li:first-child {
            list-style: none;
        }
    .copyright p{
        margin-bottom:0;
    }
    .copyright ul li {
        margin-right: 10px;
        position: relative;
        padding-left: 10px;
        list-style: none;
    }

            .copyright ul li:first-child:before {
                display: none;
            }

            .copyright ul li::before {
                content: "";
                position: absolute;
                left: -5px;
                background-image: url("/Content/Images/live_circle.svg");
                background-repeat: no-repeat;
                background-position: center;
                background-size: 4px;
                width: 10px;
                height: 20px;
            }

.disclaimer {
    font-size: 13px;
    line-height: 18px;
    color: rgba(255,255,255,80%);
    font-weight: normal;
    padding: 25px 0 40px;
}
