/* .container {
    max-width: 1592px;
} */



/*-- Loader css --*/
.loader_wrapp {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0,0,0,0.70);
    z-index: 100005;
    cursor: wait;
}

.loader {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
    -webkit-transform: translate(-50%,-50%);
}

.sk-chase,
.sk-chase-2 {
    width: 40px;
    height: 40px;
    position: relative;
    animation: sk-chase 2.5s infinite linear both;
}

.sk-chase-2 {
    top: -40px;
}

    .sk-chase-2 .sk-chase-dot::before {
        position: absolute;
        bottom: 0;
        right: 0;
    }

.sk-chase-dot {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    animation: sk-chase-dot 2.0s infinite ease-in-out both;
}

    .sk-chase-dot:before {
        content: '';
        display: block;
        width: 25%;
        height: 25%;
        background-color: #FFFFFF;
        border-radius: 100%;
        animation: sk-chase-dot-before 2.0s infinite ease-in-out both;
    }

    .sk-chase-dot:nth-child(1) {
        animation-delay: -1.1s;
    }

    .sk-chase-dot:nth-child(2) {
        animation-delay: -1.0s;
    }

    .sk-chase-dot:nth-child(3) {
        animation-delay: -0.9s;
    }

    .sk-chase-dot:nth-child(4) {
        animation-delay: -0.8s;
    }

    .sk-chase-dot:nth-child(5) {
        animation-delay: -0.7s;
    }

    .sk-chase-dot:nth-child(6) {
        animation-delay: -0.6s;
    }

    .sk-chase-dot:nth-child(1):before {
        animation-delay: -1.1s;
    }

    .sk-chase-dot:nth-child(2):before {
        animation-delay: -1.0s;
    }

    .sk-chase-dot:nth-child(3):before {
        animation-delay: -0.9s;
    }

    .sk-chase-dot:nth-child(4):before {
        animation-delay: -0.8s;
    }

    .sk-chase-dot:nth-child(5):before {
        animation-delay: -0.7s;
    }

    .sk-chase-dot:nth-child(6):before {
        animation-delay: -0.6s;
    }

@keyframes sk-chase {
    100% {
        transform: rotate(360deg);
    }
}

@keyframes sk-chase-dot {
    80%, 100% {
        transform: rotate(360deg);
    }
}

@keyframes sk-chase-dot-before {
    50% {
        transform: scale(0.4);
    }

    100%, 0% {
        transform: scale(0.8);
    }
}
/* -- Loader css end --*/
select {
    appearance: none;
}

.input_field .input.select:before {
    top: 5px;
    font-weight: 600;
}

.validate {
    /*height: 75px;*/
}

.input select {
    font-weight: 600;
    color: #000;
    font-size: 14px;
}









.navigations .menu .main_menu {
    padding-right: 0px;
    height: 100%;
}

ul {
    list-style-type: none;
    padding-left: 0px;
}

a:hover {
    text-decoration: none;
}

img {
    width: 100%;
}

.modal-title {
    font-family: 'Georama SemiExpanded';
    color: #dd002a;
    font-weight: bold;
}

.modal-body p {
    font-family: 'Georama SemiExpanded';
    font-size: 14px;
    margin-bottom: 1rem;
    color: #555;
    text-align: justify;
}

.alloction-table table,
th,
td {
    font-family: 'Georama SemiExpanded';
    color: #000;
    text-align: left;
    font-size: 18px;
    line-height: 24px;
}

.schemeDetailWrap .left_col table,
th,
td {
    font-family: 'Georama SemiExpanded';
    color: #000;
    text-align: left;
    font-size: 18px;
    line-height: 24px;
}

.banner-img {
    margin-top: 5.6rem;
}

.banner {
    width: 100%;
}

.form-sec {
    background-color: #e5e5e5;
    border-bottom: 2px solid #e21737;
}

.form-wrap {
    display: flex;
    align-items: center;
    gap: 20px;
}

    .form-wrap .error {
        font-weight: normal !important;
    }


.active {
    color: red;
    margin-left: 18px;
}



.column-2 {
    width: 50%;
}

.column-3 {
    width: 25%;
}

/*.assist-form {
    padding: 1.5rem;
}*/

.main-banner {
    padding: 6rem 0 0;
    background-color: #fff;
    overflow: hidden;
    position: relative;
}


/* Form Style */
.assist-wrap {
    display: flex;
    align-items: center;
}

.assist-img {
    width: 50px !important;
}

.need-assist {
    font-size: 34px;
    line-height: 30px;
    color: #2d303b;
    font-family: 'Georama SemiExpanded';
    font-weight: 700;
    margin-left: 15px;
}

.form-field {
    width: 100% !important;
    padding: 5px 15px !important;
    border-radius: 50px !important;
    outline: none !important;
    border: none !important;
    font-size: 20px !important;
    line-height: 26px !important;
    font-family: 'Georama SemiExpanded' !important;
    font-weight: 700 !important;
}





input:focus {
    border: none;
}

.details-line {
    font-size: 12px;
    font-family: 'Georama SemiExpanded';
    font-weight: 500;
    color: #000;
}

.read-more {
    display: flex;
    align-items: center;
    font-size: 13px;
    line-height: 22px;
    color: #8d8686;
    font-family: 'Georama SemiExpanded';
    font-weight: 500;
    position: relative;
}

input[type=checkbox] {
    padding: 10px;
    position: absolute;
    /* top: 20px; */
    width: 20px;
    height: 20px;
    top: 5px;
    left: 0;
}

.read-more-txt {
    padding-left: 25px;
    font-size: 10px;
}

.red-txt {
    color: #d7002e;
}

.mb-15 {
    margin-bottom: 15px;
}

.get-in-img {
    width: 365px !important;
    height: auto;
}

.form-field::placeholder {
    font-size: 20px;
    line-height: 26px;
    color: #b2b2b2;
    font-family: 'Georama SemiExpanded';
    font-weight: 700;
    text-transform: uppercase;
}

.get-in-cta {
    text-align: center;
}



.invest-now {
    width: 80%;
    text-align: center;
    /* margin: 25px; */
    /* border: 1px solid #000; */
    padding: 25px 0px;
    position: relative;
    box-shadow: 0 3px 6px rgb(0 0 0 / 5%), 0 3px 6px rgb(0 0 0 / 10%);
    border-radius: 15px;
    background: #f2f2f2;
    position: relative;
    margin: 0 auto;
    margin-bottom: 4rem;
    margin-top: 3rem;
    background-image: linear-gradient(to bottom, #f3f3f3, #efefef, #ffffff);
}

.invest-npw-cta {
    width: 350px;
    height: auto;
    position: absolute;
    left: 37%;
}

.smallcapfundwrap {
    border: 2px solid #cbcbcb;
    padding: 15px 30px;
    border-radius: 16px;
    text-align: center;
}

    .smallcapfundwrap h1 {
        margin-top: 0;
        margin-bottom: 8px;
    }

    .smallcapfundwrap p {
        margin-top: 0;
        margin-bottom: 20px;
    }


    .smallcapfundwrap .smallcapbtn {
        margin-bottom: -68px;
    }


/*dates*/
.fund-offer {
    margin: 2rem 0px;
    text-align: center;
}

.dates {
    display: flex;
    justify-content: center;
}

.start_dt {
    width: 45%;
    background-color: #05a35b;
    font-family: 'Georama SemiExpanded';
    font-size: 46px;
    line-height: 65px;
    padding: 0 20px;
    color: #fff;
}

.end_dt {
    width: 45%;
    background-color: #df1637;
    font-family: 'Georama SemiExpanded';
    font-size: 46px;
    line-height: 65px;
    padding: 0 20px;
    color: #fff;
    font-weight: 500;
}

.black-head {
    font-size: 52px;
    line-height: 70px;
    font-family: 'Georama SemiExpanded';
    font-weight: 700;
    color: #000;
}

.invest-now-para {
    color: #000;
    font-family: 'Georama SemiExpanded';
    font-size: 14.5px;
    line-height: 27px;
}


.scheme-date {
    margin-top: 15px;
    font-size: 36px;
    line-height: 42px;
    color: #000;
    font-family: 'Georama SemiExpanded';
    font-weight: normal;
}

/*dates*/

/*NFO-Collaterals*/
.NFO-Collaterals {
    margin: 2rem 0px;
}


.nfowrap {
    padding: 40px 25px 15px 25px;
    border-radius: 16px;
    border: 1px solid #e5e5e5;
    width: 87%;
    margin: 0 auto;
    margin-top: 80px;
}

    .nfowrap .nfo,
    .boxwrapper .box {
        border-radius: 16px;
        display: flex;
        flex-wrap: wrap;
        align-items: center;
        justify-content: center;
        padding: 10px 20px;
    }

    .nfowrap .nfo {
        background-color: #363636;
        margin-top: -70px;
        width: 50%;
        height: 60px;
        margin-left: auto;
        margin-right: auto;
    }

        .nfowrap .nfo h3 {
            color: #ffffff;
            font-family: 'Georama SemiExpanded';
            font-size: 31px;
            line-height: 40px;
            margin: 0;
            font-weight: 700;
        }

.boxwrapper {
    margin-top: 20px;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

    .boxwrapper a {
        color: #000000;
        font-size: 28px;
        line-height: 35px;
    }

    .boxwrapper .box {
        width: 33.33%;
        padding: 10px;
    }

        .boxwrapper .box.onepager {
            background-color: #c8c8c8;
            margin-right: -16px;
            z-index: 3;
        }

        .boxwrapper .box.productppt {
            background-color: #dedddd;
            margin-right: -16px;
            z-index: 2;
        }

        .boxwrapper .box.leaflet {
            background-color: #f3f3f3;
            z-index: 0;
        }

.download-img {
    width: 30px;
    height: 30px;
    margin-right: 15px;
}

.icon-img {
    width: 38px;
    height: 54px;
    margin-right: 10px;
}

.nfo-link {
    text-decoration: underline;
    font-family: 'Georama SemiExpanded';
}

    .nfo-link:hover {
        text-decoration: underline;
    }

/*NFO-Collaterals*/


/* Why Small Caps*/
.red-head-1 {
    color: #e21737;
    font-size: 52px;
    line-height: 70px;
    font-family: 'Georama SemiExpanded';
    font-weight: 700;
    margin-bottom: 4rem;
}

.red-head {
    color: #e21737;
    font-size: 52px;
    line-height: 70px;
    font-family: 'Georama SemiExpanded';
    font-weight: 700;
}

.why-small-wrapper {
    margin: 4rem 0;
    text-align: center;
}

.card {
    border: 3px solid #F6F6F6;
    box-shadow: 7px 7px 5px -5px #c9c9c9;
    backdrop-filter: blur(40px);
    border-radius: 20px;
    padding: 10px;
    transition: all 0.5s;
    -ms-flex-direction: column;
    flex-direction: column;
    display: -ms-flexbox;
    display: flex;
    height: 100%;
    background-color: #dedede;
}

.card-img {
    margin: 0 auto;
    border-radius: 50%;
    background-color: #dedede;
    margin-bottom: 1.1rem;
    margin-top: -3.3rem;
    width: 5rem;
    height: 5rem;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.card-white {
    width: 85%;
    height: 85%;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-align: center;
    align-items: center;
    background: #FEF7EB;
    border-radius: 50%;
}

.card-brown {
    background-color: #d47e1e;
}

.card-yellow {
    background-color: #ddba33;
}

.card-green {
    background-color: #3e9742;
}

.card-dark-green {
    background-color: #70a141;
}

.card-sky-blue {
    background-color: #0097b2;
}

.card-purple {
    background-color: #493f69;
}

.card-burgundy {
    background-color: #b24684;
}

.icon {
    width: 40px;
    height: auto;
}

.card-body {
    text-align: center;
    height: auto;
    padding: 5px;
}

.card-text {
    font-size: 16px;
    line-height: 27px;
    font-family: 'Georama SemiExpanded';
    font-weight: 500;
    color: #000;
}

.row-2 {
    margin-top: 4rem;
}

.fund-fact {
    margin: 3rem 0px;
    text-align: center;
}

.asset-allocation {
    margin: 3rem 0px;
    text-align: center;
}

.scheme-allocation {
    margin: 3rem 0px;
    text-align: center;
}

.fund-sub-head {
    font-size: 43px;
    line-height: 50px;
    color: #000;
    font-family: 'Georama SemiExpanded';
    font-weight: 600;
}

.sub-head-2 {
    font-size: 24px;
    line-height: 30px;
    font-family: 'Georama SemiExpanded';
    font-weight: 600
}

.sub-head-source {
    font-size: 20px;
    line-height: 30px;
    font-weight: normal;
}

.table-head {
    background-color: #f3f3f3;
    color: #d5002f;
    font-family: 'Georama SemiExpanded';
    padding: 5px 10px;
    border: 1px solid #afafaf;
}

.align-left {
    text-align: left;
}

.table-padd {
    padding: 15px 10px;
    font-family: 'Georama SemiExpanded';
    text-align: left;
    border: 1px solid #afafaf;
}

.alloction-table {
    margin: 20px 0px 10px;
}


.table-fn {
    font-family: 'Georama SemiExpanded';
    font-size: 11px;
    line-height: 20px;
    text-align: left;
    color: #000;
}

.scheme-desc {
    font-size: 18px;
    line-height: 30px;
    color: #000;
    font-family: 'Georama SemiExpanded';
    margin-bottom: 15px;
    text-align: left;
}

.details-box {
    border: 1px solid #f3f3f3;
    display: flex;
    padding: 10px;
}

.right-side {
    width: 50%;
    border-right: 1px solid #000;
    padding: 15px;
}

.left-side {
    width: 50%;
    padding: 15px;
}

.scheme-list {
    display: flex;
    list-style-type: none;
    display: flex;
    padding-left: 0;
}

.scheme-list-item-1 {
    width: 20%;
    border-bottom: 1px solid #ccc;
    font-size: 14px;
    line-height: 20px;
    font-family: 'Georama SemiExpanded';
    text-align: left;
    padding-bottom: 15px;
}

.scheme-list-item-2 {
    width: 80%;
    border-bottom: 1px solid #ccc;
    font-size: 14px;
    line-height: 20px;
    font-family: 'Georama SemiExpanded';
    text-align: left;
    padding-bottom: 15px;
    padding-left: 5px;
}

.sid {
    margin-right: 0;
    width: 50%;
    padding: 10px;
    background: #eeeeee;
    border-top-left-radius: 16px;
    border-bottom-left-radius: 16px;
    border-right: 1px solid #fff;
    text-align: center;
}

.kin_cum {
    margin-right: 0;
    width: 50%;
    padding: 10px;
    background: #eeeeee;
    border-top-right-radius: 16px;
    border-bottom-right-radius: 16px;
    text-align: center;
}

.schemeDetailWrap {
    border: 1px solid #bdbdbd;
    padding: 20px 0;
    display: flex;
}

    .schemeDetailWrap .left_col,
    .schemeDetailWrap .right_col {
        width: 50%;
        padding: 0 20px;
    }

    .schemeDetailWrap .left_col {
        border-right: 1px solid #333333;
    }

input[type='checkbox'] {
    accent-color: red;
}

.exit_load_list {
    padding-left: 0px;
    margin: 0;
}

    .exit_load_list li {
        font-size: 16px;
        line-height: 24px;
        margin-bottom: 10px;
    }

        .exit_load_list li:last-child {
            margin-bottom: 0;
        }

.scheme_table {
    border-collapse: collapse;
    width: 100%;
}

    .scheme_table td {
        padding: 10px 15px;
    }

    .scheme_table tr {
        border-bottom: 1px solid #bdbdbd;
    }

        .scheme_table tr:last-child {
            border-bottom: 0;
        }

    .scheme_table td.left-col-width {
        width: 150px;
    }

.footernote {
    text-align: right;
    color: #1b1b1a;
}

.product_suitable_wrap {
    display: flex;
    flex-wrap: wrap;
    margin-top: 30px;
}

    .product_suitable_wrap .riskometer_col {
        width: calc(75% - 20px);
        margin-right: 20px;
        border-radius: 16px;
        border: 1px solid #bdbdbd;
        display: flex;
        align-items: center;
        padding: 15px;
    }

    .product_suitable_wrap .short_desc_col {
        width: 20%;
        text-align: left;
        font-family: 'Georama SemiExpanded';
        font-size: 11px;
        line-height: 23px;
        color: #000;
    }

.riskometer_img_col {
    margin-right: 10px;
}

    .riskometer_img_col img {
        width: 250px;
    }

.riskometer_cont_col {
    width: 75%;
    text-align: left;
    color: #000;
    font-family: 'Georama SemiExpanded';
    font-size: 16px;
}

    .riskometer_cont_col p {
        padding: 15px 0;
        border-top: 1px solid #bdbdbd;
        border-bottom: 1px solid #bdbdbd;
    }

    .riskometer_cont_col ul {
        padding-left: 18px;
    }

        .riskometer_cont_col ul li {
            font-size: 18px;
            line-height: 25px;
            margin-bottom: 5px;
        }

.disc_txt {
    text-align: center;
    color: #000;
    font-family: 'Georama SemiExpanded';
    font-weight: 700;
    font-size: 25px;
    line-height: 35px;
    margin: 15px 0;
}

.download_links {
    display: inline-block;
    width: 100%;
    margin-top: 1rem;
    color: #fff;
    font-family: 'Georama SemiExpanded';
}

    .download_links > a {
        display: inline-block;
        width: 49%;
        text-align: center;
        margin: 0.5%;
        vertical-align: top;
    }

.txt-algn {
    text-align: center;
}

.more-txt {
    display: none;
}

/* .read-more-txt {
    display: flex;
    flex-direction: column;
} */


/*Footer */
.footer_info {
    display: flex;
    flex-direction: column;
}

.social-icons {
    display: flex;
    flex-direction: column;
}

.app_logos {
    display: flex;
    /* max-width: 250px; */
    margin-right: 0px;
    width: 100%;
    justify-content: end;
    margin-top: 10px;
    gap: 15px;
}

.store_img {
    width: 100%;
}

.datepicker-days table, th, td {
    font-size: 13px;
    line-height: 20px;
    font-family: 'Georama';
}

#invDatepicker {
    position: relative;
    overflow: visible;
}

/*.store_img-1 {
    margin-right: 10px;
}*/
.social_info {
    display: block;
}





/* Footer End */

/* Extra Small */
@media (max-width:1200px) {
    .navigations .menu .main_menu {
        height: max-content;
    }
}

@media(max-width:576px) {
    .alloction-table {
        white-space: no-wrap;
        overflow-x: scroll;
    }

    .get-in-img {
        width: 50% !important;
    }

    .link.white {
        text-align: left;
    }

    .defaultcheckbox {
        width: 10px;
        height: 10px;
    }

    .validate {
        /*height: 45px;*/
    }
}

@media(max-width:767px) {
    .exit_load_list li {
        font-size: 14px;
        line-height: 22px;
    }

    table,
    th,
    td {
        font-family: 'Georama SemiExpanded';
        color: #000;
        text-align: left;
        font-size: 14px;
        line-height: 24px;
    }

    .validate {
        /*height: 55px;*/
    }

    .riskometer_cont_col ul li {
        font-size: 14px;
        line-height: 22px;
    }

    .scheme-desc {
        font-size: 15px;
        line-height: 20px;
    }

    .nfowrap .nfo,
    .boxwrapper .box {
        justify-content: unset;
    }

    .form-field {
        padding: 8px;
        font-size: 18px;
        line-height: 22px;
    }

    .app_logos {
        justify-content: center;
    }

    .need-assist {
        font-size: 26px;
        line-height: 35px;
    }

    br {
        display: none;
    }

    .form-field::placeholder {
        font-size: 18px;
        line-height: 22px;
    }

    .form-wrap {
        flex-direction: column;
    }

    .invest-npw-cta {
        width: 100%;
        left: 0;
    }

    .column-1 {
        width: 100%;
        margin-bottom: 20px;
    }

    .column-2 {
        width: 100%;
    }

    .column-3 {
        width: 100%;
    }

    .get-in-img {
        width: 50% !important;
    }

    .assist-wrap {
        flex-direction: column;
    }

    .details-line {
        text-align: center;
    }

    .read-more {
        margin-top: 15px;
    }

    .black-head {
        font-size: 23px;
        line-height: 30px;
    }

    .invest-now-para {
        color: #000;
        font-family: 'Georama SemiExpanded';
        font-size: 18px;
        line-height: 22px;
    }

    .dates {
        flex-direction: column;
    }

    .start_dt {
        width: 100%;
        font-size: 19px;
        line-height: 25px;
    }

    .end_dt {
        width: 100%;
        font-size: 19px;
        line-height: 25px;
    }

    .scheme-date {
        font-size: 18px;
        line-height: 22px;
    }

    .boxwrapper {
        flex-direction: column;
    }

    .nfowrap .nfo {
        justify-content: center;
        width: 100%;
    }

        .nfowrap .nfo h3 {
            font-size: 15px;
            line-height: 20px;
        }

    .boxwrapper .box {
        width: 100%;
    }

    .boxwrapper a {
        font-size: 15px;
        line-height: 22px;
    }

    .boxwrapper .box.onepager {
        margin-bottom: 15px;
    }

    .boxwrapper .box.productppt {
        margin-bottom: 15px;
    }

    .red-head-1 {
        font-size: 23px;
        line-height: 30px;
    }

    .red-head {
        font-size: 23px;
        line-height: 30px;
    }

    .top-margin {
        margin-top: 3.5rem;
    }

    .fund-sub-head {
        font-size: 21px;
        line-height: 32px;
        color: #000;
    }

    .sub-head-2 {
        font-size: 19px;
        line-height: 40px;
    }

    .sub-head-source {
        font-size: 7px;
        line-height: 25px;
    }

    .schemeDetailWrap {
        flex-direction: column;
    }

        .schemeDetailWrap .left_col,
        .schemeDetailWrap .right_col {
            width: calc(100% - 20px);
        }

        .schemeDetailWrap .left_col {
            border-right: 0;
        }

        .schemeDetailWrap .left_col,
        .schemeDetailWrap .right_col {
            padding: 0 10px;
        }

    .sid {
        text-align: left;
        width: 100%;
        border-radius: 16px;
        border-right: none;
        margin-bottom: 10px;
    }

    .kin_cum {
        text-align: left;
        width: 100%;
        border-radius: 16px;
        border-right: none;
    }

    .product_suitable_wrap {
        flex-direction: column;
    }

    .riskometer_img_col {
        width: 100%;
    }

    .product_suitable_wrap .riskometer_col {
        width: 100%;
    }

    .product_suitable_wrap .short_desc_col {
        width: 100%;
    }

    .product_suitable_wrap .riskometer_col {
        flex-direction: column;
    }

    .riskometer_cont_col {
        width: 100%;
    }

    .disc_txt {
        text-align: center;
        color: #000;
        font-family: 'Georama SemiExpanded';
        font-weight: 700;
        font-size: 15px;
        line-height: 15px;
        margin: 15px 0;
    }
}

/* Small */
@media(min-width:768px) and (max-width:1024px) {
    br {
        display: none;
    }

    .app_logos {
        justify-content: center;
    }

    .link.white {
        text-align: left;
    }

    .form-wrap {
        flex-direction: column;
    }

    .invest-npw-cta {
        width: 35%;
        left: 30%;
    }

    .column-1 {
        width: 100%;
        margin-bottom: 20px;
    }

    .column-2 {
        width: 100%;
    }

    .column-3 {
        width: 100%;
    }

    .get-in-img {
        width: 30% !important;
    }

    .assist-wrap {
        flex-direction: column;
    }

    .details-line {
        text-align: center;
    }

    .black-head {
        font-size: 50px;
        line-height: 60px;
    }

    .start_dt {
        width: 100%;
        font-size: 30px;
        line-height: 35px;
    }

    .end_dt {
        width: 100%;
        font-size: 30px;
        line-height: 35px;
    }

    .invest-now-para {
        font-size: 18px;
        line-height: 22px;
    }

    .scheme-date {
        font-size: 20px;
        line-height: 22px;
    }

    .boxwrapper {
        flex-direction: column;
    }

    .nfowrap .nfo {
        width: 100%
    }

        .nfowrap .nfo h3 {
            font-size: 20px;
            line-height: 20px;
        }

    .boxwrapper .box {
        width: 100%;
    }

    .boxwrapper a {
        font-size: 15px;
        line-height: 22px;
    }

    .boxwrapper .box.onepager {
        margin-bottom: 15px;
    }

    .boxwrapper .box.productppt {
        margin-bottom: 15px;
    }

    .red-head-1 {
        font-size: 25px;
        line-height: 30px;
    }

    .red-head {
        font-size: 25px;
        line-height: 30px;
    }

    .sid {
        width: 100%;
        border-radius: 16px;
        border-right: none;
        margin-bottom: 10px;
    }

    .kin_cum {
        width: 100%;
        border-radius: 16px;
        border-right: none;
    }
}

/* Medium */
@media(min-width:1024px) and (max-width:1366px) {
    br {
        display: none;
    }

    .form-wrap {
        /* flex-direction: column;*/
    }

    .invest-npw-cta {
        width: 35%;
        left: 30%;
    }


    .column-1 {
        /*width: 100%;
        margin-bottom: 20px;*/
        flex: 1;
    }

    .column-2 {
        /*width: 100%;*/
        flex: 2.5;
    }

    .column-3 {
        /*width: 100%;*/
        flex: 1;
    }

    .get-in-img {
        width: 100% !important;
    }

    .assist-wrap {
        /*flex-direction: column;*/
    }

    /*.details-line {
        text-align: center;
    }*/

    .black-head {
        font-size: 50px;
        line-height: 60px;
    }

    .invest-now-para {
        font-size: 18px;
        line-height: 22px;
    }

    .scheme-date {
        font-size: 20px;
        line-height: 22px;
    }


    .input_field .error:not(input):not(select) {
        padding: 0.3em 0 0 0;
        font-size: 12px;
        display: inline-block;
        width: 100%;
        color: #dd002a;
        font-weight: bold;
    }

    .modal-title {
        /*font-family: 'Georama';*/
        color: #dd002a;
        font-weight: bold
    }
}

/* Large */
@media(min-width:1200px) {
    .nfowrap .nfo {
        width: 50%;
    }
}








/* @media screen and (max-width:768px) {
    .assist-wrap {
        justify-content: center;
    }

    .need-assist {
        font-size: 25px;
        line-height: 30px;
    }

    .column-1 {
        width: 100%;
    }

    .column-2 {
        width: 100%;
    }

    .column-3 {
        width: 100%;
    }

    .details-line {
        text-align: center;
        margin-bottom: 2rem;
    }

    .get-in-cta {
        margin-top: 1rem;
        text-align: center;
    }

    .get-in-img {
        width: 75%;
        height: auto;
    }

    .read-more {
        margin-top: 2rem;
        font-size: 13px;
    }

    .form-field {
        font-size: 20px;
        line-height: 25px;
    }

    ::placeholder {
        font-size: 20px;
        line-height: 25px;
    }

    .dates {
        flex-direction: column;
    }

    .start_dt {
        width: 100%;
        font-size: 25px;
        line-height: 40px;
    }

    .end_dt {
        width: 100%;
        font-size: 25px;
        line-height: 40px;
    }

    .black-head {
        font-size: 30px;
        line-height: 50px;
        font-family: 'Georama SemiExpanded';
        font-weight: 700;
    }

    .red-head {
        font-size: 30px;
        line-height: 50px;
        font-family: 'Georama SemiExpanded';
        font-weight: 700;
    }

    .scheme-date {
        font-size: 15px;
        line-height: 25px;
        font-family: 'Georama SemiExpanded';
        font-weight: normal;
    }

    .boxwrapper .box.onepager {
        margin-right: 0px;
    }

    .boxwrapper .box.productppt {
        margin-right: 0px;
    }

    .nfowrap {
        padding: 40px 25px 15px 22px;
    }

    .top-margin {
        margin-top: 3.5rem;
    }

    .red-head-1 {
        color: #e21737;
        font-size: 30px;
        line-height: 45px;
        font-family: 'Georama SemiExpanded';
        font-weight: 700;
        margin-bottom: 4rem;
    }

    .red-head {
        color: #e21737;
        font-size: 30px;
        line-height: 45px;
        font-family: 'Georama SemiExpanded';
        font-weight: 700;
    }

    .fund-sub-head {
        font-size: 18px;
        line-height: 26px;
        color: #000;
        font-family: 'Georama SemiExpanded';
        font-weight: 600;
    }

    .sub-head-2 {
        font-size: 30px;
        line-height: 40px;
        font-family: 'Georama SemiExpanded';
        font-weight: 700;
    }

    .sub-head-source {
        font-size: 14px;
        line-height: 18px;
    }

    .alloction-table {
        white-space: nowrap;
        overflow-x: scroll;
    }

    .scheme-desc {
        font-size: 14px;
        line-height: 20px;
        color: #000;
        font-family: 'Georama SemiExpanded';

    }

    .smallcapfundwrap {
        padding: 15px 5px;
    }

    .smallcapfundwrap .smallcapbtn img {
        width: 100%;
    }

    .invest-npw-cta {
        width: 250px;
        left: 0;
    }

    .boxwrapper {
        flex-direction: column;
    }

    .boxwrapper .box {
        width: 100%;
    }

    .sid {
        width: 100%;
        border-radius: 16px;
        border-right: none;
        margin-bottom: 10px;
    }

    .kin_cum {
        width: 100%;
        border-radius: 16px;
        border-right: none;
    }

    .product_suitable_wrap .riskometer_col {
        flex-direction: column;
    }

    .riskometer_cont_col {
        width: 100%;
    }

    .disc_txt {
        text-align: center;
        color: #000;
        font-family: 'Georama SemiExpanded';
        font-weight: 700;
        font-size: 15px;
        line-height: 15px;
        margin: 15px 0;
    }

    input[type=checkbox] {
        top: 5;
    }
}

@media screen and (max-width:991px) {
    .invest-npw-cta {
        left: 26%;
    }
}

@media screen and (max-width:1366px) {
    .form-wrap {
        flex-direction: column;
    }

    .column-1 {
        width: 100%;
    }

    .column-2 {
        width: 100%;
    }

    .column-3 {
        width: 100%;
    }

    .boxwrapper .box.onepager {
        margin-right: 0px;
    }

    .boxwrapper .box.productppt {
        margin-right: 0px;
    }

    .schemeDetailWrap {
        flex-direction: column;
    }

    .schemeDetailWrap .left_col,
    .schemeDetailWrap .right_col {
        width: calc(100% - 20px);
    }

    .schemeDetailWrap .left_col {
        border-right: 0;
    }

    .schemeDetailWrap .left_col,
    .schemeDetailWrap .right_col {
        padding: 0 10px;
    }

    .product_suitable_wrap .riskometer_col {
        width: 100%;
        margin-right: 0;
    }

    .product_suitable_wrap .short_desc_col {
        width: 100%;
    }

    .invest-npw-cta {
        left: 30%;
    }
} */
