
body{
    font-family: 'Roboto', sans-serif;
    font-size: 15px;
}

.lazyloaded {
    transition: .5s linear;
}
.filogo {
    width: 183px;
    height: 35px;
    margin: 10px 0 10px 0;
}

.footerlogo{
    width: 200px;
    padding: 0px 0px 30px 0px;
}

h5{
    font-weight: 500;
    color: #101C21!important;
    font-size: 15px;
}

ul{
    font-size: 13px;
    line-height: 20px!important;
}

.ultopmagin{
    margin: 20px 0px 0px 0px;
}

.text-muted img{
    padding: 10px;
}

.text-muted {
    color: #777777!important;
    line-height: 30px;
}

.p-2 {
    padding: 10px 10px 33px 0px!important
}
.flex-container {
    display: flex;
    justify-content: center;
    background-color: DodgerBlue;
}

.flex-container > div {
    background-color: #f1f1f1;
    width: 100px;
    margin: 10px;
    text-align: center;
    line-height: 75px;
    font-size: 30px;
}
.btn-primary{
    background-color: #33CD32;
    border-color: #33CD32;
    border-radius: 50px;
    padding: 8px 40px;
}

.btn-blue{
    background-color: #4548EC;
    border-color: #33CD32;
    border-radius: 50px;
    padding: 8px 30px;
}

.white{ color: #fff;}

.font18{
    font-size:18px;
    padding:10px;
}

.font16{
    font-size:16px;
    padding:10px;
}
h1{
    color: #6362D7;
    font-size: 38px;
}


.accordion.active:after{
    /*color:#F7F7FE;*/
}
/*.accordion.hover:after{*/
/*    color:#000;*/
/*}*/
.fontnormal{
    font-weight: normal;
}
.fontweight500{
    font-weight: 500;
}
.fontweightbold{
    font-weight: bold
}

.font36{
    font-size: 36px;
}

.font15{
    font-size: 15px;
}
.padding10{
    padding: 10px;
}

.divborder{
    border:1px solid #0A38F5;
    border-radius: 20px;
    padding: 20px;
}
h3{
    color: #222222;
    font-size: 28px;
    font-weight: 400;
}

span{
    font-size: 18px;
}

.calcbg{
    background-color: #f8f9fe;
    padding: 50px 0px;
    margin: 20px 0px;
    text-align: center;
}

.hrtestimonial{
    padding: 0px 0px 30px 0px;
}

.bluetext {
    color: #4548EC;
    font-size: 20px;
    font-weight: 500;
    /* padding: 10px; */
}

.logoimg{
    width:20%;
}

.whitetext{
    color: #fff;
    font-size: 20px;
    font-weight: 500;
    padding: 10px;
    border-right: 1px solid #fff;
    min-height: 49px;
}

.last-childwhite {
    border-right:0px solid #fff;
}

.form-rounded {
    border-radius: 1rem;
}


.countsummary{
    color: #FFFFFF;
    display: inline-block;
    vertical-align: top;
    font-size: 25px;
    font-weight: 500;
    line-height: 30px;
    padding: 0 2px
;min-width: 35px;
    text-align: center;
    background-color: #4548EC;
    border-radius: 40px;
    width:100%;
}

.qty .count {
    color: #4548EC;
    display: inline-block;
    vertical-align: top;
    font-size: 25px;
    font-weight: 500;
    line-height: 30px;
    padding: 0 2px
;min-width: 35px;
    text-align: center;
}
.qty .plus {
    cursor: pointer;
    display: inline-block;
    vertical-align: top;
    color: #4548EC;
    width: 30px;
    height: 30px;
    font: 30px/1 Arial,sans-serif;
    text-align: center;
    border-radius: 50%;
}
.qty .minus {
    cursor: pointer;
    display: inline-block;
    vertical-align: top;
    color: #4548EC;
    width: 30px;
    height: 30px;
    font: 30px/1 Arial,sans-serif;
    text-align: center;
    border-radius: 50%;
    background-clip: padding-box;
}

.minus:hover{
    background-color: #717fe0 !important;
}
.plus:hover{
    background-color: #717fe0 !important;
}
/*Prevent text selection*/
span{
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
}
input{
    border: 0;
    width: 2%;
}
nput::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}
input:disabled {
    background-color: #f8f9fe;
}

.count{
    padding: 0px 10px;
    border: 2px solid #4548EC;
    border-radius: 20px;
    margin: 0px -1px;
    width: 100px;
    color: #4548EC;
    font-weight: 400;
}

.bg-dark {
    background-color: #f8f9fe!important;
    border: 1px solid #4548EC;
}

.btn-outline-primary {
    border-radius: 50px;
}


button.accordion:after {
    content: '\002B';
    color: #777;
    font-weight: bold;
    float: right;
    margin-left: 5px;
}

/*Clearing Floats*/
.cf:before, .cf:after{
    content:"";
    display:table;
}

.cf:after{
    clear:both;
}

.cf{
    zoom:1;
}
/* Form wrapper styling */

.search-wrapper {
    width: 450px;
    margin: 20px auto 20px auto;
    border-radius: 40px;
    background: transparent;
    box-shadow: 0 4px 20px -2px #e9e9e9;
}

/* Form text input */

.search-wrapper input {
    padding-left: 20px;
    width: 330px;
    padding: 10px 5px;
    float: left;
    font: bold 13px 'lucida sans', 'trebuchet MS', 'Tahoma';

    background: #fff;
    border-radius: 40px 15px 27px 40px;
    border: 1px solid #4548EC!important;
}

.search-wrapper input:focus {
    outline: 0;
    background: #fff;
    box-shadow: 0 0 2px rgba(0,0,0,0.8) inset;
}

.search-wrapper input::-webkit-input-placeholder {
    color: #999;
    font-weight: normal;
    font-style: italic;
    padding-left: 20px;
}

.search-wrapper input:-moz-placeholder {

    color: #999;
    font-weight: normal;
    font-style: italic;
}

.search-wrapper input:-ms-input-placeholder {
    color: #999;
    font-weight: normal;
    font-style: italic;
    border-style: none;
}

/* Form submit button */
.search-wrapper button {
    overflow: visible;
    position: relative;
    float: right;
    border: 0;
    padding: 0;
    cursor: pointer;
    height: 40px;
    width: 110px;
    font: 13px/40px 'lucida sans', 'trebuchet MS', 'Tahoma';
    color: #fff;
    text-transform: uppercase;
    background: #33CD32;
    border-radius: 40px;
    text-shadow: 0 -1px 0 rgba(0, 0 ,0, .3);
    margin: -1px 30px 0px -20px;
}

/* .search-wrapper button:hover{
/*     background: #e54040; s
}   */

.search-wrapper button:active,
.search-wrapper button:focus{
    background: #198cff;
    outline: 0;
}

.search-wrapper button:focus:before,
.search-wrapper button:active:before{
    border-right-color: #c42f2f;
}

.search-wrapper button::-moz-focus-inner { /* remove extra button spacing for Mozilla Firefox */
    border: 0;
    padding: 0;
}

.textcenter{
    text-align: center;
}

.bannerimages{
    width:60%;
}

.objimg{
    width:100%;
}

.choiceimg{
    width:80%;
}

#moreContent{
    display: none;
}

.tableheader{
    width:20%;
    padding: 20px!important;
}

p{
    margin: 0px;
}

button.accordion:after {
    content: '\002B';
    color: #f7f7fe;
    font-weight: bold;
    float: right;
    margin-left: 5px;
}



button.accordion.active, button.accordion:hover {
    background-color: #ccc;
}




.accordion {
    background-color: #F7F7FE;
    color: #444;
    cursor: pointer;
    padding: 18px;
    width: 100%;
    border: none;
    text-align: left;
    outline: none;
    font-size: 18px;
    transition: 0.4s;
    border-radius: 5px;
    margin: 10px;
}

.accordion:hover {
    background-color: #ccc;
}

.accordion:after {
    content: "\2212";
    color: #f7f7fe;
    background-repeat: no-repeat;
    background-image: url("https://fundsindiacloudfront.s3.ap-south-1.amazonaws.com/npsmicro/up-arrow2.svg");
    font-weight: bold;
    float: right;
    margin-left: 5px
}

.accordion.active:after  {
    /*content: "\2212";*/
    color: #ccc;
    background-repeat: no-repeat;
    background-image: url("https://fundsindiacloudfront.s3.ap-south-1.amazonaws.com/npsmicro/down-arrow2.svg");

}

 .accordion:hover:after{
      color: #ccc;
     background-repeat: no-repeat;
     background-image: url("https://fundsindiacloudfront.s3.ap-south-1.amazonaws.com/npsmicro/down-arrow2.svg");
  }

.panel {
    padding: 0 18px;
    display: none;
    background-color: white;
    overflow: hidden;
}

.arrow{
    width:50%;
}

.monthlyinput{
    background-color: #f8f9fe;
}

.tablefirst{
    width:70%;
}

.carousel-control-next, .carousel-control-prev{
    top:100px;
}

.faqspan{
    font-size:12px;
}

.table {
    width: 100%;
    max-width: 100%;
    /* margin-bottom: 1rem; */
    /* background-color: transparent; */
    font-size: 13px;
}
.table-sm td, .table-sm th {
    padding: .4rem;
}

.table th{
    border:none;
}

#another-element, #defalutcontent, #wellregualtedcontent, #flexibilitycontent, #hasselcontent{
    display: none;
}

.readmoreblue{
    font-size: 15px;
    color: #4548EC!important;
    cursor: pointer;
}

a.text-dark:focus, a.text-dark:hover {
    color: #1d2124!important;
    border-bottom: #6362D7 1px solid;
    text-decoration: none;
}

.navactive{
    border-bottom: #6362D7 1px solid;
}

.w20{
    width:20%;
}

.bg-light {
    background-color: #fff!important;
    border-bottom: 1px solid #E0E8FE;
}

.navbar-light .navbar-text a {

    font-size: 15px;
}

.displaynoneweb{
    display: none;
}

.alginleft{
    text-align: left;
}

.navbar-light .navbar-text a{
    color: #fff;
}


.bodybg{
    background-image: url("https://cdn.fundsindia.com/npsmicro/homebg.svg"); background-repeat: repeat-x;
}

.rightquote{
    float: right;
    width:35px;
}

.h3{
    margin-bottom: 1.0rem;
}

.leftquote{
    float: left;
    width:35px;
}

.quote{
    width:55%;
    margin:auto;
}

@media only screen and (max-width: 600px) {
    .bannercontent {
        margin: 5% 0px;
        text-align: center;
    }

    h1{
        font-size: 30px;
    }

    h3 {
        color: #222222;
        font-size: 20px;
        font-weight: 400;
    }

    span {
        font-size: 13px;
    }

    .objimg {
        text-align: center;
        width: 60%;
    }

    .centermobile{
        text-align: center;
    }

    .arrow {
        width: 90%;
    }

    .w-50 {
        width: 80%;
        margin: auto;
        text-align: center;
    }

    .font36 {
        font-size: 24px;
    }

    .search-wrapper button{
        margin: -1px 62px 0px -48px;
    }
    .search-wrapper input {
        width: 302px;
    }

    .countsummary{
        display: none;
    }
    .displaynoneweb{
        display: block!important;
    }

    .logoimg {
        width: 30%;
    }

    .h3, h3 {
        font-size: 1.25rem;
    }
    .btn-primary {
        background-color: #33CD32;
        border-color: #33CD32;
        border-radius: 50px;
        padding: 4px 20px;
    }
}



         