.navbar-toggler .toggler-icon {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    width: 30px;
    box-shadow: 0 0 0 1px rgb(0 0 0), 0px -10px 0 1px rgb(0 0 0), 0 10px 0 1px rgb(0 0 0);
    height: 0;
}
/* header start */
.nav-link{
	color:#171717;
	padding-top:9px;
	padding-bottom:9px;
    padding-right: 20px;
    padding-left: 20px;
	font-size: 18px;
	font-weight: 400;
	line-height: 27.38px;
	text-align: center;
	text-underline-position: from-font;
	text-decoration-skip-ink: none;
}
.blk{
	color:#171717;
}
header .dropdown-item{
	color:#171717;
	padding-top:9px;
	padding-bottom:9px;
    padding-right: 20px;
    padding-left: 20px;
	font-size: 18px;
	font-weight: 400;
	line-height: 27.38px;
	text-underline-position: from-font;
	text-decoration-skip-ink: none;
}
.header-home .navbar-collapse {
  background-image: url('/assets/img/header/left.png'), url('/assets/img/header/right.png');
  background-position: left center, right center;
  background-repeat: no-repeat;
  background-size: auto 100%;
  position: relative;
  top: 0px;
}
.header-home .navbar-collapse::before {
    content: "";
    position: absolute;
    top: 0;
    left: 100px;
    width: 77%;
    height: 100%;
    background-color: white;
}
.nav-item{
    z-index: 1000;
}
.nav-link:hover, .nav-link:focus {
    color: #1137BE;
}
.nav-item > input{
	padding-right: 40px;
	background-image: url('/assets/img/header/loupe.png');
	background-position: right 10px center;
	background-repeat: no-repeat;
}
.header-call{
    padding: 7px;
    border: 1px solid #1137be;
    border-radius: 10px;
}
.header-call:hover{
    padding: 7px;
    border: 1px solid #F0B207;
    border-radius: 10px;
}
.btn-login{
	border-radius: 10px;
	background-color:#1137BE;
	color:#fff;
	font-size: 18px;
	font-weight: 700;
	line-height: 27.38px;
	text-align: center;
	text-underline-position: from-font;
	text-decoration-skip-ink: none;
    padding: 10px 40px;
}
.btn-login:hover{
	border-radius: 10px;
	background-color:#F0B207;
	color:#fff;
}
.logo-light, .logo-dark{
	width: 185px;
}
@media (max-width: 991.98px) {
    .header-classic .navbar-collapse {
        position: absolute;
        top: 100%;
        left: 0px;
        width: 100%;
        background: #fff !important;
        padding: 8px 15px;
        max-height: 80vh;
        overflow-y: auto;
        z-index: 11;
    }
    .header-main .navbar-nav > .nav-item .dropdown-menu {
        background-color: #f6f9fc !important;
        margin-bottom: 0.5rem;
        box-shadow: none;
    }
    .bi-chevron-down::before{
   	    color: #000;
    }
}
/* header end */

.banner-btn{
	background-image: url('/assets/img/banner/left.png'), url('/assets/img/banner/right.png');
  	background-position: left center, right center;
  	background-repeat: no-repeat;
  	background-size: auto 100%;
  	position: relative;
  	bottom: -1px;	
}
.banner-btn::before {
    content: "";
    position: absolute;
    top: 0;
    left: 180px;
    width: 59%;
    height: 100%;
    background-color: white;
}
.banner-btn-index{
	z-index:1;
}
.btn-invest{
	border:2px solid #1137BE;
	color:#000;
	border-radius:10px;
	font-size: 18px;
	font-weight: 700;
	line-height: 27.38px;
	text-align: center;
	text-underline-position: from-font;
	text-decoration-skip-ink: none;
	
}
.btn-call{
	background-color:#1137BE;
	color:#fff;
	border-radius:10px;
	border:2px solid #1137BE;
	font-size: 18px;
	font-weight: 700;
	line-height: 27.38px;
	text-align: center;
	text-underline-position: from-font;
	text-decoration-skip-ink: none;
}
.btn-call:hover{
	border:2px solid #1137BE;
	color:#000 !important;
	border-radius:10px;	
}
.btn-invest:hover{
	background-color:#1137BE;
	color:#fff;
	border-radius:10px;
}
.text-highlight{
	color:#E58110;
}
.aboutAnimation{
	    /* animation: rotate 7s infinite; */
    right: 0%;
    position: absolute;
    /* opacity: 0.5; */
    overflow: hidden;
}
.aboutAnimation img{
    position: relative;
    right: -40%;
}
.bannerBg {
  position: relative;
  width: 100%;
  overflow: hidden; /* Ensure the video doesn't overflow the container */
}

.bannerBg::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url('/assets/img/banner/bannerback.mp4') no-repeat center center;
  background-size: cover;
  z-index: -1; /* Ensures the video stays in the background */
}

.bannerBg video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover; /* Ensures the video fills the container */
  z-index: -1; /* Ensures the video is behind the content */
}
.home-about{
   	position: relative;
    z-index: 1;
}
.aboutAnimation2{
	    /* animation: rotate 7s infinite; */
    left: -5%;
    position: absolute;
	margin-top:-350px;
    /* opacity: 0.5; */
    overflow: hidden;
}
.aboutAnimation2 img{
    position: relative;
    left: -40%;
}
.homeaboutindex{
	position: relative;
    z-index: 1;	
}
.bannerBg h1{
	font-size: 56px;
	font-weight: 700;
	line-height: 85.18px;
	text-align: left;
	text-underline-position: from-font;
	text-decoration-skip-ink: none;
}
.bannerBg h2{
	font-size: 42px;
	font-weight: 600;
	line-height: 63.88px;
	text-align: left;
	text-underline-position: from-font;
	text-decoration-skip-ink: none;
}
.homeabout h2{
	font-size: 56px;
	font-weight: 700;
	line-height: 85.18px;
	text-align: center;
	text-underline-position: from-font;
	text-decoration-skip-ink: none;
}
.homeabout h5{
	font-size: 26px;
	font-weight: 600;
	line-height: 39.55px;
	text-align: center;
	text-underline-position: from-font;
	text-decoration-skip-ink: none;
}
.homeaboutindex p{
	font-size: 20px;
	font-weight: 400;
	line-height: 30.42px;
	text-align: left;
	text-underline-position: from-font;
	text-decoration-skip-ink: none;
   	color: #171717 !important;
}
.homehighlight h2{
	font-size: 54px;
	font-weight: 700;
	line-height: 82.13px;
	text-align: center;
	text-underline-position: from-font;
	text-decoration-skip-ink: none;
}
.homehighlight h4{
	font-family: Domine;
	font-size: 34px;
	font-weight: 700;
	line-height: 38.76px;
	text-underline-position: from-font;
	text-decoration-skip-ink: none;
	color:#FF8700;
}
.homehighlight h6{
	font-family: Domine;
	font-size: 24px;
	font-weight: 700;
	line-height: 27.36px;
	text-underline-position: from-font;
	text-decoration-skip-ink: none;
	color:#363636;
}
.homeservices h2{
	font-size: 54px;
	font-weight: 700;
	line-height: 82.13px;
	text-align: center;
	text-underline-position: from-font;
	text-decoration-skip-ink: none;
}
.homeservices h6{
	font-size: 28px;
	font-weight: 400;
	line-height: 42.59px;
	text-underline-position: from-font;
	text-decoration-skip-ink: none;
}
.homeservices h5{
	font-size: 20px;
	font-weight: 600;
	text-underline-position: from-font;
	text-decoration-skip-ink: none;
}
.homeblog h2{
	font-size: 56px;
	font-weight: 700;
	line-height: 85.18px;
	text-align: center;
	text-underline-position: from-font;
	text-decoration-skip-ink: none;
}
.homeblog h6{
	font-size: 18px;
	font-weight: 400;
	line-height: 27.38px;
	letter-spacing: 0.03em;
	text-align: center;
	text-underline-position: from-font;
	text-decoration-skip-ink: none;
	color:#171717B2;
}
.tab-style-4 .nav .nav-item a {
    padding: 0px 0;
    font-weight: 600;
    color: #363636;
    position: relative;
    display: block;
	font-size: 16px;
	font-weight: 400;
	line-height: 24.34px;
	text-align: center;
	text-underline-position: from-font;
	text-decoration-skip-ink: none;
}
.tab-style-4 .nav .nav-item a.active {
    color: #1137BE !important;
}
.tab-style-4 .nav .nav-item a:after {
    content: "";
    position: absolute;
    bottom: -2px;
    left: auto;
    right: 0;
    width: 0px;
    transition: ease-in-out all 0.55s;
    height: 2px;
    background: #1137BE!important;
}
.homeblog .card{
	background: linear-gradient(149.39deg, rgba(222, 223, 243, 0.2) 0%, rgba(237, 241, 248, 0.2) 50%, rgba(222, 223, 243, 0.2) 100%);
	border: 1px solid #1137BE33;
	border-radius:10px;
}
.homeblog .card img{
	border-radius:10px;
}
.homeblog .card h5{
	font-size: 24px;
	font-weight: 400;
	line-height: 36.5px;
	text-align: left;
	text-underline-position: from-font;
	text-decoration-skip-ink: none;
}
.homeblog .card h6{
	font-size: 18px;
	font-weight: 400;
	line-height: 27.38px;
	letter-spacing: 0.03em;
	text-align: left;
	text-underline-position: from-font;
	text-decoration-skip-ink: none;
}
.homeblog .card p{
	font-size: 18px;
	font-weight: 400;
	line-height: 27.38px;
	letter-spacing: 0.03em;
	text-align: left;
	text-underline-position: from-font;
	text-decoration-skip-ink: none;
}
.homeblog .card a{
	font-size: 22px;
	font-weight: 700;
	text-align: left;
	text-underline-position: from-font;
	text-decoration-skip-ink: none;
}
.aboutinvesting h2{
	font-size: 32px;
	font-weight: 600;
	line-height: 48.67px;
	text-align: left;
	text-underline-position: from-font;
	text-decoration-skip-ink: none;
}
.aboutinvesting p{
	font-size: 20px;
	font-weight: 400;
	line-height: 30.42px;
	text-align: left;
	text-underline-position: from-font;
	text-decoration-skip-ink: none;
    color: #171717 !important;
}
.aboutinvesting .btn-aboutinvesting{
	background-color:#1137BE;
	border-radius:8px;
	padding:10px 20px;
	font-size: 18px;
	font-weight: 700;
	line-height: 27.38px;
	text-align: center;
	text-underline-position: from-font;
	text-decoration-skip-ink: none;
	color:#fff;
}
.hometestimonials h2{
	font-size: 32px;
	font-weight: 700;
	line-height: 48.67px;
	text-align: left;
	text-underline-position: from-font;
	text-decoration-skip-ink: none;
	color:#E58110 !important;
}
.hometestimonials h6{
	font-size: 20px;
	font-weight: 600;
	line-height: 30.42px;
	text-align: left;
	text-underline-position: from-font;
	text-decoration-skip-ink: none;
	color:#171717;
}
.hometestimonials p{
	font-size: 20px;
	font-weight: 400;
	line-height: 30.42px;
	text-align: left;
	text-underline-position: from-font;
	text-decoration-skip-ink: none;
	color:#171717;
}
.iconHeadingLayout_heading__AD470 {
    font-size: 45px;
    line-height: 65px;
    font-weight: normal;
    color:#44475b;
}
.maps .secondaryFooter_heading__kSlY0 {
    font-size: 37px;
    margin: auto;
    width: 100%;
    color:#44475b;
}
.secondaryFooter_heading__kSlY0 {
    font-size: 64px;
    margin: auto;
    width: 100%;
    color:#44475b;
}
.financialgoals h2{
	font-size: 40px;
	font-weight: 700;
	line-height: 60.84px;
	text-align: left;
	text-underline-position: from-font;
	text-decoration-skip-ink: none;
}
.financialgoals h6{
	font-size: 24px;
	font-weight: 600;
	line-height: 36.5px;
	text-underline-position: from-font;
	text-decoration-skip-ink: none;
}
.financialgoals p{
	font-size: 22px;
	font-weight: 400;
	line-height: 42.55px;
	text-align: left;
	text-underline-position: from-font;
	text-decoration-skip-ink: none;
    color: #171717 !important;
}
.financialgoals select{
    font-size: 16px;
    border: 0.5px solid #E58110;
    background: #E581101A;
    border-radius:5px;
}
.financialgoals input{
    border: 0.5px solid #E58110;
    background: #E581101A;
    border-radius:5px;
    padding: 2px 8px;
}
.btngoalshome{
	font-size: 18px;
	font-weight: 700;
	line-height: 27.38px;
	text-align: center;
	text-underline-position: from-font;
	text-decoration-skip-ink: none;
	padding:10px 22px;
	background: #1137BE;
	border-radius:8px;
	color:#fff;
}
.btngoalshome:hover{
	padding:10px 22px;
	background: #1137BE;
	border-radius:8px;
	color:#fff;
}
.homefaq .accordion-button{
	border-radius:0px !important;
	border: 1px solid #1137BE33;
	background: linear-gradient(149.39deg, rgba(222, 223, 243, 0.2) 0%, rgba(237, 241, 248, 0.2) 50%, rgba(222, 223, 243, 0.2) 100%);
	font-size: 22px;
	font-weight: 400;
	line-height: 33.46px;
	text-align: left;
	text-underline-position: from-font;
	text-decoration-skip-ink: none;
}
.homefaq .accordion-body{
    padding: 15px 20px;
    background: linear-gradient(149.39deg, rgba(222, 223, 243, 0.1) 0%, rgba(237, 241, 248, 0.1) 50%, rgba(222, 223, 243, 0.1) 100%);
    border: 1px solid #1137BE33;
	font-size: 20px;
	font-weight: 400;
	line-height: 30.42px;
	text-align: left;
	text-underline-position: from-font;
	text-decoration-skip-ink: none;
}
.homefaq h2{
	font-size: 56px;
	font-weight: 700;
	line-height: 85.18px;
	text-align: center;
	text-underline-position: from-font;
	text-decoration-skip-ink: none;
}
.homefaq .accordion{
    --bs-accordion-btn-icon: url('/assets/img/home/accordion-plus.svg');
    --bs-accordion-btn-active-icon: url('/assets/img/home/accordion-minus.svg');
}
.homefaq .accordion-button:not(.collapsed)::after{
    margin-bottom: 10px;
}
.homefaq .accordion-button:not(.collapsed) {
    color: #000000;
    background-color: var(--bs-accordion-active-bg);
    box-shadow: inset 0 calc(-1* var(--bs-accordion-border-width)) 0 var(--bs-accordion-border-color);
}
.footer h6{
	font-size: 20px;
	font-weight: 600;
	line-height: 30.42px;
	text-underline-position: from-font;
	text-decoration-skip-ink: none;
}
.footer ul li a{
	font-size: 20px;
	font-weight: 400;
	line-height: 35.42px;
	text-align: left;
	text-underline-position: from-font;
	text-decoration-skip-ink: none;
	color:#171717;
}
.footer p{
	font-size: 20px;
	font-weight: 400;
	line-height: 30.42px;
	text-align: left;
	text-underline-position: from-font;
	text-decoration-skip-ink: none;
	color:#171717;
}
.footer .copyrights{
	font-size: 16px;
	font-weight: 400;
	line-height: 24.34px;
	text-align: left;
	text-underline-position: from-font;
	text-decoration-skip-ink: none;
}
.footer-links a{
	font-size: 16px;
	font-weight: 400;
	line-height: 24.34px;
	text-align: center;
	text-underline-position: from-font;
	text-decoration-skip-ink: none;
	color:#1137BEB2;
}
@media screen and (min-width:992px) and (max-width:1199px){
	.bannerBg h1 {
	    font-size: 42px;
	    font-weight: 700;
	    line-height: 50.18px;
	    text-align: left;
	    text-underline-position: from-font;
	    text-decoration-skip-ink: none;
	}
	.bannerBg h2 {
	    font-size: 30px;
	    font-weight: 600;
	    line-height: 37.88px;
	    text-align: left;
	    text-underline-position: from-font;
	    text-decoration-skip-ink: none;
	}
	.nav-link {
	    color: #171717;
	    padding-top: 9px;
	    padding-bottom: 9px;
	    padding-right: 5px !important;
	    padding-left: 5px !important;
	    font-size: 13px;
	    font-weight: 400;
	    line-height: 27.38px;
	    text-align: center;
	    text-underline-position: from-font;
	    text-decoration-skip-ink: none;
	}
	.header-home .logo-light, .logo-dark {
	    width: 110px;
	}
	.header-home .navbar-collapse::before {
	    content: "";
	    position: absolute;
	    top: 0;
	    left: 99px;
	    width: 69%;
	    height: 100%;
	    background-color: white;
	}
	.banner-btn::before {
	    content: "";
	    position: absolute;
	    top: 0;
	    left: 179px;
	    width: 42%;
	    height: 100%;
	    background-color: white;
	}
	.btn-invest {
	    border: 2px solid #1137BE;
	    color: #000;
	    border-radius: 10px;
	    font-size: 14px;
	    font-weight: 700;
	    line-height: 27.38px;
	    text-align: center;
	    text-underline-position: from-font;
	    text-decoration-skip-ink: none;
	    padding: 10px;
	}
	.btn-call {
	    background-color: #1137BE;
	    color: #fff;
	    border-radius: 10px;
	    border: 2px solid #1137BE;
	    font-size: 14px;
	    font-weight: 700;
	    line-height: 27.38px;
	    text-align: center;
	    text-underline-position: from-font;
	    text-decoration-skip-ink: none;
	    padding: 10px;
	}
	.homeabout h2 {
	    font-size: 39px;
	    font-weight: 700;
	    line-height: 54.18px;
	    text-align: center;
	    text-underline-position: from-font;
	    text-decoration-skip-ink: none;
	}
	.homeabout h5 {
	    font-size: 21px;
	    font-weight: 600;
	    line-height: 30.55px;
	    text-align: center;
	    text-underline-position: from-font;
	    text-decoration-skip-ink: none;
	}
	.homeaboutindex .maincont {
	    font-size: 16px;
	    font-weight: 400;
	    line-height: 24.38px;
	    text-align: left;
	    text-underline-position: from-font;
	    text-decoration-skip-ink: none;
	}
	.homeblog h2 {
	    font-size: 43px;
	    font-weight: 700;
	    line-height: 71.18px;
	    text-align: center;
	    text-underline-position: from-font;
	    text-decoration-skip-ink: none;
	    z-index: 1;
	    position: relative;
	}
	.homeblog h6 {
	    font-size: 16px;
	    font-weight: 400;
	    line-height: 16.38px;
	    letter-spacing: 0.03em;
	    text-align: center;
	    text-underline-position: from-font;
	    text-decoration-skip-ink: none;
	    color: #171717B2;
	}
	.homeblog .card h5 {
	    font-size: 20px;
	    font-weight: 400;
	    line-height: 28.5px;
	    text-align: left;
	    text-underline-position: from-font;
	    text-decoration-skip-ink: none;
	}
	.homeblog .card h6 {
	    font-size: 14px;
	    font-weight: 400;
	    line-height: 22.38px;
	    letter-spacing: 0.03em;
	    text-align: left;
	    text-underline-position: from-font;
	    text-decoration-skip-ink: none;
	}
	.homeblog .card p {
	    font-size: 15px;
	    font-weight: 400;
	    line-height: 25.38px;
	    letter-spacing: 0.03em;
	    text-align: left;
	    text-underline-position: from-font;
	    text-decoration-skip-ink: none;
	}
	.homeblog .card a {
	    font-size: 18px;
	    font-weight: 700;
	    text-align: left;
	    text-underline-position: from-font;
	    text-decoration-skip-ink: none;
	}
	.aboutinvesting h2 {
	    font-size: 30px;
	    font-weight: 600;
	    line-height: 20.67px;
	    text-align: left;
	    text-underline-position: from-font;
	    text-decoration-skip-ink: none;
	}
	.aboutinvesting p {
	    font-size: 18px;
	    font-weight: 400;
	    line-height: 27.42px;
	    text-align: left;
	    text-underline-position: from-font;
	    text-decoration-skip-ink: none;
        color: #171717 !important;
	}
	.aboutinvesting .btn-aboutinvesting {
	    background-color: #1137BE;
	    border-radius: 8px;
	    padding: 10px 20px;
	    font-size: 15px;
	    font-weight: 700;
	    line-height: 23.38px;
	    text-align: center;
	    text-underline-position: from-font;
	    text-decoration-skip-ink: none;
	    color: #fff;
	}
	.hometestimonials h2 {
	    font-size: 28px;
	    font-weight: 700;
	    line-height: 48.67px;
	    text-align: left;
	    text-underline-position: from-font;
	    text-decoration-skip-ink: none;
	    color: #E58110 !important;
	}
	.hometestimonials h6 {
	    font-size: 18px;
	    font-weight: 600;
	    line-height: 30.42px;
	    text-align: left;
	    text-underline-position: from-font;
	    text-decoration-skip-ink: none;
	    color: #171717;
	}
	.hometestimonials p {
	    font-size: 18px;
	    font-weight: 400;
	    line-height: 28.42px;
	    text-align: left;
	    text-underline-position: from-font;
	    text-decoration-skip-ink: none;
	    color: #171717;
	}
	.financialgoals h2 {
	    font-size: 35px;
	    font-weight: 700;
	    line-height: 51.84px;
	    text-align: left;
	    text-underline-position: from-font;
	    text-decoration-skip-ink: none;
	}
	.financialgoals h6 {
	    font-size: 20px;
	    font-weight: 600;
	    line-height: 46.5px;
	    text-underline-position: from-font;
	    text-decoration-skip-ink: none;
	}
	.btngoalshome {
	    font-size: 15px;
	    font-weight: 700;
	    line-height: 27.38px;
	    text-align: center;
	    text-underline-position: from-font;
	    text-decoration-skip-ink: none;
	    padding: 5px 22px;
	    background: #1137BE;
	    border-radius: 8px;
	    color: #fff;
	}
	.homefaq h2 {
	    font-size: 45px;
	    font-weight: 700;
	    line-height: 85.18px;
	    text-align: center;
	    text-underline-position: from-font;
	    text-decoration-skip-ink: none;
	}
	.homefaq .accordion-button {
	    border-radius: 0px !important;
	    border: 1px solid #1137BE33;
	    background: linear-gradient(149.39deg, rgba(222, 223, 243, 0.2) 0%, rgba(237, 241, 248, 0.2) 50%, rgba(222, 223, 243, 0.2) 100%);
	    font-size: 18px;
	    font-weight: 400;
	    line-height: 26.46px;
	    text-align: left;
	    text-underline-position: from-font;
	    text-decoration-skip-ink: none;
	}
	.homefaq .accordion-body {
	    padding: 15px 20px;
	    background: linear-gradient(149.39deg, rgba(222, 223, 243, 0.1) 0%, rgba(237, 241, 248, 0.1) 50%, rgba(222, 223, 243, 0.1) 100%);
	    border: 1px solid #1137BE33;
	    font-size: 16px;
	    font-weight: 400;
	    line-height: 25.42px;
	    text-align: left;
	    text-underline-position: from-font;
	    text-decoration-skip-ink: none;
	}
	.footer h6 {
	    font-size: 16px;
	    font-weight: 600;
	    line-height: 30.42px;
	    text-underline-position: from-font;
	    text-decoration-skip-ink: none;
	}
	.footer ul li a {
	    font-size: 15px;
	    font-weight: 400;
	    line-height: 32.42px;
	    text-align: left;
	    text-underline-position: from-font;
	    text-decoration-skip-ink: none;
	    color: #171717;
	}
	.footer p {
	    font-size: 17px;
	    font-weight: 400;
	    line-height: 25.42px;
	    text-align: left;
	    text-underline-position: from-font;
	    text-decoration-skip-ink: none;
	    color: #171717;
	}
	.footer .copyrights {
	    font-size: 13px;
	    font-weight: 400;
	    line-height: 24.34px;
	    text-align: left;
	    text-underline-position: from-font;
	    text-decoration-skip-ink: none;
	}
	.footer-links a {
	    font-size: 13px;
	    font-weight: 400;
	    line-height: 16.34px;
	    text-align: center;
	    text-underline-position: from-font;
	    text-decoration-skip-ink: none;
	    color: #1137BEB2;
	}
	.homehighlight h2 {
	    font-size: 35px;
	    font-weight: 700;
	    line-height: 68.13px;
	    text-align: center;
	    text-underline-position: from-font;
	    text-decoration-skip-ink: none;
	    position: relative;
	    z-index: 1;
	}
	.homehighlight h4 {
	    font-family: Domine;
	    font-size: 25px;
	    font-weight: 700;
	    line-height: 38.76px;
	    text-underline-position: from-font;
	    text-decoration-skip-ink: none;
	    color: #FF8700;
	}
	.homehighlight h6 {
	    font-family: Domine;
	    font-size: 20px;
	    font-weight: 700;
	    line-height: 17.36px;
	    text-underline-position: from-font;
	    text-decoration-skip-ink: none;
	    color: #363636;
	}
	.homehighlight .line-1{
	    margin-top: 40px !important;
    	margin-left: 31px !important;
	}
	.homehighlight .line-2{
        margin-top: 40px !important;
    	margin-left: 400px !important;
	}
	.homehighlight .line-3{
        margin-top: 270px !important;
   	    margin-left: 31px !important;
	}
	.homehighlight .line-4{
        margin-top: 270px !important;
   	    margin-left: 400px !important;
	}
	.homeservices h2 {
	    font-size: 35px;
	    font-weight: 700;
	    line-height: 50.13px;
	    text-align: center;
	    text-underline-position: from-font;
	    text-decoration-skip-ink: none;
	}
	.homeservices h6 {
	    font-size: 22px;
	    font-weight: 400;
	    line-height: 35.59px;
	    text-underline-position: from-font;
	    text-decoration-skip-ink: none;
	}
	.homeservices h5 {
	    font-size: 12px;
	    font-weight: 600;
	    text-underline-position: from-font;
	    text-decoration-skip-ink: none;
	}
	.homeservices a {
	    font-size: 12px;
	    font-weight: 600;
	    text-underline-position: from-font;
	    text-decoration-skip-ink: none;
	}
}
@media screen and (min-width:1200px) and (max-width:1399px){
	.nav-link {
	    color: #171717;
	    padding-top: 9px;
	    padding-bottom: 9px;
	    padding-right: 10px !important;
    	padding-left: 10px !important;
	    font-size: 15px;
	    font-weight: 400;
	    line-height: 27.38px;
	    text-align: center;
	    text-underline-position: from-font;
	    text-decoration-skip-ink: none;
	}
	.header-home .navbar-collapse::before {
	    content: "";
	    position: absolute;
	    top: 0;
	    left: 100px;
	    width: 75%;
	    height: 100%;
	    background-color: white;
	}
	.bannerBg h1 {
	    font-size: 45px;
	    font-weight: 700;
	    line-height: 60.18px;
	    text-align: left;
	    text-underline-position: from-font;
	    text-decoration-skip-ink: none;
	}
	.bannerBg h2 {
	    font-size: 35px;
	    font-weight: 600;
	    line-height: 45.88px;
	    text-align: left;
	    text-underline-position: from-font;
	    text-decoration-skip-ink: none;
	}
	.banner-btn::before {
	    content: "";
	    position: absolute;
	    top: 0;
	    left: 187px;
	    width: 52%;
	    height: 100%;
	    background-color: white;
	}
	.homeabout h2 {
	    font-size: 48px;
	    font-weight: 700;
	    line-height: 75.18px;
	    text-align: center;
	    text-underline-position: from-font;
	    text-decoration-skip-ink: none;
	}
	.homeabout h5 {
	    font-size: 22px;
	    font-weight: 600;
	    line-height: 25.55px;
	    text-align: center;
	    text-underline-position: from-font;
	    text-decoration-skip-ink: none;
	}
	.homehighlight h2 {
	    font-size: 45px;
	    font-weight: 700;
	    line-height: 67.13px;
	    text-align: center;
	    text-underline-position: from-font;
	    text-decoration-skip-ink: none;
	}
	.homehighlight h4 {
	    font-family: Domine;
	    font-size: 30px;
	    font-weight: 700;
	    line-height: 38.76px;
	    text-underline-position: from-font;
	    text-decoration-skip-ink: none;
	    color: #FF8700;
	}
	.homehighlight h6 {
	    font-family: Domine;
	    font-size: 20px;
	    font-weight: 700;
	    line-height: 25.36px;
	    text-underline-position: from-font;
	    text-decoration-skip-ink: none;
	    color: #363636;
	}
	.homehighlight .line-1{
        margin-top: 50px !important;
    	margin-left: 80px !important;
	}
	.homehighlight .line-2{
        margin-top: 50px !important;
    	margin-left: 505px !important;
	}
	.homehighlight .line-3{
       	margin-top: 290px !important;
    	margin-left: 80px !important;
	}
	.homehighlight .line-4{
       	margin-top: 290px !important;
    	margin-left: 505px !important;
	}
	.homeservices h2 {
	    font-size: 45px;
	    font-weight: 700;
	    line-height: 57.13px;
	    text-align: center;
	    text-underline-position: from-font;
	    text-decoration-skip-ink: none;
	}
	.homeservices h6 {
	    font-size: 25px;
	    font-weight: 400;
	    line-height: 42.59px;
	    text-underline-position: from-font;
	    text-decoration-skip-ink: none;
	}
	.homeservices h5 {
	    font-size: 15px;
	    font-weight: 600;
	    text-underline-position: from-font;
	    text-decoration-skip-ink: none;
	}
    .homeservices a {
        font-size: 15px;
        font-weight: 600;
        text-underline-position: from-font;
        text-decoration-skip-ink: none;
    }
    .homeblog h2 {
	    font-size: 45px;
	    font-weight: 700;
	    line-height: 74.18px;
	    text-align: center;
	    text-underline-position: from-font;
	    text-decoration-skip-ink: none;
	}
	.homeblog .card h5 {
	    font-size: 22px;
	    font-weight: 400;
	    line-height: 29.5px;
	    text-align: left;
	    text-underline-position: from-font;
	    text-decoration-skip-ink: none;
	}
	.homeblog .card h6 {
	    font-size: 15px;
	    font-weight: 400;
	    line-height: 27.38px;
	    letter-spacing: 0.03em;
	    text-align: left;
	    text-underline-position: from-font;
	    text-decoration-skip-ink: none;
	}
	.homeblog .card p {
	    font-size: 16px;
	    font-weight: 400;
	    line-height: 25.38px;
	    letter-spacing: 0.03em;
	    text-align: left;
	    text-underline-position: from-font;
	    text-decoration-skip-ink: none;
	}
	.homeblog .card a {
	    font-size: 18px;
	    font-weight: 700;
	    text-align: left;
	    text-underline-position: from-font;
	    text-decoration-skip-ink: none;
	}
}
@media screen and (min-width:768px) and (max-width:991px){
	.bannerBg h1 {
	    font-size: 30px;
	    font-weight: 700;
	    line-height: 40.18px;
	    text-align: left;
	    text-underline-position: from-font;
	    text-decoration-skip-ink: none;
	}
	.bannerBg h2 {
	    font-size: 25px;
	    font-weight: 600;
	    line-height: 30.88px;
	    text-align: left;
	    text-underline-position: from-font;
	    text-decoration-skip-ink: none;
	}
	.btn-call {
	    background-color: #1137BE;
	    color: #fff;
	    border-radius: 10px;
	    border: 2px solid #1137BE;
	    font-size: 12px;
	    font-weight: 700;
	    line-height: 27.38px;
	    text-align: center;
	    text-underline-position: from-font;
	    text-decoration-skip-ink: none;
	    padding: 5px;
	}
	.btn-invest {
	    border: 2px solid #1137BE;
	    color: #000;
	    border-radius: 10px;
	    font-size: 12px;
	    font-weight: 700;
	    line-height: 27.38px;
	    text-align: center;
	    text-underline-position: from-font;
	    text-decoration-skip-ink: none;
	    padding: 5px;
	}
	.banner-btn::before {
	    content: "";
	    position: absolute;
	    top: 0;
	    left: 169px;
	    width: 31%;
	    height: 100%;
	    background-color: white;
	}
	.homeabout .iconimg{
		width:30px;
	}
	.homehighlight h2 {
	    font-size: 35px;
	    font-weight: 700;
	    line-height: 65.13px;
	    text-align: center;
	    text-underline-position: from-font;
	    text-decoration-skip-ink: none;
	    position: relative;
	    z-index: 1;
	}
	.homehighlight h4 {
	    font-family: Domine;
	    font-size: 25px;
	    font-weight: 700;
	    line-height: 38.76px;
	    text-underline-position: from-font;
	    text-decoration-skip-ink: none;
	    color: #FF8700;
	}
	.homehighlight h6 {
	    font-family: Domine;
	    font-size: 20px;
	    font-weight: 700;
	    line-height: 18.36px;
	    text-underline-position: from-font;
	    text-decoration-skip-ink: none;
	    color: #363636;
	}
	.homehighlight .line-1{
        margin-top: 79px !important;
	    margin-left: 33px !important;
	    width: 30% !important;
	}
	.homehighlight .line-2{
      	margin-top: 79px !important;
	    margin-left: 310px !important;
	    width: 30% !important;
	}
	.homehighlight .line-3{
       	margin-top: 239px !important;
        margin-left: 33px !important;
        width: 30%;
	}
	.homehighlight .line-4{
       	margin-top: 239px !important;
        margin-left: 310px !important;
        width: 30%;
	}
	.homeservices h2 {
	    font-size: 35px;
	    font-weight: 700;
	    line-height: 52.13px;
	    text-align: center;
	    text-underline-position: from-font;
	    text-decoration-skip-ink: none;
	}
	.homeservices h6 {
	    font-size: 20px;
	    font-weight: 400;
	    line-height: 30.59px;
	    text-underline-position: from-font;
	    text-decoration-skip-ink: none;
	}
	.homeblog h2 {
	    font-size: 35px;
	    font-weight: 700;
	    line-height: 71.18px;
	    text-align: center;
	    text-underline-position: from-font;
	    text-decoration-skip-ink: none;
	}
	.homefaq h2 {
	    font-size: 40px;
	    font-weight: 700;
	    line-height: 46.18px;
	    text-align: center;
	    text-underline-position: from-font;
	    text-decoration-skip-ink: none;
	}
}
@media screen and (min-width:425px) and (max-width:767px){
	.bannerBg h1 {
	    font-size: 30px;
	    font-weight: 700;
	    line-height: 41.18px;
	    text-align: left;
	    text-underline-position: from-font;
	    text-decoration-skip-ink: none;
	    margin-top: 100px;
	}
	.bannerBg h2 {
	    font-size: 25px;
	    font-weight: 600;
	    line-height: 33.88px;
	    text-align: left;
	    text-underline-position: from-font;
	    text-decoration-skip-ink: none;
	}
	.banner-btn {
	    background-image: none;
	    background-position: left center, right center;
	    background-repeat: no-repeat;
	    background-size: auto 100%;
	    position: relative;
	    bottom: -1px;
	}
	.banner-btn::before {
	    content: "";
	    position: absolute;
	    top: 0;
	    left: 180px;
	    width: 59%;
	    height: 100%;
	    background-color: #ffffff00;
	}
	.btn-call {
	    background-color: #1137BE;
	    color: #fff;
	    border-radius: 10px;
	    border: 2px solid #1137BE;
	    font-size: 18px;
	    font-weight: 700;
	    line-height: 27.38px;
	    text-align: center;
	    text-underline-position: from-font;
	    text-decoration-skip-ink: none;
	    margin-bottom: 20px;
	}
	.homeabout h2 {
	    font-size: 30px;
	    font-weight: 700;
	    line-height: 35.18px;
	    text-align: center;
	    text-underline-position: from-font;
	    text-decoration-skip-ink: none;
	    position: relative;
	    z-index: 1;
	}
	.homeabout h5 {
	    font-size: 18px;
	    font-weight: 600;
	    line-height: 40.55px;
	    text-align: center;
	    text-underline-position: from-font;
	    text-decoration-skip-ink: none;
	    position: relative;
	    z-index: 1;
	}
	.homehighlight h2 {
	    font-size: 35px;
	    font-weight: 700;
	    line-height: 51.13px;
	    text-align: center;
	    text-underline-position: from-font;
	    text-decoration-skip-ink: none;
	    position: relative;
	    z-index: 1;
	}
	.homehighlight .line-1{
        display:none;
	}
	.homehighlight .line-2{
      	display:none;
	}
	.homehighlight .line-3{
       	display:none;
	}
	.homehighlight .line-4{
       	display:none;
	}
	.mobimg{
		margin-top:30px !important;
	}
	.homeservices h2 {
	    font-size: 35px;
	    font-weight: 700;
	    line-height: 45.13px;
	    text-align: center;
	    text-underline-position: from-font;
	    text-decoration-skip-ink: none;
	}
	.homeservices h6 {
	    font-size: 19px;
	    font-weight: 400;
	    line-height: 42.59px;
	    text-underline-position: from-font;
	    text-decoration-skip-ink: none;
	    margin-bottom: 30px !important;
	}
	.homeblog h2 {
	    font-size: 35px;
	    font-weight: 700;
	    line-height: 47.18px;
	    text-align: center;
	    text-underline-position: from-font;
	    text-decoration-skip-ink: none;
	}
	.users-location-6:after, .users-location-6:hover:after {
	    content: "";
	    position: absolute;
	    left: 50%;
	    top: 50%;
	    width: 30px;
	    height: 30px;
	    /* background: #00b852; */
	    border-radius: 50%;
	    margin-top: -6px;
	    margin-left: -6px;
	    background-image: url(/assets/img/home/testimonials/ajay-kumar.png);
	    background-size: cover;
	}
	.users-location-4:after, .users-location-4:hover:after {
	    content: "";
	    position: absolute;
	    left: 50%;
	    top: 50%;
	    width: 25px;
	    height: 25px;
	    /* background: #00b852; */
	    border-radius: 50%;
	    margin-top: -6px;
	    margin-left: -6px;
	    background-image: url(/assets/img/home/testimonials/testi-4.png);
	    background-size: cover;
	}
	.users-location-5:after, .users-location-5:hover:after {
	    content: "";
	    position: absolute;
	    left: 50%;
	    top: 50%;
	    width: 25px;
	    height: 25px;
	    /* background: #00b852; */
	    border-radius: 50%;
	    margin-top: -6px;
	    margin-left: -6px;
	    background-image: url(/assets/img/home/testimonials/testi-5.png);
	    background-size: cover;
	}
	.users-location-1:after, .users-location-1:hover:after {
	    content: "";
	    position: absolute;
	    left: 50%;
	    top: 50%;
	    width: 30px;
	    height: 30px;
	    /* background: #00b852; */
	    border-radius: 50%;
	    margin-top: -6px;
	    margin-left: -6px;
	    background-image: url(/assets/img/home/testimonials/testi-1.png);
	    background-size: cover;
	}
	.users-location-2:after, .users-location-2:hover:after {
	    content: "";
	    position: absolute;
	    left: 50%;
	    top: 50%;
	    width: 25px;
	    height: 25px;
	    /* background: #00b852; */
	    border-radius: 50%;
	    margin-top: -6px;
	    margin-left: -6px;
	    background-image: url(/assets/img/home/testimonials/testi-2.png);
	    background-size: cover;
	}
	.users-location-3:after, .users-location-3:hover:after {
	    content: "";
	    position: absolute;
	    left: 50%;
	    top: 50%;
	    width: 30px;
	    height: 30px;
	    /* background: #00b852; */
	    border-radius: 50%;
	    margin-top: -6px;
	    margin-left: -6px;
	    background-image: url(/assets/img/home/testimonials/testi-3.png);
	    background-size: cover;
	}
	.user-all-info {
	    display: none;
	    position: absolute;
	    bottom: 35px;
	    left: -20px;
	    padding: 16px;
	    width: auto;
	    background: #f9f9fc;
	    /* box-shadow: 0 0 12px rgba(0, 0, 0, .1); */
	    border-radius: 8px;
	    transition: all .5s;
	    z-index: 9;
	    border: 1px solid #1137BE33;
	}
	.hometestimonials .user-all-info p {
	    font-size: 12px;
	    font-weight: 400;
	    line-height: 17.42px;
	    text-align: left;
	    text-underline-position: from-font;
	    text-decoration-skip-ink: none;
	    color: #171717;
	}
	.financialgoals h2 {
	    font-size: 30px;
	    font-weight: 700;
	    line-height: 44.84px;
	    text-align: left;
	    text-underline-position: from-font;
	    text-decoration-skip-ink: none;
	}
	.financialgoals h6 {
	    font-size: 20px;
	    font-weight: 600;
	    line-height: 36.5px;
	    text-underline-position: from-font;
	    text-decoration-skip-ink: none;
	}
	.homefaq h2 {
	    font-size: 35px;
	    font-weight: 700;
	    line-height: 85.18px;
	    text-align: center;
	    text-underline-position: from-font;
	    text-decoration-skip-ink: none;
	}
}
@media screen and (max-width:424px){
	.bannerBg h1 {
	    font-size: 30px;
	    font-weight: 700;
	    line-height: 41.18px;
	    text-align: left;
	    text-underline-position: from-font;
	    text-decoration-skip-ink: none;
	    margin-top: 100px;
	}
	.bannerBg h2 {
	    font-size: 25px;
	    font-weight: 600;
	    line-height: 33.88px;
	    text-align: left;
	    text-underline-position: from-font;
	    text-decoration-skip-ink: none;
	}
	.banner-btn {
	    background-image: none;
	    background-position: left center, right center;
	    background-repeat: no-repeat;
	    background-size: auto 100%;
	    position: relative;
	    bottom: -1px;
	}
	.banner-btn::before {
	    content: "";
	    position: absolute;
	    top: 0;
	    left: 180px;
	    width: 59%;
	    height: 100%;
	    background-color: #ffffff00;
	}
	.btn-call {
	    background-color: #1137BE;
	    color: #fff;
	    border-radius: 10px;
	    border: 2px solid #1137BE;
	    font-size: 18px;
	    font-weight: 700;
	    line-height: 27.38px;
	    text-align: center;
	    text-underline-position: from-font;
	    text-decoration-skip-ink: none;
	    margin-bottom: 20px;
	}
	.homeabout h2 {
	    font-size: 30px;
	    font-weight: 700;
	    line-height: 35.18px;
	    text-align: center;
	    text-underline-position: from-font;
	    text-decoration-skip-ink: none;
	    position: relative;
	    z-index: 1;
	}
	.homeabout h5 {
	    font-size: 18px;
	    font-weight: 600;
	    line-height: 40.55px;
	    text-align: center;
	    text-underline-position: from-font;
	    text-decoration-skip-ink: none;
	    position: relative;
	    z-index: 1;
	}
	.homehighlight h2 {
	    font-size: 35px;
	    font-weight: 700;
	    line-height: 51.13px;
	    text-align: center;
	    text-underline-position: from-font;
	    text-decoration-skip-ink: none;
	    position: relative;
	    z-index: 1;
	}
	.homehighlight .line-1{
        display:none;
	}
	.homehighlight .line-2{
      	display:none;
	}
	.homehighlight .line-3{
       	display:none;
	}
	.homehighlight .line-4{
       	display:none;
	}
	.mobimg{
		margin-top:30px !important;
	}
	.homeservices h2 {
	    font-size: 35px;
	    font-weight: 700;
	    line-height: 45.13px;
	    text-align: center;
	    text-underline-position: from-font;
	    text-decoration-skip-ink: none;
	}
	.homeservices h6 {
	    font-size: 19px;
	    font-weight: 400;
	    line-height: 42.59px;
	    text-underline-position: from-font;
	    text-decoration-skip-ink: none;
	    margin-bottom: 30px !important;
	}
	.homeblog h2 {
	    font-size: 35px;
	    font-weight: 700;
	    line-height: 47.18px;
	    text-align: center;
	    text-underline-position: from-font;
	    text-decoration-skip-ink: none;
	}
	.users-location-6:after, .users-location-6:hover:after {
	    content: "";
	    position: absolute;
	    left: 50%;
	    top: 50%;
	    width: 30px;
	    height: 30px;
	    /* background: #00b852; */
	    border-radius: 50%;
	    margin-top: -6px;
	    margin-left: -6px;
	    background-image: url(/assets/img/home/testimonials/testi-6.png);
	    background-size: cover;
	}
	.users-location-4:after, .users-location-4:hover:after {
	    content: "";
	    position: absolute;
	    left: 50%;
	    top: 50%;
	    width: 25px;
	    height: 25px;
	    /* background: #00b852; */
	    border-radius: 50%;
	    margin-top: -6px;
	    margin-left: -6px;
	    background-image: url(/assets/img/home/testimonials/testi-4.png);
	    background-size: cover;
	}
	.users-location-5:after, .users-location-5:hover:after {
	    content: "";
	    position: absolute;
	    left: 50%;
	    top: 50%;
	    width: 25px;
	    height: 25px;
	    /* background: #00b852; */
	    border-radius: 50%;
	    margin-top: -6px;
	    margin-left: -6px;
	    background-image: url(/assets/img/home/testimonials/testi-5.png);
	    background-size: cover;
	}
	.users-location-1:after, .users-location-1:hover:after {
	    content: "";
	    position: absolute;
	    left: 50%;
	    top: 50%;
	    width: 30px;
	    height: 30px;
	    /* background: #00b852; */
	    border-radius: 50%;
	    margin-top: -6px;
	    margin-left: -6px;
	    background-image: url(/assets/img/home/testimonials/testi-1.png);
	    background-size: cover;
	}
	.users-location-2:after, .users-location-2:hover:after {
	    content: "";
	    position: absolute;
	    left: 50%;
	    top: 50%;
	    width: 25px;
	    height: 25px;
	    /* background: #00b852; */
	    border-radius: 50%;
	    margin-top: -6px;
	    margin-left: -6px;
	    background-image: url(/assets/img/home/testimonials/testi-2.png);
	    background-size: cover;
	}
	.users-location-3:after, .users-location-3:hover:after {
	    content: "";
	    position: absolute;
	    left: 50%;
	    top: 50%;
	    width: 30px;
	    height: 30px;
	    /* background: #00b852; */
	    border-radius: 50%;
	    margin-top: -6px;
	    margin-left: -6px;
	    background-image: url(/assets/img/home/testimonials/testi-3.png);
	    background-size: cover;
	}
	.user-all-info {
	    display: none;
	    position: absolute;
	    bottom: 35px;
	    left: -20px;
	    padding: 16px;
	    width: auto;
	    background: #f9f9fc;
	    /* box-shadow: 0 0 12px rgba(0, 0, 0, .1); */
	    border-radius: 8px;
	    transition: all .5s;
	    z-index: 9;
	    border: 1px solid #1137BE33;
	}
	.hometestimonials .user-all-info p {
	    font-size: 12px;
	    font-weight: 400;
	    line-height: 17.42px;
	    text-align: left;
	    text-underline-position: from-font;
	    text-decoration-skip-ink: none;
	    color: #171717;
	}
	.financialgoals h2 {
	    font-size: 30px;
	    font-weight: 700;
	    line-height: 44.84px;
	    text-align: left;
	    text-underline-position: from-font;
	    text-decoration-skip-ink: none;
	}
	.financialgoals h6 {
	    font-size: 20px;
	    font-weight: 600;
	    line-height: 36.5px;
	    text-underline-position: from-font;
	    text-decoration-skip-ink: none;
	}
	.homefaq h2 {
	    font-size: 35px;
	    font-weight: 700;
	    line-height: 85.18px;
	    text-align: center;
	    text-underline-position: from-font;
	    text-decoration-skip-ink: none;
	}
}

/* about us start */
.aboutmain h2{
	font-size: 30px;
	font-weight: 700;
	line-height: 45.63px;
	text-align: left;
	text-underline-position: from-font;
	text-decoration-skip-ink: none;
	color:#171717;
}
.aboutmain p{
	font-size: 20px;
	font-weight: 400;
	line-height: 30.42px;
	text-align: left;
	text-underline-position: from-font;
	text-decoration-skip-ink: none;
	color:#171717;
}
.aboutmain p span{
	font-size: 20px;
	font-weight: 600;
	line-height: 30.42px;
	text-align: left;
	text-underline-position: from-font;
	text-decoration-skip-ink: none;
}
.ourstory-about .story-back {
  position: relative;
  width: 100%;
  overflow: hidden;
  border-radius:20px;
}

.ourstory-about .story-back video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: 1; /* Ensure the video is in the background */
  opacity:0.05;
}

.ourstory-about .story-back img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 2; /* Ensure the image appears in front of the video */
  max-width: 100%; /* Adjust size if necessary */
}
.ourstory-about .story-back .storymainabout{
	background:url('/assets/img/about/our-story.png');
	padding:50px;
	background-position: center;
  	background-repeat: no-repeat;
  	position:relative;
  	z-index:1;	
}
.ourstory-about .story-back .storymainabout p{
	font-size: 26px;
	font-weight: 400;
	line-height: 39.55px;
	text-align: center;
	text-underline-position: from-font;
	text-decoration-skip-ink: none;
	color:#171717;
	margin-bottom:35px;
}
.ourstory-about .story-back .storymainabout p span{
	font-size: 26px;
	font-weight: 700;
	line-height: 39.55px;
	text-align: center;
	text-underline-position: from-font;
	text-decoration-skip-ink: none;
}
.financialchallenge-about h2{
	font-size: 44px;
	font-weight: 700;
	line-height: 66.92px;
	text-align: left;
	text-underline-position: from-font;
	text-decoration-skip-ink: none;
	color:#171717;
}
.financialchallenge-about p{
	font-size: 20px;
	font-weight: 400;
	line-height: 30.42px;
	text-align: left;
	text-underline-position: from-font;
	text-decoration-skip-ink: none;
	color:#171717;
}
.financialchallenge-about p span{
	font-size: 20px;
	font-weight: 700;
	line-height: 30.42px;
	text-align: left;
	text-underline-position: from-font;
	text-decoration-skip-ink: none;
	color:#171717;
}
.financialchallenge-about img{
	border-radius:50px;
}
.howcanhelp-about h2{
	font-size: 44px;
	font-weight: 700;
	line-height: 66.92px;
	text-align: left;
	text-underline-position: from-font;
	text-decoration-skip-ink: none;
	color:#171717;
}
.howcanhelp-about p{
	font-size: 20px;
	font-weight: 400;
	line-height: 30.42px;
	text-align: left;
	text-underline-position: from-font;
	text-decoration-skip-ink: none;
	color:#171717;
}
.howcanhelp-about p span{
	font-size: 20px;
	font-weight: 700;
	line-height: 30.42px;
	text-align: left;
	text-underline-position: from-font;
	text-decoration-skip-ink: none;
	color:#171717;
}
.btn-schedule{
	font-size: 18px;
	font-weight: 700;
	line-height: 27.38px;
	text-align: center;
	text-underline-position: from-font;
	text-decoration-skip-ink: none;
	color:#fff;
	background: #1137BE;
	border-radius:8px;
}
.vision-aboutmain h2{
	font-size: 54px;
	font-weight: 700;
	line-height: 82.13px;
	text-align: left;
	text-underline-position: from-font;
	text-decoration-skip-ink: none;
}
.vision-aboutmain p{
	font-size: 20px;
	font-weight: 400;
	line-height: 30.42px;
	text-underline-position: from-font;
	text-decoration-skip-ink: none;
	color:#171717;
}
.value-aboutmain h4{
	font-size: 30px;
	font-weight: 700;
	line-height: 45.63px;
	text-align: center;
	text-underline-position: from-font;
	text-decoration-skip-ink: none;
}
.value-aboutmain .card{
	background: linear-gradient(94.17deg, rgba(222, 223, 243, 0.2) 0%, rgba(237, 241, 248, 0.2) 50%, rgba(222, 223, 243, 0.2) 100%);
	border: 0.5px solid #1137BE33;
	box-shadow: 0px 2px 5px 1px #00000040;
	border-radius:20px;
}
.value-aboutmain .card-body{
	padding:10px 25px;
}
.value-aboutmain h5{
	font-size: 24px;
	font-weight: 600;
	line-height: 36.5px;
	text-underline-position: from-font;
	text-decoration-skip-ink: none;
}
.value-aboutmain p{
	font-size: 20px;
	font-weight: 400;
	line-height: 30.42px;
	text-underline-position: from-font;
	text-decoration-skip-ink: none;
	color:#171717;
}
.visionaries-about h1{
	font-size: 56px;
	font-weight: 700;
	line-height: 85.18px;
	text-underline-position: from-font;
	text-decoration-skip-ink: none;
}
.visionaries-about .card{
	background: linear-gradient(94.17deg, rgba(222, 223, 243, 0.2) 0%, rgba(237, 241, 248, 0.2) 50%, rgba(222, 223, 243, 0.2) 100%);
	border: 0.5px solid #1137BE33;
	box-shadow: 0px 2px 5px 1px #00000040;
	border-radius:20px;
}
.visionaries-about .card-body{
	padding:5px;
}
.visionaries-about .chairman{
	background:#fff;
	border-radius:20px;
}
.visionaries-about h4{
	font-size: 26px;
	font-weight: 700;
	line-height: 39.55px;
	text-underline-position: from-font;
	text-decoration-skip-ink: none;
	margin-top:5px;
}
.visionaries-about h5{
	font-size: 26px;
	font-weight: 700;
	line-height: 39.55px;
	text-underline-position: from-font;
	text-decoration-skip-ink: none;
}
.visionaries-about p{
	font-size: 20px;
	font-weight: 400;
	line-height: 30.42px;
	text-align: justify;
	text-underline-position: from-font;
	text-decoration-skip-ink: none;
	color:#171717;
}
.visionaries-about .chairman-message{
	padding:40px;
}
.knowmore-about h2{
	font-size: 44px;
	font-weight: 700;
	line-height: 50px;
	text-underline-position: from-font;
	text-decoration-skip-ink: none;
}
.knowmore-about p{
	font-size: 20px;
	font-weight: 400;
	line-height: 30.42px;
	text-underline-position: from-font;
	text-decoration-skip-ink: none;
	color: #171717 !important;
}
.knowmore-about .knowmore-btn{
	font-size: 18px;
	font-weight: 700;
	line-height: 27.38px;
	text-align: center;
	text-underline-position: from-font;
	text-decoration-skip-ink: none;
	color:#fff;
	background: #1137BE;
	padding:10px 13px;
	border-radius:8px;
}
@media screen and (min-width:1200px) and (max-width:1399px){
	.ourstory-about .story-back .storymainabout {
	    background: url(/assets/img/about/our-story.png);
	    padding: 50px;
	    background-position: center;
	    background-repeat: no-repeat;
	    position: relative;
	    z-index: 1;
     	background-size: 80% auto;
	}
	.value-aboutmain p {
	    font-size: 17px;
	    font-weight: 400;
	    line-height: 25.42px;
	    text-underline-position: from-font;
	    text-decoration-skip-ink: none;
	    color: #171717;
	}
	.visionaries-about h1 {
	    font-size: 45px;
	    font-weight: 700;
	    line-height: 64.18px;
	    text-underline-position: from-font;
	    text-decoration-skip-ink: none;
	}
	.visionaries-about h4 {
	    font-size: 20px;
	    font-weight: 700;
	    line-height: 29.55px;
	    text-underline-position: from-font;
	    text-decoration-skip-ink: none;
	    margin-top: 5px;
	}
}
@media screen and (min-width:992px) and (max-width:1199px){
	.aboutmain h2 {
	    font-size: 25px;
	    font-weight: 700;
	    line-height: 35.63px;
	    text-align: left;
	    text-underline-position: from-font;
	    text-decoration-skip-ink: none;
	    color: #171717;
	}
	.aboutmain p {
	    font-size: 16px;
	    font-weight: 400;
	    line-height: 19.42px;
	    text-align: left;
	    text-underline-position: from-font;
	    text-decoration-skip-ink: none;
	    color: #171717;
	}
	.aboutmain hr{
	    margin-right: 1rem !important;
	}
	.ourstory-about .story-back .storymainabout p {
	    font-size: 20px;
	    font-weight: 400;
	    line-height: 30.55px;
	    text-align: center;
	    text-underline-position: from-font;
	    text-decoration-skip-ink: none;
	    color: #171717;
	    margin-bottom: 35px;
	}
	.financialchallenge-about h2 {
	    font-size: 35px;
	    font-weight: 700;
	    line-height: 45.92px;
	    text-align: left;
	    text-underline-position: from-font;
	    text-decoration-skip-ink: none;
	    color: #171717;
	}
	.financialchallenge-about p {
	    font-size: 18px;
	    font-weight: 400;
	    line-height: 25.42px;
	    text-align: left;
	    text-underline-position: from-font;
	    text-decoration-skip-ink: none;
	    color: #171717;
	}
	.financialchallenge-about p span {
    font-size: 18px;
	    font-weight: 700;
	    line-height: 25.42px;
	    text-align: left;
	    text-underline-position: from-font;
	    text-decoration-skip-ink: none;
	    color: #171717;
	}
	.howcanhelp-about h2 {
	    font-size: 35px;
	    font-weight: 700;
	    line-height: 40.92px;
	    text-align: left;
	    text-underline-position: from-font;
	    text-decoration-skip-ink: none;
	    color: #171717;
	}
	.howcanhelp-about p {
	    font-size: 17px;
	    font-weight: 400;
	    line-height: 27.42px;
	    text-align: left;
	    text-underline-position: from-font;
	    text-decoration-skip-ink: none;
	    color: #171717;
	}
	.howcanhelp-about p span {
	    font-size: 17px;
	    font-weight: 700;
	    line-height: 27.42px;
	    text-align: left;
	    text-underline-position: from-font;
	    text-decoration-skip-ink: none;
	    color: #171717;
	}
	.vision-aboutmain h2 {
	    font-size: 45px;
	    font-weight: 700;
	    line-height: 82.13px;
	    text-align: left;
	    text-underline-position: from-font;
	    text-decoration-skip-ink: none;
	}
	.vision-aboutmain p{
		font-size: 20px;
		font-weight: 400;
		line-height: 30.42px;
		text-underline-position: from-font;
		text-decoration-skip-ink: none;
		color:#171717;
	}
	.vision-aboutmain p {
	    font-size: 18px;
	    font-weight: 400;
	    line-height: 27.42px;
	    text-underline-position: from-font;
	    text-decoration-skip-ink: none;
	    color: #171717;
	}
	.value-aboutmain p {
	    font-size: 17px;
	    font-weight: 400;
	    line-height: 26.42px;
	    text-underline-position: from-font;
	    text-decoration-skip-ink: none;
	    color: #171717;
	}
	.visionaries-about h1 {
	    font-size: 40px;
	    font-weight: 700;
	    line-height: 65.18px;
	    text-underline-position: from-font;
	    text-decoration-skip-ink: none;
	}
	.visionaries-about h4 {
	    font-size: 18px;
	    font-weight: 700;
	    line-height: 39.55px;
	    text-underline-position: from-font;
	    text-decoration-skip-ink: none;
	    margin-top: 5px;
	}
	.visionaries-about h5 {
	    font-size: 22px;
	    font-weight: 700;
	    line-height: 32.55px;
	    text-underline-position: from-font;
	    text-decoration-skip-ink: none;
	}
	.visionaries-about p {
	    font-size: 17px;
	    font-weight: 400;
	    line-height: 26.42px;
	    text-align: justify;
	    text-underline-position: from-font;
	    text-decoration-skip-ink: none;
	    color: #171717;
	}
	.knowmore-about h2 {
	    font-size: 40px;
	    font-weight: 700;
	    line-height: 47px;
	    text-underline-position: from-font;
	    text-decoration-skip-ink: none;
	}
	.ourstory-about .story-back .storymainabout {
	    background: url(/assets/img/about/our-story.png);
	    padding: 50px;
	    background-position: center;
	    background-repeat: no-repeat;
	    position: relative;
	    z-index: 1;
    	background-size: 80% auto;
	}	
}
@media screen and (min-width:768px) and (max-width:991px){
	.aboutmain h2 {
	    font-size: 25px;
	    font-weight: 700;
	    line-height: 35.63px;
	    text-align: left;
	    text-underline-position: from-font;
	    text-decoration-skip-ink: none;
	    color: #171717;
	}
	.aboutmain p {
	    font-size: 15px;
	    font-weight: 400;
	    line-height: 26.42px;
	    text-align: left;
	    text-underline-position: from-font;
	    text-decoration-skip-ink: none;
	    color: #171717;
	}
	.aboutmain p span {
	    font-size: 16px;
	    font-weight: 600;
	    line-height: 26.42px;
	    text-align: left;
	    text-underline-position: from-font;
	    text-decoration-skip-ink: none;
	}
	.aboutmain hr{
        margin-right: 0.5rem !important;
	}
	.ourstory-about .story-back .storymainabout {
	    background: url(/assets/img/about/our-story.png);
	    padding: 50px;
	    background-position: center;
	    background-repeat: no-repeat;
	    position: relative;
	    z-index: 1;
     	background-size: 80% auto;
	}
	.ourstory-about .story-back .storymainabout p {
	    font-size: 17px;
	    font-weight: 400;
	    line-height: 27.55px;
	    text-align: center;
	    text-underline-position: from-font;
	    text-decoration-skip-ink: none;
	    color: #171717;
	    margin-bottom: 13px;
	}
	.ourstory-about .story-back .storymainabout p span {
	    font-size: 17px;
	    font-weight: 700;
	    line-height: 27.55px;
	    text-align: center;
	    text-underline-position: from-font;
	    text-decoration-skip-ink: none;
	}
	.financialchallenge-about h2 {
	    font-size: 30px;
	    font-weight: 700;
	    line-height: 39.92px;
	    text-align: left;
	    text-underline-position: from-font;
	    text-decoration-skip-ink: none;
	    color: #171717;
	}
	.financialchallenge-about p {
	    font-size: 16px;
	    font-weight: 400;
	    line-height: 26.42px;
	    text-align: left;
	    text-underline-position: from-font;
	    text-decoration-skip-ink: none;
	    color: #171717;
	}
	.financialchallenge-about p span {
	    font-size: 16px;
	    font-weight: 700;
	    line-height: 26.42px;
	    text-align: left;
	    text-underline-position: from-font;
	    text-decoration-skip-ink: none;
	    color: #171717;
	}
	.howcanhelp-about h2 {
	    font-size: 35px;
	    font-weight: 700;
	    line-height: 39.92px;
	    text-align: left;
	    text-underline-position: from-font;
	    text-decoration-skip-ink: none;
	    color: #171717;
	}
	.howcanhelp-about p {
	    font-size: 13px;
	    font-weight: 400;
	    line-height: 25.42px;
	    text-align: left;
	    text-underline-position: from-font;
	    text-decoration-skip-ink: none;
	    color: #171717;
	}
	.howcanhelp-about p span {
	    font-size: 13px;
	    font-weight: 700;
	    line-height: 25.42px;
	    text-align: left;
	    text-underline-position: from-font;
	    text-decoration-skip-ink: none;
	    color: #171717;
	}
	.btn-schedule {
	    font-size: 15px;
	    font-weight: 700;
	    line-height: 27.38px;
	    text-align: center;
	    text-underline-position: from-font;
	    text-decoration-skip-ink: none;
	    color: #fff;
	    background: #1137BE;
	    border-radius: 8px;
	}
	.vision-aboutmain h2 {
	    font-size: 35px;
	    font-weight: 700;
	    line-height: 67.13px;
	    text-align: left;
	    text-underline-position: from-font;
	    text-decoration-skip-ink: none;
	}
	.vision-aboutmain p {
	    font-size: 15px;
	    font-weight: 400;
	    line-height: 24.42px;
	    text-underline-position: from-font;
	    text-decoration-skip-ink: none;
	    color: #171717;
	}
	.vision-aboutmain hr{
        margin-right: 1.5rem !important;
	}
	.visionaries-about h1 {
	    font-size: 30px;
	    font-weight: 700;
	    line-height: 35.18px;
	    text-underline-position: from-font;
	    text-decoration-skip-ink: none;
	}
	.visionaries-about h4 {
	    font-size: 16px;
	    font-weight: 700;
	    line-height: 29.55px;
	    text-underline-position: from-font;
	    text-decoration-skip-ink: none;
	    margin-top: 5px;
	}
	.visionaries-about h5 {
	    font-size: 20px;
	    font-weight: 700;
	    line-height: 30.55px;
	    text-underline-position: from-font;
	    text-decoration-skip-ink: none;
	}
	.visionaries-about p {
	    font-size: 15px;
	    font-weight: 400;
	    line-height: 25.42px;
	    text-align: justify;
	    text-underline-position: from-font;
	    text-decoration-skip-ink: none;
	    color: #171717;
	}
	.visionaries-about .chairman-message {
	    padding: 10px;
	}
	.knowmore-about h2 {
	    font-size: 35px;
	    font-weight: 700;
	    line-height: 41px;
	    text-underline-position: from-font;
	    text-decoration-skip-ink: none;
	}
	.knowmore-about p {
	    font-size: 17px;
	    font-weight: 400;
	    line-height: 27.42px;
	    text-underline-position: from-font;
	    text-decoration-skip-ink: none;
        color: #171717 !important;
	}
	.knowmore-about .knowmore-btn {
	    font-size: 14px;
	    font-weight: 700;
	    line-height: 27.38px;
	    text-align: center;
	    text-underline-position: from-font;
	    text-decoration-skip-ink: none;
	    color: #fff;
	    background: #1137BE;
	    padding: 6px 13px;
	    border-radius: 8px;
	}
}
@media screen and (min-width:425px) and (max-width:767px){
	.ourstory-about .story-back .storymainabout {
	    background: url(/assets/img/about/our-story.png);
	    padding: 20px;
	    background-position: center;
	    background-repeat: no-repeat;
	    position: relative;
	    z-index: 1;
     	background-size: 80% auto;
	}
	.ourstory-about .story-back .storymainabout p {
	    font-size: 16px;
	    font-weight: 400;
	    line-height: 26.55px;
	    text-align: center;
	    text-underline-position: from-font;
	    text-decoration-skip-ink: none;
	    color: #171717;
        margin-bottom: 20px;
	}
	.ourstory-about .story-back .storymainabout p span{
	    font-size: 16px;
	    line-height: 26.55px;
	    text-align: center;
	    text-underline-position: from-font;
	    text-decoration-skip-ink: none;
	    color: #171717;
        margin-bottom: 20px;
	}
	.aboutmain p {
	    font-size: 16px;
	    font-weight: 400;
	    line-height: 30.42px;
	    text-align: left;
	    text-underline-position: from-font;
	    text-decoration-skip-ink: none;
	    color: #171717;
	}
	.aboutmain p span {
	    font-size: 16px;
	    font-weight: 600;
	    line-height: 30.42px;
	    text-align: left;
	    text-underline-position: from-font;
	    text-decoration-skip-ink: none;
	}
	.financialchallenge-about h2 {
	    font-size: 30px;
	    font-weight: 700;
	    line-height: 40.92px;
	    text-align: left;
	    text-underline-position: from-font;
	    text-decoration-skip-ink: none;
	    color: #171717;
	}
	.financialchallenge-about p {
	    font-size: 16px;
	    font-weight: 400;
	    line-height: 27.42px;
	    text-align: left;
	    text-underline-position: from-font;
	    text-decoration-skip-ink: none;
	    color: #171717;
	}
	.financialchallenge-about p span{
	    font-size: 16px;
	    line-height: 27.42px;
	    text-align: left;
	    text-underline-position: from-font;
	    text-decoration-skip-ink: none;
	    color: #171717;
	}
	.howcanhelp-about h2 {
	    font-size: 35px;
	    font-weight: 700;
	    line-height: 45.92px;
	    text-align: left;
	    text-underline-position: from-font;
	    text-decoration-skip-ink: none;
	    color: #171717;
	}
	.howcanhelp-about p {
	    font-size: 16px;
	    font-weight: 400;
	    line-height: 26.42px;
	    text-align: left;
	    text-underline-position: from-font;
	    text-decoration-skip-ink: none;
	    color: #171717;
	}
	.howcanhelp-about p span{
	    font-size: 16px;
	    line-height: 26.42px;
	    text-align: left;
	    text-underline-position: from-font;
	    text-decoration-skip-ink: none;
	    color: #171717;
	}
	.btn-schedule {
	    font-size: 15px;
	    font-weight: 700;
	    line-height: 27.38px;
	    text-align: center;
	    text-underline-position: from-font;
	    text-decoration-skip-ink: none;
	    color: #fff;
	    background: #1137BE;
	    border-radius: 8px;
	}
	.vision-aboutmain h2 {
	    font-size: 40px;
	    font-weight: 700;
	    line-height: 82.13px;
	    text-align: left;
	    text-underline-position: from-font;
	    text-decoration-skip-ink: none;
	}
	.vision-aboutmain p {
	    font-size: 16px;
	    font-weight: 400;
	    line-height: 27.42px;
	    text-underline-position: from-font;
	    text-decoration-skip-ink: none;
	    color: #171717;
	}
	.value-aboutmain p {
	    font-size: 16px;
	    font-weight: 400;
	    line-height: 25.42px;
	    text-underline-position: from-font;
	    text-decoration-skip-ink: none;
	    color: #171717;
	}
	.value-aboutmain h5 {
	    font-size: 20px;
	    font-weight: 600;
	    line-height: 18.5px;
	    text-underline-position: from-font;
	    text-decoration-skip-ink: none;
	}
	.visionaries-about h1 {
	    font-size: 25px;
	    font-weight: 700;
	    line-height: 40.18px;
	    text-underline-position: from-font;
	    text-decoration-skip-ink: none;
	}
	.visionaries-about h4 {
	    font-size: 22px;
	    font-weight: 700;
	    line-height: 35.55px;
	    text-underline-position: from-font;
	    text-decoration-skip-ink: none;
	    margin-top: 5px;
	}
	.visionaries-about h5 {
	    font-size: 20px;
	    font-weight: 700;
	    line-height: 33.55px;
	    text-underline-position: from-font;
	    text-decoration-skip-ink: none;
	}
	.visionaries-about p {
	    font-size: 16px;
	    font-weight: 400;
	    line-height: 24.42px;
	    text-align: justify;
	    text-underline-position: from-font;
	    text-decoration-skip-ink: none;
	    color: #171717;
	}
	.visionaries-about .chairman-message {
	    padding: 25px;
	}
	.knowmore-about h2 {
	    font-size: 35px;
	    font-weight: 700;
	    line-height: 42px;
	    text-underline-position: from-font;
	    text-decoration-skip-ink: none;
	}
	.knowmore-about p {
	    font-size: 16px;
	    font-weight: 400;
	    line-height: 26.42px;
	    text-underline-position: from-font;
	    text-decoration-skip-ink: none;
	    color: #171717 !important;
	}
	.knowmore-about .knowmore-btn {
	    font-size: 15px;
	    font-weight: 700;
	    line-height: 20.38px;
	    text-align: center;
	    text-underline-position: from-font;
	    text-decoration-skip-ink: none;
	    color: #fff;
	    background: #1137BE;
	    padding: 10px 13px;
	    border-radius: 8px;
	    margin-bottom: 25px;
	}
}
@media screen and (max-width:424px){
	.aboutmain h2 {
	    font-size: 25px;
	    font-weight: 700;
	    line-height: 38.63px;
	    text-align: left;
	    text-underline-position: from-font;
	    text-decoration-skip-ink: none;
	    color: #171717;
	}
	.aboutmain p {
	    font-size: 16px;
	    font-weight: 400;
	    line-height: 26.42px;
	    text-align: left;
	    text-underline-position: from-font;
	    text-decoration-skip-ink: none;
	    color: #171717;
	}
	.aboutmain p span{
	    font-size: 16px;
	    line-height: 26.42px;
	    text-align: left;
	    text-underline-position: from-font;
	    text-decoration-skip-ink: none;
	    color: #171717;
	}
	.ourstory-about .story-back .storymainabout {
	    background: url(/assets/img/about/our-story.png);
	    padding: 25px;
	    background-position: center;
	    background-repeat: no-repeat;
	    position: relative;
	    z-index: 1;
     	background-size: 80% auto;
	}
	.ourstory-about .story-back .storymainabout p {
	    font-size: 16px;
	    font-weight: 400;
	    line-height: 27.55px;
	    text-align: center;
	    text-underline-position: from-font;
	    text-decoration-skip-ink: none;
	    color: #171717;
	    margin-bottom: 15px;
	}
	.ourstory-about .story-back .storymainabout p span{
	    font-size: 16px;
	    line-height: 27.55px;
	    text-align: center;
	    text-underline-position: from-font;
	    text-decoration-skip-ink: none;
	    color: #171717;
	    margin-bottom: 15px;
	}
	.financialchallenge-about h2 {
	    font-size: 25px;
	    font-weight: 700;
	    line-height: 35.92px;
	    text-align: left;
	    text-underline-position: from-font;
	    text-decoration-skip-ink: none;
	    color: #171717;
	}
	.financialchallenge-about p {
	    font-size: 16px;
	    font-weight: 400;
	    line-height: 26.42px;
	    text-align: left;
	    text-underline-position: from-font;
	    text-decoration-skip-ink: none;
	    color: #171717;
	}
	.financialchallenge-about p span{
	    font-size: 16px;
	    line-height: 26.42px;
	    text-align: left;
	    text-underline-position: from-font;
	    text-decoration-skip-ink: none;
	    color: #171717;
	}
	.howcanhelp-about h2 {
	    font-size: 25px;
	    font-weight: 700;
	    line-height: 30.92px;
	    text-align: left;
	    text-underline-position: from-font;
	    text-decoration-skip-ink: none;
	    color: #171717;
	}
	.howcanhelp-about p {
	    font-size: 16px;
	    font-weight: 400;
	    line-height: 28.42px;
	    text-align: left;
	    text-underline-position: from-font;
	    text-decoration-skip-ink: none;
	    color: #171717;
	}
	.howcanhelp-about p span{
	    font-size: 16px;
	    line-height: 28.42px;
	    text-align: left;
	    text-underline-position: from-font;
	    text-decoration-skip-ink: none;
	    color: #171717;
	}
	.btn-schedule {
	    font-size: 15px;
	    font-weight: 700;
	    line-height: 27.38px;
	    text-align: center;
	    text-underline-position: from-font;
	    text-decoration-skip-ink: none;
	    color: #fff;
	    background: #1137BE;
	    border-radius: 8px;
	}
	.vision-aboutmain h2 {
	    font-size: 30px;
	    font-weight: 700;
	    line-height: 28.13px;
	    text-align: left;
	    text-underline-position: from-font;
	    text-decoration-skip-ink: none;
	}
	.vision-aboutmain p {
	    font-size: 16px;
	    font-weight: 400;
	    line-height: 26.42px;
	    text-underline-position: from-font;
	    text-decoration-skip-ink: none;
	    color: #171717;
	}
	.value-aboutmain p {
	    font-size: 15px;
	    font-weight: 400;
	    line-height: 20.42px;
	    text-underline-position: from-font;
	    text-decoration-skip-ink: none;
	    color: #171717;
	}
	.value-aboutmain h5 {
	    font-size: 20px;
	    font-weight: 600;
	    line-height: 30.5px;
	    text-underline-position: from-font;
	    text-decoration-skip-ink: none;
	}
	.visionaries-about h1 {
	    font-size: 25px;
	    font-weight: 700;
	    line-height: 42.18px;
	    text-underline-position: from-font;
	    text-decoration-skip-ink: none;
	}
	.visionaries-about h4 {
	    font-size: 20px;
	    font-weight: 700;
	    line-height: 30.55px;
	    text-underline-position: from-font;
	    text-decoration-skip-ink: none;
	    margin-top: 5px;
	}
	.visionaries-about .chairman-message {
	    padding: 20px;
	}
	.visionaries-about h5 {
	    font-size: 18px;
	    font-weight: 700;
	    line-height: 32.55px;
	    text-underline-position: from-font;
	    text-decoration-skip-ink: none;
	}
	.visionaries-about p {
	    font-size: 15px;
	    font-weight: 400;
	    line-height: 23.42px;
	    text-align: justify;
	    text-underline-position: from-font;
	    text-decoration-skip-ink: none;
	    color: #171717;
	}
	.knowmore-about h2 {
	    font-size: 35px;
	    font-weight: 700;
	    line-height: 44px;
	    text-underline-position: from-font;
	    text-decoration-skip-ink: none;
	}
	.knowmore-about p {
	    font-size: 16px;
	    font-weight: 400;
	    line-height: 26.42px;
	    text-underline-position: from-font;
	    text-decoration-skip-ink: none;
	    color: #171717 !important;
	    margin-bottom: 20px !important;
	}
	.knowmore-about .knowmore-btn {
	    font-size: 15px;
	    font-weight: 700;
	    line-height: 27.38px;
	    text-align: center;
	    text-underline-position: from-font;
	    text-decoration-skip-ink: none;
	    color: #fff;
	    background: #1137BE;
	    padding: 8px 13px;
	    border-radius: 8px;
	}
	.knowmore-about .knowmore-btn {
	    font-size: 15px;
	    font-weight: 700;
	    line-height: 27.38px;
	    text-align: center;
	    text-underline-position: from-font;
	    text-decoration-skip-ink: none;
	    color: #fff;
	    background: #1137BE;
	    padding: 8px 13px;
	    border-radius: 8px;
	    margin-bottom: 30px;
	}
}
/* about page end */
/* amc page start */
.amc-page .amc-list h6{
	font-size: 18px;
	font-weight: 600;
	line-height: 21.78px;
	text-align: center;
	text-underline-position: from-font;
	text-decoration-skip-ink: none;
	color:#E58110 !important;
}
.amc-page .amc-list .card {
    background: linear-gradient(180deg, rgba(222, 223, 243, 0.1) 0%, rgba(237, 241, 248, 0.1) 50%, rgba(222, 223, 243, 0.1) 100%);
	border: 1px solid #1137BE1A;
	box-shadow: 0px 4px 4px 0px #00000040;
	border-radius:10px;
	height:620px;
    overflow-y: scroll;
}
.amc-page .amc-list .card-body {
    padding:20px;
}
.amc-page .amc-list .amc-list-title {
	font-size: 20px;
	font-weight: 600;
	line-height: 20px;
	text-align: left;
	text-underline-position: from-font;
	text-decoration-skip-ink: none;
}
.amc-page .amc-list-link a {
	font-size: 16px;
	font-weight: 400;
	line-height: 25px;
	text-align: left;
	text-underline-position: from-font;
	text-decoration-skip-ink: none;
	color: #1137BE;
}
.amc-page .amc-detail h2{
	font-size: 56px;
	font-weight: 700;
	line-height: 85.18px;
	text-align: center;
	text-underline-position: from-font;
	text-decoration-skip-ink: none;
}
.amc-page .amc-detail .about-amc{
	background: linear-gradient(104.36deg, rgba(222, 223, 243, 0.1) 0%, rgba(237, 241, 248, 0.1) 50%, rgba(222, 223, 243, 0.1) 100%);
	border: 1px solid #1137BE1A;
	box-shadow: 0px 4px 4px 0px #00000040;
}
.amc-page .amc-detail .about-amc .card-body{
	padding:30px;
}
.amc-page .amc-detail .about-amc h3{
	font-size: 28px;
	font-weight: 700;
	line-height: 45.63px;
	text-align: left;
	text-underline-position: from-font;
	text-decoration-skip-ink: none;
}
.amc-page .amc-detail .about-amc p{
	font-size: 19px;
	font-weight: 400;
	line-height: 30.42px;
	text-align: justified;
	text-underline-position: from-font;
	text-decoration-skip-ink: none;
	color:#000;
}
.amc-page .amc-data h2{
	font-size: 38px;
	font-weight: 700;
	line-height: 60.84px;
	text-align: center;
	text-underline-position: from-font;
	text-decoration-skip-ink: none;
}
.amc-page .amc-data .btn-invest{
	font-size: 18px;
	font-weight: 600;
	line-height: 20.38px;
	text-align: center;
	text-underline-position: from-font;
	text-decoration-skip-ink: none;
	color:#1137BE;
	padding:3px 15px;
	background: linear-gradient(93.99deg, rgba(222, 223, 243, 0.5) 0.95%, rgba(237, 241, 248, 0.5) 47.84%, rgba(222, 223, 243, 0.5) 94.74%);
	border: 1px solid #1137BE;
}
.amc-page .amc-data table {
    border-radius: 20px;
    overflow: hidden;
    border: 1px solid #1137BE26;
    border-collapse: separate; /* Ensures that borders are not collapsed */
    border-spacing: 0;
    background-color:#fff;
}

.amc-page .amc-data table thead {
    background: linear-gradient(90.21deg, rgba(222, 223, 243, 0.1) 0.85%, rgba(237, 241, 248, 0.1) 50.43%, rgba(222, 223, 243, 0.1) 100%);
}
.amc-page .amc-data table thead th{
	font-size: 22px;
	font-weight: 600;
	line-height: 33.46px;
	text-align: left;
	text-underline-position: from-font;
	text-decoration-skip-ink: none;
	background:transparent;
	border: 1px solid #1137BE26;
	color:#171717;
}
.amc-page .amc-data table tr td{
	background:#fff;
	font-size: 20px;
	font-weight: 400;
	line-height: 30.42px;
	text-align: left;
	text-underline-position: from-font;
	text-decoration-skip-ink: none;
	color:#171717;
	border: 1px solid #1137BE26;
}
.amc-page .amc-data table tr td span{
	font-size: 16px;
	font-weight: 400;
	line-height: 24.34px;
	text-align: left;
	text-underline-position: from-font;
	text-decoration-skip-ink: none;
}
.amc-page .amc-data .btn-viewall{
	font-size: 18px;
	font-weight: 700;
	line-height: 20.38px;
	text-align: center;
	text-underline-position: from-font;
	text-decoration-skip-ink: none;
	background: #1137BE;
	border-radius:8px;
}
.amc-page .amc-calculation h3{
	font-size: 34px;
	font-weight: 600;
	line-height: 54.76px;
	text-align: center;
	text-underline-position: from-font;
	text-decoration-skip-ink: none;
}
.amc-page .amc-calculation .amc-calc-card{
	background: linear-gradient(104.36deg, rgba(222, 223, 243, 0.1) 0%, rgba(237, 241, 248, 0.1) 50%, rgba(222, 223, 243, 0.1) 100%);
	border: 1px solid #1137BE1A;
	box-shadow: 0px 4px 4px 0px #00000040;
}
.amc-page .amc-calculation .amc-calc-card select{
	background:#eff0fa !important;
	color:#171717;
	border: 1px solid #1137BE33;
	border-radius:5px;
	font-size: 20px;
	font-weight: 600;
	line-height: 30.42px;
	text-align: left;
	text-underline-position: from-font;
	text-decoration-skip-ink: none;
	width:100%;
}
.amc-page .amc-calculation .amc-calc-card .ques{
	font-size: 20px;
	font-weight: 600;
	line-height: 30.42px;
	text-align: left;
	text-underline-position: from-font;
	text-decoration-skip-ink: none;
	color:#171717;
}
.amc-page .amc-calculation .amc-calc-card .amc-calc-input{
	background:#fff;
	font-size: 20px;
	font-weight: 700;
	line-height: 30.42px;
	text-align: left;
	text-underline-position: from-font;
	text-decoration-skip-ink: none;
	color: #17171780;
	border-bottom: 1px solid #17171780 !important;
}
.irs-slider {
    width: 25px;
    height: 25px;
    top: 14px !important;
    background-position: 0 -120px;
}
.amc-page .amc-calculation .amc-calc-result{
	background: #FFFFFF;
	border: 1px solid #1137BE33;
	border-radius:10px;
	padding:20px 25px;
}
.amc-page .amc-calculation .amc-calc-result p{
	font-size: 20px;
	font-weight: 700;
	line-height: 30.42px;
	text-underline-position: from-font;
	text-decoration-skip-ink: none;
	color: #1137BE;
}
.amc-page .amc-calculation .amc-calc-result p span{
	font-size: 18px;
	font-weight: 700;
	line-height: 30.42px;
	text-underline-position: from-font;
	text-decoration-skip-ink: none;
	color:#171717;
}
.sticky-top {
    position: sticky;
    top: 80px;
    z-index: 1020;
}
.amc-page .amc-steps h3{
	font-size: 36px;
	font-weight: 700;
	line-height: 54.76px;
	text-align: center;
	text-underline-position: from-font;
	text-decoration-skip-ink: none;
}
.amc-page .amc-steps .amc-steps-card{
	background: linear-gradient(104.36deg, rgba(222, 223, 243, 0.1) 0%, rgba(237, 241, 248, 0.1) 50%, rgba(222, 223, 243, 0.1) 100%);
	border: 1px solid #1137BE1A;
	box-shadow: 0px 4px 4px 0px #00000040;
}
.amc-page .amc-steps .amc-steps-card p{
	font-size: 18px;
	font-weight: 400;
	line-height: 30.42px;
	text-align: justified;
	text-underline-position: from-font;
	text-decoration-skip-ink: none;
	color: #171717;
}
.amc-page .amc-key-details h3{
	font-size: 36px;
	font-weight: 700;
	line-height: 54.76px;
	text-align: center;
	text-underline-position: from-font;
	text-decoration-skip-ink: none;
}
.amc-page .amc-key-details table{
	background: linear-gradient(90.21deg, rgba(222, 223, 243, 0.1) 0.85%, rgba(237, 241, 248, 0.1) 50.43%, rgba(222, 223, 243, 0.1) 100%);
	border-radius: 20px;
    overflow: hidden;
    border: 1px solid #1137BE26;
    border-collapse: separate; /* Ensures that borders are not collapsed */
    border-spacing: 0;
    padding:30px;
}
.amc-page .amc-key-details table .table-tit{
	font-size: 20px;
	font-weight: 600;
	line-height: 30.42px;
	text-align: left;
	text-underline-position: from-font;
	text-decoration-skip-ink: none;
	color:#171717;
	border-right: 1px solid #1137BE1A;
}
.amc-page .amc-key-details table tr td{
	font-size: 20px;
	font-weight: 400;
	line-height: 30.42px;
	text-align: left;
	text-underline-position: from-font;
	text-decoration-skip-ink: none;
	color:#171717;
	border-bottom: 1px solid #1137BE1A;
	background:transparent;
}
.amc-page .amc-contact-details h3{
	font-size: 32px;
	font-weight: 700;
	line-height: 48.67px;
	text-align: center;
	text-underline-position: from-font;
	text-decoration-skip-ink: none;
}
.amc-page .amc-contact-details .amc-contact-card{
	background: linear-gradient(180deg, rgba(222, 223, 243, 0.15) 0%, rgba(237, 241, 248, 0.15) 50%, rgba(222, 223, 243, 0.15) 100%);
	border: 1px solid #1137BE26;
	box-shadow: 0px 4px 4px 0px #00000040;
	border-radius:5px;
}
.amc-page .amc-contact-details .amc-contact-card p{
	font-size: 20px;
	font-weight: 400;
	line-height: 30.42px;
	text-align: left;
	text-underline-position: from-font;
	text-decoration-skip-ink: none;
	color:#000;
}
.amc-page .amc-contact-details .amc-contact-card .contactdetails{
	font-size: 18px;
	font-weight: 400;
	line-height: 27.38px;
	text-align: center;
	text-underline-position: from-font;
	text-decoration-skip-ink: none;
	color:#000;
}
.amc-page .amc-faq .accordion-button{
	color:#171717;
	border-radius:0px !important;
	border: 1px solid #1137BE33;
	background: #f1f4fa !important;
	font-size: 22px;
	font-weight: 400;
	line-height: 33.46px;
	text-align: left;
	text-underline-position: from-font;
	text-decoration-skip-ink: none;
}
.amc-page .amc-faq .accordion-body{
    padding: 15px 20px;
    background: linear-gradient(149.39deg, rgba(222, 223, 243, 0.1) 0%, rgba(237, 241, 248, 0.1) 50%, rgba(222, 223, 243, 0.1) 100%);
    border: 1px solid #1137BE33;
	font-size: 20px;
	font-weight: 400;
	line-height: 30.42px;
	text-align: left;
	text-underline-position: from-font;
	text-decoration-skip-ink: none;
}
.amc-page .amc-faq .accordion{
    --bs-accordion-btn-icon: url('/assets/img/home/accordion-plus.svg');
    --bs-accordion-btn-active-icon: url('/assets/img/home/accordion-minus.svg');
}
.amc-page .amc-faq .accordion-button:not(.collapsed)::after{
    margin-bottom: 10px;
}
.amc-page .amc-faq .accordion-button:not(.collapsed) {
    color: #000000;
    background-color: #f1f4fa !important;
    box-shadow: inset 0 calc(-1* var(--bs-accordion-border-width)) 0 var(--bs-accordion-border-color);
}
.amc-page .amc-faq h3{
	font-size: 40px;
	font-weight: 700;
	line-height: 60.84px;
	text-align: center;
	text-underline-position: from-font;
	text-decoration-skip-ink: none;
}
.amc-page .amc-suggest h3{
	font-size: 36px;
	font-weight: 700;
	line-height: 54.76px;
	text-align: center;
	text-underline-position: from-font;
	text-decoration-skip-ink: none;
}
.amc-page .amc-suggest .suggest-card{
	background: linear-gradient(180deg, rgba(222, 223, 243, 0.15) 0%, rgba(237, 241, 248, 0.15) 50%, rgba(222, 223, 243, 0.15) 100%);
	border: 1px solid #1137BE26;
	box-shadow: 0px 4px 4px 0px #00000040;
	border-radius:5px;
}
.amc-page .amc-suggest .suggest-card ul{
	padding-left:15px;
}
.amc-page .amc-suggest .suggest-card ul li{
	font-size: 16px;
	font-weight: 400;
	line-height: 30.42px;
	text-align: left;
	text-underline-position: from-font;
	text-decoration-skip-ink: none;
	color:#1137BE;
}
@media screen and (min-width:992px) and (max-width:1199px){
	.amc-page .amc-list h6 {
	    font-size: 16px;
	    font-weight: 600;
	    line-height: 21.78px;
	    text-align: center;
	    text-underline-position: from-font;
	    text-decoration-skip-ink: none;
	    color: #E58110 !important;
	}
	.amc-page .amc-list .amc-list-title {
	    font-size: 17px;
	    font-weight: 600;
	    line-height: 20px;
	    text-align: left;
	    text-underline-position: from-font;
	    text-decoration-skip-ink: none;
	}
	.amc-page .amc-list-link a {
	    font-size: 15px;
	    font-weight: 400;
	    line-height: 18px;
	    text-align: left;
	    text-underline-position: from-font;
	    text-decoration-skip-ink: none;
	    color: #1137BE;
	}
	.amc-page .amc-detail h2 {
	    font-size: 45px;
	    font-weight: 700;
	    line-height: 85.18px;
	    text-align: center;
	    text-underline-position: from-font;
	    text-decoration-skip-ink: none;
	}
	.amc-page .amc-detail .about-amc h3 {
	    font-size: 25px;
	    font-weight: 700;
	    line-height: 45.63px;
	    text-align: left;
	    text-underline-position: from-font;
	    text-decoration-skip-ink: none;
	}
	.amc-page .amc-detail .about-amc p {
	    font-size: 17px;
	    font-weight: 400;
	    line-height: 27.42px;
	    text-align: justified;
	    text-underline-position: from-font;
	    text-decoration-skip-ink: none;
	    color: #000;
	}
	.amc-page .amc-data h2 {
	    font-size: 25px;
	    font-weight: 700;
	    line-height: 60.84px;
	    text-align: center;
	    text-underline-position: from-font;
	    text-decoration-skip-ink: none;
	}
	.amc-page .amc-data table thead th {
	    font-size: 16px;
	    font-weight: 600;
	    line-height: 24.46px;
	    text-align: left;
	    text-underline-position: from-font;
	    text-decoration-skip-ink: none;
	    background: transparent;
	    border: 1px solid #1137BE26;
	    color:#171717;
	}
	.amc-page .amc-data table tr td {
		background:#fff;
	    font-size: 16px;
	    font-weight: 400;
	    line-height: 25.42px;
	    text-align: left;
	    text-underline-position: from-font;
	    text-decoration-skip-ink: none;
	    color: #171717;
	    border: 1px solid #1137BE26;
	}
	.amc-page .amc-data .btn-invest {
	    font-size: 15px;
	    font-weight: 600;
	    line-height: 20.38px;
	    text-align: center;
	    text-underline-position: from-font;
	    text-decoration-skip-ink: none;
	    color: #1137BE;
	    padding: 3px 15px;
	    background: linear-gradient(93.99deg, rgba(222, 223, 243, 0.5) 0.95%, rgba(237, 241, 248, 0.5) 47.84%, rgba(222, 223, 243, 0.5) 94.74%);
	    border: 1px solid #1137BE;
	}
	.amc-page .amc-data .btn-viewall {
	    font-size: 15px;
	    font-weight: 700;
	    line-height: 17.38px;
	    text-align: center;
	    text-underline-position: from-font;
	    text-decoration-skip-ink: none;
	    background: #1137BE;
	    border-radius: 8px;
	}
	.amc-page .amc-calculation h3 {
	    font-size: 23px;
	    font-weight: 600;
	    line-height: 29.76px;
	    text-align: center;
	    text-underline-position: from-font;
	    text-decoration-skip-ink: none;
	}
	.amc-page .amc-calculation .amc-calc-card select {
	    background:#eff0fa !important;
		color:#171717;
	    border: 1px solid #1137BE33;
	    border-radius: 5px;
	    font-size: 13px;
	    font-weight: 600;
	    line-height: 25.42px;
	    text-align: left;
	    text-underline-position: from-font;
	    text-decoration-skip-ink: none;
	    width:100%;
	}
	.amc-page .amc-calculation .amc-calc-card .ques {
	    font-size: 16px;
	    font-weight: 600;
	    line-height: 30.42px;
	    text-align: left;
	    text-underline-position: from-font;
	    text-decoration-skip-ink: none;
	    color: #171717;
	}
	.amc-page .amc-calculation .amc-calc-card .amc-calc-input {
		background:#fff;
	    font-size: 16px;
	    font-weight: 700;
	    line-height: 30.42px;
	    text-align: left;
	    text-underline-position: from-font;
	    text-decoration-skip-ink: none;
	    color: #17171780;
	    border-bottom: 1px solid #17171780 !important;
	}
	.amc-page .amc-calculation .amc-calc-result p {
	    font-size: 16px;
	    font-weight: 700;
	    line-height: 30.42px;
	    text-underline-position: from-font;
	    text-decoration-skip-ink: none;
	    color: #1137BE;
	}
	.amc-page .amc-calculation .amc-calc-result {
	    background: #FFFFFF;
	    border: 1px solid #1137BE33;
	    border-radius: 10px;
	    padding: 15px 10px;
	}
	.amc-page .amc-calculation .amc-calc-result p {
	    font-size: 15px;
	    font-weight: 700;
	    line-height: 20.42px;
	    text-underline-position: from-font;
	    text-decoration-skip-ink: none;
	    color:#1137BE;
	}
	.amc-page .amc-calculation .amc-calc-result p span {
	    font-size: 15px;
	    font-weight: 700;
	    line-height: 30.42px;
	    text-underline-position: from-font;
	    text-decoration-skip-ink: none;
	    color: #171717;
	}
	.amc-page .amc-steps h3 {
	    font-size: 28px;
	    font-weight: 700;
	    line-height: 54.76px;
	    text-align: center;
	    text-underline-position: from-font;
	    text-decoration-skip-ink: none;
	}
	.amc-page .amc-steps .amc-steps-card p {
	    font-size: 16px;
	    font-weight: 400;
	    line-height: 25.42px;
	    text-align: justified;
	    text-underline-position: from-font;
	    text-decoration-skip-ink: none;
	    color: #171717;
	}
	.amc-page .amc-key-details h3 {
	    font-size: 28px;
	    font-weight: 700;
	    line-height: 54.76px;
	    text-align: center;
	    text-underline-position: from-font;
	    text-decoration-skip-ink: none;
	}
	.amc-page .amc-key-details table .table-tit {
	    font-size: 16px;
	    font-weight: 600;
	    line-height: 30.42px;
	    text-align: left;
	    text-underline-position: from-font;
	    text-decoration-skip-ink: none;
	    color: #171717;
	    border-right: 1px solid #1137BE1A;
	}
	.amc-page .amc-key-details table tr td {
	    font-size: 16px;
	    font-weight: 400;
	    line-height: 30.42px;
	    text-align: left;
	    text-underline-position: from-font;
	    text-decoration-skip-ink: none;
	    color: #171717;
	    border-bottom: 1px solid #1137BE1A;
	    background: transparent;
	}
	.amc-page .amc-contact-details h3 {
	    font-size: 28px;
	    font-weight: 700;
	    line-height: 37.67px;
	    text-align: center;
	    text-underline-position: from-font;
	    text-decoration-skip-ink: none;
	}
	.amc-page .amc-contact-details .amc-contact-card p {
	    font-size: 16px;
	    font-weight: 400;
	    line-height: 30.42px;
	    text-align: left;
	    text-underline-position: from-font;
	    text-decoration-skip-ink: none;
	    color: #000;
	}
	.amc-page .amc-contact-details .amc-contact-card .contactdetails {
	    font-size: 15px;
	    font-weight: 400;
	    line-height: 21.38px;
	    text-align: center;
	    text-underline-position: from-font;
	    text-decoration-skip-ink: none;
	    color: #000;
	}
	.amc-page .amc-faq .accordion-button {
		color:#171717;
		background: #f1f4fa !important;
	    border-radius: 0px !important;
	    border: 1px solid #1137BE33;
	    font-size: 18px;
	    font-weight: 400;
	    line-height: 23.46px;
	    text-align: left;
	    text-underline-position: from-font;
	    text-decoration-skip-ink: none;
	}
	.amc-page .amc-faq .accordion-body {
	    padding: 15px 20px;
	    background: linear-gradient(149.39deg, rgba(222, 223, 243, 0.1) 0%, rgba(237, 241, 248, 0.1) 50%, rgba(222, 223, 243, 0.1) 100%);
	    border: 1px solid #1137BE33;
	    font-size: 17px;
	    font-weight: 400;
	    line-height: 26.42px;
	    text-align: left;
	    text-underline-position: from-font;
	    text-decoration-skip-ink: none;
	}
	.amc-page .amc-suggest .suggest-card ul li {
	    font-size: 12px;
	    font-weight: 400;
	    line-height: 30.42px;
	    text-align: left;
	    text-underline-position: from-font;
	    text-decoration-skip-ink: none;
	    color: #1137BE;
	}
}
@media screen and (min-width:768px) and (max-width:991px){
	.amc-page .amc-list h6 {
	    font-size: 14px;
	    font-weight: 600;
	    line-height: 15.78px;
	    text-align: center;
	    text-underline-position: from-font;
	    text-decoration-skip-ink: none;
	    color: #E58110 !important;
	}
	.amc-page .amc-list .amc-list-title {
	    font-size: 14px;
	    font-weight: 600;
	    line-height: 16px;
	    text-align: left;
	    text-underline-position: from-font;
	    text-decoration-skip-ink: none;
	}
	.amc-page .amc-list-link a {
	    font-size: 13px;
	    font-weight: 400;
	    line-height: 0px;
	    text-align: left;
	    text-underline-position: from-font;
	    text-decoration-skip-ink: none;
	    color: #1137BE;
	}
	.amc-page .amc-detail h2 {
	    font-size: 30px;
	    font-weight: 700;
	    line-height: 51.18px;
	    text-align: center;
	    text-underline-position: from-font;
	    text-decoration-skip-ink: none;
	}
	.amc-page .amc-detail .about-amc h3 {
	    font-size: 22px;
	    font-weight: 700;
	    line-height: 34.63px;
	    text-align: left;
	    text-underline-position: from-font;
	    text-decoration-skip-ink: none;
	}
	.amc-page .amc-detail .about-amc p {
	    font-size: 15px;
	    font-weight: 400;
	    line-height: 26.42px;
	    text-align: justified;
	    text-underline-position: from-font;
	    text-decoration-skip-ink: none;
	    color: #000;
	}
	.amc-page .amc-data h2 {
	    font-size: 18px;
	    font-weight: 700;
	    line-height: 60.84px;
	    text-align: center;
	    text-underline-position: from-font;
	    text-decoration-skip-ink: none;
	}
	.amc-page .amc-data table thead th {
	    font-size: 14px;
	    font-weight: 600;
	    line-height: 19.46px;
	    text-align: left;
	    text-underline-position: from-font;
	    text-decoration-skip-ink: none;
	    background: transparent;
	    border: 1px solid #1137BE26;
	    color:#171717;
	}
	.amc-page .amc-data table tr td {
		background:#fff;
	    font-size: 14px;
	    font-weight: 400;
	    line-height: 22.42px;
	    text-align: left;
	    text-underline-position: from-font;
	    text-decoration-skip-ink: none;
	    color: #171717;
	    border: 1px solid #1137BE26;
	}
	.amc-page .amc-data .btn-invest {
	    font-size: 12px;
	    font-weight: 600;
	    line-height: 20.38px;
	    text-align: center;
	    text-underline-position: from-font;
	    text-decoration-skip-ink: none;
	    color: #1137BE;
	    padding: 3px 15px;
	    background: linear-gradient(93.99deg, rgba(222, 223, 243, 0.5) 0.95%, rgba(237, 241, 248, 0.5) 47.84%, rgba(222, 223, 243, 0.5) 94.74%);
	    border: 1px solid #1137BE;
	}
	.amc-page .amc-data .btn-viewall {
	    font-size: 14px;
	    font-weight: 700;
	    line-height: 20.38px;
	    text-align: center;
	    text-underline-position: from-font;
	    text-decoration-skip-ink: none;
	    background: #1137BE;
	    border-radius: 8px;
	    padding: 10px 20px !important;
	}
	.amc-page .amc-calculation h3 {
	    font-size: 24px;
	    font-weight: 600;
	    line-height: 33.76px;
	    text-align: center;
	    text-underline-position: from-font;
	    text-decoration-skip-ink: none;
	}
	.amc-page .amc-calculation .amc-calc-card select {
	    background:#eff0fa !important;
		color:#171717;
	    border: 1px solid #1137BE33;
	    border-radius: 5px;
	    font-size: 15px;
	    font-weight: 600;
	    line-height: 30.42px;
	    text-align: left;
	    text-underline-position: from-font;
	    text-decoration-skip-ink: none;
	    margin-bottom: 15px;
	    width:100%;
	}
	.amc-page .amc-calculation .amc-calc-card .ques {
	    font-size: 17px;
	    font-weight: 600;
	    line-height: 30.42px;
	    text-align: left;
	    text-underline-position: from-font;
	    text-decoration-skip-ink: none;
	    color: #171717;
	}
	.amc-page .amc-calculation .amc-calc-card .amc-calc-input {
		background:#fff;
	    font-size: 17px;
	    font-weight: 700;
	    line-height: 30.42px;
	    text-align: left;
	    text-underline-position: from-font;
	    text-decoration-skip-ink: none;
	    color: #17171780;
	    border-bottom: 1px solid #17171780 !important;
	}
	.amc-page .amc-calculation .amc-calc-result p {
	    font-size: 13px;
	    font-weight: 700;
	    line-height: 23.42px;
	    text-underline-position: from-font;
	    text-decoration-skip-ink: none;
	    color: #1137BE;
	}
	.amc-page .amc-calculation .amc-calc-result p span {
	    font-size: 13px;
	    font-weight: 700;
	    line-height: 22.42px;
	    text-underline-position: from-font;
	    text-decoration-skip-ink: none;
	    color: #171717;
	}
	.amc-page .amc-steps h3 {
	    font-size: 22px;
	    font-weight: 700;
	    line-height: 49.76px;
	    text-align: center;
	    text-underline-position: from-font;
	    text-decoration-skip-ink: none;
	}
	.amc-page .amc-steps .amc-steps-card p {
	    font-size: 16px;
	    font-weight: 400;
	    line-height: 26.42px;
	    text-align: justified;
	    text-underline-position: from-font;
	    text-decoration-skip-ink: none;
	    color: #171717;
	}
	.amc-page .amc-key-details h3 {
	    font-size: 20px;
	    font-weight: 700;
	    line-height: 54.76px;
	    text-align: center;
	    text-underline-position: from-font;
	    text-decoration-skip-ink: none;
	}
	.amc-page .amc-key-details table .table-tit {
	    font-size: 14px;
	    font-weight: 600;
	    line-height: 18.42px;
	    text-align: left;
	    text-underline-position: from-font;
	    text-decoration-skip-ink: none;
	    color: #171717;
	    border-right: 1px solid #1137BE1A;
	}
	.amc-page .amc-key-details table tr td {
	    font-size: 14px;
	    font-weight: 400;
	    line-height: 20.42px;
	    text-align: left;
	    text-underline-position: from-font;
	    text-decoration-skip-ink: none;
	    color: #171717;
	    border-bottom: 1px solid #1137BE1A;
	    background: transparent;
	}
	.amc-page .amc-contact-details h3 {
	    font-size: 25px;
	    font-weight: 700;
	    line-height: 39.67px;
	    text-align: center;
	    text-underline-position: from-font;
	    text-decoration-skip-ink: none;
	}
	.amc-page .amc-contact-details .amc-contact-card .contactdetails {
	    font-size: 13px;
	    font-weight: 400;
	    line-height: 20.38px;
	    text-align: center;
	    text-underline-position: from-font;
	    text-decoration-skip-ink: none;
	    color: #000;
	}
	.amc-page .amc-faq h3 {
	    font-size: 28px;
	    font-weight: 700;
	    line-height: 26.84px;
	    text-align: center;
	    text-underline-position: from-font;
	    text-decoration-skip-ink: none;
	}
	.amc-page .amc-faq .accordion-button {
		color:#171717;
	    border-radius: 0px !important;
	    border: 1px solid #1137BE33;
	    background: #f1f4fa !important;
	    font-size: 18px;
	    font-weight: 400;
	    line-height: 23.46px;
	    text-align: left;
	    text-underline-position: from-font;
	    text-decoration-skip-ink: none;
	}
	.amc-page .amc-faq .accordion-body {
	    padding: 15px 20px;
	    background: linear-gradient(149.39deg, rgba(222, 223, 243, 0.1) 0%, rgba(237, 241, 248, 0.1) 50%, rgba(222, 223, 243, 0.1) 100%);
	    border: 1px solid #1137BE33;
	    font-size: 16px;
	    font-weight: 400;
	    line-height: 23.42px;
	    text-align: left;
	    text-underline-position: from-font;
	    text-decoration-skip-ink: none;
	}
	.amc-page .amc-suggest h3 {
	    font-size: 24px;
	    font-weight: 700;
	    line-height: 25.76px;
	    text-align: center;
	    text-underline-position: from-font;
	    text-decoration-skip-ink: none;
	}
}
@media screen and (min-width:425px) and (max-width:767px){
	.amc-page .amc-list h6 {
	    font-size: 16px;
	    font-weight: 600;
	    line-height: 21.78px;
	    text-align: center;
	    text-underline-position: from-font;
	    text-decoration-skip-ink: none;
	    color: #E58110 !important;
	}
	.amc-page .amc-list .amc-list-title {
	    font-size: 18px;
	    font-weight: 600;
	    line-height: 20px;
	    text-align: left;
	    text-underline-position: from-font;
	    text-decoration-skip-ink: none;
	}
	.amc-page .amc-list-link a {
	    font-size: 16px;
	    font-weight: 400;
	    line-height: 12px;
	    text-align: left;
	    text-underline-position: from-font;
	    text-decoration-skip-ink: none;
	    color: #1137BE;
	}
	.amc-page .amc-list-link p {
	    line-height: 15px;
	}
	.amc-page .amc-detail h2 {
	    font-size: 22px;
	    font-weight: 700;
	    line-height: 65.18px;
	    text-align: center;
	    text-underline-position: from-font;
	    text-decoration-skip-ink: none;
	}
	.amc-page .amc-detail .about-amc h3 {
	    font-size: 20px;
	    font-weight: 700;
	    line-height: 30.63px;
	    text-align: left;
	    text-underline-position: from-font;
	    text-decoration-skip-ink: none;
	}
	.amc-page .amc-detail .about-amc p {
	    font-size: 16px;
	    font-weight: 400;
	    line-height: 25.42px;
	    text-align: justified;
	    text-underline-position: from-font;
	    text-decoration-skip-ink: none;
	    color: #000;
	}
	.amc-page .amc-data h2 {
	    font-size: 20px;
	    font-weight: 700;
	    line-height: 24.84px;
	    text-align: center;
	    text-underline-position: from-font;
	    text-decoration-skip-ink: none;
	}
	.amc-page .amc-data table thead th {
	    font-size: 13px;
	    font-weight: 600;
	    line-height: 19.46px;
	    text-align: left;
	    text-underline-position: from-font;
	    text-decoration-skip-ink: none;
	    background: transparent;
	    border: 1px solid #1137BE26;
	    color:#171717;
	}
	.amc-page .amc-data table tr td {
		background:#fff;
	    font-size: 13px;
	    font-weight: 400;
	    line-height: 21.42px;
	    text-align: left;
	    text-underline-position: from-font;
	    text-decoration-skip-ink: none;
	    color: #171717;
	    border: 1px solid #1137BE26;
	}
	.amc-page .amc-data table tr td span {
	    font-size: 11px;
	    font-weight: 400;
	    line-height: 24.34px;
	    text-align: left;
	    text-underline-position: from-font;
	    text-decoration-skip-ink: none;
	}
	.amc-page .amc-data .btn-invest {
	    font-size: 12px;
	    font-weight: 600;
	    line-height: 20.38px;
	    text-align: center;
	    text-underline-position: from-font;
	    text-decoration-skip-ink: none;
	    color: #1137BE;
	    padding: 2px 12px;
	    background: linear-gradient(93.99deg, rgba(222, 223, 243, 0.5) 0.95%, rgba(237, 241, 248, 0.5) 47.84%, rgba(222, 223, 243, 0.5) 94.74%);
	    border: 1px solid #1137BE;
	}
	.amc-page .amc-data .btn-viewall {
	    font-size: 14px;
	    font-weight: 700;
	    line-height: 20.38px;
	    text-align: center;
	    text-underline-position: from-font;
	    text-decoration-skip-ink: none;
	    background: #1137BE;
	    border-radius: 8px;
	    padding: 10px 20px !important;
	}
	.amc-page .amc-calculation h3 {
	    font-size: 18px;
	    font-weight: 600;
	    line-height: 29.76px;
	    text-align: center;
	    text-underline-position: from-font;
	    text-decoration-skip-ink: none;
	}
	.amc-page .amc-calculation .amc-calc-card select {
	    background:#eff0fa !important;
		color:#171717;
	    border: 1px solid #1137BE33;
	    border-radius: 5px;
	    font-size: 15px;
	    font-weight: 600;
	    line-height: 30.42px;
	    text-align: left;
	    text-underline-position: from-font;
	    text-decoration-skip-ink: none;
	    margin-bottom: 20px;
	    width:100%;
	}
	.amc-page .amc-calculation .amc-calc-card .ques {
	    font-size: 16px;
	    font-weight: 600;
	    line-height: 30.42px;
	    text-align: left;
	    text-underline-position: from-font;
	    text-decoration-skip-ink: none;
	    color: #171717;
	}
	.amc-page .amc-calculation .amc-calc-card .amc-calc-input {
		background:#fff;
	    font-size: 16px;
	    font-weight: 700;
	    line-height: 30.42px;
	    text-align: left;
	    text-underline-position: from-font;
	    text-decoration-skip-ink: none;
	    color: #17171780;
	    border-bottom: 1px solid #17171780 !important;
	}
	.amc-page .amc-calculation .amc-calc-result p {
	    font-size: 16px;
	    font-weight: 700;
	    line-height: 30.42px;
	    text-underline-position: from-font;
	    text-decoration-skip-ink: none;
	    color: #1137BE;
	    margin-bottom: 10px !important;
	}
	.amc-page .amc-steps h3 {
	    font-size: 25px;
	    font-weight: 700;
	    line-height: 30.76px;
	    text-align: center;
	    text-underline-position: from-font;
	    text-decoration-skip-ink: none;
	}
	.amc-page .amc-steps .amc-steps-card p {
	    font-size: 15px;
	    font-weight: 400;
	    line-height: 26.42px;
	    text-align: justified;
	    text-underline-position: from-font;
	    text-decoration-skip-ink: none;
	    color: #171717;
	}
	.amc-page .amc-key-details h3 {
	    font-size: 24px;
	    font-weight: 700;
	    line-height: 35.76px;
	    text-align: center;
	    text-underline-position: from-font;
	    text-decoration-skip-ink: none;
	}
	.amc-page .amc-key-details table .table-tit {
	    font-size: 13px;
	    font-weight: 600;
	    line-height: 21.42px;
	    text-align: left;
	    text-underline-position: from-font;
	    text-decoration-skip-ink: none;
	    color: #171717;
	    border-right: 1px solid #1137BE1A;
	}
	.amc-page .amc-key-details table tr td {
	    font-size: 13px;
	    font-weight: 400;
	    line-height: 21.42px;
	    text-align: left;
	    text-underline-position: from-font;
	    text-decoration-skip-ink: none;
	    color: #171717;
	    border-bottom: 1px solid #1137BE1A;
	    background: transparent;
	}
	.amc-page .amc-contact-details h3 {
	    font-size: 25px;
	    font-weight: 700;
	    line-height: 31.67px;
	    text-align: center;
	    text-underline-position: from-font;
	    text-decoration-skip-ink: none;
	}
	.amc-page .amc-contact-details .amc-contact-card p {
	    font-size: 14px;
	    font-weight: 400;
	    line-height: 25.42px;
	    text-align: left;
	    text-underline-position: from-font;
	    text-decoration-skip-ink: none;
	    color: #000;
	}
	.amc-page .amc-contact-details .amc-contact-card .contactdetails {
	    font-size: 13px;
	    font-weight: 400;
	    line-height: 24.38px;
	    text-align: center;
	    text-underline-position: from-font;
	    text-decoration-skip-ink: none;
	    color: #000;
	}
	.amc-page .amc-faq h3 {
	    font-size: 23px;
	    font-weight: 700;
	    line-height: 25.84px;
	    text-align: center;
	    text-underline-position: from-font;
	    text-decoration-skip-ink: none;
	}
	.amc-page .amc-faq .accordion-button {
		color:#171717;
	    border-radius: 0px !important;
	    border: 1px solid #1137BE33;
	    background: #f1f4fa !important;
	    font-size: 16px;
	    font-weight: 400;
	    line-height: 18.46px;
	    text-align: left;
	    text-underline-position: from-font;
	    text-decoration-skip-ink: none;
	}
	.amc-page .amc-faq .accordion-body {
	    padding: 15px 20px;
	    background: linear-gradient(149.39deg, rgba(222, 223, 243, 0.1) 0%, rgba(237, 241, 248, 0.1) 50%, rgba(222, 223, 243, 0.1) 100%);
	    border: 1px solid #1137BE33;
	    font-size: 16px;
	    font-weight: 400;
	    line-height: 22.42px;
	    text-align: left;
	    text-underline-position: from-font;
	    text-decoration-skip-ink: none;
	}
	.amc-page .amc-suggest h3 {
	    font-size: 25px;
	    font-weight: 700;
	    line-height: 24.76px;
	    text-align: center;
	    text-underline-position: from-font;
	    text-decoration-skip-ink: none;
	}
}
@media screen and (max-width:424px){
	.amc-page .amc-list h6 {
	    font-size: 16px;
	    font-weight: 600;
	    line-height: 21.78px;
	    text-align: center;
	    text-underline-position: from-font;
	    text-decoration-skip-ink: none;
	    color: #E58110 !important;
	}
	.amc-page .amc-list .amc-list-title {
	    font-size: 18px;
	    font-weight: 600;
	    line-height: 20px;
	    text-align: left;
	    text-underline-position: from-font;
	    text-decoration-skip-ink: none;
	}
	.amc-page .amc-list-link a {
	    font-size: 16px;
	    font-weight: 400;
	    line-height: 12px;
	    text-align: left;
	    text-underline-position: from-font;
	    text-decoration-skip-ink: none;
	    color: #1137BE;
	}
	.amc-page .amc-list-link p {
	    line-height: 15px;
	}
	.amc-page .amc-detail h2 {
	    font-size: 22px;
	    font-weight: 700;
	    line-height: 65.18px;
	    text-align: center;
	    text-underline-position: from-font;
	    text-decoration-skip-ink: none;
	}
	.amc-page .amc-detail .about-amc h3 {
	    font-size: 20px;
	    font-weight: 700;
	    line-height: 30.63px;
	    text-align: left;
	    text-underline-position: from-font;
	    text-decoration-skip-ink: none;
	}
	.amc-page .amc-detail .about-amc p {
	    font-size: 16px;
	    font-weight: 400;
	    line-height: 25.42px;
	    text-align: justified;
	    text-underline-position: from-font;
	    text-decoration-skip-ink: none;
	    color: #000;
	}
	.amc-page .amc-data h2 {
	    font-size: 20px;
	    font-weight: 700;
	    line-height: 24.84px;
	    text-align: center;
	    text-underline-position: from-font;
	    text-decoration-skip-ink: none;
	}
	.amc-page .amc-data table thead th {
	    font-size: 13px;
	    font-weight: 600;
	    line-height: 19.46px;
	    text-align: left;
	    text-underline-position: from-font;
	    text-decoration-skip-ink: none;
	    background: transparent;
	    border: 1px solid #1137BE26;
	    color:#171717;
	}
	.amc-page .amc-data table tr td {
		background:#fff;
	    font-size: 13px;
	    font-weight: 400;
	    line-height: 21.42px;
	    text-align: left;
	    text-underline-position: from-font;
	    text-decoration-skip-ink: none;
	    color: #171717;
	    border: 1px solid #1137BE26;
	}
	.amc-page .amc-data table tr td span {
	    font-size: 11px;
	    font-weight: 400;
	    line-height: 24.34px;
	    text-align: left;
	    text-underline-position: from-font;
	    text-decoration-skip-ink: none;
	}
	.amc-page .amc-data .btn-invest {
	    font-size: 12px;
	    font-weight: 600;
	    line-height: 20.38px;
	    text-align: center;
	    text-underline-position: from-font;
	    text-decoration-skip-ink: none;
	    color: #1137BE;
	    padding: 2px 12px;
	    background: linear-gradient(93.99deg, rgba(222, 223, 243, 0.5) 0.95%, rgba(237, 241, 248, 0.5) 47.84%, rgba(222, 223, 243, 0.5) 94.74%);
	    border: 1px solid #1137BE;
	}
	.amc-page .amc-data .btn-viewall {
	    font-size: 14px;
	    font-weight: 700;
	    line-height: 20.38px;
	    text-align: center;
	    text-underline-position: from-font;
	    text-decoration-skip-ink: none;
	    background: #1137BE;
	    border-radius: 8px;
	    padding: 10px 20px !important;
	}
	.amc-page .amc-calculation h3 {
	    font-size: 18px;
	    font-weight: 600;
	    line-height: 29.76px;
	    text-align: center;
	    text-underline-position: from-font;
	    text-decoration-skip-ink: none;
	}
	.amc-page .amc-calculation .amc-calc-card select {
	    background:#eff0fa !important;
		color:#171717;
	    border: 1px solid #1137BE33;
	    border-radius: 5px;
	    font-size: 15px;
	    font-weight: 600;
	    line-height: 30.42px;
	    text-align: left;
	    text-underline-position: from-font;
	    text-decoration-skip-ink: none;
	    margin-bottom: 20px;
	    width:100%;
	}
	.amc-page .amc-calculation .amc-calc-card .ques {
	    font-size: 16px;
	    font-weight: 600;
	    line-height: 30.42px;
	    text-align: left;
	    text-underline-position: from-font;
	    text-decoration-skip-ink: none;
	    color: #171717;
	}
	.amc-page .amc-calculation .amc-calc-card .amc-calc-input {
		background:#fff;
	    font-size: 16px;
	    font-weight: 700;
	    line-height: 30.42px;
	    text-align: left;
	    text-underline-position: from-font;
	    text-decoration-skip-ink: none;
	    color: #17171780;
	    border-bottom: 1px solid #17171780 !important;
	}
	.amc-page .amc-calculation .amc-calc-result p {
	    font-size: 16px;
	    font-weight: 700;
	    line-height: 30.42px;
	    text-underline-position: from-font;
	    text-decoration-skip-ink: none;
	    color: #1137BE;
	    margin-bottom: 10px !important;
	}
	.amc-page .amc-steps h3 {
	    font-size: 25px;
	    font-weight: 700;
	    line-height: 30.76px;
	    text-align: center;
	    text-underline-position: from-font;
	    text-decoration-skip-ink: none;
	}
	.amc-page .amc-steps .amc-steps-card p {
	    font-size: 15px;
	    font-weight: 400;
	    line-height: 26.42px;
	    text-align: justified;
	    text-underline-position: from-font;
	    text-decoration-skip-ink: none;
	    color: #171717;
	}
	.amc-page .amc-key-details h3 {
	    font-size: 24px;
	    font-weight: 700;
	    line-height: 35.76px;
	    text-align: center;
	    text-underline-position: from-font;
	    text-decoration-skip-ink: none;
	}
	.amc-page .amc-key-details table .table-tit {
	    font-size: 13px;
	    font-weight: 600;
	    line-height: 21.42px;
	    text-align: left;
	    text-underline-position: from-font;
	    text-decoration-skip-ink: none;
	    color: #171717;
	    border-right: 1px solid #1137BE1A;
	}
	.amc-page .amc-key-details table tr td {
	    font-size: 13px;
	    font-weight: 400;
	    line-height: 21.42px;
	    text-align: left;
	    text-underline-position: from-font;
	    text-decoration-skip-ink: none;
	    color: #171717;
	    border-bottom: 1px solid #1137BE1A;
	    background: transparent;
	}
	.amc-page .amc-contact-details h3 {
	    font-size: 25px;
	    font-weight: 700;
	    line-height: 31.67px;
	    text-align: center;
	    text-underline-position: from-font;
	    text-decoration-skip-ink: none;
	}
	.amc-page .amc-contact-details .amc-contact-card p {
	    font-size: 14px;
	    font-weight: 400;
	    line-height: 25.42px;
	    text-align: left;
	    text-underline-position: from-font;
	    text-decoration-skip-ink: none;
	    color: #000;
	}
	.amc-page .amc-contact-details .amc-contact-card .contactdetails {
	    font-size: 13px;
	    font-weight: 400;
	    line-height: 24.38px;
	    text-align: center;
	    text-underline-position: from-font;
	    text-decoration-skip-ink: none;
	    color: #000;
	}
	.amc-page .amc-faq h3 {
	    font-size: 23px;
	    font-weight: 700;
	    line-height: 25.84px;
	    text-align: center;
	    text-underline-position: from-font;
	    text-decoration-skip-ink: none;
	}
	.amc-page .amc-faq .accordion-button {
		color:#171717;
	    border-radius: 0px !important;
	    border: 1px solid #1137BE33;
	    background: #f1f4fa !important;
	    font-size: 16px;
	    font-weight: 400;
	    line-height: 18.46px;
	    text-align: left;
	    text-underline-position: from-font;
	    text-decoration-skip-ink: none;
	}
	.amc-page .amc-faq .accordion-body {
	    padding: 15px 20px;
	    background: linear-gradient(149.39deg, rgba(222, 223, 243, 0.1) 0%, rgba(237, 241, 248, 0.1) 50%, rgba(222, 223, 243, 0.1) 100%);
	    border: 1px solid #1137BE33;
	    font-size: 16px;
	    font-weight: 400;
	    line-height: 22.42px;
	    text-align: left;
	    text-underline-position: from-font;
	    text-decoration-skip-ink: none;
	}
	.amc-page .amc-suggest h3 {
	    font-size: 25px;
	    font-weight: 700;
	    line-height: 24.76px;
	    text-align: center;
	    text-underline-position: from-font;
	    text-decoration-skip-ink: none;
	}
}
/* amc page end */

/* research page start */
.research-main h2{
	font-size: 56px;
	font-weight: 700;
	line-height: 85.18px;
	text-align: left;
	text-underline-position: from-font;
	text-decoration-skip-ink: none;
}
.research-main h5{
	font-size: 24px;
	font-weight: 600;
	line-height: 36.5px;
	text-align: left;
	text-underline-position: from-font;
	text-decoration-skip-ink: none;
}
.research-main p{
	font-size: 20px;
	font-weight: 400;
	line-height: 30.42px;
	text-align: left;
	text-underline-position: from-font;
	text-decoration-skip-ink: none;
	color:#000;
}
.research-main .research-try-now{
	font-size: 18px;
	font-weight: 700;
	line-height: 27.38px;
	text-align: center;
	text-underline-position: from-font;
	text-decoration-skip-ink: none;
	background: #1137BE;
	border-radius:8px;
    padding: 10px 40px;
    color:#fff;
}
.research-category h2{
	font-size: 56px;
	font-weight: 700;
	line-height: 85.18px;
	text-align: center;
	text-underline-position: from-font;
	text-decoration-skip-ink: none;
}
.research-category h4{
	font-size: 30px;
	font-weight: 700;
	line-height: 45.63px;
	text-align: center;
	text-underline-position: from-font;
	text-decoration-skip-ink: none;
}
.research-category .description{
	font-size: 20px;
	font-weight: 400;
	line-height: 30.42px;
	text-align: center;
	text-underline-position: from-font;
	text-decoration-skip-ink: none;
	color:#000;
}
.research-category h5{
	font-size: 25px;
	font-weight: 600;
	line-height: 38.03px;
	text-align: center;
	text-underline-position: from-font;
	text-decoration-skip-ink: none;
}
.research-category .card{
	border: 1px solid #1137BE33;
	box-shadow: 0px 4px 4px 2px #1137BE33;
	background:#fff;
	border-radius:20px;
}
.research-category .card-body{
	padding:30px;
}
.research-category .card h5{
	font-size: 24px;
	font-weight: 600;
	line-height: 36.5px;
	text-align: center;
	text-underline-position: from-font;
	text-decoration-skip-ink: none;
}
.research-category .card p{
	font-size: 20px;
	font-weight: 400;
	line-height: 30.42px;
	text-align: center;
	text-underline-position: from-font;
	text-decoration-skip-ink: none;
	color:#000;
}
.research-category .research-view-all{
	font-size: 18px;
	font-weight: 700;
	line-height: 27.38px;
	text-align: center;
	text-underline-position: from-font;
	text-decoration-skip-ink: none;
	background: #1137BE;
	border-radius:8px;
    padding: 10px 40px;
    color:#fff;
}
.research-category .hybridfunds .card-body{
	padding:30px 12px;
}
.research-category .hybridfunds .card-body p{
    padding: 0 20px;
}
.research-amc h2{
	font-size: 40px;
	font-weight: 700;
	line-height: 60.84px;
	text-align: left;
	text-underline-position: from-font;
	text-decoration-skip-ink: none;
}
.research-amc p{
	font-size: 20px;
	font-weight: 400;
	line-height: 30.42px;
	text-align: left;
	text-underline-position: from-font;
	text-decoration-skip-ink: none;
	color:#171717;
}
.research-amc .research-view-amc{
	font-size: 18px;
	font-weight: 700;
	line-height: 27.38px;
	text-align: left;
	text-underline-position: from-font;
	text-decoration-skip-ink: none;
	color:#FFFFFF;
	padding:10px 23px;
	background: #1137BE;
	border-radius:8px;
}
@media screen and (min-width:1200px) and (max-width:1399px){
	.research-main h2 {
	    font-size: 45px;
	    font-weight: 700;
	    line-height: 62.18px;
	    text-align: left;
	    text-underline-position: from-font;
	    text-decoration-skip-ink: none;
	}
	.research-category .card p {
	    font-size: 18px;
	    font-weight: 400;
	    line-height: 26.42px;
	    text-align: center;
	    text-underline-position: from-font;
	    text-decoration-skip-ink: none;
	    color: #000;
	}
	.research-category .hybridfunds .card-body p {
	    padding: 0 8px;
	}
	.research-category .debtfunds .card-body {
	    padding:30px 18px;
	}
}
@media screen and (min-width:992px) and (max-width:1199px){
	.research-main h2 {
	    font-size: 38px;
	    font-weight: 700;
	    line-height: 50.18px;
	    text-align: left;
	    text-underline-position: from-font;
	    text-decoration-skip-ink: none;
	}
	.research-main h5 {
	    font-size: 20px;
	    font-weight: 600;
	    line-height: 32.5px;
	    text-align: left;
	    text-underline-position: from-font;
	    text-decoration-skip-ink: none;
	}
	.research-main p {
	    font-size: 17px;
	    font-weight: 400;
	    line-height: 26.42px;
	    text-align: left;
	    text-underline-position: from-font;
	    text-decoration-skip-ink: none;
	    color: #000;
	}
	.research-main .research-try-now {
	    font-size: 15px;
	    font-weight: 700;
	    line-height: 27.38px;
	    text-align: center;
	    text-underline-position: from-font;
	    text-decoration-skip-ink: none;
	    background: #1137BE;
	    border-radius: 8px;
	    padding: 8px 35px;
	    color: #fff;
	}
	.research-category h2 {
	    font-size: 40px;
	    font-weight: 700;
	    line-height: 75.18px;
	    text-align: center;
	    text-underline-position: from-font;
	    text-decoration-skip-ink: none;
	}
	.research-category h4 {
	    font-size: 27px;
	    font-weight: 700;
	    line-height: 45.63px;
	    text-align: center;
	    text-underline-position: from-font;
	    text-decoration-skip-ink: none;
	}
	.research-category .description {
	    font-size: 18px;
	    font-weight: 400;
	    line-height: 25.42px;
	    text-align: center;
	    text-underline-position: from-font;
	    text-decoration-skip-ink: none;
	    color: #000;
	}
	.research-category h5 {
	    font-size: 20px;
	    font-weight: 600;
	    line-height: 26.03px;
	    text-align: center;
	    text-underline-position: from-font;
	    text-decoration-skip-ink: none;
	}
	.research-category .card h5 {
	    font-size: 18px;
	    font-weight: 600;
	    line-height: 28.5px;
	    text-align: center;
	    text-underline-position: from-font;
	    text-decoration-skip-ink: none;
	}
	.research-category .card p {
	    font-size: 16px;
	    font-weight: 400;
	    line-height: 24.42px;
	    text-align: center;
	    text-underline-position: from-font;
	    text-decoration-skip-ink: none;
	    color: #000;
	}
	.research-category .research-view-all {
	    font-size: 14px;
	    font-weight: 700;
	    line-height: 27.38px;
	    text-align: center;
	    text-underline-position: from-font;
	    text-decoration-skip-ink: none;
	    background: #1137BE;
	    border-radius: 8px;
	    padding: 8px 35px;
	    color: #fff;
	}
	.research-category .hybridfunds .card-body p {
	    padding: 0 5px;
	}
	.research-category .card-body {
	    padding: 20px;
	}
	.research-amc h2 {
	    font-size: 34px;
	    font-weight: 700;
	    line-height: 36.84px;
	    text-align: left;
	    text-underline-position: from-font;
	    text-decoration-skip-ink: none;
	}
	.research-amc p {
	    font-size: 16px;
	    font-weight: 400;
	    line-height: 26.42px;
	    text-align: left;
	    text-underline-position: from-font;
	    text-decoration-skip-ink: none;
	    color: #171717;
	}
	.research-amc .research-view-amc {
	    font-size: 14px;
	    font-weight: 700;
	    line-height: 27.38px;
	    text-align: left;
	    text-underline-position: from-font;
	    text-decoration-skip-ink: none;
	    color: #FFFFFF;
	    padding: 7px 21px;
	    background: #1137BE;
	    border-radius: 8px;
	}
}
@media screen and (min-width:768px) and (max-width:991px){
	.research-main h2 {
	    font-size: 32px;
	    font-weight: 700;
	    line-height: 45.18px;
	    text-align: left;
	    text-underline-position: from-font;
	    text-decoration-skip-ink: none;
	}
	.research-main h5 {
	    font-size: 20px;
	    font-weight: 600;
	    line-height: 31.5px;
	    text-align: left;
	    text-underline-position: from-font;
	    text-decoration-skip-ink: none;
	}
	.research-main p {
	    font-size: 16px;
	    font-weight: 400;
	    line-height: 23.42px;
	    text-align: left;
	    text-underline-position: from-font;
	    text-decoration-skip-ink: none;
	    color: #000;
	}
	.research-main .research-try-now {
	    font-size: 14px;
	    font-weight: 700;
	    line-height: 27.38px;
	    text-align: center;
	    text-underline-position: from-font;
	    text-decoration-skip-ink: none;
	    background: #1137BE;
	    border-radius: 8px;
	    padding: 6px 35px;
	    color: #fff;
	}
	.research-category h2 {
	    font-size: 36px;
	    font-weight: 700;
	    line-height: 77.18px;
	    text-align: center;
	    text-underline-position: from-font;
	    text-decoration-skip-ink: none;
	}
	.research-category h4 {
	    font-size: 25px;
	    font-weight: 700;
	    line-height: 40.63px;
	    text-align: center;
	    text-underline-position: from-font;
	    text-decoration-skip-ink: none;
	}
	.research-category .description {
	    font-size: 17px;
	    font-weight: 400;
	    line-height: 30.42px;
	    text-align: center;
	    text-underline-position: from-font;
	    text-decoration-skip-ink: none;
	    color: #000;
	}
	.research-category h5 {
	    font-size: 20px;
	    font-weight: 600;
	    line-height: 21.03px;
	    text-align: center;
	    text-underline-position: from-font;
	    text-decoration-skip-ink: none;
	}
	.research-category .card h5 {
	    font-size: 20px;
	    font-weight: 600;
	    line-height: 32.5px;
	    text-align: center;
	    text-underline-position: from-font;
	    text-decoration-skip-ink: none;
	}
	.research-category .card p {
	    font-size: 16px;
	    font-weight: 400;
	    line-height: 25.42px;
	    text-align: center;
	    text-underline-position: from-font;
	    text-decoration-skip-ink: none;
	    color: #000;
	}
	.research-category .research-view-all {
	    font-size: 15px;
	    font-weight: 700;
	    line-height: 27.38px;
	    text-align: center;
	    text-underline-position: from-font;
	    text-decoration-skip-ink: none;
	    background: #1137BE;
	    border-radius: 8px;
	    padding: 5px 30px;
	    color: #fff;
	}
	.research-category .hybridfunds .card-body p {
	    padding: 0 1px;
	}
	.research-amc h2 {
	    font-size: 30px;
	    font-weight: 700;
	    line-height: 33.84px;
	    text-align: left;
	    text-underline-position: from-font;
	    text-decoration-skip-ink: none;
	}
	.research-amc p {
	    font-size: 16px;
	    font-weight: 400;
	    line-height: 26.42px;
	    text-align: left;
	    text-underline-position: from-font;
	    text-decoration-skip-ink: none;
	    color: #171717;
	}
	.research-amc .research-view-amc {
	    font-size: 14px;
	    font-weight: 700;
	    line-height: 27.38px;
	    text-align: left;
	    text-underline-position: from-font;
	    text-decoration-skip-ink: none;
	    color: #FFFFFF;
	    padding: 5px 20px;
	    background: #1137BE;
	    border-radius: 8px;
	}
}
@media screen and (min-width:425px) and (max-width:767px){
	.research-main h2 {
	    font-size: 35px;
	    font-weight: 700;
	    line-height: 50.18px;
	    text-align: left;
	    text-underline-position: from-font;
	    text-decoration-skip-ink: none;
	}
	.research-main h5 {
	    font-size: 20px;
	    font-weight: 600;
	    line-height: 36.5px;
	    text-align: left;
	    text-underline-position: from-font;
	    text-decoration-skip-ink: none;
	}
	.research-main p {
	    font-size: 16px;
	    font-weight: 400;
	    line-height: 23.42px;
	    text-align: left;
	    text-underline-position: from-font;
	    text-decoration-skip-ink: none;
	    color: #000;
	}
	.research-main .research-try-now {
	    font-size: 14px;
	    font-weight: 700;
	    line-height: 27.38px;
	    text-align: center;
	    text-underline-position: from-font;
	    text-decoration-skip-ink: none;
	    background: #1137BE;
	    border-radius: 8px;
	    padding: 5px 34px;
	    color: #fff;
	    margin-bottom: 20px;
	}
	.research-category h2 {
	    font-size: 30px;
	    font-weight: 700;
	    line-height: 43.18px;
	    text-align: center;
	    text-underline-position: from-font;
	    text-decoration-skip-ink: none;
	}
	.research-category h4 {
	    font-size: 22px;
	    font-weight: 700;
	    line-height: 39.63px;
	    text-align: center;
	    text-underline-position: from-font;
	    text-decoration-skip-ink: none;
	}
	.research-category .description {
	    font-size: 16px;
	    font-weight: 400;
	    line-height: 26.42px;
	    text-align: center;
	    text-underline-position: from-font;
	    text-decoration-skip-ink: none;
	    color: #000;
	}
	.research-category h5 {
	    font-size: 18px;
	    font-weight: 600;
	    line-height: 16.03px;
	    text-align: center;
	    text-underline-position: from-font;
	    text-decoration-skip-ink: none;
	}
	.research-category .card h5 {
	    font-size: 20px;
	    font-weight: 600;
	    line-height: 36.5px;
	    text-align: center;
	    text-underline-position: from-font;
	    text-decoration-skip-ink: none;
	}
	.research-category .card p {
	    font-size: 16px;
	    font-weight: 400;
	    line-height: 26.42px;
	    text-align: center;
	    text-underline-position: from-font;
	    text-decoration-skip-ink: none;
	    color: #000;
	}
	.research-category .research-view-all {
	    font-size: 15px;
	    font-weight: 700;
	    line-height: 27.38px;
	    text-align: center;
	    text-underline-position: from-font;
	    text-decoration-skip-ink: none;
	    background: #1137BE;
	    border-radius: 8px;
	    padding: 5px 34px;
	    color: #fff;
	}
	.research-amc h2 {
	    font-size: 32px;
	    font-weight: 700;
	    line-height: 29.84px;
	    text-align: left;
	    text-underline-position: from-font;
	    text-decoration-skip-ink: none;
	}
	.research-amc p {
	    font-size: 16px;
	    font-weight: 400;
	    line-height: 25.42px;
	    text-align: left;
	    text-underline-position: from-font;
	    text-decoration-skip-ink: none;
	    color: #171717;
	}
	.research-amc .research-view-amc {
	    font-size: 15px;
	    font-weight: 700;
	    line-height: 27.38px;
	    text-align: left;
	    text-underline-position: from-font;
	    text-decoration-skip-ink: none;
	    color: #FFFFFF;
	    padding: 5px 20px;
	    background: #1137BE;
	    border-radius: 8px;
	    margin-bottom: 25px;
	}
}
@media screen and (max-width:424px){
	.research-main h2 {
	    font-size: 35px;
	    font-weight: 700;
	    line-height: 50.18px;
	    text-align: left;
	    text-underline-position: from-font;
	    text-decoration-skip-ink: none;
	}
	.research-main h5 {
	    font-size: 20px;
	    font-weight: 600;
	    line-height: 36.5px;
	    text-align: left;
	    text-underline-position: from-font;
	    text-decoration-skip-ink: none;
	}
	.research-main p {
	    font-size: 16px;
	    font-weight: 400;
	    line-height: 23.42px;
	    text-align: left;
	    text-underline-position: from-font;
	    text-decoration-skip-ink: none;
	    color: #000;
	}
	.research-main .research-try-now {
	    font-size: 14px;
	    font-weight: 700;
	    line-height: 27.38px;
	    text-align: center;
	    text-underline-position: from-font;
	    text-decoration-skip-ink: none;
	    background: #1137BE;
	    border-radius: 8px;
	    padding: 5px 34px;
	    color: #fff;
	    margin-bottom: 20px;
	}
	.research-category h2 {
	    font-size: 30px;
	    font-weight: 700;
	    line-height: 43.18px;
	    text-align: center;
	    text-underline-position: from-font;
	    text-decoration-skip-ink: none;
	}
	.research-category h4 {
	    font-size: 22px;
	    font-weight: 700;
	    line-height: 39.63px;
	    text-align: center;
	    text-underline-position: from-font;
	    text-decoration-skip-ink: none;
	}
	.research-category .description {
	    font-size: 16px;
	    font-weight: 400;
	    line-height: 26.42px;
	    text-align: center;
	    text-underline-position: from-font;
	    text-decoration-skip-ink: none;
	    color: #000;
	}
	.research-category h5 {
	    font-size: 18px;
	    font-weight: 600;
	    line-height: 16.03px;
	    text-align: center;
	    text-underline-position: from-font;
	    text-decoration-skip-ink: none;
	}
	.research-category .card h5 {
	    font-size: 20px;
	    font-weight: 600;
	    line-height: 36.5px;
	    text-align: center;
	    text-underline-position: from-font;
	    text-decoration-skip-ink: none;
	}
	.research-category .card p {
	    font-size: 16px;
	    font-weight: 400;
	    line-height: 26.42px;
	    text-align: center;
	    text-underline-position: from-font;
	    text-decoration-skip-ink: none;
	    color: #000;
	}
	.research-category .research-view-all {
	    font-size: 15px;
	    font-weight: 700;
	    line-height: 27.38px;
	    text-align: center;
	    text-underline-position: from-font;
	    text-decoration-skip-ink: none;
	    background: #1137BE;
	    border-radius: 8px;
	    padding: 5px 34px;
	    color: #fff;
	}
	.research-amc h2 {
	    font-size: 32px;
	    font-weight: 700;
	    line-height: 29.84px;
	    text-align: left;
	    text-underline-position: from-font;
	    text-decoration-skip-ink: none;
	}
	.research-amc p {
	    font-size: 16px;
	    font-weight: 400;
	    line-height: 25.42px;
	    text-align: left;
	    text-underline-position: from-font;
	    text-decoration-skip-ink: none;
	    color: #171717;
	}
	.research-amc .research-view-amc {
	    font-size: 15px;
	    font-weight: 700;
	    line-height: 27.38px;
	    text-align: left;
	    text-underline-position: from-font;
	    text-decoration-skip-ink: none;
	    color: #FFFFFF;
	    padding: 5px 20px;
	    background: #1137BE;
	    border-radius: 8px;
	    margin-bottom: 25px;
	}
}
/* research page end */
/* mutual fund page start */
.mutualfund-know h3{
	color: #E58110;
	font-size: 40px;
	font-style: normal;
	font-weight: 700;
	line-height: normal;
}
.mutualfund-know .card{
	border-radius: 10px;
	border: 1px solid rgba(17, 55, 190, 0.10);
	background: linear-gradient(104deg, rgba(222, 223, 243, 0.10) 0%, rgba(237, 241, 248, 0.10) 50%, rgba(222, 223, 243, 0.10) 100%);
	box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
}
.mutualfund-know .card h5{
	color: #000;
	font-size: 22px;
	font-style: normal;
	font-weight: 600;
	line-height: normal;
}
.mutualfund-know .card p{
	color: #000;
	font-size: 20px;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
}
.mutualfund-know ul li a{
	color:#1137BE;
	font-size: 22px;
	font-style: normal;
	font-weight: 600;
	line-height: 50px;
	margin:25px 0;
}
.mutualfund-know ul .nav-item{
	text-align: left !important;
}
.mutualfund-know .nav-item:has(a.active) {
    border-right: 5px solid #353535;
}
.mutualfund-know ul li{
	border-right: 5px solid #808080;
}
.mutualfund-main h2{
	font-size: 55px;
	font-weight: 700;
	line-height: 85.18px;
	text-align: left;
	text-underline-position: from-font;
	text-decoration-skip-ink: none;
}
.mutualfund-main p{
	font-size: 20px;
	font-weight: 400;
	line-height: 30.42px;
	text-align: left;
	text-underline-position: from-font;
	text-decoration-skip-ink: none;
	color:#000;
}
.mutualfund-main .mutualfund-mainbtn{
	font-size: 18px;
	font-weight: 700;
	line-height: 27.38px;
	text-align: center;
	text-underline-position: from-font;
	text-decoration-skip-ink: none;
	color:#fff;
	background: #1137BE;
	border-radius:8px;
	padding:10px 30px;
}
.mutualfund-calculator h2{
	font-size: 48px;
	font-weight: 700;
	line-height: 73.01px;
	text-align: left;
	text-underline-position: from-font;
	text-decoration-skip-ink: none;
}
.mutualfund-calculator p{
	font-size: 20px;
	font-weight: 400;
	line-height: 30.42px;
	text-align: left;
	text-underline-position: from-font;
	text-decoration-skip-ink: none;
	color:#000;
}
.mutualfund-calculator .mutualfund-invest{
	font-size: 18px;
	font-weight: 700;
	line-height: 27.38px;
	text-align: center;
	text-underline-position: from-font;
	text-decoration-skip-ink: none;
	color:#fff;
	background: #1137BE;
	border-radius:8px;
	padding:10px 28px;
}
.mutualfund-calculator .card{
	background: linear-gradient(104.36deg, rgba(222, 223, 243, 0.1) 0%, rgba(237, 241, 248, 0.1) 50%, rgba(222, 223, 243, 0.1) 100%);
	border: 1px solid #1137BE1A;
	box-shadow: 0px 4px 4px 0px #00000040;
}
.mutualfund-calculator .card-body{
	padding:25px;
}
.mutualfund-calculator .nav-fill{
	background: linear-gradient(90deg, rgba(222, 223, 243, 0.5) 0%, rgba(237, 241, 248, 0.5) 50%, rgba(222, 223, 243, 0.5) 100%);
	border: 1px solid #1137BE33;
	padding:5px;
}
.mutualfund-calculator .nav-fill .nav-link{
	font-size: 20px;
	font-weight: 600;
	line-height: 30.42px;
	text-underline-position: from-font;
	text-decoration-skip-ink: none;
	padding:3px 10px !important;
   	color: #171717 !important;
}
.mutualfund-calculator .nav-tabs .nav-item > a.active{
	background: #1137BECC;
	border: 1px solid #1137BE33;
	color: #fff !important;
}
.mutualfund-calculator .tab-content .tab-pane .ques{
	font-size: 20px;
	font-weight: 600;
	line-height: 30.42px;
	text-align: left;
	text-underline-position: from-font;
	text-decoration-skip-ink: none;
	color:#171717;
}
.mutualfund-calculator .tab-content .tab-pane .amc-calc-input{
	background:#fff;
	font-size: 20px;
	font-weight: 700;
	line-height: 30.42px;
	text-align: left;
	text-underline-position: from-font;
	text-decoration-skip-ink: none;
	color: #17171780;
	border-bottom: 1px solid #17171780 !important;
}
.mutualfund-calculator .mutualfunds-calc-result{
	background: #FFFFFF;
	border: 1px solid #1137BE33;
	border-radius:10px;
	padding:20px 25px;
}
.mutualfund-calculator .mutualfunds-calc-result p{
	font-size: 20px;
	font-weight: 600;
	line-height: 30.42px;
	text-underline-position: from-font;
	text-decoration-skip-ink: none;
	color: #1137BE;
}
.mutualfund-calculator .mutualfunds-calc-result p span{
	font-size: 18px;
	font-weight: 700;
	line-height: 30.42px;
	text-underline-position: from-font;
	text-decoration-skip-ink: none;
	color:#171717;
}
.mutualfund-bestfunds h2{
	font-size: 56px;
	font-weight: 700;
	line-height: 85.18px;
	text-align: center;
	text-underline-position: from-font;
	text-decoration-skip-ink: none;
}
.mutualfund-bestfunds .mutualfund-categories ul li{
   	padding: 10px 0;
    border-bottom: 1px solid #1137BE33;
}
.mutualfund-bestfunds .mutualfund-categories ul li a{
	font-size: 20px;
	font-weight: 400;
	line-height: 30.42px;
	text-align: left;
	text-underline-position: from-font;
	text-decoration-skip-ink: none;
	color:#000;
}
.mutualfund-bestfunds .mutualfund-schemes table{
	background:#fff;
}
.mutualfund-bestfunds .mutualfund-schemes table th{
	background:#fff;
	font-size: 22px;
	font-weight: 700;
	line-height: 33.46px;
	text-align: left;
	text-underline-position: from-font;
	text-decoration-skip-ink: none;
	color:#000;
	padding:15px 0;
}
.mutualfund-bestfunds .mutualfund-schemes table tbody td{
	background:#fff;
	font-size: 20px;
	font-weight: 400;
	line-height: 30.42px;
	text-align: left;
	text-underline-position: from-font;
	text-decoration-skip-ink: none;
	color:#000;
}
.mutualfund-bestfunds .mutualfund-schemes table tbody td h5{
	font-size: 20px;
	font-weight: 400;
	line-height: 30.42px;
	text-align: left;
	text-underline-position: from-font;
	text-decoration-skip-ink: none;
	color:#000;
}
.mutualfund-bestfunds .mutualfund-schemes table tbody td p{
	font-size: 16px;
	font-weight: 400;
	line-height: 24.34px;
	text-align: left;
	text-underline-position: from-font;
	text-decoration-skip-ink: none;
	color:#000;
}
.mutualfund-bestfunds .mutualfund-categories ul li a.active{
	color:#1137BE;
}
.mutualfund-bestfunds .mutualfund-schemes-btn{
	font-size: 18px;
	font-weight: 700;
	line-height: 27.38px;
	text-align: center;
	text-underline-position: from-font;
	text-decoration-skip-ink: none;
	color:#fff;
	background: #1137BE;
	border-radius:8px;
}
.mutualfund-bestfunds .sip-page-btn-invest{
   	color: #1137BE;
    text-align: center;
    font-size: 18px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    border-radius: 20px;
    border: 1px solid #1137BE;
    background: linear-gradient(94deg, rgba(222, 223, 243, 0.50) 0.95%, rgba(237, 241, 248, 0.50) 47.84%, rgba(222, 223, 243, 0.50) 94.74%);
    padding: 5px 15px;
}
.mutualfund-start-investing h2{
	font-size: 56px;
	font-weight: 700;
	line-height: 85.18px;
	text-align: center;
	text-underline-position: from-font;
	text-decoration-skip-ink: none;
}
.mutualfund-start-investing h5{
	font-size: 22px;
	font-weight: 700;
	line-height: 33.46px;
	text-align: left;
	text-underline-position: from-font;
	text-decoration-skip-ink: none;
}
.mutualfund-start-investing p{
	font-size: 22px;
	font-weight: 400;
	line-height: 33.46px;
	text-align: left;
	text-underline-position: from-font;
	text-decoration-skip-ink: none;
	color:#000;
}
.mutualfund-start-investing .start-investing-img{
	border-radius:40px;
}
.mutualfund-cta .card{
	background: linear-gradient(90deg, rgba(222, 223, 243, 0.3) 0%, rgba(230, 230, 237, 0.283529) 50%, rgba(222, 223, 243, 0.3) 100%);
	border: 1px solid #1137BE33;
	box-shadow: 0px 4px 4px 0px #1137BE33;
	border-radius:20px;
}
.mutualfund-cta .card .mutualfund-cta-btn{
	font-size: 18px;
	font-weight: 700;
	line-height: 27.38px;
	text-align: center;
	text-underline-position: from-font;
	text-decoration-skip-ink: none;
	padding:10px 30px;
	background: #1137BE;
	border-radius:8px;
	color:#fff;
}
.mutualfund-cta .card h4{
	font-size: 30px;
	font-weight: 600;
	line-height: 45.63px;
	text-align: center;
	text-underline-position: from-font;
	text-decoration-skip-ink: none;
}
.mutualfund-page-faq .accordion-button{
	border-radius:0px !important;
	border: 1px solid #1137BE33;
	color:#171717;
	background: #f1f4fa !important;
	font-size: 22px;
	font-weight: 400;
	line-height: 33.46px;
	text-align: left;
	text-underline-position: from-font;
	text-decoration-skip-ink: none;
}
.mutualfund-page-faq .accordion-body{
    padding: 15px 20px;
    background: linear-gradient(149.39deg, rgba(222, 223, 243, 0.1) 0%, rgba(237, 241, 248, 0.1) 50%, rgba(222, 223, 243, 0.1) 100%);
    border: 1px solid #1137BE33;
	font-size: 20px;
	font-weight: 400;
	line-height: 30.42px;
	text-align: left;
	text-underline-position: from-font;
	text-decoration-skip-ink: none;
}
.mutualfund-page-faq h2{
	font-size: 56px;
	font-weight: 700;
	line-height: 85.18px;
	text-align: center;
	text-underline-position: from-font;
	text-decoration-skip-ink: none;
}
.mutualfund-page-faq .accordion{
    --bs-accordion-btn-icon: url('/assets/img/home/accordion-plus.svg');
    --bs-accordion-btn-active-icon: url('/assets/img/home/accordion-minus.svg');
}
.mutualfund-page-faq .accordion-button:not(.collapsed)::after{
    margin-bottom: 10px;
}
.mutualfund-page-faq .accordion-button:not(.collapsed) {
    color: #000000;
	background: #f1f4fa !important;
    box-shadow: inset 0 calc(-1* var(--bs-accordion-border-width)) 0 var(--bs-accordion-border-color);
}
.mutualfund-page-faq h2{
	font-size: 40px;
	font-weight: 700;
	line-height: 60.84px;
	text-align: center;
	text-underline-position: from-font;
	text-decoration-skip-ink: none;
}
@media screen and  (min-width:992px) and (max-width:1199px){
	.mutualfund-main h2 {
	    font-size: 42px;
	    font-weight: 700;
	    line-height: 58.18px;
	    text-align: left;
	    text-underline-position: from-font;
	    text-decoration-skip-ink: none;
	}
	.mutualfund-main p {
	    font-size: 18px;
	    font-weight: 400;
	    line-height: 30.42px;
	    text-align: left;
	    text-underline-position: from-font;
	    text-decoration-skip-ink: none;
	    color: #000;
	}
	.mutualfund-calculator h2 {
	    font-size: 37px;
	    font-weight: 700;
	    line-height: 47.01px;
	    text-align: left;
	    text-underline-position: from-font;
	    text-decoration-skip-ink: none;
	}
	.mutualfund-calculator p {
	    font-size: 18px;
	    font-weight: 400;
	    line-height: 28.42px;
	    text-align: left;
	    text-underline-position: from-font;
	    text-decoration-skip-ink: none;
	    color: #000;
	}
	.mutualfund-calculator .mutualfund-invest {
	    font-size: 16px;
	    font-weight: 700;
	    line-height: 27.38px;
	    text-align: center;
	    text-underline-position: from-font;
	    text-decoration-skip-ink: none;
	    color: #fff;
	    background: #1137BE;
	    border-radius: 8px;
	    padding: 8px 25px;
	}
	.mutualfund-main .mutualfund-mainbtn {
	    font-size: 16px;
	    font-weight: 700;
	    line-height: 27.38px;
	    text-align: center;
	    text-underline-position: from-font;
	    text-decoration-skip-ink: none;
	    color: #fff;
	    background: #1137BE;
	    border-radius: 8px;
	    padding: 8px 25px;
	}
	.mutualfund-calculator .nav-fill .nav-link {
	    font-size: 17px;
	    font-weight: 600;
	    line-height: 25.42px;
	    text-underline-position: from-font;
	    text-decoration-skip-ink: none;
	    padding: 3px 10px !important;
	    color: #171717 !important;
	}
	.mutualfund-calculator .tab-content .tab-pane .ques {
	    font-size: 14px;
	    font-weight: 600;
	    line-height: 25.42px;
	    text-align: left;
	    text-underline-position: from-font;
	    text-decoration-skip-ink: none;
	    color: #171717;
	}
	.mutualfund-calculator .tab-content .tab-pane .amc-calc-input {
		background:#fff;
	    font-size: 15px;
	    font-weight: 700;
	    line-height: 30.42px;
	    text-align: left;
	    text-underline-position: from-font;
	    text-decoration-skip-ink: none;
	    color: #17171780;
	    border-bottom: 1px solid #17171780 !important;
	}
	.mutualfund-calculator .mutualfunds-calc-result p {
	    font-size: 14px;
	    font-weight: 600;
	    line-height: 30.42px;
	    text-underline-position: from-font;
	    text-decoration-skip-ink: none;
	    color: #1137BE;
	}
	.mutualfund-calculator .mutualfunds-calc-result p span {
	    font-size: 15px;
	    font-weight: 700;
	    line-height: 30.42px;
	    text-underline-position: from-font;
	    text-decoration-skip-ink: none;
	    color: #171717;
	}
	.mutualfund-calculator .mutualfunds-calc-result {
	    background: #FFFFFF;
	    border: 1px solid #1137BE33;
	    border-radius: 10px;
	    padding: 15px 20px;
	}
	.mutualfund-bestfunds h2 {
	    font-size: 45px;
	    font-weight: 700;
	    line-height: 85.18px;
	    text-align: center;
	    text-underline-position: from-font;
	    text-decoration-skip-ink: none;
	}
	.mutualfund-bestfunds .mutualfund-schemes table th {
		background:#fff;
	    font-size: 18px;
	    font-weight: 700;
	    line-height: 33.46px;
	    text-align: left;
	    text-underline-position: from-font;
	    text-decoration-skip-ink: none;
	    color: #000;
	    padding: 15px 0;
	}
	.mutualfund-bestfunds .mutualfund-schemes table tbody td h5 {
	    font-size: 18px;
	    font-weight: 400;
	    line-height: 25.42px;
	    text-align: left;
	    text-underline-position: from-font;
	    text-decoration-skip-ink: none;
	    color: #000;
	}
	.mutualfund-bestfunds .mutualfund-schemes table tbody td p {
	    font-size: 13px;
	    font-weight: 400;
	    line-height: 19.34px;
	    text-align: left;
	    text-underline-position: from-font;
	    text-decoration-skip-ink: none;
	    color: #000;
	}
	.mutualfund-bestfunds .mutualfund-schemes table tbody td {
		background:#fff;
	    font-size: 18px;
	    font-weight: 400;
	    line-height: 16.42px;
	    text-align: left;
	    text-underline-position: from-font;
	    text-decoration-skip-ink: none;
	    color: #000;
	}
	.mutualfund-bestfunds .mutualfund-categories ul li a {
	    font-size: 16px;
	    font-weight: 400;
	    line-height: 26.42px;
	    text-align: left;
	    text-underline-position: from-font;
	    text-decoration-skip-ink: none;
	    color: #000;
	}
	.mutualfund-bestfunds .mutualfund-schemes-btn {
	    font-size: 16px;
	    font-weight: 700;
	    line-height: 27.38px;
	    text-align: center;
	    text-underline-position: from-font;
	    text-decoration-skip-ink: none;
	    color: #fff;
	    background: #1137BE;
	    border-radius: 8px;
	}
	.mutualfund-bestfunds .sip-page-btn-invest{
      	color: #1137BE;
        text-align: center;
        font-size: 15px;
        font-style: normal;
        font-weight: 600;
        line-height: normal;
        border-radius: 20px;
        border: 1px solid #1137BE;
        background: linear-gradient(94deg, rgba(222, 223, 243, 0.50) 0.95%, rgba(237, 241, 248, 0.50) 47.84%, rgba(222, 223, 243, 0.50) 94.74%);
        padding: 5px 15px;
	}
	.mutualfund-start-investing h2 {
	    font-size: 45px;
	    font-weight: 700;
	    line-height: 85.18px;
	    text-align: center;
	    text-underline-position: from-font;
	    text-decoration-skip-ink: none;
	}
	.mutualfund-start-investing h5 {
	    font-size: 20px;
	    font-weight: 700;
	    line-height: 28.46px;
	    text-align: left;
	    text-underline-position: from-font;
	    text-decoration-skip-ink: none;
	}
	.mutualfund-start-investing p {
	    font-size: 20px;
	    font-weight: 400;
	    line-height: 33.46px;
	    text-align: left;
	    text-underline-position: from-font;
	    text-decoration-skip-ink: none;
	    color: #000;
	}
	.mutualfund-cta .card .mutualfund-cta-btn {
	    font-size: 16px;
	    font-weight: 700;
	    line-height: 27.38px;
	    text-align: center;
	    text-underline-position: from-font;
	    text-decoration-skip-ink: none;
	    padding: 7px 25px;
	    background: #1137BE;
	    border-radius: 8px;
	    color: #fff;
	}
	.mutualfund-page-faq .accordion-button {
		color:#171717;
		background: #f1f4fa !important;
	    border-radius: 0px !important;
	    border: 1px solid #1137BE33;
	    font-size: 18px;
	    font-weight: 400;
	    line-height: 26.46px;
	    text-align: left;
	    text-underline-position: from-font;
	    text-decoration-skip-ink: none;
	}
	.mutualfund-page-faq .accordion-body {
	    padding: 15px 20px;
	    background: linear-gradient(149.39deg, rgba(222, 223, 243, 0.1) 0%, rgba(237, 241, 248, 0.1) 50%, rgba(222, 223, 243, 0.1) 100%);
	    border: 1px solid #1137BE33;
	    font-size: 16px;
	    font-weight: 400;
	    line-height: 25.42px;
	    text-align: left;
	    text-underline-position: from-font;
	    text-decoration-skip-ink: none;
	}
}
@media screen and (min-width:768px) and (max-width:991px){
	.mutualfund-main h2 {
	    font-size: 35px;
	    font-weight: 700;
	    line-height: 46.18px;
	    text-align: left;
	    text-underline-position: from-font;
	    text-decoration-skip-ink: none;
	}
	.mutualfund-main p {
	    font-size: 17px;
	    font-weight: 400;
	    line-height: 28.42px;
	    text-align: left;
	    text-underline-position: from-font;
	    text-decoration-skip-ink: none;
	    color: #000;
	}
	.mutualfund-main .mutualfund-mainbtn {
	    font-size: 16px;
	    font-weight: 700;
	    line-height: 27.38px;
	    text-align: center;
	    text-underline-position: from-font;
	    text-decoration-skip-ink: none;
	    color: #fff;
	    background: #1137BE;
	    border-radius: 8px;
	    padding: 4px 25px;
	}
	.mutualfund-calculator h2 {
	    font-size: 40px;
	    font-weight: 700;
	    line-height: 55.01px;
	    text-align: left;
	    text-underline-position: from-font;
	    text-decoration-skip-ink: none;
	}
	.mutualfund-calculator p {
	    font-size: 18px;
	    font-weight: 400;
	    line-height: 30.42px;
	    text-align: left;
	    text-underline-position: from-font;
	    text-decoration-skip-ink: none;
	    color: #000;
	}
	.mutualfund-calculator .mutualfund-invest {
	    font-size: 16px;
	    font-weight: 700;
	    line-height: 27.38px;
	    text-align: center;
	    text-underline-position: from-font;
	    text-decoration-skip-ink: none;
	    color: #fff;
	    background: #1137BE;
	    border-radius: 8px;
	    padding: 5px 25px;
	}
	.mutualfund-calculator .nav-fill .nav-link {
	    font-size: 18px;
	    font-weight: 600;
	    line-height: 30.42px;
	    text-underline-position: from-font;
	    text-decoration-skip-ink: none;
	    padding: 3px 10px !important;
	    color: #171717 !important;
	}
	.mutualfund-calculator .tab-content .tab-pane .ques {
	    font-size: 14px;
	    font-weight: 600;
	    line-height: 30.42px;
	    text-align: left;
	    text-underline-position: from-font;
	    text-decoration-skip-ink: none;
	    color: #171717;
	}
	.mutualfund-calculator .tab-content .tab-pane .amc-calc-input {
		background:#fff;
	    font-size: 14px;
	    font-weight: 700;
	    line-height: 30.42px;
	    text-align: left;
	    text-underline-position: from-font;
	    text-decoration-skip-ink: none;
	    color: #17171780;
	    border-bottom: 1px solid #17171780 !important;
	}
	.mutualfund-calculator .mutualfunds-calc-result p {
	    font-size: 15px;
	    font-weight: 600;
	    line-height: 30.42px;
	    text-underline-position: from-font;
	    text-decoration-skip-ink: none;
	    color: #1137BE;
	}
	.mutualfund-calculator .mutualfunds-calc-result p span {
	    font-size: 15px;
	    font-weight: 700;
	    line-height: 30.42px;
	    text-underline-position: from-font;
	    text-decoration-skip-ink: none;
	    color: #171717;
	}
	.mutualfund-calculator .mutualfunds-calc-result {
	    background: #FFFFFF;
	    border: 1px solid #1137BE33;
	    border-radius: 10px;
	    padding: 15px 15px;
	}
	.mutualfund-bestfunds h2 {
	    font-size: 42px;
	    font-weight: 700;
	    line-height: 78.18px;
	    text-align: center;
	    text-underline-position: from-font;
	    text-decoration-skip-ink: none;
	}
	.mutualfund-bestfunds #schemeCategory{
	    background: linear-gradient(90deg, rgba(222, 223, 243, 0.5) 0%, rgba(237, 241, 248, 0.5) 50%, rgba(222, 223, 243, 0.5) 100%);
	    border: 1px solid #1137BE33;
	    padding: 5px;
		font-size: 18px;
		font-weight: 400;
		line-height: 30.42px;
		text-align: left;
		text-underline-position: from-font;
		text-decoration-skip-ink: none;
		padding:10px 20px;
		color:#000;
	}
	.mutualfund-bestfunds .dropdown-toggle:after{
	    float: inline-end;
       margin-top: 7px;
	}
	.mutualfund-bestfunds .categorymobile li a{
		font-size: 18px;
		font-weight: 400;
		line-height: 30.42px;
		text-align: left;
		text-underline-position: from-font;
		text-decoration-skip-ink: none;
		color:#000;
       	padding: 10px;
	}
	.mutualfund-bestfunds .mutualfund-schemes table th {
		background:#fff;
	    font-size: 18px;
	    font-weight: 700;
	    line-height: 33.46px;
	    text-align: left;
	    text-underline-position: from-font;
	    text-decoration-skip-ink: none;
	    color: #000;
	    padding: 15px 0;
	}
	.mutualfund-bestfunds .mutualfund-schemes table tbody td h5 {
	    font-size: 17px;
	    font-weight: 400;
	    line-height: 30.42px;
	    text-align: left;
	    text-underline-position: from-font;
	    text-decoration-skip-ink: none;
	    color: #000;
	}
	.mutualfund-bestfunds .mutualfund-schemes table tbody td p {
	    font-size: 14px;
	    font-weight: 400;
	    line-height: 17.34px;
	    text-align: left;
	    text-underline-position: from-font;
	    text-decoration-skip-ink: none;
	    color: #000;
	}
	.mutualfund-bestfunds .mutualfund-schemes table tbody td {
		background:#fff;
	    font-size: 16px;
	    font-weight: 400;
	    line-height: 30.42px;
	    text-align: left;
	    text-underline-position: from-font;
	    text-decoration-skip-ink: none;
	    color: #000;
	}
	.mutualfund-bestfunds .mutualfund-schemes-btn {
    	font-size: 14px;
    }
    .mutualfund-bestfunds .sip-page-btn-invest{
    	font-size: 13px;
    }
    .mutualfund-start-investing h2 {
	    font-size: 35px;
	    font-weight: 700;
	    line-height: 85.18px;
	    text-align: center;
	    text-underline-position: from-font;
	    text-decoration-skip-ink: none;
	}
	.mutualfund-start-investing h5 {
	    font-size: 16px;
	    font-weight: 700;
	    line-height: 30.46px;
	    text-align: left;
	    text-underline-position: from-font;
	    text-decoration-skip-ink: none;
	}
	.mutualfund-start-investing p {
	    font-size: 13px;
	    font-weight: 400;
	    line-height: 21.46px;
	    text-align: left;
	    text-underline-position: from-font;
	    text-decoration-skip-ink: none;
	    color: #000;
	}
	.mutualfund-cta .card h4 {
	    font-size: 25px;
	    font-weight: 600;
	    line-height: 45.63px;
	    text-align: center;
	    text-underline-position: from-font;
	    text-decoration-skip-ink: none;
	}
	.mutualfund-cta .card .mutualfund-cta-btn {
	    font-size: 15px;
	    font-weight: 700;
	    line-height: 27.38px;
	    text-align: center;
	    text-underline-position: from-font;
	    text-decoration-skip-ink: none;
	    padding: 6px 25px;
	    background: #1137BE;
	    border-radius: 8px;
	    color: #fff;
	}
	.mutualfund-page-faq h2 {
	    font-size: 35px;
	    font-weight: 700;
	    line-height: 60.84px;
	    text-align: center;
	    text-underline-position: from-font;
	    text-decoration-skip-ink: none;
	}
}
@media screen and (max-width:767px){
	.mutualfund-main h2 {
	    font-size: 30px;
	    font-weight: 700;
	    line-height: 40.18px;
	    text-align: left;
	    text-underline-position: from-font;
	    text-decoration-skip-ink: none;
	}
	.mutualfund-main p {
	    font-size: 16px;
	    font-weight: 400;
	    line-height: 27.42px;
	    text-align: left;
	    text-underline-position: from-font;
	    text-decoration-skip-ink: none;
	    color: #000;
	}
	.mutualfund-main .mutualfund-mainbtn {
	    font-size: 15px;
	    font-weight: 700;
	    line-height: 27.38px;
	    text-align: center;
	    text-underline-position: from-font;
	    text-decoration-skip-ink: none;
	    color: #fff;
	    background: #1137BE;
	    border-radius: 8px;
	    padding: 6px 25px;
	}
	.mutualfund-calculator h2 {
	    font-size: 27px;
	    font-weight: 700;
	    line-height: 50.01px;
	    text-align: left;
	    text-underline-position: from-font;
	    text-decoration-skip-ink: none;
	}
	.mutualfund-calculator p {
	    font-size: 16px;
	    font-weight: 400;
	    line-height: 28.42px;
	    text-align: left;
	    text-underline-position: from-font;
	    text-decoration-skip-ink: none;
	    color: #000;
	}
	.mutualfund-calculator .mutualfund-invest {
	    font-size: 15px;
	    font-weight: 700;
	    line-height: 21.38px;
	    text-align: center;
	    text-underline-position: from-font;
	    text-decoration-skip-ink: none;
	    color: #fff;
	    background: #1137BE;
	    border-radius: 8px;
	    padding: 8px 24px;
	}
	.mutualfund-calculator .nav-fill .nav-link {
	    font-size: 15px;
	    font-weight: 600;
	    line-height: 30.42px;
	    text-underline-position: from-font;
	    text-decoration-skip-ink: none;
	    padding: 1px 10px !important;
	    color: #171717 !important;
	}
	.mutualfund-calculator .tab-content .tab-pane .ques {
	    font-size: 15px;
	    font-weight: 600;
	    line-height: 30.42px;
	    text-align: left;
	    text-underline-position: from-font;
	    text-decoration-skip-ink: none;
	    color: #171717;
	}
	.mutualfund-calculator .tab-content .tab-pane .amc-calc-input {
		background:#fff;
	    font-size: 15px;
	    font-weight: 700;
	    line-height: 30.42px;
	    text-align: left;
	    text-underline-position: from-font;
	    text-decoration-skip-ink: none;
	    color: #17171780;
	    border-bottom: 1px solid #17171780 !important;
	}
	.mutualfund-calculator .mutualfunds-calc-result p {
	    font-size: 15px;
	    font-weight: 600;
	    line-height: 30.42px;
	    text-underline-position: from-font;
	    text-decoration-skip-ink: none;
	    color: #1137BE;
	}
	.mutualfund-calculator .mutualfunds-calc-result p span {
	    font-size: 15px;
	    font-weight: 700;
	    line-height: 30.42px;
	    text-underline-position: from-font;
	    text-decoration-skip-ink: none;
	    color: #171717;
	}
	.mutualfund-calculator .mutualfunds-calc-result {
	    background: #FFFFFF;
	    border: 1px solid #1137BE33;
	    border-radius: 10px;
	    padding: 15px 15px;
	}
	.mutualfund-bestfunds h2 {
	    font-size: 23px;
	    font-weight: 700;
	    line-height: 50.18px;
	    text-align: center;
	    text-underline-position: from-font;
	    text-decoration-skip-ink: none;
	}
    .mutualfund-bestfunds #schemeCategory {
        background: linear-gradient(90deg, rgba(222, 223, 243, 0.5) 0%, rgba(237, 241, 248, 0.5) 50%, rgba(222, 223, 243, 0.5) 100%);
        border: 1px solid #1137BE33;
        padding: 5px;
        font-size: 15px;
        font-weight: 400;
        line-height: 30.42px;
        text-align: left;
        text-underline-position: from-font;
        text-decoration-skip-ink: none;
        padding: 10px 20px;
        color: #000;
    }
    .mutualfund-bestfunds .dropdown-toggle:after {
        float: inline-end;
        margin-top: 7px;
    }
    .mutualfund-bestfunds .mutualfund-schemes table th {
    	background:#fff;
	    font-size: 15px;
	    font-weight: 700;
	    line-height: 29.46px;
	    text-align: left;
	    text-underline-position: from-font;
	    text-decoration-skip-ink: none;
	    color: #000;
	    padding: 15px 0;
	}
	.mutualfund-bestfunds .mutualfund-schemes table tbody td h5 {
	    font-size: 15px;
	    font-weight: 400;
	    line-height: 22.42px;
	    text-align: left;
	    text-underline-position: from-font;
	    text-decoration-skip-ink: none;
	    color: #000;
	}
	.mutualfund-bestfunds .mutualfund-schemes table tbody td p {
	    font-size: 12px;
	    font-weight: 400;
	    line-height: 18.34px;
	    text-align: left;
	    text-underline-position: from-font;
	    text-decoration-skip-ink: none;
	    color: #000;
	}
	.mutualfund-bestfunds .mutualfund-schemes table tbody td {
		background:#fff;
	    font-size: 15px;
	    font-weight: 400;
	    line-height: 30.42px;
	    text-align: left;
	    text-underline-position: from-font;
	    text-decoration-skip-ink: none;
	    color: #000;
	}
	.mutualfund-bestfunds .mutualfund-schemes-btn {
	    font-size: 14px;
	    font-weight: 700;
	    line-height: 27.38px;
	    text-align: center;
	    text-underline-position: from-font;
	    text-decoration-skip-ink: none;
	    color: #fff;
	    background: #1137BE;
	    border-radius: 8px;
	}
	.mutualfund-bestfunds .sip-page-btn-invest{
    	color: #1137BE;
        text-align: center;
        font-size: 11px;
        font-style: normal;
        font-weight: 600;
        line-height: normal;
        border-radius: 20px;
        border: 1px solid #1137BE;
        background: linear-gradient(94deg, rgba(222, 223, 243, 0.50) 0.95%, rgba(237, 241, 248, 0.50) 47.84%, rgba(222, 223, 243, 0.50) 94.74%);
        padding: 5px 8px;
    }
	.mutualfund-start-investing h2 {
	    font-size: 25px;
	    font-weight: 700;
	    line-height: 47.18px;
	    text-align: center;
	    text-underline-position: from-font;
	    text-decoration-skip-ink: none;
	}
	.mutualfund-start-investing h5 {
	    font-size: 18px;
	    font-weight: 700;
	    line-height: 29.46px;
	    text-align: left;
	    text-underline-position: from-font;
	    text-decoration-skip-ink: none;
	}
	.mutualfund-start-investing p {
	    font-size: 14px;
	    font-weight: 400;
	    line-height: 21.46px;
	    text-align: left;
	    text-underline-position: from-font;
	    text-decoration-skip-ink: none;
	    color: #000;
	}
	.mutualfund-cta .card h4 {
	    font-size: 20px;
	    font-weight: 600;
	    line-height: 29.63px;
	    text-align: center;
	    text-underline-position: from-font;
	    text-decoration-skip-ink: none;
	}
	.mutualfund-cta .card .mutualfund-cta-btn {
	    font-size: 14px;
	    font-weight: 700;
	    line-height: 27.38px;
	    text-align: center;
	    text-underline-position: from-font;
	    text-decoration-skip-ink: none;
	    padding: 4px 24px;
	    background: #1137BE;
	    border-radius: 8px;
	    color: #fff;
	}
	.mutualfund-page-faq h2 {
	    font-size: 25px;
	    font-weight: 700;
	    line-height: 37.84px;
	    text-align: center;
	    text-underline-position: from-font;
	    text-decoration-skip-ink: none;
	}
	.mutualfund-page-faq .accordion-button {
	    border-radius: 0px !important;
	    border: 1px solid #1137BE33;
	    color:#171717;
		background: #f1f4fa !important;
	    font-size: 16px;
	    font-weight: 400;
	    line-height: 21.46px;
	    text-align: left;
	    text-underline-position: from-font;
	    text-decoration-skip-ink: none;
	}
	.mutualfund-page-faq .accordion-body {
	    padding: 15px 20px;
	    background: linear-gradient(149.39deg, rgba(222, 223, 243, 0.1) 0%, rgba(237, 241, 248, 0.1) 50%, rgba(222, 223, 243, 0.1) 100%);
	    border: 1px solid #1137BE33;
	    font-size: 16px;
	    font-weight: 400;
	    line-height: 24.42px;
	    text-align: left;
	    text-underline-position: from-font;
	    text-decoration-skip-ink: none;
	}
}
/* mutual fund page end */
/* nfo page start */
.nfo-main h2{
	font-size: 56px;
	font-weight: 700;
	line-height: 85.18px;
	text-align: left;
	text-underline-position: from-font;
	text-decoration-skip-ink: none;
}
.nfo-main p{
	font-size: 20px;
	font-weight: 400;
	line-height: 30.42px;
	text-align: left;
	text-underline-position: from-font;
	text-decoration-skip-ink: none;
	color:#000;
}
.nfo-main .nfo-mainbtn{
	font-size: 18px;
	font-weight: 700;
	line-height: 27.38px;
	text-align: center;
	text-underline-position: from-font;
	text-decoration-skip-ink: none;
	color:#fff;
	background: #1137BE;
	border-radius:8px;
	padding:10px 30px;
}
.nfo-open h2{
	font-size: 56px;
	font-weight: 700;
	line-height: 85.18px;
	text-underline-position: from-font;
	text-decoration-skip-ink: none;
}
.nfo-open table th{
	font-size: 22px;
	font-weight: 700;
	line-height: 33.46px;
	text-align: left;
	text-underline-position: from-font;
	text-decoration-skip-ink: none;
	background-color: #ffffff00;
}
.nfo-open table tbody tr td h5{
	font-size: 22px;
	font-weight: 400;
	line-height: 43.46px;
	text-align: left;
	text-underline-position: from-font;
	text-decoration-skip-ink: none;
}
.nfo-open table tbody tr td p{
	font-size: 18px;
	font-weight: 400;
	line-height: 27.38px;
	text-align: left;
	text-underline-position: from-font;
	text-decoration-skip-ink: none;
	color:#000;
}
.nfo-open table tbody tr td{
	font-size: 22px;
	font-weight: 400;
	line-height: 33.46px;
	text-align: left;
	text-underline-position: from-font;
	text-decoration-skip-ink: none;
	background-color: #ffffff00;
}
.nfo-open .nfo-table{
	background: linear-gradient(105.6deg, rgba(222, 223, 243, 0.3) 0%, rgba(237, 241, 248, 0.3) 50%, rgba(222, 223, 243, 0.3) 100%);
	border: 1px solid #1137BE33;
	padding:40px;
	border-radius:20px;
}
.nfo-steps h2{
	font-size: 56px;
	font-weight: 700;
	line-height: 85.18px;
	text-align: left;
	text-underline-position: from-font;
	text-decoration-skip-ink: none;
}
.nfo-steps .nfo-steps-btn{
	font-size: 18px;
	font-weight: 700;
	line-height: 27.38px;
	text-align: center;
	text-underline-position: from-font;
	text-decoration-skip-ink: none;
	color:#fff;
	background: #1137BE;
	border-radius:8px;
	padding:10px 28px;
} 
.nfo-steps p{
	font-size: 18px;
	font-weight: 400;
	line-height: 27.38px;
	text-align: center;
	text-underline-position: from-font;
	text-decoration-skip-ink: none;
	color:#000;
}
.nfo-faq .accordion-button{
	border-radius:0px !important;
	border: 1px solid #1137BE33;
	color:#171717;
	background: #f1f4fa !important;
	font-size: 22px;
	font-weight: 400;
	line-height: 33.46px;
	text-align: left;
	text-underline-position: from-font;
	text-decoration-skip-ink: none;
}
.nfo-faq .accordion-body{
    padding: 15px 20px;
    background: linear-gradient(149.39deg, rgba(222, 223, 243, 0.1) 0%, rgba(237, 241, 248, 0.1) 50%, rgba(222, 223, 243, 0.1) 100%);
    border: 1px solid #1137BE33;
	font-size: 20px;
	font-weight: 400;
	line-height: 30.42px;
	text-align: left;
	text-underline-position: from-font;
	text-decoration-skip-ink: none;
}
.nfo-faq .accordion-button:not(.collapsed){
  	color: #000000;
  	background: #f1f4fa !important;
}
.nfo-faq h2{
	font-size: 56px;
	font-weight: 700;
	line-height: 85.18px;
	text-underline-position: from-font;
	text-decoration-skip-ink: none;
}
@media screen and (min-width:992px) and (max-width:1199px){
	.nfo-main h2 {
	    font-size: 43px;
	    font-weight: 700;
	    line-height: 58.18px;
	    text-align: left;
	    text-underline-position: from-font;
	    text-decoration-skip-ink: none;
	}
	.nfo-main p {
	    font-size: 18px;
	    font-weight: 400;
	    line-height: 28.42px;
	    text-align: left;
	    text-underline-position: from-font;
	    text-decoration-skip-ink: none;
	    color: #000;
	}
	.nfo-main .nfo-mainbtn {
	    font-size: 15px;
	    font-weight: 700;
	    line-height: 27.38px;
	    text-align: center;
	    text-underline-position: from-font;
	    text-decoration-skip-ink: none;
	    color: #fff;
	    background: #1137BE;
	    border-radius: 8px;
	    padding: 7px 28px;
	}
	.nfo-open h2 {
	    font-size: 45px;
	    font-weight: 700;
	    line-height: 76.18px;
	    text-underline-position: from-font;
	    text-decoration-skip-ink: none;
	}
	.nfo-open table th {
	    font-size: 18px;
	    font-weight: 700;
	    line-height: 33.46px;
	    text-align: left;
	    text-underline-position: from-font;
	    text-decoration-skip-ink: none;
	    background-color: #ffffff00;
	}
	.nfo-open table tbody tr td h5 {
	    font-size: 18px;
	    font-weight: 400;
	    line-height: 43.46px;
	    text-align: left;
	    text-underline-position: from-font;
	    text-decoration-skip-ink: none;
	}
	.nfo-open table tbody tr td {
	    font-size: 18px;
	    font-weight: 400;
	    line-height: 33.46px;
	    text-align: left;
	    text-underline-position: from-font;
	    text-decoration-skip-ink: none;
	    background-color: #ffffff00;
	}
	.nfo-open table tbody tr td p {
	    font-size: 16px;
	    font-weight: 400;
	    line-height: 27.38px;
	    text-align: left;
	    text-underline-position: from-font;
	    text-decoration-skip-ink: none;
	    color: #000;
	}
	.nfo-open .nfo-table {
	    background: linear-gradient(105.6deg, rgba(222, 223, 243, 0.3) 0%, rgba(237, 241, 248, 0.3) 50%, rgba(222, 223, 243, 0.3) 100%);
	    border: 1px solid #1137BE33;
	    padding: 30px;
	    border-radius: 20px;
	}
	.nfo-faq .accordion-button {
	    border-radius: 0px !important;
	    border: 1px solid #1137BE33;
	    color:#171717;
		background: #f1f4fa !important;
	    font-size: 18px;
	    font-weight: 400;
	    line-height: 26.46px;
	    text-align: left;
	    text-underline-position: from-font;
	    text-decoration-skip-ink: none;
	}
	.nfo-faq .accordion-body {
	    padding: 15px 20px;
	    background: linear-gradient(149.39deg, rgba(222, 223, 243, 0.1) 0%, rgba(237, 241, 248, 0.1) 50%, rgba(222, 223, 243, 0.1) 100%);
	    border: 1px solid #1137BE33;
	    font-size: 16px;
	    font-weight: 400;
	    line-height: 25.42px;
	    text-align: left;
	    text-underline-position: from-font;
	    text-decoration-skip-ink: none;
	}
	.nfo-steps h2 {
	    font-size: 40px;
	    font-weight: 700;
	    line-height: 66.18px;
	    text-align: left;
	    text-underline-position: from-font;
	    text-decoration-skip-ink: none;
	}
	.nfo-steps .nfo-steps-btn {
	    font-size: 15px;
	    font-weight: 700;
	    line-height: 27.38px;
	    text-align: center;
	    text-underline-position: from-font;
	    text-decoration-skip-ink: none;
	    color: #fff;
	    background: #1137BE;
	    border-radius: 8px;
	    padding: 7px 25px;
	}
}
@media screen and (min-width:768px) and (max-width:991px){
	.nfo-main h2 {
	    font-size: 40px;
	    font-weight: 700;
	    line-height: 58.18px;
	    text-align: left;
	    text-underline-position: from-font;
	    text-decoration-skip-ink: none;
	}
	.nfo-main p {
	    font-size: 18px;
	    font-weight: 400;
	    line-height: 30.42px;
	    text-align: left;
	    text-underline-position: from-font;
	    text-decoration-skip-ink: none;
	    color: #000;
	}
	.nfo-main .nfo-mainbtn {
	    font-size: 16px;
	    font-weight: 700;
	    line-height: 27.38px;
	    text-align: center;
	    text-underline-position: from-font;
	    text-decoration-skip-ink: none;
	    color: #fff;
	    background: #1137BE;
	    border-radius: 8px;
	    padding: 6px 25px;
	}
	.nfo-open h2 {
	    font-size: 40px;
	    font-weight: 700;
	    line-height: 37.18px;
	    text-underline-position: from-font;
	    text-decoration-skip-ink: none;
	}
	.nfo-open table th {
	    font-size: 16px;
	    font-weight: 700;
	    line-height: 30.46px;
	    text-align: left;
	    text-underline-position: from-font;
	    text-decoration-skip-ink: none;
	    background-color: #ffffff00;
	}
	.nfo-open table tbody tr td h5 {
	    font-size: 16px;
	    font-weight: 400;
	    line-height: 26.46px;
	    text-align: left;
	    text-underline-position: from-font;
	    text-decoration-skip-ink: none;
	}
	.nfo-open table tbody tr td p {
	    font-size: 13px;
	    font-weight: 400;
	    line-height: 18.38px;
	    text-align: left;
	    text-underline-position: from-font;
	    text-decoration-skip-ink: none;
	    color: #000;
	}
	.nfo-open table tbody tr td {
	    font-size: 15px;
	    font-weight: 400;
	    line-height: 33.46px;
	    text-align: left;
	    text-underline-position: from-font;
	    text-decoration-skip-ink: none;
	    background-color: #ffffff00;
	}
}
@media screen and (max-width:767px){
	.nfo-main h2 {
	    font-size: 30px;
	    font-weight: 700;
	    line-height: 45.18px;
	    text-align: left;
	    text-underline-position: from-font;
	    text-decoration-skip-ink: none;
	}
	.nfo-main p {
	    font-size: 16px;
	    font-weight: 400;
	    line-height: 30.42px;
	    text-align: left;
	    text-underline-position: from-font;
	    text-decoration-skip-ink: none;
	    color: #000;
	}
	.nfo-main .nfo-mainbtn {
	    font-size: 16px;
	    font-weight: 700;
	    line-height: 27.38px;
	    text-align: center;
	    text-underline-position: from-font;
	    text-decoration-skip-ink: none;
	    color: #fff;
	    background: #1137BE;
	    border-radius: 8px;
	    padding: 6px 25px;
	}
	.nfo-open h2 {
	    font-size: 35px;
	    font-weight: 700;
	    line-height: 31.18px;
	    text-underline-position: from-font;
	    text-decoration-skip-ink: none;
	}
	.nfo-open .nfo-table {
	    background: linear-gradient(105.6deg, rgba(222, 223, 243, 0.3) 0%, rgba(237, 241, 248, 0.3) 50%, rgba(222, 223, 243, 0.3) 100%);
	    border: 1px solid #1137BE33;
	    padding: 10px;
	    border-radius: 20px;
	}
	.nfo-open table th {
	    font-size: 14px;
	    font-weight: 700;
	    line-height: 22.46px;
	    text-align: left;
	    text-underline-position: from-font;
	    text-decoration-skip-ink: none;
	    background-color: #ffffff00;
	}
	.nfo-open table tbody tr td h5 {
	    font-size: 14px;
	    font-weight: 400;
	    line-height: 24.46px;
	    text-align: left;
	    text-underline-position: from-font;
	    text-decoration-skip-ink: none;
	}
	.nfo-open table tbody tr td img{
	    width:30px;
	}
	.nfo-open table tbody tr td p {
	    font-size: 11px;
	    font-weight: 400;
	    line-height: 21.38px;
	    text-align: left;
	    text-underline-position: from-font;
	    text-decoration-skip-ink: none;
	    color: #000;
	}
	.nfo-open table tbody tr td {
	    font-size: 14px;
	    font-weight: 400;
	    line-height: 28.46px;
	    text-align: left;
	    text-underline-position: from-font;
	    text-decoration-skip-ink: none;
	    background-color: #ffffff00;
	}
	.mutualfund-page-faq h2 {
	    font-size: 25px;
	    font-weight: 700;
	    line-height: 37.84px;
	    text-align: center;
	    text-underline-position: from-font;
	    text-decoration-skip-ink: none;
	}
	.nfo-faq .accordion-button {
	    border-radius: 0px !important;
	    border: 1px solid #1137BE33;
	    color:#171717;
		background: #f1f4fa !important;
	    font-size: 16px;
	    font-weight: 400;
	    line-height: 21.46px;
	    text-align: left;
	    text-underline-position: from-font;
	    text-decoration-skip-ink: none;
	}
	.nfo-faq .accordion-body {
	    padding: 15px 20px;
	    background: linear-gradient(149.39deg, rgba(222, 223, 243, 0.1) 0%, rgba(237, 241, 248, 0.1) 50%, rgba(222, 223, 243, 0.1) 100%);
	    border: 1px solid #1137BE33;
	    font-size: 16px;
	    font-weight: 400;
	    line-height: 24.42px;
	    text-align: left;
	    text-underline-position: from-font;
	    text-decoration-skip-ink: none;
	}
	.nfo-steps h2 {
	    font-size: 25px;
	    font-weight: 700;
	    line-height: 20.18px;
	    text-align: left;
	    text-underline-position: from-font;
	    text-decoration-skip-ink: none;
	}
	.nfo-steps .nfo-steps-btn {
	    font-size: 15px;
	    font-weight: 700;
	    line-height: 27.38px;
	    text-align: center;
	    text-underline-position: from-font;
	    text-decoration-skip-ink: none;
	    color: #fff;
	    background: #1137BE;
	    border-radius: 8px;
	    padding: 7px 25px;
	}
	.nfo-faq h2 {
	    font-size: 30px;
	    font-weight: 700;
	    line-height: 50.18px;
	    text-underline-position: from-font;
	    text-decoration-skip-ink: none;
	}
}
/* nfo page end */
/* equity all rounder page start */
.equity-allrounder-main h2{
	font-size: 56px;
	font-weight: 700;
	line-height: 85.18px;
	text-align: left;
	text-underline-position: from-font;
	text-decoration-skip-ink: none;
}
.equity-allrounder-main p{
	font-size: 20px;
	font-weight: 400;
	line-height: 30.42px;
	text-align: left;
	text-underline-position: from-font;
	text-decoration-skip-ink: none;
	color:#000;
}
.equity-allrounder-main .equity-mainbtn{
	background: #1137BE;
	font-size: 18px;
	font-weight: 700;
	line-height: 27.38px;
	text-align: center;
	text-underline-position: from-font;
	text-decoration-skip-ink: none;
	color:#fff;
	padding:10px 30px;
	border-radius:8px;
}
.equity-allrounder-what h2{
	font-size: 56px;
	font-weight: 700;
	line-height: 85.18px;
	text-align: center;
	text-underline-position: from-font;
	text-decoration-skip-ink: none;
}
.equity-allrounder-what p{
	font-size: 20px;
	font-weight: 400;
	line-height: 30.42px;
	text-align: center;
	text-underline-position: from-font;
	text-decoration-skip-ink: none;
	color:#000;
}
.equity-allrounder-what .card{
	border-radius: 10px;
	border: 1px solid rgba(17, 55, 190, 0.20);
	background: linear-gradient(93deg, rgba(222, 223, 243, 0.20) 0%, rgba(237, 241, 248, 0.20) 50%, rgba(222, 223, 243, 0.20) 100%);
}
.equity-allrounder-what .card-body{
	padding:15px;
}
.equity-allrounder-what .card-body .equity-what-img{
	border-radius: 10px;
	border: 1px solid rgba(17, 55, 190, 0.20);
	background: url() lightgray 50% / cover no-repeat;
}
.equity-allrounder-what .card-body h5{
	color: #000;
	font-size: 22px;
	font-style: normal;
	font-weight: 700;
	line-height: normal;
}
.equity-allrounder-what .equity-whatbtn{
	color: #FFF;
	text-align: center;
	font-size: 18px;
	font-style: normal;
	font-weight: 700;
	line-height: normal;
	border-radius: 8px;
	background: #1137BE;
	padding:10px 27px;
}
.equity-allrounder-who h2{
	text-align: center;
	font-size: 56px;
	font-style: normal;
	font-weight: 700;
	line-height: normal;
}
.equity-allrounder-who .card{
	border-radius: 10px;
	border: 1px solid rgba(17, 55, 190, 0.20);
	background: linear-gradient(96deg, rgba(222, 223, 243, 0.20) 0%, rgba(237, 241, 248, 0.20) 50%, rgba(222, 223, 243, 0.20) 100%);
	box-shadow: 0px 4px 4px 0px rgba(17, 55, 190, 0.20);
}
.equity-allrounder-who .card-body{
	padding:10px;
}
.equity-allrounder-who .card-body h5{
	font-size: 20px;
	font-style: normal;
	font-weight: 600;
	line-height: normal;
}
.equity-allrounder-steps h2{
	font-size: 56px;
	font-style: normal;
	font-weight: 700;
	line-height: normal;
}
.equity-allrounder-steps .equity-stepsbtn{
	color: #FFF;
	text-align: center;
	font-size: 18px;
	font-style: normal;
	font-weight: 700;
	line-height: normal;
	border-radius: 8px;
	background: #1137BE;
	padding:10px 28px;
}
@media screen and (min-width:992px) and (max-width:1199px){
	.equity-allrounder-main h2 {
	    font-size: 40px;
	    font-weight: 700;
	    line-height: 56.18px;
	    text-align: left;
	    text-underline-position: from-font;
	    text-decoration-skip-ink: none;
	}
	.equity-allrounder-main p {
	    font-size: 18px;
	    font-weight: 400;
	    line-height: 28.42px;
	    text-align: left;
	    text-underline-position: from-font;
	    text-decoration-skip-ink: none;
	    color: #000;
	}
	.equity-allrounder-main .equity-mainbtn {
	    background: #1137BE;
	    font-size: 16px;
	    font-weight: 700;
	    line-height: 22.38px;
	    text-align: center;
	    text-underline-position: from-font;
	    text-decoration-skip-ink: none;
	    color: #fff;
	    padding: 10px 27px;
	    border-radius: 8px;
	}
	.equity-allrounder-what h2 {
	    font-size: 45px;
	    font-weight: 700;
	    line-height: 72.18px;
	    text-align: center;
	    text-underline-position: from-font;
	    text-decoration-skip-ink: none;
	}
	.equity-allrounder-what p {
	    font-size: 18px;
	    font-weight: 400;
	    line-height: 19.42px;
	    text-align: center;
	    text-underline-position: from-font;
	    text-decoration-skip-ink: none;
	    color: #000;
	}
	.equity-allrounder-what .card-body h5 {
	    color: #000;
	    font-size: 16px;
	    font-style: normal;
	    font-weight: 700;
	    line-height: normal;
	}
	.equity-allrounder-what p {
	    font-size: 14px;
	    font-weight: 400;
	    line-height: 18.42px;
	    text-align: center;
	    text-underline-position: from-font;
	    text-decoration-skip-ink: none;
	    color: #000;
	}
	.equity-allrounder-what .equity-whatbtn {
	    color: #FFF;
	    text-align: center;
	    font-size: 16px;
	    font-style: normal;
	    font-weight: 700;
	    line-height: normal;
	    border-radius: 8px;
	    background: #1137BE;
	    padding: 10px 25px;
	}
	.equity-allrounder-who h2 {
	    text-align: center;
	    font-size: 40px;
	    font-style: normal;
	    font-weight: 700;
	    line-height: normal;
	}
	.equity-allrounder-who .card-body h5 {
	    font-size: 17px;
	    font-style: normal;
	    font-weight: 600;
	    line-height: normal;
	}
	.equity-allrounder-steps h2 {
	    font-size: 38px;
	    font-style: normal;
	    font-weight: 700;
	    line-height: normal;
	}
	.equity-allrounder-steps .equity-stepsbtn {
	    color: #FFF;
	    text-align: center;
	    font-size: 15px;
	    font-style: normal;
	    font-weight: 700;
	    line-height: normal;
	    border-radius: 8px;
	    background: #1137BE;
	    padding: 10px 24px;
	}
	.nfo-faq h2 {
	    font-size: 45px;
	    font-weight: 700;
	    line-height: 64.18px;
	    text-underline-position: from-font;
	    text-decoration-skip-ink: none;
	}
}
@media screen and (min-width:425px) and (max-width:767px){
	.equity-allrounder-main h2 {
	    font-size: 40px;
	    font-weight: 700;
	    line-height: 54.18px;
	    text-align: left;
	    text-underline-position: from-font;
	    text-decoration-skip-ink: none;
	}
	.equity-allrounder-main p {
	    font-size: 18px;
	    font-weight: 400;
	    line-height: 30.42px;
	    text-align: left;
	    text-underline-position: from-font;
	    text-decoration-skip-ink: none;
	    color: #000;
	}
	.equity-allrounder-main .equity-mainbtn {
	    background: #1137BE;
	    font-size: 16px;
	    font-weight: 700;
	    line-height: 27.38px;
	    text-align: center;
	    text-underline-position: from-font;
	    text-decoration-skip-ink: none;
	    color: #fff;
	    padding: 7px 25px;
	    border-radius: 8px;
	}
	.equity-allrounder-what h2 {
	    font-size: 31px;
	    font-weight: 700;
	    line-height: 36.18px;
	    text-align: center;
	    text-underline-position: from-font;
	    text-decoration-skip-ink: none;
	}
	.equity-allrounder-what p {
	    font-size: 16px;
	    font-weight: 400;
	    line-height: 27.42px;
	    text-align: center;
	    text-underline-position: from-font;
	    text-decoration-skip-ink: none;
	    color: #000;
	}
	.equity-allrounder-who h2 {
	    text-align: center;
	    font-size: 40px;
	    font-style: normal;
	    font-weight: 700;
	    line-height: normal;
	}
	.equity-allrounder-steps h2 {
	    font-size: 40px;
	    font-style: normal;
	    font-weight: 700;
	    line-height: normal;
	}
	.equity-allrounder-steps .equity-stepsbtn {
	    color: #FFF;
	    text-align: center;
	    font-size: 16px;
	    font-style: normal;
	    font-weight: 700;
	    line-height: normal;
	    border-radius: 8px;
	    background: #1137BE;
	    padding: 7px 25px;
	}
}
@media screen and (max-width:425px){
	.equity-allrounder-main h2 {
	    font-size: 35px;
	    font-weight: 700;
	    line-height: 49.18px;
	    text-align: left;
	    text-underline-position: from-font;
	    text-decoration-skip-ink: none;
	}
	.equity-allrounder-what h2 {
	    font-size: 35px;
	    font-weight: 700;
	    line-height: 49.18px;
	    text-align: center;
	    text-underline-position: from-font;
	    text-decoration-skip-ink: none;
	}
	.equity-allrounder-who h2 {
	    text-align: center;
	    font-size: 35px;
	    font-style: normal;
	    font-weight: 700;
	    line-height: normal;
	}
	.equity-allrounder-steps h2 {
	    font-size: 35px;
	    font-style: normal;
	    font-weight: 700;
	    line-height: normal;
	}
}
/* equity all rounder page end */ 
/* sip page start */
.sip-page-main h2{
	font-size: 56px;
	font-style: normal;
	font-weight: 700;
	line-height: normal;
}
.sip-page-main p{
	color: #000;
	font-size: 20px;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
}
.sip-page-main .sip-page-mainbtn{
	color: #FFF;
	text-align: center;
	font-size: 18px;
	font-style: normal;
	font-weight: 700;
	line-height: normal;
	border-radius: 8px;
	background: #1137BE;
}
.sip-page-goal h2{
	text-align: center;
	font-size: 56px;
	font-style: normal;
	font-weight: 700;
	line-height: normal;
}
.sip-page-goal p{
	color: #000;
	font-size: 20px;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
}
.sip-page-goal .card{
	border-radius: 20px;
	border: 1px solid rgba(17, 55, 190, 0.20);
	background: linear-gradient(98deg, rgba(222, 223, 243, 0.20) 0%, rgba(237, 241, 248, 0.20) 50%, rgba(222, 223, 243, 0.20) 100%);
	box-shadow: 0px 4px 4px 0px rgba(17, 55, 190, 0.20);
}
.sip-page-goal .card .tab-style-5 .nav-tabs a{
	color: #000;
	text-align: center;
	font-size: 20px;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
	border-radius: 10px;
	border: 1px solid rgba(17, 55, 190, 0.20);
	background: #FFF;
	padding:5px 12px;
}
.sip-page-goal .card .tab-style-5 .nav-tabs .nav-item > a.active{
	border-radius: 10px;
	border: 1px solid rgba(17, 55, 190, 0.20);
	background: #3771C8;
	color:#fff;
}
.sip-page-goal .card .tab-style-5 input{
	border-radius: 10px;
	border: 1px solid rgba(17, 55, 190, 0.20);
	background: #FFF;
	color: #000;
	text-align: center;
	font-size: 22px;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
	padding:7px 15px;
}
.sip-page-goal .card .tab-style-5 .btn-sip-page-goal{
	border-radius: 8px;
	background: #1137BE;
	color: #FFF;
	text-align: center;
	font-size: 18px;
	font-style: normal;
	font-weight: 700;
	line-height: normal;
	padding:10px 30px;
}
.sip-page-goal .card .tab-style-5 .goals-img-text{
	color: #000;
	text-align: center;
	font-size: 18px;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
}
.sip-page-schemes h2{
	font-size: 56px;
	font-style: normal;
	font-weight: 700;
	line-height: normal;
}
.sip-page-schemes .sip-page-schemes-table{
	border-radius: 20px;
	border: 1px solid rgba(17, 55, 190, 0.20);
	background: linear-gradient(180deg, rgba(222, 223, 243, 0.20) 0%, rgba(237, 241, 248, 0.20) 50%, rgba(222, 223, 243, 0.20) 100%);
	box-shadow: 0px 4px 4px 0px rgba(17, 55, 190, 0.20);
	padding:30px 50px;
}
.sip-page-schemes .sip-page-schemes-table thead th{
	color: #000;
	font-size: 22px;
	font-style: normal;
	font-weight: 700;
	line-height: normal;
}
.sip-page-schemes .sip-page-schemes-table tbody tr td,
.sip-page-schemes .sip-page-schemes-table tbody tr td h5{
	color: #000;
	font-size: 20px;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
	vertical-align: middle;
}
.sip-page-schemes .sip-page-schemes-table tbody tr td p{
	color: #000;
	font-size: 16px;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
}
.sip-page-schemes .sip-page-schemes-table tbody tr td .sip-page-btn-invest{
	color: #1137BE;
	text-align: center;
	font-size: 18px;
	font-style: normal;
	font-weight: 600;
	line-height: normal;
	border-radius: 20px;
	border: 1px solid #1137BE;
	background: linear-gradient(94deg, rgba(222, 223, 243, 0.50) 0.95%, rgba(237, 241, 248, 0.50) 47.84%, rgba(222, 223, 243, 0.50) 94.74%);
	padding:5px 15px;
}
.sip-page-schemes .sip-page-schemes-table .table > :not(caption) > * > *{
	background: transparent;
}
.sip-page-schemes .sip-page-schemes-view-btn{
	color: #FFF;
	text-align: center;
	font-size: 18px;
	font-style: normal;
	font-weight: 700;
	line-height: normal;
	border-radius: 8px;
	background: #1137BE;
	padding:10px 40px;
}
.sip-page-benefits h2{
	text-align: center;
	font-size: 56px;
	font-style: normal;
	font-weight: 700;
	line-height: normal;
}
.sip-page-benefits .card{
	border-radius: 10px;
	border: 1px solid rgba(17, 55, 190, 0.20);
	background: linear-gradient(93deg, rgba(222, 223, 243, 0.20) 0.6%, rgba(237, 241, 248, 0.20) 50.09%, rgba(222, 223, 243, 0.20) 99.59%);
}
.sip-page-benefits .card-body{
	padding:10px 13px;
}
.sip-page-benefits .card h6{
	color: #000;
	font-size: 22px;
	font-style: normal;
	font-weight: 700;
	line-height: normal;
}
.sip-page-benefits .card p{
	color: #000;
	font-size: 20px;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
}
.sip-page-start h2{
	text-align: center;
	font-size: 56px;
	font-style: normal;
	font-weight: 700;
	line-height: normal;
}
.sip-page-start p{
	color: #000;
	text-align: center;
	font-size: 20px;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
}
.sip-page-start .card{
	border-radius: 20px;
	border: 1px solid rgba(17, 55, 190, 0.20);
	background: linear-gradient(144deg, rgba(222, 223, 243, 0.20) 1.74%, rgba(237, 241, 248, 0.20) 50.87%, rgba(222, 223, 243, 0.20) 100%);
	box-shadow: 0px 4px 4px 0px rgba(17, 55, 190, 0.20);
}
.sip-page-start .card-body{
	padding:30px 15px;
}
.sip-page-start .card h6{
	text-align: center;
	font-size: 24px;
	font-style: normal;
	font-weight: 600;
	line-height: normal;
}
@media screen and (min-width:992px) and (max-width:1199px){
	.sip-page-main h2 {
	    font-size: 37px;
	    font-style: normal;
	    font-weight: 700;
	    line-height: normal;
	}
	.sip-page-main p {
	    color: #000;
	    font-size: 18px;
	    font-style: normal;
	    font-weight: 400;
	    line-height: normal;
	}
	.sip-page-main .sip-page-mainbtn {
	    color: #FFF;
	    text-align: center;
	    font-size: 16px;
	    font-style: normal;
	    font-weight: 700;
	    line-height: normal;
	    border-radius: 8px;
	    background: #1137BE;
	}
	.sip-page-goal h2 {
	    text-align: center;
	    font-size: 40px;
	    font-style: normal;
	    font-weight: 700;
	    line-height: normal;
	}
	.sip-page-goal p {
	    color: #000;
	    font-size: 18px;
	    font-style: normal;
	    font-weight: 400;
	    line-height: normal;
	}
	.sip-page-goal .card .tab-style-5 .nav-tabs a {
	    color: #000;
	    text-align: center;
	    font-size: 16px;
	    font-style: normal;
	    font-weight: 400;
	    line-height: normal;
	    border-radius: 10px;
	    border: 1px solid rgba(17, 55, 190, 0.20);
	    background: #FFF;
	    padding: 5px 12px;
	}
	.sip-page-goal p {
	    color: #000;
	    font-size: 16px;
	    font-style: normal;
	    font-weight: 400;
	    line-height: normal;
	}
	.sip-page-goal .card .tab-style-5 input {
	    border-radius: 10px;
	    border: 1px solid rgba(17, 55, 190, 0.20);
	    background: #FFF;
	    color: #000;
	    text-align: center;
	    font-size: 16px;
	    font-style: normal;
	    font-weight: 400;
	    line-height: normal;
	    padding: 7px 12px;
	}
	.sip-page-goal .card .tab-style-5 .goals-img-text {
	    color: #000;
	    text-align: center;
	    font-size: 15px;
	    font-style: normal;
	    font-weight: 400;
	    line-height: normal;
	}
	.sip-page-goal .card .tab-style-5 .btn-sip-page-goal {
	    border-radius: 8px;
	    background: #1137BE;
	    color: #FFF;
	    text-align: center;
	    font-size: 16px;
	    font-style: normal;
	    font-weight: 700;
	    line-height: normal;
	    padding: 10px 30px;
	}
	.sip-page-schemes h2 {
	    font-size: 40px;
	    font-style: normal;
	    font-weight: 700;
	    line-height: normal;
	}
	.sip-page-schemes .sip-page-schemes-table thead th {
	    color: #000;
	    font-size: 18px;
	    font-style: normal;
	    font-weight: 700;
	    line-height: normal;
	}
	.sip-page-schemes .sip-page-schemes-table tbody tr td, .sip-page-schemes .sip-page-schemes-table tbody tr td h5 {
	    color: #000;
	    font-size: 18px;
	    font-style: normal;
	    font-weight: 400;
	    line-height: normal;
	    vertical-align: middle;
	}
	.sip-page-schemes .sip-page-schemes-table tbody tr td p {
	    color: #000;
	    font-size: 15px;
	    font-style: normal;
	    font-weight: 400;
	    line-height: normal;
	}
	.sip-page-schemes .sip-page-schemes-table tbody tr td .sip-page-btn-invest {
	    color: #1137BE;
	    text-align: center;
	    font-size: 15px;
	    font-style: normal;
	    font-weight: 600;
	    line-height: normal;
	    border-radius: 20px;
	    border: 1px solid #1137BE;
	    background: linear-gradient(94deg, rgba(222, 223, 243, 0.50) 0.95%, rgba(237, 241, 248, 0.50) 47.84%, rgba(222, 223, 243, 0.50) 94.74%);
	    padding: 5px 15px;
	}
	.sip-page-schemes .sip-page-schemes-view-btn {
	    color: #FFF;
	    text-align: center;
	    font-size: 16px;
	    font-style: normal;
	    font-weight: 700;
	    line-height: normal;
	    border-radius: 8px;
	    background: #1137BE;
	    padding: 10px 40px;
	}
	.sip-page-benefits h2 {
	    text-align: center;
	    font-size: 45px;
	    font-style: normal;
	    font-weight: 700;
	    line-height: normal;
	}
	.sip-page-benefits .card h6 {
	    color: #000;
	    font-size: 18px;
	    font-style: normal;
	    font-weight: 700;
	    line-height: normal;
	}
	.sip-page-benefits .card p {
	    color: #000;
	    font-size: 16px;
	    font-style: normal;
	    font-weight: 400;
	    line-height: normal;
	}
	.sip-page-start h2 {
	    text-align: center;
	    font-size: 44px;
	    font-style: normal;
	    font-weight: 700;
	    line-height: normal;
	}
	.sip-page-start p {
	    color: #000;
	    text-align: center;
	    font-size: 18px;
	    font-style: normal;
	    font-weight: 400;
	    line-height: normal;
	}
	.sip-page-start .card h6 {
	    text-align: center;
	    font-size: 20px;
	    font-style: normal;
	    font-weight: 600;
	    line-height: normal;
	}
	.sip-page-start p {
	    color: #000;
	    text-align: center;
	    font-size: 16px;
	    font-style: normal;
	    font-weight: 400;
	    line-height: normal;
	}
}
@media screen and (min-width:768px) and (max-width:991px){
	.sip-page-main h2 {
	    font-size: 40px;
	    font-style: normal;
	    font-weight: 700;
	    line-height: normal;
	}
	.sip-page-main p {
	    color: #000;
	    font-size: 16px;
	    font-style: normal;
	    font-weight: 400;
	    line-height: normal;
	}
	.sip-page-main .sip-page-mainbtn {
	    color: #FFF;
	    text-align: center;
	    font-size: 15px;
	    font-style: normal;
	    font-weight: 700;
	    line-height: normal;
	    border-radius: 8px;
	    background: #1137BE;
	}
	.sip-page-goal h2 {
	    text-align: center;
	    font-size: 40px;
	    font-style: normal;
	    font-weight: 700;
	    line-height: normal;
	}
	.sip-page-goal p {
	    color: #000;
	    font-size: 16px;
	    font-style: normal;
	    font-weight: 400;
	    line-height: normal;
	}
	.sip-page-goal .card .tab-style-5 .nav-tabs a {
	    color: #000;
	    text-align: center;
	    font-size: 13px;
	    font-style: normal;
	    font-weight: 400;
	    line-height: normal;
	    border-radius: 10px;
	    border: 1px solid rgba(17, 55, 190, 0.20);
	    background: #FFF;
	    padding: 5px 2px;
	}
	.sip-page-goal .card .tab-style-5 input {
	    border-radius: 10px;
	    border: 1px solid rgba(17, 55, 190, 0.20);
	    background: #FFF;
	    color: #000;
	    text-align: center;
	    font-size: 16px;
	    font-style: normal;
	    font-weight: 400;
	    line-height: normal;
	    padding: 7px 15px;
	}
	.sip-page-goal .card .tab-style-5 .btn-sip-page-goal {
	    border-radius: 8px;
	    background: #1137BE;
	    color: #FFF;
	    text-align: center;
	    font-size: 15px;
	    font-style: normal;
	    font-weight: 700;
	    line-height: normal;
	    padding: 10px 30px;
	}
	.sip-page-schemes h2 {
	    font-size: 40px;
	    font-style: normal;
	    font-weight: 700;
	    line-height: normal;
	}
	.sip-page-schemes .sip-page-schemes-table thead th {
	    color: #000;
	    font-size: 14px;
	    font-style: normal;
	    font-weight: 700;
	    line-height: normal;
	}
	.sip-page-schemes .sip-page-schemes-table tbody tr td, .sip-page-schemes .sip-page-schemes-table tbody tr td h5 {
	    color: #000;
	    font-size: 15px;
	    font-style: normal;
	    font-weight: 400;
	    line-height: normal;
	    vertical-align: middle;
	}
	.sip-page-schemes .sip-page-schemes-table tbody tr td p {
	    color: #000;
	    font-size: 12px;
	    font-style: normal;
	    font-weight: 400;
	    line-height: normal;
	}
	.sip-page-schemes .sip-page-schemes-table tbody tr td .sip-page-btn-invest {
	    color: #1137BE;
	    text-align: center;
	    font-size: 13px;
	    font-style: normal;
	    font-weight: 600;
	    line-height: normal;
	    border-radius: 20px;
	    border: 1px solid #1137BE;
	    background: linear-gradient(94deg, rgba(222, 223, 243, 0.50) 0.95%, rgba(237, 241, 248, 0.50) 47.84%, rgba(222, 223, 243, 0.50) 94.74%);
	    padding: 5px 10px;
	}
	.sip-page-schemes .sip-page-schemes-view-btn {
	    color: #FFF;
	    text-align: center;
	    font-size: 15px;
	    font-style: normal;
	    font-weight: 700;
	    line-height: normal;
	    border-radius: 8px;
	    background: #1137BE;
	    padding: 10px 40px;
	}
	.sip-page-benefits h2 {
	    text-align: center;
	    font-size: 40px;
	    font-style: normal;
	    font-weight: 700;
	    line-height: normal;
	}
	.sip-page-start h2 {
	    text-align: center;
	    font-size: 40px;
	    font-style: normal;
	    font-weight: 700;
	    line-height: normal;
	}
	.sip-page-start p {
	    color: #000;
	    text-align: center;
	    font-size: 16px;
	    font-style: normal;
	    font-weight: 400;
	    line-height: normal;
	}
}
@media screen and (max-width:767px){
	.sip-page-main h2 {
	    font-size: 35px;
	    font-style: normal;
	    font-weight: 700;
	    line-height: normal;
	}
	.sip-page-main p {
	    color: #000;
	    font-size: 16px;
	    font-style: normal;
	    font-weight: 400;
	    line-height: normal;
	}
	.sip-page-main .sip-page-mainbtn {
	    color: #FFF;
	    text-align: center;
	    font-size: 14px;
	    font-style: normal;
	    font-weight: 700;
	    line-height: normal;
	    border-radius: 8px;
	    background: #1137BE;
	}
	.sip-page-goal h2 {
	    text-align: center;
	    font-size: 35px;
	    font-style: normal;
	    font-weight: 700;
	    line-height: normal;
	}
	.sip-page-goal p {
	    color: #000;
	    font-size: 16px;
	    font-style: normal;
	    font-weight: 400;
	    line-height: normal;
	}
	.sip-page-goal .card .tab-style-5 .nav-tabs a {
	    color: #000;
	    text-align: center;
	    font-size: 14px;
	    font-style: normal;
	    font-weight: 400;
	    line-height: normal;
	    border-radius: 10px;
	    border: 1px solid rgba(17, 55, 190, 0.20);
	    background: #FFF;
	    padding: 5px 5px;
	}
	.sip-page-goal .card .tab-style-5 input {
	    border-radius: 10px;
	    border: 1px solid rgba(17, 55, 190, 0.20);
	    background: #FFF;
	    color: #000;
	    text-align: center;
	    font-size: 15px;
	    font-style: normal;
	    font-weight: 400;
	    line-height: normal;
	    padding: 7px 15px;
	    margin-top: 10px;
	}
	.sip-page-goal .card .tab-style-5 .btn-sip-page-goal {
	    border-radius: 8px;
	    background: #1137BE;
	    color: #FFF;
	    text-align: center;
	    font-size: 14px;
	    font-style: normal;
	    font-weight: 700;
	    line-height: normal;
	    padding: 10px 30px;
	}
	.sip-page-schemes h2 {
	    font-size: 35px;
	    font-style: normal;
	    font-weight: 700;
	    line-height: normal;
	}
	.sip-page-schemes .sip-page-schemes-table {
	    border-radius: 20px;
	    border: 1px solid rgba(17, 55, 190, 0.20);
	    background: linear-gradient(180deg, rgba(222, 223, 243, 0.20) 0%, rgba(237, 241, 248, 0.20) 50%, rgba(222, 223, 243, 0.20) 100%);
	    box-shadow: 0px 4px 4px 0px rgba(17, 55, 190, 0.20);
	    padding: 30px 15px;
	}
	.sip-page-schemes .sip-page-schemes-table thead th {
	    color: #000;
	    font-size: 13px;
	    font-style: normal;
	    font-weight: 700;
	    line-height: normal;
	}
	.sip-page-schemes .sip-page-schemes-table tbody tr td, .sip-page-schemes .sip-page-schemes-table tbody tr td h5 {
	    color: #000;
	    font-size: 13px;
	    font-style: normal;
	    font-weight: 400;
	    line-height: normal;
	    vertical-align: middle;
	}
	.sip-page-schemes .sip-page-schemes-table tbody tr td p {
	    color: #000;
	    font-size: 10px;
	    font-style: normal;
	    font-weight: 400;
	    line-height: normal;
	}
	.sip-page-schemes .sip-page-schemes-table tbody tr td .sip-page-btn-invest {
	    color: #1137BE;
	    text-align: center;
	    font-size: 11px;
	    font-style: normal;
	    font-weight: 600;
	    line-height: normal;
	    border-radius: 20px;
	    border: 1px solid #1137BE;
	    background: linear-gradient(94deg, rgba(222, 223, 243, 0.50) 0.95%, rgba(237, 241, 248, 0.50) 47.84%, rgba(222, 223, 243, 0.50) 94.74%);
	    padding: 5px 8px;
	}
	.sip-page-schemes .sip-page-schemes-view-btn {
	    color: #FFF;
	    text-align: center;
	    font-size: 15px;
	    font-style: normal;
	    font-weight: 700;
	    line-height: normal;
	    border-radius: 8px;
	    background: #1137BE;
	    padding: 10px 40px;
	}
	.sip-page-benefits h2 {
	    text-align: center;
	    font-size: 40px;
	    font-style: normal;
	    font-weight: 700;
	    line-height: normal;
	}
	.sip-page-benefits .card p {
	    color: #000;
	    font-size: 14px;
	    font-style: normal;
	    font-weight: 400;
	    line-height: normal;
	}
	.sip-page-benefits .card h6 {
	    color: #000;
	    font-size: 14px;
	    font-style: normal;
	    font-weight: 700;
	    line-height: normal;
	}
	.sip-page-start h2 {
	    text-align: center;
	    font-size: 35px;
	    font-style: normal;
	    font-weight: 700;
	    line-height: normal;
	}
	.sip-page-start p {
	    color: #000;
	    text-align: center;
	    font-size: 16px;
	    font-style: normal;
	    font-weight: 400;
	    line-height: normal;
	}
	.sip-page-start .card h6 {
	    text-align: center;
	    font-size: 20px;
	    font-style: normal;
	    font-weight: 600;
	    line-height: normal;
	}
	.sip-page-start p {
	    color: #000;
	    text-align: center;
	    font-size: 15px;
	    font-style: normal;
	    font-weight: 400;
	    line-height: normal;
	}
}
/* sip page end */
/* swp page start */
.swp-page-main h2{
	color: #000;
	font-size: 56px;
	font-style: normal;
	font-weight: 700;
	line-height: normal;
}
.swp-page-main p{
	color: #000;
	font-size: 20px;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
}
.swp-page-main .swp-page-mainbtn{
	color: #FFF;
	text-align: center;
	font-size: 18px;
	font-style: normal;
	font-weight: 700;
	line-height: normal;
	border-radius: 8px;
	background: #1137BE;
	padding:10px 40px;
}
.swp-page-calculator h2{
	text-align: center;
	font-size: 56px;
	font-style: normal;
	font-weight: 700;
	line-height: normal;
}
.swp-page-calculator p{
	color: #000;
	font-size: 20px;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
}
.swp-page-calculator .card{
	border-radius: 20px;
	border: 1px solid rgba(17, 55, 190, 0.20);
	background: linear-gradient(98deg, rgba(222, 223, 243, 0.20) 0%, rgba(237, 241, 248, 0.20) 50%, rgba(222, 223, 243, 0.20) 100%);
	box-shadow: 0px 4px 4px 0px rgba(17, 55, 190, 0.20);
}
.swp-page-calculator .card-body{
	padding:25px;
}
.swp-page-calculator .card p{
	color: #000;
	font-size: 22px;
	font-style: normal;
	font-weight: 600;
	line-height: normal;
}
.swp-page-calculator .card input{
	border-radius: 0px 10px 10px 0px;
	border: 1px solid rgba(17, 55, 190, 0.20);
	background: #FFF;
	color: #000;
	font-size: 20px;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
}
.swp-page-calculator .card .rupee {
    border-radius: 10px 0px 0px 10px;
    border: 1px solid rgba(17, 55, 190, 0.20);
    background: #FFF;
    padding: 6px 10px;
    font-size: 22px;
    border-right: 0px;
}
.swp-page-calculator .card .swp-page-calc-btn{
	color: #FFF;
	text-align: center;
	font-size: 20px;
	font-style: normal;
	font-weight: 700;
	line-height: normal;
	border-radius: 8px;
	background: #1137BE;
	padding:10px 45px;
}
.swp-page-works h2{
	color: #000;
	text-align: center;
	font-size: 56px;
	font-style: normal;
	font-weight: 700;
	line-height: normal;
}
.swp-page-works p{
	color: #000;
	text-align: center;
	font-size: 20px;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
}
.swp-page-works .card{
	border-radius: 20px;
	border: 1px solid rgba(17, 55, 190, 0.20);
	box-shadow: 0px 4px 4px 2px rgba(17, 55, 190, 0.20);
	background:#fff;
}
.swp-page-works .card-body{
	padding:30px;
}
.swp-page-works .card h5{
	color: #000;
	text-align: center;
	font-size: 24px;
	font-style: normal;
	font-weight: 600;
	line-height: normal;
}
.swp-page-works .card p{
	color: #000;
	text-align: center;
	font-size: 20px;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
}
.swp-page-benefits h2{
	font-size: 56px;
	font-style: normal;
	font-weight: 700;
	line-height: normal;
}
.swp-page-benefits p{
	color: #000;
	font-size: 20px;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
}
.swp-page-who-can h2{
	text-align: center;
	font-size: 56px;
	font-style: normal;
	font-weight: 700;
	line-height: normal;
}
.swp-page-who-can p{
	color: #000;
	font-size: 20px;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
}
.swp-page-who-can .who-can{
	color: #000;
	font-size: 18px;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
}
.swp-page-cta h4{
	color: #000;
	text-align: center;
	font-size: 24px;
	font-style: normal;
	font-weight: 700;
	line-height: normal;
}
.swp-page-cta .card{
	border-radius: 20px;
	border: 1px solid rgba(17, 55, 190, 0.20);
	background: linear-gradient(91deg, rgba(222, 223, 243, 0.20) 0%, rgba(237, 241, 248, 0.20) 50%, rgba(222, 223, 243, 0.20) 100%);
}
.swp-page-cta .card .swp-page-cta-btn{
	color: #1137BE;
	text-align: center;
	font-family: "Titillium Web";
	font-size: 22px;
	font-style: normal;
	font-weight: 700;
	line-height: normal;
	border-radius: 8px;
	border: 2px solid #1137BE;
	background: rgba(17, 55, 190, 0.00);
	padding:5px 33px;
}
.mutualfund-page-faq h3{
	text-align: center;
	font-size: 40px;
	font-style: normal;
	font-weight: 700;
	line-height: normal;
}
@media screen and (min-width:992px) and (max-width:1199px){
	.swp-page-main h2 {
	    color: #000;
	    font-size: 45px;
	    font-style: normal;
	    font-weight: 700;
	    line-height: normal;
	}
	.swp-page-main p {
	    color: #000;
	    font-size: 16px;
	    font-style: normal;
	    font-weight: 400;
	    line-height: normal;
	}
	.swp-page-main .swp-page-mainbtn {
	    color: #FFF;
	    text-align: center;
	    font-size: 16px;
	    font-style: normal;
	    font-weight: 700;
	    line-height: normal;
	    border-radius: 8px;
	    background: #1137BE;
	    padding: 10px 35px;
	}
	.swp-page-calculator h2 {
	    text-align: center;
	    font-size: 45px;
	    font-style: normal;
	    font-weight: 700;
	    line-height: normal;
	}
	.swp-page-calculator p {
	    color: #000;
	    font-size: 18px;
	    font-style: normal;
	    font-weight: 400;
	    line-height: normal;
	}
	.swp-page-calculator .card p {
	    color: #000;
	    font-size: 17px;
	    font-style: normal;
	    font-weight: 600;
	    line-height: normal;
	}
	.swp-page-calculator .card input {
	    border-radius: 0px 10px 10px 0px;
	    border: 1px solid rgba(17, 55, 190, 0.20);
	    background: #FFF;
	    color: #000;
	    font-size: 17px;
	    font-style: normal;
	    font-weight: 400;
	    line-height: normal;
	}
	.swp-page-calculator .card .rupee {
	    border-radius: 10px 0px 0px 10px;
	    border: 1px solid rgba(17, 55, 190, 0.20);
	    background: #FFF;
	    padding: 9px 10px;
	    font-size: 16px;
	    border-right: 0px;
	}
	.swp-page-calculator .card .swp-page-calc-btn {
	    color: #FFF;
	    text-align: center;
	    font-size: 16px;
	    font-style: normal;
	    font-weight: 700;
	    line-height: normal;
	    border-radius: 8px;
	    background: #1137BE;
	    padding: 10px 45px;
	}
	.swp-page-works h2 {
	    color: #000;
	    text-align: center;
	    font-size: 45px;
	    font-style: normal;
	    font-weight: 700;
	    line-height: normal;
	}
	.swp-page-works p {
	    color: #000;
	    text-align: center;
	    font-size: 18px;
	    font-style: normal;
	    font-weight: 400;
	    line-height: normal;
	}
	.swp-page-works .card h5 {
	    color: #000;
	    text-align: center;
	    font-size: 20px;
	    font-style: normal;
	    font-weight: 600;
	    line-height: normal;
	}
	.swp-page-works .card p {
	    color: #000;
	    text-align: center;
	    font-size: 14px;
	    font-style: normal;
	    font-weight: 400;
	    line-height: normal;
	}
	.swp-page-benefits h2 {
	    font-size: 45px;
	    font-style: normal;
	    font-weight: 700;
	    line-height: normal;
	}
	.swp-page-benefits p {
	    color: #000;
	    font-size: 17px;
	    font-style: normal;
	    font-weight: 400;
	    line-height: normal;
	}
	.swp-page-who-can h2 {
	    text-align: center;
	    font-size: 45px;
	    font-style: normal;
	    font-weight: 700;
	    line-height: normal;
	}
	.swp-page-who-can p {
	    color: #000;
	    font-size: 16px;
	    font-style: normal;
	    font-weight: 400;
	    line-height: normal;
	}
	.swp-page-who-can .who-can {
	    color: #000;
	    font-size: 16px;
	    font-style: normal;
	    font-weight: 400;
	    line-height: normal;
	}
	.swp-page-cta .card .swp-page-cta-btn {
	    color: #1137BE;
	    text-align: center;
	    font-family: "Titillium Web";
	    font-size: 17px;
	    font-style: normal;
	    font-weight: 700;
	    line-height: normal;
	    border-radius: 8px;
	    border: 2px solid #1137BE;
	    background: rgba(17, 55, 190, 0.00);
	    padding: 5px 33px;
	}
}
@media screen and (min-width:768px) and (max-width:991px){
	.swp-page-main h2 {
	    color: #000;
	    font-size: 40px;
	    font-style: normal;
	    font-weight: 700;
	    line-height: normal;
	}
	.swp-page-main p {
	    color: #000;
	    font-size: 16px;
	    font-style: normal;
	    font-weight: 400;
	    line-height: normal;
	}
	.swp-page-main .swp-page-mainbtn {
	    color: #FFF;
	    text-align: center;
	    font-size: 16px;
	    font-style: normal;
	    font-weight: 700;
	    line-height: normal;
	    border-radius: 8px;
	    background: #1137BE;
	    padding: 10px 35px;
	}
	.swp-page-calculator h2 {
	    text-align: center;
	    font-size: 40px;
	    font-style: normal;
	    font-weight: 700;
	    line-height: normal;
	}
	.swp-page-calculator p {
	    color: #000;
	    font-size: 18px;
	    font-style: normal;
	    font-weight: 400;
	    line-height: normal;
	}
	.swp-page-calculator .card p {
	    color: #000;
	    font-size: 17px;
	    font-style: normal;
	    font-weight: 600;
	    line-height: normal;
	    margin-bottom: 10px !important;
	}
	.swp-page-calculator .card .swp-page-calc-btn {
	    color: #FFF;
	    text-align: center;
	    font-size: 16px;
	    font-style: normal;
	    font-weight: 700;
	    line-height: normal;
	    border-radius: 8px;
	    background: #1137BE;
	    padding: 10px 45px;
	}
	.swp-page-works h2 {
	    color: #000;
	    text-align: center;
	    font-size: 40px;
	    font-style: normal;
	    font-weight: 700;
	    line-height: normal;
	}
	.swp-page-works p {
	    color: #000;
	    text-align: center;
	    font-size: 18px;
	    font-style: normal;
	    font-weight: 400;
	    line-height: normal;
	}
	.swp-page-works .card h5 {
	    color: #000;
	    text-align: center;
	    font-size: 22px;
	    font-style: normal;
	    font-weight: 600;
	    line-height: normal;
	}
	.swp-page-works .card {
	    border-radius: 20px;
	    border: 1px solid rgba(17, 55, 190, 0.20);
	    box-shadow: 0px 4px 4px 2px rgba(17, 55, 190, 0.20);
	    background: #fff;
	    margin-bottom: 25px;
	}
	.swp-page-works .card p {
	    color: #000;
	    text-align: center;
	    font-size: 17px;
	    font-style: normal;
	    font-weight: 400;
	    line-height: normal;
	}
	.swp-page-benefits h2 {
	    font-size: 40px;
	    font-style: normal;
	    font-weight: 700;
	    line-height: normal;
	}
	.swp-page-benefits p {
	    color: #000;
	    font-size: 16px;
	    font-style: normal;
	    font-weight: 400;
	    line-height: normal;
	}
	.swp-page-who-can h2 {
	    text-align: center;
	    font-size: 45px;
	    font-style: normal;
	    font-weight: 700;
	    line-height: normal;
	}
	.swp-page-who-can p {
	    color: #000;
	    font-size: 16px;
	    font-style: normal;
	    font-weight: 400;
	    line-height: normal;
	}
	.swp-page-who-can .who-can {
	    color: #000;
	    font-size: 16px;
	    font-style: normal;
	    font-weight: 400;
	    line-height: normal;
	}
	.swp-page-cta .card .swp-page-cta-btn {
	    color: #1137BE;
	    text-align: center;
	    font-family: "Titillium Web";
	    font-size: 16px;
	    font-style: normal;
	    font-weight: 700;
	    line-height: normal;
	    border-radius: 8px;
	    border: 2px solid #1137BE;
	    background: rgba(17, 55, 190, 0.00);
	    padding: 5px 33px;
	}
}
@media screen and (max-width:767px){
	.swp-page-main h2 {
	    color: #000;
	    font-size: 40px;
	    font-style: normal;
	    font-weight: 700;
	    line-height: normal;
	}
	.swp-page-main p {
	    color: #000;
	    font-size: 16px;
	    font-style: normal;
	    font-weight: 400;
	    line-height: normal;
	}
	.swp-page-main .swp-page-mainbtn {
	    color: #FFF;
	    text-align: center;
	    font-size: 15px;
	    font-style: normal;
	    font-weight: 700;
	    line-height: normal;
	    border-radius: 8px;
	    background: #1137BE;
	    padding: 10px 40px;
	}
	.swp-page-calculator h2 {
	    text-align: center;
	    font-size: 35px;
	    font-style: normal;
	    font-weight: 700;
	    line-height: normal;
	}
	.swp-page-calculator p {
	    color: #000;
	    font-size: 17px;
	    font-style: normal;
	    font-weight: 400;
	    line-height: normal;
	}
	.swp-page-calculator .card p {
	    color: #000;
	    font-size: 17px;
	    font-style: normal;
	    font-weight: 600;
	    line-height: normal;
	    margin-bottom: 10px !important;
	}
	.swp-page-calculator .card input {
	    border-radius: 0px 10px 10px 0px;
	    border: 1px solid rgba(17, 55, 190, 0.20);
	    background: #FFF;
	    color: #000;
	    font-size: 17px;
	    font-style: normal;
	    font-weight: 400;
	    line-height: normal;
	}
	.swp-page-calculator .card .rupee {
	    border-radius: 10px 0px 0px 10px;
	    border: 1px solid rgba(17, 55, 190, 0.20);
	    background: #FFF;
	    padding: 6px 10px;
	    font-size: 20px;
	    border-right: 0px;
	}
	.swp-page-calculator .card .swp-page-calc-btn {
	    color: #FFF;
	    text-align: center;
	    font-size: 15px;
	    font-style: normal;
	    font-weight: 700;
	    line-height: normal;
	    border-radius: 8px;
	    background: #1137BE;
	    padding: 10px 45px;
	}
	.swp-page-works h2 {
	    color: #000;
	    text-align: center;
	    font-size: 35px;
	    font-style: normal;
	    font-weight: 700;
	    line-height: normal;
	}
	.swp-page-works p {
	    color: #000;
	    text-align: center;
	    font-size: 17px;
	    font-style: normal;
	    font-weight: 400;
	    line-height: normal;
	}
	.swp-page-works .card h5 {
	    color: #000;
	    text-align: center;
	    font-size: 20px;
	    font-style: normal;
	    font-weight: 600;
	    line-height: normal;
	}
	.swp-page-works .card p {
	    color: #000;
	    text-align: center;
	    font-size: 17px;
	    font-style: normal;
	    font-weight: 400;
	    line-height: normal;
	}
	.swp-page-works .card {
	    border-radius: 20px;
	    border: 1px solid rgba(17, 55, 190, 0.20);
	    box-shadow: 0px 4px 4px 2px rgba(17, 55, 190, 0.20);
	    background: #fff;
	    margin-bottom: 25px;
	}
	.swp-page-benefits h2 {
	    font-size: 35px;
	    font-style: normal;
	    font-weight: 700;
	    line-height: normal;
	}
	.swp-page-benefits p {
	    color: #000;
	    font-size: 17px;
	    font-style: normal;
	    font-weight: 400;
	    line-height: normal;
	}
	.swp-page-who-can h2 {
	    text-align: center;
	    font-size: 35px;
	    font-style: normal;
	    font-weight: 700;
	    line-height: normal;
	}
	.swp-page-who-can p {
	    color: #000;
	    font-size: 17px;
	    font-style: normal;
	    font-weight: 400;
	    line-height: normal;
	}
	.swp-page-cta .card .swp-page-cta-btn {
	    color: #1137BE;
	    text-align: center;
	    font-family: "Titillium Web";
	    font-size: 16px;
	    font-style: normal;
	    font-weight: 700;
	    line-height: normal;
	    border-radius: 8px;
	    border: 2px solid #1137BE;
	    background: rgba(17, 55, 190, 0.00);
	    padding: 5px 18px;
	}
}
/* swp page end */
/* loan against mutual fund start */
.loan-against-mf-main h2{
	color: #000;
	font-size: 50px;
	font-style: normal;
	font-weight: 700;
	line-height: normal;
}
.loan-against-mf-main p{
	color: #000;
	font-size: 20px;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
}
.loan-against-mf-main .loan-againt-mf-mainbtn{
	color: #FFF;
	text-align: center;
	font-size: 18px;
	font-style: normal;
	font-weight: 700;
	line-height: normal;
	border-radius: 8px;
	background: #1137BE;
	padding:8px 20px;
}
.loan-against-mf-why-choose h2{
	font-size: 56px;
	font-style: normal;
	font-weight: 700;
	line-height: normal;
}
.loan-against-mf-why-choose p{
	color: #000;
	font-size: 20px;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
}
.loan-against-mf-why-choose .card{
	border-radius: 10px;
	border: 1px solid rgba(17, 55, 190, 0.20);
	background: linear-gradient(93deg, rgba(222, 223, 243, 0.20) 0.6%, rgba(237, 241, 248, 0.20) 50.09%, rgba(222, 223, 243, 0.20) 99.59%);
}
.loan-against-mf-why-choose .card-body{
	padding:12px 15px;
}
.loan-against-mf-why-choose .card h5{
	font-size: 22px;
	font-style: normal;
	font-weight: 700;
	line-height: normal;
}
.loan-against-mf-why-choose .card p{
	color: #000;
	font-size: 20px;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
}
.loan-against-mf-why-choose .btn-lamf-choose{
	color: #FFF;
	text-align: center;
	font-size: 18px;
	font-style: normal;
	font-weight: 700;
	line-height: normal;
	border-radius: 8px;
	background: #1137BE;
	padding:10px 33px;
}
.loan-against-mf-how h2{
	color: #000;
	font-size: 56px;
	font-style: normal;
	font-weight: 700;
	line-height: normal;
}
.loan-against-mf-how p{
	color: #000;
	text-align: center;
	font-size: 20px;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
}
.loan-against-mf-how .card{
	border-radius: 20px;
	border: 1px solid rgba(17, 55, 190, 0.20);
	box-shadow: 0px 4px 4px 2px rgba(17, 55, 190, 0.20);
	background:#fff;
}
.loan-against-mf-how .card-body{
	padding:30px;
}
.loan-against-mf-how .card h5{
	color: #000;
	text-align: center;
	font-size: 24px;
	font-style: normal;
	font-weight: 600;
	line-height: normal;
}
.loan-against-mf-how .btn-lamf-how{
	color: #FFF;
	text-align: center;
	font-size: 18px;
	font-style: normal;
	font-weight: 700;
	line-height: normal;
	border-radius: 8px;
	background: #1137BE;
	padding:10px 30px;
}
.loan-against-mf-eligibility h2{
	color: #000;
	font-size: 56px;
	font-style: normal;
	font-weight: 700;
	line-height: normal;
}
.loan-against-mf-eligibility p{
	color: #000;
	font-size: 20px;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
}
.loan-against-mf-eligibility .lamf-eligibility{
	color: #FFF;
	text-align: center;
	font-size: 18px;
	font-style: normal;
	font-weight: 700;
	line-height: normal;
	border-radius: 8px;
	background: #1137BE;
	padding:10px 30px;
}
@media screen and (min-width:992px) and (max-width:1199px){
	.loan-against-mf-main h2 {
	    color: #000;
	    font-size: 40px;
	    font-style: normal;
	    font-weight: 700;
	    line-height: normal;
	}
	.loan-against-mf-main p {
	    color: #000;
	    font-size: 18px;
	    font-style: normal;
	    font-weight: 400;
	    line-height: normal;
	}
	.loan-against-mf-main .loan-againt-mf-mainbtn {
	    color: #FFF;
	    text-align: center;
	    font-size: 16px;
	    font-style: normal;
	    font-weight: 700;
	    line-height: normal;
	    border-radius: 8px;
	    background: #1137BE;
	    padding: 8px 20px;
	}
	.loan-against-mf-why-choose h2 {
	    font-size: 45px;
	    font-style: normal;
	    font-weight: 700;
	    line-height: normal;
	}
	.loan-against-mf-why-choose p {
	    color: #000;
	    font-size: 18px;
	    font-style: normal;
	    font-weight: 400;
	    line-height: normal;
	}
	.loan-against-mf-why-choose .card h5 {
	    font-size: 20px;
	    font-style: normal;
	    font-weight: 700;
	    line-height: normal;
	}
	.loan-against-mf-why-choose .card p {
	    color: #000;
	    font-size: 18px;
	    font-style: normal;
	    font-weight: 400;
	    line-height: normal;
	}
	.loan-against-mf-why-choose .btn-lamf-choose {
	    color: #FFF;
	    text-align: center;
	    font-size: 16px;
	    font-style: normal;
	    font-weight: 700;
	    line-height: normal;
	    border-radius: 8px;
	    background: #1137BE;
	    padding: 10px 33px;
	}
	.loan-against-mf-how h2 {
	    color: #000;
	    font-size: 45px;
	    font-style: normal;
	    font-weight: 700;
	    line-height: normal;
	}
	.loan-against-mf-how p {
	    color: #000;
	    text-align: center;
	    font-size: 18px;
	    font-style: normal;
	    font-weight: 400;
	    line-height: normal;
	}
	.loan-against-mf-how .card h5 {
	    color: #000;
	    text-align: center;
	    font-size: 20px;
	    font-style: normal;
	    font-weight: 600;
	    line-height: normal;
	}
	.loan-against-mf-how p {
	    color: #000;
	    text-align: center;
	    font-size: 17px;
	    font-style: normal;
	    font-weight: 400;
	    line-height: normal;
	}
	.loan-against-mf-how .btn-lamf-how {
	    color: #FFF;
	    text-align: center;
	    font-size: 16px;
	    font-style: normal;
	    font-weight: 700;
	    line-height: normal;
	    border-radius: 8px;
	    background: #1137BE;
	    padding: 10px 30px;
	}
	.loan-against-mf-eligibility h2 {
	    color: #000;
	    font-size: 45px;
	    font-style: normal;
	    font-weight: 700;
	    line-height: normal;
	}
	.loan-against-mf-eligibility p {
	    color: #000;
	    font-size: 18px;
	    font-style: normal;
	    font-weight: 400;
	    line-height: normal;
	}
	.loan-against-mf-eligibility .lamf-eligibility {
	    color: #FFF;
	    text-align: center;
	    font-size: 16px;
	    font-style: normal;
	    font-weight: 700;
	    line-height: normal;
	    border-radius: 8px;
	    background: #1137BE;
	    padding: 10px 30px;
	}
}
@media screen and (min-width:768px) and (max-width:991px){
	.loan-against-mf-main h2 {
	    color: #000;
	    font-size: 35px;
	    font-style: normal;
	    font-weight: 700;
	    line-height: normal;
	}
	.loan-against-mf-main p {
	    color: #000;
	    font-size: 18px;
	    font-style: normal;
	    font-weight: 400;
	    line-height: normal;
	}
	.loan-against-mf-main .loan-againt-mf-mainbtn {
	    color: #FFF;
	    text-align: center;
	    font-size: 16px;
	    font-style: normal;
	    font-weight: 700;
	    line-height: normal;
	    border-radius: 8px;
	    background: #1137BE;
	    padding: 8px 20px;
	}
	.loan-against-mf-why-choose h2 {
	    font-size: 40px;
	    font-style: normal;
	    font-weight: 700;
	    line-height: normal;
	}
	.loan-against-mf-why-choose p {
	    color: #000;
	    font-size: 18px;
	    font-style: normal;
	    font-weight: 400;
	    line-height: normal;
	}
	.loan-against-mf-why-choose .card h5 {
	    font-size: 20px;
	    font-style: normal;
	    font-weight: 700;
	    line-height: normal;
	}
	.loan-against-mf-why-choose .card p {
	    color: #000;
	    font-size: 18px;
	    font-style: normal;
	    font-weight: 400;
	    line-height: normal;
	}
	.loan-against-mf-why-choose .btn-lamf-choose {
	    color: #FFF;
	    text-align: center;
	    font-size: 16px;
	    font-style: normal;
	    font-weight: 700;
	    line-height: normal;
	    border-radius: 8px;
	    background: #1137BE;
	    padding: 10px 33px;
	}
	.loan-against-mf-how h2 {
	    color: #000;
	    font-size: 40px;
	    font-style: normal;
	    font-weight: 700;
	    line-height: normal;
	}
	.loan-against-mf-how p {
	    color: #000;
	    text-align: center;
	    font-size: 18px;
	    font-style: normal;
	    font-weight: 400;
	    line-height: normal;
	}
	.loan-against-mf-how .card h5 {
	    color: #000;
	    text-align: center;
	    font-size: 20px;
	    font-style: normal;
	    font-weight: 600;
	    line-height: normal;
	}
	.loan-against-mf-eligibility h2 {
	    color: #000;
	    font-size: 40px;
	    font-style: normal;
	    font-weight: 700;
	    line-height: normal;
	}
}
@media screen and (max-width:767px){
	.loan-against-mf-main h2 {
	    color: #000;
	    font-size: 30px;
	    font-style: normal;
	    font-weight: 700;
	    line-height: normal;
	}
	.loan-against-mf-main p {
	    color: #000;
	    font-size: 16px;
	    font-style: normal;
	    font-weight: 400;
	    line-height: normal;
	}
	.loan-against-mf-main .loan-againt-mf-mainbtn {
	    color: #FFF;
	    text-align: center;
	    font-size: 14px;
	    font-style: normal;
	    font-weight: 700;
	    line-height: normal;
	    border-radius: 8px;
	    background: #1137BE;
	    padding: 8px 20px;
	}
	.loan-against-mf-why-choose h2 {
	    font-size: 35px;
	    font-style: normal;
	    font-weight: 700;
	    line-height: normal;
	}
	.loan-against-mf-why-choose p {
	    color: #000;
	    font-size: 16px;
	    font-style: normal;
	    font-weight: 400;
	    line-height: normal;
	}
	.loan-against-mf-why-choose .card h5 {
	    font-size: 20px;
	    font-style: normal;
	    font-weight: 700;
	    line-height: normal;
	}
	.loan-against-mf-why-choose .card p {
	    color: #000;
	    font-size: 15px;
	    font-style: normal;
	    font-weight: 400;
	    line-height: normal;
	}
	.loan-against-mf-why-choose .btn-lamf-choose {
	    color: #FFF;
	    text-align: center;
	    font-size: 15px;
	    font-style: normal;
	    font-weight: 700;
	    line-height: normal;
	    border-radius: 8px;
	    background: #1137BE;
	    padding: 10px 33px;
	}
	.loan-against-mf-how h2 {
	    color: #000;
	    font-size: 30px;
	    font-style: normal;
	    font-weight: 700;
	    line-height: normal;
	}
	.loan-against-mf-how p {
	    color: #000;
	    text-align: center;
	    font-size: 16px;
	    font-style: normal;
	    font-weight: 400;
	    line-height: normal;
	}
	.loan-against-mf-how .card h5 {
	    color: #000;
	    text-align: center;
	    font-size: 20px;
	    font-style: normal;
	    font-weight: 600;
	    line-height: normal;
	}
	.loan-against-mf-how .btn-lamf-how {
	    color: #FFF;
	    text-align: center;
	    font-size: 15px;
	    font-style: normal;
	    font-weight: 700;
	    line-height: normal;
	    border-radius: 8px;
	    background: #1137BE;
	    padding: 10px 30px;
	}
	.loan-against-mf-eligibility h2 {
	    color: #000;
	    font-size: 35px;
	    font-style: normal;
	    font-weight: 700;
	    line-height: normal;
	}
	.loan-against-mf-eligibility p {
	    color: #000;
	    font-size: 18px;
	    font-style: normal;
	    font-weight: 400;
	    line-height: normal;
	}
	.loan-against-mf-eligibility .lamf-eligibility {
	    color: #FFF;
	    text-align: center;
	    font-size: 15px;
	    font-style: normal;
	    font-weight: 700;
	    line-height: normal;
	    border-radius: 8px;
	    background: #1137BE;
	    padding: 10px 30px;
	    margin-bottom: 30px;
	}
}
/* loan againt mutual fund end */
/* insurance page start */
.insurance-main h3{
	color: #000;
	font-size: 56px;
	font-style: normal;
	font-weight: 700;
	line-height: normal;
}
.insurance-main p{
	color: #000;
	font-size: 20px;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
}
.insurance-main .btn-insurance-main{
	color: #FFF;
	text-align: center;
	font-size: 18px;
	font-style: normal;
	font-weight: 700;
	line-height: normal;
	border-radius: 8px;
	background: #1137BE;
	padding:10px 35px;
}
.insurance-main .card{
	border-radius: 20px;
	border: 1px solid rgba(17, 55, 190, 0.20);
	background: linear-gradient(180deg, rgba(222, 223, 243, 0.20) 0%, rgba(237, 241, 248, 0.20) 50%, rgba(222, 223, 243, 0.20) 100%);
}
.insurance-main .card h6{
	color: #000;
	text-align: center;
	font-size: 20px;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
}

.insurance-main .radio-tile-group .input-container {
  position: relative;
}

.insurance-main .radio-tile-group .input-container .radio-button {
  opacity: 0;
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  margin: 0;
  cursor: pointer;
}

.insurance-main .radio-tile-group .input-container .radio-tile {
    border-radius: 5px;
    border: 1px solid rgba(17, 55, 190, 0.20) !important;
    background: #FFF;
    padding: 5px 18px;
}

.insurance-main .radio-tile-group .input-container .icon svg {
   	width: 2rem;
  	height: 2rem;
}
.insurance-main .radio-tile-group .input-container .icon {
	background: #1137BE;
    padding: 10px;
    border-radius: 50%;	
}

.insurance-main .radio-tile-group .input-container .radio-tile-label {
  	color: #000;
	font-family: "Titillium Web";
	font-size: 18px;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
	padding:5px 8px;
}

.insurance-main .radio-tile-group .input-container .radio-button:checked + .radio-tile {
  background-color: #1137BE;
  border: 2px solid #1137BE;
  color: white;
}
.insurance-main .radio-tile-group .input-container .radio-button:checked + .radio-tile .icon {
	background:#fff;
}
.insurance-main .radio-tile-group .input-container .radio-button:checked + .radio-tile .car svg path{
	stroke:#1137BE;
	stroke-width: 2;
}
.insurance-main .radio-tile-group .input-container .radio-button:checked + .radio-tile .bike svg path{
	fill:#1137BE;
}
.insurance-main .radio-tile-group .input-container .radio-button:checked + .radio-tile .health svg path{
	fill:#1137BE;
}
.insurance-main .radio-tile-group .input-container .radio-button:checked + .radio-tile .radio-tile-label {
  color: white;
}
.insurance-main .form-control{
	border-radius: 5px;
	border: 1px solid rgba(17, 55, 190, 0.20);
	background: #FFF;
	margin-bottom:20px;
	color:#000;
}
.insurance-main .form-control::placeholder{
	color: rgba(0, 0, 0, 0.50);
	font-size: 18px;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
}
.insurance-main .card span{
	color: rgba(0, 0, 0);
	font-size: 18px;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
	border-radius: 5px 0 0 5px;
	border: 1px solid rgba(17, 55, 190, 0.20);
	background: #FFF;
   	padding: 0.5rem 1rem;
}
.insurance-main .card p{
	color: #000;
	font-size: 14px;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
}
.insurance-main .card #checkbox{
	border-radius: 2px;
	border: 1px solid rgba(17, 55, 190, 0.20);
	background: #FFF;
}
.insurance-why h3{
	color: #000;
	font-size: 56px;
	font-style: normal;
	font-weight: 700;
	line-height: normal;
}
.insurance-why p{
	color: #000;
	font-size: 20px;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
}
.insurance-why .card{
	border-radius: 10px;
	border: 1px solid rgba(17, 55, 190, 0.20);
	background: linear-gradient(93deg, rgba(222, 223, 243, 0.20) 0.6%, rgba(237, 241, 248, 0.20) 50.09%, rgba(222, 223, 243, 0.20) 99.59%);
}
.insurance-why .card-body{
	padding:15px;
}
.insurance-why .btn-insurance-main{
	color: #FFF;
	text-align: center;
	font-size: 18px;
	font-style: normal;
	font-weight: 700;
	line-height: normal;
	border-radius: 8px;
	background: #1137BE;
	padding:10px 35px;
}
.insurance-types h3{
	font-size: 56px;
	font-style: normal;
	font-weight: 700;
	line-height: normal;
}
.insurance-types p{
	color: #000;
	font-size: 20px;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
}
.insurance-types p small{
	color: #000;
	font-size: 16px;
	font-style: normal;
	font-weight: 600;
	line-height: normal;
}
.insurance-types h4{
	color: #000;
	font-size: 22px;
	font-style: normal;
	font-weight: 700;
	line-height: normal;
}
.insurance-types .insurance-types-btn{
	color: #1137BE;
	font-size: 15px;
	font-style: normal;
	font-weight: 700;
	line-height: normal;
	border-radius: 8px;
	border: 2px solid #1137BE;
	background: rgba(17, 55, 190, 0.00);
	padding:8px 15px;
}
.insurance-types .flip {
  -webkit-perspective: 800;   
          perspective: 800;
        position: relative;
        text-align: center;
}
.insurance-types .flip .card.flipped {
  -webkit-transform: rotatey(-180deg);
          transform: rotatey(-180deg);
}
.insurance-types .flip .card {
	background:#fff;
    -webkit-transform-style: preserve-3d;
    -webkit-transition: 0.5s;
    transform-style: preserve-3d;
    transition: 0.5s;
    border:0px;
     min-height: 300px;
}
.insurance-types .flip .card .face {
  -webkit-backface-visibility: hidden ;
    backface-visibility: hidden ;
   z-index: 2;
   border-radius: 10px;
	border: 1px solid rgba(17, 55, 190, 0.20);
	background: linear-gradient(93deg, #f3f3fc 0%, #f8f9fc 50%, #f3f3fc 100%);
	box-shadow: 0px 4px 4px 0px rgba(17, 55, 190, 0.20);
	padding:15px;
}
.insurance-types .flip .card .front {
   	position: absolute;
   	z-index: 1;
}
.insurance-types .flip .card .front img{
  height: 100%;
}
.insurance-types .flip .card .img {
   position: relaitve;
   height: 178px;
   z-index: 1;
   border: 2px solid #000;
}
.insurance-types .flip .card .back {
  	padding-top: 10%;
  	-webkit-transform: rotatey(-180deg);
          transform: rotatey(-180deg);
  	position: absolute;
  	border-radius: 10px;
	border: 1px solid rgba(17, 55, 190, 0.20);
	background: linear-gradient(93deg, #f3f3fc 0%, #f8f9fc 50%, #f3f3fc 100%);
	box-shadow: 0px 4px 4px 0px rgba(17, 55, 190, 0.20);
	padding:15px;
}
.how-to-buy-insurance h3{
	color: #000;
	font-size: 56px;
	font-style: normal;
	font-weight: 700;
	line-height: normal;
}
.how-to-buy-insurance p{
	color: #000;
	font-size: 20px;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
}
.how-to-buy-insurance h4{
	color: #000;
	font-size: 24px;
	font-style: normal;
	font-weight: 600;
	line-height: normal;
}
.how-to-buy-insurance .card{
	border-radius: 20px;
	border: 1px solid rgba(17, 55, 190, 0.20);
	background: linear-gradient(143deg, rgba(222, 223, 243, 0.20) 2.24%, rgba(237, 241, 248, 0.20) 50.63%, rgba(222, 223, 243, 0.20) 99.03%);
	box-shadow: 0px 4px 4px 0px rgba(17, 55, 190, 0.20);
}
.how-to-buy-insurance .card-body{
	padding:30px 15px;
}
.how-to-buy-insurance .btn-insurance-get{
	color: #FFF;
	text-align: center;
	font-size: 18px;
	font-style: normal;
	font-weight: 700;
	line-height: normal;
	border-radius: 8px;
	background: #1137BE;
	padding:10px 25px;
}
.insurance-faq h3{
	color: #E58110;
	font-size: 40px;
	font-style: normal;
	font-weight: 700;
	line-height: normal;
}
@media screen and (min-width:992px) and (max-width:1199px){
	.insurance-main h3 {
	    color: #000;
	    font-size: 40px;
	    font-style: normal;
	    font-weight: 700;
	    line-height: normal;
	}
	.insurance-main p {
	    color: #000;
	    font-size: 18px;
	    font-style: normal;
	    font-weight: 400;
	    line-height: normal;
	}
	.insurance-main .card h6 {
	    color: #000;
	    text-align: center;
	    font-size: 18px;
	    font-style: normal;
	    font-weight: 400;
	    line-height: normal;
	}
	.insurance-main .radio-tile-group .input-container .radio-tile {
	    border-radius: 5px;
	    border: 1px solid rgba(17, 55, 190, 0.20) !important;
	    background: #FFF;
	    padding: 5px 7px;
	}
	.insurance-main .radio-tile-group .input-container .radio-tile-label {
	    color: #000;
	    font-family: "Titillium Web";
	    font-size: 16px;
	    font-style: normal;
	    font-weight: 400;
	    line-height: normal;
	    padding: 5px 5px;
	}
	.insurance-main .card p {
	    color: #000;
	    font-size: 12px;
	    font-style: normal;
	    font-weight: 400;
	    line-height: normal;
	}
	.insurance-main .btn-insurance-main {
	    color: #FFF;
	    text-align: center;
	    font-size: 16px;
	    font-style: normal;
	    font-weight: 700;
	    line-height: normal;
	    border-radius: 8px;
	    background: #1137BE;
	    padding: 10px 25px;
	}
	.insurance-why h3 {
	    color: #000;
	    font-size: 45px;
	    font-style: normal;
	    font-weight: 700;
	    line-height: normal;
	}
	.insurance-why p {
	    color: #000;
	    font-size: 14px;
	    font-style: normal;
	    font-weight: 400;
	    line-height: normal;
	}
	.insurance-why h5 {
	    color: #000;
        font-size: 18px;
	    font-style: normal;
	    font-weight: 700;
	    line-height: normal;
	}
	.insurance-why .btn-insurance-main {
	    color: #FFF;
	    text-align: center;
	    font-size: 16px;
	    font-style: normal;
	    font-weight: 700;
	    line-height: normal;
	    border-radius: 8px;
	    background: #1137BE;
	    padding: 10px 25px;
	}
	.insurance-types h3 {
	    font-size: 40px;
	    font-style: normal;
	    font-weight: 700;
	    line-height: normal;
	}
	.insurance-types h4 {
	    color: #000;
	    font-size: 20px;
	    font-style: normal;
	    font-weight: 700;
	    line-height: normal;
	}
	.insurance-types p {
	    color: #000;
	    font-size: 19px;
	    font-style: normal;
	    font-weight: 400;
	    line-height: normal;
	}
	.how-to-buy-insurance h3 {
	    color: #000;
	    font-size: 40px;
	    font-style: normal;
	    font-weight: 700;
	    line-height: normal;
	}
	.how-to-buy-insurance p {
	    color: #000;
	    font-size: 18px;
	    font-style: normal;
	    font-weight: 400;
	    line-height: normal;
	}
	.how-to-buy-insurance h4 {
	    color: #000;
	    font-size: 22px;
	    font-style: normal;
	    font-weight: 600;
	    line-height: normal;
	}
	.how-to-buy-insurance .btn-insurance-get {
	    color: #FFF;
	    text-align: center;
	    font-size: 16px;
	    font-style: normal;
	    font-weight: 700;
	    line-height: normal;
	    border-radius: 8px;
	    background: #1137BE;
	    padding: 10px 25px;
	}
}
@media screen and (min-width:768px) and (max-width:991px){
	.insurance-main h3 {
	    color: #000;
	    font-size: 43px;
	    font-style: normal;
	    font-weight: 700;
	    line-height: normal;
	}
	.insurance-main p {
	    color: #000;
	    font-size: 17px;
	    font-style: normal;
	    font-weight: 400;
	    line-height: normal;
	}
	.insurance-main .btn-insurance-main {
	    color: #FFF;
	    text-align: center;
	    font-size: 15px;
	    font-style: normal;
	    font-weight: 700;
	    line-height: normal;
	    border-radius: 8px;
	    background: #1137BE;
	    padding: 10px 25px;
	    margin-bottom: 30px;
	}
	.insurance-why h3 {
	    color: #000;
	    font-size: 35px;
	    font-style: normal;
	    font-weight: 700;
	    line-height: normal;
	}
	.insurance-why p {
	    color: #000;
	    font-size: 16px;
	    font-style: normal;
	    font-weight: 400;
	    line-height: normal;
	}
	.insurance-why .card {
	    border-radius: 10px;
	    border: 1px solid rgba(17, 55, 190, 0.20);
	    background: linear-gradient(93deg, rgba(222, 223, 243, 0.20) 0.6%, rgba(237, 241, 248, 0.20) 50.09%, rgba(222, 223, 243, 0.20) 99.59%);
	    margin-bottom: 20px;
	}
	.insurance-why .btn-insurance-main {
	    color: #FFF;
	    text-align: center;
	    font-size: 15px;
	    font-style: normal;
	    font-weight: 700;
	    line-height: normal;
	    border-radius: 8px;
	    background: #1137BE;
	    padding: 10px 25px;
	}
	.insurance-types h3 {
	    font-size: 35px;
	    font-style: normal;
	    font-weight: 700;
	    line-height: normal;
	}
	.insurance-types h4 {
	    color: #000;
	    font-size: 20px;
	    font-style: normal;
	    font-weight: 700;
	    line-height: normal;
	    margin-bottom: 20px !important;
	}
	.how-to-buy-insurance h3 {
	    color: #000;
	    font-size: 35px;
	    font-style: normal;
	    font-weight: 700;
	    line-height: normal;
	}
	.how-to-buy-insurance p {
	    color: #000;
	    font-size: 17px;
	    font-style: normal;
	    font-weight: 400;
	    line-height: normal;
	}
	.how-to-buy-insurance .card {
	    border-radius: 20px;
	    border: 1px solid rgba(17, 55, 190, 0.20);
	    background: linear-gradient(143deg, rgba(222, 223, 243, 0.20) 2.24%, rgba(237, 241, 248, 0.20) 50.63%, rgba(222, 223, 243, 0.20) 99.03%);
	    box-shadow: 0px 4px 4px 0px rgba(17, 55, 190, 0.20);
	    margin-bottom: 30px;
	}
	.how-to-buy-insurance .btn-insurance-get {
	    color: #FFF;
	    text-align: center;
	    font-size: 15px;
	    font-style: normal;
	    font-weight: 700;
	    line-height: normal;
	    border-radius: 8px;
	    background: #1137BE;
	    padding: 10px 25px;
	}
}
@media screen and (max-width:767px){
	.insurance-main h3 {
	    color: #000;
	    font-size: 30px;
	    font-style: normal;
	    font-weight: 700;
	    line-height: normal;
	}
	.insurance-main p {
	    color: #000;
	    font-size: 16px;
	    font-style: normal;
	    font-weight: 400;
	    line-height: normal;
	}
	.insurance-main .btn-insurance-main {
	    color: #FFF;
	    text-align: center;
	    font-size: 15px;
	    font-style: normal;
	    font-weight: 700;
	    line-height: normal;
	    border-radius: 8px;
	    background: #1137BE;
	    padding: 10px 25px;
	    margin-bottom: 20px;
	}
	.radio-tile-group{
		margin-bottom: 20px;
	}
	.insurance-why h3 {
	    color: #000;
	    font-size: 30px;
	    font-style: normal;
	    font-weight: 700;
	    line-height: normal;
	}
	.insurance-why p {
	    color: #000;
	    font-size: 16px;
	    font-style: normal;
	    font-weight: 400;
	    line-height: normal;
	}
	.insurance-why .card{
		margin-bottom: 20px;
	}
	.insurance-why .btn-insurance-main {
	    color: #FFF;
	    text-align: center;
	    font-size: 15px;
	    font-style: normal;
	    font-weight: 700;
	    line-height: normal;
	    border-radius: 8px;
	    background: #1137BE;
	    padding: 10px 25px;
	    margin-top: 20px;
	}
	.insurance-types h3 {
	    font-size: 30px;
	    font-style: normal;
	    font-weight: 700;
	    line-height: normal;
	}
	.insurance-types p {
	    color: #000;
	    font-size: 16px;
	    font-style: normal;
	    font-weight: 400;
	    line-height: normal;
	}
	.insurance-types h4 {
	    color: #000;
	    font-size: 20px;
	    font-style: normal;
	    font-weight: 700;
	    line-height: normal;
	}
	.how-to-buy-insurance h3 {
	    color: #000;
	    font-size: 30px;
	    font-style: normal;
	    font-weight: 700;
	    line-height: normal;
	}
	.how-to-buy-insurance p {
	    color: #000;
	    font-size: 16px;
	    font-style: normal;
	    font-weight: 400;
	    line-height: normal;
	}
	.how-to-buy-insurance .card{
		margin-bottom:25px;
	}
}
.calculator-main .calc-list{
	border-radius: 10px;
	border: 1px solid rgba(17, 55, 190, 0.10);
	background: linear-gradient(180deg, rgba(222, 223, 243, 0.10) 0%, rgba(237, 241, 248, 0.10) 50%, rgba(222, 223, 243, 0.10) 100%);
	box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
	padding:5px 0;
}
.calculator-main .calc-list ul li{
	padding: 10px 20px;
}
.calculator-main .calc-list ul li a{
	color: #1137BE;
	font-size: 20px;
	font-style: normal;
	font-weight: 400;
}
.calculator-main h4{
	color: #E58110;
	font-size: 24px;
	font-style: normal;
	font-weight: 600;
	line-height: normal;
}
.calculator-main .calc-list ul .active{
	padding: 10px 15px;
	background: rgba(17, 55, 190, 0.05);
	border-left:5px solid rgba(17, 55, 190, 0.80);
}
.calculator-main h2{
	color: #171717;
	font-size: 56px;
	font-style: normal;
	font-weight: 700;
	line-height: normal;
}
.calculator-main .card{
	border-radius: 10px;
	border: 1px solid rgba(17, 55, 190, 0.10);
	background: linear-gradient(180deg, rgba(222, 223, 243, 0.10) 0%, rgba(237, 241, 248, 0.10) 50%, rgba(222, 223, 243, 0.10) 100%);
	box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.10);
}
.calculator-main .card-body{
	padding:30px;
}
.calculator-main .ques {
    font-size: 20px;
    font-weight: 600;
    line-height: 30.42px;
    text-align: left;
    text-underline-position: from-font;
    text-decoration-skip-ink: none;
    color: #171717;
}
.calculator-main .amc-calc-input {
	background:#fff;
    font-size: 20px;
    font-weight: 400;
    line-height: 30.42px;
    text-align: left;
    text-underline-position: from-font;
    text-decoration-skip-ink: none;
    color: #17171780;
    border-bottom: 1px solid #17171780 !important;
}
.calculator-main .amc-calc-result {
    background: #FFFFFF;
    border: 1px solid #1137BE33;
    border-radius: 10px;
    padding: 20px 25px;
}
.calculator-main .amc-calc-result p {
    font-size: 20px;
    font-weight: 700;
    line-height: 30.42px;
    text-underline-position: from-font;
    text-decoration-skip-ink: none;
    color: #1137BE;
}
.calculator-main .amc-calc-result p span {
    font-size: 18px;
    font-weight: 700;
    line-height: 30.42px;
    text-underline-position: from-font;
    text-decoration-skip-ink: none;
    color: #171717;
}
.calculator-faq .faq-ques ul{
	border-radius: 5px;
	border: 1px solid rgba(17, 55, 190, 0.20);
	background: linear-gradient(149deg, rgba(222, 223, 243, 0.20) 0%, rgba(237, 241, 248, 0.20) 50%, rgba(222, 223, 243, 0.20) 100%);
}
.calculator-faq .faq-ques ul li .nav-link {
    text-align: left;
    padding: 20px 10px;
    color: #171717;
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}
.calculator-faq .faq-ques ul li .active{
	background: linear-gradient(0deg, rgba(17, 55, 190, 0.05) 0%, rgba(17, 55, 190, 0.05) 100%), linear-gradient(149deg, rgba(222, 223, 243, 0.20) 0%, rgba(237, 241, 248, 0.20) 50%, rgba(222, 223, 243, 0.20) 100%);
	color:#1137BE;
}
.calculator-faq .faq-ans{
	border-radius: 5px;
	border: 1px solid rgba(17, 55, 190, 0.20);
	background: linear-gradient(180deg, rgba(222, 223, 243, 0.20) 0%, rgba(237, 241, 248, 0.20) 50%, rgba(222, 223, 243, 0.20) 100%);
	box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.20);
	padding:10px 20px;
}
.calculator-faq .faq-ans h6{
	color: #171717;
	font-size: 20px;
	font-style: normal;
	font-weight: 600;
	line-height: normal;
}
.calculator-faq .faq-ans p{
	color: #000;
	font-size: 18px;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
}
.calculator-faq h3{
	color: #E58110;
	font-size: 40px;
	font-style: normal;
	font-weight: 700;
	line-height: normal;
}
.calculator-main .form-select{
	background:#fff;
	color: #000;
	border: 1px solid rgba(17, 55, 190, 0.10);
	box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.10);
}
.calculator-main .calc-result{
	color: #000;
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}
.calculator-main .calculator-goal input{
	border-radius: 10px;
	border: 1px solid rgba(17, 55, 190, 0.20) !important;
	background: #FFF;
}
@media screen and (min-width:992px) and (max-width:1199px){
	.calculator-main h2 {
	    color: #171717;
	    font-size: 40px;
	    font-style: normal;
	    font-weight: 700;
	    line-height: normal;
	}
	.calculator-main h4 {
	    color: #E58110;
	    font-size: 19px;
	    font-style: normal;
	    font-weight: 600;
	    line-height: normal;
	}
	.calculator-main .calc-list ul li a {
	    color: #1137BE;
	    font-size: 16px;
	    font-style: normal;
	    font-weight: 400;
	}
	.calculator-main .calc-list ul .active {
	    padding: 10px 10px;
	    background: rgba(17, 55, 190, 0.05);
	    border-left: 5px solid rgba(17, 55, 190, 0.80);
	}
	.calculator-main .calc-list ul li {
	    padding: 10px 15px;
	}
	.calculator-main .ques {
	    font-size: 16px;
	    font-weight: 600;
	    line-height: 30.42px;
	    text-align: left;
	    text-underline-position: from-font;
	    text-decoration-skip-ink: none;
	    color: #171717;
	}
	.calculator-main .amc-calc-result {
	    background: #FFFFFF;
	    border: 1px solid #1137BE33;
	    border-radius: 10px;
	    padding: 15px 10px;
	}
	.calculator-main .amc-calc-result p span {
	    font-size: 15px;
	    font-weight: 700;
	    line-height: 30.42px;
	    text-underline-position: from-font;
	    text-decoration-skip-ink: none;
	    color: #171717;
	}
	.calculator-main .amc-calc-result p {
	    font-size: 15px;
	    font-weight: 700;
	    line-height: 30.42px;
	    text-underline-position: from-font;
	    text-decoration-skip-ink: none;
	    color: #1137BE;
	}
	.calculator-faq .faq-ans h6 {
	    color: #171717;
	    font-size: 18px;
	    font-style: normal;
	    font-weight: 600;
	    line-height: normal;
	}
	.calculator-faq .faq-ans p {
	    color: #000;
	    font-size: 16px;
	    font-style: normal;
	    font-weight: 400;
	    line-height: normal;
	}
	.calculator-faq .faq-ques ul li .nav-link {
	    text-align: left;
	    padding: 20px 10px;
	    color: #171717;
	    font-size: 16px;
	    font-style: normal;
	    font-weight: 400;
	    line-height: normal;
	}
}
@media screen and (min-width:768px) and (max-width:991px){
	.calculator-main h2 {
	    color: #171717;
	    font-size: 45px;
	    font-style: normal;
	    font-weight: 700;
	    line-height: normal;
	    margin-top: 35px;
	}
	.calculator-main .ques {
	    font-size: 18px;
	    font-weight: 600;
	    line-height: 30.42px;
	    text-align: left;
	    text-underline-position: from-font;
	    text-decoration-skip-ink: none;
	    color: #171717;
	}
	.calculator-main .amc-calc-input {
		background:#fff;
	    font-size: 18px;
	    font-weight: 400;
	    line-height: 30.42px;
	    text-align: left;
	    text-underline-position: from-font;
	    text-decoration-skip-ink: none;
	    color: #17171780;
	    border-bottom: 1px solid #17171780 !important;
	}
	.calculator-main .amc-calc-result {
	    background: #FFFFFF;
	    border: 1px solid #1137BE33;
	    border-radius: 10px;
	    padding: 15px 10px;
	}
	.calculator-main .amc-calc-result p {
	    font-size: 15px;
	    font-weight: 700;
	    line-height: 30.42px;
	    text-underline-position: from-font;
	    text-decoration-skip-ink: none;
	    color: #1137BE;
	}
	.calculator-main .amc-calc-result p span {
	    font-size: 15px;
	    font-weight: 700;
	    line-height: 30.42px;
	    text-underline-position: from-font;
	    text-decoration-skip-ink: none;
	    color: #171717;
	}
	.calculator-faq .faq-ques ul li .nav-link {
	    text-align: left;
	    padding: 20px 10px;
	    color: #171717;
	    font-size: 18px;
	    font-style: normal;
	    font-weight: 400;
	    line-height: normal;
	}
	.calculator-faq .faq-ans p {
	    color: #000;
	    font-size: 16px;
	    font-style: normal;
	    font-weight: 400;
	    line-height: normal;
	}
	.calculator-faq .faq-ques ul {
	    border-radius: 5px;
	    border: 1px solid rgba(17, 55, 190, 0.20);
	    background: linear-gradient(149deg, rgba(222, 223, 243, 0.20) 0%, rgba(237, 241, 248, 0.20) 50%, rgba(222, 223, 243, 0.20) 100%);
	    margin-bottom: 15px;
	}
}
@media screen and (max-width:767px){
	.calculator-main h2 {
	    color: #171717;
	    font-size: 30px;
	    font-style: normal;
	    font-weight: 700;
	    line-height: normal;
	    margin-top: 30px;
	}
	.calculator-main #emipiechart{
	    height: 400px !important;
	}
	.calculator-main .ques {
	    font-size: 16px;
	    font-weight: 600;
	    line-height: 30.42px;
	    text-align: left;
	    text-underline-position: from-font;
	    text-decoration-skip-ink: none;
	    color: #171717;
	    margin-bottom: 10px !important;
	}
	.calculator-main .amc-calc-input {
		background:#fff;
	    font-size: 16px;
	    font-weight: 400;
	    line-height: 30.42px;
	    text-align: left;
	    text-underline-position: from-font;
	    text-decoration-skip-ink: none;
	    color: #17171780;
	    border-bottom: 1px solid #17171780 !important;
	}
	.calculator-main .amc-calc-result p {
	    font-size: 16px;
	    font-weight: 700;
	    line-height: 30.42px;
	    text-underline-position: from-font;
	    text-decoration-skip-ink: none;
	    color: #1137BE;
	}
	.calculator-main .amc-calc-result p span {
	    font-size: 16px;
	    font-weight: 700;
	    line-height: 30.42px;
	    text-underline-position: from-font;
	    text-decoration-skip-ink: none;
	    color: #171717;
	}
	.calculator-faq h3 {
	    color: #E58110;
	    font-size: 30px;
	    font-style: normal;
	    font-weight: 700;
	    line-height: normal;
	}
	.calculator-faq .faq-ques ul li .nav-link {
	    text-align: left;
	    padding: 15px 10px;
	    color: #171717;
	    font-size: 15px;
	    font-style: normal;
	    font-weight: 400;
	    line-height: normal;
	}
	.calculator-faq .faq-ques ul {
	    border-radius: 5px;
	    border: 1px solid rgba(17, 55, 190, 0.20);
	    background: linear-gradient(149deg, rgba(222, 223, 243, 0.20) 0%, rgba(237, 241, 248, 0.20) 50%, rgba(222, 223, 243, 0.20) 100%);
	    margin-bottom: 20px;
	}
	.calculator-faq .faq-ans p {
	    color: #000;
	    font-size: 16px;
	    font-style: normal;
	    font-weight: 400;
	    line-height: normal;
	}
}
/* insurance page end */
/* contact us page start */
.contact-main h2{
	color: #E58110;
	font-size: 56px;
	font-style: normal;
	font-weight: 700;
	line-height: normal;
}
.contact-main .card{
	border-radius: 20px;
	border: 1px solid rgba(17, 55, 190, 0.20);
	background: linear-gradient(120deg, rgba(222, 223, 243, 0.50) 0%, rgba(237, 241, 248, 0.50) 50%, rgba(222, 223, 243, 0.50) 100%);
	box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
}
.contact-main .card h6{
	font-size: 24px;
	font-style: normal;
	font-weight: 600;
	line-height: normal;
}
.contact-main .card input,
.contact-main .card textarea{
	border-radius: 5px;
	border: 1px solid rgba(17, 55, 190, 0.20);
	background: #FFF;
	box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
	color: #000;
	font-size: 18px;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
}
.contact-main .card .contact-main-btn{
	color: #FFF;
	font-size: 18px;
	font-style: normal;
	font-weight: 700;
	line-height: normal;
	border-radius: 8px;
	background: #1137BE;
	padding:10px 48px;
}
.contact-main .card input::placeholder,
.contact-main .card textarea::placeholder{
	color: rgba(0, 0, 0, 0.50);
	font-size: 20px;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
}
.contact-main h5{
	color: #000;
	font-size: 30px;
	font-style: normal;
	font-weight: 600;
	line-height: normal;
}
.contact-main p{
	color: #000;
	font-size: 24px;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
}
@media screen and (min-width:992px) and (max-width:1199px){
	.contact-main h2 {
	    color: #E58110;
	    font-size: 50px;
	    font-style: normal;
	    font-weight: 700;
	    line-height: normal;
	}
	.contact-main .card h6 {
	    font-size: 20px;
	    font-style: normal;
	    font-weight: 600;
	    line-height: normal;
	}
	.contact-main .card .contact-main-btn {
	    color: #FFF;
	    font-size: 16px;
	    font-style: normal;
	    font-weight: 700;
	    line-height: normal;
	    border-radius: 8px;
	    background: #1137BE;
	    padding: 10px 35px;
	}
	.contact-main h5 {
	    color: #000;
	    font-size: 24px;
	    font-style: normal;
	    font-weight: 600;
	    line-height: normal;
	}
	.contact-main p {
	    color: #000;
	    font-size: 20px;
	    font-style: normal;
	    font-weight: 400;
	    line-height: normal;
	}
}
@media screen and (min-width:768px) and (max-width:991px){
	.contact-main .card {
	    border-radius: 20px;
	    border: 1px solid rgba(17, 55, 190, 0.20);
	    background: linear-gradient(120deg, rgba(222, 223, 243, 0.50) 0%, rgba(237, 241, 248, 0.50) 50%, rgba(222, 223, 243, 0.50) 100%);
	    box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
	    margin-bottom: 40px;
	}	
}
@media screen and (max-width:767px){
	.contact-main h2 {
	    color: #E58110;
	    font-size: 30px;
	    font-style: normal;
	    font-weight: 700;
	    line-height: normal;
	}
	.contact-main h5 {
	    color: #000;
	    font-size: 20px;
	    font-style: normal;
	    font-weight: 600;
	    line-height: normal;
	}
	.contact-main p {
	    color: #000;
	    font-size: 17px;
	    font-style: normal;
	    font-weight: 400;
	    line-height: normal;
	}
}
/* contact us page end */
/* webinar page starts */
.webinar-main h2{
	font-size: 44px;
	font-style: normal;
	font-weight: 700;
	line-height: normal;	
}
.webinar-main .card{
	border-radius: 15px;
	border: 1px solid rgba(17, 55, 190, 0.20);
	background: linear-gradient(98deg, rgba(222, 223, 243, 0.20) 0%, rgba(237, 241, 248, 0.20) 50%, rgba(222, 223, 243, 0.20) 100%);
}
.webinar-main .card-body{
	padding:10px;
}
.webinar-main .card h5{
	color: #000;
	font-size: 20px;
	font-style: normal;
	font-weight: 700;
	line-height: normal;
}
.webinar-main .card p{
	color: #000;
	font-size: 18px;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
}
.webinar-main .webinar-schedule .card-body{
	padding:45px 35px;
}
.webinar-main .webinar-schedule .card-body h6{
	font-size: 22px;
	font-style: normal;
	font-weight: 700;
	line-height: normal;
}
.webinar-main .webinar-schedule .card-body p{
	color: #000;
	font-size: 22px;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
}
.webinar-main .register-price h4{
	font-size: 28px;
	font-style: normal;
	font-weight: 700;
	line-height: normal;
}
.webinar-main .webinar-below-text p{
	color:#000;
	font-size: 19px;
	font-style: normal;
	font-weight: 600;
	line-height: normal;
}
.webinar-main #minutes, #seconds{
  	display: inline-block;
  	color: #000;
	text-align: center;
	font-size: 22px;
	font-style: normal;
	font-weight: 700;
	line-height: normal;
	border-radius: 10px;
	border: 1px solid #E58110;
	background: linear-gradient(135deg, #E58110 0%, #FF9C00 50%, #E58110 100%);
	box-shadow: 0px 4px 5px 0px rgba(0, 0, 0, 0.50);
	padding:10px 15px;
}
.webinar-main #timer span,
.webinar-main #minutes span,
.webinar-main #seconds span{
	color: #000;
	text-align: center;
	font-size: 16px;
	font-style: normal;
	font-weight: 700;
	line-height: normal;
	display: block;
}
.webinar-static{
	border-top: 1px solid rgba(17, 55, 190, 0.20);
	border-bottom: 0.5px solid rgba(17, 55, 190, 0.20);
	background:#fafbfd;
	box-shadow: 0px 5px 5px 0px rgba(0, 0, 0, 0.20) inset;
	backdrop-filter: blur(2px);
	position:sticky;
	bottom:0px;
}
.webinar-static #minutes2, #seconds2{
  	display: inline-block;
  	color: #000;
	text-align: center;
	font-size: 22px;
	font-style: normal;
	font-weight: 700;
	line-height: normal;
	border-radius: 10px;
	border: 1px solid #E58110;
	background: linear-gradient(135deg, #E58110 0%, #FF9C00 50%, #E58110 100%);
	box-shadow: 0px 4px 5px 0px rgba(0, 0, 0, 0.50);
	padding:10px 15px;
}
.webinar-static #timer span,
.webinar-static #minutes2 span,
.webinar-static #seconds2 span{
	color: #000;
	text-align: center;
	font-size: 16px;
	font-style: normal;
	font-weight: 700;
	line-height: normal;
	display: block;
}
.webinar-static h3{
	color: #000;
	font-size: 28px;
	font-style: normal;
	font-weight: 700;
	line-height: normal;
}
.webinar-static p{
	color: #000;
	font-size: 20px;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
}
.webinar-static .btn-register{
	color: #000;
	text-align: center;
	font-size: 24px;
	font-style: normal;
	font-weight: 700;
	line-height: normal;
	border-radius: 8px;
	background: linear-gradient(96deg, #E58110 0%, #FFBD00 50%, #E58110 100%);
	box-shadow: 0px 3px 2px 0px rgba(0, 0, 0, 0.50);
	padding:15px 25px;
}
.webinar-acheivement h6{
	color: #000;
	font-size: 21px;
	font-style: normal;
	font-weight: 600;
	line-height: normal;
}
.webinar-masterclass h2{
	color: #E58110;
	font-size: 56px;
	font-style: normal;
	font-weight: 700;
	line-height: normal;
}
.webinar-masterclass p{
	color: #000;
	font-size: 20px;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
}
.webinar-masterclass .book-now-btn{
	color: #000;
	font-size: 18px;
	font-style: normal;
	font-weight: 700;
	line-height: normal;
	border-radius: 8px;
	background: linear-gradient(96deg, #E58110 0%, #FFBD00 50%, #E58110 100%);
	box-shadow: 0px 3px 2px 0px rgba(0, 0, 0, 0.50);
	padding:10px 35px;
}
.webinar-masterclass .card{
	border-radius: 10px;
	border: 1px solid rgba(17, 55, 190, 0.20);
	background: linear-gradient(93deg, rgba(222, 223, 243, 0.20) 0.6%, rgba(237, 241, 248, 0.20) 50.09%, rgba(222, 223, 243, 0.20) 99.59%);
}
.webinar-masterclass .card-body{
	padding:15px;
}
.webinar-coach h2{
	color: #000;
	font-size: 56px;
	font-style: normal;
	font-weight: 700;
	line-height: normal;
}
.webinar-coach .card{
	border-radius: 10px;
	border: 1px solid rgba(17, 55, 190, 0.20);
	background: #FFF;
	overflow:hidden;
}
.webinar-coach h5{
	color: #000;
	font-size: 22px;
	font-style: normal;
	font-weight: 700;
	line-height: normal;
}
.webinar-coach p{
	color: #000;
	text-align: justify;
	font-size: 20px;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
}
.webinar-review h2{
	font-size: 56px;
	font-style: normal;
	font-weight: 700;
	line-height: normal;
}
.webinar-review .card{
	border-radius: 20px;
	border: 1px solid rgba(17, 55, 190, 0.20);
	background: linear-gradient(104deg, rgba(222, 223, 243, 0.20) 0%, rgba(237, 241, 248, 0.20) 50%, rgba(222, 223, 243, 0.20) 100%);
}
.webinar-review .card-body{
	padding:20px 50px;
}
.webinar-review h6{
	color: #000;
	font-family: Inter;
	font-size: 18px;
	font-style: normal;
	font-weight: 700;
	line-height: normal;
}
.webinar-review .review-box{
	background: #FFF;
	border: 1px solid rgba(17, 55, 190, 0.20);
	border-radius:10px;
	padding:18px;
}
.webinar-review .review-box p{
	color: #000;
	text-align: justify;
	font-family: Inter;
	font-size: 16px;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
}
.webinar-review .bottom-box {
    width: 20px;
    height: 20px;
    margin-top: -10px;
    /* margin-bottom: 35px; */
    transform: rotate(223deg);
    position: absolute;
    margin-left: 35px;
    border-right: 1px solid rgba(17, 55, 190, 0.20);
    border-bottom: 1px solid rgba(17, 55, 190, 0.20);
}
.webinar-review .swiper-button-next:after, .swiper-rtl .swiper-button-prev:after {
    content: none;
}
.webinar-review .swiper-button-prev:after, .swiper-rtl .swiper-button-next:after {
    content: none;
}
.webinar-review .swiper-button-next, .swiper-button-prev{
	width:auto;
	height:auto;
}
.webinar-review .swiper-button-next, .swiper-rtl .swiper-button-prev{
	right:0px;
}
.webinar-review .swiper-button-prev, .swiper-rtl .swiper-button-next{
	left:0px;
}
@media screen and (min-width:992px) and (max-width:1399px){
	.webinar-main h2 {
	    font-size: 35px;
	    font-style: normal;
	    font-weight: 700;
	    line-height: normal;
	}
	.webinar-main .webinar-schedule .card-body h6 {
	    font-size: 14px;
	    font-style: normal;
	    font-weight: 700;
	    line-height: normal;
	}
	.webinar-main .webinar-schedule .card-body p {
	    color: #000;
	    font-size: 13px;
	    font-style: normal;
	    font-weight: 400;
	    line-height: normal;
	}
	.webinar-main .card h5 {
	    color: #000;
	    font-size: 18px;
	    font-style: normal;
	    font-weight: 700;
	    line-height: normal;
	}
	.webinar-main .card p {
	    color: #000;
	    font-size: 15px;
	    font-style: normal;
	    font-weight: 400;
	    line-height: normal;
	}
	.webinar-main .webinar-below-text p {
	    color: #000;
	    font-size: 14px;
	    font-style: normal;
	    font-weight: 600;
	    line-height: normal;
	}
	.webinar-main .register-price h4 {
	    font-size: 15px;
	    font-style: normal;
	    font-weight: 700;
	    line-height: normal;
	}
	.webinar-main #minutes, #seconds {
	    display: inline-block;
	    color: #000;
	    text-align: center;
	    font-size: 16px;
	    font-style: normal;
	    font-weight: 700;
	    line-height: normal;
	    border-radius: 10px;
	    border: 1px solid #E58110;
	    background: linear-gradient(135deg, #E58110 0%, #FF9C00 50%, #E58110 100%);
	    box-shadow: 0px 4px 5px 0px rgba(0, 0, 0, 0.50);
	    padding: 10px 15px;
	}
	.webinar-static h3 {
	    color: #000;
	    font-size: 25px;
	    font-style: normal;
	    font-weight: 700;
	    line-height: normal;
	}
	.webinar-static p {
	    color: #000;
	    font-size: 16px;
	    font-style: normal;
	    font-weight: 400;
	    line-height: normal;
	}
	.webinar-static .btn-register {
	    color: #000;
	    text-align: center;
	    font-size: 18px;
	    font-style: normal;
	    font-weight: 700;
	    line-height: normal;
	    border-radius: 8px;
	    background: linear-gradient(96deg, #E58110 0%, #FFBD00 50%, #E58110 100%);
	    box-shadow: 0px 3px 2px 0px rgba(0, 0, 0, 0.50);
	    padding: 15px 25px;
	}
	.webinar-static #minutes2, #seconds2 {
	    display: inline-block;
	    color: #000;
	    text-align: center;
	    font-size: 16px;
	    font-style: normal;
	    font-weight: 700;
	    line-height: normal;
	    border-radius: 10px;
	    border: 1px solid #E58110;
	    background: linear-gradient(135deg, #E58110 0%, #FF9C00 50%, #E58110 100%);
	    box-shadow: 0px 4px 5px 0px rgba(0, 0, 0, 0.50);
	    padding: 10px 15px;
	}
	.webinar-acheivement h6 {
	    color: #000;
	    font-size: 16px;
	    font-style: normal;
	    font-weight: 600;
	    line-height: normal;
	}
	.webinar-masterclass h2 {
	    color: #E58110;
	    font-size: 41px;
	    font-style: normal;
	    font-weight: 700;
	    line-height: normal;
	}
	.webinar-masterclass p {
	    color: #000;
	    font-size: 16px;
	    font-style: normal;
	    font-weight: 400;
	    line-height: normal;
	}
	.webinar-masterclass h2 {
	    color: #E58110;
	    font-size: 35px;
	    font-style: normal;
	    font-weight: 700;
	    line-height: normal;
	}
	.webinar-coach h2 {
	    color: #000;
	    font-size: 35px;
	    font-style: normal;
	    font-weight: 700;
	    line-height: normal;
	}
	.webinar-coach p {
	    color: #000;
	    text-align: justify;
	    font-size: 16px;
	    font-style: normal;
	    font-weight: 400;
	    line-height: normal;
	}
	.webinar-coach h5 {
	    color: #000;
	    font-size: 16px;
	    font-style: normal;
	    font-weight: 700;
	    line-height: normal;
	}
	.webinar-review h2 {
	    font-size: 49px;
	    font-style: normal;
	    font-weight: 700;
	    line-height: normal;
	}
	.webinar-review h6 {
	    color: #000;
	    font-family: Inter;
	    font-size: 15px;
	    font-style: normal;
	    font-weight: 700;
	    line-height: normal;
	}
	.webinar-review .review-box p {
	    color: #000;
	    text-align: justify;
	    font-family: Inter;
	    font-size: 15px;
	    font-style: normal;
	    font-weight: 400;
	    line-height: normal;
	}
}
@media screen and (min-width:768px) and (max-width:991px){
	.webinar-main h2 {
	    font-size: 30px;
	    font-style: normal;
	    font-weight: 700;
	    line-height: normal;
	}
	.webinar-main .webinar-schedule .card-body {
	    padding: 70px 35px;
	}
	#tiles{
		margin-bottom:30px;
	}
	.webinar-masterclass h2 {
	    color: #E58110;
	    font-size: 40px;
	    font-style: normal;
	    font-weight: 700;
	    line-height: normal;
	}
	.webinar-masterclass p {
	    color: #000;
	    font-size: 16px;
	    font-style: normal;
	    font-weight: 400;
	    line-height: normal;
	}
	.webinar-coach h2 {
	    color: #000;
	    font-size: 35px;
	    font-style: normal;
	    font-weight: 700;
	    line-height: normal;
	}
	.webinar-coach p {
	    color: #000;
	    text-align: justify;
	    font-size: 15px;
	    font-style: normal;
	    font-weight: 400;
	    line-height: normal;
	}
	.webinar-coach h5 {
	    color: #000;
	    font-size: 18px;
	    font-style: normal;
	    font-weight: 700;
	    line-height: normal;
	}
	.webinar-review h2 {
	    font-size: 40px;
	    font-style: normal;
	    font-weight: 700;
	    line-height: normal;
	}
	.webinar-review h6 {
	    color: #000;
	    font-family: Inter;
	    font-size: 14px;
	    font-style: normal;
	    font-weight: 700;
	    line-height: normal;
	}
	.webinar-review .review-box p {
	    color: #000;
	    text-align: justify;
	    font-family: Inter;
	    font-size: 13px;
	    font-style: normal;
	    font-weight: 400;
	    line-height: normal;
	}
}
@media screen and (max-width:767px){
	.webinar-main h2 {
	    font-size: 30px;
	    font-style: normal;
	    font-weight: 700;
	    line-height: normal;
	}
	.webinar-main .webinar-schedule .card-body h6 {
	    font-size: 16px;
	    font-style: normal;
	    font-weight: 700;
	    line-height: normal;
	}
	.webinar-main .webinar-schedule .card-body p {
	    color: #000;
	    font-size: 15px;
	    font-style: normal;
	    font-weight: 400;
	    line-height: normal;
	}
	.webinar-main .webinar-schedule .card-body {
	    padding: 20px 35px;
	}
	.webinar-main .webinar-below-text p {
	    color: #000;
	    font-size: 14px;
	    font-style: normal;
	    font-weight: 600;
	    line-height: normal;
	}
	#tiles{
		margin-bottom:20px;
	}
	.webinar-main .register-price h4 {
	    font-size: 20px;
	    font-style: normal;
	    font-weight: 700;
	    line-height: normal;
	}
	.webinar-acheivement h6 {
	    color: #000;
	    font-size: 16px;
	    font-style: normal;
	    font-weight: 600;
	    line-height: normal;
	}
	.webinar-masterclass h2 {
	    color: #E58110;
	    font-size: 30px;
	    font-style: normal;
	    font-weight: 700;
	    line-height: normal;
	}
	.webinar-masterclass p {
	    color: #000;
	    font-size: 15px;
	    font-style: normal;
	    font-weight: 400;
	    line-height: normal;
	}
	.webinar-masterclass .book-now-btn{
		margin-bottom:30px;
	}
	.webinar-coach h2 {
	    color: #000;
	    font-size: 30px;
	    font-style: normal;
	    font-weight: 700;
	    line-height: normal;
	}
	.webinar-coach h5 {
	    color: #000;
	    font-size: 18px;
	    font-style: normal;
	    font-weight: 700;
	    line-height: normal;
	}
	.webinar-coach p {
	    color: #000;
	    text-align: justify;
	    font-size: 15px;
	    font-style: normal;
	    font-weight: 400;
	    line-height: normal;
	}
	.webinar-review h2 {
	    font-size: 35px;
	    font-style: normal;
	    font-weight: 700;
	    line-height: normal;
	}
	.webinar-review h6 {
	    color: #000;
	    font-family: Inter;
	    font-size: 14px;
	    font-style: normal;
	    font-weight: 700;
	    line-height: normal;
	}
	.webinar-review .review-box p {
	    color: #000;
	    text-align: justify;
	    font-family: Inter;
	    font-size: 13px;
	    font-style: normal;
	    font-weight: 400;
	    line-height: normal;
	}
}
/* webinar page end */
/* amc page start */
.amc-list-page-main h3{
	color: #E58110;
	font-size: 56px;
	font-style: normal;
	font-weight: 700;
	line-height: normal;
}
.amc-list-page-main .card{
	border-radius: 20px;
	border: 1px solid rgba(17, 55, 190, 0.20);
	background: linear-gradient(95deg, rgba(222, 223, 243, 0.20) 0%, rgba(237, 241, 248, 0.20) 50%, rgba(222, 223, 243, 0.20) 100%);
}
.amc-list-page-main .amc-list-main-back{
	padding:30px 60px;
	background:url('/assets/img/amc-list/main-back.png');
	background-position: center;
  	background-repeat: no-repeat;
  	position:relative;
  	z-index:1;
}
.amc-list-page-main .card-body p{
	color: #171717;
	font-size: 24px;
	font-style: normal;
	font-weight: 400;
	line-height: 40px; /* 166.667% */
}
@media (max-width: 768px) {
  .custom-col {
    flex: 0 0 48%; /* 2 cards per row on smaller screens */
    max-width: 48%;
  }
}

@media (max-width: 576px) {
  .custom-col {
    flex: 0 0 100%; /* 1 card per row on very small screens */
    max-width: 100%;
  }
}
.amc-list-page-main h6{
	color: #000;
	font-size: 20px;
	font-style: normal;
	font-weight: 600;
	line-height: normal;
}
@media screen and (min-width:992px) and (max-width:1399px){
	.amc-list-page-main h3 {
	    color: #E58110;
	    font-size: 40px;
	    font-style: normal;
	    font-weight: 700;
	    line-height: normal;
	}
	.amc-list-page-main .card-body p {
	    color: #171717;
	    font-size: 20px;
	    font-style: normal;
	    font-weight: 400;
	    line-height: 33px;
	}
	.amc-list-page-main h6 {
	    color: #000;
	    font-size: 16px;
	    font-style: normal;
	    font-weight: 600;
	    line-height: normal;
	}
}
@media screen and (min-width:768px) and (max-width:991px){
	.amc-list-page-main h3 {
	    color: #E58110;
	    font-size: 30px;
	    font-style: normal;
	    font-weight: 700;
	    line-height: normal;
	}
	.amc-list-page-main .card-body p {
	    color: #171717;
	    font-size: 17px;
	    font-style: normal;
	    font-weight: 400;
	    line-height: 27px;
	}
}
@media screen and (max-width:767px){
	.amc-list-page-main h3 {
	    color: #E58110;
	    font-size: 30px;
	    font-style: normal;
	    font-weight: 700;
	    line-height: normal;
	}
	.amc-list-page-main .amc-list-main-back {
	    padding: 30px 40px;
	    background: url(/assets/img/amc-list/main-back.png);
	    background-position: center;
	    background-repeat: no-repeat;
	    position: relative;
	    z-index: 1;
	}
	.amc-list-page-main .card-body p {
	    color: #171717;
	    font-size: 18px;
	    font-style: normal;
	    font-weight: 400;
	    line-height: 29px;
	}
}
/* amc end end */
/* external mf start */
.external-mf-main h2{
	color: #000;
	font-size: 55px;
	font-style: normal;
	font-weight: 700;
	line-height: normal;
}
.external-mf-main p{
	color: #000;
	font-size: 20px;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
}
.external-mf-main .btn-external-mf{
	color: #FFF;
	text-align: center;
	font-size: 18px;
	font-style: normal;
	font-weight: 700;
	line-height: normal;
	border-radius: 8px;
	background: #1137BE;
	padding:10px 20px;
}
.external-mf-main h4{
	color: #E58110;
	font-size: 30px;
	font-style: normal;
	font-weight: 700;
	line-height: normal;
}
.external-mf-main .card{
	border-radius: 20px;
	border: 1px solid rgba(17, 55, 190, 0.20);
	background: linear-gradient(141deg, rgba(222, 223, 243, 0.20) 0%, rgba(237, 241, 248, 0.20) 50%, rgba(222, 223, 243, 0.20) 100%);
	box-shadow: 0px 4px 4px 2px rgba(17, 55, 190, 0.20);
}
.external-mf-main h5{
	color: #000;
	font-size: 24px;
	font-style: normal;
	font-weight: 600;
	line-height: normal;
}
.external-mf-main h3{
	color: #E58110;
	font-size: 40px;
	font-style: normal;
	font-weight: 700;
	line-height: normal;
}
.external-mf-main .accordion-button {
    border-bottom: 1px solid rgba(17, 55, 190, 0.20);
    background: #DEDFF3 !important;
    color: #171717;
    font-size: 17px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    padding: 7px 18px !important;
    border-radius:0px !important;
}
.external-mf-main .accordion-collapse{
	border-radius: 5px;
	border: 1px solid rgba(17, 55, 190, 0.20);
	background: linear-gradient(149deg, rgba(222, 223, 243, 0.20) 0%, rgba(237, 241, 248, 0.20) 50%, rgba(222, 223, 243, 0.20) 100%);
	box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
}
.external-mf-main .accordion-body{
	padding:10px !important;
	color: rgba(23, 23, 23, 0.80);
	text-align: justify;
	font-size: 18px;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
}
@media screen and (min-width:992px) and (max-width:1399px){
	.external-mf-main h2 {
	    color: #000;
	    font-size: 39px;
	    font-style: normal;
	    font-weight: 700;
	    line-height: normal;
	}
	.external-mf-main p {
	    color: #000;
	    font-size: 16px;
	    font-style: normal;
	    font-weight: 400;
	    line-height: normal;
	}
	.external-mf-main h5 {
	    color: #000;
	    font-size: 16px;
	    font-style: normal;
	    font-weight: 600;
	    line-height: normal;
	}
	.external-mf-main .card-body{
			padding:15px;
	}
}
@media screen and (min-width:768px) and (max-width:991px){
	.external-mf-main h2 {
	    color: #000;
	    font-size: 29px;
	    font-style: normal;
	    font-weight: 700;
	    line-height: normal;
	}
	.external-mf-main p {
	    color: #000;
	    font-size: 17px;
	    font-style: normal;
	    font-weight: 400;
	    line-height: normal;
	}
	.external-mf-main .btn-external-mf {
	    color: #FFF;
	    text-align: center;
	    font-size: 16px;
	    font-style: normal;
	    font-weight: 700;
	    line-height: normal;
	    border-radius: 8px;
	    background: #1137BE;
	    padding: 10px 20px;
	}
	.external-mf-main h5 {
	    color: #000;
	    font-size: 20px;
	    font-style: normal;
	    font-weight: 600;
	    line-height: normal;
	}
	.external-mf-main .accordion-item{
		margin-bottom:20px;
	}
}
@media screen and (max-width:767px){
	.external-mf-main h2 {
	    color: #000;
	    font-size: 30px;
	    font-style: normal;
	    font-weight: 700;
	    line-height: normal;
	}
	.external-mf-main p {
	    color: #000;
	    font-size: 16px;
	    font-style: normal;
	    font-weight: 400;
	    line-height: normal;
	}
	.external-mf-main .btn-external-mf {
	    color: #FFF;
	    text-align: center;
	    font-size: 16px;
	    font-style: normal;
	    font-weight: 700;
	    line-height: normal;
	    border-radius: 8px;
	    background: #1137BE;
	    padding: 10px 20px;
	    margin-bottom: 20px;
	}
	.external-mf-main h5 {
	    color: #000;
	    font-size: 20px;
	    font-style: normal;
	    font-weight: 600;
	    line-height: normal;
	}
	.external-mf-main .accordion-item{
		margin-bottom:20px;
	}
}
/* external mf end */
/* mf research start */
.mutual-fund-research h2{
	color: #E58110;
	text-align: center;
	font-size: 56px;
	font-style: normal;
	font-weight: 700;
	line-height: normal;
}
.mutual-fund-research .filter-card{
	border-radius: 5px;
	border: 1px solid rgba(17, 55, 190, 0.20);
	background: linear-gradient(90deg, rgba(222, 223, 243, 0.20) 0%, rgba(237, 241, 248, 0.20) 50%, rgba(222, 223, 243, 0.20) 100%);
	box-shadow: 0px 2px 2px 0px rgba(0, 0, 0, 0.10) inset, 0px 2px 2px 0px rgba(0, 0, 0, 0.10);	
}
.mutual-fund-research .filter-card .card-body{
	padding:20px;	
}
.mutual-fund-research .filter-card .search-container {
    position: relative;
}
.mutual-fund-research .filter-card .search-input {
    padding-left: 35px;
    border-radius: 50px;
	border: 1px solid rgba(17, 55, 190, 0.40);
	background: #FFF;
	padding:7px 20px 7px 40px;
}
.mutual-fund-research .filter-card .search-icon {
    position: absolute;
    top: 50%;
    left: 15px;
    transform: translateY(-50%);
    color: #888;
}
.filter-highlights{
	color: #1137BE;
}
.mutual-fund-research .filter-card h6{
	color: #1137BE;
	font-size: 22px;
	font-style: normal;
	font-weight: 600;
	line-height: normal;
}
.vsb-main .title{
	display:none;
}
ul.tree li .checkbox {
	width: 25px;
    height: 25px;
    padding: 0;
    margin: 0;
    cursor: pointer;
    float: left;
    background: url(/assets/img/mf-research/empty.png) no-repeat 0 4px;
}
ul.tree li .checked {
    background-image: url(/assets/img/mf-research/checked.png);
}
ul.tree li{
    color: #000;
	font-size: 17px;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
}
.vsb-menu li {
    font-size: 17px !important;
    color:#000;
}
.filter-card ul{
	list-style:none;
	padding-left:0px;
}
.mutual-fund-research table{
	border-radius: 22px;
    overflow: hidden;
    border-collapse: separate;
    border-spacing: 0;
    border-radius: 20px;
	border: 1px solid rgba(17, 55, 190, 0.20);
	background: linear-gradient(180deg, rgba(222, 223, 243, 0.10) 0%, rgba(237, 241, 248, 0.10) 50%, rgba(222, 223, 243, 0.10) 100%);
	box-shadow: 0px 4px 4px 0px rgba(17, 55, 190, 0.20);
}
.mutual-fund-research table thead {
    background: linear-gradient(90.21deg, rgba(222, 223, 243, 0.1) 0.85%, rgba(237, 241, 248, 0.1) 50.43%, rgba(222, 223, 243, 0.1) 100%);
}
.mutual-fund-research table thead th {
    font-size: 20px;
    font-weight: 600;
    line-height: 33.46px;
    text-align: left;
    text-underline-position: from-font;
    text-decoration-skip-ink: none;
    background: transparent;
    color: #171717;
}
.mutual-fund-research table{
	background: linear-gradient(90.21deg, rgba(222, 223, 243, 0.1) 0.85%, rgba(237, 241, 248, 0.1) 50.43%, rgba(222, 223, 243, 0.1) 100%);
}
.mutual-fund-research table .btn-invest{
	background: linear-gradient(90.21deg, #dedff382, #edf1f894, #dedff382);
	border:1px solid #1137BE;
	padding: 2px 15px;
}
.mutual-fund-research table .btn-invest:hover{
	color:#1137BE;
}
.mutual-fund-research .paginationjs{
	justify-content: center;
}
.mutual-fund-research table tr td {
    background: linear-gradient(90.21deg, rgba(222, 223, 243, 0.1) 0.85%, rgba(237, 241, 248, 0.1) 50.43%, rgba(222, 223, 243, 0.1) 100%);
    font-size: 18px;
    font-weight: 400;
    line-height: 30.42px;
    text-align: left;
    text-underline-position: from-font;
    text-decoration-skip-ink: none;
    color: #171717;
	vertical-align: middle !important;
}
.mutual-fund-research .category_txt{
	color: #000;
	font-size: 16px;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
}
.mutual-fund-research .paginationjs .paginationjs-pages li {
    float: left;
    border-right: none;
    list-style: none;
    padding: 3px 14px;
    border: 2px solid #1137be;
    margin: 10px;
    border-radius: 5px;
    color: #1137be;
    font-size: 22px;
    /* font-style: normal; */
    font-weight: 700;
}
.mutual-fund-research .paginationjs .paginationjs-pages li.active {
    border: none;
    color: #fff;
    background-color: #1137be;
    border: 2px solid #1137be;
}
.mutual-fund-research .paginationjs .paginationjs-pages li:first-child, .paginationjs .paginationjs-pages li:first-child>a {
    border-radius: 5px;
    padding: 3px 9px;
    /* border: 2px solid #1137be; */
    background-color: #ffffff !important;
    opacity: 1;
    color: #1137be;
}
.mutual-fund-research .paginationjs .paginationjs-pages li.paginationjs-next{
	border-radius: 5px;
    padding: 3px 9px;
    border: 2px solid #1137be !important;
    background-color: #ffffff !important;
    opacity: 1;
    color: #1137be;
}
.paginationjs .paginationjs-pages li:last-child>a{
	border-radius: 5px;
    padding: 3px 9px;
    /* border: 2px solid #1137be; */
    background-color: #ffffff !important;
    opacity: 1;
    color: #1137be;
}
.mutual-fund-research .paginationjs .paginationjs-pages .disabled{
	    float: left;
	    border-right: none;
	    list-style: none;
	    padding: 3px 14px;
	    border: 0px solid #1137be;
	    margin: 10px;
	    border-radius: 5px;
	    color: #1137be;
	    font-size: 22px;
	    /* font-style: normal; */
	    font-weight: 700;
	    background:transparent;
}
.paginationjs .paginationjs-pages li.disabled>a{
	opacity:1 !important;
	color: #1137be;
}
@media screen and (min-width:992px) and (max-width:1399px){
	.vsb-menu li{
	    font-size: 13px !important;
	}
	.mutual-fund-research table tr td {
	    background: #fff;
	    font-size: 16px;
	    font-weight: 400;
	    line-height: 30.42px;
	    text-align: left;
	    text-underline-position: from-font;
	    text-decoration-skip-ink: none;
	    color: #171717;
	}
	.mutual-fund-research .category_txt {
	    color: #000;
	    font-size: 13px;
	    font-style: normal;
	    font-weight: 400;
	    line-height: normal;
	}
    .btn-invest {
        border: 2px solid #1137BE;
        color: #000;
        border-radius: 10px;
        font-size: 13px;
        font-weight: 700;
        line-height: 27.38px;
        text-align: center;
        text-underline-position: from-font;
        text-decoration-skip-ink: none;
        padding: 5px 10px;
    }
	.mutual-fund-research ul.tree li {
	    color: #000;
	    font-size: 13px;
	    font-style: normal;
	    font-weight: 400;
	    line-height: normal;
	}
	.mutual-fund-research .filter-card ul {
	    list-style: none;
	    padding-left: 0px;
	    display: grid;
	}
	.mutual-fund-research ul.tree li .checkbox {
	    width: 20px;
	    height: 25px;
	    padding: 0;
	    margin: 0;
	    cursor: pointer;
	    float: left;
	    background: url(/assets/img/mf-research/empty.png) no-repeat 0 4px;
	}
	.mutual-fund-research .checkbox-item {
	    color: #000;
	    font-size: 13px;
	    font-style: normal;
	    font-weight: 400;
	    line-height: normal;
	}
}
@media screen and (min-width:768px) and (max-width:991px){
	.mutual-fund-research ul.tree li .checkbox {
	    width: 22px;
	    height: 21px;
	    padding: 0;
	    margin: 0;
	    cursor: pointer;
	    float: left;
	    background: url(/assets/img/mf-research/empty.png) no-repeat 0 0px;
	}
	.mutual-fund-research .filter-card ul {
	    list-style: none;
	    padding-left: 0px;
	    display: grid;
	}
	.mutual-fund-research ul.tree li {
	    color: #000;
	    font-size: 7px;
	    font-style: normal;
	    font-weight: 400;
	    line-height: normal;
	}
	.mutual-fund-research .checkbox-item {
	    color: #000;
	    font-size: 8px;
	    font-style: normal;
	    font-weight: 400;
	    line-height: normal;
	}
	.vsb-menu li {
	    font-size: 8px !important;
	    color: #000;
	}
	.mutual-fund-research table thead th {
	    font-size: 15px;
	    font-weight: 600;
	    line-height: 33.46px;
	    text-align: left;
	    text-underline-position: from-font;
	    text-decoration-skip-ink: none;
	    background: transparent;
	    color: #171717;
	}
	.mutual-fund-research table tr td {
	    background: #fff;
	    font-size: 13px;
	    font-weight: 400;
	    line-height: 30.42px;
	    text-align: left;
	    text-underline-position: from-font;
	    text-decoration-skip-ink: none;
	    color: #171717;
	}
	.mutual-fund-research .category_txt {
	    color: #000;
	    font-size: 12px;
	    font-style: normal;
	    font-weight: 400;
	    line-height: normal;
	}
}
@media screen and (max-width:767px){
	.vsb-menu li {
	    font-size: 12px !important;
	    color: #000;
	}
	.mutual-fund-research table{
		margin-top:30px;
	}
	.mutual-fund-research table thead th {
	    font-size: 14px;
	    font-weight: 600;
	    line-height: 22.46px;
	    text-align: left;
	    text-underline-position: from-font;
	    text-decoration-skip-ink: none;
	    background: transparent;
	    color: #171717;
	}
	.mutual-fund-research table tr td {
	    background: #fff;
	    font-size: 15px;
	    font-weight: 400;
	    line-height: 30.42px;
	    text-align: left;
	    text-underline-position: from-font;
	    text-decoration-skip-ink: none;
	    color: #171717;
	}
	.mutual-fund-research .category_txt {
	    color: #000;
	    font-size: 11px;
	    font-style: normal;
	    font-weight: 400;
	    line-height: normal;
	}
	.btn-invest {
	    border: 2px solid #1137BE;
	    color: #000;
	    border-radius: 10px;
	    font-size: 13px;
	    font-weight: 700;
	    line-height: 27.38px;
	    text-align: center;
	    text-underline-position: from-font;
	    text-decoration-skip-ink: none;
	    padding: 4px 15px;
	}
}
.vsb-main{
	z-index: 0;
    position: relative;
}
/* mf research end */
/* scheme overview start */
.scheme-overview h3{
	color: #E58110;
	font-size: 42px;
	font-style: normal;
	font-weight: 700;
	line-height: 45px;
}
.scheme-overview .nav-details p{
	color: #000;
   	font-size: 20px;
   	font-style: normal;
   	font-weight: 400;
   	line-height: normal;
}
.arr-up{
	color:#E58110;
}
.arr-down{
	color:#DB1D1D;
}
.nav-charts .card{
	border-radius: 20px;
    border: 1px solid rgba(17, 55, 190, 0.20);
    background: linear-gradient(95deg, rgba(222, 223, 243, 0.20) 0%, rgba(237, 241, 248, 0.20) 50%, rgba(222, 223, 243, 0.20) 100%);
}
.nav-charts .highcharts-input-group{
	display:none;
}
.nav-charts .highcharts-tick{
	display:none;
}
.nav-charts .highcharts-axis-line{
	stroke: rgb(17, 55, 190, 0.2);
}
.nav-charts .highcharts-grid-line{
	display:none;
}
.nav-charts .highcharts-scrollbar{
	display:none;
}
/* .nav-charts .highcharts-label{
	display:none;
} */
.nav-charts .highcharts-button-pressed .highcharts-button-box{
	fill:#1137BE !important;
	border-radius:5px;
}
.nav-charts .highcharts-button-pressed text{
	fill:#fff !important;
	font-family:Titillium Web;
	font-size:18px !important;
}
.nav-charts .highcharts-button-normal text{
	fill:#000 !important;
	font-family:Titillium Web;
	font-size:18px !important;
}
.nav-charts .highcharts-button-normal .highcharts-button-box{
	fill:#fff !important;
	border-radius:5px;
	stroke: rgb(17, 55, 190, 0.2);
    stroke-width: 1px;
}
.scheme-details table{
    border: 1px solid rgba(17, 55, 190, 0.20);
    background: linear-gradient(95deg, rgba(222, 223, 243, 0.20) 0%, rgba(237, 241, 248, 0.20) 50%, rgba(222, 223, 243, 0.20) 100%);
    border-radius: 20px;
    overflow: hidden;
    border-collapse: separate;
    border-spacing: 0;
 }
.scheme-details .table-tit{
     font-size: 20px;
    font-weight: 600;
    line-height: 30.42px;
    text-align: left;
    text-underline-position: from-font;
    text-decoration-skip-ink: none;
    color: #171717;
    border-right: 1px solid #1137BE1A;
    padding:15px;
}
.scheme-details table tr td{
	font-size: 20px;
    font-weight: 400;
    line-height: 30.42px;
    text-align: left;
    text-underline-position: from-font;
    text-decoration-skip-ink: none;
    color: #171717;
    border-bottom: 1px solid #1137BE1A;
    background: transparent;
    padding:15px;
}
.scheme-overview .peer-comparision{
	border-radius: 20px;
	border: 1px solid rgba(17, 55, 190, 0.20);
	background: linear-gradient(180deg, rgba(222, 223, 243, 0.20) 0%, rgba(237, 241, 248, 0.20) 50%, rgba(222, 223, 243, 0.20) 100%);
	box-shadow: 0px 4px 4px 0px rgba(17, 55, 190, 0.20);
}
.scheme-overview h4{
	color: #E58110;
	font-size: 30px;
	font-style: normal;
	font-weight: 700;
	line-height: normal;
}
.scheme-overview .peer-comparision .table > :not(caption) > * > * {
    background: transparent;
}
.scheme-overview .peer-comparision table thead th{
	color: #000;
	font-size: 18px;
	font-style: normal;
	font-weight: 600;
	line-height: normal;
	padding:10px 10px;
}
.scheme-overview .peer-comparision table tbody td{
	color: #000;
	font-size: 16px;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
	padding:15px 10px;
}
/* .scheme-overview .peer-comparision table tbody td a{
	color: #000;
} */
.scheme-overview .btn-portfolio{
	padding:5px 10px;
	color: #000;
	font-size: 22px;
	font-style: normal;
	font-weight: 700;
	line-height: normal;
	border-radius: 5px;
	border: 1px solid rgba(17, 55, 190, 0.20);
	background: #FFF;
}
.scheme-overview .asset-allocation-portfolio .nav-tabs{
	border-radius: 5px;
	border: 1px solid rgba(17, 55, 190, 0.20);
	background: #FFF;
}
.scheme-overview .asset-allocation-portfolio .nav-tabs .nav-link{
	background: transparent;
	font-size: 18px;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
	padding:5px 10px;
	color:#000;
	text-align:left;
}
.scheme-overview .asset-allocation-portfolio .nav-tabs .nav-item > a.active{
	background:transparent;
	color: #1137BE;
	font-weight: 700;
}
.scheme-overview .asset-allocation-portfolio .tab-content h5{
	color: #000;
	font-size: 26px;
	font-style: normal;
	font-weight: 700;
	line-height: normal;
}
.scheme-overview .asset-allocation-portfolio .tab-content table thead th{
	color: #000;
	font-size: 20px;
	font-style: normal;
	font-weight: 600;
	line-height: normal;
}
.scheme-overview .asset-allocation-portfolio .tab-style-5{
	border-radius: 20px;
	border: 1px solid rgba(17, 55, 190, 0.20);
	background: linear-gradient(180deg, rgba(222, 223, 243, 0.20) 0%, rgba(237, 241, 248, 0.20) 50%, rgba(222, 223, 243, 0.20) 100%);
	box-shadow: 0px 4px 4px 0px rgba(17, 55, 190, 0.20);
	padding:30px;
}
.scheme-overview .asset-allocation-portfolio .tab-style-5 table tbody td{
	color: #000;
	font-size: 18px;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
    box-shadow: inset 0 0 0 9999px var(--bs-table-bg-state, rgb(255 255 255 / 5%));
}
.scheme-overview .scheme-characteristics p{
	color: #000;
	font-size: 20px;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
}
.scheme-overview .scheme-characteristics .riskometer-part{
	border-radius: 20px;
	border: 1px solid rgba(17, 55, 190, 0.20);
	background: linear-gradient(180deg, rgba(222, 223, 243, 0.20) 0%, rgba(237, 241, 248, 0.20) 50%, rgba(222, 223, 243, 0.20) 100%);
	box-shadow: 0px 4px 4px 0px rgba(17, 55, 190, 0.20);
}
.scheme-overview .scheme-calculator .tab-style-4{
	border-radius: 20px;
	border: 1px solid rgba(17, 55, 190, 0.20);
	background: linear-gradient(180deg, rgba(222, 223, 243, 0.20) 0%, rgba(237, 241, 248, 0.20) 50%, rgba(222, 223, 243, 0.20) 100%);
	box-shadow: 0px 4px 4px 0px rgba(17, 55, 190, 0.20);
	padding:30px;
}
.scheme-overview .scheme-calculator p{
	color: #000;
	font-size: 20px;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
}
.scheme-overview .scheme-calculator .tab-style-4 .nav .nav-item a{
	color: #000;
	text-align: center;
	font-size: 20px;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
	padding:5px 5px;
}
.scheme-overview .scheme-calculator .tab-style-4 .nav{
	border-radius: 10px;
	border: 1px solid rgb(206 217 255);
	background: #FFF;
}
.scheme-overview .scheme-calculator .tab-style-4 .nav .nav-item .crosstab{
	clip-path: polygon(0 0, 100% 0%, 85% 100%, 0% 100%);
	    border-radius: 8px 0 0 8px;
}
.scheme-overview .scheme-calculator .tab-style-4 .nav .nav-item a.active{
   	background:#3771C8;
    color:#fff !important;
    border:0px;
}
.scheme-overview .scheme-calculator .tab-style-4 .nav .nav-item .crosstablum{
	clip-path: polygon(20% 0, 100% 0%, 100% 100%, 0% 100%);
	border-radius: 8px 8px 8px 0;
}
.scheme-overview .scheme-calculator .tab-style-4 .nav .nav-item span{
	margin:0px;
}
.steps {
    border-color: rgba(0, 0, 0, 0);
    border-style: none solid;
    border-width: 0 1px;
    margin: 0 0 35px !important;
    position: relative;
    width: 100%;
}
.tick {
    color: #000;
    font-size: 11px;
    height: 11px;
    left: 0;
    line-height: 11px;
    margin-left: -24px;
    position: absolute;
    text-align: center;
    width: 48px;
}
.marker {
    border: 1px solid rgba(0, 0, 0, 0);
    color: #000;
    font-size: 9px;
    height: 18px;
    line-height: 18px;
    text-align: center;
}
.scheme-overview .irs-with-grid {
    height: 35px;
}
.scheme-overview .irs-grid{
	height: 0px;
}
.scheme-overview .irs-with-grid .irs-grid{
	display:none;
}
.scheme-overview .scheme-calc-result-card{
	border-radius: 2px;
	border: 1px solid rgba(17, 55, 190, 0.20);
	background: #FFF;
}
.scheme-overview .scheme-calc-result-card .card-body{
	padding:7px 12px;
}
.scheme-overview .scheme-calc-result-card h6{
	color: #1137BE !important;
	font-size: 20px;
	font-weight: 700;
	line-height: normal;
}
.scheme-overview .scheme-calc-result-card p{
	color: #000;
	font-size: 18px;
	font-weight: 600;
	line-height: normal;
}
.scheme-overview .marketcapcharts{
	border-radius: 20px;
	border: 1px solid rgba(17, 55, 190, 0.20);
	background: linear-gradient(180deg, rgba(222, 223, 243, 0.20) 0%, rgba(237, 241, 248, 0.20) 50%, rgba(222, 223, 243, 0.20) 100%);
	box-shadow: 0px 4px 4px 0px rgba(17, 55, 190, 0.20);
	padding:50px;
}
.scheme-overview .yearselector{
	padding:4px;
	border-radius: 5px;
	border: 1px solid rgba(17, 55, 190, 0.40);
	background: #FFF;
}
.scheme-overview .yearselector p{
	color: rgba(0, 0, 0, 0.80);
	font-size: 14px;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
}
.scheme-overview .scheme-calculator .form-control{
	border-radius: 3px;
	border: 1px solid rgba(17, 55, 190, 0.20);
	background: rgba(255, 255, 255, 0.98);
}
.scheme-overview .scheme-calculator .form-select{
	background-position: right 0.2rem center;
    background-size: 10px 9px;
}
.scheme-overview .scheme-calculator .invest-now-btn{
	color: #FFF;
	text-align: center;
	font-size: 20px;
	font-style: normal;
	font-weight: 700;
	line-height: normal;
	border-radius: 8px;
	background: #1137BE;
	padding:10px 15px;
}
.scheme-overview .scheme-calculator .disclaimner{
	color: #000;
	text-align: center;
	font-size: 16px;
	font-style: normal;
	font-weight: 600;
	line-height: normal;
}
.scheme-overview .scheme-calculator .disclaimner a{
	color: #1137BE;
	font-size: 16px;
	font-style: normal;
	font-weight: 600;
	line-height: normal;
	text-decoration-line: underline;
	text-decoration-style: solid;
	text-decoration-skip-ink: auto;
	text-decoration-thickness: auto;
	text-underline-offset: auto;
	text-underline-position: from-font;
}
.nav-charts .highcharts-range-selector-group{
	transform:translate(180px,353px) !important;
}	
@media screen and (min-width:992px) and (max-width:1199px){
	.nav-charts .highcharts-range-selector-group{
		transform:translate(100px,353px) !important;
	}	
}
@media screen and (min-width:768px) and (max-width:991px){
	.nav-charts .highcharts-range-selector-group {
	    transform: translate(125px, 353px) !important;
	}
}
@media screen and (min-width:483px) and (max-width:767px){
	.nav-charts .highcharts-range-selector-group {
	    transform: translate(0px, 353px) !important;
	}
}
@media screen and (max-width:482px){
	.nav-charts .highcharts-range-selector-group {
	    display:none;
	}
}
.checkbox-item{
	color: #000;
    font-size: 17px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}
.checkbox-item label{
	margin-left: 8px;
}
/* scheme overview end */
.tree li:nth-child(1) > ul{
	display: none !important;
}
.tree li:nth-child(2) > ul{
	display: none !important;
}
.tree li:nth-child(3) > ul{
	display: none !important;
}
.tree li:nth-child(4) > ul{
	display: none !important;
}
.tree li:nth-child(5) > ul{
	display: none !important;
}
.tree li:nth-child(6) > ul{
	display: none !important;
}
@media screen and (min-width:1200px) and (max-width:1399px){
	.scheme-overview h3 {
	    color: #E58110;
	    font-size: 35px;
	    font-style: normal;
	    font-weight: 700;
	    line-height: 45px;
	}
	.scheme-overview .nav-details p {
	    color: #000;
	    font-size: 18px;
	    font-style: normal;
	    font-weight: 400;
	    line-height: normal;
	}
	.nav-charts .highcharts-range-selector-group {
	    transform: translate(125px, 353px) !important;
	}
	.scheme-overview .scheme-calculator p {
	    color: #000;
	    font-size: 17px;
	    font-style: normal;
	    font-weight: 400;
	    line-height: normal;
	}
	.scheme-overview .scheme-calculator .tab-style-4 .nav .nav-item a {
	    color: #000;
	    text-align: center;
	    font-size: 18px;
	    font-style: normal;
	    font-weight: 400;
	    line-height: normal;
	    padding: 5px 5px;
	}
	.scheme-overview .scheme-calc-result-card h6 {
	    color: #1137BE !important;
	    font-size: 17px;
	    font-weight: 700;
	    line-height: normal;
	}
	.scheme-overview h4 {
	    color: #E58110;
	    font-size: 25px;
	    font-style: normal;
	    font-weight: 700;
	    line-height: normal;
	}
	.scheme-details .table-tit {
	    font-size: 17px;
	    font-weight: 600;
	    line-height: 30.42px;
	    text-align: left;
	    text-underline-position: from-font;
	    text-decoration-skip-ink: none;
	    color: #171717;
	    border-right: 1px solid #1137BE1A;
	    padding: 13px;
	}
	.scheme-details table tr td {
	    font-size: 17px;
	    font-weight: 400;
	    line-height: 30.42px;
	    text-align: left;
	    text-underline-position: from-font;
	    text-decoration-skip-ink: none;
	    color: #171717;
	    border-bottom: 1px solid #1137BE1A;
	    background: transparent;
	    padding: 13px;
	}
	.scheme-overview .asset-allocation-portfolio .nav-tabs .nav-link {
	    background: transparent;
	    font-size: 16px;
	    font-style: normal;
	    font-weight: 400;
	    line-height: normal;
	    padding: 5px 10px;
	    color: #000;
	    text-align:left;
	}
	.scheme-overview .asset-allocation-portfolio .tab-content h5 {
	    color: #000;
	    font-size: 20px;
	    font-style: normal;
	    font-weight: 700;
	    line-height: normal;
	}
	.scheme-overview .asset-allocation-portfolio .tab-content table thead th {
	    color: #000;
	    font-size: 17px;
	    font-style: normal;
	    font-weight: 600;
	    line-height: normal;
	}
	.scheme-overview .asset-allocation-portfolio .tab-style-5 table tbody td {
	    color: #000;
	    font-size: 15px;
	    font-style: normal;
	    font-weight: 400;
	    line-height: normal;
	    box-shadow: inset 0 0 0 9999px var(--bs-table-bg-state, rgb(255 255 255 / 5%));
	}
	.scheme-overview .scheme-characteristics p {
	    color: #000;
	    font-size: 17px;
	    font-style: normal;
	    font-weight: 400;
	    line-height: normal;
	}
	.scheme-overview .scheme-calculator .invest-now-btn {
	    color: #FFF;
	    text-align: center;
	    font-size: 16px;
	    font-style: normal;
	    font-weight: 700;
	    line-height: normal;
	    border-radius: 8px;
	    background: #1137BE;
	    padding: 10px 15px;
	}
}
@media screen and (min-width:992px) and (max-width:1199px){
	.scheme-overview h3 {
	    color: #E58110;
	    font-size: 30px;
	    font-style: normal;
	    font-weight: 700;
	    line-height: 45px;
	}
	.scheme-overview .nav-details p {
	    color: #000;
	    font-size: 16px;
	    font-style: normal;
	    font-weight: 400;
	    line-height: normal;
	}
	.scheme-overview .nav-details p {
	    color: #000;
	    font-size: 16px;
	    font-style: normal;
	    font-weight: 400;
	    line-height: normal;
	}
	.nav-charts .highcharts-range-selector-group {
	    transform: translate(57px, 353px) !important;
	}
	.scheme-overview .scheme-calculator p {
	    color: #000;
	    font-size: 15px;
	    font-style: normal;
	    font-weight: 400;
	    line-height: normal;
	}
	.scheme-overview .scheme-calculator .tab-style-4 .nav .nav-item a {
	    color: #000;
	    text-align: center;
	    font-size: 14px;
	    font-style: normal;
	    font-weight: 400;
	    line-height: normal;
	    padding: 5px 5px;
	}
	.scheme-overview .scheme-calc-result-card h6 {
	    color: #1137BE !important;
	    font-size: 15px;
	    font-weight: 700;
	    line-height: normal;
	}
	.scheme-overview .scheme-calc-result-card p {
	    color: #000;
	    font-size: 15px;
	    font-weight: 600;
	    line-height: normal;
	}
	.scheme-overview h4 {
	    color: #E58110;
	    font-size: 25px;
	    font-style: normal;
	    font-weight: 700;
	    line-height: normal;
	}
	.scheme-details .table-tit {
	    font-size: 16px;
	    font-weight: 600;
	    line-height: 30.42px;
	    text-align: left;
	    text-underline-position: from-font;
	    text-decoration-skip-ink: none;
	    color: #171717;
	    border-right: 1px solid #1137BE1A;
	    padding: 10px;
	}
	.scheme-details table tr td {
	    font-size: 16px;
	    font-weight: 400;
	    line-height: 30.42px;
	    text-align: left;
	    text-underline-position: from-font;
	    text-decoration-skip-ink: none;
	    color: #171717;
	    border-bottom: 1px solid #1137BE1A;
	    background: transparent;
	    padding: 10px;
	}
	.scheme-overview .asset-allocation-portfolio .nav-tabs .nav-link {
		text-align:left;
	    background: transparent;
	    font-size: 14px;
	    font-style: normal;
	    font-weight: 400;
	    line-height: normal;
	    padding: 5px 10px;
	    color: #000;
	}
	.scheme-overview .btn-portfolio {
	    padding: 5px 10px;
	    color: #000;
	    font-size: 16px;
	    font-style: normal;
	    font-weight: 700;
	    line-height: normal;
	    border-radius: 5px;
	    border: 1px solid rgba(17, 55, 190, 0.20);
	    background: #FFF;
	}
	.scheme-overview .asset-allocation-portfolio .tab-content h5 {
	    color: #000;
	    font-size: 20px;
	    font-style: normal;
	    font-weight: 700;
	    line-height: normal;
	}
	.scheme-overview .asset-allocation-portfolio .tab-content table thead th {
	    color: #000;
	    font-size: 15px;
	    font-style: normal;
	    font-weight: 600;
	    line-height: normal;
	}
	.scheme-overview .asset-allocation-portfolio .tab-style-5 table tbody td {
	    color: #000;
	    font-size: 15px;
	    font-style: normal;
	    font-weight: 400;
	    line-height: normal;
	    box-shadow: inset 0 0 0 9999px var(--bs-table-bg-state, rgb(255 255 255 / 5%));
	}
	.scheme-overview .scheme-characteristics p {
	    color: #000;
	    font-size: 16px;
	    font-style: normal;
	    font-weight: 400;
	    line-height: normal;
	}
	.scheme-overview .scheme-calculator .invest-now-btn {
	    color: #FFF;
	    text-align: center;
	    font-size: 15px;
	    font-style: normal;
	    font-weight: 700;
	    line-height: normal;
	    border-radius: 8px;
	    background: #1137BE;
	    padding: 10px 15px;
	}
}
@media screen and (min-width:768px) and (max-width:991px){
	.scheme-overview h3 {
	    color: #E58110;
	    font-size: 28px;
	    font-style: normal;
	    font-weight: 700;
	    line-height: 45px;
	}
	.scheme-overview .nav-details p {
	    color: #000;
	    font-size: 16px;
	    font-style: normal;
	    font-weight: 400;
	    line-height: normal;
	}
	.scheme-overview h4 {
	    color: #E58110;
	    font-size: 25px;
	    font-style: normal;
	    font-weight: 700;
	    line-height: normal;
	}
	.scheme-overview .scheme-calculator p {
	    color: #000;
	    font-size: 19px;
	    font-style: normal;
	    font-weight: 400;
	    line-height: normal;
	}
	.scheme-overview .scheme-calculator .tab-style-4 .nav .nav-item a {
	    color: #000;
	    text-align: center;
	    font-size: 16px;
	    font-style: normal;
	    font-weight: 400;
	    line-height: normal;
	    padding: 5px 5px;
	}
	.scheme-overview .scheme-calculator .tab-style-4 .nav {
	    border-radius: 10px;
	    border: 1px solid rgb(206 217 255);
	    background: #FFF;
	    margin-top: 15px;
	}
	.scheme-overview .scheme-calculator p {
	    color: #000;
	    font-size: 16px;
	    font-style: normal;
	    font-weight: 400;
	    line-height: normal;
	}
	.scheme-overview .scheme-calc-result-card h6 {
	    color: #1137BE !important;
	    font-size: 16px;
	    font-weight: 700;
	    line-height: normal;
	}
	.scheme-overview .scheme-calc-result-card p {
	    color: #000;
	    font-size: 16px;
	    font-weight: 600;
	    line-height: normal;
	}
	.scheme-details .table-tit {
	    font-size: 16px;
	    font-weight: 600;
	    line-height: 30.42px;
	    text-align: left;
	    text-underline-position: from-font;
	    text-decoration-skip-ink: none;
	    color: #171717;
	    border-right: 1px solid #1137BE1A;
	    padding: 10px;
	}
	.scheme-details table tr td {
	    font-size: 15px;
	    font-weight: 400;
	    line-height: 30.42px;
	    text-align: left;
	    text-underline-position: from-font;
	    text-decoration-skip-ink: none;
	    color: #171717;
	    border-bottom: 1px solid #1137BE1A;
	    background: transparent;
	    padding: 10px;
	}
}
@media screen and (max-width:767px){
	.scheme-overview h3 {
	    color: #E58110;
	    font-size: 25px;
	    font-style: normal;
	    font-weight: 700;
	    line-height: 35px;
	}
	.scheme-overview .nav-details p {
	    color: #000;
	    font-size: 15px;
	    font-style: normal;
	    font-weight: 400;
	    line-height: normal;
	}
	.scheme-overview h4 {
	    color: #E58110;
	    font-size: 25px;
	    font-style: normal;
	    font-weight: 700;
	    line-height: normal;
	}
	.scheme-overview .scheme-calculator p {
	    color: #000;
	    font-size: 15px;
	    font-style: normal;
	    font-weight: 400;
	    line-height: normal;
	}
	.scheme-overview .scheme-calculator .tab-style-4 .nav .nav-item span {
	    margin: 0px;
	    display: block;
	}
	.scheme-overview .scheme-calculator .tab-style-4 .nav .nav-item a {
	    color: #000;
	    text-align: center;
	    font-size: 14px;
	    font-style: normal;
	    font-weight: 400;
	    line-height: normal;
	    padding: 5px 5px;
	}
	.scheme-overview .scheme-calculator .tab-style-4 .nav {
	    border-radius: 10px;
	    border: 1px solid rgb(206 217 255);
	    background: #FFF;
	    margin-top: 15px;
	}
	.scheme-overview .scheme-calc-result-card h6 {
	    color: #1137BE !important;
	    font-size: 15px;
	    font-weight: 700;
	    line-height: normal;
	}
	.scheme-overview .scheme-calculator p {
	    color: #000;
	    font-size: 14px;
	    font-style: normal;
	    font-weight: 400;
	    line-height: normal;
	}
	.scheme-overview .scheme-calc-result-card {
	    border-radius: 2px;
	    border: 1px solid rgba(17, 55, 190, 0.20);
	    background: #FFF;
	    margin-bottom: 20px;
	}
	.scheme-details .table-tit {
	    font-size: 14px;
	    font-weight: 600;
	    line-height: 30.42px;
	    text-align: left;
	    text-underline-position: from-font;
	    text-decoration-skip-ink: none;
	    color: #171717;
	    border-right: 1px solid #1137BE1A;
	    padding: 10px;
	}
	.scheme-details table tr td {
	    font-size: 15px;
	    font-weight: 400;
	    line-height: 30.42px;
	    text-align: left;
	    text-underline-position: from-font;
	    text-decoration-skip-ink: none;
	    color: #171717;
	    border-bottom: 1px solid #1137BE1A;
	    background: transparent;
	    padding: 10px;
	}
	.scheme-overview .btn-portfolio {
	    padding: 5px 10px;
	    color: #000;
	    font-size: 14px;
	    font-style: normal;
	    font-weight: 700;
	    line-height: normal;
	    border-radius: 5px;
	    border: 1px solid rgba(17, 55, 190, 0.20);
	    background: #FFF;
	    margin-bottom: 20px !important;
	}
	.scheme-overview .asset-allocation-portfolio .tab-content h5 {
	    color: #000;
	    font-size: 18px;
	    font-style: normal;
	    font-weight: 700;
	    line-height: normal;
	}
	.scheme-overview .asset-allocation-portfolio .tab-content table thead th {
	    color: #000;
	    font-size: 14px;
	    font-style: normal;
	    font-weight: 600;
	    line-height: normal;
	}
	.scheme-overview .asset-allocation-portfolio .tab-style-5 table tbody td {
	    color: #000;
	    font-size: 14px;
	    font-style: normal;
	    font-weight: 400;
	    line-height: normal;
	    box-shadow: inset 0 0 0 9999px var(--bs-table-bg-state, rgb(255 255 255 / 5%));
	}
	.scheme-overview .scheme-characteristics p {
	    color: #000;
	    font-size: 14px;
	    font-style: normal;
	    font-weight: 400;
	    line-height: normal;
	}
	.scheme-overview .scheme-calculator .invest-now-btn {
	    color: #FFF;
	    text-align: center;
	    font-size: 15px;
	    font-style: normal;
	    font-weight: 700;
	    line-height: normal;
	    border-radius: 8px;
	    background: #1137BE;
	    padding: 10px 15px;
	}
}
ul.riskselect li .checkbox {
	width: 25px;
    height: 25px;
    padding: 0;
    margin: 0;
    cursor: pointer;
    float: left;
    background: url(/assets/img/mf-research/empty.png) no-repeat 0 4px;
}
ul.riskselect li .checked {
    background-image: url(/assets/img/mf-research/checked.png);
}
.blogpage h1{
	font-size: 56px;
	line-height: 60px;	
}
.blogpage .card{
	border-radius:10px;
	border:1px solid #cfd7f2;
	overflow:hidden;
}
.blogpage .card-body{
	padding:20px 15px;
}
.blogpage .card h4{
	font-size: 22px;
	line-height: 30px;	
}
.blogpage .card p{
	font-size: 20px;
	line-height: 30px;
	color:#000;	
}
.blogpage .page-link.active, .active > .page-link{
	float: left;
	border-right: none;
	list-style: none;
	padding: 0px 14px;
	border: 2px solid #1137be;
	border-radius: 5px;
	color: #fff;
	font-size: 22px;
	background-color:#1137be;
	font-weight: 700;
}
.blogpage .page-link{
	float: left;
	border-right: none;
	list-style: none;
	padding: 0px 14px;
	border: 2px solid #1137be;
	margin: 15px;
	border-radius: 5px;
	color: #1137be;
	font-size: 22px;
	/* font-style: normal; */
	font-weight: 700;
}
.blogpage .page-link.disabled, .disabled > .page-link {
    color: rgb(17 55 190);
    pointer-events: none;
    background-color: #ffffff;
    border-color: #1137be;
}
.blog-details p{
	font-size:20px;
	color:#000;
}
.login-page .login-back{
	background-image:url('/assets/img/login/log-in-back.png');
	background-size:cover;
	background-repeat:no-repeat;
    background-position: center;
}
.login-page .login-back h2{
	color:#1137BE !important;
	font-size:34px;
}
.login-page .login-back p{
	font-size:20px;
	font-weight:600;
	color:#fff;
}
.login-page .login-back .login-btn{
	font-size:18px;
	color:#fff;
	font-weight:600;
	padding:10px 50px;
	background-color:#1137BE;
	border-radius:10px;
}
.login-page .login-box{
    box-shadow: 0px 0px 20px #dcdcdc;
    border-radius:10px;
}
.login-page .login-box h3{
    color:#1137BE !important;
	font-size:30px;
	text-decoration:underline;
}
.login-page .login-box .form-control{
	font-size:16px;
	color:#000;
	font-style:italic;
}
.login-page .login-box .input-group-text{
	border-right:2px solid #000 !important;
}
.login-page .login-box .input-group{
	border-left:3px solid #1137BE;
	border-radius:5px;
    box-shadow: 0px 0px 6px #656565;	
}
.login-page .login-box .btn-continue{
	font-size:18px;
	font-weight:600;
	padding:10px 60px;
	background-color:#1137BE;
	border-radius:10px;
	color:#fff;
}
.login-page .login-box h4{
    color:#1137BE !important;
	font-size:22px;
	text-decoration:underline;
}
.login-page .login-box .btn-login-with-otp{
   	font-size: 18px;
    font-weight: 600;
    padding: 10px 37px;
    background-color: #fff;
    border-radius: 10px;
    color: #1137BE;
    border:3px solid #1137BE;
}
.login-page .login-box p{
   	font-size: 18px;
   	color:#000;
}
.login-page .login-box .btn-login-signup{
	color:#1137BE;
	font-weight:600;
}
.login-page .login-box h6{
	font-size:22px;
}
@media screen and (max-width:767px){
	.mutual-fund-research .paginationjs .paginationjs-pages li {
	    float: left;
	    border-right: none;
	    list-style: none;
	    padding: 2px 8px;
	    border: 2px solid #1137be;
	    margin: 3px;
	    border-radius: 5px;
	    color: #1137be;
	    font-size: 12px;
	    /* font-style: normal; */
	    font-weight: 700;
	}
	.mutual-fund-research .paginationjs .paginationjs-pages li:first-child, .paginationjs .paginationjs-pages li:first-child>a {
	    border-radius: 5px;
	    padding: 3px 7px;
	    /* border: 2px solid #1137be; */
	    background-color: #ffffff !important;
	    opacity: 1;
	    color: #1137be;
	}
	.mutual-fund-research .paginationjs .paginationjs-pages .disabled {
	    float: left;
	    border-right: none;
	    list-style: none;
	    padding: 3px 14px;
	    border: 0px solid #1137be;
	    margin: 2px;
	    border-radius: 5px;
	    color: #1137be;
	    font-size: 14px;
	    /* font-style: normal; */
	    font-weight: 700;
	    background: transparent;
	}
	.mutual-fund-research .paginationjs .paginationjs-pages li.paginationjs-next {
	    border-radius: 5px;
	    padding: 3px 3px;
	    border: 2px solid #1137be !important;
	    background-color: #ffffff !important;
	    opacity: 1;
	    color: #1137be;
	}
}
.largecap-mf h4{
	font-size:30px;
}
.largecap-mf .card{
	background: linear-gradient(90.21deg, rgba(222, 223, 243, 0.1) 0.85%, rgba(237, 241, 248, 0.1) 50.43%, rgba(222, 223, 243, 0.1) 100%);
}
.largecap-mf select {
    background: #eff0fa !important;
    color: #171717;
    border: 1px solid #1137BE33;
    border-radius: 5px;
    font-size: 20px;
    font-weight: 600;
    line-height: 30.42px;
    text-align: left;
    text-underline-position: from-font;
    text-decoration-skip-ink: none;
}
.largecap-mf .investnow-btn-largecap-mf{
	font-size:18px;
	padding:8px 30px;
	border-radius:8px;
	background-color:#1137BE;
	font-weight:700;
	color:#fff;
}
.largecap-mf .amc-calc-result {
    background: #FFFFFF;
    border: 1px solid #1137BE33;
    border-radius: 10px;
    padding: 20px 25px;
}
.largecap-mf .amc-calc-result p {
    font-size: 20px;
    font-weight: 700;
    line-height: 30.42px;
    text-underline-position: from-font;
    text-decoration-skip-ink: none;
    color: #1137BE;
}
.largecap-mf .amc-calc-result p span {
    font-size: 18px;
    font-weight: 700;
    line-height: 30.42px;
    text-underline-position: from-font;
    text-decoration-skip-ink: none;
    color: #171717;
}
.largecap-mf-faq ul{
   	border-radius: 5px;
    border: 1px solid rgba(17, 55, 190, 0.20);
    background: linear-gradient(149deg, rgba(222, 223, 243, 0.20) 0%, rgba(237, 241, 248, 0.20) 50%, rgba(222, 223, 243, 0.20) 100%);
}
.largecap-mf-faq li .active {
    background: linear-gradient(0deg, rgba(17, 55, 190, 0.05) 0%, rgba(17, 55, 190, 0.05) 100%), linear-gradient(149deg, rgba(222, 223, 243, 0.20) 0%, rgba(237, 241, 248, 0.20) 50%, rgba(222, 223, 243, 0.20) 100%);
    color: #1137BE;
}
.largecap-mf-faq ul li {
    text-align: left;
    padding: 20px 10px;
    color: #171717;
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}
.btn-largecap-prev{
	background:#fff;
	border:3px solid #1137BE;
	border-radius:5px;
	padding:12px 8px;
 	line-height: 14px;
	font-family:Titillium Web;
	font-size:22px;
	font-weight:700;
	color:#1137BE;
}
.btn-largecap-next{
	background:#fff;
	border:3px solid #1137BE;
	border-radius:5px;
	padding:12px 8px;
 	line-height: 14px;
	font-family:Titillium Web;
	font-size:22px;
	font-weight:700;
	color:#1137BE;
}
.btn-largecap-page{
	background:#fff;
	border:3px solid #1137BE;
	border-radius:5px;
	padding:13px;
 	line-height: 14px;
	font-family:Titillium Web;
	font-size:22px;
	font-weight:700;
	color:#1137BE;	
}
.btn-largecap-page-active{
	background:#1137BE;
	border:3px solid #1137BE;
	border-radius:5px;
	padding:13px;
 	line-height: 14px;
	font-family:Titillium Web;
	font-size:22px;
	font-weight:700;
	color:#fff;		
}

@media screen and (min-width:1200px) and (max-width:1399px){
   .banner-btn::before {
        content: "";
        position: absolute;
        top: 0;
        left: 173px;
        width: 55%;
        height: 100%;
        background-color: white;
    }
    
	.btn-call {
        background-color: #1137BE;
        color: #fff;
        border-radius: 10px;
        border: 2px solid #1137BE;
        font-size: 14px;
        font-weight: 700;
        line-height: 27.38px;
        text-align: center;
        text-underline-position: from-font;
        text-decoration-skip-ink: none;
        padding: 5px 10px;
    }
    .homefaq .accordion-button {
	    border-radius: 0px !important;
	    border: 1px solid #1137BE33;
	    background: linear-gradient(149.39deg, rgba(222, 223, 243, 0.2) 0%, rgba(237, 241, 248, 0.2) 50%, rgba(222, 223, 243, 0.2) 100%);
	    font-size: 18px;
	    font-weight: 400;
	    line-height: 33.46px;
	    text-align: left;
	    text-underline-position: from-font;
	    text-decoration-skip-ink: none;
	}
	.homefaq .accordion-body {
	    padding: 15px 20px;
	    background: linear-gradient(149.39deg, rgba(222, 223, 243, 0.1) 0%, rgba(237, 241, 248, 0.1) 50%, rgba(222, 223, 243, 0.1) 100%);
	    border: 1px solid #1137BE33;
	    font-size: 17px;
	    font-weight: 400;
	    line-height: 28.42px;
	    text-align: left;
	    text-underline-position: from-font;
	    text-decoration-skip-ink: none;
	}
	.btn-schedule {
	    font-size: 16px;
	    font-weight: 700;
	    line-height: 27.38px;
	    text-align: center;
	    text-underline-position: from-font;
	    text-decoration-skip-ink: none;
	    color: #fff;
	    background: #1137BE;
	    border-radius: 8px;
	}
	.amc-page .amc-list-link a {
	    font-size: 14px;
	    font-weight: 400;
	    line-height: 25px;
	    text-align: left;
	    text-underline-position: from-font;
	    text-decoration-skip-ink: none;
	    color: #1137BE;
	}
	.amc-page .amc-data table tr td {
	    background: #fff;
	    font-size: 16px;
	    font-weight: 400;
	    line-height: 30.42px;
	    text-align: left;
	    text-underline-position: from-font;
	    text-decoration-skip-ink: none;
	    color: #171717;
	    border: 1px solid #1137BE26;
	}
	.amc-page .amc-data table thead th {
	    font-size: 17px;
	    font-weight: 600;
	    line-height: 33.46px;
	    text-align: left;
	    text-underline-position: from-font;
	    text-decoration-skip-ink: none;
	    background: transparent;
	    border: 1px solid #1137BE26;
	    color: #171717;
	}
	.amc-page .amc-key-details h3 {
	    font-size: 30px;
	    font-weight: 700;
	    line-height: 54.76px;
	    text-align: center;
	    text-underline-position: from-font;
	    text-decoration-skip-ink: none;
	}
	.amc-page .amc-faq .accordion-button {
	    color: #171717;
	    border-radius: 0px !important;
	    border: 1px solid #1137BE33;
	    background: #f1f4fa !important;
	    font-size: 18px;
	    font-weight: 400;
	    line-height: 33.46px;
	    text-align: left;
	    text-underline-position: from-font;
	    text-decoration-skip-ink: none;
	}
	.amc-page .amc-faq .accordion-body {
	    padding: 15px 20px;
	    background: linear-gradient(149.39deg, rgba(222, 223, 243, 0.1) 0%, rgba(237, 241, 248, 0.1) 50%, rgba(222, 223, 243, 0.1) 100%);
	    border: 1px solid #1137BE33;
	    font-size: 17px;
	    font-weight: 400;
	    line-height: 27.42px;
	    text-align: left;
	    text-underline-position: from-font;
	    text-decoration-skip-ink: none;
	}
	.mutualfund-main h2 {
	    font-size: 43px;
	    font-weight: 700;
	    line-height: 57.18px;
	    text-align: left;
	    text-underline-position: from-font;
	    text-decoration-skip-ink: none;
	}
	.mutualfund-know ul li a {
	    color: #1137BE;
	    font-size: 18px;
	    font-style: normal;
	    font-weight: 600;
	    line-height: 50px;
	    margin: 25px 0;
	}
	.mutualfund-calculator .tab-content .tab-pane .ques {
	    font-size: 16px;
	    font-weight: 600;
	    line-height: 30.42px;
	    text-align: left;
	    text-underline-position: from-font;
	    text-decoration-skip-ink: none;
	    color: #171717;
	}
	.mutualfund-calculator .mutualfunds-calc-result p {
	    font-size: 18px;
	    font-weight: 600;
	    line-height: 30.42px;
	    text-underline-position: from-font;
	    text-decoration-skip-ink: none;
	    color: #1137BE;
	}
	.mutualfund-bestfunds .mutualfund-schemes table tbody td h5 {
	    font-size: 16px;
	    font-weight: 400;
	    line-height: 30.42px;
	    text-align: left;
	    text-underline-position: from-font;
	    text-decoration-skip-ink: none;
	    color: #000;
	}
	.mutualfund-bestfunds .mutualfund-schemes table th {
	    background: #fff;
	    font-size: 16px;
	    font-weight: 700;
	    line-height: 25.46px;
	    text-align: left;
	    text-underline-position: from-font;
	    text-decoration-skip-ink: none;
	    color: #000;
	    padding: 15px 0;
	}
	.mutualfund-bestfunds .mutualfund-schemes table tbody td {
	    background: #fff;
	    font-size: 16px;
	    font-weight: 400;
	    line-height: 30.42px;
	    text-align: left;
	    text-underline-position: from-font;
	    text-decoration-skip-ink: none;
	    color: #000;
	}
	.mutualfund-page-faq .accordion-button {
	    border-radius: 0px !important;
	    border: 1px solid #1137BE33;
	    color: #171717;
	    background: #f1f4fa !important;
	    font-size: 18px;
	    font-weight: 400;
	    line-height: 33.46px;
	    text-align: left;
	    text-underline-position: from-font;
	    text-decoration-skip-ink: none;
	}
	.mutualfund-page-faq .accordion-body {
	    padding: 15px 20px;
	    background: linear-gradient(149.39deg, rgba(222, 223, 243, 0.1) 0%, rgba(237, 241, 248, 0.1) 50%, rgba(222, 223, 243, 0.1) 100%);
	    border: 1px solid #1137BE33;
	    font-size: 17px;
	    font-weight: 400;
	    line-height: 27.42px;
	    text-align: left;
	    text-underline-position: from-font;
	    text-decoration-skip-ink: none;
	}
	.nfo-open table tbody tr td h5 {
	    font-size: 17px;
	    font-weight: 400;
	    line-height: 43.46px;
	    text-align: left;
	    text-underline-position: from-font;
	    text-decoration-skip-ink: none;
	}
	.nfo-open table tbody tr td p {
	    font-size: 16px;
	    font-weight: 400;
	    line-height: 27.38px;
	    text-align: left;
	    text-underline-position: from-font;
	    text-decoration-skip-ink: none;
	    color: #000;
	}
	.nfo-open table tbody tr td {
	    font-size: 17px;
	    font-weight: 400;
	    line-height: 40.46px;
	    text-align: left;
	    text-underline-position: from-font;
	    text-decoration-skip-ink: none;
	    background-color: #ffffff00;
	}
	.nfo-steps h2 {
	    font-size: 45px;
	    font-weight: 700;
	    line-height: 63.18px;
	    text-align: left;
	    text-underline-position: from-font;
	    text-decoration-skip-ink: none;
	}
	.nfo-faq .accordion-button {
	    border-radius: 0px !important;
	    border: 1px solid #1137BE33;
	    color: #171717;
	    background: #f1f4fa !important;
	    font-size: 18px;
	    font-weight: 400;
	    line-height: 33.46px;
	    text-align: left;
	    text-underline-position: from-font;
	    text-decoration-skip-ink: none;
	}
	.nfo-faq .accordion-body {
	    padding: 15px 20px;
	    background: linear-gradient(149.39deg, rgba(222, 223, 243, 0.1) 0%, rgba(237, 241, 248, 0.1) 50%, rgba(222, 223, 243, 0.1) 100%);
	    border: 1px solid #1137BE33;
	    font-size: 17px;
	    font-weight: 400;
	    line-height: 27.42px;
	    text-align: left;
	    text-underline-position: from-font;
	    text-decoration-skip-ink: none;
	}
	.equity-allrounder-main h2 {
	    font-size: 40px;
	    font-weight: 700;
	    line-height: 54.18px;
	    text-align: left;
	    text-underline-position: from-font;
	    text-decoration-skip-ink: none;
	}
	.equity-allrounder-what .card-body h5 {
	    color: #000;
	    font-size: 18px;
	    font-style: normal;
	    font-weight: 700;
	    line-height: normal;
	}
	.equity-allrounder-what p {
	    font-size: 18px;
	    font-weight: 400;
	    line-height: 24.42px;
	    text-align: center;
	    text-underline-position: from-font;
	    text-decoration-skip-ink: none;
	    color: #000;
	}
	.equity-allrounder-steps h2 {
	    font-size: 45px;
	    font-style: normal;
	    font-weight: 700;
	    line-height: normal;
	}
	.sip-page-main h2 {
	    font-size: 45px;
	    font-style: normal;
	    font-weight: 700;
	    line-height: normal;
	}
	.sip-page-goal h2 {
	    text-align: center;
	    font-size: 45px;
	    font-style: normal;
	    font-weight: 700;
	    line-height: normal;
	}
	.sip-page-goal p {
	    color: #000;
	    font-size: 16px;
	    font-style: normal;
	    font-weight: 400;
	    line-height: normal;
	}
	.sip-page-goal .card .tab-style-5 .btn-sip-page-goal {
	    border-radius: 8px;
	    background: #1137BE;
	    color: #FFF;
	    text-align: center;
	    font-size: 15px;
	    font-style: normal;
	    font-weight: 700;
	    line-height: normal;
	    padding: 10px 30px;
	}
	.sip-page-schemes h2 {
	    font-size: 45px;
	    font-style: normal;
	    font-weight: 700;
	    line-height: normal;
	}
	.sip-page-schemes .sip-page-schemes-table tbody tr td, .sip-page-schemes .sip-page-schemes-table tbody tr td h5 {
	    color: #000;
	    font-size: 17px;
	    font-style: normal;
	    font-weight: 400;
	    line-height: normal;
	    vertical-align: middle;
	}
	.sip-page-schemes .sip-page-schemes-table thead th {
	    color: #000;
	    font-size: 18px;
	    font-style: normal;
	    font-weight: 700;
	    line-height: normal;
	}
	.sip-page-benefits h2 {
	    text-align: center;
	    font-size: 45px;
	    font-style: normal;
	    font-weight: 700;
	    line-height: normal;
	}
	.swp-page-main h2 {
	    color: #000;
	    font-size: 45px;
	    font-style: normal;
	    font-weight: 700;
	    line-height: normal;
	}
	.swp-page-calculator .card p {
	    color: #000;
	    font-size: 16px;
	    font-style: normal;
	    font-weight: 600;
	    line-height: normal;
	}
	.swp-page-calculator .card .swp-page-calc-btn {
	    color: #FFF;
	    text-align: center;
	    font-size: 16px;
	    font-style: normal;
	    font-weight: 700;
	    line-height: normal;
	    border-radius: 8px;
	    background: #1137BE;
	    padding: 10px 34px;
	}
	.swp-page-works h2 {
	    color: #000;
	    text-align: center;
	    font-size: 45px;
	    font-style: normal;
	    font-weight: 700;
	    line-height: normal;
	}
	.swp-page-works .card p {
	    color: #000;
	    text-align: center;
	    font-size: 18px;
	    font-style: normal;
	    font-weight: 400;
	    line-height: normal;
	}
	.loan-against-mf-main h2 {
	    color: #000;
	    font-size: 45px;
	    font-style: normal;
	    font-weight: 700;
	    line-height: normal;
	}
	.loan-against-mf-why-choose h2 {
	    font-size: 45px;
	    font-style: normal;
	    font-weight: 700;
	    line-height: normal;
	}
	.loan-against-mf-why-choose .card h5 {
	    font-size: 17px;
	    font-style: normal;
	    font-weight: 700;
	    line-height: normal;
	}
	.loan-against-mf-why-choose .card p {
	    color: #000;
	    font-size: 16px;
	    font-style: normal;
	    font-weight: 400;
	    line-height: normal;
	}
	.loan-against-mf-how h2 {
	    color: #000;
	    font-size: 45px;
	    font-style: normal;
	    font-weight: 700;
	    line-height: normal;
	}
	.loan-against-mf-how p {
	    color: #000;
	    text-align: center;
	    font-size: 20px;
	    font-style: normal;
	    font-weight: 400;
	    line-height: normal;
	    margin-bottom: 0px !important;
	}
	.loan-against-mf-eligibility h2 {
	    color: #000;
	    font-size: 40px;
	    font-style: normal;
	    font-weight: 700;
	    line-height: normal;
	}
	.insurance-main h3 {
	    color: #000;
	    font-size: 45px;
	    font-style: normal;
	    font-weight: 700;
	    line-height: normal;
	}
	.insurance-why h3 {
	    color: #000;
	    font-size: 45px;
	    font-style: normal;
	    font-weight: 700;
	    line-height: normal;
	}
	.insurance-why p {
	    color: #000;
	    font-size: 16px;
	    font-style: normal;
	    font-weight: 400;
	    line-height: normal;
	}
	.insurance-types h3 {
	    font-size: 44px;
	    font-style: normal;
	    font-weight: 700;
	    line-height: normal;
	}
	.insurance-types h4 {
	    color: #000;
	    font-size: 17px;
	    font-style: normal;
	    font-weight: 700;
	    line-height: normal;
	}
	.how-to-buy-insurance h3 {
	    color: #000;
	    font-size: 45px;
	    font-style: normal;
	    font-weight: 700;
	    line-height: normal;
	}
	.how-to-buy-insurance h4 {
	    color: #000;
	    font-size: 18px;
	    font-style: normal;
	    font-weight: 600;
	    line-height: normal;
	}
	.how-to-buy-insurance p {
	    color: #000;
	    font-size: 17px;
	    font-style: normal;
	    font-weight: 400;
	    line-height: normal;
	}
	ul.tree li .checked {
	    background-image: url(/assets/img/mf-research/checked.png) !important;
	}
	.mutual-fund-research table tr td {
	    background: #fff;
	    font-size: 15px;
	    font-weight: 400;
	    line-height: 30.42px;
	    text-align: left;
	    text-underline-position: from-font;
	    text-decoration-skip-ink: none;
	    color: #171717;
	}
	.calculator-main .calc-list ul li a {
	    color: #1137BE;
	    font-size: 15px;
	    font-style: normal;
	    font-weight: 400;
	}
	.calculator-main .ques {
	    font-size: 16px;
	    font-weight: 600;
	    line-height: 30.42px;
	    text-align: left;
	    text-underline-position: from-font;
	    text-decoration-skip-ink: none;
	    color: #171717;
	}
	.calculator-main .amc-calc-input {
	    background: #fff;
	    font-size: 16px;
	    font-weight: 400;
	    line-height: 30.42px;
	    text-align: left;
	    text-underline-position: from-font;
	    text-decoration-skip-ink: none;
	    color: #17171780;
	    border-bottom: 1px solid #17171780 !important;
	}
	.calculator-main .amc-calc-result p {
	    font-size: 16px;
	    font-weight: 700;
	    line-height: 30.42px;
	    text-underline-position: from-font;
	    text-decoration-skip-ink: none;
	    color: #1137BE;
	}
	.calculator-faq .faq-ques ul li .nav-link {
	    text-align: left;
	    padding: 20px 10px;
	    color: #171717;
	    font-size: 15px;
	    font-style: normal;
	    font-weight: 400;
	    line-height: normal;
	}
	.calculator-faq .faq-ans p {
	    color: #000;
	    font-size: 16px;
	    font-style: normal;
	    font-weight: 400;
	    line-height: normal;
	}
	.external-mf-main .accordion-button {
	    border-bottom: 1px solid rgba(17, 55, 190, 0.20);
	    background: #DEDFF3 !important;
	    color: #171717;
	    font-size: 15px;
	    font-style: normal;
	    font-weight: 600;
	    line-height: normal;
	    padding: 7px 18px !important;
	    border-radius: 0px !important;
	}
	.scheme-overview h3 {
	    color: #E58110;
	    font-size: 25px;
	    font-style: normal;
	    font-weight: 700;
	    line-height: 45px;
	}
	.scheme-overview h6{
	   font-size: 14px;
	}
	.scheme-overview .peer-comparision table tbody td {
	    color: #000;
	    font-size: 14px;
	    font-style: normal;
	    font-weight: 400;
	    line-height: normal;
	    padding: 15px 10px;
	}
	.scheme-overview .peer-comparision table thead th {
	    color: #000;
	    font-size: 15px;
	    font-style: normal;
	    font-weight: 600;
	    line-height: normal;
	    padding: 10px 10px;
	}
	.scheme-overview .asset-allocation-portfolio .tab-style-5 table tbody td {
	    color: #000;
	    font-size: 14px;
	    font-style: normal;
	    font-weight: 400;
	    line-height: normal;
	    box-shadow: inset 0 0 0 9999px var(--bs-table-bg-state, rgb(255 255 255 / 5%));
	}
	.insurance-types p {
	    color: #000;
	    font-size: 17px;
	    font-style: normal;
	    font-weight: 400;
	    line-height: normal;
	}
}
.filter-card .tree label{
    margin-left: 8px;
}
.nfo-open table .btn-invest{
	background: linear-gradient(90.21deg, #dedff382, #edf1f894, #dedff382);
    border: 1px solid #1137BE;
    padding: 2px 15px;
}