﻿html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em,ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
    outline: none;
    -webkit-font-smoothing: antialiased;
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

body {
    -webkit-backface-visibility: hidden;
    margin: 0px;
    font-family: 'Roboto','Open Sans',sans-serif,Oswald,Helvetica,Arial;
    color: #313131;
    /*font-size: 62.5%; */
    line-height: 1;
    font-weight: 300;
    width: 100%;
    font-size:16px;
}

::selection {
    background: #a4ecab;
}

select:required:invalid {
    color: gray;
}

option[value=""][disabled] {
    display: none;
}

option {
    color: black;
}

::-moz-selection {
    background: #a4ecab;
}

::-webkit-selection {
    background: #333333;
}

input::-webkit-input-placeholder {
    color: #333333;
    font-size: 12px;
    font-weight: 400;
}

input:-ms-input-placeholder {
    color: #333333;
    font-size: 12px;
    font-weight: 400;
}

select[disabled] {
    color: #f00;
}

input::-moz-placeholder {
    color: #333333;
    font-size: 12px;
    font-weight: 400;
}

br {
    display: block;
}

hr {
    width: 75%;
    border: 1px solid #ccc;
    margin-bottom: 15px;
}

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
    display: block;
}

ol, ul {
    list-style: none;
}

input, textarea {
    -webkit-font-smoothing: antialiased;
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    outline: none;
}
p, li, input {
font-size:1rem;
}
blockquote, q {
    quotes: none;
}

    blockquote:before, blockquote:after, q:before, q:after {
        content: '';
        content: none;
    }

strong {
    font-weight: bold;
}

i, em {
    font-style: italic;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

.benefits-tax  img, .save-your-income-bg img {
    border: 0;
    max-width: 100%;
    /*max-height: 100%;*/
    /*height: 100%;*/
}



h1 {
    font-size: 1.9em;
}

h2 {
    font-size: 1.6em;
}

h3 {
    font-size: 1.17em;
}

h4 {
    font-size: 1.12em;
}

h5 {
    font-size: .83em;
}

h6 {
    font-size: .75em;
}

p {
    display: block;
    line-height: 1.5em;
}

a {
    color: #5a9352;
    text-decoration: none;
}

    a:hover {
        text-decoration: none;
    }

.center {
    display: block;
    text-align: center;
}

.floatr {
    float: right;
}

.floatl {
    float: left;
}

.ver-middle {
    vertical-align: middle;
}

.textcenter {
    text-align: center;
}

.textright {
    text-align: right;
}

.clearfix:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0;
}

.clearfix {
    display: inline-block;
}

html[xmlns] .clearfix {
    display: block;
}

* html .clearfix {
    height: 1%;
}



/*=============================================================================================================================================================*/
.container-all {
    width: 100%;
    margin: auto;
}

    .container-all .tanku {
        display: table-cell;
        vertical-align: middle;
        height: 100%;
        width: 100%;
        text-align: center;
        border: 1px solid #f00;
        margin: auto;
    }

.wrapper {
    width: 100%;
    max-width: 1080px;
    padding: 0 10px;
    *width: 1200px;
    margin: auto;
    height: 100%;
    position: relative;
}


.animBlock {
    display: inline-block;
    background-color: transparent;
    position: relative;
    -webkit-transition: margin-top 1s cubic-bezier(0.68, -0.55, 0.265, 2.55), left 1s cubic-bezier(0.68, -0.55, 0.265, 2.55), right 1s cubic-bezier(0.68, -0.55, 0.265, 2.55), bottom 1s cubic-bezier(0.68, -0.55, 0.265, 2.55),opacity 1s ease-out;
    -moz-transition: margin-top 1s cubic-bezier(0.68, -0.55, 0.265, 2.55), left 1s cubic-bezier(0.68, -0.55, 0.265, 2.55), right 1s cubic-bezier(0.68, -0.55, 0.265, 2.55),bottom 1s cubic-bezier(0.68, -0.55, 0.265, 2.55),opacity 1s ease-out;
    -ms-transition: margin-top 1s cubic-bezier(0.68, -0.55, 0.265, 2.55), left 1s cubic-bezier(0.68, -0.55, 0.265, 2.55), right 1s cubic-bezier(0.68, -0.55, 0.265, 2.55), bottom 1s cubic-bezier(0.68, -0.55, 0.265, 2.55),opacity 1s ease-out;
    -o-transition: margin-top 1s cubic-bezier(0.68, -0.55, 0.265, 2.55), left 1s cubic-bezier(0.68, -0.55, 0.265, 2.55), right 1s cubic-bezier(0.68, -0.55, 0.265, 2.55), bottom 1s cubic-bezier(0.68, -0.55, 0.265, 2.55),opacity 1s ease-out;
    transition: margin-top 1s cubic-bezier(0.68, -0.55, 0.265, 2.55), left 1s cubic-bezier(0.68, -0.55, 0.265, 2.55), right 1s cubic-bezier(0.68, -0.55, 0.265, 2.55), bottom 1s cubic-bezier(0.68, -0.55, 0.265, 2.55),opacity 1s ease-out;
}

    .animBlock[data-position="left"] {
        left: -5%;
        opacity: 0;
    }

    .animBlock[data-position="alpha"] {
        opacity: 0;
    }


    .animBlock[data-position="left2"] {
        left: -10%;
        opacity: 0;
    }

    .animBlock[data-position="left3"] {
        left: -15%;
        opacity: 0;
    }

    .animBlock[data-position="left4"] {
        left: -20%;
        opacity: 0;
    }


    .animBlock[data-position="top10"] {
        opacity: 0;
        filter: alpha(opacity=0);
    }

    .animBlock[data-position="top"] {
        margin-top: -1%;
        opacity: 0;
        filter: alpha(opacity=0);
    }

    .animBlock[data-position="top2"] {
        margin-top: -2%;
        opacity: 0;
        filter: alpha(opacity=0);
    }

    .animBlock[data-position="top3"] {
        margin-top: -3%;
        opacity: 0;
        filter: alpha(opacity=0);
    }

    .animBlock[data-position="top4"] {
        margin-top: -4%;
        opacity: 0;
        filter: alpha(opacity=0);
    }

    .animBlock[data-position="top5"] {
        margin-top: -5%;
    }

    .animBlock[data-position="bottom"] {
        bottom: 2%;
        opacity: 0;
        filter: alpha(opacity=0);
    }

    .animBlock[data-position="bottom2"] {
        margin-bottom: 4%;
        opacity: 0;
        filter: alpha(opacity=0);
    }

    .animBlock[data-position="bottom3"] {
        bottom: 6%;
        opacity: 0;
        filter: alpha(opacity=0);
    }

    .animBlock[data-position="bottom4"] {
        margin-bottom: 8%;
        opacity: 0;
        filter: alpha(opacity=0);
    }

    .animBlock[data-position="bottom5"] {
        bottom: 10%;
        opacity: 0;
        filter: alpha(opacity=0);
    }

    .animBlock[data-position="right"] {
        right: -5%;
    }

    .animBlock[data-position="right2"] {
        right: -10%;
    }

    .animBlock[data-position="right3"] {
        right: -15%;
    }

    .animBlock[data-position="right4"] {
        right: -20%;
    }

    .animBlock[data-position="alpha"].viewed {
        opacity: 1;
        filter: alpha(opacity=100);
    }


    .animBlock[data-position="left"].viewed, .animBlock[data-position="left2"].viewed, .animBlock[data-position="left3"].viewed, .animBlock[data-position="left4"].viewed {
        left: 0%;
        opacity: 1;
        filter: alpha(opacity=100);
    }

    .animBlock[data-position="top"].viewed, .animBlock[data-position="top2"].viewed, .animBlock[data-position="top3"].viewed, .animBlock[data-position="top10"].viewed, .animBlock[data-position="top4"].viewed, .animBlock[data-position="top5"].viewed {
        margin-top: 0%;
        opacity: 1;
        filter: alpha(opacity=100);
    }



    .animBlock[data-position="bottom"].viewed, .animBlock[data-position="bottom2"].viewed, .animBlock[data-position="bottom3"].viewed, .animBlock[data-position="bottom4"].viewed, .animBlock[data-position="bottom5"].viewed {
        bottom: 0%;
        opacity: 1;
        filter: alpha(opacity=100);
    }

    .animBlock[data-position="right"].viewed, .animBlock[data-position="right2"].viewed, .animBlock[data-position="right3"].viewed, .animBlock[data-position="right4"].viewed {
        right: 0%;
        opacity: 1;
        filter: alpha(opacity=100);
    }


.dis-table {
    display: table;
    width: 100%;
    vertical-align: top;
}

.dis-cell {
    display: table-cell;
    vertical-align: top;
}

.kol-md-4, .kol-md-8, .kol-md-2, .kol-md-3, .kol-md-6 {
    display: inline-block;
    float: left;
    position: relative;
    margin-left: 0.5%;
    margin-right: 0.5%;
    vertical-align: top;
    text-align: center;
}

.text-left {
    text-align: left;
}

.row {
    display: inline-block;
    margin-left: -0.5%;
    margin-right: -0.5%;
    width: 101%;
    vertical-align: top;
    text-align: center;
}

.kol-md-4 {
    width: 32.3333333%;
}

.kol-md-2 {
    width: 15.6666665%;
}

.kol-md-3 {
    width: 24.002116136%;
}

.kol-md-6 {
    width: 48.002116136%;
}

.kol-md-8 {
    width: 65.66%;
}


input, textarea, select {
    border: 1px solid #9B9B9B;
    padding: 8px 10px;
    width: 100%;
    outline: none;
    font-size: .9em;
    color: #333;
    border-radius: 3px;
    background: rgba(250,250,250,1);
    background-image: none;
}


.ie8 {
    display: none !important;
}



input[type="button"] {
    margin: auto;
    display: block;
    font-size: 16px;
    background-color: transparent;
    border-radius: initial !important;
    padding: 8px 0;
    border: 1px solid #333;
    width: 200px;
    margin: 10px auto;
    clear: both;
    color: #333;
    cursor: pointer;
}

#register-form {
    max-width: 500px;
}

.form-group {
    margin: 1%;
    display: inline-block;
    width: 46.5%;
    position: relative;
}
  .form-group span {
        position: absolute;
        left: 0;
        top: 0;
        padding: 9px;
        border: 1px solid #999999;
        background-color:#e6ffe6;
        color:#666666;
        font-size:14px;
        bottom:0;
    }

input[name="mobile"] {
    padding-left: 50px !important;
  
}


label.error {
    display: none;
    margin-top: 10px;
    position: absolute !important;
    left: 30%;
    width: 5px;
    font-size: 12px;
    color: #fff !important;
    text-align: center !important;
    font-family: 'Open Sans', sans-serif;
    border-radius: 4px;
    z-index: 99999;
    text-indent: -10000px;
}


label.error {
    display: none;
    margin-top: 10px;
    position: absolute !important;
    left: 30%;
    width: 5px;
    border: 0 !important;
    font-size: 12px;
    color: #fff !important;
    text-align: center !important;
    font-family: 'Open Sans', sans-serif;
    border-radius: 4px;
    z-index: 99999;
    text-indent: -10000px;
}

select option {
    color: gray;
}


.pTB10 {
    padding: 10px 0;
}
/*=========================POPUP==================================*/
#mydiv {
    max-height: calc(100% - 100px);
    position: fixed;
    top: 0;
    left: 50%;
    transform: translate(-50%, -50%);
    display: none;
    z-index: 999999;
}

#pop-gray {
    position: fixed;
    border: 2px solid #333;
    background: url(images/dot-bg.png);
    background-color: rgba(000,000,000,0.5);
    z-index: 9999;
    height: 100%;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    display: none;
}

#close-popup {
    position: absolute;
    right: 10px;
    top: 5px;
    z-index: 99999999;
    color: #333;
    cursor: pointer;
    border: 1px solid #bcbcbc;
    padding: 8px 12px;
    border-radius: 45%;
}

    #close-popup:hover {
        color: #f00;
    }

#myModalContent {
    padding-left: 10px;
    padding-top: 5px;
    padding-bottom: 5px;
    max-height: 459.9px;
    overflow-y: auto;
    padding-right: 10px;
}

.modal-body {
    height: 100%;
    overflow: auto;
    background: #fff;
    overflow-y: auto;
    border-bottom: 20px solid #f6f8f8;
    padding-right: 0px;
    border-radius: 5px;
}

    .modal-body p {
        text-align: justify;
        font-size: 12px;
        line-height: 120%;
        padding: 5px 0;
    }

.popup-title {
    padding: 10px;
    background: #f6f8f8;
    color: #333;
    border-bottom: 2px solid #ccc;
}


/*============================================E======================================================================================================================*/
/*==================================================N================================================================================================================*/
/*============================================================D======================================================================================================*/
/*==================================================================================================================================================================*/
header {
    background-color: #f9ca36;
    overflow: hidden;
    width: 100%;
}

.top-header {
    position: relative;
    width: 100%;
    display: inline-block;
    *display: block;
    z-index: 9999;
    max-width: 600px;
}

.logo {
    margin-bottom: 20px;
    margin-top: 20px;
}

.top-header h1 {
    color: #000;
    font-weight: bold;
    line-height: 140%;
    font-size: 2.8em;
}

.top-header h2 {
    text-transform: uppercase;
    font-weight: 300;
    line-height: 140%;
    color: #000;
	font-size:1.4em;
}

.top-header p {
    max-width: 500px;
    font-size: 18px;
    line-height: 160%;
    padding: 10px 0;
}

.form-group:last-child {
    width: 96%;
    text-align: center;
}

.top-header .textcenter {
    max-width: 480px;
    margin: 30px 0;
}

.Ells-ladder {
    position: absolute;
    bottom: -3px;
    right: 0;
    width: 100%;
    text-align: right;
}

.elss {
    background-image: url("images/ELSS.jpg");
    background-size: cover;
    background-color: #333333;
    display: block;
    border: 1px solid #333;
    overflow: hidden;
    color: #fff;
    padding: 40px 0 20px 0;
}

.elss-taxes {
    max-width: 650px;
}

    .elss-taxes h2 {
        color: #ffcc33;

        font-weight: 400;
        padding-bottom: 20px;
        line-height: 125%;
    }

.elss p, .elss li {
    font-size:1rem;
    line-height: 1.4rem;
	padding:1ex 0;
}

.elss-taxes ul {
    padding-left: 12%;
    padding-top: 20px;
}

.elss-taxes img {
    padding:0 10px;
}

.tax-saving {
    margin: 20px auto;
}

#uparrow {
    cursor: pointer;
    position: absolute;
    left: 49.5%;
    z-index: 9999;
}

.tax-saving .kol-md-6 p {
    padding: 10px 40px;
    width: 400px;
    border: 1px solid #ffcc33;
    margin: auto;
    background-color: rgba(256,256,256,0.2);
    cursor: pointer;
}

.tax-saving h3 {
    text-align: center;
    line-height: 140%;
    padding: 30px 0;
    color: #ffcc33;
}

.tax-saving .kol-md-4 p {
    padding: 10px 20px;
    font-size:1rem;
    width: 280px;
    border: 1px solid #ffcc33;
    border-radius: 6px;
    margin: auto;
}

.tax-saving .kol-md-4 span {
    position: absolute;
    top: 25%;
    width: 23%;
    left: -13%;
    display: block;
    border-bottom: 1px solid #ffcc33;
    right: 0;
}


.why-elss {
    max-width: 1090px;
    margin: auto;
}

    .why-elss p {
        font-size:1rem
        padding-top: 20px;
    }

.save-your-income {
    padding-top: 20px;
     padding-bottom: 20px;
}

.save-your-income-bg {
    position: fixed;
    z-index: -1;
}

.save-your-income h2 {
    color: #000;
    font-weight: 400;
    display: inline;
    padding-bottom: 8px;
    padding-top: 10px;
    border-bottom: 1px solid #ffcc33;
    line-height: 140%;
}

.save-your-income p {
    color: #666;
    line-height: 180%;
}

.save-your-income .save {
    color: #333 !important;
    padding-top: 10px;
}

.features-benefits {
    padding: 20px 20px 0px 20px;
    border: 1px solid #ffcc33;
    background: #fff;
    border-radius: 8px;
    margin: 10px 0;
    position: relative;
    text-align: center;
}

.fandb {
    padding: 4px 25px;
    display: inline;
    color: #000 !important;
    font-weight: 400;
    font-size: 18px;
    border-right: 1px solid #ffcc33;
    border-bottom: 4px solid #ffcc33;
    z-index: 999;
    clear: both;
    position: relative;
    width: 210px;
    float: left;
}

.scrolling-fandb {
    position: relative;
    width: 100%;
    overflow: hidden;
    text-align: center;
    height: 250px;
    background: #ffffff;
}

.scrl-bg {
    background-image: url("images/scrollingbg.png");
    background-repeat: repeat-x;
    background-position: left bottom;
    width: 100%;
    height: 80px;
    position: absolute;
    bottom: 0;
    z-index: 999;
    text-align: center;
}

    .scrl-bg img {
        position: absolute;
        bottom: 20px;
    }


#list-fandb {
    width: 110%;
    height: 250px;
    overflow: hidden;
}

.scrolling-fandb ul {
    display: block;
    position: relative;
}

.scrolling-fandb li {
    display: table;
    width: 100%;
    text-align: left;
    font-size: 14px;
    position: relative;
    height: 100px;
}

    .scrolling-fandb li:last-child {
        padding-bottom: 100px;
    }

.scrolling-fandb .dis-cell {
    padding: 30px 0px;
    font-size: 16px;
}

.fb {
    width: 210px !important;
    color: #000;
    font-weight: 600;
    border-right: 1px solid #ffcc33;
    text-align: right;
    padding-right: 30px !important;
}

    .fb span {
        display: block;
        width: 30px;
        height: 30px;
        border: 1px solid #ffcc33;
        border-radius: 50px;
        text-align: center;
        vertical-align: middle;
        margin-left: 108%;
        margin-top: -20px;
        background: #ffffff;
        padding-top: 6px;
    }

.specialid {
    padding-bottom: 80px !important;
}

#scrolldown {
    cursor: pointer;
    position: absolute;
    left: 50%;
}

.foriemar {
    margin-top: -30px !important;
}

.last-fb {
    border: 0px !important;
}

.scrolling-fandb .dis-cell:nth-child(2) {
    padding-left: 30px;
    padding-right: 13%;
}

.gifanim {
    padding: 10px;
}
.Dual-Advantage {
padding-bottom:20px;
padding-top:20px;
}

    .gifanim .textright {
        font-size: 12px;
        font-style: initial;
    }


.benefits-sec {
    background-color: rgba(0,0,0,0.1);
    padding: 20px 0;
}

.benefits-tax h2 {

    text-decoration: none;
    border: 0;
    font-weight:bold;
}

.benefits-tax .lbr {
    border-right: 1px solid #ffcc33;
    margin-top: 50px;
    padding: 20px 10px;
    max-height: 100px;
    text-align: right;
}

.benefits-tax .rbr {
    border-left: 1px solid #ffcc33;
    margin-top: 50px;
    padding: 20px 10px;
    max-height: 100px;
    text-align: left;
}

.benefits-tax h3 {
    padding: 30px;
    display: block;
    margin: auto;
    border: 1px solid #ffcc33;
    border-radius: 50%;
    width: 190px;
    height: 190px;
    z-index: 999;
    background: #fff;
    position: relative;
    font-size: 24px;
    line-height: 160%;
}

.benefits-tax .rightline, .benefits-tax .leftline {
    border: 1px solid #ffcc33;
    width: 30%;
    display: block;
    position: absolute;
    top: 50%;
    z-index: 0;
}

.benefits-tax .leftline {
    left: -13px;
}

.benefits-tax .rightline {
    right: -12px;
}

.yellowbg {
    background: #ffcc33;
    padding: 20px;
}
.yellow-bg {
    background-color: #f9ca36
}
.rgess {
padding:20px 0;
}
    .rgess h2 {
    color:#000000;
    font-weight:bold;
    font-size:1.6em;
    padding-bottom:10px;
    }
    .rgess ul {
margin:20px;
    }
        .rgess ul li {
        padding:6px;
        }
            .rgess ul li .dis-cell {
            padding:0 6px;
            }

footer {
    padding: 20px;
    text-align: center;
    color: #fff;
    background: #313131;
}

    footer p {
        line-height: 130%;
        max-width: 800px;
        margin: auto;
		font-size:.8rem;
    }



.deduction p {
    font-size: 14px;
}

.deduction table {
    border-collapse: collapse;
    width: 98%;
    margin: 20px auto;
}

    .deduction table td, .deduction table th {
        padding: 8px;
        border: 1px solid #ccc;
        text-align: left;
        font-size: 14px;
    }

    .deduction table tr:nth-child(even) {
        background: #ebf1f1;
    }

    .deduction table th {
        font-weight: bold;
        background: #1596d3;
        color: #fff;
    }

.source {
    font-size: 12px !important;
}
.top-stocks{
width:100%;
max-width:640px;
background-color:#ffffff;
color:#333333;
margin:auto;
border-collapse:collapse;
margin-top:30px;
overflow:auto;
border:4px solid #f9ca36
}
.top-stocks th,.top-stocks td{
padding:8px;
border:1px solid #ccccff;
}
.top-stocks th{
font-weight:bold;
font-size:1.1em;
background-color:#31313b;
color:#ffffff;
border:1px solid #5a5a68;
}
.top-stocks th:first-child{
	text-align:left
}
.top-stocks tr:nth-child(even){
background-color:#d9e6e9;
}

@media only screen and (max-width:980px) {
    .scrolling-fandb li {
        height: 140px;
    }
}

@media only screen and (max-width:860px) {

    #mydiv, .modal-body {
        width: 98%;
        margin: auto;
    }

    .scrolling-fandb, #list-fandb {
        height: 340px;
    }

    .wrapper {
        width: 94%;
    }

    .Ells-ladder img {
        opacity: 0.5;
    }

    #register-form, .top-header {
        width: 100%;
        max-width: 100%;
        margin: auto;
    }

    .tax-saving .kol-md-6 p {
        width: 300px;
    }

    .tax-saving .kol-md-4 {
        width: 48.002116136%;
        padding: 10px 0;
    }

        .tax-saving .kol-md-4:last-child {
            width: 98%;
        }


        .tax-saving .kol-md-4 span {
            display: none;
        }

    .top-header .textcenter {
        width: 100%;
        max-width: 100% !important;
        text-align: center;
    }
}

@media only screen and (max-width:680px) {
    .benefits-tax .rightline, .benefits-tax .leftline {
        border: 1px solid #ffcc33;
        width: 1px;
        display: block;
        position: absolute;
        top: -15%;
        left: 50%;
        height: 280px;
        z-index: 0;
    }

    .scrolling-fandb, #list-fandb {
        height: 400px;
    }

    .tax-saving .kol-md-6 p {
        width: 250px;
    }

    .save-your-income h2 {
        padding-bottom: 4px;
    }

    .kol-md-4 {
        width: 98% !important;
        padding: 10px 0;
    }

    .benefits-tax .lbr, .benefits-tax .rbr {
        border: 0;
        text-align: center;
        margin: 0;
    }
}

@media only screen and (max-width:540px) {
    .kol-md-6 {
        width: 98% !important;
        padding: 10px 0;
    }
    .form-group {
 
    width:96%;

}
}
