@font-face {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 100;
    src: local('Roboto Thin'), local('Roboto-Thin'), url("fonts/Roboto-Thin.ttf") format('opentype');
}

@font-face {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 200;
    src: local('Roboto Light'), local('Roboto-Light'), url("fonts/Roboto-Light.ttf") format('opentype')
}

@font-face {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 300;
    src: local('Roboto Regular'), local('Roboto-Regular'), url("fonts/Roboto-Regular.ttf") format('opentype')
}

@font-face {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 400;
    src: local('Roboto Medium'), local('Roboto-Medium'), url("fonts/Roboto-Medium.ttf") format('opentype')
}

@font-face {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 700;
    src: local('Roboto Bold'), local('Roboto-Bold'), url("fonts/Roboto-Bold.ttf") format('opentype');
}

@font-face {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 900;
    src: local('Roboto Black'), local('Roboto-Black'), url("fonts/Roboto-Black.ttf") format('opentype');
}

@font-face {
    font-family: 'Rupee';
    font-style: normal;
    font-weight: 400;
    src: local('Rupee'), local('Rupee'), url("fonts/Rupee_Foradian.ttf") format('opentype');
}

.rupee {
    font-family: 'Rupee' !important;
    width: initial !important;
    margin: 0 1px 0 0 !important;
    font-style: normal;
}

[type=reset],
[type=submit],
button,
html [type=button],
[type=text],
[type=passeword] {
    outline: none;
}

body {
    height: 100%;
    font-family: 'Roboto', sans-serif;
    color: #000000;
    margin: 0;
    padding: 0;
    font-size: 14px;
    line-height: 1.5;
    letter-spacing: .5px;
    font-weight: 400;
    position: relative;
    overflow-x: hidden;
}

.container {
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
    box-sizing: border-box;
    padding-top: 25px;
    padding-bottom: 20px;

}

@media (min-width: 576px) {
    .container {
        max-width: 540px;

    }
}

@media (min-width: 768px) {
    body {
        font-size: 16px;
    }

    .container {
        max-width: 720px;
    }
}

@media (min-width: 992px) {
    .container {
        max-width: 960px;
        padding-top: 45px;
        padding-bottom: 40px;
    }

    #dvMainBanner .container {
        padding-top: 50px;
        padding-bottom: 50px;
    }

}

@media (min-width: 1200px) {
    .container {
        max-width: 1140px;
    }

    #dvMainBanner .container {
        padding-top: 70px;
        padding-bottom: 75px;
    }
}



@media (min-width: 1280px) {
    .container {
        max-width: 1170px;
    }
}

.head-2 {
    font-size: 1.75rem;
    font-weight: bold;
    color: #3d387e;
    margin-top: 0;
    margin-bottom: 1rem;
    text-transform: capitalize;
    text-align: center;
}

@media (min-width:768px) {
    .head-2 {
        font-size: 2.2rem;
    }
}

.subhead-2 {
    font-size: 1.1rem;
    font-weight: 200;
    color: #000;

}

a {
    color: #007bff;
    text-decoration: none;
    background-color: transparent;
    -webkit-text-decoration-skip: objects;
}

a:hover {
    color: #0056b3;
    text-decoration: underline
}

.text-white {
    color: #fff;
}

.text-blue {
    color: #3d387e;
    font-size: 1.1rem;
}

.h6,
h6 {
    font-weight: 600;
    font-size: 1.2rem;
}

.font-weight-light {
    font-weight: 200 !important;
}

/*------MainBanner--------*/
#dvMainBanner {
    background: #242056;
    background-size: cover;
    border-bottom: 11px solid #242056;
}

@media (min-width:460px) {
    #header>div.container {
        display: flex;
        justify-content: space-between;
        align-items: center;
    }
}


@media (max-width:567px) {
    .logo img {
        width: 260px;
    }
}

@media (max-width:359px) {
    .logo img {
        width: 220px;
    }
}



html {
    margin: 0;
    padding: 0;
}

.dvContent {
    color: #fff;
    line-height: 1.2;
    position: relative;
}



.dvContent h1 {
    font-weight: 900;
    margin-bottom: 15px;
    line-height: 1;
    font-size: 2rem;
    text-transform: uppercase;
}

.dvContent h1 b {
    font-size: 1.5rem;
}

.dvContent h1 span {
    font-weight: 200;
}

.dvContent h3 {
    font-weight: 300;
    margin: 0;
    font-size: 1.25rem;
    text-transform: uppercase;
    line-height: 1.5;


}

.dvContent h4 {
    font-weight: 700;
    margin: 0;
    font-size: .9rem;
    text-transform: uppercase;

}




.dvContent h6 a {
    Color: #fff;
    border-bottom: 1px solid #fff;


}

.dvbox {
    width: 295px;
    background: #fff;
    box-sizing: border-box;
    padding: 1.75rem 1.35rem;
    margin: 1.2rem auto;
    border-radius: 5px 50px 5px 50px;
    z-index: 2;
}



.dvbox h3 {
    text-align: center;
    font-weight: 800;
    font-size: 1.15rem;
    color: #3d387e;
    margin: 0 0 15px;

}

.dvbox h6 {
    font-size: .85rem;
    font-weight: 400;
    color: #656565;
}

.dvbox h6 a {
    color: #633ee3;
    font-weight: 800;
}

#dvBannerText {
    font-size: 1.25rem;
    color: #fff;
    font-weight: 700;
    text-transform: uppercase;
}

.dvZeroText label {
    margin-left: -30px;
}

.dvZeroText label span:last-child {
    margin-bottom: 0.5rem;
}

.dvZeroText label span {
    margin-bottom: .7rem;
}

@media(max-width:459px) {
    .dvZeroText img {
        margin-top: -18px;
        align-self: flex-start;
    }


}

@media(min-width:992px) {
    .dvContent h1 {
        font-size: 2.55rem;
        padding: 2.2rem 0 .75rem;

    }

    .dvContent h1 b {
        font-size: 2rem;
    }

    .dvContent h3 {
        font-size: 1.5rem;
        line-height: 1.5;
    }

    .dvContent h4 {
        font-size: 1.125rem;
        white-space: nowrap;
    }

    .dvZeroText label span:last-child {
        margin-bottom: 0.5rem;
    }

    .dvZeroText label span {
        margin-bottom: .825rem;
    }

    .imgBanner {
        /* margin: -35px 0 0 -50px; */
        position: absolute;
        left: 75%;
        bottom: 5%;
    }
}


@media(min-width:800px) {
    #dvBannerContent {
        display: flex;
        justify-content: space-between;
        position: relative;
    }

    .dvbox {
        width: 320px;
        margin: 0;
        padding: 2.5rem 2rem 2.5rem;


    }

    .dvbox>div.col-11 {
        width: 220px;
    }



}

/* form starting stylings ------------------------------- */
.form__group {
    position: relative;
    padding: 0.9375rem 0 0;
    margin: 0 auto 0;
    max-width: 340px;
    text-align: left;
}


.form__field {
    width: 100%;
    border: 0.0625rem solid #7a7a7a;
    outline: 0;
    font-size: .875rem;
    color: #000;
    padding: 0.375rem 0.5rem;
    background: transparent;
    transition: border-color 0.2s;
    font-weight: 300;
    border-radius: 20px;
    height: 40px;
}

.form__field::placeholder {
    color: transparent;
}

.form__group .form__label,
.form__field:focus~.form__label {
    position: absolute;
    top: 0.4125rem;
    display: block;
    transition: 0.2s;
    font-size: .725rem;
    padding: 0px 0.25rem;
    font-weight: 300;
    left: 0.625rem;
    background: #fff;
    text-transform: uppercase;
}

.form__field:placeholder-shown~.form__label {
    font-size: .8rem;
    cursor: text;
    top: 1.5rem;
    left: 0.625rem;
    color: #656565;


}

.form-check-text {
    font-size: .75rem;
    color: #7e7e7e;
}

.form-check-label {
    font-size: .8rem;
    line-height: 1.4;
    color: #373737;


}

.form__field:focus~.form__label {
    position: absolute;
    top: 0.4125rem;
    display: block;
    transition: 0.2s;
    font-size: .78rem;
    padding: 0px 0.25rem;
    left: 0.625rem;
    background: #fff;
}


.form__field:focus~.form__label {
    color: #656565;
    background: #fff;
    position: absolute;
    left: 0.625rem;
}

.form__field:focus {
    padding-bottom: 0.375rem;
    border: 0.125rem solid #F37021;
}

input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
input:-webkit-autofill:active {
    transition: background-color 5500s ease-in-out 0s;

}

.form__field.valid {
    border: 0.125rem solid #F37021;
}

.error:focus~.form__label {
    color: red;
}

label.error {
    color: red;
    font-size: .775rem;
    font-weight: 300;

}

.btn-orange {
    background-color: #F37021;
    border-color: #F37021;
    font: normal normal 400 16px/22px Roboto;
    height: 40px;
    border-radius: 20px;
}


.error:focus,
.error:valid {
    border: 0.125rem solid red !important;
}

input.inputToogle {
    display: none;
}

.dvtoogle {
    white-space: nowrap;
}

/* toggle */
.toggleText {
    font-size: 12px;
    text-transform: capitalize;
    font-weight: 300;
    color: #646464;
}

.toggle {
    /* 	display: block; */
    position: relative;
    cursor: pointer;
    margin: 0 8px 0 -6px;
    vertical-align: middle;
}

.toggle:before {
    content: "";
    display: block;
    width: 35px;
    height: 12px;
    border-radius: 6px;
    background-color: #b8b8b8;
}

.toggle span {
    position: absolute;
    top: -4px;
    left: 0;
    width: 20px;
    height: 20px;
    border-radius: 50%;
    background-color: #ef4040;
    transition: all 0.3s ease;
}

.toggle span .fas {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100%;
    color: white;
    background: url("../img/Cross.svg") no-repeat center;
    background-size: 13px;
}

.toggle span .fa-check {
    display: none;
}

#checkbox:checked+.toggle span .fa-power-off {
    display: none;
}

#checkbox:checked+.toggle span .fa-check {
    display: flex;
    background: url("../img/Check-Mark.svg") no-repeat center;
    background-size: 13px;
}



#checkbox:checked+.toggle span {
    transform: translateX(20px);
    background-color: #2bb314;
}



/* -------- */
.listStock {
    padding: 0;
    list-style: none;
}

.listStock li {
    text-align: center;
    padding-top: 1rem;
    padding-bottom: 1rem;
}

.font-13 {
    font-size: 12px;
}

#dvWhyDigital div[class^=col-] h6 {
    color: #000;
}

#dvWhyDigital div[class^=col-] P {
    color: #373737;
    font-size: 1.1rem;
}

#dvHowitWork h5 {
    font-size: 1.5rem;
    color: #282828;
    font-weight: 700;
    position: relative;
}

#dvHowitWork h5::before,
#dvHowitWork h5::after {
    content: "";
    display: block;
    position: absolute;
    height: 5px;
    border-top: 1px solid #f37021;
    top: 50%;
    width: 32%;

}

@media (min-width:576px) {

    #dvHowitWork h5::before,
    #dvHowitWork h5::after {
        width: 38%;
    }
}

@media (min-width:992px) {

    #dvHowitWork h5::before,
    #dvHowitWork h5::after {
        width: 43%;
    }
}

#dvHowitWork h5::before {
    left: 0%;
    margin-right: 5%;

}

#dvHowitWork h5::after {
    right: 0;
    margin-left: 5%;
}

.dvstock li {
    color: #000;
    font-weight: bold;
    font-size: 1.2rem;
    padding: 1.2rem 0;
}

.accordionFaQ .card .card-header h5 {
    padding-right: 20px;
    position: relative;
    font-size: 1.1rem;
    line-height: 1.35;
    color: #000
}

.accordionFaQ .card .card-header h5.collapsed::after {
    transform: rotate(180deg);
}

.accordionFaQ .card .card-header h5::after {
    position: absolute;
    right: 0;
    top: 5px;
    content: '';
    display: inline-block;
    width: 18px;
    height: 11px;
    background: url("../img/arrow.svg") no-repeat right top;
    transform: rotate(0deg);
}


.accordionFaQ .card,
.accordionFaQ .card .card-header {
    background: transparent;
    border: none;
    border-radius: 0;
    font-size: 1.1rem;
}

.accordionFaQ .card:first-child {
    border-top: 2px dashed #bcbec0;
}

.accordionFaQ .card {
    border-bottom: 2px dashed #bcbec0;
}

.accordionFaQ .card .card-header {
    color: #000
}

.accordionFaQ .card .card-body {
    padding-top: 0;
    padding-right: 2.5rem;
    font-weight: 200;
    color: #000
}

#dvInvestingAccount .container {
    background-color: #f37021;
    border-radius: .5rem;
    color: #fff;
    font-size: 1rem;
}



#dvInvestingAccount .container div[class^=col-] span.number::before,
#dvInvestingAccount .container div[class^=col-] span.number::after {
    content: "";
    display: block;
    position: absolute;
    height: 5px;
    border-top: 3px solid #fff;
    top: 17px;
    width: 42%;

}

#dvInvestingAccount .container div[class^=col-] span.number::before {
    left: 0;
    margin-left: 5%;

}

#dvInvestingAccount .container div[class^=col-] span.number::after {
    right: 0;
    margin-right: 5%;
}

@media (min-width:768px) {
    #dvInvestingAccount .container div[class^=col-] span.number::before {

        margin-left: 0%;

    }

    #dvInvestingAccount .container div[class^=col-] span.number::after {

        margin-right: 0%;
    }

    #dvInvestingAccount .container div[class^=col-] span.number::before,
    #dvInvestingAccount .container div[class^=col-] span.number::after {
        width: 44%;
    }

    #dvInvestingAccount .container div[class^=col-]:first-child span.number::before {
        display: none;
    }

    #dvInvestingAccount .container div[class^=col-]:last-child span.number::after {
        display: none;
    }
}

#dvInvestingAccount .container div[class^=col-] span.number {
    display: block;
    height: 35px;
    width: 35px;
    margin: 0 auto 20px;
    background: #fff;
    font-weight: 800;
    color: #f37021;
    font-size: 1.3rem;
    text-align: center;
    border-radius: 100%;
    line-height: 35px;

}

#dvInvestingAccount .container div[class^=col-] {
    font-size: 1.1rem;
    font-weight: 200;
    text-align: center;
}

.dvPowered {
    font-size: 1rem;
    color: #373737;
    font-weight: 300;

}

.dvPowered b {
    font-size: 1.35rem;
    font-weight: 700;
}

.dvDisclaimers {
    color: #373737
}

.dvDisclaimers b {
    font-weight: 700 !important;
}

@media (max-width:991px) {
    .dvStacks .border-right {
        border-right: none !important;
    }
}

@media (max-width:575px) {
    .dvStacks .border-right {
        border-right: none !important;
        border-left: none !important;
        border-top: 1px solid #dee2e6;
        border-bottom: 1px solid #dee2e6;
    }
}

.back-to-top {
    opacity: 0;
    visibility: hidden;
    -webkit-transition: .3s all linear;
    transition: .3s all linear;
}

.back-to-top.show {
    bottom: 30px;
    opacity: 1;
    visibility: visible;
    z-index: 999;
}

.back-to-top a {
    width: 35px;
    height: 35px;
    background: #000;
    box-shadow: 1px 5px 19px rgb(0 0 0 / 15%);
    -webkit-transition: all 0.2s;
    transition: all 0.2s;
    font-size: 16px;
    color: rgb(219, 219, 219);
    border-radius: 50%;
    display: inline-block;
    text-align: center;
    line-height: 35px;
    bottom: 20%;
    right: 2.5%;
    position: fixed;
    z-index: 999;

}

.back-to-top a:hover {
    background: rgb(219, 219, 219);
    color: #000;
}

.back-to-top a span {
    -webkit-animation: bounce2 3s linear infinite;
    animation: bounce2 3s linear infinite;
    display: block;
}

.back-to-top a:hover i::before {
    border-color: #000;
}

.back-to-top a i::before {
    content: '';
    border: solid #fff;
    border-width: 0 2px 2px 0;
    display: inline-block;
    padding: 3px;
    transform: rotate(-135deg);
    -webkit-transform: rotate(-135deg);
}

@-webkit-keyframes bounce2 {
    0% {
        -webkit-transform: translateY(3px);
        transform: translateY(3px);
    }

    50% {
        -webkit-transform: translateY(-6px);
        transform: translateY(-6px);
    }

    100% {
        -webkit-transform: translateY(3px);
        transform: translateY(3px);
    }

}

@keyframes bounce2 {
    0% {
        -webkit-transform: translateY(3px);
        transform: translateY(3px);
    }

    50% {
        -webkit-transform: translateY(-6px);
        transform: translateY(-6px);
    }

    100% {
        -webkit-transform: translateY(3px);
        transform: translateY(3px);
    }

}

.footerSection1 {
    background-color: #f0f0f0;
    color: #282828;
    border-radius: 6px;
}