html {
  height: 100%;
}
body {
  min-height: 100%;
  margin: 0px;
  font-weight: normal;
  font-style: normal;
  padding: 0px;
  font-family: "Lato", sans-serif;
}
iframe {
    border-radius: 25px;
}
.fs-36 {
  font-size: 36px;
}
.fs-30
{
  font-size: 30px;
}
.fs-16 {
  font-size: 16px;
}

.fs-28 {
  font-size: 28px;
}

.fs-32 {
  font-size: 32px;
}

.fs-20 {
  font-size: 20px
}
.fs-18
{
  font-size: 18px;
}
.fs-22
{
  font-size: 22px;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  padding: 0;
  margin: 0;
  font-weight: 700;
}
.pt-pb-10{
  padding-top:10px;
  padding-bottom:10px;
}
.pt-pb-20{
  padding-top:20px;
  padding-bottom:20px;
}
.pt-pb-30{
  padding-top:30px;
  padding-bottom:30px;
}
.heading {
  font-weight: 700;
  padding: 0px 0px 10px 0px;
}

p {
  font-weight: 400;
  margin: 0;
  padding: 0px 0px 0px 0px;
  font-size: 16px;
}

.color-blue,
.color-blue h1,
.color-blue p,
.color-blue h3,
.color-blue h2,
.color-blue h4,
.color-blue h5,
.color-blue h6 {
  color: #283747;
}

.color-red {
  color: #E63D25;
}
.color-green{
  color:#00ec7e;
  font-weight: 700;
}
header.headersection {
  background: #003254;
  width: 100%;
  position: fixed;
  top: 0;
  z-index: 1;
  color: #fff;
  /* box-shadow: 1px 1px 1px #ccc; */
}

.headersection .nav-link {
  color: #fff;
  font-size: 16px;
  font-weight: 400;
}
.table{
  margin-bottom:0;
}
.small{
  font-size: 12px;
}
a.navbar-brand {
  padding: 0px;
  margin: 0;
}

.navbar-toggler {
    padding: .25rem;
}

a.navbar-brand img {
  width: 145px;
}

li.nav-item {
  padding: 0px 10px;
}

a.nav-link.downaload {
  background: #E63D25;
  color: #fff;
  padding: 8px 25px !important;
}

.icon-bar {
  display: block;
  width: 30px;
  height: 3px;
  border-radius: 1px;
  background: #fff;
  margin: 6px 0 0 0;
}

.navbar-toggler[aria-expanded=true] span:first-child {
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  margin-top: 8px;
}

.navbar-toggler[aria-expanded=true] span:nth-child(2) {
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
  margin-top: -3px;
}

.navbar-toggler[aria-expanded=true] span:last-child {
  display: none;
}

.navbar-toggler {
  transition: all 0.6s ease-in-out 0s;
  border: 0 !important;
  background: transparent;
  box-shadow: none;
}

.navbar-toggler:focus {
  box-shadow: none;
}

.banner {
  width: 100%;
  position: relative;
}


.img-responsive {
  width: 100%;
}

.pad10 {
  padding: 30px 0px 0px 0px;
}

.section {
  padding: 30px 0px;
}

.light-blue-bg {
  background: #C2E8FD;
  width: 100%;
  height: auto;
  padding: 20px 0px;
}
.form_section_group .heading
{
  padding: 0px;
}
.form_section_group .row
{
  align-items: center;
}
.small-heading {
  font-weight: 700;
  padding: 0px 0px 10px 0px;

}

.formsection .row {
  margin-left: 0;
  margin-right: 0;
}

.form_section_group .form-control {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  height: 45px;
  box-shadow: none;
  background: rgba(255, 255, 255, 0.6);
}
.form_section_group {
    width: 80%;
    margin: auto;
    display: block;
}
.nopad
{
  padding: 0px;
}
.btn-orange {
  background-color: #E63D25;
  color: #fff;
  border: none;
  font-size: 15px;
  font-weight: 700;
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
  height: 45px;
  box-shadow: none;
  padding: 0px 5px;
}

.btn-orange:hover {
  background-color: #E63D25;
  color: #fff;
}

.formsection .col-lg-6,
.formsection .col-lg-2,
.formsection .col-sm-8,
.formsection .col-sm-4 {
  padding: 0;
}

.formsection {
  padding: 10px 0px 0px 0px;
}

.feature_slider_box {
  background: #F2F2F2;
  padding: 15px;
  border: 0px solid #ccc;
  box-shadow: 1px 0 10px 0px #cccccc2e;
  text-align: center;
  margin: 10px 20px 10px 0px;
}
.feature_slider_box:hover
{
 background: #E3F2FA;
}
.feature_slider_box .icon_on
{
  display: none;
}
.feature_slider_box:hover .icon_on
{
  display: block;
}
.feature_slider_box:hover .icon_off
{
  display: none;
}
div#nav-tabContent {

  border-left: 0;
  border-right: 0px;
}

div#nav-tabContent .tab_content_inner {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-items: center;
  text-align: left;
}

div#nav-tabContent .tab_content_inner .investment_content p {
  font-size: 16px;
  padding: 0px;
}

.feature_slider_box img {
  margin: 0px auto 10px auto;
  display: block;
  width: 70px;
}

.feature_slider_box h3 {
  padding: 0px 0px 10px 0px;
  line-height: initial;
  font-size: 28px;
}

.feature_slider_box h3 span {
  display: block;
}

.left-arrow {

  background: url('../images/LeftArrow.png')no-repeat;
  width: 40px;
  height: 40px;
  background-size: contain;

}

.left-arrow:hover,
.left-arrow:focus,
.left-arrow.active {
  background: url('../images/LeftArrowActive.png')no-repeat;
}

.right-arrow {

  background: url('../images/RightArrow.png')no-repeat;
  width: 40px;
  height: 40px;
  background-size: contain;
}

.right-arrow:hover,
.right-arrow:focus,
.right-arrow.active {
  background: url('../images/RightArrowActive.png')no-repeat;
}

.left-arrow {
  left: 48%;
}

.right-arrow {
  right: auto;
  left: 53%;
}

.custom-arrow {
  top: auto;
  bottom: -80px;
}

.custom-arrow:before {
  opacity: 1;
  content: '';

}

.common_slider_section {
  padding: 0px 0px 30px 0px;
}

.tab_section {
  padding: 20px 0px 0px 0px;
}

.tab_section .nav-tabs {
  border-bottom: 0px solid #dee2e6;
}

.nav-tabs .nav-link {
  border: 1px solid #ccc;
  padding: 8px 25px;
  margin: 0px 15px 0px 0px;
  color: #000;
  font-weight: 400;
  border-radius: 5px;
  line-height: initial;
  background: #D7D7D7;
  font-size: 20px;
}

.nav-tabs .nav-link.active {
  background: #0C3252;
  color: #fff;
 
}
.investment_content .color-red{
  font-size: 28px!important;
}
.investment-option {
  display: flex;
  align-items: center;
  width: 47%;
  gap: 18px;
  box-shadow: 4px 4px 20px rgba(0, 0, 0, 0.15);
  padding: 30px 20px;
  margin: 0px 10px 0px 10px;
}
.tab_icon img {
    width: 100px;
}
.sip_border {
  border-top: 0px solid #ccc;
  border-bottom: 0px solid #ccc;
  margin-top: 30px !important;
}

.sip_border .investment-option:nth-child(1) {
  border-right: 0px solid #ccc;

}

.section {
  padding: 30px 0px 0px 0px;
}

.investment_content h4 {
  padding: 0px 0px 5px 0px;
}

.tab_content_inner {
  padding: 10px 0px 10px 0px;
}

.whats_box_section {
  background: rgba(245, 245, 245, 0.5);
  border-radius: 8px;
  padding: 15px;
  margin: 10px;
}

.version {
  color: #6D758F;
  font-size: 14px;
  font-weight: 400;
}

.video_tab_section {
  padding: 20px 0px 0px 0px;
}

.video_tab_section .nav-tabs {
  border-bottom: 0px solid #dee2e6;
  align-items: center;
  justify-content: center;
}

.video_tab_section .nav-tabs .nav-link {
  margin: 0;
  background: #fff;
  padding: 10px 30px;
  border-radius: 12px;
  border: 1px solid #283747;
}

.video_tab_section .nav-tabs .nav-link:first-child {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;

}

.video_tab_section .nav-tabs .nav-link.active.first-child {
  border: 0;
}

.video_tab_section .nav-tabs .nav-link:last-child {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

.video_tab_section .nav-tabs .nav-link.active {
  background: #283747;
  color: #fff;

}

.video_image {
  padding: 10px 10px;
}

.video_image img {
  width: 100%;
  cursor: pointer;
}

.video_image h4 {
  text-align: center;
  padding: 10px 0px;
}

.video_image a {
  display: block;
}

.video_image h4 span {
  display: block;
}

.video_slider_section {
  padding: 10px 0px 0px 0px;
}

.accordion-item {
  margin-bottom: 20px;
  border: none;
}

.accordion-item:not(:first-of-type) {
  border-top-left-radius: .25rem;
  border-top-right-radius: .25rem;
}

.accordion-header {
  background-color: #E4F2FF;
}

.accordion-body {
  background-color: #E4F2FF63;
}

.accordion-body {
  color: #003254;
  font-size: 16px;
  font-weight: 400;
}

.accordion-button {

  width: 100%;
  padding: 1rem 1.25rem;
  font-size: 18px;
  color: #003254;
  text-align: left;
  background-color: #E4F2FF;
  border: 0;
  border-radius: 0;
  overflow-anchor: none;
  font-weight: 700;

}

.accordion-item {
  position: relative;
}

.accordion-item span.icon {
  position: absolute;
  right: 20px;
}

.accordion-button:not(.collapsed) {
  color: #003254;
  background-color: #E4F2FF;
  box-shadow: none !important;
}

.accordion-button::after,
.accordion-button:not(.collapsed)::after {
  background: transparent;
  display: none;
}

.accordion-button .icon::before {
  content: '\002D';
  font-weight: 900;
  font-size: 25px;
}

.accordion-button.collapsed .icon::before {
  content: '\002B';
}

.accordionsection {
  margin: 20px 0px 0px 0px;
}

.footersection {
  background: rgba(215, 215, 215, 0.3);
  width: 100%;
  padding: 0px 0px;
}
.social_links
{
  background: rgba(215, 215, 215, 0.2);
}
.social_links ul,
.app_links ul {
  display: flex;
  list-style: none;
  padding: 0;
  margin: 0;
  align-items: center;
  justify-content: center;
  gap: 15px;

}

.social_links ul li,
.app_links ul li {
  display: inline-block;
}

.social_links ul li a img {
  width: 30px;
  height: auto;
  display: block;
}

.app_links ul li a img {
  width: 130px;
  height: auto;
  display: block;
}

.app_links,
.social_links {
  padding: 20px 0px;
}

.disclaimer p {
  font-size: 16px;
  padding: 0px 0px 20px 0px;
  width: 100%;
  margin: auto;
  text-align: center;
}
.disclaimer p span 
{
  display: block;
}
.download_footer_button {
  background: #E63D25;
  border-radius: 6px 6px 0px 0px;
  position: fixed;
  bottom: 0px;
  width: fit-content;
  padding: 7px 50px;
  color: #fff;
  font-weight: 700;
  font-size: 20px;
  margin: auto;
  display: block;
  left: 0;
  right: 0;
}

.download_footer_button a,
.download_footer_button a:hover {
  color: #fff;
  text-decoration: none;
}

.mob_download_app {
  display: none;
}

.feature_slider_box p {
  height: 65px;
}

section#faq {
  padding-bottom: 30px;
}
.tab_section_width .fullwidthnav
{
width: 100%;
}
.tab_section_width .nav-tabs .nav-link
{
  width: 25%;
  background: #F7F7F7;
  border: 1px solid #D7D7D7;
  font-size: 24px;
  font-weight: 700;
}
.tab_section_width .nav-tabs .nav-link.active
{
  background: #0C3252;
  font-weight: 700;
}
.tbody, td, tfoot, th, thead, tr{
  padding:10px;
}
tbody, td, tfoot, th, thead, tr {
   /* border-color: #fff;
    border-style: solid;
    border-width: 1px;*/
    align-items: center;
    vertical-align: middle;
}
.tablefund thead th
{
  border-right: 1px solid #fff;
}
.tablefund thead th:nth-child(6)
{
  border-right: 0;
}
.tablefund tbody tr
{
border-bottom: transparent;
background-color:#F8F8F8;
 font-size: 16px;
  font-weight: 400;
}
.btn-view,.btn-view:hover
{
  background: #fff;
  color: #0B2E59;
  border: 1px solid #0B2E59;
  font-size: 14px;
  font-weight: 400;
  width: 100%;
}
.btn-start,.btn-start:hover
{
  background: #E63D25;
  color: #fff;
  border: 1px solid #E63D25;
  font-size: 14px;
  font-weight: 400;
  width: 100%;
}
    .fund-card {
      border-radius: 12px;
      overflow: hidden;
      box-shadow: 0 2px 8px rgba(0, 0, 0, 0.15);
      background-color: #fff;
          font-family: "Lato", sans-serif;
    }

    .fund-header {
      background-color: #0e2f4b;
      color: #fff;
      text-align: center;
      padding: 15px 10px;
      font-weight: 700;
      font-size: 18px;
    }
    .fund-body
    {
      padding-bottom: 0px;
      background: rgba(228, 243, 255, 0.57);
    }
    .fund-row {
      display: flex;
     
     background: rgba(228, 243, 255, 0.57);
      font-size: 16px;
      align-items: center;
    }
    .fund-row div
    {
      width: 50%;
      padding: 10px;
    }
    .fund-row div:first-child
    {
      border-right: 1px solid #ccc;
       
    }
    .fund-row div:last-child
    {
      text-align: center;
    }

    .fund-row:last-child {
      border-bottom: none;
    }

    .value-green {
      color: #28a745;
      font-weight: bold;
    }

    .btn-view-mob,.btn-view-mob:hover {
      background-color: #0e2f4b;
      color: white;
      border-radius: 0;
      padding: 10px;
      font-weight: 400;
      font-size: 17px;
     font-family: "Lato", sans-serif !important;
     box-shadow: none;
    }

    .btn-start-mob,.btn-start-mob:hover {
      background-color:#E63D25;
      color: white;
      border-radius: 0;
      padding: 10px;
      font-weight: 400;
      font-size: 17px;
      font-family: "Lato", sans-serif !important;
      box-shadow: none;
    }
    .note_text p
    {
      color: #6D758F;
    }
.mobile_Section_show
{
  display: none;
}
.schemesection .table-responsive
{
  margin: 20px 0px 0px 0px;
}
.schemesection
{
  padding-bottom: 20px;
}
.slick-dots li
{
  background: transparent;
  border: 1px solid #283747;
  border-radius: 50%;
  width: 6px;
  height: 6px;
}
.slick-dots li.slick-active
{
  background: #283747;
}

.slick-dots li button:before
{
  content: '';
}
@media (min-width: 993px) and (max-width: 1199px) {}

@media (min-width: 768px) and (max-width: 992px) {}

@media (max-width: 767px) {
 
  .left-arrow {
    left: 36%;
  }

  .whats_box_section {
    margin: 10px 0px;
  }

  a.nav-link.downaload {
    background: #E63D25;
    color: #fff;
    padding: 8px 20px;
    text-align: center;
  }

  .banner {
    padding: 0px;
    height: auto;
  }

  .banner img {
    height: auto;
    object-fit: cover;
    width: 100%;
  }

  .headersection li.nav-item {
    padding: 10px 10px;
    text-align: center;
  }

  .mob_download_app {
    display: none;
        margin: 0px 10px;
        position: relative;
        top: 2px;
  }

  .nav-tabs .nav-link{
        margin: 0px 10px 0px 0px;
  }
.tab_section_width .nav-tabs .nav-link{
  font-size:16px;
}
  .feature_slider_box {
    background: #fff;
    padding: 15px;
    border: 0px solid #ccc;
    box-shadow: 1px 1px 10px #ccc;
    text-align: center;
    margin: 8px;
  }

  .footer_sc {
    justify-content: center !important;
  }

  .sip_border .investment-option {
    width: 100%;

  }

  .sip_border .investment-option:nth-child(1) {
    border-right: none;
    border-bottom: 0px solid #e0e0e0;
  }



  .section {
    padding: 20px 0px;
  }
  .form_section_group
  {
           width: 100%;
        text-align: center;
        padding: 10px;
  }
  .form_section_group .heading
  {
    padding: 0px 0px 10px 0px;
  }
  .tab_section_width .nav-tabs .nav-link
  {
    width: auto;
  }
  .investment-option
  {
    padding: 15px;
    gap: 10px;
    margin: 10px 0px;
  }
  .tab_icon img {
    width: 80px;
}
.disclaimer p span
{
  display: inline;
}
.sip_border
{
  margin-top: 10px !important;
}
.disclaimer p
{
  font-size: 16px;
}

.investment-option
{
  border-bottom: 1px solid #e0e0e0 !important;
  box-shadow: none !important;
 padding: 15px 0px;
gap: 0px 10px;
 margin: 0px 0px;
}
.navbar .d-flex {
        margin-left: auto;
    }

.tablefund 
{
  display: none;
}
.mobile_Section_show
{
  display: block;
}
.common_slider_section {
    padding: 0px 0px 60px 0px;
}
.pad10 {
    padding: 20px 0px 0px 0px;
}
 
.note_text
{
  display: none;

}
.note_text p
{
  font-size: 12px;

}
    
.note_text.mobile {
    display: block;
    margin: 0px 0px 30px 0px;
    padding: 0;
}
.fund_slider_box  .custom-arrow {
    top: auto;
    bottom: -100px;
}
.schemesection {
    padding-bottom: 27px;
}
.fund_slider_box .left-arrow {
        left: 27%;
    }
.fund_slider_box .right-arrow {
    right: auto;
    left: 63%;
}
.slider-count {
  
        left: 0;
        right: 0;
        margin: auto;
        z-index: 10000;
        margin-top: -8px !important;
        font-weight: bold;
        width: 30px;
        font-size: 18px;
}
.feature_slider_box
{
 background: #E3F2FA;
}

.feature_slider_box .icon_on
{
  display: block;
}
.feature_slider_box .icon_off
{
  display: none;
}
.headersection .nav-link
{
  color: #283747;
}
}

  /* Chrome, Safari, Edge, Opera */
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

/* Firefox */
input[type=number] {
  -moz-appearance: textfield;
}
.colorblack{
  color: black !important;
text-decoration: none;
}
.scroll-to {
  font-size: 1.125rem;
  white-space: nowrap;
  position: fixed;
  left: 50%;
  bottom: 0;
  z-index: 1;
  -webkit-transform: translate(-50%, 100%);
  transform: translate(-50%, 100%);
  text-decoration: none;
  padding: 15px 40px;
  border-radius: 10px 10px 0 0;
  -webkit-box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.2);
  -webkit-transition: all ease-out 0.2s 0s;
  transition: all ease-out 0.2s 0s;
}
.footer-cta {
  margin: 10px auto 0px !important;
}.btn.yellow {
  background: #ef3b24;
  border-color: #ef3b24;
  color: #fff;
  font-size: 16px;
}
.scroll-to {
  -webkit-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
}
.fund-card .d-flex{
  justify-content: end;
  
}
.para{
  text-align: justify;
}