﻿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, img, 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%;
    overflow-x: hidden;
}

::selection {
    background: #a4ecab;
}

::-moz-selection {
    background: #a4ecab;
}

::-webkit-selection {
    background: #a4ecab;
}

input::-webkit-input-placeholder {
    color: #1596d3;
    font-size: 12px;
    font-weight: 400;
}

input:-ms-input-placeholder {
    color: #1596d3;
    font-size: 12px;
    font-weight: 400;
}

input::-moz-placeholder {
    color: #1596d3;
    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;
}

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;
}

img {
    border: 0;
    max-width: 100%;
    /*max-height: 100%;*/
    /*height: 100%;*/
}



h1 {
    font-size: 1.9em;
}

h2 {
    font-size: 1.4em;
}

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;
}

.wrapper {
    width: 100%;
    max-width: 1100px;
    *width: 1000px;
    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: middle;
}

.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.366665%;
}

.kol-md-3 {
    width: 24.002116136%;
}

.kol-md-6 {
    width: 48.002116136%;
}

.kol-md-8 {
    width: 65.66%;
}


input, textarea, select {
    border: 1px;
    border-color: #2a3d75;
    border-style: solid;
    padding: 6px;
    width: 100%;
    outline: none;
    font-size: .9em;
    color: #fff;
    background: rgba(0,0,0,0.3);
    background-image: none;
    position: relative;
}

select {
    color: #1596d3 !important;
    font-size: 12px;
}

    select option {
        color: #000000 !important;
        background-color: #ffffff;
    }

.ie8 {
    display: none !important;
}


input[type="button"] {
    width: 100%;
    margin: auto;
    display: block;
    font-size: 14px;
    background: #000;
    border-radius: initial !important;
    padding: 5px 0;
    border: 0px !important;
    clear: both;
    color: #fff;
}

.form-group {
    margin: 8px .3%;
    display: inline-block;
    width: 21%;
    vertical-align: top;
    position: relative;
}

    .form-group span {
        position: absolute;
        padding: 9px 6px;
        top: 0;
        color: #bcbcbc;
        font-size: 12px;
    }

input[name="mobile" ] {
    padding-left: 30px;
}

.form-group:last-child {
    text-align: right;
    float: right;
    max-width: 100px;
    margin-right: .9%;
}

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: -300px;
    left: 50%;
    transform: translate(-50%, -50%);
    display: none;
    z-index: 999999;
}

#pop-gray {
    position: fixed;
    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======================================================================================================*/
/*==================================================================================================================================================================*/
.priority-header {
    background-color: #121f47;
    background-image: url("images/priority.jpg");
    width: 100%;
    background-position: top center;
    background-repeat: no-repeat;
    padding: 20px;
}

.fixedbg-img {
    background-image: url("images/happy-background.jpg");
    width: 100%;
    background-position: top center;
    background-repeat: no-repeat;
    background-size: 100%;
    height: 900px;
    position: fixed;
    z-index: -1;
}

.branding {
    float: left;
    position: absolute;
    width: 100%;
    top: 0;
    left: 0;
    padding: 10px;
    background-color: rgba(256,256,256,0.1);
    border-top: 2px solid #000000;
    border-bottom: 2px solid rgba(0,0,0,0.1);
}

.prioriy-container {
    width: 100%;
    max-width: 1024px;
    text-align: center;
    margin: auto;
    color: #ffffff;
    margin-bottom: 20px;
    margin-top: 80px;
}

    .prioriy-container h1 {
        font-size: 1.9em;
        line-height: 44px;
        font-weight: 200;
    }

    .prioriy-container h2 {
        font-weight: 300;
        font-size: 1.4em;
        line-height: 44px;
    }

    .prioriy-container img {
        position: relative;
    }


.dummy1 {
    height: 250px;
}

.prioriy-register {
    border: 1px solid #f00;
    width: 100%;
    max-width: 1240px;
    background-color: rgba(000,000,000,0.2);
    padding: 12px 15px;
    margin: auto;
    border: 1px solid rgba(40,73,126,0.5);
    *display: inline;
    position: relative;
}

.why-karvy-account {
    width: 100%;
    background: #ffffff;
}

.WhyKarvy {
    width: 100%;
    padding: 30px 10px;
    margin: auto;
    max-width: 1224px;
    text-align: center;
}

    .WhyKarvy h1 {
        font-weight: 300;
        color: #08284e;
    }

    .WhyKarvy h2 {
        line-height: 24px;
        padding: 20px 0;
        max-width: 80%;
        margin: auto;
    }

    .WhyKarvy p {
        line-height: 126%;
        padding: 10px 0;
    }

.Karvy-Priority-Account {
    font-size: 26px;
    border-top: 1px solid #bcbcbc;
    margin: 30px 0 20px 0;
    color: #08284e;
}

    .Karvy-Priority-Account span {
        background-color: #fff;
        padding: 8px;
        width: 320px;
        margin: auto;
        margin-top: -25px;
        position: relative;
        display: block;
    }

.icon-br {
    /*border: 2px solid #2eb8ef;
    border-radius: 30px;*/
    width: 100px;
    height: 100px;
    margin: auto;
    margin-bottom: 10px;
}

.WhyKarvy strong {
    color: #08284e;
}

.WhyKarvy .kol-md-4 {
    padding: 10px;
    margin-top: 20px;
}

.two-steps {
    width: 100%;
    clear: both;
}

.account-two-steps {
    width: 100%;
    max-width: 1224px;
    margin: auto;
    color: #ffffff;
    text-align: center;
    padding: 30px 10px;
}

    .account-two-steps h1 {
        line-height: 125%;
        margin-bottom: 20px;
    }

    .account-two-steps li {
        width: 100%;
        padding: 10px 0;
        text-align: left;
    }

        .account-two-steps li:last-child {
            padding-left: 60px;
        }


    .account-two-steps .dis-cell, .eligibility-criteria .dis-cell {
        vertical-align: middle;
        padding: 5px;
    }

.priority-invest {
    width: 100%;
    position: relative;
    height: 607px;
    background-image: url("images/priority-invest.jpg");
    background-position: bottom center;
    background-repeat: no-repeat;
    padding: 40px 0;
    color: #203775;
}

.eligibility-criteria {
    width: 100%;
    max-width: 1224px;
    line-height: 125%;
    position: relative;
    margin: auto;
    padding: 0 10px;
}

.eligibility-rools {
    width: 86%;
    margin: auto;
}


.eligibility-criteria .kol-md-6 {
    padding: 20px 0;
}

.SEBI {
    position: absolute;
    bottom: 20px;
    font-size: 12px;
    font-style: italic !important;
    right: 100px;
}

.Value-Added-service {
    width: 100%;
    position: relative;
}

.Value-Added {
    text-align: center;
    width: 100%;
    max-width: 1224px;
    margin: auto;
    padding: 30px 10px;
    color: #ffffff;
}

    .Value-Added h1 {
        line-height: 125%;
        margin-bottom: 30px;
    }

    .Value-Added .kol-md-2 {
        text-align: center;
    }

.icon-clr-br {
    border: 2px solid #ffffff;
    border-radius: 50%;
    height: 100px;
    width: 100px;
    margin: auto;
}

    .icon-clr-br img {
        display: block;
        margin: auto;
        padding-top: 15px;
    }



.Value-Added p {
    padding: 20px 0;
}


.web-tollfree {
    clear: both;
    background-color: #c8d5db;
    width: 100%;
}

.web-phone {
    width: 100%;
    margin: auto;
    max-width: 1224px;
    *widthL1224px;
    padding: 20px;
    position: relative;
    text-align: center;
}

.web {
    display: inline-block;
    width: 30%;
    vertical-align: top;
    font-size: 1.4em;
    padding: 10px;
    text-align: center;
    min-width: 390px;
}

    .web a {
        font-weight: 300;
        font-size: 1.2em;
        color: #313131;
    }

footer {
    width: 100%;
    position: relative;
    background: #ffffff;
}

.coprighy {
    width: 100%;
    max-width: 1224px;
    margin: auto;
}

    .coprighy .dis-cell {
        vertical-align: middle !important;
        padding: 20px;
    }

    .coprighy p {
        padding: 2px 0;
    }

@media only screen and (max-width:980px) {

    .form-group {
        width: 49%;
    }

    .fixedbg-img {
        background-size: cover;
    }


    .form-group:last-child {
        width: 100%;
        max-width: 100%;
        text-align: center;
        display: block;
        float: none;
    }

        .form-group:last-child input {
            width: 100px;
        }

    .kol-md-2 {
        width: 32.3333333%;
    }

    #mydiv, .modal-body {
        width: 98%;
        margin: auto;
    }
}

@media only screen and (max-width:680px) {
    .container-all {
        overflow: hidden;
    }

    .form-group {
        width: 99% !important;
    }

    .kol-md-4, .kol-md-6 {
        width: 98%;
    }

    .kol-md-2 {
        width: 48.002116136%;
    }

    .branding {
        text-align: center;
    }

    .SEBI {
        right: 10px;
        float: right;
        padding: 10px;
    }

    .web {
        min-width: 98%;
        width: 98%;
    }

    .coprighy .dis-cell {
        display: block;
        width: 98%;
        margin: auto;
        text-align: center;
    }
}
