

        * {
            margin: 0;
            padding: 0;
        }

        html {
            font-size: 62.5%;
        }

        body {
            color: #6B6B6C;
            font-family: 'Lato', sans-serif;
        }

        p {
            font-size: 1.4rem;
            margin: 0;
            padding: 0;
            line-height: initial;
        }

        a,
        a:hover {
            color: #e87717;
            text-decoration: none;
        }

        h2 {
            color: #053d6e;
        }

        img {
            max-width: 100%;
        }
        .paddingTB50 {
            padding: 50px 0;
        }
        .header {
            display: flex;
            align-items: center;
            justify-content: space-between;
            flex-wrap: wrap;
            padding: 15px 15px;
        }
        .logo {
            width: 100%;
        }
        .common-btn {
            align-items: center;
            justify-content: center;
            color: #00A2BD;
            font-size: 1.4rem;
            font-weight: bold;
            background-color: #fff;
            display: inline-flex;
            padding: 8px 5px;
            height: 45px;
            min-width: 140px;
            border-radius: 4px;
            text-transform: uppercase;
            transition: 0.3s;
        }
        .common-btn:hover {
            background: #00A2BD;
            color: #fff;
        }
        .btn-sec {
            display: inline-flex;
            gap: 15px;
        }
        
        .banner {
            background: url('../images/banner-bg.png') no-repeat;
            background-size: cover;
            background-position: right;

        }
        .banner-caption {
            color: #fff;
            margin: 100px 0;
        }
        .banner-caption h1 {
            font-size: 5rem;
            font-weight: 900;
            text-transform: uppercase;
            margin-bottom: 0;
        }
        .banner-caption p {
            font-size: 2rem;
            padding: 10px 0 15px;
        }
        .nfo-dates {
            background: #1296B0;
            border-radius: 4px;
            padding: 10px 6px;            
            display: inline-flex;
            flex-wrap: wrap;
        }
        .nfo-dates p {
            font-size: 1.8rem;
            border-right: 2px solid #fff;
            padding: 0 5px;
        }
        .nfo-dates p:last-child {
            border-right: 0px;
			
        }
        .why-sec {
            background-color: #fafcff;
        }
        .heading {
            color: #32373D;
            font-size: 4rem;
            font-weight: 900;
            margin-bottom: 15px;
            line-height: normal;
        }
        .heading.white-color {
            color: #fff;
        }
        .why-left {
            display: flex;
            flex-wrap: wrap;
            justify-content: space-between;
            flex-direction: column;
        }
        .why-left p {
            color: #F79608;
            font-style: italic;
            font-size: 2rem;
        }
        .source {
            color: #6B6B6C;
            font-size: 1.4rem;
            padding-bottom: 20px;
        }

        .why-grid img {
            margin-bottom: 20px;
        }
        .why-grid h4 {
            font-size: 2rem;
            color: #32363d;
            font-weight: 700;
            margin-bottom: 15px;
        }
        .why-grid ul {
            padding-left: 18px;
            margin-bottom: 20px;
        }
        .why-grid li, .why-grid p {
            list-style: disc;
            font-size: 1.4rem;
            font-weight: 500;
        }
        .why-grid li::marker {
            color: #00a2bd;
        }
       
        .title {
            position: relative;
            text-align: center;
            width: 100%;
            z-index: 1;
        }
        .inner-text {
            border-radius: 8px;
            background-color: #fff;
            border: 1px solid #f79608;
            padding: 8px 15px;
            display: inline-block;
        }
        .title::before {
            content: '';
            position: absolute;
            top: 50%;
            left: 0;
            border: 1px solid #f79608;
            width: 100%;
            z-index: -1;
            background: #fff;
        }
        .title h4 {
            font-size: 2rem;
            color: #32373d;
            font-weight: 800;
        }
        .title p {
            font-size: 1.4rem;
            color: #32373d;
            font-weight: 500;
        }
        .invst {
            display: flex;
            flex-wrap: wrap;
            justify-content: space-between;
            gap: 25px;
            align-items: flex-start;
            margin: 50px 0;
        }
        .invst li {
            /* width: 16%; */
            list-style: none;
        }
        .invst li img {
            height: 42px;
        }
        .note {
            font-size: 1.4rem;
            color: #000000;
            text-align: center;
        }
        .note.white-color {
            color: #fff;
            text-align: left;
        }
        .note.white-color span {
            color: #a5e6f1;
        }
        .blue-bg {
            background-color: #00a2bd;
        }
        .fund {
            display: flex;
            flex-wrap: wrap;
            justify-content: space-between;
            flex-direction: column;
            gap: 20px;
            margin-bottom: 20px;
        }
        .white-box {
            display: flex;
            border-radius: 8px;
            background-color: #ffffff;
            gap: 20px;
            align-items: flex-start;
            padding: 15px 20px;
            box-shadow: 0 4px 20px 0 #24c1db;
            margin-bottom: 20px;
        }
        .white-box span {
            font-size: 1.4rem;
            color: #00a2bd;
            font-weight: 700;
            border-bottom: 2px solid #00a2bd;
        }
        .white-box p {
            font-size: 1.6rem;
            color: #32373d;
            font-weight: 500;
        }
        .maxwidth {
            max-width: 460px;
            width: 100%;
        }
        .fund-list {
            display: flex;
            justify-content: space-between;
            flex-wrap: wrap;
            margin: 40px 0 55px;
        }
        .fund-list li {
            border-radius: 8px;
            background-color: #ffffff;
            border: 1px solid #d4d4d4;
            list-style: none;
            padding: 16px;
            width: 30%;
        }
        .fund-list li span {
            border-radius: 100%;
            background-color: #00a2bd;
            border: 11px solid #def3f6;
            color: #fff;
            display: inline-flex;
            align-items: center;
            justify-content: center;
            font-size: 1.8rem;
            width: 60px;
            height: 60px;
        }
        .fund-list li p {
            padding-top: 15px;
            padding-bottom: 10px;
            font-size: 1.6rem;
            color: #32373d;
        }
        .fund-feature {
            background: #FFF2DF;
        }
        table {
            width: 100%;
        }
        table th:first-child {
            width: 10%;
        }
        table th.width40 {
            width: 40%;
        }
        table th, table td {
            border: 1px solid #d9bc92;
            border-collapse: collapse;
            padding: 15px;
            font-size: 1.6rem;
            color: #32373d;
            text-align: center;
        }
        table th {
            font-size: 1.8rem;
            font-weight: 700;
            width: 17%;
        }
        table .big-font {
            font-size: 2rem;
        }
        table td, table p {
            font-size: 1.6rem;
        }
        table p {
            display: flex;
            gap: 10px;
            margin-bottom: 15px;
        }
        table p:last-child {
            margin-bottom: 0;
        }
        table ul {
            padding-left: 49px;
            margin-bottom: 0;
        }
        .app {
            margin-right: 30px;
            padding-top: 40px;
            position: relative;
        }
        .app::before {
            content: '';
            background: #fff;
            width: 70px;
            height: 3px;
            display: inline-block;
            position: absolute;
            right: 0;
            top: 0;
        }
        .download-app {
            background: url('../images/mobile-bg.png') no-repeat;
            background-size: cover;
            padding: 50px 0 50px;
            background-position: center;
        }
        .download-app .heading {
            padding-right: 30px;
        }
        .app h3 {
            font-size: 2.7rem;
            color: #ffffff;
            font-weight: 800;
            margin-bottom: 20px;
        }
        .app-button {
            display: flex;
            gap: 15px;
            justify-content: end;
        }
        .app-button a {
            background: #fff;
            border-radius: 80px;
            padding: 10px 20px;
            display: inline-flex;
            align-items: center;
            justify-content: center;
            transition: 0.3s;
        }
        .app-button a:hover {
            box-shadow: 0 2px 17px #0000006e;
        }
        .document {
            background-color: #f79608;
        }
        .doc-list {
            display: flex;
            flex-wrap: wrap;
        }
        .doc-list li {
            list-style: none;
            border-radius: 8px;
            border: 1px solid #ffd79c;
            width: 25%;
            text-align: center;
            padding: 20px 15px;
            color: #fff;
            transition: 0.3s;
        }
        .doc-list li p {
            font-size: 1.8rem;
            font-weight: 700;
            padding: 25px 0;
            min-height: 93px;
        }
        .doc-list li a {
            font-size: 1.2rem;
            font-weight: 700;
            text-transform: uppercase;
            border-bottom: 1px solid #fff;
            padding-bottom: 2px;
            color: #fff;
        }
        .doc-list i {
            width: 67px;
            height: 67px;
            border-radius: 34px;
            background-color: #f9ab39;
            display: inline-block;
            position: relative;
        }
        .doc-list i::before {
            content: '';         
            width: 32px;
            height: 32px;
            background:url('../images/kim.png') no-repeat;
            display: inline-block;
            top: 50%;
            left: 50%;
            position: absolute;
            transform: translate(-50%, -50%);
        }
        .doc-list i.sid::before {
            background:url('../images/sid.png') no-repeat; 
            width: 25px;
        }
        .doc-list i.presentation::before {
            background:url('../images/presentation.png') no-repeat; 
        }
        .doc-list i.product::before {
            background:url('../images/product.png') no-repeat; 
        }
        .doc-list li:hover i {
            background-color: #ffecd2;
        }
        .doc-list li:hover i.kim::before {
            background:url('../images/kim-orange.png') no-repeat;
        }
        .doc-list li:hover i.sid::before {
            background:url('../images/sid-orange.png') no-repeat;
        }
        .doc-list li:hover i.presentation::before {
            background:url('../images/presentation-orange.png') no-repeat;
        }
        .doc-list li:hover i.product::before {
            background:url('../images/product-orange.png') no-repeat;
        }
        .doc-list li:hover {
            background: #fff;
            color: #f79608;
            box-shadow: 0 5px 20px #683d1440;
        }
        .doc-list li:hover a {
            color: #f79608;
            border-bottom: 1px solid #f79608;
        }
        .footer {
            background: #f9fcff;
            padding-bottom: 120px;
        }
        .riskometer-left {
            padding-right: 70px;
            max-width: 700px;
            border-right: 1px solid #b6b6b6;
        }
        .riskometer-left h3 {
            font-size: 2.4rem;
            line-height: 22px;
            color: #000000;
            font-weight: 700;
            margin-bottom: 15px;

        }
        .riskometer-left ul {
            padding-left: 25px;
            margin-bottom: 20px;
        }
        .riskometer-left li {
            font-size: 1.8rem;
            color: #000000;
            padding: 0;
        }
        .riskometer-left p {
            font-size: 1.2rem;
            color: #000000;
        }
        .risk-img {
            max-width: 80%;
        }
        .borderTop {
            border-top: 1px solid #b6b6b6;
        }
        .disclaimer {
            margin-top: 40px;
            padding-top: 40px;
        }
        .disclaimer p {
            font-size: 1.4rem;
            color: #000;
            padding: 15px 0;
        }

        .bottom-sticky-div {
            position: fixed;
            bottom: 0;
            display: block;
            width: 100%;
            background-color: #1296b0;
            z-index: 3;
            padding: 15px 0px;
        }
        .bottom-sticky-div .row {
            align-items: center;
        }
        .bottom-sticky-div h3 {
            font-size: 3.5rem;
            color: #ffffff;
            font-weight: 800;
        }
        .bottom-sticky-div p {
            font-size: 1.8rem;
            color: #a8f3ff;
            font-weight: 500;
        }
        
        .bottom-sticky-div a.common-btn:hover {
            background-color: #fff;
            color: #00A2BD;
            box-shadow: 0 4px 20px 0 #24c1db;
        }
        @media screen and (min-width: 992.9px) {
            .why-grid ul.desk-mb {
                margin-bottom: 45px;
            }
            th.asset {
                padding-top: 24px;
            }
        }
        
        @media screen and (max-width: 991px) {
            html {
                font-size: 58%;
            }
            .heading {
                font-size: 3rem;
            }
            .invst {
                justify-content: start;
            }
            .invst li {
                width: 24%;
            }
        }
        @media screen and (min-width: 576px) and (max-width: 991px) {
            .container, .container-sm {
                max-width: 95%;
            }
        }
        @media screen and (max-width: 767.9px) {
            .paddingTB50 {
                padding: 25px 0;
            }
            .banner-caption h1 {
                font-size: 4rem;
            }
            .banner-caption h1 br {
                display: none;
            }
            .invst li {
                width: 44%;
            }
            .fund-list {
                gap: 15px;
                justify-content: center;
            }
            .fund-list li {
                width: 48%;
            }
            .doc-list li {
                width: 50%;
            }
            .riskometer-left {
                padding-right: 0;
                border: 0;
            }
            .col-md-4.m-auto {
                margin: 20px auto 0!important;
                text-align: center;
            }
            .bottom-sticky-div {
                text-align: center;
            }
            .bottom-sticky-div p {
                font-size: 1.4rem;
                margin-bottom: 15px;
            }
            .bottom-sticky-div h3 {
                font-size: 2.2rem;
                color: #ffffff;
                font-weight: 800;
            }
            .bottom-sticky-div a.common-btn {
                height: 35px;
            }
            .footer {
                padding-bottom: 140px;

            }
            
        }
        @media screen and (min-width: 480.9px) {
            .desk-hide {
                display: none;
            }
            .bg-img {
                display: none;
            }
        }
        @media screen and (max-width: 480.9px) {
            .mob-hide {
                display: none;
            }
            .heading {
                text-align: center;
            }
            .download-app .heading {
                padding-right: 0px;
            }
            .app {
                text-align: center;
            }
            .app::before {
                right: auto;
                left: 50%;
                top: 0;
                transform: translateX(-50%);
            }
            .text-right {
                position: absolute;
                top: 40px;
            }
            .app-button {
                justify-content: center;
            }
            .download-app {
                background: transparent;
                padding: 0;
                position: relative;
            }
            .bg-img {
                width: 100%;
            }
            .why-left p {
                text-align: center;
                padding-bottom: 25px;   
            }
            .app {
                margin-right: 0px;
            }
            .app h3 {
                font-size: 2.4rem;
            }
            .why-grid {
                text-align: center;
            }
            .why-grid ul {
                margin-bottom: 28px;
            }
            .why-grid ul li {
                list-style: none;
            }
            .banner {
                background: url('../images/mob-banner-bg.png') no-repeat;
                background-size: cover;
                background-position: center bottom;
                padding-bottom: 90px;
            }
            .banner-caption {
                color: #fff;
                margin: 50px 0 160px;
            }
            .nfo-dates {
                margin-bottom: 20px;
            }
            .nfo-dates p {
                border-right: 0px;
            }
            .fund-list li {
                text-align: center;
                width: 100%;
            }
            .qrcode {
                display: none;
            }
            .doc-list li {
                width: 100%;
            }
            .invst {
                gap: 30px;
            }
            .invst li {
                width: 100%;
            }
            .why-grid h4 {
                margin-bottom: 8px;
            }
            .why-grid h4 br {
                display: none;
            }
            .why-grid p br {
                display: none;
            }
        }
        @media screen and (max-width: 360px) {
            .bottom-sticky-div h3 {
                font-size: 2rem;
                color: #ffffff;
                font-weight: 800;
            }
        }