.slick-track {
    margin-left: auto;
    margin-right: auto
}

/*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */
.critical,
html {
    font-family: sans-serif;
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%
}

.critical,
body {
    margin: 0
}

.critical,
article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
menu,
nav,
section,
summary {
    display: block
}

.critical,
audio,
canvas,
progress,
video {
    display: inline-block;
    vertical-align: baseline
}

.critical,
audio:not([controls]) {
    display: none;
    height: 0
}

.critical,
[hidden],
template {
    display: none
}

.critical,
a {
    background-color: transparent
}

.critical,
a:active,
a:hover {
    outline: 0
}

.critical,
abbr[title] {
    border-bottom: none;
    text-decoration: underline;
    -webkit-text-decoration: underline dotted;
    text-decoration: underline dotted
}

.critical,
b,
strong {
    font-weight: inherit;
    font-weight: bolder
}

.critical,
dfn {
    font-style: italic
}

.critical,
h1 {
    font-size: 2em;
    margin: .67em 0
}

.critical,
mark {
    background-color: #ff0;
    color: #000
}

.critical,
small {
    font-size: 80%
}

.critical,
sub,
sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline
}

.critical,
sup {
    top: -.5em
}

.critical,
sub {
    bottom: -.25em
}

.critical,
img {
    border: 0
}

.critical,
svg:not(:root) {
    overflow: hidden
}

.critical,
figure {
    margin: 1em 40px
}

.critical,
hr {
    box-sizing: content-box;
    height: 0;
    overflow: visible
}

.critical,
pre {
    overflow: auto
}

.critical,
code,
kbd,
pre,
samp {
    font-family: monospace, monospace;
    font-size: 1em
}

.critical,
button,
input,
optgroup,
select,
textarea {
    font: inherit;
    margin: 0
}

.critical,
button {
    overflow: visible
}

.critical,
button,
select {
    text-transform: none
}

.critical,
button,
html input[type=button],
input[type=reset],
input[type=submit] {
    -webkit-appearance: button;
    cursor: pointer
}

.critical,
button[disabled],
html input[disabled] {
    cursor: default
}

.critical,
button::-moz-focus-inner,
input::-moz-focus-inner {
    border: 0;
    padding: 0
}

.critical,
button:-moz-focusring,
input:-moz-focusring {
    outline: 1px dotted ButtonText
}

.critical,
input {
    line-height: normal
}

.critical,
input[type=checkbox],
input[type=radio] {
    box-sizing: border-box;
    padding: 0
}

.critical,
input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
    height: auto
}

.critical,
input[type=search] {
    -webkit-appearance: textfield
}

.critical,
input[type=search]::-webkit-search-cancel-button,
input[type=search]::-webkit-search-decoration {
    -webkit-appearance: none
}

.critical,
fieldset {
    border: 1px solid silver;
    margin: 0 2px;
    padding: .35em .625em .75em
}

.critical,
legend {
    border: 0;
    padding: 0
}

.critical,
textarea {
    overflow: auto
}

.critical,
optgroup {
    font-weight: 700
}

.comman h1,
.comman h2,
.comman h3,
.comman h4,
.comman h5,
.comman h6,
.comman p,
.critical h1,
.critical h2,
.critical h3,
.critical h4,
.critical h5,
.critical h6,
.critical p {
    margin: 0
}

.comman h3,
.critical h3 {
    font-size: 22px;
    line-height: 29px;
    color: #333
}

.comman h4,
.critical h4 {
    font-size: 18px;
    line-height: 30px;
    color: #666;
    font-weight: 600
}

.comman p,
.critical p {
    font-size: 16px;
    line-height: 21px;
    color: #666
}

@media (min-width:768px) {

    .comman h3,
    .critical h3 {
        font-size: 22px;
        line-height: 30px;
        font-weight: 600
    }

    .comman h4,
    .critical h4 {
        font-size: 18px;
        line-height: 30px;
        color: #333
    }

    .comman p,
    .critical p {
        font-size: 16px;
        line-height: 26px
    }
}

.critical,
img {
    max-width: 100%;
    height: auto
}

.critical,
h1,
h2,
h3,
h4,
h5,
h6,
p {
    margin: 0
}

.critical,
a {
    text-decoration: none;
    display: inline-block
}

.button,
.critical {
    background: none;
    color: inherit;
    vertical-align: middle;
    position: relative;
    z-index: 1;
    -webkit-backface-visibility: hidden;
    -moz-osx-font-smoothing: grayscale;
    border: none;
    border-radius: 4px;
    background-color: #43165c;
    box-shadow: 0 1px 3px 0 rgba(63, 63, 68, .15), 0 0 0 1px rgba(63, 63, 68, .05), 0 1px 3px 0 rgba(63, 63, 68, .15);
    font-size: 18px;
    font-weight: 600;
    text-align: center;
    color: #fff;
    padding: 17px;
    border: 1px solid transparent
}

.button:focus,
.critical {
    outline: none
}

.button>span,
.critical {
    vertical-align: middle
}

.button.button--aylen,
.critical {
    overflow: hidden;
    transition: color .3s
}

.button--aylen.button--inverted,
.critical {
    background: none;
    color: #fff
}

.button--aylen:after,
.button--aylen:before,
.critical {
    content: "";
    position: absolute;
    height: 100%;
    width: 100%;
    bottom: 100%;
    left: 0;
    z-index: -1;
    transition: transform .3s;
    transition-timing-function: cubic-bezier(.75, 0, .125, 1)
}

.button--aylen:before,
.critical {
    background: #7986cb
}

.button--aylen:after,
.critical {
    background: #3f51b5
}

.button--aylen:hover,
.critical {
    color: #fff !important
}

.button--aylen:hover:after,
.button--aylen:hover:before,
.critical {
    transform: translate3d(0, 100%, 0)
}

.button--aylen:hover:after,
.critical {
    transition-delay: .175s
}

.critical,
.sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    border: 0
}

.critical,
a.link {
    color: #0046bb;
    transition: all .25s ease
}

.critical:hover,
a.link:hover {
    text-decoration: underline;
    color: #0046bb
}

.critical,
.hide {
    display: none
}

.critical,
.show {
    display: block
}

[type=button],
[type=reset],
[type=submit],
button {
    -webkit-appearance: none;
    appearance: none;
    background-color: #43165c;
    border: 0;
    border-radius: 3px;
    color: #fff;
    cursor: pointer;
    display: inline-block;
    font-family: -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
    font-size: 1em;
    -webkit-font-smoothing: antialiased;
    font-weight: 600;
    line-height: 1;
    padding: .75em 1.5em;
    text-decoration: none;
    transition: background-color .15s ease;
    -webkit-user-select: none;
    -ms-user-select: none;
    user-select: none;
    vertical-align: middle;
    white-space: nowrap
}

[type=button]:disabled,
[type=reset]:disabled,
[type=submit]:disabled,
button:disabled {
    cursor: not-allowed;
    opacity: .5
}

[type=button]:disabled:hover,
[type=reset]:disabled:hover,
[type=submit]:disabled:hover,
button:disabled:hover {
    background-color: #43165c
}

fieldset {
    background-color: transparent
}

label,
legend {
    font-weight: 600;
    margin-bottom: .375em
}

label {
    display: block
}

input,
select,
textarea {
    display: block;
    font-family: -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
    font-size: 1em
}

[type=color],
[type=date],
[type=datetime-local],
[type=datetime],
[type=email],
[type=month],
[type=number],
[type=password],
[type=search],
[type=tel],
[type=text],
[type=time],
[type=url],
[type=week],
input:not([type]),
select[multiple],
textarea {
    background-color: #fff;
    border: 1px solid #ddd;
    border-radius: 3px;
    box-shadow: inset 0 1px 3px rgba(0, 0, 0, .06);
    box-sizing: border-box;
    margin-bottom: .75em;
    padding: .5em;
    transition: border-color .15s ease;
    width: 100%
}

[type=color]:hover,
[type=date]:hover,
[type=datetime-local]:hover,
[type=datetime]:hover,
[type=email]:hover,
[type=month]:hover,
[type=number]:hover,
[type=password]:hover,
[type=search]:hover,
[type=tel]:hover,
[type=text]:hover,
[type=time]:hover,
[type=url]:hover,
[type=week]:hover,
input:not([type]):hover,
select[multiple]:hover,
textarea:hover {
    border-color: #b1b1b1
}

[type=color]:focus,
[type=date]:focus,
[type=datetime-local]:focus,
[type=datetime]:focus,
[type=email]:focus,
[type=month]:focus,
[type=number]:focus,
[type=password]:focus,
[type=search]:focus,
[type=tel]:focus,
[type=text]:focus,
[type=time]:focus,
[type=url]:focus,
[type=week]:focus,
input:not([type]):focus,
select[multiple]:focus,
textarea:focus {
    border-color: #43165c;
    box-shadow: inset 0 1px 3px rgba(0, 0, 0, .06), 0 0 2px rgba(52, 17, 71, .7);
    outline: none
}

[type=color]:disabled,
[type=date]:disabled,
[type=datetime-local]:disabled,
[type=datetime]:disabled,
[type=email]:disabled,
[type=month]:disabled,
[type=number]:disabled,
[type=password]:disabled,
[type=search]:disabled,
[type=tel]:disabled,
[type=text]:disabled,
[type=time]:disabled,
[type=url]:disabled,
[type=week]:disabled,
input:not([type]):disabled,
select[multiple]:disabled,
textarea:disabled {
    background-color: #f2f2f2;
    cursor: not-allowed
}

[type=color]:disabled:hover,
[type=date]:disabled:hover,
[type=datetime-local]:disabled:hover,
[type=datetime]:disabled:hover,
[type=email]:disabled:hover,
[type=month]:disabled:hover,
[type=number]:disabled:hover,
[type=password]:disabled:hover,
[type=search]:disabled:hover,
[type=tel]:disabled:hover,
[type=text]:disabled:hover,
[type=time]:disabled:hover,
[type=url]:disabled:hover,
[type=week]:disabled:hover,
input:not([type]):disabled:hover,
select[multiple]:disabled:hover,
textarea:disabled:hover {
    border: 1px solid #ddd
}

textarea {
    resize: vertical
}

[type=search] {
    -webkit-appearance: none;
    appearance: none
}

[type=checkbox],
[type=radio] {
    display: inline;
    margin-right: .375em
}

[type=file] {
    width: 100%
}

[type=file],
select {
    margin-bottom: .75em
}

select {
    max-width: 100%;
    width: auto
}

ol,
ul {
    list-style-type: none;
    padding: 0
}

dl,
dt,
ol,
ul {
    margin: 0
}

dt {
    font-weight: 600
}

dd {
    margin: 0
}

img,
picture {
    margin: 0;
    max-width: 100%
}

table {
    margin: .75em 0;
    table-layout: fixed;
    width: 100%
}

th {
    border-bottom: 1px solid #a6a6a6;
    font-weight: 600
}

td,
th {
    padding: .75em 0
}

td {
    border-bottom: 1px solid #ddd
}

td,
th,
tr {
    vertical-align: middle
}

body {
    font-size: 1em;
    line-height: 1.5
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-size: 1.25em;
    line-height: 1.2;
    margin: 0 0 .75em
}

p {
    margin: 0 0 .75em
}

a {
    transition: color .15s ease
}

a:active,
a:focus,
a:hover {
    color: #321145
}

hr {
    border-bottom: 1px solid #ddd;
    border-left: 0;
    border-right: 0;
    border-top: 0;
    margin: 1.5em 0
}

html {
    box-sizing: border-box
}

*,
:after,
:before {
    box-sizing: inherit
}

.slick-slider {
    box-sizing: border-box;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -ms-touch-action: pan-y;
    touch-action: pan-y;
    -webkit-tap-highlight-color: transparent
}

.slick-list,
.slick-slider {
    position: relative;
    display: block
}

.slick-list {
    overflow: hidden;
    margin: 0;
    padding: 0
}

.slick-list:focus {
    outline: none
}

.slick-list.dragging {
    cursor: pointer;
    cursor: hand
}

.slick-slider .slick-list,
.slick-slider .slick-track {
    transform: translateZ(0)
}

.slick-track {
    position: relative;
    left: 0;
    top: 0;
    display: block
}

.slick-track:after,
.slick-track:before {
    content: "";
    display: table
}

.slick-track:after {
    clear: both
}

.slick-loading .slick-track {
    visibility: hidden
}

.slick-slide {
    float: left;
    height: 100%;
    min-height: 1px;
    display: none
}

[dir=rtl] .slick-slide {
    float: right
}

.slick-slide img {
    display: block
}

.slick-slide.slick-loading img {
    display: none
}

.slick-slide.dragging img {
    pointer-events: none
}

.slick-initialized .slick-slide {
    display: block
}

.slick-loading .slick-slide {
    visibility: hidden
}

.slick-vertical .slick-slide {
    display: block;
    height: auto;
    border: 1px solid transparent
}

.slick-arrow.slick-hidden {
    display: none
}

/*! Tablesaw - v2.0.3 - 2016-05-02
* https://github.com/filamentgroup/tablesaw
* Copyright (c) 2016 Filament Group; Licensed MIT */
/*! Tablesaw - v2.0.3 - 2016-05-02
* https://github.com/filamentgroup/tablesaw
* Copyright (c) 2016 Filament Group; Licensed MIT */
table.tablesaw {
    empty-cells: show;
    max-width: 100%;
    width: 100%
}

.tablesaw {
    border-collapse: collapse;
    width: 100%;
    border: 0;
    padding: 0
}

.tablesaw td,
.tablesaw th {
    box-sizing: border-box;
    padding: .5em .7em
}

.tablesaw thead tr:first-child th {
    padding-top: .9em;
    padding-bottom: .7em
}

.tablesaw-stack tbody tr {
    border-bottom: 1px solid #dfdfdf
}

.tablesaw-stack td .tablesaw-cell-label,
.tablesaw-stack th .tablesaw-cell-label {
    display: none
}

@media only all {

    .tablesaw-stack td,
    .tablesaw-stack th {
        text-align: left;
        display: block
    }

    .tablesaw-stack tr {
        clear: both;
        display: table-row
    }

    .tablesaw-stack td .tablesaw-cell-label,
    .tablesaw-stack th .tablesaw-cell-label {
        display: block;
        padding: 0 .6em 0 0;
        width: 30%;
        display: inline-block
    }

    .tablesaw-stack td .tablesaw-cell-label-top,
    .tablesaw-stack th .tablesaw-cell-label-top {
        display: block;
        padding: .4em 0;
        margin: .4em 0
    }

    .tablesaw-cell-label {
        display: block
    }

    .tablesaw-stack tbody th.group {
        margin-top: -1px
    }

    .tablesaw-stack th.group b.tablesaw-cell-label {
        display: none !important
    }
}

.selectize-control {
    position: relative
}

.selectize-dropdown,
.selectize-input,
.selectize-input input {
    color: #303030;
    font-family: inherit;
    font-size: 13px;
    line-height: 18px;
    -webkit-font-smoothing: inherit
}

.selectize-control.single .selectize-input.input-active,
.selectize-input {
    background: #fff;
    cursor: text;
    display: inline-block
}

.selectize-input {
    border-bottom: 1px solid #0046bb;
    padding: 8px;
    display: inline-block;
    width: 100%;
    overflow: hidden;
    position: relative;
    z-index: 1;
    box-sizing: border-box;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .1);
    border-radius: 0
}

.selectize-control.multi .selectize-input.has-items {
    padding: 6px 8px 3px
}

.selectize-input.full {
    background-color: #fff
}

.selectize-input.disabled,
.selectize-input.disabled * {
    cursor: default !important
}

.selectize-input.focus {
    box-shadow: inset 0 1px 2px rgba(0, 0, 0, .15)
}

.selectize-input.dropdown-active {
    border-radius: 0 0 0 0
}

.selectize-input>* {
    vertical-align: baseline;
    display: -moz-inline-stack;
    display: inline-block;
    zoom: 1;
    *display: inline
}

.selectize-control.multi .selectize-input>div {
    cursor: pointer;
    margin: 0 3px 3px 0;
    padding: 2px 6px;
    background: #f2f2f2;
    color: #303030;
    border: 0 solid #0046bb
}

.selectize-control.multi .selectize-input>div.active {
    background: #e8e8e8;
    color: #303030;
    border: 0 solid #cacaca
}

.selectize-control.multi .selectize-input.disabled>div,
.selectize-control.multi .selectize-input.disabled>div.active {
    color: #7d7c7c;
    background: #fff;
    border: 0 solid #aaa
}

.selectize-input>input {
    display: inline-block !important;
    padding: 0 !important;
    min-height: 0 !important;
    max-height: none !important;
    max-width: 100% !important;
    margin: 0 2px 0 0 !important;
    text-indent: 0 !important;
    border: 0 none !important;
    background: none !important;
    line-height: inherit;
    -webkit-user-select: auto !important;
    box-shadow: none !important
}

.selectize-input>input::-ms-clear {
    display: none
}

.selectize-input>input:focus {
    outline: none !important
}

.selectize-input:after {
    content: " ";
    display: block;
    clear: left
}

.selectize-input.dropdown-active:before {
    content: " ";
    display: block;
    position: absolute;
    background: #f0f0f0;
    height: 1px;
    bottom: 0;
    left: 0;
    right: 0
}

.selectize-dropdown {
    position: absolute;
    z-index: 10;
    border: 1px solid #0046bb;
    background: #fff;
    margin: -1px 0 0;
    border-top: 0 none;
    box-sizing: border-box;
    box-shadow: 0 1px 3px rgba(0, 0, 0, .1);
    border-radius: 0 0 0 0
}

.selectize-dropdown [data-selectable] {
    cursor: pointer;
    overflow: hidden
}

.selectize-dropdown [data-selectable] .highlight {
    background: rgba(125, 168, 208, .2);
    border-radius: 1px
}

.selectize-dropdown .optgroup-header,
.selectize-dropdown [data-selectable] {
    padding: 5px 8px
}

.selectize-dropdown .optgroup:first-child .optgroup-header {
    border-top: 0 none
}

.selectize-dropdown .optgroup-header {
    color: #303030;
    background: #fff;
    cursor: default
}

.selectize-dropdown .active {
    background-color: #f5fafd;
    color: #495c68
}

.selectize-dropdown .active.create {
    color: #495c68
}

.selectize-dropdown .create {
    color: rgba(48, 48, 48, .5)
}

.selectize-dropdown-content {
    overflow-y: auto;
    overflow-x: hidden;
    max-height: 200px
}

.selectize-control.single .selectize-input,
.selectize-control.single .selectize-input input {
    cursor: pointer
}

.selectize-control.single .selectize-input.input-active,
.selectize-control.single .selectize-input.input-active input {
    cursor: text
}

.selectize-control.single .selectize-input:after {
    content: " ";
    display: block;
    position: absolute;
    top: 50%;
    right: 15px;
    margin-top: -3px;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 5px 5px 0;
    border-color: gray transparent transparent
}

.selectize-control.single .selectize-input.dropdown-active:after {
    margin-top: -4px;
    border-width: 0 5px 5px;
    border-color: transparent transparent gray
}

.selectize-control.rtl.single .selectize-input:after {
    left: 15px;
    right: auto
}

.selectize-control.rtl .selectize-input>input {
    margin: 0 4px 0 -2px !important
}

.selectize-control .selectize-input.disabled {
    opacity: .5;
    background-color: #f3f3f3
}

.selectize-dropdown,
.selectize-input,
.selectize-input input {
    line-height: 35px
}

@media (min-width:768px) {

    .selectize-dropdown,
    .selectize-input,
    .selectize-input input {
        line-height: normal
    }
}

@media (min-width:992px) {

    .selectize-dropdown,
    .selectize-input,
    .selectize-input input {
        line-height: 35px
    }
}

.selectize-input {
    height: 50px;
    text-align: left
}

.selectize-dropdown-content .option {
    background: #fcfcfc;
    transition: all .15s ease
}

.selectize-dropdown-content .option.active {
    background: #0046bb;
    color: #fff
}

.selectize-dropdown {
    border: 0;
    border-bottom: 1px solid #0046bb;
    text-align: left
}

.selectize-control.single .selectize-input.input-active,
.selectize-input {
    background: #fcfcfc;
    box-shadow: none
}

.selectize-input.full {
    background: #fcfcfc
}

/*!
 * Bootstrap v3.3.7 (http://getbootstrap.com)
 * Copyright 2011-2016 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */
/*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */
html {
    font-family: sans-serif;
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%
}

body {
    margin: 0
}

.critical,
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
    display: block
}

audio,
canvas,
progress,
video {
    display: inline-block;
    vertical-align: baseline
}

audio:not([controls]) {
    display: none;
    height: 0
}

[hidden],
template {
    display: none
}

a {
    background-color: transparent
}

a:active,
a:hover {
    outline: 0
}

abbr[title] {
    border-bottom: 1px dotted
}

b,
strong {
    font-weight: 700
}

dfn {
    font-style: italic
}

h1 {
    margin: .67em 0;
    font-size: 2em
}

mark {
    color: #000;
    background: #ff0
}

small {
    font-size: 80%
}

sub,
sup {
    position: relative;
    font-size: 75%;
    line-height: 0;
    vertical-align: baseline
}

sup {
    top: -.5em
}

sub {
    bottom: -.25em
}

img {
    border: 0
}

svg:not(:root) {
    overflow: hidden
}

figure {
    margin: 1em 40px
}

hr {
    height: 0;
    box-sizing: content-box
}

pre {
    overflow: auto
}

code,
kbd,
pre,
samp {
    font-family: monospace, monospace;
    font-size: 1em
}

button,
input,
optgroup,
select,
textarea {
    margin: 0;
    font: inherit;
    color: inherit
}

button {
    overflow: visible
}

button,
select {
    text-transform: none
}

button,
html input[type=button],
input[type=reset],
input[type=submit] {
    -webkit-appearance: button;
    cursor: pointer
}

button[disabled],
html input[disabled] {
    cursor: default
}

button::-moz-focus-inner,
input::-moz-focus-inner {
    padding: 0;
    border: 0
}

input {
    line-height: normal
}

input[type=checkbox],
input[type=radio] {
    box-sizing: border-box;
    padding: 0
}

input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
    height: auto
}

input[type=search] {
    box-sizing: content-box;
    -webkit-appearance: textfield
}

input[type=search]::-webkit-search-cancel-button,
input[type=search]::-webkit-search-decoration {
    -webkit-appearance: none
}

fieldset {
    padding: .35em .625em .75em;
    margin: 0 2px;
    border: 1px solid silver
}

textarea {
    overflow: auto
}

optgroup {
    font-weight: 700
}

table {
    border-spacing: 0;
    border-collapse: collapse
}

td,
th {
    padding: 0
}

/*! Source: https://github.com/h5bp/html5-boilerplate/blob/master/src/css/main.css */
@media print {

    *,
    :after,
    :before {
        color: #000 !important;
        text-shadow: none !important;
        background: 0 0 !important;
        box-shadow: none !important
    }

    a,
    a:visited {
        text-decoration: underline
    }

    a[href]:after {
        content: " (" attr(href) ")"
    }

    abbr[title]:after {
        content: " (" attr(title) ")"
    }

    a[href^="#"]:after,
    a[href^="javascript:"]:after {
        content: ""
    }

    blockquote,
    pre {
        border: 1px solid #999;
        page-break-inside: avoid
    }

    thead {
        display: table-header-group
    }

    img,
    tr {
        page-break-inside: avoid
    }

    img {
        max-width: 100% !important
    }

    h2,
    h3,
    p {
        orphans: 3;
        widows: 3
    }

    h2,
    h3 {
        page-break-after: avoid
    }

    .navbar {
        display: none
    }

    .btn>.caret,
    .dropup>.btn>.caret {
        border-top-color: #000 !important
    }

    .label {
        border: 1px solid #000
    }

    .table {
        border-collapse: collapse !important
    }

    .table td,
    .table th {
        background-color: #fff !important
    }

    .table-bordered td,
    .table-bordered th {
        border: 1px solid #ddd !important
    }
}

@font-face {
    font-family: Glyphicons Halflings;
    src: url(../fonts/glyphicons-halflings-regular.eot);
    src: url(../fonts/glyphicons-halflings-regular.eot?#iefix) format("embedded-opentype"), url(../fonts/glyphicons-halflings-regular.woff2) format("woff2"), url(../fonts/glyphicons-halflings-regular.woff) format("woff"), url(../fonts/glyphicons-halflings-regular.ttf) format("truetype"), url(../fonts/glyphicons-halflings-regular.svg#glyphicons_halflingsregular) format("svg")
}

.glyphicon {
    position: relative;
    top: 1px;
    display: inline-block;
    font-family: Glyphicons Halflings;
    font-style: normal;
    font-weight: 400;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

.glyphicon-asterisk:before {
    content: "\002a"
}

.glyphicon-plus:before {
    content: "\002b"
}

.glyphicon-eur:before,
.glyphicon-euro:before {
    content: "\20ac"
}

.glyphicon-minus:before {
    content: "\2212"
}

.glyphicon-cloud:before {
    content: "\2601"
}

.glyphicon-envelope:before {
    content: "\2709"
}

.glyphicon-pencil:before {
    content: "\270f"
}

.glyphicon-glass:before {
    content: "\e001"
}

.glyphicon-music:before {
    content: "\e002"
}

.glyphicon-search:before {
    content: "\e003"
}

.glyphicon-heart:before {
    content: "\e005"
}

.glyphicon-star:before {
    content: "\e006"
}

.glyphicon-star-empty:before {
    content: "\e007"
}

.glyphicon-user:before {
    content: "\e008"
}

.glyphicon-film:before {
    content: "\e009"
}

.glyphicon-th-large:before {
    content: "\e010"
}

.glyphicon-th:before {
    content: "\e011"
}

.glyphicon-th-list:before {
    content: "\e012"
}

.glyphicon-ok:before {
    content: "\e013"
}

.glyphicon-remove:before {
    content: "\e014"
}

.glyphicon-zoom-in:before {
    content: "\e015"
}

.glyphicon-zoom-out:before {
    content: "\e016"
}

.glyphicon-off:before {
    content: "\e017"
}

.glyphicon-signal:before {
    content: "\e018"
}

.glyphicon-cog:before {
    content: "\e019"
}

.glyphicon-trash:before {
    content: "\e020"
}

.glyphicon-home:before {
    content: "\e021"
}

.glyphicon-file:before {
    content: "\e022"
}

.glyphicon-time:before {
    content: "\e023"
}

.glyphicon-road:before {
    content: "\e024"
}

.glyphicon-download-alt:before {
    content: "\e025"
}

.glyphicon-download:before {
    content: "\e026"
}

.glyphicon-upload:before {
    content: "\e027"
}

.glyphicon-inbox:before {
    content: "\e028"
}

.glyphicon-play-circle:before {
    content: "\e029"
}

.glyphicon-repeat:before {
    content: "\e030"
}

.glyphicon-refresh:before {
    content: "\e031"
}

.glyphicon-list-alt:before {
    content: "\e032"
}

.glyphicon-lock:before {
    content: "\e033"
}

.glyphicon-flag:before {
    content: "\e034"
}

.glyphicon-headphones:before {
    content: "\e035"
}

.glyphicon-volume-off:before {
    content: "\e036"
}

.glyphicon-volume-down:before {
    content: "\e037"
}

.glyphicon-volume-up:before {
    content: "\e038"
}

.glyphicon-qrcode:before {
    content: "\e039"
}

.glyphicon-barcode:before {
    content: "\e040"
}

.glyphicon-tag:before {
    content: "\e041"
}

.glyphicon-tags:before {
    content: "\e042"
}

.glyphicon-book:before {
    content: "\e043"
}

.glyphicon-bookmark:before {
    content: "\e044"
}

.glyphicon-print:before {
    content: "\e045"
}

.glyphicon-camera:before {
    content: "\e046"
}

.glyphicon-font:before {
    content: "\e047"
}

.glyphicon-bold:before {
    content: "\e048"
}

.glyphicon-italic:before {
    content: "\e049"
}

.glyphicon-text-height:before {
    content: "\e050"
}

.glyphicon-text-width:before {
    content: "\e051"
}

.glyphicon-align-left:before {
    content: "\e052"
}

.glyphicon-align-center:before {
    content: "\e053"
}

.glyphicon-align-right:before {
    content: "\e054"
}

.glyphicon-align-justify:before {
    content: "\e055"
}

.glyphicon-list:before {
    content: "\e056"
}

.glyphicon-indent-left:before {
    content: "\e057"
}

.glyphicon-indent-right:before {
    content: "\e058"
}

.glyphicon-facetime-video:before {
    content: "\e059"
}

.glyphicon-picture:before {
    content: "\e060"
}

.glyphicon-map-marker:before {
    content: "\e062"
}

.glyphicon-adjust:before {
    content: "\e063"
}

.glyphicon-tint:before {
    content: "\e064"
}

.glyphicon-edit:before {
    content: "\e065"
}

.glyphicon-share:before {
    content: "\e066"
}

.glyphicon-check:before {
    content: "\e067"
}

.glyphicon-move:before {
    content: "\e068"
}

.glyphicon-step-backward:before {
    content: "\e069"
}

.glyphicon-fast-backward:before {
    content: "\e070"
}

.glyphicon-backward:before {
    content: "\e071"
}

.glyphicon-play:before {
    content: "\e072"
}

.glyphicon-pause:before {
    content: "\e073"
}

.glyphicon-stop:before {
    content: "\e074"
}

.glyphicon-forward:before {
    content: "\e075"
}

.glyphicon-fast-forward:before {
    content: "\e076"
}

.glyphicon-step-forward:before {
    content: "\e077"
}

.glyphicon-eject:before {
    content: "\e078"
}

.glyphicon-chevron-left:before {
    content: "\e079"
}

.glyphicon-chevron-right:before {
    content: "\e080"
}

.glyphicon-plus-sign:before {
    content: "\e081"
}

.glyphicon-minus-sign:before {
    content: "\e082"
}

.glyphicon-remove-sign:before {
    content: "\e083"
}

.glyphicon-ok-sign:before {
    content: "\e084"
}

.glyphicon-question-sign:before {
    content: "\e085"
}

.glyphicon-info-sign:before {
    content: "\e086"
}

.glyphicon-screenshot:before {
    content: "\e087"
}

.glyphicon-remove-circle:before {
    content: "\e088"
}

.glyphicon-ok-circle:before {
    content: "\e089"
}

.glyphicon-ban-circle:before {
    content: "\e090"
}

.glyphicon-arrow-left:before {
    content: "\e091"
}

.glyphicon-arrow-right:before {
    content: "\e092"
}

.glyphicon-arrow-up:before {
    content: "\e093"
}

.glyphicon-arrow-down:before {
    content: "\e094"
}

.glyphicon-share-alt:before {
    content: "\e095"
}

.glyphicon-resize-full:before {
    content: "\e096"
}

.glyphicon-resize-small:before {
    content: "\e097"
}

.glyphicon-exclamation-sign:before {
    content: "\e101"
}

.glyphicon-gift:before {
    content: "\e102"
}

.glyphicon-leaf:before {
    content: "\e103"
}

.glyphicon-fire:before {
    content: "\e104"
}

.glyphicon-eye-open:before {
    content: "\e105"
}

.glyphicon-eye-close:before {
    content: "\e106"
}

.glyphicon-warning-sign:before {
    content: "\e107"
}

.glyphicon-plane:before {
    content: "\e108"
}

.glyphicon-calendar:before {
    content: "\e109"
}

.glyphicon-random:before {
    content: "\e110"
}

.glyphicon-comment:before {
    content: "\e111"
}

.glyphicon-magnet:before {
    content: "\e112"
}

.glyphicon-chevron-up:before {
    content: "\e113"
}

.glyphicon-chevron-down:before {
    content: "\e114"
}

.glyphicon-retweet:before {
    content: "\e115"
}

.glyphicon-shopping-cart:before {
    content: "\e116"
}

.glyphicon-folder-close:before {
    content: "\e117"
}

.glyphicon-folder-open:before {
    content: "\e118"
}

.glyphicon-resize-vertical:before {
    content: "\e119"
}

.glyphicon-resize-horizontal:before {
    content: "\e120"
}

.glyphicon-hdd:before {
    content: "\e121"
}

.glyphicon-bullhorn:before {
    content: "\e122"
}

.glyphicon-bell:before {
    content: "\e123"
}

.glyphicon-certificate:before {
    content: "\e124"
}

.glyphicon-thumbs-up:before {
    content: "\e125"
}

.glyphicon-thumbs-down:before {
    content: "\e126"
}

.glyphicon-hand-right:before {
    content: "\e127"
}

.glyphicon-hand-left:before {
    content: "\e128"
}

.glyphicon-hand-up:before {
    content: "\e129"
}

.glyphicon-hand-down:before {
    content: "\e130"
}

.glyphicon-circle-arrow-right:before {
    content: "\e131"
}

.glyphicon-circle-arrow-left:before {
    content: "\e132"
}

.glyphicon-circle-arrow-up:before {
    content: "\e133"
}

.glyphicon-circle-arrow-down:before {
    content: "\e134"
}

.glyphicon-globe:before {
    content: "\e135"
}

.glyphicon-wrench:before {
    content: "\e136"
}

.glyphicon-tasks:before {
    content: "\e137"
}

.glyphicon-filter:before {
    content: "\e138"
}

.glyphicon-briefcase:before {
    content: "\e139"
}

.glyphicon-fullscreen:before {
    content: "\e140"
}

.glyphicon-dashboard:before {
    content: "\e141"
}

.glyphicon-paperclip:before {
    content: "\e142"
}

.glyphicon-heart-empty:before {
    content: "\e143"
}

.glyphicon-link:before {
    content: "\e144"
}

.glyphicon-phone:before {
    content: "\e145"
}

.glyphicon-pushpin:before {
    content: "\e146"
}

.glyphicon-usd:before {
    content: "\e148"
}

.glyphicon-gbp:before {
    content: "\e149"
}

.glyphicon-sort:before {
    content: "\e150"
}

.glyphicon-sort-by-alphabet:before {
    content: "\e151"
}

.glyphicon-sort-by-alphabet-alt:before {
    content: "\e152"
}

.glyphicon-sort-by-order:before {
    content: "\e153"
}

.glyphicon-sort-by-order-alt:before {
    content: "\e154"
}

.glyphicon-sort-by-attributes:before {
    content: "\e155"
}

.glyphicon-sort-by-attributes-alt:before {
    content: "\e156"
}

.glyphicon-unchecked:before {
    content: "\e157"
}

.glyphicon-expand:before {
    content: "\e158"
}

.glyphicon-collapse-down:before {
    content: "\e159"
}

.glyphicon-collapse-up:before {
    content: "\e160"
}

.glyphicon-log-in:before {
    content: "\e161"
}

.glyphicon-flash:before {
    content: "\e162"
}

.glyphicon-log-out:before {
    content: "\e163"
}

.glyphicon-new-window:before {
    content: "\e164"
}

.glyphicon-record:before {
    content: "\e165"
}

.glyphicon-save:before {
    content: "\e166"
}

.glyphicon-open:before {
    content: "\e167"
}

.glyphicon-saved:before {
    content: "\e168"
}

.glyphicon-import:before {
    content: "\e169"
}

.glyphicon-export:before {
    content: "\e170"
}

.glyphicon-send:before {
    content: "\e171"
}

.glyphicon-floppy-disk:before {
    content: "\e172"
}

.glyphicon-floppy-saved:before {
    content: "\e173"
}

.glyphicon-floppy-remove:before {
    content: "\e174"
}

.glyphicon-floppy-save:before {
    content: "\e175"
}

.glyphicon-floppy-open:before {
    content: "\e176"
}

.glyphicon-credit-card:before {
    content: "\e177"
}

.glyphicon-transfer:before {
    content: "\e178"
}

.glyphicon-cutlery:before {
    content: "\e179"
}

.glyphicon-header:before {
    content: "\e180"
}

.glyphicon-compressed:before {
    content: "\e181"
}

.glyphicon-earphone:before {
    content: "\e182"
}

.glyphicon-phone-alt:before {
    content: "\e183"
}

.glyphicon-tower:before {
    content: "\e184"
}

.glyphicon-stats:before {
    content: "\e185"
}

.glyphicon-sd-video:before {
    content: "\e186"
}

.glyphicon-hd-video:before {
    content: "\e187"
}

.glyphicon-subtitles:before {
    content: "\e188"
}

.glyphicon-sound-stereo:before {
    content: "\e189"
}

.glyphicon-sound-dolby:before {
    content: "\e190"
}

.glyphicon-sound-5-1:before {
    content: "\e191"
}

.glyphicon-sound-6-1:before {
    content: "\e192"
}

.glyphicon-sound-7-1:before {
    content: "\e193"
}

.glyphicon-copyright-mark:before {
    content: "\e194"
}

.glyphicon-registration-mark:before {
    content: "\e195"
}

.glyphicon-cloud-download:before {
    content: "\e197"
}

.glyphicon-cloud-upload:before {
    content: "\e198"
}

.glyphicon-tree-conifer:before {
    content: "\e199"
}

.glyphicon-tree-deciduous:before {
    content: "\e200"
}

.glyphicon-cd:before {
    content: "\e201"
}

.glyphicon-save-file:before {
    content: "\e202"
}

.glyphicon-open-file:before {
    content: "\e203"
}

.glyphicon-level-up:before {
    content: "\e204"
}

.glyphicon-copy:before {
    content: "\e205"
}

.glyphicon-paste:before {
    content: "\e206"
}

.glyphicon-alert:before {
    content: "\e209"
}

.glyphicon-equalizer:before {
    content: "\e210"
}

.glyphicon-king:before {
    content: "\e211"
}

.glyphicon-queen:before {
    content: "\e212"
}

.glyphicon-pawn:before {
    content: "\e213"
}

.glyphicon-bishop:before {
    content: "\e214"
}

.glyphicon-knight:before {
    content: "\e215"
}

.glyphicon-baby-formula:before {
    content: "\e216"
}

.glyphicon-tent:before {
    content: "\26fa"
}

.glyphicon-blackboard:before {
    content: "\e218"
}

.glyphicon-bed:before {
    content: "\e219"
}

.glyphicon-apple:before {
    content: "\f8ff"
}

.glyphicon-erase:before {
    content: "\e221"
}

.glyphicon-hourglass:before {
    content: "\231b"
}

.glyphicon-lamp:before {
    content: "\e223"
}

.glyphicon-duplicate:before {
    content: "\e224"
}

.glyphicon-piggy-bank:before {
    content: "\e225"
}

.glyphicon-scissors:before {
    content: "\e226"
}

.glyphicon-bitcoin:before,
.glyphicon-btc:before,
.glyphicon-xbt:before {
    content: "\e227"
}

.glyphicon-jpy:before,
.glyphicon-yen:before {
    content: "\00a5"
}

.glyphicon-rub:before,
.glyphicon-ruble:before {
    content: "\20bd"
}

.glyphicon-scale:before {
    content: "\e230"
}

.glyphicon-ice-lolly:before {
    content: "\e231"
}

.glyphicon-ice-lolly-tasted:before {
    content: "\e232"
}

.glyphicon-education:before {
    content: "\e233"
}

.glyphicon-option-horizontal:before {
    content: "\e234"
}

.glyphicon-option-vertical:before {
    content: "\e235"
}

.glyphicon-menu-hamburger:before {
    content: "\e236"
}

.glyphicon-modal-window:before {
    content: "\e237"
}

.glyphicon-oil:before {
    content: "\e238"
}

.glyphicon-grain:before {
    content: "\e239"
}

.glyphicon-sunglasses:before {
    content: "\e240"
}

.glyphicon-text-size:before {
    content: "\e241"
}

.glyphicon-text-color:before {
    content: "\e242"
}

.glyphicon-text-background:before {
    content: "\e243"
}

.glyphicon-object-align-top:before {
    content: "\e244"
}

.glyphicon-object-align-bottom:before {
    content: "\e245"
}

.glyphicon-object-align-horizontal:before {
    content: "\e246"
}

.glyphicon-object-align-left:before {
    content: "\e247"
}

.glyphicon-object-align-vertical:before {
    content: "\e248"
}

.glyphicon-object-align-right:before {
    content: "\e249"
}

.glyphicon-triangle-right:before {
    content: "\e250"
}

.glyphicon-triangle-left:before {
    content: "\e251"
}

.glyphicon-triangle-bottom:before {
    content: "\e252"
}

.glyphicon-triangle-top:before {
    content: "\e253"
}

.glyphicon-console:before {
    content: "\e254"
}

.glyphicon-superscript:before {
    content: "\e255"
}

.glyphicon-subscript:before {
    content: "\e256"
}

.glyphicon-menu-left:before {
    content: "\e257"
}

.glyphicon-menu-right:before {
    content: "\e258"
}

.glyphicon-menu-down:before {
    content: "\e259"
}

.glyphicon-menu-up:before {
    content: "\e260"
}

:after,
:before {
    box-sizing: border-box
}

html {
    font-size: 10px;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0)
}

body {
    font-family: Helvetica Neue, Helvetica, Arial, sans-serif;
    font-size: 14px;
    line-height: 1.42857143;
    color: #333;
    background-color: #fff
}

button,
input,
select,
textarea {
    font-family: inherit;
    font-size: inherit;
    line-height: inherit
}

a:focus,
a:hover {
    text-decoration: underline
}

a:focus {
    outline: 5px auto -webkit-focus-ring-color;
    outline-offset: -2px
}

figure {
    margin: 0
}

img {
    vertical-align: middle
}

.carousel-inner>.item>a>img,
.carousel-inner>.item>img,
.img-responsive,
.thumbnail>img,
.thumbnail a>img {
    display: block;
    max-width: 100%;
    height: auto
}

.img-rounded {
    border-radius: 6px
}

.img-thumbnail {
    display: inline-block;
    max-width: 100%;
    height: auto;
    padding: 4px;
    line-height: 1.42857143;
    background-color: #fff;
    border: 1px solid #ddd;
    border-radius: 4px;
    transition: all .2s ease-in-out
}

.img-circle {
    border-radius: 50%
}

hr {
    margin-top: 20px;
    margin-bottom: 20px;
    border: 0;
    border-top: 1px solid #eee
}

.sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    border: 0
}

.sr-only-focusable:active,
.sr-only-focusable:focus {
    position: static;
    width: auto;
    height: auto;
    margin: 0;
    overflow: visible;
    clip: auto
}

[role=button] {
    cursor: pointer
}

.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: inherit;
    font-weight: 500;
    line-height: 1.1;
    color: inherit
}

.h1 .small,
.h1 small,
.h2 .small,
.h2 small,
.h3 .small,
.h3 small,
.h4 .small,
.h4 small,
.h5 .small,
.h5 small,
.h6 .small,
.h6 small,
h1 .small,
h1 small,
h2 .small,
h2 small,
h3 .small,
h3 small,
h4 .small,
h4 small,
h5 .small,
h5 small,
h6 .small,
h6 small {
    font-weight: 400;
    line-height: 1;
    color: #777
}

.h1,
.h2,
.h3,
h1,
h2,
h3 {
    margin-top: 20px;
    margin-bottom: 10px
}

.h1 .small,
.h1 small,
.h2 .small,
.h2 small,
.h3 .small,
.h3 small,
h1 .small,
h1 small,
h2 .small,
h2 small,
h3 .small,
h3 small {
    font-size: 65%
}

.h4,
.h5,
.h6,
h4,
h5,
h6 {
    margin-top: 10px;
    margin-bottom: 10px
}

.h4 .small,
.h4 small,
.h5 .small,
.h5 small,
.h6 .small,
.h6 small,
h4 .small,
h4 small,
h5 .small,
h5 small,
h6 .small,
h6 small {
    font-size: 75%
}

.h1,
h1 {
    font-size: 36px
}

.h2,
h2 {
    font-size: 30px
}

.h3,
h3 {
    font-size: 24px
}

.h4,
h4 {
    font-size: 18px
}

.h5,
h5 {
    font-size: 14px
}

.h6,
h6 {
    font-size: 12px
}

p {
    margin: 0 0 10px
}

.lead {
    margin-bottom: 20px;
    font-size: 16px;
    font-weight: 300;
    line-height: 1.4
}

@media (min-width:768px) {
    .lead {
        font-size: 21px
    }
}

.small,
small {
    font-size: 85%
}

.mark,
mark {
    padding: .2em;
    background-color: #fcf8e3
}

.text-left {
    text-align: left
}

.text-right {
    text-align: right
}

.text-justify {
    text-align: justify
}

.text-nowrap {
    white-space: nowrap
}

.text-lowercase {
    text-transform: lowercase
}

.text-uppercase {
    text-transform: uppercase
}

.text-capitalize {
    text-transform: capitalize
}

.text-muted {
    color: #777
}

.text-primary {
    color: #337ab7
}

a.text-primary:focus,
a.text-primary:hover {
    color: #286090
}

.text-success {
    color: #3c763d
}

a.text-success:focus,
a.text-success:hover {
    color: #2b542c
}

.text-info {
    color: #31708f
}

a.text-info:focus,
a.text-info:hover {
    color: #245269
}

.text-warning {
    color: #8a6d3b
}

a.text-warning:focus,
a.text-warning:hover {
    color: #66512c
}

.text-danger {
    color: #a94442
}

a.text-danger:focus,
a.text-danger:hover {
    color: #843534
}

.bg-primary {
    color: #fff;
    background-color: #337ab7
}

a.bg-primary:focus,
a.bg-primary:hover {
    background-color: #286090
}

.bg-success {
    background-color: #dff0d8
}

a.bg-success:focus,
a.bg-success:hover {
    background-color: #c1e2b3
}

.bg-info {
    background-color: #d9edf7
}

a.bg-info:focus,
a.bg-info:hover {
    background-color: #afd9ee
}

.bg-warning {
    background-color: #fcf8e3
}

a.bg-warning:focus,
a.bg-warning:hover {
    background-color: #f7ecb5
}

.bg-danger {
    background-color: #f2dede
}

a.bg-danger:focus,
a.bg-danger:hover {
    background-color: #e4b9b9
}

.page-header {
    padding-bottom: 9px;
    margin: 40px 0 20px;
    border-bottom: 1px solid #eee
}

ol,
ul {
    margin-top: 0;
    margin-bottom: 10px
}

ol ol,
ol ul,
ul ol,
ul ul {
    margin-bottom: 0
}

.list-inline,
.list-unstyled {
    padding-left: 0
}

.list-inline {
    margin-left: -5px;
    list-style: none
}

.list-inline>li {
    display: inline-block;
    padding-right: 5px;
    padding-left: 5px
}

dl {
    margin-top: 0;
    margin-bottom: 20px
}

dd,
dt {
    line-height: 1.42857143
}

dt {
    font-weight: 700
}

dd {
    margin-left: 0
}

@media (min-width:768px) {
    .dl-horizontal dt {
        float: left;
        width: 160px;
        overflow: hidden;
        clear: left;
        text-align: right;
        text-overflow: ellipsis;
        white-space: nowrap
    }

    .dl-horizontal dd {
        margin-left: 180px
    }
}

abbr[data-original-title],
abbr[title] {
    cursor: help;
    border-bottom: 1px dotted #777
}

.initialism {
    font-size: 90%;
    text-transform: uppercase
}

blockquote {
    padding: 10px 20px;
    margin: 0 0 20px;
    font-size: 17.5px;
    border-left: 5px solid #eee
}

blockquote ol:last-child,
blockquote p:last-child,
blockquote ul:last-child {
    margin-bottom: 0
}

blockquote .small,
blockquote footer,
blockquote small {
    display: block;
    font-size: 80%;
    line-height: 1.42857143;
    color: #777
}

blockquote .small:before,
blockquote footer:before,
blockquote small:before {
    content: "\2014 \00A0"
}

.blockquote-reverse,
blockquote.pull-right {
    padding-right: 15px;
    padding-left: 0;
    text-align: right;
    border-right: 5px solid #eee;
    border-left: 0
}

.blockquote-reverse .small:before,
.blockquote-reverse footer:before,
.blockquote-reverse small:before,
blockquote.pull-right .small:before,
blockquote.pull-right footer:before,
blockquote.pull-right small:before {
    content: ""
}

.blockquote-reverse .small:after,
.blockquote-reverse footer:after,
.blockquote-reverse small:after,
blockquote.pull-right .small:after,
blockquote.pull-right footer:after,
blockquote.pull-right small:after {
    content: "\00A0 \2014"
}

address {
    margin-bottom: 20px;
    font-style: normal;
    line-height: 1.42857143
}

code,
kbd,
pre,
samp {
    font-family: Menlo, Monaco, Consolas, Courier New, monospace
}

code {
    color: #c7254e;
    background-color: #f9f2f4;
    border-radius: 4px
}

code,
kbd {
    padding: 2px 4px;
    font-size: 90%
}

kbd {
    color: #fff;
    background-color: #333;
    border-radius: 3px;
    box-shadow: inset 0 -1px 0 rgba(0, 0, 0, .25)
}

kbd kbd {
    padding: 0;
    font-size: 100%;
    font-weight: 700;
    box-shadow: none
}

pre {
    display: block;
    padding: 9.5px;
    margin: 0 0 10px;
    font-size: 13px;
    line-height: 1.42857143;
    color: #333;
    word-break: break-all;
    word-wrap: break-word;
    background-color: #f5f5f5;
    border: 1px solid #ccc;
    border-radius: 4px
}

pre code {
    padding: 0;
    font-size: inherit;
    color: inherit;
    white-space: pre-wrap;
    background-color: transparent;
    border-radius: 0
}

.pre-scrollable {
    max-height: 340px;
    overflow-y: scroll
}

.container,
.critical {
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto
}

@media (min-width:768px) {

    .container,
    .critical {
        width: 750px
    }
}

@media (min-width:992px) {

    .container,
    .critical {
        width: 970px
    }
}

@media (min-width:1200px) {

    .container,
    .critical {
        width: 1170px
    }
}

.container-fluid,
.critical {
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto
}

.critical,
.row {
    margin-right: -15px;
    margin-left: -15px
}

.col-lg-1,
.col-lg-2,
.col-lg-3,
.col-lg-4,
.col-lg-5,
.col-lg-6,
.col-lg-7,
.col-lg-8,
.col-lg-9,
.col-lg-10,
.col-lg-11,
.col-lg-12,
.col-md-1,
.col-md-2,
.col-md-3,
.col-md-4,
.col-md-5,
.col-md-6,
.col-md-7,
.col-md-8,
.col-md-9,
.col-md-10,
.col-md-11,
.col-md-12,
.col-sm-1,
.col-sm-2,
.col-sm-3,
.col-sm-4,
.col-sm-5,
.col-sm-6,
.col-sm-7,
.col-sm-8,
.col-sm-9,
.col-sm-10,
.col-sm-11,
.col-sm-12,
.col-xs-1,
.col-xs-2,
.col-xs-3,
.col-xs-4,
.col-xs-5,
.col-xs-6,
.col-xs-7,
.col-xs-8,
.col-xs-9,
.col-xs-10,
.col-xs-11,
.col-xs-12,
.critical {
    position: relative;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px
}

.col-xs-1,
.col-xs-2,
.col-xs-3,
.col-xs-4,
.col-xs-5,
.col-xs-6,
.col-xs-7,
.col-xs-8,
.col-xs-9,
.col-xs-10,
.col-xs-11,
.col-xs-12,
.critical {
    float: left
}

.col-xs-12,
.critical {
    width: 100%
}

.col-xs-11,
.critical {
    width: 91.66666667%
}

.col-xs-10,
.critical {
    width: 83.33333333%
}

.col-xs-9,
.critical {
    width: 75%
}

.col-xs-8,
.critical {
    width: 66.66666667%
}

.col-xs-7,
.critical {
    width: 58.33333333%
}

.col-xs-6,
.critical {
    width: 50%
}

.col-xs-5,
.critical {
    width: 41.66666667%
}

.col-xs-4,
.critical {
    width: 33.33333333%
}

.col-xs-3,
.critical {
    width: 25%
}

.col-xs-2,
.critical {
    width: 16.66666667%
}

.col-xs-1,
.critical {
    width: 8.33333333%
}

.col-xs-pull-12 {
    right: 100%
}

.col-xs-pull-11 {
    right: 91.66666667%
}

.col-xs-pull-10 {
    right: 83.33333333%
}

.col-xs-pull-9 {
    right: 75%
}

.col-xs-pull-8 {
    right: 66.66666667%
}

.col-xs-pull-7 {
    right: 58.33333333%
}

.col-xs-pull-6 {
    right: 50%
}

.col-xs-pull-5 {
    right: 41.66666667%
}

.col-xs-pull-4 {
    right: 33.33333333%
}

.col-xs-pull-3 {
    right: 25%
}

.col-xs-pull-2 {
    right: 16.66666667%
}

.col-xs-pull-1 {
    right: 8.33333333%
}

.col-xs-pull-0 {
    right: auto
}

.col-xs-push-12 {
    left: 100%
}

.col-xs-push-11 {
    left: 91.66666667%
}

.col-xs-push-10 {
    left: 83.33333333%
}

.col-xs-push-9 {
    left: 75%
}

.col-xs-push-8 {
    left: 66.66666667%
}

.col-xs-push-7 {
    left: 58.33333333%
}

.col-xs-push-6 {
    left: 50%
}

.col-xs-push-5 {
    left: 41.66666667%
}

.col-xs-push-4 {
    left: 33.33333333%
}

.col-xs-push-3 {
    left: 25%
}

.col-xs-push-2 {
    left: 16.66666667%
}

.col-xs-push-1 {
    left: 8.33333333%
}

.col-xs-push-0 {
    left: auto
}

.col-xs-offset-12 {
    margin-left: 100%
}

.col-xs-offset-11 {
    margin-left: 91.66666667%
}

.col-xs-offset-10 {
    margin-left: 83.33333333%
}

.col-xs-offset-9 {
    margin-left: 75%
}

.col-xs-offset-8 {
    margin-left: 66.66666667%
}

.col-xs-offset-7 {
    margin-left: 58.33333333%
}

.col-xs-offset-6 {
    margin-left: 50%
}

.col-xs-offset-5 {
    margin-left: 41.66666667%
}

.col-xs-offset-4 {
    margin-left: 33.33333333%
}

.col-xs-offset-3 {
    margin-left: 25%
}

.col-xs-offset-2 {
    margin-left: 16.66666667%
}

.col-xs-offset-1 {
    margin-left: 8.33333333%
}

.col-xs-offset-0 {
    margin-left: 0
}

@media (min-width:768px) {

    .col-sm-1,
    .col-sm-2,
    .col-sm-3,
    .col-sm-4,
    .col-sm-5,
    .col-sm-6,
    .col-sm-7,
    .col-sm-8,
    .col-sm-9,
    .col-sm-10,
    .col-sm-11,
    .col-sm-12,
    .critical {
        float: left
    }

    .col-sm-12,
    .critical {
        width: 100%
    }

    .col-sm-11,
    .critical {
        width: 91.66666667%
    }

    .col-sm-10,
    .critical {
        width: 83.33333333%
    }

    .col-sm-9,
    .critical {
        width: 75%
    }

    .col-sm-8,
    .critical {
        width: 66.66666667%
    }

    .col-sm-7,
    .critical {
        width: 58.33333333%
    }

    .col-sm-6,
    .critical {
        width: 50%
    }

    .col-sm-5,
    .critical {
        width: 41.66666667%
    }

    .col-sm-4,
    .critical {
        width: 33.33333333%
    }

    .col-sm-3,
    .critical {
        width: 25%
    }

    .col-sm-2,
    .critical {
        width: 16.66666667%
    }

    .col-sm-1,
    .critical {
        width: 8.33333333%
    }

    .col-sm-pull-12 {
        right: 100%
    }

    .col-sm-pull-11 {
        right: 91.66666667%
    }

    .col-sm-pull-10 {
        right: 83.33333333%
    }

    .col-sm-pull-9 {
        right: 75%
    }

    .col-sm-pull-8 {
        right: 66.66666667%
    }

    .col-sm-pull-7 {
        right: 58.33333333%
    }

    .col-sm-pull-6 {
        right: 50%
    }

    .col-sm-pull-5 {
        right: 41.66666667%
    }

    .col-sm-pull-4 {
        right: 33.33333333%
    }

    .col-sm-pull-3 {
        right: 25%
    }

    .col-sm-pull-2 {
        right: 16.66666667%
    }

    .col-sm-pull-1 {
        right: 8.33333333%
    }

    .col-sm-pull-0 {
        right: auto
    }

    .col-sm-push-12 {
        left: 100%
    }

    .col-sm-push-11 {
        left: 91.66666667%
    }

    .col-sm-push-10 {
        left: 83.33333333%
    }

    .col-sm-push-9 {
        left: 75%
    }

    .col-sm-push-8 {
        left: 66.66666667%
    }

    .col-sm-push-7 {
        left: 58.33333333%
    }

    .col-sm-push-6 {
        left: 50%
    }

    .col-sm-push-5 {
        left: 41.66666667%
    }

    .col-sm-push-4 {
        left: 33.33333333%
    }

    .col-sm-push-3 {
        left: 25%
    }

    .col-sm-push-2 {
        left: 16.66666667%
    }

    .col-sm-push-1 {
        left: 8.33333333%
    }

    .col-sm-push-0 {
        left: auto
    }

    .col-sm-offset-12 {
        margin-left: 100%
    }

    .col-sm-offset-11 {
        margin-left: 91.66666667%
    }

    .col-sm-offset-10 {
        margin-left: 83.33333333%
    }

    .col-sm-offset-9 {
        margin-left: 75%
    }

    .col-sm-offset-8 {
        margin-left: 66.66666667%
    }

    .col-sm-offset-7 {
        margin-left: 58.33333333%
    }

    .col-sm-offset-6 {
        margin-left: 50%
    }

    .col-sm-offset-5 {
        margin-left: 41.66666667%
    }

    .col-sm-offset-4 {
        margin-left: 33.33333333%
    }

    .col-sm-offset-3 {
        margin-left: 25%
    }

    .col-sm-offset-2 {
        margin-left: 16.66666667%
    }

    .col-sm-offset-1 {
        margin-left: 8.33333333%
    }

    .col-sm-offset-0 {
        margin-left: 0
    }
}

@media (min-width:992px) {

    .col-md-1,
    .col-md-2,
    .col-md-3,
    .col-md-4,
    .col-md-5,
    .col-md-6,
    .col-md-7,
    .col-md-8,
    .col-md-9,
    .col-md-10,
    .col-md-11,
    .col-md-12,
    .critical {
        float: left
    }

    .col-md-12,
    .critical {
        width: 100%
    }

    .col-md-11,
    .critical {
        width: 91.66666667%
    }

    .col-md-10,
    .critical {
        width: 83.33333333%
    }

    .col-md-9,
    .critical {
        width: 75%
    }

    .col-md-8,
    .critical {
        width: 66.66666667%
    }

    .col-md-7,
    .critical {
        width: 58.33333333%
    }

    .col-md-6,
    .critical {
        width: 50%
    }

    .col-md-5,
    .critical {
        width: 41.66666667%
    }

    .col-md-4,
    .critical {
        width: 33.33333333%
    }

    .col-md-3,
    .critical {
        width: 25%
    }

    .col-md-2,
    .critical {
        width: 16.66666667%
    }

    .col-md-1,
    .critical {
        width: 8.33333333%
    }

    .col-md-pull-12 {
        right: 100%
    }

    .col-md-pull-11 {
        right: 91.66666667%
    }

    .col-md-pull-10 {
        right: 83.33333333%
    }

    .col-md-pull-9 {
        right: 75%
    }

    .col-md-pull-8 {
        right: 66.66666667%
    }

    .col-md-pull-7 {
        right: 58.33333333%
    }

    .col-md-pull-6 {
        right: 50%
    }

    .col-md-pull-5 {
        right: 41.66666667%
    }

    .col-md-pull-4 {
        right: 33.33333333%
    }

    .col-md-pull-3 {
        right: 25%
    }

    .col-md-pull-2 {
        right: 16.66666667%
    }

    .col-md-pull-1 {
        right: 8.33333333%
    }

    .col-md-pull-0 {
        right: auto
    }

    .col-md-push-12 {
        left: 100%
    }

    .col-md-push-11 {
        left: 91.66666667%
    }

    .col-md-push-10 {
        left: 83.33333333%
    }

    .col-md-push-9 {
        left: 75%
    }

    .col-md-push-8 {
        left: 66.66666667%
    }

    .col-md-push-7 {
        left: 58.33333333%
    }

    .col-md-push-6 {
        left: 50%
    }

    .col-md-push-5 {
        left: 41.66666667%
    }

    .col-md-push-4 {
        left: 33.33333333%
    }

    .col-md-push-3 {
        left: 25%
    }

    .col-md-push-2 {
        left: 16.66666667%
    }

    .col-md-push-1 {
        left: 8.33333333%
    }

    .col-md-push-0 {
        left: auto
    }

    .col-md-offset-12 {
        margin-left: 100%
    }

    .col-md-offset-11 {
        margin-left: 91.66666667%
    }

    .col-md-offset-10 {
        margin-left: 83.33333333%
    }

    .col-md-offset-9 {
        margin-left: 75%
    }

    .col-md-offset-8 {
        margin-left: 66.66666667%
    }

    .col-md-offset-7 {
        margin-left: 58.33333333%
    }

    .col-md-offset-6 {
        margin-left: 50%
    }

    .col-md-offset-5 {
        margin-left: 41.66666667%
    }

    .col-md-offset-4 {
        margin-left: 33.33333333%
    }

    .col-md-offset-3 {
        margin-left: 25%
    }

    .col-md-offset-2 {
        margin-left: 16.66666667%
    }

    .col-md-offset-1 {
        margin-left: 8.33333333%
    }

    .col-md-offset-0 {
        margin-left: 0
    }
}

@media (min-width:1200px) {

    .col-lg-1,
    .col-lg-2,
    .col-lg-3,
    .col-lg-4,
    .col-lg-5,
    .col-lg-6,
    .col-lg-7,
    .col-lg-8,
    .col-lg-9,
    .col-lg-10,
    .col-lg-11,
    .col-lg-12,
    .critical {
        float: left
    }

    .col-lg-12,
    .critical {
        width: 100%
    }

    .col-lg-11,
    .critical {
        width: 91.66666667%
    }

    .col-lg-10,
    .critical {
        width: 83.33333333%
    }

    .col-lg-9,
    .critical {
        width: 75%
    }

    .col-lg-8,
    .critical {
        width: 66.66666667%
    }

    .col-lg-7,
    .critical {
        width: 58.33333333%
    }

    .col-lg-6,
    .critical {
        width: 50%
    }

    .col-lg-5,
    .critical {
        width: 41.66666667%
    }

    .col-lg-4,
    .critical {
        width: 33.33333333%
    }

    .col-lg-3,
    .critical {
        width: 25%
    }

    .col-lg-2,
    .critical {
        width: 16.66666667%
    }

    .col-lg-1,
    .critical {
        width: 8.33333333%
    }

    .col-lg-pull-12 {
        right: 100%
    }

    .col-lg-pull-11 {
        right: 91.66666667%
    }

    .col-lg-pull-10 {
        right: 83.33333333%
    }

    .col-lg-pull-9 {
        right: 75%
    }

    .col-lg-pull-8 {
        right: 66.66666667%
    }

    .col-lg-pull-7 {
        right: 58.33333333%
    }

    .col-lg-pull-6 {
        right: 50%
    }

    .col-lg-pull-5 {
        right: 41.66666667%
    }

    .col-lg-pull-4 {
        right: 33.33333333%
    }

    .col-lg-pull-3 {
        right: 25%
    }

    .col-lg-pull-2 {
        right: 16.66666667%
    }

    .col-lg-pull-1 {
        right: 8.33333333%
    }

    .col-lg-pull-0 {
        right: auto
    }

    .col-lg-push-12 {
        left: 100%
    }

    .col-lg-push-11 {
        left: 91.66666667%
    }

    .col-lg-push-10 {
        left: 83.33333333%
    }

    .col-lg-push-9 {
        left: 75%
    }

    .col-lg-push-8 {
        left: 66.66666667%
    }

    .col-lg-push-7 {
        left: 58.33333333%
    }

    .col-lg-push-6 {
        left: 50%
    }

    .col-lg-push-5 {
        left: 41.66666667%
    }

    .col-lg-push-4 {
        left: 33.33333333%
    }

    .col-lg-push-3 {
        left: 25%
    }

    .col-lg-push-2 {
        left: 16.66666667%
    }

    .col-lg-push-1 {
        left: 8.33333333%
    }

    .col-lg-push-0 {
        left: auto
    }

    .col-lg-offset-12 {
        margin-left: 100%
    }

    .col-lg-offset-11 {
        margin-left: 91.66666667%
    }

    .col-lg-offset-10 {
        margin-left: 83.33333333%
    }

    .col-lg-offset-9 {
        margin-left: 75%
    }

    .col-lg-offset-8 {
        margin-left: 66.66666667%
    }

    .col-lg-offset-7 {
        margin-left: 58.33333333%
    }

    .col-lg-offset-6 {
        margin-left: 50%
    }

    .col-lg-offset-5 {
        margin-left: 41.66666667%
    }

    .col-lg-offset-4 {
        margin-left: 33.33333333%
    }

    .col-lg-offset-3 {
        margin-left: 25%
    }

    .col-lg-offset-2 {
        margin-left: 16.66666667%
    }

    .col-lg-offset-1 {
        margin-left: 8.33333333%
    }

    .col-lg-offset-0 {
        margin-left: 0
    }
}

table {
    background-color: transparent
}

caption {
    padding-top: 8px;
    padding-bottom: 8px;
    color: #777
}

caption,
th {
    text-align: left
}

.table {
    width: 100%;
    max-width: 100%;
    margin-bottom: 20px
}

.table>tbody>tr>td,
.table>tbody>tr>th,
.table>tfoot>tr>td,
.table>tfoot>tr>th,
.table>thead>tr>td,
.table>thead>tr>th {
    padding: 8px;
    line-height: 1.42857143;
    vertical-align: top;
    border-top: 1px solid #ddd
}

.table>thead>tr>th {
    vertical-align: bottom;
    border-bottom: 2px solid #ddd
}

.table>caption+thead>tr:first-child>td,
.table>caption+thead>tr:first-child>th,
.table>colgroup+thead>tr:first-child>td,
.table>colgroup+thead>tr:first-child>th,
.table>thead:first-child>tr:first-child>td,
.table>thead:first-child>tr:first-child>th {
    border-top: 0
}

.table>tbody+tbody {
    border-top: 2px solid #ddd
}

.table .table {
    background-color: #fff
}

.table-condensed>tbody>tr>td,
.table-condensed>tbody>tr>th,
.table-condensed>tfoot>tr>td,
.table-condensed>tfoot>tr>th,
.table-condensed>thead>tr>td,
.table-condensed>thead>tr>th {
    padding: 5px
}

.table-bordered,
.table-bordered>tbody>tr>td,
.table-bordered>tbody>tr>th,
.table-bordered>tfoot>tr>td,
.table-bordered>tfoot>tr>th,
.table-bordered>thead>tr>td,
.table-bordered>thead>tr>th {
    border: 1px solid #ddd
}

.table-bordered>thead>tr>td,
.table-bordered>thead>tr>th {
    border-bottom-width: 2px
}

.table-striped>tbody>tr:nth-of-type(odd) {
    background-color: #f9f9f9
}

.table-hover>tbody>tr:hover {
    background-color: #f5f5f5
}

table col[class*=col-] {
    position: static;
    display: table-column;
    float: none
}

table td[class*=col-],
table th[class*=col-] {
    position: static;
    display: table-cell;
    float: none
}

.table>tbody>tr.active>td,
.table>tbody>tr.active>th,
.table>tbody>tr>td.active,
.table>tbody>tr>th.active,
.table>tfoot>tr.active>td,
.table>tfoot>tr.active>th,
.table>tfoot>tr>td.active,
.table>tfoot>tr>th.active,
.table>thead>tr.active>td,
.table>thead>tr.active>th,
.table>thead>tr>td.active,
.table>thead>tr>th.active {
    background-color: #f5f5f5
}

.table-hover>tbody>tr.active:hover>td,
.table-hover>tbody>tr.active:hover>th,
.table-hover>tbody>tr:hover>.active,
.table-hover>tbody>tr>td.active:hover,
.table-hover>tbody>tr>th.active:hover {
    background-color: #e8e8e8
}

.table>tbody>tr.success>td,
.table>tbody>tr.success>th,
.table>tbody>tr>td.success,
.table>tbody>tr>th.success,
.table>tfoot>tr.success>td,
.table>tfoot>tr.success>th,
.table>tfoot>tr>td.success,
.table>tfoot>tr>th.success,
.table>thead>tr.success>td,
.table>thead>tr.success>th,
.table>thead>tr>td.success,
.table>thead>tr>th.success {
    background-color: #dff0d8
}

.table-hover>tbody>tr.success:hover>td,
.table-hover>tbody>tr.success:hover>th,
.table-hover>tbody>tr:hover>.success,
.table-hover>tbody>tr>td.success:hover,
.table-hover>tbody>tr>th.success:hover {
    background-color: #d0e9c6
}

.table>tbody>tr.info>td,
.table>tbody>tr.info>th,
.table>tbody>tr>td.info,
.table>tbody>tr>th.info,
.table>tfoot>tr.info>td,
.table>tfoot>tr.info>th,
.table>tfoot>tr>td.info,
.table>tfoot>tr>th.info,
.table>thead>tr.info>td,
.table>thead>tr.info>th,
.table>thead>tr>td.info,
.table>thead>tr>th.info {
    background-color: #d9edf7
}

.table-hover>tbody>tr.info:hover>td,
.table-hover>tbody>tr.info:hover>th,
.table-hover>tbody>tr:hover>.info,
.table-hover>tbody>tr>td.info:hover,
.table-hover>tbody>tr>th.info:hover {
    background-color: #c4e3f3
}

.table>tbody>tr.warning>td,
.table>tbody>tr.warning>th,
.table>tbody>tr>td.warning,
.table>tbody>tr>th.warning,
.table>tfoot>tr.warning>td,
.table>tfoot>tr.warning>th,
.table>tfoot>tr>td.warning,
.table>tfoot>tr>th.warning,
.table>thead>tr.warning>td,
.table>thead>tr.warning>th,
.table>thead>tr>td.warning,
.table>thead>tr>th.warning {
    background-color: #fcf8e3
}

.table-hover>tbody>tr.warning:hover>td,
.table-hover>tbody>tr.warning:hover>th,
.table-hover>tbody>tr:hover>.warning,
.table-hover>tbody>tr>td.warning:hover,
.table-hover>tbody>tr>th.warning:hover {
    background-color: #faf2cc
}

.table>tbody>tr.danger>td,
.table>tbody>tr.danger>th,
.table>tbody>tr>td.danger,
.table>tbody>tr>th.danger,
.table>tfoot>tr.danger>td,
.table>tfoot>tr.danger>th,
.table>tfoot>tr>td.danger,
.table>tfoot>tr>th.danger,
.table>thead>tr.danger>td,
.table>thead>tr.danger>th,
.table>thead>tr>td.danger,
.table>thead>tr>th.danger {
    background-color: #f2dede
}

.table-hover>tbody>tr.danger:hover>td,
.table-hover>tbody>tr.danger:hover>th,
.table-hover>tbody>tr:hover>.danger,
.table-hover>tbody>tr>td.danger:hover,
.table-hover>tbody>tr>th.danger:hover {
    background-color: #ebcccc
}

.table-responsive {
    min-height: .01%;
    overflow-x: auto
}

@media screen and (max-width:767px) {
    .table-responsive {
        width: 100%;
        margin-bottom: 15px;
        overflow-y: hidden;
        -ms-overflow-style: -ms-autohiding-scrollbar;
        border: 1px solid #ddd
    }

    .table-responsive>.table {
        margin-bottom: 0
    }

    .table-responsive>.table>tbody>tr>td,
    .table-responsive>.table>tbody>tr>th,
    .table-responsive>.table>tfoot>tr>td,
    .table-responsive>.table>tfoot>tr>th,
    .table-responsive>.table>thead>tr>td,
    .table-responsive>.table>thead>tr>th {
        white-space: nowrap
    }

    .table-responsive>.table-bordered {
        border: 0
    }

    .table-responsive>.table-bordered>tbody>tr>td:first-child,
    .table-responsive>.table-bordered>tbody>tr>th:first-child,
    .table-responsive>.table-bordered>tfoot>tr>td:first-child,
    .table-responsive>.table-bordered>tfoot>tr>th:first-child,
    .table-responsive>.table-bordered>thead>tr>td:first-child,
    .table-responsive>.table-bordered>thead>tr>th:first-child {
        border-left: 0
    }

    .table-responsive>.table-bordered>tbody>tr>td:last-child,
    .table-responsive>.table-bordered>tbody>tr>th:last-child,
    .table-responsive>.table-bordered>tfoot>tr>td:last-child,
    .table-responsive>.table-bordered>tfoot>tr>th:last-child,
    .table-responsive>.table-bordered>thead>tr>td:last-child,
    .table-responsive>.table-bordered>thead>tr>th:last-child {
        border-right: 0
    }

    .table-responsive>.table-bordered>tbody>tr:last-child>td,
    .table-responsive>.table-bordered>tbody>tr:last-child>th,
    .table-responsive>.table-bordered>tfoot>tr:last-child>td,
    .table-responsive>.table-bordered>tfoot>tr:last-child>th {
        border-bottom: 0
    }
}

fieldset {
    min-width: 0;
    margin: 0
}

fieldset,
legend {
    padding: 0;
    border: 0
}

legend {
    display: block;
    width: 100%;
    margin-bottom: 20px;
    font-size: 21px;
    line-height: inherit;
    color: #333;
    border-bottom: 1px solid #e5e5e5
}

label {
    display: inline-block;
    max-width: 100%;
    margin-bottom: 5px;
    font-weight: 700
}

input[type=search] {
    box-sizing: border-box
}

input[type=checkbox],
input[type=radio] {
    margin: 4px 0 0;
    margin-top: 1px\9;
    line-height: normal
}

input[type=file] {
    display: block
}

input[type=range] {
    display: block;
    width: 100%
}

select[multiple],
select[size] {
    height: auto
}

input[type=checkbox]:focus,
input[type=file]:focus,
input[type=radio]:focus {
    outline: 5px auto -webkit-focus-ring-color;
    outline-offset: -2px
}

output {
    padding-top: 7px
}

.form-control,
output {
    display: block;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555
}

.form-control {
    width: 100%;
    height: 34px;
    padding: 6px 12px;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 4px;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out
}

.form-control:focus {
    outline: 0
}

.form-control::-moz-placeholder {
    color: #999;
    opacity: 1
}

.form-control:-ms-input-placeholder {
    color: #999
}

.form-control::-webkit-input-placeholder {
    color: #999
}

.form-control::-ms-expand {
    background-color: transparent;
    border: 0
}

.form-control[disabled],
.form-control[readonly],
fieldset[disabled] .form-control {
    background-color: #eee;
    opacity: 1
}

.form-control[disabled],
fieldset[disabled] .form-control {
    cursor: not-allowed
}

textarea.form-control {
    height: auto
}

input[type=search] {
    -webkit-appearance: none
}

@media screen and (-webkit-min-device-pixel-ratio:0) {

    input[type=date].form-control,
    input[type=datetime-local].form-control,
    input[type=month].form-control,
    input[type=time].form-control {
        line-height: 34px
    }

    .input-group-sm input[type=date],
    .input-group-sm input[type=datetime-local],
    .input-group-sm input[type=month],
    .input-group-sm input[type=time],
    input[type=date].input-sm,
    input[type=datetime-local].input-sm,
    input[type=month].input-sm,
    input[type=time].input-sm {
        line-height: 30px
    }

    .input-group-lg input[type=date],
    .input-group-lg input[type=datetime-local],
    .input-group-lg input[type=month],
    .input-group-lg input[type=time],
    input[type=date].input-lg,
    input[type=datetime-local].input-lg,
    input[type=month].input-lg,
    input[type=time].input-lg {
        line-height: 46px
    }
}

.form-group {
    margin-bottom: 15px
}

.checkbox,
.radio {
    position: relative;
    display: block;
    margin-top: 10px;
    margin-bottom: 10px
}

.checkbox label,
.radio label {
    min-height: 20px;
    padding-left: 20px;
    margin-bottom: 0;
    font-weight: 400;
    cursor: pointer
}

.checkbox-inline input[type=checkbox],
.checkbox input[type=checkbox],
.radio-inline input[type=radio],
.radio input[type=radio] {
    position: absolute;
    margin-top: 4px\9;
    margin-left: -20px
}

.checkbox+.checkbox,
.radio+.radio {
    margin-top: -5px
}

.checkbox-inline,
.radio-inline {
    position: relative;
    display: inline-block;
    padding-left: 20px;
    margin-bottom: 0;
    font-weight: 400;
    vertical-align: middle;
    cursor: pointer
}

.checkbox-inline+.checkbox-inline,
.radio-inline+.radio-inline {
    margin-top: 0;
    margin-left: 10px
}

.checkbox-inline.disabled,
.checkbox.disabled label,
.radio-inline.disabled,
.radio.disabled label,
fieldset[disabled] .checkbox-inline,
fieldset[disabled] .checkbox label,
fieldset[disabled] .radio-inline,
fieldset[disabled] .radio label,
fieldset[disabled] input[type=checkbox],
fieldset[disabled] input[type=radio],
input[type=checkbox].disabled,
input[type=checkbox][disabled],
input[type=radio].disabled,
input[type=radio][disabled] {
    cursor: not-allowed
}

.form-control-static {
    min-height: 34px;
    padding-top: 7px;
    padding-bottom: 7px;
    margin-bottom: 0
}

.form-control-static.input-lg,
.form-control-static.input-sm {
    padding-right: 0;
    padding-left: 0
}

.input-sm {
    height: 30px;
    padding: 5px 10px;
    font-size: 12px;
    line-height: 1.5;
    border-radius: 3px
}

select.input-sm {
    height: 30px;
    line-height: 30px
}

select[multiple].input-sm,
textarea.input-sm {
    height: auto
}

.form-group-sm .form-control {
    height: 30px;
    padding: 5px 10px;
    font-size: 12px;
    line-height: 1.5;
    border-radius: 3px
}

.form-group-sm select.form-control {
    height: 30px;
    line-height: 30px
}

.form-group-sm select[multiple].form-control,
.form-group-sm textarea.form-control {
    height: auto
}

.form-group-sm .form-control-static {
    height: 30px;
    min-height: 32px;
    padding: 6px 10px;
    font-size: 12px;
    line-height: 1.5
}

.input-lg {
    height: 46px;
    padding: 10px 16px;
    font-size: 18px;
    line-height: 1.3333333;
    border-radius: 6px
}

select.input-lg {
    height: 46px;
    line-height: 46px
}

select[multiple].input-lg,
textarea.input-lg {
    height: auto
}

.form-group-lg .form-control {
    height: 46px;
    padding: 10px 16px;
    font-size: 18px;
    line-height: 1.3333333;
    border-radius: 6px
}

.form-group-lg select.form-control {
    height: 46px;
    line-height: 46px
}

.form-group-lg select[multiple].form-control,
.form-group-lg textarea.form-control {
    height: auto
}

.form-group-lg .form-control-static {
    height: 46px;
    min-height: 38px;
    padding: 11px 16px;
    font-size: 18px;
    line-height: 1.3333333
}

.has-feedback {
    position: relative
}

.has-feedback .form-control {
    padding-right: 42.5px
}

.form-control-feedback {
    position: absolute;
    top: 0;
    right: 0;
    z-index: 2;
    display: block;
    width: 34px;
    height: 34px;
    line-height: 34px;
    text-align: center;
    pointer-events: none
}

.form-group-lg .form-control+.form-control-feedback,
.input-group-lg+.form-control-feedback,
.input-lg+.form-control-feedback {
    width: 46px;
    height: 46px;
    line-height: 46px
}

.form-group-sm .form-control+.form-control-feedback,
.input-group-sm+.form-control-feedback,
.input-sm+.form-control-feedback {
    width: 30px;
    height: 30px;
    line-height: 30px
}

.has-success .checkbox,
.has-success .checkbox-inline,
.has-success.checkbox-inline label,
.has-success.checkbox label,
.has-success .control-label,
.has-success .help-block,
.has-success .radio,
.has-success .radio-inline,
.has-success.radio-inline label,
.has-success.radio label {
    color: #3c763d
}

.has-success .form-control {
    border-color: #3c763d;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075)
}

.has-success .form-control:focus {
    border-color: #2b542c;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 6px #67b168
}

.has-success .input-group-addon {
    color: #3c763d;
    background-color: #dff0d8;
    border-color: #3c763d
}

.has-success .form-control-feedback {
    color: #3c763d
}

.has-warning .checkbox,
.has-warning .checkbox-inline,
.has-warning.checkbox-inline label,
.has-warning.checkbox label,
.has-warning .control-label,
.has-warning .help-block,
.has-warning .radio,
.has-warning .radio-inline,
.has-warning.radio-inline label,
.has-warning.radio label {
    color: #8a6d3b
}

.has-warning .form-control {
    border-color: #8a6d3b;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075)
}

.has-warning .form-control:focus {
    border-color: #66512c;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 6px #c0a16b
}

.has-warning .input-group-addon {
    color: #8a6d3b;
    background-color: #fcf8e3;
    border-color: #8a6d3b
}

.has-warning .form-control-feedback {
    color: #8a6d3b
}

.has-error .checkbox,
.has-error .checkbox-inline,
.has-error.checkbox-inline label,
.has-error.checkbox label,
.has-error .control-label,
.has-error .help-block,
.has-error .radio,
.has-error .radio-inline,
.has-error.radio-inline label,
.has-error.radio label {
    color: #a94442
}

.has-error .form-control {
    border-color: #a94442;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075)
}

.has-error .form-control:focus {
    border-color: #843534;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 6px #ce8483
}

.has-error .input-group-addon {
    color: #a94442;
    background-color: #f2dede;
    border-color: #a94442
}

.has-error .form-control-feedback {
    color: #a94442
}

.has-feedback label~.form-control-feedback {
    top: 25px
}

.has-feedback label.sr-only~.form-control-feedback {
    top: 0
}

.help-block {
    display: block;
    margin-top: 5px;
    margin-bottom: 10px;
    color: #737373
}

@media (min-width:768px) {
    .form-inline .form-group {
        display: inline-block;
        margin-bottom: 0;
        vertical-align: middle
    }

    .form-inline .form-control {
        display: inline-block;
        width: auto;
        vertical-align: middle
    }

    .form-inline .form-control-static {
        display: inline-block
    }

    .form-inline .input-group {
        display: inline-table;
        vertical-align: middle
    }

    .form-inline .input-group .form-control,
    .form-inline .input-group .input-group-addon,
    .form-inline .input-group .input-group-btn {
        width: auto
    }

    .form-inline .input-group>.form-control {
        width: 100%
    }

    .form-inline .control-label {
        margin-bottom: 0;
        vertical-align: middle
    }

    .form-inline .checkbox,
    .form-inline .radio {
        display: inline-block;
        margin-top: 0;
        margin-bottom: 0;
        vertical-align: middle
    }

    .form-inline .checkbox label,
    .form-inline .radio label {
        padding-left: 0
    }

    .form-inline .checkbox input[type=checkbox],
    .form-inline .radio input[type=radio] {
        position: relative;
        margin-left: 0
    }

    .form-inline .has-feedback .form-control-feedback {
        top: 0
    }
}

.form-horizontal .checkbox,
.form-horizontal .checkbox-inline,
.form-horizontal .radio,
.form-horizontal .radio-inline {
    padding-top: 7px;
    margin-top: 0;
    margin-bottom: 0
}

.form-horizontal .checkbox,
.form-horizontal .radio {
    min-height: 27px
}

.form-horizontal .form-group {
    margin-right: -15px;
    margin-left: -15px
}

@media (min-width:768px) {
    .form-horizontal .control-label {
        padding-top: 7px;
        margin-bottom: 0;
        text-align: right
    }
}

.form-horizontal .has-feedback .form-control-feedback {
    right: 15px
}

@media (min-width:768px) {
    .form-horizontal .form-group-lg .control-label {
        padding-top: 11px;
        font-size: 18px
    }
}

@media (min-width:768px) {
    .form-horizontal .form-group-sm .control-label {
        padding-top: 6px;
        font-size: 12px
    }
}

.btn {
    display: inline-block;
    padding: 6px 12px;
    margin-bottom: 0;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.42857143;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    -webkit-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-image: none;
    border: 1px solid transparent;
    border-radius: 4px
}

.btn.active.focus,
.btn.active:focus,
.btn.focus,
.btn:active.focus,
.btn:active:focus,
.btn:focus {
    outline: 5px auto -webkit-focus-ring-color;
    outline-offset: -2px
}

.btn.focus,
.btn:focus,
.btn:hover {
    color: #333;
    text-decoration: none
}

.btn.active,
.btn:active {
    background-image: none;
    outline: 0;
    box-shadow: inset 0 3px 5px rgba(0, 0, 0, .125)
}

.btn.disabled,
.btn[disabled],
fieldset[disabled] .btn {
    cursor: not-allowed;
    filter: alpha(opacity=65);
    box-shadow: none;
    opacity: .65
}

a.btn.disabled,
fieldset[disabled] a.btn {
    pointer-events: none
}

.btn-default {
    color: #333;
    background-color: #fff;
    border-color: #ccc
}

.btn-default.focus,
.btn-default:focus {
    color: #333;
    background-color: #e6e6e6;
    border-color: #8c8c8c
}

.btn-default.active,
.btn-default:active,
.btn-default:hover,
.open>.dropdown-toggle.btn-default {
    color: #333;
    background-color: #e6e6e6;
    border-color: #adadad
}

.btn-default.active.focus,
.btn-default.active:focus,
.btn-default.active:hover,
.btn-default:active.focus,
.btn-default:active:focus,
.btn-default:active:hover,
.open>.dropdown-toggle.btn-default.focus,
.open>.dropdown-toggle.btn-default:focus,
.open>.dropdown-toggle.btn-default:hover {
    color: #333;
    background-color: #d4d4d4;
    border-color: #8c8c8c
}

.btn-default.active,
.btn-default:active,
.open>.dropdown-toggle.btn-default {
    background-image: none
}

.btn-default.disabled.focus,
.btn-default.disabled:focus,
.btn-default.disabled:hover,
.btn-default[disabled].focus,
.btn-default[disabled]:focus,
.btn-default[disabled]:hover,
fieldset[disabled] .btn-default.focus,
fieldset[disabled] .btn-default:focus,
fieldset[disabled] .btn-default:hover {
    background-color: #fff;
    border-color: #ccc
}

.btn-default .badge {
    color: #fff;
    background-color: #333
}

.btn-primary {
    color: #fff;
    background-color: #337ab7;
    border-color: #2e6da4
}

.btn-primary.focus,
.btn-primary:focus {
    color: #fff;
    background-color: #286090;
    border-color: #122b40
}

.btn-primary.active,
.btn-primary:active,
.btn-primary:hover,
.open>.dropdown-toggle.btn-primary {
    color: #fff;
    background-color: #286090;
    border-color: #204d74
}

.btn-primary.active.focus,
.btn-primary.active:focus,
.btn-primary.active:hover,
.btn-primary:active.focus,
.btn-primary:active:focus,
.btn-primary:active:hover,
.open>.dropdown-toggle.btn-primary.focus,
.open>.dropdown-toggle.btn-primary:focus,
.open>.dropdown-toggle.btn-primary:hover {
    color: #fff;
    background-color: #204d74;
    border-color: #122b40
}

.btn-primary.active,
.btn-primary:active,
.open>.dropdown-toggle.btn-primary {
    background-image: none
}

.btn-primary.disabled.focus,
.btn-primary.disabled:focus,
.btn-primary.disabled:hover,
.btn-primary[disabled].focus,
.btn-primary[disabled]:focus,
.btn-primary[disabled]:hover,
fieldset[disabled] .btn-primary.focus,
fieldset[disabled] .btn-primary:focus,
fieldset[disabled] .btn-primary:hover {
    background-color: #337ab7;
    border-color: #2e6da4
}

.btn-primary .badge {
    color: #337ab7;
    background-color: #fff
}

.btn-success {
    color: #fff;
    background-color: #5cb85c;
    border-color: #4cae4c
}

.btn-success.focus,
.btn-success:focus {
    color: #fff;
    background-color: #449d44;
    border-color: #255625
}

.btn-success.active,
.btn-success:active,
.btn-success:hover,
.open>.dropdown-toggle.btn-success {
    color: #fff;
    background-color: #449d44;
    border-color: #398439
}

.btn-success.active.focus,
.btn-success.active:focus,
.btn-success.active:hover,
.btn-success:active.focus,
.btn-success:active:focus,
.btn-success:active:hover,
.open>.dropdown-toggle.btn-success.focus,
.open>.dropdown-toggle.btn-success:focus,
.open>.dropdown-toggle.btn-success:hover {
    color: #fff;
    background-color: #398439;
    border-color: #255625
}

.btn-success.active,
.btn-success:active,
.open>.dropdown-toggle.btn-success {
    background-image: none
}

.btn-success.disabled.focus,
.btn-success.disabled:focus,
.btn-success.disabled:hover,
.btn-success[disabled].focus,
.btn-success[disabled]:focus,
.btn-success[disabled]:hover,
fieldset[disabled] .btn-success.focus,
fieldset[disabled] .btn-success:focus,
fieldset[disabled] .btn-success:hover {
    background-color: #5cb85c;
    border-color: #4cae4c
}

.btn-success .badge {
    color: #5cb85c;
    background-color: #fff
}

.btn-info {
    color: #fff;
    background-color: #5bc0de;
    border-color: #46b8da
}

.btn-info.focus,
.btn-info:focus {
    color: #fff;
    background-color: #31b0d5;
    border-color: #1b6d85
}

.btn-info.active,
.btn-info:active,
.btn-info:hover,
.open>.dropdown-toggle.btn-info {
    color: #fff;
    background-color: #31b0d5;
    border-color: #269abc
}

.btn-info.active.focus,
.btn-info.active:focus,
.btn-info.active:hover,
.btn-info:active.focus,
.btn-info:active:focus,
.btn-info:active:hover,
.open>.dropdown-toggle.btn-info.focus,
.open>.dropdown-toggle.btn-info:focus,
.open>.dropdown-toggle.btn-info:hover {
    color: #fff;
    background-color: #269abc;
    border-color: #1b6d85
}

.btn-info.active,
.btn-info:active,
.open>.dropdown-toggle.btn-info {
    background-image: none
}

.btn-info.disabled.focus,
.btn-info.disabled:focus,
.btn-info.disabled:hover,
.btn-info[disabled].focus,
.btn-info[disabled]:focus,
.btn-info[disabled]:hover,
fieldset[disabled] .btn-info.focus,
fieldset[disabled] .btn-info:focus,
fieldset[disabled] .btn-info:hover {
    background-color: #5bc0de;
    border-color: #46b8da
}

.btn-info .badge {
    color: #5bc0de;
    background-color: #fff
}

.btn-warning {
    color: #fff;
    background-color: #f0ad4e;
    border-color: #eea236
}

.btn-warning.focus,
.btn-warning:focus {
    color: #fff;
    background-color: #ec971f;
    border-color: #985f0d
}

.btn-warning.active,
.btn-warning:active,
.btn-warning:hover,
.open>.dropdown-toggle.btn-warning {
    color: #fff;
    background-color: #ec971f;
    border-color: #d58512
}

.btn-warning.active.focus,
.btn-warning.active:focus,
.btn-warning.active:hover,
.btn-warning:active.focus,
.btn-warning:active:focus,
.btn-warning:active:hover,
.open>.dropdown-toggle.btn-warning.focus,
.open>.dropdown-toggle.btn-warning:focus,
.open>.dropdown-toggle.btn-warning:hover {
    color: #fff;
    background-color: #d58512;
    border-color: #985f0d
}

.btn-warning.active,
.btn-warning:active,
.open>.dropdown-toggle.btn-warning {
    background-image: none
}

.btn-warning.disabled.focus,
.btn-warning.disabled:focus,
.btn-warning.disabled:hover,
.btn-warning[disabled].focus,
.btn-warning[disabled]:focus,
.btn-warning[disabled]:hover,
fieldset[disabled] .btn-warning.focus,
fieldset[disabled] .btn-warning:focus,
fieldset[disabled] .btn-warning:hover {
    background-color: #f0ad4e;
    border-color: #eea236
}

.btn-warning .badge {
    color: #f0ad4e;
    background-color: #fff
}

.btn-danger {
    color: #fff;
    background-color: #d9534f;
    border-color: #d43f3a
}

.btn-danger.focus,
.btn-danger:focus {
    color: #fff;
    background-color: #c9302c;
    border-color: #761c19
}

.btn-danger.active,
.btn-danger:active,
.btn-danger:hover,
.open>.dropdown-toggle.btn-danger {
    color: #fff;
    background-color: #c9302c;
    border-color: #ac2925
}

.btn-danger.active.focus,
.btn-danger.active:focus,
.btn-danger.active:hover,
.btn-danger:active.focus,
.btn-danger:active:focus,
.btn-danger:active:hover,
.open>.dropdown-toggle.btn-danger.focus,
.open>.dropdown-toggle.btn-danger:focus,
.open>.dropdown-toggle.btn-danger:hover {
    color: #fff;
    background-color: #ac2925;
    border-color: #761c19
}

.btn-danger.active,
.btn-danger:active,
.open>.dropdown-toggle.btn-danger {
    background-image: none
}

.btn-danger.disabled.focus,
.btn-danger.disabled:focus,
.btn-danger.disabled:hover,
.btn-danger[disabled].focus,
.btn-danger[disabled]:focus,
.btn-danger[disabled]:hover,
fieldset[disabled] .btn-danger.focus,
fieldset[disabled] .btn-danger:focus,
fieldset[disabled] .btn-danger:hover {
    background-color: #d9534f;
    border-color: #d43f3a
}

.btn-danger .badge {
    color: #d9534f;
    background-color: #fff
}

.btn-link {
    font-weight: 400;
    color: #337ab7;
    border-radius: 0
}

.btn-link,
.btn-link.active,
.btn-link:active,
.btn-link[disabled],
fieldset[disabled] .btn-link {
    background-color: transparent;
    box-shadow: none
}

.btn-link,
.btn-link:active,
.btn-link:focus,
.btn-link:hover {
    border-color: transparent
}

.btn-link:focus,
.btn-link:hover {
    color: #23527c;
    text-decoration: underline;
    background-color: transparent
}

.btn-link[disabled]:focus,
.btn-link[disabled]:hover,
fieldset[disabled] .btn-link:focus,
fieldset[disabled] .btn-link:hover {
    color: #777;
    text-decoration: none
}

.btn-group-lg>.btn,
.btn-lg {
    padding: 10px 16px;
    font-size: 18px;
    line-height: 1.3333333;
    border-radius: 6px
}

.btn-group-sm>.btn,
.btn-sm {
    padding: 5px 10px;
    font-size: 12px;
    line-height: 1.5;
    border-radius: 3px
}

.btn-group-xs>.btn,
.btn-xs {
    padding: 1px 5px;
    font-size: 12px;
    line-height: 1.5;
    border-radius: 3px
}

.btn-block {
    display: block;
    width: 100%
}

.btn-block+.btn-block {
    margin-top: 5px
}

input[type=button].btn-block,
input[type=reset].btn-block,
input[type=submit].btn-block {
    width: 100%
}

.fade {
    opacity: 0;
    transition: opacity .15s linear
}

.fade.in {
    opacity: 1
}

.collapse {
    display: none
}

.collapse.in {
    display: block
}

tr.collapse.in {
    display: table-row
}

tbody.collapse.in {
    display: table-row-group
}

.collapsing {
    position: relative;
    height: 0;
    overflow: hidden;
    transition-timing-function: ease;
    transition-duration: .35s;
    transition-property: height, visibility
}

.caret {
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: 2px;
    vertical-align: middle;
    border-top: 4px dashed;
    border-top: 4px solid\9;
    border-right: 4px solid transparent;
    border-left: 4px solid transparent
}

.dropdown,
.dropup {
    position: relative
}

.dropdown-toggle:focus {
    outline: 0
}

.dropdown-menu {
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 1000;
    display: none;
    float: left;
    min-width: 160px;
    padding: 5px 0;
    margin: 2px 0 0;
    font-size: 14px;
    text-align: left;
    list-style: none;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ccc;
    border: 1px solid rgba(0, 0, 0, .15);
    border-radius: 4px;
    box-shadow: 0 6px 12px rgba(0, 0, 0, .175)
}

.dropdown-menu.pull-right {
    right: 0;
    left: auto
}

.dropdown-menu .divider {
    height: 1px;
    margin: 9px 0;
    overflow: hidden;
    background-color: #e5e5e5
}

.dropdown-menu>li>a {
    display: block;
    padding: 3px 20px;
    clear: both;
    font-weight: 400;
    line-height: 1.42857143;
    color: #333;
    white-space: nowrap
}

.dropdown-menu>li>a:focus,
.dropdown-menu>li>a:hover {
    color: #262626;
    text-decoration: none;
    background-color: #f5f5f5
}

.dropdown-menu>.active>a,
.dropdown-menu>.active>a:focus,
.dropdown-menu>.active>a:hover {
    color: #fff;
    text-decoration: none;
    background-color: #337ab7;
    outline: 0
}

.dropdown-menu>.disabled>a,
.dropdown-menu>.disabled>a:focus,
.dropdown-menu>.disabled>a:hover {
    color: #777
}

.dropdown-menu>.disabled>a:focus,
.dropdown-menu>.disabled>a:hover {
    text-decoration: none;
    cursor: not-allowed;
    background-color: transparent;
    background-image: none
}

.open>.dropdown-menu {
    display: block
}

.open>a {
    outline: 0
}

.dropdown-menu-right {
    right: 0;
    left: auto
}

.dropdown-menu-left {
    right: auto;
    left: 0
}

.dropdown-header {
    display: block;
    padding: 3px 20px;
    font-size: 12px;
    line-height: 1.42857143;
    color: #777;
    white-space: nowrap
}

.dropdown-backdrop {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 990
}

.pull-right>.dropdown-menu {
    right: 0;
    left: auto
}

.dropup .caret,
.navbar-fixed-bottom .dropdown .caret {
    content: "";
    border-top: 0;
    border-bottom: 4px dashed;
    border-bottom: 4px solid\9
}

.critical,
.dropup .dropdown-menu,
.navbar-fixed-bottom .dropdown .dropdown-menu {
    top: auto;
    bottom: 100%;
    margin-bottom: 2px
}

@media (min-width:768px) {

    .critical,
    .navbar-right .dropdown-menu {
        right: 0;
        left: auto
    }

    .critical,
    .navbar-right .dropdown-menu-left {
        right: auto;
        left: 0
    }
}

.btn-group,
.btn-group-vertical {
    position: relative;
    display: inline-block;
    vertical-align: middle
}

.btn-group-vertical>.btn,
.btn-group>.btn {
    position: relative;
    float: left
}

.btn-group-vertical>.btn.active,
.btn-group-vertical>.btn:active,
.btn-group-vertical>.btn:focus,
.btn-group-vertical>.btn:hover,
.btn-group>.btn.active,
.btn-group>.btn:active,
.btn-group>.btn:focus,
.btn-group>.btn:hover {
    z-index: 2
}

.btn-group .btn+.btn,
.btn-group .btn+.btn-group,
.btn-group .btn-group+.btn,
.btn-group .btn-group+.btn-group {
    margin-left: -1px
}

.btn-toolbar {
    margin-left: -5px
}

.btn-toolbar .btn,
.btn-toolbar .btn-group,
.btn-toolbar .input-group {
    float: left
}

.btn-toolbar>.btn,
.btn-toolbar>.btn-group,
.btn-toolbar>.input-group {
    margin-left: 5px
}

.btn-group>.btn:not(:first-child):not(:last-child):not(.dropdown-toggle) {
    border-radius: 0
}

.btn-group>.btn:first-child {
    margin-left: 0
}

.btn-group>.btn:first-child:not(:last-child):not(.dropdown-toggle) {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0
}

.btn-group>.btn:last-child:not(:first-child),
.btn-group>.dropdown-toggle:not(:first-child) {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0
}

.btn-group>.btn-group {
    float: left
}

.btn-group>.btn-group:not(:first-child):not(:last-child)>.btn {
    border-radius: 0
}

.btn-group>.btn-group:first-child:not(:last-child)>.btn:last-child,
.btn-group>.btn-group:first-child:not(:last-child)>.dropdown-toggle {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0
}

.btn-group>.btn-group:last-child:not(:first-child)>.btn:first-child {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0
}

.btn-group .dropdown-toggle:active,
.btn-group.open .dropdown-toggle {
    outline: 0
}

.btn-group>.btn+.dropdown-toggle {
    padding-right: 8px;
    padding-left: 8px
}

.btn-group>.btn-lg+.dropdown-toggle {
    padding-right: 12px;
    padding-left: 12px
}

.btn-group.open .dropdown-toggle {
    box-shadow: inset 0 3px 5px rgba(0, 0, 0, .125)
}

.btn-group.open .dropdown-toggle.btn-link {
    box-shadow: none
}

.btn .caret {
    margin-left: 0
}

.btn-lg .caret {
    border-width: 5px 5px 0;
    border-bottom-width: 0
}

.dropup .btn-lg .caret {
    border-width: 0 5px 5px
}

.btn-group-vertical>.btn,
.btn-group-vertical>.btn-group,
.btn-group-vertical>.btn-group>.btn {
    display: block;
    float: none;
    width: 100%;
    max-width: 100%
}

.btn-group-vertical>.btn-group>.btn {
    float: none
}

.btn-group-vertical>.btn+.btn,
.btn-group-vertical>.btn+.btn-group,
.btn-group-vertical>.btn-group+.btn,
.btn-group-vertical>.btn-group+.btn-group {
    margin-top: -1px;
    margin-left: 0
}

.btn-group-vertical>.btn:not(:first-child):not(:last-child) {
    border-radius: 0
}

.btn-group-vertical>.btn:first-child:not(:last-child) {
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0
}

.btn-group-vertical>.btn:last-child:not(:first-child) {
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    border-bottom-right-radius: 4px;
    border-bottom-left-radius: 4px
}

.btn-group-vertical>.btn-group:not(:first-child):not(:last-child)>.btn {
    border-radius: 0
}

.btn-group-vertical>.btn-group:first-child:not(:last-child)>.btn:last-child,
.btn-group-vertical>.btn-group:first-child:not(:last-child)>.dropdown-toggle {
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0
}

.btn-group-vertical>.btn-group:last-child:not(:first-child)>.btn:first-child {
    border-top-left-radius: 0;
    border-top-right-radius: 0
}

.btn-group-justified {
    display: table;
    width: 100%;
    table-layout: fixed;
    border-collapse: separate
}

.btn-group-justified>.btn,
.btn-group-justified>.btn-group {
    display: table-cell;
    float: none;
    width: 1%
}

.btn-group-justified>.btn-group .btn {
    width: 100%
}

.btn-group-justified>.btn-group .dropdown-menu {
    left: auto
}

[data-toggle=buttons]>.btn-group>.btn input[type=checkbox],
[data-toggle=buttons]>.btn-group>.btn input[type=radio],
[data-toggle=buttons]>.btn input[type=checkbox],
[data-toggle=buttons]>.btn input[type=radio] {
    position: absolute;
    clip: rect(0, 0, 0, 0);
    pointer-events: none
}

.input-group {
    position: relative;
    display: table;
    border-collapse: separate
}

.input-group[class*=col-] {
    float: none;
    padding-right: 0;
    padding-left: 0
}

.input-group .form-control {
    position: relative;
    z-index: 2;
    float: left;
    width: 100%;
    margin-bottom: 0
}

.input-group .form-control:focus {
    z-index: 3
}

.input-group-lg>.form-control,
.input-group-lg>.input-group-addon,
.input-group-lg>.input-group-btn>.btn {
    height: 46px;
    padding: 10px 16px;
    font-size: 18px;
    line-height: 1.3333333;
    border-radius: 6px
}

select.input-group-lg>.form-control,
select.input-group-lg>.input-group-addon,
select.input-group-lg>.input-group-btn>.btn {
    height: 46px;
    line-height: 46px
}

select[multiple].input-group-lg>.form-control,
select[multiple].input-group-lg>.input-group-addon,
select[multiple].input-group-lg>.input-group-btn>.btn,
textarea.input-group-lg>.form-control,
textarea.input-group-lg>.input-group-addon,
textarea.input-group-lg>.input-group-btn>.btn {
    height: auto
}

.input-group-sm>.form-control,
.input-group-sm>.input-group-addon,
.input-group-sm>.input-group-btn>.btn {
    height: 30px;
    padding: 5px 10px;
    font-size: 12px;
    line-height: 1.5;
    border-radius: 3px
}

select.input-group-sm>.form-control,
select.input-group-sm>.input-group-addon,
select.input-group-sm>.input-group-btn>.btn {
    height: 30px;
    line-height: 30px
}

select[multiple].input-group-sm>.form-control,
select[multiple].input-group-sm>.input-group-addon,
select[multiple].input-group-sm>.input-group-btn>.btn,
textarea.input-group-sm>.form-control,
textarea.input-group-sm>.input-group-addon,
textarea.input-group-sm>.input-group-btn>.btn {
    height: auto
}

.input-group-addon,
.input-group-btn,
.input-group .form-control {
    display: table-cell
}

.input-group-addon:not(:first-child):not(:last-child),
.input-group-btn:not(:first-child):not(:last-child),
.input-group .form-control:not(:first-child):not(:last-child) {
    border-radius: 0
}

.input-group-addon,
.input-group-btn {
    width: 1%;
    white-space: nowrap;
    vertical-align: middle
}

.input-group-addon {
    padding: 6px 12px;
    font-size: 14px;
    font-weight: 400;
    line-height: 1;
    color: #555;
    text-align: center;
    background-color: #eee;
    border: 1px solid #ccc;
    border-radius: 4px
}

.input-group-addon.input-sm {
    padding: 5px 10px;
    font-size: 12px;
    border-radius: 3px
}

.input-group-addon.input-lg {
    padding: 10px 16px;
    font-size: 18px;
    border-radius: 6px
}

.input-group-addon input[type=checkbox],
.input-group-addon input[type=radio] {
    margin-top: 0
}

.input-group-addon:first-child,
.input-group-btn:first-child>.btn,
.input-group-btn:first-child>.btn-group>.btn,
.input-group-btn:first-child>.dropdown-toggle,
.input-group-btn:last-child>.btn-group:not(:last-child)>.btn,
.input-group-btn:last-child>.btn:not(:last-child):not(.dropdown-toggle),
.input-group .form-control:first-child {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0
}

.input-group-addon:first-child {
    border-right: 0
}

.input-group-addon:last-child,
.input-group-btn:first-child>.btn-group:not(:first-child)>.btn,
.input-group-btn:first-child>.btn:not(:first-child),
.input-group-btn:last-child>.btn,
.input-group-btn:last-child>.btn-group>.btn,
.input-group-btn:last-child>.dropdown-toggle,
.input-group .form-control:last-child {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0
}

.input-group-addon:last-child {
    border-left: 0
}

.input-group-btn {
    font-size: 0;
    white-space: nowrap
}

.input-group-btn,
.input-group-btn>.btn {
    position: relative
}

.input-group-btn>.btn+.btn {
    margin-left: -1px
}

.input-group-btn>.btn:active,
.input-group-btn>.btn:focus,
.input-group-btn>.btn:hover {
    z-index: 2
}

.input-group-btn:first-child>.btn,
.input-group-btn:first-child>.btn-group {
    margin-right: -1px
}

.input-group-btn:last-child>.btn,
.input-group-btn:last-child>.btn-group {
    z-index: 2;
    margin-left: -1px
}

.nav {
    padding-left: 0;
    margin-bottom: 0;
    list-style: none
}

.nav>li,
.nav>li>a {
    position: relative;
    display: block
}

.nav>li>a {
    padding: 10px 15px
}

.nav>li>a:focus,
.nav>li>a:hover {
    text-decoration: none;
    background-color: #eee
}

.nav>li.disabled>a {
    color: #777
}

.nav>li.disabled>a:focus,
.nav>li.disabled>a:hover {
    color: #777;
    text-decoration: none;
    cursor: not-allowed;
    background-color: transparent
}

.nav .open>a,
.nav .open>a:focus,
.nav .open>a:hover {
    background-color: #eee;
    border-color: #337ab7
}

.nav .nav-divider {
    height: 1px;
    margin: 9px 0;
    overflow: hidden;
    background-color: #e5e5e5
}

.nav>li>a>img {
    max-width: none
}

.nav-tabs {
    border-bottom: 1px solid #ddd
}

.nav-tabs>li {
    float: left;
    margin-bottom: -1px
}

.nav-tabs>li>a {
    margin-right: 2px;
    line-height: 1.42857143;
    border: 1px solid transparent;
    border-radius: 4px 4px 0 0
}

.nav-tabs>li>a:hover {
    border-color: #eee #eee #ddd
}

.nav-tabs>li.active>a,
.nav-tabs>li.active>a:focus,
.nav-tabs>li.active>a:hover {
    color: #555;
    cursor: default;
    background-color: #fff;
    border: 1px solid #ddd;
    border-bottom-color: transparent
}

.nav-tabs.nav-justified {
    width: 100%;
    border-bottom: 0
}

.nav-tabs.nav-justified>li {
    float: none
}

.nav-tabs.nav-justified>li>a {
    margin-bottom: 5px;
    text-align: center
}

.nav-tabs.nav-justified>.dropdown .dropdown-menu {
    top: auto;
    left: auto
}

@media (min-width:768px) {
    .nav-tabs.nav-justified>li {
        display: table-cell;
        width: 1%
    }

    .nav-tabs.nav-justified>li>a {
        margin-bottom: 0
    }
}

.nav-tabs.nav-justified>li>a {
    margin-right: 0;
    border-radius: 4px
}

.nav-tabs.nav-justified>.active>a,
.nav-tabs.nav-justified>.active>a:focus,
.nav-tabs.nav-justified>.active>a:hover {
    border: 1px solid #ddd
}

@media (min-width:768px) {
    .nav-tabs.nav-justified>li>a {
        border-bottom: 1px solid #ddd;
        border-radius: 4px 4px 0 0
    }

    .nav-tabs.nav-justified>.active>a,
    .nav-tabs.nav-justified>.active>a:focus,
    .nav-tabs.nav-justified>.active>a:hover {
        border-bottom-color: #fff
    }
}

.nav-pills>li {
    float: left
}

.nav-pills>li>a {
    border-radius: 4px
}

.nav-pills>li+li {
    margin-left: 2px
}

.nav-pills>li.active>a,
.nav-pills>li.active>a:focus,
.nav-pills>li.active>a:hover {
    color: #fff;
    background-color: #337ab7
}

.nav-stacked>li {
    float: none
}

.nav-stacked>li+li {
    margin-top: 2px;
    margin-left: 0
}

.nav-justified {
    width: 100%
}

.nav-justified>li {
    float: none
}

.nav-justified>li>a {
    margin-bottom: 5px;
    text-align: center
}

.nav-justified>.dropdown .dropdown-menu {
    top: auto;
    left: auto
}

@media (min-width:768px) {
    .nav-justified>li {
        display: table-cell;
        width: 1%
    }

    .nav-justified>li>a {
        margin-bottom: 0
    }
}

.nav-tabs-justified {
    border-bottom: 0
}

.nav-tabs-justified>li>a {
    margin-right: 0;
    border-radius: 4px
}

.nav-tabs-justified>.active>a,
.nav-tabs-justified>.active>a:focus,
.nav-tabs-justified>.active>a:hover {
    border: 1px solid #ddd
}

@media (min-width:768px) {
    .nav-tabs-justified>li>a {
        border-bottom: 1px solid #ddd;
        border-radius: 4px 4px 0 0
    }

    .nav-tabs-justified>.active>a,
    .nav-tabs-justified>.active>a:focus,
    .nav-tabs-justified>.active>a:hover {
        border-bottom-color: #fff
    }
}

.tab-content>.tab-pane {
    display: none
}

.tab-content>.active {
    display: block
}

.nav-tabs .dropdown-menu {
    margin-top: -1px;
    border-top-left-radius: 0;
    border-top-right-radius: 0
}

.critical,
.navbar {
    position: relative;
    min-height: 50px;
    margin-bottom: 20px;
    border: 1px solid transparent
}

@media (min-width:768px) {

    .critical,
    .navbar {
        border-radius: 4px
    }
}

@media (min-width:768px) {

    .critical,
    .navbar-header {
        float: left
    }
}

.critical,
.navbar-collapse {
    padding-right: 15px;
    padding-left: 15px;
    overflow-x: visible;
    -webkit-overflow-scrolling: touch;
    border-top: 1px solid transparent;
    box-shadow: inset 0 1px 0 hsla(0, 0%, 100%, .1)
}

.critical,
.navbar-collapse.in {
    overflow-y: auto
}

@media (min-width:768px) {

    .critical,
    .navbar-collapse {
        width: auto;
        border-top: 0;
        box-shadow: none
    }

    .critical,
    .navbar-collapse.collapse {
        display: block !important;
        height: auto !important;
        padding-bottom: 0;
        overflow: visible !important
    }

    .critical,
    .navbar-collapse.in {
        overflow-y: visible
    }

    .critical,
    .navbar-fixed-top .navbar-collapse,
    .navbar-static-top .navbar-collapse,
    bar-fixed-bottom .navbar-collapse {
        padding-right: 0;
        padding-left: 0
    }
}

.critical,
.navbar-fixed-top .navbar-collapse,
bar-fixed-bottom .navbar-collapse {
    max-height: 340px
}

@media (max-device-width:480px) and (orientation:landscape) {

    .critical,
    .navbar-fixed-bottom .navbar-collapse,
    .navbar-fixed-top .navbar-collapse {
        max-height: 200px
    }
}

.container-fluid>.navbar-collapse,
.container-fluid>.navbar-header,
.container>.navbar-collapse,
.container>.navbar-header,
.critical {
    margin-right: -15px;
    margin-left: -15px
}

@media (min-width:768px) {

    .container-fluid>.navbar-collapse,
    .container-fluid>.navbar-header,
    .container>.navbar-collapse,
    .container>.navbar-header,
    .critical {
        margin-right: 0;
        margin-left: 0
    }
}

.navbar-static-top {
    z-index: 1000;
    border-width: 0 0 1px
}

@media (min-width:768px) {
    .navbar-static-top {
        border-radius: 0
    }
}

.navbar-fixed-bottom,
.navbar-fixed-top {
    position: fixed;
    right: 0;
    left: 0;
    z-index: 1030
}

@media (min-width:768px) {

    .navbar-fixed-bottom,
    .navbar-fixed-top {
        border-radius: 0
    }
}

.navbar-fixed-top {
    top: 0;
    border-width: 0 0 1px
}

.navbar-fixed-bottom {
    bottom: 0;
    margin-bottom: 0;
    border-width: 1px 0 0
}

.navbar-brand {
    float: left;
    height: 50px;
    padding: 15px;
    font-size: 18px;
    line-height: 20px
}

.navbar-brand:focus,
.navbar-brand:hover {
    text-decoration: none
}

.navbar-brand>img {
    display: block
}

@media (min-width:768px) {

    .critical,
    .navbar>.container-fluid .navbar-brand,
    .navbar>.container .navbar-brand {
        margin-left: -15px
    }
}

.critical,
.navbar-toggle {
    position: relative;
    float: right;
    padding: 9px 10px;
    margin-top: 8px;
    margin-right: 15px;
    margin-bottom: 8px;
    background-color: transparent;
    background-image: none;
    border: 1px solid transparent;
    border-radius: 4px
}

.navbar-toggle:focus {
    outline: 0
}

.critical,
.navbar-toggle .icon-bar {
    display: block;
    width: 22px;
    height: 2px;
    border-radius: 1px
}

.navbar-toggle .icon-bar+.icon-bar {
    margin-top: 4px
}

@media (min-width:768px) {
    .navbar-toggle {
        display: none
    }
}

.navbar-nav {
    margin: 7.5px -15px
}

.navbar-nav>li>a {
    padding-top: 10px;
    padding-bottom: 10px;
    line-height: 20px
}

@media (max-width:767px) {
    .navbar-nav .open .dropdown-menu {
        position: static;
        float: none;
        width: auto;
        margin-top: 0;
        background-color: transparent;
        border: 0;
        box-shadow: none
    }

    .navbar-nav .open .dropdown-menu .dropdown-header,
    .navbar-nav .open .dropdown-menu>li>a {
        padding: 5px 15px 5px 25px
    }

    .navbar-nav .open .dropdown-menu>li>a {
        line-height: 20px
    }

    .navbar-nav .open .dropdown-menu>li>a:focus,
    .navbar-nav .open .dropdown-menu>li>a:hover {
        background-image: none
    }
}

@media (min-width:768px) {
    .navbar-nav {
        float: left;
        margin: 0
    }

    .navbar-nav>li {
        float: left
    }

    .navbar-nav>li>a {
        padding-top: 15px;
        padding-bottom: 15px
    }
}

.navbar-form {
    padding: 10px 15px;
    margin: 8px -15px;
    border-top: 1px solid transparent;
    border-bottom: 1px solid transparent;
    box-shadow: inset 0 1px 0 hsla(0, 0%, 100%, .1), 0 1px 0 hsla(0, 0%, 100%, .1)
}

@media (min-width:768px) {
    .navbar-form .form-group {
        display: inline-block;
        margin-bottom: 0;
        vertical-align: middle
    }

    .navbar-form .form-control {
        display: inline-block;
        width: auto;
        vertical-align: middle
    }

    .navbar-form .form-control-static {
        display: inline-block
    }

    .navbar-form .input-group {
        display: inline-table;
        vertical-align: middle
    }

    .navbar-form .input-group .form-control,
    .navbar-form .input-group .input-group-addon,
    .navbar-form .input-group .input-group-btn {
        width: auto
    }

    .navbar-form .input-group>.form-control {
        width: 100%
    }

    .navbar-form .control-label {
        margin-bottom: 0;
        vertical-align: middle
    }

    .navbar-form .checkbox,
    .navbar-form .radio {
        display: inline-block;
        margin-top: 0;
        margin-bottom: 0;
        vertical-align: middle
    }

    .navbar-form .checkbox label,
    .navbar-form .radio label {
        padding-left: 0
    }

    .navbar-form .checkbox input[type=checkbox],
    .navbar-form .radio input[type=radio] {
        position: relative;
        margin-left: 0
    }

    .navbar-form .has-feedback .form-control-feedback {
        top: 0
    }
}

@media (max-width:767px) {
    .navbar-form .form-group {
        margin-bottom: 5px
    }

    .navbar-form .form-group:last-child {
        margin-bottom: 0
    }
}

@media (min-width:768px) {
    .navbar-form {
        width: auto;
        padding-top: 0;
        padding-bottom: 0;
        margin-right: 0;
        margin-left: 0;
        border: 0;
        box-shadow: none
    }
}

.navbar-nav>li>.dropdown-menu {
    margin-top: 0;
    border-top-left-radius: 0;
    border-top-right-radius: 0
}

.navbar-fixed-bottom .navbar-nav>li>.dropdown-menu {
    margin-bottom: 0;
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0
}

.navbar-btn {
    margin-top: 8px;
    margin-bottom: 8px
}

.navbar-btn.btn-sm {
    margin-top: 10px;
    margin-bottom: 10px
}

.navbar-btn.btn-xs {
    margin-top: 14px;
    margin-bottom: 14px
}

.navbar-text {
    margin-top: 15px;
    margin-bottom: 15px
}

@media (min-width:768px) {
    .navbar-text {
        float: left;
        margin-right: 15px;
        margin-left: 15px
    }
}

@media (min-width:768px) {
    .navbar-left {
        float: left !important
    }

    .navbar-right {
        float: right !important;
        margin-right: -15px
    }

    .navbar-right~.navbar-right {
        margin-right: 0
    }
}

.navbar-default {
    background-color: #f8f8f8;
    border-color: #e7e7e7
}

.navbar-default .navbar-brand {
    color: #777
}

.navbar-default .navbar-brand:focus,
.navbar-default .navbar-brand:hover {
    color: #5e5e5e;
    background-color: transparent
}

.navbar-default .navbar-nav>li>a,
.navbar-default .navbar-text {
    color: #777
}

.navbar-default .navbar-nav>li>a:focus,
.navbar-default .navbar-nav>li>a:hover {
    color: #333;
    background-color: transparent
}

.navbar-default .navbar-nav>.active>a,
.navbar-default .navbar-nav>.active>a:focus,
.navbar-default .navbar-nav>.active>a:hover {
    color: #555;
    background-color: #e7e7e7
}

.navbar-default .navbar-nav>.disabled>a,
.navbar-default .navbar-nav>.disabled>a:focus,
.navbar-default .navbar-nav>.disabled>a:hover {
    color: #ccc;
    background-color: transparent
}

.navbar-default .navbar-toggle {
    border-color: #ddd
}

.navbar-default .navbar-toggle:focus,
.navbar-default .navbar-toggle:hover {
    background-color: #ddd
}

.navbar-default .navbar-toggle .icon-bar {
    background-color: #888
}

.navbar-default .navbar-collapse,
.navbar-default .navbar-form {
    border-color: #e7e7e7
}

.navbar-default .navbar-nav>.open>a,
.navbar-default .navbar-nav>.open>a:focus,
.navbar-default .navbar-nav>.open>a:hover {
    color: #555;
    background-color: #e7e7e7
}

@media (max-width:767px) {
    .navbar-default .navbar-nav .open .dropdown-menu>li>a {
        color: #777
    }

    .navbar-default .navbar-nav .open .dropdown-menu>li>a:focus,
    .navbar-default .navbar-nav .open .dropdown-menu>li>a:hover {
        color: #333;
        background-color: transparent
    }

    .navbar-default .navbar-nav .open .dropdown-menu>.active>a,
    .navbar-default .navbar-nav .open .dropdown-menu>.active>a:focus,
    .navbar-default .navbar-nav .open .dropdown-menu>.active>a:hover {
        color: #555;
        background-color: #e7e7e7
    }

    .navbar-default .navbar-nav .open .dropdown-menu>.disabled>a,
    .navbar-default .navbar-nav .open .dropdown-menu>.disabled>a:focus,
    .navbar-default .navbar-nav .open .dropdown-menu>.disabled>a:hover {
        color: #ccc;
        background-color: transparent
    }
}

.navbar-default .navbar-link {
    color: #777
}

.navbar-default .navbar-link:hover {
    color: #333
}

.navbar-default .btn-link {
    color: #777
}

.navbar-default .btn-link:focus,
.navbar-default .btn-link:hover {
    color: #333
}

.navbar-default .btn-link[disabled]:focus,
.navbar-default .btn-link[disabled]:hover,
fieldset[disabled] .navbar-default .btn-link:focus,
fieldset[disabled] .navbar-default .btn-link:hover {
    color: #ccc
}

.navbar-inverse {
    background-color: #222;
    border-color: #080808
}

.navbar-inverse .navbar-brand {
    color: #9d9d9d
}

.navbar-inverse .navbar-brand:focus,
.navbar-inverse .navbar-brand:hover {
    color: #fff;
    background-color: transparent
}

.navbar-inverse .navbar-nav>li>a,
.navbar-inverse .navbar-text {
    color: #9d9d9d
}

.navbar-inverse .navbar-nav>li>a:focus,
.navbar-inverse .navbar-nav>li>a:hover {
    color: #fff;
    background-color: transparent
}

.navbar-inverse .navbar-nav>.active>a,
.navbar-inverse .navbar-nav>.active>a:focus,
.navbar-inverse .navbar-nav>.active>a:hover {
    color: #fff;
    background-color: #080808
}

.navbar-inverse .navbar-nav>.disabled>a,
.navbar-inverse .navbar-nav>.disabled>a:focus,
.navbar-inverse .navbar-nav>.disabled>a:hover {
    color: #444;
    background-color: transparent
}

.navbar-inverse .navbar-toggle {
    border-color: #333
}

.navbar-inverse .navbar-toggle:focus,
.navbar-inverse .navbar-toggle:hover {
    background-color: #333
}

.navbar-inverse .navbar-toggle .icon-bar {
    background-color: #fff
}

.navbar-inverse .navbar-collapse,
.navbar-inverse .navbar-form {
    border-color: #101010
}

.navbar-inverse .navbar-nav>.open>a,
.navbar-inverse .navbar-nav>.open>a:focus,
.navbar-inverse .navbar-nav>.open>a:hover {
    color: #fff;
    background-color: #080808
}

@media (max-width:767px) {
    .navbar-inverse .navbar-nav .open .dropdown-menu>.dropdown-header {
        border-color: #080808
    }

    .navbar-inverse .navbar-nav .open .dropdown-menu .divider {
        background-color: #080808
    }

    .navbar-inverse .navbar-nav .open .dropdown-menu>li>a {
        color: #9d9d9d
    }

    .navbar-inverse .navbar-nav .open .dropdown-menu>li>a:focus,
    .navbar-inverse .navbar-nav .open .dropdown-menu>li>a:hover {
        color: #fff;
        background-color: transparent
    }

    .navbar-inverse .navbar-nav .open .dropdown-menu>.active>a,
    .navbar-inverse .navbar-nav .open .dropdown-menu>.active>a:focus,
    .navbar-inverse .navbar-nav .open .dropdown-menu>.active>a:hover {
        color: #fff;
        background-color: #080808
    }

    .navbar-inverse .navbar-nav .open .dropdown-menu>.disabled>a,
    .navbar-inverse .navbar-nav .open .dropdown-menu>.disabled>a:focus,
    .navbar-inverse .navbar-nav .open .dropdown-menu>.disabled>a:hover {
        color: #444;
        background-color: transparent
    }
}

.navbar-inverse .navbar-link {
    color: #9d9d9d
}

.navbar-inverse .navbar-link:hover {
    color: #fff
}

.navbar-inverse .btn-link {
    color: #9d9d9d
}

.navbar-inverse .btn-link:focus,
.navbar-inverse .btn-link:hover {
    color: #fff
}

.navbar-inverse .btn-link[disabled]:focus,
.navbar-inverse .btn-link[disabled]:hover,
fieldset[disabled] .navbar-inverse .btn-link:focus,
fieldset[disabled] .navbar-inverse .btn-link:hover {
    color: #444
}

.breadcrumb {
    padding: 8px 15px;
    margin-bottom: 20px;
    list-style: none;
    background-color: #f5f5f5;
    border-radius: 4px
}

.breadcrumb>li {
    display: inline-block
}

.breadcrumb>li+li:before {
    padding: 0 5px;
    color: #ccc;
    content: "/\00a0"
}

.breadcrumb>.active {
    color: #777
}

.pagination {
    display: inline-block;
    padding-left: 0;
    margin: 20px 0;
    border-radius: 4px
}

.pagination>li {
    display: inline
}

.pagination>li>a,
.pagination>li>span {
    position: relative;
    float: left;
    padding: 6px 12px;
    margin-left: -1px;
    line-height: 1.42857143;
    color: #337ab7;
    text-decoration: none;
    background-color: #fff;
    border: 1px solid #ddd
}

.pagination>li:first-child>a,
.pagination>li:first-child>span {
    margin-left: 0;
    border-top-left-radius: 4px;
    border-bottom-left-radius: 4px
}

.pagination>li:last-child>a,
.pagination>li:last-child>span {
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px
}

.pagination>li>a:focus,
.pagination>li>a:hover,
.pagination>li>span:focus,
.pagination>li>span:hover {
    z-index: 2;
    color: #23527c;
    background-color: #eee;
    border-color: #ddd
}

.pagination>.active>a,
.pagination>.active>a:focus,
.pagination>.active>a:hover,
.pagination>.active>span,
.pagination>.active>span:focus,
.pagination>.active>span:hover {
    z-index: 3;
    color: #fff;
    cursor: default;
    background-color: #337ab7;
    border-color: #337ab7
}

.pagination>.disabled>a,
.pagination>.disabled>a:focus,
.pagination>.disabled>a:hover,
.pagination>.disabled>span,
.pagination>.disabled>span:focus,
.pagination>.disabled>span:hover {
    color: #777;
    cursor: not-allowed;
    background-color: #fff;
    border-color: #ddd
}

.pagination-lg>li>a,
.pagination-lg>li>span {
    padding: 10px 16px;
    font-size: 18px;
    line-height: 1.3333333
}

.pagination-lg>li:first-child>a,
.pagination-lg>li:first-child>span {
    border-top-left-radius: 6px;
    border-bottom-left-radius: 6px
}

.pagination-lg>li:last-child>a,
.pagination-lg>li:last-child>span {
    border-top-right-radius: 6px;
    border-bottom-right-radius: 6px
}

.pagination-sm>li>a,
.pagination-sm>li>span {
    padding: 5px 10px;
    font-size: 12px;
    line-height: 1.5
}

.pagination-sm>li:first-child>a,
.pagination-sm>li:first-child>span {
    border-top-left-radius: 3px;
    border-bottom-left-radius: 3px
}

.pagination-sm>li:last-child>a,
.pagination-sm>li:last-child>span {
    border-top-right-radius: 3px;
    border-bottom-right-radius: 3px
}

.pager {
    padding-left: 0;
    margin: 20px 0;
    text-align: center;
    list-style: none
}

.pager li {
    display: inline
}

.pager li>a,
.pager li>span {
    display: inline-block;
    padding: 5px 14px;
    background-color: #fff;
    border: 1px solid #ddd;
    border-radius: 15px
}

.pager li>a:focus,
.pager li>a:hover {
    text-decoration: none;
    background-color: #eee
}

.pager .next>a,
.pager .next>span {
    float: right
}

.pager .previous>a,
.pager .previous>span {
    float: left
}

.pager .disabled>a,
.pager .disabled>a:focus,
.pager .disabled>a:hover,
.pager .disabled>span {
    color: #777;
    cursor: not-allowed;
    background-color: #fff
}

.label {
    display: inline;
    padding: .2em .6em .3em;
    font-size: 75%;
    font-weight: 700;
    line-height: 1;
    color: #fff;
    text-align: center;
    white-space: nowrap;
    vertical-align: baseline;
    border-radius: .25em
}

a.label:focus,
a.label:hover {
    color: #fff;
    text-decoration: none;
    cursor: pointer
}

.label:empty {
    display: none
}

.btn .label {
    position: relative;
    top: -1px
}

.label-default {
    background-color: #777
}

.label-default[href]:focus,
.label-default[href]:hover {
    background-color: #5e5e5e
}

.label-primary {
    background-color: #337ab7
}

.label-primary[href]:focus,
.label-primary[href]:hover {
    background-color: #286090
}

.label-success {
    background-color: #5cb85c
}

.label-success[href]:focus,
.label-success[href]:hover {
    background-color: #449d44
}

.label-info {
    background-color: #5bc0de
}

.label-info[href]:focus,
.label-info[href]:hover {
    background-color: #31b0d5
}

.label-warning {
    background-color: #f0ad4e
}

.label-warning[href]:focus,
.label-warning[href]:hover {
    background-color: #ec971f
}

.label-danger {
    background-color: #d9534f
}

.label-danger[href]:focus,
.label-danger[href]:hover {
    background-color: #c9302c
}

.badge {
    display: inline-block;
    min-width: 10px;
    padding: 3px 7px;
    font-size: 12px;
    font-weight: 700;
    line-height: 1;
    color: #fff;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    background-color: #777;
    border-radius: 10px
}

.badge:empty {
    display: none
}

.btn .badge {
    position: relative;
    top: -1px
}

.btn-group-xs>.btn .badge,
.btn-xs .badge {
    top: 0;
    padding: 1px 5px
}

a.badge:focus,
a.badge:hover {
    color: #fff;
    text-decoration: none;
    cursor: pointer
}

.list-group-item.active>.badge,
.nav-pills>.active>a>.badge {
    color: #337ab7;
    background-color: #fff
}

.list-group-item>.badge {
    float: right
}

.list-group-item>.badge+.badge {
    margin-right: 5px
}

.nav-pills>li>a>.badge {
    margin-left: 3px
}

.jumbotron {
    padding-top: 30px;
    padding-bottom: 30px;
    margin-bottom: 30px;
    background-color: #eee
}

.jumbotron,
.jumbotron .h1,
.jumbotron h1 {
    color: inherit
}

.jumbotron p {
    margin-bottom: 15px;
    font-size: 21px;
    font-weight: 200
}

.jumbotron>hr {
    border-top-color: #d5d5d5
}

.container-fluid .jumbotron,
.container .jumbotron {
    padding-right: 15px;
    padding-left: 15px;
    border-radius: 6px
}

.jumbotron .container {
    max-width: 100%
}

@media screen and (min-width:768px) {
    .jumbotron {
        padding-top: 48px;
        padding-bottom: 48px
    }

    .container-fluid .jumbotron,
    .container .jumbotron {
        padding-right: 60px;
        padding-left: 60px
    }

    .jumbotron .h1,
    .jumbotron h1 {
        font-size: 63px
    }
}

.thumbnail {
    display: block;
    padding: 4px;
    margin-bottom: 20px;
    line-height: 1.42857143;
    background-color: #fff;
    border: 1px solid #ddd;
    border-radius: 4px;
    transition: border .2s ease-in-out
}

.thumbnail>img,
.thumbnail a>img {
    margin-right: auto;
    margin-left: auto
}

a.thumbnail.active,
a.thumbnail:focus,
a.thumbnail:hover {
    border-color: #337ab7
}

.thumbnail .caption {
    padding: 9px;
    color: #333
}

.alert {
    padding: 15px;
    margin-bottom: 20px;
    border: 1px solid transparent;
    border-radius: 4px
}

.alert h4 {
    margin-top: 0;
    color: inherit
}

.alert .alert-link {
    font-weight: 700
}

.alert>p,
.alert>ul {
    margin-bottom: 0
}

.alert>p+p {
    margin-top: 5px
}

.alert-dismissable,
.alert-dismissible {
    padding-right: 35px
}

.alert-dismissable .close,
.alert-dismissible .close {
    position: relative;
    top: -2px;
    right: -21px;
    color: inherit
}

.alert-success {
    color: #3c763d;
    background-color: #dff0d8;
    border-color: #d6e9c6
}

.alert-success hr {
    border-top-color: #c9e2b3
}

.alert-success .alert-link {
    color: #2b542c
}

.alert-info {
    color: #31708f;
    background-color: #d9edf7;
    border-color: #bce8f1
}

.alert-info hr {
    border-top-color: #a6e1ec
}

.alert-info .alert-link {
    color: #245269
}

.alert-warning {
    color: #8a6d3b;
    background-color: #fcf8e3;
    border-color: #faebcc
}

.alert-warning hr {
    border-top-color: #f7e1b5
}

.alert-warning .alert-link {
    color: #66512c
}

.alert-danger {
    color: #a94442;
    background-color: #f2dede;
    border-color: #ebccd1
}

.alert-danger hr {
    border-top-color: #e4b9c0
}

.alert-danger .alert-link {
    color: #843534
}

@keyframes progress-bar-stripes {
    0% {
        background-position: 40px 0
    }

    to {
        background-position: 0 0
    }
}

.progress {
    height: 20px;
    margin-bottom: 20px;
    overflow: hidden;
    background-color: #f5f5f5;
    border-radius: 4px;
    box-shadow: inset 0 1px 2px rgba(0, 0, 0, .1)
}

.progress-bar {
    float: left;
    width: 0;
    height: 100%;
    font-size: 12px;
    line-height: 20px;
    color: #fff;
    text-align: center;
    background-color: #337ab7;
    box-shadow: inset 0 -1px 0 rgba(0, 0, 0, .15);
    transition: width .6s ease
}

.progress-bar-striped,
.progress-striped .progress-bar {
    background-image: linear-gradient(45deg, hsla(0, 0%, 100%, .15) 25%, transparent 0, transparent 50%, hsla(0, 0%, 100%, .15) 0, hsla(0, 0%, 100%, .15) 75%, transparent 0, transparent);
    background-size: 40px 40px
}

.progress-bar.active,
.progress.active .progress-bar {
    animation: progress-bar-stripes 2s linear infinite
}

.progress-bar-success {
    background-color: #5cb85c
}

.progress-striped .progress-bar-success {
    background-image: linear-gradient(45deg, hsla(0, 0%, 100%, .15) 25%, transparent 0, transparent 50%, hsla(0, 0%, 100%, .15) 0, hsla(0, 0%, 100%, .15) 75%, transparent 0, transparent)
}

.progress-bar-info {
    background-color: #5bc0de
}

.progress-striped .progress-bar-info {
    background-image: linear-gradient(45deg, hsla(0, 0%, 100%, .15) 25%, transparent 0, transparent 50%, hsla(0, 0%, 100%, .15) 0, hsla(0, 0%, 100%, .15) 75%, transparent 0, transparent)
}

.progress-bar-warning {
    background-color: #f0ad4e
}

.progress-striped .progress-bar-warning {
    background-image: linear-gradient(45deg, hsla(0, 0%, 100%, .15) 25%, transparent 0, transparent 50%, hsla(0, 0%, 100%, .15) 0, hsla(0, 0%, 100%, .15) 75%, transparent 0, transparent)
}

.progress-bar-danger {
    background-color: #d9534f
}

.progress-striped .progress-bar-danger {
    background-image: linear-gradient(45deg, hsla(0, 0%, 100%, .15) 25%, transparent 0, transparent 50%, hsla(0, 0%, 100%, .15) 0, hsla(0, 0%, 100%, .15) 75%, transparent 0, transparent)
}

.media {
    margin-top: 15px
}

.media:first-child {
    margin-top: 0
}

.media,
.media-body {
    overflow: hidden;
    zoom: 1
}

.media-body {
    width: 10000px
}

.media-object {
    display: block
}

.media-object.img-thumbnail {
    max-width: none
}

.media-right,
.media>.pull-right {
    padding-left: 10px
}

.media-left,
.media>.pull-left {
    padding-right: 10px
}

.media-body,
.media-left,
.media-right {
    display: table-cell;
    vertical-align: top
}

.media-middle {
    vertical-align: middle
}

.media-bottom {
    vertical-align: bottom
}

.media-heading {
    margin-top: 0;
    margin-bottom: 5px
}

.media-list {
    padding-left: 0;
    list-style: none
}

.list-group {
    padding-left: 0;
    margin-bottom: 20px
}

.list-group-item {
    position: relative;
    display: block;
    padding: 10px 15px;
    margin-bottom: -1px;
    background-color: #fff;
    border: 1px solid #ddd
}

.list-group-item:first-child {
    border-top-left-radius: 4px;
    border-top-right-radius: 4px
}

.list-group-item:last-child {
    margin-bottom: 0;
    border-bottom-right-radius: 4px;
    border-bottom-left-radius: 4px
}

a.list-group-item,
button.list-group-item {
    color: #555
}

a.list-group-item .list-group-item-heading,
button.list-group-item .list-group-item-heading {
    color: #333
}

a.list-group-item:focus,
a.list-group-item:hover,
button.list-group-item:focus,
button.list-group-item:hover {
    color: #555;
    text-decoration: none;
    background-color: #f5f5f5
}

button.list-group-item {
    width: 100%;
    text-align: left
}

.list-group-item.disabled,
.list-group-item.disabled:focus,
.list-group-item.disabled:hover {
    color: #777;
    cursor: not-allowed;
    background-color: #eee
}

.list-group-item.disabled .list-group-item-heading,
.list-group-item.disabled:focus .list-group-item-heading,
.list-group-item.disabled:hover .list-group-item-heading {
    color: inherit
}

.list-group-item.disabled .list-group-item-text,
.list-group-item.disabled:focus .list-group-item-text,
.list-group-item.disabled:hover .list-group-item-text {
    color: #777
}

.list-group-item.active,
.list-group-item.active:focus,
.list-group-item.active:hover {
    z-index: 2;
    color: #fff;
    background-color: #337ab7;
    border-color: #337ab7
}

.list-group-item.active .list-group-item-heading,
.list-group-item.active .list-group-item-heading>.small,
.list-group-item.active .list-group-item-heading>small,
.list-group-item.active:focus .list-group-item-heading,
.list-group-item.active:focus .list-group-item-heading>.small,
.list-group-item.active:focus .list-group-item-heading>small,
.list-group-item.active:hover .list-group-item-heading,
.list-group-item.active:hover .list-group-item-heading>.small,
.list-group-item.active:hover .list-group-item-heading>small {
    color: inherit
}

.list-group-item.active .list-group-item-text,
.list-group-item.active:focus .list-group-item-text,
.list-group-item.active:hover .list-group-item-text {
    color: #c7ddef
}

.list-group-item-success {
    color: #3c763d;
    background-color: #dff0d8
}

a.list-group-item-success,
button.list-group-item-success {
    color: #3c763d
}

a.list-group-item-success .list-group-item-heading,
button.list-group-item-success .list-group-item-heading {
    color: inherit
}

a.list-group-item-success:focus,
a.list-group-item-success:hover,
button.list-group-item-success:focus,
button.list-group-item-success:hover {
    color: #3c763d;
    background-color: #d0e9c6
}

a.list-group-item-success.active,
a.list-group-item-success.active:focus,
a.list-group-item-success.active:hover,
button.list-group-item-success.active,
button.list-group-item-success.active:focus,
button.list-group-item-success.active:hover {
    color: #fff;
    background-color: #3c763d;
    border-color: #3c763d
}

.list-group-item-info {
    color: #31708f;
    background-color: #d9edf7
}

a.list-group-item-info,
button.list-group-item-info {
    color: #31708f
}

a.list-group-item-info .list-group-item-heading,
button.list-group-item-info .list-group-item-heading {
    color: inherit
}

a.list-group-item-info:focus,
a.list-group-item-info:hover,
button.list-group-item-info:focus,
button.list-group-item-info:hover {
    color: #31708f;
    background-color: #c4e3f3
}

a.list-group-item-info.active,
a.list-group-item-info.active:focus,
a.list-group-item-info.active:hover,
button.list-group-item-info.active,
button.list-group-item-info.active:focus,
button.list-group-item-info.active:hover {
    color: #fff;
    background-color: #31708f;
    border-color: #31708f
}

.list-group-item-warning {
    color: #8a6d3b;
    background-color: #fcf8e3
}

a.list-group-item-warning,
button.list-group-item-warning {
    color: #8a6d3b
}

a.list-group-item-warning .list-group-item-heading,
button.list-group-item-warning .list-group-item-heading {
    color: inherit
}

a.list-group-item-warning:focus,
a.list-group-item-warning:hover,
button.list-group-item-warning:focus,
button.list-group-item-warning:hover {
    color: #8a6d3b;
    background-color: #faf2cc
}

a.list-group-item-warning.active,
a.list-group-item-warning.active:focus,
a.list-group-item-warning.active:hover,
button.list-group-item-warning.active,
button.list-group-item-warning.active:focus,
button.list-group-item-warning.active:hover {
    color: #fff;
    background-color: #8a6d3b;
    border-color: #8a6d3b
}

.list-group-item-danger {
    color: #a94442;
    background-color: #f2dede
}

a.list-group-item-danger,
button.list-group-item-danger {
    color: #a94442
}

a.list-group-item-danger .list-group-item-heading,
button.list-group-item-danger .list-group-item-heading {
    color: inherit
}

a.list-group-item-danger:focus,
a.list-group-item-danger:hover,
button.list-group-item-danger:focus,
button.list-group-item-danger:hover {
    color: #a94442;
    background-color: #ebcccc
}

a.list-group-item-danger.active,
a.list-group-item-danger.active:focus,
a.list-group-item-danger.active:hover,
button.list-group-item-danger.active,
button.list-group-item-danger.active:focus,
button.list-group-item-danger.active:hover {
    color: #fff;
    background-color: #a94442;
    border-color: #a94442
}

.list-group-item-heading {
    margin-top: 0;
    margin-bottom: 5px
}

.list-group-item-text {
    margin-bottom: 0;
    line-height: 1.3
}

.panel {
    margin-bottom: 20px;
    background-color: #fff;
    border: 1px solid transparent;
    border-radius: 4px;
    box-shadow: 0 1px 1px rgba(0, 0, 0, .05)
}

.panel-body {
    padding: 15px
}

.panel-heading {
    padding: 10px 15px;
    border-bottom: 1px solid transparent;
    border-top-left-radius: 3px;
    border-top-right-radius: 3px
}

.panel-heading>.dropdown .dropdown-toggle,
.panel-title {
    color: inherit
}

.panel-title {
    margin-top: 0;
    margin-bottom: 0;
    font-size: 16px
}

.panel-title>.small,
.panel-title>.small>a,
.panel-title>a,
.panel-title>small,
.panel-title>small>a {
    color: inherit
}

.panel-footer {
    padding: 10px 15px;
    background-color: #f5f5f5;
    border-top: 1px solid #ddd;
    border-bottom-right-radius: 3px;
    border-bottom-left-radius: 3px
}

.panel>.list-group,
.panel>.panel-collapse>.list-group {
    margin-bottom: 0
}

.panel>.list-group .list-group-item,
.panel>.panel-collapse>.list-group .list-group-item {
    border-width: 1px 0;
    border-radius: 0
}

.panel>.list-group:first-child .list-group-item:first-child,
.panel>.panel-collapse>.list-group:first-child .list-group-item:first-child {
    border-top: 0;
    border-top-left-radius: 3px;
    border-top-right-radius: 3px
}

.panel>.list-group:last-child .list-group-item:last-child,
.panel>.panel-collapse>.list-group:last-child .list-group-item:last-child {
    border-bottom: 0;
    border-bottom-right-radius: 3px;
    border-bottom-left-radius: 3px
}

.panel>.panel-heading+.panel-collapse>.list-group .list-group-item:first-child {
    border-top-left-radius: 0;
    border-top-right-radius: 0
}

.list-group+.panel-footer,
.panel-heading+.list-group .list-group-item:first-child {
    border-top-width: 0
}

.panel>.panel-collapse>.table,
.panel>.table,
.panel>.table-responsive>.table {
    margin-bottom: 0
}

.panel>.panel-collapse>.table caption,
.panel>.table-responsive>.table caption,
.panel>.table caption {
    padding-right: 15px;
    padding-left: 15px
}

.panel>.table-responsive:first-child>.table:first-child,
.panel>.table-responsive:first-child>.table:first-child>tbody:first-child>tr:first-child,
.panel>.table-responsive:first-child>.table:first-child>thead:first-child>tr:first-child,
.panel>.table:first-child,
.panel>.table:first-child>tbody:first-child>tr:first-child,
.panel>.table:first-child>thead:first-child>tr:first-child {
    border-top-left-radius: 3px;
    border-top-right-radius: 3px
}

.panel>.table-responsive:first-child>.table:first-child>tbody:first-child>tr:first-child td:first-child,
.panel>.table-responsive:first-child>.table:first-child>tbody:first-child>tr:first-child th:first-child,
.panel>.table-responsive:first-child>.table:first-child>thead:first-child>tr:first-child td:first-child,
.panel>.table-responsive:first-child>.table:first-child>thead:first-child>tr:first-child th:first-child,
.panel>.table:first-child>tbody:first-child>tr:first-child td:first-child,
.panel>.table:first-child>tbody:first-child>tr:first-child th:first-child,
.panel>.table:first-child>thead:first-child>tr:first-child td:first-child,
.panel>.table:first-child>thead:first-child>tr:first-child th:first-child {
    border-top-left-radius: 3px
}

.panel>.table-responsive:first-child>.table:first-child>tbody:first-child>tr:first-child td:last-child,
.panel>.table-responsive:first-child>.table:first-child>tbody:first-child>tr:first-child th:last-child,
.panel>.table-responsive:first-child>.table:first-child>thead:first-child>tr:first-child td:last-child,
.panel>.table-responsive:first-child>.table:first-child>thead:first-child>tr:first-child th:last-child,
.panel>.table:first-child>tbody:first-child>tr:first-child td:last-child,
.panel>.table:first-child>tbody:first-child>tr:first-child th:last-child,
.panel>.table:first-child>thead:first-child>tr:first-child td:last-child,
.panel>.table:first-child>thead:first-child>tr:first-child th:last-child {
    border-top-right-radius: 3px
}

.panel>.table-responsive:last-child>.table:last-child,
.panel>.table-responsive:last-child>.table:last-child>tbody:last-child>tr:last-child,
.panel>.table-responsive:last-child>.table:last-child>tfoot:last-child>tr:last-child,
.panel>.table:last-child,
.panel>.table:last-child>tbody:last-child>tr:last-child,
.panel>.table:last-child>tfoot:last-child>tr:last-child {
    border-bottom-right-radius: 3px;
    border-bottom-left-radius: 3px
}

.panel>.table-responsive:last-child>.table:last-child>tbody:last-child>tr:last-child td:first-child,
.panel>.table-responsive:last-child>.table:last-child>tbody:last-child>tr:last-child th:first-child,
.panel>.table-responsive:last-child>.table:last-child>tfoot:last-child>tr:last-child td:first-child,
.panel>.table-responsive:last-child>.table:last-child>tfoot:last-child>tr:last-child th:first-child,
.panel>.table:last-child>tbody:last-child>tr:last-child td:first-child,
.panel>.table:last-child>tbody:last-child>tr:last-child th:first-child,
.panel>.table:last-child>tfoot:last-child>tr:last-child td:first-child,
.panel>.table:last-child>tfoot:last-child>tr:last-child th:first-child {
    border-bottom-left-radius: 3px
}

.panel>.table-responsive:last-child>.table:last-child>tbody:last-child>tr:last-child td:last-child,
.panel>.table-responsive:last-child>.table:last-child>tbody:last-child>tr:last-child th:last-child,
.panel>.table-responsive:last-child>.table:last-child>tfoot:last-child>tr:last-child td:last-child,
.panel>.table-responsive:last-child>.table:last-child>tfoot:last-child>tr:last-child th:last-child,
.panel>.table:last-child>tbody:last-child>tr:last-child td:last-child,
.panel>.table:last-child>tbody:last-child>tr:last-child th:last-child,
.panel>.table:last-child>tfoot:last-child>tr:last-child td:last-child,
.panel>.table:last-child>tfoot:last-child>tr:last-child th:last-child {
    border-bottom-right-radius: 3px
}

.panel>.panel-body+.table,
.panel>.panel-body+.table-responsive,
.panel>.table+.panel-body,
.panel>.table-responsive+.panel-body {
    border-top: 1px solid #ddd
}

.panel>.table>tbody:first-child>tr:first-child td,
.panel>.table>tbody:first-child>tr:first-child th {
    border-top: 0
}

.panel>.table-bordered,
.panel>.table-responsive>.table-bordered {
    border: 0
}

.panel>.table-bordered>tbody>tr>td:first-child,
.panel>.table-bordered>tbody>tr>th:first-child,
.panel>.table-bordered>tfoot>tr>td:first-child,
.panel>.table-bordered>tfoot>tr>th:first-child,
.panel>.table-bordered>thead>tr>td:first-child,
.panel>.table-bordered>thead>tr>th:first-child,
.panel>.table-responsive>.table-bordered>tbody>tr>td:first-child,
.panel>.table-responsive>.table-bordered>tbody>tr>th:first-child,
.panel>.table-responsive>.table-bordered>tfoot>tr>td:first-child,
.panel>.table-responsive>.table-bordered>tfoot>tr>th:first-child,
.panel>.table-responsive>.table-bordered>thead>tr>td:first-child,
.panel>.table-responsive>.table-bordered>thead>tr>th:first-child {
    border-left: 0
}

.panel>.table-bordered>tbody>tr>td:last-child,
.panel>.table-bordered>tbody>tr>th:last-child,
.panel>.table-bordered>tfoot>tr>td:last-child,
.panel>.table-bordered>tfoot>tr>th:last-child,
.panel>.table-bordered>thead>tr>td:last-child,
.panel>.table-bordered>thead>tr>th:last-child,
.panel>.table-responsive>.table-bordered>tbody>tr>td:last-child,
.panel>.table-responsive>.table-bordered>tbody>tr>th:last-child,
.panel>.table-responsive>.table-bordered>tfoot>tr>td:last-child,
.panel>.table-responsive>.table-bordered>tfoot>tr>th:last-child,
.panel>.table-responsive>.table-bordered>thead>tr>td:last-child,
.panel>.table-responsive>.table-bordered>thead>tr>th:last-child {
    border-right: 0
}

.panel>.table-bordered>tbody>tr:first-child>td,
.panel>.table-bordered>tbody>tr:first-child>th,
.panel>.table-bordered>tbody>tr:last-child>td,
.panel>.table-bordered>tbody>tr:last-child>th,
.panel>.table-bordered>tfoot>tr:last-child>td,
.panel>.table-bordered>tfoot>tr:last-child>th,
.panel>.table-bordered>thead>tr:first-child>td,
.panel>.table-bordered>thead>tr:first-child>th,
.panel>.table-responsive>.table-bordered>tbody>tr:first-child>td,
.panel>.table-responsive>.table-bordered>tbody>tr:first-child>th,
.panel>.table-responsive>.table-bordered>tbody>tr:last-child>td,
.panel>.table-responsive>.table-bordered>tbody>tr:last-child>th,
.panel>.table-responsive>.table-bordered>tfoot>tr:last-child>td,
.panel>.table-responsive>.table-bordered>tfoot>tr:last-child>th,
.panel>.table-responsive>.table-bordered>thead>tr:first-child>td,
.panel>.table-responsive>.table-bordered>thead>tr:first-child>th {
    border-bottom: 0
}

.panel>.table-responsive {
    margin-bottom: 0;
    border: 0
}

.panel-group {
    margin-bottom: 20px
}

.panel-group .panel {
    margin-bottom: 0;
    border-radius: 4px
}

.panel-group .panel+.panel {
    margin-top: 5px
}

.panel-group .panel-heading {
    border-bottom: 0
}

.panel-group .panel-heading+.panel-collapse>.list-group,
.panel-group .panel-heading+.panel-collapse>.panel-body {
    border-top: 1px solid #ddd
}

.panel-group .panel-footer {
    border-top: 0
}

.panel-group .panel-footer+.panel-collapse .panel-body {
    border-bottom: 1px solid #ddd
}

.panel-default {
    border-color: #ddd
}

.panel-default>.panel-heading {
    color: #333;
    background-color: #f5f5f5;
    border-color: #ddd
}

.panel-default>.panel-heading+.panel-collapse>.panel-body {
    border-top-color: #ddd
}

.panel-default>.panel-heading .badge {
    color: #f5f5f5;
    background-color: #333
}

.panel-default>.panel-footer+.panel-collapse>.panel-body {
    border-bottom-color: #ddd
}

.panel-primary {
    border-color: #337ab7
}

.panel-primary>.panel-heading {
    color: #fff;
    background-color: #337ab7;
    border-color: #337ab7
}

.panel-primary>.panel-heading+.panel-collapse>.panel-body {
    border-top-color: #337ab7
}

.panel-primary>.panel-heading .badge {
    color: #337ab7;
    background-color: #fff
}

.panel-primary>.panel-footer+.panel-collapse>.panel-body {
    border-bottom-color: #337ab7
}

.panel-success {
    border-color: #d6e9c6
}

.panel-success>.panel-heading {
    color: #3c763d;
    background-color: #dff0d8;
    border-color: #d6e9c6
}

.panel-success>.panel-heading+.panel-collapse>.panel-body {
    border-top-color: #d6e9c6
}

.panel-success>.panel-heading .badge {
    color: #dff0d8;
    background-color: #3c763d
}

.panel-success>.panel-footer+.panel-collapse>.panel-body {
    border-bottom-color: #d6e9c6
}

.panel-info {
    border-color: #bce8f1
}

.panel-info>.panel-heading {
    color: #31708f;
    background-color: #d9edf7;
    border-color: #bce8f1
}

.panel-info>.panel-heading+.panel-collapse>.panel-body {
    border-top-color: #bce8f1
}

.panel-info>.panel-heading .badge {
    color: #d9edf7;
    background-color: #31708f
}

.panel-info>.panel-footer+.panel-collapse>.panel-body {
    border-bottom-color: #bce8f1
}

.panel-warning {
    border-color: #faebcc
}

.panel-warning>.panel-heading {
    color: #8a6d3b;
    background-color: #fcf8e3;
    border-color: #faebcc
}

.panel-warning>.panel-heading+.panel-collapse>.panel-body {
    border-top-color: #faebcc
}

.panel-warning>.panel-heading .badge {
    color: #fcf8e3;
    background-color: #8a6d3b
}

.panel-warning>.panel-footer+.panel-collapse>.panel-body {
    border-bottom-color: #faebcc
}

.panel-danger {
    border-color: #ebccd1
}

.panel-danger>.panel-heading {
    color: #a94442;
    background-color: #f2dede;
    border-color: #ebccd1
}

.panel-danger>.panel-heading+.panel-collapse>.panel-body {
    border-top-color: #ebccd1
}

.panel-danger>.panel-heading .badge {
    color: #f2dede;
    background-color: #a94442
}

.panel-danger>.panel-footer+.panel-collapse>.panel-body {
    border-bottom-color: #ebccd1
}

.embed-responsive {
    position: relative;
    display: block;
    height: 0;
    padding: 0;
    overflow: hidden
}

.embed-responsive .embed-responsive-item,
.embed-responsive embed,
.embed-responsive iframe,
.embed-responsive object,
.embed-responsive video {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 0
}

.embed-responsive-16by9 {
    padding-bottom: 56.25%
}

.embed-responsive-4by3 {
    padding-bottom: 75%
}

.well {
    min-height: 20px;
    padding: 19px;
    margin-bottom: 20px;
    background-color: #f5f5f5;
    border: 1px solid #e3e3e3;
    border-radius: 4px;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .05)
}

.well blockquote {
    border-color: #ddd;
    border-color: rgba(0, 0, 0, .15)
}

.well-lg {
    padding: 24px;
    border-radius: 6px
}

.well-sm {
    padding: 9px;
    border-radius: 3px
}

.close {
    float: right;
    font-size: 21px;
    font-weight: 700;
    line-height: 1;
    color: #000;
    text-shadow: 0 1px 0 #fff;
    filter: alpha(opacity=20);
    opacity: .2
}

.close:focus,
.close:hover {
    color: #000;
    text-decoration: none;
    cursor: pointer;
    filter: alpha(opacity=50);
    opacity: .5
}

button.close {
    -webkit-appearance: none;
    padding: 0;
    cursor: pointer;
    background: 0 0;
    border: 0
}

.modal,
.modal-open {
    overflow: hidden
}

.modal {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1050;
    display: none;
    -webkit-overflow-scrolling: touch;
    outline: 0
}

.modal.fade .modal-dialog {
    transition: transform .3s ease-out;
    transform: translateY(-25%)
}

.modal.in .modal-dialog {
    transform: translate(0)
}

.modal-open .modal {
    overflow-x: hidden;
    overflow-y: auto
}

.modal-dialog {
    position: relative;
    width: auto;
    margin: 10px
}

.modal-content {
    position: relative;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #999;
    border: 1px solid rgba(0, 0, 0, .2);
    border-radius: 6px;
    outline: 0;
    box-shadow: 0 3px 9px rgba(0, 0, 0, .5)
}

.modal-backdrop {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1040;
    background-color: #000
}

.modal-backdrop.fade {
    filter: alpha(opacity=0);
    opacity: 0
}

.modal-backdrop.in {
    filter: alpha(opacity=50);
    opacity: .5
}

.modal-header {
    padding: 15px;
    border-bottom: 1px solid #e5e5e5
}

.modal-header .close {
    margin-top: -2px
}

.modal-title {
    margin: 0;
    line-height: 1.42857143
}

.modal-body {
    position: relative;
    padding: 15px
}

.modal-footer {
    padding: 15px;
    text-align: right;
    border-top: 1px solid #e5e5e5
}

.modal-footer .btn+.btn {
    margin-bottom: 0;
    margin-left: 5px
}

.modal-footer .btn-group .btn+.btn {
    margin-left: -1px
}

.modal-footer .btn-block+.btn-block {
    margin-left: 0
}

.modal-scrollbar-measure {
    position: absolute;
    top: -9999px;
    width: 50px;
    height: 50px;
    overflow: scroll
}

@media (min-width:768px) {
    .modal-dialog {
        width: 600px;
        margin: 30px auto
    }

    .modal-content {
        box-shadow: 0 5px 15px rgba(0, 0, 0, .5)
    }

    .modal-sm {
        width: 300px
    }
}

@media (min-width:992px) {
    .modal-lg {
        width: 900px
    }
}

.tooltip {
    position: absolute;
    z-index: 1070;
    display: block;
    font-family: Helvetica Neue, Helvetica, Arial, sans-serif;
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: 1.42857143;
    text-align: left;
    text-align: start;
    text-decoration: none;
    text-shadow: none;
    text-transform: none;
    letter-spacing: normal;
    word-break: normal;
    word-spacing: normal;
    word-wrap: normal;
    white-space: normal;
    filter: alpha(opacity=0);
    opacity: 0;
    line-break: auto
}

.tooltip.in {
    filter: alpha(opacity=90);
    opacity: .9
}

.tooltip.top {
    padding: 5px 0;
    margin-top: -3px
}

.tooltip.right {
    padding: 0 5px;
    margin-left: 3px
}

.tooltip.bottom {
    padding: 5px 0;
    margin-top: 3px
}

.tooltip.left {
    padding: 0 5px;
    margin-left: -3px
}

.tooltip-inner {
    max-width: 200px;
    padding: 3px 8px;
    color: #fff;
    text-align: center;
    background-color: #000;
    border-radius: 4px
}

.tooltip-arrow {
    position: absolute;
    width: 0;
    height: 0;
    border-color: transparent;
    border-style: solid
}

.tooltip.top .tooltip-arrow {
    bottom: 0;
    left: 50%;
    margin-left: -5px;
    border-width: 5px 5px 0;
    border-top-color: #000
}

.tooltip.top-left .tooltip-arrow {
    right: 5px
}

.tooltip.top-left .tooltip-arrow,
.tooltip.top-right .tooltip-arrow {
    bottom: 0;
    margin-bottom: -5px;
    border-width: 5px 5px 0;
    border-top-color: #000
}

.tooltip.top-right .tooltip-arrow {
    left: 5px
}

.tooltip.right .tooltip-arrow {
    top: 50%;
    left: 0;
    margin-top: -5px;
    border-width: 5px 5px 5px 0;
    border-right-color: #000
}

.tooltip.left .tooltip-arrow {
    top: 50%;
    right: 0;
    margin-top: -5px;
    border-width: 5px 0 5px 5px;
    border-left-color: #000
}

.tooltip.bottom .tooltip-arrow {
    top: 0;
    left: 50%;
    margin-left: -5px;
    border-width: 0 5px 5px;
    border-bottom-color: #000
}

.tooltip.bottom-left .tooltip-arrow {
    top: 0;
    right: 5px;
    margin-top: -5px;
    border-width: 0 5px 5px;
    border-bottom-color: #000
}

.tooltip.bottom-right .tooltip-arrow {
    top: 0;
    left: 5px;
    margin-top: -5px;
    border-width: 0 5px 5px;
    border-bottom-color: #000
}

.popover {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1060;
    display: none;
    max-width: 276px;
    padding: 1px;
    font-family: Helvetica Neue, Helvetica, Arial, sans-serif;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 1.42857143;
    text-align: left;
    text-align: start;
    text-decoration: none;
    text-shadow: none;
    text-transform: none;
    letter-spacing: normal;
    word-break: normal;
    word-spacing: normal;
    word-wrap: normal;
    white-space: normal;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ccc;
    border: 1px solid rgba(0, 0, 0, .2);
    border-radius: 6px;
    box-shadow: 0 5px 10px rgba(0, 0, 0, .2);
    line-break: auto
}

.popover.top {
    margin-top: -10px
}

.popover.right {
    margin-left: 10px
}

.popover.bottom {
    margin-top: 10px
}

.popover.left {
    margin-left: -10px
}

.popover-title {
    padding: 8px 14px;
    margin: 0;
    font-size: 14px;
    background-color: #f7f7f7;
    border-bottom: 1px solid #ebebeb;
    border-radius: 5px 5px 0 0
}

.popover-content {
    padding: 9px 14px
}

.popover>.arrow,
.popover>.arrow:after {
    position: absolute;
    display: block;
    width: 0;
    height: 0;
    border-color: transparent;
    border-style: solid
}

.popover>.arrow {
    border-width: 11px
}

.popover>.arrow:after {
    content: "";
    border-width: 10px
}

.popover.top>.arrow {
    bottom: -11px;
    left: 50%;
    margin-left: -11px;
    border-top-color: #999;
    border-top-color: rgba(0, 0, 0, .25);
    border-bottom-width: 0
}

.popover.top>.arrow:after {
    bottom: 1px;
    margin-left: -10px;
    content: " ";
    border-top-color: #fff;
    border-bottom-width: 0
}

.popover.right>.arrow {
    top: 50%;
    left: -11px;
    margin-top: -11px;
    border-right-color: #999;
    border-right-color: rgba(0, 0, 0, .25);
    border-left-width: 0
}

.popover.right>.arrow:after {
    bottom: -10px;
    left: 1px;
    content: " ";
    border-right-color: #fff;
    border-left-width: 0
}

.popover.bottom>.arrow {
    top: -11px;
    left: 50%;
    margin-left: -11px;
    border-top-width: 0;
    border-bottom-color: #999;
    border-bottom-color: rgba(0, 0, 0, .25)
}

.popover.bottom>.arrow:after {
    top: 1px;
    margin-left: -10px;
    content: " ";
    border-top-width: 0;
    border-bottom-color: #fff
}

.popover.left>.arrow {
    top: 50%;
    right: -11px;
    margin-top: -11px;
    border-right-width: 0;
    border-left-color: #999;
    border-left-color: rgba(0, 0, 0, .25)
}

.popover.left>.arrow:after {
    right: 1px;
    bottom: -10px;
    content: " ";
    border-right-width: 0;
    border-left-color: #fff
}

.carousel,
.carousel-inner {
    position: relative
}

.carousel-inner {
    width: 100%;
    overflow: hidden
}

.carousel-inner>.item {
    position: relative;
    display: none;
    transition: left .6s ease-in-out
}

.carousel-inner>.item>a>img,
.carousel-inner>.item>img {
    line-height: 1
}

@media (-webkit-transform-3d),
(transform-3d) {
    .carousel-inner>.item {
        transition: transform .6s ease-in-out;
        -webkit-backface-visibility: hidden;
        backface-visibility: hidden;
        perspective: 1000px
    }

    .carousel-inner>.item.active.right,
    .carousel-inner>.item.next {
        left: 0;
        transform: translate3d(100%, 0, 0)
    }

    .carousel-inner>.item.active.left,
    .carousel-inner>.item.prev {
        left: 0;
        transform: translate3d(-100%, 0, 0)
    }

    .carousel-inner>.item.active,
    .carousel-inner>.item.next.left,
    .carousel-inner>.item.prev.right {
        left: 0;
        transform: translateZ(0)
    }
}

.carousel-inner>.active,
.carousel-inner>.next,
.carousel-inner>.prev {
    display: block
}

.carousel-inner>.active {
    left: 0
}

.carousel-inner>.next,
.carousel-inner>.prev {
    position: absolute;
    top: 0;
    width: 100%
}

.carousel-inner>.next {
    left: 100%
}

.carousel-inner>.prev {
    left: -100%
}

.carousel-inner>.next.left,
.carousel-inner>.prev.right {
    left: 0
}

.carousel-inner>.active.left {
    left: -100%
}

.carousel-inner>.active.right {
    left: 100%
}

.carousel-control {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    width: 15%;
    font-size: 20px;
    color: #fff;
    text-align: center;
    text-shadow: 0 1px 2px rgba(0, 0, 0, .6);
    background-color: transparent;
    filter: alpha(opacity=50);
    opacity: .5
}

.carousel-control.left {
    background-image: linear-gradient(90deg, rgba(0, 0, 0, .5) 0, rgba(0, 0, 0, .0001));
    background-repeat: repeat-x
}

.carousel-control.right {
    right: 0;
    left: auto;
    background-image: linear-gradient(90deg, rgba(0, 0, 0, .0001) 0, rgba(0, 0, 0, .5));
    background-repeat: repeat-x
}

.carousel-control:focus,
.carousel-control:hover {
    color: #fff;
    text-decoration: none;
    filter: alpha(opacity=90);
    outline: 0;
    opacity: .9
}

.carousel-control .glyphicon-chevron-left,
.carousel-control .glyphicon-chevron-right,
.carousel-control .icon-next,
.carousel-control .icon-prev {
    position: absolute;
    top: 50%;
    z-index: 5;
    display: inline-block;
    margin-top: -10px
}

.carousel-control .glyphicon-chevron-left,
.carousel-control .icon-prev {
    left: 50%;
    margin-left: -10px
}

.carousel-control .glyphicon-chevron-right,
.carousel-control .icon-next {
    right: 50%;
    margin-right: -10px
}

.carousel-control .icon-next,
.carousel-control .icon-prev {
    width: 20px;
    height: 20px;
    font-family: serif;
    line-height: 1
}

.carousel-control .icon-prev:before {
    content: "\2039"
}

.carousel-control .icon-next:before {
    content: "\203a"
}

.carousel-indicators {
    position: absolute;
    bottom: 10px;
    left: 50%;
    z-index: 15;
    width: 60%;
    padding-left: 0;
    margin-left: -30%;
    text-align: center;
    list-style: none
}

.carousel-indicators li {
    display: inline-block;
    width: 10px;
    height: 10px;
    margin: 1px;
    text-indent: -999px;
    cursor: pointer;
    background-color: #000\9;
    background-color: transparent;
    border: 1px solid #fff;
    border-radius: 10px
}

.carousel-indicators .active {
    width: 12px;
    height: 12px;
    margin: 0;
    background-color: #fff
}

.carousel-caption {
    position: absolute;
    right: 15%;
    bottom: 20px;
    left: 15%;
    z-index: 10;
    padding-top: 20px;
    padding-bottom: 20px;
    color: #fff;
    text-align: center;
    text-shadow: 0 1px 2px rgba(0, 0, 0, .6)
}

.carousel-caption .btn {
    text-shadow: none
}

@media screen and (min-width:768px) {

    .carousel-control .glyphicon-chevron-left,
    .carousel-control .glyphicon-chevron-right,
    .carousel-control .icon-next,
    .carousel-control .icon-prev {
        width: 30px;
        height: 30px;
        margin-top: -10px;
        font-size: 30px
    }

    .carousel-control .glyphicon-chevron-left,
    .carousel-control .icon-prev {
        margin-left: -10px
    }

    .carousel-control .glyphicon-chevron-right,
    .carousel-control .icon-next {
        margin-right: -10px
    }

    .carousel-caption {
        right: 20%;
        left: 20%;
        padding-bottom: 30px
    }

    .carousel-indicators {
        bottom: 20px
    }
}

.btn-group-vertical>.btn-group:after,
.btn-group-vertical>.btn-group:before,
.btn-toolbar:after,
.btn-toolbar:before,
.clearfix:after,
.clearfix:before,
.container-fluid:after,
.container-fluid:before,
.container:after,
.container:before,
.dl-horizontal dd:after,
.dl-horizontal dd:before,
.form-horizontal .form-group:after,
.form-horizontal .form-group:before,
.modal-footer:after,
.modal-footer:before,
.modal-header:after,
.modal-header:before,
.nav:after,
.nav:before,
.navbar-collapse:after,
.navbar-collapse:before,
.navbar-header:after,
.navbar-header:before,
.navbar:after,
.navbar:before,
.pager:after,
.pager:before,
.panel-body:after,
.panel-body:before,
.row:after,
.row:before {
    display: table;
    content: " "
}

.btn-group-vertical>.btn-group:after,
.btn-toolbar:after,
.clearfix:after,
.container-fluid:after,
.container:after,
.dl-horizontal dd:after,
.form-horizontal .form-group:after,
.modal-footer:after,
.modal-header:after,
.nav:after,
.navbar-collapse:after,
.navbar-header:after,
.navbar:after,
.pager:after,
.panel-body:after,
.row:after {
    clear: both
}

.center-block {
    display: block;
    margin-right: auto;
    margin-left: auto
}

.critical,
.pull-right {
    float: right !important
}

.critical,
.pull-left {
    float: left !important
}

.critical,
.hide {
    display: none !important
}

.critical,
.show {
    display: block !important
}

.critical,
.invisible {
    visibility: hidden
}

.text-hide {
    font: 0/0 a;
    color: transparent;
    text-shadow: none;
    background-color: transparent;
    border: 0
}

.critical,
.hidden {
    display: none !important
}

.affix {
    position: fixed
}

@-ms-viewport {
    width: device-width
}

.critical,
.visible-lg,
.visible-lg-block,
.visible-lg-inline,
.visible-lg-inline-block,
.visible-md,
.visible-md-block,
.visible-md-inline,
.visible-md-inline-block,
.visible-sm,
.visible-sm-block,
.visible-sm-inline,
.visible-sm-inline-block,
.visible-xs,
.visible-xs-block,
.visible-xs-inline,
.visible-xs-inline-block {
    display: none !important
}

@media (max-width:767px) {

    .critical,
    .visible-xs {
        display: block !important
    }

    table.visible-xs {
        display: table !important
    }

    tr.visible-xs {
        display: table-row !important
    }

    td.visible-xs,
    th.visible-xs {
        display: table-cell !important
    }
}

@media (max-width:767px) {

    .critical,
    .visible-xs-block {
        display: block !important
    }
}

@media (max-width:767px) {

    .critical,
    .visible-xs-inline {
        display: inline !important
    }
}

@media (max-width:767px) {

    .critical,
    .visible-xs-inline-block {
        display: inline-block !important
    }
}

@media (min-width:768px) and (max-width:991px) {

    .critical,
    .visible-sm {
        display: block !important
    }

    table.visible-sm {
        display: table !important
    }

    tr.visible-sm {
        display: table-row !important
    }

    td.visible-sm,
    th.visible-sm {
        display: table-cell !important
    }
}

@media (min-width:768px) and (max-width:991px) {

    .critical,
    .visible-sm-block {
        display: block !important
    }
}

@media (min-width:768px) and (max-width:991px) {

    .critical,
    .visible-sm-inline {
        display: inline !important
    }
}

@media (min-width:768px) and (max-width:991px) {

    .critical,
    .visible-sm-inline-block {
        display: inline-block !important
    }
}

@media (min-width:992px) and (max-width:1199px) {

    .critical,
    .visible-md {
        display: block !important
    }

    table.visible-md {
        display: table !important
    }

    tr.visible-md {
        display: table-row !important
    }

    td.visible-md,
    th.visible-md {
        display: table-cell !important
    }
}

@media (min-width:992px) and (max-width:1199px) {

    .critical,
    .visible-md-block {
        display: block !important
    }
}

@media (min-width:992px) and (max-width:1199px) {

    .critical,
    .visible-md-inline {
        display: inline !important
    }
}

@media (min-width:992px) and (max-width:1199px) {

    .critical,
    .visible-md-inline-block {
        display: inline-block !important
    }
}

@media (min-width:1200px) {

    .critical,
    .visible-lg {
        display: block !important
    }

    table.visible-lg {
        display: table !important
    }

    tr.visible-lg {
        display: table-row !important
    }

    td.visible-lg,
    th.visible-lg {
        display: table-cell !important
    }
}

@media (min-width:1200px) {

    .critical,
    .visible-lg-block {
        display: block !important
    }
}

@media (min-width:1200px) {

    .critical,
    .visible-lg-inline {
        display: inline !important
    }
}

@media (min-width:1200px) {

    .critical,
    .visible-lg-inline-block {
        display: inline-block !important
    }
}

@media (max-width:767px) {

    .critical,
    .hidden-xs {
        display: none !important
    }
}

@media (min-width:768px) and (max-width:991px) {

    .critical,
    .hidden-sm {
        display: none !important
    }
}

@media (min-width:992px) and (max-width:1199px) {

    .critical,
    .hidden-md {
        display: none !important
    }
}

@media (min-width:1200px) {

    .critical,
    .hidden-lg {
        display: none !important
    }
}

.visible-print {
    display: none !important
}

@media print {
    .visible-print {
        display: block !important
    }

    table.visible-print {
        display: table !important
    }

    tr.visible-print {
        display: table-row !important
    }

    td.visible-print,
    th.visible-print {
        display: table-cell !important
    }
}

.visible-print-block {
    display: none !important
}

@media print {
    .visible-print-block {
        display: block !important
    }
}

.visible-print-inline {
    display: none !important
}

@media print {
    .visible-print-inline {
        display: inline !important
    }
}

.visible-print-inline-block {
    display: none !important
}

@media print {
    .visible-print-inline-block {
        display: inline-block !important
    }
}

@media print {
    .hidden-print {
        display: none !important
    }
}

.container {
    max-width: 1200px;
    margin-left: auto;
    margin-right: auto
}

.container:after {
    clear: both;
    content: "";
    display: block
}

.critical,
a,
body,
button,
dl,
h1,
h2,
h3,
h4,
h5,
h6,
input,
label,
li,
p,
span,
td,
th,
thead td,
thead th {
    font-weight: 400
}

.critical,
body {
    border-bottom: 4px solid #a09568;
    position: relative;
    font-family: Inter, sans-serif !important
}

.critical,
p {
    font-weight: 400
}

.clearfix,
.critical {
    clear: both
}

.base-color,
.base-color:hover,
.critical {
    color: #0046bb
}

.nmb {
    margin-bottom: 0
}

.wp-caption-text {
    padding-top: 10px
}

.footer-links .widget h1 {
    color: #fff;
    font-family: Inter, sans-serif;
    font-weight: 400
}

.widget .widget__title {
    margin: 0 0 15px;
    font-size: 12px;
    font-weight: 700;
    line-height: 1.3;
    font-family: Inter, sans-serif;
    font-weight: 400
}

.footer-links p.widget__title {
    font-family: Inter, sans-serif;
    font-weight: 600;
    font-size: 14px;
    line-height: 17px;
    color: #a09568
}

input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
    -webkit-appearance: none;
    margin: 0
}

.hidden {
    display: none
}

.glossary-posts h4 {
    margin-bottom: 9px
}

.glossary-posts p {
    font-size: 16px;
    color: #666
}

.text-indent {
    text-indent: 0
}

.banner-inner,
.critical {
    height: 340px;
    padding: 20px;
    background-position: 50%;
    background-size: cover;
    background-attachment: fixed;
    text-align: center;
    position: relative
}

@media (min-width:992px) {

    .banner-inner,
    .critical {
        height: 350px
    }
}

.banner-inner:before,
.critical:before {
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 0
}

.container.ht-container {
    max-width: 1008px !important
}

.faq-title {
    font-weight: 400;
    font-size: 18px
}

.post-heading {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    height: 80px;
    overflow: hidden
}

.faq-title.announcement-title {
    font-size: 20px;
    font-weight: 600;
    letter-spacing: .2px;
    color: #262626;
    margin-bottom: 10px
}

.faq_content.annoucement-content {
    font-size: 16px;
    font-weight: 400;
    font-style: normal;
    font-stretch: normal;
    line-height: normal;
    letter-spacing: .1px;
    color: #000
}

.vertical-ellipsis {
    display: -webkit-box;
    -webkit-line-clamp: 4;
    height: 130px;
    overflow: hidden
}

.critical,
.modalDialog .clearfix:before {
    display: table;
    content: " "
}

.critical,
.modalDialog .clearfix {
    padding: 0 !important
}

.critical,
.modalDialog .rksv-container {
    background-color: #f05a3f;
    width: 50%;
    height: 100%;
    float: left
}

@media (max-width:650px) {

    .critical,
    .modalDialog .rksv-container {
        width: 100%;
        height: 36%
    }
}

.critical,
.modalDialog .upstox-container {
    background-color: #f8f8f8;
    box-shadow: -6px -1px 12px 0 rgba(0, 0, 0, .18);
    height: 100%;
    overflow: auto;
    width: 50%;
    padding: 0 25px;
    float: left
}

@media (max-width:650px) {

    .critical,
    .modalDialog .upstox-container {
        width: 100%;
        height: 64%
    }
}

.modalDialog .text-container {
    padding-top: 13%;
    color: #036;
    font-weight: 400;
    letter-spacing: .45px
}

@media (max-width:650px) {
    .modalDialog .text-container {
        padding-top: 4%
    }
}

.critical,
.modalDialog .upstox-heading {
    font-size: 34px;
    line-height: inherit;
    font-weight: 400;
    margin-bottom: 10px
}

@media (max-width:650px) {

    .critical,
    .modalDialog .upstox-heading {
        font-size: 26px
    }
}

.critical,
.upstox-subheading {
    font-size: 18px;
    font-weight: 400;
    line-height: 1.4
}

.critical,
.modalDialog .upstox-text {
    font-weight: 700;
    font-style: italic
}

.critical,
.modal-upstox-logo {
    margin-top: 50px;
    background: url(https://upstox.com/app/themes/upstox/dist/img/modal-upstox-logo.png) no-repeat;
    width: 109px;
    height: 38px
}

@media (max-width:650px) {

    .critical,
    .modal-upstox-logo {
        padding-top: 20px
    }
}

.critical,
.modal-rksv-logo {
    position: relative;
    top: 35%;
    margin: 0 auto;
    width: 135px;
    display: block;
    background: url(https://upstox.com/app/themes/upstox/dist/img/modal-rksv-logo.png) no-repeat;
    height: 135px;
    background-size: 100%
}

@media (max-width:650px) {

    .critical,
    .modal-rksv-logo {
        top: 20%;
        width: 102px
    }
}

.critical,
.modalDialog hr {
    background-color: #036;
    width: 58px;
    height: 2px;
    margin: 5% 0 20%
}

@media (max-width:650px) {

    .critical,
    .modalDialog hr {
        margin: 5% 0
    }
}

.critical,
.modalDialog button.close {
    color: #036;
    border: 1px solid #000366;
    border-radius: 50%
}

.critical,
.modalDialog .close_plain,
.modalDialog button.close {
    width: 25px;
    height: 26px;
    position: absolute;
    right: 16px;
    top: 16px;
    font-weight: 100;
    z-index: 1;
    font-size: 22px;
    line-height: 1;
    text-align: center
}

.critical,
.modalDialog .close_plain {
    color: #838182
}

.critical,
.modalDialog {
    display: none;
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: rgba(0, 0, 0, .8);
    z-index: 99999;
    transition: opacity .4s ease-in
}

.critical,
.modalDialog,
.modalDialog:target {
    opacity: 1;
    pointer-events: auto
}

.critical,
.modalDialog>div {
    width: 650px;
    height: 445px;
    position: relative;
    margin: 7% auto;
    padding: 5px 20px 13px;
    background: #fff
}

@media (max-width:650px) {

    .critical,
    .modalDialog>div {
        width: 90%
    }
}

.critical,
.modalDialog .close:hover {
    background: #036;
    color: #fff;
    cursor: pointer
}

.critical,
.modalDialog .close {
    width: 24px;
    height: 24px;
    position: absolute;
    right: 16px;
    top: 16px;
    font-weight: 100;
    z-index: 1;
    color: #036;
    border: 1px solid #000366;
    border-radius: 50%;
    font-size: 22px;
    padding-left: 4px;
    line-height: .95
}

@media (min-width:768px) {

    .critical,
    .explorebtn {
        float: right;
        font-size: 16px !important
    }

    .critical,
    .pricingbtn {
        float: left;
        font-size: 16px !important
    }
}

.footer-tc {
    border-top: 1px solid #092845 !important;
    border-bottom: 1px solid #092845 !important;
    font-family: Inter, sans-serif;
    font-weight: 400;
    font-size: 9px;
    color: #445a70 !important
}

@media (max-width:767px) {
    .stock-mutual .stock-mutual-tabs>.animated-link {
        position: relative
    }

    .stock-mutual .stock-mutual-tabs>.animated-link:before {
        content: "";
        position: absolute;
        width: 100%;
        height: 2px;
        bottom: 0;
        left: 0;
        background-color: #43165c;
        visibility: hidden;
        transform-origin: left top;
        transform: scaleX(0);
        transition: transform .5s cubic-bezier(1, 0, 0, 1)
    }

    .stock-mutual .stock-mutual-tabs>.animated-link:hover:before {
        visibility: visible;
        transform: scaleX(1)
    }

    .stock-mutual .stock-mutual-tabs>.animated-link.active:before {
        visibility: visible;
        transform: scaleX(1);
        background-color: #262626 !important;
        bottom: -1px
    }

    .critical,
    img {
        max-width: 100%
    }

    .critical,
    .For-Mobile-People,
    .for-mobile-ppl-txt {
        text-align: center !important;
        margin-top: 10px !important
    }

    .critical,
    .Powerful-Tools {
        margin-top: 0;
        text-align: center
    }

    .critical,
    .loginless-expr-img {
        margin-top: 0 !important
    }

    .Advanced-charting,
    .critical {
        text-align: center;
        margin-bottom: 40px
    }

    .critical,
    .loginless-expr-img {
        margin-top: 0;
        left: 0;
        position: relative
    }

    .critical,
    .Layer-374 {
        margin-bottom: 50px
    }

    .critical,
    .request-callback {
        width: 100%
    }

    .critical,
    .featured-box,
    .product-container {
        width: 100% !important
    }

    .box2,
    .critical {
        margin: 81px 0 !important
    }

    .critical,
    .pricingbtn {
        padding: 16px 35px
    }

    .critical,
    .explorebtn {
        padding: 16px 25px
    }

    .Built-around-the-trader,
    .critical,
    .ipone6-white {
        text-align: center !important
    }

    .critical,
    .Logo-upstox-pro {
        margin-bottom: 40px !important;
        float: none !important
    }

    .critical,
    .UPSTOX-PRO-MOBILE {
        margin-bottom: 50px;
        float: none !important
    }

    .Built-around,
    .critical {
        text-align: center !important;
        margin: 30px 0 20px !important;
        font-size: 16px !important;
        clear: both;
        float: none !important
    }

    .critical,
    .UPSTOX-PRO-WEB {
        text-align: center !important;
        width: 100%
    }

    .critical,
    .iPhone-6-Plus-white {
        margin-bottom: 25px
    }

    .Built-around-the-trader,
    .critical {
        margin-bottom: 30px;
        font-size: 16px !important
    }

    .critical,
    .featured-box p {
        font-size: 16px !important
    }

    .critical,
    .featured-box {
        text-align: center !important
    }

    .critical,
    .openfreeac {
        padding: 30px 20px
    }

    .critical,
    .pro-mobile-container {
        width: 100%
    }

    .analysis-img,
    .critical {
        width: 100%;
        float: left;
        position: relative
    }

    .critical,
    .Identify-trends {
        width: 100%;
        top: 0;
        padding: 30px 0
    }

    .critical,
    .powerfulcharts {
        margin-top: 0;
        float: left;
        font-size: 42px
    }

    .critical,
    .Upstox-charts {
        width: 100%;
        margin-top: 90px;
        float: left;
        padding: 70px 30px
    }

    .critical,
    .iPhone-6-img {
        margin-top: 0
    }

    .critical,
    .iPhone-6-Plus-white-copy,
    .Order-for-300 {
        position: relative;
        right: 0
    }

    .critical,
    .Order-for-300 {
        width: 100%;
        bottom: 0;
        font-size: 18px
    }

    .critical,
    .downloadapp {
        margin-top: 65px
    }

    .critical,
    .Layer-333 {
        margin-left: 0;
        margin-top: 10px
    }
}

@media (max-width:1023px) and (min-width:768px) {

    .Chrome,
    .critical {
        max-width: 100%
    }

    .critical,
    .Powerful-Tools {
        margin-top: 80px
    }

    .critical,
    .loginless-expr-img {
        margin-top: 180px;
        left: 0;
        position: relative;
        max-width: 100%
    }

    .critical,
    .request-callback {
        width: 100%
    }

    .critical,
    .Need-more-ways-to-invest,
    .needways-more,
    .Open-a-free-account {
        text-align: center
    }

    .Brokerage-Calculator,
    .critical {
        position: relative;
        bottom: 200px
    }

    .critical,
    .product-container {
        width: 100%
    }

    .critical,
    .UPSTOX-PRO-MOBILE {
        margin-bottom: 50px;
        float: left
    }

    .Built-around,
    .critical {
        text-align: center;
        margin: 30px 0
    }

    .critical,
    .UPSTOX-PRO-WEB {
        text-align: center;
        width: 100%
    }

    .critical,
    .iPhone-6-Plus-white {
        margin-bottom: 25px
    }

    .Built-around-the-trader,
    .critical {
        margin-bottom: 30px
    }

    .critical,
    .pro-mobile-container {
        width: 100%
    }

    .analysis-img,
    .critical {
        width: 100%;
        float: left;
        position: relative
    }

    .critical,
    .Identify-trends {
        width: 100%;
        top: 0;
        padding: 70px 30px
    }

    .critical,
    .powerfulcharts {
        margin-top: 0;
        float: left;
        font-size: 42px
    }

    .critical,
    .Upstox-charts {
        width: 100%;
        margin-top: 90px;
        float: left;
        padding: 70px 30px
    }

    .critical,
    .iPhone-6-img {
        margin-top: 0
    }

    .critical,
    .iPhone-6-Plus-white-copy,
    .Order-for-300 {
        position: relative;
        right: 0
    }

    .critical,
    .Order-for-300 {
        width: 100%;
        bottom: 0;
        font-size: 18px
    }

    .critical,
    .downloadapp {
        margin-top: 65px
    }

    .critical,
    .form-cntrl-wrap,
    .request-callback {
        width: 100% !important
    }

    .request-callback {
        margin-top: 30px !important
    }
}

.button.button-transparent,
.critical {
    border: 2px solid #43165c !important;
    background-color: transparent !important;
    border-radius: 100px !important;
    color: #43165c !important
}

.button.button-transparent:hover,
.critical {
    background-color: rgba(122, 38, 206, .1) !important;
    border: 1px solid #7a26ce
}

.button.openfreeac:hover,
.critical {
    border: 1px solid #fff
}

.button.button-effect,
.critical {
    position: relative;
    border: 2px solid #43165c;
    border-radius: 100px;
    outline: none;
    cursor: pointer;
    overflow: hidden;
    z-index: 1
}

.button.button-effect:hover,
.critical {
    color: #fff !important
}

.button.button-effect:before,
.critical {
    position: absolute;
    top: 0;
    left: -5px;
    height: 100%;
    width: calc(100% + 10px);
    z-index: -1;
    content: "";
    background: #fff;
    transition: transform .4s cubic-bezier(1, 0, 0, 1);
    transform: translate3d(0, 100px, 0)
}

.button:active,
.button:focus,
.button:hover,
.critical {
    color: #fff
}

.mtsnb .mtsnb-button,
.mtsnb .mtsnb-text,
.mtsnb input {
    margin-right: 0 !important
}

.mtsnb {
    z-index: 1 !important
}

.hkb-breadcrumbs__icon {
    display: inline-block;
    height: 8px;
    width: 13px;
    padding: 0 2px;
    position: relative;
    top: -1px
}

@media (min-width:768px) {

    .animated-link,
    .critical {
        position: relative;
        text-decoration: none
    }

    .animated-link:hover,
    .critical {
        text-decoration: none !important
    }

    .animated-link:before,
    .critical {
        content: "";
        position: absolute;
        width: 100%;
        height: 2px;
        bottom: 0;
        left: 0;
        background-color: #43165c;
        visibility: hidden;
        transform-origin: left top;
        transform: scaleX(0);
        transition: transform .5s cubic-bezier(1, 0, 0, 1)
    }

    .animated-link:hover:before,
    .critical {
        visibility: visible;
        transform: scaleX(1)
    }
}

@media screen and (min-width:480px) {
    .hkb-breadcrumbs__icon {
        height: 8px;
        padding: 0 4px
    }
}

.critical,
.submitting .button {
    height: auto !important;
    margin-bottom: 20px;
    overflow: hidden;
    background-color: #f5f5f5 !important;
    border-radius: 4px;
    box-shadow: inset 0 1px 2px rgba(0, 0, 0, .1);
    color: #0046bb;
    cursor: not-allowed
}

.triangle-bg-lg,
.triangle-bg-lg:after,
.triangle-bg-lg:before {
    width: 80em;
    height: 80em
}

.triangle-bg-md,
.triangle-bg-md:after,
.triangle-bg-md:before {
    width: 50em;
    height: 50em
}

.triangle-bg-sm,
.triangle-bg-sm:after,
.triangle-bg-sm:before {
    width: 25em;
    height: 25em
}

.triangle-bg-xs,
.triangle-bg-xs:after,
.triangle-bg-xs:before {
    width: 15em;
    height: 15em
}

.triangle-bg-xxs,
.triangle-bg-xxs:after,
.triangle-bg-xxs:before {
    width: 5em;
    height: 5em
}

.triangle-bg-lg,
.triangle-bg-md,
.triangle-bg-sm,
.triangle-bg-xs,
.triangle-bg-xxs {
    overflow: hidden;
    position: absolute;
    border-radius: 20%;
    transform: translateY(50%) rotate(30deg) skewY(30deg) scaleX(.866)
}

.triangle-bg-lg:after,
.triangle-bg-lg:before,
.triangle-bg-md:after,
.triangle-bg-md:before,
.triangle-bg-sm:after,
.triangle-bg-sm:before,
.triangle-bg-xxs:after,
.triangle-bg-xxs:before {
    position: absolute;
    background: #f9fafc;
    pointer-events: auto;
    content: ""
}

.triangle-bg-xs:after,
.triangle-bg-xs:before {
    background: #eff0f0;
    position: absolute;
    pointer-events: auto;
    content: ""
}

.triangle-bg-lg:before,
.triangle-bg-md:before,
.triangle-bg-sm:before,
.triangle-bg-xs:before,
.triangle-bg-xxs:before {
    border-radius: 20% 20% 20% 53%;
    transform: scaleX(1.155) skewY(-30deg) rotate(-30deg) translateY(-42.3%) skewX(30deg) scaleY(.866) translateX(-24%)
}

.triangle-bg-lg:after,
.triangle-bg-md:after,
.triangle-bg-sm:after,
.triangle-bg-xs:after,
.triangle-bg-xxs:after {
    border-radius: 20% 20% 53% 20%;
    transform: scaleX(1.155) skewY(-30deg) rotate(-30deg) translateY(-42.3%) skewX(-30deg) scaleY(.866) translateX(24%)
}

@media (min-width:1660px) {

    .triangle-bg-lg,
    .triangle-bg-lg:after,
    .triangle-bg-lg:before {
        width: 77em;
        height: 77em
    }
}

.wzrk-alert-heading {
    width: 100% !important
}

.wzrk-alert-body,
.wzrk-alert-heading {
    text-align: left !important;
    color: #000 !important;
    font-family: Inter, sans-serif !important
}

.wzrk-alert-body {
    font-weight: 400 !important;
    font-size: 16px !important;
    letter-spacing: .2px !important;
    word-spacing: .5px !important;
    margin-bottom: 20px !important
}

.wzrk-button-container {
    text-align: left !important
}

.wzrk-button-container button {
    margin: 0 7px 0 0 !important;
    min-width: 115px
}

#wzrk-cancel {
    background-color: #e9e9e9 !important;
    color: #8a8a8a !important;
    font-weight: 600 !important;
    min-width: 117px !important
}

#wzrk-confirm {
    color: #fff !important;
    font-weight: 600 !important
}

.wzrk-powered a {
    display: none !important
}

.us-box {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-align: center;
    align-items: center;
    padding: 16px 24px;
    position: static;
    width: 309.33px;
    height: 120px;
    left: 0;
    top: 0;
    background: #0e9aa7;
    border-radius: 8px;
    -ms-flex: none;
    flex: none;
    -ms-flex-order: 0;
    order: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    margin: 0 24px
}

.us-box-left h2 {
    height: 24px;
    top: 0;
    font-size: 16px;
    line-height: 24px;
    -ms-flex: none;
    flex: none;
    -ms-flex-order: 0;
    order: 0;
    -ms-flex-item-align: stretch;
    -ms-flex-positive: 0;
    flex-grow: 0
}

.us-box-left h2,
.us-box-left p {
    position: static;
    width: 157.33px;
    left: 0;
    font-family: Inter;
    color: #fff;
    align-self: stretch;
    margin: 8px 0
}

.us-box-left p {
    height: 48px;
    top: 32px;
    font-size: 12px;
    line-height: 16px;
    -webkit-font-feature-settings: "pnum" on, "lnum" on;
    font-feature-settings: "pnum" on, "lnum" on;
    -ms-flex: none;
    flex: none;
    -ms-flex-order: 1;
    order: 1;
    -ms-flex-item-align: stretch;
    -ms-flex-positive: 0;
    flex-grow: 0
}

.section-padding {
    padding-top: 80px;
    padding-bottom: 80px
}

.section-padding-top {
    padding-top: 80px
}

.section-padding-bottom {
    padding-bottom: 80px
}

.e-mb-32 {
    margin-bottom: 32px !important
}

.e-px-0 {
    padding-left: 0 !important;
    padding-right: 0 !important
}

.grid-section {
    display: grid
}

.grid-col-2 {
    grid-template-columns: repeat(2, 1fr)
}

.investing-banner .button-group {
    grid-gap: 24px
}

.flex-row {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.invest-indices-banner .banner-img img.banner-image {
    margin-bottom: 0
}

.investing-banner .heading {
    font-size: 40px;
    line-height: 46px;
    color: #262626;
    font-weight: 500 !important
}

.text-formatting p {
    font-size: 20px;
    line-height: 32px;
    letter-spacing: -.7px !important;
    color: #6a6a6a
}

.investing-banner .button-group a {
    font-size: 16px !important;
    line-height: 24px !important;
    text-align: center;
    height: auto !important;
    line-height: normal !important;
    padding-top: 14px;
    padding-bottom: 14px;
    font-weight: 700
}

.stock-mutual .brokerage-rates-container .brokerage-rates-tab-header {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-align: center;
    align-items: center
}

.stock-mutual .stock-mutual-tabs {
    border-bottom: 1px solid #e1e1e1
}

.stock-mutual .stock-mutual-tabs .animated-link {
    margin: 0 16px;
    padding: 16px 0;
    cursor: pointer
}

.stock-mutual .stock-mutual-tabs .animated-link span {
    font-size: 14px;
    line-height: 24px
}

.stock-mutual .stock-mutual-tabs .animated-link.active span {
    font-weight: 700
}

.stock-mutual .stock-mutual-tabs>.animated-link:before {
    background-color: #262626 !important;
    bottom: -1px
}

.stock-mutual .stock-mutual-tabs>.animated-link.active:before {
    visibility: visible;
    transform: scaleX(1)
}

.stock-mutual .stock-mutual-inner-tabs .tab {
    margin: 0 20px 60px
}

.stock-mutual .stock-mutual-inner-tabs .tab span {
    font-size: 24px;
    line-height: 32px;
    color: #262626;
    font-weight: 600;
    text-align: center;
    padding: 7px 16px;
    border: 1px solid transparent;
    border-radius: 100px;
    display: inline-block;
    cursor: pointer
}

.stock-mutual .stock-mutual-inner-tabs .tab.active span,
.stock-mutual .stock-mutual-inner-tabs .tab:hover span {
    color: #5a298b;
    border: 1px solid #d0d0d0
}

.stock-mutual .brokerage-rates-container .tab-content .tab-content__details {
    grid-gap: 57px;
    grid-template-columns: minmax(auto, 53%) 1fr
}

.stock-mutual .brokerage-rates-container .tab-content .tab-content__details.grid-section-reverse {
    grid-template-columns: 1fr minmax(auto, 53%)
}

.stock-mutual .stock-mutual-inner-tabs .animated-link.tab:before {
    display: none
}

.top-stocks .heading-wrap {
    -ms-flex-pack: center;
    justify-content: center;
    margin-top: 0
}

.top-stocks .heading-wrap .heading {
    font-size: 24px;
    line-height: 32px;
    color: #262626;
    font-weight: 600;
    margin: 0 0 26px
}

.top-stocks .top-stocks-tabs {
    text-align: center;
    margin-bottom: 32px
}

.top-stocks .top-stocks-tabs a {
    display: inline-block;
    border: 1px solid #d0d0d0;
    border-radius: 100px;
    padding: 7px 16px;
    margin: 0 4px;
    background: #fff;
    font-weight: 700;
    color: #262626;
    font-size: 12px;
    line-height: 16px;
    min-width: 120px;
    cursor: pointer
}

.top-stocks .top-stocks-tabs a.active,
.top-stocks .top-stocks-tabs a:hover {
    border-color: transparent;
    background: #5a298b;
    color: #fff
}

.top-stocks .smooth-wraps .smooth-font {
    margin-top: 0;
    margin-right: 0;
    margin-bottom: 0;
    border-radius: 12px;
    padding: 16px 16px 16px 0;
    width: 100% !important
}

.top-stocks .smooth-wraps .smooth-font .img-wrap {
    margin: 16px;
    border-radius: 8px;
    padding: 14px
}

.top-stocks .smooth-wraps .smooth-font h3 {
    margin: 0;
    line-height: 10px;
    -ms-flex-positive: 1;
    flex-grow: 1;
    font-size: 14px;
    line-height: 24px;
    color: #262626
}

.top-stocks .smooth-wraps .smooth-font a {
    font-size: 14px;
    line-height: 20px;
    text-transform: uppercase;
    display: block
}

.top-stocks .smooth-wraps .smooth-font h3 span.nse-bse {
    background: rgba(38, 38, 38, .1);
    border-radius: 2px;
    font-size: 12px;
    line-height: 16px;
    color: #6a6a6a;
    font-weight: 700;
    padding: 0 2px;
    text-transform: uppercase;
    display: inline-block;
    clear: both
}

.investment-opt .owl-nav,
.top-stocks .smooth-wraps .owl-nav {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    justify-content: center;
    margin-top: 19px
}

.investment-opt .owl-nav {
    margin-top: 16px
}

.investment-opt .owl-nav>*,
.top-stocks .smooth-wraps .owl-nav>* {
    width: 32px;
    height: 32px;
    background: #fff;
    border-radius: 50%;
    border: 1px solid #d0d0d0;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-align: center;
    align-items: center;
    margin: 0 8px;
    opacity: .5
}

.investment-opt .owl-nav>:hover,
.top-stocks .smooth-wraps .owl-nav>:hover {
    opacity: 1
}

.investment-opt .owl-nav>*>i,
.top-stocks .smooth-wraps .owl-nav>*>i {
    color: #262626;
    font-size: 18px
}

.investment-opt .opt__inner.grid-section {
    grid-template-columns: repeat(3, 1fr);
    grid-gap: 24px
}

.investment-opt .us-box {
    margin: 0;
    width: 100%;
    padding: 20px 24px !important
}

.investment-opt .us-box h2 {
    font-size: 16px;
    line-height: 24px;
    font-weight: 700;
    color: #fff;
    margin: 0 0 8px
}

.investment-opt .us-box p {
    font-size: 12px;
    line-height: 16px;
    color: #fff;
    margin: 0
}

.investment-opt .us-box .us-box-left {
    -ms-flex-positive: 1;
    flex-grow: 1;
    padding-right: 5px
}

.investment-opt .owl-stage .owl-item {
    display: -ms-flexbox;
    display: flex
}

.investment-opt .owl-stage .owl-item a {
    -ms-flex-positive: 1;
    flex-grow: 1
}

.stocks-main .investment_section {
    margin-bottom: 80px
}

.stocks-main .investment_section h2 {
    font-size: 24px !important;
    line-height: 32px !important;
    color: #262626;
    margin-bottom: 16px !important
}

.stocks-main .investment_section a {
    display: -ms-flexbox;
    display: flex;
    width: 100%
}

.stocks-main .investment_section .smooth-font {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    width: 100%;
    padding: 16px;
    border: 1px solid #e1e1e2;
    border-radius: 16px
}

.stocks-main .investment_section .smooth-font .img-wrap {
    height: 56px;
    width: 56px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
    border: 1px solid #f2f2f2;
    border-radius: 8px;
    margin-right: 16px
}

.stocks-main .investment_section .smooth-font h3 {
    color: #262626;
    font-weight: 400;
    font-size: 14px;
    line-height: 20px;
    text-transform: capitalize
}

.stocks-main .investment_section .smooth-font .img-wrap img {
    width: auto
}

.stocks-main .investment_section .owl-nav {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    justify-content: center;
    margin-top: 19px
}

.stocks-main .investment_section .owl-next>*,
.stocks-main .investment_section .owl-prev>* {
    width: 32px;
    height: 32px;
    background: #fff;
    border-radius: 50%;
    border: 1px solid #d0d0d0;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-align: center;
    align-items: center;
    margin: 0 8px;
    opacity: .5
}

.disclaimer-wrapper {
    background: #eeebe6;
    padding-top: 24px;
    padding-bottom: 24px
}

.disclaimer-wrapper .calculator-disclaimer {
    margin-top: 0
}

.disclaimer-wrapper .calculator-disclaimer p:empty {
    display: none
}

.disclaimer-wrapper .calculator-disclaimer p {
    font-size: 16px;
    line-height: 32px;
    color: #000
}

.stock-mutual .brokerage-rates-container .stock-mutual-tabs {
    max-width: 984px;
    margin: 0 auto 60px
}

.stock-mutual .brokerage-rates-container .tab-content .tab-content__details p {
    font-size: 20px;
    line-height: 32px;
    color: #6a6a6a
}

.stock-mutual .brokerage-rates-container .tab-content .tab-content__details p:not(:last-child) {
    margin-bottom: 30px
}

.invest-indices .pricing-fold-sec {
    padding-top: 0 !important;
    padding-bottom: 0 !important
}

.pricing-fold-sec {
    padding-bottom: 40px
}

.pricing-fold-sec .heading {
    font-size: 24px;
    line-height: 32px;
    color: #262626
}

.pricing-fold-sec .price-row {
    margin: 40px 0 48px !important
}

.pricing-fold-sec .price-item .price {
    font-size: 36px !important;
    line-height: 32px !important;
    color: #262626
}

.pricing-fold-sec .price-row .price-item .price-title {
    font-size: 24px !important;
    line-height: 32px;
    color: #262626;
    font-weight: 600;
    margin-top: 16px !important;
    margin-bottom: 16px !important
}

.pricing-fold-sec .price-item .price-desc {
    color: #262626
}

.invest-indices .pricing-fold p {
    margin-bottom: 0 !important
}

.pricing-fold-sec .charges {
    font-size: 20px;
    line-height: 24px;
    color: #262626
}

.faq-sec .heading {
    font-size: 24px;
    line-height: 32px;
    color: #262626;
    margin-bottom: 8px
}

.faq-sec.calculator_help_section .panel-group .panel-default>.panel-heading h3.panel-title span {
    font-size: 24px
}

.homepage.invest-indices .trusted-by {
    padding-top: 0 !important;
    padding-bottom: 0 !important
}

.product-offering {
    text-align: center !important;
    padding-bottom: 30px !important;
    font-weight: 600;
    font-size: 24px;
    line-height: 32px;
    color: #262626
}

.stock-mutual .sub-tab-pane {
    display: none
}

.stock-mutual .sub-tab-pane.active,
.top-stocks .smooth-wraps .owl-item a {
    display: block
}

.lookup-sec .lookup-inner {
    padding: 32px
}

.lookup-sec .lookup-inner .lookup-inner_textbox h1 {
    font-size: 28px;
    font-weight: 600;
    margin-bottom: 20px
}

.lookup-sec .lookup-inner .lookup-inner_textbox p {
    font-size: 16px;
    line-height: 28px;
    margin-bottom: 10px !important
}

.lookup-sec .lookup-inner .lookup-inner_textbox h2 {
    font-size: 24px;
    font-weight: 600;
    margin: 30px 0 20px
}

.lookup-sec .lookup-inner .lookup-inner_textbox h3 {
    font-size: 22px;
    margin: 30px 0 20px;
    font-weight: 600
}

.lookup-sec .lookup-inner .lookup-inner_textbox ul li {
    font-size: 16px;
    line-height: 28px
}

.invest-in-share section.language-sec {
    position: relative;
    overflow: hidden
}

.invest-in-share .calculator_help_section h3.heading {
    margin-bottom: 24px
}

.invest-in-share .calculator_help_section p {
    text-align: center
}

.invest-in-share .smooth-font+p {
    padding-top: 22px;
    font-size: 18px;
    text-align: left;
    line-height: 28px
}

@media screen and (max-width:575px) {
    .stock-mutual .stock-mutual-tabs .animated-link {
        margin: 0 7px
    }

    .invest-indices .pricing-fold-sec,
    .invest-indices .pricing-fold-sec.pd-b-80 {
        padding-top: 0 !important;
        padding-bottom: 0 !important
    }

    .pricing-fold-sec.pd-b-80,
    main.ipl-base .pd-b-80 {
        padding-bottom: 40px !important
    }

    .section-padding {
        padding-top: 50px;
        padding-bottom: 50px
    }

    .section-padding-top {
        padding-top: 50px
    }

    .section-padding-bottom {
        padding-bottom: 50px !important
    }

    .text-formatting p {
        font-size: 16px;
        line-height: 24px
    }

    .investing-banner {
        margin-top: 60px !important
    }

    .investing-banner .heading {
        font-size: 24px;
        line-height: 28px;
        text-align: center;
        margin-bottom: 24px !important
    }

    .investing-banner p {
        font-size: 16px;
        line-height: 36px;
        text-align: center;
        margin-bottom: 24px !important
    }

    .investing-banner .button-group {
        grid-template-columns: 1fr
    }

    .stock-mutual .brokerage-rates-container .stock-mutual-tabs {
        margin-bottom: 32px
    }

    .stock-mutual .brokerage-rates-container .brokerage-rates-tab-header {
        -ms-flex-pack: center;
        justify-content: center
    }

    .stock-mutual .stock-mutual-inner-tabs .tab span {
        font-size: 12px;
        line-height: 16px
    }

    .stock-mutual .brokerage-rates-container .tab-content .tab-content__details .left-content {
        grid-row: 2
    }

    .stock-mutual .stock-mutual-inner-tabs .tab {
        margin: 0 0 32px
    }

    .stock-mutual .brokerage-rates-container .tab-content .tab-content__details {
        grid-gap: 35px;
        grid-template-columns: 1fr !important
    }

    .stock-mutual .brokerage-rates-container .tab-content .tab-content__details .left-col {
        grid-row: 2
    }

    .stock-mutual .brokerage-rates-container .tab-content .tab-content__details.grid-section-reverse .left-col {
        grid-row: 1
    }

    .investment-opt .opt__inner.grid-section {
        grid-template-columns: repeat(1, 1fr)
    }

    .pricing-fold-sec {
        padding-bottom: 10px
    }

    .pricing-fold-sec .price-row {
        margin: 50px 0 40px !important
    }

    .disclaimer-wrapper {
        padding-top: 16px;
        padding-bottom: 16px
    }

    .stocks-main .investment_section .smooth-font h3 {
        font-size: 14px;
        line-height: 20px;
        text-transform: capitalize
    }

    .stocks-main .investment_section .heading-wrap {
        -ms-flex-pack: center;
        justify-content: center;
        margin-top: 36px
    }
}

.stocks-indices-breadcrumbs_wrap ol {
    font-size: 0
}

.stocks-indices-breadcrumbs li {
    display: inline-block
}

.breadcrumbs-ol {
    padding: 20px
}

.breadcrumbs-ol li a:active,
.breadcrumbs-ol li a:focus,
.breadcrumbs-ol li a:hover {
    color: #43165c
}

.stocks-indices-breadcrumbs li {
    padding-right: 13px
}

.stocks-indices-breadcrumbs li a {
    position: relative
}

.stocks-indices-breadcrumbs li span {
    font-size: 12px;
    line-height: 16px;
    color: #6a6a6a
}

.stocks-indices-breadcrumbs li a:hover span {
    color: #43165c
}

.stocks-indices-breadcrumbs li a span {
    display: inline-block;
    padding-right: 10px
}

.stocks-indices-breadcrumbs li a:after {
    content: "";
    position: absolute;
    width: 3px;
    height: 5px;
    background-image: url(../img/icons/breadcrumb.svg);
    background-repeat: no-repeat;
    top: 50%;
    transform: translateY(-50%)
}

@media screen and (min-width:992px) {
    .breadcrumbs-ol {
        padding-left: 5px;
        padding-right: 5px
    }
}

@media screen and (max-width:767px) {
    .breadcrumbs-ol {
        padding-top: 0
    }

    .lookup-sec .lookup-inner {
        padding: 16px
    }

    .lookup-sec .lookup-inner .lookup-inner_textbox h1 {
        font-size: 22px;
        font-weight: 600;
        margin-bottom: 20px
    }

    .lookup-sec .lookup-inner .lookup-inner_textbox p {
        font-size: 14px;
        line-height: 22px
    }

    .lookup-sec .lookup-inner .lookup-inner_textbox h2 {
        font-size: 20px
    }

    .lookup-sec .lookup-inner .lookup-inner_textbox h3 {
        font-size: 18px
    }

    .lookup-sec .lookup-inner .lookup-inner_textbox ul li {
        font-size: 14px;
        line-height: 22px
    }
}

.pricing-fold {
    padding: 49px 0 51px;
    max-width: 960px;
    margin: 0 auto
}

.pricing-fold.pricing-blue {
    background: #41246e
}

.pricing-fold.pricing-blue.pricing-tree-section {
    border-radius: 16px;
    padding: 60px 45px;
    color: #41246e;
    position: relative
}

@media screen and (max-width:767px) {
    .pricing-fold.pricing-blue.pricing-tree-section {
        border-radius: 0;
        padding: 32px 0
    }
}

.pricing-fold.pricing-blue.pricing-tree-section .sub-title {
    margin-bottom: 13px;
    letter-spacing: -.09px
}

.pricing-fold.pricing-blue.pricing-tree-section .main-title {
    font-size: 48px;
    line-height: 56px;
    letter-spacing: -1.07px
}

@media (max-width:767px) {
    .pricing-fold.pricing-blue.pricing-tree-section .main-title {
        font-size: 32px;
        line-height: 40px;
        letter-spacing: -.69px
    }
}

.pricing-fold.pricing-blue.pricing-tree-section .pricing-image {
    position: absolute;
    top: -75px;
    right: 40px
}

@media screen and (max-width:767px) {
    .pricing-fold.pricing-blue.pricing-tree-section .pricing-image {
        display: none
    }
}

.pricing-fold .sub-title {
    margin-bottom: 29px
}

.pricing-fold .btn-amc-txt {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-align: center;
    align-items: center
}

.pricing-fold .amc-txt p,
.pricing-fold .btn-amc-txt p {
    color: #fff
}

.pricing-fold .price-row {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 60px 0 56px
}

@media (max-width:767px) {
    .pricing-fold .price-row {
        margin: 16px -8px
    }
}

.pricing-fold .price-row .price-item {
    -ms-flex: 1;
    flex: 1;
    margin: 0 10px
}

@media (max-width:767px) {
    .pricing-fold .price-row .price-item {
        -ms-flex: inherit;
        flex: inherit;
        margin: 0 0 25px;
        width: 50%;
        padding: 0 8px
    }
}

.pricing-fold .price-row .price-item .price {
    font-size: 60px;
    line-height: 72px;
    font-weight: 700;
    position: relative;
    width: -webkit-fit-content;
    width: fit-content;
    width: -moz-fit-content
}

.pricing-fold .price-row .price-item .price span {
    font-size: 33.52px;
    line-height: 41px;
    font-weight: 700;
    position: relative;
    bottom: 0;
    margin-right: 5px
}

@media (max-width:767px) {
    .pricing-fold .price-row .price-item .price {
        font-size: 64px;
        line-height: 78px;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-align: center;
        align-items: center
    }

    .pricing-fold .price-row .price-item .price span {
        font-size: 20px;
        line-height: 24px
    }
}

.pricing-fold .price-row .price-item .price-title {
    margin: 10px 0;
    letter-spacing: -.09px
}

@media (max-width:767px) {
    .pricing-fold .price-row .price-item .price-title {
        margin-top: 8px;
        margin-bottom: 15px
    }
}

.pricing-fold .price-row .price-item .price-desc {
    letter-spacing: -.09px
}

.trusted-by .section-heading h3 {
    font-weight: 600;
    font-size: 32px;
    line-height: 40px;
    color: #000;
    margin-bottom: 64px;
    text-align: center;
    letter-spacing: -.69px
}

.trusted-by .trusted-logos {
    -ms-flex-align: center;
    -ms-flex-pack: center
}

.trusted-by .trusted-logos,
.trusted-by .trusted-logos>.trusted-logo {
    display: -ms-flexbox;
    display: flex;
    align-items: center;
    justify-content: center
}

.trusted-by .trusted-logos>.trusted-logo {
    border-radius: 50%;
    overflow: hidden;
    -ms-flex: 0 0 160px;
    flex: 0 0 160px;
    max-width: 160px;
    height: 160px;
    background: #fff;
    margin: 0 16px;
    -ms-flex-pack: center;
    -ms-flex-align: center
}

.trusted-by .trusted-logos-summary {
    max-width: 720px;
    margin-left: auto;
    margin-right: auto
}

.trusted-by .trusted-logos-summary p {
    font-weight: 500;
    font-size: 20px;
    line-height: 28px;
    color: #000;
    text-align: center;
    letter-spacing: -.33px
}

.trusted-by .award-lists {
    margin-top: 73px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    justify-content: center
}

.trusted-by .award-lists .award-count {
    color: #41246e;
    font-family: Inter, sans-serif
}

.trusted-by .award-lists .award-list {
    margin: 0 50px
}

.trusted-by .award-lists .award-desc span {
    font-weight: 500;
    font-size: 20px;
    color: #000;
    line-height: 28px;
    letter-spacing: -.33px
}

.trusted-by .btn-block {
    margin-top: 78px
}

.award-heading {
    font-weight: 600;
    font-size: 48px;
    line-height: 56px;
    text-align: center;
    letter-spacing: -1.07px;
    margin-bottom: 10px;
    color: #000
}

@media screen and (max-width:767px) {
    .pricing-fold .btn-wrap .btn-design {
        margin-right: 16px;
        padding-top: 14px;
        padding-bottom: 14px
    }

    .trusted-by .section-heading h3 {
        margin-bottom: 48px;
        color: #000
    }

    .trusted-by .trusted-logos>.trusted-logo {
        border-width: 8px;
        -ms-flex: 0 0 152.95px;
        flex: 0 0 96px;
        max-width: 96px;
        height: 96px;
        margin: 0 8px
    }

    .trusted-by .award.award-desc {
        text-align: center
    }

    .trusted-by .trusted-logos-summary {
        margin-top: 27px !important
    }

    .trusted-by .award-lists .award-count {
        margin-bottom: 16px
    }

    .trusted-by .award-lists .award-count>div {
        font-size: 24px;
        line-height: 32px
    }

    .trusted-by .award-lists .award-desc span {
        font-size: 14px;
        line-height: 20px
    }

    .trusted-by .award-lists .award-list {
        margin: 0 10px
    }

    .trusted-by .award-lists .award-list:first-child {
        text-align: left
    }

    .trusted-by .award-lists .award-list:last-child {
        text-align: right
    }

    .trusted-by .btn-block {
        margin-top: 50px
    }
}

@media screen and (max-width:767px) {
    .trusted-by .btn-block a.btn-design {
        display: inline-block
    }
}

@media screen and (max-width:375px) {
    .trusted-by .btn-block a.btn-design {
        font-size: 16px;
        padding: 16px 32px;
        height: auto !important;
        min-height: auto
    }
}

.client-testimonial .section-header .hearts-img {
    max-width: 600px;
    margin: 0 auto 50px
}

.client-testimonial .section-header h3 {
    letter-spacing: -.69px
}

.client-testimonial .section-header .sub-text,
.client-testimonial .section-header h3 {
    font-weight: 600;
    font-size: 32px;
    line-height: 40px;
    color: #000
}

.client-testimonial .section-content {
    margin-top: 66px
}

.client-testimonial .section-content .review-desc {
    font-weight: 500;
    font-size: 20px;
    letter-spacing: -.33px;
    color: #000;
    line-height: 28px
}

.client-testimonial .section-content .author-details {
    margin-top: 38px
}

.client-testimonial .section-content .author-details .user-row {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center
}

.client-testimonial .section-content .author-details .user-row img {
    width: 32px;
    height: 32px;
    border-radius: 50%;
    margin-right: 16px;
    background: #000;
    -o-object-fit: cover;
    object-fit: cover
}

.client-testimonial .section-content .author-details .author-name {
    font-size: 20px;
    line-height: 28px;
    font-weight: 500;
    color: #000;
    text-transform: uppercase;
    letter-spacing: -.33px
}

.client-testimonial .section-content .author-details .review-date {
    font-weight: 500;
    font-size: 16px;
    line-height: 24px;
    margin-top: 10px;
    letter-spacing: -.18px;
    color: #000
}

.client-testimonial .section-content .author-details .stars-img {
    display: none
}

.client-testimonial .section-content .author-details .stars-img img {
    width: auto
}

.reviews-slider .owl-dots .owl-dot {
    margin: 0 7px
}

.reviews-slider .owl-dots .owl-dot:hover span {
    background: #000
}

.reviews-slider .owl-dots .owl-dot span {
    background: #e3e3e3;
    margin: 0;
    width: 12px;
    height: 12px
}

.reviews-slider .owl-dots .owl-dot.active span {
    background: #000
}

.awards-won .section-header {
    margin-bottom: 65px
}

.awards-won .section-header h3 {
    font-weight: 600;
    font-size: 32px;
    line-height: 40px;
    letter-spacing: -.69px;
    color: #000
}

.awards-won .award .brand-img {
    border: 1px solid rgba(0, 0, 0, .25);
    border-radius: 8px;
    padding: 20px;
    width: 100%;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-align: center;
    align-items: center;
    height: 180px
}

@media screen and (max-width:767px) {
    .awards-won .award .brand-img {
        height: 120px
    }
}

.awards-won .awards-content .brand-desc {
    font-weight: 500;
    font-size: 20px;
    line-height: 28px;
    color: #000;
    margin-top: 24px;
    letter-spacing: -.33px
}

@media screen and (max-width:767px) {
    .awards {
        padding-top: 96px
    }
}

.reviews-slider .owl-stage {
    padding-left: 0 !important;
    padding-right: 0 !important;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    justify-content: center
}

@media screen and (max-width:991px) {
    .reviews-slider .owl-stage {
        -ms-flex-pack: start;
        justify-content: start
    }
}

.reviews-slider .owl-stage .reviews-slider-list {
    display: -ms-flexbox;
    display: flex;
    margin-right: 30px
}

@media screen and (max-width:767px) {
    .reviews-slider .owl-stage .reviews-slider-list {
        margin-right: 20px
    }
}

@media screen and (max-width:576px) {
    .reviews-slider .owl-stage .reviews-slider-list {
        margin-right: 15px
    }
}

.reviews-slider .owl-stage .owl-item {
    display: -ms-flexbox;
    display: flex
}

.reviews-slider .owl-stage .review-details {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column
}

.reviews-slider .owl-stage .review-details p {
    -ms-flex-positive: 1;
    flex-grow: 1
}

@media screen and (max-width:990px) {
    .download-tranding-sec .download-tranding-app {
        padding-bottom: 32px !important
    }

    .download-tranding-sec .download-tranding-app .image-bx {
        padding-right: 0 !important
    }

    .download-tranding-sec .download-tranding-app .content-bx {
        margin-inline: auto;
        text-align: center;
        padding-top: 32px !important;
        margin-bottom: 0 !important
    }
}

@media screen and (max-width:767px) {
    .client-testimonial .section-header h3 {
        color: #262626;
        max-width: 100%;
        margin: 0 auto;
        text-align: left
    }

    .client-testimonial .section-header .hearts-img {
        max-width: 220px
    }

    .client-testimonial .section-header .sub-text {
        color: #000;
        text-align: left
    }

    .client-testimonial .section-content {
        margin-top: 30px
    }

    .client-testimonial .section-content .review-details {
        padding: 0 !important
    }

    .client-testimonial .section-content .review-desc {
        font-size: 16px;
        line-height: 24px !important;
        color: #000
    }

    .client-testimonial .section-content .author-details {
        margin-top: 28px
    }

    .client-testimonial .section-content .author-details .author-name {
        font-size: 18px;
        line-height: 25px;
        color: #262626;
        font-weight: 700
    }

    .reviews-slider .owl-dots {
        margin-top: 43px !important
    }

    .awards-won .section-header {
        margin-bottom: 48px
    }

    .awards-won .awards-content .row {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap
    }

    .awards-won .awards-content .brand-desc {
        font-size: 14px;
        line-height: 20px;
        color: #000;
        letter-spacing: -.09px;
        margin-top: 16px
    }

    .awards-won .award {
        margin-bottom: 30px
    }

    .client-testimonial.section-padding {
        padding-bottom: 0
    }

    .awards-won.section-padding {
        padding-top: 68px
    }
}

.download-tranding-app {
    background: #f1efeb;
    padding-top: 32px;
    max-width: 960px;
    margin: 0 auto;
    margin-bottom: 180px;
    border-radius: 30px
}

@media (max-width:1440px) {
    .download-tranding-app {
        border-radius: 0
    }
}

@media (max-width:576px) {
    .download-tranding-app {
        padding-top: 27px;
        margin-bottom: 0
    }
}

@media (max-width:576px) {
    .download-tranding-app .download-tranding-inner {
        -ms-flex-direction: column;
        flex-direction: column
    }
}

.download-tranding-app .image-bx {
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    padding-left: 30px
}

@media (max-width:576px) {
    .download-tranding-app .image-bx {
        -ms-flex-order: 2;
        order: 2;
        padding: 0
    }
}

.download-tranding-app .image-bx img {
    max-height: 348px;
    -o-object-fit: contain;
    object-fit: contain;
    max-width: 450px;
    margin: 0 auto
}

@media screen and (max-width:767px) {
    .download-tranding-app .image-bx img {
        max-width: 100%
    }
}

.download-tranding-app .content-bx {
    padding: 20px 80px 20px 30px
}

@media (max-width:576px) {
    .download-tranding-app .content-bx {
        margin-left: 0;
        padding: 0;
        text-align: center
    }
}

.download-tranding-app .content-bx .headingColor {
    font-weight: 500;
    font-size: 20px !important;
    line-height: 28px !important;
    margin-bottom: 8px;
    letter-spacing: -.33px
}

@media screen and (max-width:576px) {
    .download-tranding-app .content-bx .headingColor {
        font-size: 32px !important;
        line-height: 40px !important;
        letter-spacing: -.69px
    }
}

.download-tranding-app .content-bx h1 {
    font-weight: 600;
    font-size: 32px;
    line-height: 40px;
    letter-spacing: -.69px
}

.download-tranding-app .content-bx .app-icons {
    margin-top: 40px
}

@media (max-width:576px) {
    .download-tranding-app .content-bx .app-icons {
        margin: 27px 0 30px
    }
}

.download-tranding-app .content-bx .app-icons .google-play img {
    margin-right: 8.67px;
    max-width: 150px
}

.download-tranding-app .content-bx .app-icons .app-store img {
    max-width: 150px
}

.single-article-blog {
    display: -ms-flexbox;
    display: flex
}

@media (max-width:992px) {
    .single-article-blog {
        -ms-flex-direction: column;
        flex-direction: column
    }
}

.instructor-registration form {
    max-width: 60%;
    box-shadow: 0 1px 0 rgba(17, 17, 26, .1), 0 8px 24px rgba(17, 17, 26, .1), 0 16px 48px rgba(17, 17, 26, .1);
    margin-bottom: 90px !important;
    margin: 0 auto;
    padding: 20px;
    margin-top: 0
}

@media only screen and (max-width:768px) {
    .instructor-registration form {
        max-width: 95%
    }
}

.single-tutor_quiz input#tutor-login-agmnt-1 {
    height: 22px !important;
    width: 22px !important;
    float: left
}

.single-tutor_quiz .type-tutor_quiz {
    padding-top: 60px;
    padding-bottom: 35px
}

.sign-up-equity-trading .pricing-tree-section {
    margin-top: 70px;
    padding: 60px !important
}

.sign-up-equity-trading .pricing-tree-section .main-title,
.sign-up-equity-trading .pricing-tree-section .white {
    color: #fff
}

.sign-up-equity-trading .pricing-tree-section .bold {
    font-weight: 600
}

.sign-up-equity-trading .pricing-tree-section .btn-design.btn-white {
    background: #fff;
    color: #41246e
}

.sign-up-equity-trading .pricing-tree-section .btn-design {
    border-radius: 40px !important;
    border-radius: 8px;
    padding: 16px 32px;
    text-align: center;
    font-size: 14px;
    font-weight: 700;
    min-width: 155px;
    line-height: 20px;
    letter-spacing: -.09px
}

.sign-up-equity-trading .equity-third-fold {
    background: #43165c
}

.sign-up-equity-trading .service-fourth-fold {
    margin-top: 0
}

.sign-up-equity-trading .group-layout-wrap {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    padding: 11px 16px;
    border-bottom: 2px solid #41246e
}

.sign-up-equity-trading .group-layout-wrap .phone-icon img {
    min-width: 15px
}

.sign-up-equity-trading .group-layout-wrap input#txtcontact::-webkit-input-placeholder {
    color: #333;
    font-size: 14px;
    padding: 10px
}

.sign-up-equity-trading .group-layout-wrap input#txtcontact:-ms-input-placeholder,
.sign-up-equity-trading .group-layout-wrap input#txtcontact::-ms-input-placeholder {
    color: #333;
    font-size: 14px;
    padding: 10px
}

.sign-up-equity-trading .group-layout-wrap input#txtcontact::placeholder {
    color: #333;
    font-size: 14px;
    padding: 10px
}

.sign-up-equity-trading .group-layout-wrap input:not([type=submit]) {
    line-height: 20px;
    letter-spacing: -.09000000357627869px;
    padding: 0 10px;
    border: none;
    box-shadow: none;
    margin-bottom: 0;
    font-size: 14px;
    font-weight: 500;
    line-height: 32px;
    letter-spacing: -.699999988079071px;
    color: #000;
    width: 100%;
    padding: 0 8px 0 10px
}

.sign-up-equity-trading .group-layout-wrap .country-code {
    position: relative;
    width: 30px;
    height: 32px;
    margin-left: 8px;
    min-width: 30px
}

.sign-up-equity-trading .group-layout-wrap .country-code:after {
    content: "+91";
    position: absolute;
    top: 5px;
    left: 0;
    font-size: 16px;
    font-weight: 600;
    color: #6a6a6a;
    line-height: 24px;
    letter-spacing: -.699999988079071px;
    width: inherit;
    height: inherit
}

.sign-up-equity-trading button.submit-btn {
    border-radius: 8px;
    -ms-flex-order: 1;
    order: 1;
    -ms-flex-item-align: stretch;
    align-self: stretch;
    -ms-flex-positive: 0;
    flex-grow: 0;
    font-weight: 700;
    font-size: 14px;
    line-height: 20px;
    color: #fff;
    transition: all .3s ease-in-out .1s;
    padding: 16px;
    margin: 0 0 0 16px;
    letter-spacing: -.09000000357627869px;
    opacity: 1 !important;
    border-radius: 50px !important;
    height: -webkit-fit-content;
    height: -moz-fit-content;
    height: fit-content
}

.sign-up-equity-trading button.submit-btn:hover {
    background: #7c27c8;
    opacity: 1 !important
}

.sign-up-equity-trading .error-message {
    position: relative !important;
    font-size: 16px;
    line-height: 20px;
    font-weight: 400;
    text-align: left;
    letter-spacing: 0;
    margin-top: 16px;
    color: red
}

@media screen and (max-width:992px) {
    .sign-up-equity-trading .home-container {
        margin-top: 0 !important
    }
}

@media screen and (max-width:767px) {
    .sign-up-equity-trading div#error-message {
        bottom: 0
    }

    .sign-up-equity-trading .pricing-tree-section .btn-design {
        margin-right: 16px;
        padding-top: 14px;
        padding-bottom: 14px;
        width: 90%;
        font-size: 16px;
        line-height: 20px
    }
}

@media screen and (max-width:575px) {
    .sign-up-equity-trading button.submit-btn {
        margin-left: 0;
        margin-top: 0;
        padding: 12px 14px;
        line-height: 24px;
        width: 100%;
        font-size: 16px
    }

    .sign-up-equity-trading .pricing-tree-section {
        padding: 32px 0 !important;
        margin-top: 15px !important;
        margin-bottom: 54px !important
    }

    .sign-up-equity-trading .pricing-tree-section .container-lg {
        padding-left: 15px;
        padding-right: 15px;
        margin-right: auto;
        margin-left: auto
    }
}

.get-started-btn {
    text-align: center;
    padding-top: 32px;
    margin-top: 32px;
    display: inline-block;
    border-top: 1px solid #d1d1d163
}

.get-started-btn a.get-started {
    font-family: Inter;
    font-style: normal;
    font-weight: 400;
    font-size: 12px;
    line-height: 16px;
    text-align: center;
    letter-spacing: -.03em;
    padding: 12px 31.5px;
    background-color: #7429be;
    color: #fff;
    border-radius: 50px;
    position: relative;
    display: inline-block
}

.get-started-btn a.get-started span {
    font-weight: 600;
    text-transform: uppercase
}

.get-started-btn a.get-started:before {
    content: "";
    position: absolute;
    width: 20px;
    height: 60px;
    background-color: hsla(0, 0%, 100%, .25);
    top: 0;
    transform: rotate(-15deg);
    animation-name: example;
    animation-iteration-count: infinite;
    animation-duration: 3s;
    -webkit-filter: blur(5px);
    filter: blur(5px)
}

.get-started-btn a.get-started:focus {
    border: 0;
    outline: none
}

.get-started-btn a.get-started:active {
    border: 0;
    outline: none;
    background-color: #431570;
    box-shadow: inset 0 6px 3px rgba(0, 0, 0, .51);
    transform: translateY(3px)
}

.single-article-blog {
    overflow: unset;
    position: relative;
    display: block
}

.contact-form input:focus {
    border: 2px solid #61399f !important
}

section.contact-info {
    background: #050a12;
    padding: 40px 10px
}

@media (min-width:992px) {
    section.contact-info {
        padding: 50px 10px;
        z-index: 1;
        position: relative
    }
}

section.contact-info .content {
    text-align: center
}

section.contact-info.pro {
    background: #191919
}

main.bug-bounty .w-100 {
    width: 100%
}

main.bug-bounty .Instant-Investing {
    letter-spacing: normal;
    font-weight: 600;
    line-height: normal
}

main.bug-bounty .pro-mobile-wrapper {
    padding-bottom: 80px
}

main.bug-bounty .Trade-across {
    font-size: 21px
}

main.bug-bounty .parallax-frontimg {
    position: static
}

main.bug-bounty .container {
    max-width: 940px
}

main.bug-bounty .kb-banner {
    background: #f9fafc !important
}

main.bug-bounty .kb-banner .container {
    width: 100%;
    max-width: 700px;
    transform: translate(-50%, -69%)
}

main.bug-bounty h3 {
    margin-top: 80px;
    margin-bottom: 50px;
    font-size: 28px;
    line-height: 26px;
    font-weight: 600
}

main.bug-bounty .rewards-table-section .rewards-table {
    border-bottom-left-radius: 4px;
    border-bottom-right-radius: 4px;
    color: #000;
    background-color: #fff;
    margin: 0;
    border: 1px solid #e0e1e3;
    border-top: none
}

main.bug-bounty .rewards-table-section .rewards-table td,
main.bug-bounty .rewards-table-section .rewards-table th {
    vertical-align: baseline;
    border: 1px solid #e0e1e3;
    padding: 14px 24px
}

main.bug-bounty .rewards-table-section .rewards-table thead {
    line-height: 18px;
    color: #0e0e0e;
    border-bottom: 1px solid #e0e1e3;
    background: #f5f5f5
}

main.bug-bounty .rewards-table-section .rewards-table thead th {
    font-weight: 600;
    padding: 24px
}

@media (max-width:992px) {
    main.bug-bounty .rewards-table-section .rewards-table thead th {
        padding: 14px 24px
    }
}

main.bug-bounty .rewards-table-section .rewards-table tbody td {
    padding: 18px 24px;
    line-height: 20px
}

@media (max-width:992px) {
    main.bug-bounty .rewards-table-section .rewards-table tbody td {
        padding: 22px 24px
    }
}

main.bug-bounty .pricing_help_section h3.help_here {
    margin-top: 35px !important;
    margin-bottom: 10px
}

main.bug-bounty .pricing_help_section .expand_icon {
    margin-left: 10px;
    height: 40px;
    vertical-align: text-top;
    float: right
}

main.bug-bounty .pricing_help_section .expand_icon.dashicons-plus:before {
    content: "+";
    font-size: 22px;
    font-weight: 600
}

main.bug-bounty .pricing_help_section .collapsed .dashicons-plus:before {
    content: "-" !important
}

main.bug-bounty .pricing_help_section .panel-group {
    border: none !important
}

main.bug-bounty .pricing_help_section .panel-group .panel {
    border-radius: 0 !important;
    box-shadow: none !important;
    border-bottom: 1px solid #dfe3e8;
    border-width: 0 0 1px
}

main.bug-bounty .pricing_help_section .panel-group .panel-body {
    border: none;
    padding: 0 0 25px;
    font-size: 20px;
    color: #4a4a4a;
    border-radius: 11px;
    background: #f9fafc !important;
    margin-bottom: 16px;
    padding: 20px
}

main.bug-bounty .pricing_help_section .panel-group .panel-body ul {
    margin-left: 20px
}

main.bug-bounty .pricing_help_section .panel-group .panel-body li {
    list-style: disc
}

main.bug-bounty .pricing_help_section .panel-group .panel-default {
    background: transparent;
    margin-top: 0
}

main.bug-bounty .pricing_help_section .panel-group .panel-default:last-child {
    border: 0
}

main.bug-bounty .pricing_help_section .panel-group .panel-default>.panel-heading {
    background-image: none;
    background-color: transparent;
    padding: 25px 0
}

main.bug-bounty .pricing_help_section .panel-group .panel-default>.panel-heading h3.panel-title {
    margin: 0
}

main.bug-bounty .pricing_help_section .panel-group .panel-default>.panel-heading h3.panel-title span {
    font-size: 23px;
    display: block;
    cursor: pointer
}

@media screen and (max-width:768px) {
    main.bug-bounty .pricing_help_section .expand_icon.dashicons-plus:before {
        font-size: 20px !important
    }

    main.bug-bounty .pricing_help_section .panel-group .panel-body {
        line-height: 1.5;
        color: #141716 !important;
        font-size: 16px !important
    }

    main.bug-bounty .pricing_help_section .panel-group .panel-default>.panel-heading h3.panel-title span {
        font-size: 20px !important;
        line-height: 1.5 !important
    }

    main.bug-bounty .pro-mobiletxt {
        margin-top: 30px
    }

    main.bug-bounty .bold-button {
        margin-bottom: 30px
    }

    main.bug-bounty .parallax-frontimg {
        text-align: center
    }

    main.bug-bounty .Trade-across {
        font-size: 18px
    }
}

main.bug-bounty .bug-bounty-rules {
    background: #eeebe6;
    padding-bottom: 80px
}

main.bug-bounty .bug-bounty-rules ol {
    margin-left: 24px
}

main.bug-bounty .bug-bounty-rules ol li {
    font-size: 18px;
    margin-bottom: 8px
}

.button--aylen {
    background: #43165c;
    border-radius: 100px
}

.button--aylen:after,
.button--aylen:before,
.button--aylen:hover {
    background: #7a26ce;
    transition: none
}

a,
a:active,
a:focus,
a:hover {
    color: #43165c
}

.kb-banner {
    background: #eeebe6 !important
}

.blog-banner {
    background-color: #eeebe6
}

.blog-banner.banner-inner .container {
    width: 1366px;
    max-width: 100%
}

.blog-search {
    width: 390px;
    margin: 0 auto
}

@media (max-width:992px) {
    .blog-search {
        width: 270px
    }
}

form.blog-search-form {
    position: relative;
    font-size: 14px
}

form.blog-search-form .input-group {
    background-color: #fff;
    border-radius: 100px;
    display: block
}

form.blog-search-form .input-group input {
    margin: 0;
    height: 44px;
    border-radius: 0;
    border: none;
    background: transparent;
    box-shadow: none;
    max-width: 80%;
    transition: all .25s ease;
    margin-left: 20px
}

form.blog-search-form .input-group input:focus,
form.blog-search-form .input-group input:hover {
    box-shadow: none
}

form.blog-search-form .input-group button.search {
    width: 30px;
    position: absolute;
    top: 3px;
    right: 7px;
    text-align: center;
    display: inline-block;
    height: 100%;
    background: transparent;
    color: #43165c;
    box-shadow: none
}

.blog-intro {
    margin-bottom: 9px;
    padding-top: 110px
}

.blog-intro h1 {
    margin-bottom: 20px;
    letter-spacing: 2px;
    margin-top: 10px
}

.blog-intro .announcements-sub-title h1 {
    font-weight: 700;
    font-size: 14px;
    line-height: 20px;
    color: #5a298b
}

.blog-intro h2.announcementHeading {
    font-size: 30px;
    font-weight: 600;
    letter-spacing: .2px;
    color: #000
}

.blog-intro p {
    text-align: center;
    margin: 0;
    font-size: 20px;
    line-height: 32px;
    letter-spacing: -.7px;
    color: #6a6a6a
}

.blog-intro p br {
    display: none
}

@media (min-width:768px) {
    .blog-intro p br {
        display: inline
    }
}

.blog-intro h2 {
    font-size: 14px;
    line-height: 24px
}

ul.container.market-talk-cat.market-talk-cat-web.hidden-sm.hidden-xs {
    margin-top: 0
}

section.blog-posts {
    background: #fff;
    padding: 0 10px 60px
}

.blog-posts-wrapper1 .blog-posts {
    padding-bottom: 0
}

.engineering-posts {
    margin-top: 20px
}

.latest-post {
    margin: 0 auto 100px
}

@media (min-width:992px) {
    article.blog-post {
        margin-bottom: 100px
    }
}

.blog-posts article {
    margin-bottom: 30px
}

.market-talk-cat {
    text-align: center
}

.market-talk-cat.market-talk-cat-web {
    max-width: 1000px;
    display: -ms-flexbox !important;
    display: flex !important;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-pack: center;
    justify-content: center;
    margin-top: -119px;
    z-index: 1
}

@media screen and (max-width:991px) {
    .market-talk-cat.market-talk-cat-web {
        display: none !important
    }
}

.engineering-cat.market-talk-cat.market-talk-cat-web {
    margin: 0 auto;
    margin-top: 0
}

.market-talk-cat li {
    display: inline;
    float: left;
    margin-top: 17px;
    margin-right: 20px;
    text-align: center;
    z-index: 1
}

.market-talk-cat li a {
    text-align: left;
    color: #262626;
    font-size: 15px;
    line-height: 16px;
    border: 1px solid #d0d0d0;
    border-radius: 100px;
    padding: 6px 10px
}

.market-talk-cat li a.active {
    border: 1px solid #7a26ce;
    color: #7a26ce
}

.market-talk-cat li.search-cat-form:first-child {
    text-align: right;
    float: right
}

.subscribe-footer {
    background-color: #ebebeb;
    padding: 35px
}

@media (max-width:768px) {
    .subscribe-footer {
        padding: 35px 0
    }
}

.subscribe-footer .subscribebtn {
    font-size: 16px;
    letter-spacing: 2.1px;
    text-align: center;
    color: #fff;
    border-radius: 0;
    background: #0046bb;
    padding: 26px 35px;
    float: none !important;
    margin-top: 10px
}

@media (max-width:768px) {
    .subscribe-footer .subscribebtn {
        width: 100%
    }
}

.subscribe-footer input {
    border: 1px solid #333;
    background-color: transparent;
    border-radius: 0;
    padding: 24px 15px;
    width: 362px;
    float: right;
    margin-bottom: 0;
    margin-top: 10px
}

@media (max-width:768px) {
    .subscribe-footer input {
        width: 100%
    }
}

.subscribe-footer input.error {
    border: 1px solid red
}

@media (max-width:768px) {
    .subscribe-footer .socialiconswrap {
        text-align: center
    }
}

.subscribe-footer .socialiconswrap img {
    margin-top: 10px;
    margin-right: 12px
}

.subscribe-footer #status {
    width: 100%;
    text-align: center;
    position: absolute;
    bottom: -36px
}

@keyframes slideInUp {
    0% {
        transform: translate3d(0, 100%, 0);
        visibility: visible
    }

    to {
        transform: translateZ(0)
    }
}

.slideInUp {
    animation-name: slideInUp
}

@keyframes fadeOutDown {
    0% {
        opacity: 1
    }

    to {
        opacity: 0;
        transform: translate3d(0, 100%, 0)
    }
}

.fadeOutDown {
    animation-name: fadeOutDown
}

.animated {
    animation-duration: 1s;
    animation-fill-mode: both
}

.subscribe-cta-new {
    background-color: #eeebe6;
    width: 100%;
    padding-top: 30px;
    padding-bottom: 30px
}

@media (max-width:1440px) {
    .subscribe-cta-new {
        padding-top: 5px;
        padding-bottom: 5px
    }
}

.subscribe-cta-new .subscribe-footer-txt {
    font-weight: 700;
    font-style: normal;
    font-stretch: normal;
    line-height: 2.5;
    text-align: center;
    color: #262626;
    font-size: 16px
}

.subscribe-cta-new .subscribe-wrap-blue {
    width: 90%;
    margin: 0 auto
}

.subscribe-cta-new .subscribe-wrap-blue a {
    width: 30%;
    float: left;
    padding: 18px;
    background: #43165c;
    border-radius: 0;
    letter-spacing: 1px;
    text-align: center;
    color: #fff;
    font-size: 18px;
    font-weight: 700;
    border-radius: 100px;
    margin-left: 20px
}

@media (max-width:768px) {
    .subscribe-cta-new .subscribe-wrap-blue a {
        width: 100%;
        margin-left: 0
    }
}

.subscribe-cta-new .subscribe-wrap-blue a:hover {
    background: #7a26ce
}

.subscribe-cta-new .subscribe-wrap-blue input {
    width: 66%;
    float: left;
    background-color: transparent;
    border: 1px solid #262626;
    border-radius: 100px;
    padding: 15px 32px;
    color: #262626
}

@media (max-width:768px) {
    .subscribe-cta-new .subscribe-wrap-blue input {
        width: 100%
    }
}

.subscribe-cta-new .subscribe-wrap-blue input.error {
    border: 1px solid red
}

.subscribe-cta-new .subscribe-wrap-blue input::-webkit-input-placeholder {
    color: #262626
}

.subscribe-cta-new .subscribe-wrap-blue input::-moz-placeholder {
    color: #262626
}

.subscribe-cta-new .subscribe-wrap-blue input:-ms-input-placeholder {
    color: #262626
}

.subscribe-cta-new .subscribe-wrap-blue input:-moz-placeholder {
    color: #262626
}

.subscribe-cta-new #signup-form {
    width: 80%;
    margin: 0 auto
}

.subscribe-cta-new #status,
.subscribe-cta-new #status-footer {
    width: 100%;
    text-align: center;
    float: left
}

.blog-card-signup-box {
    background: linear-gradient(0deg, #eeebe6, #eeebe6 60%, #43165c 0, #43165c);
    height: auto;
    padding: 35px 0
}

@media (max-width:768px) {
    .blog-card-signup-box {
        height: auto
    }
}

.blog-card-signup-box .inner-w-box {
    width: 80%;
    margin: 0 auto;
    background: #fff;
    padding: 50px 20px
}

.blog-card-signup-box .inner-w-box hr {
    width: 20%;
    margin: 0 auto;
    margin-top: 35px;
    height: 5px;
    border-top: 5px solid #43165c;
    padding-bottom: 50px
}

.blog-card-signup-box .inner-w-box input {
    border-bottom: 1px solid #ccc !important;
    border: none;
    box-shadow: none;
    border-radius: 0;
    text-align: center
}

.blog-card-signup-box .inner-w-box input::-webkit-input-placeholder {
    color: #848484;
    text-align: center
}

.blog-card-signup-box .inner-w-box input::-moz-placeholder {
    color: #848484;
    text-align: center
}

.blog-card-signup-box .inner-w-box input:-ms-input-placeholder {
    color: #848484;
    text-align: center
}

.blog-card-signup-box .inner-w-box input:-moz-placeholder {
    color: #848484;
    text-align: center
}

.blog-card-signup-box .inner-w-box .subscribebtn-blue {
    background-color: #43165c;
    border-radius: 100px;
    width: 100%;
    padding: 10px;
    font-size: 16px;
    letter-spacing: 1.2px;
    text-align: center;
    color: #fff;
    font-weight: 400
}

.blog-card-signup-box .inner-w-box #status-footer {
    text-align: center
}

.blog-card-signup-box .inner-w-box input.error {
    border-bottom: 1px solid red !important
}

.blog-card-signup-box #status {
    text-align: center;
    position: absolute;
    width: 64%
}

@media (max-width:768px) {
    .blog-card-signup-box #status {
        margin-top: 15px
    }
}

.blog-card-signup-box .signb-txt {
    font-size: 24px;
    line-height: 2.08;
    letter-spacing: 1.8px;
    text-align: center;
    color: #43165c;
    text-transform: uppercase
}

@media (max-width:768px) {
    .blog-card-signup-box .signb-txt {
        font-size: 16px
    }
}

.blog-posts-wrapper1 {
    margin-bottom: 0
}

@media (max-width:768px) {
    .blog-posts-wrapper1 {
        margin-bottom: 200px
    }
}

.contact-cards-wrap .btn2:hover {
    border-color: #5a298b !important;
    color: #5a298b !important
}

.contact-card:after {
    background: url(../img/formbackk.png)
}

.contact-input-wrap:after {
    font-family: Messina Sans
}

@media (max-width:575px) {
    .contact-cards-wrap {
        padding: 16px 0 !important
    }

    .contact-card {
        -ms-flex-direction: column;
        flex-direction: column;
        padding: 20px 15px
    }

    .contact-text {
        width: 100%
    }

    .contact-text h3 {
        margin-bottom: 8px;
        font-size: 20px
    }

    .contact-text h3>br {
        display: none
    }

    .contact-text p {
        max-width: 100%;
        margin-bottom: 15px
    }

    .contact-form {
        width: 100%
    }
}

@media (max-width:380px) {
    .contact-text h3 {
        font-size: 17px
    }

    .contact-form h6 {
        font-size: 12px
    }
}

.subscribe-cta-new.animated.slideInUp {
    display: none !important
}

.blog-article-banner {
    background: url(../img/blog/blog-post-banner.jpg) no-repeat;
    background-size: cover;
    position: relative
}

section.blog-article-section .blog-article {
    margin-top: 80px !important
}

body#hellobar-enable section.blog-article-section .blog-article {
    margin-top: 20px !important
}

.sticky-section .single-article-wrapper .article-cat {
    margin: 0 !important
}

.sticky-section .single-article-wrapper .single-article-content {
    top: 0 !important
}

h1.article-title {
    font-size: 28px;
    font-weight: 400;
    text-align: left
}

section.blog-article-section {
    padding: 30px
}

@media (max-width:768px) {
    section.blog-article-section {
        padding: 15px
    }
}

section.blog-article-section .blog-article {
    margin-top: 90px
}

article.blog-article {
    max-width: 1200px;
    margin-left: auto;
    margin-right: auto
}

article.blog-article:after {
    clear: both;
    content: "";
    display: block
}

.article-content {
    margin-bottom: 30px;
    text-align: justify
}

@media (min-width:992px) {
    .article-content {
        float: left;
        display: block;
        margin-right: 2.3576515979%;
        width: 65.8807828007%;
        margin-left: 34.1192171993%;
        padding: 0 35px
    }

    .article-content:last-child {
        margin-right: 0
    }
}

.article-content .blog-post-date {
    margin-bottom: 15px;
    display: block
}

.blog-subscribe-cta-inner .button {
    height: 40px;
    width: 120px;
    margin-top: 10px;
    border: 2px solid #0046bb;
    padding: 0 14px;
    background: transparent;
    color: #0046bb;
    border-color: #0046bb;
    font-weight: 700;
    border-radius: 0;
    transition: all .25s ease-in-out;
    font-size: 14px
}

.blog-subscribe-cta-inner .button:hover {
    color: #fff
}

span.close-panel {
    color: #fff;
    font-size: 20px;
    position: absolute;
    right: 20px;
    cursor: pointer
}

aside.article-author {
    position: relative;
    text-align: center
}

@media (min-width:992px) {
    aside.article-author {
        text-align: right;
        padding: 0 60px
    }
}

aside.article-author .author-img {
    margin-bottom: 20px;
    display: block
}

aside.article-author .author-img img {
    border-radius: 50%;
    margin: 0 auto;
    -webkit-filter: grayscale(100%);
    filter: grayscale(100%)
}

@media (min-width:992px) {
    aside.article-author .author-img img {
        float: right;
        margin: 0
    }
}

aside.article-author .author-name {
    display: block
}

aside.article-author .social-share-plugin {
    margin: 0 auto
}

aside.article-author.is_stuck {
    position: relative
}

@media (min-width:992px) {
    aside.article-author {
        position: absolute;
        float: left;
        display: block;
        margin-right: 2.3576515979%;
        width: 31.7615656014%;
        border-right: 1px solid #ebebeb
    }

    aside.article-author:last-child {
        margin-right: 0
    }

    aside.article-author.is_stuck {
        position: absolute
    }
}

@media (max-width:992px) {
    .sticky-section .single-article-wrapper {
        display: block !important;
        width: 100% !important
    }

    .sticky-section section.sidebar {
        width: 100% !important;
        max-width: 100% !important
    }
}

.sticky-section .single-article-wrapper .single-article-content {
    width: 100%;
    padding-right: 30px
}

.sticky-section .container {
    overflow: unset;
    position: relative;
    display: block
}

.sticky-section .single-article-wrapper {
    width: calc(100% - 333px);
    display: inline-block
}

.sticky-section section.sidebar {
    width: auto;
    position: sticky;
    top: 157px;
    max-width: 290px;
    margin: auto 0 auto auto;
    width: 290px;
    float: right
}

.sticky-section .main-sidebar p {
    padding: 6px 10px;
    background: #f2f2f2;
    margin-bottom: 20px
}

.sticky-section .main-sidebar ul li {
    border-bottom: 1px solid #d1d1d1;
    padding-bottom: 10px;
    margin-bottom: 20px
}

.sticky-section .main-sidebar ul li a {
    margin-left: 10px;
    font-size: 14px;
    font-weight: 500;
    line-height: 17px;
    letter-spacing: -.02em;
    color: hsla(0, 0%, 7%, .5)
}

.blog-article-section related-post-wrapper .blog-card {
    margin-bottom: 20px
}

.share-link {
    text-align: right;
    margin-bottom: 30px
}

.share-link span.fa,
.share-link span.fab {
    font-size: 20px
}

.share-link .lc_share a {
    padding-top: 0
}

@media only screen and (max-width:767px) {
    .share-link {
        text-align: right;
        margin-bottom: 0
    }
}

.demandAcc .open-demandAcc {
    margin: 32px auto;
    width: 60%
}

@media (max-width:767px) {
    .demandAcc .open-demandAcc {
        margin: 32px 0;
        width: 100%
    }
}

@media only screen and (max-width:767px) {
    .blog-article-content .demandAcc {
        margin: 0 -15px
    }

    .blog-article-content .related-post-wrapper .related-post-title {
        margin-bottom: 16px !important;
        margin-top: 54px
    }

    .blog-article-content .demandAcc .open-demandAcc {
        margin: 0;
        width: 100%
    }

    .blog-article-content .single-article-wrapper h1.article-title {
        font-size: 25px !important;
        line-height: 32px;
        color: #000;
        letter-spacing: 0;
        text-align: center
    }

    .blog-article-content h2 {
        font-size: 20px !important
    }

    .blog-article-content h3,
    .blog-article-content h4 {
        font-size: 18px
    }
}

.blog-article-content .single-article-wrapper h1 {
    font-size: 30px !important
}

.blog-article-content .single-article-wrapper h2 {
    font-size: 25px
}

.blog-article-content .single-article-wrapper h3,
.blog-article-content .single-article-wrapper h4 {
    font-size: 20px
}

.blog-article-content .single-article-wrapper p,
.blog-article-content .single-article-wrapper ul li {
    font-size: 16px !important
}

.blog-article-content .single-article-wrapper ol {
    padding: 0 20px
}

.blog-article-content .single-article-wrapper ol li {
    font-size: 16px !important;
    margin-bottom: 6px
}

.signup-sidebar section.sidebar {
    max-width: 320px !important;
    width: 320px !important;
    margin: 0
}

.signup-sidebar .header {
    margin: 0;
    font-weight: 700
}

.signup-sidebar .contact-form {
    width: 100%
}

.signup-sidebar hr {
    display: block !important
}

.signup-sidebar .contact-form h6 {
    margin: 0
}

.signup-sidebar .existing-account p,
.signup-sidebar .smartlist-login .login-btn span {
    font-family: Inter
}

.signup-sidebar .open-account {
    margin-bottom: 20px
}

.signup-sidebar .open-account p {
    color: #000
}

.signup-sidebar .login-sidebar .open-account {
    display: none
}

.signup-sidebar .smartlist-login .open-account h2.header {
    font-size: 24px !important
}

.signup-sidebar .single-article-content .login-sidebars {
    display: none !important
}

.signup-sidebar .login-widget.smartlist-login .open-account {
    box-sizing: border-box;
    top: 16px;
    width: 100%;
    padding: 20px;
    position: sticky;
    background: #fff;
    border: 1px solid #e5e5e5;
    box-shadow: 0 0 10px hsla(0, 0%, 69%, .5);
    border-radius: 12px
}

.signup-sidebar .login-widget.smartlist-login .open-account p {
    font-weight: 400 !important;
    color: #000 !important;
    padding-top: 0 !important;
    font-size: 12px !important;
    line-height: 16px;
    margin-bottom: 8px
}

.signup-sidebar .login-widget.smartlist-login .open-account p strong {
    font-weight: 700;
    font-size: 14px;
    line-height: 20px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    color: #000;
    padding-bottom: 17px
}

.signup-sidebar .login-widget.smartlist-login .open-account .contact-form {
    width: 100%;
    border-top: 1px solid rgba(0, 0, 0, .1);
    margin-top: 16px
}

.signup-sidebar .login-widget.smartlist-login .open-account .contact-form h6 {
    color: #262626;
    font-size: 14px;
    line-height: 20px;
    padding-top: 16px;
    padding-bottom: 16px
}

.signup-sidebar .login-widget.smartlist-login .open-account form.contact-input-wrap {
    position: relative
}

.signup-sidebar .login-widget.smartlist-login .open-account form.contact-input-wrap:after {
    font-family: Inter !important;
    font-weight: 700 !important;
    font-size: 14px !important;
    line-height: 20px !important;
    color: #444 !important;
    top: 11px !important
}

.signup-sidebar .login-widget.smartlist-login .open-account .contact-form input {
    width: 100%;
    line-height: 24px;
    padding: 10px 8px 10px 45px;
    font-size: 14px !important;
    background: #f5f5f5;
    border: 1px solid #444;
    box-shadow: 0 0 10px hsla(0, 0%, 69%, .5);
    border-radius: 32px;
    height: 40px;
    color: #444
}

.signup-sidebar .login-widget.smartlist-login .open-account .submit-btn {
    width: 100%;
    height: 48px;
    background: #5a298b !important;
    border: 1px solid transparent !important;
    border-radius: 24px !important;
    padding: 10px 25px !important;
    color: #fff !important;
    font-size: 14px !important;
    font-weight: 700 !important;
    line-height: 24px !important;
    margin-top: 16px !important;
    transition: all .3s ease-in-out .1s;
    cursor: pointer;
    margin-bottom: 16px
}

.signup-sidebar .login-widget.smartlist-login .open-account .existing-account p {
    padding: 0 !important;
    line-height: 16px;
    color: #666 !important;
    padding-top: 0 !important;
    font-size: 10px !important;
    font-weight: 500 !important
}

.signup-sidebar .login-widget.smartlist-login .open-account .existing-account p a {
    font-weight: 700 !important;
    text-decoration: underline;
    color: #666 !important
}

.signup-sidebar .login-widget.smartlist-login .open-account div#error-message {
    margin-bottom: 0 !important;
    margin-top: 4px
}

.signup-sidebar .login-widget.smartlist-login .header {
    font-size: 20px;
    line-height: 28px;
    letter-spacing: -.03em;
    color: #5a298b;
    font-weight: 700;
    margin-bottom: 12px;
    padding-bottom: 12px;
    border-bottom: 1px solid rgba(0, 0, 0, .1)
}

@media only screen and (max-width:767px) {
    .signup-sidebar .login-sidebar .open-account {
        display: block
    }

    .signup-sidebar .sidebar .login-widget.smartlist-login {
        display: none
    }

    .signup-sidebar .open-account p {
        line-height: 23px !important;
        margin: 0
    }

    .signup-sidebar .smartlist-login .existing-account {
        display: block
    }

    .signup-sidebar .smartlist-login .login-btn {
        margin: 10px 0 0
    }

    .signup-sidebar .login-widget.smartlist-login .open-account {
        padding: 24px 15px 16px
    }

    .signup-sidebar div#error-message {
        position: unset
    }

    .signup-sidebar .container {
        padding: 0
    }

    .signup-sidebar .container .single-article-content {
        padding: 30px 0
    }

    .signup-sidebar .container .login-widget.smartlist-login .open-account .submit-btn {
        position: absolute;
        right: 8px;
        top: 7px;
        margin: 0 !important;
        width: 32px;
        height: 32px;
        padding: 0 !important;
        font-size: 0 !important;
        background-image: url(../img/signup.svg) !important;
        background-repeat: no-repeat !important;
        background-size: 14px !important;
        background-position: 50% !important
    }

    .signup-sidebar .container .login-widget.smartlist-login .open-account .contact-form input {
        height: 46px
    }

    .signup-sidebar .container .login-widget.smartlist-login .open-account p {
        font-weight: 500 !important;
        font-size: 12px !important;
        line-height: 16px !important;
        color: #000 !important;
        margin-bottom: 8px
    }

    .signup-sidebar .container .login-widget.smartlist-login .open-account .existing-account p {
        font-size: 10px !important;
        color: #666 !important;
        font-weight: 500 !important;
        margin-top: 8px
    }

    .signup-sidebar .container .login-widget.smartlist-login .open-account .existing-account p a {
        text-decoration: underline;
        font-weight: 700
    }

    .signup-sidebar .container .contact-form {
        padding-top: 20px
    }

    .signup-sidebar .container .contact-form h6#enter-your-mobile-number-to-continue {
        display: none
    }

    .signup-sidebar .container .contact-form input {
        height: 48px;
        padding: 10px 8px 10px 40px;
        border-radius: 50px
    }

    .signup-sidebar .container .contact-form input::-webkit-input-placeholder {
        font-weight: 400;
        font-size: 14px;
        line-height: 20px;
        color: #000
    }

    .signup-sidebar .container .contact-form input:-ms-input-placeholder,
    .signup-sidebar .container .contact-form input::-ms-input-placeholder {
        font-weight: 400;
        font-size: 14px;
        line-height: 20px;
        color: #000
    }

    .signup-sidebar .container .contact-form input::placeholder {
        font-weight: 400;
        font-size: 14px;
        line-height: 20px;
        color: #000
    }

    .signup-sidebar .container .signup-sidebar .contact-form {
        border-top: 0
    }

    .signup-sidebar .container section.sidebar {
        width: 100% !important;
        max-width: 100% !important
    }

    .signup-sidebar .container .single-article-content .login-sidebars {
        display: block !important
    }

    .signup-sidebar .login-widget.smartlist-login .open-account form.contact-input-wrap:after {
        top: 14px !important
    }

    .signup-sidebar p.widget__title {
        padding: 6px 10px;
        background: #f2f2f2;
        margin-bottom: 20px;
        font-size: 14px !important
    }
}

.fund-transfer-banner {
    background-size: cover;
    position: relative;
    background: #f3f3f3;
    height: 250px
}

.fund-transfer-banner .container {
    margin: 0 auto;
    color: #fff;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%)
}

.fund-transfer-banner .container h1 {
    font-size: 28px;
    margin-bottom: 9px;
    font-weight: 600;
    color: #333
}

.fund-transfer-banner .container p {
    font-size: 16px;
    line-height: 24px;
    color: #666
}

.fund-transfer-intro {
    background: #fff;
    padding: 50px 10px;
    text-align: center
}

.fund-transfer-intro .container {
    max-width: 800px;
    margin-left: auto;
    margin-right: auto;
    margin: 0 auto
}

.fund-transfer-intro .container:after {
    clear: both;
    content: "";
    display: block
}

.fund-transfer-intro .container .title {
    padding: 20px
}

.fund-transfer-intro .container .title h2 {
    font-size: 25px;
    line-height: 35px;
    font-weight: 400;
    margin: 0
}

@media (min-width:992px) {
    .fund-transfer-intro .container .title h2 {
        font-size: 28px;
        line-height: 45px;
        font-weight: 600
    }
}

@media (min-width:768px) {
    .fund-transfer-intro .container .title {
        float: left;
        display: block;
        margin-right: 2.3576515979%;
        width: 23.2317613015%;
        padding: 20px 40px
    }

    .fund-transfer-intro .container .title:last-child {
        margin-right: 0
    }
}

@media (min-width:992px) {
    .fund-transfer-intro .container .title {
        float: left;
        display: block;
        margin-right: 2.3576515979%;
        width: 31.7615656014%;
        padding: 40px 60px
    }

    .fund-transfer-intro .container .title:last-child {
        margin-right: 0
    }
}

.fund-transfer-intro .container .description {
    position: relative;
    border-top: 1px solid #b7b7b7;
    padding: 20px
}

.fund-transfer-intro .container .description:before {
    content: "";
    background: #fff;
    width: 15px;
    height: 15px;
    position: absolute;
    top: -8px;
    left: 50%;
    transform: translateX(-50%) rotate(225deg);
    border-top: 1px solid #b7b7b7;
    border-left: 1px solid #b7b7b7
}

.fund-transfer-intro .container .description p {
    font-size: 14px;
    line-height: 24px
}

@media (min-width:992px) {
    .fund-transfer-intro .container .description p {
        font-size: 16px;
        line-height: 26px;
        color: #666
    }
}

@media (min-width:768px) {
    .fund-transfer-intro .container .description {
        float: left;
        display: block;
        margin-right: 2.3576515979%;
        width: 74.4105871005%;
        border-top: 0;
        border-left: 1px solid #b7b7b7;
        padding: 20px 40px
    }

    .fund-transfer-intro .container .description:last-child {
        margin-right: 0
    }

    .fund-transfer-intro .container .description:before {
        top: 50%;
        left: 0;
        transform: translateX(-50%) translateY(-50%) rotate(315deg)
    }
}

@media (min-width:992px) {
    .fund-transfer-intro .container .description {
        float: left;
        display: block;
        margin-right: 2.3576515979%;
        width: 65.8807828007%;
        padding: 40px 60px
    }

    .fund-transfer-intro .container .description:last-child {
        margin-right: 0
    }
}

@media (min-width:768px) {
    .fund-transfer-intro {
        text-align: left
    }
}

.supported-banks {
    background: #f3f3f3;
    padding: 50px 10px;
    text-align: center
}

.supported-banks h2 {
    font-size: 22px;
    font-weight: 600;
    margin-bottom: 35px
}

.supported-banks ul {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-align: center;
    align-items: center
}

.supported-banks ul li {
    margin: 20px 15px
}

.supported-banks .supported-banks-slider .slick-track {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center
}

.supported-banks .supported-banks-slider li a {
    -webkit-filter: grayscale(100%);
    filter: grayscale(100%);
    transition: all .25s ease
}

.supported-banks .supported-banks-slider li a:hover {
    -webkit-filter: none;
    filter: none
}

.supported-banks .supported-banks-slider li img {
    margin: 0 auto
}

.open-account-cta {
    padding: 50px 10px;
    background: url(../img/fund-transfer/open-account.jpg) no-repeat
}

.open-account-cta h2 {
    font-size: 35px;
    font-weight: 400;
    margin-bottom: 20px
}

.open-account-cta p {
    font-size: 16px;
    line-height: 24px;
    margin-bottom: 25px
}

.open-account-cta a.button {
    display: inline-block;
    background: #0046bb;
    padding: 18px 22px;
    text-transform: uppercase;
    margin: 18px auto 0;
    color: #fff;
    font-weight: 700;
    border: 2px solid #0046bb
}

.open-account-cta a.button:hover {
    color: #0046bb
}

.depositing-info {
    padding: 0 20px 50px;
    background: #f3f3f3
}

.depositing-info .container {
    border-top: 1px solid #e1e1e1
}

.depositing-info .intro {
    text-align: center;
    width: 580px;
    max-width: 100%;
    margin: 0 auto;
    padding: 50px 0
}

.depositing-info .intro h2 {
    font-size: 20px;
    line-height: 30px;
    margin-bottom: 20px;
    font-weight: 400
}

@media (min-width:992px) {
    .depositing-info .intro h2 {
        font-size: 22px;
        line-height: 40px;
        font-weight: 600
    }
}

.depositing-info .intro p {
    font-size: 14px;
    line-height: 22px
}

@media (min-width:992px) {
    .depositing-info .intro p {
        font-size: 16px;
        line-height: 24px
    }
}

.depositing-info .deposit-info-card {
    margin-bottom: 50px;
    box-shadow: 0 0 40px 5px rgba(0, 0, 0, .1)
}

.depositing-info .deposit-info-card .card-title {
    font-size: 20px;
    font-weight: 400;
    padding: 20px;
    background: #fbfbfb;
    margin: 0;
    border-bottom: 1px solid #f2f2f2
}

@media (min-width:992px) {
    .depositing-info .deposit-info-card .card-title {
        font-size: 22px;
        padding: 15px 45px;
        font-weight: 600
    }
}

.depositing-info .deposit-info-card .card-details {
    background: #fff;
    padding: 20px
}

.depositing-info .deposit-info-card .card-details li {
    padding: 20px 0;
    border-bottom: 1px solid #f2f2f2;
    -moz-column-break-inside: avoid;
    break-inside: avoid
}

.depositing-info .deposit-info-card .card-details li .title {
    font-size: 16px;
    line-height: 24px;
    color: #666;
    font-weight: 400;
    margin-bottom: 10px
}

.depositing-info .deposit-info-card .card-details li .info {
    font-size: 18px;
    line-height: 26px;
    font-weight: 400;
    margin: 0;
    font-style: normal
}

@media (min-width:992px) {
    .depositing-info .deposit-info-card .card-details {
        padding: 30px 45px;
        padding-top: 0;
        column-count: 2;
        column-gap: 300px
    }
}

.no-flexbox .supported-banks .supported-banks-slider .slick-track {
    display: block
}

.slick-prev.slick-arrow {
    left: -25px
}

.slick-next.slick-arrow,
.slick-prev.slick-arrow {
    position: absolute;
    z-index: 2;
    background: #f3f3f3;
    cursor: pointer
}

.slick-next.slick-arrow {
    right: -25px
}

.m-0 {
    margin: 0 !important
}

#mega-menu-wrap-primary_navigation #mega-menu-primary_navigation li.mega-menu-item.navbar-oda-btn {
    background-color: #43165c;
    border-radius: 100px;
    font-weight: 700;
    height: 38px;
    cursor: pointer;
    padding: 0
}

@media (min-width:992px) {
    #mega-menu-wrap-primary_navigation #mega-menu-primary_navigation li.mega-menu-item.navbar-oda-btn {
        margin-left: 40px
    }
}

#mega-menu-wrap-primary_navigation #mega-menu-primary_navigation li.mega-menu-item.navbar-oda-btn:hover {
    background-color: #7a26ce
}

#mega-menu-wrap-primary_navigation #mega-menu-primary_navigation li.mega-menu-item.navbar-oda-btn a {
    color: #fff !important;
    height: 38px;
    font-weight: 700 !important;
    line-height: 40px !important
}

@media (min-width:992px) {
    #mega-menu-wrap-primary_navigation #mega-menu-primary_navigation li.mega-menu-item.navbar-oda-btn a {
        padding: 0 10px !important;
        text-align: center
    }
}

.no-hover.navbar-oda-btn a.mega-menu-link:hover,
.no-hover.navbar-pro-login a.mega-menu-link:hover {
    font-weight: 700 !important
}

@media (max-width:992px) {
    #mega-menu-wrap-primary_navigation #mega-menu-primary_navigation>li.mega-menu-flyout ul.mega-sub-menu li.mega-menu-item a.mega-menu-link {
        font-weight: 600
    }
}

#mega-menu-wrap-primary_navigation #mega-menu-primary_navigation li.mega-menu-item.no-hover.navbar-oda-btn:hover {
    color: hsla(0, 0%, 100%, .75) !important
}

#mega-menu-wrap-primary_navigation #mega-menu-primary_navigation li.mega-menu-item.no-hover.navbar-pro-login:hover {
    background-color: rgba(122, 38, 206, .1);
    border: 1px solid #7a26ce
}

#mega-menu-wrap-primary_navigation #mega-menu-primary_navigation li.mega-menu-item.navbar-pro-login {
    border-radius: 100px;
    height: 38px;
    cursor: pointer;
    border: 1px solid #43165c;
    margin-left: 10px
}

#mega-menu-wrap-primary_navigation #mega-menu-primary_navigation li.mega-menu-item.navbar-pro-login a {
    color: #43165c;
    height: 38px !important;
    font-weight: 700 !important;
    line-height: 38px !important
}

#mega-menu-wrap-primary_navigation #mega-menu-primary_navigation>li.mega-menu-megamenu>ul.mega-sub-menu {
    padding-top: 40px !important
}

#mega-menu-wrap-primary_navigation #mega-menu-primary_navigation>li.mega-menu-megamenu>ul.mega-sub-menu>li.mega-menu-item h4.mega-block-title {
    color: #a09568 !important
}

#mega-menu-wrap-primary_navigation #mega-menu-primary_navigation>li.mega-menu-item>a.mega-menu-link {
    padding: 0 10px
}

#mega-menu-wrap-primary_navigation #mega-menu-primary_navigation>li.mega-menu-item>a.mega-menu-link .badge {
    background: #41246e;
    border-radius: 4px !important;
    display: inline-block;
    padding: 4px 4px 3px;
    margin-left: 2px;
    font-size: 8px;
    margin-top: -6px
}

.result_hover #mega-menu-wrap-primary_navigation #mega-menu-primary_navigation li.mega-menu-item.navbar-oda-btn a,
.result_hover #mega-menu-wrap-primary_navigation #mega-menu-primary_navigation li.mega-menu-item.navbar-pro-login a {
    color: #fff !important
}

.mobile-expanded-menu-item-color {
    background-color: #280b45 !important
}

.critical,
.signin-item:before {
    background-image: url(https://upstox.com/app/themes/upstox/dist/img/navigation-sprite-mobile.png);
    background-repeat: no-repeat
}

#menu-header-support-subnav-2 li:first-child a:after,
#menu-header-support-subnav-3 li:first-child a:after,
#menu-header-support-subnav li:first-child a:after,
.contactus-title:after,
.menu-item-description:before,
.oda-step-img-1,
.oda-step-img-2,
.oda-step-img-3,
.pricing-illustration,
.signin-ic-1,
.signin-ic-2,
.signin-ic-3,
.signin-ic-4 {
    background-image: url(https://upstox.com/app/themes/upstox/dist/img/navigation-sprite.png);
    background-repeat: no-repeat
}

.critical,
a:focus,
a:hover {
    text-decoration: none
}

.critical,
.menu-hidden {
    display: none
}

.contact-info.translateBody,
.critical,
.page-container.translateBody,
header.navigation.translateBody {
    transform: translateZ(0)
}

.contact-info.translateBody .mobile-logo-panel-wrap,
.critical .mobile-logo-panel-wrap,
.page-container.translateBody .mobile-logo-panel-wrap,
header.navigation.translateBody .mobile-logo-panel-wrap {
    background: #43165c;
    width: 100%;
    height: 60px
}

@media (max-width:700px) and (orientation:landscape) {

    .contact-info.translateBody,
    .critical,
    .page-container.translateBody,
    header.navigation.translateBody {
        transform: translateZ(0)
    }
}

@media only screen and (min-device-width:560px) and (max-device-width:1136px) and (-webkit-min-device-pixel-ratio:2) {

    .contact-info.translateBody,
    .critical,
    .page-container.translateBody,
    header.navigation.translateBody {
        transform: translateZ(0)
    }
}

@media only screen and (max-device-width:640px),
only screen and (max-device-width:667px),
only screen and (max-width:480px) {

    .contact-info.translateBody,
    .critical,
    .page-container.translateBody,
    header.navigation.translateBody {
        transform: translateZ(0)
    }
}

.contact-info.translateBody .nav-menu-button span,
.critical .nav-menu-button span,
.page-container.translateBody .nav-menu-button span,
header.navigation.translateBody .nav-menu-button span {
    background: #fff !important
}

.contact-info.translateBody .oda-mobile,
.critical .oda-mobile,
.page-container.translateBody .oda-mobile,
header.navigation.translateBody .oda-mobile {
    padding: 15px 0 0 !important
}

.contact-info.translateBody .critical,
.contact-info.translateBody .critical .mega-sub-menu,
.contact-info.translateBody .oda-mobile,
.contact-info.translateBody .oda-mobile .mega-sub-menu,
.contact-info.translateBody .signin-mobile,
.contact-info.translateBody .signin-mobile .mega-sub-menu,
.critical .critical,
.critical .critical .mega-sub-menu,
.critical .oda-mobile,
.critical .oda-mobile .mega-sub-menu,
.critical .signin-mobile,
.critical .signin-mobile .mega-sub-menu,
.page-container.translateBody .critical,
.page-container.translateBody .critical .mega-sub-menu,
.page-container.translateBody .oda-mobile,
.page-container.translateBody .oda-mobile .mega-sub-menu,
.page-container.translateBody .signin-mobile,
.page-container.translateBody .signin-mobile .mega-sub-menu,
header.navigation.translateBody .critical,
header.navigation.translateBody .critical .mega-sub-menu,
header.navigation.translateBody .oda-mobile,
header.navigation.translateBody .oda-mobile .mega-sub-menu,
header.navigation.translateBody .signin-mobile,
header.navigation.translateBody .signin-mobile .mega-sub-menu {
    background: #43165c !important
}

.contact-info.translateBody .critical a,
.contact-info.translateBody .oda-mobile a,
.contact-info.translateBody .signin-mobile a,
.critical .critical a,
.critical .oda-mobile a,
.critical .signin-mobile a,
.page-container.translateBody .critical a,
.page-container.translateBody .oda-mobile a,
.page-container.translateBody .signin-mobile a,
header.navigation.translateBody .critical a,
header.navigation.translateBody .oda-mobile a,
header.navigation.translateBody .signin-mobile a {
    font-weight: 600 !important
}

.contact-info.translateBody .signin-mobile,
.critical .signin-mobile,
.page-container.translateBody .signin-mobile,
header.navigation.translateBody .signin-mobile {
    padding: 10px 0 15px !important;
    margin-bottom: 15px !important
}

.contact-info.translateBody .signin-mobile .signin-item,
.critical .signin-mobile .signin-item,
.page-container.translateBody .signin-mobile .signin-item,
header.navigation.translateBody .signin-mobile .signin-item {
    padding-left: 40px !important
}

.contact-info.translateBody .signin-mobile .signin-item p,
.critical .signin-mobile .signin-item p,
.page-container.translateBody .signin-mobile .signin-item p,
header.navigation.translateBody .signin-mobile .signin-item p {
    margin-bottom: 0 !important
}

.contact-info.translateBody .signin-mobile .signin-item a,
.critical .signin-mobile .signin-item a,
.page-container.translateBody .signin-mobile .signin-item a,
header.navigation.translateBody .signin-mobile .signin-item a {
    display: block
}

.contact-info.translateBody .signin-mobile .signin-item .itemname,
.critical .signin-mobile .signin-item .itemname,
.page-container.translateBody .signin-mobile .signin-item .itemname,
header.navigation.translateBody .signin-mobile .signin-item .itemname {
    font-size: 14px;
    font-weight: 600 !important;
    text-align: left;
    color: #fff !important
}

.contact-info.translateBody .signin-mobile ul li:first-child,
.critical .signin-mobile ul li:first-child,
.page-container.translateBody .signin-mobile ul li:first-child,
header.navigation.translateBody .signin-mobile ul li:first-child {
    padding-top: 0 !important
}

.contact-info.translateBody .signin-mobile ul li:first-child .signin-item:before,
.critical .signin-mobile ul li:first-child .signin-item:before,
.page-container.translateBody .signin-mobile ul li:first-child .signin-item:before,
header.navigation.translateBody .signin-mobile ul li:first-child .signin-item:before {
    background-position: 4.44% 58.73%;
    background-size: 299px 58px;
    width: 63px;
    height: 27px;
    content: "";
    position: absolute;
    left: 16px;
    top: 13px
}

.contact-info.translateBody .signin-mobile ul li:nth-child(2),
.critical .signin-mobile ul li:nth-child(2),
.page-container.translateBody .signin-mobile ul li:nth-child(2),
header.navigation.translateBody .signin-mobile ul li:nth-child(2) {
    padding: 40px 0 0 30px !important
}

.contact-info.translateBody .signin-mobile ul li:nth-child(2) .signin-item:before,
.critical .signin-mobile ul li:nth-child(2) .signin-item:before,
.page-container.translateBody .signin-mobile ul li:nth-child(2) .signin-item:before,
header.navigation.translateBody .signin-mobile ul li:nth-child(2) .signin-item:before {
    background-position: 64.905% 57.534%;
    background-size: 299px 58px;
    width: 63px;
    height: 22px;
    content: "";
    position: absolute;
    left: 11px;
    top: 57px
}

.contact-info.translateBody .signin-mobile ul li:nth-child(3),
.critical .signin-mobile ul li:nth-child(3),
.page-container.translateBody .signin-mobile ul li:nth-child(3),
header.navigation.translateBody .signin-mobile ul li:nth-child(3) {
    padding: 40px 0 0 30px !important
}

.contact-info.translateBody .signin-mobile ul li:nth-child(3) .signin-item:before,
.critical .signin-mobile ul li:nth-child(3) .signin-item:before,
.page-container.translateBody .signin-mobile ul li:nth-child(3) .signin-item:before,
header.navigation.translateBody .signin-mobile ul li:nth-child(3) .signin-item:before {
    background-position: 34.845% 67.188%;
    background-size: 299px 58px;
    width: 57px;
    height: 26px;
    content: "";
    position: absolute;
    left: 11px;
    top: 57px
}

.contact-info.translateBody .signin-mobile ul li:nth-child(4),
.critical .signin-mobile ul li:nth-child(4),
.page-container.translateBody .signin-mobile ul li:nth-child(4),
header.navigation.translateBody .signin-mobile ul li:nth-child(4) {
    padding: 40px 0 40px 30px !important
}

.contact-info.translateBody .signin-mobile ul li:nth-child(4) .signin-item:before,
.critical .signin-mobile ul li:nth-child(4) .signin-item:before,
.page-container.translateBody .signin-mobile ul li:nth-child(4) .signin-item:before,
header.navigation.translateBody .signin-mobile ul li:nth-child(4) .signin-item:before {
    background-position: 94.343% 50%;
    background-size: 299px 58px;
    width: 52px;
    height: 27px;
    content: "";
    position: absolute;
    left: 11px;
    top: 57px
}

.contact-info.translateBody .mega-toggle-on-new,
.critical .mega-toggle-on-new,
.page-container.translateBody .mega-toggle-on-new,
header.navigation.translateBody .mega-toggle-on-new {
    background-color: #280b45 !important
}

.contact-info.translateBody .mega-toggle-on-new .dashicons-plus:first-child:before,
.critical .mega-toggle-on-new .dashicons-plus:first-child:before,
.page-container.translateBody .mega-toggle-on-new .dashicons-plus:first-child:before,
header.navigation.translateBody .mega-toggle-on-new .dashicons-plus:first-child:before {
    content: "\f460" !important
}

.contact-info.translateBody .mobile-cal-title a,
.contact-info.translateBody .mobile-pp-title a,
.contact-info.translateBody .mobile-prod-title a,
.critical .mobile-cal-title a,
.critical .mobile-pp-title a,
.critical .mobile-prod-title a,
.page-container.translateBody .mobile-cal-title a,
.page-container.translateBody .mobile-pp-title a,
.page-container.translateBody .mobile-prod-title a,
header.navigation.translateBody .mobile-cal-title a,
header.navigation.translateBody .mobile-pp-title a,
header.navigation.translateBody .mobile-prod-title a {
    font-size: 12px !important;
    text-align: left;
    color: #a09568 !important
}

.contact-info.translateBody .mobile-cal-title a:before,
.contact-info.translateBody .mobile-pp-title a:before,
.contact-info.translateBody .mobile-prod-title a:before,
.critical .mobile-cal-title a:before,
.critical .mobile-pp-title a:before,
.critical .mobile-prod-title a:before,
.page-container.translateBody .mobile-cal-title a:before,
.page-container.translateBody .mobile-pp-title a:before,
.page-container.translateBody .mobile-prod-title a:before,
header.navigation.translateBody .mobile-cal-title a:before,
header.navigation.translateBody .mobile-pp-title a:before,
header.navigation.translateBody .mobile-prod-title a:before {
    content: "";
    position: relative;
    background: #43165c;
    height: 1px;
    right: 0;
    top: 28px
}

.contact-info.translateBody .mobile-prod-title,
.critical .mobile-prod-title,
.page-container.translateBody .mobile-prod-title,
header.navigation.translateBody .mobile-prod-title {
    font-weight: 600
}

.contact-info.translateBody .mobile-prod-title a:before,
.critical .mobile-prod-title a:before,
.page-container.translateBody .mobile-prod-title a:before,
header.navigation.translateBody .mobile-prod-title a:before {
    width: 72%
}

.contact-info.translateBody .mobile-pp-title a:before,
.critical .mobile-pp-title a:before,
.page-container.translateBody .mobile-pp-title a:before,
header.navigation.translateBody .mobile-pp-title a:before {
    width: 57%
}

.contact-info.translateBody .mobile-cal-title a:before,
.critical .mobile-cal-title a:before,
.page-container.translateBody .mobile-cal-title a:before,
header.navigation.translateBody .mobile-cal-title a:before {
    width: 54%
}

.contact-info.translateBody .mega-menu-title,
.critical .mega-menu-title,
.page-container.translateBody .mega-menu-title,
header.navigation.translateBody .mega-menu-title {
    font-size: 14px;
    font-weight: 600;
    color: #fff
}

.contact-info.translateBody .mega-menu-description,
.critical .mega-menu-description,
.page-container.translateBody .mega-menu-description,
header.navigation.translateBody .mega-menu-description {
    font-style: normal !important;
    color: #8493a2
}

.contact-info .upstox-pro-mobile nav.nav-links.panelAnimate,
.contact-info .upstox-pro-web nav.nav-links.panelAnimate,
.critical .upstox-pro-mobile nav.nav-links.panelAnimate,
.critical .upstox-pro-web nav.nav-links.panelAnimate,
.page-container .upstox-pro-mobile nav.nav-links.panelAnimate,
.page-container .upstox-pro-web nav.nav-links.panelAnimate,
footer .upstox-pro-mobile nav.nav-links.panelAnimate,
footer .upstox-pro-web nav.nav-links.panelAnimate,
header.navigation .upstox-pro-mobile nav.nav-links.panelAnimate,
header.navigation .upstox-pro-web nav.nav-links.panelAnimate {
    top: 0 !important
}

.critical,
header.navigation {
    position: fixed;
    width: 100%;
    z-index: 100;
    top: 0
}

.critical .navigation-container,
header.navigation .navigation-container {
    height: 70px;
    transition: all .25s ease;
    position: relative;
    width: 942px;
    margin: 0 auto
}

@media (min-width:768px) {

    .critical .navigation-container,
    header.navigation .navigation-container {
        height: 70px
    }
}

@media (max-width:991px) {

    .critical .navigation-container,
    header.navigation .navigation-container {
        width: 100% !important
    }
}

.critical .navigation-container .right-bar .mobile-sign-up,
header.navigation .navigation-container .right-bar .mobile-sign-up {
    display: none;
    background: rgba(65, 36, 110, .1) !important;
    border: 1px solid #41246e;
    border-radius: 25px;
    color: #41246e;
    padding: 8px 12px;
    font-weight: 600;
    font-size: 12px;
    line-height: 16px;
    margin-right: 19px
}

@media (max-width:991px) {

    .critical .navigation-container .right-bar .mobile-sign-up,
    header.navigation .navigation-container .right-bar .mobile-sign-up {
        display: block
    }

    .critical .navigation-container .right-bar .responsive-search-icon,
    header.navigation .navigation-container .right-bar .responsive-search-icon {
        display: -ms-flexbox;
        display: flex;
        font-size: 18px !important;
        padding: 0 60px 0 0 !important
    }
}

@media (max-width:350px) {

    .critical .navigation-container .right-bar .mobile-sign-up,
    header.navigation .navigation-container .right-bar .mobile-sign-up {
        padding: 8px;
        margin-right: 12px
    }
}

.critical.is-scrolled,
header.navigation.is-scrolled {
    background: #fff;
    box-shadow: 0 2px 15px -2px rgba(0, 0, 0, .2);
    height: 60px
}

@media (min-width:768px) {

    .critical.is-scrolled,
    header.navigation.is-scrolled {
        height: 70px
    }
}

.critical .critical,
.critical a.upstox-logo,
header.navigation .critical,
header.navigation a.upstox-logo {
    position: absolute;
    top: 53%;
    left: 30px;
    transform: translateY(-50%);
    width: 26px;
    z-index: 10
}

@media (min-width:768px) {

    .critical .critical,
    .critical a.upstox-logo,
    header.navigation .critical,
    header.navigation a.upstox-logo {
        width: 30px
    }
}

.critical .critical,
.critical .nav-menu-button,
header.navigation .critical,
header.navigation .nav-menu-button {
    position: absolute;
    top: 50%;
    right: 30px;
    transform: translateY(-50%);
    z-index: 10;
    outline: none
}

@media (min-width:992px) {

    .critical .critical,
    .critical .nav-menu-button,
    header.navigation .critical,
    header.navigation .nav-menu-button {
        display: none
    }
}

.critical nav.nav-links,
header.navigation nav.nav-links {
    bottom: 0;
    background: #fff;
    position: fixed;
    top: 0;
    right: -205px
}

.critical nav.nav-links.panelAnimate,
header.navigation nav.nav-links.panelAnimate {
    position: relative;
    right: -100%;
    background: #43165c
}

.critical nav.nav-links.panelAnimate.is-shown,
header.navigation nav.nav-links.panelAnimate.is-shown {
    right: 0;
    overflow: auto
}

.critical nav.nav-links.panelAnimate ul.navmenu,
header.navigation nav.nav-links.panelAnimate ul.navmenu {
    overflow-y: auto;
    border-top: 1px solid #f2f2f2
}

.critical nav.nav-links.panelAnimate ul.navmenu:before,
header.navigation nav.nav-links.panelAnimate ul.navmenu:before {
    content: "";
    position: fixed;
    top: 0;
    left: 60%;
    width: 100%;
    height: 70px;
    border-bottom: 1px solid hsla(0, 0%, 80%, .3);
    background: #fff;
    display: none
}

@media (min-width:768px) {

    .critical.inner a.upstox-logo,
    header.navigation.inner a.upstox-logo {
        width: 28px
    }
}

.critical .panelAnimate,
header.navigation .panelAnimate {
    width: 100% !important
}

.critical .panelAnimate .navmenu,
header.navigation .panelAnimate .navmenu {
    text-align: center !important;
    padding-right: 0;
    padding-top: 0 !important
}

.critical .panelAnimate .navmenu:before,
header.navigation .panelAnimate .navmenu:before {
    left: 30% !important
}

.critical .critical,
.critical .panel-logo,
header.navigation .critical,
header.navigation .panel-logo {
    z-index: 10;
    background: #092845
}

.critical .critical a,
.critical .panel-logo a,
header.navigation .critical a,
header.navigation .panel-logo a {
    margin: 0 auto;
    display: block;
    padding: 15px 15px 15px 20px;
    text-align: left;
    position: fixed;
    z-index: 999
}

.critical,
.panel-backdrop {
    width: 100%;
    background: rgba(0, 0, 0, .75);
    opacity: 0;
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    z-index: 1
}

.critical .navmenu li a,
.critical .navmenu li div,
nav.nav-links .navmenu li a,
nav.nav-links .navmenu li div {
    color: #0046bb;
    cursor: pointer;
    display: block;
    letter-spacing: 1.4px
}

.critical .navmenu li .dropdown-heading i,
nav.nav-links .navmenu li .dropdown-heading i {
    display: none
}

@media (min-width:992px) {

    .critical .navmenu li .dropdown-heading i,
    nav.nav-links .navmenu li .dropdown-heading i {
        display: inline-block;
        opacity: .7;
        font-size: 6px;
        position: relative;
        top: -3px
    }
}

.critical .navmenu li.active a,
nav.nav-links .navmenu li.active a {
    color: #0046bb
}

@media (max-width:992px) {

    .critical .navmenu li.dropdown ul.dropdown-links li>a img,
    nav.nav-links .navmenu li.dropdown ul.dropdown-links li>a img {
        display: none
    }
}

.critical .navmenu li.dropdown ul.dropdown-links li>a:hover,
nav.nav-links .navmenu li.dropdown ul.dropdown-links li>a:hover {
    color: #0046bb
}

.critical,
nav:not(.panelAnimate) ul.dropdown-links {
    transition: all .25s ease
}

.critical li.dropdown ul.dropdown-links li,
header.navigation li.dropdown ul.dropdown-links li {
    margin: 30px 0
}

.critical li.dropdown ul.dropdown-links li img,
header.navigation li.dropdown ul.dropdown-links li img {
    display: none;
    width: 15px
}

.critical,
.no-scroll {
    overflow: hidden
}

@media (min-width:992px) {

    .critical nav.nav-links .navmenu li .dropdown-heading:hover,
    .critical nav.nav-links .navmenu li a:hover,
    .navigation-container.is-scrolled nav.nav-links .navmenu li .dropdown-heading:hover,
    .navigation-container.is-scrolled nav.nav-links .navmenu li a:hover {
        color: #0046bb
    }
}

.critical nav.nav-links .navmenu li.active a,
.navigation-container.is-scrolled nav.nav-links .navmenu li.active a {
    color: #0046bb
}

.critical .dropdown-links,
.panelAnimate .dropdown-links {
    display: none
}

.critical .dropdown-links li>a,
.panelAnimate .dropdown-links li>a {
    color: #333 !important
}

.critical .navmenu>li,
.panelAnimate .navmenu>li {
    border-bottom: 1px solid #f2f2f2
}

@media (min-width:992px) {

    .critical nav.nav-links,
    header.navigation nav.nav-links {
        position: absolute;
        width: 83%;
        top: 10%;
        right: 0;
        bottom: auto;
        left: auto;
        height: 57px;
        background: transparent
    }

    .critical nav.nav-links li,
    header.navigation nav.nav-links li {
        margin: 0;
        padding: 16px 0;
        width: 80%
    }

    .critical nav.nav-links ul.navmenu,
    header.navigation nav.nav-links ul.navmenu {
        background: transparent;
        position: absolute;
        top: 0;
        right: 0;
        width: auto;
        height: 100%;
        padding: 0
    }

    .critical nav.nav-links ul.navmenu>li,
    header.navigation nav.nav-links ul.navmenu>li {
        margin: 0;
        padding: 18px 0 22px;
        margin-right: 35px;
        float: left
    }

    .critical nav.nav-links ul.navmenu li.dropdown,
    header.navigation nav.nav-links ul.navmenu li.dropdown {
        margin-bottom: 0
    }

    .critical nav.nav-links ul.navmenu li.dropdown ul.dropdown-links,
    header.navigation nav.nav-links ul.navmenu li.dropdown ul.dropdown-links {
        display: block;
        opacity: 0;
        position: absolute;
        top: 50px;
        right: -27px;
        width: 200px;
        background: #fff !important;
        border-top: 2px solid #0046bb !important;
        padding: 5px;
        width: 180px;
        box-shadow: 0 0 10px 3px rgba(0, 0, 0, .1);
        transition: all .25s ease;
        pointer-events: none
    }

    .critical nav.nav-links ul.navmenu li.dropdown ul.dropdown-links li,
    header.navigation nav.nav-links ul.navmenu li.dropdown ul.dropdown-links li {
        width: 100%;
        border-bottom: 2px solid #f7f7f7 !important;
        padding: 0;
        text-align: left;
        margin: 0
    }

    .critical nav.nav-links ul.navmenu li.dropdown ul.dropdown-links li a,
    header.navigation nav.nav-links ul.navmenu li.dropdown ul.dropdown-links li a {
        display: block;
        color: #333;
        padding: 17px 10px
    }

    .critical nav.nav-links ul.navmenu li.dropdown ul.dropdown-links li a img,
    header.navigation nav.nav-links ul.navmenu li.dropdown ul.dropdown-links li a img {
        display: inline-block;
        margin-right: 10px
    }

    .critical nav.nav-links ul.navmenu li.dropdown ul.dropdown-links li a:hover,
    header.navigation nav.nav-links ul.navmenu li.dropdown ul.dropdown-links li a:hover {
        color: #0046bb
    }

    .critical nav.nav-links ul.navmenu li.dropdown ul.dropdown-links li:last-child,
    header.navigation nav.nav-links ul.navmenu li.dropdown ul.dropdown-links li:last-child {
        border-bottom: 0 !important
    }

    .critical nav.nav-links ul.navmenu li.dropdown:hover ul.dropdown-links,
    header.navigation nav.nav-links ul.navmenu li.dropdown:hover ul.dropdown-links {
        opacity: 1;
        pointer-events: auto;
        top: 50px
    }

    .mega-menu>.mega-menu-item:not(.mega-menu-item-has-children):not(.open-acc)>a {
        position: relative
    }

    .mega-menu>.mega-menu-item:not(.mega-menu-item-has-children):not(.open-acc) a.dropdown-heading:before {
        display: none
    }

    .critical .mega-menu-link,
    .login-megamenu .mega-menu-link {
        font-weight: 700 !important
    }

    .critical .custom-html-widget,
    .login-megamenu .custom-html-widget {
        padding-top: 50px
    }

    .critical .signin-title,
    .login-megamenu .signin-title {
        margin-top: 30px
    }

    .critical .opac:before,
    .login-megamenu .opac:before {
        border-left: none
    }

    .critical a:hover p,
    .login-megamenu a:hover p {
        color: #fff !important
    }

    .critical,
    .mega-oda {
        margin: 0 !important;
        padding: 0 !important
    }

    .critical .mega-menu-link:before,
    .mega-oda .mega-menu-link:before {
        width: calc(100% - 25px) !important
    }

    .mega-sub-menu {
        width: 124% !important;
        background: transparent !important;
        padding-bottom: 100px !important
    }
}

.critical,
nav.nav-links:not(.panelAnimate) .navmenu li.open-acc {
    display: inline-block !important;
    top: 4px;
    padding: 0
}

.critical a,
nav.nav-links:not(.panelAnimate) .navmenu li.open-acc a {
    display: inline-block;
    padding: 10px 15px;
    color: #0046bb;
    background: transparent;
    border: 2px solid #0046bb;
    font-weight: 400
}

.critical a:hover,
nav.nav-links:not(.panelAnimate) .navmenu li.open-acc a:hover {
    color: #fff !important
}

.critical li,
nav.nav-links ul.navmenu li.dropdown ul.dropdown-links li {
    border-color: #666
}

.critical li:last-child,
nav.nav-links ul.navmenu li.dropdown ul.dropdown-links li:last-child {
    border: 0
}

.critical,
.menu-primary-menu-container {
    height: 100%
}

.critical,
header.navigation li.dropdown ul.dropdown-links li:last-child {
    margin-bottom: 10px
}

.critical,
.mega-products a,
.mega-tools a {
    color: #a6a6a6 !important;
    font-size: 14px !important;
    font-weight: 400 !important
}

#mega-menu-wrap-primary_navigation #mega-menu-primary_navigation li.mega-menu-item a.mega-menu-link:after,
.critical {
    content: "" !important
}

@media (max-width:991px) {

    .panel-logo a img.toggle,
    .translateBody img.inner-mobile {
        display: none
    }

    .translateBody .panel-logo a img.toggle {
        display: block
    }

    header.navigation.inner.translateBody .navigation-container {
        -ms-flex-align: unset;
        align-items: unset
    }

    .upstox-logo {
        display: none !important
    }

    .mobile-logo-panel-wrap .panel-logo {
        display: block !important
    }

    .mobile-logo-panel-wrap .panel-logo a img {
        width: 158px !important;
        -o-object-fit: cover;
        object-fit: cover
    }

    .mobile-logo-panel-wrap .panel-logo a {
        padding: 0 13px 0 20px !important;
        top: 36px;
        transform: translateY(-50%)
    }

    body#hellobar-enable .mobile-logo-panel-wrap .panel-logo a {
        transform: translateY(37px)
    }

    header.navigation.inner.translateBody .mobile-logo-panel-wrap .panel-logo a {
        display: block;
        padding: 15px 15px 15px 20px;
        text-align: left;
        position: fixed !important;
        z-index: 999;
        background: transparent;
        transform: translateY(-50%) !important;
        top: 38px
    }

    .critical,
    .translateBody {
        height: 100% !important;
        background: #43165c !important
    }

    #mega-menu-wrap-primary_navigation #mega-menu-primary_navigation,
    .critical {
        background: #43165c !important;
        height: 100%;
        padding-bottom: 100px !important
    }

    .critical,
    ul.mega-sub-menu li a {
        padding: 10px 0 10px 25px !important;
        font-size: 14px;
        font-weight: 600;
        color: #fff !important
    }

    .critical,
    ul.mega-sub-menu {
        box-shadow: none !important
    }

    .critical,
    .mega-sub-menu {
        transition: opacity .4s ease-in-out
    }

    .critical,
    ul#mega-menu-primary_navigation li ul li:last-child {
        margin-bottom: 15px !important
    }

    #mega-menu-wrap-primary_navigation #mega-menu-primary_navigation[data-effect=fade_up] li.mega-menu-item.mega-menu-flyout ul.mega-sub-menu,
    .critical {
        margin-top: 0
    }

    #mega-menu-wrap-primary_navigation #mega-menu-primary_navigation>li.mega-menu-item {
        padding: 8px 0 !important
    }

    #mega-menu-wrap-primary_navigation #mega-menu-primary_navigation>li.mega-menu-item>a.mega-menu-link,
    .critical {
        color: #fff !important;
        text-align: left !important;
        font-size: 16px !important;
        padding: 0 25px !important
    }

    .critical,
    a.mega-menu-link:before {
        position: absolute !important;
        right: 15px;
        top: 0;
        font-weight: 400 !important
    }
}

@media (min-width:992px) {

    .critical,
    .result_hover {
        background: #43165c !important;
        height: 450px !important
    }

    .critical .navigation-container,
    .result_hover .navigation-container {
        border-bottom: 1px solid #5a298b
    }
}

.critical .mega-toggle-on .mega-menu-link,
.result_hover .mega-toggle-on .mega-menu-link {
    color: #fff !important
}

.critical .mega-toggle-on .mega-menu-link:before,
.result_hover .mega-toggle-on .mega-menu-link:before {
    content: "";
    border-bottom: 2px solid #5a298b;
    height: 2px;
    position: absolute !important;
    width: calc(100% - 45px);
    bottom: -2px;
    margin: 0 !important;
    transition: .5s
}

.critical,
.result_hover .upstox-logo img {
    content: url(../img/logo/white-desktop-logo.svg)
}

.result_hover a.mega-menu-link {
    color: #8493a2 !important
}

.result_hover a.mega-menu-link:hover {
    color: #fff !important
}

.no-hover:not(.navbar-oda-btn) a.mega-menu-link:hover {
    color: #7a26ce !important
}

ul.mega-sub-menu li a:hover p {
    color: #fff
}

ul.mega-sub-menu .mega-menu-item a {
    font-size: 16px;
    line-height: 1.5;
    color: #fff;
    position: relative
}

ul.mega-sub-menu .mega-menu-item a,
ul.mega-sub-menu .mega-menu-item a p {
    font-weight: 400;
    font-style: normal;
    font-stretch: normal;
    letter-spacing: normal;
    text-align: left
}

ul.mega-sub-menu .mega-menu-item a p {
    font-size: 12px;
    line-height: 1.33;
    color: green
}

.critical,
.opac:before {
    border-left: 2px solid #0046bb;
    padding-left: 10px;
    content: "";
    position: absolute;
    width: 2px;
    height: 100%;
    left: -15px
}

.navbar-link-item-hover {
    color: #af91d1 !important
}

.widget_style_menu .mega-pringtitle {
    font-size: 23px;
    font-weight: 600;
    color: #8493a2;
    padding-top: 10%
}

.widget_style_menu .mega-pricingtxt {
    font-size: 20px;
    line-height: 1.6;
    color: #8493a2;
    padding-bottom: 18%
}

.widget_style_menu .button {
    width: 87%;
    font-size: 20px !important;
    font-weight: 600 !important;
    text-align: center !important;
    background: #0046bb !important
}

.widget_style_menu .signin-ic-outer {
    background-color: #092845;
    text-align: center;
    border-radius: 50%;
    width: 150px;
    height: 150px;
    margin: 0 auto
}

.widget_style_menu .signin-ic-1 {
    background-position: -239px -15px;
    width: 118px;
    height: 50px;
    margin: 0 auto;
    position: relative;
    top: 50px;
    right: 8px
}

.widget_style_menu .signin-ic-2 {
    background-position: -491px -20px;
    width: 107px;
    height: 40px;
    margin: 0 auto;
    position: relative;
    top: 50px;
    right: 6px
}

.widget_style_menu .signin-ic-3 {
    background-position: -367px -15px;
    width: 114px;
    height: 60px;
    margin: 0 auto;
    position: relative;
    top: 50px;
    right: 5px
}

.widget_style_menu .signin-ic-4 {
    background-position: -53px -175px;
    width: 96px;
    height: 63px;
    margin: 0 auto;
    position: relative;
    top: 44px;
    right: 11px
}

.widget_style_menu a {
    width: 100%;
    display: block
}

.widget_style_menu .signin-title {
    font-size: 18px !important;
    font-weight: 600 !important;
    text-align: center !important;
    color: #fff !important
}

.widget_style_menu .signin-para {
    font-size: 12px !important;
    line-height: 1.33 !important;
    text-align: center !important;
    color: #445a70 !important
}

#pricingbtn .opac:before,
.contactus-title .opac:before,
.mega-oda .opac:before {
    border-left: none !important;
    padding-left: 0 !important;
    transition: none !important;
    content: "" !important;
    position: relative !important;
    width: 0 !important;
    height: 0 !important;
    left: 0 !important
}

.menu-pricing-card {
    border-radius: 8px;
    background-color: #092845;
    box-shadow: 0 1px 3px 0 rgba(63, 63, 68, .15), 0 0 0 1px rgba(63, 63, 68, .05);
    padding: 10px 0 10px 20px;
    width: 95%;
    float: left;
    margin-bottom: 20px
}

.menu-pricing-card .menu-pricing-txt-l {
    width: 34%;
    float: left
}

.menu-pricing-card .menu-pricing-txt-l p {
    font-size: 54px;
    font-weight: 600;
    font-style: normal;
    font-stretch: normal;
    line-height: normal;
    letter-spacing: normal;
    text-align: left;
    color: #fff;
    margin-bottom: 0 !important
}

.menu-pricing-card .menu-pricing-txt-l p span {
    font-size: 14px;
    color: #fff;
    display: -ms-inline-flexbox;
    display: inline-flex;
    vertical-align: super;
    position: relative;
    top: -6px;
    left: -3px
}

.menu-pricing-card .menu-pricing-txt-l span {
    font-size: 10px;
    font-weight: 400;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.5;
    letter-spacing: normal;
    text-align: left;
    color: #fff;
    display: block
}

.menu-pricing-card .menu-pricing-txt-r {
    width: 66%;
    float: right;
    padding-top: 15px
}

.menu-pricing-card .menu-pricing-txt-r p {
    font-size: 12px;
    font-weight: 400;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.5;
    letter-spacing: normal;
    text-align: left;
    color: #8493a2
}

.menu-pricing-card .menu-pricing-txt-r p:first-child {
    font-size: 24px;
    font-weight: 600;
    font-style: normal;
    font-stretch: normal;
    line-height: normal;
    letter-spacing: normal;
    text-align: left;
    color: #fff;
    margin-top: 10px
}

.pricing-illustration {
    background-position: -12px -10px;
    width: 217px;
    height: 138px;
    position: absolute;
    left: -35px;
    bottom: -310px
}

.mega-pricing .custom-html-widget .row:first-child .menu-pricing-card {
    margin-top: 53px
}

.critical .mega-menu-link,
.mega-oda .mega-menu-link {
    font-weight: 700 !important
}

.critical .opac:before,
.mega-oda .opac:before {
    border-left: none !important;
    padding-left: 0 !important;
    transition: none !important;
    content: "" !important;
    position: relative !important;
    width: 0 !important;
    height: 0 !important;
    left: 0 !important
}

.critical .oda-step-img-1,
.mega-oda .oda-step-img-1 {
    background-position: -255px -83px;
    width: 87px;
    height: 100px;
    margin: 35px auto
}

.critical .oda-step-img-2,
.mega-oda .oda-step-img-2 {
    background-position: -383px -85px;
    width: 99px;
    height: 95px;
    margin: 40px auto
}

.critical .oda-step-img-3,
.mega-oda .oda-step-img-3 {
    background-position: -514px -85px;
    width: 61px;
    height: 100px;
    margin: 35px auto
}

.critical .oda-step-no,
.mega-oda .oda-step-no {
    text-align: center;
    font-size: 18px;
    font-weight: 600;
    color: #8493a2;
    margin: 50px 0 40px
}

.critical .oda-step-no span,
.mega-oda .oda-step-no span {
    display: inline;
    width: 40px;
    height: 40px;
    background-color: #092845;
    padding: 10px 15px;
    border-radius: 50%
}

.critical .oda-step-text,
.mega-oda .oda-step-text {
    font-size: 14px;
    font-weight: 600;
    line-height: 2.29;
    text-align: center;
    color: #8493a2
}

.critical ul li:first-child .custom-html-widget:after,
.mega-oda ul li:first-child .custom-html-widget:after {
    content: "";
    border-right: 2px solid #092845;
    height: 90%;
    width: 2px;
    position: absolute;
    right: -25px;
    top: 45px
}

.support-megamenu .support-widget {
    border-radius: 8px;
    background-color: #092845
}

.support-megamenu .support-widget .card-fold1,
.support-megamenu .support-widget .card-fold2 {
    padding: 15px 20px;
    border-bottom: 1px solid #091e34
}

.support-megamenu .support-widget .card-fold3 {
    padding: 15px 20px
}

.support-megamenu .support-widget .support-desc {
    font-size: 14px;
    font-weight: 600;
    color: #8493a2;
    margin-bottom: 0 !important
}

.support-megamenu .support-widget .contactus-title {
    font-size: 12px;
    font-weight: 600;
    color: #fafafa;
    position: relative
}

.support-megamenu .mega-menu-item,
.support-megamenu .mega-menu-item:first-child {
    padding-top: 20px !important
}

.support-megamenu .mega-menu-item:last-child .menu-item-description {
    position: relative;
    padding-left: 15px
}

.support-megamenu .mega-menu-item:last-child .menu-item-description:before {
    content: "";
    background-position: -261px -220px;
    width: 8px;
    height: 10px;
    position: absolute;
    left: 0;
    top: 4px
}

.support-megamenu #menu-header-support-subnav-2 li:first-child a:after,
.support-megamenu #menu-header-support-subnav-3 li:first-child a:after,
.support-megamenu #menu-header-support-subnav li:first-child a:after {
    content: "";
    background-position: -313px -220px;
    width: 7px;
    height: 10px;
    position: absolute;
    right: -15px;
    top: 7px
}

.support-megamenu #menu-header-support-subnav-2 li:first-child a,
.support-megamenu #menu-header-support-subnav-3 li:first-child a,
.support-megamenu #menu-header-support-subnav li:first-child a,
.support-megamenu .contactus-title a {
    font-size: 12px !important;
    font-weight: 600 !important;
    color: #fafafa !important;
    position: relative
}

.support-megamenu .contactus-title:after {
    content: "";
    background-position: -313px -220px;
    width: 7px;
    height: 10px;
    position: absolute;
    right: 95px;
    top: 7px
}

.mega-menu-item:last-child a:first-child {
    padding-right: 0 !important
}

.mega-menu-link:focus {
    color: #000 !important
}

.be-a-partner .oda-step-no {
    text-align: center;
    font-size: 18px;
    font-weight: 600;
    color: #8493a2;
    margin: 50px 0 30px
}

.be-a-partner .oda-step-no span {
    display: inline;
    width: 40px;
    height: 40px;
    background-color: #092845;
    padding: 10px 15px;
    border-radius: 50%
}

.be-a-partner .oda-step-text {
    font-size: 14px;
    font-weight: 600;
    line-height: 2.29;
    margin-top: 10px;
    text-align: center;
    color: #8493a2
}

.be-a-partner .oda-step-img-1 {
    width: 82px;
    height: 93px;
    background-position: -5px -11px;
    -o-object-fit: contain;
    object-fit: contain
}

.be-a-partner .oda-step-img-1,
.be-a-partner .oda-step-img-2 {
    background-image: url(https://upstox.com/app/themes/upstox/assets/images/be-a-partner/Sprite%20File.png);
    margin-left: 35px
}

.be-a-partner .oda-step-img-2 {
    width: 85px;
    height: 79px;
    margin-bottom: 24px;
    background-position: -97px -24px
}

.be-a-partner .oda-step-img-3 {
    background-image: url(https://upstox.com/app/themes/upstox/assets/images/be-a-partner/Sprite%20File.png);
    width: 128px;
    height: 85px;
    margin-left: 35px;
    margin-bottom: 19px;
    background-position: -195px -19px
}

.be-a-partner ul li:first-child .custom-html-widget:after {
    content: "";
    border-right: 2px solid #092845;
    height: 90%;
    width: 2px;
    position: absolute;
    right: -25px;
    top: 45px
}

.be-a-partner--heading {
    color: #fff;
    font-weight: 700;
    margin-top: 44px;
    margin-bottom: 15px;
    width: 378px;
    height: 32px;
    font-family: Messina Sans;
    font-size: 24px;
    font-weight: 600;
    font-style: normal;
    font-stretch: normal;
    line-height: normal;
    letter-spacing: normal
}

.be-a-partner--para {
    width: 357px;
    height: 64px;
    font-size: 20px;
    margin-bottom: 40px;
    line-height: 1.6;
    color: #8493a2
}

.be-a-partner--button,
.be-a-partner--para {
    font-family: Messina Sans;
    font-weight: 400;
    font-style: normal;
    font-stretch: normal;
    letter-spacing: normal
}

.be-a-partner--button {
    margin-top: 30px;
    width: 310px;
    height: 60px;
    line-height: 1.4 !important;
    font-size: 20px !important;
    text-align: center !important
}

.critical .upstox-logo {
    left: 30px !important
}

.critical nav.nav-links {
    width: 45% !important;
    left: 10% !important
}

header.navigation .upstox-logo {
    left: 30px !important
}

header.navigation nav.nav-links {
    width: 45% !important;
    left: 10% !important
}

.navigation-container {
    width: 100% !important;
    padding: 0 30px !important;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.navigation-container .right-bar {
    -ms-flex-pack: end;
    justify-content: flex-end
}

.navigation-container .right-bar,
.search-background {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    position: relative
}

.search-background i {
    position: absolute;
    top: 9px;
    left: 10px
}

.navmenu_right {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 0
}

.navmenu_right li {
    border-radius: 100px;
    height: 38px;
    cursor: pointer;
    border: 1px solid #43165c;
    margin-left: 16px
}

.navmenu_right li:first-child {
    background-color: #61399f;
    border-radius: 100px;
    font-weight: 700;
    height: 38px;
    cursor: pointer;
    padding: 0
}

.navmenu_right li:first-child a {
    color: #fff !important;
    height: 38px;
    line-height: 36px !important;
    padding: 0 10px !important;
    text-align: center
}

.navmenu_right li:hover {
    background-color: rgba(122, 38, 206, .1)
}

.navmenu_right li:hover:first-child {
    background-color: #41246e
}

.navmenu_right li a {
    padding: 0 20px !important;
    text-align: center;
    font-weight: 700;
    line-height: 38px !important
}

.result_hover .navmenu_right li a {
    color: #fff
}

.search-close {
    padding: 0 18px;
    position: relative;
    width: 60px;
    height: 24px;
    display: none
}

.search-close:after {
    transform: rotate(45deg)
}

.search-close:after,
.search-close:before {
    content: "";
    position: absolute;
    width: 2px;
    height: 24px;
    background: #000;
    border-radius: 7px;
    margin: 0 auto;
    left: 0;
    right: 0
}

.search-close:before {
    transform: rotate(-45deg)
}

.responsive-block {
    display: block
}

.responsive-search-icon {
    display: none
}

.menu-search-section {
    display: block !important;
    padding: 15px;
    height: 62px !important
}

.mega-sub-menu {
    width: 80vw !important
}

.search-section .autocomplete-suggestions,
.upstoxSearchModule .autocomplete-suggestions {
    z-index: 2;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    background: #fff;
    border-radius: 5px;
    max-height: 300px;
    overflow-y: scroll;
    scrollbar-width: none;
    position: absolute;
    border-bottom: 1px solid #ccc;
    display: none
}

.search-section .autocomplete-suggestions::-webkit-scrollbar,
.upstoxSearchModule .autocomplete-suggestions::-webkit-scrollbar {
    display: none
}

.search-section .autocomplete-suggestions li,
.upstoxSearchModule .autocomplete-suggestions li {
    list-style: none
}

.search-section .autocomplete-suggestion.selected,
.upstoxSearchModule .autocomplete-suggestion.selected {
    background: #f0f0f0
}

.search-section .autocomplete-suggestion,
.upstoxSearchModule .autocomplete-suggestion {
    padding: 8px 12px;
    border: 1px solid #ccc;
    cursor: pointer;
    border-bottom: 0;
    text-align: left
}

.search-section .autocomplete-suggestion:hover,
.upstoxSearchModule .autocomplete-suggestion:hover {
    background: #f2f2f2
}

.search-section .autocomplete-suggestion:first-child,
.upstoxSearchModule .autocomplete-suggestion:first-child {
    border-radius: 5px 5px 0 0
}

.search-section .autocomplete-suggestion:last-child,
.upstoxSearchModule .autocomplete-suggestion:last-child {
    border-radius: 0 0 5px 5px;
    border-bottom: 1px solid #ccc
}

.search-section .display-name,
.upstoxSearchModule .display-name {
    font-size: 14px;
    line-height: 24px;
    color: #000;
    font-weight: 500
}

.search-section .exchange,
.upstoxSearchModule .exchange {
    background: #f2f2f2;
    display: inline-block;
    color: #6a6a6a;
    font-size: 10px;
    padding: 0 5px
}

.search-section .symbol,
.upstoxSearchModule .symbol {
    color: #6a6a6a;
    font-size: 14px
}

.search-container {
    position: relative
}

@media (min-width:1400px) {
    .navigation-container {
        width: 1392px !important
    }

    .mega-sub-menu {
        width: 200% !important
    }
}

@media (max-width:1199px) {
    .left-bar ul>li a {
        padding: 0 6px !important
    }

    .critical .upstox-logo,
    header.navigation .upstox-logo {
        left: 15px !important;
        width: 100px
    }

    .navmenu_right li a {
        padding: 0 12px !important
    }
}

@media (max-width:1080px) {
    .navigation-container .right-bar input {
        width: 250px
    }

    .navmenu_right li {
        margin-left: 10px
    }
}

@media (max-width:991px) {
    nav.nav-links {
        display: none
    }

    nav.nav-links.panelAnimate.is-shown {
        display: block;
        width: 100% !important;
        left: 0 !important
    }

    .right-bar {
        width: 70%
    }

    .navmenu_right,
    .search-section {
        display: none
    }

    .responsive-search-icon {
        display: -ms-flexbox;
        display: flex;
        font-size: 20px;
        padding: 0 76px 10px 0;
        -ms-flex-align: center;
        align-items: center;
        background: transparent
    }

    #nav-icon2 {
        top: 46px;
        right: 16px !important
    }

    .critical {
        top: 46px;
        padding: 0 12px !important;
        padding-left: 25px !important
    }

    header.navigation.inner.translateBody .responsive-search-icon {
        display: none
    }

    .search-container {
        -ms-flex-positive: 2;
        flex-grow: 2
    }

    .search-section.menu-search-section {
        position: absolute;
        width: 100vw;
        display: -ms-flexbox !important;
        display: flex !important;
        -ms-flex-align: center;
        align-items: center;
        -ms-flex-pack: center;
        justify-content: center;
        background: #ffff;
        z-index: 999999;
        top: 0;
        -ms-flex-direction: row;
        flex-direction: row;
        padding: 14px 0 14px 14px;
        height: 60px !important
    }

    .search-section.menu-search-section input {
        width: 100%;
        -ms-flex-positive: 1;
        flex-grow: 1;
        border-radius: 4px
    }

    div#mega-menu-wrap-primary_navigation {
        width: 100vw
    }

    div#mega-menu-wrap-primary_navigation ul.mega-sub-menu {
        width: 100% !important
    }

    .mega-sub-menu>li {
        padding: 0 10px !important
    }

    .mega-sub-menu>li:last-child {
        padding-bottom: 20px !important
    }

    .mega-sub-menu a.mega-menu-link:before {
        top: 50% !important
    }

    #mega-menu-wrap-primary_navigation #mega-menu-primary_navigation>li.mega-menu-item>a.mega-menu-link {
        padding: 0 12px !important;
        padding-left: 25px !important
    }

    .navigation-container {
        padding: 0 !important
    }

    .left-bar .mega-sub-menu li {
        padding: 10px 0 10px 25px !important
    }

    #mega-menu-wrap-primary_navigation #mega-menu-primary_navigation>li.mega-menu-item>a.mega-menu-link .badge {
        color: #41246e;
        background: #fff
    }
}

@media (max-width:767px) {
    .display-name {
        font-size: 12px;
        line-height: 16px
    }

    .exchange {
        margin-top: 5px;
        margin-bottom: 3px
    }
}

@media only screen and (min-width:992px) {
    #menu-header-uplearn-banner-subnav>li {
        width: 100%;
        padding-top: 0 !important
    }

    #mega-menu-wrap-primary_navigation #mega-menu-primary_navigation>li.mega-menu-megamenu.uplearn-nav-submenu>ul.mega-sub-menu li.mega-menu-columns-1-of-9 {
        width: 32%;
        padding-left: 0 !important
    }

    #mega-menu-wrap-primary_navigation #mega-menu-primary_navigation>li.mega-menu-megamenu.uplearn-nav-submenu>ul.mega-sub-menu li.mega-menu-columns-2-of-9 {
        padding-left: 0;
        width: 17%
    }

    #mega-menu-wrap-primary_navigation #mega-menu-primary_navigation>li.mega-menu-megamenu.uplearn-nav-submenu>ul.mega-sub-menu li.mega-menu-columns-2-of-9 .menu-item {
        width: 100%;
        padding: 10px 0
    }

    li.uplearn-nav-submenu ul.mega-sub-menu {
        width: 1332px !important;
        max-width: 1332px;
        left: -110px !important
    }
}

.menu-header-help-center-subnav-container ul li.help-desk a {
    padding-right: 80px
}

.forms-banner {
    position: relative;
    background-size: cover;
    background: #f3f3f3
}

.forms-banner .heading {
    position: absolute;
    top: calc(30% + 58px/2);
    left: 50%;
    transform: translate(-50%, -50%);
    width: 90%;
    max-width: 100%
}

.forms-banner .heading h1 {
    color: #333;
    font-weight: 400;
    font-size: 28px;
    font-weight: 600
}

@media (min-width:768px) {
    .forms-banner .heading h1 {
        font-size: 28px
    }
}

.forms-banner .heading p {
    font-size: 16px;
    line-height: 22px;
    font-weight: 400;
    opacity: .8;
    color: #666
}

@media (min-width:768px) {
    .forms-banner .heading p {
        font-size: 16px;
        line-height: 24px;
        max-width: 100%
    }
}

@media (min-width:768px) {
    .forms-banner .heading {
        width: auto
    }
}

.sample_nextline {
    padding-top: 0 !important;
    padding-left: 15px
}

.forms-card {
    background: #fff
}

.forms-card a.button {
    display: inline-block;
    padding: 8px 15px;
    color: #fff;
    background: #43165c;
    font-weight: 400;
    margin-top: 20px;
    border-radius: 100px
}

@media (min-width:768px) {
    .forms-card a.button {
        margin-top: 30px
    }
}

.forms-card a.button:hover {
    background: #7a26ce !important
}

.forms-card a.button:after,
.forms-card a.button:before {
    transform: none;
    background: #7a26ce !important
}

@media (min-width:768px) {
    .forms-card .demat-card-wrapper .demat-card h3 {
        padding-bottom: 20px;
        font-size: 22px
    }
}

.forms-card .demat-card-wrapper .demat-card p {
    width: 480px;
    max-width: 100%
}

.forms-account {
    padding-bottom: 30px;
    background: #fff
}

.forms-account h1,
.forms-account h2,
.forms-account h3,
.forms-account h4,
.forms-account h5,
.forms-account h6,
.forms-account p {
    margin: 0
}

@media (min-width:768px) {
    .forms-account {
        padding-bottom: 50px
    }
}

.forms-container {
    max-width: 1200px;
    margin-left: auto;
    margin-right: auto
}

.forms-container:after {
    clear: both;
    content: "";
    display: block
}

.account-box {
    box-shadow: 0 0 40px 5px rgba(0, 0, 0, .1);
    float: left;
    display: block;
    margin-right: 2.3576515979%;
    width: 100%;
    margin-bottom: 25px;
    background: #eeebe6
}

.account-box:last-child {
    margin-right: 0
}

@media (min-width:768px) {
    .account-box {
        margin-bottom: 50px
    }
}

.account-box .heading {
    padding: 20px
}

.account-box .heading h4 {
    font-size: 22px;
    line-height: 25px;
    color: #333
}

@media (min-width:768px) {
    .account-box .heading {
        padding: 20px 45px
    }

    .account-box .heading h4 {
        font-size: 18px;
        line-height: 30px;
        font-weight: 600
    }
}

.account-box .form-fields,
.account-box .ul-fields {
    padding: 10px 20px
}

@media (min-width:768px) {

    .account-box .form-fields,
    .account-box .ul-fields {
        padding: 15px 45px 25px
    }
}

@media (min-width:768px) {
    .account-box .form-fields {
        padding: 25px 45px
    }
}

@media (min-width:768px) {

    .form-fields,
    ul.outer {
        -moz-column-count: 2;
        -moz-column-gap: 70px;
        -webkit-column-count: 2;
        -webkit-column-gap: 70px;
        column-count: 2;
        column-gap: 70px
    }
}

@media (min-width:992px) {

    .form-fields,
    ul.outer {
        -moz-column-count: 2;
        -moz-column-gap: 300px;
        -webkit-column-count: 2;
        -webkit-column-gap: 300px;
        column-count: 2;
        column-gap: 300px
    }
}

.form-fields li,
ul.outer li {
    position: relative;
    padding-bottom: 15px
}

.form-fields li:before,
ul.outer li:before {
    content: "";
    background: #666;
    height: 2px;
    width: 6px;
    position: absolute;
    top: 26px;
    left: 0;
    transform: translateY(-50%);
    transition: all .25s ease
}

@media (max-width:992px) {

    .form-fields li:before,
    ul.outer li:before {
        top: 24px
    }
}

.form-fields li a,
ul.outer li a {
    position: relative;
    font-size: 13px;
    color: #666;
    display: inline-block;
    padding-top: 15px;
    transition: all .25s ease
}

.form-fields li a:first-child,
ul.outer li a:first-child {
    padding-left: 15px
}

.form-fields li a:hover,
ul.outer li a:hover {
    color: #43165c;
    text-decoration: underline
}

@media (min-width:768px) {

    .form-fields li a,
    ul.outer li a {
        font-size: 16px
    }
}

.form-fields li:last-child a,
ul.outer li:last-child a {
    border: 0
}

@media (min-width:768px) {

    .form-fields li:last-child a,
    ul.outer li:last-child a {
        padding-bottom: 0
    }
}

.form-fields li:hover a:first-child,
ul.outer li:hover a:first-child {
    padding-left: 17px
}

@media (min-width:768px) {
    ul.rules.outer {
        width: 380px;
        max-width: 100%;
        -moz-column-count: 1;
        -moz-column-gap: 0;
        -webkit-column-count: 1;
        -webkit-column-gap: 0;
        column-count: 1;
        column-gap: 0
    }
}

ul.rules.outer.rules_section {
    width: auto !important
}

.form-fields h4,
.ul-fields h4 {
    font-size: 18px;
    line-height: 29px
}

@media (min-width:768px) {

    .form-fields h4,
    .ul-fields h4 {
        font-size: 18px;
        line-height: 30px;
        padding-bottom: 5px
    }
}

.form-fields ul {
    width: 100%
}

@media (min-width:768px) {
    .form-fields ul {
        -moz-column-break-inside: avoid;
        break-inside: avoid-column;
        display: table
    }
}

.form-fields ul:first-child {
    padding-bottom: 10px
}

@media (min-width:768px) {
    .form-fields ul:first-child {
        padding-bottom: 0
    }
}

ul.outer {
    width: 100%
}

.modification ul.outer li:nth-of-type(6) a,
.policies ul.outer li:nth-of-type(4) a {
    border-bottom: 0
}

ul.outer li div:first-child {
    padding-left: 15px
}

ul.outer li div {
    position: relative;
    font-size: 13px;
    color: #666;
    display: inline-block;
    padding-top: 15px;
    transition: all .25s ease
}

@media (min-width:768px) {
    ul.outer li div {
        font-size: 16px
    }
}

.npt {
    padding-top: 0 !important
}

@media (max-width:767px) {
    .forms-banner {
        height: 380px
    }
}

.calculator-banner {
    background-size: cover;
    position: relative;
    background: #eeebe6;
    height: 228px;
    padding-top: 15px
}

.calculator-banner .heading {
    position: absolute;
    top: calc(50% + 58px/2);
    left: 50%;
    transform: translate(-50%, -50%);
    width: 250px;
    max-width: 100%
}

.calculator-banner .heading h1 {
    color: #262626;
    font-weight: 400;
    font-size: 24px;
    line-height: 32px;
    margin-bottom: 8px
}

@media (min-width:768px) {
    .calculator-banner .heading h1 {
        font-size: 24px;
        font-weight: 600
    }
}

.calculator-banner .heading p {
    font-size: 13px;
    line-height: 22px;
    font-weight: 400;
    opacity: .8;
    color: #6a6a6a
}

@media (min-width:768px) {
    .calculator-banner .heading p {
        font-size: 14px;
        line-height: 24px;
        max-width: 100%;
        margin: 0 auto
    }
}

@media (min-width:768px) {
    .calculator-banner .heading {
        width: auto
    }
}

.calculators h1,
.calculators h2,
.calculators h3,
.calculators h4,
.calculators h5,
.calculators h6,
.calculators p,
.tolls-desc h1,
.tolls-desc h2,
.tolls-desc h3,
.tolls-desc h4,
.tolls-desc h5,
.tolls-desc h6,
.tolls-desc p {
    margin: 0
}

.tolls-desc {
    background: #fcfdfd
}

.tolls-desc .tools-container {
    max-width: 1200px;
    margin-left: auto;
    margin-right: auto;
    padding: 25px;
    border-bottom: 1px solid #e1e2e2
}

.tolls-desc .tools-container:after {
    clear: both;
    content: "";
    display: block
}

.tolls-desc p {
    font-size: 13px;
    line-height: 21px;
    text-align: center
}

@media (min-width:768px) {
    .tolls-desc p {
        font-size: 16px;
        line-height: 26px;
        color: #666
    }
}

.tolls-desc p:nth-of-type(odd) {
    padding-bottom: 10px
}

@media (min-width:768px) {
    .tolls-desc p:nth-of-type(odd) {
        padding-bottom: 30px
    }
}

.calculators {
    overflow: hidden;
    background: #fcfdfd
}

@media (min-width:768px) {
    .calculators {
        padding-bottom: 0
    }
}

.calculators .caclulator-container {
    max-width: 1200px;
    margin-left: auto;
    margin-right: auto;
    padding: 25px
}

.calculators .caclulator-container:after {
    clear: both;
    content: "";
    display: block
}

@media (min-width:768px) {
    .calculators .caclulator-container {
        padding: 60px
    }
}

section.calculators:nth-last-of-type(2) {
    padding-bottom: 50px
}

@media (min-width:768px) {
    .brokage.caclulator-container {
        padding-bottom: 0
    }
}

.aclculator.demat.open-account-cta p {
    width: 320px
}

.calculators-sec {
    padding-bottom: 0 !important
}

.calculators-sec .caclulator-container-inner .container {
    max-width: 940px
}

.calculators-sec .caclulator-container-inner>* {
    padding: 60px 0
}

.calculators-sec .caclulator-container-inner>:nth-child(2n) {
    background-color: #eeebe6
}

.calculators-sec .caclulator-container-inner .item-wrapper {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center
}

.calculators-sec .caclulator-container-inner .item-wrapper a.button {
    padding: 11px 20px;
    max-width: 328px;
    width: 100%;
    border: 1px solid #43165c;
    color: #43165c;
    font-weight: 700;
    font-size: 14px;
    line-height: 24px;
    margin-top: 24px;
    box-shadow: none;
    border-radius: 24px
}

.calculators-sec .caclulator-container-inner .item-wrapper a.button:hover {
    background-color: rgba(122, 38, 206, .1);
    border: 1px solid #7a26ce;
    color: #43165c !important
}

.calculators-sec .caclulator-container-inner .item-wrapper a.button:after,
.calculators-sec .caclulator-container-inner .item-wrapper a.button:before {
    display: none
}

.calculators-sec .caclulator-container-inner .item-wrapper .calculator-desc h3 {
    font-size: 24px;
    line-height: 32px;
    padding-bottom: 10px;
    font-weight: 600;
    color: #262626;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center
}

.calculators-sec .caclulator-container-inner .item-wrapper .calculator-desc h3 span {
    border-radius: 4px;
    background: rgba(67, 22, 92, .2);
    display: inline-block;
    color: #5a298b;
    font-size: 12px;
    line-height: 16px;
    font-weight: 700;
    padding: .9rem .8rem;
    margin-left: 10px
}

.calculators-sec .caclulator-container-inner .item-wrapper .calculator-desc p {
    font-size: 14px;
    line-height: 24px;
    color: #6a6a6a
}

.calculators-sec .caclulator-container-inner .item-wrapper .calculator-desc p a {
    font-size: 12px;
    display: inline-block;
    color: #43165c;
    margin-top: 24px;
    line-height: 16px;
    text-decoration: underline
}

.calculators-sec .caclulator-container-inner .left .item-wrapper {
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse
}

.calculators-sec .calculator-img {
    text-align: center
}

.calculators-sec .calculator-img img {
    float: none !important
}

@media (max-width:767px) {
    .calculators-sec .caclulator-container-inner>* {
        padding: 40px 0
    }

    .calculators-sec .caclulator-container-inner .item-wrapper {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -ms-flex-direction: column-reverse !important;
        flex-direction: column-reverse !important
    }

    .calculators-sec .caclulator-container-inner .item-wrapper>* {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%
    }

    .calculators-sec .caclulator-container-inner .item-wrapper .calculator-desc h3 {
        padding-top: 20px;
        -ms-flex-pack: center;
        justify-content: center;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap
    }

    .calculators-sec .caclulator-container-inner .item-wrapper .calculator-desc p {
        padding-bottom: 0
    }
}

.calculators.calculators-nav-sec {
    position: sticky;
    top: 70px;
    background: #fff;
    z-index: 9;
    padding-bottom: 0 !important
}

.nav-tab-container {
    width: 942px;
    margin: 0 auto
}

.caclulator-nav-container-inner {
    overflow-x: scroll;
    scrollbar-width: none;
    border-bottom: 1px solid #d0d0d0
}

.caclulator-nav-container-inner ul {
    margin: 21px auto 0;
    padding: 0 0 14px;
    display: -ms-flexbox;
    display: flex;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content
}

.caclulator-nav-container-inner ul li {
    display: -ms-flexbox;
    display: flex;
    position: relative;
    -ms-flex-align: center;
    align-items: center;
    margin-right: 12px;
    -ms-flex-negative: 0;
    flex-shrink: 0
}

.caclulator-nav-container-inner ul li:last-child {
    margin-right: 0
}

.caclulator-nav-container-inner ul li:last-child:after {
    width: 100%
}

.caclulator-nav-container-inner ul li a {
    color: #6a6a6a;
    font-size: 14px;
    font-family: Messina Sans, Inter;
    line-height: 24px;
    padding: 2px 11px;
    text-align: center;
    font-weight: Bold
}

.caclulator-nav-container-inner ul li.active a {
    border: 1px solid #d0d0d0;
    border-radius: 78px;
    color: #5a298b
}

.caclulator-nav-container-inner::-webkit-scrollbar {
    display: none
}

@media (max-width:991px) {
    .calculators.calculators-nav-sec {
        top: 56px
    }

    .nav-tab-container {
        width: 100%
    }

    .caclulator-nav-container-inner ul {
        padding-left: 16px;
        padding-right: 16px
    }
}

.upstox-pro-desktop-banner {
    position: relative;
    overflow: hidden;
    background: #f5f5f5
}

.upstox-pro-desktop-banner .content {
    margin-top: 55px;
    width: 100%;
    padding: 20px
}

.upstox-pro-desktop-banner .content .switch-app a {
    color: #fff;
    transition: all .25s ease
}

.upstox-pro-desktop-banner .content .switch-app a.active,
.upstox-pro-desktop-banner .content .switch-app a:hover {
    color: #0046bb
}

.upstox-pro-desktop-banner h1 {
    font-size: 25px;
    color: #333
}

@media (min-width:992px) {
    .upstox-pro-desktop-banner h1 {
        font-size: 28px;
        font-weight: 600
    }
}

.upstox-pro-desktop-info {
    padding: 0 20px
}

.upstox-pro-desktop-info .intro {
    background: #fff;
    box-shadow: 0 0 30px 0 rgba(0, 0, 0, .1);
    position: relative;
    top: -50px;
    text-align: center;
    padding: 30px 50px;
    width: 400px;
    max-width: 100%;
    margin: 0 auto
}

.upstox-pro-desktop-info .intro p {
    font-size: 16px;
    line-height: 26px;
    font-weight: 300
}

@media (min-width:992px) {
    .upstox-pro-desktop-info .intro p {
        font-size: 25px;
        line-height: 35px
    }
}

@media (min-width:992px) {
    .upstox-pro-desktop-info .intro {
        padding: 50px 90px;
        width: 800px
    }
}

.upstox-pro-desktop-info .content {
    width: 800px;
    max-width: 100%;
    margin: 0 auto;
    padding: 50px 0
}

.upstox-pro-desktop-info .terms-privacy {
    font-size: 16px
}

@media (min-width:992px) {
    .upstox-pro-desktop-info .terms-privacy {
        font-size: 18px
    }
}

.pro-desktop-features .feature-title {
    font-size: 16px;
    line-height: 26px;
    font-weight: 600;
    margin-bottom: 9px
}

@media (min-width:992px) {
    .pro-desktop-features .feature-title {
        font-size: 22px;
        line-height: 32px
    }
}

.pro-desktop-features .feature-description {
    font-size: 16px;
    line-height: 26px;
    margin-bottom: 35px
}

@media (min-width:992px) {
    .pro-desktop-features .feature-description {
        font-size: 16px;
        line-height: 26px
    }
}

.download-cta {
    background: url(../img/pricing/brokerage-calculator.jpg) no-repeat;
    background-position: 50%;
    background-size: cover;
    background-attachment: fixed;
    color: #fff;
    text-align: center;
    padding: 50px 20px
}

.download-cta .container {
    max-width: 630px;
    margin-left: auto;
    margin-right: auto
}

.download-cta .container:after {
    clear: both;
    content: "";
    display: block
}

.download-cta p {
    font-size: 25px;
    line-height: 38px;
    margin-bottom: 20px;
    font-weight: 300
}

@media (min-width:992px) {
    .download-cta p {
        font-size: 30px;
        line-height: 40px;
        margin-bottom: 40px
    }
}

.download-cta a.button {
    display: inline-block;
    background: transparent;
    padding: 15px 20px;
    color: #2dd393;
    font-weight: 400;
    border: 2px solid #2dd393;
    transition: all .25s ease;
    margin-top: 0
}

.download-cta a.button:hover {
    color: #fff
}

@media (min-width:992px) {
    .download-cta {
        padding: 100px 20px
    }
}

.dwnldbtn {
    font-size: 16px;
    font-weight: 500;
    letter-spacing: 1.8px;
    text-align: center;
    color: #fff;
    background-color: #0046bb;
    padding: 14px 28px;
    margin-top: 10px
}

.intro p {
    font-size: 16px;
    line-height: 26px
}

.faq-section {
    background: #fff;
    padding: 50px 20px
}

.faq-section .faq-list li {
    margin-bottom: 35px
}

.faq-section .faq-list li:last-child {
    margin: 0
}

.faq-section .faq-list .question {
    font-size: 20px;
    line-height: 30px;
    font-weight: 400;
    margin-bottom: 9px
}

@media (min-width:992px) {
    .faq-section .faq-list .question {
        font-size: 22px;
        line-height: 32px;
        font-weight: 600
    }
}

.faq-section .faq-list .answer {
    font-size: 16px;
    line-height: 24px;
    color: #666
}

@media (min-width:992px) {
    .faq-section .faq-list {
        float: left;
        display: block;
        margin-right: 2.3576515979%;
        width: 82.9403914003%
    }

    .faq-section .faq-list:last-child {
        margin-right: 0
    }
}

.press-banner {
    background: #f3f3f3;
    position: relative
}

.press-banner .heading {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%)
}

.press-banner .heading h1 {
    font-weight: 600;
    font-size: 28px
}

.press-banner .heading p {
    font-size: 16px;
    line-height: 24px;
    font-weight: 400;
    color: #666
}

@media (min-width:768px) {
    .press-banner .heading {
        width: auto
    }
}

@media (min-width:1023px) {
    .temp_nextline {
        padding-top: 0 !important;
        padding-left: 15px
    }
}

.press-card h1,
.press-card h2,
.press-card h3,
.press-card h4,
.press-card h5,
.press-card h6,
.press-card p,
.press-indetail h1,
.press-indetail h2,
.press-indetail h3,
.press-indetail h4,
.press-indetail h5,
.press-indetail h6,
.press-indetail p {
    margin: 0
}

.flex-wrap-posts {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.press-card {
    background: #fff;
    padding: 25px;
    margin: 0 auto;
    position: relative;
    text-align: center;
    width: 350px;
    max-width: 100%;
    transform: translateY(-40px);
    box-shadow: 0 0 40px 5px rgba(0, 0, 0, .1)
}

.press-card img {
    margin: 0 auto;
    padding-bottom: 20px
}

@media (min-width:768px) {
    .press-card img {
        padding-bottom: 30px
    }
}

.press-card h4 {
    font-size: 16px;
    color: #333;
    line-height: 25px;
    padding-bottom: 30px
}

@media (min-width:768px) {
    .press-card h4 {
        font-size: 20px;
        width: 250px;
        margin: 0 auto;
        line-height: 32px;
        padding-bottom: 50px
    }
}

@media (min-width:768px) {
    .press-card {
        width: 495px;
        padding: 15px;
        transform: translateY(-80px)
    }
}

.slick-wrapper ul.slick-dots {
    margin-bottom: 13px
}

.slick-wrapper ul.slick-dots li {
    display: inline-block;
    margin: 0 10px;
    height: 12px;
    width: 12px
}

.slick-wrapper ul.slick-dots li button {
    background: #fff;
    border: 1px solid #0046bb;
    padding: 0;
    width: 100%;
    height: 100%;
    text-indent: -9999px;
    border-radius: 50%
}

.slick-wrapper ul.slick-dots li button:before {
    display: none
}

.slick-wrapper ul.slick-dots li.slick-active button {
    background: #0046bb
}

.press-indetail .container {
    position: relative
}

@media (min-width:768px) {
    .press-indetail .media-contact {
        position: absolute;
        right: 0
    }
}

@media (min-width:992px) {
    .press-indetail .media-contact {
        float: left;
        display: block;
        margin-right: 2.3576515979%;
        width: 31.7615656014%;
        margin-left: 68.2384343986%;
        right: 25px
    }

    .press-indetail .media-contact:last-child {
        margin-right: 0
    }
}

@media (min-width:1200px) {
    .press-indetail .media-contact {
        right: auto;
        margin-left: 820px
    }
}

.press-indetail {
    padding: 0 25px 25px
}

.press-indetail article {
    padding: 40px 30px;
    border-bottom: 1px solid #f0f0f0;
    text-align: center;
    text-align: left;
    min-height: 335px;
    margin: 25px;
    width: 28.33%;
    background-color: #fff;
    box-shadow: -10.3px 6.2px 81px 0 rgba(192, 202, 226, .54)
}

@media (max-width:1120px) {
    .press-indetail article {
        width: 44%
    }
}

@media (max-width:990px) {
    .press-indetail article {
        width: 100%
    }
}

.press-indetail article h4 {
    font-size: 18px;
    color: #666;
    line-height: 26px;
    width: 220px;
    max-width: 100%;
    padding-bottom: 5px !important
}

@media (min-width:768px) {
    .press-indetail article h4 {
        line-height: 34px;
        width: 310px
    }
}

.press-indetail article h5 {
    font-size: 14px;
    line-height: 22px;
    color: #999
}

@media (min-width:768px) {
    .press-indetail article h5 {
        font-size: 16px;
        line-height: 26px
    }
}

.press-indetail article a.press-link {
    width: 100%
}

.press-indetail article a.read-more {
    font-size: 16px;
    text-transform: uppercase;
    color: #0046bb
}

.press-indetail article a.read-more span {
    display: inline-block;
    vertical-align: text-bottom
}

.press-indetail article a.read-more img {
    margin-left: 10px;
    display: inline-block;
    padding-bottom: 0
}

.press-indetail article h4,
.press-indetail article h5,
.press-indetail article img {
    padding-bottom: 15px
}

@media (min-width:768px) {

    .press-indetail article h4,
    .press-indetail article h5,
    .press-indetail article img {
        padding-bottom: 20px;
        text-align: left;
        margin: inherit
    }
}

@media (min-width:768px) {
    .press-indetail article {
        text-align: left
    }

    .press-indetail article:last-of-type {
        border-bottom: 0
    }
}

@media (min-width:768px) {
    .press-indetail {
        padding: 0 25px 60px
    }
}

.media-contact {
    padding: 25px;
    text-align: center
}

.media-contact h3 {
    font-size: 24px;
    line-height: 29px;
    color: #333;
    padding-bottom: 20px
}

@media (min-width:768px) {
    .media-contact h3 {
        font-size: 22px;
        line-height: 20px;
        padding-bottom: 15px
    }
}

.media-contact address {
    font-style: normal;
    font-size: 16px;
    line-height: 21px;
    color: #666;
    margin-bottom: 0
}

.media-contact address a {
    color: #0046bb
}

@media (min-width:768px) {
    .media-contact address {
        font-size: 16px;
        line-height: 26px
    }
}

.media-contact a.button {
    display: inline-block;
    background: transparent;
    color: #0046bb;
    padding: 8px 15px;
    font-weight: 400;
    border: 2px solid #0046bb;
    transition: all .25s ease;
    margin-top: 20px
}

@media (min-width:768px) {
    .media-contact a.button {
        margin-top: 30px;
        float: left
    }
}

.media-contact a.button:hover {
    color: #fff
}

.press-pagination.pagination {
    margin-bottom: 35px
}

@media (min-width:768px) {
    .press-pagination.pagination {
        margin-bottom: 80px
    }
}

.home-container {
    width: 942px;
    margin: 0 auto
}

.new-press-releases .pressrelease_banner_archive {
    background-color: #fff;
    padding: 60px 0
}

.new-press-releases .pressrelease_banner_archive .home-container {
    padding: 0;
    max-width: 940px
}

.new-press-releases .pressrelease-title-wrap {
    background: #afa8e1;
    border-radius: 24px;
    padding: 96px 41px 96px 96px
}

.new-press-releases .pressrelease-sub-title .heading-h1,
.new-press-releases .pressrelease-sub-title h3,
.new-press-releases .pressrelease-title-wrap {
    font-weight: 700;
    font-size: 14px;
    line-height: 20px;
    letter-spacing: -.09px;
    -webkit-font-feature-settings: "cv10" on, "cv05" on, "cv01" on;
    font-feature-settings: "cv10" on, "cv05" on, "cv01" on;
    color: #5a298b
}

.new-press-releases .pressrelease-sub-title .heading-h1,
.new-press-releases .pressrelease-sub-title h3 {
    margin-bottom: 20px
}

.new-press-releases .pressrelease-title {
    font-weight: 600;
    font-size: 48px;
    line-height: 56px;
    letter-spacing: -1.07px;
    -webkit-font-feature-settings: "cv10" on, "cv05" on, "cv01" on;
    font-feature-settings: "cv10" on, "cv05" on, "cv01" on;
    color: #fff
}

.new-press-releases .pressrelease-ontainer .home-container {
    padding: 0 15px !important
}

.new-press-releases .pressrelease-ontainer .home-container .form-fields ul {
    margin: 0
}

.new-press-releases .pressrelease-ontainer .home-container .form-fields ul li a img {
    margin: -6px 0 0
}

.new-press-releases .pressrelease-ontainer .container ul li .download-btn {
    font-family: Inter;
    font-style: normal;
    font-weight: 700;
    font-size: 14px;
    line-height: 20px;
    letter-spacing: -.09px;
    -webkit-font-feature-settings: "cv10" on, "cv05" on, "cv01" on;
    font-feature-settings: "cv10" on, "cv05" on, "cv01" on;
    color: #5a298b;
    margin-top: 0;
    margin: 28px 0 0
}

.new-press-releases .a-article-wrapper {
    padding: 0 82px
}

.new-press-releases .current-date {
    font-weight: 700;
    font-size: 14px;
    line-height: 20px;
    letter-spacing: -.09px;
    margin-bottom: 8px;
    -webkit-font-feature-settings: "cv10" on, "cv05" on, "cv01" on;
    font-feature-settings: "cv10" on, "cv05" on, "cv01" on;
    color: #6a6a6a
}

div.new-press-releases .pressrelease-ontainer .form-fields ul li {
    margin-top: 0;
    padding-bottom: 32px;
    margin-bottom: 32px;
    position: static;
    border-bottom: 1.0644px solid #959595
}

div.new-press-releases .pressrelease-ontainer .form-fields ul li:last-child {
    margin-bottom: 0
}

div.new-press-releases .pressrelease-ontainer .container ul li .article-title {
    font-weight: 600;
    font-size: 24px;
    line-height: 32px;
    letter-spacing: -.47px;
    -webkit-font-feature-settings: "cv10" on, "cv05" on, "cv01" on;
    font-feature-settings: "cv10" on, "cv05" on, "cv01" on;
    color: #262626;
    margin: 0
}

@media (max-width:767px) {
    .new-press-releases .pressrelease_banner_archive {
        padding: 48px 0
    }

    .new-press-releases .pressrelease_banner_archive .home-container {
        width: 100%;
        padding: 0
    }

    .new-press-releases .pressrelease-ontainer .form-fields {
        padding: 0 !important
    }

    .new-press-releases .pressrelease-ontainer .container ul li .download-btn {
        font-size: 16px
    }

    .new-press-releases .pressrelease-title-wrap {
        text-align: center;
        padding: 65px 50px;
        border-radius: 0
    }

    .new-press-releases .pressrelease-sub-title {
        margin-bottom: 15px
    }

    .new-press-releases .pressrelease-sub-title h1 {
        text-align: center
    }

    .new-press-releases .pressrelease-title {
        font-size: 43px;
        line-height: 56px
    }

    .new-press-releases .a-article-wrapper {
        padding: 0 30px
    }
}

@media (max-width:575px) {
    .new-press-releases .pressrelease_banner_archive {
        padding: 0 0 50px
    }

    .new-press-releases .pressrelease-title-wrap {
        padding: 48px 30px
    }

    .new-press-releases .pressrelease-title {
        font-weight: 600;
        font-size: 24px;
        line-height: 32px;
        text-align: center;
        letter-spacing: -.47px
    }

    .new-press-releases .press-article-sec .container {
        width: 100%;
        padding: 0 30px !important
    }

    .new-press-releases .a-article-wrapper {
        padding: 0
    }

    div.new-press-releases .pressrelease-ontainer .container ul li .article-title {
        margin: 0 !important;
        width: 100%;
        max-width: 100%;
        font-size: 24px;
        line-height: 32px;
        padding: 0;
        margin-bottom: 50px
    }
}

.trust-security-banner {
    background-size: cover;
    position: relative;
    overflow: hidden;
    background: #eeebe6;
    height: 250px
}

.trust-security-banner .heading {
    position: absolute;
    top: calc(50% + 58px/2);
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%
}

.trust-security-banner .heading h1 {
    font-size: 28px;
    width: auto;
    padding-bottom: 9px;
    font-weight: 600;
    color: #333
}

@media (min-width:768px) {
    .trust-security-banner .heading h1 {
        font-size: 28px;
        width: auto;
        padding-bottom: 9px
    }
}

.trust-security-banner .heading p {
    font-size: 13px;
    line-height: 22px;
    font-weight: 400;
    color: #666;
    max-width: 100%;
    margin: 0 auto
}

@media (min-width:768px) {
    .trust-security-banner .heading p {
        font-size: 16px;
        line-height: 24px;
        max-width: 100%;
        margin: 0 auto;
        color: #666
    }
}

.trust-security {
    padding: 25px
}

@media (min-width:768px) {
    .trust-security {
        padding: 60px 50px
    }
}

@media (min-width:1200px) {
    .trust-security {
        padding: 60px 200px
    }
}

.TS-wrapper {
    max-width: 1200px;
    margin-left: auto;
    margin-right: auto;
    text-align: center
}

.TS-wrapper:after {
    clear: both;
    content: "";
    display: block
}

.TS-wrapper .TS-image img {
    margin: 0 auto;
    height: 300px
}

@media (min-width:768px) {
    .TS-wrapper .TS-image img {
        height: auto
    }
}

.TS-wrapper .TS-description h3 {
    font-size: 25px;
    line-height: 29px;
    color: #333
}

@media (min-width:768px) {
    .TS-wrapper .TS-description h3 {
        font-size: 28px;
        line-height: 45px;
        font-weight: 600
    }
}

.TS-wrapper .TS-description p {
    font-size: 13px;
    line-height: 21px;
    color: #666
}

@media (min-width:768px) {
    .TS-wrapper .TS-description p {
        font-size: 16px;
        line-height: 24px
    }
}

@media (min-width:768px) {
    .TS-wrapper {
        text-align: left
    }
}

.TS-wrapper {
    margin-bottom: 80px
}

.TS-wrapper:nth-child(2n) {
    margin-bottom: 0
}

@media (min-width:768px) {
    .TS-wrapper .TS-image {
        float: left;
        display: block;
        margin-right: 2.3576515979%;
        width: 48.821174201%;
        -ms-flex-order: 1;
        order: 1
    }

    .TS-wrapper .TS-image:last-child {
        margin-right: 0
    }

    .TS-wrapper .TS-image img {
        margin: 0 auto 0 0
    }
}

@media (min-width:768px) {
    .TS-wrapper .TS-description {
        float: left;
        display: block;
        margin-right: 2.3576515979%;
        width: 48.821174201%;
        -ms-flex-order: 2;
        order: 2
    }

    .TS-wrapper .TS-description:last-child {
        margin-right: 0
    }
}

@media (min-width:768px) {
    .TS-wrapper {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-align: center;
        align-items: center;
        -ms-flex-pack: justify;
        justify-content: space-between
    }
}

@media (min-width:768px) {
    div.TS-wrapper:nth-of-type(odd) .TS-image {
        -ms-flex-order: 2;
        order: 2
    }

    div.TS-wrapper:nth-of-type(odd) .TS-image img {
        margin: 0 0 0 auto
    }

    div.TS-wrapper:nth-of-type(odd) .TS-description {
        -ms-flex-order: 1;
        order: 1
    }
}

.security-logos {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-align: center;
    align-items: center
}

.security-logos img {
    margin: 0 auto;
    padding: 10px 0
}

@media (min-width:768px) {
    .security-logos {
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
        padding-top: 27px
    }

    .security-logos img {
        margin: inherit;
        padding: 0 15px 0 0
    }
}

@media (min-width:992px) {
    .security-logos img {
        padding: 0 40px 0 0
    }
}

.trans-protection {
    background: #eeebe6;
    padding: 25px
}

@media (min-width:768px) {
    .trans-protection {
        padding: 60px 50px
    }
}

@media (min-width:1200px) {
    .trans-protection {
        padding: 60px 200px
    }
}

.trans-protection .trans-protection-container {
    max-width: 1200px;
    margin-left: auto;
    margin-right: auto;
    text-align: center
}

.trans-protection .trans-protection-container:after {
    clear: both;
    content: "";
    display: block
}

.trans-protection .trans-protection-container h3 {
    font-size: 20px;
    line-height: 29px;
    color: #333
}

@media (min-width:768px) {
    .trans-protection .trans-protection-container h3 {
        font-size: 22px;
        line-height: 45px;
        font-weight: 600
    }
}

.trans-protection .trans-protection-container p {
    font-size: 13px;
    line-height: 21px;
    color: #666
}

@media (min-width:768px) {
    .trans-protection .trans-protection-container p {
        font-size: 16px;
        line-height: 26px
    }
}

@media (min-width:768px) {
    .trans-protection .trans-protection-container {
        text-align: left
    }
}

@media (min-width:768px) {
    .trans-protection-container .transperancy {
        float: left;
        display: block;
        margin-right: 2.3576515979%;
        width: 40.2913699012%
    }

    .trans-protection-container .transperancy:last-child {
        margin-right: 0
    }

    .trans-protection-container .transperancy p {
        width: 450px;
        max-width: 100%
    }

    .trans-protection-container .account-protection {
        float: left;
        display: block;
        margin-right: 2.3576515979%;
        width: 40.2913699012%;
        margin-left: 17.0596085997%
    }

    .trans-protection-container .account-protection:last-child {
        margin-right: 0
    }

    .trans-protection-container .account-protection p {
        width: 500px;
        max-width: 100%
    }
}

.third-part-usage .third-part-usage-container {
    max-width: 1200px;
    margin-left: auto;
    margin-right: auto;
    background: #fff;
    padding: 25px;
    text-align: center;
    border-top: 1px solid #e5e5e5
}

.third-part-usage .third-part-usage-container:after {
    clear: both;
    content: "";
    display: block
}

@media (min-width:768px) {
    .third-part-usage .third-part-usage-container {
        padding: 60px 50px
    }
}

@media (min-width:1200px) {
    .third-part-usage .third-part-usage-container {
        padding: 60px 100px
    }
}

.third-part-usage .third-part-usage-container h3 {
    font-size: 22px;
    line-height: 29px;
    color: #333
}

@media (min-width:768px) {
    .third-part-usage .third-part-usage-container h3 {
        font-size: 22px;
        line-height: 45px;
        font-weight: 600
    }
}

.third-part-usage .third-part-usage-container p {
    font-size: 13px;
    line-height: 21px;
    color: #666
}

@media (min-width:768px) {
    .third-part-usage .third-part-usage-container p {
        font-size: 16px;
        line-height: 26px
    }
}

.concern-usage.brokerage-calculator-cta {
    padding: 100px 10px
}

.concern-usage.brokerage-calculator-cta .content p {
    margin: 0 auto
}

.concern-usage.brokerage-calculator-cta a {
    color: #0046bb
}

@media (min-width:768px) {
    .concern-usage.brokerage-calculator-cta .content {
        width: 850px;
        max-width: 100%
    }

    .concern-usage.brokerage-calculator-cta p {
        width: 550px;
        max-width: 100%;
        margin: 0 auto
    }
}

.no-flexbox .security-logos:after {
    clear: both;
    content: "";
    display: block
}

.no-flexbox .security-logos img {
    float: left;
    display: block;
    margin-right: 2.3576515979%;
    width: 31.7615656014%
}

.no-flexbox .security-logos img:last-child {
    margin-right: 0
}

.no-flexbox .TS-wrapper .TS-image img {
    margin: 0 0 0 auto
}

@media (max-width:767px) {
    .trust-security-banner .heading {
        top: calc(40% + 58px/2);
        width: 90%
    }

    .trust-security-banner {
        height: 210px
    }

    .press-banner .heading {
        width: 90%;
        top: 45%
    }

    .press-banner {
        height: 250px
    }

    .demat-banner .heading {
        top: 40%
    }

    .become-partner-banner .heading {
        top: calc(45% + 58px/2)
    }

    .become-partner-banner {
        height: 200px
    }
}

.privacy-policy-banner {
    background-size: cover;
    position: relative;
    background: #eeebe6;
    height: 250px
}

.privacy-policy-banner .heading {
    position: absolute;
    top: calc(50% + 58px/2);
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%
}

.privacy-policy-banner .heading h1 {
    color: #333;
    font-size: 25px;
    padding-bottom: 20px;
    max-width: 100%;
    margin: 0 auto;
    font-weight: 600
}

@media (min-width:768px) {
    .privacy-policy-banner .heading h1 {
        font-size: 28px;
        width: auto;
        padding-bottom: 25px
    }
}

.privacy-policy {
    background-size: #fff;
    padding: 25px
}

.privacy-policy h1,
.privacy-policy h2,
.privacy-policy h3,
.privacy-policy h4,
.privacy-policy h5,
.privacy-policy h6,
.privacy-policy p {
    margin: 0
}

.privacy-policy .container {
    max-width: 800px;
    margin-left: auto;
    margin-right: auto
}

.privacy-policy .container:after {
    clear: both;
    content: "";
    display: block
}

@media (min-width:768px) {
    .privacy-policy {
        padding: 30px 50px 60px;
        margin-bottom: 30px
    }
}

.privacy-description p {
    font-size: 13px;
    line-height: 21px;
    color: #666;
    text-align: center;
    padding-bottom: 9px
}

.privacy-description p:first-of-type {
    padding-bottom: 20px
}

@media (min-width:768px) {
    .privacy-description p {
        font-size: 16px;
        line-height: 26px;
        text-align: left;
        padding-bottom: 20px
    }

    .privacy-description p:first-of-type {
        padding-bottom: 25px
    }
}

@media (min-width:768px) {
    .privacy-description {
        padding: 0 20px
    }
}

.policy-accordian ol li {
    border-top: 1px solid #ededed;
    padding: 25px 0
}

.policy-accordian ol li:last-child {
    border-bottom: 1px solid #ededed
}

@media (min-width:768px) {
    .policy-accordian ol li {
        padding: 35px 20px
    }
}

.policy-accordian h3,
.policy-accordian li {
    font-size: 16px;
    line-height: 20px;
    color: #333;
    font-weight: 400
}

@media (min-width:768px) {

    .policy-accordian h3,
    .policy-accordian li {
        font-size: 22px;
        line-height: 24px;
        font-weight: 600
    }
}

.policy-accordian h3 {
    cursor: pointer
}

.policy-accordian p {
    font-size: 13px;
    line-height: 21px;
    color: #666;
    text-align: left;
    padding-top: 15px
}

@media (min-width:768px) {
    .policy-accordian p {
        font-size: 16px;
        line-height: 24px;
        padding-top: 15px
    }
}

.policy-accordian ol i {
    font-size: 8px;
    color: #43165c;
    border-radius: 50%;
    border: 3px solid #43165c;
    padding: 4px 3px 3px 4px;
    float: right
}

.privacy-description ul li,
.privacy-p-list li {
    font-size: 16px;
    color: #666;
    border: none !important;
    font-weight: 400;
    padding: 10px 0 !important;
    list-style-type: disc !important
}

ul.termsPoints {
    padding-left: 20px;
    list-style-type: disc
}

@media (-ms-high-contrast:active),
(-ms-high-contrast:none) {
    .privacy-policy-banner {
        overflow: hidden
    }

    .policy-accordian h3 {
        display: inline
    }
}

@media (min-width:0\0) and (min-resolution:0.001dpcm) {
    .privacy-policy-banner {
        overflow: hidden
    }

    .policy-accordian h3 {
        display: inline
    }
}

.banner-sitemap-new .banner-inner-sitemap {
    height: 210px;
    text-align: center;
    position: relative;
    background: #eeebe6
}

.banner-sitemap-new .banner-inner-sitemap .heading {
    position: absolute;
    top: calc(50% + 58px/2);
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%
}

.banner-sitemap-new .banner-inner-sitemap .heading h1 {
    color: #000;
    font-size: 35px;
    width: auto;
    padding-bottom: 25px;
    margin-top: 60px;
    visibility: visible !important;
    font-weight: 600
}

.banner-sitemap-new .site-map-wraper.one {
    border-top: 0 !important;
    margin-top: 40px !important
}

.banner-sitemap-new section.site-map .container {
    max-width: 1350px !important;
    width: 100%
}

.banner-sitemap-new section.site-map .container .site-map-wraper {
    border-top: 2px solid #ecedef;
    margin: 20px auto
}

.banner-sitemap-new section.site-map .container .site-map-wraper h2 a {
    font-weight: 500;
    font-size: 24px
}

.banner-sitemap-new section.site-map .container .site-map-wraper h2 {
    font-size: 20px;
    margin: 20px 0;
    font-weight: 500;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    color: #43165c
}

.banner-sitemap-new section.site-map .container .site-map-wraper h2 svg {
    margin-left: 4px;
    fill: #43165c
}

.banner-sitemap-new section.site-map .container .site-map-wraper ul {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.banner-sitemap-new section.site-map .container .site-map-wraper ul li {
    min-height: 40px;
    text-align: left;
    width: 25%;
    vertical-align: top;
    padding-right: 50px;
    padding-bottom: 12px
}

.banner-sitemap-new section.site-map .container .site-map-wraper ul li a {
    color: #44475b;
    font-size: 16px
}

.banner-sitemap-new section.site-map .container .site-map-wraper ul li a:hover {
    color: #43165c;
    text-decoration: underline
}

.banner-sitemap-new section.site-map .container .site-map-wraper p {
    margin: 0
}

.banner-sitemap-new section.site-map .container .site-map-wraper p a {
    padding-right: 5px;
    color: #41246e;
    font-size: 16px;
    font-weight: 500;
    margin: 10px 0
}

@media (max-width:1199px) {
    .banner-sitemap-new section.site-map .container .site-map-wraper ul li {
        width: 33.3%
    }
}

@media (max-width:767px) {
    .banner-sitemap-new section.site-map .container .site-map-wraper ul li {
        width: 50%;
        padding: 0 10px 10px 0;
        min-height: 40px
    }

    .banner-sitemap-new section.site-map .container .site-map-wraper ul li a {
        font-size: 14px
    }

    .banner-sitemap-new section.site-map h2 {
        font-size: 20px;
        margin: 16px 0;
        font-weight: 500
    }

    .banner-sitemap-new section.site-map .container .site-map-wraper h2 a {
        font-weight: 500;
        font-size: 24px;
        margin: 10px 0
    }
}

.brokerage-calculator-banner {
    height: 100px;
    text-align: center;
    position: relative
}

.brokerage-calculator-banner .heading {
    position: absolute;
    top: 60%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: #333;
    width: 600px;
    max-width: 90%
}

.brokerage-calculator-banner .heading h1 {
    font-size: 28px;
    margin-bottom: 20px;
    font-weight: 600
}

.brokerage-calculator-banner .heading p {
    font-size: 16px;
    line-height: 24px;
    margin: 0;
    color: #666
}

.brokerage-calc-lookup a {
    text-decoration: underline
}

.brokerage-calc-lookup h2 {
    font-weight: 600;
    margin-bottom: 15px !important;
    font-size: 18px
}

@media (max-width:767px) {
    .calculator-container {
        height: auto !important;
        background-position: top !important;
        background-size: inherit !important
    }

    .bk-statelist-container {
        width: 100% !important
    }
}

.calculator-container {
    background: #eeebe6;
    background-size: cover;
    background-position: 0 40%;
    background-attachment: fixed;
    padding-top: 90px
}

.bk-cal-box .input-group-select {
    width: 220px !important;
    max-width: 100%;
    display: inline-block
}

.brokerage-calculator-table-section {
    padding: 50px 20px 0;
    overflow: hidden
}

.brokerage-calculator-table-section .container {
    position: relative
}

.brokerage-calculator-table-section h2 {
    font-size: 24px;
    margin-bottom: 40px
}

.calculator-form .button-add {
    float: left;
    background: transparent;
    color: #646464;
    transition: all .25s ease;
    padding: 12px 15px;
    border-radius: 0 !important
}

.calculator-form .button-add:after,
.calculator-form .button-add:before {
    content: " ";
    width: 250px;
    height: 1.5px;
    margin: 0 10px;
    vertical-align: super;
    background-color: #c8c8c8;
    display: inline-block
}

.calculator-form .button-add:active,
.calculator-form .button-add:focus,
.calculator-form .button-add:hover {
    background: transparent
}

.calculator-table-container {
    margin: 30px 0
}

@media (max-width:767.9375px) {

    .calculator-table-container .tablesaw-stack thead td,
    .calculator-table-container .tablesaw-stack thead th {
        display: none
    }

    .calculator-table-container .tablesaw-stack tbody td,
    .calculator-table-container .tablesaw-stack tbody th {
        clear: left;
        float: left;
        width: 100%
    }

    .calculator-table-container .tablesaw-cell-label {
        vertical-align: top
    }

    .calculator-table-container .tablesaw-cell-content {
        max-width: 67%;
        display: inline-block
    }

    .calculator-table-container .tablesaw-stack td:empty,
    .calculator-table-container .tablesaw-stack th:empty {
        display: none
    }
}

@media (min-width:768px) {
    .calculator-table-container .tablesaw-stack tr {
        display: table-row
    }

    .calculator-table-container .tablesaw-stack td,
    .calculator-table-container .tablesaw-stack th,
    .calculator-table-container .tablesaw-stack thead td,
    .calculator-table-container .tablesaw-stack thead th {
        display: table-cell;
        margin: 0
    }

    .calculator-table-container .tablesaw-stack td .tablesaw-cell-label,
    .calculator-table-container .tablesaw-stack th .tablesaw-cell-label {
        display: none !important
    }
}

.calculator-table-container button.delete {
    color: #333;
    padding: 0;
    background: transparent
}

.calculator-table-container .input-group.input-group-text input {
    text-align: center
}

button:active,
button:focus {
    outline: none
}

.brokerage-calculator-form .chosen-container-single .chosen-single div b {
    display: none
}

.chosen-container-active.chosen-with-drop .chosen-single {
    background: transparent !important;
    border-bottom: none !important
}

.brokerage-calculator-form .form-container:after {
    clear: both;
    content: "";
    display: block
}

.brokerage-calculator-form .form-container .chosen-container-single .chosen-single span:after {
    content: "";
    background: url(../img/brokerage-cal/down-arrow.svg) no-repeat;
    height: 20px;
    width: 15px;
    background-size: 14px;
    position: absolute;
    bottom: 0;
    right: 0
}

.brokerage-calculator-form .form-container .input-group {
    margin-bottom: 20px;
    display: block;
    float: left
}

@media (min-width:768px) {
    .brokerage-calculator-form .form-container .input-group {
        margin-right: 58px;
        margin-bottom: 0;
        width: 27%
    }
}

.brokerage-calculator-form .form-container .input-group:last-child {
    margin-right: 0
}

.brokerage-calculator-form .form-container .input-group input:focus,
.brokerage-calculator-form .form-container .input-group input:hover {
    border-bottom: 1px solid #43165c
}

.brokerage-calculator-form .form-container .input-group-select {
    width: 300px;
    max-width: 100%
}

.brokerage-calculator-form .form-container .input-group-radio {
    padding: 10px 0
}

.calculator-table-form-view .calculator-data-overview {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-align: start;
    align-items: flex-start;
    padding: 10px 0;
    box-shadow: 0 -3px 7px -7px rgba(0, 0, 0, .5)
}

@media (min-width:768px) {
    .calculator-table-form-view .calculator-data-overview {
        -ms-flex-direction: row;
        flex-direction: row;
        -ms-flex-align: center;
        align-items: center;
        -ms-flex-pack: justify;
        justify-content: space-between
    }
}

.calculator-table-form-view .calculator-data-overview .button {
    float: right;
    background: #0046bb;
    color: #fff;
    border: 2px solid #0046bb;
    padding: 7px 15px;
    transition: all .25s ease;
    border-radius: 0 !important
}

.calculator-table-form-view .calculator-data-overview .button:hover {
    color: #0046bb
}

.calculator-table-form-view .total-charges {
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 20px
}

.calculator-table-form-view .total-charges .total {
    padding: 10px 25px;
    font-size: 15px;
    border-right: 1px solid #ddd
}

.calculator-table-form-view .total-charges .total:last-child {
    margin-right: 0;
    border-right: none
}

.calculator-table-form-view .total-charges .label {
    display: block;
    font-weight: 500
}

.calculator-table-form-view .total-charges .amount {
    color: #666
}

@media (min-width:768px) {
    .calculator-table-form-view .total-charges {
        margin-bottom: 0
    }
}

#stampDutyVariesDiv a {
    color: #0046bb
}

.calculator-table-form-info {
    width: 100%;
    padding-bottom: 80px;
    background: #fff;
    left: 0;
    transition: all .25s ease;
    z-index: 1;
    height: 100%
}

.calculator-table-form-info:after {
    clear: both;
    content: "";
    display: block
}

.calculator-table-form-info h3 {
    font-size: 22px;
    margin-bottom: 25px;
    font-weight: 600;
    text-align: center
}

.calculator-table-form-info td,
.calculator-table-form-info th,
.calculator-table-form-info thead td,
.calculator-table-form-info thead th {
    border: 1px solid #e5e5e5;
    padding: 15px;
    font-size: 16px;
    color: #666
}

.calculator-table-form-info tfoot td,
.calculator-table-form-info thead th {
    font-weight: 400
}

.calculator-table-form-info .charges-container:after {
    clear: both;
    content: "";
    display: block
}

@media (min-width:768px) {
    .calculator-table-form-info .charges-table {
        float: left;
        display: block;
        margin-right: 2.3576515979%;
        width: 48.821174201%
    }

    .calculator-table-form-info .charges-table:last-child {
        margin-right: 0
    }
}

.calculator-table-form-info button.close {
    padding: 8px 15px;
    position: absolute;
    top: 0;
    right: 0;
    padding: 0;
    background: transparent;
    color: #666;
    font-size: 20px
}

.calculator-table-form-info button.edit {
    padding: 8px 15px;
    float: right;
    background: #0046bb;
    color: #fff;
    border: 2px solid #0046bb;
    border-radius: 0 !important;
    transition: all .25s ease
}

.calculator-table-form-info button.edit:hover {
    background: transparent;
    color: #0046bb
}

.input-group-radio label {
    display: inline-block;
    cursor: pointer;
    position: relative;
    padding-left: 25px;
    margin-right: 15px;
    font-size: 13px
}

.input-group-radio label:before {
    content: "";
    display: inline-block;
    height: 18px;
    width: 18px;
    margin-right: 10px;
    position: absolute;
    left: 0;
    bottom: 1px;
    background: #fff;
    border: 2px solid #ebebeb;
    border-radius: 50%
}

.input-group-radio input[type=radio] {
    display: none
}

.input-group-radio input[type=radio]:checked+label:before {
    content: "";
    color: #f3f3f3;
    text-align: center;
    background: radial-gradient(#43165c 50%, #fff 0)
}

@media (max-width:1745px) {
    .input-group-radio input[type=radio]:checked+label:before {
        background: radial-gradient(#43165c 30%, transparent 0, transparent 40%, transparent 60%)
    }
}

.input-group.input-group-text input {
    height: 50px;
    text-align: left;
    background: #fcfcfc;
    border: 0;
    border-bottom: 1px solid #ccc;
    box-shadow: none;
    border-radius: 0;
    margin: 0;
    color: #000
}

.input-group .selectize-control {
    height: 50px
}

.button-add,
.button-add:focus,
.button-add:hover,
.button-add:visited {
    background: #fff;
    color: #646464;
    font-weight: 400;
    font-size: 16px
}

.calculator-table-form-info .calculator-data-overview:after {
    clear: both;
    content: "";
    display: block
}

.lot-size-helper {
    font-size: 12px;
    line-height: 12px;
    margin-bottom: -22px;
    padding-top: 10px
}

.bk-statelist-wrapper {
    width: 100%;
    text-align: center
}

.bk-statelist-txt {
    display: inline-block;
    line-height: 2.5;
    font-size: 18px;
    color: #000
}

.bk-statelist-container {
    width: 53%;
    margin: 0 auto
}

.bk-statelist .chosen-container {
    display: inline-block !important;
    top: 11px;
    vertical-align: unset !important;
    min-width: unset !important
}

.bk-statelist select {
    display: inline-block
}

.bk-statelist .chosen-container,
.bk-statelist a.chosen-single,
.bk-statelist select {
    width: 135px;
    min-width: 135px;
    max-width: 135px;
    margin-left: 5px;
    overflow: inherit !important
}

.bk-statelist a.chosen-single {
    border: none !important;
    border-bottom: 0 solid #0046bb !important;
    display: table-cell !important;
    text-align: left;
    border-radius: 0 !important;
    background: none !important;
    padding: 5px 0 !important;
    font-size: 18px !important;
    color: #43165c !important;
    box-shadow: none !important;
    height: 0 !important;
    line-height: 24px !important
}

.bk-statelist a.chosen-single:focus {
    outline: none !important
}

.bk-cal-box-wrap {
    width: 100%;
    margin: 0 auto;
    text-align: center;
    float: left
}

.bk-cal-box {
    background-color: #fff;
    box-shadow: 0 2px 81px 0 rgba(82, 107, 192, .19);
    padding: 20px 62px 0;
    margin-top: 40px
}

.bk-cal-box .input-group-radio {
    margin: 0 auto;
    margin-right: 0 !important;
    float: none !important
}

.brokerage-summary {
    margin-bottom: 10px
}

.brokerage-summary p {
    font-weight: 400 !important
}

.brokerage-summary p.summarytotal {
    margin-top: 15px;
    margin-bottom: 30px
}

.brokerage-summary:after,
.brokerage-summary:before {
    clear: both;
    content: "";
    display: block
}

span.lblTotalTransactionCharges,
span.modalTotal {
    font-size: 20px;
    position: relative;
    bottom: 7px
}

.brokerage-summary-col2 p,
.brokerage-summary-col2 span {
    font-size: 18px;
    font-weight: 400 !important
}

.brokerage-summary-col1 span,
.brokerage-summary-col2 span {
    float: right;
    text-align: left
}

.additembtn {
    margin-top: 50px;
    margin-bottom: 50px;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
    display: -ms-flexbox;
    display: flex
}

.summaryrow {
    box-shadow: 0 2px 81px 0 rgba(82, 107, 192, .19);
    padding-top: 30px;
    padding-bottom: 30px;
    width: 100%;
    background: #fff;
    z-index: 200
}

.summaryrow.fixed {
    position: fixed;
    bottom: 0;
    z-index: 2
}

.samplenote-btn {
    border: 2px solid #43165c;
    border-radius: 0;
    padding: 20px;
    font-size: 16px;
    letter-spacing: 1px;
    margin-top: 5px;
    background: #fff;
    color: #43165c;
    border-radius: 100px
}

.samplenote-btn:hover {
    color: #43165c !important;
    background: #eae4f4 !important
}

.brcl-total {
    font-size: 22px;
    font-weight: 700;
    text-align: left;
    color: #000;
    margin-top: 25px;
    float: left
}

.summaryvalue {
    margin-top: 10px
}

.summaryvalue-lbl {
    font-size: 16px;
    text-align: left;
    color: #666
}

.summaryvalue-amt {
    font-size: 18px;
    text-align: left;
    color: #000
}

.sample-contract-table table tbody tr td,
.sample-contract-table table thead tr th {
    border: 0;
    text-align: left;
    padding-right: 0;
    padding-left: 0
}

.sample-contract-table table tbody tr th {
    font-size: 16px;
    letter-spacing: .3px;
    text-align: left;
    color: #646464
}

.sample-contract-table table tbody tr td {
    font-size: 14px;
    letter-spacing: .2px;
    text-align: left;
    color: #000
}

.contract-note-lbl {
    font-size: 18px;
    font-weight: 700;
    letter-spacing: .3px;
    text-align: center;
    color: #000;
    margin: 50px 50px 25px
}

.summary-blue-bg {
    background: #43165c;
    color: #fff;
    padding-top: 40px;
    padding-bottom: 40px
}

.summary-blue-bg label {
    font-size: 18px;
    font-weight: 700;
    text-align: left;
    color: #fff
}

.summary-blue-bg .row {
    width: 90%;
    margin: 0 auto
}

.sample-contract-table {
    width: 85%;
    margin: 0 auto
}

.sample-contract-table table tbody tr td:first-child {
    width: 45%
}

.brokerage-charges-finals {
    margin-left: -62px;
    margin-right: -62px;
    background: #43165c;
    padding: 35px 46px;
    color: #fff;
    text-align: left
}

.form-input-row {
    margin: 0;
    margin-bottom: 50px
}

.form-input-row div {
    color: #666
}

.modalDialog1 .clearfix:before {
    display: table;
    content: " "
}

.modalDialog1 .clearfix {
    padding: 0 !important
}

.modalDialog1 button.close {
    color: #036;
    border: 1px solid #000366;
    border-radius: 50%
}

.modalDialog1 .close_plain,
.modalDialog1 button.close {
    width: 25px;
    height: 26px;
    position: absolute;
    right: 16px;
    top: 16px;
    font-weight: 100;
    z-index: 1;
    font-size: 22px;
    line-height: 1;
    text-align: center
}

.modalDialog1 .close_plain {
    color: #838182
}

.modalDialog1 {
    display: none;
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: rgba(0, 0, 0, .8);
    z-index: 99999;
    transition: opacity .4s ease-in
}

.modalDialog1,
.modalDialog1:target {
    opacity: 1;
    pointer-events: auto
}

.modalDialog1>div {
    width: 750px;
    height: auto;
    position: relative;
    margin: 7% auto;
    padding: 5px 20px 13px;
    background: #fff
}

@media (max-width:650px) {
    .modalDialog1>div {
        width: 90%
    }
}

@media (max-width:1366px) {
    .modalDialog1>div {
        margin: 2% auto
    }
}

.modalDialog1 .close {
    width: 24px;
    height: 24px;
    position: absolute;
    right: 16px;
    top: 16px;
    font-weight: 100;
    z-index: 1;
    color: #4c4c4c;
    opacity: 1;
    font-size: 30px
}

.brokeragecalc-disclaimer {
    margin: 25px auto 0;
    padding-bottom: 30px;
    color: #666
}

.instrument_desc {
    border-radius: 1px;
    border: .8px solid #c8c8c8;
    padding: 4px
}

.input-group.input-group-text input:not(.pricetext) {
    background: #fff !important;
    padding: 0 !important
}

.pricetext {
    background: url(../img/brokerage-cal/rupee.svg) no-repeat 0 50% !important;
    padding-left: 20px !important
}

.showcharges-section button {
    padding: 0 14px;
    background: #43165d
}

.showcharges-section button:focus,
.showcharges-section button:hover {
    background: #43165d
}

.showcharges-section i {
    height: 10px;
    width: 12px;
    display: inline-block
}

.showcharges-section i.showicon {
    background: url(../img/brokerage-cal/ic_expand_more.svg) no-repeat
}

.showcharges-section i.hideicon {
    background: url(../img/brokerage-cal/ic_expand_less.svg) no-repeat
}

.showcharges-section div {
    display: inline-block
}

.brokerage-charges-row:after,
.brokerage-charges-row:before,
.brokerage-summary-row:after,
.brokerage-summary-row:before,
.showcharges-section:after,
.showcharges-section:before {
    display: table;
    content: " ";
    clear: both
}

i.box-close {
    font-size: 30px;
    font-weight: 300;
    position: absolute;
    right: 30px;
    top: 10px;
    font-style: unset;
    cursor: pointer
}

.hrline-cnote {
    border-top: 1px solid hsla(0, 0%, 78%, .458824) !important
}

.upstox_search {
    width: 100%;
    display: inline-block;
    position: relative
}

.upstox_search input {
    height: 40px;
    border: 1px solid #fcfcfc;
    outline: none;
    padding: 5px;
    font-size: 14px;
    text-transform: uppercase;
    border-radius: 0 !important;
    background-color: #fff;
    box-shadow: 0 1px 6px 0 rgba(0, 0, 0, .07);
    margin-bottom: 0;
    background: url(../img/brokerage-cal/ic_search@2x.png) no-repeat;
    background-size: 18px;
    background-position: 15px 50%;
    padding-left: 40px
}

.upstox_search input:focus {
    border-radius: 0 !important
}

.upstox_search input::-webkit-input-placeholder {
    font-size: 13px;
    text-transform: none
}

.upstox_search input:-ms-input-placeholder,
.upstox_search input::-ms-input-placeholder {
    font-size: 13px;
    text-transform: none
}

.upstox_search input::placeholder {
    font-size: 13px;
    text-transform: none
}

.upstox_search .search_results_holder {
    margin: 0;
    padding: 0;
    width: 100%;
    overflow: hidden;
    background-color: #fff;
    border: 1px solid #e4e4e4;
    border-top: none;
    transition: all .3s;
    height: 0;
    position: absolute;
    z-index: 1
}

.upstox_search .search_results_holder.show {
    height: 400px
}

.upstox_search .search_results_holder.no_result {
    height: 200px
}

.upstox_search .search_results_holder .sub_header {
    height: 30px;
    display: -ms-flexbox;
    display: flex;
    font-size: .75em;
    cursor: default;
    background: #e8e8e8c9
}

.upstox_search .search_results_holder .sub_header div {
    text-align: center;
    padding-top: 5px;
    height: 23px;
    color: #4c4c4c;
    opacity: .5;
    font-size: 12px;
    font-weight: 300;
    cursor: pointer;
    border: none;
    margin-right: 12px;
    text-transform: uppercase;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.upstox_search .search_results_holder .sub_header div.active {
    font-weight: 700;
    cursor: default;
    border-bottom: 1px solid #0d1721;
    opacity: 1
}

.upstox_search .search_results_holder .sub_header div:first-child {
    margin-left: 10px
}

.search-container .autocomplete-suggestions li {
    border: none;
    border-bottom: 1px solid #eee
}

.search-container .autocomplete-suggestions .category-tabs {
    height: 30px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: space-evenly;
    justify-content: space-evenly;
    -ms-flex-align: center;
    align-items: center;
    font-size: .75em;
    cursor: default;
    background: #e8e8e8;
    position: sticky;
    top: 0
}

.search-container .autocomplete-suggestions .category-tabs button {
    background: transparent;
    padding-top: 5px;
    height: 23px;
    color: #4c4c4c;
    opacity: .5;
    font-size: 12px;
    font-weight: 300;
    cursor: pointer;
    border: none;
    text-transform: uppercase
}

.search-container .autocomplete-suggestions .category-tabs button.active {
    font-weight: 700;
    cursor: default;
    border-bottom: 1px solid #0d1721;
    opacity: 1;
    border-radius: 0
}

.search-container .autocomplete-suggestions .search-results-empty {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-align: center;
    align-items: center;
    min-height: 193px;
    padding: 20px
}

.search-container .autocomplete-suggestions .search-result-item {
    pointer-events: none
}

.search-container-bkg-calc input {
    height: 40px;
    border: 1px solid #fcfcfc;
    outline: none;
    padding: 5px;
    font-size: 14px;
    text-transform: uppercase;
    border-radius: 0 !important;
    background-color: #fff;
    box-shadow: 0 1px 6px 0 rgba(0, 0, 0, .07);
    margin-bottom: 0;
    background: url(../img/brokerage-cal/ic_search@2x.png) no-repeat;
    background-size: 18px;
    background-position: 15px 50%;
    padding-left: 40px
}

.search-container-bkg-calc input::-webkit-input-placeholder {
    text-transform: none
}

.search-container-bkg-calc input:-ms-input-placeholder,
.search-container-bkg-calc input::-ms-input-placeholder {
    text-transform: none
}

.search-container-bkg-calc input::placeholder {
    text-transform: none
}

.upstox_search ul {
    height: 358px;
    overflow: auto;
    padding: 0;
    text-align: left
}

.upstox_search ul li {
    list-style: none;
    cursor: pointer;
    height: 46px;
    border: none;
    border-bottom: 1px solid hsla(0, 0%, 59%, .2);
    padding: 5px 10px;
    color: #4c4c4c
}

.upstox_search ul li:hover {
    background-color: #fbfafa
}

.upstox_search ul li .left {
    width: 233px;
    display: inline-block
}

.upstox_search ul li .right {
    display: inline-block
}

.upstox_search ul li .left .top {
    font-size: 14px;
    font-weight: 400
}

.upstox_search ul li .left .top div {
    margin-right: 5px
}

.upstox_search ul li .left .bottom {
    color: #0f1b27;
    font-size: 11px
}

.upstox_search ul li div b {
    font-weight: 400;
    color: #0046bb
}

.upstox_search ul li .right div.button {
    width: 80px;
    height: 22px;
    border-radius: 2px;
    border: 1px solid #000;
    display: inline-block;
    float: right;
    color: #000;
    margin-top: 0;
    text-align: center;
    line-height: 22px;
    font-size: 12px
}

.upstox_search ul li .right div.button.remove {
    border-color: red;
    color: red
}

.upstox_search .no_results {
    text-align: center;
    margin: 60px 0;
    color: #b9babc
}

.upstox_search .no_results div {
    width: 185px;
    display: inline-block;
    font-size: 12px
}

.upstoxSearchModule {
    margin-bottom: 25px
}

@media (max-width:1200px) {
    .brokerage-calculator-form .form-container .input-group {
        width: 27% !important;
        margin-right: 40px
    }
}

@media (max-width:992px) {
    .summaryrow {
        display: none !important
    }
}

.brokerage-charges-row .expandcharges div,
.total-row div {
    font-weight: 400;
    font-size: 16px
}

.brokerage-charges-row .expandcharges span,
.total-row span {
    font-size: 18px
}

@media (max-width:767px) {

    .brokerage-calculator-table-section,
    .brokerage-calculator-table-section .container {
        padding-left: 0;
        padding-right: 0
    }

    .bk-cal-box {
        padding: 20px 25px 0
    }

    .input-group.input-group-text input {
        height: 30px !important
    }

    .form-input-row {
        margin-bottom: 0 !important
    }

    .brokerage-charges-row .expandcharges {
        margin-bottom: 20px
    }

    .brokerage-calculator-form .form-container .input-group {
        width: 100% !important
    }

    .summaryrow {
        display: none !important
    }
}

.span-calculator-table-section {
    padding: 50px 20px 0;
    overflow: hidden
}

.span-calculator-table-section .container {
    position: relative
}

.span-calculator-table-section .charges-container .charges-table {
    float: none;
    margin: 0 auto
}

.span-calculator-table-section .form-container:after {
    clear: both;
    content: "";
    display: block
}

.span-calculator-table-section .chosen-container-single .chosen-single span:after {
    bottom: 7px !important
}

.span-calculator-table-section .has-warning .lotsizerror {
    color: red;
    padding-top: 10px
}

.span-calculator-table-section .form-container-section {
    width: 100%;
    position: relative
}

.span-calculator-table-section .form-container-section:after {
    clear: both;
    content: "";
    display: block
}

.span-calculator-table-section .form-container-section .input-group {
    margin-bottom: 40px;
    display: block
}

.span-calculator-table-section .form-container-section .input-group label {
    margin-bottom: 20px;
    font-size: 16px;
    color: #666
}

@media (min-width:768px) {
    .span-calculator-table-section .form-container-section .input-group {
        width: 50%;
        float: left;
        padding-right: 40px
    }
}

.span-calculator-table-section .form-container-section .input-group-radio label {
    margin-bottom: 0
}

.span-calculator-table-section .form-container-section .input-group-radio .label-radio {
    display: block;
    margin-bottom: 20px
}

@media (min-width:768px) {
    .span-calculator-table-section .form-container-section .input-group-radio .label-radio {
        margin-bottom: 30px;
        font-size: 16px;
        color: #666
    }
}

.span-calculator-table-section .form-container-section .input-group-radio input[type=radio]:checked+label:before {
    background: radial-gradient(#43165c 50%, #fff 0)
}

@media (max-width:1745px) {
    .span-calculator-table-section .form-container-section .input-group-radio input[type=radio]:checked+label:before {
        background: radial-gradient(#43165c 30%, transparent 0, transparent 40%, transparent 60%)
    }
}

@media (min-width:768px) {
    .span-calculator-table-section .form-container-section .input-group-button {
        position: relative;
        top: 46px;
        right: 0
    }
}

@media (min-width:992px) {
    .span-calculator-table-section .form-container-section {
        float: left;
        display: block;
        margin-right: 2.3576515979%;
        width: 65.8807828007%;
        position: relative
    }

    .span-calculator-table-section .form-container-section:after {
        clear: both;
        content: "";
        display: block
    }

    .span-calculator-table-section .form-container-section:last-child {
        margin-right: 0
    }
}

.span-calculator-banner {
    height: 300px;
    text-align: center;
    position: relative;
    background: #eeebe6
}

.span-calculator-banner .heading {
    position: absolute;
    top: calc(50% + 58px/2);
    left: 50%;
    transform: translate(-50%, -50%);
    color: #333;
    width: 600px;
    max-width: 90%
}

.span-calculator-banner .heading h1 {
    font-size: 28px;
    margin-bottom: 20px;
    font-weight: 600
}

@media (max-width:768px) {
    .span-calculator-banner .heading h1 {
        font-size: 22px
    }
}

.span-calculator-banner .heading p {
    font-size: 16px;
    line-height: 24px;
    margin: 0;
    color: #666
}

@media (max-width:768px) {
    .span-calculator-banner .heading p {
        font-size: 14px
    }
}

.form-container,
.form-container-section {
    width: 100% !important;
    margin: 0 auto !important;
    float: none !important
}

.span-calculator-form .button-add {
    float: left;
    background: #fff;
    color: #43165c;
    border: 1px solid #43165c;
    transition: all .25s ease;
    padding: 12px 15px;
    border-radius: 100px
}

.span-calculator-form .button-add .fa-plus-circle {
    vertical-align: top !important
}

.span-calculator-form .button-add:hover {
    background-color: rgba(122, 38, 206, .1);
    color: #43165c !important;
    border: 1px solid #7a26ce
}

.span-calculator-form .button-add:after,
.span-calculator-form .button-add:before {
    background-color: rgba(122, 38, 206, .1) !important
}

.span-calculator-form .chosen-container-single .chosen-single span:after {
    content: "";
    height: 17px;
    width: 34px;
    background-size: 14px;
    position: absolute;
    bottom: 0;
    right: 0
}

@media (min-width:1200px) {

    .span-calculator-form .brokerage-table td,
    .span-calculator-form .brokerage-table th {
        padding: 20px
    }
}

.span-calculator-form .brokerage-table .tablesaw-cell-content {
    width: 100%
}

.span-calculator-form .brokerage-table .input-group-select {
    margin-bottom: 10px
}

.span-calculator-form .brokerage-table .input-group-select:last-child {
    margin-bottom: 0
}

.span-calculator-form .brokerage-table thead tr th {
    text-align: center;
    font-weight: 400
}

.span-calculator-form .brokerage-table thead tr th:last-child {
    width: 80px
}

.span-calculator-form .brokerage-table tbody tr td:last-child {
    padding: 15px 10px
}

@media (min-width:768px) {
    .span-calculator-form .brokerage-table tbody tr td:last-child {
        padding: 0
    }
}

@media (min-width:768px) {
    .span-calculator-form .brokerage-table td {
        text-align: center;
        padding: 15px 10px
    }
}

@media (min-width:992px) {
    .span-calculator-form .brokerage-table td {
        padding: 15px 20px
    }
}

@media (min-width:1200px) {
    .span-calculator-form .brokerage-table td {
        padding: 20px 30px
    }
}

.span-calculator-form .brokerage-table td,
.span-calculator-form .brokerage-table th {
    border: 1px solid #e5e5e5;
    border-bottom: 0;
    padding: 15px 10px;
    font-size: 16px;
    color: #666
}

@media (min-width:768px) {

    .span-calculator-form .brokerage-table td,
    .span-calculator-form .brokerage-table th {
        border-right: 0
    }

    .span-calculator-form .brokerage-table td:last-child,
    .span-calculator-form .brokerage-table th:last-child {
        border-right: 1px solid #e5e5e5;
        border-bottom: 1px solid #e5e5e5
    }
}

@media (min-width:992px) {

    .span-calculator-form .brokerage-table td,
    .span-calculator-form .brokerage-table th {
        padding: 15px 20px
    }
}

@media (min-width:1200px) {

    .span-calculator-form .brokerage-table td,
    .span-calculator-form .brokerage-table th {
        padding: 15px
    }
}

.span-calculator-form .brokerage-table tfoot td {
    border-bottom: 1px solid #e5e5e5
}

.span-calculator-form .brokerage-table tfoot td:first-child {
    text-align: left;
    border-bottom: 0
}

@media (min-width:768px) {
    .span-calculator-form .brokerage-table tfoot td:first-child {
        border-bottom: 1px solid #e5e5e5
    }
}

.span-calculator-form .brokerage-table tfoot td .tablesaw-cell-label {
    visibility: hidden
}

.span-calculator-form .brokerage-table tfoot td:last-child {
    display: none
}

@media (min-width:768px) {
    .span-calculator-form .brokerage-table tfoot td:last-child {
        display: table-cell;
        vertical-align: inherit
    }
}

.osb-calculator-table-section {
    padding: 50px 20px 65px;
    position: relative
}

.osb-calculator-table-section .container {
    position: relative
}

.osb-calculator-table-section .form-container:after {
    clear: both;
    content: "";
    display: block
}

.osb-calculator-table-section .chosen-container-single .chosen-single span:after {
    bottom: 7px !important
}

.osb-calculator-table-section .form-container-section {
    width: 100%;
    margin-bottom: 50px;
    clear: both;
    padding: 25px 0;
    margin-left: auto;
    margin-right: auto !important
}

.osb-calculator-table-section .form-container-section h3 {
    font-size: 25px
}

.osb-calculator-table-section .form-container-section .input-group {
    margin-bottom: 0;
    display: block !important;
    margin-bottom: 30px
}

.osb-calculator-table-section .form-container-section .input-group label {
    margin-bottom: 20px
}

@media (min-width:768px) {
    .osb-calculator-table-section .form-container-section .input-group {
        width: 40%;
        float: left;
        padding-right: 40px
    }
}

.osb-calculator-table-section .form-container-section .input-group-radio label {
    margin-bottom: 0
}

.osb-calculator-table-section .form-container-section .input-group-radio .label-radio {
    display: block;
    margin-bottom: 35px
}

@media (min-width:992px) {
    .osb-calculator-table-section .form-container-section:first-child .input-group {
        margin-bottom: 0
    }
}

@media (min-width:992px) {
    .osb-calculator-table-section .form-container-section {
        float: left;
        display: block;
        margin-right: 2.3576515979%;
        width: 65.8807828007%;
        position: relative
    }

    .osb-calculator-table-section .form-container-section:after {
        clear: both;
        content: "";
        display: block
    }

    .osb-calculator-table-section .form-container-section:last-child {
        margin-right: 0
    }
}

.osb-calculator-banner {
    background: #f3f3f3;
    height: 300px;
    text-align: center;
    position: relative
}

.osb-calculator-banner .heading {
    position: absolute;
    top: calc(50% + 58px/2);
    left: 50%;
    transform: translate(-50%, -50%);
    color: #333;
    width: 600px;
    max-width: 90%
}

.osb-calculator-banner .heading h1 {
    font-size: 28px;
    margin-bottom: 20px;
    font-weight: 600
}

.osb-calculator-banner .heading p {
    font-size: 16px;
    line-height: 24px;
    margin: 0;
    color: #666
}

.clearfix {
    clear: both
}

span.label-warning:before {
    position: absolute;
    content: "";
    width: 10px;
    height: 10px;
    background: #fff;
    top: -5px;
    left: 10px;
    transform: rotate(45deg);
    border: 1px solid #c2c2c2;
    border-bottom: 0;
    border-right: 0
}

.button-next {
    float: left;
    background: #fff !important;
    color: #0046bb !important;
    border: 2px solid #0046bb;
    transition: all .25s ease;
    padding: 8px 15px;
    border-radius: 0 !important;
    font-size: 16px;
    margin-bottom: 40px
}

.osb-calculator-table-section .hide {
    display: none !important
}

.hide {
    display: none
}

.input-group.button-container {
    width: 20% !important
}

.osb-button {
    background: #0046bb;
    color: #fff;
    border: 2px solid #0046bb;
    transition: all .25s ease;
    border-radius: 0 !important;
    padding: 15px 30px !important;
    border: 2px solid #0046bb !important
}

.osb-button:focus,
.osb-button:hover {
    color: #0046bb
}

@media (min-width:768px) {
    .button-next {
        position: absolute !important;
        top: 122px
    }

    #collapseOne.form-container-section .input-group {
        width: 25% !important;
        padding-right: 15px !important
    }
}

.calculator-table-form-view .calculator-data-overview {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    background: #fff;
    z-index: 2
}

.graph-instruction {
    clear: both
}

@media (max-width:760px) {

    .chart-container,
    .map-table {
        width: 100%
    }
}

.panel-group {
    border-bottom: 1px solid #f7f7f7
}

.cursor-hand {
    cursor: pointer
}

.map-table-header {
    font-size: 24px
}

table {
    table-layout: auto !important
}

@media (min-width:760px) {
    .map-table {
        width: 40%;
        padding: 0 20px;
        padding-right: 0
    }

    .chart-container {
        width: 60%;
        padding: 0 20px;
        padding-left: 0
    }
}

.input-group.input-group-text input:hover+.label-warning {
    opacity: 1
}

span.label-warning {
    position: absolute;
    bottom: -10px;
    left: 0;
    transform: translateY(100%);
    padding: 7px;
    background: #fff;
    color: #000;
    font-weight: 400;
    border: 1px solid #c2c2c2;
    font-size: 12px;
    opacity: 0;
    transition: all .25s ease;
    white-space: inherit;
    z-index: 3
}

#payoff_graph_container.container {
    max-width: 1000px !important
}

@media (max-width:767px) {
    .table-responsive>.table-bordered {
        border: 0 !important
    }

    .table-responsive {
        width: 100%;
        margin-bottom: 16.5px;
        overflow-y: hidden;
        overflow-x: scroll;
        -ms-overflow-style: -ms-autohiding-scrollbar;
        -webkit-overflow-scrolling: touch
    }
}

.chart-container form {
    margin-bottom: 50px
}

.note-graph {
    font-weight: 400
}

.table-responsive .table {
    margin-bottom: 60px
}

.table th {
    font-weight: 400
}

.table td,
.table th {
    text-align: center;
    border-right: 0;
    border: 1px solid #ccc;
    padding: 14px 16px
}

.ps-container>.ps-scrollbar-y-rail>.ps-scrollbar-y {
    background: rgba(0, 0, 0, .2)
}

.ps-container:hover>.ps-scrollbar-y-rail:hover>.ps-scrollbar-y {
    background: rgba(0, 0, 0, .3)
}

.osb-calculator-table-section>div.container {
    max-width: 1000px !important
}

.ps-container.ps-active-x>.ps-scrollbar-x-rail,
.ps-container.ps-active-y>.ps-scrollbar-y-rail {
    z-index: 1
}

.osb-calculator-form .button-add {
    background: #fff;
    color: #0046bb;
    border: 2px solid #0046bb;
    transition: all .25s ease;
    padding: 12px 15px;
    border-radius: 0 !important
}

.osb-calculator-form .brokerage-table .tablesaw-cell-content {
    width: 100%
}

.osb-calculator-form .brokerage-table .input-group-select {
    margin-bottom: 10px
}

.osb-calculator-form .brokerage-table .input-group-select:last-child {
    margin-bottom: 0
}

.osb-calculator-form .brokerage-table thead tr th {
    text-align: center;
    font-weight: 400
}

.osb-calculator-form .brokerage-table thead tr th:last-child {
    width: 80px
}

.osb-calculator-form .brokerage-table tbody tr td:last-child {
    padding: 15px 10px
}

@media (min-width:768px) {
    .osb-calculator-form .brokerage-table tbody tr td:last-child {
        padding: 0
    }
}

@media (min-width:768px) {
    .osb-calculator-form .brokerage-table td {
        text-align: center;
        padding: 15px 10px
    }
}

@media (min-width:992px) {
    .osb-calculator-form .brokerage-table td {
        padding: 15px 20px
    }
}

@media (min-width:1200px) {
    .osb-calculator-form .brokerage-table td {
        padding: 20px 30px
    }
}

.osb-calculator-form .brokerage-table td,
.osb-calculator-form .brokerage-table th {
    border: 1px solid #e5e5e5;
    border-bottom: 0;
    padding: 15px 10px;
    font-size: 16px;
    color: #666
}

@media (min-width:768px) {

    .osb-calculator-form .brokerage-table td,
    .osb-calculator-form .brokerage-table th {
        border-right: 0
    }

    .osb-calculator-form .brokerage-table td:last-child,
    .osb-calculator-form .brokerage-table th:last-child {
        border-right: 1px solid #e5e5e5;
        border-bottom: 1px solid #e5e5e5
    }
}

@media (min-width:992px) {

    .osb-calculator-form .brokerage-table td,
    .osb-calculator-form .brokerage-table th {
        padding: 15px 20px
    }
}

@media (min-width:1200px) {

    .osb-calculator-form .brokerage-table td,
    .osb-calculator-form .brokerage-table th {
        padding: 20px
    }
}

.osb-calculator-form .brokerage-table tfoot td {
    border-bottom: 1px solid #e5e5e5
}

.osb-calculator-form .brokerage-table tfoot td:first-child {
    text-align: left;
    border-bottom: 0
}

@media (min-width:768px) {
    .osb-calculator-form .brokerage-table tfoot td:first-child {
        border-bottom: 1px solid #e5e5e5
    }
}

.osb-calculator-form .brokerage-table tfoot td .tablesaw-cell-label {
    visibility: hidden
}

.osb-calculator-form .brokerage-table tfoot td:last-child {
    display: none
}

@media (min-width:768px) {
    .osb-calculator-form .brokerage-table tfoot td:last-child {
        display: table-cell;
        vertical-align: inherit
    }
}

.introducing-os.p-90 {
    padding: calc(48px + 42 * ((100vw - 576px) / 1344)) 0
}

.introducing-os .pb-64 {
    padding-bottom: calc(32px + 32 * ((100vw - 576px) / 1344))
}

.introducing-os .m-0 {
    margin: 0
}

.introducing-os .mb-0 {
    margin-bottom: 0
}

.introducing-os .mg-t-16 {
    margin-top: 16px
}

.introducing-os .mg-t-32 {
    margin-top: 32px
}

.introducing-os .mg-b-32 {
    margin-bottom: 32px
}

.introducing-os .mg-t-64 {
    margin-top: 64px
}

.introducing-os .border-radius-16 {
    border-radius: 16px
}

.introducing-os .sec-heading,
.introducing-os .upstox-option-strategies .faq-sec .heading,
.introducing-os .upstox-trading-facility .faq-sec .heading,
.upstox-option-strategies .faq-sec .introducing-os .heading,
.upstox-trading-facility .faq-sec .introducing-os .heading {
    font-family: Inter;
    font-size: calc(28px + 22 * (100vw - 320px) / 1600);
    font-weight: 700;
    line-height: 1.2;
    letter-spacing: 0;
    color: #262626
}

.introducing-os .video-outer {
    position: relative;
    z-index: 1;
    max-width: 360px;
    width: 100%;
    display: -ms-flexbox;
    display: flex
}

.introducing-os .video-outer video {
    border: 6px solid #000;
    border-bottom: none;
    box-shadow: 0 4px 24px 0 #00000040;
    border-radius: 32px 32px 0 0;
    background: #fff;
    width: 100%
}

.introducing-os .sec-row {
    --gap: 15px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-left: calc(-1 * var(--gap));
    margin-right: calc(-1 * var(--gap));
    margin-bottom: calc(-1 * var(--gap))
}

.introducing-os .sec-col {
    -ms-flex: 0 0 calc(100% / var(--col));
    flex: 0 0 calc(100% / var(--col));
    max-width: calc(100% / var(--col));
    padding-left: var(--gap);
    padding-right: var(--gap);
    padding-bottom: var(--gap)
}

.introducing-os .introducing-os__inner {
    background: #e9e6ff;
    padding: 64px 64px 0;
    overflow: hidden
}

.introducing-os .introducing-os__inner>.sec-row {
    --col: 2
}

.introducing-os .introducing-os__inner>.sec-row>.sec-col.column-1 {
    -ms-flex: 0 0 70%;
    flex: 0 0 70%;
    max-width: 70%
}

.introducing-os .introducing-os__inner>.sec-row>.sec-col.column-2 {
    -ms-flex: 0 0 30%;
    flex: 0 0 30%;
    max-width: 30%
}

.introducing-os .introducing-os__inner>.sec-row>.sec-col.column-2 .content-fold {
    height: 100%;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: end;
    align-items: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end
}

.introducing-os .heading-sec .small-heading {
    font-family: Inter;
    font-size: 24px;
    font-weight: 700;
    line-height: 1.2;
    display: block
}

.introducing-os .heading-sec .sub-heading {
    color: #000
}

.introducing-os .heading-sec .heading-slogan {
    font-family: Inter;
    font-size: 28px;
    font-weight: 700;
    line-height: 34px;
    letter-spacing: -.01em;
    color: #000
}

.introducing-os .intro-features-list {
    max-width: 752px;
    width: 100%
}

.introducing-os .intro-features-list>.sec-row {
    --gap: 8px;
    --col: 4;
    margin-bottom: calc(-1 * (var(--gap) * 2))
}

.introducing-os .intro-features-list>.sec-row .sec-col {
    padding-bottom: calc(var(--gap) * 2)
}

.introducing-os .intro-features-list .content-fold {
    text-align: center;
    background: #d3cff3;
    padding: 16px;
    border-radius: 8px;
    height: 100%
}

.introducing-os .intro-features-list .content-fold figure {
    height: 80px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-bottom: 8px
}

.introducing-os .intro-features-list .content-fold figure img {
    height: 48px;
    -o-object-fit: contain;
    object-fit: contain
}

.introducing-os .intro-features-list .content-fold .title {
    font-family: Inter;
    font-size: 14px;
    font-weight: 500;
    line-height: 20px;
    letter-spacing: -.09000000357627869px;
    text-align: center;
    color: #000
}

.introducing-os .btn-block .button-design {
    min-width: 182px;
    font-family: Inter;
    font-size: 16px;
    font-weight: 700;
    line-height: 19px;
    letter-spacing: 0;
    text-align: center
}

@media screen and (min-width:1025px) {
    .introducing-os .container {
        max-width: 1248px !important;
        width: 100%
    }
}

@media screen and (min-width:1441px) {
    .introducing-os .container {
        max-width: 1536px !important;
        width: 100%
    }
}

@media screen and (max-width:1440px) {

    .introducing-os .sec-heading,
    .introducing-os .upstox-option-strategies .faq-sec .heading,
    .introducing-os .upstox-trading-facility .faq-sec .heading,
    .upstox-option-strategies .faq-sec .introducing-os .heading,
    .upstox-trading-facility .faq-sec .introducing-os .heading {
        font-size: 32px;
        line-height: 1.5
    }

    .introducing-os .video-outer {
        max-width: 325px
    }

    .introducing-os .video-outer video {
        border-radius: 24px 24px 0 0
    }

    .introducing-os .introducing-os__inner {
        padding: 64px 64px 0
    }

    .introducing-os .introducing-os__inner .heading-sec .sec-heading,
    .introducing-os .introducing-os__inner .heading-sec .upstox-option-strategies .faq-sec .heading,
    .introducing-os .introducing-os__inner .heading-sec .upstox-trading-facility .faq-sec .heading,
    .upstox-option-strategies .faq-sec .introducing-os .introducing-os__inner .heading-sec .heading,
    .upstox-trading-facility .faq-sec .introducing-os .introducing-os__inner .heading-sec .heading {
        font-size: calc(28px + 16 * (100vw - 320px) / 1120);
        line-height: 1.2
    }

    .introducing-os .introducing-os__inner .heading-sec .heading-slogan {
        margin-top: 16px;
        font-size: 24px;
        line-height: 29px
    }

    .introducing-os .introducing-os__inner .content-fold {
        margin-top: 0 !important
    }
}

@media screen and (max-width:991px) {
    .introducing-os {
        padding-top: 0 !important
    }

    .introducing-os .sec-heading,
    .introducing-os .upstox-option-strategies .faq-sec .heading,
    .introducing-os .upstox-trading-facility .faq-sec .heading,
    .upstox-option-strategies .faq-sec .introducing-os .heading,
    .upstox-trading-facility .faq-sec .introducing-os .heading {
        font-size: 24px;
        line-height: 1.4
    }

    .introducing-os>.container {
        padding-left: 0;
        padding-right: 0;
        max-width: none
    }

    .introducing-os .introducing-os__inner {
        padding: 32px 24px 64px;
        border-radius: 0
    }

    .introducing-os .introducing-os__inner>.sec-row {
        --col: 1;
        -ms-flex-direction: column-reverse;
        flex-direction: column-reverse
    }

    .introducing-os .introducing-os__inner>.sec-row>.sec-col {
        -ms-flex: 0 0 100% !important;
        flex: 0 0 100% !important;
        max-width: 100% !important
    }

    .introducing-os .introducing-os__inner>.sec-row>.sec-col.column-1 {
        padding-top: 32px
    }

    .introducing-os .introducing-os__inner>.sec-row>.sec-col.column-1>.content-fold {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-direction: column;
        flex-direction: column;
        padding-bottom: 0
    }

    .introducing-os .introducing-os__inner>.sec-row>.sec-col.column-1>.content-fold>.heading-sec .sub-heading {
        margin-top: 0
    }

    .introducing-os .introducing-os__inner>.sec-row>.sec-col.column-1>.content-fold>.heading-sec .sub-heading strong {
        display: block
    }

    .introducing-os .introducing-os__inner>.sec-row>.sec-col.column-1>.content-fold .btn-block {
        text-align: center;
        margin-top: 32px
    }

    .introducing-os .introducing-os__inner>.sec-row>.sec-col.column-2 {
        padding-bottom: 0
    }

    .introducing-os .introducing-os__inner>.sec-row>.sec-col.column-2 .content-fold {
        -ms-flex-pack: center;
        justify-content: center;
        overflow: hidden
    }

    .introducing-os .introducing-os__inner>.sec-row .intro-features-list {
        -ms-flex-order: 1;
        order: 1;
        margin-top: 48px
    }

    .introducing-os .introducing-os__inner>.sec-row .intro-features-list>.sec-row {
        --col: 2
    }

    .introducing-os .introducing-os__inner>.sec-row .intro-features-list .content-fold {
        background: #d3cff3
    }

    .introducing-os .introducing-os__inner>.sec-row .intro-features-list .content-fold .title {
        font-weight: 700
    }

    .introducing-os .heading-sec {
        text-align: center
    }

    .introducing-os .heading-sec .small-heading {
        margin-bottom: 8px !important
    }

    .introducing-os .heading-sec .heading {
        margin-top: 8px
    }

    .introducing-os .heading-sec .heading-slogan {
        font-size: 16px;
        line-height: 1.5;
        color: #41246e
    }

    .introducing-os .btn-block .button-design {
        min-width: 100%
    }
}

@media screen and (max-width:767px) {
    .introducing-os .introducing-os__inner {
        padding-left: 16px;
        padding-right: 16px;
        border-radius: 0
    }

    .introducing-os .sec-heading,
    .introducing-os .upstox-option-strategies .faq-sec .heading,
    .introducing-os .upstox-trading-facility .faq-sec .heading,
    .upstox-option-strategies .faq-sec .introducing-os .heading,
    .upstox-trading-facility .faq-sec .introducing-os .heading {
        font-size: 28px;
        line-height: 1.4
    }

    .introducing-os .video-outer {
        max-width: 192px
    }

    .introducing-os .video-outer video {
        border: 3.54462px solid #000;
        border-bottom: none;
        box-shadow: 0 2.36308px 14.1785px rgba(0, 0, 0, .25);
        border-radius: 14.1785px 14.1785px 0 0
    }

    .introducing-os .heading-sec .small-heading {
        font-size: 16px;
        line-height: 2
    }

    .introducing-os .heading-sec .sec-heading,
    .introducing-os .heading-sec .upstox-option-strategies .faq-sec .heading,
    .introducing-os .heading-sec .upstox-trading-facility .faq-sec .heading,
    .upstox-option-strategies .faq-sec .introducing-os .heading-sec .heading,
    .upstox-trading-facility .faq-sec .introducing-os .heading-sec .heading {
        font-size: 28px !important;
        font-weight: 700;
        line-height: 40px !important;
        color: #000 !important
    }

    .introducing-os .heading-sec .heading-slogan {
        font-size: 16px !important;
        line-height: 2 !important;
        margin-top: 8px !important
    }

    .introducing-os .btn-block .button-design {
        min-width: 100%
    }

    .introducing-os .intro-features-list {
        padding-left: 0;
        padding-right: 0
    }

    .introducing-os .intro-features-list>.sec-row {
        --gap: 8px
    }

    .introducing-os .intro-features-list .content-fold {
        padding: 8px
    }

    .introducing-os .intro-features-list .content-fold figure {
        height: 80px;
        margin-bottom: 8px
    }

    .introducing-os .intro-features-list .content-fold figure img {
        height: 40px
    }

    .introducing-os .intro-features-list .content-fold .title {
        font-size: 14px;
        line-height: 20px;
        font-weight: 700
    }
}

footer .footer-support-desktop .footer-tabs>li a,
footer .footer-support-mobile .footer-tabs>li a {
    color: #fff !important
}

footer .footer-support-desktop .footer-tabs>li a:hover,
footer .footer-support-mobile .footer-tabs>li a:hover {
    color: #af91d1 !important
}

footer.container-fluid {
    max-width: 100% !important
}

footer {
    background: #43165c;
    position: relative
}

footer .custom-container {
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto
}

@media (min-width:768px) {
    footer .custom-container {
        width: 750px
    }
}

@media (min-width:992px) {
    footer .custom-container {
        width: 970px
    }
}

@media (min-width:1200px) {
    footer .custom-container {
        width: 1170px
    }
}

footer.pro:after {
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    width: 100%;
    height: 2px;
    background: linear-gradient(90deg, #0046bb, #1b3247)
}

footer .footer-links {
    padding-top: 35px !important;
    padding-bottom: 25px
}

footer .footer-links ul {
    margin-bottom: 30px
}

footer .footer-links ul li {
    margin-bottom: 10px
}

footer .footer-links ul li.list-heading {
    color: #fff
}

footer .footer-links ul a {
    font-size: 12px;
    line-height: 18px;
    color: #fff
}

footer .footer-links ul a:hover {
    color: #af91d1 !important
}

@media (min-width:992px) {
    footer .footer-links ul {
        margin-bottom: 0
    }
}

footer .footer-links .widget-fisrt-column .foot-logo img {
    max-width: 110px
}

footer .footer-links .widget-fisrt-column p {
    font-weight: 400;
    font-size: 12px;
    line-height: 22px;
    color: #fff;
    margin: 16px 0;
    text-align: left
}

footer .footer-links .widget-fisrt-column .downloadApp-logo a:first-child {
    margin-bottom: 10px
}

footer .footer-links .widget-fisrt-column .downloadApp-logo a img {
    max-width: 140px
}

footer .footer-support-desktop,
footer .footer-support-mobile {
    padding: 25px 0 0;
    border-top: 1px solid #5a298b;
    color: #445a70 !important
}

footer .footer-support-desktop .container,
footer .footer-support-mobile .container {
    padding: 15px 0
}

footer .footer-support-desktop .footer-tabs,
footer .footer-support-mobile .footer-tabs {
    clear: both;
    border-bottom: 0 !important
}

footer .footer-support-desktop .footer-tabs .pane-container,
footer .footer-support-mobile .footer-tabs .pane-container {
    margin-bottom: 30px
}

footer .footer-support-desktop .footer-tabs .pane-container.hiding,
footer .footer-support-mobile .footer-tabs .pane-container.hiding {
    display: none
}

footer .footer-support-desktop .footer-tabs>li,
footer .footer-support-mobile .footer-tabs>li {
    float: left
}

footer .footer-support-desktop .footer-tabs>li.active>a,
footer .footer-support-desktop .footer-tabs>li.active>a:focus,
footer .footer-support-desktop .footer-tabs>li.active>a:hover,
footer .footer-support-mobile .footer-tabs>li.active>a,
footer .footer-support-mobile .footer-tabs>li.active>a:focus,
footer .footer-support-mobile .footer-tabs>li.active>a:hover {
    background-color: transparent !important;
    color: #fff
}

footer .footer-support-desktop .footer-tabs>li a,
footer .footer-support-mobile .footer-tabs>li a {
    border: none !important;
    color: #8493a2;
    font-size: 12px
}

footer .footer-support-desktop .footer-tabs>li a:active,
footer .footer-support-desktop .footer-tabs>li a:focus,
footer .footer-support-desktop .footer-tabs>li a:hover,
footer .footer-support-mobile .footer-tabs>li a:active,
footer .footer-support-mobile .footer-tabs>li a:focus,
footer .footer-support-mobile .footer-tabs>li a:hover {
    background-color: transparent !important;
    border: none !important;
    text-decoration: none;
    outline: none;
    color: #fff
}

footer .footer-support-desktop .footer-tabs>li a span,
footer .footer-support-mobile .footer-tabs>li a span {
    position: relative;
    top: -1px !important
}

footer .footer-support-desktop .footer-tabs>li a span.dashicons-plus:before,
footer .footer-support-mobile .footer-tabs>li a span.dashicons-plus:before {
    top: -1px !important
}

footer .footer-support-desktop .footer-tabs .expand_icon,
footer .footer-support-mobile .footer-tabs .expand_icon {
    margin-left: 2px;
    vertical-align: text-top
}

footer .footer-support-desktop .footer-tabs .expand_icon.dashicons-plus:before,
footer .footer-support-mobile .footer-tabs .expand_icon.dashicons-plus:before {
    content: "+";
    font-size: 14px;
    font-weight: 100
}

footer .footer-support-desktop .footer-tabs .collapsed .dashicons-plus:before,
footer .footer-support-desktop .footer-tabs .collapsed a,
footer .footer-support-mobile .footer-tabs .collapsed .dashicons-plus:before,
footer .footer-support-mobile .footer-tabs .collapsed a {
    color: #fff
}

footer .footer-support-desktop .footer-tabs .collapsed .dashicons-plus:before,
footer .footer-support-mobile .footer-tabs .collapsed .dashicons-plus:before {
    content: "-" !important
}

footer .footer-support-desktop .tab-content .tab-pane,
footer .footer-support-mobile .tab-content .tab-pane {
    padding: 5px 75px;
    clear: both;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-line-pack: justify;
    align-content: space-between
}

footer .footer-support-desktop .tab-content .tab-pane.flexed,
footer .footer-support-mobile .tab-content .tab-pane.flexed {
    display: -ms-flexbox !important;
    display: flex !important
}

footer .footer-support-desktop .tab-content .tab-pane.hiding,
footer .footer-support-mobile .tab-content .tab-pane.hiding {
    display: none
}

footer .footer-support-desktop .tab-content section,
footer .footer-support-mobile .tab-content section {
    margin-right: 30px;
    width: 30%;
    margin-bottom: 25px
}

footer .footer-support-desktop .tab-content section.widget li,
footer .footer-support-mobile .tab-content section.widget li {
    margin-bottom: 5px
}

footer .footer-support-desktop .tab-content section.widget li a,
footer .footer-support-mobile .tab-content section.widget li a {
    font-size: 12px;
    color: #fff
}

footer .footer-support-desktop .tab-content section.widget li a:hover,
footer .footer-support-mobile .tab-content section.widget li a:hover {
    color: #af91d1
}

footer .footer-support-desktop .tab-content section .widget .widget__title,
footer .footer-support-mobile .tab-content section .widget .widget__title {
    margin: 0 0 10px
}

footer .footer-support-desktop .tab-content .list-four-item section,
footer .footer-support-mobile .tab-content .list-four-item section {
    margin-right: 0 !important;
    width: 100% !important;
    margin-bottom: 25px !important
}

footer .footer-support-desktop .tab-content .list-four-item #menu-footer-calculators,
footer .footer-support-desktop .tab-content .list-four-item #menu-footer-futures-options,
footer .footer-support-desktop .tab-content .list-four-item #menu-footer-indian-stocks,
footer .footer-support-desktop .tab-content .list-four-item #menu-footer-more,
footer .footer-support-desktop .tab-content .list-four-item #menu-footer-popular-stocks,
footer .footer-support-mobile .tab-content .list-four-item #menu-footer-calculators,
footer .footer-support-mobile .tab-content .list-four-item #menu-footer-futures-options,
footer .footer-support-mobile .tab-content .list-four-item #menu-footer-indian-stocks,
footer .footer-support-mobile .tab-content .list-four-item #menu-footer-more,
footer .footer-support-mobile .tab-content .list-four-item #menu-footer-popular-stocks {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

footer .footer-support-desktop .tab-content .list-four-item #menu-footer-calculators li,
footer .footer-support-desktop .tab-content .list-four-item #menu-footer-futures-options li,
footer .footer-support-desktop .tab-content .list-four-item #menu-footer-indian-stocks li,
footer .footer-support-desktop .tab-content .list-four-item #menu-footer-more li,
footer .footer-support-desktop .tab-content .list-four-item #menu-footer-popular-stocks li,
footer .footer-support-mobile .tab-content .list-four-item #menu-footer-calculators li,
footer .footer-support-mobile .tab-content .list-four-item #menu-footer-futures-options li,
footer .footer-support-mobile .tab-content .list-four-item #menu-footer-indian-stocks li,
footer .footer-support-mobile .tab-content .list-four-item #menu-footer-more li,
footer .footer-support-mobile .tab-content .list-four-item #menu-footer-popular-stocks li {
    width: calc(100% / 4 - 12px)
}

footer .footer-support-desktop .tab-content .list-four-item #menu-footer-calculators:nth-child(4n),
footer .footer-support-desktop .tab-content .list-four-item #menu-footer-futures-options:nth-child(4n),
footer .footer-support-desktop .tab-content .list-four-item #menu-footer-indian-stocks:nth-child(4n),
footer .footer-support-desktop .tab-content .list-four-item #menu-footer-more:nth-child(4n),
footer .footer-support-desktop .tab-content .list-four-item #menu-footer-popular-stocks:nth-child(4n),
footer .footer-support-mobile .tab-content .list-four-item #menu-footer-calculators:nth-child(4n),
footer .footer-support-mobile .tab-content .list-four-item #menu-footer-futures-options:nth-child(4n),
footer .footer-support-mobile .tab-content .list-four-item #menu-footer-indian-stocks:nth-child(4n),
footer .footer-support-mobile .tab-content .list-four-item #menu-footer-more:nth-child(4n),
footer .footer-support-mobile .tab-content .list-four-item #menu-footer-popular-stocks:nth-child(4n) {
    margin-left: -12px
}

footer .widget_nav_menu .widget__title {
    color: #a09568 !important
}

footer .footer-tc {
    float: left;
    display: block;
    margin-right: 2.3576515979%;
    width: 100%;
    padding: 30px 75px;
    border-top: 1px solid #5a298b !important;
    border-bottom: 1px solid #5a298b !important;
    font-weight: 400;
    font-size: 11px;
    line-height: 18px;
    color: #eeebe6 !important;
    opacity: .5
}

footer .footer-tc:last-child {
    margin-right: 0
}

footer .footer-tc a {
    color: #dd92e4
}

footer .footer-tc .hidden_footer .morelink,
footer .footer-tc .hidden_footer .morelink:hover {
    color: #8493a2;
    text-decoration: none
}

footer .footer-tc .hidden_footer h1 {
    font-size: 18px
}

footer .footer-tc .hidden_footer h2 {
    font-size: 16px
}

footer .footer-tc .hidden_footer h3 {
    font-size: 14px
}

footer .footer-tc .hidden_footer h4 {
    font-size: 12px
}

footer .footer-tc .hidden_footer h5 {
    font-size: 10px
}

footer .footer-tc .hidden_footer ul {
    -webkit-margin-before: 1em !important;
    -webkit-margin-after: 1em !important;
    -webkit-margin-start: 0 !important;
    -webkit-margin-end: 0 !important;
    -webkit-padding-start: 40px !important;
    list-style-type: disc !important
}

footer .footer-tc .hidden_footer ol {
    list-style-type: decimal;
    -webkit-padding-start: 40px
}

footer .footer-tc .hidden_footer a {
    color: #dd92e4;
    text-decoration: none
}

footer .footer-tc .hidden_footer p {
    font-size: 10px !important
}

@media (min-width:992px) {
    footer .footer-tc {
        margin: 0 auto
    }
}

footer .footer-tc .morecontent span {
    display: none
}

footer footer.pro {
    padding-top: 20px
}

footer footer.pro .footer-tc {
    border-top: none
}

footer .footer-tnc-set {
    line-height: 18px;
    list-style-position: inside;
    text-indent: -1.4em;
    margin-left: 15px
}

footer .footer-last {
    clear: both
}

footer .footer-last .container {
    padding-left: 16px
}

footer .footer_readmore {
    color: #8493a2;
    cursor: pointer
}

footer .footer-copyright {
    float: left;
    display: block;
    margin-right: 2.3576515979%;
    width: 100%;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 25px 75px;
    text-align: center;
    color: #4a4a4a !important
}

footer .footer-copyright:last-child {
    margin-right: 0
}

footer .footer-copyright .legal {
    font-size: 12px;
    margin-bottom: 15px;
    padding-left: 0;
    text-align: left
}

footer .footer-copyright .legal li a {
    color: hsla(0, 0%, 100%, .4);
    transition: all .25s ease;
    font-family: Inter, sans-serif;
    font-weight: 400;
    color: #fff
}

footer .footer-copyright .legal li a:hover {
    color: #af91d1
}

@media (min-width:768px) {
    footer .footer-copyright .legal li {
        display: inline-block;
        margin-right: 10px
    }
}

@media (max-width:992px) {
    footer .footer-copyright .legal {
        text-align: center !important
    }
}

@media (min-width:768px) {
    footer .footer-copyright .legal {
        margin: 0
    }
}

footer .footer-copyright .copyright {
    font-size: 12px;
    margin: 0;
    color: #fff !important;
    padding-right: 0;
    font-weight: 500;
    line-height: 1.43;
    text-align: right
}

footer .footer-copyright .copyright em {
    font-style: normal;
    color: #af91d1
}

@media (max-width:992px) {
    footer .footer-copyright .copyright {
        text-align: center !important
    }
}

@media (min-width:768px) {
    footer .footer-copyright .copyright {
        text-align: right
    }
}

@media (min-width:992px) {
    footer .footer-copyright {
        text-align: left
    }
}

@media (max-width:992px) {
    .footer-copyright>.legal {
        padding-right: 0
    }

    .footer-copyright .legal li {
        margin-bottom: 8px;
        margin-right: 14px
    }
}

@media (max-width:1194px) {

    .footer-support-mobile .tab-content section,
    footer .footer-support-desktop .tab-content section {
        width: 20%
    }
}

@media (min-width:992px) {
    .footer-links {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-direction: row;
        flex-direction: row;
        text-align: left;
        margin: 10px auto;
        float: none;
        padding: 0 75px
    }

    .footer-links>section {
        -ms-flex: 1;
        flex: 1;
        margin: 0 10px
    }

    .footer-links>section:first-child {
        -ms-flex: 0 0 23.5%;
        flex: 0 0 23.5%;
        margin-left: 0
    }

    .footer-tabs {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-direction: row;
        flex-direction: row;
        -ms-flex-pack: justify;
        justify-content: space-between;
        text-align: left;
        margin: 0 auto;
        margin-bottom: 25px;
        float: none;
        padding: 0 75px
    }

    .footer-copyright {
        padding: 25px 0
    }

    .widget-social {
        display: block
    }
}

@media (max-width:991px) {
    .footer-links {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        padding: 35px 15px 58px
    }

    .footer-links>section {
        -ms-flex: 0 0 calc(100% / 3 - 20px);
        flex: 0 0 calc(100% / 3 - 20px);
        margin: 0 10px 20px
    }

    .footer-links>section:first-child,
    .footer-links>section:nth-child(4) {
        margin-left: 0
    }

    .footer-links .widget-social {
        display: none
    }
}

@media (max-width:610px) {
    .footer-links>section {
        -ms-flex: 0 0 calc(100% / 3 - 25px);
        flex: 0 0 calc(100% / 3 - 25px)
    }
}

@media (max-width:575px) {
    footer .footer-links>section {
        margin: 0
    }

    footer .footer-links>section,
    footer .footer-links>section:first-child {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%
    }

    footer .footer-links .widget-fisrt-column .foot-logo img {
        max-width: 90px
    }

    footer .footer-links .widget-fisrt-column .downloadApp-logo {
        margin-bottom: 20px
    }

    footer .footer-links .widget-fisrt-column .downloadApp-logo a {
        display: block
    }

    footer .footer-links .widget-fisrt-column .downloadApp-logo a img {
        max-width: 120px
    }
}

@media (max-width:992px) {
    footer .footer-copyright {
        padding: 25px 0
    }

    footer .footer-copyright .legal.top {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-direction: row;
        flex-direction: row;
        -ms-flex-pack: justify;
        justify-content: space-between;
        margin: 0 auto
    }

    footer .footer-social_mobile {
        padding-top: 25px
    }

    footer .menu-footer-social-mobile {
        display: -ms-flexbox;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        display: flex;
        -ms-flex-direction: row;
        flex-direction: row;
        -ms-flex-pack: justify;
        justify-content: space-between;
        margin: 0 auto
    }

    footer .menu-footer-social-mobile li a span {
        color: #fff;
        font-size: 22px;
        padding: 6px
    }

    footer .menu-footer-social-mobile li a:hover {
        color: #af91d1
    }

    footer .footer-tc {
        padding: 30px 15px
    }

    footer .footer-support-mobile {
        padding: 30px 15px !important
    }

    footer .footer-support-desktop,
    footer .footer-support-mobile {
        clear: both;
        padding: 30px
    }

    footer .footer-support-desktop>ul,
    footer .footer-support-mobile>ul {
        margin-bottom: 0
    }

    footer .footer-support-desktop>ul>li,
    footer .footer-support-mobile>ul>li {
        padding-bottom: 25px;
        width: 100%;
        float: none
    }

    footer .footer-support-desktop>ul>li:last-child,
    footer .footer-support-mobile>ul>li:last-child {
        padding-bottom: 30px
    }

    footer .footer-support-desktop .tab-content .tab-pane,
    footer .footer-support-mobile .tab-content .tab-pane {
        padding: 5px 0
    }

    footer .footer-support-desktop .tab-content section,
    footer .footer-support-mobile .tab-content section {
        margin-right: 0;
        width: 100%;
        float: none
    }

    footer .footer-support-desktop .tab-content section:last-child,
    footer .footer-support-mobile .tab-content section:last-child {
        margin-bottom: 0
    }
}

.headline h2,
.headline p {
    display: inline;
    font-size: 12px !important;
    font-weight: 400 !important
}

.pricing footer .footer-tc .hidden_footer .seo_content h2,
.pricing footer .footer-tc .hidden_footer .seo_content h3 {
    font-size: 14px;
    margin: 13px 0
}

.footer-tabs li.tab {
    width: 150px
}

.footer-support-desktop.new-menu.visible-lg.visible-md {
    border-top: 0;
    padding-top: 10px
}

#ar li,
#ban li,
#ipo li,
#sav li,
#sch li {
    width: 24%;
    display: inline-block
}

@media (max-width:767px) {

    #ar li,
    #ban li,
    #ipo li,
    #sav li,
    #sch li {
        width: 100%
    }
}

.az-footer-menu {
    display: -ms-flexbox;
    display: flex;
    padding: 20px 75px
}

.az-footer-menu>.title {
    -ms-flex: 0 1 128px;
    flex: 0 1 128px;
    font-weight: 700;
    font-size: 16px;
    line-height: 32px;
    letter-spacing: -.18px;
    color: #fff
}

.az-footer-menu ul.alpha-list-items {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-positive: 1;
    flex-grow: 1
}

.az-footer-menu ul.alpha-list-items li {
    margin-top: 5px;
    margin-bottom: 5px;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    -ms-flex-align: center;
    align-items: center
}

.az-footer-menu ul.alpha-list-items li a {
    color: #fff;
    display: block;
    padding: 6px 2px;
    font-size: 14px;
    font-weight: 500;
    line-height: 20px;
    border-right: 1px solid hsla(0, 0%, 100%, .5);
    letter-spacing: -.09000000357627869px;
    text-align: center
}

.az-footer-menu ul.alpha-list-items li:last-child a {
    border: none
}

@media screen and (max-width:992px) {
    .az-footer-menu {
        -ms-flex-direction: column;
        flex-direction: column;
        width: 100%;
        padding: 20px 15px
    }

    .az-footer-menu>.title {
        -ms-flex: 0 1 auto;
        flex: 0 1 auto
    }

    .az-footer-menu ul.alpha-list-items {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap
    }

    .az-footer-menu ul.alpha-list-items li {
        -ms-flex: 0 1 30px;
        flex: 0 1 30px
    }

    .az-footer-menu ul.alpha-list-items li a {
        padding: 6px 10px
    }
}

.not-found {
    position: relative;
    height: 100vh
}

.not-found .container {
    width: 100%
}

.not-found .error-message {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column
}

.not-found .error-message p {
    color: #000;
    text-transform: uppercase;
    letter-spacing: .3em;
    font-size: 12px;
    margin-bottom: 20px
}

@media (min-width:768px) {
    .not-found .error-message p {
        font-size: 14px
    }
}

.not-found h1 {
    font-size: 35px;
    margin-bottom: 30px;
    text-align: center
}

.not-found img {
    margin: 100px auto 50px
}

section.not-found {
    background: url(../img/404/404-bg-pattern@3x.png) no-repeat;
    background-size: cover;
    background-position: 50%;
    background-color: #fafafa;
    padding-top: 70px
}

.Sorry-we-couldnt {
    font-size: 28px;
    font-weight: 300;
    line-height: 1.21;
    letter-spacing: .7px;
    text-align: center;
    color: #000;
    margin-bottom: 86px
}

.btn-homepage {
    background: #43165c !important;
    border-radius: 100px;
    padding: 14px 58px;
    font-size: 16px;
    font-weight: 500;
    letter-spacing: 1.6px;
    text-align: center;
    color: #fff
}

.btn-homepage:hover {
    background: #7a26ce !important;
    color: #fff !important
}

.btn-back {
    border: 2px solid #43165c !important;
    padding: 14px 58px;
    font-size: 16px;
    font-weight: 500;
    letter-spacing: 1.6px;
    text-align: center;
    color: #43165c;
    border-radius: 100px;
    background-color: transparent !important;
    margin-right: 25px;
    padding: 14px 84px
}

.btn-back:hover {
    background-color: rgba(122, 38, 206, .1) !important;
    border: 2px solid #7a26ce !important
}

@media (max-width:767px) {
    .btn-back {
        margin: 0
    }

    .Sorry-we-couldnt {
        margin-bottom: 32px
    }

    .not-found a.button.btn-back {
        margin-right: 0;
        margin-bottom: 20px
    }

    a.button.btn-homepage {
        margin-bottom: 20px !important;
        display: inline-block
    }
}

.container-api {
    width: 960px;
    margin: 0 auto
}

.api-header {
    background-repeat: no-repeat;
    background-position: top -115px right;
    background-size: 100%;
    height: 1200px;
    padding-top: 148px
}

.node-python {
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin: 0 auto
}

.api-warning,
.node-python {
    display: -ms-flexbox;
    display: flex
}

.api-warning {
    border-radius: 4px;
    box-shadow: 0 1px 3px 0 rgba(63, 63, 68, .15), 0 0 0 1px rgba(63, 63, 68, .05);
    padding: 15px;
    background: #fff;
    font-size: 14px;
    font-weight: 400;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.5;
    letter-spacing: normal
}

.api-warning img {
    margin-right: 7px
}

@media (max-width:768px) {
    .api-warning {
        -ms-flex-align: start;
        align-items: start
    }
}

.mt {
    margin-top: 44px
}

.critical,
.developer_navigaion_wrap {
    position: fixed;
    top: 70px;
    width: 100%;
    background-image: linear-gradient(270deg, #43165c, #43165c, #43165c);
    padding: 20px 0 10px;
    z-index: 3
}

@media (max-width:768px) {

    .critical,
    .developer_navigaion_wrap {
        overflow-x: auto;
        top: 60px
    }

    .critical:after,
    .developer_navigaion_wrap:after {
        content: "";
        position: fixed;
        right: 0;
        height: 60px;
        top: 62px;
        opacity: .8;
        -webkit-filter: blur(2px);
        filter: blur(2px);
        background-color: #43165c;
        width: 40px
    }
}

.critical .dev_navigation-container,
.developer_navigaion_wrap .dev_navigation-container {
    width: 942px;
    margin: 0 auto
}

@media (max-width:768px) {

    .critical .dev_navigation-container,
    .developer_navigaion_wrap .dev_navigation-container {
        width: 550px;
        float: left
    }
}

.critical .dev-nav-links,
.developer_navigaion_wrap .dev-nav-links {
    display: inline-block;
    width: 86%
}

@media (max-width:768px) {

    .critical .dev-nav-links,
    .developer_navigaion_wrap .dev-nav-links {
        width: auto
    }
}

.critical .dev-nav-links ul li,
.developer_navigaion_wrap .dev-nav-links ul li {
    display: inline-block;
    margin-left: 67px
}

.critical .dev-nav-links ul li:last-child,
.developer_navigaion_wrap .dev-nav-links ul li:last-child {
    float: right
}

.critical .dev-nav-links ul li a,
.developer_navigaion_wrap .dev-nav-links ul li a {
    color: #fff;
    transition: background .2s linear, color .2s linear;
    position: relative
}

.critical .dev-nav-links ul li a:before,
.developer_navigaion_wrap .dev-nav-links ul li a:before {
    content: "";
    display: block !important;
    position: absolute !important;
    bottom: -4px;
    height: 1px;
    width: 100%;
    background-color: #fff;
    transform-origin: right top;
    transform: scaleX(0);
    transition: transform .4s cubic-bezier(1, 0, 0, 1)
}

.critical .dev-nav-links ul li a:hover:before,
.developer_navigaion_wrap .dev-nav-links ul li a:hover:before {
    transform: scale(1);
    transform-origin: left top
}

@media (max-width:767px) {

    .critical .dev-nav-links ul li,
    .developer_navigaion_wrap .dev-nav-links ul li {
        margin-left: 20px !important
    }
}

.critical .dev-nav-links .current-menu-item,
.developer_navigaion_wrap .dev-nav-links .current-menu-item {
    position: relative
}

.critical .dev-nav-links .current-menu-item a:after,
.developer_navigaion_wrap .dev-nav-links .current-menu-item a:after {
    content: "";
    border-bottom: 1px solid #fff;
    position: absolute;
    left: 0;
    width: 100%;
    bottom: -3px
}

.critical .upstox-logo,
.developer_navigaion_wrap .upstox-logo {
    display: inline
}

@media (max-width:768px) {

    .critical .upstox-logo,
    .developer_navigaion_wrap .upstox-logo {
        margin-right: 20px
    }
}

.critical .upstox-logo a,
.developer_navigaion_wrap .upstox-logo a {
    color: #fff;
    font-weight: 700;
    font-size: 18px
}

@media (max-width:768px) {

    .critical .upstox-logo a,
    .developer_navigaion_wrap .upstox-logo a {
        left: 20px;
        position: relative
    }
}

.block1 {
    margin-top: 55px;
    width: 100%;
    float: left
}

@media (max-width:768px) {
    .block1 {
        margin-top: 0
    }
}

.block1 span {
    font-size: 21.4px;
    line-height: 1.6;
    letter-spacing: .5px;
    text-align: left;
    color: #4c4c4c
}

.text-big {
    font-size: 40px;
    line-height: 1.38;
    letter-spacing: 2px;
    text-align: left;
    color: #000;
    margin: 10px 0 48px;
    font-weight: 400
}

a.explore-btn {
    background-color: #43165c;
    color: #fff;
    border-radius: 0;
    float: left
}

a.explore-btn,
a.view-pricing {
    padding: 20px 35px;
    font-size: 16px;
    font-weight: 500;
    letter-spacing: 1.6px
}

a.view-pricing {
    background: transparent !important;
    text-align: right;
    color: #43165c;
    border: 2px solid #43165c;
    border-radius: 0;
    margin-left: 15px
}

.block2 {
    width: 100%;
    float: left;
    margin-top: 60px
}

.block2-heading {
    font-size: 40px;
    font-weight: 700;
    line-height: 1.38;
    letter-spacing: 2px;
    text-align: center;
    color: #000
}

.block2 .content-block-left,
.block2 .content-block-right {
    margin: 60px 0 0;
    padding: 40px;
    background-color: #fff;
    box-shadow: 0 0 70px 12px rgba(217, 228, 255, .3)
}

.block2 .content-block-left {
    position: relative;
    z-index: 2
}

.content-block-title {
    margin-bottom: 25px;
    font-size: 22px;
    font-weight: 500;
    letter-spacing: 3px;
    text-align: left;
    color: #181818
}

.content-block-description {
    font-size: 16px;
    font-weight: 500;
    line-height: 1.85;
    letter-spacing: 1.2px;
    text-align: left;
    color: #454545
}

.services-wrapper {
    margin-bottom: 100px;
    margin-top: 80px
}

.services-grid {
    margin-top: 5px
}

.block3-heading {
    font-size: 30px;
    font-weight: 500;
    line-height: 1.5;
    letter-spacing: 2px;
    text-align: left;
    color: #181818;
    margin-bottom: 40px
}

.block3-text {
    font-size: 20px;
    line-height: 1.85;
    letter-spacing: 1.2px;
    text-align: left;
    color: #454545;
    font-weight: 400
}

.library-text-dark {
    margin-right: 5px;
    width: 212px;
    height: 155px;
    background-color: #f1f1f1;
    border: 2px solid #fff;
    line-height: 155px;
    font-size: 23.1px;
    font-weight: 500;
    letter-spacing: 2.3px;
    text-align: center;
    color: #252654
}

.signup-wrapper {
    background-color: #eeebe6;
    padding-top: 50px;
    padding-bottom: 50px
}

.footer-wrapper {
    background-color: #43165c;
    color: #fff;
    padding-top: 70px;
    padding-bottom: 40px
}

ul.footer-link-ul {
    margin-top: 10px;
    padding: 0;
    text-align: right
}

ul.footer-link-ul li {
    display: inline-block
}

ul.footer-link-ul li a {
    font-size: 18px;
    font-weight: 300;
    letter-spacing: .4px;
    text-align: left;
    color: #fff;
    margin-left: 50px
}

.footer-top-wrapper {
    border-bottom: 1px solid #d0d0d0;
    padding-bottom: 50px
}

.Upstox-API {
    font-size: 16px !important;
    font-weight: 300;
    letter-spacing: .2px;
    text-align: left;
    color: #fff !important;
    margin-bottom: 45px
}

.footer-middle-wrapper p {
    margin-bottom: 50px;
    font-size: 12px;
    font-weight: 300;
    line-height: 2;
    letter-spacing: .6px;
    text-align: left;
    color: #d0d0d0
}

.dislaimer {
    margin-right: 100px
}

.footer-middle-wrapper {
    margin-top: 40px;
    border-bottom: 1px solid #d0d0d0;
    margin-bottom: 38px
}

.footer-middle-wrapper a {
    color: #dd92e4
}

.footer-bottom-wrapper a,
.footer-bottom-wrapper a:hover {
    text-align: left
}

.footer-bottom-wrapper a,
.footer-bottom-wrapper a:hover,
.footer-bottom-wrapper p {
    font-size: 16px;
    font-weight: 300;
    line-height: 1.25;
    letter-spacing: .4px;
    color: #d7d7d7
}

.footer-bottom-wrapper p {
    text-align: right
}

.library-text-light {
    margin-right: 5px;
    width: 212px;
    height: 155px;
    background-color: #f7f7f7;
    border: 2px solid #fff;
    line-height: 155px;
    font-size: 23.1px;
    letter-spacing: 2.3px;
    color: #252654
}

.block4-text,
.library-text-light {
    font-weight: 500;
    text-align: center
}

.block4-text {
    font-size: 23.6px;
    line-height: 1.85;
    letter-spacing: 1.2px;
    color: #454545
}

.block4-button {
    text-align: center;
    width: 220px;
    margin: 0 auto
}

.sign-up {
    padding: 16px 50px;
    background-color: #43165c;
    font-size: 16px;
    font-weight: 500;
    letter-spacing: 1.6px;
    text-align: center;
    color: #fff;
    float: left;
    margin-top: 40px
}

.gst-notification {
    margin-top: 25px;
    color: #898989;
    text-align: right
}

.star {
    display: inline !important;
    color: #898989 !important;
    position: relative;
    top: -15px
}

.price-ami .star {
    font-size: 30px;
    top: -48px
}

.block4 .gst-notification {
    text-align: center !important
}

.api-pricing-header {
    background: url(../img/developers/rectangle-9.png);
    background-repeat: no-repeat;
    background-position: top -124px right;
    background-size: 100%;
    height: 1000px;
    padding-top: 153px
}

.pricing-heading {
    font-size: 24px;
    line-height: 2.29;
    letter-spacing: 1.2px;
    text-align: center;
    color: #000
}

.pricing-maintitle {
    font-size: 40px;
    font-weight: 600;
    line-height: 1.38;
    letter-spacing: 2px;
    text-align: center;
    color: #43165c;
    margin-bottom: 80px
}

.pricing-block-left {
    float: right !important
}

.pricing-block-left,
.pricing-block-right {
    width: 49% !important;
    background-color: #fff;
    box-shadow: -10.3px 6.2px 81px 0 rgba(192, 202, 226, .54);
    padding: 40px !important
}

.pricing-block-right {
    float: left !important
}

.pricing-title {
    font-size: 30px;
    font-weight: 500;
    letter-spacing: 3px;
    margin-bottom: 30px
}

.pricing-description,
.pricing-title {
    text-align: center;
    color: #4c4c4c;
    display: block
}

.pricing-description {
    font-size: 18px;
    line-height: 1.8;
    letter-spacing: 1.3px;
    font-weight: 300;
    height: 100px
}

.pricing-description span {
    font-size: 25px !important;
    color: #4c4c4c !important
}

.pricing-block-left p,
.pricing-block-right p {
    font-size: 20px;
    font-weight: 700;
    letter-spacing: 1.1px;
    text-align: center;
    color: #43165c;
    margin-top: 25px
}

.pricing-block-left span,
.pricing-block-right span {
    font-size: 14px;
    letter-spacing: .9px;
    text-align: center;
    color: #43165c;
    display: block;
    font-weight: 300
}

.pricing-block-left sup,
.pricing-block-right sup {
    font-size: 20px
}

sup {
    top: 0 !important
}

p.old-price {
    position: relative;
    font-weight: 400;
    text-decoration: line-through
}

p.new-price {
    font-weight: 700;
    font-size: 44px
}

p.new-price span {
    font-weight: 700;
    font-size: 18px
}

p.new-price sup {
    top: -.9em !important
}

.tnc-wrapper {
    background: url(../img/developers/rectangle-9.png);
    background-repeat: no-repeat;
    background-position: top -55px right;
    background-size: 100%;
    padding-top: 145px
}

.tnc-container h1 {
    font-size: 28px;
    font-weight: 600;
    margin-bottom: 25px;
    margin-top: 40px
}

.tnc-container p {
    font-size: 16px;
    color: #666;
    line-height: 1.5;
    letter-spacing: 1px
}

p.subheading {
    font-size: 22px;
    font-weight: 600;
    color: #333;
    margin-top: 40px
}

ul.list-tnc {
    margin: 0;
    padding-left: 15px;
    font-size: 16px;
    color: #666;
    line-height: 1.5;
    letter-spacing: 1px;
    margin-top: 15px
}

.tnc-container {
    margin-bottom: 100px
}

@media (max-width:1023px) and (min-width:768px) {
    .container-api {
        width: 100%
    }

    img {
        max-width: 100%
    }

    a.view-pricing {
        margin-left: 5px
    }

    a.explore-btn,
    a.view-pricing {
        padding: 15px 10px;
        font-size: 14px
    }

    .block1 img {
        margin-top: 40px
    }

    .container-fluid.api-header {
        background-position: top;
        background-size: cover;
        height: auto;
        padding-top: 153px
    }

    .block2 .content-block-left,
    .block2 .content-block-right {
        margin: 45px 0;
        padding: 50px 30px 40px
    }

    .content-block-title {
        margin-bottom: 20px
    }

    .content-block-description {
        font-size: 21.6px
    }

    .block2-heading {
        font-size: 30px
    }

    .services-grid {
        margin-top: 5px
    }

    .library-text-dark,
    .library-text-light {
        width: 48%;
        float: left
    }

    .services-wrapper {
        margin-bottom: 80px
    }

    .footer-top-wrapper {
        text-align: center
    }

    ul.footer-link-ul li:first-child a {
        margin-left: 0
    }

    ul.footer-link-ul {
        margin-top: 10px;
        text-align: center
    }

    .footer-bottom-wrapper p {
        text-align: right
    }

    .block2 {
        margin-top: 20px
    }

    .footer-top-wrapper {
        text-align: left
    }

    .api-pricing-header {
        height: auto;
        background-position: top -48px center;
        background-size: cover
    }

    .pricing-block-left,
    .pricing-block-right {
        margin-bottom: 50px;
        width: 100% !important
    }

    .pricing-description {
        height: auto
    }

    .dislaimer {
        margin-right: 0
    }

    .footer-bottom-wrapper p {
        font-size: 12px
    }

    .footer-bottom-wrapper a,
    .footer-bottom-wrapper a:hover {
        font-size: 10px
    }

    ul.footer-link-ul li a {
        margin-left: 25px !important
    }
}

@media (max-width:767px) {
    .container-api {
        width: 100%
    }

    img {
        max-width: 100%
    }

    a.view-pricing {
        margin-left: 5px
    }

    a.explore-btn,
    a.view-pricing {
        padding: 15px 10px;
        font-size: 11px
    }

    .block1 img {
        margin-top: 40px
    }

    .container-fluid.api-header {
        background-position: top;
        background-size: cover;
        height: auto;
        padding-top: 153px
    }

    .block2 .content-block-left,
    .block2 .content-block-right {
        margin: 45px 0;
        padding: 50px 30px 40px
    }

    .content-block-title {
        margin-bottom: 20px;
        font-size: 22px
    }

    .content-block-description {
        font-size: 21.6px
    }

    .block2-heading {
        font-size: 30px
    }

    .services-grid {
        margin-top: 45px
    }

    .library-text-dark,
    .library-text-light {
        width: 48%;
        float: left
    }

    .services-wrapper {
        margin-bottom: 80px
    }

    .footer-top-wrapper {
        text-align: center
    }

    ul.footer-link-ul li:first-child a {
        margin-left: 0
    }

    ul.footer-link-ul {
        margin-top: 45px;
        text-align: center
    }

    .footer-bottom-wrapper p {
        text-align: left
    }

    .block2 {
        margin-top: 20px
    }

    .api-pricing-header {
        height: auto;
        background-position: top -48px center;
        background-size: cover
    }

    .pricing-block-left,
    .pricing-block-right {
        margin-bottom: 50px;
        width: 100% !important
    }

    .pricing-sub-wrap {
        width: 100%;
        margin: 0 auto
    }

    .pricing-description {
        height: auto
    }

    .dislaimer {
        margin-right: 0
    }

    .footer-bottom-wrapper p {
        font-size: 12px
    }

    .footer-bottom-wrapper a,
    .footer-bottom-wrapper a:hover {
        font-size: 10px
    }

    .fancy-pointer {
        width: 100% !important
    }

    span.fancy-pointer-img {
        float: left;
        width: 30% !important
    }

    span.fancy-pointer-txt {
        width: 70%;
        float: left
    }

    .amibroker-header {
        height: auto !important
    }

    .pricing-box-wrapper {
        width: 100% !important
    }

    .amibroker-header {
        background-position: top !important;
        background-size: inherit !important
    }

    .bridge-txt {
        font-size: 28px !important
    }

    .amibroker-txt {
        font-size: 20px !important
    }

    .Analyse-Markets-Smartly2 {
        font-size: 26px !important
    }

    .How-Amibroker-Bridge-works {
        font-size: 40px !important
    }

    p.visualise-txt {
        font-size: 30px !important
    }

    .features-box,
    .features-text {
        text-align: center !important
    }

    p.upstox-ac {
        font-size: 30px !important
    }

    .pricing-para {
        font-size: 20px !important
    }

    ul.footer-link-ul li a {
        margin-left: 25px
    }

    .market-data-tabs {
        width: 100% !important
    }

    .market-data-tabs li {
        margin: 10px !important
    }

    .market-data-tabs li a {
        font-size: 14px !important
    }
}

@media (max-width:767px) and (min-width:375px) {
    .market-data-tabs {
        width: 83% !important
    }
}

@media (max-width:767px) {
    .market-data-feed-wrapper {
        margin-bottom: 0 !important
    }

    .market-data-feed-wrapper .md-link {
        margin-bottom: 50px !important
    }

    .interactive-permonth,
    .interactive-pricing,
    .starting-at {
        text-align: left !important
    }

    .starting-at {
        position: relative !important;
        top: 0 !important
    }

    .collapse-data-wrapper .data-plan-tabs li {
        float: left !important
    }

    .collapse-data-wrapper .data-plan-tabs li a {
        font-size: 12px !important
    }

    .collapse-data-wrapper .data-plan-tabs .active a {
        line-height: 20px !important
    }

    .data-plan-wrapper .data-plan {
        width: 100% !important;
        margin-left: 0 !important
    }

    .data-plan-wrapper .data-plan .nse-pricing p {
        text-align: center !important
    }

    .pricing-heading {
        line-height: 1.5;
        margin-top: 30px
    }

    .pricing-maintitle {
        margin-bottom: 35px
    }
}

.trim-hc-b-title,
ol.BreadcrumbList-lc {
    position: absolute;
    top: -1000000px
}

.parallax-container {
    position: relative;
    overflow: hidden;
    height: 250px
}

.parallax-container .parallax {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: -1
}

.parallax-container .parallax img {
    max-width: none !important;
    position: absolute;
    left: 50%;
    bottom: 0;
    min-width: 100%;
    min-height: 100%;
    transform: translateZ(0);
    transform: translateX(-50%)
}

.learning_center_banner_archive {
    height: 300px
}

.learning-center_banner,
.learning_center_banner_archive,
.learning_center_banner_taxonomy {
    background-color: #eeebe6
}

img.thumb-img-LC {
    width: 100px;
    margin-right: 20px;
    margin-bottom: 10px
}

.help-center_banner {
    height: 230px
}

.thecontent-lc {
    margin-bottom: 24px
}

.thecontent-lc a {
    color: #43165c !important
}

.thecontent-lc p {
    color: #4c4c4c
}

.lc-intro {
    margin-top: 110px
}

.exploremore-lc-cat {
    background-color: #fff;
    width: 100%;
    z-index: 1;
    position: relative
}

.lc_sidepanel {
    position: fixed;
    top: 65%;
    margin-top: -17%;
    z-index: 0;
    margin-left: 15px
}

.tocmodalDialog .clearfix:before {
    display: table;
    content: " "
}

ol.BreadcrumbList-lc {
    display: none !important
}

.container-learning-center .blog-article-content .single-article-wrapper h1 {
    font-weight: 700;
    font-size: 24px !important;
    line-height: 32px;
    letter-spacing: -.01em;
    color: #333;
    text-align: left !important;
    padding: 12px 20px 10px;
    margin: 0
}

.container-learning-center .single-article-wrapper .single-article-content ul li {
    list-style-type: none;
    margin-left: 0;
    line-height: 26px;
    font-size: 16px;
    margin-bottom: 5px
}

.container-learning-center .blog-post-date {
    text-align: left !important;
    padding: 0 20px
}

.container-learning-center .single-article-wrapper .single-article-content {
    padding-top: 24px !important
}

.container-learning-center .single-article-wrapper .single-article-content .artical-contenttt p {
    font-weight: 400;
    line-height: 24px;
    color: #333
}

.container-learning-center h1.article-title {
    font-weight: 700;
    font-size: 24px !important;
    line-height: 32px;
    letter-spacing: -.01em;
    color: #333;
    text-align: left !important;
    padding: 12px 20px 10px;
    margin: 0
}

.container-learning-center .single-article-blog {
    padding-top: 0
}

.container-learning-center .sticky-section section.sidebar {
    top: 137px !important
}

.tocmodalDialog .rksv-container {
    background-color: #f05a3f;
    width: 50%;
    height: 100%;
    float: left
}

@media (max-width:650px) {
    .tocmodalDialog .rksv-container {
        width: 100%;
        height: 36%
    }
}

.tocmodalDialog .upstox-container {
    background-color: #f8f8f8;
    box-shadow: -6px -1px 12px 0 rgba(0, 0, 0, .18);
    height: 100%;
    overflow: auto;
    width: 50%;
    padding: 0 25px;
    float: left
}

@media (max-width:650px) {
    .tocmodalDialog .upstox-container {
        width: 100%;
        height: 64%
    }
}

.tocmodalDialog .text-container {
    padding-top: 13%;
    color: #036;
    font-weight: 400;
    letter-spacing: .45px
}

@media (max-width:650px) {
    .tocmodalDialog .text-container {
        padding-top: 4%
    }
}

.tocmodalDialog .upstox-heading {
    font-size: 34px;
    line-height: inherit;
    font-weight: 400;
    margin-bottom: 10px
}

@media (max-width:650px) {
    .tocmodalDialog .upstox-heading {
        font-size: 26px
    }
}

.upstox-subheading {
    font-size: 18px;
    font-weight: 400;
    line-height: 1.4
}

.tocmodalDialog .upstox-text {
    font-weight: 700;
    font-style: italic
}

.tocmodalDialog .modal-upstox-logo {
    padding-top: 50px
}

@media (max-width:650px) {
    .tocmodalDialog .modal-upstox-logo {
        padding-top: 20px
    }
}

.tocmodalDialog .modal-rksv-logo {
    position: relative;
    top: 35%;
    margin: 0 auto;
    width: 135px;
    display: block
}

@media (max-width:650px) {
    .tocmodalDialog .modal-rksv-logo {
        top: 20%;
        width: 102px
    }
}

.tocmodalDialog hr {
    background-color: #43165c;
    width: 58px;
    height: 2px;
    margin: 5% 0 20%
}

@media (max-width:650px) {
    .tocmodalDialog hr {
        margin: 5% 0
    }
}

.tocmodalDialog button.close {
    color: #036;
    border: 1px solid #000366;
    border-radius: 50%
}

.tocmodalDialog .close_plain,
.tocmodalDialog button.close {
    width: 25px;
    height: 26px;
    position: absolute;
    right: 16px;
    top: 16px;
    font-weight: 100;
    z-index: 1;
    font-size: 22px;
    line-height: 1;
    text-align: center
}

.tocmodalDialog .close_plain {
    color: #838182
}

.tocmodalDialog {
    display: none;
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    font-family: sans-serif;
    background: rgba(0, 0, 0, .8);
    z-index: 99999;
    transition: opacity .4s ease-in
}

.tocmodalDialog,
.tocmodalDialog:target {
    opacity: 1;
    pointer-events: auto
}

.tocmodalDialog>div {
    width: 90%;
    height: auto;
    overflow-y: auto;
    position: relative;
    margin: 7% auto;
    padding: 5px 20px 13px;
    background: #fff
}

@media (max-width:650px) {
    .tocmodalDialog>div {
        width: 90%
    }
}

.tocmodalDialog .close:hover {
    background: #036;
    color: #fff;
    cursor: pointer
}

.tocmodalDialog .close {
    width: 24px;
    height: 24px;
    position: absolute;
    right: 16px;
    top: 16px;
    font-weight: 100;
    z-index: 1;
    color: #036;
    border: 1px solid #000366;
    border-radius: 50%;
    font-size: 22px;
    padding-left: 4px;
    line-height: .95
}

.single-hc-title {
    margin-top: 40px
}

.hrimg {
    max-width: 100%;
    height: 500px;
    background-attachment: fixed !important;
    width: 100%;
    position: relative;
    z-index: 1;
    background-size: cover !important;
    background-position: 50%;
    border: 0;
    margin-bottom: 60px;
    margin-top: 0
}

.tax-learning_center_category .toc_container .container-fluid.ht-page {
    padding: 0
}

.single-learning_center .toc_container .container-fluid.ht-page {
    padding-top: 0
}

.thecontent-lc .addtoany_share_save_container {
    display: none
}

ul.learning-centre-category {
    width: 100%;
    margin: 0 auto 80px
}

ul.learning-centre-category li {
    display: inline-block;
    width: 29%;
    margin-bottom: 50px;
    margin-right: 35px
}

ul.learning-centre-category li a {
    background: #fff;
    height: 150px;
    margin-bottom: 30px;
    width: 90%;
    color: #222
}

.lc-tax-name {
    font-size: 22px;
    text-transform: capitalize;
    font-weight: 400;
    margin-bottom: 0;
    margin-top: 20px;
    color: #43165c
}

.lc-tax-desc {
    width: 100%;
    font-size: 14px;
    line-height: 24px;
    letter-spacing: 1px;
    color: #666
}

.lc-completepost {
    display: flow-root
}

.lc-completepost .hrimg.hide,
.lc-completepost .parallax-container.hide {
    display: none !important
}

.lc_sidepanel {
    display: none
}

@media (max-width:1024px) {
    .lc_sidepanel {
        display: none !important
    }
}

#showall-posts,
li.LC-toc-list a {
    font-size: 16px;
    color: #43165c;
    line-height: 24px;
    cursor: pointer;
    display: block
}

#showall-posts {
    background: url(../img/learning_center/see-all-icon.png) no-repeat;
    padding-left: 24px;
    background-position: 0;
    color: #000;
    position: absolute;
    top: -54px;
    right: 20px
}

li#showall-article {
    color: #43165c
}

.list_articlename a,
li#showall-article {
    font-size: 13px;
    line-height: 15px;
    cursor: pointer
}

.list_articlename a {
    color: #4c4c4c;
    display: block
}

.list_articlename a.article-active {
    color: #000 !important
}

.list_articlename a:hover {
    color: #43165c !important;
    font-weight: 400 !important
}

.LC-toc-list h2 {
    margin: 0;
    line-height: 0
}

.lc-cat-toc-wraper {
    margin: 70px auto;
    width: 50%
}

@media (max-width:1024px) {
    .lc-cat-toc-wraper {
        margin: 55px auto;
        width: 90%
    }
}

.lc-category-page-wrapper {
    -webkit-column-count: 3;
    -webkit-column-gap: 10px;
    -moz-column-count: 3;
    -moz-column-gap: 10px;
    column-count: 2;
    column-gap: 15px;
    column-fill: auto
}

.toc-txt {
    font-size: 18px;
    font-weight: 300;
    margin-bottom: 30px
}

.lc-main-content-wrap {
    width: 50%;
    margin: 0 auto;
    position: relative
}

.lc-main-content-wrap h1.single-hc-title {
    font-size: 28px;
    letter-spacing: 1.2px;
    text-align: left;
    color: #000;
    margin: 0;
    margin-bottom: 30px;
    line-height: 1.3;
    font-weight: 600
}

.learning-center_banner img {
    min-width: 100%
}

.thecontent-lc h1,
.thecontent-lc h1 b,
.thecontent-lc h1 strong {
    font-size: 28px;
    font-weight: 400 !important;
    letter-spacing: 1.2px;
    text-align: left;
    color: #000;
    margin-bottom: 40px;
    margin-top: 40px;
    line-height: 1.3
}

.Choose-a-category-lc {
    font-size: 30px;
    line-height: 1.54;
    letter-spacing: .6px;
    color: #4c4c4c;
    margin: 160px 0 42px;
    font-weight: 300
}

.thecontent-lc h2,
.thecontent-lc h2 b,
.thecontent-lc h2 strong,
.thecontent-lc h3,
.thecontent-lc h3 b,
.thecontent-lc h3 strong,
.thecontent-lc h4,
.thecontent-lc h4 b,
.thecontent-lc h4 strong,
.thecontent-lc h5,
.thecontent-lc h5 b,
.thecontent-lc h5 strong,
.thecontent-lc h6,
.thecontent-lc h6 b,
.thecontent-lc h6 strong {
    font-size: 22px !important;
    font-weight: 400 !important;
    letter-spacing: 1.2px !important;
    text-align: left !important;
    color: #000 !important;
    margin-bottom: 20px !important;
    margin-top: 20px !important;
    line-height: 1.3 !important
}

li.list_articlename {
    padding-bottom: 8px
}

li.list_articlename a:hover {
    font-weight: 700;
    transition: all .5s
}

.LC-article ul {
    list-style-type: disc;
    -webkit-padding-start: 40px
}

.LC-article ul li {
    margin-bottom: 10px
}

.LC-article ol {
    list-style-type: decimal;
    -webkit-padding-start: 40px
}

.LC-article ol li {
    margin-bottom: 10px
}

.LC-article ul.lc-category-page-wrapper {
    position: relative
}

.LC-article ul.lc-category-page-wrapper,
.LC-article ul.lc_list {
    list-style-type: none !important;
    -webkit-padding-start: 0
}

.LC-article ul.lc-category-page-wrapper li,
.LC-article ul.lc_list li {
    margin-bottom: 25px;
    margin-right: 25px
}

.list_articlename {
    margin-bottom: 10px !important;
    margin-right: 25px !important
}

.lc-modal-toc {
    width: 90%;
    margin: 45px auto
}

.lc-modal-toc a {
    font-size: 16px;
    color: #43165c;
    line-height: 24px;
    font-weight: 400;
    letter-spacing: .4px
}

.lc-modal-toc p {
    font-size: 14px;
    line-height: 1.5;
    letter-spacing: .1px;
    text-align: left;
    color: #4b4b4b
}

.lc-modal-toc .term-name-modal {
    font-size: 24px;
    letter-spacing: .4px;
    text-align: left;
    color: #4b4b4b
}

.lc-modal-toc .term-count-modal {
    font-size: 18px;
    font-weight: 300;
    letter-spacing: .4px;
    text-align: left;
    color: #4b4b4b
}

.lc-modal-toc .toc-title-modal {
    font-size: 18px;
    font-weight: 300;
    letter-spacing: .7px;
    text-align: left;
    color: #4b4b4b;
    text-transform: uppercase;
    margin-top: 30px
}

.lc_keypoint {
    box-shadow: 0 2px 21px -2px rgba(0, 0, 0, .2);
    padding: 40px;
    margin-top: 30px;
    margin-bottom: 30px;
    border: 1px solid #efeaea;
    border-radius: 4px
}

.lc_keypoint>strong,
.lc_keypoint p>strong {
    font-size: 18px
}

.lc_keypoint ol,
.lc_keypoint ul {
    margin: 0;
    padding: 0
}

.lc_keypoint li {
    background: url(../img/learning_center/lc_bullet.svg) no-repeat;
    list-style: none;
    background-position: top 7px left 2px;
    padding-left: 30px;
    background-size: 10px;
    margin-top: 10px;
    margin-bottom: 10px
}

.lc_keypoint p {
    margin-bottom: 20px
}

.exploremore-list li a,
.learning-centre-category li a img {
    border-radius: 12px
}

ul.exploremore-list li {
    display: inline-block;
    background-color: #fff;
    box-shadow: 0 0 22.5px 2.5px rgba(217, 228, 255, .65);
    text-align: center;
    width: 22%;
    float: left;
    min-height: 150px;
    margin-bottom: 23px;
    margin-right: 23px;
    padding: 23px;
    position: relative;
    transition: all .3s ease
}

ul.exploremore-list li:hover {
    transform: scale(1.02);
    box-shadow: 0 0 60px rgba(0, 0, 0, .1)
}

ul.exploremore-list li a img {
    display: block;
    margin: 0 auto
}

ul.exploremore-list li a {
    font-size: 18px;
    letter-spacing: 1.4px;
    text-align: center;
    color: #43165c
}

ul.exploremore-list li a span {
    position: absolute;
    bottom: 20px;
    display: block;
    width: 100%;
    left: 0
}

.lc_wrappingup {
    border-left: 2px solid #43165c;
    padding: 10px 20px;
    color: #323232;
    line-height: 24px;
    margin: 30px 0
}

.lc_wrappingup>strong {
    font-size: 18px
}

.lc_wrappingup ul {
    padding-left: 0;
    margin: 20px 0 0
}

.lc_wrappingup ul li {
    background: url(../img/learning_center/lc_bullet.svg) no-repeat;
    list-style: none;
    background-position: top 7px left 2px;
    padding-left: 30px;
    background-size: 10px;
    margin-top: 10px
}

.lc_wrappingup p,
.lc_wrappingup strong {
    font-size: 22px
}

.next_loader.hiding,
.prev_loader.hiding {
    overflow: hidden;
    max-height: 0;
    padding-top: 0;
    padding-bottom: 0;
    margin-top: 0;
    margin-bottom: 0;
    transition-duration: .3s;
    transition-timing-function: cubic-bezier(0, 1, .5, 1)
}

.next_loader.shown,
.prev_loader.shown {
    transition-duration: .3s;
    transition-timing-function: ease-in;
    max-height: 1000px;
    overflow: hidden
}

.wrappingup {
    margin: 20px 0
}

.wrappingup>strong {
    font-size: 18px
}

.wrappingup ul {
    padding-left: 20px
}

.lc_bythenumbers,
.lc_didyouknow,
.lc_historicalfact {
    background: #f9f9f9;
    padding: 25px;
    line-height: 24px;
    color: #4b4b4b;
    margin: 30px 0
}

.lc_quote {
    border-left: 2px solid #43165c;
    padding: 20px;
    color: #323232;
    font-size: 24px;
    line-height: 36px;
    margin: 30px 0
}

.lc_quote,
.lc_quote strong {
    font-weight: 300
}

.lc_quote .q-author {
    font-size: 18px
}

.spinner {
    width: 40px;
    height: 40px;
    position: relative;
    margin: 100px auto
}

.double-bounce1,
.double-bounce2 {
    width: 100%;
    height: 100%;
    border-radius: 50%;
    background-color: #43165c;
    opacity: .6;
    position: absolute;
    top: 0;
    left: 0;
    animation: sk-bounce 2s infinite ease-in-out
}

.double-bounce2 {
    animation-delay: -1s
}

@keyframes sk-bounce {

    0%,
    to {
        transform: scale(0);
        -webkit-transform: scale(0)
    }

    50% {
        transform: scale(1);
        -webkit-transform: scale(1)
    }
}

.curr-tax {
    font-size: 22px;
    margin-top: 20px;
    margin-bottom: 0
}

.curr-tax-desc {
    font-size: 16px;
    margin-top: 0
}

.container-learning-center .single-article-blog {
    padding: 0 !important
}

@media (max-width:767px) {
    ul.learning-centre-category li {
        width: 100%;
        margin-bottom: 0;
        border-bottom: 1px solid #ccc;
        margin-right: 0
    }

    ul.learning-centre-category li a {
        height: auto;
        margin-bottom: 0
    }

    ul.learning-centre-category li .lc-tax-name {
        margin-bottom: 10px;
        margin-top: 10px;
        text-align: left
    }

    ul.learning-centre-category li .lc-tax-desc {
        text-align: left;
        margin-bottom: 40px !important;
        width: 90%;
        margin: 0 auto
    }

    .toc_container {
        margin-top: 0;
        margin-bottom: 50px
    }

    .toc_container ul {
        column-count: 1;
        position: relative
    }

    .lc-main-content-wrap {
        width: 90%;
        margin: 0 auto;
        position: relative;
        left: 0
    }

    .lc-main-content-wrap h1 {
        font-size: 28px !important;
        line-height: 1.4 !important
    }

    .Choose-a-category-lc {
        margin-top: 100px;
        text-align: center
    }

    ul.learning-centre-category li {
        text-align: center;
        border-bottom: none
    }

    .curr-tax {
        font-size: 28px;
        margin-top: 20px;
        margin-bottom: 0
    }

    .curr-tax-desc {
        font-size: 16px;
        margin-top: 0;
        color: #666
    }

    .lc-intro {
        margin-top: 70px
    }

    .learning_center_banner_archive {
        height: 240px
    }

    #showall-posts {
        bottom: -35px;
        left: 0;
        top: inherit;
        width: 35%
    }

    .scroll-down {
        position: absolute;
        right: 0
    }

    #showall-article {
        width: 100%;
        box-shadow: 0 -2px 4px 0 rgba(0, 0, 0, .22);
        font-size: 14px;
        letter-spacing: .3px;
        text-align: left;
        color: #000;
        height: 50px;
        position: fixed;
        bottom: 0;
        z-index: 999;
        background: url(../img/learning_center/toc-m-icon.png) #fff no-repeat;
        line-height: 45px;
        padding-left: 15px;
        background-position: center right 15px;
        cursor: pointer
    }

    .tocmodalDialog {
        overflow: auto
    }

    .lc_quote {
        font-size: 16px
    }

    .lc_quote .q-author {
        font-size: 15px
    }

    .custom_fc_frame {
        bottom: 50px !important
    }

    .container-learning-center section .container {
        padding: 0
    }
}

@media (min-width:768px) and (max-width:1024px) {
    ul.learning-centre-category li {
        width: 44%
    }

    .lc-cat-toc-wraper {
        width: 98% !important;
        margin: 55px 30px !important;
        position: relative
    }

    .lc-main-content-wrap {
        width: 90%;
        left: 0
    }

    .lc-category-page-wrapper {
        column-count: 1 !important
    }

    #showall-posts {
        bottom: -35px;
        left: 0;
        top: inherit;
        width: 35%
    }

    .scroll-down {
        position: absolute;
        right: 35px
    }

    #showall-article {
        width: 100%;
        box-shadow: 0 -2px 4px 0 rgba(0, 0, 0, .22);
        font-size: 14px;
        letter-spacing: .3px;
        text-align: left;
        color: #000;
        height: 50px;
        position: fixed;
        bottom: 0;
        z-index: 99999;
        background: url(../img/learning_center/toc-m-icon.png) #fff no-repeat;
        line-height: 45px;
        padding-left: 15px;
        background-position: center right 15px
    }

    .tocmodalDialog {
        overflow: auto
    }
}

.lc_keypoint ol {
    padding: 0 !important
}

@media (max-width:767px) {
    ul.exploremore-list li {
        box-shadow: none;
        text-align: left;
        min-height: auto;
        margin-bottom: 0;
        padding: 23px;
        border-bottom: 1px solid #e5e5e5;
        width: 100%
    }

    ul.exploremore-list li a img {
        display: none
    }

    .hrimg {
        background-attachment: local !important
    }

    .container-learning-center .blog-article-content .blog-post-date {
        padding: 0
    }

    .container-learning-center .blog-article-content .single-article-wrapper h1 {
        padding: 12px 0 24px
    }

    .container-learning-center .blog-article-content .single-article-wrapper ol {
        padding: 0 0 0 40px
    }

    .container-learning-center .blog-article-content .single-article-wrapper ol li {
        font-size: 14px !important;
        line-height: 21px
    }

    .container-learning-center .blog-article-content .single-article-wrapper .lc_keypoint ul {
        padding: 0
    }

    .container-learning-center .blog-article-content .single-article-wrapper .lc_keypoint ul li {
        list-style-type: none !important
    }

    .container-learning-center .blog-article-content .single-article-wrapper ul {
        list-style-type: disc;
        -webkit-padding-start: 40px
    }

    .container-learning-center .blog-article-content .single-article-wrapper ul li {
        list-style-type: disc !important
    }

    .container-learning-center .blog-article-content .single-article-wrapper .single-article-content {
        padding: 0 !important
    }

    .container-learning-center .blog-article-content .single-article-wrapper .lc_keypoint ol {
        padding: 0
    }

    .container-learning-center .blog-article-content .single-article-wrapper .single-article-content .artical-contenttt p {
        line-height: 20px;
        font-size: 14px !important
    }

    .container-learning-center .blog-article-content .single-article-wrapper .lc_wrappingup ul li {
        list-style-type: none !important
    }

    .container-learning-center .blog-article-content .single-article-wrapper .lc_wrappingup ul {
        padding: 0 !important
    }
}

.lc_share a {
    font-size: 18px;
    padding-right: 15px;
    padding-top: 30px;
    color: #43165c
}

.contact-cards-wrap {
    padding: 24px;
    margin-bottom: 24px
}

.contact-cards-wrap .btn2 {
    background: #5a298b !important;
    border: 1px solid transparent !important;
    border-radius: 30px !important;
    padding: 10px 25px !important;
    color: #fff !important;
    font-size: 14px !important;
    margin-top: 16px !important;
    transition: all .3s ease-in-out .1s
}

.contact-cards-wrap .btn2:hover {
    background: transparent !important;
    border-color: #3a256e !important;
    color: #3a256e !important
}

.contact-card {
    position: relative;
    padding: 30px;
    border-radius: 12px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 24px;
    z-index: 2;
    border: 1px solid #e1e1e1
}

.contact-card:after {
    position: absolute;
    content: "";
    background: url(../img/formbackk.png) no-repeat;
    background-size: cover;
    background-position: 50%;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1
}

.contact-card:last-child {
    margin-bottom: 0
}

.contact-text {
    width: 50%
}

.contact-text h3 {
    color: #5a298b;
    font-size: 24px;
    font-weight: 600;
    line-height: 30px;
    margin-bottom: 16px;
    margin-top: 0
}

.contact-text p {
    width: 100%;
    max-width: 195px;
    margin-bottom: 0;
    font-size: 12px;
    color: #6a6a6a
}

.contact-form {
    width: 50%
}

.contact-form h6 {
    color: #262626;
    font-weight: 700;
    font-size: 14px;
    margin: 0 0 15px
}

.contact-form input {
    border-radius: 8px;
    background: #f2f2f2;
    line-height: 24px;
    padding: 8px 15px 8px 36px;
    font-size: 14px !important;
    margin-bottom: 0;
    box-shadow: none
}

.contact-form input,
.contact-form input:hover {
    border: 1px solid transparent
}

.contact-input-wrap {
    position: relative
}

.contact-input-wrap:after {
    content: "+91";
    position: absolute;
    font-weight: 500;
    color: #6a6a6a;
    top: 11px;
    font-size: 14px;
    left: 8px;
    font-family: Inter
}

.errormsg span {
    margin-top: 8px;
    display: inline-block;
    font-size: 12px;
    color: #db542a
}

.errormsg span:empty {
    display: none
}

@media (max-width:575px) {
    .contact-cards-wrap {
        padding: 16px 0 !important
    }

    .contact-card {
        -ms-flex-direction: column;
        flex-direction: column;
        padding: 20px 15px
    }

    .contact-text {
        width: 100%
    }

    .contact-text h3 {
        margin-bottom: 8px;
        font-size: 24px;
        line-height: 28px
    }

    .contact-text h3>br {
        display: none
    }

    .contact-text p {
        max-width: 100%;
        margin-bottom: 15px
    }

    .contact-form {
        width: 100%
    }
}

@media (max-width:380px) {
    .contact-form h6 {
        font-size: 12px
    }
}

.ap-wrapper {
    background-image: linear-gradient(80deg, #d6e8ff, #fff1eb, #fff1eb), linear-gradient(#f5f5f5, #f5f5f5);
    background-image: linear-gradient(80deg, #d6e8ff, #fff1eb, #fff1eb)
}

.ap-wrapper .ap-inner-wrapper {
    height: 625px;
    padding-top: 90px;
    background-image: url(../img/authorised-partners/fold-wave.png);
    background-position: center bottom -70px;
    background-repeat-x: repeat;
    background-repeat-y: no-repeat;
    background-size: 100%
}

@media (max-width:768px) {
    .ap-wrapper .ap-inner-wrapper {
        height: 460px;
        background-position: bottom;
        background-repeat: no-repeat !important
    }
}

.ap-wrapper .ap-inner-wrapper .ap-title {
    font-size: 34px;
    line-height: 1.35;
    text-align: center;
    color: #000;
    margin-top: 50px;
    margin-bottom: 20px
}

@media (max-width:768px) {
    .ap-wrapper .ap-inner-wrapper .ap-title {
        font-size: 24px;
        margin-top: 5px
    }
}

.ap-wrapper .ap-inner-wrapper .ap-txt {
    font-size: 18px;
    line-height: 1.56;
    text-align: center;
    color: #000;
    margin-bottom: 50px
}

.benefits-section {
    padding-bottom: 140px
}

.benefits-section .more-benefits {
    font-size: 48px;
    font-weight: 300;
    letter-spacing: 4.8px;
    text-align: center;
    color: #181818;
    margin-bottom: 20px
}

@media (max-width:768px) {
    .benefits-section .more-benefits {
        font-size: 24px;
        line-height: 1.2;
        letter-spacing: normal
    }
}

.benefits-section .helpingothers {
    font-size: 18px;
    text-align: center;
    color: #000
}

@media (max-width:768px) {
    .benefits-section .helpingothers {
        font-size: 14px
    }
}

.benefits-section .benefits-box {
    text-align: center;
    margin-top: 90px
}

.benefits-section .benefits-box img {
    margin-bottom: 35px
}

.benefits-section .benefits-box .signupimg {
    margin-bottom: 42px !important
}

.benefits-section .benefits-box p {
    font-size: 18px;
    line-height: 1.56;
    text-align: center;
    color: #000
}

.sub-broker-sec {
    background-image: linear-gradient(81deg, #d6e8ff, #fff1eb, #fff1eb), linear-gradient(#f5f5f5, #f5f5f5);
    background-image: linear-gradient(81deg, #d6e8ff, #fff1eb, #fff1eb);
    padding-top: 85px;
    padding-bottom: 140px
}

@media (max-width:768px) {
    .sub-broker-sec {
        margin-top: 90px;
        padding-bottom: 40px;
        margin-bottom: 50px
    }
}

.sub-broker-sec .howtostart {
    font-size: 34px;
    line-height: 1.35;
    text-align: center;
    color: #000;
    margin-bottom: 100px
}

@media (max-width:768px) {
    .sub-broker-sec .howtostart {
        margin-bottom: 60px;
        font-size: 24px
    }
}

.sub-broker-sec .sub-broker-boxes {
    text-align: center
}

.sub-broker-sec .sub-broker-boxes img {
    margin-bottom: 77px
}

@media (max-width:768px) {
    .sub-broker-sec .sub-broker-boxes img {
        margin-bottom: 40px
    }
}

.sub-broker-sec .sub-broker-boxes .impressicon {
    margin-bottom: 80px
}

@media (max-width:768px) {
    .sub-broker-sec .sub-broker-boxes .impressicon {
        margin-bottom: 40px
    }
}

.sub-broker-sec .sub-broker-boxes p {
    font-size: 18px;
    line-height: 1.56;
    text-align: center;
    color: #000
}

@media (max-width:768px) {
    .sub-broker-sec .sub-broker-boxes p {
        margin-bottom: 70px
    }
}

.sub-broker-sec .sub-broker-boxes .ap-pagination {
    margin-bottom: 30px;
    position: relative
}

.sub-broker-sec .sub-broker-boxes .ap-pagination .ap-pagination-no,
.sub-broker-sec .sub-broker-boxes .ap-pagination .ap-pagination-no3 {
    font-size: 24px;
    color: #000;
    width: 50px;
    height: 50px;
    display: block;
    text-align: center;
    margin: 0 auto;
    background: #fff;
    border-radius: 50%;
    line-height: 45px
}

.sub-broker-sec .sub-broker-boxes .ap-pagination .ap-pagination-no:after {
    position: absolute;
    content: "";
    border-top: 1px dashed #9b9b9b;
    width: 280px;
    top: 25px;
    left: 160px
}

@media (max-width:768px) {
    .sub-broker-sec .sub-broker-boxes .ap-pagination .ap-pagination-no:after {
        display: none
    }
}

.best-sub-broker-sec .fill1 img {
    margin-top: 23px
}

@media (max-width:768px) {
    .best-sub-broker-sec .fill1 {
        text-align: center
    }
}

.best-sub-broker-sec .bestsub-heading {
    font-size: 34px;
    line-height: 1.35;
    text-align: center;
    color: #000;
    margin-top: 80px
}

@media (max-width:768px) {
    .best-sub-broker-sec .bestsub-heading {
        font-size: 24px
    }
}

.best-sub-broker-sec .bestsub-txt {
    font-size: 18px;
    line-height: 1.56;
    text-align: center;
    color: #000;
    margin-bottom: 40px
}

@media (max-width:768px) {
    .best-sub-broker-sec .bestsub-txt {
        font-size: 14px
    }
}

.best-sub-broker-sec .sub-broker-card {
    background-color: #fff;
    box-shadow: 0 2px 14px 0 rgba(0, 0, 0, .1);
    width: 100%;
    float: left;
    padding: 27px;
    margin-bottom: 30px
}

.best-sub-broker-sec .sub-broker-card .sb-card-rank {
    font-size: 14px;
    text-align: left;
    color: #9b9b9b
}

@media (max-width:768px) {
    .best-sub-broker-sec .sub-broker-card .sb-card-rank {
        text-align: center
    }
}

.best-sub-broker-sec .sub-broker-card .sb-card-rank-no {
    font-size: 24px;
    text-align: left;
    color: #000
}

@media (max-width:768px) {
    .best-sub-broker-sec .sub-broker-card .sb-card-rank-no {
        text-align: center;
        font-size: 22px
    }
}

.best-sub-broker-sec .sub-broker-disclaimer {
    font-size: 18px;
    line-height: 1.44;
    text-align: center;
    color: #9b9b9b;
    margin-bottom: 100px
}

.dashboard-sec .bestsub-heading {
    font-size: 34px;
    line-height: 1.35;
    text-align: center;
    color: #000;
    margin-bottom: 50px;
    margin-top: 100px
}

@media (max-width:768px) {
    .dashboard-sec .bestsub-heading {
        margin-top: 0
    }
}

.dashboard-sec .dashboard-box {
    text-align: center
}

.dashboard-sec .dashboard-box img {
    margin-bottom: 30px
}

.dashboard-sec .dashboard-box .signupimg2 {
    margin-bottom: 50px !important
}

.dashboard-sec .dashboard-box .signupimg1 {
    margin-bottom: 40px !important
}

.dashboard-sec .dashboard-box .dashboard-title {
    font-size: 18px;
    line-height: 1.56;
    text-align: center;
    color: #000
}

.dashboard-sec .dashboard-box .dashboard-txt {
    font-size: 14px;
    line-height: 1.57;
    text-align: center;
    color: #000
}

.dashboard-sec .dashboard-img {
    position: relative;
    top: 50px;
    z-index: 2;
    width: 80%
}

@media (max-width:768px) {
    .dashboard-sec .dashboard-img {
        top: 40px
    }
}

.sub-broker-material-sec {
    opacity: .8;
    background-image: linear-gradient(80deg, #d6e8ff, #fff1eb, #fff1eb), linear-gradient(#f5f5f5, #f5f5f5);
    background-image: linear-gradient(80deg, #d6e8ff, #fff1eb, #fff1eb);
    padding-top: 125px
}

@media (max-width:768px) {
    .sub-broker-material-sec {
        top: 120px
    }
}

.sub-broker-material-sec .sub-broker-material-heading {
    font-size: 34px;
    line-height: 1.35;
    letter-spacing: normal;
    text-align: center;
    color: #000;
    margin-bottom: 20px
}

.sub-broker-material-sec .sub-broker-material-txt {
    font-size: 18px;
    line-height: 1.44;
    letter-spacing: normal;
    text-align: center;
    color: #000;
    margin-bottom: 80px
}

.sub-broker-material-sec .sb-material-title {
    font-size: 16px;
    font-weight: 700;
    line-height: 1.38;
    letter-spacing: normal;
    text-align: center;
    color: #000;
    margin-bottom: 20px
}

.sub-broker-material-sec .sb-material-desc {
    font-size: 14px;
    line-height: 1.71;
    letter-spacing: normal;
    text-align: center;
    color: #000;
    margin-bottom: 55px
}

.got-question-sec {
    padding-top: 100px;
    padding-bottom: 70px
}

.got-question-sec .got-question-title {
    font-size: 34px;
    line-height: 1.35;
    letter-spacing: normal;
    text-align: center;
    color: #000;
    margin-bottom: 80px
}

.got-question-sec .got-question-box {
    width: 90%;
    margin: 0 auto
}

.got-question-sec .got-question-box .gq-title {
    font-size: 16px;
    font-weight: 700;
    line-height: 1.38;
    letter-spacing: normal;
    text-align: center;
    color: #000;
    margin-bottom: 20px
}

.got-question-sec .got-question-box .gq-txt {
    font-size: 14px;
    line-height: 1.71;
    letter-spacing: normal;
    text-align: center;
    color: #000;
    margin-bottom: 70px
}

.cta-sec {
    background-image: linear-gradient(82deg, #d6e8ff, #fff1eb, #fff1eb), linear-gradient(#f5f5f5, #f5f5f5);
    background-image: linear-gradient(82deg, #d6e8ff, #fff1eb, #fff1eb);
    padding-top: 50px;
    padding-bottom: 50px
}

.cta-sec .bd-title {
    font-size: 36px;
    line-height: normal;
    margin-top: 40px
}

.cta-sec .bd-title,
.cta-sec .bd-txt {
    letter-spacing: normal;
    text-align: left;
    color: #181818;
    margin-bottom: 40px
}

.cta-sec .bd-txt {
    font-size: 20px;
    font-weight: 500;
    line-height: 1.5
}

.cta-sec .add-info,
.cta-sec .getin-t span:first-child {
    font-size: 14px;
    line-height: normal;
    letter-spacing: normal;
    text-align: left;
    color: #000;
    display: block;
    margin-bottom: 10px
}

.cta-sec .Downloadpdf a {
    font-size: 16px;
    font-weight: 700;
    line-height: normal;
    letter-spacing: normal;
    text-align: center;
    color: #0046bb;
    margin-bottom: 40px
}

@media (max-width:768px) {
    .cta-sec .getin-t {
        margin-bottom: 50px
    }
}

.cta-sec .getin-t span:nth-child(2) a {
    font-size: 16px;
    font-weight: 700;
    line-height: normal;
    letter-spacing: normal;
    text-align: left;
    color: #000
}

.cta-sec .sub-broker-form {
    background-color: #fff;
    box-shadow: 0 2px 10px 0 rgba(0, 0, 0, .1);
    padding: 40px;
    width: 100%
}

.cta-sec .sub-broker-form .submit_result {
    color: red;
    margin-bottom: 20px
}

.cta-sec .sub-broker-form .formcntrl input {
    padding: 17px;
    box-shadow: none;
    width: 100%;
    background-color: #fff;
    border: 1px solid #ccc;
    border-radius: 0;
    font-size: 16px;
    font-weight: 400;
    letter-spacing: .8px;
    text-align: left;
    color: #000;
    margin-bottom: 30px
}

.cta-sec .sub-broker-form .formcntrl .parsley-errors-list {
    color: red;
    position: relative;
    bottom: 25px;
    font-size: 13px
}

.cta-sec .sub-broker-form .become-partner-ap {
    font-size: 16px;
    font-weight: 700;
    text-align: center;
    background-color: #0046bb;
    padding: 16px 20px;
    color: #fff;
    border-radius: 0;
    width: 100%;
    letter-spacing: 1px
}

.cta-sec .sub-broker-form .become-partner-ap:hover {
    color: #0046bb !important
}

#submit_result {
    color: red;
    margin-bottom: 20px
}

.thankyou_box {
    background: #fff;
    z-index: 2;
    text-align: center;
    padding: 30px
}

.thankyou_box div {
    margin: auto
}

.thankyou_box img {
    margin-bottom: 30px
}

.thankyou_box p {
    font-size: 16px;
    font-weight: 400;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.5;
    letter-spacing: normal;
    text-align: center;
    color: #000;
    margin: 0 auto;
    margin-top: 17px
}

@media (max-width:767px) {
    .thankyou_box p {
        width: 90%
    }
}

.thankyou_box strong {
    font-size: 24px;
    font-weight: 600;
    font-style: normal;
    font-stretch: normal;
    line-height: 1;
    letter-spacing: normal;
    text-align: left;
    color: #000
}

.PARTNER-PLATFORM {
    font-size: 21px;
    line-height: 1.6;
    letter-spacing: 1.6px;
    color: #4c4c4c
}

.sub-broker-testing .ap-wrapper .ap-inner-wrapper {
    height: 965px
}

.sub-broker-testing .cta-sec .bd-title {
    margin-top: 100px
}

.sub-broker-testing .pro-mobile-container {
    margin: 40px auto
}

.sub-broker-testing .ap-inner-wrapper {
    background-position: bottom !important
}

@media (max-width:768px) {
    .sub-broker-testing .cta-sec .bd-title {
        margin-top: 0 !important;
        font-size: 22px !important
    }

    .sub-broker-testing .cta-sec .bd-title,
    .sub-broker-testing .cta-sec .bd-txt {
        text-align: center !important
    }

    .sub-broker-testing .ap-wrapper .ap-inner-wrapper {
        height: 710px !important;
        padding-top: 35px !important
    }

    .sub-broker-testing .cta-sec .bd-title,
    .sub-broker-testing .cta-sec .bd-txt {
        margin-bottom: 13px !important
    }

    .sub-broker-testing .cta-sec .sub-broker-form {
        padding: 28px !important
    }

    .sub-broker-testing .cta-sec .sub-broker-form .formcntrl input {
        margin-bottom: 17px !important;
        padding: 10px !important;
        font-size: 14px !important
    }

    .sub-broker-testing .cta-sec .bd-txt {
        font-size: 14px !important
    }

    .sub-broker-testing .cta-sec .sub-broker-form .formcntrl .parsley-errors-list {
        bottom: 13px !important
    }

    .sub-broker-testing .cta-sec .sub-broker-form .become-partner-ap {
        padding: 10px 20px !important
    }

    .sub-broker-testing .bestsub-heading,
    .sub-broker-testing .got-question-title,
    .sub-broker-testing .sub-broker-material-heading {
        font-size: 24px !important
    }

    .sub-broker-testing .sub-broker-material-txt {
        font-size: 14px !important
    }

    .sub-broker-testing .thankyou_box img {
        width: 60px !important
    }

    .sub-broker-testing .thankyou_box {
        padding: 0 !important
    }
}

.rnf-container {
    width: 840px;
    margin: 0 auto
}

@media (max-width:768px) {
    .rnf-container {
        width: 100%
    }
}

.rnf-container .bestsub-heading {
    margin-bottom: 50px
}

button.getRefcode {
    border-radius: 4px;
    background-color: #43165c !important;
    color: #fff;
    text-transform: uppercase;
    padding: 15px;
    width: 100%;
    text-align: center;
    font-size: 16px;
    margin-top: 15px
}

button.getRefcode:hover {
    color: #43165c !important
}

.disable-for-dialer {
    pointer-events: none;
    color: grey
}

.waves {
    background-image: url(../img/refer-and-earn/path-copy-1.svg);
    display: none
}

.waves,
.waves-11 {
    width: 100%;
    height: 146px;
    bottom: 0;
    position: absolute
}

.waves-11 {
    background-image: url(../img/refer-and-earn/path-copy.svg)
}

@media screen and (max-width:990px) {
    .waves-11 {
        background-image: url(../img/refer-and-earn/path-copy-2.svg)
    }
}

.share-title-head {
    width: 372px;
    height: 116px;
    margin-top: 60px;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.38;
    letter-spacing: -1.05px;
    font-size: 36px;
    line-height: 48px;
    color: #6a6a6a
}

@media screen and (max-width:990px) {
    .share-title-head {
        font-size: 28px;
        letter-spacing: -.7px;
        text-align: center;
        width: 255px;
        height: 74px;
        margin: 0 auto;
        margin-top: 30px;
        line-height: 31px;
        margin-bottom: 10px
    }
}

@media screen and (max-width:990px) {
    .video-rne {
        width: 300px
    }
}

.share-title-head-11 {
    width: 348px;
    font-size: 42px;
    height: 116px;
    margin-top: 10px;
    font-weight: 600;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.38;
    letter-spacing: -1.05px;
    margin-bottom: 18px;
    color: #0b2f6e
}

@media screen and (max-width:990px) {
    .share-title-head-11 {
        font-size: 28px;
        letter-spacing: -.7px;
        text-align: center;
        width: 242px;
        height: 74px;
        margin: 0 auto;
        margin-bottom: 19px
    }
}

.refer-and-earn-share-header,
.refer-and-earn-share-header-11 {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 434px
}

.tnc-referral {
    font-size: 12px;
    cursor: pointer
}

.tnc-referral:hover {
    text-decoration: underline;
    color: #43165c
}

.refer-and-earn-share-header {
    background-color: #fff
}

.refer-and-earn-share-header-11 {
    background-color: #f3f8ff
}

@media screen and (max-width:990px) {
    .refer-and-earn-share-header-11 {
        height: 520px
    }
}

.referral-successful-msg {
    display: none;
    margin: 20px 0;
    padding-top: 10px;
    color: green
}

.rne-wrapper {
    background-position: right top 150px;
    background-size: 19%
}

@media (max-width:1440px) {
    .rne-wrapper {
        background-position: right top 165px;
        background-size: 20%
    }
}

@media (max-width:768px) {
    .rne-wrapper {
        background-position: right top -96px;
        background-size: 100%
    }
}

.rne-wrapper-bottom {
    background: url(../img/refer-and-earn/triangle-bg-bottom.png) no-repeat;
    background-position: left top 85px;
    background-size: 20%
}

@media (max-width:1440px) {
    .rne-wrapper-bottom {
        background-position: left top 84px;
        background-size: 20%
    }
}

.rnf-header {
    margin-top: 88px;
    width: 100%;
    float: left
}

@media (max-width:990px) {
    .rnf-header {
        margin-top: 71px
    }
}

.rnf-header .main-title {
    font-size: 32px;
    font-weight: 400;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.29;
    letter-spacing: normal;
    text-align: left;
    color: #000;
    margin-top: 25px
}

@media (max-width:768px) {
    .rnf-header .main-title {
        font-size: 18px;
        text-align: center;
        line-height: 1.45;
        margin-bottom: 25px
    }
}

.rnf-header .entercode-txt {
    font-size: 16px;
    font-weight: 400;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.5;
    letter-spacing: normal;
    text-align: left;
    color: #000
}

@media (max-width:768px) {
    .rnf-header .entercode-txt {
        font-size: 14px;
        text-align: center;
        margin-bottom: 18px
    }
}

.rnf-header .img-00 {
    position: relative;
    top: 0;
    display: block;
    height: 237px;
    margin: 0 auto
}

@media screen and (max-width:990px) {
    .rnf-header .img-00 {
        width: 261px;
        top: -3px;
        height: 201px
    }
}

.rnf-header .img-11 {
    position: relative;
    top: 21px;
    display: block;
    margin: 0 auto
}

@media screen and (max-width:990px) {
    .rnf-header .img-11 {
        width: 244px
    }
}

.rnf-header .flipkart {
    width: 75px;
    height: 21px;
    margin-right: 16px
}

@media screen and (max-width:990px) {
    .rnf-header .flipkart {
        margin-right: 14px
    }
}

.rnf-header .amazon {
    width: 52px;
    height: 16px;
    margin-right: 14px;
    margin-top: 3px
}

@media screen and (max-width:990px) {
    .rnf-header .amazon {
        margin-right: 12px
    }
}

.rnf-header .prime {
    width: 41px;
    height: 24px;
    margin-right: 23px
}

@media screen and (max-width:990px) {
    .rnf-header .prime {
        margin-right: 20px
    }
}

.rnf-header .bms {
    width: 74px;
    height: 21px
}

.brands {
    display: -ms-flexbox;
    display: flex
}

@media (max-width:991px) {
    .brands {
        -ms-flex-pack: center;
        justify-content: center
    }
}

@media (min-width:991px) {
    .rnf-offer {
        margin-top: 47px
    }
}

@media (max-width:991px) {
    .resp-br {
        display: none
    }
}

.form-box {
    border-radius: 4px;
    background-color: #fff;
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, .1);
    width: 99%;
    float: left;
    padding: 30px 15px 50px;
    margin-bottom: 10rem
}

.form-box .parsley-error-message {
    color: red
}

@media (max-width:768px) {
    .form-box {
        padding: 30px 0
    }
}

.form-box .ucc-wrapper {
    border-bottom: 1px solid #f0f0f0;
    float: left;
    width: 100%;
    padding-bottom: 20px
}

.form-box .ucc-wrapper .entercode-label {
    font-size: 14px;
    font-weight: 600;
    font-style: normal;
    max-width: 436px;
    font-stretch: normal;
    line-height: 1.5;
    letter-spacing: normal;
    text-align: left;
    color: #000
}

@media (max-width:991px) {
    .form-box .ucc-wrapper .entercode-label {
        max-width: 100%;
        width: 100%
    }
}

.form-box .ucc-wrapper .entercode-txt {
    font-size: 16px;
    font-weight: 400;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.5;
    letter-spacing: normal;
    text-align: left;
    color: #000
}

@media (max-width:768px) {
    .form-box .ucc-wrapper .entercode-txt {
        font-size: 14px;
        text-align: center
    }
}

.form-box .ucc-wrapper .ucc-id {
    text-transform: uppercase;
    border-radius: 100px;
    box-shadow: none;
    padding: 15px 21px;
    padding-right: 0;
    margin-top: 10px
}

@media (max-width:768px) {
    .form-box .ucc-wrapper .ucc-id {
        margin-top: 20px
    }
}

.form-box .ucc-wrapper input[id=ucc-id]::-webkit-input-placeholder {
    text-transform: none
}

.form-box .ucc-wrapper input[id=ucc-id]:-ms-input-placeholder,
.form-box .ucc-wrapper input[id=ucc-id]::-ms-input-placeholder {
    text-transform: none
}

.form-box .ucc-wrapper input[id=ucc-id]::placeholder {
    text-transform: none
}

.form-box .referral-container .disable-overlay {
    height: 41%;
    width: 92%;
    position: absolute;
    background: #fff;
    z-index: 2;
    opacity: .7
}

@media (max-width:768px) {
    .form-box .referral-container .disable-overlay {
        height: 44%
    }
}

.form-box .referral-wrapper {
    border-bottom: 1px solid #f0f0f0;
    padding-bottom: 20px
}

.form-box .sharing-wrapper .input-group {
    z-index: 1
}

@media (min-width:992px) {
    .form-box .sharing-wrapper .col-md-3 {
        padding-left: 0 !important
    }
}

.form-box .sharing-wrapper .btn-copy {
    border-radius: 0 4px 4px 0;
    background-color: #d0d0d0;
    color: #000 !important;
    font-size: 16px;
    height: 50px
}

.form-box .sharing-wrapper input {
    height: 50px
}

.form-box .sharing-wrapper .button {
    border-radius: 4px;
    width: 100%;
    height: 50px;
    text-transform: inherit;
    padding: 13px 20px;
    font-size: 16px
}

.form-box .sharing-wrapper .btn-messenger {
    border: 1px solid #448aff;
    color: #448aff !important;
    background-color: #fff
}

@media (max-width:991px) {
    .form-box .sharing-wrapper .btn-messenger {
        margin: 14px 0
    }
}

.form-box .sharing-wrapper .btn-messenger span {
    display: inline-block
}

.form-box .sharing-wrapper .btn-whatsapp {
    border: 1px solid #00e676;
    color: #00e676 !important;
    background-color: #fff
}

.form-box .sharing-wrapper .btn-whatsapp span {
    display: inline-block
}

.form-box .gmail-container {
    border-left: 2px solid #979797;
    height: 48px;
    margin-top: 16px;
    margin-left: 16px;
    padding-top: 10px
}

.form-box .gmail-container a {
    font-size: 16px;
    color: #4a4a4a
}

.form-box i.btn-ico {
    height: 14px;
    width: 14px;
    display: inline-block;
    float: left;
    position: relative;
    top: 4px;
    font-size: 14px
}

.form-box i.btn-ico.whatsapp-icon {
    background: url(../img/refer-and-earn/whatsapp-logo@2x.png) no-repeat;
    background-size: 100%
}

.form-box i.btn-ico.gmail-icon {
    background: url(../img/refer-and-earn/gmail-logo@2x.png) no-repeat;
    background-size: 100%;
    height: 20px;
    width: 26px;
    margin: 0 6px;
    float: none !important
}

.form-box .share-txt {
    margin-bottom: 20px
}

.form-box .referral-wrapper .ref-title,
.form-box .referral-wrapper .share-title,
.form-box .sharing-wrapper .ref-title,
.form-box .sharing-wrapper .share-title {
    font-size: 16px;
    font-weight: 600;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.5;
    letter-spacing: normal;
    text-align: left;
    color: #000;
    margin-top: 20px
}

@media (max-width:768px) {

    .form-box .referral-wrapper .ref-title,
    .form-box .referral-wrapper .share-title,
    .form-box .sharing-wrapper .ref-title,
    .form-box .sharing-wrapper .share-title {
        text-align: center
    }
}

.form-box .referral-wrapper .ref-txt,
.form-box .referral-wrapper .share-txt,
.form-box .sharing-wrapper .ref-txt,
.form-box .sharing-wrapper .share-txt {
    font-size: 16px;
    font-weight: 400;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.5;
    letter-spacing: normal;
    text-align: left;
    color: #000
}

@media (max-width:768px) {

    .form-box .referral-wrapper .ref-txt,
    .form-box .referral-wrapper .share-txt,
    .form-box .sharing-wrapper .ref-txt,
    .form-box .sharing-wrapper .share-txt {
        text-align: center;
        font-size: 14px
    }
}

.form-box .referral-wrapper .referral-form input,
.form-box .referral-wrapper .share-form input,
.form-box .sharing-wrapper .referral-form input,
.form-box .sharing-wrapper .share-form input {
    border-radius: 4px;
    box-shadow: none;
    padding: 15px 21px;
    margin-top: 15px
}

.form-box .referral-wrapper .referral-form button,
.form-box .referral-wrapper .share-form button,
.form-box .sharing-wrapper .referral-form button,
.form-box .sharing-wrapper .share-form button {
    border-radius: 4px;
    background-color: #0046bb !important;
    color: #fff;
    text-transform: uppercase;
    padding: 15px;
    width: 100%;
    text-align: center;
    font-size: 16px;
    margin-top: 15px
}

.form-box .referral-wrapper .referral-form button:hover,
.form-box .referral-wrapper .share-form button:hover,
.form-box .sharing-wrapper .referral-form button:hover,
.form-box .sharing-wrapper .share-form button:hover {
    color: #0046bb !important
}

.form-box .referral-wrapper .referral-form .error,
.form-box .referral-wrapper .referral-form .parsley-custom-error-message,
.form-box .referral-wrapper .referral-form .parsley-required,
.form-box .referral-wrapper .share-form .error,
.form-box .referral-wrapper .share-form .parsley-custom-error-message,
.form-box .referral-wrapper .share-form .parsley-required,
.form-box .sharing-wrapper .referral-form .error,
.form-box .sharing-wrapper .referral-form .parsley-custom-error-message,
.form-box .sharing-wrapper .referral-form .parsley-required,
.form-box .sharing-wrapper .share-form .error,
.form-box .sharing-wrapper .share-form .parsley-custom-error-message,
.form-box .sharing-wrapper .share-form .parsley-required {
    color: red
}

.form-box .referral-wrapper .referral-form .email-suggestion,
.form-box .referral-wrapper .share-form .email-suggestion,
.form-box .sharing-wrapper .referral-form .email-suggestion,
.form-box .sharing-wrapper .share-form .email-suggestion {
    color: inherit !important
}

.form-box .referral-wrapper .referral-form .email-suggestion a,
.form-box .referral-wrapper .share-form .email-suggestion a,
.form-box .sharing-wrapper .referral-form .email-suggestion a,
.form-box .sharing-wrapper .share-form .email-suggestion a {
    color: #0046bb !important
}

.form-box .submitting {
    background: url(../img/refer-and-earn/loader-img.gif) no-repeat;
    background-position: -38px -28px;
    background-size: 100%;
    height: 56px;
    width: 136px
}

.render_data {
    width: 96%;
    height: 100%;
    float: left;
    background: #fff;
    display: -ms-flexbox;
    display: flex;
    position: absolute;
    z-index: 2;
    text-align: center
}

@media (max-width:767px) {
    .render_data {
        width: 90%;
        height: 96%
    }
}

.render_data div {
    margin: auto
}

.render_data img {
    margin-bottom: 30px
}

.render_data p {
    font-size: 16px;
    font-weight: 400;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.5;
    letter-spacing: normal;
    text-align: center;
    color: #000;
    width: 55%;
    margin: 0 auto;
    margin-top: 17px
}

@media (max-width:767px) {
    .render_data p {
        width: 90%
    }
}

.render_data strong {
    font-size: 24px;
    font-weight: 600;
    font-style: normal;
    font-stretch: normal;
    line-height: 1;
    letter-spacing: normal;
    text-align: left;
    color: #000
}

@media (max-width:992px) {
    .referral-container .disable-overlay {
        height: 725px
    }
}

#radio_mb input[type=radio]+label {
    font-family: Messina Sans;
    font-size: 12px
}

@media (max-width:992px) {
    #radio_mb input[type=radio]+label {
        font-size: 16px
    }
}

.radio-flex {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    max-height: 24px
}

@media (max-width:992px) {
    .radio-flex {
        margin-top: 17px;
        margin-bottom: 31px
    }
}

#radio_mb input[type=radio] {
    position: absolute;
    opacity: 0;
    display: none
}

#radio_mb input[type=radio]+label:before {
    content: "";
    margin-right: 4px;
    width: 18px;
    height: 18px;
    left: 0;
    border: 2px solid #000;
    color: #000;
    border-radius: 50%;
    padding-right: 15px
}

@media (max-width:992px) {
    #radio_mb input[type=radio]+label:before {
        padding-right: 20px
    }
}

#radio_mb input[type=radio]:checked+label:before {
    border: 2px solid #43165c
}

#radio_mb input[type=radio]:not(:checked)+label {
    font-weight: 400
}

#radio_mb input[type=radio]:checked+label {
    font-weight: 700
}

#radio_mb input[type=radio]:checked+label:after {
    position: relative;
    display: block;
    content: "";
    left: 5px;
    top: -13px;
    height: 9px;
    width: 9px;
    background-color: #43165c;
    border-radius: 50%
}

@media (max-width:992px) {
    #radio_mb input[type=radio]:checked+label:after {
        left: 6px;
        top: -17px;
        height: 12px;
        width: 12px
    }
}

@keyframes show {
    0% {
        transform: scale(0)
    }

    to {
        transform: scale(1)
    }
}

.offers {
    height: 345px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    justify-content: center
}

@media screen and (max-width:768px) {
    .offers {
        display: none
    }
}

.offer-header {
    font-size: 34px;
    font-weight: 400;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.35;
    letter-spacing: normal;
    text-align: center;
    color: #000;
    margin-top: 75px
}

@media screen and (max-width:768px) {
    .offer-header {
        font-size: 22px;
        margin-bottom: 30px
    }
}

.offer-cards {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-pack: justify;
    justify-content: space-between;
    max-width: 261px;
    height: 268px;
    padding: 28px 20px;
    width: 100%;
    margin: 40px 15px;
    border-radius: 6px;
    box-shadow: 0 2px 14px 0 rgba(0, 0, 0, .1);
    border: 1px solid hsla(0, 0%, 59%, .3);
    background-color: #fff
}

@media screen and (max-width:768px) {
    .offer-cards {
        margin: 0 auto;
        max-width: 240px
    }
}

.offer-desc {
    font-size: 18px;
    font-weight: 400;
    font-style: normal;
    font-stretch: normal;
    line-height: normal;
    letter-spacing: normal;
    text-align: center;
    color: #000
}

.logo-partner-offers {
    margin: 0 auto
}

.logo-oro {
    height: 41px;
    width: 126px !important
}

.logo-tav {
    height: 42px;
    width: 142px !important
}

.logo-man {
    height: 57px;
    width: 172px !important
}

.know-more {
    text-decoration: none;
    width: 160px;
    height: 40px;
    color: #fff;
    background-color: #0046bb;
    margin: 0 auto;
    border-radius: 5px;
    padding: 11px 35px
}

.know-more:hover {
    color: #fff
}

#tnc.tnc {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    margin: 0 auto;
    cursor: pointer;
    margin-bottom: 80px
}

@media screen and (max-width:769px) {
    #tnc.tnc {
        margin-top: 35px
    }
}

.modal-body {
    padding: 26px 44px 44px !important
}

@media screen and (max-width:769px) {
    .modal-body {
        padding: 12px 44px 44px !important
    }
}

ol {
    list-style-type: decimal !important
}

.slider-partner-offer {
    margin: 0 auto;
    max-width: 320px
}

@media screen and (min-width:769px) {
    .slider-partner-offer {
        display: none !important
    }
}

.slider-partner-offer.owl-carousel .owl-nav {
    font-size: 30px;
    color: #43165c
}

@media screen and (max-width:768px) {
    .slider-partner-offer.owl-carousel .owl-nav {
        display: -ms-flexbox;
        display: flex
    }
}

.slider-partner-offer .owl-dots {
    display: none
}

.slider-partner-offer.owl-theme .owl-nav [class*=owl-]:active,
.slider-partner-offer.owl-theme .owl-nav [class*=owl-]:hover {
    color: #0046bb !important
}

.slider-partner-offer.owl-theme .owl-nav {
    left: 0;
    width: 100%
}

@media screen and (min-width:768px) {
    .glossary-pageheader {
        padding: 20px 0
    }
}

.glossary-banner .container {
    position: absolute;
    top: calc(50% + 58px/2);
    left: 50%;
    transform: translate(-50%, -50%);
    color: #141716;
    width: 100%;
    max-width: 100%;
    padding: 0 20px
}

.glossary-intro {
    margin-bottom: 9px
}

.glossary-intro h1 {
    margin-bottom: 20px;
    font-size: 40px;
    font-weight: 700;
    text-align: center;
    color: #000;
    margin-top: 10px;
    line-height: 1.5
}

.glossary-intro div br,
.glossary-intro p br {
    display: none
}

@media (min-width:768px) {

    .glossary-intro div br,
    .glossary-intro p br {
        display: inline
    }
}

.glossary-intro h2 {
    line-height: 24px;
    font-size: 18px;
    color: #000
}

.glossary-pageheader {
    background: #e8eaea;
    padding: 15px 0;
    display: table;
    width: 100%
}

.nptb {
    padding-top: 0 !important;
    padding-bottom: 0 !important
}

@media screen and (min-width:768px) {
    .glossary-container {
        padding: 20px 0
    }
}

@media screen and (min-width:480px) {
    .glossary-container {
        padding: 20px
    }
}

.glossary-container {
    max-width: 720px;
    margin-left: auto;
    margin-right: auto;
    padding: 20px
}

.glossary-container .post-info a.post-link {
    color: #333 !important;
    margin-bottom: 25px
}

.glossary-container ul {
    text-align: center
}

.glossary-container ul.glossary-terms li {
    margin-top: 8px
}

.glossary-container ul li {
    margin-right: 20px;
    display: inline-block
}

.glossary-container ul li a {
    font-size: 16px;
    color: #43165c
}

.glossary-container ul li a.active {
    border-bottom: 1px solid #000;
    font-weight: 600
}

.glossary-container .description {
    font-size: 16px;
    line-height: 24px;
    margin: 0
}

.glossary-container .description a {
    color: #0046bb
}

.glossary-container .description ol,
.glossary-container .description ul {
    color: #000;
    -webkit-margin-after: 1em;
    -webkit-margin-start: 0;
    -webkit-margin-end: 0;
    -webkit-padding-start: 40px;
    margin-right: 0;
    text-align: left !important
}

.glossary-container .description ol li,
.glossary-container .description ul li {
    display: list-item !important;
    margin-bottom: 10px
}

.glossary-container .description ol {
    list-style-type: decimal !important
}

.glossary-container .description ul {
    list-style-type: disc !important
}

.glossary_title {
    font-size: 36px !important;
    text-align: left !important;
    color: #000 !important;
    font-weight: 400 !important
}

.related-terms {
    font-size: 20px;
    padding-bottom: 10px;
    font-weight: 400;
    text-align: left
}

.glossary-banner {
    background: #eeebe6 !important;
    background-size: cover !important;
    background-position: unset;
    text-align: center
}

.single .glossary-banner {
    height: 275px !important
}

section.glossary-posts {
    padding-top: 0 !important
}

.glossary-posts .glossary-container {
    padding: 0 20px 20px !important
}

section.glossary-posts {
    padding-top: 20px;
    padding-bottom: 20px
}

.glossary-posts h4 {
    font-weight: 600;
    font-size: 22px;
    margin-top: 0
}

.glossary-posts p {
    color: #000 !important;
    font-size: 16px !important;
    font-weight: 400 !important;
    line-height: 1.5;
    padding-top: 10px
}

.glossary-breadcrumbs:after,
.glossary-breadcrumbs:before,
.glossary-pageheader:before {
    content: "";
    display: table
}

@media screen and (min-width:768px) {
    .glossary-pageheader .glossary-breadcrumbs_wrap {
        display: table-cell;
        vertical-align: middle;
        width: 100%
    }
}

@media screen and (max-width:768px) {
    .glossary-breadcrumbs_wrap {
        margin-bottom: 10px
    }

    .blog-intro.glossary-container {
        padding-left: 0 !important
    }
}

@media screen and (min-width:768px) {
    .glossary-breadcrumbs_wrap {
        padding: 10px 0
    }
}

.glossary-breadcrumbs_wrap ol:last-child {
    margin-bottom: 0
}

.glossary-breadcrumbs {
    list-style: none;
    margin: 0 0 5px;
    padding: 0;
    font-size: 13px;
    color: #5c5c5c;
    letter-spacing: -.1px
}

@media screen and (min-width:480px) {
    .glossary-breadcrumbs {
        letter-spacing: 0;
        font-size: 14px
    }
}

.glossary-breadcrumbs li {
    display: inline-block
}

.glossary-breadcrumbs .glossary-breadcrumbs__icon {
    display: inline-block;
    height: 8px;
    width: 13px;
    padding: 0 2px;
    position: relative;
    top: -1px
}

@media screen and (min-width:480px) {
    .glossary-breadcrumbs .glossary-breadcrumbs__icon {
        height: 8px;
        padding: 0 4px
    }
}

.glossary-breadcrumbs a {
    color: #000;
    text-decoration: none
}

.glossary-breadcrumbs a:active,
.glossary-breadcrumbs a:focus,
.glossary-breadcrumbs a:hover {
    color: #0046bb
}

.glossary-breadcrumbs .filteroffset {
    text-transform: capitalize
}

.pagination.glossary-container {
    margin: 0 auto;
    border: 0;
    border-bottom: 0;
    padding: 20px
}

.pagination.glossary-container div.pagination-inner {
    width: 100%;
    border-top: 1px solid #9c9c9c;
    border-bottom: 0;
    padding: 30px 0;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.pagination.glossary-container a {
    color: #000 !important
}

.pagination.glossary-container span.current {
    color: #999;
    font-size: 16px
}

.pagination.glossary-container a.prev,
.pagination.glossary-container span.prev {
    margin-left: 0
}

.pagination.glossary-container a.next,
.pagination.glossary-container span.next {
    margin-right: 0
}

.glossary_related {
    padding-top: 15px
}

.glossary_related h4 {
    margin-bottom: 20px
}

.glossary_related li {
    text-align: left;
    display: block !important;
    margin: 0 !important
}

.glossary_related li a {
    color: #43165c;
    padding-bottom: 10px
}

@media screen and (max-width:768px) {
    .glossary-intro h1 {
        font-size: 30px !important
    }

    .glossary-banner.banner-inner {
        height: 470px !important
    }
}

.scrolledGlossaryHeader {
    background: #fff;
    background-size: cover !important;
    position: fixed;
    top: 70px;
    width: 100%;
    transition: all .2s linear;
    box-shadow: 0 2px 15px -2px rgba(0, 0, 0, .2);
    opacity: .95
}

@media (max-width:768px) {
    .scrolledGlossaryHeader {
        top: 59px;
        padding-top: 2px;
        z-index: 2
    }
}

.scrolledGlossaryHeader .mobile-cat-dropdown {
    padding: 0 20px;
    width: 100%;
    padding-bottom: 8px
}

.scrolledGlossaryHeader .mobile-cat-dropdown select {
    margin-top: 0 !important;
    background-size: 18px
}

.scrolledGlossaryHeader .glossary-container {
    padding: 0;
    height: 46px
}

.scrolledGlossaryHeader .glossary-container ul.glossary-terms li {
    margin-top: 8px !important
}

.post-type-archive-glossary header.is-scrolled {
    box-shadow: none !important
}

.p-90 {
    padding: calc(48px + 42 * ((100vw - 576px) / 1344)) 0
}

.common-para-style {
    font-size: 20px;
    line-height: 1.6;
    color: #000;
    letter-spacing: normal;
    margin: 30px 0
}

.service-fourth-fold .common-para-style a {
    color: #7a26ce
}

.trading_account_page .service-first-fold .home-main-title,
.trading_account_page .service-first-fold h1.home-main-title {
    font-size: 64px;
    font-weight: 500;
    line-height: 80px;
    letter-spacing: -.05em
}

@media screen and (max-width:767px) {

    .trading_account_page .service-first-fold .home-main-title,
    .trading_account_page .service-first-fold h1.home-main-title {
        font-size: 40px;
        font-weight: 500;
        line-height: 48px;
        letter-spacing: -.05em
    }
}

.trading_account_page h2.home-main-title,
.trading_account_page h3.home-main-title {
    font-size: 32px;
    font-weight: 600;
    line-height: 40px;
    letter-spacing: -.6899999976158142px
}

.trading_account_page .trusted-by {
    margin-top: 100px;
    margin-bottom: 0
}

@media screen and (max-width:991px) {
    .trading_account_page .trusted-by {
        margin-top: 50px
    }
}

.trading_account_page .trusted-by .award-lists {
    margin-top: 0 !important
}

.trading_account_page .faq-sec {
    margin-top: 100px !important;
    margin-bottom: 0
}

@media screen and (max-width:991px) {
    .trading_account_page .faq-sec {
        margin-top: 50px !important
    }
}

.service-pages .openacbtn-home a {
    width: 388px
}

.service-pages .c2a-form-wrapper {
    margin-top: 105px
}

.service-pages .ct2wrapper {
    margin-top: 0
}

.service-pages .home-fifth-fold {
    margin-top: 100px
}

.service-pages a {
    color: #7a26ce
}

.service-pages .d-flex {
    display: -ms-flexbox;
    display: flex
}

.service-pages .align-items {
    -ms-flex-align: center;
    align-items: center
}

.service-pages h1 {
    font-size: 54px
}

.service-pages h2 {
    font-size: 36px
}

.service-pages h3 {
    font-size: 26px
}

.service-pages h1,
.service-pages h2,
.service-pages h3,
.service-pages h4,
.service-pages h5,
.service-pages h6 {
    color: #000
}

.service-pages .trade-txt {
    font-size: 20px;
    margin-bottom: 50px
}

.service-pages .openacbtn-home a {
    color: #fff
}

.service-pages .home-main-title {
    margin-bottom: 20px;
    font-weight: 600;
    color: #000
}

.service-first-fold {
    margin-top: 105px
}

.service-first-fold .critical,
.service-first-fold .service-demat-first-fold-img {
    background-image: url(/app/themes/upstox/dist/img/service-pages/demat-account.png);
    background-repeat: no-repeat;
    background-position: 0 100%;
    background-size: cover;
    height: 400px
}

.service-first-fold .critical,
.service-first-fold .service-trading-first-fold-img {
    background-image: url(/app/themes/upstox/dist/img/service-pages/trading-illustration.png);
    background-repeat: no-repeat;
    background-position: 0 50%;
    background-size: cover;
    width: 500px;
    height: 400px
}

.service-first-fold .critical,
.service-first-fold .service-commodity-first-fold-img {
    background-image: url(/app/themes/upstox/dist/img/service-pages/commodity-trading.png);
    background-repeat: no-repeat;
    background-position: 0 50%;
    background-size: cover;
    height: 400px
}

.service-first-fold .critical,
.service-first-fold .service-equity-first-fold-img {
    background-image: url(/app/themes/upstox/dist/img/service-pages/equity_illustration1.png);
    background-repeat: no-repeat;
    background-position: 0 50%;
    background-size: cover;
    height: 459px
}

.service-second-fold {
    margin-top: 100px
}

.service-second-fold.equity-page {
    margin-top: 0 !important
}

.service-second-fold .critical,
.service-second-fold .service-equity-second-fold-img {
    background-image: url(/app/themes/upstox/dist/img/service-pages/equity_illustration2.png);
    background-repeat: no-repeat;
    background-position: 1.9px 0;
    background-size: cover;
    height: 456px
}

.service-second-fold .benefit-box {
    margin-top: 60px
}

.service-second-fold .benefit-box .home-paragraph-style {
    line-height: normal;
    font-weight: 600;
    font-size: 24px;
    margin-bottom: 20px
}

.service-second-fold .benefit-box .home-paragraph-style:before {
    content: "";
    border-left: 2px solid #43165c;
    height: 25px;
    float: left;
    position: relative;
    top: 4px;
    right: 10px
}

.service-second-fold .service-list-style {
    font-size: 14px;
    font-weight: 500;
    font-style: normal;
    padding-left: 4px;
    font-stretch: normal;
    line-height: 32px;
    letter-spacing: normal;
    color: #4b4b4b
}

.service-second-fold .service-list-style li {
    list-style-type: none;
    position: relative
}

.service-second-fold .service-list-style li:before {
    content: "";
    color: #dadee3;
    position: absolute;
    left: -15px;
    height: 6px;
    width: 6px;
    background: #43165c;
    top: 41%;
    border-radius: 50%
}

.equity-third-fold {
    background: #0046bb;
    background-attachment: fixed;
    height: 400px;
    padding: 120px 0;
    margin-top: 120px;
    font-family: IBMPlexSans
}

.equity-third-fold p {
    letter-spacing: 0;
    color: #fff
}

.equity-third-fold .quote {
    font-size: 36px
}

.equity-third-fold .author {
    font-size: 24px;
    margin-top: 30px
}

.equity-third-fold .service-third-fold {
    display: -ms-flexbox;
    display: flex;
    lign-items: center
}

.service-third-fold {
    margin-top: 200px
}

.service-third-fold .s-d-charges-txt {
    font-size: 14px;
    font-weight: 600;
    color: #000;
    margin-top: 30px
}

.service-third-fold .tradingcharges-box {
    margin-bottom: 0;
    float: left
}

.service-third-fold .charges-txt1 {
    font-size: 24px;
    font-weight: 600;
    color: #000 !important
}

.service-third-fold .triangle-bg-lg {
    bottom: 1155px;
    left: -915px;
    overflow: hidden;
    position: absolute;
    border-radius: 14%;
    transform: translateY(-6%) rotate(90deg) skewY(30deg) scaleX(.866);
    z-index: -1
}

.service-third-fold .home-container {
    z-index: 2;
    position: relative
}

.trading_account_page .service-third-fold {
    margin-top: 100px
}

@media screen and (max-width:991px) {
    .trading_account_page .service-third-fold {
        margin-top: 50px
    }
}

.service-fourth-fold {
    position: relative;
    margin-top: 100px
}

.service-fourth-fold .home-cards-with-shadow {
    padding: 20px
}

.service-fourth-fold .numbering-txt {
    font-size: 24px;
    font-weight: 600;
    color: #dadee3
}

.service-fourth-fold .open-demat-account-title {
    font-size: 24px;
    font-weight: 600;
    color: #000
}

.service-fourth-fold .open-demat-account-desc {
    font-size: 18px;
    line-height: 1.6;
    color: #000
}

.service-fourth-fold .open-demat-account-desc1 {
    font-size: 18px;
    line-height: 2;
    color: #000
}

.service-fourth-fold .document-to-d-acc {
    margin-top: 50px;
    margin-bottom: 30px
}

.service-fourth-fold a {
    color: #0046bb
}

.service-fourth-fold .service-disclaimer {
    margin-top: 30px
}

.service-fourth-fold .triangle-bg-xs {
    left: 72px;
    top: 157px
}

.trading_account_page .service-fourth-fold {
    margin-top: 50px
}

@media screen and (max-width:991px) {
    .trading_account_page .service-fourth-fold {
        margin-top: 0
    }
}

@media (max-width:990px) {
    .service-pages .d-flex {
        display: block !important
    }

    .service-first-fold {
        margin-top: 60px
    }

    .d-sm-none {
        display: none
    }

    .service-pages h1 {
        font-size: 36px
    }

    .service-pages h2 {
        font-size: 24px;
        font-size: 20px
    }

    .document-to-d-acc h2 {
        text-align: center
    }

    .app-mockup-img-mobile .download-app {
        margin-top: 20px !important
    }
}

@media (max-width:767px) {
    .service-pages h1 {
        font-size: 30px
    }

    .service-pages h2 {
        font-size: 22px
    }

    .service-third-fold .common-para-style {
        text-align: left
    }

    .service-pages .trade-txt {
        text-align: center
    }
}

@media (max-width:991px) and (min-width:320px) {

    .triangle-bg-lg,
    .triangle-bg-xs {
        display: none
    }

    .critical .openacbtn-home a,
    .home-container .openacbtn-home a {
        margin: 0 0 30px
    }

    .common-para-style {
        font-size: 14px;
        text-align: center
    }

    .service-first-fold {
        margin-top: 50px
    }

    .service-first-fold .home-main-title {
        text-align: center;
        letter-spacing: normal
    }

    .equity-third-fold {
        padding: 65px 40px;
        margin-top: 50px;
        height: 330px !important
    }

    .equity-third-fold .quote {
        font-size: 24px
    }

    .equity-third-fold .author {
        font-size: 20px;
        margin-top: 30px
    }

    .openacbtn-home a {
        width: 100% !important
    }

    .service-first-fold .service-commodity-first-fold-img,
    .service-first-fold .service-demat-first-fold-img,
    .service-first-fold .service-equity-first-fold-img,
    .service-first-fold .service-trading-first-fold-img {
        background-repeat: no-repeat;
        background-position: 50%;
        background-size: contain;
        width: 100%;
        height: 256px
    }

    .service-first-fold .service-equity-first-fold-img {
        background-image: url(/app/themes/upstox/dist/img/service-pages/equity_illustration_mobile.png) !important;
        background-position: 50% 50% !important
    }

    .service-second-fold {
        margin-top: 20px
    }

    .service-second-fold .benefit-box {
        margin-top: 35px
    }

    .service-second-fold .benefit-box .home-paragraph-style:before {
        content: "";
        border-top: 1px solid #0046bb;
        height: 1px;
        left: 20px;
        position: absolute;
        top: -10px;
        width: 35px;
        margin: 0 auto
    }

    .service-second-fold .benefit-box .home-paragraph-style {
        font-size: 20px;
        margin-bottom: 0
    }

    .service-second-fold .benefit-box .common-para-style {
        text-align: center
    }

    .service-second-fold.trading_account_page .home-paragraph-style:before {
        display: none
    }

    .service-second-fold .service-list-style {
        font-size: 16px;
        padding: 0 15px
    }

    .service-second-fold .service-list-style li {
        list-style-type: disc
    }

    .service-second-fold .service-list-style li:before {
        background: transparent
    }

    .service-third-fold {
        margin-top: 50px
    }

    .service-third-fold .home-container {
        background: none
    }

    .service-third-fold .tradingcharges-box {
        width: 100%
    }

    .service-third-fold .s-d-charges-txt {
        text-align: center
    }

    .service-third-fold .home-sub-title-light {
        text-align: left;
        font-size: 14px
    }

    .service-third-fold .home-sub-title {
        margin-bottom: 0
    }

    .service-third-fold .home-cards-with-shadow .row {
        display: -ms-flexbox;
        display: flex
    }

    .service-third-fold .home-cards-with-shadow .col-md-6 {
        margin: auto;
        min-height: 121px
    }

    .service-fourth-fold {
        margin-top: 50px
    }

    .service-fourth-fold .document-to-d-acc {
        margin-top: 45px;
        margin-bottom: 15px
    }

    .service-fourth-fold .home-cards-with-shadow {
        text-align: center;
        margin-bottom: 20px;
        min-height: auto
    }

    .service-fourth-fold .home-cards-with-shadow .open-demat-account-title {
        font-size: 20px
    }

    .service-fourth-fold .home-cards-with-shadow .open-demat-account-desc,
    .service-fourth-fold .home-cards-with-shadow .open-demat-account-desc1 {
        font-size: 14px
    }

    .home-fifth-fold {
        margin-top: 0 !important
    }

    .trading_account_page .open-demat-account-title {
        font-size: 24px !important
    }
}

.trading-lookup h2 {
    font-size: 18px;
    font-weight: 600
}

.trading-lookup h3 {
    font-weight: 700;
    font-size: 18px;
    line-height: 32px
}

@media (max-width:575px) {
    .lookup-inner_textbox h2 {
        font-size: 16px;
        line-height: 22px
    }

    .lookup-inner_textbox h3 {
        font-size: 14px;
        line-height: 20px;
        letter-spacing: -.09px
    }
}

.annoucements_banner_archive,
.critical {
    background: #eeebe6;
    margin-top: 70px;
    padding: 45px 0 75px
}

.annoucements_banner_archive p,
.critical p {
    margin: 20px 0 0;
    font-size: 36px;
    line-height: 48px;
    text-align: center;
    color: #6a6a6a
}

.our-latest-announcement .faq {
    padding-bottom: 60px !important
}

.annoucements_banner_archive .home-container {
    max-width: 942px;
    width: 100%
}

.a-article-row,
.critical {
    margin-top: 40px
}

.a-article-row>.row,
.critical>.row {
    margin: 0
}

.a-article-row .a-post-time,
.critical .a-post-time {
    margin-bottom: 10px
}

.a-article-row .a-post-time .a-current-date,
.critical .a-post-time .a-current-date {
    font-size: 18px;
    letter-spacing: .1px;
    color: #000
}

.a-article-row .a-post-time .a-current-time,
.critical .a-post-time .a-current-time {
    font-size: 14px;
    letter-spacing: .1px;
    color: #a4aab3
}

.a-article-row .a-article-title,
.critical .a-article-title {
    font-size: 20px;
    font-weight: 600;
    letter-spacing: .2px;
    color: #262626;
    margin-bottom: 10px
}

.a-article-row .a-article-content .content,
.a-article-row .a-article-content .excerpt,
.critical .a-article-content .content,
.critical .a-article-content .excerpt {
    font-size: 16px;
    font-weight: 400;
    font-style: normal;
    font-stretch: normal;
    line-height: 150%;
    letter-spacing: .1px;
    color: #4a4a4a
}

.a-article-row .a-article-content .content a,
.a-article-row .a-article-content .excerpt a,
.critical .a-article-content .content a,
.critical .a-article-content .excerpt a {
    color: #43165c
}

.a-article-row .a-article-content .content ol,
.a-article-row .a-article-content .content ul,
.a-article-row .a-article-content .excerpt ol,
.a-article-row .a-article-content .excerpt ul,
.critical .a-article-content .content ol,
.critical .a-article-content .content ul,
.critical .a-article-content .excerpt ol,
.critical .a-article-content .excerpt ul {
    color: #000;
    -webkit-margin-after: 1em;
    -webkit-margin-start: 0;
    -webkit-margin-end: 0;
    -webkit-padding-start: 40px;
    margin-right: 0;
    text-align: left !important
}

.a-article-row .a-article-content .content ol li,
.a-article-row .a-article-content .content ul li,
.a-article-row .a-article-content .excerpt ol li,
.a-article-row .a-article-content .excerpt ul li,
.critical .a-article-content .content ol li,
.critical .a-article-content .content ul li,
.critical .a-article-content .excerpt ol li,
.critical .a-article-content .excerpt ul li {
    display: list-item !important;
    margin-bottom: 10px
}

.a-article-row .a-article-content .content ol,
.a-article-row .a-article-content .excerpt ol,
.critical .a-article-content .content ol,
.critical .a-article-content .excerpt ol {
    list-style-type: decimal !important
}

.a-article-row .a-article-content .content ul,
.a-article-row .a-article-content .excerpt ul,
.critical .a-article-content .content ul,
.critical .a-article-content .excerpt ul {
    list-style-type: disc !important
}

.a-article-row .a-article-content .content .read,
.a-article-row .a-article-content .excerpt .read,
.critical .a-article-content .content .read,
.critical .a-article-content .excerpt .read {
    color: #43165c;
    font-weight: 600;
    cursor: pointer
}

.a-article-row .a-article-tags,
.a-article-row .a-article-tags a,
.critical .a-article-tags,
.critical .a-article-tags a {
    font-size: 14px;
    font-weight: 400;
    font-style: normal;
    font-stretch: normal;
    line-height: normal;
    letter-spacing: .2px;
    color: #43165c;
    margin-top: 10px
}

.backto-home-announcement {
    margin-top: 30px
}

.backto-home-announcement a {
    font-size: 14px;
    color: #43165c;
    margin-bottom: 10px
}

.backto-home-announcement a,
.backto-home-announcement p {
    font-weight: 400;
    font-style: normal;
    font-stretch: normal;
    line-height: normal;
    letter-spacing: .2px
}

.backto-home-announcement p {
    font-size: 24px;
    color: #a4aab3
}

.backto-home-announcement p span {
    color: #000
}

.a-article-wrapper {
    margin-bottom: 50px
}

.post-type-archive-announcements .a-article-wrapper {
    margin-bottom: 0
}

a#loadmore-posts-a {
    border-radius: 8px;
    border: 1px solid #43165c;
    width: 100%;
    max-width: 220px;
    text-align: center;
    font-size: 16px;
    font-weight: 400;
    font-style: normal;
    font-stretch: normal;
    line-height: normal;
    letter-spacing: .1px;
    color: #43165c;
    padding: 20px;
    float: left;
    border-radius: 100px;
    margin: 50px 0 50px -15px
}

a#loadmore-posts-a:hover {
    background-color: rgba(122, 38, 206, .1);
    border: 1px solid #7a26ce
}

.new-announcement .container {
    max-width: 940px;
    width: 100%
}

.new-announcement .annoucements_banner_archive {
    background-color: #fff;
    padding: 60px 0
}

.new-announcement .annoucements_banner_archive .container {
    padding: 0 30px;
    max-width: 1392px
}

.new-announcement .announcements-title-wrap {
    background: #afa8e1;
    border-radius: 24px;
    padding: 96px 41px 96px 96px
}

.new-announcement .announcements-sub-title h1,
.new-announcement .announcements-title-wrap {
    font-weight: 700;
    font-size: 14px;
    line-height: 20px;
    letter-spacing: -.09px;
    -webkit-font-feature-settings: "cv10" on, "cv05" on, "cv01" on;
    font-feature-settings: "cv10" on, "cv05" on, "cv01" on;
    color: #5a298b
}

.new-announcement .announcements-sub-title h1 {
    margin-bottom: 20px
}

.new-announcement .announcements-title {
    font-weight: 600;
    font-size: 48px;
    line-height: 56px;
    letter-spacing: -1.07px;
    -webkit-font-feature-settings: "cv10" on, "cv05" on, "cv01" on;
    font-feature-settings: "cv10" on, "cv05" on, "cv01" on;
    color: #fff
}

.new-announcement .a-article-wrapper {
    padding: 0 82px
}

.new-announcement .a-article-row {
    margin-top: 0;
    padding-bottom: 32px;
    margin-bottom: 32px;
    position: static;
    border-bottom: 1.0644px solid #959595
}

.new-announcement .a-article-row .a-post-time {
    margin-bottom: 8px
}

.new-announcement .a-article-row .a-article-title a {
    font-weight: 600;
    font-size: 24px;
    line-height: 32px;
    letter-spacing: -.47px;
    -webkit-font-feature-settings: "cv10" on, "cv05" on, "cv01" on;
    font-feature-settings: "cv10" on, "cv05" on, "cv01" on;
    color: #262626;
    margin: 0 0 16px
}

.new-announcement .a-article-row .a-article-title a:hover {
    color: #5a298b
}

.new-announcement .a-article-row .a-article-tags {
    margin-top: 0;
    margin: 32px 0 0
}

.new-announcement .a-article-row .a-article-tags,
.new-announcement .a-article-row .a-article-tags a {
    font-family: Inter;
    font-style: normal;
    font-weight: 700;
    font-size: 14px;
    line-height: 20px;
    letter-spacing: -.09px;
    -webkit-font-feature-settings: "cv10" on, "cv05" on, "cv01" on;
    font-feature-settings: "cv10" on, "cv05" on, "cv01" on;
    color: #5a298b
}

.new-announcement .a-article-row .a-article-tags a {
    margin-top: 0
}

.new-announcement .a-post-time span.a-current-date,
.new-announcement .a-post-time span.a-current-time {
    font-weight: 700;
    font-size: 14px;
    line-height: 20px;
    letter-spacing: -.09px;
    -webkit-font-feature-settings: "cv10" on, "cv05" on, "cv01" on;
    font-feature-settings: "cv10" on, "cv05" on, "cv01" on;
    color: #6a6a6a
}

.new-announcement .articel-sec .loadmore-wrap {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    justify-content: center
}

.new-announcement .articel-sec a#loadmore-posts-a {
    display: -ms-inline-flexbox;
    display: inline-flex;
    -ms-flex-align: start;
    align-items: flex-start;
    width: auto;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 15px 30px;
    border: 1px solid #41246e;
    background: #41246e;
    border-radius: 8px;
    font-family: Inter;
    font-style: normal;
    font-weight: 700;
    font-size: 18px;
    line-height: 22px;
    text-align: center;
    text-transform: uppercase;
    color: #fff;
    margin: 0 0 60px;
    transition: all .3s ease-in-out .1s
}

.new-announcement .articel-sec a#loadmore-posts-a:hover {
    background-color: transparent;
    color: #41246e
}

.new-announcement .content ul {
    margin-top: 16px
}

.new-announcement .content ul li {
    font-family: Inter;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: 20px;
    letter-spacing: -.09000000357627869px;
    text-align: left;
    color: #5c5c5c
}

.new-announcement .content ul li span {
    font-weight: 500 !important
}

.new-announcement .content table td {
    font-family: Inter;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: 20px;
    letter-spacing: -.09000000357627869px;
    text-align: left;
    color: #5c5c5c;
    padding: 16px 0
}

.new-announcement .content table td span {
    font-weight: 500 !important
}

.new-announcement section.announcement-merge {
    overflow: unset;
    position: relative;
    display: block;
    max-width: 1200px;
    margin-left: auto;
    margin-right: auto
}

.new-announcement .sidebar {
    top: 137px !important;
    max-width: 320px !important;
    width: 320px !important;
    margin: 0;
    float: right;
    position: sticky
}

.new-announcement div.open-account {
    box-sizing: border-box;
    top: 16px;
    width: 100%;
    padding: 20px;
    position: sticky;
    background: #fff;
    border: 1px solid #e5e5e5;
    box-shadow: 0 0 10px hsla(0, 0%, 69%, .5);
    border-radius: 12px;
    margin-bottom: 20px
}

.new-announcement div.open-account p {
    font-weight: 400 !important;
    color: #000 !important;
    padding-top: 0 !important;
    font-size: 12px !important;
    line-height: 16px;
    margin-bottom: 8px
}

.new-announcement div.open-account div.existing-account p {
    font-weight: 400 !important;
    color: #666 !important;
    padding-top: 0 !important;
    font-size: 10px !important;
    line-height: 16px;
    margin-bottom: 8px
}

.new-announcement .contact-form {
    width: 100%;
    border-top: 1px solid rgba(0, 0, 0, .1);
    margin-top: 16px
}

.new-announcement .contact-form h6 {
    color: #262626;
    font-size: 14px;
    line-height: 20px;
    padding-top: 16px;
    padding-bottom: 16px;
    margin: 0
}

.new-announcement form.contact-input-wrap {
    position: relative
}

.new-announcement form.contact-input-wrap input {
    width: 100%;
    line-height: 24px;
    padding: 10px 8px 10px 45px;
    font-size: 14px !important;
    background: #f5f5f5;
    border: 1px solid #444;
    box-shadow: 0 0 10px hsla(0, 0%, 69%, .5);
    border-radius: 32px;
    height: 40px;
    color: #444
}

.new-announcement form.contact-input-wrap button.submit-btn {
    width: 100%;
    height: 48px;
    background: #5a298b !important;
    border: 1px solid transparent !important;
    border-radius: 24px !important;
    padding: 10px 25px !important;
    color: #fff !important;
    font-size: 14px !important;
    font-weight: 700 !important;
    line-height: 24px !important;
    margin-top: 16px !important;
    transition: all .3s ease-in-out .1s;
    cursor: pointer;
    margin-bottom: 16px
}

.new-announcement form.contact-input-wrap div#error-message {
    margin-bottom: 0 !important;
    margin-top: 4px
}

.new-announcement .articel-sec .container.home-container {
    max-width: 100%;
    width: calc(100% - 333px);
    display: inline-block
}

.new-announcement .open-account h2.header {
    font-size: 24px !important;
    line-height: 28px;
    letter-spacing: -.03em;
    color: #5a298b;
    font-weight: 700;
    margin-bottom: 12px;
    padding-bottom: 12px;
    border-bottom: 1px solid rgba(0, 0, 0, .1)
}

div.new-announcement .a-article-row .excerpt {
    font-weight: 500;
    font-size: 14px;
    line-height: 20px;
    letter-spacing: -.09px;
    -webkit-font-feature-settings: "cv10" on, "cv05" on, "cv01" on;
    font-feature-settings: "cv10" on, "cv05" on, "cv01" on;
    color: #5c5c5c
}

.existing-account p a {
    font-weight: 700 !important;
    text-decoration: underline;
    color: #666 !important
}

.announcement-main-sec .home-container {
    max-width: 1200px;
    margin-left: auto;
    margin-right: auto
}

.announcement-main-sec .home-container .a-article-wrapper {
    width: calc(100% - 333px);
    display: inline-block
}

.single-sidebar-ann .our-latest-announcement .kb-banner .container {
    padding: 0 30px;
    max-width: 1392px
}

.single-sidebar-ann section.container.faq {
    max-width: 1200px !important;
    margin-left: auto;
    margin-right: auto;
    padding: 0
}

.single-sidebar-ann .faq_content.annoucement-content {
    width: calc(100% - 333px);
    display: inline-block;
    padding: 0 82px
}

.single-sidebar-ann .faq_content.annoucement-content .login-sidebars {
    display: none
}

.single-sidebar-ann .pagination-link,
.single-sidebar-ann h2.faq-title.announcement-title {
    width: calc(100% - 333px);
    display: inline-block;
    padding: 0 82px
}

@media (max-width:1300px) {
    .new-announcement section.announcement-merge {
        max-width: 970px;
        padding: 0 20px
    }

    .new-announcement .a-article-wrapper {
        padding: 0 30px 0 0
    }

    .single-sidebar-ann .faq_content.annoucement-content,
    .single-sidebar-ann .pagination-link,
    .single-sidebar-ann h2.faq-title.announcement-title {
        padding: 0 20px 0 0 !important
    }
}

@media (max-width:767px) {
    .new-announcement .annoucements_banner_archive {
        padding: 0 0 48px
    }

    .new-announcement .annoucements_banner_archive .container.home-container {
        width: 100%;
        padding: 0
    }

    .new-announcement form.contact-input-wrap input {
        width: 100%
    }

    .new-announcement .announcements-title-wrap {
        text-align: center;
        padding: 65px 50px;
        border-radius: 0
    }

    .new-announcement .announcements-sub-title {
        margin-bottom: 15px
    }

    .new-announcement .announcements-sub-title h1 {
        text-align: center
    }

    .new-announcement .announcements-title {
        font-size: 43px;
        line-height: 56px
    }

    .new-announcement .announcements-title>br {
        display: none
    }

    .new-announcement .a-article-wrapper {
        padding: 0 30px
    }

    .new-announcement .articel-sec .container.home-container {
        width: 100%
    }

    .new-announcement section.announcement-merge {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-direction: column-reverse;
        flex-direction: column-reverse
    }

    .new-announcement .sidebar {
        position: static;
        width: 100% !important;
        max-width: 100% !important
    }

    .new-announcement .articel-sec .container.home-container {
        padding: 0
    }

    .new-announcement section.announcement-merge {
        padding-bottom: 30px !important
    }

    .new-announcement .contact-form h6 {
        display: none
    }

    .new-announcement .contact-form {
        padding-top: 16px
    }

    .new-announcement p.bold-text strong {
        margin-bottom: 16px;
        padding-bottom: 16px;
        display: block !important;
        font-size: 14px !important;
        line-height: 20px
    }

    .announcement-main-sec .home-container {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-direction: column-reverse;
        flex-direction: column-reverse
    }

    .announcement-main-sec .home-container .a-article-wrapper {
        width: 100%
    }

    .announcement-main-sec .home-container .sidebar {
        position: static;
        width: 100% !important;
        max-width: 100% !important
    }

    div#error-message {
        position: static !important
    }

    .single-sidebar-ann .faq_content.annoucement-content,
    .single-sidebar-ann .pagination-link,
    .single-sidebar-ann h2.faq-title.announcement-title {
        padding: 0 !important;
        width: 100%
    }

    .faq_content.annoucement-content ol {
        padding: 0 15px
    }

    .single-sidebar-ann .our-latest-announcement .kb-banner .container {
        padding: 0
    }

    .single-sidebar-ann .faq_content.annoucement-content .login-sidebars {
        display: block;
        margin-bottom: 25px
    }

    body div.smartlist-login .open-account .submit-btn {
        width: 30px;
        height: 30px;
        font-size: 0 !important;
        padding: 0 !important;
        position: absolute;
        top: 4px;
        right: 10px;
        margin: 0 !important;
        background-image: url(../img/signup.svg) !important;
        background-repeat: no-repeat !important;
        background-position: 50% !important
    }
}

@media (max-width:575px) {
    .new-announcement .annoucements_banner_archive {
        padding: 0 0 50px
    }

    .new-announcement .announcements-title-wrap {
        padding: 48px 30px
    }

    .new-announcement .announcements-title {
        font-weight: 600;
        font-size: 24px;
        line-height: 32px;
        text-align: center;
        letter-spacing: -.47px
    }

    .new-announcement .articel-sec .container {
        width: 100%;
        padding: 0 30px
    }

    .new-announcement .articel-sec a#loadmore-posts-a {
        width: 100%;
        max-width: 100%;
        font-size: 14px;
        line-height: 24px;
        padding: 12px;
        margin-bottom: 50px
    }

    .new-announcement .a-article-row {
        margin-bottom: 20px
    }

    .new-announcement .a-article-row .a-article-tags {
        margin: 16px 0 0;
        font-size: 16px !important
    }

    .new-announcement .a-article-row .a-article-tags a {
        font-size: 16px !important
    }

    .new-announcement .a-article-wrapper {
        padding: 0
    }

    div.new-announcement .a-article-row .excerpt {
        position: static;
        font-weight: 500;
        font-size: 16px;
        line-height: 24px;
        letter-spacing: -.18px;
        color: #5c5c5c;
        word-break: break-all
    }

    div.new-announcement .a-article-row .excerpt .read {
        display: block
    }
}

.new-announcement .backto-home-announcement {
    margin-top: 0
}

.new-announcement .backto-home-announcement a {
    font-weight: 500;
    font-size: 14px;
    line-height: 20px;
    letter-spacing: -.09px;
    color: #5a298b;
    margin-bottom: 32px
}

.new-announcement .backto-home-announcement p {
    font-weight: 500;
    font-size: 20px;
    line-height: 28px;
    margin-bottom: 40px;
    letter-spacing: -.33px;
    color: #000
}

.new-announcement .a-article-row>.row,
.new-announcement .a-article-wrapper .backto-home-announcement {
    margin: 0
}

@media (max-width:767px) {
    .new-announcement .backto-home-announcement a {
        font-size: 16px;
        margin-bottom: 24px
    }

    .new-announcement .backto-home-announcement p {
        margin-bottom: 26px
    }
}

.our-latest-announcement .kb-banner {
    background: #fff !important;
    padding: 60px 0;
    margin-top: 70px;
    height: auto;
    position: static
}

.our-latest-announcement .kb-banner .container {
    max-width: 940px;
    width: 100%;
    position: static;
    margin: 0 auto;
    transform: translate(0)
}

.our-latest-announcement .blog-intro {
    background: #afa8e1;
    border-radius: 24px;
    padding: 96px 41px 96px 96px;
    margin-bottom: 0
}

.our-latest-announcement .blog-intro .announcementHeading {
    font-weight: 600;
    font-size: 48px;
    line-height: 56px;
    letter-spacing: -1.07px;
    -webkit-font-feature-settings: "cv10" on, "cv05" on, "cv01" on;
    font-feature-settings: "cv10" on, "cv05" on, "cv01" on;
    color: #fff;
    margin: 0;
    text-align: left
}

.our-latest-announcement .announcements-sub-title {
    font-weight: 700;
    font-size: 14px;
    line-height: 20px;
    text-align: left;
    letter-spacing: -.09px;
    -webkit-font-feature-settings: "cv10" on, "cv05" on, "cv01" on;
    font-feature-settings: "cv10" on, "cv05" on, "cv01" on;
    color: #5a298b;
    margin-bottom: 20px
}

.our-latest-announcement .ht-page.faq {
    padding: 0 82px
}

.our-latest-announcement .faq-title.announcement-title {
    margin-bottom: 20px
}

.our-latest-announcement .annoucement-content p {
    font-weight: 500;
    font-size: 14px;
    line-height: 20px;
    letter-spacing: -.09px;
    -webkit-font-feature-settings: "cv10" on, "cv05" on, "cv01" on;
    font-feature-settings: "cv10" on, "cv05" on, "cv01" on;
    color: #5c5c5c;
    margin-bottom: 16px
}

.our-latest-announcement .pagination-link a {
    display: -ms-inline-flexbox;
    display: inline-flex;
    -ms-flex-align: start;
    align-items: flex-start;
    width: auto;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 12px 30px;
    border: 1px solid #41246e;
    background: #41246e;
    border-radius: 8px;
    font-family: Inter;
    font-style: normal;
    font-weight: 700;
    font-size: 16px;
    line-height: 22px;
    text-align: center;
    text-transform: uppercase;
    color: #fff;
    margin: 20px 0 60px;
    transition: all .3s ease-in-out .1s
}

.our-latest-announcement .pagination-link a:hover {
    background-color: transparent;
    color: #41246e
}

.our-latest-announcement .faq .faq-article h1.faq-title {
    font-family: Inter;
    font-size: 24px;
    font-style: normal;
    font-weight: 600;
    line-height: 32px;
    letter-spacing: -.4699999988079071px;
    text-align: left;
    color: #262626
}

.our-latest-announcement .faq .faq-article .faq_content p {
    font-family: Inter;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: 20px;
    letter-spacing: -.09000000357627869px;
    text-align: left;
    color: #5c5c5c
}

.our-latest-announcement .faq .faq-article .faq_content p span {
    font-weight: 500 !important
}

.our-latest-announcement .faq .faq-article .faq_content ul li {
    font-family: Inter;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: 20px;
    letter-spacing: -.09000000357627869px;
    text-align: left;
    color: #5c5c5c
}

.our-latest-announcement .faq .faq-article .faq_content ul li span {
    font-weight: 500 !important
}

.our-latest-announcement .faq .faq-article .faq_content table td {
    font-family: Inter;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: 20px;
    letter-spacing: -.09000000357627869px;
    text-align: left;
    color: #5c5c5c;
    padding: 16px 0
}

.our-latest-announcement .faq .faq-article .faq_content table.tab td p:last-child {
    margin-bottom: 0
}

@media (max-width:767px) {
    .our-latest-announcement .kb-banner {
        padding: 0 0 50px
    }

    .our-latest-announcement .kb-banner .container {
        padding: 0
    }

    .our-latest-announcement .blog-intro {
        text-align: center;
        padding: 65px 50px;
        border-radius: 0
    }

    .our-latest-announcement .blog-intro .announcementHeading {
        font-size: 43px;
        line-height: 56px;
        text-align: center
    }

    .our-latest-announcement .announcements-sub-title {
        margin-bottom: 15px;
        text-align: center
    }

    .our-latest-announcement .ht-page.faq {
        padding: 0 30px
    }
}

@media (max-width:575px) {
    .our-latest-announcement .blog-intro {
        padding: 48px 16px
    }

    .our-latest-announcement .blog-intro .announcementHeading {
        font-weight: 600;
        font-size: 24px;
        line-height: 32px;
        text-align: center;
        letter-spacing: -.47px
    }

    .our-latest-announcement .ht-page.faq {
        padding: 0 15px
    }

    .our-latest-announcement .pagination-link a {
        width: 100%;
        max-width: 100%;
        font-size: 14px;
        line-height: 24px;
        padding: 12px;
        margin-bottom: 50px
    }
}

.resp-iframe {
    height: 100vh !important;
    width: 100vw !important;
    display: block
}

.resp-container {
    height: 100vh;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-line-pack: center;
    align-content: center;
    background-color: #000
}

@media screen and (max-width:600px) {
    .resp-iframe {
        height: 50% !important;
        margin: auto 0
    }
}

html {
    scroll-behavior: smooth
}

.slider-section {
    border-radius: 8px;
    box-shadow: 0 0 4px 0 rgba(0, 0, 0, .1);
    background-color: #fff;
    padding: 92px 46px
}

@media only screen and (max-width:992px) {
    .slider-section {
        padding: 0 18px;
        box-shadow: none
    }
}

.sliderBlock {
    max-width: 256px
}

@media only screen and (max-width:992px) {
    .sliderBlock {
        margin: 0 auto;
        margin-top: 50px;
        max-width: 380px
    }
}

@media only screen and (max-width:992px) {
    .center-heading {
        text-align: center !important;
        margin-bottom: 60px
    }
}

.priceBlock {
    background-image: url(../img/sub-broker-new/priceBlock.png);
    width: 100%;
    max-width: 380px;
    height: 300px;
    background-repeat: no-repeat;
    -ms-flex-pack: center;
    justify-content: center;
    display: -ms-flexbox;
    display: flex;
    position: relative;
    -ms-flex-align: center;
    align-items: center;
    background-size: cover;
    background-position: 100% 100%;
    border-radius: 14px;
    border-bottom-left-radius: 20px
}

.divider {
    height: 1px;
    width: 100%;
    left: 0;
    max-width: 367px;
    border: 1px solid rgba(158, 167, 182, .1)
}

div.margin-header {
    margin-bottom: 27px;
    margin-top: 50px
}

.para-margin {
    max-width: 300px;
    margin: 0 auto;
    margin-top: 16px;
    margin-bottom: 16px;
    font-size: 18px
}

@media only screen and (max-width:992px) {
    .para-margin {
        font-size: 16px
    }
}

.customContainer {
    max-width: 942px !important;
    margin-top: 40px;
    margin: 0 auto
}

body {
    font-family: Inter !important;
    scroll-behavior: smooth
}

.theme-color {
    color: #0046bb !important
}

.onboarded-tooltip:after {
    display: none
}

.onboarded-tooltip {
    position: relative
}

.tooltip.in {
    opacity: 1 !important
}

.onboarded-tooltip:hover:after {
    content: "An approximate number of customers that you think you will onboard every month.";
    display: inline;
    position: absolute;
    background-color: #000;
    color: #fff;
    border-radius: 5px;
    font-size: 12px;
    right: 0;
    padding: 12px;
    min-width: 163px;
    line-height: 14px;
    top: -84px
}

.pickup-tooltip:after {
    display: none
}

.pickup-tooltip:hover:after {
    content: "An approximate number of documents that you might be able to pick up every month.";
    display: inline;
    position: absolute;
    background-color: #000;
    color: #fff;
    border-radius: 5px;
    font-size: 12px;
    padding: 5px;
    min-width: 141px;
    top: 25px;
    left: 49%
}

.partnerimg img {
    height: 100px
}

.navbar-nav .nav-link {
    font-size: 14px;
    line-height: 1.29;
    letter-spacing: .3px;
    color: #000 !important;
    padding: 0 22px !important
}

.headings h2 {
    font-size: 34px;
    font-weight: 500;
    color: #000
}

h3.slider-main-header {
    max-width: 296px;
    line-height: 41px;
    margin-top: 0;
    margin-bottom: 17px
}

@media only screen and (max-width:992px) {
    h3.slider-main-header {
        max-width: 100%;
        font-weight: 500;
        font-size: 24px;
        line-height: 29px;
        text-align: center
    }
}

.contentBox p {
    font-size: 20px;
    line-height: 1.34;
    color: #000;
    padding-right: 0;
    font-weight: 400;
    margin-bottom: 40px;
    max-width: 300px
}

@media only screen and (max-width:992px) {
    .contentBox p {
        max-width: 100%;
        font-size: 16px
    }
}

@media only screen and (max-width:992px) {
    .mobile-box-shadow {
        box-shadow: 0 0 4px rgba(0, 0, 0, .1);
        margin: 1px;
        padding: 20px 0 53px
    }
}

.contentBox {
    margin-top: 14px
}

@media only screen and (max-width:992px) {
    .contentBox {
        max-width: 300px;
        margin: 0 auto
    }
}

.iconBlock {
    min-height: 35px;
    display: inline-block
}

.headings {
    margin-bottom: 73px;
    margin-top: 70px
}

.rtp-block {
    margin-top: 160px;
    margin-bottom: 98px
}

@media only screen and (max-width:768px) {
    .rtp-block {
        margin-top: 78px;
        margin-bottom: 89px;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-direction: column;
        flex-direction: column;
        -ms-flex-pack: center;
        justify-content: center;
        -ms-flex-align: center;
        align-items: center
    }
}

.content-box-heading {
    line-height: 1.34;
    font-size: 24px;
    font-weight: 500;
    color: #000;
    padding-right: 0;
    margin-bottom: 14px
}

@media only screen and (max-width:768px) {
    .content-box-heading {
        font-size: 20px;
        margin-bottom: 8px
    }
}

.earningWays {
    margin: 100px 0 64px;
    margin-top: 30px
}

.earningWays-2 {
    margin: 100px 0 30px;
    margin-top: 30px
}

.ups-partner {
    background: #eeebe6;
    padding: 0 0 4%
}

@media only screen and (max-width:992px) {
    .ups-partner .headings h3 {
        margin-bottom: 18px
    }
}

.ups-partner .headings p {
    font-size: 19px;
    font-weight: 400;
    line-height: 23.56px;
    margin-top: 16px
}

.ups-partner .youtube-video {
    padding: 0 6%
}

.ups-partner .youtube-video .embed-responsive {
    margin-bottom: 36px;
    border: 1px solid #eeebe6
}

@media only screen and (max-width:992px) {
    .ups-partner .youtube-video .embed-responsive {
        border: 0 solid #eeebe6
    }
}

.ups-partner .youtube-video .you-img {
    border-radius: 30px;
    margin-bottom: 36px
}

@media only screen and (max-width:992px) {
    .ups-partner .youtube-video .you-img {
        border-radius: 12px
    }
}

.ups-partner .youtube-video .ups-points {
    text-align: left
}

.ups-partner .youtube-video .ups-points .point-cotent {
    display: -ms-inline-flexbox;
    display: inline-flex;
    margin-bottom: 22px;
    -ms-flex-align: center;
    align-items: center;
    width: 100%
}

.ups-partner .youtube-video .ups-points .point-cotent .check-img {
    background: #fff;
    height: 27px;
    width: 27px;
    text-align: center;
    border-radius: 50%
}

.ups-partner .youtube-video .ups-points .point-cotent .check-img img {
    height: 14px;
    width: 19px;
    position: relative;
    top: 2px
}

.ups-partner .youtube-video .ups-points .point-cotent p {
    font-size: 16px;
    font-weight: 400;
    font-family: Messina Sans;
    line-height: 19.2px;
    margin: 0;
    max-width: 90%;
    position: relative;
    left: 12px
}

@media (max-width:576px) {
    .ups-partner .youtube-video .ups-points .point-cotent p {
        max-width: 90%
    }
}

@media only screen and (max-width:992px) {
    .ups-partner .youtube-video .ups-points {
        padding: 0 4%
    }
}

.ups-partner .youtube-video h6 {
    font-family: Messina Sans;
    color: #333;
    font-size: 10px;
    font-weight: 400;
    text-align: left;
    margin-top: 24px;
    font-style: italic
}

@media only screen and (max-width:992px) {
    .ups-partner .youtube-video {
        padding: 0
    }
}

.subtitle {
    font-size: 18px;
    font-weight: 400;
    line-height: 1.08;
    letter-spacing: normal;
    color: #71768e
}

@media only screen and (max-width:992px) {
    .subtitle {
        text-align: center
    }
}

.map-flex {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding-bottom: 30px
}

@media only screen and (max-width:768px) {
    .map-flex {
        -ms-flex-direction: column;
        flex-direction: column;
        -ms-flex-align: center;
        align-items: center
    }
}

.sliderValue {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-align: start;
    align-items: flex-start
}

.placeHolder {
    text-align: right;
    border: none;
    font-size: 18px;
    font-weight: 600;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.08;
    letter-spacing: normal;
    color: #000
}

.priceBlock>img,
.slidecontainer,
.slider {
    width: 100%
}

.slider {
    height: 10px;
    border-radius: 5px;
    background: #c4bbc9;
    outline: none;
    transition: opacity .2s;
    -webkit-appearance: none;
    -ms-appearance: none;
    appearance: none
}

.slider::-webkit-slider-thumb {
    -webkit-appearance: none;
    appearance: none;
    width: 23px;
    height: 24px;
    border: 0;
    background: url(../img/sub-broker-new/Slider-Arrow.svg);
    cursor: pointer;
    background-color: #43165c;
    background-repeat: no-repeat;
    background-position: 50%;
    opacity: 1;
    padding: 16px;
    border-radius: 100px
}

.slider::-moz-range-thumb {
    -moz-appearance: none;
    width: 23px;
    height: 24px;
    border: 0;
    background: url(../images/Slider-Arrow.svg);
    cursor: pointer;
    background-color: #43165c;
    background-repeat: no-repeat;
    background-position: 50%;
    opacity: 1;
    padding: 6px;
    border-radius: 100px
}

.totals-Block {
    -ms-flex-order: 2;
    order: 2
}

.potentialAroundYou .row {
    position: relative
}

.totals li {
    font-size: 34px;
    font-weight: 500;
    line-height: 1.08;
    letter-spacing: normal;
    color: #000;
    list-style: none;
    padding-left: 13px;
    margin-top: 70px
}

.totals {
    padding: 0
}

.totals small {
    font-size: 24px;
    line-height: 29px;
    font-weight: 400;
    font-style: normal;
    font-stretch: normal;
    letter-spacing: normal;
    color: #000
}

.totals h3 {
    font-size: 34px;
    color: #000;
    margin-bottom: 0
}

.totals h3,
.totals li.active h3 {
    font-weight: 500;
    line-height: 1.08;
    letter-spacing: normal
}

.totals li.active h3 {
    font-size: 44px;
    font-style: normal;
    font-stretch: normal;
    color: #43165c
}

.totals li.active {
    border-left: 4px solid #43165c
}

.partners>.col-md-6 {
    padding: 20px 50px
}

.partners>.col-md-6:nth-child(2),
.partners>.col-md-6:nth-child(3) {
    border-bottom: 1px solid #dbe5f5
}

.partners>.col-md-6:nth-child(2),
.partners>.col-md-6:nth-child(4) {
    border-right: 1px solid #dbe5f5
}

.usericon {
    display: inline-block;
    vertical-align: top;
    width: 162px;
    height: 162px;
    border-radius: 100px;
    text-align: center;
    overflow: hidden;
    background-color: #fff;
    color: #747474;
    font-size: 50px;
    padding: 49px;
    margin-left: 12px
}

#tooltip {
    background: #fff;
    border-radius: 5px;
    padding: 5px;
    z-index: 9;
    box-shadow: 0 0 21px -9px rgba(0, 0, 0, .75)
}

.error {
    color: red
}

.partner-page .owl-theme .owl-nav {
    position: absolute;
    width: 96.7%;
    display: -ms-flexbox;
    display: flex;
    left: 15px;
    top: 39%;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.partner-page .owl-nav .disabled {
    visibility: hidden !important
}

@media only screen and (min-width:600px) {
    .partner-page .owl-dots {
        display: none
    }
}

@media only screen and (max-width:600px) {
    .partner-page .owl-theme .owl-nav {
        display: none
    }
}

.testimonial {
    vertical-align: middle;
    width: 80%;
    font-size: 20px;
    font-weight: 400;
    font-style: normal;
    font-stretch: normal;
    line-height: normal;
    letter-spacing: normal;
    color: #000;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    margin: 0 auto;
    -ms-flex-pack: justify;
    justify-content: space-between;
    min-height: 191px
}

@media only screen and (max-width:480px) {
    .testimonial {
        min-height: 341px
    }
}

.testimonialSection {
    width: 100%
}

.testimonialArea {
    padding: 50px;
    background: #eeebe6;
    box-shadow: 0 1px 3px rgba(63, 63, 68, .15), 0 0 0 rgba(63, 63, 68, .05);
    border-radius: 10px
}

.owl-next,
.owl-prev {
    background: transparent !important
}

.userDetails {
    font-size: 18px;
    font-weight: 300;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.08;
    letter-spacing: normal;
    color: #000;
    font-weight: 600;
    margin-top: 24px
}

.userDetails small {
    display: block;
    font-weight: 400;
    margin-top: 4px
}

.bg-gray {
    background-color: #f8f8f8
}

.bg-blue {
    background-color: #0046bb
}

#sync2 .owl-item {
    display: block !important;
    float: none !important;
    margin-top: 25px
}

#sync2 .linkerBox {
    width: 293px;
    border-radius: 8px;
    padding: 12px 0
}

.icon {
    margin: 14px;
    padding: 12px;
    width: 40px;
    height: 40px;
    border-radius: 100%;
    border: 2px solid transparent;
    background-color: hsla(0, 0%, 77%, .2);
    position: relative;
    z-index: 99999
}

.icon,
.text {
    display: inline-block;
    vertical-align: middle
}

.text {
    width: 70%;
    font-size: 18px;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.08;
    letter-spacing: normal;
    font-weight: 200;
    color: #fff
}

#sync2 .current .linkerBox .text {
    color: #000;
    font-weight: 500
}

#sync2 .current .linkerBox {
    background-color: #fff
}

#sync2 .current .linkerBox .icon {
    border: 2px solid #dbe5f5
}

.icon:after {
    content: "";
    display: block;
    right: -2px;
    top: -2px;
    background-repeat: no-repeat;
    width: 40px;
    height: 40px;
    background-position: 50%;
    position: absolute
}

.rupee:after {
    background-image: url(../img/sub-broker-new/Ruppes-white.svg)
}

#sync2 .current .linkerBox .rupee:after {
    background-image: url(../img/sub-broker-new/Ruppes-purple.svg)
}

.lead:after {
    background-image: url(../img/sub-broker-new/Leads-White.svg)
}

#sync2 .current .linkerBox .lead:after {
    background-image: url(../img/sub-broker-new/Leads-Purple.svg)
}

.support:after {
    background-image: url(../img/sub-broker-new/Support-White.svg)
}

#sync2 .current .linkerBox .support:after {
    background-image: url(../img/sub-broker-new/Support-Purple.svg)
}

.partnerUs {
    font-size: 24px !important;
    font-weight: 400;
    line-height: 1.34;
    color: #000
}

.heading-highlight {
    color: #43165c;
    font-weight: 500
}

.heading-rtp {
    text-align: left;
    font-weight: 700;
    font-size: 34px;
    font-weight: 500;
    margin-bottom: 5px
}

@media only screen and (max-width:768px) {
    .heading-rtp {
        font-size: 24px;
        text-align: center
    }
}

.heading-center {
    text-align: center
}

.rtp {
    background: linear-gradient(hsla(0, 0%, 100%, .4), hsla(0, 0%, 100%, .4)), url(../img/sub-broker-new/criss-cross.svg);
    background-size: cover;
    background-repeat: no-repeat
}

.rtp-stats {
    margin: 100px auto;
    width: 375px
}

@media only screen and (max-width:768px) {
    .rtp-stats {
        padding: 15px;
        margin-top: -27px;
        margin-bottom: 30px;
        max-width: 260px
    }
}

.rtp-button {
    background: #43165c;
    box-shadow: 0 0 4px rgba(0, 0, 0, .25);
    font-size: 18px;
    line-height: 23px;
    font-weight: 500;
    max-width: 300px;
    width: 100%
}

.btn-theme,
.rtp-button {
    border-radius: 100px;
    color: #fff;
    margin-top: 30px
}

.btn-theme {
    background-color: #43165c
}

.btn-theme:focus,
.btn-theme:hover {
    color: #fff !important
}

.form-header {
    font-size: 16px;
    font-weight: 600;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding-bottom: 25px
}

.form-header .sign-in {
    color: #43165c;
    cursor: pointer
}

.form-header .sign-in:hover {
    opacity: .7
}

.form-group-partner {
    position: relative
}

#email-error,
#location-error,
#phone-error,
#username-error,
.error-class {
    position: absolute;
    bottom: -17px;
    font-size: 12px
}

#otp-error {
    bottom: 0;
    position: absolute;
    font-size: 12px
}

#invalid-otp-error {
    bottom: 17px;
    font-size: 12px;
    position: relative
}

.input-margin {
    margin-bottom: 21px !important
}

.bannerHeading {
    width: 330px;
    height: 115px;
    font-size: 44px;
    font-weight: 500;
    font-style: normal;
    font-stretch: normal;
    line-height: normal;
    letter-spacing: normal;
    color: #000;
    margin-top: 20px;
    margin-bottom: 10px
}

@media only screen and (max-width:992px) {
    .bannerHeading {
        text-align: center
    }
}

.subHeading {
    color: #43165c;
    font-size: 22px;
    font-weight: 600;
    line-height: 32px
}

@media only screen and (max-width:992px) {
    .subHeading {
        text-align: center;
        font-size: 18px;
        line-height: 20px;
        margin-top: 12px
    }
}

.BannerText {
    width: 330px;
    height: auto;
    font-size: 20px;
    font-weight: 400;
    line-height: 143%
}

@media only screen and (max-width:992px) {
    .BannerText {
        text-align: center
    }
}

.rounded-100 {
    border-radius: 100px
}

.bannerSection {
    padding: 70px 0;
    padding-top: 140px;
    background-color: #eff2f7;
    background: url(../img/sub-broker-new/first-fold-background-2.svg);
    background-size: cover
}

.partner-form {
    max-width: 380px;
    margin-left: auto;
    background-color: #fff;
    padding: 24px 24px 5px;
    border-radius: 8px;
    box-shadow: 0 0 4px rgba(0, 0, 0, .1)
}

@media only screen and (max-width:992px) {
    .partner-form {
        margin-left: 0;
        padding: 20px 18px 11px;
        margin-top: 20px
    }
}

@media only screen and (max-width:992px) {
    .first-fold-container {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-pack: center;
        justify-content: center
    }
}

.bannerImage img {
    width: 100%;
    margin-top: 28px
}

.earningPotential {
    margin-bottom: 0
}

.testimonialSection {
    padding: 100px 0 140px
}

.allinoneDashboard {
    padding-top: 4rem !important;
    padding-bottom: 4rem !important;
    background-color: #43165c
}

#bar {
    width: 0;
    max-width: 100%;
    height: 4px;
    background: #7fc242
}

#progressBar {
    width: 100%;
    background: #ededed
}

.buttonholder .btn {
    padding: 8px 30px;
    font-weight: 700
}

.input-black {
    color: #000
}

.UpstoxColor {
    font-weight: 500;
    color: #43165c
}

.thanks_block {
    -ms-flex-pack: center;
    justify-content: center;
    text-align: center
}

.thanks_block,
form#otp-form {
    height: 254px;
    display: none;
    -ms-flex-direction: column;
    flex-direction: column
}

button#resend-otp {
    background-color: transparent;
    padding: 0;
    padding-bottom: 3px;
    color: #43165c
}

.textBlock {
    font-size: 16px;
    font-weight: 500;
    line-height: 24px;
    color: #494949
}

.checkBox i,
.textBlock {
    font-style: normal;
    font-stretch: normal;
    letter-spacing: normal;
    text-align: center
}

.checkBox i {
    width: 62px;
    height: 62px;
    font-size: 62px;
    font-weight: 400;
    line-height: normal;
    color: #4bb543
}

.wrapper {
    position: absolute;
    background: #fff;
    border-radius: 100%;
    top: 24px;
    opacity: 0;
    left: 12px
}

.current .wrapper {
    opacity: 1
}

.wrapper,
.wrapper * {
    box-sizing: border-box
}

.wrapper {
    width: 44px;
    height: 44px
}

.wrapper .pie {
    width: 50%;
    height: 100%;
    transform-origin: 100% 50%;
    position: absolute;
    background: #fff;
    border: 0 solid #43165c;
    border-radius: 100px 0 0 100px
}

.current .wrapper .pie {
    border: 2px solid #43165c
}

.current .wrapper .spinner-rupee {
    border-radius: 100% 0 0 100%/50% 0 0 50%;
    z-index: 200;
    border-right: none;
    animation: rota 5s linear infinite
}

.wrapper:hover .filler,
.wrapper:hover .mask,
.wrapper:hover .spinner-rupee {
    animation-play-state: running
}

.current .wrapper .filler {
    border-radius: 0 100% 100% 0/0 50% 50% 0;
    left: 50%;
    opacity: 0;
    z-index: 100;
    animation: opa 5s steps(1) infinite reverse;
    border-left: none
}

.current .wrapper .mask {
    width: 50%;
    height: 100%;
    position: absolute;
    background: inherit;
    opacity: 1;
    z-index: 300;
    margin-left: -1px;
    animation: opa 5s steps(1) infinite
}

@keyframes rota {
    0% {
        transform: rotate(0deg)
    }

    to {
        transform: rotate(1turn)
    }
}

@keyframes opa {
    0% {
        opacity: 1
    }

    50%,
    to {
        opacity: 0
    }
}

@media only screen and (min-device-width:320px) and (max-device-width:480px) {
    .customContainer {
        width: auto !important
    }

    .navbar {
        box-shadow: 0 5px 5px -5px rgba(0, 0, 0, .15)
    }

    .bannerHeading {
        height: auto
    }

    .buttonholder {
        margin-top: 15px
    }

    .bannerImage {
        margin-top: 5rem
    }

    .earningWays .headings h3 {
        font-size: 24px;
        text-align: center
    }

    .headings {
        margin-bottom: 30px
    }

    .allinoneDashboard .headings {
        margin-bottom: 12px
    }

    .earningWays {
        margin: 0
    }

    .iconBlock {
        margin-bottom: 7px
    }

    .earningWays .headings h3 {
        font-weight: 500;
        text-align: left
    }

    .leftSelector {
        -ms-flex-order: 2;
        order: 2;
        margin-top: 0 !important
    }

    .wrapper {
        display: none
    }

    .partners>.col-md-6:nth-child(5) {
        -ms-flex-order: 4;
        order: 4
    }

    .partners>.col-md-6:nth-child(4) {
        -ms-flex-order: 2;
        order: 2
    }

    .partners>.col-md-6:nth-child(3) {
        -ms-flex-order: 3;
        order: 3
    }

    .partners>.col-md-6:nth-child(2) {
        -ms-flex-order: 1;
        order: 1
    }

    .icon {
        display: none
    }

    #sync2 .current .linkerBox {
        background-color: transparent
    }

    .text {
        width: 100%;
        font-weight: 200;
        color: #fff !important;
        text-align: center;
        display: block
    }

    #sync2 .owl-item {
        display: initial !important;
        float: left !important;
        margin-top: auto
    }

    .pricesBlock {
        width: 100%;
        text-align: center
    }

    .totals small {
        font-size: 18px
    }

    .totals h3 {
        font-size: 24px
    }

    .totals li.active h3 {
        font-size: 32px
    }

    .totals li.active {
        border-left: none;
        margin-top: 50px
    }

    .totals li {
        text-align: center;
        padding-left: 0;
        margin-top: 20px
    }

    .testimonial {
        width: 100%;
        margin-left: 0
    }

    .partnerUs {
        font-size: 16px !important;
        margin-top: 16px;
        text-align: center;
        display: block
    }

    .whoCanPartner .headings {
        margin-bottom: 35px
    }
}

@media only screen and (min-device-width:320px) and (max-device-width:480px) and (max-width:480px) {
    .whoCanPartner {
        padding-bottom: 60px
    }
}

@media only screen and (min-device-width:320px) and (max-device-width:480px) {
    .testimonialSection {
        padding: 0 0 95px
    }

    #sync2 .current .linkerBox .text {
        color: #000;
        font-weight: 400;
        margin-bottom: 50px
    }

    #sync2 .linkerBox {
        width: 80%;
        border-radius: 8px;
        padding: 0
    }

    .usericon {
        display: block;
        margin: 0 auto
    }

    .testimonial p:first-child {
        margin: 35px 0
    }

    .partnerUs br {
        display: none
    }

    .partners>.col-md-6 {
        padding: 15px;
        border: none !important
    }

    .testimonial p {
        font-size: 16px;
        text-align: center
    }

    .userDetails {
        font-size: 16px !important
    }

    .testimonialArea {
        padding: 30px
    }

    .priceBlock {
        text-align: center;
        margin-top: 50px;
        height: 285px
    }

    .subtitle {
        text-align: center;
        display: block
    }

    .bannerHeading {
        width: 100%;
        font-size: 32px;
        margin-top: 30px
    }

    .bannerHeading span {
        display: block
    }

    .BannerText {
        width: 100%;
        font-size: 18px;
        height: auto;
        margin-bottom: 20px
    }

    .buttonholder .btn-theme {
        width: 100%;
        height: 40px
    }

    .earningWays .col-md-3 {
        margin-bottom: 15px
    }

    .headings h2 {
        font-size: 20px;
        text-align: center
    }

    .partners h2 {
        font-size: 24px
    }

    .partnerimg h3 {
        font-size: 20px !important;
        font-weight: 700 !important
    }

    .bannerSection {
        padding: 40px 0
    }

    .priceBlock>img {
        width: 290px
    }

    #sync2 .linkerBox {
        width: 100%
    }
}

@media only screen and (min-device-width:481px) and (max-device-width:580px) {
    .totals {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-pack: distribute;
        justify-content: space-around
    }

    .customContainer {
        width: 100% !important;
        margin: 0 auto
    }

    .bannerSection {
        padding: 70px 0
    }

    .partners>.col-md-6:nth-child(5) {
        -ms-flex-order: 4;
        order: 4
    }

    .partners>.col-md-6:nth-child(4) {
        -ms-flex-order: 2;
        order: 2;
        border-bottom: 1px solid #dbe5f5
    }

    .partners>.col-md-6:nth-child(3) {
        -ms-flex-order: 3;
        order: 3
    }

    .partners>.col-md-6:nth-child(2) {
        -ms-flex-order: 1;
        order: 1
    }

    .testimonial {
        width: 100%;
        margin-left: 0;
        margin-top: 30px
    }

    .icon {
        display: none
    }

    #sync2 .current .linkerBox {
        background-color: transparent
    }

    .text {
        width: 100%;
        font-weight: 200;
        color: #fff !important;
        text-align: center;
        display: block
    }

    #sync2 .owl-item {
        display: initial !important;
        float: left !important;
        margin-top: auto
    }

    .leftSelector {
        -ms-flex-order: 2;
        order: 2;
        margin-top: 0 !important
    }

    .wrapper {
        display: none
    }

    #sync2 .linkerBox {
        width: 100%
    }

    .headings h3,
    .partnerUs {
        text-align: center
    }

    .partnerUs {
        display: block
    }
}

@media only screen and (min-device-width:581px) and (max-device-width:768px) and (orientation:landscape) {

    .partners>.col-md-6:nth-child(2),
    .partners>.col-md-6:nth-child(4) {
        border-right: none
    }

    .totals {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-pack: distribute;
        justify-content: space-around
    }

    .customContainer {
        width: 100% !important;
        margin: 0 auto
    }

    .bannerSection {
        padding: 70px 0
    }

    .partners>.col-md-6:nth-child(5) {
        -ms-flex-order: 4;
        order: 4
    }

    .partners>.col-md-6:nth-child(4) {
        -ms-flex-order: 2;
        order: 2;
        border-bottom: 1px solid #dbe5f5
    }

    .partners>.col-md-6:nth-child(3) {
        -ms-flex-order: 3;
        order: 3
    }

    .partners>.col-md-6:nth-child(2) {
        -ms-flex-order: 1;
        order: 1
    }

    .testimonial {
        width: 100%;
        margin-left: 0;
        margin-top: 30px
    }

    .icon {
        display: none
    }

    #sync2 .current .linkerBox {
        background-color: transparent
    }

    .text {
        width: 100%;
        font-weight: 200;
        color: #fff !important;
        text-align: center;
        display: block
    }

    #sync2 .owl-item {
        display: initial !important;
        float: left !important;
        margin-top: auto
    }

    .leftSelector {
        -ms-flex-order: 2;
        order: 2;
        margin-top: 0 !important
    }

    .wrapper {
        display: none
    }

    #sync2 .linkerBox {
        width: 100%
    }

    .headings h3,
    .partnerUs {
        text-align: center
    }

    .partnerUs {
        display: block
    }
}

@media only screen and (min-device-width:581px) and (max-device-width:768px) and (orientation:portrait) {
    .testimonial {
        width: 60%
    }

    #sync2 .owl-item {
        width: 100% !important;
        margin-top: 0
    }

    #sync2 .linkerBox {
        width: 100%
    }
}

@media only screen and (min-device-width:769px) and (max-device-width:1024px) {
    .testimonial {
        width: 60%
    }

    #sync2 .owl-item {
        width: 100% !important;
        margin-top: 0
    }

    #sync2 .linkerBox {
        width: 100%
    }
}

.btn-size {
    height: 44px;
    line-height: 28px
}

@media only screen and (max-width:768px) {
    .btn-size {
        line-height: 25px
    }
}

.partner-page .owl-carousel,
.partner-page .owl-carousel .owl-item {
    -webkit-tap-highlight-color: transparent;
    position: relative
}

.partner-page .owl-carousel {
    display: none;
    width: 100%;
    z-index: 1
}

.partner-page .owl-carousel .owl-stage {
    position: relative;
    -ms-touch-action: pan-Y;
    -moz-backface-visibility: hidden
}

.partner-page .owl-carousel .owl-stage:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0
}

.partner-page .owl-carousel .owl-stage-outer {
    position: relative;
    overflow: hidden;
    -webkit-transform: translateZ(0)
}

.partner-page .owl-carousel .owl-item,
.partner-page .owl-carousel .owl-wrapper {
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    -webkit-transform: translateZ(0);
    -moz-transform: translateZ(0);
    -ms-transform: translateZ(0)
}

.partner-page .owl-carousel .owl-item {
    min-height: 1px;
    float: left;
    -webkit-backface-visibility: hidden;
    -webkit-touch-callout: none
}

.partner-page .owl-carousel .owl-item img {
    display: block;
    width: 100%
}

.partner-page .owl-carousel .owl-dots.disabled,
.partner-page .owl-carousel .owl-nav.disabled {
    display: none
}

.partner-page .no-js .owl-carousel,
.partner-page .owl-carousel.owl-loaded {
    display: block
}

.partner-page .owl-carousel .owl-dot,
.partner-page .owl-carousel .owl-nav .owl-next,
.partner-page .owl-carousel .owl-nav .owl-prev {
    cursor: pointer;
    cursor: hand;
    -webkit-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.partner-page .owl-carousel.owl-loading {
    opacity: 0;
    display: block
}

.partner-page .owl-carousel.owl-hidden {
    opacity: 0
}

.partner-page .owl-carousel.owl-refresh .owl-item {
    visibility: hidden
}

.partner-page .owl-carousel.owl-drag .owl-item {
    -webkit-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.partner-page .owl-carousel.owl-grab {
    cursor: move;
    cursor: -webkit-grab;
    cursor: grab
}

.partner-page .owl-carousel.owl-rtl {
    direction: rtl
}

.partner-page .owl-carousel.owl-rtl .owl-item {
    float: right
}

.partner-page .owl-carousel .animated {
    animation-duration: 1s;
    animation-fill-mode: both
}

.partner-page .owl-carousel .owl-animated-in {
    z-index: 0
}

.partner-page .owl-carousel .owl-animated-out {
    z-index: 1
}

.partner-page .owl-carousel .fadeOut {
    animation-name: fadeOut
}

@keyframes fadeOut {
    0% {
        opacity: 1
    }

    to {
        opacity: 0
    }
}

.partner-page .owl-height {
    transition: height .5s ease-in-out
}

.partner-page .owl-carousel .owl-item .owl-lazy {
    opacity: 0;
    transition: opacity .4s ease
}

.partner-page .owl-carousel .owl-item img.owl-lazy {
    transform-style: preserve-3d
}

.partner-page .owl-carousel .owl-video-wrapper {
    position: relative;
    height: 100%;
    background: #000
}

.partner-page .owl-carousel .owl-video-play-icon {
    position: absolute;
    height: 80px;
    width: 80px;
    left: 50%;
    top: 50%;
    margin-left: -40px;
    margin-top: -40px;
    background: url(owl.video.play.png) no-repeat;
    cursor: pointer;
    z-index: 1;
    -webkit-backface-visibility: hidden;
    transition: transform .1s ease
}

.partner-page .owl-carousel .owl-video-play-icon:hover {
    transform: scale(1.3)
}

.partner-page .owl-carousel .owl-video-playing .owl-video-play-icon,
.partner-page .owl-carousel .owl-video-playing .owl-video-tn {
    display: none
}

.partner-page .owl-carousel .owl-video-tn {
    opacity: 0;
    height: 100%;
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: contain;
    transition: opacity .4s ease
}

.partner-page .owl-carousel .owl-video-frame {
    position: relative;
    z-index: 1;
    height: 100%;
    width: 100%
}

.partner-page .owl-theme .owl-dots,
.partner-page .owl-theme .owl-nav {
    text-align: center;
    -webkit-tap-highlight-color: transparent
}

.partner-page .owl-theme .owl-nav {
    margin-top: 10px
}

.partner-page .owl-theme .owl-nav [class*=owl-] {
    color: #fff;
    font-size: 14px;
    margin: 5px;
    padding: 4px 7px;
    background: #d6d6d6;
    display: inline-block;
    cursor: pointer;
    border-radius: 3px
}

.partner-page .owl-theme .owl-nav [class*=owl-]:hover {
    background: #869791;
    color: #fff;
    text-decoration: none
}

.partner-page .owl-theme .owl-nav .disabled {
    opacity: .5;
    cursor: default
}

.partner-page .owl-theme .owl-nav.disabled+.owl-dots {
    margin-top: 10px
}

.partner-page .owl-theme .owl-dots .owl-dot {
    display: inline-block;
    zoom: 1;
    margin-top: 20px
}

.partner-page .testimonialArea.owl-theme .owl-dots .owl-dot span {
    width: 10px;
    height: 10px;
    margin: 5px 7px;
    background: #e0e0e0;
    display: block;
    -webkit-backface-visibility: visible;
    transition: opacity .2s ease;
    border-radius: 30px
}

.partner-page .testimonialArea.owl-theme .owl-dots .owl-dot.active span,
.partner-page .testimonialArea.owl-theme .owl-dots .owl-dot:hover span {
    background: #43165c
}

.partner-page #sync1.owl-theme .owl-dots .owl-dot span {
    width: 10px;
    height: 10px;
    margin: 5px 7px;
    display: block;
    -webkit-backface-visibility: visible;
    transition: opacity .2s ease;
    border-radius: 30px;
    background: hsla(0, 0%, 100%, .4)
}

.partner-page #sync1.owl-theme .owl-dots .owl-dot.active span,
.partner-page #sync1.owl-theme .owl-dots .owl-dot:hover span {
    background: #fff
}

.align-self-center {
    -ms-flex-item-align: center !important;
    align-self: center !important
}

.pricing_help_section {
    margin-top: 40px;
    margin-bottom: 120px;
    max-width: 940px
}

@media (max-width:992px) {
    .pricing_help_section {
        margin-top: 80px;
        margin-bottom: 96px
    }
}

@media (max-width:768px) {
    .pricing_help_section {
        padding-left: 0;
        padding-right: 0
    }
}

.pricing_help_section h3.help_here {
    margin-bottom: 8px;
    line-height: 36px
}

@media (max-width:992px) {
    .pricing_help_section h3.help_here {
        margin-bottom: 20px
    }
}

@media (max-width:768px) {
    .pricing_help_section h3.help_here {
        padding-left: 15px;
        padding-right: 15px
    }
}

.pricing_help_section .fs-20 {
    font-size: 20px;
    line-height: 26px
}

@media (max-width:576px) {
    .pricing_help_section .fs-20 {
        font-size: 16px;
        line-height: 150%
    }
}

.pricing_help_section .fs-28 {
    font-size: 28px;
    line-height: 26px
}

@media (max-width:576px) {
    .pricing_help_section .fs-28 {
        font-size: 20px;
        line-height: 26px
    }
}

.pricing_help_section .lh-28 {
    line-height: 28px
}

.pricing_help_section .d-none {
    display: none
}

.pricing_help_section .expand_icon {
    margin-left: 10px;
    height: 40px;
    vertical-align: text-top;
    float: right
}

.pricing_help_section .expand_icon.dashicons-plus:before {
    content: "+";
    font-size: 24px;
    font-weight: 600
}

@media (max-width:992px) {
    .pricing_help_section .expand_icon.dashicons-plus:before {
        font-size: 16px
    }
}

.pricing_help_section .collapsed .dashicons-plus:before {
    content: "-"
}

.pricing_help_section .panel-group {
    border: none
}

.pricing_help_section .panel-group .panel {
    border-radius: 0;
    box-shadow: none;
    border: none;
    border-bottom: 1px solid #e0e0e0
}

@media (max-width:768px) {
    .pricing_help_section .panel-group .panel {
        padding-left: 15px;
        padding-right: 15px
    }
}

.pricing_help_section .panel-group .panel-collapse.collapse {
    margin-top: -16px
}

.pricing_help_section .panel-group .panel-body {
    border: none;
    padding: 0 0 25px;
    font-size: 20px;
    color: #4a4a4a;
    border-top-color: #fff !important
}

@media (max-width:992px) {
    .pricing_help_section .panel-group .panel-body {
        line-height: 1.5;
        color: #141716;
        font-size: 16px
    }
}

.pricing_help_section .panel-group .panel-default {
    background: transparent;
    margin-top: 0
}

.pricing_help_section .panel-group .panel-default:last-child {
    border: 0
}

.pricing_help_section .panel-group .panel-default>.panel-heading {
    background-image: none;
    background-color: transparent;
    padding: 32px 0
}

@media (max-width:992px) {
    .pricing_help_section .panel-group .panel-default>.panel-heading {
        line-height: 24px
    }
}

.pricing_help_section .panel-group .panel-default>.panel-heading h3.panel-title {
    margin: 0
}

.pricing_help_section .panel-group .panel-default>.panel-heading h3.panel-title span {
    font-size: 20px;
    line-height: 32px;
    font-weight: 600;
    color: #4a4a4a;
    display: block;
    cursor: pointer
}

@media (max-width:992px) {
    .pricing_help_section .panel-group .panel-default>.panel-heading h3.panel-title span {
        line-height: 30px
    }
}

.pricing_help_section .view-less-button,
.pricing_help_section .view-more-button {
    cursor: pointer;
    margin-top: 32px
}

@media (max-width:992px) {

    .pricing_help_section .view-less-button,
    .pricing_help_section .view-more-button {
        font-size: 20px;
        margin-top: 24px
    }
}

@media (max-width:768px) {

    .pricing_help_section .view-less-button,
    .pricing_help_section .view-more-button {
        padding-left: 15px;
        padding-right: 15px
    }
}

.pricing_help_section .view-less-button {
    margin-top: 0
}

.section-panel {
    padding-bottom: 80px
}

.section-panel .container {
    max-width: 960px
}

.brokerage-disclaimer {
    margin-bottom: 80px
}

main.seo-calculators {
    margin-top: 118px;
    margin-bottom: 80px
}

@media (max-width:992px) {
    main.seo-calculators {
        margin-top: 85px
    }
}

main.seo-calculators h1,
main.seo-calculators h2,
main.seo-calculators h3,
main.seo-calculators h4,
main.seo-calculators h5,
main.seo-calculators h6 {
    margin: 0;
    padding: 0;
    letter-spacing: normal
}

main.seo-calculators [class*=col-] {
    padding-left: 24px;
    padding-right: 24px
}

main.seo-calculators [class*=col-].no-padding {
    padding-left: 0 !important;
    padding-right: 0 !important
}

@media (min-width:768px) {
    main.seo-calculators [class*=col-].no-padding-web {
        padding-left: 0 !important;
        padding-right: 0 !important
    }
}

@media (max-width:768px) {
    main.seo-calculators [class*=col-].no-padding-mobile {
        padding-left: 0 !important;
        padding-right: 0 !important
    }
}

main.seo-calculators input[type=number] {
    -moz-appearance: textfield !important
}

main.seo-calculators .no-padding {
    padding: 0
}

main.seo-calculators .container {
    max-width: 960px
}

main.seo-calculators h1.page-heading {
    font-size: 48px;
    line-height: 56px;
    color: #262626;
    margin-bottom: 14px
}

@media (max-width:992px) {
    main.seo-calculators h1.page-heading {
        font-size: 32px;
        line-height: 48px
    }
}

main.seo-calculators .page-sub-heading {
    font-size: 20px;
    line-height: 32px;
    letter-spacing: -.7px;
    color: #6a6a6a;
    margin-bottom: 45px
}

@media (max-width:992px) {
    main.seo-calculators .page-sub-heading {
        font-size: 16px;
        line-height: 24px;
        margin-bottom: 28px
    }
}

main.seo-calculators .rangeslider--horizontal {
    height: 8px;
    box-shadow: none;
    background-color: #faebcf
}

main.seo-calculators .rangeslider--horizontal .rangeslider__handle {
    top: -12px;
    box-shadow: none
}

main.seo-calculators .rangeslider__fill {
    background: #43165c
}

main.seo-calculators .rangeslider__handle {
    background: #43165c;
    border-color: #43165c;
    height: 30px;
    width: 30px;
    box-shadow: none
}

main.seo-calculators .slider-container form[name=calculator]:last-child {
    margin-bottom: 40px
}

main.seo-calculators .slider-container .slider {
    background: none;
    margin-bottom: 25px;
    height: 100%;
    border: none
}

main.seo-calculators .slider-container .slider .slider__row {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-bottom: 24px
}

main.seo-calculators .slider-container .slider .slider__heading {
    font-size: 20px;
    line-height: 32px;
    color: #262626;
    font-weight: 600;
    margin-bottom: 5px
}

main.seo-calculators .slider-container .slider .rangeslider {
    margin-bottom: 8px
}

main.seo-calculators .slider-container .slider .slider__input {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    height: 32px
}

@media (max-width:992px) {
    main.seo-calculators .slider-container .slider .slider__input {
        border-radius: 24px;
        border: 1px solid #d0d0d0
    }
}

main.seo-calculators .slider-container .slider .slider__input input {
    border-radius: 24px;
    width: 128px;
    height: 32px;
    margin: 0;
    text-align: right;
    line-height: 32px;
    background-color: transparent
}

@media (max-width:992px) {
    main.seo-calculators .slider-container .slider .slider__input input {
        width: auto;
        border: none;
        box-shadow: none
    }
}

main.seo-calculators .slider-container .slider .slider__input span {
    margin-left: 11px;
    font-size: 16px;
    line-height: 32px;
    margin-right: 8px;
    color: #262626
}

@media (max-width:992px) {
    main.seo-calculators .slider-container .slider .slider__input span {
        margin-left: 4px
    }
}

main.seo-calculators .slider-container .slider .slider__input span.m-l-4 {
    margin-left: 4px
}

main.seo-calculators .slider-container .slider .slider__max,
main.seo-calculators .slider-container .slider .slider__min {
    font-size: 16px;
    line-height: 24px;
    color: #6a6a6a
}

main.seo-calculators .slider-container .selection {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 44px
}

main.seo-calculators .slider-container .selection .radio-button {
    display: block;
    position: relative;
    padding-left: 25px;
    cursor: pointer;
    font-size: 16px;
    margin-bottom: 0;
    line-height: 24px;
    -webkit-user-select: none;
    -ms-user-select: none;
    user-select: none;
    margin-right: 33px
}

main.seo-calculators .slider-container .selection .radio-button input {
    position: absolute;
    opacity: 0;
    cursor: pointer
}

main.seo-calculators .slider-container .selection .checkmark {
    position: absolute;
    top: 3px;
    left: 0;
    height: 16px;
    width: 16px;
    border: 1px solid #c4c4c4;
    border-radius: 50%
}

main.seo-calculators .slider-container .selection .radio-button:hover input~.checkmark {
    background-color: #ccc
}

main.seo-calculators .slider-container .selection .radio-button input:checked~.checkmark {
    background-color: #fff
}

main.seo-calculators .slider-container .selection .checkmark:after {
    content: "";
    position: absolute;
    display: none
}

main.seo-calculators .slider-container .selection .radio-button input:checked~.checkmark:after {
    display: block
}

main.seo-calculators .slider-container .selection .radio-button .checkmark:after {
    top: 2px;
    left: 2px;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background: #43165c
}

main.seo-calculators .calculator-output {
    width: 100%;
    background: #eeebe6;
    border-radius: 24px;
    padding: 40px 40px 20px;
    margin-left: 25px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column
}

@media (max-width:992px) {
    main.seo-calculators .calculator-output {
        margin-left: 0;
        padding: 40px 16px 20px
    }
}

main.seo-calculators .calculator-output .calculator-output__heading {
    font-size: 20px;
    line-height: 32px;
    text-align: center;
    color: #262626;
    font-weight: 600
}

@media (max-width:992px) {
    main.seo-calculators .calculator-output .calculator-output__heading {
        font-size: 18px;
        line-height: 24px;
        max-width: 200px;
        margin: 0 auto
    }
}

main.seo-calculators .calculator-output .calculator-output__amount--large {
    font-size: 28px;
    line-height: 32px;
    color: #262626;
    margin-bottom: 60px;
    margin-top: 20px;
    text-align: center
}

main.seo-calculators .calculator-output .calculator-output__row {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 0 27px
}

@media (max-width:992px) {
    main.seo-calculators .calculator-output .calculator-output__row {
        padding: 0
    }
}

main.seo-calculators .calculator-output .calculator-output__amount--small {
    font-size: 20px;
    line-height: 40px;
    text-align: center;
    color: #262626
}

main.seo-calculators .calculator-output .calculator-output__chart-container {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center
}

@media (max-width:992px) {
    main.seo-calculators .calculator-output .calculator-output__chart-container canvas {
        margin-left: -13px
    }
}

main.seo-calculators .calculator-output .calculator-output__chart-container .calculator-output__chart-container--legend .legend-title {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 8px
}

main.seo-calculators .calculator-output .calculator-output__chart-container .calculator-output__chart-container--legend .legend-title span {
    width: 22px;
    height: 8px
}

main.seo-calculators .calculator-output .calculator-output__chart-container .calculator-output__chart-container--legend .legend-title .purple {
    background-color: #43165c
}

main.seo-calculators .calculator-output .calculator-output__chart-container .calculator-output__chart-container--legend .legend-title .gold {
    background-color: #e79d0d
}

main.seo-calculators .calculator-output .calculator-output__chart-container .calculator-output__chart-container--legend .legend-title h3 {
    font-size: 16px;
    line-height: 24px;
    text-align: center;
    color: #262626;
    margin-left: 9px
}

main.seo-calculators .calculator-output .cta {
    background-color: #e79d0d;
    border-radius: 24px;
    font-size: 14px;
    line-height: 24px;
    color: #fff;
    padding: 12px 24px;
    margin: 0 auto;
    font-weight: 600
}

a {
    text-decoration: none
}

.text-center {
    text-align: center
}

.list-unstyled {
    list-style: none;
    padding: 0;
    margin: 0
}

.btn-design a {
    display: inline-block;
    padding: 15px 26px;
    border-radius: 50px;
    font-weight: 600
}

.button-secondary a {
    color: #fff;
    background: #e79d0d
}

.calculator-info {
    margin: 60px auto 0;
    padding-left: 20px;
    padding-right: 20px
}

.calculator-info .mb-0 {
    margin-bottom: 0 !important
}

.calculator-info h1 {
    margin: 16px 0;
    font-size: 32px;
    line-height: 48px
}

.calculator-info h1,
.calculator-info h2 {
    font-family: Inter;
    font-weight: 400;
    color: #262626;
    display: inline-block;
    width: 100%
}

.calculator-info h2 {
    margin: 16px 0;
    font-size: 28px;
    line-height: 32px;
    margin: 27px
}

.calculator-info p {
    margin: 0 0 30px !important;
    font-family: Inter;
    font-size: 20px;
    line-height: 32px;
    letter-spacing: -.699999988079071px;
    color: #6a6a6a
}

.calculator-info ul {
    list-style: disc;
    margin-top: 0;
    padding-left: 30px
}

.calculator-info .types-of-mutual-fund div,
.calculator-info .types-of-mutual-fund p,
.calculator-info ul li {
    font-family: Inter;
    font-size: 20px;
    line-height: 32px;
    letter-spacing: -.699999988079071px;
    color: #6a6a6a
}

.calculator-info .types-of-mutual-fund div,
.calculator-info .types-of-mutual-fund p {
    margin: 0 0 30px !important
}

.calculator-info .types-of-mutual-fund div strong,
.calculator-info .types-of-mutual-fund p strong {
    font-size: 20px
}

.calculator-info .types-of-mutual-fund h3 {
    font-size: 20px;
    line-height: 32px;
    font-weight: 600;
    display: inline
}

.calculator-info ol {
    margin-top: 0;
    padding-left: 30px
}

.calculator-disclaimer p {
    font-family: Inter;
    font-size: 20px;
    line-height: 32px;
    letter-spacing: -.699999988079071px;
    color: #6a6a6a
}

.calculator-work {
    margin-bottom: 30px
}

.calculator-work>p {
    margin-bottom: 0 !important
}

.calculator-work>ul {
    margin-bottom: 27px
}

.calculator_help_section {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
    margin-top: 120px;
    margin-bottom: 144px
}

.calculator_help_section ol,
.calculator_help_section ul {
    padding-left: 15px
}

.calculator_help_section a {
    font-weight: 500
}

.calculator_help_section h2.help_here {
    margin-top: 35px !important;
    margin-bottom: 10px;
    margin-bottom: 15px;
    margin-bottom: 8px;
    line-height: 36px;
    font-size: 48px;
    line-height: 56px;
    font-weight: 200
}

.calculator_help_section .expand_icon {
    margin-left: 10px;
    height: 40px;
    vertical-align: text-top;
    float: right
}

.calculator_help_section .expand_icon.dashicons-plus:before {
    font-size: 22px;
    font-size: 16px !important;
    font-size: 24px !important;
    font-weight: 600 !important;
    content: "+";
    font-size: 24px;
    font-weight: 600
}

.calculator_help_section .collapsed .dashicons-plus:before {
    content: "-" !important;
    content: "-"
}

.calculator_help_section .panel-group {
    border: none !important;
    margin-bottom: 0
}

.calculator_help_section .panel-group .panel {
    border-radius: 0 !important;
    box-shadow: none !important;
    border-bottom: 1px solid #dfe3e8;
    border-width: 0 0 1px;
    border-radius: 0;
    box-shadow: none;
    border: none;
    border-bottom: 1px solid #e0e0e0 !important
}

.calculator_help_section .panel-group .panel-body {
    border: none !important;
    line-height: 1.5;
    color: #141716 !important;
    font-size: 14px !important;
    font-size: 20px !important;
    color: #4a4a4a !important;
    border: none;
    padding: 0 0 25px;
    font-size: 20px;
    color: #4a4a4a
}

.calculator_help_section .panel-group .panel-default {
    background: transparent;
    margin-top: 0
}

.calculator_help_section .panel-group .panel-default:last-child {
    border: 0
}

.calculator_help_section .panel-group .panel-default>.panel-heading {
    padding: 32px 0;
    background-image: none;
    background-color: transparent
}

.calculator_help_section .panel-group .panel-default>.panel-heading h3.panel-title {
    margin: 0
}

.calculator_help_section .panel-group .panel-default>.panel-heading h3.panel-title span {
    font-size: 28px;
    line-height: 32px;
    color: #262626;
    display: block;
    cursor: pointer
}

.calculator_help_section .panel-group .panel-collapse.collapse {
    margin-top: -16px
}

.calculator_help_section .fs-28 {
    font-size: 28px;
    line-height: 26px
}

.calculator_help_section .bold {
    font-weight: 600
}

.calculator_help_section .view-less-button {
    cursor: pointer;
    margin-top: 32px;
    margin-top: 0
}

.calculator_help_section .view-more-button {
    cursor: pointer;
    margin-top: 32px
}

.calculator-disclaimer {
    margin-top: 30px
}

main.pricing-page .calculator_help_section .panel-group .panel-default>.panel-heading {
    background-image: none;
    background-color: transparent;
    padding: 32px 0
}

main.pricing-page .calculator_help_section .panel-group .panel-default>.panel-heading h3.panel-title {
    margin: 0
}

main.pricing-page .calculator_help_section .panel-group .panel-default>.panel-heading h3.panel-title span {
    font-size: 20px;
    line-height: 32px;
    color: #262626;
    display: block;
    cursor: pointer
}

@media (max-width:992px) {
    .calculator_help_section {
        margin-top: 80px;
        margin-bottom: 96px
    }

    .calculator_help_section h2.help_here {
        margin-bottom: 20px
    }

    .calculator_help_section .expand_icon.dashicons-plus:before {
        font-size: 16px
    }

    .calculator_help_section .panel-group .panel-body {
        line-height: 1.5;
        color: #141716;
        font-size: 16px
    }

    .calculator_help_section .view-less-button,
    .calculator_help_section .view-more-button {
        font-size: 20px;
        margin-top: 24px
    }

    main.pricing-page .calculator_help_section .panel-group .panel-default>.panel-heading {
        line-height: 24px
    }

    main.pricing-page .calculator_help_section .panel-group .panel-default>.panel-heading h3.panel-title span {
        line-height: 30px
    }
}

@media (max-width:768px) {
    .calculator_help_section {
        padding-left: 0;
        padding-right: 0
    }

    .calculator_help_section .panel-group .panel,
    .calculator_help_section .view-less-button,
    .calculator_help_section .view-more-button,
    .calculator_help_section h2.help_here {
        padding-left: 15px;
        padding-right: 15px
    }

    .calculator-info {
        margin: 24px auto 0
    }

    .calculator-info h2 {
        margin: 16px 0 !important;
        font-size: 20px
    }

    .calculator-info p {
        margin-bottom: 16px !important;
        font-size: 16px;
        line-height: 24px
    }

    .calculator-info .types-of-mutual-fund div,
    .calculator-info .types-of-mutual-fund h3,
    .calculator-info .types-of-mutual-fund p {
        font-size: 16px
    }

    .calculator-info ul li {
        font-size: 16px;
        line-height: 24px
    }

    .calculator_help_section .panel-group .panel-default>.panel-heading {
        padding: 24px 0
    }

    .calculator_help_section .panel-group .panel-default>.panel-heading h3.panel-title span {
        font-size: 18px !important;
        line-height: 24px !important;
        font-weight: 400
    }

    .calculator_help_section .panel-group .panel-body {
        font-size: 16px !important;
        line-height: 24px !important;
        margin-top: 10px
    }

    .calculator-disclaimer p {
        font-size: 16px;
        line-height: 24px
    }

    .calculator_help_section h2.help_here {
        margin-top: 15px !important;
        font-size: 32px;
        line-height: 48px !important;
        font-weight: 400 !important
    }
}

.similar_section .smooth-wrap {
    display: -ms-flexbox;
    display: flex;
    overflow-x: scroll;
    border: 0
}

.similar_section .smooth-font {
    display: -ms-inline-flexbox;
    display: inline-flex;
    -ms-flex-align: center;
    align-items: center;
    padding: 32px 10px 32px 15px;
    border: 1px solid #d0d0d0;
    border-radius: 15px;
    margin: 15px 15px 15px 0;
    width: 260px;
    -ms-flex-negative: 0;
    flex-shrink: 0
}

.similar_section .smooth-font:first-child {
    margin-left: 0
}

.similar_section .smooth-font h3 a {
    font-size: 14px;
    line-height: 18px;
    font-weight: 500;
    color: #262626
}

.similar_section .img-wrap {
    background: #eeebe6;
    border-radius: 15px;
    padding: 15px;
    margin-right: 16px
}

.similar_section .img-wrap img {
    width: 28px
}

.similar_section .help_here {
    font-size: 14px;
    line-height: 24px;
    color: #262626;
    font-weight: 600
}

.similar_section p {
    font-size: 12px;
    line-height: 16px;
    color: #6a6a6a;
    margin-bottom: 24px;
    font-weight: 500
}

.smooth-wrap::-webkit-scrollbar {
    width: 10px;
    height: 4px
}

.smooth-wrap::-webkit-scrollbar-track {
    background: transparent
}

.smooth-wrap::-webkit-scrollbar-thumb {
    border-radius: 10px;
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, .5)
}

.heading-wrap {
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin: 44px 0 4px
}

.heading-wrap,
.similar-btn {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center
}

.similar-btn {
    -ms-flex-pack: center;
    justify-content: center;
    border: 1px solid #d0d0d0;
    border-radius: 22px;
    padding: 8px 20px;
    color: #000;
    background: transparent
}

.smooth-wrap2 {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

@media (max-width:991px) {
    .smooth-wrap.smooth-wrap2 .smooth-font {
        width: calc(100% / 3 - 8px);
        margin: 8px 4px
    }
}

@media (max-width:767px) {
    .smooth-wrap.smooth-wrap2 .smooth-font {
        width: calc(100% / 2 - 12px);
        margin: 8px 6px
    }
}

@media (max-width:379px) {
    .similar_section .smooth-font {
        width: 240px;
        margin-left: 12px;
        margin-right: 12px
    }

    .smooth-wrap.smooth-wrap2 .smooth-font {
        width: 100%;
        margin: 8px auto
    }
}

.nvp-sec {
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-align: start !important;
    align-items: flex-start !important;
    margin-bottom: 0 !important
}

.nvp-sec h3 {
    font-size: 20px;
    color: #262626;
    font-weight: 500
}

.nvp-sec .selection {
    width: 100%;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-bottom: 34px !important
}

.nvp-sec .radio-button {
    margin: 20px 0 0 !important
}

.nav-seo #amountfixed-input {
    width: 115px
}

.section-npv-yearvar {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.npv-yearvar-parts {
    width: 50%;
    margin-bottom: 24px
}

.npv-yearvar-parts h3 {
    font-size: 20px;
    line-height: 34px;
    color: #262626;
    font-weight: 500;
    margin-bottom: 10px !important
}

.npv-yearvar-parts>div {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center
}

.npv-yearvar-parts:nth-child(2n)>div {
    -ms-flex-pack: end;
    justify-content: flex-end
}

.npv-yearvar-parts:nth-child(2n) h3 {
    text-align: right
}

.npv-yearvar-parts input {
    border-radius: 32px;
    margin: 0;
    height: 32px;
    width: 115px;
    margin-right: 18px
}

.npm-seo .npv-sidebar {
    padding: 40px !important
}

main.npm-seo .npv-sidebar .calculator-output__row {
    -ms-flex-pack: center !important;
    justify-content: center !important;
    margin-bottom: 40px
}

main.npm-seo .section-npv-yearvar,
main.npm-seo .selection.section-npv-yearextra {
    margin-bottom: 0 !important
}

.option-value-calculator .cta-btn {
    text-align: center;
    margin: 43px 0 46px
}

main.option-value-calculator .calculator-output .calculator-output__value__large .calculator-output__amount--small {
    font-size: 28px;
    line-height: 32px
}

main.option-value-calculator .calculator-output .calculator-output__value {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-pack: start !important;
    justify-content: flex-start !important
}

main.option-value-calculator .calculator-output .calculator-output__value .calculator-output__col {
    margin-bottom: 28px;
    -ms-flex: 0 0 33%;
    flex: 0 0 33%
}

main.option-value-calculator .calculator-output .calculator-output__value .calculator-output__heading {
    line-height: 24px;
    font-weight: 500;
    text-align: center;
    margin: 0
}

main.option-value-calculator .calculator-output .calculator-output__value .calculator-output__amount--small {
    font-size: 12px;
    line-height: 16px;
    text-align: center
}

@media (max-width:991px) {

    .nvp-sec,
    .section-npv-yearvar {
        max-width: 80%;
        width: 100%
    }

    .nav-seo {
        padding: 0 20px
    }

    main.option-value-calculator .calculator-output .calculator-output__row__large {
        -ms-flex-direction: column;
        flex-direction: column
    }

    main.option-value-calculator .calculator-output .calculator-output__row__large .calculator-output__heading {
        font-size: 20px;
        line-height: 32px
    }

    main.option-value-calculator .calculator-output .calculator-output__value__large.first {
        margin-bottom: 36px
    }

    main.option-value-calculator .calculator-output .calculator-output__value .calculator-output__heading {
        font-size: 20px;
        margin: 0;
        max-width: 100%
    }
}

@media (max-width:767px) {

    .nvp-sec,
    .section-npv-yearvar {
        max-width: 100%;
        width: 100%
    }

    main.option-value-calculator .calculator-output .calculator-output__value__large.first {
        margin-bottom: 36px
    }
}

@media (max-width:575px) {
    .nvp-sec .radio-button {
        font-size: 14px !important
    }

    .npv-yearvar-parts h3 {
        font-size: 18px;
        line-height: 24px;
        margin-bottom: 6px !important
    }
}

@media (max-width:481px) {
    .nav-seo {
        padding: 0
    }

    .nav-seo .nvp-sec .radio-button {
        font-size: 16px !important
    }

    .nvp-sec .selection {
        -ms-flex-direction: column;
        flex-direction: column;
        -ms-flex-align: start !important;
        align-items: flex-start !important
    }

    #amountfixed-input {
        width: 81px;
        margin-left: 8px
    }

    .npv-yearvar-parts {
        width: 100%;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-pack: justify;
        justify-content: space-between;
        -ms-flex-align: center;
        align-items: center;
        margin-bottom: 16px
    }

    .npv-yearvar-parts input {
        margin-right: 8px;
        width: 100px
    }

    .npv-yearvar-parts h3 {
        font-size: 16px
    }

    .npm-seo .npv-sidebar {
        padding: 20px !important
    }

    .npm-seo .calculator-output__amount--large,
    main.npm-seo .npv-sidebar .calculator-output__row {
        margin-bottom: 22px !important
    }
}

.frequency-data {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-align: start !important;
    align-items: flex-start !important
}

.frequency-data .radio-button {
    font-size: 16px;
    line-height: 24px;
    color: #000;
    margin-right: 16px
}

.frequency-data-wrap {
    display: -ms-flexbox;
    display: flex
}

@media (max-width:380px) {
    .frequency-data .radio-button {
        margin-right: 6px !important
    }
}

.nps-sidebar {
    padding: 40px 50px !important
}

.nps-sidebar #total-investment {
    margin: 20px 0 48px
}

.nps-sidebar .calculator-output__row {
    padding: 0 !important
}

.nps-sidebar .calculator-output__col {
    margin-bottom: 40px
}

.nps-sidebar .calculator-output__row.center {
    -ms-flex-pack: center !important;
    justify-content: center !important
}

@media (max-width:991px) {
    .nps-sidebar .calculator-output__col h3 {
        max-width: 100% !important
    }
}

@media (max-width:481px) {
    .nps-sidebar {
        padding: 24px 35px !important
    }

    .nps-sidebar .calculator-output__row {
        -ms-flex-direction: column;
        flex-direction: column
    }

    .nps-sidebar .calculator-output__col {
        margin-bottom: 32px
    }

    .nps-sidebar #total-investment {
        margin: 20px 0 40px
    }
}

.cagr-calculators aside.calculator-output {
    padding-bottom: 40px !important
}

.cagr-calculators div#total-investment {
    font-size: 20px;
    line-height: 40px;
    margin: 0
}

@media screen and (max-width:575px) {
    .cagr-calculators .calculator-output__chart-container {
        -ms-flex-direction: column;
        flex-direction: column
    }

    .cagr-calculators .calculator-output__chart-container .calculator-output__chart-container--legend {
        display: grid;
        grid-template-columns: 1fr 1fr;
        grid-gap: 28px;
        margin-bottom: 40px
    }

    .cagr-calculators .calculator-output__chart-container .calculator-output__chart-container--legend .legend-title {
        margin-bottom: 0 !important
    }
}

.critical {
    padding: 33px 16px;
    background: #afa8e1;
    margin-top: 70px
}

.home-container {
    max-width: 960px;
    padding: 0 16px;
    width: 100%
}

.page-container.holiday-page {
    margin-top: 70px
}

.holiday-page .holidays-tabs {
    margin: 32px auto 0;
    padding: 16px 16px 0;
    max-width: 960px;
    display: -ms-flexbox;
    display: flex;
    overflow: auto;
    scrollbar-width: none;
    -ms-overflow-style: none;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -ms-flex-align: center;
    align-items: center;
    text-align: center
}

.holiday-page .holidays-tabs::-webkit-scrollbar {
    display: none
}

.holiday-page .holidays-tabs .tabs-items {
    min-width: 192px;
    padding: 16px 12px;
    font-weight: 400;
    font-size: 16px;
    color: #44444480;
    border-bottom: 1px solid #44444480
}

.holiday-page .holidays-tabs .tabs-items.active {
    color: #41246e;
    font-weight: 700;
    position: relative;
    border-bottom: 2px solid #41246e;
    padding-bottom: 15px
}

.holiday-page .announcements_banner_content {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.holiday-page .annoucements_banner_archive {
    padding: 33px 16px;
    background: #afa8e1;
    margin-top: 70px
}

.holiday-page .annoucements_banner_archive h2,
.holiday-page .annoucements_banner_archive p {
    font-weight: 600;
    font-size: 24px;
    line-height: 32px;
    letter-spacing: -.47px;
    color: #fff;
    margin: 0;
    text-align: left
}

.holiday-page .annoucements_banner_archive .home-container {
    max-width: 960px;
    padding: 0 15px;
    width: 100%
}

.holiday-page .holidays-wrapper {
    padding-top: 0
}

.holiday-page .holidays-wrapper p {
    font-size: 16px;
    font-weight: 300;
    line-height: 24px;
    color: #6a6a6a;
    margin-top: 20px
}

.holiday-page .holidays-wrapper p a {
    word-break: break-word
}

.holiday-page .holidays-wrapper .main-heading {
    padding: 48px 0
}

.holiday-page .holidays-wrapper .main-heading h1 {
    margin: 0 0 16px
}

.holiday-page .holidays-wrapper .main-heading p {
    margin: 0
}

.holiday-page .holidays-wrapper h1,
.holiday-page .holidays-wrapper h2 {
    font-weight: 600;
    font-size: 24px;
    line-height: 32px;
    letter-spacing: -.47px;
    color: #000
}

.holiday-page .holidays-wrapper h2 {
    margin: 40px 0
}

.holiday-page .holidays-wrapper table {
    width: 100%;
    border-collapse: collapse;
    margin: 0
}

.holiday-page .holidays-wrapper table th {
    font-weight: 700;
    font-size: 16px;
    line-height: 24px;
    letter-spacing: -.18px;
    color: #000;
    padding: 16px;
    background: #eaeaea;
    border: 0
}

.holiday-page .holidays-wrapper table th:first-child {
    border-radius: 8px 0 0 8px
}

.holiday-page .holidays-wrapper table th:last-child {
    border-radius: 0 8px 8px 0
}

@media (max-width:575px) {
    .holiday-page .holidays-wrapper table th {
        font-size: 14px
    }
}

.holiday-page .holidays-wrapper table td {
    border: 0;
    font-weight: 500;
    font-size: 16px;
    line-height: 24px;
    text-transform: capitalize;
    letter-spacing: -.18px;
    color: #6a6a6a;
    padding: 22px 16px;
    width: 250px
}

@media (max-width:575px) {
    .holiday-page .holidays-wrapper table td {
        width: 160px;
        min-width: 160px;
        font-size: 14px
    }
}

@media (max-width:381px) {
    .holiday-page .holidays-wrapper table td {
        width: 114px;
        min-width: 114px
    }
}

.holiday-page .note {
    margin-bottom: 90px
}

.holiday-page .note p {
    font-size: 16px;
    font-weight: 300;
    line-height: 24px;
    color: #6a6a6a;
    margin-top: 20px
}

.holiday-page section.holiday-banner {
    padding: 32px 0 64px;
    position: relative
}

.holiday-page section.holiday-banner:after {
    content: "";
    height: 72%;
    position: absolute;
    background: #f2ecfd;
    width: 100%;
    z-index: -1;
    left: 0;
    top: 0
}

.holiday-page section.holiday-banner .coantainer_sec {
    background: #fff;
    box-shadow: 0 0 10px hsla(0, 0%, 69%, .5);
    border-radius: 24px;
    padding: 48px 107px;
    padding-top: 64px;
    position: relative
}

.holiday-page section.holiday-banner .container.coantainer_sec:after {
    content: "";
    background: url(../img/holiday-page/banner-img.svg) !important;
    height: 100%;
    position: absolute;
    background-repeat: no-repeat !important;
    right: 0;
    top: 16px;
    width: 100%;
    background-position: 100%;
    max-width: 441px
}

.holiday-page section.holiday-banner .banner_txt h2 {
    font-weight: 700;
    font-size: 40px;
    line-height: 48px;
    color: #000;
    margin-top: 0;
    margin-bottom: 12px
}

.holiday-page section.holiday-banner .banner_txt form .form-control {
    border: 1px solid #444;
    box-shadow: 0 1px 10px #61399f0f;
    border-radius: 32px;
    padding: 15px 16px 15px 75px;
    height: auto;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.5;
    position: relative;
    height: 54px;
    background: #f5f5f5;
    margin-bottom: 8px
}

.holiday-page section.holiday-banner .banner_txt form .form-control:focus {
    border: 2px solid #61399f
}

.holiday-page section.holiday-banner .banner_txt form .form-group:before {
    content: "+91";
    display: inline-block;
    background-color: #f5f5f5;
    padding: 8px 12px;
    border-radius: 24px;
    font-size: 14px;
    font-weight: 700;
    color: #444;
    line-height: 1.4;
    position: absolute;
    top: 27px;
    transform: translateY(-50%);
    z-index: 1;
    left: 8px
}

.holiday-page section.holiday-banner h3.sub-header {
    font-weight: 600;
    font-size: 16px;
    line-height: 24px;
    color: #000;
    margin: 0
}

.holiday-page section.holiday-banner ul.banner_info {
    margin-top: 12px;
    padding-left: 20px;
    margin-bottom: 32px
}

.holiday-page section.holiday-banner ul.banner_info li {
    font-size: 12px;
    font-weight: 400;
    line-height: 15px;
    list-style: disc;
    margin-bottom: 3px
}

.holiday-page section.holiday-banner button.desktop-btn {
    background: #61399f;
    border-radius: 9999px;
    color: #fff;
    font-weight: 700;
    font-size: 14px;
    padding: 16px 24px;
    max-height: 54px
}

.holiday-page section.holiday-banner button.desktop-btn:focus {
    border: transparent;
    outline: transparent;
    background-color: #41246e
}

.holiday-page section.holiday-banner banner-new .prple_btn {
    background-color: #61399f;
    color: #fff;
    font-size: 12px;
    line-height: 1.33;
    font-weight: 700;
    padding: 8px 16px;
    border-radius: 50px
}

.holiday-page section.holiday-banner .form-group.trading-group {
    max-width: 390px
}

.holiday-page section.holiday-banner p.terms-para {
    font-weight: 500;
    font-size: 10px;
    line-height: 16px;
    color: #666;
    padding-bottom: 0;
    margin-bottom: 0
}

.holiday-page section.holiday-banner a.terms-link {
    font-weight: 700;
    color: #666;
    text-decoration: underline
}

.holiday-page section.holiday-banner .mobile-content {
    display: none
}

@media screen and (min-width:1400px) {
    .holiday-page section.holiday-banner .coantainer_sec {
        max-width: 1340px !important;
        width: 1340px
    }
}

@media screen and (max-width:991px) {
    .holiday-page section.holiday-banner .container.coantainer_sec:after {
        max-width: 40%
    }

    .holiday-page section.holiday-banner .coantainer_sec {
        padding: 35px 30px;
        padding-top: 50px
    }

    .holiday-page section.holiday-banner .banner_txt h2 {
        font-size: 28px
    }
}

@media screen and (max-width:767px) {
    .holiday-page section.holiday-banner {
        padding: 16px;
        padding-bottom: 111px;
        overflow: hidden;
        background: #f2ecfd;
        z-index: 0
    }

    .holiday-page section.holiday-banner .banner_txt form .form-control::-webkit-input-placeholder {
        font-size: 12px
    }

    .holiday-page section.holiday-banner .banner_txt form .form-control:-ms-input-placeholder,
    .holiday-page section.holiday-banner .banner_txt form .form-control::-ms-input-placeholder {
        font-size: 12px
    }

    .holiday-page section.holiday-banner .banner_txt form .form-control::placeholder {
        font-size: 12px
    }

    .holiday-page section.holiday-banner .banner_txt form .form-control {
        padding-left: 56px
    }

    .holiday-page section.holiday-banner .mobile-content {
        display: block
    }

    .holiday-page section.holiday-banner .desktop-content {
        display: none
    }

    .holiday-page section.holiday-banner .container.coantainer_sec:after {
        background: none !important
    }

    .holiday-page section.holiday-banner .container_fld {
        position: relative;
        background: #f2ecfd;
        z-index: 0;
        overflow: hidden
    }

    .holiday-page section.holiday-banner.container_fld:after {
        content: "";
        background: url(../img/holiday-page/mobile-banner.svg) !important;
        position: absolute;
        left: 32px;
        background-position: bottom !important;
        height: 100%;
        background-size: contain !important;
        top: 0;
        width: 100%;
        background-repeat: no-repeat !important
    }

    .holiday-page section.holiday-banner .banner_txt h2 {
        font-size: 28px;
        font-weight: 700;
        font-size: 24px;
        text-align: center;
        line-height: 29px;
        margin-bottom: 8px
    }

    .holiday-page section.holiday-banner h3.sub-header {
        font-weight: 600;
        font-size: 14px;
        line-height: 20px;
        color: #000;
        margin: 0;
        text-align: center;
        max-width: 280px;
        margin: 0 auto
    }

    .holiday-page section.holiday-banner ul.banner_info {
        max-width: 260px;
        margin: 24px auto;
        padding-left: 0
    }

    .holiday-page section.holiday-banner ul.banner_info li {
        font-size: 14px;
        font-weight: 400;
        line-height: 20px;
        text-align: center;
        list-style: none;
        position: relative
    }

    .holiday-page section.holiday-banner ul.banner_info li:before {
        content: "";
        width: 5px;
        background: #000;
        position: absolute;
        height: 5px;
        border-radius: 50%;
        top: 7px;
        left: 15px
    }

    .holiday-page section.holiday-banner ul.banner_info li:first-child:before {
        left: 0
    }

    .holiday-page section.holiday-banner button.btn.mobile-btn-arrow {
        position: absolute;
        right: 10px;
        width: 32px;
        height: 32px !important;
        font-size: 0;
        top: 10px;
        display: inline-block;
        background-image: url(../img/holiday-page/moblie-arrow.svg);
        background-repeat: no-repeat;
        background-position: 50%;
        background-size: 16px;
        background-color: #61399f;
        border-radius: 999px;
        z-index: 999
    }

    .holiday-page section.holiday-banner button.btn.mobile-btn-arrow:focus {
        border: none !important;
        background-color: #2d1157 !important;
        outline: none
    }

    .holiday-page section.holiday-banner .form-group.trading-group {
        max-width: 100%
    }

    .holiday-page section.holiday-banner p.terms-para {
        font-weight: 500;
        font-size: 10px;
        line-height: 16px;
        color: #666;
        padding-bottom: 0;
        margin-bottom: 0;
        text-align: center;
        z-index: 9
    }

    .holiday-page section.holiday-banner .coantainer_sec {
        padding: 24px;
        border-radius: 12px
    }
}

.timings-page h4 {
    margin: 25px 0
}

.timings-page .holidays-wrapper table td {
    border: 1px solid
}

.timings-page .holidays-wrapper table th {
    border: 1px solid;
    padding: 15px;
    text-align: center
}

.timings-page .holidays-wrapper table th:first-child,
.timings-page .holidays-wrapper table th:last-child {
    border-radius: 0
}

.timings-page .holidays-wrapper table .pre-header th {
    background: #b9cbf5
}

.timings-page .holidays-wrapper table .timimg-page-lists {
    list-style: disc
}

.timings-page ol,
.timings-page ul {
    font-size: 16px;
    color: #6a6a6a;
    font-weight: 300;
    margin: 15px 18px
}

@media (max-width:767px) {
    .holidays-wrapper h2 {
        font-size: 22px !important;
        line-height: 28px !important;
        margin: 20px 0 !important
    }

    #hellobar-enable .sticky {
        top: 120px
    }

    .holiday-page .home-container {
        margin-top: 16px !important
    }

    .holiday-page .holidays-tabs {
        margin-top: 0
    }

    .holiday-page .holidays-tabs .tabs-items {
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        min-width: 124px;
        padding: 14px 8px;
        font-size: 14px
    }

    .holiday-page .holidays-tabs .tabs-items.active {
        padding-bottom: 13px
    }

    .holiday-page .sticky {
        position: sticky;
        left: 0;
        top: 60px;
        background-color: #fff
    }

    .holiday-page .annoucements_banner_archive {
        padding: 43px 0
    }

    .holiday-page .holidays-wrapper {
        margin-bottom: 96px
    }

    .holiday-page .holidays-wrapper .main-heading {
        padding: 11px 0 64px
    }

    .holiday-page .holidays-wrapper .main-heading .holiday-links-wrap {
        -ms-flex-direction: column;
        flex-direction: column;
        -ms-flex-align: start;
        align-items: flex-start
    }

    .holiday-page .holidays-wrapper .main-heading .holiday-links-wrap p {
        margin-right: 0
    }

    .holiday-page .holidays-wrapper .main-heading .holiday-links-wrap .holiday-links {
        display: -ms-flexbox;
        display: flex;
        margin-top: 24px;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap
    }

    .holiday-page .holidays-wrapper .main-heading .holiday-links-wrap .holiday-links li {
        margin-right: 33px
    }

    .holiday-page .holidays-wrapper .main-heading .holiday-links-wrap .holiday-links li:last-child {
        margin: 0 0 8px
    }

    .holiday-page .holidays-wrapper .table-responsive {
        border: none
    }

    .holiday-page .holidays-wrapper .table-responsive table th {
        white-space: nowrap
    }
}

.nsc-calculator .slider__row.slider__note {
    border: 1px solid #f2f2f2;
    padding: 16px;
    border-radius: 8px;
    font-size: 14px;
    color: #6a6a6a;
    -ms-flex-pack: start !important;
    justify-content: flex-start !important;
    -ms-flex-align: center !important;
    align-items: center !important
}

.nsc-calculator .slider__row.slider__note span {
    margin-right: 16px;
    margin-bottom: 1px
}

.nsc-calculator-chart .nps-sidebar .calculator-output__col {
    margin-bottom: 15px
}

.nsc-calculator-chart .calculator-output__chart-container {
    -ms-flex-pack: justify;
    justify-content: space-between
}

.nsc-calculator-chart .calculator-output__chart-container--legend {
    padding-left: 20px
}

.nsc-calculator-chart .legend-title {
    -ms-flex-align: start !important;
    align-items: flex-start !important
}

.nsc-calculator-chart .legend-title h3 {
    text-align: left !important
}

.nsc-calculator-chart .legend-title span {
    margin-top: 8px;
    -ms-flex: 0 0 22px;
    flex: 0 0 22px
}

@media (min-width:576px) {
    .nsc-calculator-chart .legend-title h3 {
        white-space: nowrap
    }
}

@media (max-width:991px) {
    .nsc-calculator-chart .cta {
        margin-bottom: 16px !important
    }
}

@media (max-width:481px) {
    .nsc-calculator-chart .nps-sidebar .calculator-output__col {
        margin-bottom: 25px
    }
}

@media (max-width:381px) {
    canvas#mfChart {
        width: 180px !important;
        height: 180px !important
    }

    .nsc-calculator-chart .calculator-output__chart-container--legend {
        padding-left: 0;
        padding-right: 15px
    }

    .nsc-calculator-chart .cta {
        margin-top: 35px !important
    }
}

.sukanya-samriddhi .calculator_help_section ul {
    list-style: disc;
    padding-left: 30px
}

.sukanya-samriddhi .calculator-info ol li {
    font-family: Messina Sans;
    font-size: 20px;
    line-height: 32px;
    letter-spacing: -.699999988079071px;
    color: #6a6a6a
}

.sukanya-samriddhi .calculator-output__wrapper {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-bottom: 40px
}

.sukanya-samriddhi .calculator-output__wrapper .calculator-output__row {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-pack: center !important;
    justify-content: center !important;
    -ms-flex: 0;
    flex: 0
}

.sukanya-samriddhi .nps-sidebar .calculator-output__col {
    margin-bottom: 48px
}

.sukanya-samriddhi .nps-sidebar .calculator-output__col:last-child {
    margin-bottom: 0
}

.sukanya-samriddhi .nps-sidebar .calculator-output__col .calculator-output__heading {
    white-space: nowrap
}

.sukanya-samriddhi .calculator-output__chart-containerd .calculator-output__chart-container--legend .legend-title {
    position: relative;
    z-index: 0;
    padding-left: 31px;
    max-width: 170px
}

.sukanya-samriddhi .calculator-output__chart-containerd .calculator-output__chart-container--legend .legend-title h3 {
    font-size: 16px;
    line-height: 24px;
    color: #262626
}

.sukanya-samriddhi .calculator-output__chart-containerd .calculator-output__chart-container--legend .legend-title:not(:last-child) {
    margin-bottom: 14px
}

.sukanya-samriddhi .calculator-output__chart-containerd .calculator-output__chart-container--legend .legend-title span {
    content: "";
    position: absolute;
    width: 22px;
    height: 8px;
    top: 8px;
    left: 0;
    background: #000;
    z-index: 1
}

.sukanya-samriddhi .calculator-output__chart-containerd .calculator-output__chart-container--legend .legend-title span.purple {
    background: #43165c
}

.sukanya-samriddhi .calculator-output__chart-containerd .calculator-output__chart-container--legend .legend-title span.gold {
    background: #e79d0d
}

.sukanya-samriddhi .slider-container .slider .slider__heading {
    margin-bottom: 0 !important;
    margin-right: 24px !important
}

.sukanya-samriddhi .slider-container .slider .rangeslider {
    margin-bottom: 14px !important
}

.sukanya-samriddhi .slider-container .slider .slider__input p#interest-rate-acf {
    font-size: 20px !important;
    line-height: 32px !important;
    color: #262626 !important;
    font-weight: 600 !important
}

.sukanya-samriddhi .slider-container .slider__input input {
    width: 118px !important;
    color: #333;
    font-size: 16px !important;
    line-height: 32px !important;
    font-weight: 400
}

.sukanya-samriddhi .slider-container .slider__input span {
    font-size: 16px !important;
    line-height: 24px !important;
    margin-left: 17px !important;
    margin-right: 0 !important
}

.sukanya-samriddhi .sukanya-samriddhi-note {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: start !important;
    justify-content: flex-start !important;
    padding: 16px;
    border: 1px solid #f2f2f2;
    border-radius: 8px
}

.sukanya-samriddhi .sukanya-samriddhi-note span {
    margin-right: 16px;
    padding-bottom: 3px
}

.sukanya-samriddhi .sukanya-samriddhi-note p {
    font-size: 14px;
    color: #6a6a6a;
    line-height: 24px;
    margin: 0
}

@media screen and (max-width:992px) {
    main.sukanya-samriddhi h1.page-heading {
        font-size: 30px;
        line-height: 48px;
        margin-bottom: 0
    }

    main.sukanya-samriddhi .page-sub-heading {
        font-size: 20px;
        line-height: 32px;
        margin-bottom: 46px
    }

    main.sukanya-samriddhi .slider-container .slider .slider__input {
        border-radius: 0;
        border: 0
    }

    main.sukanya-samriddhi .slider-container .slider .slider__input input {
        border: 1px solid #d0d0d0 !important;
        width: auto !important
    }

    main.sukanya-samriddhi .slider-container .slider .slider__row {
        margin-bottom: 30px
    }

    main.sukanya-samriddhi .slider-container .slider .rangeslider {
        margin-bottom: 8px !important
    }

    main.sukanya-samriddhi .slider-container form[name=calculator]:last-child {
        margin-bottom: 30px
    }
}

@media screen and (max-width:768px) {
    .sukanya-samriddhi .calculator-info ol li {
        font-size: 16px;
        line-height: 24px
    }
}

@media screen and (max-width:575px) {
    .sukanya-samriddhi #total-investment {
        margin-bottom: 40px !important
    }

    .sukanya-samriddhi .calculator-output__wrapper {
        -ms-flex-align: center;
        align-items: center
    }

    .sukanya-samriddhi .calculator-output__wrapper,
    .sukanya-samriddhi .calculator-output__wrapper .calculator-output__row {
        -ms-flex-direction: column;
        flex-direction: column
    }

    .sukanya-samriddhi .nps-sidebar .calculator-output__col {
        margin-bottom: 32px
    }

    .sukanya-samriddhi .nps-sidebar .calculator-output__col:last-child {
        margin-bottom: 40px
    }

    .sukanya-samriddhi .calculator-output__chart-containerd {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-align: center;
        align-items: center
    }

    .sukanya-samriddhi .calculator-output__chart-containerd canvas#mfChart {
        width: 129px !important;
        height: 129px !important
    }

    .sukanya-samriddhi .calculator-output__chart-containerd .calculator-output__chart-container--legend .legend-title:not(:last-child) {
        margin-bottom: 10px
    }
}

main.invest-indices {
    margin-top: 70px !important
}

main.invest-indices #up-stock-list {
    position: relative
}

main.invest-indices .section-heading {
    font-size: 24px;
    line-height: 32px;
    font-weight: 600;
    color: #262626
}

main.invest-indices .inner-template-wrapper {
    padding-bottom: 60px
}

main.invest-indices .inner-template-wrapper .section-gap.upcoming-ipos.pt-40 {
    padding-top: 0
}

.invest-indices-banner .banner-img img.banner-image {
    height: auto
}

.invest-indices ul {
    list-style: disc;
    margin-left: 10px
}

#commodities_table h2 {
    font-size: 24px;
    line-height: 32px;
    color: #6a6a6a;
    font-weight: 600;
    margin: 22px 0
}

#commodities_table table thead th {
    background: #fff;
    box-shadow: inset 0 -1px 0 #d0d0d0;
    -ms-flex: none;
    flex: none;
    -ms-flex-order: 0;
    order: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    margin: 0;
    height: 32px;
    left: 0;
    border-bottom: 0;
    top: 0
}

#commodities_table table tbody td {
    font-weight: 500;
    height: 64px;
    left: 0;
    top: 0;
    background: #fff;
    border-bottom-color: #f1f1f1
}

#commodities_table ul {
    padding-left: 20px;
    list-style-type: disc
}

#commodities_table ul li {
    font-size: 20px;
    line-height: 48px;
    letter-spacing: -.7px;
    color: #6a6a6a
}

@media screen and (max-width:576px) {
    main.homepage img.banner-image {
        max-width: 300px !important
    }
}

.owl-carousel-top-indices .owl-nav i {
    font: normal normal normal 14px/1 FontAwesome !important
}

#brokerage-rates-section .brokerage-rates-container .stock-mutual-tabs {
    margin: 0 auto 32px;
    display: -ms-flexbox;
    display: flex;
    max-width: 100%;
    width: 100%;
    position: relative;
    border-bottom: 1px solid #000
}

@media (max-width:1440px) {
    #brokerage-rates-section .brokerage-rates-container .stock-mutual-tabs {
        overflow-x: scroll
    }

    #brokerage-rates-section .brokerage-rates-container .stock-mutual-tabs::-webkit-scrollbar {
        height: 0
    }
}

@media (max-width:767px) {
    #brokerage-rates-section .brokerage-rates-container .stock-mutual-tabs {
        margin-bottom: 24px
    }
}

#brokerage-rates-section .brokerage-rates-container .stock-mutual-tabs .animated-link {
    display: inline-block;
    margin: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
    text-align: center;
    padding: 0 0 24px;
    opacity: .5;
    border: 0;
    border-radius: 0;
    z-index: 1;
    -webkit-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-tap-highlight-color: transparent;
    white-space: nowrap;
    transition: all .3s ease-in-out .1s;
    cursor: pointer
}

@media (max-width:767px) {
    #brokerage-rates-section .brokerage-rates-container .stock-mutual-tabs .animated-link {
        padding: 0 35px 24px;
        font-weight: 700;
        font-size: 16px;
        line-height: 24px;
        text-align: center;
        letter-spacing: -.18px;
        max-width: 50%;
        width: 100%;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto
    }
}

#brokerage-rates-section .brokerage-rates-container .stock-mutual-tabs .animated-link:before {
    display: none
}

#brokerage-rates-section .brokerage-rates-container .stock-mutual-tabs .animated-link.active,
#brokerage-rates-section .brokerage-rates-container .stock-mutual-tabs .animated-link:hover {
    border-color: transparent;
    background-color: #0000 !important;
    color: #5a298b;
    opacity: 1
}

#brokerage-rates-section .brokerage-rates-container .stock-mutual-tabs .animated-link span {
    font-size: 20px;
    line-height: 28px;
    font-weight: 500;
    color: #41246e
}

@media (max-width:575px) {
    #brokerage-rates-section .brokerage-rates-container .stock-mutual-tabs .animated-link span {
        font-size: 16px;
        font-weight: 600;
        white-space: normal
    }
}

#brokerage-rates-section .brokerage-rates-container .stock-mutual-tabs span.pill {
    position: absolute;
    pointer-events: none;
    min-width: 50%;
    left: 0;
    bottom: 0;
    z-index: 0;
    opacity: 1;
    height: 5px;
    background: #41246e;
    transition: left .3s ease, width .3s ease
}

@media (max-width:575px) {
    #brokerage-rates-section .brokerage-rates-container .stock-mutual-tabs span.pill {
        min-width: 50%
    }
}

#brokerage-rates-section .brokerage-rates-container .tab-content .tab-pane p {
    font-size: 16px;
    line-height: 24px;
    color: #4b4b4b;
    letter-spacing: -.055em
}

.invest-indices .top-stocks {
    padding-bottom: 48px !important
}

@media (max-width:767px) {
    .invest-indices .top-stocks {
        padding-bottom: 56px !important
    }
}

.invest-indices .top-stocks .top-stocks-tabs {
    margin: 0 auto 32px;
    display: -ms-flexbox;
    display: flex;
    max-width: 100%;
    width: 100%;
    position: relative;
    border-bottom: 1px solid #000
}

@media (max-width:1440px) {
    .invest-indices .top-stocks .top-stocks-tabs {
        overflow-x: scroll
    }

    .invest-indices .top-stocks .top-stocks-tabs::-webkit-scrollbar {
        height: 0
    }
}

@media (max-width:767px) {
    .invest-indices .top-stocks .top-stocks-tabs {
        margin-bottom: 24px
    }
}

.invest-indices .top-stocks .top-stocks-tabs .tablinks {
    display: inline-block;
    margin: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
    text-align: center;
    padding: 0 0 24px;
    opacity: .5;
    border: 0;
    border-radius: 0;
    z-index: 1;
    -webkit-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-tap-highlight-color: transparent;
    white-space: nowrap;
    transition: all .3s ease-in-out .1s;
    cursor: pointer
}

@media (max-width:767px) {
    .invest-indices .top-stocks .top-stocks-tabs .tablinks {
        padding: 0 35px 24px;
        font-weight: 700;
        font-size: 16px;
        line-height: 24px;
        text-align: center;
        letter-spacing: -.18px;
        max-width: 50%;
        width: 100%;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto
    }
}

.invest-indices .top-stocks .top-stocks-tabs .tablinks:before {
    display: none
}

.invest-indices .top-stocks .top-stocks-tabs .tablinks.active,
.invest-indices .top-stocks .top-stocks-tabs .tablinks:hover {
    border-color: transparent;
    background-color: #0000 !important;
    color: #5a298b;
    opacity: 1
}

.invest-indices .top-stocks .top-stocks-tabs .tablinks span {
    font-size: 20px;
    line-height: 28px;
    font-weight: 500;
    color: #41246e
}

@media (max-width:575px) {
    .invest-indices .top-stocks .top-stocks-tabs .tablinks span {
        font-size: 16px;
        font-weight: 600;
        white-space: normal
    }
}

.invest-indices .top-stocks .top-stocks-tabs span.pill1 {
    position: absolute;
    pointer-events: none;
    min-width: 50%;
    left: 0;
    bottom: 0;
    z-index: 0;
    opacity: 1;
    height: 5px;
    background: #41246e;
    transition: left .3s ease, width .3s ease
}

@media (max-width:575px) {
    .invest-indices .top-stocks .top-stocks-tabs span.pill1 {
        min-width: 50%
    }
}

.invest-indices-banner .add-number-btnWrap .add-number-form .group-layout {
    margin-bottom: 8px
}

.invest-indices-banner .add-number-btnWrap .add-number-form .group-layout input:not([type=submit]) {
    border: none;
    box-shadow: none;
    margin-bottom: 0;
    font-size: 14px;
    font-weight: 500;
    line-height: 32px;
    letter-spacing: -.6999999881px;
    color: #000;
    width: 100%;
    padding: 0 8px 0 0
}

.invest-indices-banner .add-number-btnWrap .add-number-form .group-layout input::-webkit-input-placeholder {
    font-size: 14px !important;
    font-weight: 500;
    line-height: 20px;
    letter-spacing: -.6999999881px;
    color: #000
}

.invest-indices-banner .add-number-btnWrap .add-number-form .group-layout input:-ms-input-placeholder,
.invest-indices-banner .add-number-btnWrap .add-number-form .group-layout input::-ms-input-placeholder {
    font-size: 14px !important;
    font-weight: 500;
    line-height: 20px;
    letter-spacing: -.6999999881px;
    color: #000
}

.invest-indices-banner .add-number-btnWrap .add-number-form .group-layout input::placeholder {
    font-size: 14px !important;
    font-weight: 500;
    line-height: 20px;
    letter-spacing: -.6999999881px;
    color: #000
}

.invest-indices-banner .add-number-btnWrap .add-number-form .group-layout .phone-icon {
    line-height: 0;
    margin-top: 4px
}

.invest-indices-banner .add-number-btnWrap .add-number-form .group-layout .phone-icon img {
    min-width: 15px
}

.invest-indices-banner .add-number-btnWrap .add-number-form .group-layout .country-code {
    position: relative;
    width: 30px;
    height: 32px;
    margin-left: 8px;
    min-width: 30px
}

.invest-indices-banner .add-number-btnWrap .add-number-form .group-layout .country-code:after {
    content: "+91";
    position: absolute;
    top: 6px;
    left: 0;
    font-size: 16px;
    font-weight: 600;
    color: #6a6a6a;
    line-height: 24px;
    letter-spacing: -.6999999881px;
    width: inherit;
    height: inherit
}

.invest-indices-banner .add-number-btnWrap .add-number-form .group-layout button.submit-btn {
    opacity: .5;
    border-radius: 8px;
    -ms-flex-order: 1;
    order: 1;
    -ms-flex-item-align: stretch;
    align-self: stretch;
    -ms-flex-positive: 0;
    flex-grow: 0;
    margin: 0 16px;
    font-weight: 700;
    font-size: 14px;
    line-height: 20px;
    padding: 18px 16px;
    color: #fff;
    margin: 0 0 0 16px;
    transition: all .3s ease-in-out .1s
}

.invest-indices-banner .add-number-btnWrap .add-number-form .group-layout button.submit-btn:hover {
    opacity: 1
}

.invest-indices-banner .add-number-btnWrap .add-number-form .group-layout-inner .group-layout-wrap {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    padding: 11px 16px;
    border-bottom: 2px solid #43165c
}

.invest-indices-banner .add-number-btnWrap .add-number-form .group-layout-inner .error-message {
    position: relative !important;
    bottom: unset !important;
    color: red;
    font-family: Inter;
    font-size: 16px;
    line-height: 20px;
    font-weight: 400;
    text-align: left;
    letter-spacing: 0;
    margin-top: 16px
}

.invest-indices .invest-indices-banner {
    padding-bottom: 80px
}

.invest-indices .investing-banner .heading {
    font-weight: 600 !important;
    font-size: 48px;
    line-height: 56px;
    letter-spacing: -1.07px;
    color: #000;
    margin-bottom: 16px !important
}

.invest-indices .investing-banner p {
    font-weight: 500;
    font-size: 20px;
    line-height: 28px;
    letter-spacing: -.33px !important;
    color: #6a6a6a
}

.invest-indices .bottom-data-indices {
    font-size: 12px !important;
    line-height: 16px !important;
    letter-spacing: .01px !important;
    margin-top: 16px;
    text-align: left
}

.invest-indices .add-number-btnWrap .add-number-form .group-layout input:not([type=submit]) {
    line-height: 30px;
    padding: 0 8px 0 6px
}

.invest-indices .add-number-btnWrap .add-number-form .group-layout button.submit-btn {
    background: #41246e;
    border-radius: 9999px;
    opacity: 1;
    height: 56px
}

@media screen and (max-width:767px) {
    .add-number-btnWrap .add-number-form .group-layout {
        margin: 0 auto
    }

    .add-number-btnWrap .add-number-form .group-layout .country-code {
        margin-right: 24px
    }

    .add-number-btnWrap .add-number-form .group-layout input:not([type=submit]) {
        font-size: 14px
    }

    .add-number-btnWrap .add-number-form .group-layout input:not([type=submit])::-webkit-input-placeholder {
        font-size: 14px;
        color: rgba(0, 0, 0, .5)
    }

    .add-number-btnWrap .add-number-form .group-layout input:not([type=submit]):-ms-input-placeholder,
    .add-number-btnWrap .add-number-form .group-layout input:not([type=submit])::-ms-input-placeholder {
        font-size: 14px;
        color: rgba(0, 0, 0, .5)
    }

    .add-number-btnWrap .add-number-form .group-layout input:not([type=submit])::placeholder {
        font-size: 14px;
        color: rgba(0, 0, 0, .5)
    }
}

@media screen and (min-width:768px) {
    .add-number-btnWrap .add-number-form .group-layout .group-layout-inner {
        -ms-flex: 0 0 300px;
        flex: 0 0 300px;
        max-width: 300px
    }
}

@media screen and (min-width:576px) {
    .add-number-btnWrap .add-number-form .group-layout {
        max-width: 463px;
        width: 100%;
        border-radius: 40px;
        display: -ms-flexbox;
        display: flex
    }
}

@media screen and (max-width:575px) {
    main.invest-indices .add-number-btnWrap .add-number-form .group-layout-inner .group-layout-wrap {
        max-width: 100%;
        width: 100%;
        height: 48px;
        padding: 16px;
        border-bottom: 1px solid #43165c;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-align: center;
        align-items: center
    }

    main.invest-indices .add-number-btnWrap .add-number-form .group-layout input {
        font-size: 14px;
        line-height: 20px;
        font-weight: 500
    }

    main.invest-indices .add-number-btnWrap .add-number-form .group-layout input:not([type=submit]) {
        line-height: 30px
    }

    main.invest-indices .add-number-btnWrap .add-number-form .group-layout input::-webkit-input-placeholder {
        font-size: 14px;
        line-height: 20px
    }

    main.invest-indices .add-number-btnWrap .add-number-form .group-layout input:-ms-input-placeholder,
    main.invest-indices .add-number-btnWrap .add-number-form .group-layout input::-ms-input-placeholder {
        font-size: 14px;
        line-height: 20px
    }

    main.invest-indices .add-number-btnWrap .add-number-form .group-layout input::placeholder {
        font-size: 14px;
        line-height: 20px
    }

    main.invest-indices .add-number-btnWrap .add-number-form .group-layout .country-code {
        width: 36px
    }

    main.invest-indices .add-number-btnWrap .add-number-form .group-layout .country-code:after {
        font-size: 16px;
        top: 6px
    }

    main.invest-indices .add-number-btnWrap .add-number-form .group-layout button.submit-btn {
        margin-left: 0;
        margin-top: 0;
        padding: 12px 14px;
        line-height: 24px;
        width: 100%;
        font-size: 16px
    }
}

@media (max-width:991px) {
    .invest-indices .invest-indices-banner .display-flex img.banner-image {
        width: 100%;
        -o-object-fit: contain;
        object-fit: contain;
        -o-object-position: center;
        object-position: center;
        margin-bottom: 8px
    }
}

@media (max-width:767px) {
    .invest-indices .invest-indices-banner {
        padding-bottom: 24px
    }

    .invest-indices .investing-banner {
        margin-top: 0 !important
    }

    .invest-indices .investing-banner .heading {
        font-size: 24px;
        line-height: 32px;
        text-align: center;
        letter-spacing: -.47px
    }

    .invest-indices .investing-banner>p {
        font-weight: 400;
        font-size: 16px;
        line-height: 24px;
        text-align: center;
        margin-bottom: 16px !important
    }

    .invest-indices .add-number-btnWrap .add-number-form .group-layout {
        max-width: 100%;
        -ms-flex-direction: column;
        flex-direction: column;
        height: 100%
    }

    .invest-indices .add-number-btnWrap .add-number-form .group-layout button.submit-btn {
        margin: 0
    }
}

.invest-indices .niftyurl-tab-wrapper {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-flow: row;
    flex-flow: row;
    overflow-x: scroll;
    padding-top: 5px
}

@media (max-width:991px) {
    .invest-indices .niftyurl-tab-wrapper {
        padding-bottom: 20px
    }
}

@media (max-width:767px) {
    .invest-indices .niftyurl-tab-wrapper {
        padding-bottom: 0
    }
}

.invest-indices .niftyurl-tab-wrapper::-webkit-scrollbar {
    background: #0000;
    height: 1px;
    border-radius: 15px
}

.invest-indices .niftyurl-tab-wrapper::-webkit-scrollbar-thumb {
    background-color: #0000;
    border-radius: 15px
}

.invest-indices .niftyurl-tab-wrapper .niftyurl-tab {
    position: relative;
    margin-right: 14px;
    border-radius: 24px;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
    text-align: center;
    text-transform: uppercase
}

.invest-indices .niftyurl-tab-wrapper .niftyurl-tab span {
    color: #262626;
    padding: 8px 16px;
    border-radius: 24px;
    font-weight: 700;
    font-size: 12px;
    line-height: 16px;
    background: #fff;
    border: 1px solid #d0d0d0
}

.invest-indices .niftyurl-tab-wrapper .niftyurl-tab input {
    position: absolute;
    width: 100%;
    height: 100%;
    opacity: 0
}

.invest-indices .niftyurl-tab-wrapper .niftyurl.active+span {
    color: #fff;
    background: #5a298b;
    border-color: #5a298b
}

@media (max-width:991px) {
    .invest-indices .stock-filters .stat-desktop {
        display: none !important
    }
}

.invest-indices .fw-300 {
    font-weight: 300
}

.invest-indices .fs-24 {
    font-size: 24px;
    line-height: 32px
}

.invest-indices .pb-40,
.invest-indices .pt-40 {
    padding-top: 40px
}

.invest-indices .stock-filters_heading {
    margin-bottom: 24px
}

@media (max-width:575px) {
    .invest-indices .stock-filters_heading {
        margin-bottom: 16px;
        text-align: center
    }
}

.invest-indices .stock-filters_heading h3 {
    font-weight: 600;
    font-size: 24px;
    line-height: 32px;
    color: #262626
}

.invest-indices .stock-filters_heading h3 span {
    font-weight: 600
}

@media (max-width:575px) {
    .invest-indices .stock-filters_heading h3 span {
        display: block
    }
}

.invest-indices .stock-filters_heading h3 span.positive {
    color: #148564
}

.invest-indices .stock-filters_heading h3 span.negative {
    color: #db542a
}

.invest-indices .stock-filters .stock-exchange-type span {
    font-size: 12px;
    font-weight: 700;
    color: #fff;
    line-height: 16px;
    background: #5a298b;
    text-align: center;
    border-radius: 2px;
    display: inline-block;
    text-transform: uppercase;
    padding: 2px
}

.invest-indices .stock-filters .stock-filter-header h2 {
    color: #262626;
    margin-bottom: 8px
}

.invest-indices .stock-filters .stock-filter-data [class*=data-col-] {
    -ms-flex: 0 0 15%;
    flex: 0 0 15%;
    max-width: 15%
}

.invest-indices .stock-filters .stock-filter-data [class*=data-col-]:first-child {
    padding-left: 0 !important
}

.invest-indices .stock-filters .stock-filter-data .data-col-1 {
    -ms-flex: 1 0 25%;
    flex: 1 0 25%;
    max-width: 25%
}

.invest-indices .stock-filters .stock-filter-data .company-info {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center
}

.invest-indices .stock-filters .stock-filter-data .company-info figure {
    width: 36px;
    height: 36px;
    background: #fff;
    border: 1px solid rgba(0, 0, 0, .5);
    min-width: 36px;
    border-radius: 50%;
    margin-right: 10px
}

.invest-indices .stock-filters .stock-filter-data .company-info figure img {
    border-radius: 50%
}

.invest-indices .stock-filters .stock-filter-data .data-col-5 {
    -ms-flex: 0 0 15%;
    flex: 0 0 15%;
    max-width: 15%
}

.invest-indices .stock-filters .stock-filter-data .data-col-5 .bs-btn-group {
    display: -ms-flexbox;
    display: flex
}

.invest-indices .stock-filters .stock-filter-data .price-details .price {
    line-height: 24px;
    color: #262626
}

.invest-indices .stock-filters .stock-filter-data .price-details .percentage {
    display: block
}

.invest-indices .stock-filters .stock-filter-data .price-details .positive {
    color: #148564
}

.invest-indices .stock-filters .stock-filter-data .price-details .negative {
    color: #db542a
}

.invest-indices .stock-filters .stock-filter-th {
    margin-right: 6px
}

.invest-indices .stock-filters .stock-filter-th .stock-filter-data {
    display: -ms-flexbox;
    display: flex;
    border-bottom: 1px solid #929292;
    padding-bottom: 24px;
    -ms-flex-pack: start;
    justify-content: flex-start;
    padding-top: 24px
}

.invest-indices .stock-filters .stock-filter-th .stock-filter-data .th-item {
    font-weight: 700;
    font-size: 14px;
    line-height: 24px;
    color: #6a6a6a
}

.invest-indices .stock-filters .stock-filter-td {
    max-height: 655px;
    overflow-y: scroll
}

.invest-indices .stock-filters .stock-filter-td::-webkit-scrollbar {
    width: 6px
}

.invest-indices .stock-filters .stock-filter-td::-webkit-scrollbar-thumb {
    background: #929292;
    border-radius: 6px
}

.invest-indices .stock-filters .stock-filter-td::-webkit-scrollbar-track {
    border-radius: 6px
}

.invest-indices .stock-filters .stock-filter-td.loaderTrue {
    overflow-y: hidden
}

@media (max-width:991px) {
    .invest-indices .stock-filters .stock-filter-td {
        max-height: 730px
    }
}

@media (max-width:767px) {
    .invest-indices .stock-filters .stock-filter-td {
        max-height: 690px
    }
}

@media (max-width:575px) {
    .invest-indices .stock-filters .stock-filter-td {
        max-height: 710px
    }
}

@media (max-width:481px) {
    .invest-indices .stock-filters .stock-filter-td {
        max-height: 1058px
    }
}

.invest-indices .stock-filters .stock-filter-td .stock-filter-data {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -ms-flex-align: center;
    align-items: center;
    border-bottom: 1px solid #f2f2f2;
    padding: 12px 0;
    transition: all .3s ease-in-out .1s
}

.invest-indices .stock-filters .stock-filter-td .stock-filter-data:hover {
    background: #f7f4f9
}

@media (max-width:991px) {
    .invest-indices .stock-filters .stock-filter-td .stock-filter-data {
        -ms-flex-pack: justify;
        justify-content: space-between
    }
}

.invest-indices .stock-filters .stock-filter-td .stock-filter-data a {
    color: #262626;
    font-weight: 400;
    font-size: 14px;
    line-height: 20px
}

.invest-indices .stock-filters .stock-filter-td .stock-filter-data .w52-high,
.invest-indices .stock-filters .stock-filter-td .stock-filter-data .w52-low {
    font-weight: 400;
    font-size: 14px;
    line-height: 40px;
    color: #6a6a6a
}

.invest-indices .stock-filters .stock-filter-td .stock-filter-data .bs-btn-group .buy-btn {
    font-size: 12px;
    line-height: 16px;
    font-weight: 700;
    padding: 8px 16px;
    background: #148564;
    color: #fff;
    border-radius: 24px;
    margin-right: 8px
}

.invest-indices .stock-filters .stock-filter-td .stock-filter-data .bs-btn-group .sell-btn {
    font-size: 12px;
    line-height: 16px;
    font-weight: 700;
    padding: 8px 16px;
    background: #db542a;
    color: #fff;
    border-radius: 24px
}

.invest-indices .stock-filters .pagination-wrapper {
    padding: 32px 0 !important;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-align: center;
    align-items: center
}

.invest-indices .stock-filters .pagination {
    border: 0 !important;
    padding: 0 !important;
    display: -ms-flexbox;
    display: flex;
    margin: 0;
    -ms-flex-pack: center !important;
    justify-content: center !important
}

.invest-indices .stock-filters .pagination ul {
    margin: 0;
    padding: 0;
    display: -ms-flexbox;
    display: flex
}

.invest-indices .stock-filters .pagination ul li {
    margin-right: 8px;
    border: 0 !important;
    padding: 0;
    font-weight: 500;
    font-size: 12px;
    line-height: 15px;
    border-radius: 50%;
    width: 24px;
    height: 24px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex: 0 0 24px;
    flex: 0 0 24px;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
    transition: all .2s ease-in-out .1s;
    cursor: pointer
}

.invest-indices .stock-filters .pagination ul li.active,
.invest-indices .stock-filters .pagination ul li.selected {
    background: #f6f4f9;
    color: #5a298b
}

.invest-indices .stock-filters .prev-btn-pagination {
    border: 1px solid #d0d0d0;
    border-radius: 2px;
    width: 24px;
    height: 24px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-align: center;
    align-items: center;
    transition: all .3s ease-in-out .1s;
    margin-right: 8px
}

.invest-indices .stock-filters .prev-btn-pagination:hover {
    background: #f6f4f9
}

.invest-indices .stock-filters .next-btn-pagination {
    border: 1px solid #d0d0d0;
    border-radius: 2px;
    width: 24px;
    height: 24px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-align: center;
    align-items: center;
    transition: all .3s ease-in-out .1s
}

.invest-indices .stock-filters .next-btn-pagination:hover {
    background: #f6f4f9
}

.invest-indices .popular-stocks .popular-items {
    max-height: 328px;
    overflow-y: scroll
}

.invest-indices .popular-stocks .popular-items::-webkit-scrollbar {
    width: 6px
}

.invest-indices .popular-stocks .popular-items::-webkit-scrollbar-thumb {
    background: #929292;
    border-radius: 6px
}

.invest-indices .popular-stocks .popular-items::-webkit-scrollbar-track {
    border-radius: 6px
}

.invest-indices .dynamic-faq .heading {
    margin-bottom: 32px
}

.invest-indices .dynamic-faq .panel {
    border: 0;
    margin-bottom: 0;
    border-bottom: 1px solid #e1e1e1
}

.invest-indices .dynamic-faq .panel .panel-heading {
    color: #333;
    background-color: #fff;
    background-image: unset;
    padding: 16px 0;
    border: 0
}

.invest-indices .dynamic-faq .panel .panel-heading .panel-title {
    font-size: 14px;
    line-height: 24px;
    font-weight: unset;
    color: #262626;
    display: block;
    cursor: pointer
}

.invest-indices .dynamic-faq .panel .panel-heading .panel-title .expand_icon {
    margin-left: 10px;
    height: 40px;
    vertical-align: text-top;
    float: right
}

.invest-indices .dynamic-faq .panel .panel-heading .panel-title .expand_icon.dashicons-plus:before {
    content: "+";
    font-size: 24px;
    font-weight: 600
}

.invest-indices .dynamic-faq .panel .panel-heading .panel-title .collapsed .dashicons-plus:before {
    content: "-"
}

.invest-indices .dynamic-faq .panel .panel-body {
    padding: 8px 0 16px;
    font-weight: 400;
    font-size: 14px;
    line-height: 24px;
    color: #6a6a6a
}

.invest-indices .login-widget .open-account {
    text-align: left
}

.invest-indices .login-widget .open-account .header {
    font-weight: 700
}

.invest-indices .login-widget .contact-form {
    width: 100%
}

@media screen and (max-width:767px) {
    .invest-indices .stock-filters .stock-filter-header h2 {
        font-size: 16px;
        font-weight: 700;
        line-height: 24px;
        margin-bottom: 4px
    }

    .invest-indices .stock-filters .stock-filter-td {
        margin-top: 20px
    }

    .invest-indices .stock-filters .stock-filter-td .stock-filter-data {
        padding: 10px 0
    }

    .invest-indices .stock-filters .stock-filter-td .stock-filter-data .data-col span {
        display: block
    }

    .invest-indices .stock-filters .stock-filter-td .stock-filter-data a {
        line-height: 24px
    }
}

@media screen and (max-width:991px) {
    .invest-indices .stock-filters .stock-filter-data .data-col-1 {
        max-width: 50%
    }

    .invest-indices .stock-filters .stock-filter-data .data-col-2 {
        -ms-flex: 1 0 auto;
        flex: 1 0 auto;
        text-align: right;
        max-width: 50%;
        padding: 0 2px
    }

    .invest-indices .stock-filters .stock-filter-data .data-col-2 .price-details {
        display: -ms-inline-flexbox;
        display: inline-flex;
        -ms-flex-align: center;
        align-items: center
    }

    .invest-indices .stock-filters .stock-filter-data .data-col-2 .price-details .price {
        padding-right: 5px
    }

    .invest-indices .stock-filters .stock-filter-data .data-col-2 .price-details .percentage {
        white-space: nowrap
    }

    .invest-indices .stock-filters .stock-filter-data .data-col-2 .mb-bs-btn-group {
        margin-top: 4px
    }

    .invest-indices .stock-filters .stock-filter-data .price-details .percentage,
    .invest-indices .stock-filters .stock-filter-data .price-details .price {
        font-weight: 700
    }

    .invest-indices .stock-filters .stock-filter-data .company-name {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-direction: column;
        flex-direction: column
    }

    .invest-indices .stock-filters .stock-filter-td .stock-filter-data .data-col-3,
    .invest-indices .stock-filters .stock-filter-td .stock-filter-data .data-col-4,
    .invest-indices .stock-filters .stock-filter-td .stock-filter-data .data-col-5,
    .invest-indices .stock-filters .stock-filter-th {
        display: none
    }

    .invest-indices .stock-filters .stock-filter-td .stock-filter-data .mb-bs-btn-group .mb-buy-btn {
        width: 24px;
        height: 24px;
        background: #148564;
        border-radius: 100px;
        color: #fff;
        text-align: center;
        padding: 2px;
        font-weight: 600;
        display: inline-block;
        line-height: 20px
    }

    .invest-indices .stock-filters .stock-filter-td .stock-filter-data .mb-bs-btn-group .mb-sell-btn {
        width: 24px;
        height: 24px;
        background: #db542a;
        border-radius: 100px;
        color: #fff;
        text-align: center;
        padding: 2px;
        font-weight: 600;
        display: inline-block;
        line-height: 20px
    }

    .invest-indices .stock-filters .stock-filter-td .stock-filter-data .mb-price {
        font-size: 12px;
        line-height: 16px;
        color: #6a6a6a;
        margin-top: 4px
    }

    .invest-indices .markert-price-mb {
        padding-right: 5px
    }
}

@media screen and (min-width:991px) {

    .invest-indices .stock-filters .stock-filter-td .stock-filter-data .mb-bs-btn-group,
    .invest-indices .stock-filters .stock-filter-td .stock-filter-data .mb-price {
        display: none
    }
}

@keyframes "bounce" {

    0%,
    12% {
        timing-function: cubic-bezier(.17, .17, 0, 1);
        transform: none
    }

    44% {
        timing-function: cubic-bezier(.17, .17, 0, 1);
        transform: translateY(-300%)
    }

    64% {
        timing-function: cubic-bezier(1, .2, .83, .83);
        transform: none
    }

    75% {
        timing-function: cubic-bezier(.17, .17, .35, 1);
        transform: translateY(-75%)
    }

    87% {
        timing-function: cubic-bezier(.65, 0, .83, .83);
        transform: none
    }

    92% {
        timing-function: cubic-bezier(.17, .17, .67, 1);
        transform: translateY(-30%)
    }

    95%,
    to {
        timing-function: cubic-bezier(.33, 0, .67, 1);
        transform: none
    }
}

.loader {
    display: -ms-flexbox;
    display: flex;
    width: 90px;
    height: 18px;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin: auto;
    top: 50%;
    position: relative
}

.coin {
    animation: bounce .9s infinite;
    background: #262626;
    border-radius: 50%;
    height: 6px;
    width: 6px
}

.coin-delay-1 {
    animation-delay: .53s
}

.coin-delay-2 {
    animation-delay: .56s
}

.coin-delay-3 {
    animation-delay: .59s
}

.coin-delay-4 {
    animation-delay: .62s
}

.coin-delay-5 {
    animation-delay: .65s
}

.loader-1 {
    z-index: 3;
    display: none;
    padding-top: 100px;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    min-height: 100%;
    overflow: auto;
    background-color: hsla(0, 3%, 72%, .4)
}

.popular-indices .section-heading {
    padding: 24px 0;
    font-weight: 600;
    font-size: 24px
}

.popular-indices .pill-icon-btn {
    display: -ms-inline-flexbox;
    display: inline-flex;
    -ms-flex-align: center;
    align-items: center;
    background: #f2f2f2;
    padding: 4px;
    padding-right: 16px;
    border-radius: 60px;
    margin-bottom: 16px;
    margin-right: 4px;
    transition: all .3s ease-in-out .1s
}

.popular-indices .img-pop-indices {
    width: 26px;
    height: 26px;
    padding: 2px;
    background: #d0d0d0;
    border-radius: 50%;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center
}

.popular-indices .img-pop-indices img {
    width: 18px;
    height: 18px
}

.popular-indices .title-pop-indices {
    margin-left: 8px
}

.popular-indices .title-pop-indices,
.popular-indices .title-pop-indices a {
    color: #262626;
    font-weight: 500;
    font-size: 14px;
    line-height: 24px;
    letter-spacing: -.18px
}

.full-width-layout.tab-content__details.grid-section {
    display: block
}

.stocks-main ul {
    list-style: disc
}

@media (min-width:768px) {
    .stocks-main .banner-section .row {
        display: -ms-flexbox;
        display: flex
    }
}

.stocks-main .banner-section .row .content-fold {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-pack: center;
    justify-content: center;
    height: 100%
}

@media (max-width:575px) {
    .stocks-main .banner-section .row .content-fold .first-fold-content {
        margin-top: 0 !important
    }
}

@media (max-width:768px) {
    .stocks-main .banner-section .banner-mob {
        background-color: #d0bcff
    }

    .stocks-main .banner-section .banner-mob.banner-mob-sec {
        background-color: transparent
    }

    .stocks-main .banner-section .banner-mob.banner-mob-sec .banner-image {
        max-width: 100%;
        width: 100%;
        margin: 0 auto
    }

    .stocks-main .banner-section .banner-image {
        margin: 98px 0 0
    }

    .stocks-main .banner-section .banner-image img {
        top: 0;
        max-width: 100%;
        max-height: 425px;
        -o-object-fit: contain;
        object-fit: contain;
        -o-object-position: top;
        object-position: top
    }
}

.stocks-main .banner-section .banner-heading {
    font-size: 48px;
    letter-spacing: -1.07px;
    line-height: 56px;
    color: #000
}

@media (max-width:992px) {
    .stocks-main .banner-section .banner-heading {
        font-size: 38px;
        line-height: 46px
    }
}

@media (max-width:768px) {
    .stocks-main .banner-section .banner-heading {
        text-align: left;
        margin-top: 32px;
        font-style: normal;
        font-weight: 600;
        font-size: 24px;
        line-height: 32px;
        letter-spacing: -.47px
    }
}

.stocks-main .banner-section .banner-sub-heading {
    color: #6a6a6a;
    margin-top: 16px;
    margin-bottom: 90px;
    font-size: 20px;
    line-height: 28px;
    letter-spacing: -.33px
}

@media (max-width:991px) {
    .stocks-main .banner-section .banner-sub-heading {
        margin-bottom: 48px
    }
}

@media (max-width:767px) {
    .stocks-main .banner-section .banner-sub-heading {
        max-width: 100%;
        margin-top: 8px;
        font-weight: 500;
        font-size: 16px;
        line-height: 24px;
        text-align: left
    }
}

.stocks-main .banner-section .banner-sub-heading-invest {
    color: #000;
    margin-top: 16px;
    margin-bottom: 64px;
    font-size: 20px;
    line-height: 28px;
    letter-spacing: -.47px
}

@media (max-width:767px) {
    .stocks-main .banner-section .banner-sub-heading-invest {
        max-width: 100%;
        margin-top: 16px;
        font-weight: 400;
        font-size: 20px;
        line-height: 32px;
        text-align: left;
        margin-bottom: 48px
    }
}

.stocks-main .banner-section .add-number-btnWrap .add-number-form .group-layout {
    margin-bottom: 16px
}

.stocks-main .banner-section .add-number-btnWrap .add-number-form .group-layout input:not([type=submit]) {
    border: none;
    box-shadow: none;
    margin-bottom: 0;
    font-size: 14px;
    font-weight: 500;
    line-height: 32px;
    letter-spacing: -.699999988079071px;
    color: #000;
    width: 100%;
    padding: 3px 8px 0 10px
}

.stocks-main .banner-section .add-number-btnWrap .add-number-form .group-layout input::-webkit-input-placeholder {
    font-size: 14px !important;
    font-weight: 500;
    line-height: 20px;
    letter-spacing: -.699999988079071px;
    color: #000
}

.stocks-main .banner-section .add-number-btnWrap .add-number-form .group-layout input:-ms-input-placeholder,
.stocks-main .banner-section .add-number-btnWrap .add-number-form .group-layout input::-ms-input-placeholder {
    font-size: 14px !important;
    font-weight: 500;
    line-height: 20px;
    letter-spacing: -.699999988079071px;
    color: #000
}

.stocks-main .banner-section .add-number-btnWrap .add-number-form .group-layout input::placeholder {
    font-size: 14px !important;
    font-weight: 500;
    line-height: 20px;
    letter-spacing: -.699999988079071px;
    color: #000
}

.stocks-main .banner-section .add-number-btnWrap .add-number-form .group-layout .phone-icon {
    line-height: 0;
    margin-top: 4px
}

.stocks-main .banner-section .add-number-btnWrap .add-number-form .group-layout .phone-icon img {
    min-width: 15px
}

.stocks-main .banner-section .add-number-btnWrap .add-number-form .group-layout .country-code {
    position: relative;
    width: 30px;
    height: 32px;
    margin-left: 8px;
    min-width: 30px
}

@media screen and (max-width:767px) {
    .stocks-main .banner-section .add-number-btnWrap .add-number-form .group-layout .country-code {
        margin-right: 24px
    }
}

.stocks-main .banner-section .add-number-btnWrap .add-number-form .group-layout .country-code:after {
    content: "+91";
    position: absolute;
    top: 6px;
    left: 0;
    font-size: 16px;
    font-weight: 600;
    color: #6a6a6a;
    line-height: 24px;
    letter-spacing: -.699999988079071px;
    width: inherit;
    height: inherit
}

.stocks-main .banner-section .add-number-btnWrap .add-number-form .group-layout button.submit-btn {
    opacity: .5;
    border-radius: 8px;
    -ms-flex-order: 1;
    order: 1;
    -ms-flex-item-align: stretch;
    align-self: stretch;
    -ms-flex-positive: 0;
    flex-grow: 0;
    margin: 0 16px;
    font-weight: 700;
    font-size: 14px;
    line-height: 20px;
    padding: 18px 16px;
    color: #fff;
    margin: 0 0 0 16px;
    transition: all .3s ease-in-out .1s
}

.stocks-main .banner-section .add-number-btnWrap .add-number-form .group-layout button.submit-btn:hover {
    opacity: 1
}

@media screen and (min-width:768px) {
    .stocks-main .banner-section .add-number-btnWrap .add-number-form .group-layout .group-layout-inner {
        -ms-flex: 0 0 300px;
        flex: 0 0 300px;
        max-width: 300px
    }
}

.stocks-main .banner-section .add-number-btnWrap .add-number-form .group-layout-inner .group-layout-wrap {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    padding: 11px 16px;
    border-bottom: 2px solid #41246e
}

.stocks-main .banner-section .add-number-btnWrap .add-number-form .group-layout-inner .error-message {
    position: relative !important;
    bottom: unset !important;
    color: red;
    font-family: Inter;
    font-size: 16px;
    line-height: 20px;
    font-weight: 400;
    text-align: left;
    letter-spacing: 0;
    margin-top: 16px
}

.stocks-main .banner-section .add-number-btnWrap .form-description {
    font-weight: 500;
    font-size: 12px;
    line-height: 16px;
    letter-spacing: .01px;
    text-align: left
}

@media screen and (min-width:992px) {
    .stocks-main .banner-section .add-number-btnWrap .add-number-form .group-layout {
        max-width: 463px;
        width: 100%;
        height: 56px;
        border-radius: 40px;
        display: -ms-flexbox;
        display: flex
    }
}

@media screen and (max-width:768px) {
    .stocks-main .banner-section .add-number-btnWrap {
        max-width: 500px;
        width: 100%
    }

    .stocks-main .banner-section .add-number-btnWrap .add-number-form .group-layout {
        display: -ms-flexbox;
        display: flex;
        height: 56px;
        margin: 0 auto 16px
    }

    .stocks-main .banner-section .add-number-btnWrap .add-number-form .group-layout input:not([type=submit]) {
        font-size: 14px
    }

    .stocks-main .banner-section .add-number-btnWrap .add-number-form .group-layout input:not([type=submit])::-webkit-input-placeholder {
        font-size: 14px;
        color: rgba(0, 0, 0, .5)
    }

    .stocks-main .banner-section .add-number-btnWrap .add-number-form .group-layout input:not([type=submit]):-ms-input-placeholder,
    .stocks-main .banner-section .add-number-btnWrap .add-number-form .group-layout input:not([type=submit])::-ms-input-placeholder {
        font-size: 14px;
        color: rgba(0, 0, 0, .5)
    }

    .stocks-main .banner-section .add-number-btnWrap .add-number-form .group-layout input:not([type=submit])::placeholder {
        font-size: 14px;
        color: rgba(0, 0, 0, .5)
    }

    .stocks-main .banner-section .add-number-btnWrap .add-number-form .group-layout .group-layout-inner {
        width: 100%
    }
}

@media screen and (max-width:575px) {
    .stocks-main .banner-section .add-number-btnWrap .add-number-form .group-layout-inner .group-layout-wrap {
        max-width: 100%;
        width: 100%;
        height: 48px;
        padding: 16px;
        border-bottom: 1px solid #41246e;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-align: center;
        align-items: center
    }

    .stocks-main .banner-section .add-number-btnWrap .add-number-form .group-layout {
        -ms-flex-direction: column;
        flex-direction: column;
        height: auto
    }

    .stocks-main .banner-section .add-number-btnWrap .add-number-form .group-layout input {
        font-size: 14px;
        line-height: 20px;
        font-weight: 500
    }

    .stocks-main .banner-section .add-number-btnWrap .add-number-form .group-layout input:not([type=submit]) {
        line-height: 30px
    }

    .stocks-main .banner-section .add-number-btnWrap .add-number-form .group-layout input::-webkit-input-placeholder {
        font-size: 14px;
        line-height: 20px
    }

    .stocks-main .banner-section .add-number-btnWrap .add-number-form .group-layout input:-ms-input-placeholder,
    .stocks-main .banner-section .add-number-btnWrap .add-number-form .group-layout input::-ms-input-placeholder {
        font-size: 14px;
        line-height: 20px
    }

    .stocks-main .banner-section .add-number-btnWrap .add-number-form .group-layout input::placeholder {
        font-size: 14px;
        line-height: 20px
    }

    .stocks-main .banner-section .add-number-btnWrap .add-number-form .group-layout .country-code {
        width: 36px
    }

    .stocks-main .banner-section .add-number-btnWrap .add-number-form .group-layout .country-code:after {
        font-size: 16px;
        top: 6px
    }

    .stocks-main .banner-section .add-number-btnWrap .add-number-form .group-layout button.submit-btn {
        margin-left: 0;
        margin-top: 0;
        padding: 12px 14px;
        line-height: 24px;
        width: 100%;
        font-size: 16px
    }
}

.invest-indices-banner .display-flex {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center
}

.invest-indices-banner .display-flex img.banner-image {
    width: 508px
}

@media screen and (min-width:1440px) {
    .invest-indices-banner .display-flex img.banner-image {
        margin: 40px 0;
        max-width: 600px
    }
}

@media screen and (max-width:992px) {
    .invest-indices-banner .display-flex {
        -ms-flex-direction: column;
        flex-direction: column;
        margin: 0
    }

    .invest-indices-banner .display-flex img.banner-image {
        width: 242px;
        margin: 0 auto
    }
}

.invest-indices-banner .bold-button {
    border-radius: 100px
}

.invest-indices-banner .bold-button:hover {
    background: #7a26ce;
    color: #fff
}

.stock-mutual .tab-pane ul {
    list-style: disc;
    margin-left: 20px
}

.stock-mutual .tab-pane ul li {
    font-size: 20px;
    line-height: 32px;
    color: #6a6a6a;
    margin-bottom: 15px
}

.stock-mutual .stocks-main .faq-sec ul {
    list-style: disc;
    margin-left: 10px
}

main.stocks-main {
    margin-top: 70px !important
}

p.charges a {
    font-weight: 700
}

.homepage.stocks-main .trusted-by {
    padding-top: 0 !important;
    padding-bottom: 0 !important
}

#brokerage-rates-section {
    margin-bottom: 64px
}

.top-stocks .autocomplete-suggestions {
    z-index: 9;
    top: 54px !important
}

.stocks-main .similar_section {
    padding-bottom: 36px
}

.stocks-main .similar_section .smooth-wraps .smooth-font.owl-item {
    padding-top: 0;
    padding-bottom: 0;
    border-color: #e1e1e1
}

@media (max-width:575px) {
    .stocks-main .similar_section .smooth-wraps .smooth-font.owl-item h3 {
        font-size: 14px;
        line-height: 20px
    }
}

.stocks-main .similar_section .search-section {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-bottom: 40px
}

@media (max-width:767px) {
    .stocks-main .similar_section .search-section {
        -ms-flex-direction: column;
        flex-direction: column
    }
}

.stocks-main .similar_section .search-section .search-container-stock {
    position: relative
}

@media (max-width:991px) {
    .stocks-main .similar_section .search-section .search-container-stock {
        width: 100%;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-pack: center;
        justify-content: center
    }
}

@media (max-width:767px) {
    .stocks-main .similar_section .search-section .search-container-stock {
        width: 100%
    }
}

.stocks-main .similar_section .search-section .search-container-stock .search-background .fa-search {
    top: 18px
}

.stocks-main .similar_section .search-section .search-container-stock .search-background input {
    border: 0;
    border-bottom: 2px solid #41246e;
    margin-right: 16px !important;
    border-radius: 0;
    width: 370px;
    box-shadow: none;
    padding: 16px 16px 16px 48px;
    font-size: 14px !important;
    line-height: 20px
}

@media (max-width:767px) {
    .stocks-main .similar_section .search-section .search-container-stock .search-background input {
        width: 100%;
        margin-right: 0 !important
    }
}

@media (max-width:767px) {
    .stocks-main .similar_section .search-section .search-container-stock .search-background {
        width: 100%
    }
}

.stocks-main .similar_section .search-section .search-btn {
    background: #41246e;
    border-radius: 9999px;
    color: #fff;
    font-weight: 700;
    font-size: 14px;
    line-height: 20px;
    padding: 18px 20px;
    transition: all .3s ease-in-out .1s
}

@media (max-width:767px) {
    .stocks-main .similar_section .search-section .search-btn {
        text-align: center;
        width: 100%;
        margin-top: 16px;
        font-size: 16px;
        padding: 14px 24px
    }
}

.stocks-main .similar_section .search-section .search-btn:hover {
    background-color: #7a26ce
}

@media (max-width:575px) {
    .stocks-main .top-stocks {
        padding-top: 32px !important
    }
}

.stocks-main .top-stocks .heading {
    color: #000;
    font-weight: 700;
    font-size: 32px;
    line-height: 39px;
    margin-bottom: 36px
}

@media (max-width:767px) {
    .stocks-main .top-stocks .heading {
        font-size: 24px;
        line-height: 32px;
        margin-bottom: 16px
    }
}

.stocks-main .top-stocks .top-stocks-wrap {
    margin-bottom: 32px
}

.stocks-main .top-stocks .top-stocks-wrap .top-stocks-tabs {
    margin: 0 auto;
    display: -ms-flexbox;
    display: flex;
    position: relative;
    border-bottom: 1px solid #000
}

@media (max-width:1440px) {
    .stocks-main .top-stocks .top-stocks-wrap .top-stocks-tabs {
        overflow-x: scroll
    }

    .stocks-main .top-stocks .top-stocks-wrap .top-stocks-tabs::-webkit-scrollbar {
        height: 0
    }
}

.stocks-main .top-stocks .top-stocks-wrap .top-stocks-tabs a {
    display: inline-block;
    margin: 0;
    -ms-flex: 0 0 33.3%;
    flex: 0 0 33.3%;
    max-width: 33.3%;
    width: 100%;
    text-align: center;
    padding: 0 0 24px;
    font-size: 20px;
    line-height: 28px;
    font-weight: 500;
    color: #41246e;
    opacity: .5;
    border: 0;
    border-radius: 0;
    z-index: 1;
    -webkit-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-tap-highlight-color: transparent;
    white-space: nowrap;
    transition: all .3s ease-in-out .1s;
    cursor: pointer
}

@media (max-width:575px) {
    .stocks-main .top-stocks .top-stocks-wrap .top-stocks-tabs a {
        font-size: 16px;
        padding: 0 13px 24px;
        font-weight: 600;
        min-width: 120px;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto
    }
}

.stocks-main .top-stocks .top-stocks-wrap .top-stocks-tabs a.active,
.stocks-main .top-stocks .top-stocks-wrap .top-stocks-tabs a:hover {
    border-color: transparent;
    background-color: #0000 !important;
    color: #5a298b;
    opacity: 1
}

.stocks-main .top-stocks .top-stocks-wrap .top-stocks-tabs span.pill {
    position: absolute;
    pointer-events: none;
    min-width: 33%;
    left: 0;
    bottom: 0;
    z-index: 0;
    opacity: 1;
    height: 5px;
    background: #41246e;
    transition: left .3s ease, width .3s ease
}

@media (max-width:575px) {
    .stocks-main .top-stocks .top-stocks-wrap .top-stocks-tabs span.pill {
        min-width: 120px
    }
}

.stocks-main .top-stocks .smooth-wraps .smooth-font.owl-item .img-wrap {
    margin: 16px;
    border-radius: 8px;
    background: border-box;
    padding: 8px;
    border: 1px solid #f2f2f2
}

.stocks-main .top-stocks .smooth-wraps .smooth-font.owl-item .img-wrap img {
    width: 40px;
    height: 40px;
    -o-object-fit: contain;
    object-fit: contain;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center
}

.stocks-main .stock-mutual-tabs {
    margin: 0 auto 32px !important;
    display: -ms-flexbox;
    display: flex;
    max-width: 100% !important;
    width: 100%;
    position: relative;
    border-bottom: 1px solid #000
}

@media (max-width:1440px) {
    .stocks-main .stock-mutual-tabs {
        overflow-x: scroll
    }

    .stocks-main .stock-mutual-tabs::-webkit-scrollbar {
        height: 0
    }
}

@media (max-width:767px) {
    .stocks-main .stock-mutual-tabs {
        margin-bottom: 24px
    }
}

.stocks-main .stock-mutual-tabs .animated-link {
    display: inline-block;
    margin: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
    text-align: center;
    padding: 0 0 24px;
    opacity: .5;
    border: 0;
    border-radius: 0;
    z-index: 1;
    font-weight: 500;
    font-size: 20px;
    line-height: 28px;
    -webkit-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-tap-highlight-color: transparent;
    white-space: nowrap;
    transition: all .3s ease-in-out .1s;
    cursor: pointer
}

@media (max-width:767px) {
    .stocks-main .stock-mutual-tabs .animated-link {
        padding: 0 24px 24px;
        font-weight: 700;
        font-size: 16px;
        line-height: 24px;
        text-align: center;
        letter-spacing: -.18px;
        max-width: 50%;
        width: 100%;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        white-space: normal
    }
}

.stocks-main .stock-mutual-tabs .animated-link:before {
    display: none
}

.stocks-main .stock-mutual-tabs .animated-link.active-2 {
    border-color: transparent;
    background-color: #0000 !important;
    color: #5a298b;
    opacity: 1;
    font-weight: 400
}

@media (max-width:767px) {
    .stocks-main .stock-mutual-tabs .animated-link.active-2 {
        font-weight: 700
    }
}

.stocks-main .stock-mutual-tabs .animated-link.active-2 span {
    font-weight: 400
}

@media (max-width:767px) {
    .stocks-main .stock-mutual-tabs .animated-link.active-2 span {
        font-weight: 700
    }
}

.stocks-main .stock-mutual-tabs .animated-link:hover {
    border-color: transparent;
    background-color: #0000 !important;
    color: #5a298b;
    opacity: 1
}

.stocks-main .stock-mutual-tabs .animated-link span {
    font-size: 20px;
    line-height: 28px;
    font-weight: 400;
    color: #41246e
}

@media (max-width:575px) {
    .stocks-main .stock-mutual-tabs .animated-link span {
        font-size: 16px;
        font-weight: 700;
        line-height: 24px;
        white-space: normal
    }
}

.stocks-main .stock-mutual-tabs span.pill-2 {
    position: absolute;
    pointer-events: none;
    min-width: 50%;
    left: 0;
    bottom: 0;
    z-index: 0;
    opacity: 1;
    height: 5px;
    background: #41246e;
    transition: left .3s ease, width .3s ease
}

@media (max-width:575px) {
    .stocks-main .stock-mutual-tabs span.pill-2 {
        min-width: 50%
    }
}

.stocks-main .tab-content .tab-pane.active-2 {
    display: block
}

.stocks-main .tab-content .tab-pane p {
    font-size: 16px !important;
    line-height: 24px !important;
    color: #4b4b4b !important;
    letter-spacing: -.055em
}

@media (max-width:575px) {
    .stocks-main .tab-content .tab-pane p {
        font-size: 14px !important;
        margin-bottom: 20px !important
    }
}

.stocks-main .tab-content .tab-pane ul {
    margin-left: 0;
    list-style: none
}

.stocks-main .tab-content .tab-pane ul li {
    font-size: 16px !important;
    line-height: 24px !important;
    letter-spacing: -.055em
}

@media (max-width:575px) {
    .stocks-main .tab-content .tab-pane ul li {
        font-size: 14px !important;
        margin-bottom: 20px !important
    }
}

.cstm-ppf-chart .nps-sidebar .calculator-output__col {
    margin-bottom: 15px
}

.cstm-ppf-chart .calculator-output__chart-container {
    -ms-flex-pack: justify;
    justify-content: space-between
}

.cstm-ppf-chart .calculator-output__chart-container--legend {
    padding-left: 20px
}

.cstm-ppf-chart .legend-title {
    -ms-flex-align: start !important;
    align-items: flex-start !important
}

.cstm-ppf-chart .legend-title h3 {
    text-align: left !important
}

.cstm-ppf-chart .legend-title span {
    margin-top: 8px;
    -ms-flex: 0 0 22px;
    flex: 0 0 22px
}

@media (max-width:991px) {
    .cstm-ppf-chart .cta {
        margin-bottom: 16px !important
    }
}

@media (max-width:481px) {
    .cstm-ppf-chart .nps-sidebar .calculator-output__col {
        margin-bottom: 25px
    }
}

@media (max-width:381px) {
    canvas#mfChart {
        width: 180px !important;
        height: 180px !important
    }

    .cstm-ppf-chart .calculator-output__chart-container--legend {
        padding-left: 0
    }

    .cstm-ppf-chart .cta {
        margin-top: 35px !important
    }
}

main.upstox-homepage .home-anim-stack {
    position: relative;
    overflow: hidden;
    height: 640px;
    background: #fff
}

main.upstox-homepage .helmet {
    position: absolute;
    bottom: -371px;
    right: 10%
}

main.upstox-homepage .t20-logo {
    position: absolute;
    left: 8%;
    top: 20%
}

main.upstox-homepage .line-gradient {
    position: absolute;
    left: -1460px;
    top: 80%;
    width: 1423px;
    height: 281px;
    background: linear-gradient(270.04deg, #41246e 1.18%, hsla(0, 0%, 100%, 0) 84.46%);
    rotate: -12.18deg
}

@media screen and (max-width:1200px) {
    main.upstox-homepage .home-anim-stack img {
        scale: .9
    }
}

@media screen and (max-width:576px) {
    main.upstox-homepage .home-anim-stack {
        height: 200px
    }

    main.upstox-homepage .t20-logo {
        width: 108px;
        top: 10%
    }

    main.upstox-homepage .helmet {
        width: 182.19px
    }

    main.upstox-homepage .line-gradient {
        top: 269px;
        height: 82px
    }
}

main.upstox-homepage .btn-design {
    border-radius: 40px !important
}

@media screen and (max-width:767px) {
    main.upstox-homepage .btn-design {
        display: inline-block !important
    }
}

@media (max-width:767px) {
    main.upstox-homepage .banner-section .banner-bg {
        padding: 10px 0;
        background-color: #d0bcff
    }

    main.upstox-homepage .banner-section .banner-mob {
        background-color: #d0bcff
    }

    main.upstox-homepage .banner-section .banner-mob.banner-mob-sec {
        background-color: transparent
    }

    main.upstox-homepage .banner-section .banner-mob.banner-mob-sec .banner-image {
        max-width: 223px;
        width: 100%;
        margin: 0 auto
    }

    main.upstox-homepage .banner-section .banner-image {
        margin: 98px 0 0
    }

    main.upstox-homepage .banner-section .content-fold {
        text-align: center
    }
}

main.upstox-homepage .banner-section .banner-heading {
    font-size: 48px;
    letter-spacing: -1.07px;
    line-height: 56px;
    color: #000
}

@media (max-width:767px) {
    main.upstox-homepage .banner-section .banner-heading {
        text-align: left;
        margin-top: 32px;
        font-style: normal;
        font-weight: 600;
        font-size: 24px;
        line-height: 32px;
        letter-spacing: -.47px
    }
}

main.upstox-homepage .banner-section .banner-sub-heading {
    color: #6a6a6a;
    margin-top: 16px;
    margin-bottom: 90px;
    font-size: 20px;
    line-height: 28px;
    letter-spacing: -.33px
}

@media (max-width:767px) {
    main.upstox-homepage .banner-section .banner-sub-heading {
        max-width: 100%;
        margin-top: 8px;
        font-weight: 500;
        font-size: 16px;
        line-height: 24px;
        text-align: left;
        margin-bottom: 48px
    }
}

main.upstox-homepage .banner-section .banner-sub-heading-invest {
    color: #000;
    margin-top: 16px;
    margin-bottom: 64px;
    font-size: 20px;
    line-height: 28px;
    letter-spacing: -.47px
}

@media (max-width:767px) {
    main.upstox-homepage .banner-section .banner-sub-heading-invest {
        max-width: 100%;
        margin-top: 16px;
        font-weight: 400;
        font-size: 20px;
        line-height: 32px;
        text-align: left;
        margin-bottom: 48px
    }
}

main.upstox-homepage .banner-section .add-number-btnWrap .add-number-form .group-layout {
    margin-bottom: 8px
}

main.upstox-homepage .banner-section .add-number-btnWrap .add-number-form .group-layout input:not([type=submit]) {
    border: none;
    box-shadow: none;
    margin-bottom: 0;
    font-size: 14px;
    font-weight: 500;
    line-height: 32px;
    letter-spacing: -.699999988079071px;
    color: #000;
    width: 100%;
    padding: 0 8px 0 10px
}

main.upstox-homepage .banner-section .add-number-btnWrap .add-number-form .group-layout input::-webkit-input-placeholder {
    font-size: 14px !important;
    font-weight: 500;
    line-height: 20px;
    letter-spacing: -.699999988079071px;
    color: #000
}

main.upstox-homepage .banner-section .add-number-btnWrap .add-number-form .group-layout input:-ms-input-placeholder,
main.upstox-homepage .banner-section .add-number-btnWrap .add-number-form .group-layout input::-ms-input-placeholder {
    font-size: 14px !important;
    font-weight: 500;
    line-height: 20px;
    letter-spacing: -.699999988079071px;
    color: #000
}

main.upstox-homepage .banner-section .add-number-btnWrap .add-number-form .group-layout input::placeholder {
    font-size: 14px !important;
    font-weight: 500;
    line-height: 20px;
    letter-spacing: -.699999988079071px;
    color: #000
}

main.upstox-homepage .banner-section .add-number-btnWrap .add-number-form .group-layout .phone-icon {
    line-height: 0;
    margin-top: 1px
}

main.upstox-homepage .banner-section .add-number-btnWrap .add-number-form .group-layout .phone-icon img {
    min-width: 15px
}

main.upstox-homepage .banner-section .add-number-btnWrap .add-number-form .group-layout .country-code {
    position: relative;
    width: 30px;
    height: 32px;
    margin-left: 8px;
    min-width: 30px
}

@media screen and (max-width:767px) {
    main.upstox-homepage .banner-section .add-number-btnWrap .add-number-form .group-layout .country-code {
        margin-right: 24px
    }
}

main.upstox-homepage .banner-section .add-number-btnWrap .add-number-form .group-layout .country-code:after {
    content: "+91";
    position: absolute;
    top: 5px;
    left: 0;
    font-size: 16px;
    font-weight: 600;
    color: #6a6a6a;
    line-height: 24px;
    letter-spacing: -.699999988079071px;
    width: inherit;
    height: inherit
}

main.upstox-homepage .banner-section .add-number-btnWrap .add-number-form .group-layout button.submit-btn {
    border-radius: 8px;
    -ms-flex-order: 1;
    order: 1;
    -ms-flex-item-align: stretch;
    align-self: stretch;
    -ms-flex-positive: 0;
    flex-grow: 0;
    margin: 0 16px;
    font-weight: 700;
    font-size: 14px;
    line-height: 20px;
    padding: 18px 16px;
    color: #fff;
    margin: 0 0 0 16px;
    transition: all .3s ease-in-out .1s
}

main.upstox-homepage .banner-section .add-number-btnWrap .add-number-form .group-layout button.submit-btn:hover {
    background: #7c27c8;
    opacity: 1 !important
}

@media screen and (min-width:768px) {
    main.upstox-homepage .banner-section .add-number-btnWrap .add-number-form .group-layout .group-layout-inner {
        -ms-flex: 0 0 300px;
        flex: 0 0 300px;
        max-width: 300px
    }
}

main.upstox-homepage .banner-section .add-number-btnWrap .add-number-form .group-layout-inner .group-layout-wrap {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    padding: 11px 16px;
    border-bottom: 2px solid #41246e
}

main.upstox-homepage .banner-section .add-number-btnWrap .add-number-form .group-layout-inner .error-message {
    position: relative !important;
    bottom: unset !important;
    color: red;
    font-family: Inter;
    font-size: 16px;
    line-height: 20px;
    font-weight: 400;
    text-align: left;
    letter-spacing: 0;
    margin-top: 16px
}

@media screen and (min-width:576px) {
    main.upstox-homepage .banner-section .add-number-btnWrap .add-number-form .group-layout {
        max-width: 463px;
        width: 100%;
        height: 56px;
        border-radius: 40px;
        display: -ms-flexbox;
        display: flex
    }
}

@media screen and (max-width:767px) {
    main.upstox-homepage .banner-section .add-number-btnWrap .add-number-form .group-layout {
        margin: 0 auto
    }

    main.upstox-homepage .banner-section .add-number-btnWrap .add-number-form .group-layout input:not([type=submit]) {
        font-size: 14px
    }

    main.upstox-homepage .banner-section .add-number-btnWrap .add-number-form .group-layout input:not([type=submit])::-webkit-input-placeholder {
        font-size: 14px;
        color: rgba(0, 0, 0, .5)
    }

    main.upstox-homepage .banner-section .add-number-btnWrap .add-number-form .group-layout input:not([type=submit]):-ms-input-placeholder,
    main.upstox-homepage .banner-section .add-number-btnWrap .add-number-form .group-layout input:not([type=submit])::-ms-input-placeholder {
        font-size: 14px;
        color: rgba(0, 0, 0, .5)
    }

    main.upstox-homepage .banner-section .add-number-btnWrap .add-number-form .group-layout input:not([type=submit])::placeholder {
        font-size: 14px;
        color: rgba(0, 0, 0, .5)
    }
}

@media screen and (max-width:575px) {
    main.upstox-homepage .banner-section .add-number-btnWrap .add-number-form .group-layout-inner .group-layout-wrap {
        max-width: 100%;
        width: 100%;
        height: 48px;
        padding: 16px;
        border-bottom: 1px solid #41246e;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-align: center;
        align-items: center
    }

    main.upstox-homepage .banner-section .add-number-btnWrap .add-number-form .group-layout input {
        font-size: 14px;
        line-height: 20px;
        font-weight: 500
    }

    main.upstox-homepage .banner-section .add-number-btnWrap .add-number-form .group-layout input:not([type=submit]) {
        line-height: 30px
    }

    main.upstox-homepage .banner-section .add-number-btnWrap .add-number-form .group-layout input::-webkit-input-placeholder {
        font-size: 14px;
        line-height: 20px
    }

    main.upstox-homepage .banner-section .add-number-btnWrap .add-number-form .group-layout input:-ms-input-placeholder,
    main.upstox-homepage .banner-section .add-number-btnWrap .add-number-form .group-layout input::-ms-input-placeholder {
        font-size: 14px;
        line-height: 20px
    }

    main.upstox-homepage .banner-section .add-number-btnWrap .add-number-form .group-layout input::placeholder {
        font-size: 14px;
        line-height: 20px
    }

    main.upstox-homepage .banner-section .add-number-btnWrap .add-number-form .group-layout .country-code {
        width: 36px
    }

    main.upstox-homepage .banner-section .add-number-btnWrap .add-number-form .group-layout .country-code:after {
        font-size: 16px;
        top: 6px
    }

    main.upstox-homepage .banner-section .add-number-btnWrap .add-number-form .group-layout button.submit-btn {
        margin-left: 0;
        margin-top: 0;
        padding: 12px 14px;
        line-height: 24px;
        width: 100%;
        font-size: 16px
    }
}

main.upstox-homepage .banner-section.newBanner>.container-fluid>.row {
    margin-inline: 0 !important
}

main.upstox-homepage .banner-section.newBanner>.container-fluid>.row>* {
    padding-top: 0 !important;
    padding-bottom: 0 !important
}

@media screen and (min-width:768px) {
    main.upstox-homepage .banner-section.newBanner .content-sec {
        padding-right: 0
    }
}

@media screen and (max-width:767px) {
    main.upstox-homepage .banner-section.newBanner .content-sec {
        padding: 0
    }
}

main.upstox-homepage .banner-section.newBanner .content-sec .content-fold {
    max-width: 480px;
    margin-left: auto;
    margin-right: 109px;
    padding-left: 15px
}

@media screen and (max-width:767px) {
    main.upstox-homepage .banner-section.newBanner .content-sec .content-fold {
        margin-right: 0;
        padding: 24px 16px;
        margin-left: 0;
        max-width: unset
    }
}

@media (max-width:767px) {
    main.upstox-homepage .banner-section.newBanner .banner-bg {
        padding: 0;
        background-color: #d0bcff
    }

    main.upstox-homepage .banner-section.newBanner .banner-mob {
        background-color: #d0bcff
    }

    main.upstox-homepage .banner-section.newBanner .banner-mob.banner-mob-sec {
        background-color: transparent
    }

    main.upstox-homepage .banner-section.newBanner .banner-mob.banner-mob-sec .banner-image {
        max-width: unset;
        width: 100%;
        margin: 0 auto
    }

    main.upstox-homepage .banner-section.newBanner .banner-image {
        margin: 98px 0 0
    }

    main.upstox-homepage .banner-section.newBanner .content-fold {
        text-align: center
    }
}

main.upstox-homepage .banner-section.newBanner .banner-heading {
    font-size: 64px;
    font-weight: 500;
    line-height: 80px;
    letter-spacing: -.05em
}

@media (max-width:767px) {
    main.upstox-homepage .banner-section.newBanner .banner-heading {
        margin-top: 0;
        font-size: 40px;
        font-weight: 500;
        line-height: 48px;
        letter-spacing: -.05em;
        text-align: left !important
    }
}

main.upstox-homepage .banner-section.newBanner .banner-sub-heading {
    font-size: 24px;
    font-weight: 400;
    line-height: 32px;
    letter-spacing: -.03em;
    margin-bottom: 32px
}

@media (max-width:767px) {
    main.upstox-homepage .banner-section.newBanner .banner-sub-heading {
        text-align: left;
        margin-bottom: 16px
    }
}

main.upstox-homepage .banner-section.newBanner .by-signing-up {
    margin-top: 32px
}

main.upstox-homepage .banner-section.newBanner .by-signing-up p {
    font-family: Inter;
    font-size: 12px;
    font-weight: 400;
    line-height: 16px;
    letter-spacing: 0;
    text-align: left !important
}

main.upstox-homepage .banner-section.newBanner .add-number-btnWrap .add-number-form .group-layout {
    margin-bottom: 8px
}

main.upstox-homepage .banner-section.newBanner .add-number-btnWrap .add-number-form .group-layout input:not([type=submit]) {
    line-height: 17px;
    letter-spacing: 0;
    background: transparent !important
}

main.upstox-homepage .banner-section.newBanner .add-number-btnWrap .add-number-form .group-layout input::-webkit-input-placeholder {
    line-height: 17px
}

main.upstox-homepage .banner-section.newBanner .add-number-btnWrap .add-number-form .group-layout input:-ms-input-placeholder,
main.upstox-homepage .banner-section.newBanner .add-number-btnWrap .add-number-form .group-layout input::-ms-input-placeholder {
    line-height: 17px
}

main.upstox-homepage .banner-section.newBanner .add-number-btnWrap .add-number-form .group-layout input::placeholder {
    line-height: 17px
}

@media screen and (max-width:767px) {
    main.upstox-homepage .banner-section.newBanner .add-number-btnWrap .add-number-form .group-layout input::-webkit-input-placeholder {
        color: #fff !important
    }

    main.upstox-homepage .banner-section.newBanner .add-number-btnWrap .add-number-form .group-layout input:-ms-input-placeholder,
    main.upstox-homepage .banner-section.newBanner .add-number-btnWrap .add-number-form .group-layout input::-ms-input-placeholder {
        color: #fff !important
    }

    main.upstox-homepage .banner-section.newBanner .add-number-btnWrap .add-number-form .group-layout input::placeholder {
        color: #fff !important
    }
}

@media screen and (max-width:767px) {
    main.upstox-homepage .banner-section.newBanner .add-number-btnWrap .add-number-form .group-layout .country-code {
        margin-right: 0
    }
}

main.upstox-homepage .banner-section.newBanner .add-number-btnWrap .add-number-form .group-layout .country-code:after {
    content: "+91";
    font-size: 14px;
    font-weight: 500
}

@media screen and (min-width:768px) {
    main.upstox-homepage .banner-section.newBanner .add-number-btnWrap .add-number-form .group-layout .group-layout-inner {
        -ms-flex: 1 0 300px;
        flex: 1 0 300px;
        max-width: unset
    }

    main.upstox-homepage .banner-section.newBanner .add-number-btnWrap .add-number-form .group-layout .group-layout-inner .error-message {
        font-size: 14px;
        font-weight: 400;
        line-height: 24px;
        letter-spacing: 0;
        color: #ff8080
    }
}

main.upstox-homepage .banner-section.newBanner .add-number-btnWrap .add-number-form .group-layout-inner .error-message {
    font-size: 14px;
    line-height: 24px;
    text-align: left;
    color: #ff8080
}

@media screen and (max-width:767px) {
    main.upstox-homepage .banner-section.newBanner .add-number-btnWrap .add-number-form .group-layout-inner .error-message {
        position: absolute !important
    }
}

@media screen and (min-width:576px) {
    main.upstox-homepage .banner-section.newBanner .add-number-btnWrap .add-number-form {
        border-bottom: 1px solid #fff
    }
}

@media screen and (max-width:575px) {
    main.upstox-homepage .banner-section.newBanner .add-number-form {
        border-bottom: 1px solid #fff
    }
}

@media screen and (max-width:767px) {
    main.upstox-homepage .banner-section.newBanner .add-number-btnWrap .add-number-form .group-layout {
        display: -ms-flexbox;
        display: flex;
        max-width: unset
    }

    main.upstox-homepage .banner-section.newBanner .add-number-btnWrap .add-number-form .group-layout input:not([type=submit]) {
        font-size: 14px
    }

    main.upstox-homepage .banner-section.newBanner .add-number-btnWrap .add-number-form .group-layout input:not([type=submit])::-webkit-input-placeholder {
        font-size: 14px;
        color: rgba(0, 0, 0, .5)
    }

    main.upstox-homepage .banner-section.newBanner .add-number-btnWrap .add-number-form .group-layout input:not([type=submit]):-ms-input-placeholder,
    main.upstox-homepage .banner-section.newBanner .add-number-btnWrap .add-number-form .group-layout input:not([type=submit])::-ms-input-placeholder {
        font-size: 14px;
        color: rgba(0, 0, 0, .5)
    }

    main.upstox-homepage .banner-section.newBanner .add-number-btnWrap .add-number-form .group-layout input:not([type=submit])::placeholder {
        font-size: 14px;
        color: rgba(0, 0, 0, .5)
    }

    main.upstox-homepage .banner-section.newBanner .add-number-btnWrap .add-number-form .group-layout .group-layout-inner {
        -ms-flex-positive: 1;
        flex-grow: 1
    }
}

@media screen and (min-width:768px) {
    main.upstox-homepage .banner-section.newBannerLayout>.container-fluid {
        max-width: 1392px;
        width: 100%;
        padding: 0 15px !important
    }
}

main.upstox-homepage .banner-section.newBannerLayout .banner-heading {
    font-weight: 500;
    text-transform: capitalize
}

@media screen and (max-width:767px) {
    main.upstox-homepage .banner-section.newBannerLayout .banner-bg {
        padding: 0
    }

    main.upstox-homepage .banner-section.newBannerLayout .banner-bg .banner-image {
        max-width: unset !important
    }

    main.upstox-homepage .banner-section.newBannerLayout .banner-heading {
        font-size: 40px;
        line-height: 48px;
        font-weight: 500;
        letter-spacing: -.05em
    }
}

main.upstox-homepage .banner-section.newBannerLayout .banner-sub-heading {
    margin-bottom: 32px !important;
    color: rgba(0, 0, 0, .75);
    font-size: 24px;
    line-height: 32px;
    font-weight: 400
}

@media screen and (max-width:767px) {
    main.upstox-homepage .banner-section.newBannerLayout .banner-sub-heading {
        margin-bottom: 16px !important;
        font-size: 16px;
        line-height: 24px
    }
}

main.upstox-homepage .banner-section.newBannerLayout .add-number-form .form-group.group-layout {
    border-bottom: 2px solid #41246e;
    border-radius: 0
}

@media screen and (max-width:767px) {
    main.upstox-homepage .banner-section.newBannerLayout .add-number-form .form-group.group-layout {
        margin-left: 0 !important;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap
    }
}

main.upstox-homepage .banner-section.newBannerLayout .add-number-form .form-group.group-layout button.submit-btn {
    min-width: 40px;
    width: 40px;
    height: 40px;
    min-height: 40px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 0;
    background: #000
}

@media screen and (max-width:767px) {
    main.upstox-homepage .banner-section.newBannerLayout .add-number-form .form-group.group-layout .group-layout-inner .country-code {
        height: 36px
    }
}

main.upstox-homepage .banner-section.newBannerLayout .add-number-form .form-group.group-layout .group-layout-inner .country-code:after {
    color: #000;
    font-weight: 500
}

main.upstox-homepage .banner-section.newBannerLayout .add-number-form .form-group.group-layout .group-layout-inner .group-layout-wrap {
    border-bottom: none
}

main.upstox-homepage .banner-section.newBannerLayout .add-number-form .form-group.group-layout .group-layout-inner .group-layout-wrap .country-code {
    margin-right: 16px
}

main.upstox-homepage .banner-section.newBannerLayout .add-number-form .form-group.group-layout .group-layout-inner .group-layout-wrap input[type=tel] {
    padding-left: 0
}

main.upstox-homepage .banner-section.newBannerLayout .add-number-form .form-group.group-layout .group-layout-inner .group-layout-wrap input[type=tel]::-webkit-input-placeholder {
    font-size: 14px !important;
    font-weight: 500;
    line-height: 20px;
    letter-spacing: -.699999988079071px;
    color: #000 !important
}

main.upstox-homepage .banner-section.newBannerLayout .add-number-form .form-group.group-layout .group-layout-inner .group-layout-wrap input[type=tel]:-ms-input-placeholder,
main.upstox-homepage .banner-section.newBannerLayout .add-number-form .form-group.group-layout .group-layout-inner .group-layout-wrap input[type=tel]::-ms-input-placeholder {
    font-size: 14px !important;
    font-weight: 500;
    line-height: 20px;
    letter-spacing: -.699999988079071px;
    color: #000 !important
}

main.upstox-homepage .banner-section.newBannerLayout .add-number-form .form-group.group-layout .group-layout-inner .group-layout-wrap input[type=tel]::placeholder {
    font-size: 14px !important;
    font-weight: 500;
    line-height: 20px;
    letter-spacing: -.699999988079071px;
    color: #000 !important
}

@media screen and (max-width:767px) {
    main.upstox-homepage .banner-section.newBannerLayout .add-number-form .form-group.group-layout .group-layout-inner .group-layout-wrap input[type=tel]::-webkit-input-placeholder {
        color: #000 !important
    }

    main.upstox-homepage .banner-section.newBannerLayout .add-number-form .form-group.group-layout .group-layout-inner .group-layout-wrap input[type=tel]:-ms-input-placeholder,
    main.upstox-homepage .banner-section.newBannerLayout .add-number-form .form-group.group-layout .group-layout-inner .group-layout-wrap input[type=tel]::-ms-input-placeholder {
        color: #000 !important
    }

    main.upstox-homepage .banner-section.newBannerLayout .add-number-form .form-group.group-layout .group-layout-inner .group-layout-wrap input[type=tel]::placeholder {
        color: #000 !important
    }
}

main.upstox-homepage .banner-section.newBannerLayout .add-number-form .form-group.group-layout .group-layout-inner .error-message {
    font-size: 14px;
    font-weight: 400;
    line-height: 24px;
    letter-spacing: 0;
    color: red
}

main.upstox-homepage .banner-section.newBannerLayout .add-number-form .form-group.group-layout .group-layout-inner .error-message:empty {
    display: none
}

main.upstox-homepage .banner-section.newBannerLayout .by-signing-up p {
    color: rgba(0, 0, 0, .5);
    text-align: left
}

main.upstox-homepage .ups-facts .facts-row {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    justify-content: center
}

main.upstox-homepage .ups-facts .facts-row .fact-item {
    background: #f1f1f1;
    border-radius: 8px;
    padding: 16px;
    width: 352px;
    text-align: center
}

main.upstox-homepage .ups-facts .facts-row .fact-item:first-child {
    margin-right: 16px
}

@media (max-width:576px) {
    main.upstox-homepage .ups-facts .facts-row .fact-item {
        width: 163.5px
    }
}

main.upstox-homepage .ups-facts .facts-row .fact-item h3 {
    font-size: 48px;
    line-height: 56px;
    margin-bottom: 12px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center
}

main.upstox-homepage .ups-facts .facts-row .fact-item h3 img {
    margin-left: 7px
}

@media (max-width:576px) {
    main.upstox-homepage .ups-facts .facts-row .fact-item h3 {
        font-size: 24px;
        line-height: 32px
    }

    main.upstox-homepage .ups-facts .facts-row .fact-item h3 img {
        width: 20px
    }
}

main.upstox-homepage .ups-facts .facts-row .fact-item h5 {
    font-size: 20px;
    line-height: 28px
}

@media (max-width:576px) {
    main.upstox-homepage .ups-facts .facts-row .fact-item h5 {
        font-size: 14px;
        line-height: 20px
    }
}

@media (min-width:767px) {

    .upstox-option-strategies .faq-sec main.upstox-homepage .grow-tabs-wrap .heading,
    .upstox-trading-facility .faq-sec main.upstox-homepage .grow-tabs-wrap .heading,
    main.upstox-homepage .grow-tabs-wrap .sec-heading,
    main.upstox-homepage .grow-tabs-wrap .upstox-option-strategies .faq-sec .heading,
    main.upstox-homepage .grow-tabs-wrap .upstox-trading-facility .faq-sec .heading {
        text-align: center
    }
}

main.upstox-homepage .grow-tabs-wrap .sub-title {
    color: #db542a;
    letter-spacing: -.09px;
    margin-bottom: 15px
}

@media (max-width:576px) {
    main.upstox-homepage .grow-tabs-wrap .sub-title {
        font-size: 14px;
        color: #db542a;
        text-align: left;
        line-height: 17px
    }
}

main.upstox-homepage .grow-tabs-wrap .title {
    color: #000;
    font-size: 32px;
    line-height: 40px;
    letter-spacing: -.69px
}

main.upstox-homepage .product-tabs {
    margin-top: 60px
}

main.upstox-homepage .product-tabs .product-row .products {
    margin: 0 auto;
    display: -ms-flexbox;
    display: flex;
    position: relative;
    border-bottom: 1px solid #000
}

main.upstox-homepage .product-tabs .product-row .products.bold {
    font-weight: 700
}

@media (max-width:1440px) {
    main.upstox-homepage .product-tabs .product-row .products {
        overflow-x: scroll
    }
}

main.upstox-homepage .product-tabs .product-row .products .product {
    -ms-flex: 0 0 232px;
    flex: 0 0 232px;
    max-width: 232px;
    text-align: center;
    padding: 0 0 32px;
    font-size: 20px;
    line-height: 24px;
    font-weight: 600;
    color: #41246e;
    opacity: .5;
    z-index: 1;
    -webkit-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-tap-highlight-color: transparent;
    white-space: nowrap;
    cursor: pointer
}

main.upstox-homepage .product-tabs .product-row .products .product.selected-tab {
    color: #41246e;
    opacity: 1
}

@media (max-width:576px) {
    main.upstox-homepage .product-tabs .product-row .products .product {
        font-size: 18px;
        padding: 0 30px 16px;
        min-width: 120px;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto
    }
}

main.upstox-homepage .product-tabs .product-row .products span.pill {
    position: absolute;
    pointer-events: none;
    left: 0;
    bottom: 0;
    z-index: 0;
    height: 5px;
    background: #41246e;
    transition: left .3s ease, width .3s ease
}

@media (max-width:576px) {
    main.upstox-homepage .product-tabs .product-row .products span.pill {
        min-width: 120px
    }
}

main.upstox-homepage .product-tabs .product-row .products::-webkit-scrollbar {
    display: none
}

main.upstox-homepage .product-tabs .slides {
    display: -ms-flexbox;
    display: flex;
    position: relative
}

main.upstox-homepage .product-tabs .slides .product-description {
    display: none;
    padding: 90px 0 0;
    margin-bottom: 75px;
    animation: show-slide .9s ease;
    width: 100%
}

@media (max-width:767px) {
    main.upstox-homepage .product-tabs .slides .product-description {
        margin-bottom: 0
    }
}

main.upstox-homepage .product-tabs .slides .product-description.active-tab {
    display: block
}

main.upstox-homepage .product-tabs .slides .product-description .desc-row {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap-reverse;
    flex-wrap: wrap-reverse
}

main.upstox-homepage .product-tabs .slides .product-description .desc-row .image-left {
    -ms-flex: 45%;
    flex: 45%
}

main.upstox-homepage .product-tabs .slides .product-description .desc-row .image-left img {
    max-width: 100%
}

@media (max-width:576px) {
    main.upstox-homepage .product-tabs .slides .product-description .desc-row .image-left img {
        max-width: 220px
    }
}

main.upstox-homepage .product-tabs .slides .product-description .desc-row .desc-right {
    -ms-flex: 55%;
    flex: 55%;
    padding-left: 30px
}

main.upstox-homepage .product-tabs .slides .product-description .desc-row .desc-right h4 {
    display: block !important;
    color: #41246e;
    margin-bottom: 32px;
    font-size: 32px;
    line-height: 40px;
    letter-spacing: -.69px
}

@media (max-width:576px) {
    main.upstox-homepage .product-tabs .slides .product-description .desc-row .desc-right h4 {
        padding-top: 37px
    }
}

main.upstox-homepage .product-tabs .slides .product-description .desc-row .desc-right .offer-points {
    margin: 0;
    list-style: disc;
    padding-left: 18px
}

@media (max-width:576px) {
    main.upstox-homepage .product-tabs .slides .product-description .desc-row .desc-right .offer-points {
        padding-top: 0 !important
    }
}

main.upstox-homepage .product-tabs .slides .product-description .desc-row .desc-right .offer-points li {
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    color: #4b4b4b;
    margin-bottom: 15px
}

main.upstox-homepage .product-tabs .slides .product-description .desc-row .desc-right .offer-points li:last-child {
    margin-bottom: 0
}

main.upstox-homepage .product-tabs .slides .product-description .desc-row .desc-right .btn-wrap {
    margin-top: 56px
}

@media screen and (max-width:767px) {
    main.upstox-homepage .product-tabs .slides .product-description .desc-row .desc-right .btn-wrap .btn-design {
        width: 100%
    }
}

@media (max-width:576px) {
    main.upstox-homepage .product-tabs {
        margin-top: 48px
    }

    main.upstox-homepage .product-tabs .slides .product-description {
        padding: 37px 0 0
    }

    main.upstox-homepage .product-tabs .slides .product-description .desc-row {
        -ms-flex-direction: column;
        flex-direction: column
    }

    main.upstox-homepage .product-tabs .slides .product-description .desc-row .image-left {
        -ms-flex: 100%;
        flex: 100%
    }

    main.upstox-homepage .product-tabs .slides .product-description .desc-row .desc-right {
        -ms-flex: 100%;
        flex: 100%;
        padding-left: 0
    }

    main.upstox-homepage .product-tabs .slides .product-description .desc-row .desc-right h4 {
        display: none
    }

    main.upstox-homepage .product-tabs .slides .product-description .desc-row .desc-right .offer-points {
        padding-top: 37px
    }

    main.upstox-homepage .product-tabs .slides .product-description .desc-row .desc-right .offer-points li {
        font-size: 14px;
        line-height: 32px;
        margin-bottom: 10px;
        color: #4b4b4b
    }

    main.upstox-homepage .product-tabs .slides .product-description .desc-row .desc-right .btn-wrap {
        margin-top: 37px;
        text-align: center
    }
}

@keyframes show-slide {
    0% {
        opacity: 0
    }

    to {
        opacity: 1
    }
}

main.upstox-homepage .language-sec {
    overflow-x: hidden
}

main.upstox-homepage .language-sec .cstm-youtube-headers {
    margin-left: auto;
    margin-bottom: 64px;
    margin-right: auto
}

main.upstox-homepage .language-sec .title {
    font-weight: 600;
    font-size: 32px;
    line-height: 40px;
    letter-spacing: -.69px;
    color: #000
}

@media (max-width:767px) {
    main.upstox-homepage .language-sec .title {
        text-align: left
    }
}

main.upstox-homepage .language-sec .sub-title {
    color: #db542a;
    margin-bottom: 16px;
    font-size: 14px;
    line-height: 20px;
    letter-spacing: -.09px;
    font-weight: 700
}

@media (max-width:767px) {
    main.upstox-homepage .language-sec .sub-title {
        font-size: 14px;
        line-height: 20px;
        color: #db542a;
        text-align: left
    }
}

main.upstox-homepage .language-sec .heading-text {
    font-weight: 500;
    font-size: 20px;
    line-height: 28px;
    text-align: center;
    margin-top: 15px;
    color: #000;
    letter-spacing: -.33px
}

@media (max-width:1440px) {
    main.upstox-homepage .language-sec .heading-text {
        font-size: 20px;
        line-height: 28px
    }
}

@media (max-width:767px) {
    main.upstox-homepage .language-sec .heading-text {
        font-size: 20px;
        line-height: 28px;
        margin-top: 10px;
        text-align: left
    }
}

@media (max-width:481px) {
    main.upstox-homepage .language-sec .heading-text {
        font-size: 20px;
        line-height: 28px;
        margin-top: 16px;
        text-align: left
    }
}

@media (max-width:767px) {
    main.upstox-homepage .language-sec .cstm-youtube-thumbnails {
        max-width: 100%
    }
}

main.upstox-homepage .language-sec .cstm-youtube-thumbnails .owl-stage {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    justify-content: center;
    padding-left: 0 !important;
    padding-right: 0 !important
}

@media (max-width:991px) {
    main.upstox-homepage .language-sec .cstm-youtube-thumbnails .owl-stage {
        -ms-flex-pack: start;
        justify-content: start
    }
}

main.upstox-homepage .language-sec .cstm-youtube-thumbnails .owl-item:last-child .cstm-youtube-trigger {
    margin-right: 0
}

@media screen and (max-width:767px) {
    main.upstox-homepage .language-sec .cstm-youtube-thumbnails .owl-item {
        padding: 0 25px
    }
}

main.upstox-homepage .language-sec .cstm-youtube-thumbnails .cstm-youtube-trigger {
    cursor: pointer;
    padding: 32px 24px 24px;
    margin-right: 12px;
    margin-left: 0;
    position: relative;
    height: 360px;
    border-radius: 8px;
    border: 1px solid #000
}

@media (max-width:767px) {
    main.upstox-homepage .language-sec .cstm-youtube-thumbnails .cstm-youtube-trigger {
        padding: 16px;
        margin-right: 0;
        margin-left: 0;
        height: 208px;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-direction: column;
        flex-direction: column
    }
}

@media (max-width:576px) {
    main.upstox-homepage .language-sec .cstm-youtube-thumbnails .cstm-youtube-trigger {
        height: auto
    }
}

main.upstox-homepage .language-sec .cstm-youtube-thumbnails .cstm-youtube-trigger .sub-title {
    font-weight: 700;
    font-size: 14px;
    line-height: 20px;
    letter-spacing: -.09px;
    color: #5a298b;
    margin-bottom: 16px
}

main.upstox-homepage .language-sec .cstm-youtube-thumbnails .cstm-youtube-trigger .card-title {
    font-weight: 600;
    font-size: 24px;
    line-height: 32px;
    color: #262626;
    letter-spacing: -.47px;
    margin-bottom: 16px
}

@media (max-width:767px) {
    main.upstox-homepage .language-sec .cstm-youtube-thumbnails .cstm-youtube-trigger .card-title {
        font-size: 20px;
        line-height: 28px;
        font-weight: 500;
        margin-bottom: 16px
    }
}

@media (max-width:767px) {
    main.upstox-homepage .language-sec .cstm-youtube-thumbnails .cstm-youtube-trigger .play-btn.yt-card-btn {
        position: relative;
        left: unset;
        bottom: unset;
        margin-top: auto
    }
}

@media (max-width:576px) {
    main.upstox-homepage .language-sec .cstm-youtube-thumbnails .cstm-youtube-trigger .play-btn.yt-card-btn {
        margin-top: 20px;
        display: none
    }
}

main.upstox-homepage .language-sec .cstm-youtube-thumbnails .cstm-youtube-trigger p {
    font-weight: 500;
    font-size: 20px;
    line-height: 28px;
    letter-spacing: -.09px;
    color: #262626
}

@media (max-width:576px) {
    main.upstox-homepage .language-sec .cstm-youtube-thumbnails .cstm-youtube-trigger p {
        font-size: 14px;
        font-weight: 500;
        line-height: 20px;
        letter-spacing: -.09000000357627869px;
        text-align: left;
        color: #6a6a6a
    }
}

main.upstox-homepage .language-sec .cstm-youtube-thumbnails .owl-nav {
    position: absolute;
    top: 40%;
    transform: translateY(-50%);
    width: 100%;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
    justify-content: space-between
}

@media (min-width:768px) {
    main.upstox-homepage .language-sec .cstm-youtube-thumbnails .owl-nav {
        display: none
    }
}

main.upstox-homepage .language-sec .cstm-youtube-thumbnails .owl-prev {
    left: -60px;
    position: absolute;
    width: 40px
}

@media (max-width:1440px) {
    main.upstox-homepage .language-sec .cstm-youtube-thumbnails .owl-prev {
        left: -45px;
        width: 40px
    }
}

@media (max-width:767px) {
    main.upstox-homepage .language-sec .cstm-youtube-thumbnails .owl-prev {
        left: -15px;
        width: 28px
    }
}

main.upstox-homepage .language-sec .cstm-youtube-thumbnails .owl-next {
    position: absolute;
    right: -60px;
    width: 40px
}

@media (max-width:1440px) {
    main.upstox-homepage .language-sec .cstm-youtube-thumbnails .owl-next {
        right: -45px;
        width: 40px
    }
}

@media (max-width:767px) {
    main.upstox-homepage .language-sec .cstm-youtube-thumbnails .owl-next {
        right: -15px;
        width: 28px
    }
}

main.upstox-homepage .language-sec .cstm-youtube-thumbnails .play-btn.yt-card-btn {
    position: absolute;
    left: 24px;
    bottom: 24px;
    width: 48px;
    height: 48px;
    border: 2px solid #000;
    border-radius: 50%;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    color: #000
}

main.upstox-homepage .language-sec .cstm-youtube-thumbnails .play-btn.yt-card-btn img {
    width: 9.42px;
    height: 16px;
    margin: 0 auto
}

main.upstox-homepage .language-sec .btn-wrap {
    padding-top: 65px
}

@media (max-width:767px) {
    main.upstox-homepage .language-sec .btn-wrap {
        padding-top: 40px
    }
}

main.upstox-homepage .owl-next,
main.upstox-homepage .owl-prev {
    background: transparent !important
}

main.upstox-homepage .press-logo-sec .title a {
    font-weight: 600;
    font-size: 32px;
    line-height: 40px;
    text-align: center;
    letter-spacing: -.69px;
    color: #000
}

main.upstox-homepage .press-logo-sec .press-logos {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-top: 30px;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

main.upstox-homepage .press-logo-sec .press-logos li {
    -ms-flex-negative: 0;
    flex-shrink: 0
}

@media (max-width:576px) {
    main.upstox-homepage .press-logo-sec .press-logos li {
        margin: 0;
        padding: 0 10px;
        width: 50%;
        text-align: center
    }
}

main.upstox-homepage .press-logo-sec .play-btn.yt-card-btn {
    position: absolute;
    right: 26px;
    bottom: 32px
}

main.upstox-homepage .press-logo-sec .press-logos::-webkit-scrollbar {
    display: none
}

.upstox-option-strategies .faq-sec main.upstox-homepage .for-everyone .heading h3,
.upstox-trading-facility .faq-sec main.upstox-homepage .for-everyone .heading h3,
main.upstox-homepage .for-everyone .sec-heading h3,
main.upstox-homepage .for-everyone .upstox-option-strategies .faq-sec .heading h3,
main.upstox-homepage .for-everyone .upstox-trading-facility .faq-sec .heading h3 {
    font-weight: 600;
    font-size: 32px;
    line-height: 40px;
    letter-spacing: -.69px;
    margin-bottom: 15px;
    color: #000
}

@media screen and (max-width:767px) {

    .upstox-option-strategies .faq-sec main.upstox-homepage .for-everyone .heading h3,
    .upstox-trading-facility .faq-sec main.upstox-homepage .for-everyone .heading h3,
    main.upstox-homepage .for-everyone .sec-heading h3,
    main.upstox-homepage .for-everyone .upstox-option-strategies .faq-sec .heading h3,
    main.upstox-homepage .for-everyone .upstox-trading-facility .faq-sec .heading h3 {
        text-align: left
    }
}

.upstox-option-strategies .faq-sec main.upstox-homepage .for-everyone .heading p,
.upstox-trading-facility .faq-sec main.upstox-homepage .for-everyone .heading p,
main.upstox-homepage .for-everyone .sec-heading p,
main.upstox-homepage .for-everyone .upstox-option-strategies .faq-sec .heading p,
main.upstox-homepage .for-everyone .upstox-trading-facility .faq-sec .heading p {
    font-weight: 500;
    font-size: 20px;
    line-height: 28px;
    text-align: center;
    letter-spacing: -.33px;
    color: #000;
    margin-bottom: 60px
}

@media screen and (max-width:767px) {

    .upstox-option-strategies .faq-sec main.upstox-homepage .for-everyone .heading p,
    .upstox-trading-facility .faq-sec main.upstox-homepage .for-everyone .heading p,
    main.upstox-homepage .for-everyone .sec-heading p,
    main.upstox-homepage .for-everyone .upstox-option-strategies .faq-sec .heading p,
    main.upstox-homepage .for-everyone .upstox-trading-facility .faq-sec .heading p {
        text-align: left
    }
}

main.upstox-homepage .for-everyone .people-row {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

main.upstox-homepage .for-everyone .people-row .column {
    -ms-flex: 0 0 33.33333333%;
    flex: 0 0 33.33333333%;
    max-width: 33.33333333%;
    padding: 0 15px
}

@media screen and (max-width:767px) {
    main.upstox-homepage .for-everyone .people-row .column {
        padding: 0 8px
    }
}

main.upstox-homepage .for-everyone .people-row .people-item.first {
    margin-top: 0
}

@media (max-width:767px) {
    main.upstox-homepage .for-everyone .people-row .people-item.first {
        margin-top: 0
    }
}

main.upstox-homepage .for-everyone .people-row .people-item.last {
    margin-top: 0
}

main.upstox-homepage .for-everyone .people-row .people-item .colorPlate {
    margin: 0 auto;
    border-radius: 20px
}

@media (max-width:767px) {
    main.upstox-homepage .for-everyone .people-row .people-item .colorPlate {
        border-radius: 8px
    }
}

main.upstox-homepage .for-everyone .people-row .people-item .colorPlate.color-one {
    max-width: 317.45px;
    height: 150px;
    background: #7acece;
    margin-top: 24px
}

@media screen and (max-width:767px) {
    main.upstox-homepage .for-everyone .people-row .people-item .colorPlate.color-one {
        margin-top: 16px;
        height: 105px
    }
}

main.upstox-homepage .for-everyone .people-row .people-item .colorPlate.color-two {
    max-width: 300.62px;
    height: 150px;
    background: #ff9c7f;
    margin-bottom: 24px
}

@media screen and (max-width:767px) {
    main.upstox-homepage .for-everyone .people-row .people-item .colorPlate.color-two {
        margin-bottom: 16px;
        height: 105px
    }
}

main.upstox-homepage .for-everyone .people-row .people-item .colorPlate.color-three {
    max-width: 317.45px;
    height: 150px;
    background: #eca74e;
    margin-top: 24px
}

@media screen and (max-width:767px) {
    main.upstox-homepage .for-everyone .people-row .people-item .colorPlate.color-three {
        margin-top: 16px;
        height: 105px
    }
}

main.upstox-homepage .for-everyone .people-row .people-item .people-image img {
    border-radius: 20px
}

@media screen and (max-width:767px) {
    main.upstox-homepage .for-everyone .people-row .people-item .people-image img {
        border-radius: 8px
    }
}

main.upstox-homepage .for-everyone .btn-wrap {
    margin-top: 60px
}

@media (max-width:767px) {
    main.upstox-homepage .benefits-section .card-img-large1 {
        min-width: 115px;
        float: right;
        max-width: 250px
    }
}

@media (max-width:575px) {
    main.upstox-homepage .benefits-section .card-img-large1 {
        max-width: 115px;
        float: right
    }
}

@media (min-width:767px) {

    .upstox-option-strategies .faq-sec main.upstox-homepage .benefits-section .heading,
    .upstox-trading-facility .faq-sec main.upstox-homepage .benefits-section .heading,
    main.upstox-homepage .benefits-section .sec-heading,
    main.upstox-homepage .benefits-section .upstox-option-strategies .faq-sec .heading,
    main.upstox-homepage .benefits-section .upstox-trading-facility .faq-sec .heading {
        text-align: center
    }
}

main.upstox-homepage .benefits-section h5.small-header {
    text-transform: uppercase;
    font-weight: 700;
    font-size: 14px;
    line-height: 20px;
    margin-bottom: 16px;
    letter-spacing: -.09px;
    color: #db542a
}

@media (max-width:576px) {
    main.upstox-homepage .benefits-section h5.small-header {
        margin-bottom: 16px
    }
}

main.upstox-homepage .benefits-section h4.large-header {
    font-weight: 600;
    font-size: 32px;
    line-height: 40px;
    color: #000;
    margin-bottom: 64px
}

@media (max-width:576px) {
    main.upstox-homepage .benefits-section h4.large-header {
        margin-bottom: 48px
    }
}

main.upstox-homepage .benefits-section .row {
    display: -ms-flexbox;
    display: flex
}

@media (max-width:991px) {
    main.upstox-homepage .benefits-section .row {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap
    }
}

@media (max-width:991px) {
    main.upstox-homepage .benefits-section .row .col-md-6.benefit-card-outer {
        width: 100%
    }
}

@media (max-width:767px) {
    main.upstox-homepage .benefits-section .row .col-md-12 {
        width: 100%
    }
}

main.upstox-homepage .benefits-section .btn-wrap {
    margin-top: 64px
}

main.upstox-homepage .flex-wrap {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

main.upstox-homepage .benefit-card-outer {
    margin-bottom: 30px
}

main.upstox-homepage .benefits-section .benefit-card {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    border-radius: 16px;
    padding: 32px;
    height: 100%;
    position: relative;
    overflow: hidden;
    padding-right: 0
}

main.upstox-homepage .benefits-section .benefit-card.bg-dark-orange .benefit-card-img {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: end;
    align-items: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end
}

@media screen and (max-width:767px) {
    main.upstox-homepage .benefits-section .benefit-card {
        display: -ms-inline-flexbox;
        display: inline-flex;
        padding: 16px;
        -ms-flex-direction: row-reverse;
        flex-direction: row-reverse;
        width: 100%;
        height: 284px
    }
}

main.upstox-homepage .benefits-section .benefit-card .benefit-card-img {
    text-align: right;
    min-height: 200px;
    -ms-flex-positive: 1;
    flex-grow: 1
}

@media screen and (max-width:767px) {
    main.upstox-homepage .benefits-section .benefit-card .benefit-card-img {
        min-height: inherit;
        max-width: 160px;
        text-align: right
    }
}

main.upstox-homepage .benefits-section .benefit-card .card-content {
    padding-right: 32px
}

@media screen and (max-width:767px) {
    main.upstox-homepage .benefits-section .benefit-card .card-content {
        padding-right: 0
    }
}

@media screen and (max-width:767px) {
    main.upstox-homepage .benefits-section .benefit-card.first-section {
        -ms-flex-direction: column;
        flex-direction: column;
        position: relative
    }

    main.upstox-homepage .benefits-section .benefit-card.first-section .benefit-card-img {
        margin-top: inherit;
        display: -ms-flexbox;
        display: flex
    }

    main.upstox-homepage .benefits-section .benefit-card.first-section .benefit-card-img img {
        position: absolute;
        right: 0;
        top: 16px;
        width: 100%;
        max-width: 130px
    }

    main.upstox-homepage .benefits-section .benefit-card.first-section .card-content {
        -ms-flex: 1;
        flex: 1;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-direction: column;
        flex-direction: column;
        -ms-flex-pack: end;
        justify-content: flex-end;
        padding-right: 60px
    }
}

@media screen and (max-width:767px) {
    main.upstox-homepage .benefits-section .benefit-card.second-section {
        -ms-flex-align: end;
        align-items: flex-end
    }

    main.upstox-homepage .benefits-section .benefit-card.second-section .benefit-card-img img {
        width: 100%;
        max-width: 234px
    }

    main.upstox-homepage .benefits-section .benefit-card.second-section .card-content {
        -ms-flex: 1;
        flex: 1
    }
}

main.upstox-homepage .benefits-section .benefit-card img.card-img-11 {
    max-width: 250px
}

@media screen and (max-width:767px) {
    main.upstox-homepage .benefits-section .benefit-card img.card-img-11 {
        max-width: 140px
    }

    main.upstox-homepage .benefits-section .benefit-card img.card-img-11.mbSize {
        max-width: 175px
    }
}

main.upstox-homepage .benefits-section .benefit-card img.card-img-large {
    position: absolute;
    bottom: -33px;
    right: 0;
    width: 100%;
    height: 605px;
    max-width: 440px;
    max-width: 824px;
    max-height: 605px
}

main.upstox-homepage .benefits-section .benefit-card .card-content-large {
    max-width: 356px;
    margin-top: auto;
    padding-bottom: 32px
}

main.upstox-homepage .benefits-section .benefit-card .small-header {
    margin-bottom: 15px;
    font-size: 14px;
    color: #000
}

main.upstox-homepage .benefits-section .benefit-card .card-title {
    font-weight: 600;
    font-size: 32px;
    line-height: 40px;
    margin: 6px 0 16px;
    padding-right: 10px;
    color: #000;
    letter-spacing: -.69px
}

@media (max-width:767px) {
    main.upstox-homepage .benefits-section .benefit-card .card-title {
        margin-top: 0;
        font-size: 20px !important;
        font-weight: 500 !important;
        line-height: 28px !important;
        letter-spacing: -.33px !important
    }
}

main.upstox-homepage .benefits-section .benefit-card .card-title-large {
    font-weight: 400;
    font-size: 70px;
    line-height: 80px
}

main.upstox-homepage .benefits-section .benefit-card p {
    font-weight: 500;
    font-size: 20px;
    line-height: 28px;
    color: #000
}

main.upstox-homepage .benefits-section .benefit-card-large {
    padding-right: 0;
    padding-bottom: 0;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-flow: row;
    flex-flow: row;
    -ms-flex-align: end;
    align-items: flex-end
}

main.upstox-homepage .benefits-section .benefit-card-large .fold-link {
    -ms-flex-positive: 1;
    flex-grow: 1;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-flow: row;
    flex-flow: row;
    -ms-flex-align: end;
    align-items: flex-end
}

@media (max-width:991px) {
    main.upstox-homepage .benefits-section .benefit-card-large {
        min-height: 413px
    }
}

@media (max-width:767px) {
    main.upstox-homepage .benefits-section .benefit-card-large {
        min-height: auto;
        -ms-flex-pack: justify;
        justify-content: space-between
    }
}

@media (max-width:1440px) {
    main.upstox-homepage .benefits-section .benefit-card p {
        margin-bottom: 10px
    }

    main.upstox-homepage .benefits-section .benefit-card img.card-img-1 {
        top: 40px;
        max-width: 361.12px;
        max-height: 255.01px
    }

    main.upstox-homepage .benefits-section .benefit-card img.card-img-2 {
        top: 47px;
        right: 0;
        max-width: 402px;
        max-height: 248.73px
    }

    main.upstox-homepage .benefits-section .benefit-card img.card-img-large {
        max-width: 543px;
        max-height: 398.68px;
        height: 100%;
        bottom: 0
    }

    main.upstox-homepage .benefits-section .benefit-card .card-title-large {
        font-size: 60px
    }
}

@media (max-width:767px) {
    main.upstox-homepage .benefits-section .benefit-card .card-content-large {
        margin-top: 0;
        margin-bottom: 0
    }

    main.upstox-homepage .benefits-section .benefit-card img.card-img-1 {
        right: 0;
        top: 16px;
        max-width: 195.42px;
        max-height: 138px
    }

    main.upstox-homepage .benefits-section .benefit-card img.card-img-2 {
        top: 16px;
        right: -10px;
        max-width: 232.74px;
        max-height: 144px
    }

    main.upstox-homepage .benefits-section .benefit-card img.card-img-large {
        max-width: 168.35px;
        max-height: 159px;
        bottom: -29px
    }

    main.upstox-homepage .benefits-section .benefit-card p {
        font-size: 16px;
        line-height: 24px;
        padding-right: 10px
    }

    main.upstox-homepage .benefits-section .benefit-card h5.small-header {
        margin-bottom: 16px;
        font-size: 14px;
        letter-spacing: -.09px;
        line-height: 20px
    }

    main.upstox-homepage .benefits-section .benefit-card-large {
        padding-top: 16px;
        width: 100%
    }

    main.upstox-homepage .benefits-section .benefit-card-large .card-content-large {
        padding-bottom: 0
    }
}

div#error-message:not(:empty) {
    margin-bottom: 16px
}

.banner-section .submit-btn {
    opacity: 1 !important;
    border-radius: 50px !important
}

.banner-section .submit-btn:hover {
    opacity: .5 !important
}

.protrader-section {
    padding-bottom: 180px
}

.protrader-section .protrader-header {
    max-width: 480px;
    width: 100%;
    margin: 0 auto 58px
}

.protrader-section .sub-title {
    font-size: 14px;
    line-height: 20px;
    letter-spacing: -.09px;
    color: #db542a;
    margin-bottom: 13px
}

.protrader-section .protrader-heading {
    font-size: 32px;
    font-weight: 600;
    line-height: 40px;
    letter-spacing: -.69px;
    color: #000
}

.protrader-section .sub-heading {
    font-weight: 400;
    font-size: 20px;
    line-height: 32px;
    color: #000;
    margin-top: 6px
}

.protrader-section .btn-design {
    border-radius: 50px !important;
    margin-top: -12px;
    transition: all .3s ease-in-out .1s
}

.protrader-card-wrapper {
    margin-bottom: 32px;
    display: -ms-flexbox;
    display: flex
}

.protrader-card-wrapper .protrader-card {
    width: 33.33333%;
    padding: 24px
}

.protrader-card .protrader-content .detail {
    font-weight: 500;
    font-size: 16px;
    line-height: 24px;
    letter-spacing: -.18px;
    color: #6a6a6a;
    margin-top: 25px
}

.protrader-list {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-bottom: 0
}

.protrader-list li {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: start;
    align-items: flex-start;
    width: 50%;
    padding-bottom: 28px;
    margin-bottom: 48px
}

.protrader-list li figure {
    padding-top: 6px
}

.protrader-list li img {
    margin-right: 16px;
    -o-object-fit: contain;
    object-fit: contain
}

.protrader-list li div {
    font-weight: 500;
    font-size: 20px;
    line-height: 28px;
    letter-spacing: -.33px;
    color: #000
}

.section-padding {
    padding: calc(90px + 45 * ((100vw - 320px) / 1600)) 0
}

.upstox-aboutpage .invest-features {
    padding: 0 0 180px !important
}

.invest-features .invest-features-header {
    padding: 0 16px;
    margin-bottom: 64px
}

.invest-features .invest-features-header .sub-title {
    font-size: 14px;
    font-weight: 700;
    line-height: 20px;
    letter-spacing: -.09000000357627869px;
    text-align: center;
    color: #db542a;
    margin-bottom: 16px
}

.invest-features .invest-features-header .invest-features-heading {
    font-size: 32px;
    font-weight: 600;
    line-height: 40px;
    letter-spacing: -.6899999976158142px;
    text-align: center;
    color: #000
}

.invest-features .invest-features-card .invest-features-image-box {
    -ms-flex: 0 0 420px;
    flex: 0 0 420px;
    max-width: 420px;
    height: 360px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
    text-align: center
}

.invest-features .invest-features-card .invest-features-info .invest-features-name {
    font-size: 24px;
    font-weight: 600;
    line-height: 32px;
    letter-spacing: -.4699999988079071px;
    color: #000;
    margin-bottom: 16px
}

.invest-features .invest-features-card .invest-features-info .invest-features-about {
    font-weight: 500;
    font-size: 16px;
    line-height: 24px;
    letter-spacing: -.18px;
    color: #4b4b4b
}

.invest-features-wrapper .invest-features-wrap {
    margin-bottom: 64px
}

.invest-features-wrapper .invest-features-card {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center
}

.invest-features-wrapper .invest-features-card figure {
    border-radius: 20px;
    overflow: hidden;
    margin-right: 40px;
    -ms-flex: 0 0 371px;
    flex: 0 0 371px;
    height: 338px;
    max-width: 371px
}

.invest-features-wrapper .invest-features-card figure img {
    width: 100%
}

.invest-features-wrapper .invest-features-card .invest-features-info .invest-features-designation {
    font-family: Inter;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 24px;
    letter-spacing: -.1800000072px;
    color: #000;
    margin-bottom: 8px
}

.invest-features-wrapper .invest-features-card .invest-features-info .btn-block {
    margin-top: 33px
}

.invest-features-wrapper .invest-features-card .invest-features-info .invest-features-read-more {
    display: inline-block;
    background: #41246e;
    border-radius: 8px;
    padding: 16px 32px;
    font-family: Inter;
    font-size: 18px;
    font-style: normal;
    font-weight: 700;
    line-height: 22px;
    letter-spacing: 0;
    text-align: center;
    color: #fff;
    cursor: pointer
}

.invest-features-wrapper .invest-features-card .invest-features-info .invest-features-read-more:hover {
    background: #7a26ce
}

main.upstox-homepage.invest-page .banner-section .banner-sub-heading-invest {
    margin-top: 32px !important;
    max-width: 343px
}

main.upstox-homepage.invest-page .banner-section .banner-sub-heading-trade {
    font-size: 20px;
    line-height: 28px;
    letter-spacing: -.33000001311302185px;
    margin-top: 32px;
    margin-bottom: 64px;
    color: #000;
    text-align: left
}

main.upstox-homepage.invest-page .banner-section .add-number-btnWrap .add-number-form .group-layout .group-layout-inner {
    -ms-flex: 0 0 276px;
    flex: 0 0 276px;
    max-width: 276px
}

main.upstox-homepage.invest-page .banner-section .add-number-btnWrap .add-number-form .group-layout button.submit-btn {
    opacity: 1;
    border-radius: 50px;
    padding: 16px;
    margin: 0 0 0 16px;
    letter-spacing: -.09000000357627869px
}

main.upstox-homepage.invest-page .banner-section .add-number-btnWrap .add-number-form .group-layout input:not([type=submit]) {
    line-height: 20px;
    letter-spacing: -.09000000357627869px;
    padding: 0 10px
}

main.upstox-homepage.invest-page .banner-section .row {
    margin-left: -32px;
    margin-right: -32px
}

main.upstox-homepage.invest-page .banner-section .row [class^=col-] {
    padding-left: 32px;
    padding-right: 32px
}

main.upstox-homepage.invest-page .banner-section .banner-image {
    position: static;
    z-index: 1;
    height: 470px
}

main.upstox-homepage.invest-page .banner-section .banner-image:before {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    bottom: 60px;
    left: 0;
    width: 100%;
    background: #ff9c7f;
    border-radius: 16px;
    z-index: -1;
    background: transparent !important
}

main.upstox-homepage.invest-page .grow-tabs-wrap .sub-title {
    margin-bottom: 13px;
    font-weight: 700;
    line-height: 20px;
    letter-spacing: -.09000000357627869px
}

main.upstox-homepage.invest-page .grow-tabs-wrap .title {
    font-weight: 700
}

main.upstox-homepage.invest-page .product-tabs .product-row .products .product {
    -ms-flex: 1 0 33.33333%;
    flex: 1 0 33.33333%;
    max-width: 33.33333%;
    padding: 0 0 24px;
    font-size: 20px;
    line-height: 28px;
    font-weight: 500
}

main.upstox-homepage.invest-page .product-tabs .slides .product-description .desc-row .desc-right h4 {
    font-weight: 700;
    letter-spacing: 0
}

main.upstox-homepage.invest-page .product-tabs .slides .product-description .desc-row .desc-right .offer-points li {
    font-weight: 400;
    font-size: 14px;
    font-weight: 500;
    line-height: 32px;
    letter-spacing: -.09000000357627869px;
    margin-bottom: 10px
}

main.upstox-homepage.invest-page .product-tabs .slides .product-description .desc-row .desc-right .btn-wrap {
    margin-top: 64px
}

main.upstox-homepage.invest-page .btn-radius {
    border-radius: 50px
}

main.upstox-homepage.invest-page .pricing-fold.pricing-blue.pricing-tree-section {
    margin-top: 70px;
    padding: 60px
}

main.upstox-homepage.invest-page .pricing-fold.pricing-blue.pricing-tree-section .btn-wrap .btn-design {
    border-radius: 50px
}

main.upstox-homepage.invest-page .benefits-section>.container>.row {
    display: -ms-flexbox;
    display: flex
}

main.upstox-homepage.invest-page .benefits-section .benefit-card {
    border-radius: 16px;
    padding: 32px;
    height: 100%;
    position: relative;
    overflow: hidden
}

main.upstox-homepage.invest-page .benefits-section .benefit-card .small-header {
    margin-bottom: 16px
}

main.upstox-homepage.invest-page .benefits-section .benefit-card .card-title {
    font-size: 24px;
    line-height: 32px;
    letter-spacing: -.4699999988079071px;
    color: #000;
    margin: 0 0 16px
}

main.upstox-homepage.invest-page .benefits-section .benefit-card .card-content-large {
    margin-top: 0
}

main.upstox-homepage.invest-page .benefits-section .benefit-card .card-title.h3 {
    font-size: 32px;
    font-weight: 600;
    line-height: 40px;
    letter-spacing: -.6899999976158142px;
    color: #000
}

main.upstox-homepage.invest-page .benefits-section .benefit-card .play-btn.yt-card-btn {
    position: absolute;
    left: 24px;
    bottom: 24px;
    width: 48px;
    height: 48px;
    border: 2px solid #000;
    border-radius: 50%;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
    color: #000;
    padding-right: 0;
    margin-bottom: 0
}

main.upstox-homepage.invest-page .benefits-section .benefit-card.benefit-card-large .benefit-card-img {
    -ms-flex-positive: 1;
    flex-grow: 1;
    -ms-flex-item-align: end;
    align-self: flex-end
}

main.upstox-homepage.invest-page .benefits-section .benefit-card.benefit-card-large .card-content-large h4.card-title {
    margin-bottom: 76px
}

@media (max-width:576px) {
    main.upstox-homepage.invest-page .benefits-section .benefit-card.benefit-card-large .card-content-large h4.card-title {
        margin-bottom: 16px
    }
}

main.upstox-homepage.invest-page .benefit-card-outer {
    margin-bottom: 32px
}

main.upstox-homepage.invest-page .language-sec .heading-text {
    margin-top: 16px
}

main.upstox-homepage.invest-page .language-sec .cstm-youtube-thumbnails .cstm-youtube-trigger .card-title.h4 {
    margin-bottom: 16px
}

main.upstox-homepage.invest-page .language-sec .cstm-youtube-thumbnails .cstm-youtube-trigger .card-title.h5 {
    font-size: 20px;
    font-weight: 500;
    line-height: 28px;
    letter-spacing: -.33000001311302185px;
    color: #000
}

@media (max-width:576px) {
    main.upstox-homepage.invest-page .language-sec .cstm-youtube-thumbnails .cstm-youtube-trigger .card-title.mobile-card-title {
        font-size: 24px;
        font-weight: 600;
        line-height: 32px;
        letter-spacing: -.4699999988079071px;
        text-align: left;
        color: #262626
    }
}

@media (min-width:768px) {
    main.upstox-homepage.invest-page .language-sec .owl-nav {
        display: none !important
    }
}

main.upstox-homepage.invest-page .flat-brokerage .flat-brokerage-table {
    width: 930px;
    margin: 0;
    margin-top: 64px;
    background: #fff;
    border-radius: 10px;
    border-collapse: separate
}

main.upstox-homepage.invest-page .flat-brokerage .flat-brokerage-table thead {
    background: #f5f5f5;
    font-size: 16px;
    line-height: 21px
}

main.upstox-homepage.invest-page .flat-brokerage .flat-brokerage-table thead tr th {
    font-weight: 700;
    font-size: 14px;
    line-height: 20px;
    text-align: center;
    letter-spacing: -.09px;
    color: #41246e;
    padding: 16px;
    border-bottom: none
}

main.upstox-homepage.invest-page .flat-brokerage .flat-brokerage-table thead tr th:first-child {
    border-top-left-radius: 10px;
    border-right: none
}

main.upstox-homepage.invest-page .flat-brokerage .flat-brokerage-table tr td,
main.upstox-homepage.invest-page .flat-brokerage .flat-brokerage-table tr th {
    border: 1px solid #41246e
}

main.upstox-homepage.invest-page .flat-brokerage .flat-brokerage-table tbody tr td {
    padding: 32px;
    vertical-align: baseline
}

main.upstox-homepage.invest-page .flat-brokerage .flat-brokerage-table tbody tr td .margin {
    font-weight: 600;
    font-size: 48px;
    line-height: 56px;
    color: #41246e;
    letter-spacing: -1.07px;
    margin-bottom: 10px
}

main.upstox-homepage.invest-page .flat-brokerage .flat-brokerage-table tbody tr td ul li {
    font-weight: 500;
    font-size: 14px;
    line-height: 20px;
    color: #41246e;
    letter-spacing: -.09px;
    margin-bottom: 28px
}

main.upstox-homepage.invest-page .flat-brokerage .flat-brokerage-table tbody tr:first-child td {
    border-bottom: none
}

main.upstox-homepage.invest-page .flat-brokerage .flat-brokerage-table tbody tr:first-child td:not(:last-child) {
    border-right: none
}

main.upstox-homepage.invest-page .flat-brokerage .flat-brokerage-table tbody tr td.no-data {
    padding: 16px;
    font-weight: 500;
    font-size: 14px;
    line-height: 20px;
    color: #41246e;
    letter-spacing: -.09px;
    margin-bottom: 28px
}

main.upstox-homepage.invest-page .flat-brokerage .flat-brokerage-btn {
    padding-top: 32px
}

main.upstox-homepage.invest-page .flat-brokerage .flat-brokerage-btn .btn-design {
    width: 100%;
    font-weight: 500
}

main.upstox-homepage.invest-page .flat-brokerage .flat-brokerage-btn .btn-design:first-child {
    margin-right: 16px
}

.upstox-option-strategies .faq-sec main.upstox-homepage.invest-page .flat-brokerage .heading .title,
.upstox-trading-facility .faq-sec main.upstox-homepage.invest-page .flat-brokerage .heading .title,
main.upstox-homepage.invest-page .flat-brokerage .sec-heading .title,
main.upstox-homepage.invest-page .flat-brokerage .upstox-option-strategies .faq-sec .heading .title,
main.upstox-homepage.invest-page .flat-brokerage .upstox-trading-facility .faq-sec .heading .title {
    max-width: 720px;
    margin: 0 auto 16px
}

main.upstox-homepage.invest-page .invest-features .invest-features-card .invest-features-image-box {
    background-color: #0000
}

main.upstox-homepage.invest-page .download-tranding-app {
    padding: 32px 32px 0
}

main.upstox-homepage.invest-page .download-tranding-app>.container {
    padding-left: 0;
    padding-right: 0;
    width: 100%
}

main.upstox-homepage.invest-page .download-tranding-app .content-bx {
    padding: 0;
    max-width: 372px
}

main.upstox-homepage.invest-page .download-tranding-app .content-bx h3 {
    font-size: 32px;
    font-weight: 600;
    line-height: 40px;
    letter-spacing: -.6899999976158142px;
    color: #000;
    margin-bottom: 32px
}

main.upstox-homepage.invest-page .download-tranding-app .image-bx {
    width: auto;
    padding-left: 0
}

@media (max-width:767px) {
    .banner-section {
        padding-top: 0 !important
    }

    .banner-section picture img {
        width: 100%
    }

    .protrader-section {
        padding-bottom: 96px
    }

    .protrader-section .protrader-header {
        text-align: left;
        max-width: 100%;
        margin: 0 0 48px
    }

    .protrader-section .btn-wrap .btn-design {
        margin-top: 64px
    }

    .protrader-card-wrapper {
        overflow-x: scroll;
        margin-bottom: 48px
    }

    .protrader-card-wrapper .protrader-card {
        width: auto;
        -ms-flex-negative: 0;
        flex-shrink: 0;
        padding-bottom: 10px
    }

    .protrader-list li {
        width: 100%;
        padding-bottom: 0;
        margin-bottom: 32px
    }

    .protrader-list li:last-child {
        margin-bottom: 0
    }

    .protrader-img img {
        max-width: 125px;
        height: 100px;
        -o-object-fit: contain;
        object-fit: contain;
        -o-object-position: center;
        object-position: center
    }

    main.upstox-homepage.invest-page .flat-brokerage-inner {
        overflow-x: scroll
    }

    main.upstox-homepage.invest-page .flat-brokerage .flat-brokerage-table {
        margin-top: 0
    }

    .upstox-option-strategies .faq-sec main.upstox-homepage.invest-page .flat-brokerage .heading .title,
    .upstox-trading-facility .faq-sec main.upstox-homepage.invest-page .flat-brokerage .heading .title,
    main.upstox-homepage.invest-page .flat-brokerage .sec-heading .title,
    main.upstox-homepage.invest-page .flat-brokerage .upstox-option-strategies .faq-sec .heading .title,
    main.upstox-homepage.invest-page .flat-brokerage .upstox-trading-facility .faq-sec .heading .title {
        max-width: 100%
    }

    main.upstox-homepage.invest-page .banner-section .banner-image img {
        top: 0;
        max-width: 100%;
        max-height: 425px;
        -o-object-fit: contain;
        object-fit: contain;
        -o-object-position: top;
        object-position: top
    }
}

@media (max-width:575px) {
    .banner-section .submit-btn {
        font-size: 16px;
        line-height: 24px
    }

    .protrader-section .btn-wrap .btn-design {
        width: 100%;
        font-size: 14px;
        letter-spacing: -.09px
    }
}

@media screen and (min-width:768px) {
    .invest-features .invest-features-wrap .invest-features-card {
        -ms-flex-align: start;
        align-items: flex-start
    }

    .invest-features .invest-features-wrap:nth-child(odd) .invest-features-card {
        -ms-flex-direction: row;
        flex-direction: row
    }

    .invest-features .invest-features-wrap:nth-child(odd) .invest-features-card .invest-features-image-box {
        margin-right: 32px
    }

    .invest-features .invest-features-wrap:nth-child(2n) .invest-features-card {
        -ms-flex-direction: row-reverse;
        flex-direction: row-reverse
    }

    .invest-features .invest-features-wrap:nth-child(2n) .invest-features-card .invest-features-image-box {
        margin-left: 32px
    }

    .invest-features .invest-features-card .invest-features-info {
        padding-top: 32px
    }

    .invest-features-wrapper .invest-features-wrap:nth-child(odd) .invest-features-card {
        display: -ms-flexbox;
        display: flex
    }

    .invest-features-wrapper .invest-features-wrap:nth-child(odd) .invest-features-card figure {
        margin-right: 0;
        margin-left: 40px
    }

    .desk-none {
        display: none
    }
}

@media screen and (max-width:767px) {
    .invest-features {
        padding-bottom: 96px !important;
        padding-left: 0 !important;
        padding-right: 0 !important
    }

    .invest-features .sec-heading .sub-title,
    .invest-features .upstox-option-strategies .faq-sec .heading .sub-title,
    .invest-features .upstox-trading-facility .faq-sec .heading .sub-title,
    .upstox-option-strategies .faq-sec .invest-features .heading .sub-title,
    .upstox-trading-facility .faq-sec .invest-features .heading .sub-title {
        font-weight: 600;
        font-size: 10px;
        line-height: 12px
    }

    .invest-features .sec-heading .title,
    .invest-features .upstox-option-strategies .faq-sec .heading .title,
    .invest-features .upstox-trading-facility .faq-sec .heading .title,
    .upstox-option-strategies .faq-sec .invest-features .heading .title,
    .upstox-trading-facility .faq-sec .invest-features .heading .title {
        font-size: 32px;
        line-height: 40px;
        letter-spacing: -.69px;
        color: #000;
        margin: 14px 0 35px
    }

    .invest-features>.container {
        padding-left: 0 !important;
        padding-right: 0 !important
    }

    .mobile-none {
        display: none
    }

    .invest-features-wrapper .invest-features-wrap {
        margin-bottom: 41px
    }

    .invest-features-wrapper .invest-features-card {
        -ms-flex-direction: column;
        flex-direction: column
    }

    .invest-features-wrapper .invest-features-card figure {
        border-radius: 0;
        margin-right: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        height: auto;
        max-width: 100%;
        margin-bottom: 24px
    }

    .invest-features-wrapper .invest-features-card figure img {
        height: 100%;
        -o-object-fit: cover;
        object-fit: cover
    }

    .invest-features-wrapper .invest-features-card .invest-features-details {
        padding-left: 16px;
        padding-right: 16px
    }

    .invest-features-wrapper .invest-features-card .invest-features-info .invest-features-designation {
        font-size: 10px;
        font-weight: 600;
        line-height: 12px;
        letter-spacing: .085em
    }

    .invest-features-wrapper .invest-features-card .invest-features-info .invest-features-name {
        font-size: 24px;
        font-weight: 600;
        line-height: 32px;
        letter-spacing: -.4699999988px;
        margin-bottom: 12px
    }

    .invest-features-wrapper .invest-features-card .invest-features-info .invest-features-about {
        font-size: 12px;
        font-weight: 500;
        line-height: 16px;
        letter-spacing: .0099999998px
    }

    .invest-features-wrapper .invest-features-card .invest-features-info .btn-block {
        margin-top: 20px
    }
}

@media (min-width:576px) {

    .upstox-option-strategies .faq-sec main.upstox-homepage.invest-page .flat-brokerage .heading,
    .upstox-trading-facility .faq-sec main.upstox-homepage.invest-page .flat-brokerage .heading,
    main.upstox-homepage.invest-page .flat-brokerage .sec-heading,
    main.upstox-homepage.invest-page .flat-brokerage .upstox-option-strategies .faq-sec .heading,
    main.upstox-homepage.invest-page .flat-brokerage .upstox-trading-facility .faq-sec .heading {
        text-align: center
    }
}

@media (max-width:576px) {
    main.upstox-homepage.invest-page .flat-brokerage .flat-brokerage-inner {
        background: #f1f1f1;
        padding: 32px 16px;
        margin-left: -15px;
        margin-right: -15px;
        margin-top: 48px
    }

    main.upstox-homepage.invest-page .flat-brokerage .flat-brokerage-btn {
        padding-top: 48px;
        -ms-flex-direction: column;
        flex-direction: column
    }

    main.upstox-homepage.invest-page .flat-brokerage .flat-brokerage-btn .btn-design:first-child {
        margin-right: 0;
        margin-bottom: 16px
    }

    main.upstox-homepage.invest-page .pricing-fold.pricing-blue.pricing-tree-section {
        padding: 32px 0 !important;
        margin-top: 15px !important;
        margin-bottom: 54px !important
    }

    main.upstox-homepage.invest-page .invest-features .btn-wrap .btn-design {
        width: 90%
    }

    main.upstox-homepage.invest-page .invest-features .invest-features-header {
        margin-bottom: 48px
    }

    main.upstox-homepage.invest-page .invest-features .invest-features-card .invest-features-image-box {
        height: auto;
        -ms-flex: 0 0 0px;
        flex: 0 0 0;
        margin-bottom: 32px
    }

    main.upstox-homepage.invest-page .invest-features-card .invest-features-info .invest-features-about {
        font-weight: 500;
        font-size: 16px;
        line-height: 24px
    }
}

@media screen and (min-width:768px) {
    main.upstox-homepage.invest-page .benefits-section .benefit-card .benefit-card-img.corner-img img {
        position: absolute;
        bottom: 0;
        right: 0
    }

    main.upstox-homepage.invest-page .download-tranding-app .image-bx {
        padding-right: 84px
    }
}

@media screen and (max-width:767px) {
    main.upstox-homepage.invest-page .banner-section {
        padding-top: 1px
    }

    main.upstox-homepage.invest-page .banner-section>.container {
        padding-left: 0;
        padding-right: 0
    }

    main.upstox-homepage.invest-page .banner-section .row {
        margin-left: 0;
        margin-right: 0
    }

    main.upstox-homepage.invest-page .banner-section .row [class^=col-] {
        padding-left: 0 !important;
        padding-right: 0 !important
    }

    main.upstox-homepage.invest-page .banner-section .banner-mob {
        background-color: transparent
    }

    main.upstox-homepage.invest-page .banner-section .banner-image {
        margin-top: 0;
        height: auto
    }

    main.upstox-homepage.invest-page .banner-section .banner-image:before {
        border-radius: 0
    }

    main.upstox-homepage.invest-page .banner-section .banner-heading {
        margin-top: 40px
    }

    main.upstox-homepage.invest-page .banner-section .content-fold {
        padding-left: 16px;
        padding-right: 16px
    }

    main.upstox-homepage.invest-page .banner-section .banner-sub-heading-invest {
        margin-top: 16px !important;
        margin-bottom: 64px !important
    }

    main.upstox-homepage.invest-page .banner-section .banner-sub-heading-trade {
        margin-top: 16px
    }

    main.upstox-homepage.invest-page .banner-section .add-number-btnWrap .add-number-form .group-layout .group-layout-inner {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%
    }

    main.upstox-homepage.invest-page .banner-section .add-number-btnWrap .add-number-form .group-layout button.submit-btn {
        margin: 0
    }

    main.upstox-homepage.invest-page .grow-tabs-wrap .sub-title {
        margin-bottom: 16px
    }

    main.upstox-homepage.invest-page .product-tabs .slides .product-description .desc-row .desc-right h4 {
        font-weight: 600
    }

    main.upstox-homepage.invest-page .invest-features .invest-features-header {
        margin-bottom: 48px
    }

    main.upstox-homepage.invest-page .invest-features .invest-features-card .invest-features-info .invest-features-about {
        font-weight: 500;
        font-size: 16px;
        line-height: 24px;
        letter-spacing: -.18px
    }

    main.upstox-homepage.invest-page .invest-features .invest-features-card .invest-features-image-box {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
        height: auto;
        margin-bottom: 32px
    }

    main.upstox-homepage.invest-page .invest-features-wrapper .invest-features-card .invest-features-info .invest-features-name {
        margin-bottom: 16px
    }

    main.upstox-homepage.invest-page .invest-features-wrapper .invest-features-wrap {
        margin-bottom: 64px
    }

    main.upstox-homepage.invest-page .pricing-fold.pricing-blue.pricing-tree-section {
        margin-top: 0;
        padding: 32px 0 68px
    }

    main.upstox-homepage.invest-page .pricing-fold .price-row .price-item .price {
        -ms-flex-align: start;
        align-items: flex-start
    }

    main.upstox-homepage.invest-page .pricing-fold .price-row .price-item .price span {
        padding-top: 10px
    }

    main.upstox-homepage.invest-page .pricing-fold .price-row .price-item .price-desc,
    main.upstox-homepage.invest-page .pricing-fold .price-row .price-item .price-title {
        line-height: 17px
    }

    main.upstox-homepage.invest-page .benefits-section>.container>.row {
        -ms-flex-direction: column;
        flex-direction: column
    }

    main.upstox-homepage.invest-page .benefits-section .benefit-card {
        border-radius: 8px;
        padding: 16px;
        -ms-flex-direction: column;
        flex-direction: column;
        -ms-flex-align: start;
        align-items: flex-start
    }

    main.upstox-homepage.invest-page .benefits-section .benefit-card .fold-link {
        -ms-flex-direction: column;
        flex-direction: column;
        -ms-flex-align: start;
        align-items: flex-start;
        display: block;
        width: 100%
    }

    main.upstox-homepage.invest-page .benefits-section .benefit-card .benefit-card-img {
        -ms-flex-item-align: end;
        align-self: flex-end;
        margin-left: auto
    }

    main.upstox-homepage.invest-page .benefits-section .benefit-card .h3 {
        font-size: 24px;
        line-height: 32px;
        letter-spacing: -.47px
    }

    main.upstox-homepage.invest-page .benefits-section .benefits-1 .benefit-card-img .card-img-11 {
        max-width: 100px !important;
        width: 100px !important;
        margin-bottom: 16px !important
    }

    main.upstox-homepage.invest-page .benefits-section .benefits-1 .card-title {
        font-size: 20px;
        line-height: 28px;
        letter-spacing: -.33px;
        font-weight: 500;
        margin-bottom: 8px
    }

    main.upstox-homepage.invest-page .benefits-section .benefits-2 .benefit-card-img .card-img-11 {
        margin-right: -16px !important;
        margin-bottom: -16px !important
    }

    main.upstox-homepage.invest-page .benefits-section .benefits-2 .card-title {
        font-size: 20px;
        line-height: 28px;
        letter-spacing: -.33px;
        font-weight: 500;
        margin-bottom: 8px
    }

    main.upstox-homepage.invest-page .benefits-section .benefits-3 .card-title {
        font-size: 16px;
        line-height: 24px;
        font-weight: 500;
        letter-spacing: -.18px
    }

    main.upstox-homepage.invest-page .benefits-section .benefits-3 .benefit-card-img .card-img-large1 {
        margin-right: -16px;
        margin-bottom: -16px;
        max-width: 150px;
        width: 100% !important
    }

    main.upstox-homepage.invest-page .benefits-section .benefit-card-img img {
        width: 100px !important
    }

    main.upstox-homepage.invest-page .benefits-section .benefit-card.first-section {
        padding: 16px 16px 0
    }

    main.upstox-homepage.invest-page .benefits-section .benefit-card.first-section .benefit-card-img {
        max-width: 160px;
        padding-bottom: 16px
    }

    main.upstox-homepage.invest-page .benefits-section .benefit-card.first-section .benefit-card-img img {
        width: 175px !important;
        max-width: 175px;
        position: relative
    }

    main.upstox-homepage.invest-page .benefits-section .benefit-card.first-section .benefit-card-img.envelope {
        max-width: 270px;
        padding-bottom: 16px;
        margin-right: -16px
    }

    main.upstox-homepage.invest-page .benefits-section .benefit-card.first-section .benefit-card-img.envelope img {
        width: 100% !important;
        max-width: 100%;
        position: relative
    }

    main.upstox-homepage.invest-page .benefits-section .benefit-card-large {
        margin-bottom: 0 !important
    }

    main.upstox-homepage.invest-page .language-sec .owl-item>div {
        height: 100% !important
    }

    main.upstox-homepage.invest-page .language-sec .owl-item>div>.play-btn.yt-card-btn {
        margin-top: auto !important
    }

    main.upstox-homepage.invest-page .download-tranding-app {
        padding: 32px 16px 0
    }

    main.upstox-homepage.invest-page .download-tranding-app .content-bx {
        max-width: 100%;
        margin-bottom: 36px
    }

    main.upstox-design-base.invest-page .btn-design {
        border-radius: 50px;
        width: 90%
    }

    .language-sec .owl-item>div {
        height: 100% !important
    }

    .language-sec .owl-item>div>.play-btn.yt-card-btn {
        margin-top: auto !important
    }
}

.lookup-sec .sec-heading,
.lookup-sec .upstox-option-strategies .faq-sec .heading,
.lookup-sec .upstox-trading-facility .faq-sec .heading,
.upstox-option-strategies .faq-sec .lookup-sec .heading,
.upstox-trading-facility .faq-sec .lookup-sec .heading {
    margin-bottom: 44px
}

.lookup-sec .title {
    font-weight: 600;
    font-size: 32px;
    line-height: 40px;
    letter-spacing: -.69px;
    color: #000
}

.lookup-sec .heading-text {
    font-weight: 500;
    font-size: 20px;
    line-height: 28px;
    text-align: center;
    margin-top: 16px;
    color: #000;
    letter-spacing: -.33px
}

.lookup-inner {
    background: #f5f5f5;
    border-radius: 16px;
    padding: 32px 32px 0
}

.lookup-inner_textbox {
    overflow-y: scroll;
    max-height: 400px;
    height: 100%;
    padding-right: 5px;
    font-size: 16px;
    font-weight: 400;
    line-height: 28px;
    color: #000
}

.lookup-inner_textbox::-webkit-scrollbar {
    width: 8px
}

.lookup-inner_textbox::-webkit-scrollbar-thumb {
    background: #6a6a6a;
    border-radius: 9999px
}

.lookup-inner_textbox h4 {
    font-weight: 600;
    margin-bottom: 15px !important
}

@media (max-width:575px) {
    .lookup-inner_textbox h4 {
        font-size: 16px;
        line-height: 22px
    }
}

.lookup-inner_textbox p {
    margin-bottom: 30px !important;
    font-size: 16px;
    font-weight: 400;
    line-height: 28px;
    color: #000
}

.lookup-inner_textbox p:last-child {
    margin-bottom: 0 !important
}

.lookup-inner_textbox ol,
.lookup-inner_textbox ul {
    font-size: 16px;
    font-weight: 400;
    line-height: 28px;
    color: #000;
    padding-left: 20px;
    list-style: disc
}

.lookup-inner_textbox ol li,
.lookup-inner_textbox ul li {
    margin-bottom: 10px
}

.lookup-inner_textbox ol {
    list-style: auto
}

.lookup-inner_textbox ol li {
    margin-bottom: 10px
}

.lookup-inner_textbox span {
    margin-bottom: 20px;
    display: block
}

.lookup-inner_textbox .tab-content-wrapper h4 {
    font-size: 20px;
    line-height: 28px;
    color: #41246e;
    margin-bottom: 0 !important;
    margin-top: 15px !important
}

.lookup-inner_textbox .tab-content-wrapper .table-responsive {
    border: 0 !important
}

@media (max-width:767px) {
    .lookup-inner_textbox .tab-content-wrapper .table-responsive {
        overflow-x: scroll
    }
}

.lookup-inner_textbox .tab-content-wrapper .table-responsive table {
    margin-top: 0;
    margin-bottom: 30px;
    border: 0 !important
}

.lookup-inner_textbox .tab-content-wrapper .table-responsive table th {
    font-size: 18px;
    line-height: 28px;
    vertical-align: middle;
    font-weight: 500;
    padding: 15px 8px
}

@media (max-width:767px) {
    .lookup-inner_textbox .tab-content-wrapper .table-responsive table th {
        font-size: 15px;
        white-space: nowrap
    }
}

.lookup-inner_textbox .tab-content-wrapper .table-responsive table td {
    max-width: 153px;
    font-weight: 500;
    padding: 15px 8px;
    color: #000;
    font-size: 14px;
    line-height: 20px;
    vertical-align: initial;
    border-bottom-color: #000 !important
}

.lookup-inner_textbox .tab-content-wrapper .table-responsive table td:first-child {
    font-weight: 700
}

@media (min-width:1440px) {

    .lookup-sec .sec-heading,
    .lookup-sec .upstox-option-strategies .faq-sec .heading,
    .lookup-sec .upstox-trading-facility .faq-sec .heading,
    .upstox-option-strategies .faq-sec .lookup-sec .heading,
    .upstox-trading-facility .faq-sec .lookup-sec .heading {
        margin-bottom: 64px
    }

    .lookup-inner_textbox,
    .lookup-inner_textbox ol,
    .lookup-inner_textbox p,
    .lookup-inner_textbox ul {
        font-size: 18px;
        line-height: 32px
    }
}

@media (max-width:575px) {

    .lookup-sec .sec-heading,
    .lookup-sec .upstox-option-strategies .faq-sec .heading,
    .lookup-sec .upstox-trading-facility .faq-sec .heading,
    .upstox-option-strategies .faq-sec .lookup-sec .heading,
    .upstox-trading-facility .faq-sec .lookup-sec .heading {
        margin-bottom: 24px;
        text-align: left
    }

    .lookup-sec .heading-text {
        text-align: left
    }

    .lookup-inner_textbox,
    .lookup-inner_textbox ol,
    .lookup-inner_textbox p,
    .lookup-inner_textbox ul {
        font-weight: 500;
        font-size: 14px;
        line-height: 20px;
        letter-spacing: -.09px
    }

    .lookup-inner_textbox::-webkit-scrollbar {
        width: 4px
    }

    .lookup-inner {
        padding: 16px 16px 0;
        border-radius: 16px
    }
}

@media (max-width:767px) {
    main.trade-page .invest-features .invest-features-card .invest-features-image-box {
        padding: 0 16px
    }
}

@media (max-width:767px) {
    main.trade-page section.invest-features {
        padding-bottom: 20px !important
    }
}

@media (max-width:767px) {
    main.trade-page .invest-features .invest-features-container .btn-wrap.text-center .btn-design {
        display: none !important
    }
}

@media (max-width:767px) {
    main.trade-page a.btn-design {
        width: 100% !important
    }
}

.home-front-page .m-0 {
    margin: 0
}

.home-front-page .ml-8 {
    margin-left: 8px
}

.home-front-page .mr-8 {
    margin-right: 8px
}

.home-front-page .mt-8 {
    margin-top: 8px
}

.home-front-page .mt-16 {
    margin-top: 16px
}

.home-front-page .mt-32 {
    margin-top: 32px
}

.home-front-page .mt-40 {
    margin-top: 40px
}

.home-front-page .mt-48 {
    margin-top: 48px
}

.home-front-page .mobile-banner-sec {
    display: none
}

.home-front-page .error-message,
.home-front-page div.error-message {
    font-size: 12px;
    font-weight: 400;
    line-height: 1.5;
    letter-spacing: 0;
    color: red;
    padding-inline: 8px;
    position: static !important
}

.home-front-page .home_banner {
    max-width: 1392px;
    width: 100%;
    margin-inline: auto;
    padding-inline: 30px;
    padding: 0 30px;
    margin: 0 auto
}

@media screen and (max-width:767px) {
    .home-front-page .home_banner {
        padding: 24px 16px 52px
    }
}

.home-front-page .home_banner .section-row {
    display: -ms-flexbox;
    display: flex
}

.home-front-page .home_banner .section-row .banner_left_sec {
    -ms-flex-positive: 1;
    flex-grow: 1
}

@media screen and (max-width:1200px) {
    .home-front-page .home_banner .section-row .banner_left_sec {
        -ms-flex: 0 0 55%;
        flex: 0 0 55%;
        max-width: 55%
    }
}

.home-front-page .home_banner .section-row .banner_left_sec .banner_left_section {
    padding: 64px 0 78px;
    max-width: 660px;
    width: 100%
}

@media screen and (max-width:767px) {
    .home-front-page .home_banner .section-row .banner_left_sec .banner_left_section {
        padding: 0
    }
}

.home-front-page .home_banner .section-row .banner_right_sec {
    -ms-flex: 0 0 640px;
    flex: 0 0 640px;
    max-width: 640px
}

@media screen and (max-width:1200px) {
    .home-front-page .home_banner .section-row .banner_right_sec {
        -ms-flex: 0 0 45%;
        flex: 0 0 45%;
        max-width: 45%
    }
}

.home-front-page .home_banner .section-row .banner_right_sec .home-bb {
    margin-top: 0
}

.home-front-page .dark-banner {
    --color-1: #fff;
    --color-2: #e67b26;
    --dark-blue: #2c0d5b;
    --light-blue: #77cece;
    --light-black: rgba(0, 0, 0, .5)
}

.home-front-page .dark-banner .error-message,
.home-front-page .dark-banner div.error-message {
    padding-inline: 8px;
    margin-bottom: 8px !important
}

.home-front-page .dark-banner .error-message>span,
.home-front-page .dark-banner div.error-message>span {
    background: #000;
    border-radius: 8px;
    padding: 4px 8px;
    font-family: Inter;
    font-size: 11px;
    font-weight: 400;
    line-height: 16px;
    letter-spacing: -.03em;
    text-align: left;
    display: block
}

@media screen and (min-width:768px) {
    .home-front-page .dark-banner .home_banner_section {
        background: radial-gradient(circle at center right, #fff 29%, rgba(58, 132, 58, 0) 70%), radial-gradient(circle at center right, #fff 18%, rgba(58, 132, 58, 0) 46%), radial-gradient(ellipse at bottom center, #8941f9 18%, rgba(137, 65, 246, .5) 29%, rgba(137, 65, 246, 0) 87%), radial-gradient(ellipse at bottom center, #8941f6 18%, rgba(137, 65, 246, .5) 31%, rgba(137, 65, 246, 0) 62%), linear-gradient(135deg, #1e0b3c 30%, rgba(30, 11, 60, 0));
        background-repeat: no-repeat;
        background-size: cover
    }
}

@media screen and (max-width:767px) {
    .home-front-page .dark-banner .home_banner_section {
        background-image: url(../img/home/new-banner/dark-mobile-bg.svg);
        background-repeat: no-repeat;
        background-size: cover
    }
}

.home-front-page .dark-banner .home_banner {
    color: var(--color-1)
}

.home-front-page .home_banner_section .banner_heading {
    font-size: 64px;
    font-weight: 600;
    line-height: 1.25;
    color: var(--color-1);
    letter-spacing: -.05em;
    text-transform: capitalize
}

@media screen and (max-width:1200px) {
    .home-front-page .home_banner_section .banner_heading {
        font-size: 54px
    }
}

@media screen and (max-width:767px) {
    .home-front-page .home_banner_section .banner_heading {
        font-size: 44px;
        font-weight: 600;
        line-height: 1.1;
        letter-spacing: -.05em;
        text-align: left
    }
}

@media screen and (max-width:359px) {
    .home-front-page .home_banner_section .banner_heading {
        font-size: calc(30px + 14 * (100vw - 320px) / 30)
    }
}

.home-front-page .home_banner_section .banner_heading_section_list li {
    display: inline;
    border-right: 1px solid var(--color-1);
    padding-inline: 24px;
    padding: 0 24px;
    font-size: 16px;
    font-weight: 500;
    line-height: 24px;
    letter-spacing: 0
}

.home-front-page .home_banner_section .banner_heading_section_list li:first-child {
    padding-left: 0
}

.home-front-page .home_banner_section .banner_heading_section_list li:last-child {
    border-right: none;
    margin-right: 0
}

.home-front-page .home_banner_section .banner_heading_section_list li a {
    font-size: inherit;
    font-weight: inherit;
    line-height: inherit;
    letter-spacing: inherit;
    color: var(--color-1);
    display: inline-block
}

.home-front-page .home_banner_section .banner_form_section {
    max-width: 467px;
    width: 100%
}

.home-front-page .home_banner_section .banner_form_section .input_form {
    position: relative;
    width: 100%;
    min-height: 64px;
    padding: 8px;
    border-radius: 16px;
    margin-bottom: 8px;
    background: #fff
}

.home-front-page .home_banner_section .banner_form_section .input_form .country-code {
    display: inline-block;
    font-family: Inter;
    font-size: 16px;
    font-weight: 600;
    line-height: 24px;
    letter-spacing: -.03em;
    text-align: left;
    color: #000;
    padding-left: 8px;
    padding-right: 10px
}

.home-front-page .home_banner_section .banner_form_section .input_form input.txtcontact {
    margin-bottom: 0;
    padding: 0 !important;
    font-size: 16px !important;
    font-weight: 500;
    line-height: 24px;
    letter-spacing: -.03em;
    text-align: left;
    color: #444;
    border: none;
    box-shadow: none;
    -ms-flex-positive: 1;
    flex-grow: 1
}

.home-front-page .home_banner_section .banner_form_section .input_form input.txtcontact:focus {
    outline: none;
    box-shadow: none
}

.home-front-page .home_banner_section .banner_form_section .input_form .banner_form_button {
    background: var(--dark-blue);
    padding: 5px;
    border-radius: 12px;
    width: 48px;
    min-width: 48px;
    height: 48px;
    min-height: 48px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-align: center;
    align-items: center
}

.home-front-page .home_banner_section .banner_form_section .banner_form_info {
    font-size: 12px;
    font-weight: 400;
    line-height: 16px;
    letter-spacing: -.03em;
    color: var(--color-1);
    padding-inline: 8px
}

.home-front-page .home_banner_section .banner_form_section .banner_form_info a {
    text-decoration: underline;
    font-weight: 500;
    color: var(--color-1)
}

.home-front-page .banner-price-boxes {
    display: -ms-flexbox;
    display: flex
}

.home-front-page .banner-price-boxes .banner_price_box {
    background: var(--light-black);
    border-left: 4px solid var(--light-blue);
    border-radius: 4px;
    margin-right: 16px;
    padding: 16px
}

.home-front-page .banner-price-boxes .banner_price_box .price-info {
    font-size: 24px;
    font-weight: 700;
    line-height: 32px;
    letter-spacing: 0;
    text-align: left;
    color: var(--color-1);
    margin-bottom: 8px;
    display: block
}

.home-front-page .banner-price-boxes .banner_price_box .heading {
    font-size: 14px;
    font-weight: 600;
    line-height: 16px;
    letter-spacing: 0;
    color: var(--color-1);
    margin-bottom: 4px
}

.home-front-page .banner-price-boxes .banner_price_box .price-text {
    font-size: 12px;
    font-weight: 500;
    line-height: 14px;
    letter-spacing: 0;
    color: hsla(0, 0%, 100%, .75)
}

.home-front-page .banner_rating_section {
    display: -ms-flexbox;
    display: flex
}

.home-front-page .banner_rating_section .banner_rating_details {
    border-right: 1px solid;
    padding: 0 16px
}

.home-front-page .banner_rating_section .banner_rating_details:last-child {
    border-right: 0
}

.home-front-page .banner_rating_section .banner_rating_details .banner_rating_details_info .banner_rating_details_heading {
    font-size: 24px;
    font-weight: 700;
    line-height: 32px;
    letter-spacing: 0;
    text-align: left;
    white-space: nowrap
}

.home-front-page .banner_rating_section .banner_rating_details .banner_rating_details_info>img {
    width: 24px;
    min-width: 24px;
    height: 24px;
    min-height: 24px
}

.home-front-page .banner_rating_section .banner_rating_details .banner_rating_details_img {
    width: 32px;
    min-width: 32px;
    height: 32px;
    min-height: 32px
}

.home-front-page .banner_rating_section .banner_rating_details .banner_rating_button {
    padding: 8px;
    border-radius: 4px;
    line-height: 0;
    color: #545456;
    background: #fff
}

.home-front-page .banner_rating_section .banner_rating_details .banner_rating_button img {
    min-width: 58px;
    width: 58px
}

.home-front-page .banner_rating_section .banner_rating_details .banner_rating_info {
    margin-top: 8px
}

.home-front-page .banner_rating_section .banner_rating_details .banner_rating_info h6 {
    font-size: 14px;
    font-weight: 600;
    line-height: 16px;
    letter-spacing: 0;
    text-align: left
}

.home-front-page .home-bb .item {
    width: 100% !important;
    margin: 0
}

.home-front-page .home-bb .item img {
    width: auto;
    margin-inline: auto
}

@media screen and (max-width:767px) {
    .home-front-page .home-bb .owl-dots {
        bottom: 0
    }
}

@media screen and (max-width:768px) {
    .home-front-page .banner_price_section.mobile-view {
        border-top: 1px solid #000;
        border-bottom: 1px solid #e5e5e5
    }

    .home-front-page .banner_price_section.mobile-view .banner_price_box {
        background: #fff;
        margin-right: 0;
        border-left: none;
        border-radius: none;
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%
    }

    .home-front-page .banner_price_section.mobile-view .banner_price_box:first-child {
        border-right: 1px solid #e5e5e5;
        padding-right: 10px
    }

    .home-front-page .banner_price_section.mobile-view .banner_price_box .heading,
    .home-front-page .banner_price_section.mobile-view .banner_price_box .price-info {
        color: #000
    }

    .home-front-page .banner_price_section.mobile-view .banner_price_box .price-text {
        color: rgba(0, 0, 0, .75)
    }

    .home-front-page .banner_price_section.mobile-view .banner_rating_section {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap
    }

    .home-front-page .banner_price_section.mobile-view .banner_rating_section .banner_rating_details {
        padding-top: 8px;
        padding-bottom: 8px;
        border-top: 1px solid #e5e5e5;
        border-right: none;
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-direction: row-reverse;
        flex-direction: row-reverse;
        -ms-flex-align: center;
        align-items: center;
        -ms-flex-pack: justify;
        justify-content: space-between
    }

    .home-front-page .banner_price_section.mobile-view .banner_rating_section .banner_rating_details:first-child {
        border-right: 1px solid #e5e5e5
    }

    .home-front-page .banner_price_section.mobile-view .banner_rating_section .banner_rating_details:last-child {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%
    }

    .home-front-page .banner_price_section.mobile-view .banner_rating_section .banner_rating_details:last-child>* {
        -ms-flex: 0 1 50%;
        flex: 0 1 50%;
        max-width: 50%
    }

    .home-front-page .banner_price_section.mobile-view .banner_rating_section .banner_rating_details .banner_rating_details_info .banner_rating_details_heading {
        font-size: 16px;
        font-weight: 700;
        line-height: 24px;
        letter-spacing: 0;
        color: #000
    }

    .home-front-page .banner_price_section.mobile-view .banner_rating_section .banner_rating_details .banner_rating_details_info>img {
        width: 16px;
        min-width: 16px;
        height: 16px;
        min-height: 16px
    }

    .home-front-page .banner_price_section.mobile-view .banner_rating_section .banner_rating_details .banner_rating_details_info .banner_rating_details_img {
        width: 40px;
        min-width: 40px;
        height: 40px;
        min-height: 40px
    }

    .home-front-page .banner_price_section.mobile-view .banner_rating_section .banner_rating_details .banner_rating_details_info .banner_rating_button {
        border: 1px solid #e5e5e5
    }

    .home-front-page .banner_price_section.mobile-view .banner_rating_section .banner_rating_details .banner_rating_info {
        margin-top: 0;
        margin-right: 8px
    }

    .home-front-page .banner_price_section.mobile-view .banner_rating_section .banner_rating_details .banner_rating_info h6 {
        font-size: 12px;
        color: #000
    }
}

@media screen and (min-width:768px) {
    .home-front-page .dark-banner .mobile-view {
        display: none
    }
}

@media screen and (max-width:767px) {

    .home-front-page .dark-banner .desktop-view .banner_form_section,
    .home-front-page .dark-banner .desktop-view .banner_price_section {
        display: none
    }

    .home-front-page .dark-banner .banner_heading_section .banner_heading_section_list {
        margin-top: 8px
    }

    .home-front-page .dark-banner .banner_heading_section .banner_heading_section_list ul {
        -ms-flex-direction: column;
        flex-direction: column;
        -ms-flex-align: start;
        align-items: flex-start
    }

    .home-front-page .dark-banner .banner_heading_section .banner_heading_section_list ul li {
        padding: 8px 0;
        border-right: none;
        border-bottom: 1px solid #fff;
        font-size: 13px;
        font-weight: 500;
        line-height: 14px;
        letter-spacing: 0;
        text-align: left
    }

    .home-front-page .dark-banner .home-bb .owl-dots .owl-dot {
        width: 5px;
        height: 5px;
        background: hsla(0, 0%, 100%, .25);
        margin-inline: 5px
    }

    .home-front-page .dark-banner .home-bb .owl-dots .owl-dot.active {
        background: #fff
    }

    .home-front-page .dark-banner .banner_form_section {
        margin-top: 27px
    }

    .home-front-page .dark-banner .banner_form_section .input_form {
        min-height: 56px
    }

    .home-front-page .dark-banner .banner_form_section .input_form input.txtcontact {
        color: #000
    }

    .home-front-page .dark-banner .banner_form_section .input_form .banner_form_button {
        width: 40px;
        min-width: 40px;
        height: 40px;
        min-height: 40px
    }
}

.home-front-page .home-bb {
    position: relative
}

.home-front-page .home-bb .owl-nav {
    width: 100%;
    text-align: center;
    position: absolute;
    top: 50%
}

.home-front-page .home-bb button.owl-prev {
    position: absolute;
    left: 0;
    font-size: 20px !important;
    background: none;
    border: 0;
    display: none
}

.home-front-page .home-bb button.owl-next {
    position: absolute;
    right: 0;
    font-size: 20px !important;
    background: none;
    border: 0;
    display: none
}

.home-front-page .home-bb .owl-dots .owl-dot span {
    height: 0;
    display: none !important
}

.home-front-page .home-bb .owl-dots {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    justify-content: center;
    position: absolute;
    margin-inline: auto;
    bottom: 32px;
    left: 50%;
    transform: translateX(-50%)
}

.home-front-page .home-bb .owl-dots .owl-dot {
    width: 8px;
    height: 8px;
    background: rgba(0, 0, 0, .25);
    border-radius: 50%;
    margin-inline: 8px
}

.home-front-page .home-bb .owl-dots .owl-dot.active {
    background: #000
}

.home-front-page .home-bb .item {
    width: 300px;
    margin: 0 auto
}

.home-front-page .home-bb .cstm-container {
    margin: 0 auto
}

.home-front-page .home-bb .owl-carousel {
    margin-top: 50px
}

.home-front-page .home-bb .owl-item>div {
    cursor: pointer;
    margin: 0 auto;
    transition: margin .4s ease
}

.home-front-page .home-bb .owl-item.center>div {
    cursor: auto;
    margin: 0 auto
}

.home-front-page .home-bb .owl-item:not(.center)>div:hover {
    opacity: .75
}

@media screen and (max-width:767px) {
    .home-front-page .home-light .item img {
        height: 220px !important;
        max-height: 220px !important
    }
}

@media screen and (max-width:767px) {
    main.upstox-homepage.invest-page .download-tranding-app .content-bx {
        margin-bottom: 36px !important
    }

    main.upstox-homepage.invest-page .download-tranding-app {
        padding-bottom: 0 !important
    }
}

main.homepage .first-fold-wrap {
    max-width: 463px !important
}

main.homepage .first-fold-wrap h3 {
    height: 47px !important;
    font-family: Messina Sans;
    font-weight: 400;
    font-size: 36px;
    line-height: 47px
}

@media screen and (max-width:575px) {
    main.homepage .first-fold-wrap h3 {
        height: 33px !important
    }
}

.first-fold-wrap .main-heading {
    font-size: 40px !important;
    font-weight: 600 !important;
    line-height: 48px !important;
    letter-spacing: 0 !important;
    color: #262626
}

.first-fold-wrap .heading {
    height: auto !important;
    margin-bottom: 40px
}

.first-fold-wrap .heading span {
    font-size: 40px;
    font-weight: 600;
    line-height: 32px;
    letter-spacing: -.699999988079071px;
    color: #5a298b
}

.first-fold-wrap form {
    position: relative
}

.first-fold-wrap form .sign-up-form .group-layout {
    margin-bottom: 8px
}

.first-fold-wrap form .sign-up-form .group-layout input:not([type=submit]) {
    border: none;
    box-shadow: none;
    margin-bottom: 0;
    font-size: 16px !important;
    font-weight: 400;
    line-height: 32px;
    letter-spacing: -.699999988079071px;
    color: #262626;
    width: 100%
}

.first-fold-wrap form .sign-up-form .group-layout input::-webkit-input-placeholder {
    font-size: 16px !important;
    font-weight: 400;
    line-height: 32px;
    letter-spacing: -.699999988079071px;
    color: #262626
}

.first-fold-wrap form .sign-up-form .group-layout input:-ms-input-placeholder,
.first-fold-wrap form .sign-up-form .group-layout input::-ms-input-placeholder {
    font-size: 16px !important;
    font-weight: 400;
    line-height: 32px;
    letter-spacing: -.699999988079071px;
    color: #262626
}

.first-fold-wrap form .sign-up-form .group-layout input::placeholder {
    font-size: 16px !important;
    font-weight: 400;
    line-height: 32px;
    letter-spacing: -.699999988079071px;
    color: #262626
}

.first-fold-wrap form .sign-up-form .group-layout .contact-input-phone {
    line-height: 0
}

.first-fold-wrap form .sign-up-form .group-layout .contact-input-phone img {
    min-width: 15px
}

.first-fold-wrap form .sign-up-form .group-layout .contact-input-wrap {
    position: relative;
    width: 50px;
    height: 32px;
    margin-left: 8px;
    min-width: 34px
}

.first-fold-wrap form .sign-up-form .group-layout .contact-input-wrap:after {
    top: 0;
    left: 0;
    font-size: 16px;
    font-weight: 400;
    color: #9b9b9b;
    line-height: 34px;
    letter-spacing: -.699999988079071px;
    width: inherit;
    height: inherit
}

.first-fold-wrap form .sign-up-form .group-layout button.submit-btn {
    border-radius: 24px;
    font-size: 16px;
    font-weight: 700;
    line-height: 24px;
    letter-spacing: 0;
    text-align: center;
    margin-left: 8px
}

.first-fold-wrap form .sign-up-form .group-layout-inner {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center
}

.first-fold-wrap form #error-message {
    font-weight: 400;
    font-size: 12px;
    line-height: 16px;
    color: #db542a
}

@media screen and (min-width:768px) {
    .first-fold-wrap .sign-up-form .group-layout {
        max-width: 463px;
        width: 100%;
        height: 64px;
        border-radius: 40px;
        border: 1px solid #ccc;
        padding: 8px 8px 8px 16px;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-align: center;
        align-items: center
    }

    .first-fold-wrap .sign-up-form .group-layout.error-group-layout {
        border-color: #db542a
    }
}

@media screen and (max-width:767px) {
    .first-fold-wrap .main-heading {
        font-size: 24px !important;
        line-height: 29px !important;
        text-align: center !important
    }

    .first-fold-wrap .heading {
        margin-top: 12px !important;
        margin-bottom: 31px;
        text-align: center
    }

    .first-fold-wrap .heading span {
        font-size: 24px;
        line-height: 32px;
        text-align: center
    }

    .first-fold-wrap .sign-up-form .group-layout-inner {
        max-width: 463px;
        width: 100%;
        height: 64px;
        border-radius: 40px;
        border: 1px solid #ccc;
        padding: 8px 16px;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-align: center;
        align-items: center
    }

    .first-fold-wrap .sign-up-form .group-layout button.submit-btn {
        margin-left: 0 !important;
        margin-top: 16px;
        width: 100%
    }

    .first-fold-wrap .sign-up-form .group-layout .error-enable-wrap {
        margin-bottom: 24px;
        border-color: #db542a
    }

    div#error-message {
        position: absolute;
        bottom: 67px
    }
}

@media screen and (max-width:414px) {
    .first-fold-wrap input#txtcontact {
        padding-left: 0
    }

    .first-fold-wrap input#txtcontact::-webkit-input-placeholder {
        font-size: 14px !important
    }

    .first-fold-wrap input#txtcontact:-ms-input-placeholder,
    .first-fold-wrap input#txtcontact::-ms-input-placeholder {
        font-size: 14px !important
    }

    .first-fold-wrap input#txtcontact::placeholder {
        font-size: 14px !important
    }

    .first-fold-wrap .sign-up-form .group-layout .contact-input-wrap:after {
        width: 32px
    }
}

main.upstox-pricing .pricing-top-head {
    padding: 128px 0 48px;
    margin-bottom: 75px
}

@media (max-width:767px) {
    main.upstox-pricing .pricing-top-head {
        padding: 64px 0 32px;
        margin-bottom: 0
    }
}

@media (min-width:576px) {

    .upstox-option-strategies .faq-sec main.upstox-pricing .pricing-top-head .heading,
    .upstox-trading-facility .faq-sec main.upstox-pricing .pricing-top-head .heading,
    main.upstox-pricing .pricing-top-head .sec-heading,
    main.upstox-pricing .pricing-top-head .upstox-option-strategies .faq-sec .heading,
    main.upstox-pricing .pricing-top-head .upstox-trading-facility .faq-sec .heading {
        text-align: center
    }
}

main.upstox-pricing .pricing-top-head .title {
    margin: 13px 0 16px
}

@media (max-width:576px) {
    main.upstox-pricing .flat-brokerage {
        padding-top: 96px
    }
}

.upstox-option-strategies .faq-sec main.upstox-pricing .flat-brokerage .heading .title,
.upstox-trading-facility .faq-sec main.upstox-pricing .flat-brokerage .heading .title,
main.upstox-pricing .flat-brokerage .sec-heading .title,
main.upstox-pricing .flat-brokerage .upstox-option-strategies .faq-sec .heading .title,
main.upstox-pricing .flat-brokerage .upstox-trading-facility .faq-sec .heading .title {
    margin-bottom: 16px
}

@media (min-width:576px) {

    .upstox-option-strategies .faq-sec main.upstox-pricing .flat-brokerage .heading,
    .upstox-trading-facility .faq-sec main.upstox-pricing .flat-brokerage .heading,
    main.upstox-pricing .flat-brokerage .sec-heading,
    main.upstox-pricing .flat-brokerage .upstox-option-strategies .faq-sec .heading,
    main.upstox-pricing .flat-brokerage .upstox-trading-facility .faq-sec .heading {
        text-align: center
    }
}

@media (max-width:767px) {
    main.upstox-pricing .flat-brokerage .flat-brokerage-inner {
        overflow-x: scroll
    }

    main.upstox-pricing .flat-brokerage .flat-brokerage-inner::-webkit-scrollbar {
        display: none
    }
}

@media (max-width:576px) {
    main.upstox-pricing .flat-brokerage .flat-brokerage-inner {
        background: #f1f1f1;
        padding: 32px 16px;
        margin-left: -15px;
        margin-right: -15px;
        margin-top: 48px
    }
}

main.upstox-pricing .flat-brokerage .flat-brokerage-table {
    width: 930px;
    margin: 0;
    margin-top: 64px;
    background: #fff;
    border-radius: 10px;
    border-collapse: separate
}

@media (max-width:576px) {
    main.upstox-pricing .flat-brokerage .flat-brokerage-table {
        margin-top: 0
    }
}

main.upstox-pricing .flat-brokerage .flat-brokerage-table tr td,
main.upstox-pricing .flat-brokerage .flat-brokerage-table tr th {
    border: 1px solid #41246e
}

main.upstox-pricing .flat-brokerage .flat-brokerage-table thead {
    background: #f5f5f5;
    font-size: 16px;
    line-height: 21px
}

main.upstox-pricing .flat-brokerage .flat-brokerage-table thead tr th {
    font-weight: 700;
    font-size: 14px;
    line-height: 20px;
    text-align: center;
    letter-spacing: -.09px;
    color: #41246e;
    padding: 16px;
    border-bottom: none
}

main.upstox-pricing .flat-brokerage .flat-brokerage-table thead tr th:first-child {
    border-top-left-radius: 10px;
    border-right: none
}

main.upstox-pricing .flat-brokerage .flat-brokerage-table thead tr th:last-child {
    border-top-right-radius: 10px
}

main.upstox-pricing .flat-brokerage .flat-brokerage-table tbody tr td {
    padding: 32px;
    vertical-align: baseline
}

@media (max-width:576px) {
    main.upstox-pricing .flat-brokerage .flat-brokerage-table tbody tr td {
        padding: 16px
    }
}

main.upstox-pricing .flat-brokerage .flat-brokerage-table tbody tr td.no-data {
    padding: 16px;
    font-weight: 500;
    font-size: 14px;
    line-height: 20px;
    color: #41246e;
    letter-spacing: -.09px;
    margin-bottom: 28px
}

main.upstox-pricing .flat-brokerage .flat-brokerage-table tbody tr td .margin {
    font-weight: 600;
    font-size: 48px;
    line-height: 56px;
    color: #41246e;
    letter-spacing: -1.07px;
    margin-bottom: 10px
}

@media (max-width:576px) {
    main.upstox-pricing .flat-brokerage .flat-brokerage-table tbody tr td .margin {
        font-size: 40px;
        line-height: 48px
    }
}

main.upstox-pricing .flat-brokerage .flat-brokerage-table tbody tr td ul {
    margin: 0
}

main.upstox-pricing .flat-brokerage .flat-brokerage-table tbody tr td ul li {
    font-weight: 500;
    font-size: 14px;
    line-height: 20px;
    color: #41246e;
    letter-spacing: -.09px;
    margin-bottom: 28px
}

main.upstox-pricing .flat-brokerage .flat-brokerage-table tbody tr:first-child td {
    border-bottom: none
}

main.upstox-pricing .flat-brokerage .flat-brokerage-table tbody tr:first-child td:not(:last-child) {
    border-right: none
}

main.upstox-pricing .flat-brokerage .flat-brokerage-table tbody tr:last-child td {
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px
}

main.upstox-pricing .flat-brokerage .flat-brokerage-btn {
    padding-top: 32px
}

@media (max-width:576px) {
    main.upstox-pricing .flat-brokerage .flat-brokerage-btn {
        padding-top: 48px;
        -ms-flex-direction: column;
        flex-direction: column
    }
}

main.upstox-pricing .flat-brokerage .flat-brokerage-btn .btn-design {
    width: 100%;
    font-weight: 500;
    border-radius: 9999px
}

main.upstox-pricing .flat-brokerage .flat-brokerage-btn .btn-design:last-child {
    -ms-flex: 0 0 78px;
    flex: 0 0 78px;
    border: 1px solid #41246e;
    background: #fff;
    padding: 15px 30px;
    min-width: auto
}

@media (max-width:576px) {
    main.upstox-pricing .flat-brokerage .flat-brokerage-btn .btn-design:last-child {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%
    }
}

main.upstox-pricing .flat-brokerage .flat-brokerage-btn .btn-design:last-child img {
    max-width: 19px
}

main.upstox-pricing .flat-brokerage .flat-brokerage-btn .btn-design:not(:last-child) {
    margin-right: 16px
}

@media (max-width:576px) {
    main.upstox-pricing .flat-brokerage .flat-brokerage-btn .btn-design:not(:last-child) {
        margin-right: 0;
        margin-bottom: 16px
    }
}

@media (min-width:576px) {

    .upstox-option-strategies .faq-sec main.upstox-pricing .up-brokerage-rates .heading,
    .upstox-trading-facility .faq-sec main.upstox-pricing .up-brokerage-rates .heading,
    main.upstox-pricing .up-brokerage-rates .sec-heading,
    main.upstox-pricing .up-brokerage-rates .upstox-option-strategies .faq-sec .heading,
    main.upstox-pricing .up-brokerage-rates .upstox-trading-facility .faq-sec .heading {
        text-align: center
    }
}

.upstox-option-strategies .faq-sec main.upstox-pricing .up-brokerage-rates .heading .title,
.upstox-trading-facility .faq-sec main.upstox-pricing .up-brokerage-rates .heading .title,
main.upstox-pricing .up-brokerage-rates .sec-heading .title,
main.upstox-pricing .up-brokerage-rates .upstox-option-strategies .faq-sec .heading .title,
main.upstox-pricing .up-brokerage-rates .upstox-trading-facility .faq-sec .heading .title {
    margin-top: 16px
}

main.upstox-pricing .up-brokerage-rates .tab-header {
    display: -ms-flexbox;
    display: flex;
    border-bottom: 1px solid #000;
    margin-top: 64px
}

@media (max-width:767px) {
    main.upstox-pricing .up-brokerage-rates .tab-header {
        overflow-x: scroll
    }

    main.upstox-pricing .up-brokerage-rates .tab-header::-webkit-scrollbar {
        display: none
    }
}

main.upstox-pricing .up-brokerage-rates .tab-header .tab-item {
    position: relative;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    max-width: 320px;
    padding: 0 0 24px;
    text-align: center;
    font-size: 20px;
    line-height: 28px;
    color: #41246e;
    opacity: .5;
    white-space: nowrap;
    cursor: pointer
}

main.upstox-pricing .up-brokerage-rates .tab-header .tab-item span {
    font-weight: 500
}

main.upstox-pricing .up-brokerage-rates .tab-header .tab-item.active {
    opacity: 1
}

main.upstox-pricing .up-brokerage-rates .tab-header .tab-item.active span {
    font-weight: 600
}

main.upstox-pricing .up-brokerage-rates .tab-header .tab-item:after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 5px;
    background: transparent
}

main.upstox-pricing .up-brokerage-rates .tab-header .tab-item.active:after {
    background: #41246e
}

@media (max-width:576px) {
    main.upstox-pricing .up-brokerage-rates .tab-header .tab-item {
        max-width: 160px;
        padding: 0 40px 24px;
        font-size: 16px;
        line-height: 19px
    }
}

@media (max-width:767px) {
    main.upstox-pricing .up-brokerage-rates .tab-content {
        overflow-x: scroll
    }

    main.upstox-pricing .up-brokerage-rates .tab-content::-webkit-scrollbar {
        display: none
    }
}

main.upstox-pricing .up-brokerage-rates .tab-content .brokerage-rates-table {
    margin: 0;
    margin-top: 32px
}

@media (max-width:576px) {
    main.upstox-pricing .up-brokerage-rates .tab-content .brokerage-rates-table {
        margin-top: 0
    }
}

main.upstox-pricing .up-brokerage-rates .tab-content .brokerage-rates-table tr td,
main.upstox-pricing .up-brokerage-rates .tab-content .brokerage-rates-table tr th {
    max-width: 153px;
    font-weight: 500;
    padding: 32px 8px;
    color: #000;
    border-bottom-color: #000 !important
}

@media (max-width:576px) {

    main.upstox-pricing .up-brokerage-rates .tab-content .brokerage-rates-table tr td,
    main.upstox-pricing .up-brokerage-rates .tab-content .brokerage-rates-table tr th {
        padding: 24px 8px
    }
}

main.upstox-pricing .up-brokerage-rates .tab-content .brokerage-rates-table tr th {
    font-size: 20px;
    line-height: 28px;
    vertical-align: middle
}

@media (max-width:576px) {
    main.upstox-pricing .up-brokerage-rates .tab-content .brokerage-rates-table tr th {
        font-size: 16px;
        line-height: 24px
    }
}

main.upstox-pricing .up-brokerage-rates .tab-content .brokerage-rates-table tr td {
    font-size: 14px;
    line-height: 20px;
    vertical-align: initial
}

main.upstox-pricing .up-brokerage-rates .tab-content .brokerage-rates-table tr td:first-child {
    font-weight: 700
}

main.upstox-pricing .up-brokerage-rates .btn-wrap {
    margin-top: 64px;
    text-align: center
}

@media (max-width:576px) {
    main.upstox-pricing .up-brokerage-rates .btn-wrap {
        text-align: left;
        margin-top: 48px
    }
}

@media (max-width:576px) {
    main.upstox-pricing .up-brokerage-rates .btn-wrap .btn-design {
        font-size: 14px
    }
}

main.upstox-pricing .up-pricing-faqs.pricing_help_section {
    max-width: 100%;
    margin: 0
}

@media (min-width:576px) {

    .upstox-option-strategies .faq-sec main.upstox-pricing .up-pricing-faqs .heading,
    .upstox-trading-facility .faq-sec main.upstox-pricing .up-pricing-faqs .heading,
    main.upstox-pricing .up-pricing-faqs .sec-heading,
    main.upstox-pricing .up-pricing-faqs .upstox-option-strategies .faq-sec .heading,
    main.upstox-pricing .up-pricing-faqs .upstox-trading-facility .faq-sec .heading {
        text-align: center
    }
}

.upstox-option-strategies .faq-sec main.upstox-pricing .up-pricing-faqs .heading .title,
.upstox-trading-facility .faq-sec main.upstox-pricing .up-pricing-faqs .heading .title,
main.upstox-pricing .up-pricing-faqs .sec-heading .title,
main.upstox-pricing .up-pricing-faqs .upstox-option-strategies .faq-sec .heading .title,
main.upstox-pricing .up-pricing-faqs .upstox-trading-facility .faq-sec .heading .title {
    margin-top: 16px
}

main.upstox-pricing .up-pricing-faqs .panel-group-faqs {
    margin: 0;
    margin-top: 32px
}

main.upstox-pricing .up-pricing-faqs .panel-group-faqs .panel-default {
    border-bottom-color: #000
}

@media (max-width:767px) {
    main.upstox-pricing .up-pricing-faqs .panel-group-faqs .panel-default {
        padding: 0
    }
}

@media (max-width:576px) {
    main.upstox-pricing .up-pricing-faqs .panel-group-faqs .panel-default .panel-heading {
        padding: 16px 0;
        overflow: hidden
    }
}

main.upstox-pricing .up-pricing-faqs .panel-group-faqs .panel-default .panel-heading h3.panel-title span {
    color: #000;
    font-weight: 500
}

@media (max-width:576px) {
    main.upstox-pricing .up-pricing-faqs .panel-group-faqs .panel-default .panel-heading h3.panel-title span {
        font-size: 14px;
        line-height: 20px;
        height: auto
    }
}

main.upstox-pricing .up-pricing-faqs .panel-group-faqs .panel-default .panel-body {
    font-size: 16px;
    line-height: 28px;
    font-weight: 400;
    color: #000
}

@media (max-width:576px) {
    main.upstox-pricing .up-pricing-faqs .panel-group-faqs .panel-default .panel-body {
        font-size: 14px;
        line-height: 24px
    }
}

main.upstox-pricing .up-pricing-faqs .d-none {
    display: none
}

@media (min-width:576px) {

    .upstox-option-strategies .faq-sec main.upstox-pricing .perks-investing .heading,
    .upstox-trading-facility .faq-sec main.upstox-pricing .perks-investing .heading,
    main.upstox-pricing .perks-investing .sec-heading,
    main.upstox-pricing .perks-investing .upstox-option-strategies .faq-sec .heading,
    main.upstox-pricing .perks-investing .upstox-trading-facility .faq-sec .heading {
        text-align: center
    }
}

.upstox-option-strategies .faq-sec main.upstox-pricing .perks-investing .heading .title,
.upstox-trading-facility .faq-sec main.upstox-pricing .perks-investing .heading .title,
main.upstox-pricing .perks-investing .sec-heading .title,
main.upstox-pricing .perks-investing .upstox-option-strategies .faq-sec .heading .title,
main.upstox-pricing .perks-investing .upstox-trading-facility .faq-sec .heading .title {
    margin-top: 16px
}

main.upstox-pricing .perks-investing .perks-investing-row {
    margin-top: 64px
}

@media (max-width:767px) {
    main.upstox-pricing .perks-investing .perks-investing-row {
        margin-top: 32px
    }
}

main.upstox-pricing .perks-investing .perks-card {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    height: 420px;
    border-radius: 16px;
    padding: 32px;
    margin-bottom: 32px;
    position: relative;
    overflow: hidden
}

@media (max-width:767px) {
    main.upstox-pricing .perks-investing .perks-card {
        height: 345px
    }
}

@media (max-width:576px) {
    main.upstox-pricing .perks-investing .perks-card {
        height: 256px;
        padding: 16px;
        margin-bottom: 24px
    }
}

main.upstox-pricing .perks-investing .perks-card .perks-card-img {
    min-height: 220px;
    text-align: right;
    margin-bottom: 32px
}

@media (max-width:767px) {
    main.upstox-pricing .perks-investing .perks-card .perks-card-img {
        min-height: inherit
    }
}

@media (max-width:576px) {
    main.upstox-pricing .perks-investing .perks-card .perks-card-img {
        margin-bottom: 5px
    }
}

main.upstox-pricing .perks-investing .perks-card .perks-card-img img {
    max-width: 250px
}

@media (max-width:767px) {
    main.upstox-pricing .perks-investing .perks-card .perks-card-img img {
        height: 180px
    }
}

@media (max-width:576px) {
    main.upstox-pricing .perks-investing .perks-card .perks-card-img img {
        height: 125px
    }
}

main.upstox-pricing .perks-investing .perks-card.last-card .perks-card-img {
    margin-bottom: -38px
}

main.upstox-pricing .perks-investing .perks-card.last-card .perks-card-img img {
    max-width: inherit;
    margin: -32px -32px 0 0
}

@media (max-width:767px) {
    main.upstox-pricing .perks-investing .perks-card.last-card .perks-card-img img {
        height: auto
    }
}

main.upstox-pricing .perks-investing .perks-card .perks-card-content {
    margin-top: auto
}

main.upstox-pricing .perks-investing .perks-card .perks-card-content h5 {
    font-size: 14px;
    line-height: 20px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: -.09px;
    color: #000;
    margin-bottom: 16px
}

@media (max-width:576px) {
    main.upstox-pricing .perks-investing .perks-card .perks-card-content h5 {
        margin-bottom: 8px
    }
}

main.upstox-pricing .perks-investing .perks-card .perks-card-content h4 {
    font-size: 32px;
    line-height: 40px;
    font-weight: 600;
    letter-spacing: -.69px;
    color: #000
}

@media (max-width:991px) {
    main.upstox-pricing .perks-investing .perks-card .perks-card-content h4 {
        font-size: 26px;
        line-height: 34px
    }
}

@media (max-width:576px) {
    main.upstox-pricing .perks-investing .perks-card .perks-card-content h4 {
        font-size: 24px;
        line-height: 32px
    }
}

main.upstox-pricing .perks-investing .btn-wrap {
    margin-top: 32px
}

.pricing-fold .price-row .price-item .price span.gst {
    top: auto;
    left: auto;
    bottom: 0;
    font-size: 16px;
    line-height: normal
}

.upstox-bs-broker .uptox-row-design {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center
}

.upstox-bs-broker .uptox-row-design .partner-form {
    padding: 24px;
    border-radius: 16px
}

.upstox-bs-broker .uptox-row-design .partner-form .form-header {
    line-height: 24px;
    letter-spacing: -.18px;
    color: #262626;
    padding-bottom: 24px
}

.upstox-bs-broker .uptox-row-design .partner-form .form-control {
    border: 1px solid #e1e1e1
}

.upstox-bs-broker .uptox-row-design .partner-form .form-control.input-margin {
    margin-bottom: 24px !important
}

.upstox-bs-broker .uptox-row-design .partner-form .custom_Select select {
    -webkit-appearance: none;
    appearance: none
}

.upstox-bs-broker .uptox-row-design .partner-form .custom_Select img {
    position: absolute;
    top: 10px;
    right: 10px;
    pointer-events: none
}

.upstox-bs-broker .bannerSection {
    background: #afa8e1;
    padding: 72px 0
}

@media (max-width:575px) {
    .upstox-bs-broker .bannerSection {
        padding: 48px 0
    }
}

@media (max-width:1024px) {
    .upstox-bs-broker .bannerSection .uptox-row-design {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -ms-flex-pack: center;
        justify-content: center
    }
}

.upstox-bs-broker .bannerSection .bannerHeading {
    width: auto;
    height: auto;
    font-style: normal;
    font-weight: 600;
    font-size: 48px;
    line-height: 56px;
    letter-spacing: -1.07px;
    color: #fff;
    margin: 0 0 24px
}

@media (max-width:575px) {
    .upstox-bs-broker .bannerSection .bannerHeading {
        text-align: left
    }
}

.upstox-bs-broker .bannerSection .BannerText {
    width: auto;
    height: auto
}

@media (max-width:575px) {
    .upstox-bs-broker .bannerSection .BannerText {
        text-align: left
    }
}

.upstox-bs-broker .bannerSection .BannerText .sub-heading {
    font-style: normal;
    font-weight: 600;
    font-size: 24px;
    line-height: 32px;
    letter-spacing: -.47px;
    color: #fff;
    margin-bottom: 8px
}

.upstox-bs-broker .bannerSection .BannerText .banner-description {
    font-weight: 500;
    font-size: 14px;
    line-height: 20px;
    letter-spacing: -.09px;
    color: #fff;
    margin: 0
}

.upstox-bs-broker .earningWays {
    padding: 104px 0;
    margin: auto
}

@media (max-width:575px) {
    .upstox-bs-broker .earningWays {
        padding: 48px 0
    }
}

.upstox-bs-broker .earningWays .headings {
    margin: auto
}

.upstox-bs-broker .earningWays .headings .center-heading {
    font-style: normal;
    font-weight: 600;
    font-size: 40px;
    line-height: 48px;
    letter-spacing: -.89px;
    color: #262626;
    margin-bottom: 48px;
    padding: 0 10px
}

@media screen and (max-width:575px) {
    .upstox-bs-broker .earningWays .earningWays-box {
        margin-bottom: 48px
    }
}

.upstox-bs-broker .earningWays .earningWays-box .iconBlock {
    width: 30px;
    height: 30px;
    margin-bottom: 20px
}

.upstox-bs-broker .earningWays .earningWays-box .contentBox {
    margin: 0;
    max-width: 100% !important
}

.upstox-bs-broker .earningWays .earningWays-box .contentBox .content-box-heading {
    font-style: normal;
    font-weight: 600;
    font-size: 24px;
    line-height: 32px;
    letter-spacing: -.47px;
    color: #262626;
    margin: 0 0 8px
}

.upstox-bs-broker .earningWays .earningWays-box .contentBox .description {
    font-style: normal;
    font-weight: 500;
    font-size: 14px;
    line-height: 20px;
    letter-spacing: -.09px;
    color: #6a6a6a;
    max-width: 100%
}

.upstox-bs-broker .whoCanPartner {
    padding-top: 100px
}

@media screen and (max-width:767px) {
    .upstox-bs-broker .whoCanPartner {
        padding-top: 48px;
        padding-bottom: 0 !important
    }
}

.upstox-bs-broker .whoCanPartner .mrhead {
    margin-bottom: 48px !important;
    margin-top: 0 !important
}

.upstox-bs-broker .whoCanPartner .partners .headings h2 {
    font-style: normal;
    font-weight: 600;
    font-size: 40px;
    line-height: 48px;
    text-align: center;
    color: #262626
}

.upstox-bs-broker .whoCanPartner .partners p {
    color: #fff;
    font-style: normal;
    font-weight: 500;
    font-size: 14px;
    line-height: 20px;
    letter-spacing: -.09px
}

@media screen and (max-width:767px) {
    .upstox-bs-broker .whoCanPartner .partners p {
        font-size: 16px
    }
}

.upstox-bs-broker .whoCanPartner .partners .row {
    margin-left: -20px;
    margin-right: -20px
}

.upstox-bs-broker .whoCanPartner .partners .col-md-6 {
    border: none;
    padding: 0 20px !important
}

.upstox-bs-broker .whoCanPartner .partners .col-md-6.mb-20 {
    margin-bottom: 40px
}

@media screen and (max-width:767px) {
    .upstox-bs-broker .whoCanPartner .partners .col-md-6.mb-20 {
        margin-bottom: 16px
    }
}

.upstox-bs-broker .whoCanPartner .partners h4 {
    color: #fff;
    font-style: normal;
    font-weight: 600;
    font-size: 24px;
    line-height: 32px;
    margin-bottom: 8px;
    letter-spacing: -.47px
}

.upstox-bs-broker .whoCanPartner .partners .partnerimg {
    margin: 0 0 24px
}

.upstox-bs-broker .whoCanPartner .partners .partnerimg img {
    background: #fff;
    border-radius: 50%
}

.upstox-bs-broker .whoCanPartner .partners .partnerBox {
    padding: 48px;
    border-radius: 16px
}

@media screen and (max-width:767px) {
    .upstox-bs-broker .whoCanPartner .partners .partnerBox {
        padding: 24px
    }
}

.upstox-bs-broker .whoCanPartner .partners .partnerBox.finance-box {
    background: linear-gradient(0deg, rgba(0, 0, 0, .1), rgba(0, 0, 0, .1)), #7acece
}

.upstox-bs-broker .whoCanPartner .partners .partnerBox.internet-box {
    background: linear-gradient(0deg, rgba(0, 0, 0, .1), rgba(0, 0, 0, .1)), #ae93ed
}

.upstox-bs-broker .whoCanPartner .partners .partnerBox.people-box {
    background: linear-gradient(0deg, rgba(0, 0, 0, .1), rgba(0, 0, 0, .1)), #ff8d6e
}

.upstox-bs-broker .whoCanPartner .partners .partnerBox.self-box {
    background: linear-gradient(0deg, rgba(0, 0, 0, .1), rgba(0, 0, 0, .1)), #ffbe3f
}

.upstox-bs-broker .ups-partner {
    background: #ffeacf;
    padding: 104px 0
}

@media screen and (max-width:767px) {
    .upstox-bs-broker .ups-partner {
        padding: 48px 0
    }
}

.upstox-bs-broker .ups-partner .head h2 {
    font-size: 40px;
    line-height: 48px;
    text-align: center;
    letter-spacing: -.89px;
    color: #262626;
    margin-bottom: 16px;
    font-weight: 600
}

.upstox-bs-broker .ups-partner .head p {
    font-weight: 600;
    font-size: 24px;
    line-height: 32px;
    text-align: center;
    letter-spacing: -.47px;
    color: #6a6a6a;
    margin-bottom: 48px
}

.upstox-bs-broker .ups-partner .youtube-video .embed-responsive {
    border-radius: 12px;
    overflow: hidden;
    margin-bottom: 48px
}

.upstox-bs-broker .ups-partner .youtube-video h6 {
    font-weight: 500;
    font-size: 12px;
    line-height: 16px;
    font-style: normal;
    letter-spacing: .01px;
    color: #6a6a6a;
    margin-top: 10px;
    text-align: center
}

.upstox-bs-broker .ups-partner .ups-points .point-cotent p {
    font-size: 14px;
    line-height: 20px;
    letter-spacing: -.09px;
    font-weight: 500;
    color: #6a6a6a
}

@media screen and (max-width:767px) {
    .upstox-bs-broker .ups-partner .ups-points .point-cotent p {
        font-size: 16px;
        line-height: 24px
    }
}

.upstox-bs-broker .testimonialSection {
    padding: 104px 0
}

@media screen and (max-width:767px) {
    .upstox-bs-broker .testimonialSection {
        padding: 48px 0
    }
}

.upstox-bs-broker .testimonialSection .material-icons {
    font-family: Material Icons !important
}

.upstox-bs-broker .testimonialSection .testimonialArea {
    padding: 48px;
    background: transparent;
    border-radius: 16px;
    box-shadow: none;
    border: 1px solid #e1e1e1
}

@media screen and (max-width:767px) {
    .upstox-bs-broker .testimonialSection .testimonialArea {
        padding: 24px
    }
}

.upstox-bs-broker .testimonialSection .testimonialArea .testimonial p {
    font-weight: 500 !important;
    font-size: 20px;
    color: #6a6a6a;
    letter-spacing: -.33px;
    margin-bottom: 16px;
    line-height: 28px
}

@media screen and (max-width:767px) {
    .upstox-bs-broker .testimonialSection .testimonialArea .testimonial p {
        margin-top: 0 !important
    }
}

.upstox-bs-broker .testimonialSection .testimonialArea .testimonial .userDetails {
    letter-spacing: -.18px;
    font-weight: 700 !important;
    font-size: 16px;
    line-height: 24px;
    color: #262626
}

.upstox-bs-broker .testimonialSection .testimonialArea .testimonial .userDetails small {
    letter-spacing: .01px;
    font-weight: 500 !important;
    font-size: 12px;
    line-height: 16px
}

.upstox-bs-broker .allinoneDashboard {
    padding: 104px 0 !important;
    background-color: #9d84d5
}

@media screen and (max-width:767px) {
    .upstox-bs-broker .allinoneDashboard {
        padding: 48px 0 !important
    }
}

.upstox-bs-broker .allinoneDashboard .headingss h2 {
    font-weight: 600;
    font-size: 40px;
    line-height: 48px;
    text-align: center;
    letter-spacing: -.89px;
    color: #fff;
    margin-bottom: 48px
}

.upstox-bs-broker .allinoneDashboard #sync2 .linkerBox {
    border: 1px solid rgba(0, 0, 0, .12);
    border-radius: 16px;
    width: 380px;
    padding: 24px 0
}

@media screen and (max-width:767px) {
    .upstox-bs-broker .allinoneDashboard #sync2 .linkerBox {
        border: none;
        border-radius: 0;
        width: 100%;
        padding: 0
    }
}

.upstox-bs-broker .allinoneDashboard #sync2 .linkerBox .wrapper {
    left: 24px
}

.upstox-bs-broker .allinoneDashboard #sync2 .linkerBox .icon {
    margin: 1px 24px 0 25px;
    background: #43165c
}

.upstox-bs-broker .allinoneDashboard #sync2 .linkerBox .text {
    font-weight: 500;
    font-size: 14px;
    line-height: 20px;
    letter-spacing: -.09px;
    color: #fff
}

@media screen and (max-width:767px) {
    .upstox-bs-broker .allinoneDashboard #sync2 .linkerBox .text {
        margin-bottom: 20px
    }
}

.upstox-bs-broker .allinoneDashboard #sync2 .owl-item {
    margin-top: 16px
}

@media screen and (max-width:767px) {
    .upstox-bs-broker .allinoneDashboard #sync2 .owl-item {
        margin-top: 0
    }
}

.upstox-bs-broker .allinoneDashboard #sync2 .owl-item.active .text {
    color: #262626
}

@media screen and (max-width:767px) {
    .upstox-bs-broker .allinoneDashboard #sync2 .owl-item.active .text {
        margin-bottom: 20px
    }
}

.upstox-bs-broker .allinoneDashboard #sync2 .owl-item.active #sync2 .linkerBox .icon {
    background-color: transparent !important
}

.upstox-bs-broker .allinoneDashboard #sync2 .owl-item.active.current .icon {
    background: hsla(0, 0%, 77%, .2)
}

@media screen and (max-width:767px) {
    .upstox-bs-broker .allinoneDashboard #sync1.owl-carousel .owl-dots {
        margin-top: 28px !important
    }
}

.upstox-bs-broker .rtp {
    background: none;
    padding: 72px 0
}

@media screen and (max-width:767px) {
    .upstox-bs-broker .rtp {
        padding: 48px 0
    }
}

.upstox-bs-broker .rtp .row {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center
}

@media screen and (max-width:767px) {
    .upstox-bs-broker .rtp .row {
        -ms-flex-direction: column;
        flex-direction: column
    }
}

.upstox-bs-broker .rtp .rtp-block {
    margin: 0;
    max-width: 380px;
    text-align: center
}

.upstox-bs-broker .rtp .rtp-block .heading-rtp {
    font-weight: 600;
    font-size: 40px;
    line-height: 48px;
    text-align: center;
    letter-spacing: -.89px;
    margin-bottom: 8px
}

.upstox-bs-broker .rtp .rtp-block .rtp-para {
    font-weight: 500;
    font-size: 14px;
    line-height: 20px;
    max-width: 100%;
    text-align: center;
    letter-spacing: -.09px
}

.upstox-bs-broker .rtp .rtp-block .rtp-button {
    max-width: 100%
}

@media screen and (max-width:767px) {
    .upstox-bs-broker .rtp .rtp-block .rtp-button {
        margin-top: 24px !important
    }
}

.upstox-bs-broker .rtp .rtp-stats {
    margin: 0
}

@media screen and (max-width:767px) {
    .upstox-bs-broker .rtp .rtp-stats {
        padding-top: 48px !important;
        padding-bottom: 0 !important
    }
}

.upstox-bs-broker .pricing_help_section {
    max-width: 100%;
    margin: 0;
    padding: 104px 0
}

@media screen and (max-width:767px) {
    .upstox-bs-broker .pricing_help_section {
        padding-top: 48px
    }
}

.upstox-bs-broker .pricing_help_section h3 {
    font-weight: 600;
    font-size: 40px;
    line-height: 48px;
    letter-spacing: -.89px;
    color: #262626;
    margin-bottom: 48px
}

@media screen and (max-width:767px) {
    .upstox-bs-broker .pricing_help_section h3 {
        text-align: center;
        margin-bottom: 0;
        padding: 0
    }
}

@media screen and (max-width:767px) {
    .upstox-bs-broker .pricing_help_section .panel-group .panel-default {
        padding: 0
    }
}

.upstox-bs-broker .pricing_help_section .panel-group .panel-default>.panel-heading {
    padding: 24px 0
}

.upstox-bs-broker .pricing_help_section .panel-group .panel-default>.panel-heading h3 span {
    font-weight: 500;
    font-size: 16px;
    line-height: 24px;
    letter-spacing: -.18px;
    color: #6a6a6a
}

@media screen and (max-width:767px) {
    .upstox-bs-broker .pricing_help_section .panel-group .panel-default>.panel-heading h3 span {
        text-align: left !important
    }
}

.upstox-bs-broker .pricing_help_section .panel-group .panel-body {
    font-size: 16px
}

.upstox-bs-broker .pricing_help_section .panel-group .view-less-button,
.upstox-bs-broker .pricing_help_section .panel-group .view-more-button {
    font-weight: 500;
    font-size: 16px;
    line-height: 24px;
    letter-spacing: -.18px;
    color: #5a298b
}

.upstox-bs-broker .soundLike {
    margin-top: 5px
}

.upstox-bs-broker .soundLike p {
    font-weight: 500;
    font-size: 20px;
    line-height: 28px;
    text-align: center;
    letter-spacing: -.33px !important;
    color: #6a6a6a;
    margin: 0 auto !important
}

.upstox-bs-broker .faq_help_section .faq-content {
    padding-top: 30px
}

.upstox-bs-broker .faq_help_section .heading-section .sub-title {
    font-size: 14px;
    line-height: 20px;
    letter-spacing: -.09px;
    color: #933c22;
    margin-bottom: 16px;
    text-align: ce;
    display: none
}

.upstox-bs-broker .faq_help_section .heading-section .help_here {
    color: #000
}

.upstox-bs-broker .faq_help_section .panel-default>.panel-heading {
    color: #333;
    background-color: transparent;
    border: unset;
    padding: 32px 0 calc(18px + 14 * (100vw - 320px) / 1600);
    background-image: none
}

.upstox-bs-broker .faq_help_section .panel.panel-default {
    border: 0;
    border-bottom: 1px solid #000;
    border-radius: 0;
    margin-top: 0
}

.upstox-bs-broker .faq_help_section .panel.panel-default:first-child .panel-heading {
    padding-top: 0 !important
}

.upstox-bs-broker .faq_help_section .panel-default>.panel-heading .panel-title span {
    font-family: Inter;
    font-style: normal;
    font-size: 20px;
    line-height: 32px;
    font-weight: 400;
    color: #000;
    display: block;
    cursor: pointer
}

.upstox-bs-broker .faq_help_section .expand_icon.dashicons-plus:before {
    content: "+";
    font-size: 24px;
    font-weight: 600
}

.upstox-bs-broker .faq_help_section .expand_icon {
    margin-left: 10px;
    height: 40px;
    vertical-align: text-top;
    float: right
}

.upstox-bs-broker .faq_help_section .heading-section h3 {
    font-size: 32px;
    line-height: 40px
}

.upstox-bs-broker .faq_help_section .d-none {
    display: none
}

.upstox-bs-broker .faq_help_section .btn-design {
    margin-top: 16px
}

.upstox-bs-broker .faq_help_section .panel-default:first-child {
    padding-top: 32px
}

.upstox-bs-broker .faq_help_section .collapsed .dashicons-plus:before {
    content: "-"
}

.upstox-bs-broker .faq_help_section .panel>.panel-heading+.panel-collapse>.panel-body {
    border: unset
}

.upstox-bs-broker .faq_help_section .panel .panel-body {
    padding: 15px 0
}

.upstox-bs-broker .faq_help_section {
    padding: calc(40px + 140 * ((100vw - 320px) / 1600)) 20px calc(40px + 14 * ((100vw - 320px) / 1600))
}

.upstox-bs-broker a.view-more-button.animated-link {
    margin-top: 16px
}

@media (max-width:575px) {
    .upstox-bs-broker .faq_help_section {
        padding-left: 16px;
        padding-right: 16px
    }

    .upstox-bs-broker .faq_help_section .heading-section {
        margin-left: -15px
    }

    .upstox-bs-broker .faq_help_section .heading-section .help_here,
    .upstox-bs-broker .faq_help_section .heading-section .sub-title {
        text-align: left;
        display: block
    }

    .upstox-bs-broker .faq_help_section .faq-content {
        padding-top: 18px
    }

    .upstox-bs-broker .faq_help_section .panel-default>.panel-heading .panel-title span {
        font-weight: 500;
        font-size: 14px;
        line-height: 20px;
        letter-spacing: -.09px
    }
}

* {
    box-sizing: border-box
}

.bg-purple {
    background-color: #af91d1
}

.inline-learn {
    display: inline
}

.technical-sec {
    max-width: 420px;
    width: 100%;
    margin: 0 auto
}

.container-sm {
    width: 100%;
    margin: 0 auto;
    padding-left: 16px;
    padding-right: 16px
}

.technical-tab .nav-link {
    font-family: Inter;
    font-size: 16px;
    font-weight: 500;
    line-height: 24px;
    letter-spacing: -.18000000715255737px;
    color: #6a6a6a
}

.technical-tab .nav-link:focus,
.technical-tab .nav-link:hover {
    font-weight: 700;
    color: #5a298b
}

.learn-carousel .owl-stage {
    display: -ms-flexbox;
    display: flex
}

.learn-carousel .owl-stage-outer {
    overflow: hidden
}

.learn-carousel .owl-nav.disabled {
    display: none
}

.learn-carousel .learn-slider {
    position: relative
}

.learn-carousel .learn-slider .owl-item a {
    display: block
}

.learn-carousel .learn-slider .owl-item .video-options {
    display: block !important
}

.learn-carousel .learn-slider .owl-dots {
    position: absolute;
    bottom: 16px;
    left: 16px
}

.learn-carousel .learn-slider .owl-dots button.owl-dot {
    padding: 0;
    background: none;
    margin-right: 8px
}

.learn-carousel .learn-slider .owl-dots button.owl-dot span {
    margin: 0;
    background-color: #929292
}

.learn-carousel .learn-slider .owl-dots button.owl-dot.active span {
    background-color: #fff
}

.video-items a {
    display: block;
    margin-bottom: 16px
}

.video-slider-item {
    position: relative
}

.video-slider-item figure img {
    width: 100%
}

.video-slider-item .video-slider-content {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 48px;
    width: 100%
}

.video-slider-item .video-slider-content .heading {
    font-family: Inter;
    font-size: 20px;
    font-style: normal;
    font-weight: 600;
    line-height: 24px;
    letter-spacing: -.33000001311302185px;
    text-align: left;
    color: #fff
}

.video-options {
    margin-top: 8px
}

.video-options .video-duration {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    padding: 2px 4px 2px 7px;
    width: 50px;
    height: 20px;
    background: rgba(38, 38, 38, .5);
    border-radius: 4px;
    color: #fff
}

.video-options .video-duration .duration-icon {
    border: 5px solid transparent;
    border-left-color: #fff;
    margin-right: 3px
}

.video-options .video-duration .duration {
    font-family: Inter;
    font-weight: 500;
    font-size: 12px;
    line-height: 16px;
    color: #fff
}

.playlist-sec {
    padding-top: 48px;
    padding-left: 16px;
    background-color: #dcede8
}

.playlist-sec .heading-carousel {
    margin-bottom: 24px
}

.playlist-sec .heading-carousel .heading {
    font-family: Inter;
    font-weight: 600;
    font-size: 24px;
    line-height: 32px;
    letter-spacing: -.47px;
    color: rgba(38, 38, 38, .24)
}

.playlist-sec .carousel-sec .owl-stage {
    padding-left: 0 !important
}

.playlist-sec .carousel-sec .owl-item img {
    border: 1px solid #d0d0d0;
    border-radius: 8px;
    width: 100%
}

.playlist-sec .carousel-sec .owl-item .introduction {
    max-width: 300px;
    width: 100%;
    margin-top: 12px
}

.playlist-sec .carousel-sec .owl-item .introduction h3 {
    font-family: Inter;
    font-weight: 500;
    font-size: 16px;
    line-height: 24px;
    letter-spacing: -.18px;
    color: #000;
    margin-bottom: 8px
}

.playlist-sec .carousel-sec .owl-item .introduction .tag {
    font-family: Inter;
    font-weight: 500;
    font-size: 12px;
    line-height: 16px;
    letter-spacing: .01px;
    color: #6a6a6a
}

.playlist-sec.white-bg {
    background-color: #fff
}

.analysis-sec {
    background-color: #af91d1;
    padding: 48px 0;
    margin-top: 48px
}

.analysis-sec .section-heading {
    margin-bottom: 24px
}

.analysis-sec .section-heading .heading-technical {
    font-family: Inter;
    font-weight: 600;
    font-size: 24px;
    line-height: 32px;
    letter-spacing: -.47px;
    color: #fff
}

.analysis-sec .image-sec a {
    width: 100%
}

.analysis-sec .image-sec img {
    border-radius: 8px;
    width: 100%;
    height: 169px;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: top;
    object-position: top
}

.analysis-sec .introduction {
    max-width: 271px;
    width: 100%;
    margin-top: 12px
}

.analysis-sec .introduction h3 {
    font-family: Inter;
    font-weight: 500;
    font-size: 16px;
    line-height: 24px;
    letter-spacing: -.18px;
    color: #fff;
    margin-bottom: 8px
}

.analysis-sec .introduction .tag {
    font-family: Inter;
    font-weight: 500;
    font-size: 12px;
    line-height: 16px;
    letter-spacing: .01px;
    color: #fff
}

.analysis-video-list {
    margin-top: 16px
}

.analysis-video-list .video-item {
    border-radius: 12px;
    background: #f5f5f5;
    overflow: hidden;
    display: -ms-flexbox;
    display: flex;
    min-height: 76px
}

.analysis-video-list .video-item:not(:last-child) {
    margin-bottom: 16px
}

.analysis-video-list .video-item .video-item-img {
    -ms-flex: 0 0 96px;
    flex: 0 0 96px;
    max-width: 96px
}

.analysis-video-list .video-item .video-item-img a {
    height: 100%
}

.analysis-video-list .video-item .video-item-img img {
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover
}

.analysis-video-list .video-item .video-item-content {
    padding: 14px 16px
}

.analysis-video-list .video-item .video-item-content .heading {
    font-family: Inter;
    font-weight: 600;
    font-size: 14px;
    line-height: 20px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    letter-spacing: -.09px;
    color: #262626
}

.analysis-video-list .video-item .video-item-content .video-options {
    display: none
}

.load-more-btn {
    margin-top: 16px
}

.load-more-btn-design {
    text-align: center;
    width: 100%;
    display: block;
    font-family: Inter;
    font-weight: 700;
    font-size: 16px;
    line-height: 24px;
    letter-spacing: -.18px;
    color: #fff;
    padding: 12px;
    border: 1px solid #fff;
    border-radius: 50px
}

@media (max-width:575px) {
    .video-options {
        display: none
    }

    .analysis-video-list .video-item .heading {
        margin-top: 0
    }

    .analysis-video-list .video-item {
        height: 92px
    }
}

.learn-details h1,
.learn-details h2,
.learn-details h3,
.learn-details h4,
.learn-details h5,
.learn-details h6 {
    margin: 0;
    font-family: Inter
}

.learn-details {
    max-width: 420px;
    width: 100%;
    margin: 0 auto
}

.learn-details .container-sm {
    width: 100%;
    margin: 0 auto;
    padding-left: 16px;
    padding-right: 16px
}

.learn-details .back-page-head {
    display: -ms-flexbox;
    display: flex;
    padding: 16px 16px 16px 20px
}

.learn-details .back-page-head h4 {
    font-weight: 500;
    font-size: 16px;
    line-height: 24px;
    letter-spacing: -.18px;
    color: #262626;
    padding-left: 28px;
    margin: 0
}

.learn-details .cover-image img {
    width: 100%
}

.learn-details .cover-title {
    padding: 32px 0 40px
}

.learn-details .cover-title h2 {
    font-weight: 600;
    font-size: 24px;
    line-height: 32px;
    letter-spacing: -.47px;
    margin-bottom: 16px;
    color: #262626
}

.learn-details .cover-title p {
    font-weight: 500;
    font-size: 12px;
    line-height: 16px;
    letter-spacing: .01px;
    color: #6a6a6a
}

.learn-details .course-wrap {
    background: #f5f5f5;
    padding: 24px 0 44px
}

.learn-details .course-wrap .heading {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 16px
}

.learn-details .course-wrap .heading h3 {
    font-size: 20px;
    line-height: 24px;
    font-weight: 600;
    color: #000;
    letter-spacing: -.33px
}

.learn-details .course-wrap .heading p {
    font-size: 12px;
    line-height: 16px;
    font-weight: 700;
    letter-spacing: .01px;
    color: #262626;
    margin: 0
}

.learn-details .course-wrap .course-inner a {
    display: block
}

.learn-details .course-wrap .course-inner .course-item {
    display: -ms-flexbox;
    display: flex;
    min-height: 90px;
    border: 1px solid #e1e1e1;
    background: #fff;
    margin-bottom: 16px;
    border-radius: 12px;
    overflow: hidden;
    max-height: 90px;
    height: 100%
}

.learn-details .course-wrap .course-inner .course-item:hover {
    background: #f7f4f9;
    border-color: #5a298b
}

.learn-details .course-wrap .course-inner .course-item .img-bx {
    -ms-flex: 0 0 96px;
    flex: 0 0 96px;
    max-width: 96px
}

.learn-details .course-wrap .course-inner .course-item .img-bx a {
    height: 100%
}

.learn-details .course-wrap .course-inner .course-item .img-bx img {
    border-top-left-radius: 12px;
    border-bottom-left-radius: 12px;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center;
    object-position: center
}

.learn-details .course-wrap .course-inner .course-item .content-bx {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    padding: 14px 16px
}

.learn-details .course-wrap .course-inner .course-item .content-bx h4 {
    font-size: 14px;
    line-height: 20px;
    font-weight: 600;
    letter-spacing: -.09px;
    color: #262626
}

main.upstox-fd-calculator .legend-title {
    -ms-flex-align: start !important;
    align-items: flex-start !important
}

main.upstox-fd-calculator .legend-title .gold,
main.upstox-fd-calculator .legend-title .purple {
    margin-top: 8px;
    -ms-flex: 0 0 22px;
    flex: 0 0 22px;
    max-width: 22px
}

main.upstox-fd-calculator .text-left {
    text-align: left !important
}

main.upstox-fd-calculator h1.page-heading {
    margin-bottom: 13px
}

@media (max-width:576px) {
    main.upstox-fd-calculator h1.page-heading {
        font-size: 30px;
        margin-bottom: 16px
    }
}

main.upstox-fd-calculator .page-sub-heading {
    margin-bottom: 46px
}

@media (max-width:576px) {
    main.upstox-fd-calculator .page-sub-heading {
        font-size: 20px;
        line-height: 32px;
        margin-bottom: 46px
    }
}

main.upstox-fd-calculator .slider-container .slider {
    margin-bottom: 24px
}

main.upstox-fd-calculator .slider-container .slider .slider__heading {
    margin-bottom: 0;
    margin-right: 4px
}

main.upstox-fd-calculator .slider-container .slider .slider__row {
    margin-bottom: 24px
}

@media (max-width:576px) {
    main.upstox-fd-calculator .slider-container .slider .slider__row {
        margin-bottom: 32px
    }
}

main.upstox-fd-calculator .slider-container .slider .rangeslider {
    margin-bottom: 14px
}

@media (max-width:576px) {
    main.upstox-fd-calculator .slider-container .slider .rangeslider {
        margin-bottom: 8px
    }
}

main.upstox-fd-calculator .slider-container .slider .slider__input input {
    width: 118px;
    font-size: 20px !important;
    padding-top: 0;
    padding-bottom: 0;
    border-color: #d0d0d0;
    color: #262626
}

main.upstox-fd-calculator .slider-container .slider .slider__input input.number-of-years {
    width: 65px
}

main.upstox-fd-calculator .slider-container .slider .slider__input span {
    margin-left: 17px;
    margin-right: 2px;
    line-height: 24px
}

@media (max-width:1440px) {
    main.upstox-fd-calculator .slider-container .slider .slider__input {
        border-radius: 0;
        border: none
    }

    main.upstox-fd-calculator .slider-container .slider .slider__input input {
        width: 112px;
        border: 1px solid #d0d0d0;
        box-shadow: inherit
    }
}

@media (max-width:576px) {
    main.upstox-fd-calculator .slider-container form[name=calculator]:last-child {
        margin-bottom: 30px
    }
}

main.upstox-fd-calculator .nps-sidebar #total-investment {
    margin-bottom: 40px
}

main.upstox-fd-calculator .calculator-output {
    padding: 40px
}

main.upstox-fd-calculator .calculator-output .calculator-output__amount--large {
    margin-bottom: 32px
}

@media (max-width:576px) {
    main.upstox-fd-calculator .calculator-output .calculator-output__amount--large {
        margin-bottom: 40px
    }
}

main.upstox-fd-calculator .calculator-output .cta {
    font-weight: 700
}

@media (max-width:576px) {
    main.upstox-fd-calculator .calculator-output {
        padding: 24px 24px 40px !important
    }

    main.upstox-fd-calculator .calculator-output .calculator-output__heading {
        font-size: 20px;
        line-height: 32px;
        max-width: 100%
    }

    main.upstox-fd-calculator .calculator-output .calculator-output__row {
        -ms-flex-direction: column;
        flex-direction: column
    }

    main.upstox-fd-calculator .calculator-output .calculator-output__row .calculator-output__col:not(:last-child) {
        margin-bottom: 32px
    }
}

main.upstox-fd-calculator .similar_section .help_here {
    font-weight: 700
}

main.upstox-fd-calculator .similar_section .smooth-font {
    margin-top: 24px;
    margin-right: 24px;
    border-radius: 12px;
    padding: 32px 16px
}

@media (max-width:576px) {
    main.upstox-fd-calculator .similar_section .smooth-font {
        margin-left: 0
    }
}

main.upstox-fd-calculator .similar_section .smooth-font .img-wrap {
    background: #eeebe6;
    border-radius: 8px;
    padding: 14px
}

main.upstox-fd-calculator .similar_section .smooth-font h3 {
    font-size: 14px;
    font-weight: 400;
    line-height: 24px;
    letter-spacing: 0;
    text-align: left;
    color: #262626
}

main.upstox-fd-calculator .similar_section .smooth-font h3 a {
    font-size: inherit;
    font-weight: inherit;
    line-height: inherit;
    letter-spacing: inherit;
    text-align: inherit;
    color: inherit
}

main.upstox-fd-calculator .similar-btn {
    font-size: 12px;
    font-weight: 700;
    line-height: 16px;
    letter-spacing: 0;
    text-align: center;
    padding: 7px 16px
}

main.upstox-fd-calculator .calculator-disclaimer {
    margin-top: 65px
}

@media (max-width:576px) {
    main.upstox-fd-calculator .calculator-disclaimer {
        margin-top: 40px
    }

    main.upstox-fd-calculator .calculator-disclaimer p {
        font-size: 16px;
        font-weight: 400;
        line-height: 24px;
        letter-spacing: -.699999988079071px
    }
}

main.simple-interest h1.page-heading {
    margin-bottom: 13px
}

@media (max-width:576px) {
    main.simple-interest h1.page-heading {
        font-size: 30px;
        margin-bottom: 16px
    }
}

main.simple-interest .page-sub-heading {
    margin-bottom: 46px
}

@media (max-width:576px) {
    main.simple-interest .page-sub-heading {
        font-size: 20px;
        line-height: 32px;
        margin-bottom: 46px
    }
}

main.simple-interest .slider-container .slider {
    margin-bottom: 24px
}

main.simple-interest .slider-container .slider .slider__heading {
    margin-bottom: 0;
    margin-right: 4px
}

main.simple-interest .slider-container .slider .slider__row {
    margin-bottom: 24px
}

@media (max-width:576px) {
    main.simple-interest .slider-container .slider .slider__row {
        margin-bottom: 32px
    }
}

main.simple-interest .slider-container .slider .rangeslider {
    margin-bottom: 14px
}

@media (max-width:576px) {
    main.simple-interest .slider-container .slider .rangeslider {
        margin-bottom: 8px
    }
}

main.simple-interest .slider-container .slider .slider__input input {
    width: 118px;
    font-size: 20px !important;
    padding-top: 0;
    padding-bottom: 0;
    border-color: #d0d0d0;
    color: #262626
}

main.simple-interest .slider-container .slider .slider__input input.number-of-years {
    width: 65px
}

main.simple-interest .slider-container .slider .slider__input span {
    margin-left: 17px;
    margin-right: 2px;
    line-height: 24px
}

@media (max-width:1440px) {
    main.simple-interest .slider-container .slider .slider__input {
        border-radius: 0;
        border: none
    }

    main.simple-interest .slider-container .slider .slider__input input {
        width: 120px;
        border: 1px solid #d0d0d0;
        box-shadow: inherit
    }
}

@media (max-width:576px) {
    main.simple-interest .slider-container form[name=calculator]:last-child {
        margin-bottom: 30px
    }
}

main.simple-interest .nps-sidebar #total-investment {
    margin-bottom: 40px
}

main.simple-interest .calculator-output {
    padding: 40px
}

main.simple-interest .calculator-output .calculator-output__amount--large {
    margin-bottom: 32px
}

@media (max-width:576px) {
    main.simple-interest .calculator-output .calculator-output__amount--large {
        margin-bottom: 40px
    }
}

main.simple-interest .calculator-output .calculator-output__chart-container .legend-title {
    -ms-flex-align: start !important;
    align-items: flex-start !important
}

main.simple-interest .calculator-output .calculator-output__chart-container .legend-title .gold,
main.simple-interest .calculator-output .calculator-output__chart-container .legend-title .purple {
    margin-top: 8px;
    -ms-flex: 0 0 22px;
    flex: 0 0 22px;
    max-width: 22px
}

main.simple-interest .calculator-output .calculator-output__chart-container .legend-title h3 {
    text-align: left !important
}

main.simple-interest .calculator-output .cta {
    font-weight: 700
}

@media (max-width:576px) {
    main.simple-interest .calculator-output {
        padding: 24px 24px 40px !important
    }

    main.simple-interest .calculator-output .calculator-output__heading {
        font-size: 20px;
        line-height: 32px;
        max-width: 100%
    }

    main.simple-interest .calculator-output .calculator-output__row {
        -ms-flex-direction: column;
        flex-direction: column
    }

    main.simple-interest .calculator-output .calculator-output__row .calculator-output__col:not(:last-child) {
        margin-bottom: 32px
    }
}

main.simple-interest .similar_section .help_here {
    font-weight: 700
}

main.simple-interest .similar_section .smooth-font {
    margin-top: 24px;
    margin-right: 24px;
    border-radius: 12px;
    padding: 32px 16px
}

@media (max-width:576px) {
    main.simple-interest .similar_section .smooth-font {
        margin-left: 0
    }
}

main.simple-interest .similar_section .smooth-font .img-wrap {
    background: #eeebe6;
    border-radius: 8px;
    padding: 14px
}

main.simple-interest .similar_section .smooth-font h3 {
    font-size: 14px;
    font-weight: 400;
    line-height: 24px;
    letter-spacing: 0;
    text-align: left;
    color: #262626
}

main.simple-interest .similar_section .smooth-font h3 a {
    font-size: inherit;
    font-weight: inherit;
    line-height: inherit;
    letter-spacing: inherit;
    text-align: inherit;
    color: inherit
}

main.simple-interest .similar-btn {
    font-size: 12px;
    font-weight: 700;
    line-height: 16px;
    letter-spacing: 0;
    text-align: center;
    padding: 7px 16px
}

main.simple-interest .calculator-disclaimer {
    margin-top: 65px
}

@media (max-width:576px) {
    main.simple-interest .calculator-disclaimer {
        margin-top: 40px
    }

    main.simple-interest .calculator-disclaimer p {
        font-size: 16px;
        font-weight: 400;
        line-height: 24px;
        letter-spacing: -.699999988079071px
    }
}

main.compound-calculator h1.page-heading {
    margin-bottom: 13px
}

@media (max-width:576px) {
    main.compound-calculator h1.page-heading {
        font-size: 30px;
        margin-bottom: 16px
    }
}

main.compound-calculator .page-sub-heading {
    margin-bottom: 46px
}

@media (max-width:576px) {
    main.compound-calculator .page-sub-heading {
        font-size: 20px;
        line-height: 32px;
        margin-bottom: 46px
    }
}

main.compound-calculator .slider-container .slider {
    margin-bottom: 24px
}

main.compound-calculator .slider-container .slider .slider__heading {
    margin-bottom: 0;
    margin-right: 4px
}

main.compound-calculator .slider-container .slider .slider__row {
    margin-bottom: 24px
}

@media (max-width:576px) {
    main.compound-calculator .slider-container .slider .slider__row {
        margin-bottom: 32px
    }
}

main.compound-calculator .slider-container .slider .rangeslider {
    margin-bottom: 14px
}

@media (max-width:576px) {
    main.compound-calculator .slider-container .slider .rangeslider {
        margin-bottom: 8px
    }
}

main.compound-calculator .slider-container .slider .slider__input input {
    width: 118px;
    font-size: 20px !important;
    padding-top: 0;
    padding-bottom: 0;
    border-color: #d0d0d0;
    color: #262626
}

main.compound-calculator .slider-container .slider .slider__input input.number-of-years {
    width: 65px
}

main.compound-calculator .slider-container .slider .slider__input span {
    margin-left: 17px;
    margin-right: 2px;
    line-height: 24px
}

@media (max-width:1440px) {
    main.compound-calculator .slider-container .slider .slider__input {
        border-radius: 0;
        border: none
    }

    main.compound-calculator .slider-container .slider .slider__input input {
        width: 120px;
        border: 1px solid #d0d0d0;
        box-shadow: inherit
    }
}

@media (max-width:576px) {
    main.compound-calculator .slider-container form[name=calculator]:last-child {
        margin-bottom: 30px
    }
}

main.compound-calculator .nps-sidebar #total-investment {
    margin-bottom: 40px
}

main.compound-calculator .calculator-output {
    padding: 40px
}

main.compound-calculator .calculator-output .calculator-output__amount--large {
    margin-bottom: 32px
}

@media (max-width:576px) {
    main.compound-calculator .calculator-output .calculator-output__amount--large {
        margin-bottom: 40px
    }
}

main.compound-calculator .calculator-output .calculator-output__chart-container .legend-title {
    -ms-flex-align: start !important;
    align-items: flex-start !important
}

main.compound-calculator .calculator-output .calculator-output__chart-container .legend-title .gold,
main.compound-calculator .calculator-output .calculator-output__chart-container .legend-title .purple {
    margin-top: 8px;
    -ms-flex: 0 0 22px;
    flex: 0 0 22px;
    max-width: 22px
}

main.compound-calculator .calculator-output .calculator-output__chart-container .legend-title h3 {
    text-align: left !important
}

main.compound-calculator .calculator-output .cta {
    font-weight: 700
}

@media (max-width:576px) {
    main.compound-calculator .calculator-output {
        padding: 24px 24px 40px !important
    }

    main.compound-calculator .calculator-output .calculator-output__heading {
        font-size: 20px;
        line-height: 32px;
        max-width: 100%
    }

    main.compound-calculator .calculator-output .calculator-output__row {
        -ms-flex-direction: column;
        flex-direction: column
    }

    main.compound-calculator .calculator-output .calculator-output__row .calculator-output__col:not(:last-child) {
        margin-bottom: 32px
    }
}

main.compound-calculator .similar_section .help_here {
    font-weight: 700
}

main.compound-calculator .similar_section .smooth-font {
    margin-top: 24px;
    margin-right: 24px;
    border-radius: 12px;
    padding: 32px 16px
}

@media (max-width:576px) {
    main.compound-calculator .similar_section .smooth-font {
        margin-left: 0
    }
}

main.compound-calculator .similar_section .smooth-font .img-wrap {
    background: #eeebe6;
    border-radius: 8px;
    padding: 14px
}

main.compound-calculator .similar_section .smooth-font h3 {
    font-size: 14px;
    font-weight: 400;
    line-height: 24px;
    letter-spacing: 0;
    text-align: left;
    color: #262626
}

main.compound-calculator .similar_section .smooth-font h3 a {
    font-size: inherit;
    font-weight: inherit;
    line-height: inherit;
    letter-spacing: inherit;
    text-align: inherit;
    color: inherit
}

main.compound-calculator .similar-btn {
    font-size: 12px;
    font-weight: 700;
    line-height: 16px;
    letter-spacing: 0;
    text-align: center;
    padding: 7px 16px
}

main.compound-calculator .calculator-disclaimer {
    margin-top: 65px
}

@media (max-width:576px) {
    main.compound-calculator .calculator-disclaimer {
        margin-top: 40px
    }

    main.compound-calculator .calculator-disclaimer p {
        font-size: 16px;
        font-weight: 400;
        line-height: 24px;
        letter-spacing: -.699999988079071px
    }
}

main.seo-gratuity h1.page-heading {
    margin-bottom: 13px
}

@media (max-width:576px) {
    main.seo-gratuity h1.page-heading {
        font-size: 30px;
        margin-bottom: 16px
    }
}

main.seo-gratuity .page-sub-heading {
    margin-bottom: 46px
}

@media (max-width:576px) {
    main.seo-gratuity .page-sub-heading {
        font-size: 20px;
        line-height: 32px;
        margin-bottom: 46px
    }
}

main.seo-gratuity .slider-container .slider {
    margin-bottom: 24px
}

main.seo-gratuity .slider-container .slider .slider__heading {
    margin-bottom: 0;
    margin-right: 4px
}

main.seo-gratuity .slider-container .slider .slider__row {
    margin-bottom: 26px
}

@media (max-width:576px) {
    main.seo-gratuity .slider-container .slider .slider__row {
        margin-bottom: 32px
    }
}

main.seo-gratuity .slider-container .slider .rangeslider {
    margin-bottom: 14px
}

@media (max-width:576px) {
    main.seo-gratuity .slider-container .slider .rangeslider {
        margin-bottom: 8px
    }
}

main.seo-gratuity .slider-container .slider .slider__input input {
    width: 118px;
    font-size: 20px !important;
    padding-top: 0;
    padding-bottom: 0;
    border-color: #d0d0d0;
    color: #262626
}

main.seo-gratuity .slider-container .slider .slider__input input.number-of-years {
    width: 52px
}

main.seo-gratuity .slider-container .slider .slider__input span {
    margin-left: 17px;
    margin-right: 2px
}

@media (max-width:1440px) {
    main.seo-gratuity .slider-container .slider .slider__input {
        border-radius: 0;
        border: none
    }

    main.seo-gratuity .slider-container .slider .slider__input input {
        width: 112px;
        border: 1px solid #d0d0d0;
        box-shadow: inherit
    }
}

@media (max-width:576px) {
    main.seo-gratuity .slider-container form[name=calculator]:last-child {
        margin-bottom: 30px
    }
}

main.seo-gratuity .nps-sidebar #total-investment {
    margin-bottom: 40px
}

main.seo-gratuity .calculator-output .cta {
    font-weight: 700
}

@media (max-width:576px) {
    main.seo-gratuity .calculator-output {
        padding: 24px !important
    }

    main.seo-gratuity .calculator-output .calculator-output__heading {
        font-size: 20px;
        line-height: 32px;
        max-width: 100%
    }
}

main.seo-gratuity .similar_section .help_here {
    font-weight: 700
}

main.seo-gratuity .similar_section .smooth-font {
    margin-top: 24px;
    margin-right: 24px;
    border-radius: 12px;
    padding: 32px 16px
}

@media (max-width:576px) {
    main.seo-gratuity .similar_section .smooth-font {
        margin-left: 0
    }
}

main.seo-gratuity .similar_section .smooth-font .img-wrap {
    background: #eeebe6;
    border-radius: 8px;
    padding: 14px
}

main.seo-gratuity .similar_section .smooth-font h3 {
    font-size: 14px;
    font-weight: 400;
    line-height: 24px;
    letter-spacing: 0;
    text-align: left;
    color: #262626
}

main.seo-gratuity .similar_section .smooth-font h3 a {
    font-size: inherit;
    font-weight: inherit;
    line-height: inherit;
    letter-spacing: inherit;
    text-align: inherit;
    color: inherit
}

main.seo-gratuity .similar-btn {
    font-size: 12px;
    font-weight: 700;
    line-height: 16px;
    letter-spacing: 0;
    text-align: center;
    padding: 7px 16px
}

main.seo-gratuity .calculator-disclaimer {
    margin-top: 65px
}

@media (max-width:576px) {
    main.seo-gratuity .calculator-disclaimer {
        margin-top: 40px
    }

    main.seo-gratuity .calculator-disclaimer p {
        font-size: 16px;
        font-weight: 400;
        line-height: 24px;
        letter-spacing: -.699999988079071px
    }
}

main.apy-seo .calculator-info ol,
main.apy-seo .calculator-info ul {
    margin-bottom: 30px
}

main.apy-seo .calculator-info li {
    font-size: 20px;
    line-height: 32px;
    letter-spacing: -.699999988079071px;
    color: #6a6a6a;
    margin-bottom: 16px !important
}

main.apy-seo .calculator-info li:last-child {
    margin-bottom: 0
}

@media (max-width:576px) {
    main.apy-seo .calculator-info li {
        font-size: 16px;
        line-height: 24px
    }
}

main.apy-seo td {
    padding: 15px 8px
}

main.apy-seo td,
main.apy-seo th {
    border: 1px solid #ddd;
    text-align: center
}

main.apy-seo th {
    background: #38acc9;
    padding: 24px;
    color: #fff;
    font-weight: 600
}

main.apy-seo h1.page-heading {
    margin-bottom: 13px
}

@media (max-width:576px) {
    main.apy-seo h1.page-heading {
        font-size: 30px;
        margin-bottom: 16px
    }
}

main.apy-seo .page-sub-heading {
    margin-bottom: 46px
}

@media (max-width:576px) {
    main.apy-seo .page-sub-heading {
        font-size: 20px;
        line-height: 32px;
        margin-bottom: 46px
    }
}

main.apy-seo .slider-container .slider {
    margin-bottom: 24px
}

main.apy-seo .slider-container .slider .slider__heading {
    margin-bottom: 0;
    margin-right: 4px
}

main.apy-seo .slider-container .slider .slider__row {
    margin-bottom: 26px
}

@media (max-width:576px) {
    main.apy-seo .slider-container .slider .slider__row {
        margin-bottom: 32px
    }
}

main.apy-seo .slider-container .slider .rangeslider {
    margin-bottom: 14px
}

@media (max-width:576px) {
    main.apy-seo .slider-container .slider .rangeslider {
        margin-bottom: 8px
    }
}

main.apy-seo .slider-container .slider .slider__input input {
    width: 118px;
    font-size: 20px !important;
    padding-top: 0;
    padding-bottom: 0;
    border-color: #d0d0d0;
    color: #262626
}

main.apy-seo .slider-container .slider .slider__input input.number-of-years {
    width: 52px
}

main.apy-seo .slider-container .slider .slider__input span {
    margin-left: 17px;
    margin-right: 2px;
    line-height: 24px
}

@media (max-width:1440px) {
    main.apy-seo .slider-container .slider .slider__input {
        border-radius: 0;
        border: none
    }

    main.apy-seo .slider-container .slider .slider__input input {
        width: 120px;
        border: 1px solid #d0d0d0;
        box-shadow: inherit
    }
}

@media (max-width:576px) {
    main.apy-seo .slider-container form[name=calculator]:last-child {
        margin-bottom: 30px
    }
}

main.apy-seo .nps-sidebar #total-investment {
    margin-bottom: 40px
}

main.apy-seo .calculator-output {
    padding: 40px
}

main.apy-seo .calculator-output .calculator-output__amount--large {
    margin-bottom: 32px
}

@media (max-width:576px) {
    main.apy-seo .calculator-output .calculator-output__amount--large {
        margin-bottom: 40px
    }
}

main.apy-seo .calculator-output .calculator-output__chart-container .legend-title {
    -ms-flex-align: start !important;
    align-items: flex-start !important
}

main.apy-seo .calculator-output .calculator-output__chart-container .legend-title .gold,
main.apy-seo .calculator-output .calculator-output__chart-container .legend-title .purple {
    margin-top: 8px;
    -ms-flex: 0 0 22px;
    flex: 0 0 22px;
    max-width: 22px
}

main.apy-seo .calculator-output .calculator-output__chart-container .legend-title h3 {
    text-align: left !important
}

main.apy-seo .calculator-output .calculator-output__row {
    margin-bottom: 24px
}

main.apy-seo .calculator-output .calculator-output__row .calculator-output__col {
    -ms-flex-positive: 1;
    flex-grow: 1
}

main.apy-seo .calculator-output .cta {
    font-weight: 700;
    margin-top: 40px
}

@media (max-width:576px) {
    main.apy-seo .calculator-output {
        padding: 24px !important
    }

    main.apy-seo .calculator-output .calculator-output__heading {
        font-size: 20px;
        line-height: 32px;
        max-width: 100%
    }

    main.apy-seo .calculator-output .calculator-output__row {
        -ms-flex-direction: column;
        flex-direction: column;
        margin-bottom: 32px
    }

    main.apy-seo .calculator-output .calculator-output__row .calculator-output__col:not(:last-child) {
        margin-bottom: 32px
    }
}

main.apy-seo .similar_section .help_here {
    font-weight: 700
}

main.apy-seo .similar_section .smooth-font {
    margin-top: 24px;
    margin-right: 24px;
    border-radius: 12px;
    padding: 32px 16px
}

@media (max-width:576px) {
    main.apy-seo .similar_section .smooth-font {
        margin-left: 0
    }
}

main.apy-seo .similar_section .smooth-font .img-wrap {
    background: #eeebe6;
    border-radius: 8px;
    padding: 14px
}

main.apy-seo .similar_section .smooth-font h3 {
    font-size: 14px;
    font-weight: 400;
    line-height: 24px;
    letter-spacing: 0;
    text-align: left;
    color: #262626
}

main.apy-seo .similar_section .smooth-font h3 a {
    font-size: inherit;
    font-weight: inherit;
    line-height: inherit;
    letter-spacing: inherit;
    text-align: inherit;
    color: inherit
}

main.apy-seo .similar-btn {
    font-size: 12px;
    font-weight: 700;
    line-height: 16px;
    letter-spacing: 0;
    text-align: center;
    padding: 7px 16px
}

main.apy-seo .calculator-disclaimer {
    margin-top: 65px
}

@media (max-width:576px) {
    main.apy-seo .calculator-disclaimer {
        margin-top: 40px
    }

    main.apy-seo .calculator-disclaimer p {
        font-size: 16px;
        font-weight: 400;
        line-height: 24px;
        letter-spacing: -.699999988079071px
    }
}

.sticky-banner {
    background: #eeebe6;
    padding: 16px 0;
    position: sticky;
    bottom: 0;
    left: 0;
    z-index: 9999999
}

.sticky-banner-inner {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: justify;
    justify-content: space-between;
    max-width: 910px;
    margin: 0 auto
}

.sticky-banner-inner .title h4 {
    top: 0;
    font-weight: 700;
    font-size: 24px;
    line-height: 32px;
    text-transform: capitalize;
    color: #5a298b;
    margin: 0 0 8px
}

.sticky-banner-inner .title p {
    font-weight: 400;
    font-size: 16px;
    line-height: 20px;
    color: #6a6a6a;
    margin: 0
}

.sticky-banner-inner .form-group.group-layout {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: start;
    align-items: flex-start;
    margin: 0
}

.sticky-banner-inner .group-layout-inner {
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column
}

.sticky-banner-inner div#error-message span {
    font-weight: 400;
    font-size: 12px;
    line-height: 16px;
    color: #db4437
}

.sticky-banner-inner input#txtcontact {
    border-radius: 24px;
    font-size: 12px !important;
    line-height: 16px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    color: #6a6a6a;
    margin: 0;
    padding: 8px 21px 8px 47px;
    min-width: 230px;
    width: 100%
}

.sticky-banner-inner .group-layout-wrap {
    position: relative
}

.sticky-banner-inner .country-code {
    position: absolute;
    left: 16px;
    top: 9px;
    font-size: 12px;
    font-family: Inter;
    font-weight: 600;
    line-height: 16px
}

.sticky-banner-inner .submit-btn {
    font-weight: 600;
    font-family: Inter;
    font-size: 12px;
    line-height: 16px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
    color: #fff;
    background: #5a298b;
    border-radius: 24px;
    margin-left: 16px;
    transition: all .3s ease-in-out .1s
}

.sticky-banner-inner .submit-btn:hover {
    background: #43165c
}

@media (max-width:991px) {
    .sticky-banner-inner .title h4 {
        font-size: 18px;
        line-height: 26px;
        margin: 0 0 4px
    }

    .sticky-banner-inner .title p {
        font-size: 14px;
        line-height: 18px
    }
}

@media (max-width:767px) {
    .sticky-banner-inner {
        -ms-flex-direction: column;
        flex-direction: column;
        -ms-flex-align: start;
        align-items: flex-start
    }

    .sticky-banner-inner .title {
        margin-bottom: 10px;
        display: none
    }

    .sticky-banner-inner .form-group.group-layout {
        -ms-flex-direction: column;
        flex-direction: column;
        -ms-flex-align: start;
        align-items: flex-start
    }

    .sticky-banner-inner .add-number-btnWrap {
        width: 100%
    }

    .sticky-banner-inner .group-layout-inner {
        width: 100%;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-direction: column;
        flex-direction: column
    }

    .sticky-banner-inner .group-layout-wrap {
        width: 100%
    }

    .sticky-banner-inner div#error-message:not(:empty) {
        position: relative;
        width: 100%;
        bottom: 0;
        margin: 6px 0 0
    }

    .sticky-banner-inner .submit-btn {
        padding: 8px 61px;
        margin: 12px 0 0
    }
}

@media (max-width:374px) {
    .sticky-banner-inner .submit-btn {
        padding: 8px 40px
    }
}

main.upstox-gst-calculator .calculator-output #post-gst-amount.calculator-output__amount--large {
    font-size: 20px;
    font-weight: 400;
    line-height: 40px;
    letter-spacing: 0;
    text-align: center;
    margin-top: 3px;
    margin-bottom: 40px
}

@media (max-width:576px) {
    main.upstox-gst-calculator .calculator-output #post-gst-amount.calculator-output__amount--large {
        margin-bottom: 24px
    }
}

main.upstox-gst-calculator h1.page-heading {
    margin-bottom: 13px
}

@media (max-width:576px) {
    main.upstox-gst-calculator h1.page-heading {
        font-size: 30px;
        margin-bottom: 16px
    }
}

main.upstox-gst-calculator .page-sub-heading {
    margin-bottom: 46px
}

@media (max-width:576px) {
    main.upstox-gst-calculator .page-sub-heading {
        font-size: 20px;
        line-height: 32px;
        margin-bottom: 46px
    }
}

main.upstox-gst-calculator .slider-container .selection .radio-button {
    color: #000;
    padding-left: 23px;
    margin-right: 40px
}

main.upstox-gst-calculator .slider-container .selection .radio-button:last-child {
    margin-right: 0
}

main.upstox-gst-calculator .slider-container .selection .radio-button .checkmark:after {
    left: 50%;
    transform: translateX(-50%)
}

@media (max-width:576px) {
    main.upstox-gst-calculator .slider-container .selection {
        margin-bottom: 41px
    }
}

main.upstox-gst-calculator .slider-container .slider {
    margin-bottom: 24px
}

main.upstox-gst-calculator .slider-container .slider .slider__heading {
    margin-bottom: 0;
    margin-right: 4px
}

main.upstox-gst-calculator .slider-container .slider .slider__row {
    margin-bottom: 24px
}

@media (max-width:576px) {
    main.upstox-gst-calculator .slider-container .slider .slider__row {
        margin-bottom: 32px
    }
}

main.upstox-gst-calculator .slider-container .slider .rangeslider {
    margin-bottom: 14px
}

@media (max-width:576px) {
    main.upstox-gst-calculator .slider-container .slider .rangeslider {
        margin-bottom: 8px
    }
}

main.upstox-gst-calculator .slider-container .slider .slider__input input {
    width: 120px;
    font-size: 20px !important;
    padding-top: 0;
    padding-bottom: 0;
    border-color: #d0d0d0;
    color: #262626
}

main.upstox-gst-calculator .slider-container .slider .slider__input input.number-of-years {
    width: 65px
}

main.upstox-gst-calculator .slider-container .slider .slider__input span {
    margin-left: 17px;
    margin-right: 2px;
    line-height: 24px
}

@media (max-width:1440px) {
    main.upstox-gst-calculator .slider-container .slider .slider__input {
        border-radius: 0;
        border: none
    }

    main.upstox-gst-calculator .slider-container .slider .slider__input input {
        width: 120px;
        border: 1px solid #d0d0d0;
        box-shadow: inherit
    }
}

@media (max-width:576px) {
    main.upstox-gst-calculator .slider-container form[name=calculator]:last-child {
        margin-bottom: 30px
    }
}

main.upstox-gst-calculator .nps-sidebar #total-investment {
    margin-bottom: 40px
}

main.upstox-gst-calculator .calculator-output {
    padding: 40px
}

main.upstox-gst-calculator .calculator-output .calculator-output__amount--large {
    margin-bottom: 32px
}

@media (max-width:576px) {
    main.upstox-gst-calculator .calculator-output .calculator-output__amount--large {
        margin-bottom: 40px
    }
}

main.upstox-gst-calculator .calculator-output .cta {
    font-weight: 700
}

@media (max-width:576px) {
    main.upstox-gst-calculator .calculator-output {
        padding: 24px !important
    }

    main.upstox-gst-calculator .calculator-output .calculator-output__heading {
        font-size: 20px;
        line-height: 32px;
        max-width: 100%
    }

    main.upstox-gst-calculator .calculator-output .calculator-output__row {
        -ms-flex-direction: column;
        flex-direction: column
    }

    main.upstox-gst-calculator .calculator-output .calculator-output__row .calculator-output__col:not(:last-child) {
        margin-bottom: 32px
    }
}

main.upstox-gst-calculator .similar_section .help_here {
    font-weight: 700
}

main.upstox-gst-calculator .similar_section .smooth-font {
    margin-top: 24px;
    margin-right: 24px;
    border-radius: 12px;
    padding: 32px 16px
}

@media (max-width:576px) {
    main.upstox-gst-calculator .similar_section .smooth-font {
        margin-left: 0
    }
}

main.upstox-gst-calculator .similar_section .smooth-font .img-wrap {
    background: #eeebe6;
    border-radius: 8px;
    padding: 14px
}

main.upstox-gst-calculator .similar_section .smooth-font h3 {
    font-size: 14px;
    font-weight: 400;
    line-height: 24px;
    letter-spacing: 0;
    text-align: left;
    color: #262626
}

main.upstox-gst-calculator .similar_section .smooth-font h3 a {
    font-size: inherit;
    font-weight: inherit;
    line-height: inherit;
    letter-spacing: inherit;
    text-align: inherit;
    color: inherit
}

main.upstox-gst-calculator .similar-btn {
    font-size: 12px;
    font-weight: 700;
    line-height: 16px;
    letter-spacing: 0;
    text-align: center;
    padding: 7px 16px
}

main.upstox-gst-calculator .calculator-disclaimer {
    margin-top: 65px
}

@media (max-width:576px) {
    main.upstox-gst-calculator .calculator-disclaimer {
        margin-top: 40px
    }

    main.upstox-gst-calculator .calculator-disclaimer p {
        font-size: 16px;
        font-weight: 400;
        line-height: 24px;
        letter-spacing: -.699999988079071px
    }
}

.fw-300 {
    font-weight: 300
}

.fs-24 {
    font-size: 24px;
    line-height: 32px
}

.pb-40,
.pt-40 {
    padding-top: 40px
}

.nse-bse-text {
    display: block
}

.nse-bse-text span {
    font-size: 12px;
    font-weight: 700;
    color: rgba(0, 0, 0, .5);
    line-height: 16px;
    display: inline-block;
    text-transform: uppercase
}

main.upstox-smartlist .section-heading {
    font-size: 24px;
    line-height: 32px;
    font-weight: 600;
    color: #262626
}

main.upstox-smartlist .container-fluid {
    padding: 0 30px !important
}

main.upstox-smartlist .container-mw-1392 {
    max-width: 1392px !important;
    width: 100%;
    padding: 0 30px !important;
    margin: 0 auto
}

@media (max-width:1199px) {
    main.upstox-smartlist .container-mw-1392 {
        padding: 0 15px !important
    }
}

main.upstox-smartlist .breadcrumbs-ol {
    margin-left: 0;
    padding-left: 0
}

main.upstox-smartlist .pagination {
    border: 0 !important;
    padding: 40px 0 32px !important;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center !important;
    justify-content: center !important
}

main.upstox-smartlist .pagination ul {
    margin-bottom: 0
}

main.upstox-smartlist .pagination li {
    margin-right: 8px;
    border: 0 !important;
    padding: 0;
    font-weight: 500;
    font-size: 12px;
    line-height: 15px;
    border-radius: 50%;
    width: 24px;
    height: 24px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex: 0 0 24px;
    flex: 0 0 24px;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
    transition: all .2s ease-in-out .1s;
    cursor: pointer
}

main.upstox-smartlist .pagination li.active {
    background: #f6f4f9;
    color: #5a298b
}

main.upstox-smartlist .pagination li.next,
main.upstox-smartlist .pagination li.prev {
    border: 1px solid #d0d0d0 !important;
    border-radius: 2px
}

main.upstox-smartlist .login-widget .open-account {
    top: 80px !important
}

main.upstox-smartlist .page-wrap {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    justify-content: center
}

main.upstox-smartlist .page-wrap .content-left {
    width: 100%
}

@media screen and (min-width:991px) {
    main.upstox-smartlist .page-wrap .content-left {
        max-width: calc(75% - 24px);
        margin-right: 24px;
        -ms-flex: 0 0 calc(75% - 24px);
        flex: 0 0 calc(75% - 24px)
    }
}

@media screen and (min-width:991px) {
    main.upstox-smartlist .page-wrap .login-widget {
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%
    }
}

@media screen and (max-width:991px) {
    main.upstox-smartlist .page-wrap {
        display: unset
    }
}

main.upstox-smartlist .stock-filters .stock-exchange-type span {
    font-size: 12px;
    font-weight: 700;
    color: #fff;
    line-height: 16px;
    background: #5a298b;
    text-align: center;
    border-radius: 2px;
    display: inline-block;
    text-transform: uppercase;
    padding: 2px
}

main.upstox-smartlist .stock-filters .stock-filter-header {
    margin-bottom: 40px
}

main.upstox-smartlist .stock-filters .stock-filter-header .title {
    color: #262626;
    margin-bottom: 8px
}

@media screen and (max-width:767px) {
    main.upstox-smartlist .stock-filters .stock-filter-header .title {
        font-size: 16px;
        font-weight: 700;
        line-height: 24px;
        margin-bottom: 4px
    }
}

main.upstox-smartlist .stock-filters .stock-filter-data [class*=data-col-] {
    -ms-flex: 0 0 15%;
    flex: 0 0 15%;
    max-width: 15%
}

main.upstox-smartlist .stock-filters .stock-filter-data [class*=data-col-]:first-child {
    padding-left: 0 !important
}

main.upstox-smartlist .stock-filters .stock-filter-data .data-col-1 {
    -ms-flex: 1 0 25%;
    flex: 1 0 25%;
    max-width: 22%
}

@media screen and (max-width:991px) {
    main.upstox-smartlist .stock-filters .stock-filter-data .data-col-1 {
        max-width: 50%
    }
}

main.upstox-smartlist .stock-filters .stock-filter-data .company-info {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center
}

main.upstox-smartlist .stock-filters .stock-filter-data .company-info figure {
    width: 36px;
    height: 36px;
    background: #fff;
    border: 1px solid rgba(0, 0, 0, .5);
    min-width: 36px;
    border-radius: 50%;
    margin-right: 10px
}

main.upstox-smartlist .stock-filters .stock-filter-data .company-info figure img {
    border-radius: 50%
}

@media screen and (max-width:991px) {
    main.upstox-smartlist .stock-filters .stock-filter-data .data-col-2 {
        -ms-flex: 1 0 auto;
        flex: 1 0 auto;
        text-align: right;
        max-width: 50%;
        padding: 0 2px
    }

    main.upstox-smartlist .stock-filters .stock-filter-data .data-col-2 .price-details .price {
        padding-right: 5px
    }

    main.upstox-smartlist .stock-filters .stock-filter-data .data-col-2 .price-details .percentage {
        white-space: nowrap
    }

    main.upstox-smartlist .stock-filters .stock-filter-data .data-col-2 .mb-bs-btn-group {
        margin-top: 4px
    }
}

main.upstox-smartlist .stock-filters .stock-filter-data .data-col-5 {
    -ms-flex: 0 0 18%;
    flex: 0 0 18%;
    max-width: 18%
}

main.upstox-smartlist .stock-filters .stock-filter-data .data-col-5 .bs-btn-group {
    display: -ms-flexbox;
    display: flex
}

main.upstox-smartlist .stock-filters .stock-filter-data .price-details .price {
    font-weight: 700;
    line-height: 24px;
    color: #262626
}

main.upstox-smartlist .stock-filters .stock-filter-data .price-details .percentage {
    display: block;
    font-weight: 700
}

main.upstox-smartlist .stock-filters .stock-filter-data .price-details .positive {
    color: #148564
}

main.upstox-smartlist .stock-filters .stock-filter-data .price-details .negative {
    color: #db542a
}

main.upstox-smartlist .stock-filters .stock-filter-th {
    margin-right: 6px
}

main.upstox-smartlist .stock-filters .stock-filter-th .stock-filter-data {
    display: -ms-flexbox;
    display: flex;
    border-bottom: 1px solid #929292;
    padding-bottom: 24px;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding-top: 24px
}

main.upstox-smartlist .stock-filters .stock-filter-th .stock-filter-data .th-item {
    font-weight: 700;
    font-size: 14px;
    line-height: 24px;
    color: #6a6a6a
}

@media screen and (max-width:991px) {
    main.upstox-smartlist .stock-filters .stock-filter-th {
        display: none
    }
}

main.upstox-smartlist .stock-filters .stock-filter-td::-webkit-scrollbar {
    width: 6px
}

main.upstox-smartlist .stock-filters .stock-filter-td::-webkit-scrollbar-thumb {
    background: #929292;
    border-radius: 6px
}

main.upstox-smartlist .stock-filters .stock-filter-td::-webkit-scrollbar-track {
    border-radius: 6px
}

@media screen and (max-width:767px) {
    main.upstox-smartlist .stock-filters .stock-filter-td {
        margin-top: 20px
    }
}

main.upstox-smartlist .stock-filters .stock-filter-td .stock-filter-data {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-align: center;
    align-items: center;
    border-bottom: 1px solid #f2f2f2;
    padding: 12px 0 12px 8px;
    transition: all .3s ease-in-out .1s
}

main.upstox-smartlist .stock-filters .stock-filter-td .stock-filter-data:hover {
    background: #f7f4f9
}

@media screen and (max-width:767px) {
    main.upstox-smartlist .stock-filters .stock-filter-td .stock-filter-data {
        padding: 10px 0
    }

    main.upstox-smartlist .stock-filters .stock-filter-td .stock-filter-data .data-col span {
        display: block
    }
}

main.upstox-smartlist .stock-filters .stock-filter-td .stock-filter-data a {
    color: #262626;
    font-weight: 400;
    font-size: 14px;
    line-height: 20px
}

@media screen and (max-width:767px) {
    main.upstox-smartlist .stock-filters .stock-filter-td .stock-filter-data a {
        line-height: 24px
    }
}

main.upstox-smartlist .stock-filters .stock-filter-td .stock-filter-data .w52-high,
main.upstox-smartlist .stock-filters .stock-filter-td .stock-filter-data .w52-low {
    font-weight: 400;
    font-size: 14px;
    line-height: 40px;
    color: #6a6a6a
}

main.upstox-smartlist .stock-filters .stock-filter-td .stock-filter-data .bs-btn-group .buy-btn {
    font-size: 12px;
    line-height: 16px;
    font-weight: 700;
    padding: 8px 16px;
    background: #148564;
    color: #fff;
    border-radius: 24px;
    margin-right: 22px
}

main.upstox-smartlist .stock-filters .stock-filter-td .stock-filter-data .bs-btn-group .sell-btn {
    font-size: 12px;
    line-height: 16px;
    font-weight: 700;
    padding: 8px 16px;
    background: #db542a;
    color: #fff;
    border-radius: 24px
}

@media screen and (min-width:991px) {

    main.upstox-smartlist .stock-filters .stock-filter-td .stock-filter-data .mb-bs-btn-group,
    main.upstox-smartlist .stock-filters .stock-filter-td .stock-filter-data .mb-price {
        display: none
    }
}

@media screen and (max-width:991px) {

    main.upstox-smartlist .stock-filters .stock-filter-td .stock-filter-data .data-col-3,
    main.upstox-smartlist .stock-filters .stock-filter-td .stock-filter-data .data-col-4,
    main.upstox-smartlist .stock-filters .stock-filter-td .stock-filter-data .data-col-5,
    main.upstox-smartlist .stock-filters .stock-filter-td .stock-filter-data .data-col-6 {
        display: none
    }

    main.upstox-smartlist .stock-filters .stock-filter-td .stock-filter-data .mb-bs-btn-group .mb-buy-btn {
        width: 24px;
        height: 24px;
        background: #148564;
        border-radius: 100px;
        color: #fff;
        text-align: center;
        padding: 2px;
        font-weight: 600;
        display: inline-block;
        line-height: 20px
    }

    main.upstox-smartlist .stock-filters .stock-filter-td .stock-filter-data .mb-bs-btn-group .mb-sell-btn {
        width: 24px;
        height: 24px;
        background: #db542a;
        border-radius: 100px;
        color: #fff;
        text-align: center;
        padding: 2px;
        font-weight: 600;
        display: inline-block;
        line-height: 20px
    }

    main.upstox-smartlist .stock-filters .stock-filter-td .stock-filter-data .mb-price {
        font-size: 12px;
        line-height: 16px;
        color: #6a6a6a;
        margin-top: 4px
    }
}

main.upstox-smartlist .popular-stocks .popular-items {
    max-height: 328px;
    overflow-y: scroll
}

main.upstox-smartlist .popular-stocks .popular-items::-webkit-scrollbar {
    width: 6px
}

main.upstox-smartlist .popular-stocks .popular-items::-webkit-scrollbar-thumb {
    background: #929292;
    border-radius: 6px
}

main.upstox-smartlist .popular-stocks .popular-items::-webkit-scrollbar-track {
    border-radius: 6px
}

main.upstox-smartlist .dynamic-faq .heading {
    margin-bottom: 32px
}

main.upstox-smartlist .dynamic-faq .panel {
    border: 0;
    margin-bottom: 0;
    border-bottom: 1px solid #e1e1e1
}

main.upstox-smartlist .dynamic-faq .panel .panel-heading {
    color: #333;
    background-color: #fff;
    background-image: unset;
    padding: 16px 0;
    border: 0
}

main.upstox-smartlist .dynamic-faq .panel .panel-heading .panel-title {
    font-size: 14px;
    line-height: 24px;
    font-weight: unset;
    color: #262626;
    display: block;
    cursor: pointer
}

main.upstox-smartlist .dynamic-faq .panel .panel-heading .panel-title .expand_icon {
    margin-left: 10px;
    height: 40px;
    vertical-align: text-top;
    float: right
}

main.upstox-smartlist .dynamic-faq .panel .panel-heading .panel-title .expand_icon.dashicons-plus:before {
    content: "+";
    font-size: 24px;
    font-weight: 600
}

main.upstox-smartlist .dynamic-faq .panel .panel-heading .panel-title .collapsed .dashicons-plus:before {
    content: "-"
}

main.upstox-smartlist .dynamic-faq .panel .panel-body {
    padding: 8px 0 16px;
    font-weight: 400;
    font-size: 14px !important;
    line-height: 24px !important;
    color: #6a6a6a !important
}

main.upstox-smartlist .dynamic-faq .panel .panel-body p {
    font-weight: 400;
    font-size: 14px;
    line-height: 24px;
    color: #6a6a6a
}

main.upstox-smartlist .login-widget .open-account {
    text-align: left
}

main.upstox-smartlist .login-widget .open-account .header {
    font-weight: 700
}

main.upstox-smartlist .login-widget .contact-form {
    width: 100%
}

main.upstox-smartlist .calculator_help_section h2 {
    margin-bottom: 16px;
    font-size: 24px !important;
    line-height: 32px !important;
    padding-left: 0;
    font-weight: 600 !important
}

main.upstox-smartlist .calculator_help_section .panel-group .panel-default>.panel-heading {
    padding: 16px 0
}

main.upstox-smartlist .calculator_help_section .panel-group .panel-default>.panel-heading h3.panel-title span {
    font-size: 14px;
    line-height: 24px
}

main.upstox-smartlist .smartlist-disclaimer {
    padding-left: 0;
    margin-top: 30px;
    margin-bottom: 22px
}

main.upstox-smartlist .smartlist-disclaimer strong {
    font-weight: 700;
    font-size: 14px;
    line-height: 24px;
    color: #262626
}

main.upstox-smartlist .smartlist-disclaimer p {
    font-weight: 400;
    font-size: 14px;
    line-height: 24px;
    color: #262626
}

main.upstox-smartlist .smartlist-disclaimer ul {
    list-style: disc;
    padding-left: 20px
}

main.upstox-smartlist .calculator_help_section {
    padding-left: 0
}

@media (max-width:768px) {
    main.upstox-smartlist .calculator_help_section h2.fs-28.bold.help_here {
        padding-left: 0 !important;
        font-weight: 600 !important
    }
}

main.upstox-smartlist .calculator_help_section .panel.panel-default {
    padding-left: 0 !important
}

main.upstox-smartlist .calculator_help_section .panel.panel-default .panel-collapse .panel-body {
    padding: 8px 0 16px;
    font-weight: 400;
    font-size: 14px !important;
    line-height: 24px !important;
    color: #6a6a6a !important
}

main.upstox-smartlist .calculator_help_section .panel.panel-default .panel-collapse .panel-body p {
    font-weight: 400;
    font-size: 14px;
    line-height: 24px;
    color: #6a6a6a
}

main.upstox-smartlist .calculator_help_section .panel.panel-default .panel-collapse .panel-body p:last-child {
    margin-bottom: 20px
}

main.upstox-smartlist .smartlist-info {
    background: #f5f5f5;
    border-radius: 16px;
    padding: 32px 32px 0;
    margin-top: 40px
}

main.upstox-smartlist .smartlist-info .smartlist-info_inner {
    overflow-y: scroll;
    max-height: 400px;
    height: 100%;
    padding-right: 5px;
    padding-bottom: 5px
}

main.upstox-smartlist .smartlist-info .smartlist-info_inner h2 {
    margin: 0 0 10px !important;
    font-size: 16px;
    color: #000;
    font-weight: 600
}

main.upstox-smartlist .smartlist-info .smartlist-info_inner p {
    font-size: 16px;
    font-weight: 400;
    line-height: 28px;
    color: #000;
    margin-bottom: 20px
}

main.upstox-smartlist .smartlist-info .smartlist-info_inner p:empty {
    margin: 0 !important;
    padding: 0 !important
}

.smartlist-info_inner::-webkit-scrollbar {
    width: 8px
}

@media (max-width:575px) {
    .smartlist-info_inner::-webkit-scrollbar {
        width: 4px
    }
}

.smartlist-info_inner::-webkit-scrollbar-thumb {
    background: #6a6a6a;
    border-radius: 9999px
}

.no-scripts-th {
    text-align: center
}

.no-scripts-th span {
    font-weight: 500;
    font-size: 20px
}

.hra-seo #fix-cash .calculator-output__amount--large {
    margin-bottom: 32px
}

.hra-seo .selection {
    -ms-flex-pack: start !important;
    justify-content: flex-start !important
}

.hra-seo .selection .radio-button {
    margin-right: 15px !important
}

.hra-seo .nvp-sec h3 {
    font-weight: 600
}

.upstox-option-strategies .faq-sec .upstox-trading-facility .heading,
.upstox-trading-facility .faq-sec .heading,
.upstox-trading-facility .sec-heading {
    font-family: Inter;
    font-size: calc(28px + 22 * (100vw - 320px) / 1600);
    font-weight: 700;
    line-height: 1.2;
    letter-spacing: 0;
    color: #262626
}

.upstox-trading-facility .list-points {
    margin-left: 10px
}

.upstox-trading-facility .list-points li {
    font-family: Inter;
    font-size: 28px;
    font-weight: 500;
    line-height: 2;
    letter-spacing: -1px;
    text-align: left;
    color: #6a6a6a;
    position: relative;
    padding-left: 32px;
    margin-bottom: 16px
}

.upstox-trading-facility .list-points li:before {
    content: "";
    position: absolute;
    left: 0;
    width: 16px;
    height: 16px;
    background: #6a6a6a;
    border-radius: 50%;
    top: 50%;
    transform: translateY(-50%)
}

.upstox-trading-facility .list-points.list-points-none {
    margin-left: 0
}

.upstox-trading-facility .list-points.list-points-none li {
    padding-left: 0
}

.upstox-trading-facility .list-points.list-points-none li:before {
    display: none
}

.upstox-trading-facility .list-eg {
    border: 2px solid #e1e1e1;
    padding: 32px;
    border-radius: 16px;
    font-family: Inter;
    font-size: 28px;
    font-weight: 500;
    line-height: 2;
    letter-spacing: -1px;
    color: hsla(0, 0%, 42%, .9)
}

.upstox-trading-facility .why-mtf .why-mtf__inner {
    background: #e9e6ff;
    padding: 64px 96px;
    padding-bottom: 0
}

.upstox-trading-facility .why-mtf .why-mtf__inner>.sec-row {
    --gap: 50px;
    --col: 2
}

.upstox-trading-facility .why-mtf .why-mtf__inner>.sec-row .sec-col.column-2 .content-fold {
    height: 100%;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: end;
    align-items: flex-end
}

.upstox-trading-facility .why-mtf .heading-sec .sub-heading {
    color: #000
}

.upstox-trading-facility .why-mtf .heading-sec .heading-slogan {
    font-family: Inter;
    font-size: 28px;
    font-weight: 700;
    line-height: 34px;
    letter-spacing: -.01em;
    color: #000
}

.upstox-trading-facility .why-mtf .why-use-sec .heading {
    font-family: Inter;
    font-size: 20px;
    font-weight: 700;
    line-height: 40px;
    color: #310e54
}

.upstox-trading-facility .why-mtf .why-use-list .sec-row {
    --gap: 30px;
    --col: 2
}

.upstox-trading-facility .why-mtf .why-use-list .sec-col {
    padding-bottom: 24px
}

.upstox-trading-facility .why-mtf .why-use-list li.sec-col span {
    font-family: Inter;
    font-size: 16px;
    font-weight: 500;
    line-height: 2;
    color: #000;
    position: relative;
    padding-left: 30px;
    display: inline-block
}

.upstox-trading-facility .why-mtf .why-use-list li.sec-col span:before {
    content: "";
    position: absolute;
    left: 0;
    top: 6px;
    width: 20px;
    height: 20px;
    background: #000;
    border-radius: 50%
}

.upstox-trading-facility .why-mtf .why-use-list li.sec-col span:after {
    content: "";
    position: absolute;
    border-bottom: 2px solid #fff;
    border-right: 2px solid #fff;
    width: 7px;
    height: 12px;
    left: 6px;
    top: 8px;
    transform: rotate(41deg)
}

.upstox-trading-facility .mtf-features .mtf-features-list>.sec-row {
    --gap: 16px;
    --col: 4;
    margin-bottom: calc(-1 * (var(--gap) * 2))
}

.upstox-trading-facility .mtf-features .mtf-features-list>.sec-row .sec-col {
    padding-bottom: calc(var(--gap) * 2)
}

.upstox-trading-facility .mtf-features .mtf-features-list .content-fold {
    text-align: center;
    background: #f5f5f5;
    padding: 32px;
    border-radius: 8px;
    height: 100%
}

.upstox-trading-facility .mtf-features .mtf-features-list .content-fold figure {
    height: 160px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-bottom: 24px
}

.upstox-trading-facility .mtf-features .mtf-features-list .content-fold p {
    font-family: Inter;
    font-size: 24px;
    font-weight: 500;
    line-height: 40px;
    letter-spacing: -.6000000238418579px;
    text-align: center;
    color: #000
}

.upstox-trading-facility .power-mtf .section-heading strong {
    display: block
}

.upstox-trading-facility .power-mtf .power-mtf-example-outer .title-heading p {
    font-family: Inter;
    font-size: 24px;
    font-weight: 500;
    line-height: 40px;
    letter-spacing: -.6000000238418579px;
    text-align: left;
    color: #000
}

.upstox-trading-facility .power-mtf .power-mtf-example-outer .power-mtf-example .sec-row .sec-col {
    padding: 0
}

.upstox-trading-facility .power-mtf .power-mtf-example-outer .power-mtf-example .sec-row .sec-col .content-fold {
    height: 100%;
    position: relative
}

.upstox-trading-facility .power-mtf .power-mtf-example-outer .power-mtf-example .sec-row .sec-col .content-fold .content {
    height: 100%;
    padding: 32px;
    border: 2px solid #e1e1e1;
    border-radius: 8px
}

.upstox-trading-facility .power-mtf .power-mtf-example-outer .power-mtf-example .sec-row .sec-col .content-fold .content .amount-title {
    font-family: Inter;
    font-size: 24px;
    font-weight: 700;
    line-height: 29px;
    letter-spacing: -.6000000238418579px;
    text-align: left;
    margin-bottom: 16px
}

.upstox-trading-facility .power-mtf .power-mtf-example-outer .power-mtf-example .sec-row .sec-col .content-fold .content .amount-outer {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center
}

.upstox-trading-facility .power-mtf .power-mtf-example-outer .power-mtf-example .sec-row .sec-col .content-fold .content .amount-outer .amount-sign {
    font-family: Inter;
    font-size: 32px;
    font-weight: 700;
    line-height: 39px;
    letter-spacing: 0;
    text-align: left;
    color: #000
}

.upstox-trading-facility .power-mtf .power-mtf-example-outer .power-mtf-example .sec-row .sec-col .content-fold .content .amount-outer .amount {
    font-family: Inter;
    font-size: 60px;
    font-weight: 700;
    line-height: 73px;
    letter-spacing: 0;
    text-align: left;
    color: #000
}

.upstox-trading-facility .power-mtf .power-mtf-example-outer .power-mtf-example .sec-row .sec-col.column-1,
.upstox-trading-facility .power-mtf .power-mtf-example-outer .power-mtf-example .sec-row .sec-col.column-2 {
    -ms-flex: 0 1 384px;
    flex: 0 1 384px;
    max-width: 384px
}

.upstox-trading-facility .power-mtf .power-mtf-example-outer .power-mtf-example .sec-row .sec-col.column-1 {
    margin-right: 64px
}

.upstox-trading-facility .power-mtf .power-mtf-example-outer .power-mtf-example .sec-row .sec-col.column-1 .content-fold:after {
    content: "+";
    position: absolute;
    top: 50%;
    right: -48px;
    transform: translateY(-50%);
    font-family: Inter;
    font-size: 48px;
    font-weight: 500;
    line-height: 58px;
    letter-spacing: 0
}

.upstox-trading-facility .power-mtf .power-mtf-example-outer .power-mtf-example .sec-row .sec-col.column-2 {
    margin-right: 96px
}

.upstox-trading-facility .power-mtf .power-mtf-example-outer .power-mtf-example .sec-row .sec-col.column-3 {
    -ms-flex: 1 0 auto;
    flex: 1 0 auto
}

.upstox-trading-facility .power-mtf .power-mtf-example-outer .power-mtf-example .sec-row .sec-col.column-3 .content-fold:before {
    content: "=";
    position: absolute;
    top: 50%;
    left: -65px;
    transform: translateY(-50%);
    font-family: Inter;
    font-size: 48px;
    font-weight: 500;
    line-height: 58px;
    letter-spacing: 0;
    text-align: left
}

.upstox-trading-facility .power-mtf .power-mtf-example-outer .power-mtf-example .sec-row .sec-col.column-3 .content-fold .content {
    background: #e9e5ff
}

.upstox-trading-facility .power-mtf .power-mtf-example-outer .power-mtf-example .sec-row .sec-col.column-3 .content-fold .content .amount-outer>*,
.upstox-trading-facility .power-mtf .power-mtf-example-outer .power-mtf-example .sec-row .sec-col.column-3 .content-fold .content .amount-title {
    color: var(--purple)
}

.upstox-trading-facility .activate-mtf .section-heading .sub-heading-p {
    font-family: Inter;
    font-size: 25px;
    font-weight: 400;
    line-height: 2;
    letter-spacing: 0;
    text-align: center;
    color: #6a6a6a
}

.upstox-trading-facility .activate-mtf .activate-steps>.sec-row {
    --gap: 35px
}

.upstox-trading-facility .activate-mtf .activate-steps>.sec-row .sec-col.column-1 {
    -ms-flex: 0 0 35%;
    flex: 0 0 35%;
    max-width: 35%
}

.upstox-trading-facility .activate-mtf .activate-steps>.sec-row .sec-col.column-2 {
    -ms-flex: 0 0 65%;
    flex: 0 0 65%;
    max-width: 65%
}

.upstox-trading-facility .activate-mtf .activate-steps>.sec-row .sec-col.column-2 .content-fold {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    height: 100%
}

.upstox-trading-facility .activate-mtf .activate-steps>.sec-row .sec-col.column-2 .content-fold .activate-mtf-list {
    -ms-flex-positive: 1;
    flex-grow: 1
}

.upstox-trading-facility .activate-mtf .activate-steps .video-outer {
    position: relative;
    z-index: 1;
    max-width: 340px;
    width: 100%;
    margin-left: auto;
    margin-right: auto
}

.upstox-trading-facility .activate-mtf .activate-steps .video-outer video {
    border: 5px solid #000;
    border-radius: 10px;
    background: #fff;
    width: calc(100% - 26px)
}

.upstox-trading-facility .activate-mtf .activate-mtf-list>.sec-row {
    --gap: 16px;
    --col: 2
}

.upstox-trading-facility .activate-mtf .activate-mtf-list>.sec-row .sec-col {
    padding-bottom: 90px
}

.upstox-trading-facility .activate-mtf .activate-mtf-list>.sec-row .sec-col .heading {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: end;
    align-items: flex-end;
    margin-bottom: 16px
}

.upstox-trading-facility .activate-mtf .activate-mtf-list>.sec-row .sec-col .heading span {
    font-family: Inter;
    font-size: 20px;
    font-weight: 600;
    line-height: 32px;
    letter-spacing: -.33000001311302185px;
    display: inline-block;
    padding-right: 8px;
    color: #5a298b
}

.upstox-trading-facility .activate-mtf .activate-mtf-list>.sec-row .sec-col .sub-heading-p {
    font-family: Inter;
    font-size: 24px;
    font-weight: 500;
    line-height: 1.7;
    letter-spacing: -.6000000238418579px;
    text-align: left;
    color: #000
}

.upstox-trading-facility .activate-mtf .button-design {
    min-width: 210px
}

.upstox-trading-facility .know-about-mtf .section-heading {
    max-width: 700px
}

.upstox-trading-facility .know-about-mtf .list-heading {
    font-family: Inter;
    font-size: 32px;
    font-weight: 700;
    line-height: 1.5;
    letter-spacing: -1px;
    color: #000
}

.upstox-trading-facility .know-about-mtf .mtf-charges .list-heading {
    color: var(--purple)
}

.upstox-trading-facility .know-about-mtf .mtf-instruction>.sec-row {
    --gap: 48px;
    --col: 1
}

.upstox-trading-facility .know-about-mtf .btn-block a.link {
    font-family: Inter;
    font-size: 28px;
    font-weight: 500;
    line-height: 56px;
    letter-spacing: -1px;
    color: var(--purple)
}

.upstox-trading-facility .know-about-mtf .btn-block a.link:focus,
.upstox-trading-facility .know-about-mtf .btn-block a.link:hover {
    text-decoration: underline;
    outline: none
}

.upstox-trading-facility .mtf-know-more .mtf-get-started {
    max-width: 85%;
    width: 100%;
    margin: 0 auto;
    border-radius: 16px;
    overflow: hidden
}

.upstox-trading-facility .mtf-know-more .mtf-get-started .get-started-img {
    cursor: pointer
}

.upstox-trading-facility .mtf-know-more .mtf-get-started .get-started-video {
    position: relative;
    padding-bottom: 56.25%;
    height: 0
}

.upstox-trading-facility .mtf-know-more .mtf-get-started .get-started-video iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%
}

.upstox-trading-facility .mtf-know-more .btn-block .heading {
    font-family: Inter;
    font-size: 32px;
    font-weight: 700;
    line-height: 1.5;
    letter-spacing: -.01em;
    color: #41246e;
    padding: 16px 32px 16px 0
}

.upstox-trading-facility .mtf-know-more .btn-block .button-design {
    min-width: 200px
}

.upstox-trading-facility .download-sec__inner {
    background: #f1efeb;
    padding: calc(24px + 72 * (100vw - 320px) / 1600) calc(24px + 168 * (100vw - 320px) / 1600);
    padding-bottom: 0
}

.upstox-trading-facility .download-sec__inner .heading-sec {
    max-width: 500px
}

.upstox-trading-facility .download-sec__inner .heading-sec .heading {
    color: var(--purple)
}

.upstox-trading-facility .download-sec__inner>.sec-row {
    --gap: 48px;
    --col: 2
}

.upstox-trading-facility .download-sec__inner>.sec-row .sec-col.column-2 .content-fold {
    height: 100%;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: end;
    align-items: flex-end
}

.upstox-trading-facility .download-sec__inner .btn-block a {
    display: inline-block;
    padding-right: 18px;
    padding-bottom: 15px
}

.upstox-trading-facility .faq-sec {
    padding-top: calc(96px + 44 * ((100vw - 576px) / 1344))
}

.upstox-trading-facility .faq-sec,
.upstox-trading-facility .faq-sec>.heading {
    padding-bottom: calc(96px + 44 * ((100vw - 576px) / 1344))
}

.upstox-trading-facility .faq-sec .smooth-font .panel {
    border-bottom: 1px solid #000 !important
}

.upstox-trading-facility .faq-sec .smooth-font .panel-title {
    font-family: Inter;
    font-size: 24px;
    font-weight: 400;
    line-height: 2;
    letter-spacing: 0;
    text-align: left;
    color: #000
}

.upstox-trading-facility .faq-sec .btn-block {
    text-align: left
}

.upstox-trading-facility .faq-sec .btn-block p {
    font-family: Inter;
    font-size: 25px;
    font-weight: 400;
    line-height: 50px;
    letter-spacing: 0;
    text-align: left;
    color: #000
}

.upstox-trading-facility .faq-sec .btn-block .button-design {
    min-width: 250px
}

@media screen and (min-width:768px) {
    .upstox-trading-facility .activate-mtf .activate-steps>.sec-row .sec-col.column-2 .activate-mtf-list .content-fold {
        opacity: .5
    }

    .upstox-trading-facility .activate-mtf .activate-steps>.sec-row .sec-col.column-2 .activate-mtf-list .content-fold.mtf-active {
        opacity: 1
    }
}

@media screen and (min-width:1025px) {
    .upstox-trading-facility .container {
        max-width: 1248px !important
    }
}

@media screen and (min-width:1441px) {
    .upstox-trading-facility .container {
        max-width: 1536px !important
    }
}

@media screen and (max-width:1440px) {
    .upstox-trading-facility .p-lg-120 {
        padding: calc(96px + 24 * ((100vw - 576px) / 1344)) 0 !important
    }

    .upstox-trading-facility .pt-lg-120 {
        padding-top: calc(96px + 24 * ((100vw - 576px) / 1344)) !important
    }

    .upstox-trading-facility .pb-lg-120 {
        padding-bottom: calc(96px + 24 * ((100vw - 576px) / 1344)) !important
    }

    .upstox-trading-facility .list-points li {
        font-size: 20px;
        line-height: 1.6;
        padding-left: 24px
    }

    .upstox-trading-facility .list-points li:before {
        width: 8px;
        height: 8px
    }

    .upstox-trading-facility .list-eg {
        padding: 24px;
        border-radius: 8px;
        font-size: 20px;
        line-height: 1.6
    }

    .upstox-option-strategies .faq-sec .upstox-trading-facility .heading,
    .upstox-trading-facility .faq-sec .heading,
    .upstox-trading-facility .sec-heading {
        font-size: 32px;
        line-height: 1.5
    }

    .upstox-trading-facility .why-mtf .why-mtf__inner {
        padding: 64px 64px 0
    }

    .upstox-option-strategies .faq-sec .upstox-trading-facility .why-mtf .why-mtf__inner .heading-sec .heading,
    .upstox-trading-facility .faq-sec .why-mtf .why-mtf__inner .heading-sec .heading,
    .upstox-trading-facility .why-mtf .why-mtf__inner .heading-sec .faq-sec .heading,
    .upstox-trading-facility .why-mtf .why-mtf__inner .heading-sec .sec-heading {
        font-size: calc(28px + 16 * (100vw - 320px) / 1120);
        line-height: 1.2
    }

    .upstox-trading-facility .why-mtf .why-mtf__inner .heading-sec .heading-slogan {
        margin-top: 24px;
        font-size: 24px;
        line-height: 29px
    }

    .upstox-trading-facility .why-mtf .why-mtf__inner .content-fold {
        margin-top: 0 !important
    }

    .upstox-trading-facility .mtf-features {
        padding-top: 32px
    }

    .upstox-trading-facility .mtf-features .mtf-features-list>.sec-row {
        --gap: 12px;
        --col: 4;
        margin-bottom: calc(-1 * (var(--gap) * 2))
    }

    .upstox-trading-facility .mtf-features .mtf-features-list .content-fold {
        padding: 24px 16px
    }

    .upstox-trading-facility .mtf-features .mtf-features-list .content-fold figure {
        height: 128px;
        margin-bottom: 16px
    }

    .upstox-trading-facility .mtf-features .mtf-features-list .content-fold p {
        font-size: 20px;
        line-height: 36px
    }

    .upstox-trading-facility .power-mtf .section-heading {
        padding-bottom: 64px
    }

    .upstox-option-strategies .faq-sec .upstox-trading-facility .power-mtf .section-heading .heading,
    .upstox-trading-facility .faq-sec .power-mtf .section-heading .heading,
    .upstox-trading-facility .power-mtf .section-heading .faq-sec .heading,
    .upstox-trading-facility .power-mtf .section-heading .sec-heading {
        margin-bottom: 0
    }

    .upstox-option-strategies .faq-sec .upstox-trading-facility .power-mtf .section-heading .heading strong,
    .upstox-trading-facility .faq-sec .power-mtf .section-heading .heading strong,
    .upstox-trading-facility .power-mtf .section-heading .faq-sec .heading strong,
    .upstox-trading-facility .power-mtf .section-heading .sec-heading strong {
        display: inline-block
    }

    .upstox-trading-facility .power-mtf .power-mtf-example-outer .title-heading {
        margin-bottom: 10px
    }

    .upstox-trading-facility .power-mtf .power-mtf-example-outer .title-heading p {
        font-size: 20px;
        font-weight: 500;
        line-height: 36px
    }

    .upstox-trading-facility .power-mtf .power-mtf-example-outer .power-mtf-example .sec-row .sec-col.column-1,
    .upstox-trading-facility .power-mtf .power-mtf-example-outer .power-mtf-example .sec-row .sec-col.column-2 {
        -ms-flex: 0 1 238px;
        flex: 0 1 238px;
        max-width: 238px
    }

    .upstox-trading-facility .power-mtf .power-mtf-example-outer .power-mtf-example .content-fold .content {
        padding: 24px
    }

    .upstox-trading-facility .power-mtf .power-mtf-example-outer .power-mtf-example .content-fold .content .amount-title {
        font-size: 20px !important;
        line-height: 36px !important
    }

    .upstox-trading-facility .power-mtf .power-mtf-example-outer .power-mtf-example .content-fold .content .amount-outer .amount {
        font-size: 40px !important;
        line-height: 48px !important
    }

    .upstox-trading-facility .activate-mtf .activate-mtf-list>.sec-row .sec-col .sub-heading-p {
        font-size: 20px
    }

    .upstox-trading-facility .know-about-mtf .section-heading {
        max-width: none;
        padding-bottom: 64px
    }

    .upstox-trading-facility .know-about-mtf .list-heading {
        font-size: 24px;
        line-height: 1.5
    }

    .upstox-trading-facility .know-about-mtf .mtf-instruction {
        margin-top: 64px
    }

    .upstox-trading-facility .know-about-mtf .btn-block a.link {
        font-size: 20px;
        line-height: 1.8
    }

    .upstox-trading-facility .mtf-know-more .section-heading {
        padding-bottom: 64px
    }

    .upstox-trading-facility .mtf-know-more .btn-block {
        margin-top: 32px
    }

    .upstox-trading-facility .mtf-know-more .btn-block .heading {
        font-size: 24px;
        font-weight: 500;
        line-height: 1.7;
        padding: 8px 32px 8px 0
    }

    .upstox-trading-facility .download-sec .download-sec__inner {
        padding: calc(24px + 40 * (100vw - 320px) / 1600) calc(24px + 72 * (100vw - 320px) / 1600);
        padding-bottom: 0
    }

    .upstox-option-strategies .faq-sec .upstox-trading-facility .download-sec .download-sec__inner .heading-sec .heading,
    .upstox-trading-facility .download-sec .download-sec__inner .heading-sec .faq-sec .heading,
    .upstox-trading-facility .download-sec .download-sec__inner .heading-sec .sec-heading,
    .upstox-trading-facility .faq-sec .download-sec .download-sec__inner .heading-sec .heading {
        font-size: 48px;
        line-height: 1.2
    }

    .upstox-trading-facility .download-sec .download-sec__inner .btn-block {
        margin-top: 64px
    }

    .upstox-trading-facility .faq-sec .heading {
        padding-bottom: 32px
    }

    .upstox-trading-facility .faq-sec .panel-group .panel-default>.panel-heading .panel-title span {
        font-size: 20px;
        font-weight: 500;
        line-height: 1.8
    }

    .upstox-trading-facility .faq-sec .btn-block {
        margin-top: 64px
    }

    .upstox-trading-facility .faq-sec .btn-block p {
        font-size: 20px;
        font-weight: 500;
        line-height: 1.8
    }

    .upstox-trading-facility .faq-sec .btn-block>div {
        margin-top: 16px
    }
}

@media screen and (max-width:1320px) {

    .upstox-trading-facility .activate-mtf .activate-mtf-list>.sec-row,
    .upstox-trading-facility .activate-mtf .activate-steps>.sec-row,
    .upstox-trading-facility .know-about-mtf .mtf-instruction>.sec-row {
        --gap: 15px
    }
}

@media screen and (max-width:991px) {
    .upstox-trading-facility .why-mtf {
        padding-top: 0 !important
    }

    .upstox-trading-facility .why-mtf>.container {
        padding-left: 0;
        padding-right: 0;
        max-width: none
    }

    .upstox-trading-facility .why-mtf .why-mtf__inner {
        padding: 24px 24px 0;
        border-radius: 0
    }

    .upstox-trading-facility .why-mtf .why-mtf__inner>.sec-row {
        --gap: 24px;
        --col: 1;
        -ms-flex-direction: column-reverse;
        flex-direction: column-reverse
    }

    .upstox-trading-facility .why-mtf .why-mtf__inner>.sec-row .sec-col.column-1 {
        padding-top: 35px
    }

    .upstox-trading-facility .why-mtf .why-mtf__inner>.sec-row .sec-col.column-1 .content-fold {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-direction: column;
        flex-direction: column;
        padding-bottom: 0
    }

    .upstox-trading-facility .why-mtf .why-mtf__inner>.sec-row .sec-col.column-1 .content-fold .why-use-sec {
        -ms-flex-order: 1;
        order: 1;
        margin-top: 32px
    }

    .upstox-trading-facility .why-mtf .why-mtf__inner>.sec-row .sec-col.column-1 .content-fold .why-use-sec .heading {
        font-size: 16px;
        line-height: 1.5;
        color: #000
    }

    .upstox-trading-facility .why-mtf .why-mtf__inner>.sec-row .sec-col.column-1 .content-fold .why-use-sec .why-use-list {
        margin-top: 28px
    }

    .upstox-trading-facility .why-mtf .why-mtf__inner>.sec-row .sec-col.column-1 .content-fold .why-use-sec .why-use-list .sec-row {
        --gap: 24px;
        --col: 1
    }

    .upstox-trading-facility .why-mtf .why-mtf__inner>.sec-row .sec-col.column-1 .content-fold .why-use-sec .why-use-list .sec-row .sec-col {
        padding-bottom: 16px
    }

    .upstox-trading-facility .why-mtf .why-mtf__inner>.sec-row .sec-col.column-1 .content-fold .why-use-sec .why-use-list .sec-row .sec-col:last-child {
        padding-bottom: 0
    }

    .upstox-trading-facility .why-mtf .why-mtf__inner>.sec-row .sec-col.column-1 .content-fold .why-use-sec .why-use-list .sec-row .sec-col span {
        font-weight: 400;
        padding-left: 38px
    }

    .upstox-trading-facility .why-mtf .why-mtf__inner>.sec-row .sec-col.column-1 .content-fold .why-use-sec .why-use-list .sec-row .sec-col span:before {
        top: 50%;
        transform: translateY(-50%)
    }

    .upstox-trading-facility .why-mtf .why-mtf__inner>.sec-row .sec-col.column-1 .content-fold .why-use-sec .why-use-list .sec-row .sec-col span:after {
        left: 0;
        top: 50%;
        transform: rotate(41deg) translateY(-86%)
    }

    .upstox-trading-facility .why-mtf .why-mtf__inner>.sec-row .sec-col.column-1 .content-fold .btn-block {
        text-align: center;
        margin-top: 32px
    }

    .upstox-trading-facility .why-mtf .why-mtf__inner>.sec-row .sec-col.column-2 .content-fold {
        -ms-flex-pack: center;
        justify-content: center
    }

    .upstox-trading-facility .why-mtf .heading-sec {
        text-align: center
    }

    .upstox-trading-facility .why-mtf .heading-sec .heading {
        margin-top: 8px
    }

    .upstox-trading-facility .why-mtf .heading-sec .heading-slogan {
        font-size: 16px;
        line-height: 1.5;
        color: #41246e
    }

    .upstox-trading-facility .mtf-features {
        background: #e9e6ff;
        padding-top: 48px !important;
        padding-bottom: 64px !important
    }

    .upstox-trading-facility .mtf-features .mtf-features-list>.sec-row {
        --col: 2
    }

    .upstox-trading-facility .mtf-features .mtf-features-list .content-fold {
        background: #d3cff3
    }

    .upstox-trading-facility .power-mtf .power-mtf-example-outer .power-mtf-example .sec-row {
        margin-left: 0;
        margin-right: 0
    }

    .upstox-trading-facility .power-mtf .power-mtf-example-outer .power-mtf-example .sec-row .sec-col .content-fold .content,
    .upstox-trading-facility .power-mtf .power-mtf-example-outer .power-mtf-example .sec-row .sec-col .content-fold .content .amount-title {
        text-align: center
    }

    .upstox-trading-facility .power-mtf .power-mtf-example-outer .power-mtf-example .sec-row .sec-col .content-fold .content .amount-outer {
        -ms-flex-pack: center;
        justify-content: center
    }

    .upstox-trading-facility .power-mtf .power-mtf-example-outer .power-mtf-example .sec-row .sec-col.column-1,
    .upstox-trading-facility .power-mtf .power-mtf-example-outer .power-mtf-example .sec-row .sec-col.column-2 {
        -ms-flex: 1 1 45.5%;
        flex: 1 1 45.5%;
        max-width: none
    }

    .upstox-trading-facility .power-mtf .power-mtf-example-outer .power-mtf-example .sec-row .sec-col.column-2 {
        margin-right: 0
    }

    .upstox-trading-facility .power-mtf .power-mtf-example-outer .power-mtf-example .sec-row .sec-col.column-3 {
        margin-top: 70px
    }

    .upstox-trading-facility .power-mtf .power-mtf-example-outer .power-mtf-example .sec-row .sec-col.column-3 .content-fold:before {
        top: -40px;
        left: 0;
        right: 0;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-pack: center;
        justify-content: center
    }

    .upstox-trading-facility .activate-mtf .activate-steps>.sec-row .sec-col.column-1 {
        padding-bottom: 50px
    }

    .upstox-trading-facility .activate-mtf .activate-steps>.sec-row .sec-col.column-1,
    .upstox-trading-facility .activate-mtf .activate-steps>.sec-row .sec-col.column-2 {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%
    }

    .upstox-trading-facility .activate-mtf .activate-steps>.sec-row .sec-col.column-2 .content-fold .btn-block {
        margin-top: 48px;
        text-align: center
    }

    .upstox-trading-facility .download-sec .container {
        padding: 0
    }

    .upstox-trading-facility .download-sec .download-sec__inner {
        border-radius: 0;
        padding: 32px 0 0
    }

    .upstox-trading-facility .download-sec .download-sec__inner .heading-sec {
        margin: 32px auto 0
    }

    .upstox-trading-facility .download-sec .download-sec__inner>.sec-row {
        --gap: 0px;
        --col: 1;
        -ms-flex-direction: column-reverse;
        flex-direction: column-reverse
    }

    .upstox-trading-facility .download-sec .download-sec__inner>.sec-row .sec-col.column-1 {
        background: #fff;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
        width: 100%;
        text-align: center
    }

    .upstox-trading-facility .download-sec .download-sec__inner>.sec-row .sec-col.column-1 .content-fold {
        padding-bottom: 32px
    }
}

@media screen and (max-width:767px) {
    .upstox-trading-facility .mobile-sm-none {
        display: none !important
    }

    .upstox-trading-facility .mobile-sm-show {
        display: block !important
    }

    .upstox-trading-facility .container {
        padding-left: 24px;
        padding-right: 24px
    }

    .upstox-option-strategies .faq-sec .upstox-trading-facility .heading,
    .upstox-trading-facility .faq-sec .heading,
    .upstox-trading-facility .sec-heading {
        font-size: 32px;
        line-height: 1.5
    }

    .upstox-trading-facility .list-points li {
        font-size: 16px;
        padding-left: 24px;
        line-height: 2
    }

    .upstox-trading-facility .list-points li:before {
        width: 8px;
        height: 8px
    }

    .upstox-option-strategies .faq-sec .upstox-trading-facility .why-mtf .heading-sec .heading,
    .upstox-trading-facility .faq-sec .why-mtf .heading-sec .heading,
    .upstox-trading-facility .why-mtf .heading-sec .faq-sec .heading,
    .upstox-trading-facility .why-mtf .heading-sec .sec-heading {
        font-size: 28px;
        font-weight: 700;
        line-height: 40px;
        color: #000 !important
    }

    .upstox-trading-facility .why-mtf .heading-sec .heading-slogan {
        font-size: 16px !important;
        line-height: 24px !important;
        margin-top: 16px !important
    }

    .upstox-trading-facility .mtf-features .mtf-features-list>.sec-row {
        --gap: 8px
    }

    .upstox-trading-facility .mtf-features .mtf-features-list .content-fold figure {
        height: 80px;
        margin-bottom: 8px
    }

    .upstox-trading-facility .mtf-features .mtf-features-list .content-fold figure img {
        height: 40px
    }

    .upstox-trading-facility .mtf-features .mtf-features-list .content-fold .ptitle {
        font-size: 14px;
        font-weight: 700;
        line-height: 20px
    }

    .upstox-trading-facility .power-mtf .power-mtf-example-outer .power-mtf-example .sec-row .sec-col .content-fold .content {
        padding: 16px
    }

    .upstox-trading-facility .power-mtf .power-mtf-example-outer .power-mtf-example .sec-row .sec-col .content-fold .content .amount-outer .amount-sign,
    .upstox-trading-facility .power-mtf .power-mtf-example-outer .power-mtf-example .sec-row .sec-col .content-fold .content .amount-title {
        font-size: 16px !important;
        line-height: 24px !important
    }

    .upstox-trading-facility .power-mtf .power-mtf-example-outer .power-mtf-example .sec-row .sec-col .content-fold .content .amount-outer .amount {
        font-size: 24px !important;
        line-height: 32px !important
    }

    .upstox-trading-facility .power-mtf .power-mtf-example-outer .power-mtf-example .sec-row .sec-col.column-1,
    .upstox-trading-facility .power-mtf .power-mtf-example-outer .power-mtf-example .sec-row .sec-col.column-2 {
        -ms-flex: 1 1 39.5%;
        flex: 1 1 39.5%
    }

    .upstox-option-strategies .faq-sec .upstox-trading-facility .activate-mtf .section-heading .heading,
    .upstox-trading-facility .activate-mtf .section-heading .faq-sec .heading,
    .upstox-trading-facility .activate-mtf .section-heading .sec-heading,
    .upstox-trading-facility .faq-sec .activate-mtf .section-heading .heading {
        font-size: 28px;
        line-height: 1.4
    }

    .upstox-trading-facility .activate-mtf .section-heading .sub-heading-p {
        font-size: 16px;
        line-height: 2;
        font-weight: 500
    }

    .upstox-trading-facility .activate-mtf .activate-steps>.sec-row {
        --gap: 24px
    }

    .upstox-trading-facility .activate-mtf .activate-steps>.sec-row>.sec-col {
        -ms-flex: 0 0 100% !important;
        flex: 0 0 100% !important;
        max-width: 100% !important
    }

    .upstox-trading-facility .activate-mtf .activate-steps>.sec-row>.sec-col.column-2 .content-fold .activate-mtf-list .sec-col:last-child {
        margin-bottom: 0
    }

    .upstox-trading-facility .activate-mtf .activate-steps>.sec-row>.sec-col.column-2 .content-fold .btn-block {
        margin-top: 48px;
        text-align: center
    }

    .upstox-trading-facility .activate-mtf .activate-steps .activate-mtf-list>.sec-row {
        --gap: 24px;
        --col: 1
    }

    .upstox-trading-facility .activate-mtf .activate-steps .activate-mtf-list>.sec-row .sec-col {
        padding-bottom: 0;
        margin-bottom: 48px
    }

    .upstox-trading-facility .activate-mtf .activate-steps .activate-mtf-list>.sec-row .sec-col .content-fold {
        padding: 32px 16px;
        border-radius: 8px;
        text-align: center
    }

    .upstox-trading-facility .activate-mtf .activate-steps .activate-mtf-list>.sec-row .sec-col .content-fold figure {
        margin-bottom: 32px;
        max-width: 144px;
        margin-left: auto;
        margin-right: auto
    }

    .upstox-trading-facility .activate-mtf .activate-steps .activate-mtf-list>.sec-row .sec-col .content-fold figure img {
        -webkit-filter: drop-shadow(0 4px 24px rgba(0, 0, 0, .25098));
        filter: drop-shadow(0 4px 24px rgba(0, 0, 0, .25098))
    }

    .upstox-trading-facility .activate-mtf .activate-steps .activate-mtf-list>.sec-row .sec-col .content-fold .video-outer-mob {
        margin-bottom: 32px;
        max-width: 148px;
        margin-left: auto;
        margin-right: auto;
        border: 2px solid #000;
        background: #fff;
        border-radius: 8px
    }

    .upstox-trading-facility .activate-mtf .activate-steps .activate-mtf-list>.sec-row .sec-col .content-fold .content {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-align: center;
        align-items: center;
        -ms-flex-pack: center;
        justify-content: center
    }

    .upstox-trading-facility .activate-mtf .activate-steps .activate-mtf-list>.sec-row .sec-col .content-fold .content .heading {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-direction: column-reverse;
        flex-direction: column-reverse;
        -ms-flex-align: center;
        align-items: center;
        margin: 0 24px 0 0
    }

    .upstox-trading-facility .activate-mtf .activate-steps .activate-mtf-list>.sec-row .sec-col .content-fold .content .heading span {
        font-size: 14px
    }

    .upstox-trading-facility .activate-mtf .activate-steps .activate-mtf-list>.sec-row .sec-col .content-fold .content .sub-heading-p {
        font-size: 16px;
        font-weight: 500;
        line-height: 2
    }

    .upstox-trading-facility .activate-mtf .activate-steps .activate-mtf-list>.sec-row .sec-col:nth-child(odd) .content-fold {
        background: #caebeb
    }

    .upstox-trading-facility .activate-mtf .activate-steps .activate-mtf-list>.sec-row .sec-col:nth-child(2n) .content-fold {
        background: #e9e5ff
    }

    .upstox-trading-facility .know-about-mtf {
        padding-top: 96px
    }

    .upstox-trading-facility .know-about-mtf .section-heading {
        padding-bottom: 48px
    }

    .upstox-option-strategies .faq-sec .upstox-trading-facility .know-about-mtf .section-heading .heading,
    .upstox-trading-facility .faq-sec .know-about-mtf .section-heading .heading,
    .upstox-trading-facility .know-about-mtf .section-heading .faq-sec .heading,
    .upstox-trading-facility .know-about-mtf .section-heading .sec-heading {
        font-size: 28px;
        line-height: 1.4
    }

    .upstox-trading-facility .know-about-mtf .mtf-charges .list-heading {
        font-size: 16px;
        line-height: 1.5;
        letter-spacing: -.18px
    }

    .upstox-trading-facility .know-about-mtf .mtf-charges .list-points {
        margin-top: 16px
    }

    .upstox-trading-facility .know-about-mtf .mtf-charges .list-eg {
        margin-top: 24px;
        margin-bottom: 16px;
        padding: 16px;
        border-radius: 8px;
        font-size: 16px;
        font-weight: 500;
        line-height: 2
    }

    .upstox-trading-facility .know-about-mtf .mtf-instruction {
        margin-top: 0
    }

    .upstox-trading-facility .know-about-mtf .mtf-instruction>.sec-row {
        --gap: 24px;
        --col: 1
    }

    .upstox-trading-facility .know-about-mtf .mtf-instruction .content-fold {
        padding-top: 64px
    }

    .upstox-trading-facility .know-about-mtf .mtf-instruction .list-heading {
        font-size: 16px;
        line-height: 1.5
    }

    .upstox-trading-facility .know-about-mtf .mtf-instruction .list-points li {
        margin-bottom: 8px
    }

    .upstox-trading-facility .know-about-mtf .btn-block a.link {
        font-size: 16px;
        font-weight: 700;
        line-height: 24px
    }

    .upstox-trading-facility .mtf-know-more {
        padding-top: 96px
    }

    .upstox-trading-facility .mtf-know-more .section-heading {
        padding-bottom: 48px
    }

    .upstox-trading-facility .mtf-know-more .mtf-get-started {
        max-width: 100%;
        border-radius: 8px
    }

    .upstox-trading-facility .mtf-know-more .btn-block {
        margin-top: 64px
    }

    .upstox-trading-facility .mtf-know-more .btn-block .content {
        -ms-flex-direction: column;
        flex-direction: column;
        -ms-flex-align: start;
        align-items: flex-start;
        text-align: left
    }

    .upstox-trading-facility .mtf-know-more .btn-block .content .heading {
        font-size: 20px;
        font-weight: 700;
        line-height: 1.8;
        padding: 0 0 16px
    }

    .upstox-trading-facility .mtf-know-more .btn-block .button-design {
        min-width: 170px
    }

    .upstox-trading-facility .download-sec__inner .heading-sec {
        margin-top: 0
    }

    .upstox-trading-facility .download-sec__inner .heading-sec .heading {
        font-size: 32px !important;
        line-height: 39px !important;
        color: #000
    }

    .upstox-trading-facility .download-sec__inner .heading-sec .heading strong {
        color: var(--purple)
    }

    .upstox-trading-facility .download-sec__inner>.sec-row .sec-col.column-1 .content-fold {
        padding: 32px 16px
    }

    .upstox-trading-facility .download-sec__inner .btn-block {
        margin-top: 32px !important
    }

    .upstox-trading-facility .download-sec__inner .btn-block a {
        display: block;
        width: 100%;
        margin-bottom: 10px;
        padding-right: 0
    }

    .upstox-trading-facility .faq-sec .panel-group .panel-default>.panel-heading .panel-title span {
        font-size: 14px !important;
        line-height: 1.4 !important
    }

    .upstox-trading-facility .faq-sec .btn-block {
        margin-top: 48px
    }

    .upstox-trading-facility .faq-sec .btn-block p {
        font-size: 14px;
        line-height: 1.4
    }

    .upstox-trading-facility .faq-sec .btn-block .button-design {
        min-width: 200px
    }
}

@media screen and (max-width:374px) {

    .upstox-trading-facility .power-mtf .power-mtf-example-outer .power-mtf-example .sec-row .sec-col.column-1,
    .upstox-trading-facility .power-mtf .power-mtf-example-outer .power-mtf-example .sec-row .sec-col.column-2 {
        -ms-flex: 0 1 37.5%;
        flex: 0 1 37.5%;
        max-width: 37.5%
    }
}

.margin-trading-facility section.why-mtf.pt-64 .form-row {
    margin-top: 64px;
    display: -ms-flexbox;
    display: flex
}

.margin-trading-facility section.why-mtf.pt-64 p.terms-para {
    font-weight: 500;
    font-size: 10px;
    line-height: 16px;
    color: #666
}

.margin-trading-facility section.why-mtf.pt-64 p.terms-para a.terms-link {
    font-weight: 700;
    text-decoration: underline;
    color: #666
}

.margin-trading-facility section.why-mtf.pt-64 .upstox-option-strategies .faq-sec h1.heading.text-purple,
.margin-trading-facility section.why-mtf.pt-64 .upstox-trading-facility .faq-sec h1.heading.text-purple,
.margin-trading-facility section.why-mtf.pt-64 h1.sec-heading.heading.text-purple,
.upstox-option-strategies .faq-sec .margin-trading-facility section.why-mtf.pt-64 h1.heading.text-purple,
.upstox-trading-facility .faq-sec .margin-trading-facility section.why-mtf.pt-64 h1.heading.text-purple {
    color: #41246e !important
}

.margin-trading-facility section.why-mtf.pt-64 .trading-group {
    position: relative;
    max-width: 351px;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 0
}

.margin-trading-facility section.why-mtf.pt-64 .trading-group .form-control {
    border: 1px solid #444;
    box-shadow: 0 1px 10px #61399f0f;
    border-radius: 32px;
    padding: 15px 16px 15px 75px;
    height: auto;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.5;
    position: relative;
    height: 54px;
    background: #f5f5f5;
    margin-bottom: 8px;
    margin-right: 11px
}

.margin-trading-facility section.why-mtf.pt-64 .trading-group:before {
    content: "+91";
    display: inline-block;
    background-color: #f5f5f5;
    padding: 8px 12px;
    border-radius: 24px;
    font-size: 14px;
    font-weight: 700;
    color: #444;
    line-height: 1.4;
    position: absolute;
    top: 27px;
    transform: translateY(-50%);
    z-index: 1;
    left: 8px
}

.margin-trading-facility section.why-mtf.pt-64 .why-mtf .heading-sec .heading-slogan {
    margin-top: 24px
}

.margin-trading-facility section.why-mtf.pt-64 button.btn.prple_btn.desktop-btn.desktop-content {
    max-height: 52px;
    font-weight: 700;
    padding: 16px 24px;
    line-height: 20px;
    border-radius: 9999px;
    background: #61399f
}

.margin-trading-facility section.why-mtf.pt-64 button.btn.prple_btn.desktop-btn.desktop-content:hover {
    color: #fff
}

.margin-trading-facility section.why-mtf.pt-64 button.btn.prple_btn.desktop-btn.desktop-content:focus {
    border: transparent;
    outline: transparent;
    background-color: #41246e
}

.margin-trading-facility section.why-mtf.pt-64 .mobile-content {
    display: none
}

@media screen and (max-width:1100px) and (min-width:992px) {
    .margin-trading-facility section.why-mtf.pt-64 .trading-group .form-control {
        padding: 15px 16px 15px 56px
    }

    .margin-trading-facility section.why-mtf.pt-64 .trading-group .form-control::-webkit-input-placeholder {
        font-size: 13px
    }

    .margin-trading-facility section.why-mtf.pt-64 .trading-group .form-control:-ms-input-placeholder,
    .margin-trading-facility section.why-mtf.pt-64 .trading-group .form-control::-ms-input-placeholder {
        font-size: 13px
    }

    .margin-trading-facility section.why-mtf.pt-64 .trading-group .form-control::placeholder {
        font-size: 13px
    }

    .margin-trading-facility section.why-mtf.pt-64 .sec-col.column-1 {
        padding: 0 30px
    }
}

@media screen and (max-width:991px) {
    .margin-trading-facility section.why-mtf.pt-64 .form-row {
        -ms-flex-pack: center;
        justify-content: center
    }

    .margin-trading-facility section.why-mtf.pt-64 .error-message,
    .margin-trading-facility section.why-mtf.pt-64 p.terms-para {
        text-align: center
    }
}

@media screen and (max-width:768px) {
    .margin-trading-facility section.why-mtf.pt-64 .mobile-content {
        display: block
    }

    .margin-trading-facility section.why-mtf.pt-64 .desktop-content {
        display: none
    }
}

:root {
    --purple: #41246e;
    --lightpurple: #d0bcff;
    --orange: #ff9c7f;
    --yellow: #ffd27c;
    --skyblue: #9beaea;
    --darkgrey: #333c46;
    --lightyellow: #ffeacf;
    --text: #262626
}

.button-design {
    background: var(--purple);
    border-radius: 100px;
    font-family: Roboto;
    font-size: 16px;
    font-weight: 700;
    line-height: 19px;
    letter-spacing: 0;
    text-align: center;
    color: var(--white);
    padding: 18px 32px;
    transition: all .3s ease-in-out .1s;
    border: 1px solid var(--purple)
}

.button-design:focus,
.button-design:hover {
    background-color: var(--white);
    border-color: var(--purple);
    color: var(--purple)
}

.btns-wrapper {
    display: -ms-flexbox;
    display: flex
}

@media (max-width:1440px) {
    .btns-wrapper {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap
    }
}

.button-white {
    background-color: var(--white) !important;
    border-color: var(--white);
    color: var(--purple)
}

.button-white:focus,
.button-white:hover {
    background-color: var(--purple) !important;
    border-color: var(--white);
    color: var(--white) !important
}

.text-underline {
    text-decoration: underline
}

.text-underline-hover:focus,
.text-underline-hover:hover {
    text-decoration: underline !important;
    outline: none
}

.text-color {
    color: #262626 !important
}

.text-white {
    color: #fff !important
}

.text-purple {
    color: var(--purple) !important
}

.bg-orange {
    background-color: var(--orange) !important
}

.bg-skyblue {
    background-color: var(--skyblue) !important
}

.bg-darkgrey {
    background-color: var(--darkgrey) !important
}

.bg-yellow {
    background-color: var(--yellow) !important
}

.bg-light-yellow {
    background-color: var(--lightyellow) !important
}

.bg-dark-skyblue {
    background-color: #7acece !important
}

.pt-100 {
    padding-top: calc(50px + 50 * ((100vw - 320px) / 1600)) !important
}

.pb-100 {
    padding-bottom: calc(50px + 50 * ((100vw - 320px) / 1600)) !important
}

.pt-200 {
    padding-top: calc(100px + 100 * ((100vw - 320px) / 1600)) !important
}

.pb-200 {
    padding-bottom: calc(100px + 100 * ((100vw - 320px) / 1600)) !important
}

.pb-70 {
    padding-bottom: 70px !important
}

.pt-70 {
    padding-top: 70px !important
}

.pt-50 {
    padding-top: 50px !important
}

.pb-50 {
    padding-bottom: 50px !important
}

.m-auto {
    margin: 0 auto
}

.mb-100 {
    margin-bottom: calc(50px + 50 * ((100vw - 320px) / 1600)) !important
}

.mt-50 {
    margin-top: 50px !important
}

.f-row {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap
}

.f-col-5 {
    -ms-flex: 0 0 41%;
    flex: 0 0 41%;
    max-width: 41%
}

.f-col-7 {
    -ms-flex: 0 0 59%;
    flex: 0 0 59%;
    max-width: 59%
}

.sec-row {
    --gap: 15px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-left: calc(-1 * var(--gap));
    margin-right: calc(-1 * var(--gap))
}

.sec-col {
    -ms-flex: 0 0 calc(100% / var(--col));
    flex: 0 0 calc(100% / var(--col));
    max-width: calc(100% / var(--col));
    padding-left: var(--gap);
    padding-right: var(--gap)
}

.border-radius-24 {
    border-radius: 24px
}

.border-radius-16 {
    border-radius: 16px
}

.upstox-option-strategies .faq-sec .heading,
.upstox-option-strategies .sec-heading,
.upstox-trading-facility .faq-sec .upstox-option-strategies .heading {
    font-family: Inter;
    font-size: calc(28px + 22 * (100vw - 320px) / 1600);
    font-weight: 700;
    line-height: 1.2;
    letter-spacing: 0;
    color: #262626
}

.upstox-option-strategies .video-outer {
    position: relative;
    z-index: 1;
    max-width: 400px;
    width: 100%;
    display: -ms-flexbox;
    display: flex
}

.upstox-option-strategies .video-outer video {
    border: 6px solid #000;
    border-bottom: none;
    box-shadow: 0 4px 24px 0 #00000040;
    border-radius: 32px 32px 0 0;
    background: #fff;
    width: 100%
}

.upstox-option-strategies .why-os .why-os__inner {
    background: #e9e6ff;
    padding: 66px 96px 0;
    overflow: hidden
}

.upstox-option-strategies .why-os .why-os__inner>.sec-row {
    --gap: 50px;
    --col: 2
}

.upstox-option-strategies .why-os .why-os__inner>.sec-row .sec-col.column-2 .content-fold {
    height: 100%;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: end;
    align-items: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end
}

.upstox-option-strategies .why-os .heading-sec .small-heading {
    font-family: Inter;
    font-size: 24px;
    font-weight: 700;
    line-height: 1.2;
    display: block
}

.upstox-option-strategies .why-os .heading-sec .sub-heading {
    color: #000
}

.upstox-option-strategies .why-os .heading-sec .sub-heading strong {
    display: block
}

.upstox-option-strategies .why-os .heading-sec .heading-slogan {
    font-family: Inter;
    font-size: 28px;
    font-weight: 700;
    line-height: 34px;
    letter-spacing: -.01em;
    color: #000
}

.upstox-option-strategies .why-os .btn-block .button-design {
    min-width: 188px
}

.upstox-option-strategies .os-features .os-features-list {
    padding-left: 96px;
    padding-right: 96px
}

.upstox-option-strategies .os-features .os-features-list>.sec-row {
    --gap: 16px;
    --col: 4;
    margin-bottom: calc(-1 * (var(--gap) * 2))
}

.upstox-option-strategies .os-features .os-features-list>.sec-row .sec-col {
    padding-bottom: calc(var(--gap) * 2)
}

.upstox-option-strategies .os-features .os-features-list .content-fold {
    text-align: center;
    background: #f5f5f5;
    padding: 32px;
    border-radius: 8px;
    height: 100%
}

.upstox-option-strategies .os-features .os-features-list .content-fold figure {
    height: 160px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-bottom: 24px
}

.upstox-option-strategies .os-features .os-features-list .content-fold .title {
    font-family: Inter;
    font-size: 24px;
    font-weight: 500;
    line-height: 40px;
    letter-spacing: -.6000000238418579px;
    text-align: center;
    color: #000
}

.upstox-option-strategies .os-news-list .sec-row {
    -ms-flex-pack: center;
    justify-content: center
}

.upstox-option-strategies .os-key-features .os-key-feature {
    background: rgba(122, 206, 206, .6);
    padding: 64px 96px;
    padding-bottom: 0;
    overflow: hidden
}

.upstox-option-strategies .os-key-features .os-key-feature .sec-row {
    --col: 2
}

.upstox-option-strategies .os-key-features .os-key-feature .column-1 .content-fold {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: end;
    align-items: flex-end;
    -ms-flex-pack: center;
    justify-content: center
}

.upstox-option-strategies .os-key-features .os-key-feature .column-2 .content-fold {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    padding-bottom: 64px
}

.upstox-option-strategies .os-key-features .os-key-feature .column-2 .content-fold .content-fold-top {
    -ms-flex-positive: 1;
    flex-grow: 1
}

.upstox-option-strategies .os-key-features .os-key-feature .os-key-icon figure {
    width: 96px;
    height: 96px;
    min-width: 96px;
    min-height: 96px;
    padding: 20px;
    background: #fff;
    border-radius: 50%;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center
}

.upstox-option-strategies .os-key-features .os-key-feature .content-fold,
.upstox-option-strategies .os-key-features .os-key-feature .os-key-icon figure img {
    height: 100%
}

.upstox-option-strategies .os-key-features .os-key-feature .content-fold .heading {
    color: var(--purple)
}

.upstox-option-strategies .os-key-features .os-key-feature .content-fold .content {
    font-family: Inter;
    font-size: 28px;
    font-weight: 400;
    line-height: 48px;
    color: #000000BF
}

.upstox-option-strategies .os-key-features .os-key-feature .content-fold .content-fold-bottom .bottom-content {
    display: block;
    font-family: Inter;
    font-size: 16px;
    font-weight: 400;
    line-height: 19px;
    letter-spacing: 0;
    text-align: right;
    color: rgba(0, 0, 0, .5)
}

.upstox-option-strategies .os-key-features .os-key-feature:nth-child(2n) {
    background: #e9e5ff
}

.upstox-option-strategies .os-key-features .os-key-feature+.os-key-feature {
    margin-top: 160px
}

.upstox-option-strategies .os-know-more .os-get-started {
    max-width: 85%;
    width: 100%;
    margin: 0 auto;
    border-radius: 16px;
    overflow: hidden
}

.upstox-option-strategies .os-know-more .os-get-started .get-started-img {
    cursor: pointer
}

.upstox-option-strategies .os-know-more .os-get-started .get-started-video {
    position: relative;
    padding-bottom: 56.25%;
    height: 0
}

.upstox-option-strategies .os-know-more .os-get-started .get-started-video iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%
}

.upstox-option-strategies .os-know-more .btn-block .heading {
    font-family: Inter;
    font-size: 32px;
    font-weight: 700;
    line-height: 1.5;
    letter-spacing: -.01em;
    color: #41246e;
    padding: 16px 32px 16px 0
}

.upstox-option-strategies .os-know-more .btn-block .button-design {
    min-width: 200px
}

.upstox-option-strategies .os-news .os-news-list .sec-row {
    --gap: 24px;
    --gap-bottom: 24px;
    --col: 3;
    margin-bottom: calc(-1 * var(--gap-bottom))
}

.upstox-option-strategies .os-news .os-news-list .sec-row .sec-col {
    padding-bottom: var(--gap-bottom)
}

.upstox-option-strategies .os-news .os-news-list .sec-row .sec-col .content-fold {
    height: 100%
}

.upstox-option-strategies .os-news .os-news-list .news-card {
    height: 100%;
    border-radius: 8px;
    overflow: hidden;
    box-shadow: 0 4px 24px 0 #00000040;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column
}

.upstox-option-strategies .os-news .os-news-list .news-card .news-card-img img {
    width: 100%
}

.upstox-option-strategies .os-news .os-news-list .news-card .news-card-content-sec {
    background: #fff;
    padding: 32px 24px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-positive: 1;
    flex-grow: 1
}

.upstox-option-strategies .os-news .os-news-list .news-card .news-card-content-sec .news-card-content {
    -ms-flex-positive: 1;
    flex-grow: 1
}

.upstox-option-strategies .os-news .os-news-list .news-card .news-card-content-sec .heading {
    font-family: Inter;
    font-size: 20px;
    font-weight: 600;
    line-height: 32px;
    letter-spacing: -.33000001311302185px;
    color: #262626;
    max-width: 300px;
    width: 100%
}

.upstox-option-strategies .os-news .os-news-list .news-card .news-card-content-sec .heading a {
    color: #262626
}

.upstox-option-strategies .os-news .os-news-list .news-card .news-card-content-sec .news-card-tags {
    padding-top: 48px
}

.upstox-option-strategies .os-news .os-news-list .news-card .news-card-content-sec .news-card-tags .tags {
    background: #f5f5f5;
    padding: 8px 16px;
    border-radius: 8px;
    display: inline-block;
    margin-right: 6px;
    margin-bottom: 10px;
    font-family: Inter;
    font-size: 14px;
    font-weight: 700;
    line-height: 20px;
    letter-spacing: -.09000000357627869px;
    text-align: center;
    color: #262626
}

.upstox-option-strategies .os-news .btn-block .button-design {
    min-width: 209px
}

.upstox-option-strategies .download-sec__inner {
    background: #f1efeb;
    padding: calc(24px + 72 * (100vw - 320px) / 1600) calc(24px + 136 * (100vw - 320px) / 1600);
    padding-bottom: 0
}

.upstox-option-strategies .download-sec__inner .heading-sec .heading {
    color: var(--purple)
}

.upstox-option-strategies .download-sec__inner .heading-sec .content {
    font-family: Inter;
    font-size: 24px;
    font-weight: 700;
    line-height: 32px;
    letter-spacing: -.4699999988079071px;
    color: #262626
}

.upstox-option-strategies .download-sec__inner>.sec-row {
    --gap: 48px;
    --col: 2
}

.upstox-option-strategies .download-sec__inner>.sec-row .sec-col.column-2 .content-fold {
    height: 100%;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: end;
    align-items: flex-end
}

.upstox-option-strategies .download-sec__inner .btn-block a {
    display: inline-block;
    padding-right: 18px;
    padding-bottom: 15px
}

.upstox-option-strategies .download-sec__inner .app-store-wrapper p {
    font-weight: 500;
    font-size: 14px;
    line-height: 20px;
    padding-left: 6px;
    letter-spacing: -.09px;
    -webkit-font-feature-settings: "cv10" on, "cv05" on, "cv01" on;
    font-feature-settings: "cv10" on, "cv05" on, "cv01" on;
    color: #262626;
    opacity: .5
}

.upstox-option-strategies .faq-sec {
    padding-top: calc(96px + 44 * ((100vw - 576px) / 1344));
    padding-bottom: calc(96px + 44 * ((100vw - 576px) / 1344))
}

.upstox-option-strategies .faq-sec .heading {
    padding-bottom: calc(32px + 32 * ((100vw - 576px) / 1344))
}

.upstox-option-strategies .faq-sec .heading strong {
    color: var(--purple);
    display: block
}

.upstox-option-strategies .faq-sec .smooth-font .panel {
    border-bottom: 1px solid #000 !important
}

.upstox-option-strategies .faq-sec .smooth-font .panel-title {
    font-family: Inter;
    font-size: 24px;
    font-weight: 400;
    line-height: 2;
    letter-spacing: 0;
    text-align: left;
    color: #000
}

.upstox-option-strategies .faq-sec .btn-block {
    text-align: left
}

.upstox-option-strategies .faq-sec .btn-block p {
    font-family: Inter;
    font-size: 25px;
    font-weight: 400;
    line-height: 50px;
    letter-spacing: 0;
    text-align: left;
    color: #000
}

.upstox-option-strategies .faq-sec .btn-block .button-design {
    min-width: 250px
}

.upstox-option-strategies .lookup-os p {
    margin-bottom: 20px !important
}

.upstox-option-strategies .lookup-os ul {
    margin-bottom: 20px !important;
    padding-left: 20px
}

.upstox-option-strategies .lookup-os li {
    margin-bottom: 10px !important
}

.upstox-option-strategies .lookup-os li,
.upstox-option-strategies .lookup-os ul {
    list-style-type: disc
}

.upstox-option-strategies .lookup-os h2 {
    font-size: calc(22px + 4 * (100vw - 320px) / 1600);
    margin-bottom: 15px !important
}

.upstox-option-strategies .lookup-os h2~h2 {
    margin-top: 30px !important
}

.upstox-option-strategies .lookup-os h3 {
    font-size: calc(20px + 2 * (100vw - 320px) / 1600);
    margin-bottom: 15px !important;
    margin-top: 30px !important
}

@media screen and (min-width:768px) {
    .upstox-option-strategies .os-key-feature:nth-child(2n) .sec-row {
        -ms-flex-direction: row-reverse;
        flex-direction: row-reverse
    }

    .upstox-option-strategies .os-key-feature:nth-child(2n) .bottom-content {
        text-align: left !important
    }
}

@media screen and (min-width:1025px) {
    .upstox-option-strategies .container {
        max-width: 1248px !important
    }
}

@media screen and (min-width:1441px) {
    .upstox-option-strategies .container {
        max-width: 1536px !important
    }
}

@media screen and (max-width:1440px) {
    .upstox-option-strategies .p-lg-120 {
        padding: calc(96px + 24 * ((100vw - 576px) / 1344)) 0 !important
    }

    .upstox-option-strategies .pt-lg-120 {
        padding-top: calc(96px + 24 * ((100vw - 576px) / 1344)) !important
    }

    .upstox-option-strategies .pb-lg-120 {
        padding-bottom: calc(96px + 24 * ((100vw - 576px) / 1344)) !important
    }

    .upstox-option-strategies .faq-sec .heading,
    .upstox-option-strategies .sec-heading,
    .upstox-trading-facility .faq-sec .upstox-option-strategies .heading {
        font-size: 32px;
        line-height: 1.5
    }

    .upstox-option-strategies .video-outer {
        max-width: 325px
    }

    .upstox-option-strategies .video-outer video {
        border-radius: 24px 24px 0 0
    }

    .upstox-option-strategies .why-os .why-os__inner {
        padding: 64px 64px 0
    }

    .upstox-option-strategies .faq-sec .why-os .why-os__inner .heading-sec .heading,
    .upstox-option-strategies .why-os .why-os__inner .heading-sec .faq-sec .heading,
    .upstox-option-strategies .why-os .why-os__inner .heading-sec .sec-heading,
    .upstox-trading-facility .faq-sec .upstox-option-strategies .why-os .why-os__inner .heading-sec .heading {
        font-size: calc(28px + 16 * (100vw - 320px) / 1120);
        line-height: 1.2
    }

    .upstox-option-strategies .why-os .why-os__inner .heading-sec .heading-slogan {
        margin-top: 16px;
        font-size: 24px;
        line-height: 29px
    }

    .upstox-option-strategies .why-os .why-os__inner .content-fold {
        margin-top: 0 !important
    }

    .upstox-option-strategies .os-features {
        padding-top: 32px !important
    }

    .upstox-option-strategies .os-features .os-features-list {
        padding-left: 64px;
        padding-right: 64px
    }

    .upstox-option-strategies .os-features .os-features-list>.sec-row {
        --gap: 12px;
        --col: 4;
        margin-bottom: calc(-1 * (var(--gap) * 2))
    }

    .upstox-option-strategies .os-features .os-features-list .content-fold {
        padding: 24px 16px
    }

    .upstox-option-strategies .os-features .os-features-list .content-fold figure {
        height: 128px;
        margin-bottom: 16px
    }

    .upstox-option-strategies .os-features .os-features-list .content-fold .title {
        font-size: 20px;
        line-height: 36px
    }

    .upstox-option-strategies .os-key-features .os-key-feature+.os-key-feature {
        margin-top: 120px
    }

    .upstox-option-strategies .os-key-features .os-key-feature .os-key-icon figure {
        width: 96px;
        height: 96px;
        min-width: 96px;
        min-height: 96px
    }

    .upstox-option-strategies .os-key-features .os-key-feature .content-fold .heading {
        margin-bottom: 16px !important
    }

    .upstox-option-strategies .os-key-features .os-key-feature .content-fold .content {
        font-size: 24px;
        font-weight: 500;
        line-height: 40px
    }

    .upstox-option-strategies .os-know-more .section-heading {
        padding-bottom: 64px
    }

    .upstox-option-strategies .os-know-more .btn-block {
        margin-top: 32px
    }

    .upstox-option-strategies .os-know-more .btn-block .heading {
        font-size: 24px;
        font-weight: 500;
        line-height: 1.7;
        padding: 8px 32px 8px 0
    }

    .upstox-option-strategies .download-sec .download-sec__inner {
        padding: calc(24px + 40 * (100vw - 320px) / 1600) calc(24px + 72 * (100vw - 320px) / 1600);
        padding-bottom: 0
    }

    .upstox-option-strategies .download-sec .download-sec__inner .heading-sec .faq-sec .heading,
    .upstox-option-strategies .download-sec .download-sec__inner .heading-sec .sec-heading,
    .upstox-option-strategies .faq-sec .download-sec .download-sec__inner .heading-sec .heading,
    .upstox-trading-facility .faq-sec .upstox-option-strategies .download-sec .download-sec__inner .heading-sec .heading {
        font-size: 48px;
        line-height: 1.2
    }

    .upstox-option-strategies .download-sec .download-sec__inner .btn-block {
        margin-top: 64px
    }

    .upstox-option-strategies .faq-sec .heading {
        padding-bottom: 32px
    }

    .upstox-option-strategies .faq-sec .panel-group .panel-default>.panel-heading .panel-title span {
        font-size: 20px;
        font-weight: 500;
        line-height: 1.8
    }

    .upstox-option-strategies .faq-sec .btn-block {
        margin-top: 64px
    }

    .upstox-option-strategies .faq-sec .btn-block p {
        font-size: 20px;
        font-weight: 500;
        line-height: 1.8
    }

    .upstox-option-strategies .faq-sec .btn-block>div {
        margin-top: 16px
    }
}

@media screen and (max-width:991px) {

    .upstox-option-strategies .faq-sec .heading,
    .upstox-option-strategies .sec-heading,
    .upstox-trading-facility .faq-sec .upstox-option-strategies .heading {
        font-size: 24px;
        line-height: 1.4
    }

    .upstox-option-strategies .why-os {
        padding-top: 0 !important
    }

    .upstox-option-strategies .why-os>.container {
        padding-left: 0;
        padding-right: 0;
        max-width: none
    }

    .upstox-option-strategies .why-os .why-os__inner {
        padding: 32px 24px 0;
        border-radius: 0
    }

    .upstox-option-strategies .why-os .why-os__inner>.sec-row {
        --gap: 24px;
        --col: 1;
        -ms-flex-direction: column-reverse;
        flex-direction: column-reverse
    }

    .upstox-option-strategies .why-os .why-os__inner>.sec-row .sec-col.column-1 {
        padding-top: 32px
    }

    .upstox-option-strategies .why-os .why-os__inner>.sec-row .sec-col.column-1 .content-fold {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-direction: column;
        flex-direction: column;
        padding-bottom: 0
    }

    .upstox-option-strategies .why-os .why-os__inner>.sec-row .sec-col.column-1 .content-fold .why-use-sec {
        -ms-flex-order: 1;
        order: 1;
        margin-top: 32px
    }

    .upstox-option-strategies .why-os .why-os__inner>.sec-row .sec-col.column-1 .content-fold .why-use-sec .heading {
        font-size: 16px;
        line-height: 1.5;
        color: #000
    }

    .upstox-option-strategies .why-os .why-os__inner>.sec-row .sec-col.column-1 .content-fold .why-use-sec .why-use-list {
        margin-top: 28px
    }

    .upstox-option-strategies .why-os .why-os__inner>.sec-row .sec-col.column-1 .content-fold .why-use-sec .why-use-list .sec-row {
        --gap: 24px;
        --col: 1
    }

    .upstox-option-strategies .why-os .why-os__inner>.sec-row .sec-col.column-1 .content-fold .why-use-sec .why-use-list .sec-row .sec-col {
        padding-bottom: 16px
    }

    .upstox-option-strategies .why-os .why-os__inner>.sec-row .sec-col.column-1 .content-fold .why-use-sec .why-use-list .sec-row .sec-col:last-child {
        padding-bottom: 0
    }

    .upstox-option-strategies .why-os .why-os__inner>.sec-row .sec-col.column-1 .content-fold .why-use-sec .why-use-list .sec-row .sec-col span {
        font-weight: 400;
        padding-left: 38px
    }

    .upstox-option-strategies .why-os .why-os__inner>.sec-row .sec-col.column-1 .content-fold .why-use-sec .why-use-list .sec-row .sec-col span:before {
        top: 50%;
        transform: translateY(-50%)
    }

    .upstox-option-strategies .why-os .why-os__inner>.sec-row .sec-col.column-1 .content-fold .why-use-sec .why-use-list .sec-row .sec-col span:after {
        left: 0;
        top: 50%;
        transform: rotate(41deg) translateY(-86%)
    }

    .upstox-option-strategies .why-os .why-os__inner>.sec-row .sec-col.column-1 .content-fold .btn-block {
        text-align: center;
        margin-top: 32px
    }

    .upstox-option-strategies .why-os .why-os__inner>.sec-row .sec-col.column-2 .content-fold {
        -ms-flex-pack: center;
        justify-content: center
    }

    .upstox-option-strategies .why-os .heading-sec {
        text-align: center
    }

    .upstox-option-strategies .why-os .heading-sec .small-heading {
        margin-bottom: 8px !important
    }

    .upstox-option-strategies .why-os .heading-sec .heading {
        margin-top: 8px
    }

    .upstox-option-strategies .why-os .heading-sec .heading-slogan {
        font-size: 16px;
        line-height: 1.5;
        color: #41246e
    }

    .upstox-option-strategies .os-features {
        background: #e9e6ff;
        padding-top: 48px !important;
        padding-bottom: 64px !important
    }

    .upstox-option-strategies .os-features .os-features-list>.sec-row {
        --col: 2
    }

    .upstox-option-strategies .os-features .os-features-list .content-fold {
        background: #d3cff3
    }

    .upstox-option-strategies .os-key-features .os-key-feature {
        padding: 32px 64px;
        padding-bottom: 0;
        border-radius: 16px
    }

    .upstox-option-strategies .os-key-features .os-key-feature .os-key-icon figure {
        width: 64px;
        height: 64px;
        min-width: 64px;
        min-height: 64px
    }

    .upstox-option-strategies .os-key-features .os-key-feature .content-fold .content {
        font-size: 16px;
        line-height: 1.5
    }

    .upstox-option-strategies .os-key-features .os-key-feature+.os-key-feature {
        margin-top: 48px
    }

    .upstox-option-strategies .os-news .os-news-list .sec-row {
        --gap: 15px
    }

    .upstox-option-strategies .download-sec .container {
        padding: 0
    }

    .upstox-option-strategies .download-sec .download-sec__inner {
        border-radius: 0;
        padding: 32px 0 0
    }

    .upstox-option-strategies .download-sec .download-sec__inner .heading-sec {
        margin: 32px auto 0
    }

    .upstox-option-strategies .download-sec .download-sec__inner>.sec-row {
        --gap: 0px;
        --col: 1;
        -ms-flex-direction: column-reverse;
        flex-direction: column-reverse
    }

    .upstox-option-strategies .download-sec .download-sec__inner>.sec-row .sec-col.column-1 {
        background: #fff;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
        width: 100%;
        text-align: center
    }

    .upstox-option-strategies .download-sec .download-sec__inner>.sec-row .sec-col.column-1 .content-fold {
        padding-bottom: 32px
    }

    .upstox-option-strategies .download-sec .btn-block {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-pack: center;
        justify-content: center
    }
}

@media screen and (max-width:767px) {
    .upstox-option-strategies .mobile-sm-none {
        display: none !important
    }

    .upstox-option-strategies .mobile-sm-show {
        display: block !important
    }

    .upstox-option-strategies .container {
        padding-left: 24px;
        padding-right: 24px
    }

    .upstox-option-strategies .faq-sec .heading,
    .upstox-option-strategies .sec-heading,
    .upstox-trading-facility .faq-sec .upstox-option-strategies .heading {
        font-size: 28px;
        line-height: 1.4
    }

    .upstox-option-strategies .video-outer {
        max-width: 144px
    }

    .upstox-option-strategies .video-outer video {
        border: 3.54462px solid #000;
        border-bottom: none;
        box-shadow: 0 2.36308px 14.1785px rgba(0, 0, 0, .25);
        border-radius: 14.1785px 14.1785px 0 0
    }

    .upstox-option-strategies .why-os .video-outer {
        max-width: 192px
    }

    .upstox-option-strategies .why-os .heading-sec .small-heading {
        font-size: 16px;
        line-height: 1.5
    }

    .upstox-option-strategies .faq-sec .why-os .heading-sec .heading,
    .upstox-option-strategies .why-os .heading-sec .faq-sec .heading,
    .upstox-option-strategies .why-os .heading-sec .sec-heading,
    .upstox-trading-facility .faq-sec .upstox-option-strategies .why-os .heading-sec .heading {
        font-size: 28px !important;
        font-weight: 700;
        line-height: 40px !important;
        color: #000 !important
    }

    .upstox-option-strategies .why-os .heading-sec .heading-slogan {
        font-size: 16px !important;
        line-height: 24px !important;
        margin-top: 8px !important
    }

    .upstox-option-strategies .why-os .btn-block .button-design {
        min-width: 100%
    }

    .upstox-option-strategies .os-features .container {
        padding-left: 16px;
        padding-right: 16px
    }

    .upstox-option-strategies .os-features .os-features-list {
        padding-left: 0;
        padding-right: 0
    }

    .upstox-option-strategies .os-features .os-features-list>.sec-row {
        --gap: 8px
    }

    .upstox-option-strategies .os-features .os-features-list .content-fold {
        padding: 8px
    }

    .upstox-option-strategies .os-features .os-features-list .content-fold figure {
        height: 80px;
        margin-bottom: 8px
    }

    .upstox-option-strategies .os-features .os-features-list .content-fold figure img {
        height: 40px
    }

    .upstox-option-strategies .os-features .os-features-list .content-fold .title {
        font-size: 14px;
        line-height: 20px;
        font-weight: 700
    }

    .upstox-option-strategies .os-key-features .os-key-feature {
        background: rgba(122, 206, 206, .6);
        padding: 32px 16px;
        padding-bottom: 0;
        border-radius: 8px
    }

    .upstox-option-strategies .os-key-features .os-key-feature .sec-row {
        --col: 1
    }

    .upstox-option-strategies .os-key-features .os-key-feature .column-2 .content-fold {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-direction: column;
        flex-direction: column;
        padding-bottom: 32px
    }

    .upstox-option-strategies .os-key-features .os-key-feature .column-2 .content-fold .content-fold-top {
        text-align: center
    }

    .upstox-option-strategies .os-key-features .os-key-feature .column-2 .content-fold .content-fold-top .heading {
        font-size: 24px;
        font-weight: 700;
        line-height: 32px
    }

    .upstox-option-strategies .os-key-features .os-key-feature .os-key-icon figure {
        width: 48px;
        height: 48px;
        min-width: 48px;
        min-height: 48px;
        margin: 0 auto;
        padding: 8px
    }

    .upstox-option-strategies .os-key-features .content-fold-bottom {
        display: none
    }

    .upstox-option-strategies .os-know-more .os-get-started {
        max-width: 100%
    }

    .upstox-option-strategies .os-know-more .section-heading {
        padding-bottom: 48px
    }

    .upstox-option-strategies .os-news .os-news-list .sec-row {
        --gap: 0px;
        --col: 1
    }

    .upstox-option-strategies .os-news .os-news-list .mob-none {
        display: none
    }

    .upstox-option-strategies .os-news .os-news-list .news-card .news-card-content-sec {
        padding: 16px
    }

    .upstox-option-strategies .os-news .os-news-list .news-card .news-card-content-sec .heading {
        font-size: 16px;
        font-weight: 700;
        line-height: 1.5
    }

    .upstox-option-strategies .os-news .os-news-list .news-card .news-card-content-sec .news-card-tags {
        padding-top: 32px
    }

    .upstox-option-strategies .os-news .os-news-list .news-card .news-card-content-sec .news-card-tags .tags {
        font-size: 12px;
        font-weight: 700;
        line-height: 16px
    }

    .upstox-option-strategies .os-news .btn-block {
        margin-top: 48px
    }

    .upstox-option-strategies .download-sec__inner .heading-sec {
        margin-top: 0
    }

    .upstox-option-strategies .download-sec__inner .heading-sec .heading {
        font-size: 32px !important;
        line-height: 39px !important;
        color: #000
    }

    .upstox-option-strategies .download-sec__inner .heading-sec .heading strong {
        color: var(--purple)
    }

    .upstox-option-strategies .download-sec__inner .heading-sec .content {
        display: none
    }

    .upstox-option-strategies .download-sec__inner>.sec-row .sec-col.column-1 .content-fold {
        padding: 32px 16px
    }

    .upstox-option-strategies .download-sec__inner .btn-block {
        margin-top: 32px !important
    }

    .upstox-option-strategies .download-sec__inner .btn-block a {
        display: block;
        width: 100%;
        margin-bottom: 10px;
        padding-right: 0
    }

    .upstox-option-strategies .faq-sec .panel-group .panel-default>.panel-heading .panel-title span {
        font-size: 14px !important;
        line-height: 1.4 !important
    }

    .upstox-option-strategies .faq-sec .btn-block {
        margin-top: 48px
    }

    .upstox-option-strategies .faq-sec .btn-block p {
        font-size: 14px;
        line-height: 1.4
    }

    .upstox-option-strategies .faq-sec .btn-block .button-design {
        min-width: 200px
    }
}

.az-smartlist .list-unstyled {
    list-style: none
}

.az-smartlist .fa:before {
    font-family: FontAwesome
}

.az-smartlist .pt-32 {
    padding-top: 32px
}

.az-smartlist .pt-48 {
    padding-top: 48px
}

.az-smartlist .mt-32 {
    margin-top: 32px
}

.az-smartlist .breadcrumbs-ol {
    padding: 0 15px 16px
}

.az-smartlist .breadcrumbs-ol .stocks-indices-breadcrumbs {
    margin-bottom: 0
}

.az-smartlist .justify-content-between {
    -ms-flex-pack: justify;
    justify-content: space-between
}

.az-smartlist .stock-filter-header {
    background: #f5f5f5;
    box-shadow: 0 -1px 0 #d0d0d0
}

.az-smartlist .stock-filter-header .heading-section .heading {
    font-family: Inter;
    font-size: 32px;
    font-weight: 700;
    line-height: 1.5;
    letter-spacing: -.6899999976158142px;
    color: #41246e;
    margin-bottom: 8px
}

.az-smartlist .stock-filter-header .heading-section .heading-text {
    font-family: Inter;
    font-size: 20px;
    font-weight: 500;
    line-height: 1.8;
    letter-spacing: -.6000000238418579px;
    color: rgba(65, 36, 110, .75)
}

.az-smartlist .stock-filter-header .search-section {
    -ms-flex: 0 1 416px;
    flex: 0 1 416px
}

.az-smartlist .stock-filter-header .search-section .search-container-stock {
    position: relative
}

.az-smartlist .stock-filter-header .search-section .search-container-stock .autocomplete-suggestions {
    top: 60px !important
}

.az-smartlist .stock-filter-header .search-section input[type=text] {
    border-radius: 8px;
    background: #fff;
    padding-left: 48px;
    min-height: 48px;
    font-family: Inter;
    font-size: 14px;
    font-weight: 500;
    line-height: 20px;
    letter-spacing: -.09000000357627869px
}

.az-smartlist .stock-filter-header .search-section .search-background i {
    font-size: 18px;
    left: 18px;
    top: 50%;
    transform: translateY(-50%)
}

.az-smartlist .stock-filter-header .alpha-list .sec-row {
    --gap: 5px;
    --gap-bot: 16px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    margin-left: calc(-1 * var(--gap));
    margin-right: calc(-1 * var(--gap));
    margin-bottom: calc(-1 * var(--gap-bot));
    -ms-flex-align: end;
    align-items: flex-end
}

.az-smartlist .stock-filter-header .alpha-list .sec-col {
    -ms-flex: 1 0 auto;
    flex: 1 0 auto;
    padding-left: var(--gap);
    padding-right: var(--gap);
    padding-bottom: var(--gap-bot)
}

.az-smartlist .stock-filter-header .alpha-list .sec-col.column-1 .alpha-list-items {
    --col: 13
}

.az-smartlist .stock-filter-header .alpha-list .sec-col.column-1 .alpha-list-items li {
    -ms-flex: 0 0 calc(100% / var(--col));
    flex: 0 0 calc(100% / var(--col));
    max-width: calc(100% / var(--col))
}

.az-smartlist .stock-filter-header .alpha-list .sec-col.column-2 {
    -ms-flex: 0 0 158px;
    flex: 0 0 158px;
    max-width: 158px
}

.az-smartlist .stock-filter-header .alpha-list .sec-col .alpha-list-stocks {
    --col: 10 !important;
    margin-bottom: 0
}

@media (max-width:1400px) {
    .az-smartlist .stock-filter-header .alpha-list .sec-col .alpha-list-stocks {
        --col: 8 !important
    }
}

.az-smartlist .stock-filter-header .alpha-list .alpha-list-items {
    --gap: 5px;
    --gap-bot: 16px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-left: calc(-1 * var(--gap));
    margin-right: calc(-1 * var(--gap));
    margin-bottom: calc(-1 * var(--gap-bot))
}

.az-smartlist .stock-filter-header .alpha-list .alpha-list-items li {
    -ms-flex: 1 1 96px;
    flex: 1 1 96px;
    padding-left: var(--gap);
    padding-right: var(--gap);
    padding-bottom: var(--gap-bot)
}

.az-smartlist .stock-filter-header .alpha-list .alpha-list-items li a {
    border: 1px solid hsla(0, 0%, 42%, .5);
    min-height: 32px;
    font-family: Inter;
    font-size: 14px;
    font-weight: 500;
    line-height: 20px;
    letter-spacing: -.09000000357627869px;
    text-align: center;
    color: hsla(0, 0%, 42%, .5);
    background: #fff;
    border-radius: 100px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 5px;
    transition: .3s ease-in-out
}

.az-smartlist .stock-filter-header .alpha-list .alpha-list-items li a.active,
.az-smartlist .stock-filter-header .alpha-list .alpha-list-items li a:hover {
    background: #5a298b;
    border-color: #5a298b;
    color: #fff
}

.az-smartlist .stocks-list tr {
    border-bottom: 1px solid hsla(0, 0%, 42%, .25)
}

.az-smartlist .stocks-list tr:nth-child(odd) {
    background-color: #f5f5f5
}

.az-smartlist .stocks-list tr td a {
    font-family: Inter;
    font-size: 16px;
    font-weight: 400;
    line-height: 32px;
    letter-spacing: -.18000000715255737px;
    color: #000;
    display: block;
    padding: 16px
}

.az-smartlist .stocks-list tr td a:focus,
.az-smartlist .stocks-list tr td a:hover {
    color: #41246e
}

@media screen and (min-width:1025px) {
    .az-smartlist .container {
        max-width: 1248px !important;
        width: 100%
    }
}

@media screen and (min-width:1441px) {
    .az-smartlist .container {
        max-width: 1536px !important;
        width: 100%
    }
}

@media screen and (max-width:1024px) {
    .az-smartlist .stock-filter-header .search-section {
        -ms-flex: 0 1 320px;
        flex: 0 1 320px
    }

    .az-smartlist .stock-filter-header .search-section input[type=text] {
        padding-left: 40px;
        min-height: 40px;
        font-size: 12px !important;
        line-height: 16px;
        letter-spacing: .009999999776482582px
    }

    .az-smartlist .stock-filter-header .search-section .search-background i {
        font-size: 12px
    }

    .az-smartlist .stock-filter-header .alpha-list .alpha-list-items li a {
        min-height: 28px;
        font-size: 12px;
        font-weight: 700;
        line-height: 16px;
        letter-spacing: .009999999776482582px
    }

    .az-smartlist .stocks-list {
        padding-top: 32px !important
    }

    .az-smartlist .stocks-list tr td a {
        font-size: 14px;
        font-weight: 400;
        line-height: 20px;
        letter-spacing: -.09000000357627869px
    }
}

@media screen and (max-width:991px) {
    .az-smartlist .search-section {
        display: none !important
    }

    .az-smartlist .stock-filter-header .alpha-list .sec-row {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap
    }

    .az-smartlist .stock-filter-header .alpha-list .sec-col {
        -ms-flex: 1 0 100% !important;
        flex: 1 0 100% !important
    }

    .az-smartlist .stock-filter-header .alpha-list .sec-col.column-1 .alpha-list-items li {
        -ms-flex: 0 0 56px;
        flex: 0 0 56px;
        max-width: 56px
    }

    .sec-col .alpha-list-stocks li {
        -ms-flex: 0 0 20% !important;
        flex: 0 0 20% !important;
        max-width: 20% !important
    }
}

@media screen and (max-width:767px) {
    .az-smartlist .stock-filter-header {
        padding-top: 16px !important
    }

    .az-smartlist .stock-filter-header .heading-section .heading {
        font-size: 16px;
        font-weight: 700;
        line-height: 2;
        letter-spacing: -.18000000715255737px
    }

    .az-smartlist .stock-filter-header .heading-section .heading-text {
        font-size: 12px;
        line-height: 16px;
        letter-spacing: .009999999776482582px
    }

    .az-smartlist .stock-filter-header .alpha-list-sec {
        margin-top: 24px !important
    }

    .az-smartlist .stock-filter-header .alpha-list-sec .alpha-list .sec-col.column-1 .alpha-list-items {
        --gap: 4px;
        --col: 13
    }

    .az-smartlist .stock-filter-header .alpha-list-sec .alpha-list .sec-col.column-1 .alpha-list-items li {
        -ms-flex: 0 0 calc(100% / var(--col));
        flex: 0 0 calc(100% / var(--col));
        max-width: calc(100% / var(--col))
    }

    .az-smartlist .stock-filter-header .alpha-list-sec .alpha-list .sec-col.column-2 {
        max-width: none
    }

    .az-smartlist .stock-filter-header .alpha-list-sec .alpha-list .sec-col a {
        font-weight: 500;
        color: rgba(0, 0, 0, .25)
    }

    .az-smartlist .stocks-list {
        padding-top: 8px !important
    }

    .az-smartlist .stocks-list table tr {
        background-color: transparent !important;
        border-bottom: none
    }

    .az-smartlist .stocks-list table tr td {
        width: 100%;
        display: block
    }

    .az-smartlist .stocks-list table tr td a {
        color: #41246e;
        padding: 14px 8px;
        font-size: 14px;
        font-weight: 500;
        line-height: 20px;
        letter-spacing: -.09000000357627869px
    }

    .az-smartlist .stocks-list table tr td:nth-child(odd) {
        background-color: #f5f5f5;
        border-bottom: 1px solid hsla(0, 0%, 42%, .25)
    }
}

@media screen and (max-width:575px) {
    .az-smartlist .stock-filter-header .alpha-list .sec-col .alpha-list-stocks li {
        -ms-flex: 0 0 33% !important;
        flex: 0 0 33% !important;
        max-width: 33% !important
    }

    .az-smartlist .stock-filter-header .alpha-list-sec .alpha-list .sec-col.column-1 .alpha-list-items {
        --col: 10
    }
}

@media screen and (max-width:381px) {
    .az-smartlist .stock-filter-header .alpha-list-sec .alpha-list .sec-col.column-1 .alpha-list-items {
        --col: 8
    }
}

.helpcentre-breadcrumbs {
    margin-top: 10px;
    font-size: 16px;
    line-height: 2.5;
    letter-spacing: .9px;
    padding-bottom: 12px;
    text-align: left
}

.helpcentre-breadcrumbs ol.helpcentre-breadcrumbs li {
    display: inline-block
}

.mb-0,
.my-0 {
    margin-bottom: 0 !important
}

.uplearn * {
    box-sizing: border-box
}

.uplearn .our-courses-sec {
    scroll-margin: 40px
}

.uplearn .sec-row {
    --col: 1;
    --column-gap: 30px;
    --row-gap: 30px;
    column-gap: var(--column-gap);
    row-gap: var(--row-gap);
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-left: 0;
    margin-right: 0
}

.uplearn .sec-row>.sec-col {
    -ms-flex: 0 0 calc(((100% / var(--col)) + (var(--column-gap) / var(--col))) - var(--column-gap));
    flex: 0 0 calc(((100% / var(--col)) + (var(--column-gap) / var(--col))) - var(--column-gap));
    max-width: calc(((100% / var(--col)) + (var(--column-gap) / var(--col))) - var(--column-gap));
    padding-left: 0;
    padding-right: 0
}

.uplearn .sec-row>.sec-col>.sec-content {
    display: -ms-flexbox;
    display: flex;
    height: 100%
}

.uplearn .sec-row>.sec-col>.sec-content>.content {
    width: 100%
}

.uplearn .sec-content tr:first-child {
    background-color: #41246e;
    color: #fff !important
}

.uplearn .sec-content tr:first-child td {
    color: #fff;
    padding: 12px 16px;
    line-height: 15px;
    font-weight: 700 !important;
    text-align: center
}

.uplearn .sec-content p {
    margin: 0
}

.uplearn .sec-content p>b {
    margin-bottom: unset !important;
    display: unset !important;
    line-height: unset !important
}

.uplearn .sec-content h5 {
    margin: 0;
    margin-top: 8px
}

.uplearn .sec-content img {
    margin: 0
}

.uplearn .basic-option-sec blockquote {
    margin-top: 8px;
    margin-bottom: 0 !important
}

.uplearn ul ul li {
    list-style: circle
}

.uplearn .sec-row-2 {
    --col: 1;
    --gap: 15px;
    --margin-bottom: 30px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-left: calc(-1 * var(--gap));
    margin-right: calc(-1 * var(--gap));
    margin-bottom: calc(-1 * var(--margin-bottom))
}

.uplearn .sec-row-2>.sec-col {
    -ms-flex: 0 0 calc(100% / var(--col));
    flex: 0 0 calc(100% / var(--col));
    max-width: calc(100% / var(--col));
    padding-left: var(--gap);
    padding-right: var(--gap);
    margin-bottom: var(--margin-bottom)
}

.uplearn .sec-row-2>.sec-col>.sec-content {
    display: -ms-flexbox;
    display: flex;
    height: 100%
}

.uplearn .sec-row-2>.sec-col>.sec-content>.content {
    width: 100%
}

.uplearn .owl-carousel-equal-height .owl-item,
.uplearn .owl-carousel-equal-height .owl-stage {
    display: -ms-flexbox;
    display: flex
}

.uplearn .owl-carousel-equal-height .owl-item>div {
    width: 100%
}

.uplearn table th {
    font-weight: 600 !important
}

.uplearn table td,
.uplearn table th {
    padding: 5px;
    font-size: 18px;
    font-weight: 400;
    line-height: 27px;
    letter-spacing: .01em;
    color: #000
}

@media screen and (max-width:575px) {

    .uplearn table td,
    .uplearn table th {
        font-size: 14px;
        line-height: 22px
    }
}

.uplearn h5 {
    margin: 0;
    margin-top: 20px
}

.uplearn .list-unstyled {
    list-style: none !important;
    margin: 0 !important;
    padding: 0 !important
}

.uplearn .border-radius-8 {
    border-radius: 8px
}

.uplearn .text-primary {
    color: #41246e
}

.uplearn .bg-white {
    backgrond-color: #fff
}

.uplearn .section-p-40 {
    padding-top: 40px;
    padding-bottom: 40px
}

.uplearn .section-pt-40 {
    padding-top: 40px
}

.uplearn .section-p-64 {
    padding-top: calc(40px + 24 * ((100vw - 360px) / 1560));
    padding-bottom: calc(40px + 24 * ((100vw - 360px) / 1560))
}

.uplearn .section-p-96 {
    padding-bottom: calc(64px + 32 * ((100vw - 360px) / 1560))
}

.uplearn .section-p-96,
.uplearn .section-pt-96 {
    padding-top: calc(64px + 32 * ((100vw - 360px) / 1560))
}

.uplearn .section-pb-96 {
    padding-bottom: calc(64px + 32 * ((100vw - 360px) / 1560))
}

.uplearn .m-0 {
    margin: 0
}

.uplearn .mt-0 {
    margin-top: 0
}

.uplearn .mt-8 {
    margin-top: 8px
}

.uplearn .mb-8 {
    margin-bottom: 8px
}

.uplearn .mt-14 {
    margin-top: 14px !important
}

.uplearn .mb-16 {
    margin-bottom: 16px !important
}

.uplearn .mt-32 {
    margin-top: calc(24px + 8 * ((100vw - 360px) / 1560)) !important
}

.uplearn .mb-32 {
    margin-bottom: calc(24px + 8 * ((100vw - 360px) / 1560)) !important
}

.uplearn .mt-48 {
    margin-top: calc(20px + 28 * ((100vw - 360px) / 1560))
}

.uplearn .mt-64 {
    margin-top: calc(32px + 32 * ((100vw - 360px) / 1560)) !important
}

.uplearn .mb-64 {
    margin-bottom: calc(32px + 32 * ((100vw - 360px) / 1560)) !important
}

.uplearn .mt-70 {
    margin-top: 70px
}

.uplearn .bullet-icon {
    position: relative;
    padding-left: 19px
}

.uplearn .bullet-icon:before {
    content: "";
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background-color: hsla(0, 0%, 94%, .5)
}

.uplearn .btn-design {
    background-color: #41246e;
    font-size: 14px;
    font-weight: 700;
    line-height: 17px;
    letter-spacing: 0;
    color: #fff;
    padding: 16px 32px;
    border-radius: 50px;
    text-align: center
}

.uplearn .btn-design:hover {
    color: #fff;
    background: #7a26ce
}

@media screen and (max-width:575px) {
    .uplearn .btn-design {
        width: 100%
    }
}

.uplearn .btn-design-outline {
    border: 1px solid #fff;
    background-color: #41246e;
    font-size: 14px;
    font-weight: 700;
    line-height: 17px;
    letter-spacing: 0;
    color: #fff;
    padding: 16px 32px;
    border-radius: 50px;
    text-align: center
}

.uplearn .btn-design-outline:hover {
    color: #fff;
    background: #7a26ce
}

@media screen and (max-width:575px) {
    .uplearn .btn-design-outline {
        font-size: 13px;
        padding: 10px 15px
    }
}

.uplearn .btn-design-outline-2 {
    border: 1px solid #41246e;
    background-color: #fff;
    font-size: 14px;
    font-weight: 700;
    line-height: 17px;
    letter-spacing: 0;
    color: #41246e;
    padding: 16px 32px;
    border-radius: 50px;
    text-align: center
}

.uplearn .btn-design-outline-2:hover {
    color: #fff;
    background: #41246e
}

@media screen and (max-width:575px) {
    .uplearn .btn-design-outline-2 {
        font-size: 13px;
        padding: 10px 15px
    }
}

.uplearn .btn-design-light {
    font-size: 14px;
    font-weight: 700;
    line-height: 17px;
    letter-spacing: 0;
    color: #fff;
    background-color: rgba(31, 31, 31, .25);
    padding: 12px 24px;
    border-radius: 8px;
    text-align: center
}

@media screen and (max-width:575px) {
    .uplearn .btn-design-light {
        font-size: 13px;
        padding: 11px 16px
    }
}

.uplearn .btn-design-light-2 {
    background-color: #b1b1b1;
    color: #fff;
    font-size: 14px;
    font-weight: 700;
    line-height: 17px;
    letter-spacing: 0;
    padding: 16px 32px;
    border-radius: 50px;
    text-align: center
}

.uplearn .btn-design-light-2:hover {
    color: #fff;
    background: #41246e
}

@media screen and (max-width:575px) {
    .uplearn .btn-design-light-2 {
        font-size: 13px;
        padding: 10px 15px
    }
}

.uplearn .text-uppercase {
    text-transform: uppercase
}

.uplearn .d-flex {
    display: -ms-flexbox;
    display: flex
}

.uplearn .d-flex-wrap {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.uplearn .align-items-center {
    -ms-flex-align: center;
    align-items: center
}

.uplearn .justify-content-center {
    -ms-flex-pack: center;
    justify-content: center
}

.uplearn .d-none {
    display: none
}

@media screen and (max-width:991px) {
    .uplearn .d-md-none {
        display: none
    }

    .uplearn .d-md-show {
        display: block !important
    }
}

.uplearn .helpcentre-breadcrumbs {
    margin-top: 0;
    margin-bottom: 0;
    padding-bottom: 0;
    line-height: normal;
    letter-spacing: 0
}

.uplearn .helpcentre-breadcrumbs .hkb-breadcrumbs__icon {
    margin-left: 15px;
    margin-right: 15px;
    padding: 0
}

.uplearn .helpcentre-breadcrumbs li {
    color: #111;
    font-weight: 600;
    border-bottom: 0
}

.uplearn .breadcrumb-sec {
    background: #f0f0f0
}

@media screen and (max-width:991px) {
    .uplearn .breadcrumb-sec {
        display: none
    }
}

.uplearn .breadcrumb-sec .breadcrumb__inner {
    padding-top: 32px;
    padding-bottom: 32px;
    border-bottom: 1px solid #e5e5e5
}

.uplearn .breadcrumb-sec .breadcrumb__inner .breadcrumbs a {
    display: inline-block;
    font-size: 14px;
    font-weight: 500;
    line-height: 24px;
    letter-spacing: 0;
    color: hsla(0, 0%, 7%, .5)
}

.uplearn .breadcrumb-sec .breadcrumb__inner .breadcrumbs svg path {
    fill: hsla(0, 0%, 7%, .5)
}

.uplearn .blog-banner-sec {
    background: #f5f5f5
}

.uplearn .blog-banner-sec .sub-heading {
    font-family: Inter;
    font-size: 14px !important;
    font-weight: 500;
    line-height: 17px !important;
    letter-spacing: -.03em !important;
    text-align: center !important;
    color: #111 !important
}

.uplearn .blog-banner-sec .h1 {
    max-width: 620px;
    width: 100%;
    margin-inline: auto;
    font-size: calc(26px + 38 * (100vw - 360px) / 1560);
    font-weight: 400;
    line-height: 1.4;
    letter-spacing: -.05em;
    color: #41246e;
    margin-top: 0;
    margin-bottom: calc(24px + 8 * (100vw - 360px) / 1560)
}

@media screen and (max-width:575px) {
    .uplearn .blog-banner-sec .h1 {
        font-weight: 600;
        line-height: 32px
    }
}

.uplearn .blog-banner-sec .btn-design-outline-2 {
    background: transparent
}

.uplearn .blog-banner-sec .btn-design-outline-2:hover {
    background: #41246e
}

.uplearn .section-header {
    max-width: 982px;
    width: 100%;
    margin-left: auto;
    margin-right: auto
}

.uplearn .section-header .heading {
    font-size: calc(32px + 16 * ((100vw - 360px) / 1560));
    font-weight: 500;
    line-height: 1.17;
    letter-spacing: -.05em;
    margin: 0 0 16px
}

.uplearn .section-header p {
    font-size: calc(14px + 6 * ((100vw - 360px) / 1560));
    font-weight: 400;
    line-height: 1.2;
    letter-spacing: -.03em;
    color: hsla(0, 0%, 7%, .5)
}

@media screen and (max-width:575px) {
    .uplearn .section-header p {
        color: hsla(0, 0%, 7%, .75)
    }
}

.uplearn .main-heading-sec {
    background: #41246e;
    padding: 0
}

.uplearn .main-heading-sec .main-heading__wrap .left-sec {
    -ms-flex-positive: 1;
    flex-grow: 1
}

@media screen and (min-width:768px) {
    .uplearn .main-heading-sec .main-heading__wrap .left-sec {
        margin-right: 15px
    }
}

@media screen and (max-width:767px) {
    .uplearn .main-heading-sec .main-heading__wrap .left-sec {
        padding: 20px 0
    }

    .uplearn .main-heading-sec .main-heading__wrap .right-sec {
        display: none
    }
}

.uplearn .main-heading-sec .h3 {
    font-size: calc(24px + 8 * (100vw - 360px) / 1560);
    font-weight: 600;
    line-height: 1.4;
    letter-spacing: -.05em;
    color: #f0f0f0;
    margin-top: 0;
    margin-bottom: calc(24px + 8 * (100vw - 360px) / 1560)
}

.uplearn .courses-list {
    max-width: 736px;
    width: 100%;
    margin-left: auto;
    margin-right: auto
}

.uplearn .courses-list .courses-list-item {
    padding: calc(24px + 40 * ((100vw - 360px) / 1560));
    background: #41246e;
    position: relative;
    overflow: hidden
}

.uplearn .courses-list .courses-list-item .sec-row-2 {
    --gap: 16px;
    -ms-flex-align: center;
    align-items: center
}

.uplearn .courses-list .courses-list-item .sec-row-2>.sec-col:first-child {
    -ms-flex: 0 0 60%;
    flex: 0 0 60%;
    max-width: 60%
}

.uplearn .courses-list .courses-list-item .sec-row-2>.sec-col:last-child {
    -ms-flex: 0 0 40%;
    flex: 0 0 40%;
    max-width: 40%;
    position: static
}

.uplearn .courses-list .courses-list-item .sec-row-2>.sec-col:last-child figure {
    text-align: center
}

.uplearn .courses-list .courses-list-item .sec-row-2>.sec-col:last-child figure img {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    height: 100%;
    width: 40%;
    -o-object-fit: cover;
    object-fit: cover
}

@media screen and (max-width:575px) {
    .uplearn .courses-list .courses-list-item .sec-row-2 {
        --col: 2;
        --gap: 16px;
        --margin-bottom: 0px
    }

    .uplearn .courses-list .courses-list-item .sec-row-2>.sec-col:first-child {
        -ms-flex: 0 0 75%;
        flex: 0 0 75%;
        max-width: 75%
    }

    .uplearn .courses-list .courses-list-item .sec-row-2>.sec-col:last-child {
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%
    }

    .uplearn .courses-list .courses-list-item .sec-row-2>.sec-col:last-child figure img {
        width: 25%
    }
}

.uplearn .courses-list .courses-list-item .subtitle .badge {
    font-size: 12px;
    font-weight: 700;
    line-height: 1.3;
    letter-spacing: 0;
    padding: 5px 12px;
    background: #fff;
    color: #41246e;
    border-radius: 40px;
    margin-right: 13px
}

@media screen and (max-width:575px) {
    .uplearn .courses-list .courses-list-item .subtitle .badge {
        font-size: 10px
    }
}

.uplearn .courses-list .courses-list-item .subtitle .heading {
    font-size: 14px;
    font-weight: 600;
    line-height: 1.7;
    letter-spacing: -.02em;
    color: hsla(0, 0%, 94%, .5)
}

@media screen and (max-width:575px) {
    .uplearn .courses-list .courses-list-item .subtitle .heading {
        font-size: 12px
    }
}

.uplearn .courses-list .courses-list-item .main-heading {
    font-size: calc(24px + 8 * ((100vw - 360px) / 1560));
    font-weight: 600;
    line-height: 1.25;
    letter-spacing: -.05em;
    color: #f0f0f0
}

.uplearn .courses-list .courses-list-item+.courses-list-item {
    margin-top: 8px
}

.uplearn .courses-list .coming-soon .sec-row-2>.sec-col {
    -ms-flex: 0 0 100% !important;
    flex: 0 0 100% !important;
    max-width: 100% !important
}

.uplearn .courses-list .coming-soon .sec-row-2>.sec-col>.sec-content>.content {
    max-width: 430px;
    width: 100%
}

.uplearn .courses-list .light-box {
    background: #fff;
    border: 1px solid #b1b1b1
}

.uplearn .courses-list .light-box .main-heading,
.uplearn .courses-list .light-box .subtitle .heading {
    color: #111
}

.uplearn .learn-with-sec {
    background-color: #f5f5f5
}

.uplearn .learn-with-sec .learn-with__inner {
    max-width: 982px;
    margin-inline: auto
}

.uplearn .learn-with-sec .feature-list-wrap {
    position: relative
}

.uplearn .learn-with-sec .feature-list {
    padding: 47px 0
}

@media screen and (max-width:991px) {
    .uplearn .learn-with-sec .feature-list {
        padding: 0
    }
}

.uplearn .learn-with-sec .feature-list>.sec-row-2 {
    --margin-bottom: 0px;
    --col: 2;
    --gap: 0;
    -ms-flex-align: center;
    align-items: center
}

.uplearn .learn-with-sec .feature-list>.sec-row-2>.sec-col:first-child {
    -ms-flex: 0 0 26%;
    flex: 0 0 26%;
    max-width: 26%
}

.uplearn .learn-with-sec .feature-list>.sec-row-2>.sec-col:first-child figure {
    text-align: center;
    line-height: 0
}

.uplearn .learn-with-sec .feature-list>.sec-row-2>.sec-col:first-child figure img {
    margin-top: 0
}

.uplearn .learn-with-sec .feature-list>.sec-row-2>.sec-col:last-child {
    -ms-flex: 0 0 calc(74% - 64px);
    flex: 0 0 calc(74% - 64px);
    max-width: calc(74% - 64px);
    margin-left: 64px
}

@media screen and (max-width:767px) {
    .uplearn .learn-with-sec .feature-list>.sec-row-2>.sec-col:first-child {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%
    }

    .uplearn .learn-with-sec .feature-list>.sec-row-2>.sec-col:first-child figure img {
        max-width: 192px
    }

    .uplearn .learn-with-sec .feature-list>.sec-row-2>.sec-col:last-child {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
        margin-left: 0
    }
}

.uplearn .learn-with-sec .feature-list>.sec-row-2>.sec-col li {
    border-top: 1px solid #e5e5e5;
    padding: 16px;
    min-height: 128px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.uplearn .learn-with-sec .feature-list>.sec-row-2>.sec-col li:last-child {
    border-bottom: 1px solid #e5e5e5
}

.uplearn .learn-with-sec .feature-list>.sec-row-2>.sec-col li .text-wrap {
    max-width: 330px;
    width: 100%;
    display: block
}

@media screen and (min-width:992px) {
    .uplearn .learn-with-sec .feature-list>.sec-row-2>.sec-col li .text-wrap {
        max-width: calc(270px + 60 * (100vw - 992px) / 928)
    }
}

.uplearn .learn-with-sec .feature-list>.sec-row-2>.sec-col li .heading,
.uplearn .learn-with-sec .feature-list>.sec-row-2>.sec-col li .heading span {
    font-size: calc(16px + 8 * (100vw - 360px) / 1560);
    font-weight: 600;
    line-height: 1.7;
    letter-spacing: -.05em
}

.uplearn .learn-with-sec .feature-list>.sec-row-2>.sec-col li .heading {
    margin-right: 16px;
    color: #111
}

.uplearn .learn-with-sec .feature-list>.sec-row-2>.sec-col li .content {
    font-size: calc(14px + 2 * (100vw - 360px) / 1560);
    font-weight: 500;
    line-height: 2;
    letter-spacing: -.02em;
    color: #111
}

@media screen and (max-width:575px) {
    .uplearn .learn-with-sec .feature-list>.sec-row-2>.sec-col li .content {
        line-height: 1.4
    }
}

.uplearn .modules-sec {
    background: #f5f5f5
}

.uplearn .modules-sec .modules-links {
    border-bottom: 1px solid #000
}

.uplearn .modules-sec .modules-links ul li a {
    font-size: 16px;
    font-weight: 600;
    line-height: 19px;
    letter-spacing: -.03em;
    color: hsla(0, 0%, 7%, .5);
    display: inline-block;
    min-width: 148px;
    padding: 0 12px 24px;
    position: relative;
    z-index: 1;
    text-align: center
}

@media screen and (max-width:575px) {
    .uplearn .modules-sec .modules-links ul li a {
        min-width: 50%;
        text-align: center
    }
}

.uplearn .modules-sec .modules-links ul li a:hover {
    color: #41246e
}

.uplearn .modules-sec .modules-links ul li a:after {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 4px;
    background: transparent
}

.uplearn .modules-sec .modules-links ul li a:hover:after {
    background: #41246e
}

.uplearn .modules-sec .modules-links ul li.active a {
    color: #41246e
}

.uplearn .modules-sec .modules-links ul li.active a:after {
    background: #41246e
}

.uplearn .modules-sec .modules-list {
    counter-reset: a
}

.uplearn .modules-sec .modules-list .link-wrapper {
    display: -ms-flexbox;
    display: flex;
    width: 100%
}

.uplearn .modules-sec .modules-list .sec-row-2 {
    --gap: 0px;
    --margin-bottom: 16px
}

@media screen and (min-width:992px) {
    .uplearn .modules-sec .modules-list .sec-row-2 {
        --col: 2
    }
}

@media screen and (max-width:991px) {
    .uplearn .modules-sec .modules-list .sec-row-2 {
        --margin-bottom: 8px
    }
}

.uplearn .modules-sec .modules-list .modules-content {
    width: 100%;
    border: 1px solid #b1b1b1;
    border-radius: 8px;
    padding: 0;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    min-height: 234px;
    margin-left: 8px;
    margin-right: 8px
}

@media screen and (max-width:575px) {
    .uplearn .modules-sec .modules-list .modules-content {
        padding: 0;
        min-height: 136px
    }
}

.uplearn .modules-sec .modules-list .modules-content .left-sec {
    padding: 0 16px 0 32px;
    -ms-flex-positive: 1;
    flex-grow: 1;
    -ms-flex: 60%;
    flex: 60%
}

@media screen and (max-width:575px) {
    .uplearn .modules-sec .modules-list .modules-content .left-sec {
        padding: 20px 10px 20px 20px
    }
}

.uplearn .modules-sec .modules-list .modules-content .left-sec .subtitle .count {
    font-size: 16px;
    font-weight: 700;
    line-height: 19px;
    letter-spacing: 0;
    color: #41246e;
    margin-right: 13px
}

.uplearn .modules-sec .modules-list .modules-content .left-sec .subtitle .count:before {
    counter-increment: a;
    content: counter(a)
}

@media screen and (max-width:575px) {
    .uplearn .modules-sec .modules-list .modules-content .left-sec .subtitle .count {
        font-size: 14px;
        line-height: 17px
    }
}

.uplearn .modules-sec .modules-list .modules-content .left-sec .subtitle .heading {
    font-size: 14px;
    font-weight: 600;
    line-height: 1.7;
    letter-spacing: -.02em;
    color: hsla(0, 0%, 7%, .5)
}

@media screen and (max-width:575px) {
    .uplearn .modules-sec .modules-list .modules-content .left-sec .subtitle .heading {
        font-size: 12px
    }
}

.uplearn .modules-sec .modules-list .modules-content .left-sec .subtitle .bullet-icon:before {
    background-color: hsla(0, 0%, 7%, .5)
}

.uplearn .modules-sec .modules-list .modules-content .left-sec .main-heading a {
    font-size: calc(20px + 12 * ((100vw - 360px) / 1560));
    font-weight: 600;
    line-height: 1.25;
    letter-spacing: -.05em;
    color: #111
}

.uplearn .modules-sec .modules-list .modules-content .left-sec .module-views {
    font-size: 14px;
    font-weight: 600;
    line-height: 24px;
    letter-spacing: -.02em;
    color: hsla(0, 0%, 7%, .5)
}

@media screen and (max-width:575px) {
    .uplearn .modules-sec .modules-list .modules-content .left-sec .module-views {
        font-size: 12px
    }
}

.uplearn .modules-sec .modules-list .modules-content .right-sec,
.uplearn .modules-sec .modules-list .modules-content .right-sec figure {
    height: 100%
}

.uplearn .modules-sec .modules-list .modules-content .right-sec img {
    width: 200px;
    max-width: 200px;
    height: 100%;
    border-radius: 0 8px 8px 0;
    -o-object-fit: cover;
    object-fit: cover;
    margin: 0
}

@media screen and (max-width:575px) {
    .uplearn .modules-sec .modules-list .modules-content .right-sec img {
        width: 96px;
        min-width: 96px
    }
}

.uplearn .basic-option-sec {
    background: #f0f0f0
}

@media screen and (max-width:767px) {
    .uplearn .basic-option-sec {
        padding-top: 0 !important
    }
}

.uplearn .basic-option-sec .basic-option__inner {
    padding-top: 32px
}

.uplearn .basic-option-sec .basic-option__inner .toc .table-responsive {
    border: none
}

.uplearn .basic-option-sec .basic-option__inner table {
    margin-bottom: 0
}

.uplearn .basic-option-sec .basic-option__inner>.sec-row-2>.sec-col:first-child {
    -ms-flex: 0 0 70%;
    flex: 0 0 70%;
    max-width: 70%
}

.uplearn .basic-option-sec .basic-option__inner>.sec-row-2>.sec-col:last-child {
    -ms-flex: 0 0 30%;
    flex: 0 0 30%;
    max-width: 30%
}

@media screen and (max-width:991px) {
    .uplearn .basic-option-sec .basic-option__inner>.sec-row-2>.sec-col:last-child {
        position: sticky;
        top: calc(119px + 2 * (100vw - 768px) / 223);
        z-index: 1;
        background: #f0f0f0
    }

    .uplearn .basic-option-sec .basic-option__inner>.sec-row-2>.sec-col:last-child .table-of-content .chapter-dd-list {
        margin-bottom: 10px
    }
}

@media screen and (max-width:767px) {
    .uplearn .basic-option-sec .basic-option__inner>.sec-row-2>.sec-col:last-child {
        top: 109px
    }
}

@media screen and (max-width:991px) {
    .uplearn .basic-option-sec .basic-option__inner>.sec-row-2 {
        -ms-flex-direction: column-reverse;
        flex-direction: column-reverse;
        --margin-bottom: 0
    }

    .uplearn .basic-option-sec .basic-option__inner>.sec-row-2>.sec-col {
        -ms-flex: 0 0 100% !important;
        flex: 0 0 100% !important;
        max-width: 100% !important
    }
}

.uplearn .basic-option-sec hr {
    border-bottom: 1px solid #41246e
}

.uplearn .basic-option-sec .chapter-heading {
    font-size: 14px;
    font-weight: 600;
    line-height: 17px;
    letter-spacing: 0;
    text-transform: uppercase;
    margin-top: 0;
    margin-bottom: 8px
}

@media screen and (max-width:575px) {
    .uplearn .basic-option-sec .chapter-heading {
        font-size: 12px;
        line-height: 15px
    }
}

.uplearn .basic-option-sec .h1,
.uplearn .basic-option-sec h1,
.uplearn .basic-option-sec h2 {
    font-size: calc(20px + 20 * (100vw - 360px) / 1560);
    font-weight: 500;
    line-height: 1.4;
    letter-spacing: -.05em;
    color: #41246e;
    margin-top: 7px;
    margin-bottom: calc(24px + 8 * (100vw - 360px) / 1560)
}

@media screen and (max-width:575px) {

    .uplearn .basic-option-sec .h1,
    .uplearn .basic-option-sec h1,
    .uplearn .basic-option-sec h2 {
        font-weight: 600;
        line-height: 32px
    }
}

.uplearn .basic-option-sec .h3 {
    font-size: calc(24px + 8 * (100vw - 360px) / 1560);
    line-height: 1.4
}

.uplearn .basic-option-sec .h3,
.uplearn .basic-option-sec .h4 {
    font-weight: 600;
    letter-spacing: -.05em;
    color: #41246e;
    margin-top: 0;
    margin-bottom: calc(24px + 8 * (100vw - 360px) / 1560)
}

.uplearn .basic-option-sec .h4 {
    font-size: 24px;
    line-height: 32px
}

@media screen and (max-width:575px) {
    .uplearn .basic-option-sec .h4 {
        font-size: 20px
    }
}

.uplearn .basic-option-sec .h5 {
    font-size: 18px;
    font-weight: 600;
    line-height: 27px;
    letter-spacing: .01em;
    margin-top: 0;
    margin-bottom: 8px
}

.uplearn .basic-option-sec li,
.uplearn .basic-option-sec p {
    font-size: 18px;
    font-weight: 400;
    line-height: 27px;
    letter-spacing: .01em;
    color: #000
}

@media screen and (max-width:575px) {

    .uplearn .basic-option-sec li,
    .uplearn .basic-option-sec p {
        font-size: 14px;
        line-height: 22px
    }
}

.uplearn .basic-option-sec li {
    margin-bottom: 7px
}

.uplearn .basic-option-sec li:last-child {
    margin-bottom: 0
}

.uplearn .basic-option-sec ol,
.uplearn .basic-option-sec ul {
    margin-bottom: 16px;
    margin-left: 35px;
    list-style: disc
}

@media screen and (max-width:575px) {

    .uplearn .basic-option-sec ol,
    .uplearn .basic-option-sec ul {
        margin-left: 25px
    }
}

.uplearn .basic-option-sec figure {
    margin-bottom: 32px
}

.uplearn .basic-option-sec .definition-sec,
.uplearn .basic-option-sec blockquote {
    margin-bottom: 32px;
    padding: 16px !important;
    background-color: #fff
}

.uplearn .basic-option-sec .definition-sec p,
.uplearn .basic-option-sec blockquote p {
    margin-bottom: 15px
}

.uplearn .basic-option-sec .definition-sec p:nth-last-of-type(-n+1),
.uplearn .basic-option-sec blockquote p:nth-last-of-type(-n+1) {
    margin-bottom: 0
}

.uplearn .basic-option-sec .information-sec {
    padding: 24px 16px;
    border-top: 2px solid #41246e;
    background-color: #fff
}

@media screen and (max-width:575px) {
    .uplearn .basic-option-sec .information-sec {
        margin-top: 64px !important;
        margin-bottom: 64px !important
    }
}

.uplearn .basic-option-sec .information-sec .h4 {
    margin-bottom: 16px
}

.uplearn .basic-option-sec .information-sec p {
    margin-bottom: 15px
}

.uplearn .basic-option-sec .information-sec p:nth-last-of-type(-n+1) {
    margin-bottom: 0
}

.uplearn .basic-option-sec .information-sec ul {
    margin-bottom: 16px
}

.uplearn .basic-option-sec .information-sec ul:last-child {
    margin-bottom: 0
}

.uplearn .basic-option-sec .quiz-sec {
    background: #fff;
    position: relative;
    z-index: 1;
    border-radius: 8px;
    overflow: hidden;
    padding-top: var(--top-space)
}

.uplearn .basic-option-sec .quiz-sec:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: var(--top-space)
}

@media screen and (max-width:575px) {
    .uplearn .basic-option-sec .quiz-sec {
        margin-top: 64px !important;
        margin-bottom: 64px !important
    }
}

.uplearn .basic-option-sec .quiz-sec .h3 {
    margin-bottom: 16px
}

@media screen and (max-width:575px) {
    .uplearn .basic-option-sec .quiz-sec .h3 {
        margin-bottom: 8px
    }
}

.uplearn .basic-option-sec .quiz-sec p {
    color: hsla(0, 0%, 7%, .5);
    margin-bottom: 0
}

.uplearn .basic-option-sec .quiz-sec p+p {
    margin-top: 10px
}

.uplearn .basic-option-sec .quiz-sec .quiz-content {
    padding: calc(16px + 16 * (100vw - 360px) / 1600)
}

@media screen and (max-width:575px) {
    .uplearn .basic-option-sec .quiz-sec .quiz-content {
        text-align: center
    }
}

.uplearn .basic-option-sec .quiz-sec .quiz_section+.quiz_section {
    padding-top: 30px
}

.uplearn .basic-option-sec .quiz-sec .quiz_section .qsm-featured-image {
    margin-bottom: 15px
}

.uplearn .basic-option-sec .quiz-sec .quiz_section .qsm-featured-image img {
    height: 180px;
    max-width: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    width: 100%
}

.uplearn .basic-option-sec .quiz-sec .quiz_section .mlw_qmn_new_question {
    font-size: 20px;
    font-weight: 600;
    line-height: 32px;
    letter-spacing: -.05em;
    color: #41246e
}

.uplearn .basic-option-sec .quiz-sec .quiz_section .qmn_radio_answers {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-bottom: 15px;
    margin-inline: -4px
}

.uplearn .basic-option-sec .quiz-sec .quiz_section .qmn_radio_answers .qmn_mc_answer_wrap {
    position: relative;
    width: 50%
}

.uplearn .basic-option-sec .quiz-sec .quiz_section .qmn_radio_answers .qmn_mc_answer_wrap input[type=radio] {
    position: absolute;
    width: 0;
    height: 0;
    font-size: 0;
    line-height: 0
}

.uplearn .basic-option-sec .quiz-sec .quiz_section .qmn_radio_answers .qmn_mc_answer_wrap input[type=radio]:checked+.qsm-input-label {
    background: #7a26ce;
    color: #fff
}

.uplearn .basic-option-sec .quiz-sec .quiz_section .qmn_radio_answers .qmn_mc_answer_wrap .qsm-input-label {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-align: center;
    align-items: center;
    background: #f0f0f0;
    color: #111;
    padding: 16px !important;
    min-width: 144px;
    max-width: none !important;
    border-radius: 50px;
    font-size: 14px;
    font-weight: 600;
    line-height: 17px;
    letter-spacing: 0;
    text-align: center;
    margin-inline: 4px !important;
    text-transform: capitalize;
    height: 100%
}

.uplearn .basic-option-sec .quiz-sec .quiz_section .qmn_radio_answers .qmn_mc_answer_wrap .qsm-input-label:hover {
    background: #7a26ce;
    color: #fff
}

.uplearn .basic-option-sec .quiz-sec .quiz_section .qsm-hint {
    background: transparent;
    display: inline-block;
    padding: 2px 20px;
    border: 1px solid #41246e;
    border-radius: 20px;
    text-decoration: none;
    color: #41246e
}

.uplearn .basic-option-sec .quiz-sec .quiz_section .qsm-hint:hover {
    background: #7a26ce;
    border-color: #7a26ce;
    color: #fff
}

.uplearn .basic-option-sec .quiz-sec .qsm-pagination .qsm-btn.qsm-previous {
    background: #f0f0f0 !important;
    color: #111 !important
}

.uplearn .basic-option-sec .quiz-sec .qsm-pagination .qsm-btn.qsm-previous:hover {
    background: #7a26ce !important;
    color: #fff !important
}

.uplearn .basic-option-sec .quiz-sec .qsm-results-page {
    font-size: 20px;
    font-weight: 600
}

.uplearn .basic-option-sec .quiz-sec .qsm-results-page .mlw_qmn_question {
    font-size: 20px;
    font-weight: 600;
    line-height: 32px;
    letter-spacing: -.05em;
    color: #41246e
}

.uplearn .basic-option-sec .white-box-sec {
    background: #fff;
    border-radius: 8px;
    padding: 24px;
    border: 1px solid #b1b1b1
}

.uplearn .basic-option-sec .white-box-sec .chapter-heading {
    font-size: 14px;
    font-weight: 700;
    line-height: 24px;
    color: #111
}

.uplearn .basic-option-sec .white-box-sec .h4 {
    margin-bottom: 16px
}

.uplearn .basic-option-sec .white-box-sec .h4:last-child {
    margin-bottom: 0
}

.uplearn .basic-option-sec .next-chapter {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center
}

.uplearn .basic-option-sec .next-chapter .left-sec {
    -ms-flex-positive: 1;
    flex-grow: 1;
    margin-right: 32px
}

@media screen and (max-width:575px) {
    .uplearn .basic-option-sec .next-chapter {
        -ms-flex-direction: column;
        flex-direction: column;
        -ms-flex-align: start;
        align-items: flex-start;
        margin-bottom: 20px
    }

    .uplearn .basic-option-sec .next-chapter .h4 {
        font-size: 24px
    }

    .uplearn .basic-option-sec .next-chapter .left-sec {
        width: 100%;
        margin-right: 0
    }

    .uplearn .basic-option-sec .next-chapter .right-sec {
        width: 100%
    }

    .uplearn .basic-option-sec .next-chapter .btn-block {
        margin-top: 32px;
        text-align: center
    }

    .uplearn .basic-option-sec .next-chapter .btn-block .btn-design {
        display: inline-block;
        width: auto
    }
}

@media screen and (max-width:991px) {
    .uplearn .basic-option-sec .table-of-content-header .heading-sec {
        padding-left: 0;
        padding-right: 0;
        border-bottom: 1px solid #b1b1b1;
        background: #fff
    }

    .uplearn .basic-option-sec .table-of-content-header .heading-sec a {
        padding: 16px
    }

    .uplearn .basic-option-sec .table-of-content-header .heading-sec a:focus,
    .uplearn .basic-option-sec .table-of-content-header .heading-sec a:hover {
        color: #41246e !important
    }

    .uplearn .basic-option-sec .table-of-content-header .heading-sec .text,
    .uplearn .basic-option-sec .table-of-content-header .heading-sec a {
        font-size: 12px;
        font-weight: 600;
        line-height: 16px;
        letter-spacing: -.03em;
        color: #111 !important;
        text-align: left
    }

    .uplearn .basic-option-sec .table-of-content-header .heading-sec .text {
        -ms-flex-positive: 1;
        flex-grow: 1
    }

    .uplearn .basic-option-sec .table-of-content-header .heading-sec .go-back-btn {
        margin-right: 16px;
        border-right: 1px solid #b1b1b1;
        padding: 16px 22px
    }

    .uplearn .basic-option-sec .table-of-content-header .heading-sec .go-back-btn .btn-icon {
        margin-right: 10px
    }

    .uplearn .basic-option-sec .table-of-content-header .heading-sec .go-back-btn .btn-icon svg path {
        fill: #000
    }

    .uplearn .basic-option-sec .table-of-content-header .heading-sec .select-topic {
        -ms-flex-positive: 1;
        flex-grow: 1
    }
}

@media screen and (max-width:991px) {
    .uplearn .basic-option-sec .table-of-content-header {
        position: sticky;
        top: 70px;
        z-index: 1
    }
}

@media screen and (max-width:767px) {
    .uplearn .basic-option-sec .table-of-content-header {
        top: 60px;
        padding-left: 0;
        padding-right: 0
    }
}

.uplearn .basic-option-sec .table-of-content {
    position: sticky;
    top: 90px
}

.uplearn .basic-option-sec .table-of-content .heading-sec {
    padding-left: 16px;
    padding-right: 16px
}

@media screen and (max-width:991px) {
    .uplearn .basic-option-sec .table-of-content .chapter-dd-list {
        display: none;
        margin-bottom: 30px
    }
}

.uplearn .basic-option-sec .table-of-content .content-sec ul li .chapter-topic {
    padding: 16px;
    position: relative;
    z-index: 1;
    display: block
}

@media screen and (max-width:991px) {
    .uplearn .basic-option-sec .table-of-content .content-sec ul li .chapter-topic {
        padding: 10px 16px
    }
}

.uplearn .basic-option-sec .table-of-content .content-sec ul li .chapter-topic .topic {
    -ms-flex-positive: 1;
    flex-grow: 1;
    margin-right: 10px;
    font-size: 14px;
    font-weight: 500;
    line-height: 17px;
    letter-spacing: -.02em;
    color: hsla(0, 0%, 7%, .5)
}

.uplearn .basic-option-sec .table-of-content .content-sec ul li .chapter-topic .dd-icon svg path {
    fill: hsla(0, 0%, 7%, .5)
}

.uplearn .basic-option-sec .table-of-content .content-sec ul li.active .chapter-topic .topic {
    font-weight: 700;
    color: #111
}

.uplearn .basic-option-sec .table-of-content .content-sec ul li.active .chapter-topic .dd-icon svg path {
    fill: #111
}

.uplearn .basic-option-sec .table-of-content .content-sec ul li.active .progress-container {
    display: block
}

.uplearn .basic-option-sec .table-of-content .content-sec ul li .progress-container {
    display: none;
    width: calc(100% - 32px);
    height: 4px;
    background-color: #d3d0d0;
    border-radius: 4px;
    overflow: hidden;
    position: absolute;
    left: 0;
    right: 0;
    bottom: -4px;
    margin-left: 16px;
    margin-right: 16px
}

.uplearn .basic-option-sec .table-of-content .content-sec ul li .progress-container .progress-bar {
    height: inherit;
    background: #41246e;
    width: 0
}

.uplearn .options-course-sec .section-header-group {
    padding: 0 16px;
    border-left: 2px solid #41246e;
    margin-bottom: 32px
}

.uplearn .options-course-sec .section-header-group .sub-heading {
    font-size: 14px;
    font-weight: 600;
    line-height: 17px;
    letter-spacing: 0;
    margin-bottom: 8px;
    color: #000
}

@media screen and (max-width:575px) {
    .uplearn .options-course-sec .section-header-group .sub-heading {
        font-size: 12px
    }
}

.uplearn .options-course-sec .section-header-group .heading {
    font-size: calc(24px + 8 * (100vw - 360px) / 1560);
    font-weight: 600;
    line-height: 1.4;
    letter-spacing: -.05em;
    color: #41246e;
    margin-top: 0;
    margin-bottom: 0
}

.uplearn .options-course-sec .options-course-list {
    padding-right: 48px;
    position: relative
}

@media screen and (max-width:575px) {
    .uplearn .options-course-sec .options-course-list {
        padding-right: 0
    }
}

@media screen and (min-width:768px) {

    .uplearn .options-course-sec .options-course-list .owl-item.active .options-course-list-item,
    .uplearn .options-course-sec .options-course-list .owl-item:hover .options-course-list-item {
        border-color: #41246e;
        box-shadow: 0 4px 24px 0 rgba(0, 0, 0, .25)
    }

    .uplearn .options-course-sec .options-course-list .owl-item.active+.active .options-course-list-item {
        border-color: #b1b1b1;
        box-shadow: none
    }

    .uplearn .options-course-sec .options-course-list .owl-item.active+.active:hover .options-course-list-item {
        border-color: #41246e;
        box-shadow: 0 4px 24px 0 rgba(0, 0, 0, .25)
    }
}

.uplearn .options-course-sec .options-course-list .owl-item {
    padding-top: 32px;
    padding-bottom: 20px;
    padding-left: 1px
}

.uplearn .options-course-sec .options-course-list .owl-nav {
    margin-top: 0;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 100%;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
    justify-content: space-between;
    z-index: -1
}

.uplearn .options-course-sec .options-course-list .owl-nav button.owl-prev {
    opacity: 0;
    visibility: hidden;
    transform: rotate(-180deg)
}

.uplearn .options-course-sec .options-course-list .options-course-list-item {
    background: #fff;
    border-radius: 8px;
    padding: 24px;
    border: 1px solid #b1b1b1
}

@media screen and (max-width:575px) {
    .uplearn .options-course-sec .options-course-list .options-course-list-item {
        padding: 16px
    }
}

.uplearn .options-course-sec .options-course-list .options-course-list-item .sub-heading {
    font-size: 14px;
    font-weight: 600;
    line-height: 17px;
    letter-spacing: 0;
    margin-bottom: 8px;
    color: #000;
    text-transform: uppercase
}

@media screen and (max-width:575px) {
    .uplearn .options-course-sec .options-course-list .options-course-list-item .sub-heading {
        font-size: 12px;
        font-weight: 700
    }
}

.uplearn .options-course-sec .options-course-list .options-course-list-item .heading {
    font-size: 24px;
    font-weight: 600;
    line-height: 32px;
    letter-spacing: -.05em;
    color: #41246e;
    margin-top: 0;
    margin-bottom: 16px
}

@media screen and (max-width:575px) {
    .uplearn .options-course-sec .options-course-list .options-course-list-item .heading {
        font-size: 20px
    }
}

.uplearn .options-course-sec .options-course-list .options-course-list-item .heading:last-child {
    margin-bottom: 0
}

.uplearn .options-course-sec .options-course-list .options-course-list-item .list-btn {
    font-size: 12px;
    font-weight: 700;
    line-height: 15px;
    letter-spacing: 0;
    padding: 4px 12px
}

.uplearn .qsm-quiz-container {
    padding: 24px
}

.uplearn .qsm-quiz-container .quiz_section {
    padding-bottom: 0
}

.uplearn .qsm-quiz-container .quiz_section.quiz_begin {
    padding-top: 0
}

.uplearn .qsm-quiz-container .quiz_section .qsm-before-message {
    padding: 0;
    margin: 0
}

.uplearn .qsm-quiz-container .quiz_section .qsm-before-message p {
    font-size: 24px;
    font-weight: 600;
    line-height: 32px;
    letter-spacing: -.05em;
    color: #41246e;
    margin-top: 0;
    margin-bottom: 0
}

@media screen and (max-width:575px) {
    .uplearn .qsm-quiz-container .quiz_section .qsm-before-message p {
        font-size: 20px
    }
}

.uplearn .qsm-quiz-container .qsm-btn,
.uplearn .qsm-quiz-container input[type=submit] {
    background-color: #41246e !important;
    font-size: 14px !important;
    font-weight: 700;
    line-height: 17px;
    letter-spacing: 0;
    color: #fff !important;
    padding: 16px 32px !important;
    border-radius: 50px;
    text-align: center
}

.uplearn .qsm-quiz-container .qsm-btn:hover,
.uplearn .qsm-quiz-container input[type=submit]:hover {
    color: #fff !important;
    background: #7a26ce !important
}

@media screen and (max-width:575px) {

    .uplearn .qsm-quiz-container .qsm-btn,
    .uplearn .qsm-quiz-container input[type=submit] {
        width: 100%
    }
}

.uplearn .qsm-quiz-container .qsm-pagination {
    margin-bottom: 0
}

.uplearn .qsm-quiz-container .qsm-results-page {
    font-weight: 700
}

.uplearn .faq-sec {
    background: #f5f5f5
}

.uplearn .faq-sec .heading {
    font-size: calc(20px + 20 * (100vw - 360px) / 1560);
    font-weight: 500;
    line-height: 56px;
    letter-spacing: -.05em;
    color: #41246e;
    margin-top: 0 !important;
    margin-bottom: 0
}

.uplearn .faq-sec .faq-questions {
    margin-top: calc(20px + 44 * ((100vw - 360px) / 1560))
}

.uplearn .faq-sec .faq-questions .panel-group .panel-default {
    border-color: #e5e5e5 !important
}

.uplearn .faq-sec .faq-questions .panel-group .panel-heading {
    padding: 24px 11px 24px 8px !important
}

@media screen and (max-width:575px) {
    .uplearn .faq-sec .faq-questions .panel-group .panel-heading {
        padding: 10px 1px !important
    }
}

.uplearn .faq-sec .faq-questions .panel-group .panel-heading .panel-title span {
    font-size: 16px !important;
    font-weight: 500;
    line-height: 32px;
    letter-spacing: -.02em;
    color: #222
}

.uplearn .faq-sec .faq-questions .panel-group .panel-body {
    padding-left: 8px !important;
    padding-right: 11px !important
}

@media screen and (max-width:575px) {
    .uplearn .faq-sec .faq-questions .panel-group .panel-body {
        padding-left: 1px !important;
        padding-right: 1px !important;
        padding-bottom: 10px !important
    }
}

.uplearn .faq-sec .faq-questions .panel-group .panel-body p {
    font-size: 16px !important;
    font-weight: 400;
    line-height: 32px;
    letter-spacing: -.02em;
    color: #222
}

.uplearn .img-stack {
    position: relative;
    height: 640px;
    overflow: hidden;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-align: center;
    align-items: center;
    margin-top: 70px
}

.uplearn section .img-stack img {
    max-width: inherit
}

.uplearn .upstox-circle-logo {
    position: absolute;
    left: calc(50% - 96px);
    top: calc(50% - 96px)
}

.uplearn .concentric-circles {
    position: absolute;
    left: calc(50% - 280px);
    top: calc(50% - 280px);
    transform: scale(0)
}

.uplearn .giant-circle {
    position: absolute;
    left: calc(50% - 250px);
    top: calc(50% - 250px);
    transform: scale(0);
    height: 500px;
    width: 500px;
    background-color: #280b45;
    border-radius: 50%
}

.uplearn .explode {
    position: absolute;
    left: calc(52% - 919.5px);
    top: calc(50% - 366px);
    transform: scale(0)
}

.uplearn .uplearn-waves {
    position: absolute;
    width: 100%;
    bottom: -210px
}

.uplearn .person {
    position: absolute;
    bottom: -210px;
    left: calc(50% - 150px);
    bottom: -291px
}

.uplearn .main-cta {
    color: #fff;
    position: relative;
    font-family: sans-serif;
    max-width: 768px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-direction: column;
    flex-direction: column;
    transform: translateY(500px)
}

.uplearn .main-cta .uplearn-logo {
    margin: 0 auto;
    margin-top: 36px
}

.uplearn .main-cta .uplearn-logo img {
    position: relative
}

.uplearn .main-cta h1 {
    font-weight: 400;
    font-size: 64px;
    line-height: 80px;
    text-align: center;
    letter-spacing: -.05em;
    margin-top: 16px;
    margin-bottom: 16px
}

.uplearn .main-cta a {
    border-radius: 9999px;
    background-color: transparent;
    border: 1px solid #fff;
    font-weight: 700;
    font-size: 14px;
    width: 128px;
    color: #fff;
    padding: 14px;
    line-height: 17px;
    text-align: center;
    text-decoration: none
}

@media screen and (max-width:576px) {
    .uplearn .img-stack {
        height: 600px
    }

    .uplearn .main-cta h1 {
        font-weight: 500;
        font-size: 38px;
        line-height: 48px;
        text-align: center;
        letter-spacing: -.05em;
        padding: 0 10px;
        margin: 10px
    }

    .uplearn .main-cta {
        margin-top: 40px
    }

    .uplearn .main-cta a {
        margin-top: 30px
    }

    .uplearn .upstox-circle-logo {
        left: calc(50% - 60px);
        top: calc(50% - 60px);
        height: 120px;
        width: 120px
    }
}

.uplearn .top-img img {
    max-width: 198px;
    max-height: 161px;
    -o-object-fit: cover;
    object-fit: cover
}

.uplearn .Suggest-courses {
    padding: 96px 0;
    background: #fff
}

.uplearn .Suggest-courses h3 {
    font-family: Inter;
    font-style: normal;
    font-weight: 500;
    font-size: 48px;
    line-height: 56px;
    text-align: center;
    letter-spacing: -.05em;
    color: #41246e;
    margin-top: 0;
    margin-bottom: 15px
}

@media screen and (max-width:767px) {
    .uplearn .Suggest-courses h3 {
        font-size: 32px;
        line-height: 40px
    }
}

.uplearn .Suggest-courses p {
    font-family: Inter;
    font-style: normal;
    font-weight: 400;
    font-size: 20px;
    line-height: 32px;
    text-align: center;
    letter-spacing: -.03em;
    color: #111;
    opacity: .5;
    max-width: 660px;
    margin: 10px auto
}

.uplearn .Suggest-courses form {
    margin: 60px auto 0;
    max-width: 600px
}

.uplearn .Suggest-courses form label {
    font-family: Inter;
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 32px;
    letter-spacing: -.03em;
    color: #222
}

.uplearn .Suggest-courses form textarea {
    height: 192px;
    background: #f5f5f5;
    border: 1px solid #b1b1b1;
    border-radius: 4px;
    font-weight: 500;
    font-size: 14px;
    line-height: 32px;
    letter-spacing: -.03em
}

.uplearn .Suggest-courses .sub-btn {
    text-align: center
}

.uplearn .Suggest-courses .sub-btn button {
    padding: 14px 32px;
    gap: 10px;
    width: 119px;
    height: 48px;
    background: #41246e;
    border-radius: 9999px;
    color: #fff;
    margin-top: 30px
}

.uplearn .client-testimonial .section-header .anim-stack {
    margin-bottom: calc(40px + 24 * ((100vw - 360px) / 1560))
}

.uplearn .client-testimonial .section-header p {
    font-size: calc(32px + 16 * ((100vw - 360px) / 1560));
    font-weight: 500;
    line-height: 56px;
    letter-spacing: -.05em;
    text-align: center;
    color: #41246e
}

.uplearn .client-testimonial .section-content {
    margin-top: calc(40px + 24 * ((100vw - 360px) / 1560))
}

.uplearn .uplearn-contact-form .Suggest-courses {
    max-width: 982px;
    margin: 0 auto
}

.uplearn .uplearn-contact-form .Suggest-courses .container {
    width: 100%
}

.uplearn .uplearn-contact-form .Suggest-courses h4 {
    font-size: calc(32px + 16 * ((100vw - 360px) / 1560))
}

.uplearn .uplearn-contact-form .Suggest-courses p {
    margin-bottom: calc(40px + 24 * ((100vw - 360px) / 1560))
}

.uplearn .module-title {
    font-size: 20px;
    font-weight: 600
}

.uplearn .modules-content .modules-views {
    margin-top: 8px !important;
    color: #111;
    opacity: .5;
    font-weight: 600;
    line-height: 24px
}

.new-course-sec .section-header {
    max-width: 100%;
    padding-inline: 8px;
    margin-bottom: 32px
}

.new-course-sec .section-header .heading {
    font-size: 32px;
    font-weight: 700;
    line-height: 48px;
    letter-spacing: -.03em;
    margin-bottom: 8px
}

.new-course-sec .section-header p {
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    letter-spacing: -.03em;
    color: hsla(0, 0%, 7%, .5);
    margin-bottom: 0
}

.new-course-sec .main-heading a {
    line-height: 32px;
    color: #fff;
    font-weight: 600;
    font-size: 24px
}

.new-course-sec .technical-text-content .main-heading {
    font-size: 24px;
    font-weight: 600;
    line-height: 32px;
    letter-spacing: -.05em;
    color: #111
}

.new-course-sec .new-course-cards .card-row {
    margin-right: -8px;
    margin-left: -8px
}

.new-course-sec .new-course-cards .card-row .card-col {
    padding: 0 8px
}

.new-course-sec .course-text-content {
    width: 50%;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    padding: 32px;
    background: #180536;
    border-top-right-radius: 8px;
    border-bottom-right-radius: 8px
}

.new-course-sec .course-text-content .main-heading {
    font-size: 24px;
    font-weight: 600;
    line-height: 32px;
    letter-spacing: -.05em;
    color: #fff
}

.new-course-sec .course-img {
    -o-object-fit: cover;
    object-fit: cover;
    width: 50%
}

.new-course-sec .course-img img {
    border-top-left-radius: 8px;
    border-bottom-left-radius: 8px;
    height: 302px;
    min-height: 302px;
    width: 100%;
    -o-object-fit: cover;
    object-fit: cover
}

.new-course-sec .course-parent {
    display: -ms-flexbox;
    display: flex;
    min-height: 302px
}

.new-course-sec .free-text p {
    padding-right: 8px
}

.new-course-sec .free-text p:after {
    content: "";
    position: absolute;
    width: 1px;
    height: 18px;
    background: #fff;
    right: 0;
    top: 2px
}

.new-course-sec .free-text p,
.new-course-sec .free-text span {
    font-size: 14px;
    line-height: 24px;
    font-weight: 700;
    color: #fff;
    position: relative;
    letter-spacing: -.02em;
    margin-bottom: 0
}

.new-course-sec .free-text span {
    font-weight: 600;
    padding-left: 8px
}

.new-course-sec .free-para {
    font-size: 14px;
    font-weight: 700;
    line-height: 24px;
    letter-spacing: -.02em;
    color: #6a6a6a;
    margin-bottom: 0;
    position: relative
}

.new-course-sec .para-coming {
    text-transform: capitalize;
    font-weight: 700;
    padding-left: 8px;
    position: relative;
    margin-left: 8px
}

.new-course-sec .para-coming:before {
    content: "";
    position: absolute;
    width: 1px;
    height: 18px;
    background: #6a6a6a;
    top: 0;
    left: 0
}

.new-course-sec .technical-text-content {
    padding: 24px;
    border: 1px solid #6a6a6a54;
    border-bottom-left-radius: 8px;
    border-bottom-right-radius: 8px
}

.new-course-sec .technical-img img {
    border-top-right-radius: 8px;
    border-top-left-radius: 8px
}

.new-course-sec .technical-img img.upstox-book1 {
    width: 100%
}

.new-course-sec .course-parent,
.new-course-sec .technical-column {
    margin-bottom: 16px
}

@media only screen and (max-width:767px) {

    .new-course-sec .course-parent,
    .new-course-sec .technical-column {
        margin-bottom: 8px
    }

    .new-course-sec .course-parent {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap
    }

    .new-course-sec .course-parent .course-img {
        width: 100%
    }

    .new-course-sec .course-parent .course-img img {
        border-top-left-radius: 8px;
        border-top-right-radius: 8px;
        border-bottom-left-radius: 0
    }

    .new-course-sec .course-parent .course-text-content {
        width: 100%;
        padding: 24px !important;
        border-top-right-radius: 0;
        border-bottom-left-radius: 8px;
        border-bottom-right-radius: 8px
    }
}

.uplearn-option-child .uplearn-option-child__wrap {
    background: #f5f5f5
}

.uplearn-option-child a.read-btn {
    background: #b1b1b1;
    color: #fff;
    border-radius: 46px;
    padding: 12px 25px;
    font-size: 14px;
    font-weight: 700;
    line-height: 16px;
    letter-spacing: 0
}

.uplearn-option-child a.read-btn span {
    margin-left: 8px
}

.uplearn-option-child .active-progress p {
    color: #000;
    font-size: 16px;
    line-height: 24px
}

.uplearn-option-child .active-progress a.read-btn {
    background: #41246e
}

.uplearn-option-child .active-progress a.read-btn:hover {
    background: #7a26ce
}

.uplearn-option-child p {
    font-size: 14px;
    font-weight: 500;
    line-height: 24px;
    letter-spacing: -.05em;
    color: #000
}

.uplearn-option-child ul {
    padding-inline: 8px
}

.uplearn-option-child li {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-align: center;
    align-items: center;
    padding: 16px;
    border-bottom: 1px solid #e5e5e5
}

@media screen and (max-width:767px) {
    .uplearn-option-child li {
        display: block
    }
}

.uplearn-option-child .acoordian-read-btn {
    width: 20%;
    text-align: right
}

@media screen and (max-width:991px) {
    .uplearn-option-child .acoordian-read-btn {
        width: 30%
    }
}

@media screen and (max-width:767px) {
    .uplearn-option-child .acoordian-read-btn {
        width: 100%;
        text-align: left
    }
}

.uplearn-option-child .acoordian-text {
    width: 80%
}

@media screen and (max-width:767px) {
    .uplearn-option-child .acoordian-text {
        width: 100%
    }
}

.uplearn-option-child h4 {
    font-size: 18px;
    font-weight: 700;
    line-height: 24px;
    letter-spacing: -.03em;
    color: #000;
    margin-top: 0;
    margin-bottom: 8px
}

.uplearn-option-child .banner-new-uplearn {
    background-image: url(../img/uplearn/banner-category.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: 100% 0;
    min-height: 256px;
    border-radius: 8px;
    padding: 32px;
    position: relative;
    z-index: 1;
    margin-bottom: 32px
}

@media screen and (max-width:991px) {
    .uplearn-option-child .banner-new-uplearn {
        margin-top: 70px
    }

    .uplearn-option-child .banner-new-uplearn:before {
        content: "";
        position: absolute;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
        z-index: -1;
        width: 100%;
        height: 100%;
        background: rgba(0, 0, 0, .5);
        border-radius: inherit
    }
}

.uplearn-option-child h1 {
    font-size: 32px;
    font-weight: 600;
    line-height: 40px;
    letter-spacing: -.05em;
    color: #fff;
    margin: 0;
    margin-bottom: 8px
}

@media screen and (max-width:767px) {
    .uplearn-option-child h1 {
        font-size: 26px
    }
}

.uplearn-option-child .banner-new-uplearn p {
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    letter-spacing: -.03em;
    color: hsla(0, 0%, 100%, .5)
}

@media screen and (max-width:991px) {
    .uplearn-option-child .banner-new-uplearn p {
        color: #fff
    }
}

.uplearn-option-child .breadcrumb-sec {
    margin-top: 70px;
    margin-bottom: 0;
    background: #f5f5f5
}

#toc blockquote {
    padding: 20px 24px !important;
    border-radius: 4px;
    border-left: 0 !important;
    margin: 38px 0 15px !important
}

#toc p:first-child {
    position: relative;
    padding-left: 40px
}

#toc p:first-child:before {
    background-image: url(../img/uplearn/chapter.svg);
    content: "";
    position: absolute;
    width: 32px;
    height: 32px;
    left: 0;
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: contain;
    top: -3px
}

@media screen and (max-width:767px) {
    #toc p:first-child:before {
        width: 20px;
        height: 25px;
        padding-left: 30px
    }
}

@media screen and (max-width:767px) {
    #toc p {
        font-size: 14px;
        line-height: 22px
    }
}

#toc img.alignnone.size-full.wp-image-20190 {
    margin-bottom: 32px
}

#toc tr:first-child td:first-child {
    border-radius: 7px 0 0 0 !important;
    text-align: left
}

#toc tr:first-child td:last-child {
    border-radius: 0 7px 0 0
}

#toc tr+tr td {
    background: #f5f5f5;
    text-align: center
}

#toc tr+tr td:first-child {
    background: #fff;
    padding: 12.5px 16px;
    text-align: left
}

#toc tr+tr td:first-child span {
    font-weight: 700 !important
}

#toc ol,
#toc ul {
    margin-left: 0
}

#toc li {
    list-style: none;
    position: relative;
    padding-left: 28px
}

#toc li:before {
    background-image: url(../img/uplearn/curve.svg);
    content: "";
    width: 12px;
    height: 12px;
    position: absolute;
    left: 0;
    background-repeat: no-repeat;
    background-size: cover;
    top: 8px
}

#toc h2 {
    margin-bottom: 32px
}

#toc .table-responsive {
    margin-bottom: 8px
}

#toc li {
    margin: 32px 0
}

.new-uplearn li {
    border: none;
    padding: 15px 21px;
    border-bottom: 1px solid #e5e5e5
}

.new-uplearn ol.helpcentre-breadcrumbs .hkb-breadcrumbs__icon {
    margin-left: 0;
    margin-right: 0
}

.new-uplearn .breadcrumb__inner {
    padding-bottom: 0 !important
}

.new-uplearn .uplearn-option-child__wrap {
    padding-top: 32px !important
}

.uplearn .single-page-main-heading {
    background: linear-gradient(333.66deg, #210c42 17.53%, #1b7c7c 88.18%)
}

.uplearn .new-course-sec .course-parent:hover,
.uplearn .new-course-sec .technical-img img.upstox-book1:hover {
    box-shadow: 0 0 4px rgba(0, 0, 0, .25)
}

#toc ol ul li:before {
    width: 7px;
    height: 7px
}

#toc ol ul li:before,
#toc ul ul li:before {
    content: "";
    position: absolute;
    background-color: #45255d;
    border-radius: 50%;
    background-image: none !important
}

#toc ul ul li:before {
    width: 10px;
    height: 10px
}

#toc blockquote ul {
    margin-bottom: 0
}

#toc blockquote ul li:last-child {
    margin-bottom: 0 !important
}

#toc blockquote>ul:first-child>li:first-child {
    margin-top: 0
}

.quiz-sec-img img {
    width: 100%
}

.uplearn .helpcentre-breadcrumbs ol.helpcentre-breadcrumbs li:last-child span {
    color: #111
}

.trade-chart-pageWrapper h1 {
    font-size: 64px;
    line-height: 80px;
    font-weight: 600;
    letter-spacing: -.05em !important
}

.trade-chart-pageWrapper h2 {
    font-size: 40px;
    line-height: 56px;
    font-weight: 600;
    letter-spacing: -.05em;
    color: #000
}

.trade-chart-pageWrapper h3 {
    font-size: 24px;
    font-weight: 600
}

.trade-chart-pageWrapper h3,
.trade-chart-pageWrapper h4 {
    line-height: 40px;
    letter-spacing: -.05em !important;
    color: #000
}

.trade-chart-pageWrapper h4 {
    font-size: 20px
}

.trade-chart-pageWrapper p {
    font-size: 16px;
    line-height: 32px;
    letter-spacing: -.02em
}

.trade-chart-pageWrapper .bg-lightGray {
    background: #f5f5f5
}

.trade-chart-pageWrapper .text-blue {
    color: #41246e !important
}

.trade-chart-pageWrapper .btn-design {
    display: inline-block;
    border-radius: 9999px !important
}

.trade-chart-pageWrapper .d-none {
    display: none
}

.trade-chart-pageWrapper .btn-block p {
    font-size: 14px;
    font-weight: 500;
    padding-inline: 8px;
    margin-top: 10px
}

.trade-chart-pageWrapper .content-holder .text-fold .btn-block p {
    padding-inline: 0
}

@media screen and (max-width:767px) {
    .trade-chart-pageWrapper .content-holder .text-fold .btn-block p {
        text-align: center
    }
}

.trade-chart-pageWrapper .tv-frame-holder {
    position: relative
}

.trade-chart-pageWrapper .tv-frame-holder img {
    width: 100%
}

.trade-chart-pageWrapper .tv-frame-holder .cover-img,
.trade-chart-pageWrapper .tv-frame-holder .cover-video {
    position: absolute;
    background: #e5e5e5
}

.trade-chart-pageWrapper .tv-frame-holder .cover-img img,
.trade-chart-pageWrapper .tv-frame-holder .cover-img video,
.trade-chart-pageWrapper .tv-frame-holder .cover-video img,
.trade-chart-pageWrapper .tv-frame-holder .cover-video video {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0
}

@media only screen and (max-width:991px) {
    .trade-chart-pageWrapper h1 {
        font-size: 46px;
        line-height: 52px
    }
}

@media only screen and (max-width:767px) {

    .trade-chart-pageWrapper h1,
    .trade-chart-pageWrapper h2 {
        font-size: 32px;
        line-height: 40px
    }

    .trade-chart-pageWrapper h3 {
        font-size: 20px;
        line-height: 24px
    }

    .trade-chart-pageWrapper h4 {
        font-size: 18px;
        line-height: 24px
    }

    .trade-chart-pageWrapper p {
        font-size: 14px;
        line-height: 20px
    }
}

.trade-chart-pageWrapper .upstox-trandingView {
    padding: 54px 41.25px 0 96px;
    border-top: 1px solid #d0d0d0;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.trade-chart-pageWrapper .upstox-trandingView .top-content {
    -ms-flex: 1;
    flex: 1;
    margin-right: 26px;
    padding-bottom: 108px
}

.trade-chart-pageWrapper .upstox-trandingView .top-content h1 {
    max-width: 567px
}

.trade-chart-pageWrapper .upstox-trandingView .top-content .logos-group {
    margin-bottom: 16px
}

.trade-chart-pageWrapper .upstox-trandingView .top-content .logos-group img {
    max-width: 100%
}

.trade-chart-pageWrapper .upstox-trandingView .top-content .tranding-lists ul {
    max-width: 613px;
    margin: 16px 0 32px;
    display: -ms-flexbox;
    display: flex
}

.trade-chart-pageWrapper .upstox-trandingView .top-content .tranding-lists ul li {
    position: relative
}

.trade-chart-pageWrapper .upstox-trandingView .top-content .tranding-lists ul li:after {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    height: 100%;
    width: 1px;
    background: #e5e5e5
}

.trade-chart-pageWrapper .upstox-trandingView .top-content .tranding-lists ul li:last-child:after {
    display: none
}

.trade-chart-pageWrapper .upstox-trandingView .top-content .tranding-lists ul li a {
    display: inline-block;
    font-size: 14px;
    line-height: 22px;
    font-weight: 500;
    color: #111;
    letter-spacing: -.05em;
    padding: 0 16px;
    text-align: center
}

.trade-chart-pageWrapper .upstox-trandingView .top-content .tranding-lists ul li a:hover {
    color: #41246e
}

.trade-chart-pageWrapper .upstox-trandingView .top-content .tranding-lists ul li:first-child a {
    padding-left: 8px
}

.trade-chart-pageWrapper .upstox-trandingView .tv-frame-wrap {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column
}

.trade-chart-pageWrapper .upstox-trandingView .tv-frame-wrap .tv-frame-holder {
    max-width: 590px;
    margin: 0 auto;
    margin-top: auto
}

.trade-chart-pageWrapper .upstox-trandingView .tv-frame-wrap .tv-frame-holder .cover-img {
    width: 93.8%;
    height: 68.3%;
    top: 3.7%;
    left: 3.1%
}

.trade-chart-pageWrapper .feature-advanced-analysis {
    background: #f5f5f5;
    padding: 58px 96px 0 0
}

.trade-chart-pageWrapper .feature-advanced-analysis .faa-heading.heading-mobile {
    display: none
}

.trade-chart-pageWrapper .feature-advanced-analysis .faa-wrapper {
    display: -ms-flexbox;
    display: flex
}

.trade-chart-pageWrapper .feature-advanced-analysis .faa-wrapper .tv-frame-holder.desktop-holder {
    max-width: 571px
}

.trade-chart-pageWrapper .feature-advanced-analysis .faa-wrapper .tv-frame-holder.desktop-holder .cover-img {
    background: #fff;
    width: 95.2%;
    height: 74.9%;
    top: 3.9%;
    left: 0
}

.trade-chart-pageWrapper .feature-advanced-analysis .faa-wrapper .tv-frame-holder.desktop-holder .cover-img img {
    height: auto;
    max-width: 342px;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%)
}

.trade-chart-pageWrapper .feature-advanced-analysis .faa-wrapper .mobile-holder-wrap {
    display: none
}

.trade-chart-pageWrapper .feature-advanced-analysis .faa-wrapper .content-holder {
    -ms-flex: 1;
    flex: 1;
    max-width: 640px;
    margin-left: 60px;
    margin-top: 38px
}

.trade-chart-pageWrapper .feature-advanced-analysis .faa-wrapper .content-holder .faa-heading {
    margin-bottom: 32px
}

.trade-chart-pageWrapper .feature-advanced-analysis .faa-wrapper .content-holder table {
    margin: 0
}

.trade-chart-pageWrapper .feature-advanced-analysis .faa-wrapper .content-holder table tr {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    height: 100%;
    min-height: 80px;
    padding: 0 16px;
    border-top: 1px solid #e5e5e5
}

.trade-chart-pageWrapper .feature-advanced-analysis .faa-wrapper .content-holder table tr:last-child {
    border-bottom: 1px solid #e5e5e5
}

.trade-chart-pageWrapper .feature-advanced-analysis .faa-wrapper .content-holder table tr td,
.trade-chart-pageWrapper .feature-advanced-analysis .faa-wrapper .content-holder table tr th {
    width: 50%;
    letter-spacing: -.05em;
    color: #000;
    border: none
}

.trade-chart-pageWrapper .feature-advanced-analysis .faa-wrapper .content-holder table tr th {
    font-size: 16px;
    line-height: 32px;
    font-weight: 600
}

.trade-chart-pageWrapper .feature-advanced-analysis .faa-wrapper .content-holder table tr td {
    font-size: 16px;
    line-height: 32px;
    font-weight: 500
}

.trade-chart-pageWrapper .trade-leftRight {
    padding-top: 64px
}

.trade-chart-pageWrapper .trade-leftRight.tradeCharting-tool {
    background: #f5f5f5
}

.trade-chart-pageWrapper .trade-leftRight .inner-row {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center
}

.trade-chart-pageWrapper .trade-leftRight .inner-row .tv-frame-holder {
    max-width: 902px
}

.trade-chart-pageWrapper .trade-leftRight .inner-row .tv-frame-holder .cover-img,
.trade-chart-pageWrapper .trade-leftRight .inner-row .tv-frame-holder .cover-video {
    width: 96.3%;
    height: 94.3%;
    top: 5.7%;
    left: 0
}

.trade-chart-pageWrapper .trade-leftRight .inner-row .content-holder {
    -ms-flex: 1;
    flex: 1;
    padding: 0 96px 0 64px
}

.trade-chart-pageWrapper .trade-leftRight .inner-row .content-holder .text-fold {
    max-width: 304px
}

.trade-chart-pageWrapper .trade-leftRight .inner-row .content-holder .text-fold h3 {
    margin-bottom: 8px
}

.trade-chart-pageWrapper .trade-leftRight .inner-row.row-reverse {
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse
}

.trade-chart-pageWrapper .trade-leftRight .inner-row.row-reverse .tv-frame-holder .cover-img,
.trade-chart-pageWrapper .trade-leftRight .inner-row.row-reverse .tv-frame-holder .cover-video {
    left: 3.7%
}

.trade-chart-pageWrapper .trade-leftRight .inner-row.row-reverse .content-holder {
    padding: 0 64px 0 96px
}

.trade-chart-pageWrapper .trade-leftRight .inner-row.row-reverse .content-holder .text-fold {
    max-width: 304px
}

.trade-chart-pageWrapper .allinone-dashboard {
    background: #f5f5f5
}

.trade-chart-pageWrapper .allinone-dashboard .inner-wrapper {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center
}

.trade-chart-pageWrapper .allinone-dashboard .inner-wrapper .content-holder {
    -ms-flex: 1;
    flex: 1;
    padding: 0 64px 0 96px
}

.trade-chart-pageWrapper .allinone-dashboard .inner-wrapper .content-holder .text-fold {
    max-width: 304px
}

.trade-chart-pageWrapper .allinone-dashboard .inner-wrapper .content-holder .text-fold h3 {
    margin-bottom: 8px
}

.trade-chart-pageWrapper .allinone-dashboard .inner-wrapper .tv-frame-holder {
    max-width: 902px
}

.trade-chart-pageWrapper .allinone-dashboard .inner-wrapper .tv-frame-holder .cover-img {
    width: 96%;
    height: 71.7%;
    top: 0;
    left: 3.7%
}

.trade-chart-pageWrapper .multichart-setup {
    padding: 62px 96px 0 112px
}

.trade-chart-pageWrapper .multichart-setup .uta-inner {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center
}

.trade-chart-pageWrapper .multichart-setup .uta-inner .tv-frame-holder {
    max-width: 798px
}

.trade-chart-pageWrapper .multichart-setup .uta-inner .tv-frame-holder .cover-img,
.trade-chart-pageWrapper .multichart-setup .uta-inner .tv-frame-holder .cover-video {
    width: 93.8%;
    height: 78.3%;
    top: 4.2%;
    left: 3.1%
}

.trade-chart-pageWrapper .multichart-setup .uta-inner .content-holder {
    -ms-flex: 1;
    flex: 1;
    padding-left: 58px
}

.trade-chart-pageWrapper .multichart-setup .uta-inner .content-holder .text-fold {
    max-width: 304px
}

.trade-chart-pageWrapper .multichart-setup .uta-inner .content-holder .text-fold h3 {
    margin-bottom: 8px
}

.trade-chart-pageWrapper .multichart-setup .uta-inner .content-holder .text-fold .btn-block {
    margin-top: 32px
}

.trade-chart-pageWrapper .option_chain_setup.trade-leftRight .inner-row.row-reverse .content-holder {
    padding-left: 0;
    padding-right: 58px
}

.trade-chart-pageWrapper .need-help {
    padding: 48px 15px
}

.trade-chart-pageWrapper .need-help .card-block {
    max-width: 960px;
    margin: 0 auto;
    padding: 28px 32px;
    background: #fff;
    border-radius: 8px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-align: center;
    align-items: center
}

.trade-chart-pageWrapper .need-help .card-block h4 {
    -ms-flex: 1;
    flex: 1;
    font-weight: 600;
    font-size: 20px;
    line-height: 40px;
    letter-spacing: -.02em;
    color: #444
}

.trade-chart-pageWrapper .need-help .card-block .btn-block {
    width: auto
}

.trade-chart-pageWrapper .need-help .card-block .btn-block .btn-design {
    padding: 11.5px 32px
}

.trade-chart-pageWrapper .tradeChart-lookup {
    padding: 64px 8px
}

.trade-chart-pageWrapper .tradeChart-lookup .lookup-container {
    max-width: 1046px;
    margin: 0 auto
}

.trade-chart-pageWrapper .tradeChart-lookup .lookup-title {
    margin-bottom: 64px
}

.trade-chart-pageWrapper .tradeChart-lookup .lookup-title h2 {
    color: #41246e
}

.trade-chart-pageWrapper .tradeChart-lookup .tradeChart-lookup-inner {
    background: #f5f5f5;
    border-radius: 16px;
    padding: 32px
}

.trade-chart-pageWrapper .tradeChart-lookup .tradeChart-lookup-content {
    height: 100%;
    max-height: 400px;
    padding-right: 32px;
    overflow-y: scroll
}

.trade-chart-pageWrapper .tradeChart-lookup .tradeChart-lookup-content::-webkit-scrollbar {
    width: 8px
}

.trade-chart-pageWrapper .tradeChart-lookup .tradeChart-lookup-content::-webkit-scrollbar-thumb {
    background: #b1b1b1;
    border-radius: 9999px
}

.trade-chart-pageWrapper .tradeChart-lookup .tradeChart-lookup-content h4 {
    font-weight: 600;
    margin-bottom: 8px
}

.trade-chart-pageWrapper .tradeChart-lookup .tradeChart-lookup-content p,
.trade-chart-pageWrapper .tradeChart-lookup .tradeChart-lookup-content ul li {
    font-size: 14px;
    line-height: 24px;
    font-weight: 400;
    margin-bottom: 16px
}

@media only screen and (min-width:1400px) {
    .trade-chart-pageWrapper .feature-advanced-analysis .faa-wrapper {
        -ms-flex-align: center;
        align-items: center
    }

    .trade-chart-pageWrapper .allinone-dashboard .inner-wrapper .content-holder .text-fold,
    .trade-chart-pageWrapper .feature-advanced-analysis .faa-wrapper .content-holder,
    .trade-chart-pageWrapper .multichart-setup .uta-inner .content-holder .text-fold,
    .trade-chart-pageWrapper .trade-leftRight .inner-row .content-holder .text-fold {
        margin: 0 auto
    }

    .trade-chart-pageWrapper .multichart-setup .cover-video {
        overflow: hidden !important
    }

    .trade-chart-pageWrapper .multichart-setup .cover-video video {
        height: 104% !important
    }
}

@media only screen and (max-width:1200px) {
    .trade-chart-pageWrapper .upstox-trandingView {
        padding: 54px 32px 0
    }

    .trade-chart-pageWrapper .upstox-trandingView .tv-frame-wrap .tv-frame-holder {
        max-width: 510px
    }

    .trade-chart-pageWrapper .feature-advanced-analysis {
        padding: 64px 32px 0 0
    }

    .trade-chart-pageWrapper .feature-advanced-analysis .faa-wrapper .content-holder {
        margin-left: 64px
    }

    .trade-chart-pageWrapper .allinone-dashboard .inner-wrapper .tv-frame-holder,
    .trade-chart-pageWrapper .trade-leftRight .inner-row .tv-frame-holder {
        max-width: 680px
    }

    .trade-chart-pageWrapper .multichart-setup .uta-inner .tv-frame-holder {
        max-width: 575px
    }

    .trade-chart-pageWrapper .trade-leftRight.option_chain_setup .inner-row.row-reverse .content-holder {
        padding-left: 0;
        padding-right: 58px
    }
}

@media only screen and (max-width:1080px) {
    .trade-chart-pageWrapper .upstox-trandingView {
        -ms-flex-direction: column;
        flex-direction: column
    }

    .trade-chart-pageWrapper .upstox-trandingView .top-content {
        margin-right: 0;
        padding-bottom: 48px;
        text-align: center
    }

    .trade-chart-pageWrapper .upstox-trandingView .top-content h1 {
        max-width: 100%
    }

    .trade-chart-pageWrapper .upstox-trandingView .top-content .tranding-lists ul {
        max-width: 100%;
        -ms-flex-pack: center;
        justify-content: center
    }

    .trade-chart-pageWrapper .feature-advanced-analysis {
        background: #fff;
        padding: 64px 0 0
    }

    .trade-chart-pageWrapper .feature-advanced-analysis .faa-heading.heading-mobile {
        display: block;
        padding: 0 32px 32px;
        text-align: center
    }

    .trade-chart-pageWrapper .feature-advanced-analysis .faa-wrapper {
        -ms-flex-direction: column;
        flex-direction: column
    }

    .trade-chart-pageWrapper .feature-advanced-analysis .faa-wrapper .tv-frame-holder {
        margin: 0 auto
    }

    .trade-chart-pageWrapper .feature-advanced-analysis .faa-wrapper .tv-frame-holder.desktop-holder {
        display: none
    }

    .trade-chart-pageWrapper .feature-advanced-analysis .faa-wrapper .mobile-holder-wrap {
        display: block;
        margin: 0 auto
    }

    .trade-chart-pageWrapper .feature-advanced-analysis .faa-wrapper .mobile-holder-wrap .tv-frame-holder.mobile-holder {
        margin: 0 16px;
        max-width: 1006px
    }

    .trade-chart-pageWrapper .feature-advanced-analysis .faa-wrapper .mobile-holder-wrap .tv-frame-holder.mobile-holder .cover-img {
        background: #fff;
        width: 93.8%;
        height: 76.5%;
        top: 4.1%;
        left: 3.2%
    }

    .trade-chart-pageWrapper .feature-advanced-analysis .faa-wrapper .mobile-holder-wrap .tv-frame-holder.mobile-holder .cover-img img {
        max-width: 342px;
        height: auto;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%)
    }

    .trade-chart-pageWrapper .feature-advanced-analysis .faa-wrapper .content-holder {
        margin-left: 0;
        margin-top: 0;
        max-width: 100%
    }

    .trade-chart-pageWrapper .feature-advanced-analysis .faa-wrapper .content-holder .faa-heading {
        display: none
    }

    .trade-chart-pageWrapper .feature-advanced-analysis .faa-wrapper .content-holder table {
        max-width: 100%
    }

    .trade-chart-pageWrapper .allinone-dashboard .inner-wrapper .tv-frame-holder,
    .trade-chart-pageWrapper .trade-leftRight .inner-row .tv-frame-holder {
        max-width: 610px
    }

    .trade-chart-pageWrapper .multichart-setup .uta-inner .tv-frame-holder {
        max-width: 475px
    }
}

@media only screen and (max-width:991px) {
    .trade-chart-pageWrapper .trade-leftRight {
        padding-top: 38px
    }

    .trade-chart-pageWrapper .trade-leftRight.tradeChart {
        background: #f5f5f5
    }

    .trade-chart-pageWrapper .trade-leftRight.tradeChart .inner-row .content-holder,
    .trade-chart-pageWrapper .trade-leftRight.tradeCharting-tool {
        background: #fff
    }

    .trade-chart-pageWrapper .trade-leftRight .inner-row,
    .trade-chart-pageWrapper .trade-leftRight .inner-row.row-reverse {
        -ms-flex-direction: column;
        flex-direction: column;
        -ms-flex-align: baseline;
        align-items: baseline
    }

    .trade-chart-pageWrapper .trade-leftRight .inner-row.row-reverse .tv-frame-holder {
        margin-left: auto
    }

    .trade-chart-pageWrapper .trade-leftRight .inner-row.row-reverse .content-holder {
        padding: 24px 16px
    }

    .trade-chart-pageWrapper .trade-leftRight .inner-row .tv-frame-holder {
        width: calc(100% - 30px);
        max-width: 100%
    }

    .trade-chart-pageWrapper .trade-leftRight .inner-row .content-holder {
        width: 100%;
        padding: 24px 16px;
        border-width: 1px 0;
        border-style: solid;
        border-color: #e5e5e5
    }

    .trade-chart-pageWrapper .trade-leftRight .inner-row .content-holder .text-fold {
        max-width: 100%
    }

    .trade-chart-pageWrapper .allinone-dashboard {
        background: #fff
    }

    .trade-chart-pageWrapper .allinone-dashboard .inner-wrapper {
        -ms-flex-direction: column;
        flex-direction: column
    }

    .trade-chart-pageWrapper .allinone-dashboard .inner-wrapper .content-holder {
        width: 100%;
        -ms-flex-order: 2;
        order: 2;
        padding: 24px 16px;
        border-width: 1px 0;
        border-style: solid;
        border-color: #e5e5e5
    }

    .trade-chart-pageWrapper .allinone-dashboard .inner-wrapper .content-holder .text-fold {
        max-width: 100%
    }

    .trade-chart-pageWrapper .allinone-dashboard .inner-wrapper .tv-frame-holder {
        width: calc(100% - 24px);
        max-width: 100%
    }

    .trade-chart-pageWrapper .multichart-setup {
        padding: 38px 0 0
    }

    .trade-chart-pageWrapper .multichart-setup .uta-inner {
        -ms-flex-direction: column;
        flex-direction: column
    }

    .trade-chart-pageWrapper .multichart-setup .uta-inner .tv-frame-holder {
        max-width: 100%;
        margin: 0 24px
    }

    .trade-chart-pageWrapper .multichart-setup .uta-inner .content-holder {
        width: 100%;
        padding: 24px 16px;
        border-width: 1px 0;
        border-style: solid;
        border-color: #e5e5e5
    }

    .trade-chart-pageWrapper .multichart-setup .uta-inner .content-holder .text-fold {
        max-width: 100%
    }

    .trade-chart-pageWrapper .trade-leftRight.option_chain_setup .inner-row.row-reverse .content-holder {
        padding: 24px 16px
    }

    .trade-chart-pageWrapper .trade-leftRight.option_chain_setup .inner-row.row-reverse .text-fold {
        max-width: 100% !important
    }
}

@media only screen and (max-width:767px) {
    .trade-chart-pageWrapper .upstox-trandingView {
        padding: 32px 16px 0
    }

    .trade-chart-pageWrapper .upstox-trandingView .top-content {
        padding-bottom: 32px
    }

    .trade-chart-pageWrapper .upstox-trandingView .top-content .logos-group img {
        max-width: 241px
    }

    .trade-chart-pageWrapper .feature-advanced-analysis .faa-heading.heading-mobile {
        padding: 0 16px 32px
    }

    .trade-chart-pageWrapper .feature-advanced-analysis .faa-wrapper .content-holder table tr th {
        font-size: 14px;
        line-height: 14px
    }

    .trade-chart-pageWrapper .feature-advanced-analysis .faa-wrapper .content-holder table tr td {
        font-size: 12px;
        line-height: 18px
    }

    .trade-chart-pageWrapper .allinone-dashboard .inner-wrapper .content-holder .text-fold h3,
    .trade-chart-pageWrapper .multichart-setup .uta-inner .content-holder .text-fold h3,
    .trade-chart-pageWrapper .trade-leftRight .inner-row .content-holder .text-fold h3 {
        margin-bottom: 16px
    }

    .trade-chart-pageWrapper .need-help {
        padding: 64px 15px
    }

    .trade-chart-pageWrapper .need-help .card-block {
        max-width: 960px;
        margin: 0 auto;
        padding: 0;
        background: transparent;
        border-radius: 0;
        -ms-flex-direction: column;
        flex-direction: column
    }

    .trade-chart-pageWrapper .need-help .card-block h4 {
        max-width: 228px;
        margin: 0 auto 32px;
        font-weight: 500;
        font-size: 24px;
        line-height: 32px;
        color: #111;
        text-align: center
    }

    .trade-chart-pageWrapper .tradeChart-lookup .lookup-title h2 {
        color: #111
    }

    .trade-chart-pageWrapper .tradeChart-lookup .tradeChart-lookup-inner {
        padding: 16px
    }

    .trade-chart-pageWrapper .tradeChart-lookup .tradeChart-lookup-content {
        padding-right: 8px
    }

    .trade-chart-pageWrapper .tradeChart-lookup .tradeChart-lookup-content::-webkit-scrollbar {
        width: 4px
    }

    .trade-chart-pageWrapper .multichart-setup .text-fold .btn-block a {
        display: inline-block !important;
        font-size: 12px !important;
        line-height: 15px !important;
        padding: 12.5px 32px
    }

    .trade-chart-pageWrapper .multichart-setup .text-fold .btn-block p {
        text-align: left !important
    }
}

@media only screen and (max-width:575px) {
    .trade-chart-pageWrapper .upstox-trandingView .top-content .tranding-lists ul {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap
    }

    .trade-chart-pageWrapper .upstox-trandingView .top-content .tranding-lists ul li {
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%
    }

    .trade-chart-pageWrapper .upstox-trandingView .top-content .tranding-lists ul li a {
        display: block;
        font-size: 12px;
        line-height: 15px;
        padding: 12px 16px;
        text-align: left
    }

    .trade-chart-pageWrapper .upstox-trandingView .top-content .tranding-lists ul li:nth-child(3) a {
        padding-left: 8px
    }

    .trade-chart-pageWrapper .upstox-trandingView .top-content .tranding-lists ul li:after {
        left: 0;
        right: auto
    }

    .trade-chart-pageWrapper .upstox-trandingView .top-content .tranding-lists ul li:last-child:after {
        display: block
    }

    .trade-chart-pageWrapper .upstox-trandingView .top-content .btn-design {
        display: inline-block !important;
        font-size: 12px !important;
        line-height: 15px !important;
        padding: 12.5px 32px
    }

    .trade-chart-pageWrapper .feature-advanced-analysis .faa-wrapper .mobile-holder-wrap .tv-frame-holder.mobile-holder .cover-img img {
        max-width: 146px
    }

    .trade-chart-pageWrapper .need-help .card-block .btn-block .btn-design {
        font-size: 12px !important;
        line-height: 15px !important
    }
}

.tv-frame-min {
    display: none
}

.tv-frame-min-d-none {
    display: block
}

.trade-chart-pageWrapper .allinone-dashboard .inner-wrapper .tv-frame-holder .cover-img {
    width: 93.8%;
    left: 3.1%
}

@media only screen and (min-width:1400px) {
    .trade-chart-pageWrapper .upstox-trandingView {
        padding-top: 120px !important;
        padding-bottom: 20px !important
    }

    .trade-chart-pageWrapper .container-mx {
        max-width: 1366px;
        margin: 0 auto
    }

    .trade-chart-pageWrapper .trade-leftRight .inner-row .tv-frame-holder .cover-img {
        width: 93.8% !important;
        left: 35px !important
    }

    .trade-chart-pageWrapper .trade-leftRight .inner-row .tv-frame-holder .cover-video.cover-video-full {
        width: 93.8% !important;
        left: 28px !important
    }

    .tv-frame-min {
        display: block
    }

    .tv-frame-min-d-none {
        display: none
    }

    .trade-leftRight .cover-video-full {
        overflow: hidden
    }

    .trade-leftRight .cover-video-full video {
        top: -2px !important;
        height: 120% !important
    }
}

.upstox-fd-calculator .popular-bank-calculators {
    max-width: 100%;
    margin: 40px auto
}

.upstox-fd-calculator .popular-bank-calculators .ps-links-inner {
    margin-top: 14px
}

.upstox-fd-calculator .popular-bank-calculators .ps-links-inner .links-fold {
    margin-bottom: 15px
}

.upstox-fd-calculator .popular-bank-calculators .ps-links-inner .links-fold h4 {
    font-size: 13px;
    line-height: 20px;
    font-weight: 600;
    color: #898787;
    text-transform: uppercase;
    margin: 0;
    margin-bottom: 5px
}

.upstox-fd-calculator .popular-bank-calculators .ps-links-inner .links-fold .links-item a {
    position: relative;
    font-size: 13px;
    font-weight: 500;
    display: inline-block;
    text-decoration: none;
    color: #333;
    padding-right: 8px;
    margin: 0 0 5px;
    transition: all .2s ease-in-out
}

.upstox-fd-calculator .popular-bank-calculators .ps-links-inner .links-fold .links-item a:after {
    content: "";
    position: absolute;
    top: 0;
    right: 1px;
    width: 1px;
    height: 100%;
    background: #9d9d9d
}

.upstox-fd-calculator .links-item {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.upstox-fd-calculator .popular-stocks-links .links-fold .links-item a:after {
    left: 1px !important;
    display: block !important
}

.upstox-fd-calculator .links-item a {
    width: calc(100% / 5 - 8px);
    text-align: left;
    padding: 0 16px;
    font-weight: 500;
    font-size: 14px !important;
    line-height: 24px;
    margin-bottom: 24px !important
}

@media (max-width:991px) {
    .upstox-fd-calculator .links-item a {
        padding: 0 10px;
        width: calc(100% / 4 - 8px)
    }
}

@media (max-width:767px) {
    .upstox-fd-calculator .links-item a {
        width: calc(100% / 3 - 8px);
        font-weight: 500;
        font-size: 12px;
        line-height: 16px;
        padding: 0 8px
    }
}

@media (max-width:575px) {
    .upstox-fd-calculator .links-item a {
        width: calc(100% / 2 - 8px)
    }
}

.upstox-webinars {
    --primary-color: #41246e;
    --secondary-color: #7a26ce
}

.upstox-webinars * {
    box-sizing: border-box
}

.upstox-webinars .container-fluid {
    padding-inline: 15px !important
}

@media screen and (min-width:992px) {
    .upstox-webinars .container-fluid {
        padding-inline: 30px !important
    }
}

.upstox-webinars .container {
    padding-inline: 24px
}

.upstox-webinars .sec-container {
    max-width: 982px;
    width: 100%;
    margin-inline: auto
}

.upstox-webinars .sec-row {
    --col: 1;
    --column-gap: 30px;
    --row-gap: 30px;
    column-gap: var(--column-gap);
    row-gap: var(--row-gap);
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-left: 0;
    margin-right: 0
}

.upstox-webinars .sec-row>.sec-col {
    -ms-flex: 0 0 calc(((100% / var(--col)) + (var(--column-gap) / var(--col))) - var(--column-gap));
    flex: 0 0 calc(((100% / var(--col)) + (var(--column-gap) / var(--col))) - var(--column-gap));
    max-width: calc(((100% / var(--col)) + (var(--column-gap) / var(--col))) - var(--column-gap));
    padding-left: 0;
    padding-right: 0
}

.upstox-webinars .sec-row>.sec-col>.sec-content {
    display: -ms-flexbox;
    display: flex;
    height: 100%
}

.upstox-webinars .sec-row>.sec-col>.sec-content>.content {
    width: 100%
}

.upstox-webinars .sec-row-2 {
    --col: 1;
    --gap: 15px;
    --margin-bottom: 30px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-left: calc(-1 * var(--gap));
    margin-right: calc(-1 * var(--gap));
    margin-bottom: calc(-1 * var(--margin-bottom))
}

.upstox-webinars .sec-row-2>.sec-col {
    -ms-flex: 0 0 calc(100% / var(--col));
    flex: 0 0 calc(100% / var(--col));
    max-width: calc(100% / var(--col));
    padding-left: var(--gap);
    padding-right: var(--gap);
    margin-bottom: var(--margin-bottom)
}

.upstox-webinars .sec-row-2>.sec-col>.sec-content {
    display: -ms-flexbox;
    display: flex;
    height: 100%
}

.upstox-webinars .sec-row-2>.sec-col>.sec-content>.content {
    width: 100%
}

.upstox-webinars .h2,
.upstox-webinars h2 {
    font-size: calc(32px + 16 * (100vw - 360px) / 1560);
    font-weight: 500;
    line-height: 1.34;
    letter-spacing: -.05em;
    color: #000
}

@media screen and (max-width:575px) {

    .upstox-webinars .h2,
    .upstox-webinars h2 {
        line-height: 1.25
    }
}

.upstox-webinars .owl-carousel-equal-height .owl-item,
.upstox-webinars .owl-carousel-equal-height .owl-stage {
    display: -ms-flexbox;
    display: flex
}

.upstox-webinars .owl-carousel-equal-height .owl-item>div {
    width: 100%
}

.upstox-webinars .list-unstyled {
    list-style: none !important;
    margin: 0 !important;
    padding: 0 !important
}

.upstox-webinars .border-radius-8 {
    border-radius: 8px
}

.upstox-webinars .text-primary {
    color: var(--primary-color)
}

.upstox-webinars .bg-white {
    backgrond-color: #fff
}

.upstox-webinars .border-bottom {
    border-bottom: 1px solid var(--primary-color)
}

.upstox-webinars .pl-0 {
    padding-left: 0 !important
}

.upstox-webinars .pr-0 {
    padding-right: 0 !important
}

.upstox-webinars .py-16 {
    padding-top: 16px;
    padding-bottom: 16px
}

.upstox-webinars .section-p-40 {
    padding-top: 40px;
    padding-bottom: 40px
}

.upstox-webinars .section-p-64 {
    padding-top: calc(40px + 24 * ((100vw - 360px) / 1560));
    padding-bottom: calc(40px + 24 * ((100vw - 360px) / 1560))
}

.upstox-webinars .section-p-96 {
    padding-bottom: calc(32px + 64 * ((100vw - 360px) / 1560))
}

.upstox-webinars .section-p-96,
.upstox-webinars .section-pt-96 {
    padding-top: calc(32px + 64 * ((100vw - 360px) / 1560))
}

.upstox-webinars .section-pb-96 {
    padding-bottom: calc(32px + 64 * ((100vw - 360px) / 1560))
}

.upstox-webinars .m-0 {
    margin: 0
}

.upstox-webinars .mt-0 {
    margin-top: 0
}

.upstox-webinars .mt-8 {
    margin-top: 8px
}

.upstox-webinars .mb-8 {
    margin-bottom: 8px
}

.upstox-webinars .mt-14 {
    margin-top: 14px !important
}

.upstox-webinars .mt-16 {
    margin-top: 16px !important
}

.upstox-webinars .mb-16 {
    margin-bottom: 16px !important
}

.upstox-webinars .mt-32 {
    margin-top: calc(24px + 8 * ((100vw - 360px) / 1560)) !important
}

.upstox-webinars .mb-32 {
    margin-bottom: calc(24px + 8 * ((100vw - 360px) / 1560)) !important
}

.upstox-webinars .mt-48 {
    margin-top: calc(20px + 28 * ((100vw - 360px) / 1560))
}

.upstox-webinars .mt-64 {
    margin-top: calc(32px + 32 * ((100vw - 360px) / 1560)) !important
}

.upstox-webinars .mb-64 {
    margin-bottom: calc(32px + 32 * ((100vw - 360px) / 1560)) !important
}

.upstox-webinars .mt-70 {
    margin-top: 70px
}

.upstox-webinars .bullet-icon {
    position: relative;
    padding-left: 19px
}

.upstox-webinars .bullet-icon:before {
    content: "";
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background-color: hsla(0, 0%, 94%, .5)
}

.upstox-webinars .tooltip-popup {
    background: #fff;
    position: absolute;
    top: calc(100% + 5px);
    padding: 16px;
    width: 272px;
    height: auto;
    border: 1px solid #b1b1b1;
    border-radius: 8px 8px 8px 8px;
    z-index: 999;
    font-weight: 500;
    font-size: 13px;
    line-height: 24px
}

.upstox-webinars .btn {
    font-size: 14px;
    font-weight: 600;
    line-height: 17px;
    letter-spacing: 0;
    color: #111;
    padding: 15px 18px;
    border-radius: 50px;
    text-align: center;
    text-transform: uppercase
}

.upstox-webinars .btn-design {
    background-color: var(--primary-color);
    color: #fff
}

.upstox-webinars .btn-design:hover {
    background: var(--secondary-color);
    color: #fff
}

.upstox-webinars .btn-design-outline {
    border: 1px solid #b1b1b1;
    background-color: #fff
}

.upstox-webinars .btn-design-outline:hover {
    background: var(--secondary-color);
    border-color: var(--secondary-color);
    color: #fff
}

.upstox-webinars .text-uppercase {
    text-transform: uppercase
}

.upstox-webinars .d-flex {
    display: -ms-flexbox !important;
    display: flex !important
}

.upstox-webinars .d-flex-wrap {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.upstox-webinars .align-items-center {
    -ms-flex-align: center;
    align-items: center
}

.upstox-webinars .justify-content-center {
    -ms-flex-pack: center;
    justify-content: center
}

.upstox-webinars .d-none {
    display: none
}

@media screen and (max-width:991px) {
    .upstox-webinars .d-md-none {
        display: none
    }

    .upstox-webinars .d-md-show {
        display: block !important
    }
}

.upstox-webinars .upskill-trading-sec {
    padding-top: 48px;
    padding-bottom: 48px
}

@media screen and (max-width:767px) {
    .upstox-webinars .upskill-trading-sec {
        padding-top: 0;
        padding-bottom: 80px
    }

    .upstox-webinars .upskill-trading-sec>.container {
        padding-left: 0 !important;
        padding-right: 0 !important
    }
}

.upstox-webinars .upskill-trading-sec .upskill-trading-wrap>.sec-row {
    --col: 2;
    --column-gap: 64px;
    --row-gap: 0
}

@media screen and (max-width:991px) {
    .upstox-webinars .upskill-trading-sec .upskill-trading-wrap>.sec-row {
        --col: 1
    }
}

@media screen and (max-width:991px) {
    .upstox-webinars .upskill-trading-sec .upskill-trading-wrap>.sec-row>.sec-col:first-child {
        -ms-flex-order: 1;
        order: 1;
        width: 100%
    }
}

.upstox-webinars .upskill-trading-sec .upskill-trading-wrap>.sec-row>.sec-col:first-child .content {
    max-width: 555px;
    padding-top: 32px
}

@media screen and (max-width:991px) {
    .upstox-webinars .upskill-trading-sec .upskill-trading-wrap>.sec-row>.sec-col:first-child .content {
        max-width: unset;
        padding-inline: 24px
    }
}

.upstox-webinars .upskill-trading-sec .upskill-trading-wrap>.sec-row>.sec-col:first-child .heading {
    font-size: calc(40px + 24 * (100vw - 360px) / 1560);
    font-weight: 500;
    line-height: 1.25;
    letter-spacing: -.05em;
    color: var(--primary-color)
}

@media screen and (max-width:575px) {
    .upstox-webinars .upskill-trading-sec .upskill-trading-wrap>.sec-row>.sec-col:first-child .heading {
        margin-bottom: 8px !important
    }
}

.upstox-webinars .upskill-trading-sec .upskill-trading-wrap>.sec-row>.sec-col:first-child p {
    font-size: 20px;
    font-weight: 400;
    line-height: 1.6;
    letter-spacing: -.02em;
    color: #000
}

@media screen and (max-width:575px) {
    .upstox-webinars .upskill-trading-sec .upskill-trading-wrap>.sec-row>.sec-col:first-child p {
        font-size: 16px
    }
}

@media screen and (min-width:576px) {
    .upstox-webinars .upskill-trading-sec .upskill-trading-wrap>.sec-row>.sec-col:first-child .btn-block .btn {
        min-width: 204px
    }
}

@media screen and (max-width:575px) {
    .upstox-webinars .upskill-trading-sec .upskill-trading-wrap>.sec-row>.sec-col:first-child .btn-block .btn {
        font-size: 12px;
        line-height: 15px
    }
}

.upstox-webinars .upskill-trading-sec .upskill-trading-wrap>.sec-row>.sec-col:last-child img {
    width: 100%
}

@media screen and (max-width:991px) {
    .upstox-webinars .upskill-trading-sec .upskill-trading-wrap>.sec-row>.sec-col:last-child {
        width: 100%
    }
}

.upstox-webinars .webinars-cover-sec {
    background-color: #f0f0f0
}

@media screen and (max-width:575px) {
    .upstox-webinars .webinars-cover-sec .webinars-cover-wrap .sec-header .sec-header-content {
        max-width: 285px;
        width: 100%;
        margin-inline: auto
    }
}

@media screen and (max-width:575px) {
    .upstox-webinars .webinars-cover-sec .webinars-cover-list {
        padding-top: 48px
    }
}

.upstox-webinars .webinars-cover-sec .webinars-cover-list>.sec-row {
    --col: 4;
    --column-gap: 24px;
    --row-gap: 64px
}

@media screen and (max-width:991px) {
    .upstox-webinars .webinars-cover-sec .webinars-cover-list>.sec-row {
        --col: 3
    }
}

@media screen and (max-width:767px) {
    .upstox-webinars .webinars-cover-sec .webinars-cover-list>.sec-row {
        --col: 2;
        --row-gap: 32px
    }
}

.upstox-webinars .webinars-cover-sec .webinars-cover-list .content {
    text-align: center;
    position: relative
}

@media screen and (max-width:575px) {
    .upstox-webinars .webinars-cover-sec .webinars-cover-list .content {
        text-align: left
    }
}

.upstox-webinars .webinars-cover-sec .webinars-cover-list .content:after {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    margin-inline: auto;
    max-width: 84.5%;
    width: 100%;
    height: 2px;
    background-color: #5a298b
}

@media screen and (max-width:575px) {
    .upstox-webinars .webinars-cover-sec .webinars-cover-list .content:after {
        max-width: 100%;
        height: 1px
    }
}

.upstox-webinars .webinars-cover-sec .webinars-cover-list .content h4 {
    font-size: 20px;
    font-weight: 500;
    line-height: 1.6;
    letter-spacing: 0;
    color: #111;
    padding-top: calc(8px + 24 * (100vw - 360px) / 1560);
    padding-bottom: calc(16px + 16 * (100vw - 360px) / 1560)
}

@media screen and (max-width:575px) {
    .upstox-webinars .webinars-cover-sec .webinars-cover-list .content h4 {
        font-size: 14px;
        line-height: 1.72
    }
}

.upstox-webinars .upcoming-webinars-sec .upcoming-webinars-wrap {
    max-width: 790px;
    width: 100%;
    margin-inline: auto
}

@media screen and (max-width:575px) {
    .upstox-webinars .upcoming-webinars-sec .upcoming-webinars-wrap .upcoming-webinars-list {
        padding-top: 48px
    }
}

.upstox-webinars .upcoming-webinars-sec .upcoming-webinars-wrap .upcoming-webinars-list>.sec-row {
    --column-gap: 0px;
    --row-gap: 0px
}

.upstox-webinars .upcoming-webinars-sec .upcoming-webinars-wrap .upcoming-webinars-list>.sec-row>.sec-col {
    border: 1px solid #b1b1b1;
    background: #fff;
    border-radius: 8px;
    margin-bottom: 24px
}

.upstox-webinars .upcoming-webinars-sec .upcoming-webinars-wrap .upcoming-webinars-list>.sec-row>.sec-col:last-child {
    margin-bottom: 0
}

.upstox-webinars .upcoming-webinars-sec .upcoming-webinars-wrap .upcoming-webinars-list>.sec-row>.sec-col>.sec-content {
    padding: calc(16px + 16 * (100vw - 360px) / 1560)
}

@media screen and (max-width:575px) {
    .upstox-webinars .upcoming-webinars-sec .upcoming-webinars-wrap .upcoming-webinars-list>.sec-row {
        --row-gap: 24px
    }

    .upstox-webinars .upcoming-webinars-sec .upcoming-webinars-wrap .upcoming-webinars-list>.sec-row>.sec-col {
        border: 1px solid #b1b1b1 !important;
        border-radius: 4px !important;
        margin-bottom: 0
    }
}

@media screen and (max-width:767px) {
    .upstox-webinars .upcoming-webinars-sec .upcoming-webinars-wrap .upcoming-webinars-list .webinars-details {
        -ms-flex-direction: column;
        flex-direction: column;
        -ms-flex-align: start;
        align-items: flex-start
    }
}

.upstox-webinars .upcoming-webinars-sec .upcoming-webinars-wrap .upcoming-webinars-list .webinars-details .left-sec {
    margin-right: 32px;
    position: relative;
    -ms-flex-positive: 1;
    flex-grow: 1
}

@media screen and (max-width:767px) {
    .upstox-webinars .upcoming-webinars-sec .upcoming-webinars-wrap .upcoming-webinars-list .webinars-details .left-sec {
        margin-right: 0;
        padding-left: 0;
        position: static;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
        width: 100%
    }
}

.upstox-webinars .upcoming-webinars-sec .upcoming-webinars-wrap .upcoming-webinars-list .webinars-details .left-sec .webinar-by .price-badge {
    background: #b1b1b1;
    padding: calc(4px + 4 * (100vw - 360px) / 1560) calc(16px + 8 * (100vw - 360px) / 1560);
    border-radius: 50px;
    font-size: 14px;
    font-weight: 700;
    line-height: 17px;
    letter-spacing: 0;
    text-align: center;
    color: #fff;
    margin-right: 13px
}

.upstox-webinars .upcoming-webinars-sec .upcoming-webinars-wrap .upcoming-webinars-list .webinars-details .left-sec .webinar-by .price-badge.free-cost {
    background: var(--primary-color)
}

@media screen and (max-width:575px) {
    .upstox-webinars .upcoming-webinars-sec .upcoming-webinars-wrap .upcoming-webinars-list .webinars-details .left-sec .webinar-by .price-badge {
        font-size: 12px
    }
}

.upstox-webinars .upcoming-webinars-sec .upcoming-webinars-wrap .upcoming-webinars-list .webinars-details .left-sec .webinar-by .bullet-icon:before {
    background-color: #444
}

.upstox-webinars .upcoming-webinars-sec .upcoming-webinars-wrap .upcoming-webinars-list .webinars-details .left-sec .webinar-by .organizer {
    font-size: calc(14px + 2 * (100vw - 360px) / 1560);
    font-weight: 700;
    line-height: 2;
    letter-spacing: -.02em;
    color: var(--primary-color)
}

.upstox-webinars .upcoming-webinars-sec .upcoming-webinars-wrap .upcoming-webinars-list .webinars-details .left-sec .webinar-topic .heading {
    font-size: 24px;
    font-weight: 600;
    line-height: 1.34;
    letter-spacing: -.05em;
    color: #111
}

@media screen and (max-width:575px) {
    .upstox-webinars .upcoming-webinars-sec .upcoming-webinars-wrap .upcoming-webinars-list .webinars-details .left-sec .webinar-info-wrap {
        overflow: hidden;
        height: 24px
    }
}

@media screen and (max-width:575px) {
    .upstox-webinars .upcoming-webinars-sec .upcoming-webinars-wrap .upcoming-webinars-list .webinars-details .left-sec .webinar-info {
        display: block;
        width: 75vw;
        overflow-x: auto;
        white-space: nowrap;
        overflow-y: hidden;
        padding-bottom: 10px
    }
}

@media screen and (min-width:576px) {
    .upstox-webinars .upcoming-webinars-sec .upcoming-webinars-wrap .upcoming-webinars-list .webinars-details .left-sec .webinar-info ul {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap
    }
}

.upstox-webinars .upcoming-webinars-sec .upcoming-webinars-wrap .upcoming-webinars-list .webinars-details .left-sec .webinar-info ul li {
    font-size: calc(14px + 2 * (100vw - 360px) / 1560);
    font-weight: 600;
    line-height: calc(24px + 8 * (100vw - 360px) / 1560);
    letter-spacing: -.02em;
    color: #111;
    padding-inline: 24px 16px;
    position: relative
}

.upstox-webinars .upcoming-webinars-sec .upcoming-webinars-wrap .upcoming-webinars-list .webinars-details .left-sec .webinar-info ul li:first-child {
    padding-left: 0
}

.upstox-webinars .upcoming-webinars-sec .upcoming-webinars-wrap .upcoming-webinars-list .webinars-details .left-sec .webinar-info ul li:first-child:before {
    display: none
}

.upstox-webinars .upcoming-webinars-sec .upcoming-webinars-wrap .upcoming-webinars-list .webinars-details .left-sec .webinar-info ul li:before {
    content: "";
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 8px;
    height: 8px;
    background: #444;
    border-radius: 50%
}

.upstox-webinars .upcoming-webinars-sec .upcoming-webinars-wrap .upcoming-webinars-list .webinars-details .right-sec {
    -ms-flex: 0 0 22%;
    flex: 0 0 22%;
    max-width: 22%
}

@media screen and (max-width:767px) {
    .upstox-webinars .upcoming-webinars-sec .upcoming-webinars-wrap .upcoming-webinars-list .webinars-details .right-sec {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
        width: 100%
    }
}

.upstox-webinars .upcoming-webinars-sec .upcoming-webinars-wrap .upcoming-webinars-list .webinars-details .right-sec .btn-block {
    position: relative
}

.upstox-webinars .upcoming-webinars-sec .upcoming-webinars-wrap .upcoming-webinars-list .webinars-details .right-sec .btn-block .tooltip-popup {
    top: calc(100% + 5px)
}

@media screen and (min-width:768px) {
    .upstox-webinars .upcoming-webinars-sec .upcoming-webinars-wrap .upcoming-webinars-list .webinars-details .btn-block .btn+.btn {
        display: none
    }
}

@media screen and (max-width:767px) {
    .upstox-webinars .upcoming-webinars-sec .upcoming-webinars-wrap .upcoming-webinars-list .webinars-details .btn-block {
        margin-top: 32px
    }

    .upstox-webinars .upcoming-webinars-sec .upcoming-webinars-wrap .upcoming-webinars-list .webinars-details .btn-block .btn {
        width: 100%
    }

    .upstox-webinars .upcoming-webinars-sec .upcoming-webinars-wrap .upcoming-webinars-list .webinars-details .btn-block .btn.register {
        background: var(--primary-color);
        border-color: var(--primary-color);
        color: #fff
    }

    .upstox-webinars .upcoming-webinars-sec .upcoming-webinars-wrap .upcoming-webinars-list .webinars-details .btn-block .btn.register:hover {
        background: var(--secondary-color);
        border-color: var(--secondary-color);
        color: #fff
    }

    .upstox-webinars .upcoming-webinars-sec .upcoming-webinars-wrap .upcoming-webinars-list .webinars-details .btn-block .btn+.btn {
        margin-top: 8px
    }
}

.upstox-webinars .upcoming-webinars-sec .upcoming-webinars-wrap .upcoming-webinars-list .learn-from-webinar {
    position: relative
}

.upstox-webinars .upcoming-webinars-sec .upcoming-webinars-wrap .upcoming-webinars-list .learn-from-webinar:before {
    content: "";
    position: absolute;
    top: 0;
    left: calc(-1 * (16px + 16 * (100vw - 360px) / 1560));
    right: 0;
    width: calc(100% + (16px + 16 * (100vw - 360px) / 1560) * 2);
    height: 1px;
    background-color: #b1b1b1
}

.upstox-webinars .meet-experts-sec {
    background-color: #f0f0f0
}

@media screen and (max-width:767px) {
    .upstox-webinars .meet-experts-sec {
        padding-bottom: 0
    }
}

@media screen and (max-width:767px) {
    .upstox-webinars .meet-experts-sec .experts-list {
        padding-top: 24px
    }
}

.upstox-webinars .meet-experts-sec .experts-list>.sec-row {
    --column-gap: 0px;
    --row-gap: 32px
}

@media screen and (max-width:767px) {
    .upstox-webinars .meet-experts-sec .experts-list>.sec-row {
        margin-inline: -24px;
        --row-gap: 0
    }
}

.upstox-webinars .meet-experts-sec .experts-list>.sec-row>.sec-col.even_item .experts-details:before {
    left: auto;
    right: 0
}

@media screen and (min-width:768px) {
    .upstox-webinars .meet-experts-sec .experts-list>.sec-row>.sec-col.even_item .experts-details {
        -ms-flex-direction: row-reverse;
        flex-direction: row-reverse
    }

    .upstox-webinars .meet-experts-sec .experts-list>.sec-row>.sec-col.even_item .experts-details>.left-sec {
        margin-right: 0;
        margin-left: 48px
    }
}

@media screen and (max-width:767px) {
    .upstox-webinars .meet-experts-sec .experts-list>.sec-row>.sec-col .experts-details {
        -ms-flex-direction: column-reverse;
        flex-direction: column-reverse;
        padding: 24px;
        background: #f5f5f5
    }

    .upstox-webinars .meet-experts-sec .experts-list>.sec-row>.sec-col .experts-details>.left-sec {
        margin-right: 0
    }

    .upstox-webinars .meet-experts-sec .experts-list>.sec-row>.sec-col .experts-details>.right-sec figure {
        padding: 0;
        margin-bottom: 16px
    }
}

@media screen and (max-width:575px) {
    .upstox-webinars .meet-experts-sec .experts-list>.sec-row>.sec-col .experts-details .heading {
        font-size: 24px;
        line-height: 1.34
    }

    .upstox-webinars .meet-experts-sec .experts-list>.sec-row>.sec-col .experts-details>.right-sec figure img {
        width: 160px;
        min-width: unset
    }
}

.upstox-webinars .meet-experts-sec .experts-list .experts-details {
    background: #fff;
    padding: 32px 48px;
    position: relative
}

.upstox-webinars .meet-experts-sec .experts-list .experts-details:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    width: 4px;
    height: 100%;
    background: var(--primary-color)
}

@media screen and (max-width:767px) {
    .upstox-webinars .meet-experts-sec .experts-list .experts-details:before {
        top: auto;
        left: 0 !important;
        bottom: 0;
        width: 100%;
        height: 1px
    }
}

.upstox-webinars .meet-experts-sec .experts-list .experts-details>.left-sec {
    margin-right: 48px;
    -ms-flex-positive: 1;
    flex-grow: 1
}

.upstox-webinars .meet-experts-sec .experts-list .experts-details>.right-sec figure {
    padding: 16px
}

.upstox-webinars .meet-experts-sec .experts-list .experts-details>.right-sec figure img {
    width: 240px;
    min-width: 240px;
    border-radius: 4px
}

.upstox-webinars .meet-experts-sec .experts-list .experts-details .heading {
    font-size: 32px;
    font-weight: 600;
    line-height: 1.5;
    letter-spacing: -.05em;
    color: #111;
    margin-bottom: 8px
}

.upstox-webinars .meet-experts-sec .experts-list .experts-details .expert-title {
    font-size: 16px;
    font-weight: 700;
    line-height: 2;
    letter-spacing: 0;
    color: var(--primary-color);
    margin-bottom: 16px
}

@media screen and (max-width:575px) {
    .upstox-webinars .meet-experts-sec .experts-list .experts-details .expert-title {
        font-size: 14px;
        line-height: 1.7
    }
}

@media screen and (max-width:767px) {
    .upstox-webinars .meet-experts-sec .experts-list .experts-details .full-desk {
        display: none
    }
}

.upstox-webinars .meet-experts-sec .experts-list .experts-details p {
    font-size: 16px;
    font-weight: 500;
    line-height: 2;
    letter-spacing: 0;
    color: #111
}

@media screen and (max-width:575px) {
    .upstox-webinars .meet-experts-sec .experts-list .experts-details p {
        font-size: 12px
    }
}

.upstox-webinars .meet-experts-sec .experts-list .experts-details p+p {
    margin-top: 10px
}

@media screen and (min-width:768px) {
    .upstox-webinars .meet-experts-sec .experts-list .experts-details .read-more-wrap {
        display: none
    }
}

.upstox-webinars .meet-experts-sec .experts-list .experts-details .read-more-wrap {
    margin-top: 16px
}

.upstox-webinars .meet-experts-sec .experts-list .experts-details .read-more {
    font-size: 12px;
    font-weight: 600;
    line-height: 24px;
    letter-spacing: 0;
    color: #6a6a6a;
    position: relative;
    display: inline-block
}

.upstox-webinars .meet-experts-sec .experts-list .experts-details .read-more:hover {
    color: var(--primary-color)
}

.upstox-webinars .meet-experts-sec .experts-list .experts-details .read-more:after {
    content: "";
    position: absolute;
    top: 9px;
    right: -15px;
    border: 5px solid transparent;
    border-top-color: #6a6a6a
}

.upstox-webinars .people-say-sec .people-say-wrap .sec-header .sec-header-content {
    max-width: 598px;
    width: 100%;
    margin-inline: auto
}

.upstox-webinars .people-say-sec .people-say-wrap .sec-header .sec-header-content p {
    font-size: 20px;
    font-weight: 500;
    line-height: 32px;
    letter-spacing: 0;
    color: #444
}

@media screen and (max-width:575px) {
    .upstox-webinars .people-say-sec .people-say-wrap .sec-header .sec-header-content {
        text-align: left
    }

    .upstox-webinars .people-say-sec .people-say-wrap .sec-header .sec-header-content .heading {
        margin-bottom: 8px !important
    }

    .upstox-webinars .people-say-sec .people-say-wrap .sec-header .sec-header-content p {
        font-size: 16px;
        font-weight: 400;
        line-height: 24px;
        letter-spacing: -.03em
    }
}

@media screen and (max-width:575px) {
    .upstox-webinars .people-say-sec .people-say-list {
        padding-top: 48px
    }
}

.upstox-webinars .people-say-sec .people-say-list>.sec-row {
    --col: 3;
    --column-gap: 0px;
    --row-gap: 32px
}

.upstox-webinars .people-say-sec .people-say-list>.sec-row>.sec-col {
    border-right: 1px solid #b1b1b1
}

.upstox-webinars .people-say-sec .people-say-list>.sec-row>.sec-col:nth-child(3n) {
    border-right-color: transparent
}

@media screen and (max-width:575px) {
    .upstox-webinars .people-say-sec .people-say-list>.sec-row>.sec-col:nth-child(3) {
        border-bottom: none
    }

    .upstox-webinars .people-say-sec .people-say-list>.sec-row>.sec-col:nth-child(n+4) {
        display: none
    }
}

.upstox-webinars .people-say-sec .people-say-list>.sec-row>.sec-col .sec-content {
    padding-inline: 32px;
    padding-bottom: 32px
}

.upstox-webinars .people-say-sec .people-say-list>.sec-row>.sec-col .sec-content .heading {
    font-size: 24px;
    font-weight: 600;
    line-height: 1.35;
    letter-spacing: -.05em;
    color: #111;
    margin-bottom: 8px
}

.upstox-webinars .people-say-sec .people-say-list>.sec-row>.sec-col .sec-content .reviewed-date {
    font-size: 16px;
    font-weight: 700;
    line-height: 2;
    letter-spacing: -.02em;
    color: #41246e;
    margin-bottom: 16px
}

.upstox-webinars .people-say-sec .people-say-list>.sec-row>.sec-col .sec-content p {
    font-size: 16px;
    font-weight: 400;
    line-height: 2;
    letter-spacing: 0;
    color: #000
}

.upstox-webinars .people-say-sec .people-say-list>.sec-row>.sec-col .sec-content p+p {
    margin-top: 10px
}

@media screen and (max-width:575px) {
    .upstox-webinars .people-say-sec .people-say-list>.sec-row>.sec-col .sec-content .heading {
        font-size: 14px;
        font-weight: 600;
        line-height: 24px;
        margin-bottom: 0
    }

    .upstox-webinars .people-say-sec .people-say-list>.sec-row>.sec-col .sec-content .reviewed-date {
        font-size: 12px;
        line-height: 24px;
        letter-spacing: -.02em
    }

    .upstox-webinars .people-say-sec .people-say-list>.sec-row>.sec-col .sec-content p {
        font-size: 12px;
        font-weight: 400;
        line-height: 2
    }
}

@media screen and (max-width:767px) {
    .upstox-webinars .people-say-sec .people-say-list>.sec-row {
        --col: 2
    }

    .upstox-webinars .people-say-sec .people-say-list>.sec-row>.sec-col:nth-child(2n) {
        border-right-color: transparent !important
    }

    .upstox-webinars .people-say-sec .people-say-list>.sec-row>.sec-col:nth-child(3n) {
        border-right-color: #b1b1b1 !important
    }

    .upstox-webinars .people-say-sec .people-say-list>.sec-row>.sec-col:last-child {
        border-right-color: transparent !important
    }
}

@media screen and (max-width:575px) {
    .upstox-webinars .people-say-sec .people-say-list>.sec-row {
        --col: 1;
        --row-gap: 24px
    }

    .upstox-webinars .people-say-sec .people-say-list>.sec-row>.sec-col {
        border-right: none !important;
        border-bottom: 1px solid #b1b1b1
    }

    .upstox-webinars .people-say-sec .people-say-list>.sec-row>.sec-col .sec-content {
        padding-inline: 0;
        padding-bottom: 24px
    }

    .upstox-webinars .people-say-sec .people-say-list>.sec-row>.sec-col:last-child {
        border-bottom: none
    }

    .upstox-webinars .people-say-sec .people-say-list>.sec-row>.sec-col:last-child .sec-content {
        padding-bottom: 0
    }
}

.upstox-webinars .lookup-sec .lookup-inner {
    background: #f5f5f5;
    border-radius: 16px;
    padding: 32px 32px 0
}

.upstox-webinars .lookup-sec .lookup-inner_textbox {
    overflow-y: scroll;
    max-height: 400px;
    height: 100%;
    padding-right: 5px;
    font-size: 16px;
    font-weight: 400;
    line-height: 28px;
    color: #000
}

.upstox-webinars .lookup-sec .lookup-inner_textbox::-webkit-scrollbar {
    width: 8px
}

.upstox-webinars .lookup-sec .lookup-inner_textbox::-webkit-scrollbar-thumb {
    background: #6a6a6a;
    border-radius: 9999px
}

.upstox-webinars .lookup-sec .lookup-inner_textbox h4 {
    font-weight: 600;
    margin-bottom: 15px !important
}

@media (max-width:575px) {
    .upstox-webinars .lookup-sec .lookup-inner_textbox h4 {
        font-size: 16px;
        line-height: 22px
    }
}

.upstox-webinars .lookup-sec .lookup-inner_textbox p {
    margin-bottom: 30px !important;
    font-size: 16px;
    font-weight: 400;
    line-height: 28px;
    color: #000
}

.upstox-webinars .lookup-sec .lookup-inner_textbox p:last-child {
    margin-bottom: 0 !important
}

.upstox-webinars .lookup-sec .lookup-inner_textbox ol,
.upstox-webinars .lookup-sec .lookup-inner_textbox ul {
    font-size: 16px;
    font-weight: 400;
    line-height: 28px;
    color: #000;
    padding-left: 20px;
    list-style: disc
}

.upstox-webinars .lookup-sec .lookup-inner_textbox ol li,
.upstox-webinars .lookup-sec .lookup-inner_textbox ul li {
    margin-bottom: 10px
}

.upstox-webinars .lookup-sec .lookup-inner_textbox ol {
    list-style: auto
}

.upstox-webinars .lookup-sec .lookup-inner_textbox ol li {
    margin-bottom: 10px
}

.upstox-webinars .lookup-sec .lookup-inner_textbox span {
    margin-bottom: 20px;
    display: block
}

.upstox-webinars .lookup-sec .lookup-inner_textbox .tab-content-wrapper h4 {
    font-size: 20px;
    line-height: 28px;
    color: #41246e;
    margin-bottom: 0 !important;
    margin-top: 15px !important
}

.upstox-webinars .lookup-sec .lookup-inner_textbox .tab-content-wrapper .table-responsive {
    border: 0 !important
}

@media (max-width:767px) {
    .upstox-webinars .lookup-sec .lookup-inner_textbox .tab-content-wrapper .table-responsive {
        overflow-x: scroll
    }
}

.upstox-webinars .lookup-sec .lookup-inner_textbox .tab-content-wrapper .table-responsive table {
    margin-top: 0;
    margin-bottom: 30px;
    border: 0 !important
}

.upstox-webinars .lookup-sec .lookup-inner_textbox .tab-content-wrapper .table-responsive table th {
    font-size: 18px;
    line-height: 28px;
    vertical-align: middle;
    font-weight: 500;
    padding: 15px 8px
}

@media (max-width:767px) {
    .upstox-webinars .lookup-sec .lookup-inner_textbox .tab-content-wrapper .table-responsive table th {
        font-size: 15px;
        white-space: nowrap
    }
}

.upstox-webinars .lookup-sec .lookup-inner_textbox .tab-content-wrapper .table-responsive table td {
    max-width: 153px;
    font-weight: 500;
    padding: 15px 8px;
    color: #000;
    font-size: 14px;
    line-height: 20px;
    vertical-align: initial;
    border-bottom-color: #000 !important
}

.upstox-webinars .lookup-sec .lookup-inner_textbox .tab-content-wrapper .table-responsive table td:first-child {
    font-weight: 700
}

@media (min-width:1440px) {

    .upstox-option-strategies .faq-sec .upstox-webinars .lookup-sec .lookup-sec .heading,
    .upstox-trading-facility .faq-sec .upstox-webinars .lookup-sec .lookup-sec .heading,
    .upstox-webinars .lookup-sec .lookup-sec .sec-heading,
    .upstox-webinars .lookup-sec .lookup-sec .upstox-option-strategies .faq-sec .heading,
    .upstox-webinars .lookup-sec .lookup-sec .upstox-trading-facility .faq-sec .heading {
        margin-bottom: 64px
    }

    .upstox-webinars .lookup-sec .lookup-inner_textbox,
    .upstox-webinars .lookup-sec .lookup-inner_textbox ol,
    .upstox-webinars .lookup-sec .lookup-inner_textbox p,
    .upstox-webinars .lookup-sec .lookup-inner_textbox ul {
        font-size: 18px;
        line-height: 32px
    }
}

@media (max-width:575px) {

    .upstox-option-strategies .faq-sec .upstox-webinars .lookup-sec .lookup-sec .heading,
    .upstox-trading-facility .faq-sec .upstox-webinars .lookup-sec .lookup-sec .heading,
    .upstox-webinars .lookup-sec .lookup-sec .sec-heading,
    .upstox-webinars .lookup-sec .lookup-sec .upstox-option-strategies .faq-sec .heading,
    .upstox-webinars .lookup-sec .lookup-sec .upstox-trading-facility .faq-sec .heading {
        margin-bottom: 24px;
        text-align: left
    }

    .upstox-webinars .lookup-sec .lookup-sec .heading-text {
        text-align: left
    }

    .upstox-webinars .lookup-sec .lookup-inner_textbox,
    .upstox-webinars .lookup-sec .lookup-inner_textbox ol,
    .upstox-webinars .lookup-sec .lookup-inner_textbox p,
    .upstox-webinars .lookup-sec .lookup-inner_textbox ul {
        font-weight: 500;
        font-size: 14px;
        line-height: 20px;
        letter-spacing: -.09px
    }

    .upstox-webinars .lookup-sec .lookup-inner_textbox::-webkit-scrollbar {
        width: 4px
    }

    .upstox-webinars .lookup-sec .lookup-inner {
        padding: 16px 16px 0;
        border-radius: 16px
    }
}

.upstox-masterclass .webinar-info ul {
    -ms-flex-direction: column;
    flex-direction: column
}

.upstox-masterclass .webinar-info ul li {
    padding: 0 !important
}

.upstox-masterclass .webinar-info ul li:before {
    display: none !important
}

.upstox-masterclass .webinar-info .btn-block {
    margin-top: 16px !important
}

@media screen and (max-width:767px) {
    .upstox-masterclass .webinar-info .btn-block {
        margin-top: 24px !important
    }
}

.upstox-masterclass .masterclass--btn {
    margin-top: 8px;
    background: var(--primary-color);
    border-color: var(--primary-color);
    color: #fff;
    text-transform: capitalize
}

.upstox-masterclass .masterclass--btn:hover {
    background: var(--secondary-color);
    border-color: var(--secondary-color);
    color: #fff
}

.upstox-masterclass .masterclass-price-badge {
    background: #fff !important;
    color: #43165c !important;
    border: 1px solid #43165c !important
}

.upstox-masterclass .learn-from-webinar ul {
    list-style: show;
    list-style-type: disc;
    padding-left: 16px
}

@media screen and (max-width:992px) {
    .upstox-masterclass .upskill-trading-wrap .content {
        text-align: center
    }
}

body .ui-tooltip {
    opacity: 1 !important
}

main.upstox-design-base.upstox-nripage .container {
    max-width: 1046px
}

@media screen and (min-width:1480px) {
    main.upstox-design-base.upstox-nripage .container {
        max-width: 1174px
    }
}

.upstox-nripage {
    --primary-color: #41246e;
    --secondary-color: #7a26ce
}

.upstox-nripage * {
    box-sizing: border-box
}

.upstox-nripage .container-fluid {
    padding-inline: 15px !important
}

@media screen and (min-width:992px) {
    .upstox-nripage .container-fluid {
        padding-inline: 30px !important
    }
}

.upstox-nripage .container {
    padding-inline: 16px
}

.upstox-nripage .sec-container {
    max-width: 1046px;
    width: 100%;
    margin-inline: auto
}

.upstox-nripage .section-header p {
    font-size: calc(16px + 4 * (100vw - 360px) / 1560);
    font-weight: 400;
    line-height: 24px;
    letter-spacing: -.03em;
    color: hsla(0, 0%, 7%, .75)
}

.upstox-nripage .sec-row {
    --col: 1;
    --column-gap: 30px;
    --row-gap: 30px;
    column-gap: var(--column-gap);
    row-gap: var(--row-gap);
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-left: 0;
    margin-right: 0
}

.upstox-nripage .sec-row>.sec-col {
    -ms-flex: 0 0 calc(((100% / var(--col)) + (var(--column-gap) / var(--col))) - var(--column-gap));
    flex: 0 0 calc(((100% / var(--col)) + (var(--column-gap) / var(--col))) - var(--column-gap));
    max-width: calc(((100% / var(--col)) + (var(--column-gap) / var(--col))) - var(--column-gap));
    padding-left: 0;
    padding-right: 0
}

.upstox-nripage .sec-row>.sec-col>.sec-content {
    display: -ms-flexbox;
    display: flex;
    height: 100%
}

.upstox-nripage .sec-row>.sec-col>.sec-content>.content {
    width: 100%
}

.upstox-nripage .sec-row-2 {
    --col: 1;
    --gap: 15px;
    --margin-bottom: 30px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-left: calc(-1 * var(--gap));
    margin-right: calc(-1 * var(--gap));
    margin-bottom: calc(-1 * var(--margin-bottom))
}

.upstox-nripage .sec-row-2>.sec-col {
    -ms-flex: 0 0 calc(100% / var(--col));
    flex: 0 0 calc(100% / var(--col));
    max-width: calc(100% / var(--col));
    padding-left: var(--gap);
    padding-right: var(--gap);
    margin-bottom: var(--margin-bottom)
}

.upstox-nripage .sec-row-2>.sec-col>.sec-content {
    display: -ms-flexbox;
    display: flex;
    height: 100%
}

.upstox-nripage .sec-row-2>.sec-col>.sec-content>.content {
    width: 100%
}

.upstox-nripage .h2,
.upstox-nripage h2 {
    font-size: calc(32px + 16 * (100vw - 360px) / 1560);
    font-weight: 500;
    line-height: 1.17;
    letter-spacing: -.05em !important;
    color: var(--primary-color)
}

@media screen and (max-width:575px) {

    .upstox-nripage .h2,
    .upstox-nripage h2 {
        line-height: 1.25
    }
}

.upstox-nripage .owl-carousel-equal-height .owl-item,
.upstox-nripage .owl-carousel-equal-height .owl-stage {
    display: -ms-flexbox;
    display: flex
}

.upstox-nripage .owl-carousel-equal-height .owl-item>div {
    width: 100%
}

.upstox-nripage .list-unstyled {
    list-style: none !important;
    margin: 0 !important;
    padding: 0 !important
}

.upstox-nripage .border-radius-8 {
    border-radius: 8px
}

.upstox-nripage .text-primary {
    color: var(--primary-color)
}

.upstox-nripage .bg-white {
    backgrond-color: #fff
}

.upstox-nripage .pl-0 {
    padding-left: 0 !important
}

.upstox-nripage .pr-0 {
    padding-right: 0 !important
}

.upstox-nripage .section-p-40 {
    padding-top: 40px;
    padding-bottom: 40px
}

.upstox-nripage .section-p-64 {
    padding-top: calc(40px + 24 * ((100vw - 360px) / 1560));
    padding-bottom: calc(40px + 24 * ((100vw - 360px) / 1560))
}

.upstox-nripage .section-p-96 {
    padding-bottom: calc(32px + 64 * ((100vw - 360px) / 1560))
}

.upstox-nripage .section-p-96,
.upstox-nripage .section-pt-96 {
    padding-top: calc(32px + 64 * ((100vw - 360px) / 1560))
}

.upstox-nripage .section-pb-96 {
    padding-bottom: calc(32px + 64 * ((100vw - 360px) / 1560))
}

.upstox-nripage .m-0 {
    margin: 0
}

.upstox-nripage .mt-0 {
    margin-top: 0
}

.upstox-nripage .mt-8 {
    margin-top: 8px
}

.upstox-nripage .mb-8 {
    margin-bottom: 8px
}

.upstox-nripage .mt-14 {
    margin-top: 14px !important
}

.upstox-nripage .mt-16 {
    margin-top: 16px !important
}

.upstox-nripage .mb-16 {
    margin-bottom: 16px !important
}

.upstox-nripage .mt-32 {
    margin-top: calc(24px + 8 * ((100vw - 360px) / 1560)) !important
}

.upstox-nripage .mb-32 {
    margin-bottom: calc(24px + 8 * ((100vw - 360px) / 1560)) !important
}

.upstox-nripage .mt-48 {
    margin-top: calc(20px + 28 * ((100vw - 360px) / 1560))
}

.upstox-nripage .mt-64 {
    margin-top: calc(32px + 32 * ((100vw - 360px) / 1560)) !important
}

.upstox-nripage .mb-64 {
    margin-bottom: calc(32px + 32 * ((100vw - 360px) / 1560)) !important
}

.upstox-nripage .mt-70 {
    margin-top: 70px
}

.upstox-nripage .bullet-icon {
    position: relative;
    padding-left: 19px
}

.upstox-nripage .bullet-icon:before {
    content: "";
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background-color: hsla(0, 0%, 94%, .5)
}

.upstox-nripage .btn {
    font-size: 14px;
    font-weight: 600;
    line-height: 17px;
    letter-spacing: 0;
    color: #f4f4f4;
    padding: 15px 18px;
    border-radius: 50px;
    text-align: center;
    text-transform: uppercase
}

.upstox-nripage .btn-design {
    background-color: var(--primary-color);
    color: #fff
}

.upstox-nripage .btn-design:hover {
    background: var(--secondary-color);
    color: #fff
}

.upstox-nripage .btn-design-outline {
    border: 1px solid var(--primary-color);
    background-color: var(--primary-color)
}

.upstox-nripage .btn-design-outline:hover {
    background: var(--secondary-color);
    border-color: var(--secondary-color);
    color: #fff
}

.upstox-nripage .text-uppercase {
    text-transform: uppercase
}

.upstox-nripage .d-flex {
    display: -ms-flexbox;
    display: flex
}

.upstox-nripage .d-flex-wrap {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.upstox-nripage .align-items-center {
    -ms-flex-align: center;
    align-items: center
}

.upstox-nripage .justify-content-center {
    -ms-flex-pack: center;
    justify-content: center
}

.upstox-nripage .d-none {
    display: none
}

@media screen and (max-width:991px) {
    .upstox-nripage .d-md-none {
        display: none
    }

    .upstox-nripage .d-md-show {
        display: block !important
    }
}

@media screen and (min-width:992px) {
    .upstox-nripage .nri-banner-sec {
        padding-top: 64px;
        padding-bottom: 64px
    }
}

@media screen and (min-width:1600px) {
    .upstox-nripage .nri-banner-sec {
        padding-top: 48px;
        padding-bottom: 48px
    }

    .upstox-nripage .nri-banner-sec>.container {
        max-width: 1536px !important;
        width: 100%
    }
}

@media screen and (max-width:767px) {
    .upstox-nripage .nri-banner-sec>.container {
        padding-inline: 0
    }
}

.upstox-nripage .nri-banner-sec .nri-banner-wrap>.sec-row-2 {
    --col: 2;
    --gap: 0;
    --margin-bottom: 0;
    -ms-flex-align: center;
    align-items: center
}

@media screen and (max-width:991px) {
    .upstox-nripage .nri-banner-sec .nri-banner-wrap>.sec-row-2 {
        --col: 1
    }
}

.upstox-nripage .nri-banner-sec .nri-banner-wrap>.sec-row-2>.sec-col:first-child img {
    width: 100%;
    border-radius: 16px
}

@media screen and (min-width:1600px) {
    .upstox-nripage .nri-banner-sec .nri-banner-wrap>.sec-row-2>.sec-col:first-child img {
        max-height: 640px;
        -o-object-fit: cover;
        object-fit: cover
    }
}

@media screen and (max-width:767px) {
    .upstox-nripage .nri-banner-sec .nri-banner-wrap>.sec-row-2>.sec-col:first-child img {
        border-radius: 0
    }
}

.upstox-nripage .nri-banner-sec .nri-banner-wrap>.sec-row-2>.sec-col:last-child .content {
    padding-left: 64px
}

@media screen and (max-width:991px) {
    .upstox-nripage .nri-banner-sec .nri-banner-wrap>.sec-row-2>.sec-col:last-child .content {
        padding: 24px 16px 48px
    }
}

.upstox-nripage .nri-banner-sec .nri-banner-wrap>.sec-row-2>.sec-col:last-child .heading {
    font-size: calc(40px + 24 * (100vw - 360px) / 1560);
    font-weight: 500;
    line-height: 1.25;
    letter-spacing: -.05em;
    color: var(--primary-color)
}

@media screen and (max-width:575px) {
    .upstox-nripage .nri-banner-sec .nri-banner-wrap>.sec-row-2>.sec-col:last-child .heading {
        margin-bottom: 8px !important
    }
}

.upstox-nripage .nri-banner-sec .nri-banner-wrap>.sec-row-2>.sec-col:last-child p {
    font-size: calc(16px + 4 * (100vw - 360px) / 1560);
    font-weight: 400;
    line-height: 1.6;
    letter-spacing: -.02em;
    color: #000
}

@media screen and (max-width:575px) {
    .upstox-nripage .nri-banner-sec .nri-banner-wrap>.sec-row-2>.sec-col:last-child p {
        color: rgba(65, 36, 110, .75);
        line-height: 24px;
        text-transform: capitalize
    }
}

.upstox-nripage .nri-banner-sec .nri-banner-wrap>.sec-row-2>.sec-col:last-child .btn-block {
    margin-top: 32px !important
}

@media screen and (min-width:576px) {
    .upstox-nripage .nri-banner-sec .nri-banner-wrap>.sec-row-2>.sec-col:last-child .btn-block .btn {
        min-width: 183px
    }
}

@media screen and (max-width:575px) {
    .upstox-nripage .nri-banner-sec .nri-banner-wrap>.sec-row-2>.sec-col:last-child .btn-block .btn {
        width: 100%;
        padding: 12px 18px
    }
}

.upstox-nripage .growth-story-sec {
    padding-bottom: 150px
}

@media screen and (max-width:991px) {
    .upstox-nripage .growth-story-sec {
        padding-bottom: 58px
    }
}

@media screen and (max-width:767px) {
    .upstox-nripage .growth-story-sec {
        padding-bottom: 32px
    }

    .upstox-nripage .growth-story-sec .container {
        padding-inline: 0
    }
}

@media screen and (max-width:575px) {
    .upstox-nripage .growth-story-sec .section-header {
        padding-inline: 16px
    }

    .upstox-nripage .growth-story-sec .section-header .heading {
        margin-bottom: 8px !important
    }
}

@media screen and (max-width:767px) {
    .upstox-nripage .growth-story-sec .story-list-wrap {
        margin-top: 24px !important
    }
}

.upstox-nripage .growth-story-sec .story-list-wrap .story-list-img {
    position: relative
}

.upstox-nripage .growth-story-sec .story-list-wrap .story-list-img figure {
    width: 100%;
    background: var(--primary-color);
    padding: 16px;
    text-align: center
}

@media screen and (min-width:992px) {
    .upstox-nripage .growth-story-sec .story-list-wrap .story-list-img figure {
        max-width: 320px;
        border-radius: 8px;
        padding: 48px 32px;
        margin-inline: auto;
        position: absolute;
        top: -12px;
        left: 0;
        right: 0
    }
}

@media screen and (max-width:767px) {
    .upstox-nripage .growth-story-sec .story-list-wrap .story-list-img figure {
        padding-bottom: 0
    }
}

.upstox-nripage .growth-story-sec .story-list-wrap .story-list>.sec-row-2 {
    --margin-bottom: 0px;
    --col: 1;
    --gap: 0;
    -ms-flex-align: center;
    align-items: center
}

@media screen and (max-width:767px) {
    .upstox-nripage .growth-story-sec .story-list-wrap .story-list>.sec-row-2>.sec-col .content {
        padding-inline: 24px
    }
}

@media screen and (max-width:359px) {
    .upstox-nripage .growth-story-sec .story-list-wrap .story-list>.sec-row-2>.sec-col .content {
        padding-inline: 16px
    }
}

.upstox-nripage .growth-story-sec .story-list-wrap .story-list>.sec-row-2>.sec-col li {
    border-top: 1px solid #b1b1b1;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.upstox-nripage .growth-story-sec .story-list-wrap .story-list>.sec-row-2>.sec-col li:last-child {
    border-bottom: 1px solid #b1b1b1
}

@media screen and (max-width:767px) {
    .upstox-nripage .growth-story-sec .story-list-wrap .story-list>.sec-row-2>.sec-col li {
        margin-inline: -8px;
        border: none !important
    }
}

.upstox-nripage .growth-story-sec .story-list-wrap .story-list>.sec-row-2>.sec-col .left-sec,
.upstox-nripage .growth-story-sec .story-list-wrap .story-list>.sec-row-2>.sec-col .right-sec {
    -ms-flex: 0 0 283px;
    flex: 0 0 283px;
    max-width: 283px
}

@media screen and (max-width:767px) {

    .upstox-nripage .growth-story-sec .story-list-wrap .story-list>.sec-row-2>.sec-col .left-sec,
    .upstox-nripage .growth-story-sec .story-list-wrap .story-list>.sec-row-2>.sec-col .right-sec {
        -ms-flex: 0 0 148px;
        flex: 0 0 148px;
        max-width: 148px;
        margin-inline: 8px;
        border-bottom: 1px solid #b1b1b1
    }
}

@media screen and (max-width:359px) {

    .upstox-nripage .growth-story-sec .story-list-wrap .story-list>.sec-row-2>.sec-col .left-sec,
    .upstox-nripage .growth-story-sec .story-list-wrap .story-list>.sec-row-2>.sec-col .right-sec {
        -ms-flex-negative: 1;
        flex-shrink: 1
    }
}

@media screen and (min-width:768px) {
    .upstox-nripage .growth-story-sec .story-list-wrap .story-list>.sec-row-2>.sec-col .left-sec .story-details {
        text-align: right
    }

    .upstox-nripage .growth-story-sec .story-list-wrap .story-list>.sec-row-2>.sec-col .left-sec .story-details .story-price-wrap {
        -ms-flex-pack: end;
        justify-content: flex-end
    }
}

.upstox-nripage .growth-story-sec .story-list-wrap .story-list>.sec-row-2>.sec-col .story-details {
    padding: 16px
}

@media screen and (max-width:767px) {
    .upstox-nripage .growth-story-sec .story-list-wrap .story-list>.sec-row-2>.sec-col .story-details {
        padding: 16px 0
    }
}

.upstox-nripage .growth-story-sec .story-list-wrap .story-list>.sec-row-2>.sec-col .story-details .story-title {
    font-size: 16px;
    font-weight: 500;
    line-height: 32px;
    letter-spacing: -.05em;
    color: #111
}

@media screen and (max-width:767px) {
    .upstox-nripage .growth-story-sec .story-list-wrap .story-list>.sec-row-2>.sec-col .story-details .story-title {
        font-size: 12px;
        line-height: 24px
    }
}

.upstox-nripage .growth-story-sec .story-list-wrap .story-list>.sec-row-2>.sec-col .story-details .story-price-wrap {
    margin-top: 8px
}

.upstox-nripage .growth-story-sec .story-list-wrap .story-list>.sec-row-2>.sec-col .story-details .story-price-wrap .story-price {
    font-size: 32px;
    font-weight: 600;
    line-height: 48px;
    letter-spacing: -.05em;
    color: var(--primary-color)
}

@media screen and (max-width:767px) {
    .upstox-nripage .growth-story-sec .story-list-wrap .story-list>.sec-row-2>.sec-col .story-details .story-price-wrap .story-price {
        font-size: 24px;
        line-height: 32px
    }
}

@media screen and (max-width:359px) {
    .upstox-nripage .growth-story-sec .story-list-wrap .story-list>.sec-row-2>.sec-col .story-details .story-price-wrap .story-price {
        font-size: 20px;
        line-height: 21px
    }
}

.upstox-nripage .growth-story-sec .story-list-wrap .story-list>.sec-row-2>.sec-col .story-details .story-price-wrap .story-price-status {
    border-radius: 4px;
    background: #148564;
    padding: 4px 26px 4px 8px;
    margin-left: 8px;
    font-size: 14px;
    font-weight: 700;
    line-height: 17px;
    letter-spacing: -.05em;
    color: #fff
}

@media screen and (max-width:767px) {
    .upstox-nripage .growth-story-sec .story-list-wrap .story-list>.sec-row-2>.sec-col .story-details .story-price-wrap .story-price-status {
        font-size: 10px;
        line-height: 12px;
        padding: 4px 22px 4px 8px
    }
}

.upstox-nripage .growth-story-sec .story-list-wrap .story-list>.sec-row-2>.sec-col .story-details .story-price-wrap .story-price-status.down-arrow,
.upstox-nripage .growth-story-sec .story-list-wrap .story-list>.sec-row-2>.sec-col .story-details .story-price-wrap .story-price-status.up-arrow {
    position: relative
}

.upstox-nripage .growth-story-sec .story-list-wrap .story-list>.sec-row-2>.sec-col .story-details .story-price-wrap .story-price-status.down-arrow:after,
.upstox-nripage .growth-story-sec .story-list-wrap .story-list>.sec-row-2>.sec-col .story-details .story-price-wrap .story-price-status.up-arrow:after {
    content: "";
    position: absolute;
    right: 8px;
    border: 7px solid transparent
}

@media screen and (max-width:767px) {

    .upstox-nripage .growth-story-sec .story-list-wrap .story-list>.sec-row-2>.sec-col .story-details .story-price-wrap .story-price-status.down-arrow:after,
    .upstox-nripage .growth-story-sec .story-list-wrap .story-list>.sec-row-2>.sec-col .story-details .story-price-wrap .story-price-status.up-arrow:after {
        border: 5px solid transparent
    }
}

.upstox-nripage .growth-story-sec .story-list-wrap .story-list>.sec-row-2>.sec-col .story-details .story-price-wrap .story-price-status.up-arrow:after {
    top: 2px;
    border-bottom-color: #fff
}

@media screen and (max-width:767px) {
    .upstox-nripage .growth-story-sec .story-list-wrap .story-list>.sec-row-2>.sec-col .story-details .story-price-wrap .story-price-status.up-arrow:after {
        top: 2px
    }
}

.upstox-nripage .growth-story-sec .story-list-wrap .story-list>.sec-row-2>.sec-col .story-details .story-price-wrap .story-price-status.down-arrow:after {
    top: 10px;
    border-top-color: #fff
}

@media screen and (max-width:767px) {
    .upstox-nripage .growth-story-sec .story-list-wrap .story-list>.sec-row-2>.sec-col .story-details .story-price-wrap .story-price-status.down-arrow:after {
        top: 8px
    }
}

.upstox-nripage .growth-story-sec .story-list-wrap .story-list>.sec-row-2>.sec-col .story-details .story-price-wrap .story-price-text {
    font-size: 16px;
    font-weight: 500;
    line-height: 32px;
    letter-spacing: -.05em;
    margin-left: 8px;
    color: #111
}

.upstox-nripage .growth-story-sec .story-list-wrap .story-list>.sec-row-2>.sec-col .story-details .reported-by {
    font-size: 14px;
    font-weight: 500;
    line-height: 24px;
    letter-spacing: -.05em;
    color: hsla(0, 0%, 7%, .5);
    margin-top: 8px
}

@media screen and (max-width:767px) {
    .upstox-nripage .growth-story-sec .story-list-wrap .story-list>.sec-row-2>.sec-col .story-details .reported-by {
        font-size: 10px;
        line-height: 12px
    }
}

.upstox-nripage .why-invest-sec {
    background-color: #f5f5f5
}

@media screen and (max-width:767px) {
    .upstox-nripage .why-invest-sec {
        padding-bottom: 0
    }

    .upstox-nripage .why-invest-sec .container {
        padding-inline: 0 !important
    }

    .upstox-nripage .why-invest-sec .section-header {
        padding-inline: 24px
    }

    .upstox-nripage .why-invest-sec .why-invest-wrap {
        margin-top: 24px !important
    }
}

.upstox-nripage .why-invest-sec .sec-container {
    max-width: 982px
}

.upstox-nripage .why-invest-sec .why-invest-wrap>.sec-row-2 {
    --col: 2;
    --gap: 0
}

@media screen and (max-width:767px) {
    .upstox-nripage .why-invest-sec .why-invest-wrap>.sec-row-2 {
        --col: 1;
        --margin-bottom: 0
    }
}

.upstox-nripage .why-invest-sec .why-invest-wrap>.sec-row-2>.sec-col:first-child .sec-img,
.upstox-nripage .why-invest-sec .why-invest-wrap>.sec-row-2>.sec-col:first-child figure {
    padding: 48px 64px 48px 0
}

.upstox-nripage .why-invest-sec .why-invest-wrap>.sec-row-2>.sec-col:first-child .sec-img img,
.upstox-nripage .why-invest-sec .why-invest-wrap>.sec-row-2>.sec-col:first-child figure img {
    max-width: 420px;
    width: 100%;
    border-radius: 8px
}

@media screen and (max-width:767px) {

    .upstox-nripage .why-invest-sec .why-invest-wrap>.sec-row-2>.sec-col:first-child .sec-img,
    .upstox-nripage .why-invest-sec .why-invest-wrap>.sec-row-2>.sec-col:first-child figure {
        padding: 0
    }

    .upstox-nripage .why-invest-sec .why-invest-wrap>.sec-row-2>.sec-col:first-child .sec-img img,
    .upstox-nripage .why-invest-sec .why-invest-wrap>.sec-row-2>.sec-col:first-child figure img {
        max-width: unset;
        border-radius: 0;
        height: 200px;
        -o-object-fit: cover;
        object-fit: cover
    }
}

.upstox-nripage .why-invest-sec .why-invest-list ul {
    margin-bottom: 0
}

.upstox-nripage .why-invest-sec .why-invest-list ul li {
    padding: 24px 16px;
    border-top: 1px solid #b1b1b1
}

.upstox-nripage .why-invest-sec .why-invest-list ul li:first-child {
    border-top: none
}

@media screen and (max-width:767px) {
    .upstox-nripage .why-invest-sec .why-invest-list ul li:last-child {
        border-bottom: 1px solid #b1b1b1
    }
}

.upstox-nripage .why-invest-sec .why-invest-list ul li .heading {
    font-size: 24px;
    font-weight: 600;
    line-height: 40px;
    letter-spacing: -.05em;
    color: var(--primary-color)
}

@media screen and (max-width:767px) {
    .upstox-nripage .why-invest-sec .why-invest-list ul li .heading {
        font-size: 16px;
        line-height: 24px;
        margin-bottom: 8px !important
    }
}

.upstox-nripage .why-invest-sec .why-invest-list ul li p {
    font-size: 16px;
    font-weight: 500;
    line-height: 32px;
    letter-spacing: -.02em;
    color: #111
}

@media screen and (max-width:767px) {
    .upstox-nripage .why-invest-sec .why-invest-list ul li p {
        font-weight: 400;
        line-height: 24px;
        letter-spacing: -.03em
    }
}

@media screen and (max-width:767px) {
    .upstox-nripage .compare-market-sec .container {
        padding-inline: 0 !important
    }

    .upstox-nripage .compare-market-sec .section-header {
        padding-inline: 24px;
        text-align: left !important
    }

    .upstox-nripage .compare-market-sec .section-header .heading {
        margin-bottom: 8px !important
    }

    .upstox-nripage .compare-market-sec .compare-market-wrap {
        margin-top: 24px !important
    }
}

@media screen and (max-width:767px) and (max-width:767px) {
    .upstox-nripage .compare-market-sec .compare-market-wrap img {
        width: 100%
    }
}

.upstox-nripage .compare-market-sec .section-header {
    max-width: 790px;
    width: 100%;
    margin-inline: auto
}

.upstox-nripage .highlights-sec {
    background: #f5f5f5
}

@media screen and (max-width:767px) {
    .upstox-nripage .highlights-sec .highlights-list {
        margin-top: 24px
    }
}

.upstox-nripage .highlights-sec .highlights-list>.sec-row {
    --col: 2;
    --column-gap: 16px;
    --row-gap: 16px
}

@media screen and (max-width:767px) {
    .upstox-nripage .highlights-sec .highlights-list>.sec-row {
        --col: 1
    }
}

.upstox-nripage .highlights-sec .highlights-list>.sec-row>.sec-col .content {
    display: -ms-flexbox;
    display: flex
}

.upstox-nripage .highlights-sec .highlights-list .highlights-card {
    border: 1px solid #b1b1b1;
    border-radius: 8px;
    overflow: hidden;
    background: #fff;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    width: 100%
}

.upstox-nripage .highlights-sec .highlights-list .highlights-card img {
    height: 192px;
    -o-object-fit: cover;
    object-fit: cover;
    width: 100%
}

@media screen and (max-width:575px) {
    .upstox-nripage .highlights-sec .highlights-list .highlights-card img {
        height: 128px
    }
}

.upstox-nripage .highlights-sec .highlights-list .highlights-card .highlights-card-content {
    padding: 32px;
    -ms-flex-positive: 1;
    flex-grow: 1;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column
}

@media screen and (max-width:767px) {
    .upstox-nripage .highlights-sec .highlights-list .highlights-card .highlights-card-content {
        padding: 16px
    }
}

.upstox-nripage .highlights-sec .highlights-list .highlights-card .highlights-card-content .heading {
    font-size: 24px;
    font-weight: 600;
    line-height: 32px;
    letter-spacing: -.02em;
    color: var(--primary-color);
    -ms-flex-positive: 1;
    flex-grow: 1
}

@media screen and (max-width:767px) {
    .upstox-nripage .highlights-sec .highlights-list .highlights-card .highlights-card-content .heading {
        font-size: 16px;
        line-height: 19px;
        margin-bottom: 8px
    }
}

.upstox-nripage .highlights-sec .highlights-list .highlights-card .highlights-card-content .highlights-details .highlights-by,
.upstox-nripage .highlights-sec .highlights-list .highlights-card .highlights-card-content .highlights-details .highlights-date {
    font-size: 16px;
    font-weight: 600;
    line-height: 32px;
    letter-spacing: -.02em
}

@media screen and (max-width:767px) {

    .upstox-nripage .highlights-sec .highlights-list .highlights-card .highlights-card-content .highlights-details .highlights-by,
    .upstox-nripage .highlights-sec .highlights-list .highlights-card .highlights-card-content .highlights-details .highlights-date {
        font-size: 14px;
        line-height: 24px
    }
}

.upstox-nripage .highlights-sec .highlights-list .highlights-card .highlights-card-content .highlights-details .highlights-by {
    color: #111;
    margin-right: 14px
}

.upstox-nripage .highlights-sec .highlights-list .highlights-card .highlights-card-content .highlights-details .highlights-date {
    color: hsla(0, 0%, 7%, .5);
    padding-left: 14px
}

.upstox-nripage .highlights-sec .highlights-list .highlights-card .highlights-card-content .highlights-details .highlights-date:before {
    width: 4px;
    height: 4px;
    background: hsla(0, 0%, 7%, .5)
}

@media screen and (max-width:767px) {
    .upstox-nripage .backded-by-sec .container {
        padding-inline: 24px !important
    }
}

.upstox-nripage .backded-by-sec .section-header {
    max-width: 854px;
    width: 100%;
    margin-inline: auto
}

@media screen and (max-width:767px) {
    .upstox-nripage .backded-by-sec .section-header .heading {
        margin-bottom: 8px !important
    }
}

.upstox-nripage .share-interest-sec {
    background-color: #f5f5f5
}

@media screen and (max-width:767px) {
    .upstox-nripage .share-interest-sec .container {
        padding-inline: 24px !important
    }
}

.upstox-nripage .share-interest-sec .section-header {
    max-width: 662px;
    width: 100%;
    margin-inline: auto
}

@media screen and (max-width:767px) {
    .upstox-nripage .share-interest-sec .section-header {
        text-align: left !important
    }

    .upstox-nripage .share-interest-sec .section-header .heading {
        margin-bottom: 8px !important
    }
}

.upstox-nripage .trusted-by .container {
    padding-top: calc(32px + 32 * ((100vw - 576px) / 1344))
}

.upstox-nripage .trusted-by .container .trusted-logos-sec .trusted-logos-summary p {
    font-size: calc(16px + 4 * (100vw - 360px) / 1560);
    font-weight: 400;
    line-height: 24px;
    letter-spacing: -.03em;
    color: hsla(0, 0%, 7%, .75)
}

.upstox-nripage .trusted-by .container .section-heading {
    text-align: center
}

.upstox-nripage .trusted-by .container .section-heading h3 {
    color: var(--primary-color);
    font-size: calc(32px + 16 * (100vw - 360px) / 1560);
    font-weight: 500;
    line-height: 1.17;
    letter-spacing: -.05em !important;
    margin-bottom: 40px
}

.upstox-pricing-design .container {
    max-width: 1424px !important
}

.upstox-pricing-design section.mobile-main.tabing-section {
    display: none
}

.upstox-pricing-design .bold-data.data-text p a.link {
    font-family: Inter !important;
    font-weight: 600;
    font-size: 14px;
    text-decoration: none;
    line-height: 20px;
    letter-spacing: 1px;
    margin-bottom: 0
}

.upstox-pricing-design .bold-data.data-text p a.link span img {
    margin: -3px 0 0 10px;
    width: 11px
}

.upstox-pricing-design .bold-data.data-text p a.link:hover {
    text-decoration: underline !important
}

.upstox-pricing-design .pricing-main-content-row {
    display: -ms-flexbox;
    -ms-flex-pack: center;
    margin-top: 48px;
    display: flex;
    justify-content: center;
    margin-top: 32px
}

.upstox-pricing-design .pricing-main-content-row .price-item {
    width: 33.33%;
    padding: 0 55px
}

.upstox-pricing-design .pricing-main-content-row .price-item:first-child {
    border-right: 2px solid #d1d1d1b8
}

.upstox-pricing-design .pricing-main-content-row .price-item:last-child {
    border-left: 2px solid #d1d1d1b8
}

.upstox-pricing-design span.subheading {
    font-size: 14px;
    font-weight: 400;
    line-height: 20px;
    position: absolute;
    top: 13px
}

.upstox-pricing-design .perks-card-img img {
    width: 100%
}

.upstox-pricing-design .price-item span {
    vertical-align: super
}

.upstox-pricing-design .fs-16 {
    line-height: 24px !important
}

.upstox-pricing-design .fs-32 {
    line-height: 48px !important
}

.upstox-option-strategies .faq-sec .upstox-pricing-design .heading h2,
.upstox-pricing-design .sec-heading h2,
.upstox-pricing-design .upstox-option-strategies .faq-sec .heading h2,
.upstox-pricing-design .upstox-trading-facility .faq-sec .heading h2,
.upstox-trading-facility .faq-sec .upstox-pricing-design .heading h2 {
    margin-bottom: 48px !important
}

.upstox-option-strategies .faq-sec .upstox-pricing-design .do-more-section .heading h2,
.upstox-pricing-design .do-more-section .sec-heading h2,
.upstox-pricing-design .do-more-section .upstox-option-strategies .faq-sec .heading h2,
.upstox-pricing-design .do-more-section .upstox-trading-facility .faq-sec .heading h2,
.upstox-trading-facility .faq-sec .upstox-pricing-design .do-more-section .heading h2 {
    text-align: left
}

.upstox-pricing-design section.pricing-top-head {
    padding-bottom: 96px !important;
    margin-bottom: 0 !important
}

.upstox-pricing-design section#brokerage-rates-section {
    background: #f5f5f5;
    padding-top: 96px;
    padding-bottom: 96px;
    margin-bottom: 0
}

.upstox-pricing-design section#brokerage-rates-section .btn-wrap {
    display: none
}

.upstox-pricing-design h3.fs-32 {
    margin-top: 0 !important
}

.upstox-pricing-design table.brokerage-rates-table tbody tr.heading {
    background: rgba(65, 36, 110, .1);
    border-bottom: 1px solid #000
}

.upstox-pricing-design table.brokerage-rates-table thead tr.heading {
    background: rgba(65, 36, 110, .1)
}

.upstox-pricing-design table.brokerage-rates-table thead th {
    font-size: 16px !important;
    font-weight: 600 !important;
    line-height: 24px !important
}

.upstox-pricing-design table.brokerage-rates-table thead tr th {
    padding-bottom: 16px !important;
    line-height: 24px !important
}

.upstox-pricing-design table.brokerage-rates-table thead tr th:first-child {
    padding-top: 16px !important;
    padding-bottom: 64px !important
}

.upstox-pricing-design .up-brokerage-rates {
    background-color: #f2f2f2
}

.upstox-pricing-design .up-brokerage-rates .tab-header .tab-item.active {
    color: #000 !important
}

.upstox-pricing-design .up-brokerage-rates .tab-header .tab-item {
    color: #b1b1b1 !important;
    opacity: 1 !important
}

.upstox-pricing-design .up-brokerage-rates .tab-header .tab-item:after {
    height: 3px !important
}

.upstox-pricing-design .up-brokerage-rates .tab-header .tab-item span {
    font-weight: 600 !important
}

.upstox-pricing-design .up-brokerage-rates .tab-content .brokerage-rates-table {
    margin-top: 0 !important
}

.upstox-pricing-design .up-brokerage-rates .tab-content .brokerage-rates-table tr td {
    border-bottom-color: #d1d1d1 !important;
    border-bottom: 2px solid;
    padding: 16px 15px;
    font-size: 16px !important;
    padding-bottom: 24px !important;
    padding-top: 24px !important;
    border-bottom: 1px solid;
    font-weight: 600;
    vertical-align: top;
    color: #000
}

.upstox-pricing-design .brokerage-row.row.perks-investing-row {
    margin-top: 48px
}

.upstox-pricing-design section.brokerage-calculator-sec {
    background: #f5f5f5
}

.upstox-pricing-design .brokerage-calculator-sec .sec-heading-content {
    text-align: center
}

.upstox-pricing-design section.do-more-section {
    padding: 96px 0
}

.upstox-pricing-design section.do-more-section h3 {
    margin-bottom: 48px !important
}

.upstox-pricing-design .flat-brokerage .flat-brokerage-table thead tr th {
    line-height: 24px !important;
    padding: 20px !important;
    vertical-align: top;
    text-align: left !important;
    color: #000 !important
}

.upstox-pricing-design .flat-brokerage .flat-brokerage-table thead tr th:last-child {
    border-right: 1px solid #41246e !important
}

.upstox-pricing-design .flat-brokerage .flat-brokerage-table tbody tr td {
    padding: 24px !important;
    vertical-align: middle !important
}

.upstox-pricing-design .flat-brokerage .flat-brokerage-table tbody tr td:first-child ul li {
    font-weight: 700;
    font-size: 14px;
    line-height: 20px;
    color: #000;
    margin-bottom: 0
}

.upstox-pricing-design .flat-brokerage .flat-brokerage-table tbody tr td .data-text ul li {
    font-weight: 600;
    font-size: 14px;
    line-height: 20px;
    color: #444;
    margin-bottom: 0
}

.upstox-pricing-design .flat-brokerage .flat-brokerage-table tr td {
    border-bottom: 1px solid #41246e !important;
    border-left: 1px solid #41246e !important;
    border-top: none !important;
    border-right: none !important
}

.upstox-pricing-design .flat-brokerage .flat-brokerage-table tr td:last-child {
    border-right: 1px solid #41246e !important
}

.upstox-pricing-design .flat-brokerage .flat-brokerage-table tr th {
    border-bottom: 1px solid #41246e !important;
    border-left: 1px solid #41246e !important;
    border-right: none !important
}

.upstox-pricing-design .flat-brokerage .flat-brokerage-table tr th p {
    line-height: 24px;
    vertical-align: top;
    text-align: left !important;
    color: #000 !important;
    font-size: 14px;
    letter-spacing: -.09px;
    font-weight: 700;
    margin-bottom: 16px
}

.upstox-pricing-design .flat-brokerage th ul li {
    color: #444;
    font-size: 14px;
    line-height: 20px;
    font-weight: 400;
    padding-bottom: 8px;
    border-bottom: 1px solid #d1d1d1;
    margin-bottom: 8px
}

.upstox-pricing-design .flat-brokerage th ul li:last-child {
    border-bottom: none
}

.upstox-pricing-design .flat-brokerage th li:first-child {
    margin-top: 24px
}

.upstox-pricing-design .flat-brokerage .flat-brokerage-table.last-row-border tbody tr:last-child td {
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0
}

.upstox-pricing-design .bold-data {
    font-weight: 700;
    font-size: 32px;
    line-height: 48px;
    color: #41246e;
    letter-spacing: -1.07px;
    margin-bottom: 10px
}

.upstox-pricing-design .long-row-data.no-data span {
    font-weight: 600;
    font-size: 14px;
    line-height: 24px
}

.upstox-pricing-design .last-row-border tr td {
    width: 50%
}

.upstox-pricing-design .main-penalty-note ul {
    padding-left: 24px
}

.upstox-pricing-design .main-penalty-note ul li {
    list-style: disc
}

.upstox-pricing-design .main-penalty-note ul li p {
    font-weight: 600;
    font-size: 14px;
    line-height: 20px;
    color: #444;
    margin-bottom: 16px
}

.upstox-pricing-design .main-penalty-note .charges-explained-content ul li p {
    font-weight: 400;
    margin-bottom: 0
}

.upstox-pricing-design .flat-brokerage-inner h3.penalty-note-title {
    font-weight: 700;
    font-size: 14px;
    color: #000;
    line-height: 24px;
    margin-bottom: 16px !important
}

.upstox-pricing-design .penalty-note.data-text {
    border: 1px solid #41246e;
    border-radius: 8px;
    padding: 24px
}

.upstox-pricing-design .charges-explained-sec {
    background: #f5f5f5
}

.upstox-pricing-design .charges-explained-sec h3 {
    text-align: left
}

.upstox-pricing-design h4.penalty-note-title.penalty-sub-title {
    font-weight: 600;
    margin-bottom: 10px;
    font-size: 14px;
    color: #000;
    line-height: 24px
}

.upstox-pricing-design .charges-explained-column {
    margin-top: 32px
}

.upstox-pricing-design .charges-explained-column:first-child {
    margin-top: 0
}

.upstox-pricing-design .flat-brokerage.services-charges .flat-brokerage-table thead tr th {
    padding: 24px !important;
    background: #41246e;
    color: #fff !important;
    font-size: 16px
}

.upstox-pricing-design .flat-brokerage.services-charges .flat-brokerage-table tbody tr td {
    position: relative
}

.upstox-pricing-design .flat-brokerage.services-charges .flat-brokerage-table tbody tr td:first-child ul li {
    font-weight: 600;
    color: #000
}

.upstox-pricing-design .flat-brokerage.services-charges .flat-brokerage-table tbody tr td ul li {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center
}

.upstox-pricing-design span.charges-icon {
    margin-right: 8px;
    width: 24px;
    float: left;
    height: 24px;
    display: block;
    min-width: 24px
}

.upstox-pricing-design .new-faq-sec {
    background: #f5f5f5
}

main.upstox-pricing .up-brokerage-rates .tab-content .brokerage-rates-table tr th {
    border-bottom-color: #000 !important;
    border-bottom: 1px solid;
    padding: 16px 15px;
    position: relative
}

main.upstox-pricing .up-brokerage-rates .tab-content .brokerage-rates-table tr td {
    position: relative
}

main.upstox-pricing .up-brokerage-rates .tab-content .brokerage-rates-table tr td span.subheading {
    position: static;
    margin-bottom: 34px;
    float: left;
    width: 100%
}

main.upstox-pricing .main-price-box {
    border: 1px solid #e5e5e5;
    box-shadow: 0 0 10px #b1b1b140;
    border-radius: 12px;
    padding: 32px;
    margin-top: 48px;
    background-color: #fff
}

main.upstox-pricing .main-price-box .price-item {
    padding: 0 22px
}

main.upstox-pricing .main-price-box .price-text-content .price-title {
    font-weight: 700;
    font-size: 14px;
    line-height: 20px;
    color: #000
}

main.upstox-pricing .main-price-box .price-text-content .price-desc {
    font-weight: 400;
    font-size: 14px;
    line-height: 20px;
    color: #444;
    margin-top: 4px
}

main.upstox-pricing .main-price-box .pricing-main-content-row .price-item:first-child,
main.upstox-pricing .main-price-box .pricing-main-content-row .price-item:last-child {
    border: none
}

main.upstox-pricing .main-price-box .main-get-started-btn {
    max-width: 620px;
    margin: auto;
    padding-top: 10px
}

main.upstox-pricing .main-price-box .main-get-started-btn form {
    min-height: 115px
}

main.upstox-pricing .main-price-box .main-get-started-btn form .form-row {
    -ms-flex-pack: center;
    justify-content: center;
    display: -ms-flexbox;
    display: flex;
    width: 100%
}

main.upstox-pricing .main-price-box .main-get-started-btn form .form-row .form-group {
    width: 100%;
    margin-bottom: 0;
    position: relative
}

main.upstox-pricing .main-price-box .main-get-started-btn form .form-row .form-group:before {
    content: "+91";
    display: inline-block;
    padding: 0 12px;
    border-radius: 24px;
    font-size: 14px;
    font-weight: 700;
    color: #444;
    line-height: 1.4;
    position: absolute;
    top: 27px;
    transform: translateY(-50%);
    z-index: 1;
    left: 8px
}

main.upstox-pricing .main-price-box .main-get-started-btn form .form-row input#txtcontact {
    background: #f5f5f5;
    border: 1px solid #444;
    box-shadow: 0 1px 10px hsla(0, 0%, 69%, .5);
    border-radius: 32px;
    height: 52px;
    padding: 15px 15px 15px 60px
}

main.upstox-pricing .main-price-box .main-get-started-btn form .form-row input#txtcontact:focus {
    border: 2px solid #61399f !important
}

main.upstox-pricing .main-price-box .main-get-started-btn form .form-row input#txtcontact::-webkit-input-placeholder {
    color: #8b8b8b
}

main.upstox-pricing .main-price-box .main-get-started-btn form .form-row input#txtcontact:-ms-input-placeholder,
main.upstox-pricing .main-price-box .main-get-started-btn form .form-row input#txtcontact::-ms-input-placeholder {
    color: #8b8b8b
}

main.upstox-pricing .main-price-box .main-get-started-btn form .form-row input#txtcontact::placeholder {
    color: #8b8b8b
}

main.upstox-pricing .main-price-box .main-get-started-btn form .form-row button.btn.prple_btn.desktop-btn {
    width: 101px;
    height: 52px;
    background: #61399f;
    border-radius: 9999px;
    margin-left: 10px;
    font-style: normal;
    font-weight: 700;
    font-size: 14px;
    line-height: 20px
}

main.upstox-pricing .main-price-box .main-get-started-btn form .form-row button.btn.prple_btn.desktop-btn:hover {
    background: #41246e;
    color: #fff !important
}

main.upstox-pricing .main-price-box .main-get-started-btn form .form-row button.btn.prple_btn.desktop-btn:focus {
    outline: none !important;
    outline-offset: none !important;
    color: #fff !important
}

main.upstox-pricing .main-price-box .main-get-started-btn form p {
    text-align: left;
    font-style: normal;
    font-weight: 500;
    font-size: 10px;
    line-height: 16px;
    color: #666
}

main.upstox-pricing .main-price-box .main-get-started-btn form p a.bold {
    color: #666;
    text-decoration: underline;
    cursor: pointer
}

main.upstox-pricing .main-price-box .main-get-started-btn form div#error-message {
    text-align: left !important;
    font-size: 14px
}

main.upstox-pricing .main-price-box .price-row {
    margin-top: 0
}

main.upstox-pricing section.pricing-top-head:before {
    content: "";
    width: 100%;
    position: absolute;
    z-index: -1;
    height: 60%;
    background-color: #f2ecfd;
    top: 0;
    left: 0
}

main.upstox-pricing section.pricing-top-head {
    padding: 64px 0 40px;
    position: relative
}

main.upstox-pricing section.pricing-top-head h1 {
    font-weight: 700;
    font-size: 48px;
    line-height: 58px;
    letter-spacing: -.035em;
    color: #000
}

main.upstox-pricing section.pricing-top-head p.main-sub-titlee {
    font-weight: 600;
    font-size: 20px;
    line-height: 26px;
    color: #444
}

main.upstox-pricing section.pricing-top-head .price-item .price {
    font-weight: 600;
    font-size: 40px;
    line-height: 48px;
    color: #262626
}

main.upstox-pricing section.pricing-top-head .price-item .price span {
    font-weight: 600;
    font-size: 40px;
    line-height: 48px;
    color: #262626;
    vertical-align: unset
}

.brokerage-calculator-item {
    position: relative
}

.brokerage-calculator-text {
    position: absolute;
    left: 32px;
    top: 32px
}

.brokerage-calculator-text h3 {
    font-size: 36px;
    color: #41246e;
    line-height: 46px;
    font-weight: 600
}

main.upstox-pricing-design.upstox-pricing .flat-brokerage .flat-brokerage-table {
    margin: 0;
    margin-top: 0;
    width: 100%
}

main.upstox-pricing-design.upstox-pricing .up-brokerage-rates .tab-content .brokerage-rates-table tr.heading td {
    padding: 0 15px !important;
    border: 0;
    padding-top: 0 !important;
    padding-bottom: 16px !important;
    font-weight: 600;
    vertical-align: top
}

main.upstox-pricing-design.upstox-pricing .up-brokerage-rates .tab-content .brokerage-rates-table tr.heading td span.subheading {
    text-align: right
}

main.upstox-pricing-design.upstox-pricing .up-brokerage-rates .tab-content .tab-pane .brokerage-rates-table {
    border-collapse: unset
}

main.upstox-pricing-design.upstox-pricing .up-brokerage-rates .tab-content .tab-pane .brokerage-rates-table tr.heading th {
    padding-top: 0 !important
}

main.upstox-pricing-design.upstox-pricing .up-brokerage-rates .tab-content .tab-pane .brokerage-rates-table tr.heading th:first-child {
    padding-bottom: 0 !important
}

main.upstox-pricing-design.upstox-pricing .up-brokerage-rates .tab-content .tab-pane .brokerage-rates-table td h3 {
    line-height: 20px;
    vertical-align: initial;
    font-weight: 700;
    font-size: 16px !important
}

main.upstox-pricing-design.upstox-pricing .up-brokerage-rates .tab-content .tab-pane .brokerage-rates-table tr.heading.onee th {
    border-color: #e2dfe7 !important;
    vertical-align: top;
    padding-top: 16px !important;
    border: 0 !important
}

main.upstox-pricing-design.upstox-pricing .up-brokerage-rates .tab-content .tab-pane .brokerage-rates-table tr.heading.onee th h3 {
    line-height: 20px;
    vertical-align: initial;
    font-weight: 700;
    font-size: 16px !important
}

main.upstox-pricing-design.upstox-pricing .up-brokerage-rates .tab-content .tab-pane .brokerage-rates-table tr.heading.onee td {
    padding-top: 16px !important;
    padding-bottom: 0 !important
}

main.upstox-pricing-design.upstox-pricing .up-brokerage-rates .tab-content .tab-pane .brokerage-rates-table tr.heading.data-onee {
    border-bottom: 0
}

main.upstox-pricing-design.upstox-pricing .up-brokerage-rates .tab-content .tab-pane .brokerage-rates-table tr.heading.data-onee h3 {
    line-height: 20px;
    vertical-align: initial;
    font-weight: 700;
    font-size: 16px !important
}

main.upstox-pricing-design.upstox-pricing .up-brokerage-rates .tab-content .tab-pane .brokerage-rates-table tr.heading.data-onee td {
    padding-top: 16px !important;
    padding-bottom: 0 !important
}

main.upstox-pricing-design.upstox-pricing .up-brokerage-rates .tab-header {
    -ms-flex-pack: justify;
    justify-content: space-between
}

main.upstox-pricing-design.upstox-pricing .up-brokerage-rates .tab-header .tab-item {
    -ms-flex: 1 1 0px;
    flex: 1 1 0
}

main.upstox-pricing-design.upstox-pricing .panel-group-faqs .panel-body a {
    color: #41246e
}

main.upstox-pricing-design.upstox-pricing .panel-group-faqs .panel-body a:hover {
    text-decoration: underline
}

main.upstox-pricing-design.upstox-pricing .mobile-break tbody tr:last-child td:first-child {
    border-bottom-left-radius: 10px !important
}

main.upstox-pricing-design.upstox-pricing .mobile-break tbody tr:last-child td:last-child {
    border-bottom-right-radius: 10px !important
}

main.upstox-pricing-design.upstox-pricing .mobile-btm-space .last-row-border tbody tr:last-child td:first-child {
    border-bottom-left-radius: 10px !important
}

main.upstox-pricing-design.upstox-pricing .mobile-btm-space .last-row-border tbody tr:last-child td:last-child {
    border-bottom-right-radius: 10px !important
}

main.upstox-pricing-design.upstox-pricing .mobile-width-column tbody tr:last-child td:first-child {
    border-bottom-left-radius: 10px !important
}

main.upstox-pricing-design.upstox-pricing .mobile-width-column tbody tr:last-child td:last-child {
    border-bottom-right-radius: 10px !important
}

main.upstox-pricing-design.upstox-pricing .line {
    max-width: 240px;
    margin: auto
}

main.upstox-design-base .price-item .fs-96 {
    font-size: 64px;
    line-height: 80px;
    color: #000
}

.do-more-section .sec-heading h2,
.do-more-section .upstox-option-strategies .faq-sec .heading h2,
.do-more-section .upstox-trading-facility .faq-sec .heading h2,
.upstox-option-strategies .faq-sec .do-more-section .heading h2,
.upstox-trading-facility .faq-sec .do-more-section .heading h2 {
    text-align: center !important
}

.charges-explained-sec .sec-heading h2,
.charges-explained-sec .upstox-option-strategies .faq-sec .heading h2,
.charges-explained-sec .upstox-trading-facility .faq-sec .heading h2,
.upstox-option-strategies .faq-sec .charges-explained-sec .heading h2,
.upstox-trading-facility .faq-sec .charges-explained-sec .heading h2 {
    text-align: left !important
}

p.penalty-note-title {
    font-weight: 700;
    font-size: 14px;
    color: #000;
    line-height: 24px;
    margin-bottom: 16px !important
}

@media screen and (max-width:1600px) and (min-width:1200px) {
    main.upstox-pricing section.pricing-top-head {
        position: relative
    }

    main.upstox-pricing section.pricing-top-head h1 {
        font-weight: 700;
        font-size: 40px;
        line-height: 48px
    }

    main.upstox-pricing section.pricing-top-head p.main-sub-titlee {
        font-weight: 600;
        font-size: 18px;
        line-height: 26px
    }

    main.upstox-pricing section.pricing-top-head .price-item .price,
    main.upstox-pricing section.pricing-top-head .price-item .price span {
        font-weight: 600;
        font-size: 32px;
        line-height: 48px
    }

    .upstox-pricing-design h1.fs-96.sub-title.blue.bold.sec-headingg {
        max-width: 70%;
        margin: 0 auto
    }

    .upstox-pricing-design p.fs-24.mg-t-16.fw-600.main-sub-titlee {
        font-size: 18px
    }
}

@media (max-width:1200px) {
    main.upstox-design-base .price-item .fs-96 {
        font-size: 54px;
        line-height: 80px
    }
}

@media screen and (max-width:1024px) {
    .upstox-pricing-design section.pricing-top-head {
        padding-top: 30px !important
    }

    .upstox-pricing-design h1.fs-96.sub-title.blue.bold.sec-headingg {
        max-width: 100%
    }
}

@media (max-width:991px) {
    main.upstox-pricing-design.upstox-pricing .flat-brokerage .flat-brokerage-table {
        margin-bottom: 30px
    }
}

@media screen and (max-width:767px) {
    main.upstox-pricing section.pricing-top-head {
        padding-top: 32px !important;
        position: relative
    }

    .upstox-option-strategies .faq-sec main.upstox-pricing section.pricing-top-head .heading h1,
    .upstox-trading-facility .faq-sec main.upstox-pricing section.pricing-top-head .heading h1,
    main.upstox-pricing section.pricing-top-head .sec-heading h1,
    main.upstox-pricing section.pricing-top-head .upstox-option-strategies .faq-sec .heading h1,
    main.upstox-pricing section.pricing-top-head .upstox-trading-facility .faq-sec .heading h1 {
        text-align: center;
        color: #000
    }

    .upstox-option-strategies .faq-sec main.upstox-pricing section.pricing-top-head .heading p,
    .upstox-trading-facility .faq-sec main.upstox-pricing section.pricing-top-head .heading p,
    main.upstox-pricing section.pricing-top-head .sec-heading p,
    main.upstox-pricing section.pricing-top-head .upstox-option-strategies .faq-sec .heading p,
    main.upstox-pricing section.pricing-top-head .upstox-trading-facility .faq-sec .heading p {
        text-align: center
    }

    main.upstox-pricing section.pricing-top-head:before {
        height: 40%
    }

    main.upstox-pricing .main-price-box {
        margin-top: 32px
    }

    section.mobile-main.tabing-section {
        overflow-x: hidden
    }

    section.mobile-main.tabing-section .tab-content .tab-pane {
        padding: 0 10px
    }

    section.mobile-main.tabing-section .equity-left h4 {
        line-height: 20px;
        font-size: 14px;
        font-weight: 600;
        color: #000
    }

    .upstox-pricing-design .pricing-main-content-row {
        margin-top: 32px;
        display: block
    }

    .upstox-pricing-design .pricing-main-content-row .price-item {
        width: 100%;
        padding: 0;
        padding-bottom: 16px
    }

    .upstox-pricing-design .pricing-main-content-row .price-item:first-child,
    .upstox-pricing-design .pricing-main-content-row .price-item:last-child {
        border: none
    }

    .upstox-pricing-design section.pricing-top-head {
        padding-top: 16px !important;
        padding-top: 14px;
        padding-bottom: 32px !important
    }

    .upstox-pricing-design .brokerage-row.row.perks-investing-row .col-sm-6 {
        margin-bottom: 24px
    }

    .upstox-pricing-design section.do-more-section .col-md-6 {
        margin-bottom: 32px
    }

    .upstox-pricing-design span.charges-icon {
        width: 100%;
        margin-bottom: 9px
    }

    .upstox-pricing-design .flat-brokerage.services-charges .flat-brokerage-table tbody tr td ul li {
        display: block
    }

    .upstox-pricing-design .price-item {
        padding-bottom: 16px;
        margin-bottom: 16px;
        border-bottom: 1px solid #d1d1d196 !important
    }

    .upstox-pricing-design .tab-header.brokerage-rates-tab-header {
        margin-top: 48px !important
    }

    .upstox-pricing-design .flat-brokerage .flat-brokerage-table thead tr th:first-child {
        border-top-left-radius: 0 !important
    }

    .upstox-pricing-design .flat-brokerage .flat-brokerage-table thead tr th:last-child {
        border-top-right-radius: 0 !important
    }

    main.upstox-pricing-design.upstox-pricing .mobile-width-column tbody tr:last-child td:last-child {
        border-bottom-left-radius: 0 !important;
        border-bottom-right-radius: 0 !important
    }

    .brokerage-calculator-item a {
        width: 100%
    }

    .upstox-pricing .main-get-started-btn {
        padding-top: 20px !important
    }

    .upstox-pricing .main-get-started-btn .form-row {
        position: relative
    }

    .upstox-pricing .main-get-started-btn .form-row .form-group:before {
        top: 26px
    }

    .upstox-pricing .main-get-started-btn .form-row input#txtcontact {
        margin-bottom: 4px
    }

    .upstox-pricing .main-get-started-btn .form-row button.btn.prple_btn.desktop-btn {
        font-size: 0 !important;
        width: 32px !important;
        height: 32px !important;
        position: absolute;
        right: 10px;
        top: 9px;
        background-image: url(../img/pricing/arrow-right.svg) !important;
        background-repeat: no-repeat !important;
        background-size: 16px !important;
        background-position: 50% !important
    }

    .upstox-pricing .main-get-started-btn div#error-message {
        position: static !important;
        margin-bottom: 6px !important
    }

    .upstox-pricing .main-get-started-btn div#error-message span {
        font-size: 10px !important
    }

    .upstox-pricing .line {
        display: none
    }
}

@media screen and (max-width:576px) {
    main.upstox-pricing section.pricing-top-head .price-item {
        display: -ms-flexbox;
        display: flex
    }

    main.upstox-pricing section.pricing-top-head .price-item .price {
        min-width: 40px
    }

    main.upstox-pricing section.pricing-top-head .price-item .price-text-content {
        margin-left: 12px
    }

    main.upstox-pricing section.pricing-top-head .price-item .price-text-content .price-title {
        margin-top: 0
    }

    main.upstox-pricing section.pricing-top-head .main-price-box {
        border-radius: 8px;
        padding: 20px
    }

    main.upstox-pricing section.pricing-top-head .main-price-box .price-text-content .price-title {
        font-weight: 600;
        font-size: 12px;
        line-height: 16px
    }

    main.upstox-pricing section.pricing-top-head .main-price-box .price-text-content .price-desc {
        font-weight: 400;
        font-size: 12px;
        line-height: 16px
    }

    main.upstox-pricing section.pricing-top-head .main-price-box .price-item {
        padding: 0 0 16px
    }

    main.upstox-pricing section.pricing-top-head .main-price-box .price-item:last-child {
        margin-bottom: 0;
        padding-bottom: 0;
        border-bottom: 0 !important
    }

    main.upstox-pricing section.pricing-top-head h1 {
        font-weight: 700;
        font-size: 24px;
        line-height: 32px;
        letter-spacing: -.01em
    }

    main.upstox-pricing section.pricing-top-head p.main-sub-titlee {
        font-weight: 500;
        font-size: 12px;
        line-height: 16px;
        color: #000
    }

    main.upstox-pricing section.pricing-top-head .price-item .price,
    main.upstox-pricing section.pricing-top-head .price-item .price span {
        font-weight: 600;
        font-size: 16px;
        line-height: 24px
    }

    main.upstox-pricing-design.upstox-design-base .price-item .fs-96 {
        font-size: 27px;
        line-height: 32px;
        font-weight: 600
    }

    .upstox-pricing-design.upstox-pricing table.flat-brokerage-table.last-row-border.mobile-break thead tr th {
        border-top-right-radius: 8px !important;
        border-top-left-radius: 8px !important
    }

    .upstox-pricing-design .fs-24 {
        font-size: 14px;
        line-height: 20px;
        margin-top: 8px !important;
        text-align: left
    }

    .upstox-pricing-design .flat-brokerage .flat-brokerage-table thead tr th {
        position: relative
    }

    .upstox-pricing-design .flat-brokerage .flat-brokerage-table thead tr th:first-child {
        border-top-left-radius: 0 !important
    }

    .upstox-pricing-design .flat-brokerage .flat-brokerage-table tbody tr td {
        padding: 16px !important
    }

    .upstox-pricing-design .flat-brokerage .flat-brokerage-table tbody tr td:first-child ul li {
        font-weight: 600
    }

    .upstox-pricing-design .flat-brokerage .flat-brokerage-table tbody tr td .data-text ul li {
        color: #000
    }

    .upstox-pricing-design .flat-brokerage .flat-brokerage-table tr th p {
        line-height: 20px;
        font-weight: 600;
        margin-bottom: 16px
    }

    .upstox-pricing-design .flat-brokerage .flat-brokerage-inner {
        margin-top: 32px !important
    }

    .upstox-pricing-design .flat-brokerage .flat-brokerage-table.mobile-break tr th p:last-child {
        margin-bottom: 0;
        color: #41246e !important
    }

    .upstox-pricing-design .price span.fs-24 {
        font-size: 10px;
        line-height: 16px;
        font-weight: 700
    }

    .upstox-pricing-design .price-title.fs-16 {
        font-size: 14px;
        line-height: 20px !important;
        font-weight: 600;
        text-align: left
    }

    .upstox-pricing-design h2.fs-32.blackColor.title.bold {
        font-size: 24px;
        line-height: 32px !important;
        font-weight: 600;
        text-align: left !important;
        margin-bottom: 0 !important
    }

    .upstox-pricing-design table.brokerage-rates-table thead th {
        font-size: 14px !important;
        font-weight: 600 !important;
        line-height: 20px !important
    }

    .upstox-pricing-design table.brokerage-rates-table thead tr th:first-child {
        padding-top: 24px !important;
        padding-bottom: 16px !important
    }

    .upstox-pricing-design .up-brokerage-rates {
        background-color: #f5f5f5
    }

    .upstox-pricing-design .up-brokerage-rates .tab-content .brokerage-rates-table tr td {
        font-size: 14px !important;
        padding-bottom: 16px !important;
        padding-top: 16px !important
    }

    .upstox-pricing-design .brokerage-rates-container {
        margin: 0 -15px !important
    }

    .upstox-pricing-design section#brokerage-rates-section {
        padding-top: 32px;
        padding-bottom: 7px
    }

    .upstox-pricing-design .brokerage-row.row.perks-investing-row {
        margin-top: 32px
    }

    .upstox-pricing-design section.do-more-section .col-md-6.mobile-btm-space {
        margin-bottom: 16px
    }

    .upstox-pricing-design section.do-more-section .flat-brokerage-inner {
        padding-bottom: 0 !important;
        padding-top: 0 !important
    }

    .upstox-pricing-design h3.penalty-note-title {
        font-weight: 600;
        font-size: 14px;
        line-height: 20px
    }

    .upstox-pricing-design .main-penalty-note ul li p {
        font-weight: 500;
        font-size: 12px;
        line-height: 16px
    }

    .upstox-pricing-design .penalty-note.data-text {
        padding: 16px
    }

    .upstox-pricing-design .brokerage-calculator-text {
        position: absolute;
        left: 24px;
        top: 24px
    }

    .upstox-pricing-design .brokerage-calculator-text h3 {
        font-size: 24px;
        color: #41246e;
        line-height: 32px;
        font-weight: 700
    }

    .upstox-pricing-design .brokerage-calculator-text h3 br {
        display: none
    }

    .upstox-pricing-design section.brokerage-calculator-sec.perks-investing.p-90 {
        padding-bottom: 8px !important
    }

    .upstox-pricing-design section.do-more-section.flat-brokerage {
        padding: 32px 0
    }

    .upstox-pricing-design .bold-data {
        font-weight: 700;
        font-size: 24px;
        line-height: 32px
    }

    .upstox-pricing-design .long-row-data.no-data span {
        line-height: 20px
    }

    .upstox-pricing-design li.mobile-text-color {
        color: #41246e !important
    }

    .upstox-pricing-design .do-more-section.flat-brokerage .flat-brokerage-inner {
        background: none
    }

    .upstox-pricing-design .mobile-width-column {
        padding: 0 !important
    }

    .upstox-pricing-design .do-more-section.flat-brokerage.mobile-sec-pd {
        padding-top: 0;
        padding-bottom: 0
    }

    .upstox-pricing-design .do-more-section.flat-brokerage.mobile-remove-pb {
        padding-bottom: 0
    }

    .upstox-pricing-design.upstox-pricing .flat-brokerage .flat-brokerage-table thead tr th {
        font-weight: 600;
        font-size: 14px;
        line-height: 20px !important;
        text-align: left;
        padding: 16px !important
    }

    .upstox-pricing-design.upstox-pricing .flat-brokerage .flat-brokerage-table thead tr th:last-child {
        border-top-right-radius: 0;
        border-top-left-radius: 0
    }

    .upstox-pricing-design.upstox-pricing .flat-brokerage.services-charges .mobile-width-column .flat-brokerage-table thead tr th {
        font-size: 16px;
        line-height: 24px !important
    }

    .upstox-pricing-design.upstox-pricing .up-brokerage-rates .tab-header .tab-item {
        font-size: 14px;
        line-height: 20px;
        padding: 16px 25px
    }

    .upstox-pricing-design.upstox-design-base .fs-96 {
        font-size: 24px;
        line-height: 32px;
        font-weight: 600
    }

    .upstox-pricing-design.upstox-design-base .price-desc.fs-16 {
        font-size: 14px;
        line-height: 20px !important;
        font-weight: 400
    }

    table.flat-brokerage-table.last-row-border thead tr:first-child th:first-child {
        border-top-left-radius: 10px !important
    }

    table.flat-brokerage-table.last-row-border thead tr:first-child th:last-child {
        border-top-right-radius: 10px !important
    }
}

@media screen and (max-width:767px) {
    main.upstox-pricing section.pricing-top-head .main-price-box .price-item {
        padding: 0 0 16px
    }

    main.upstox-pricing section.pricing-top-head h1 {
        font-weight: 600
    }

    section.mobile-main.tabing-section {
        display: block
    }

    section.mobile-main.tabing-section h2 {
        font-style: normal;
        font-weight: 600;
        font-size: 24px;
        line-height: 32px;
        color: #000;
        padding: 20px
    }

    section.mobile-main.tabing-section .tab-header.brokerage-rates-tab-header {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-align: center;
        align-items: center;
        -ms-flex-pack: distribute;
        justify-content: space-around;
        margin: 0 !important;
        padding: 0
    }

    section.mobile-main.tabing-section .tab-header.brokerage-rates-tab-header .tab {
        width: 33.3%;
        text-align: center;
        padding: 12px 0;
        border-bottom: 2px solid transparent
    }

    section.mobile-main.tabing-section .tab-header.brokerage-rates-tab-header .tab span {
        font-family: Inter;
        font-style: normal;
        font-weight: 600;
        font-size: 13px;
        line-height: 20px;
        text-align: center;
        color: #b1b1b1
    }

    .purple-fade {
        background: rgba(65, 36, 110, .1);
        border-top: 1px solid #000;
        border-bottom: 1px solid #000;
        padding: 20px
    }

    .purple-fade h4 {
        font-weight: 700;
        font-size: 14px;
        line-height: 20px;
        color: #000;
        padding-bottom: 6px
    }

    .purple-fade h4,
    .purple-fade p {
        font-family: Inter;
        font-style: normal
    }

    .purple-fade p {
        font-weight: 500;
        font-size: 12px;
        line-height: 16px;
        color: #444
    }

    .tab-content-equity {
        display: -ms-flexbox;
        display: flex;
        padding: 20px;
        border-bottom: 1px solid #000
    }

    .tab-content-equity :last-child {
        border-bottom: 0
    }

    .tab-content-equity .equity-left {
        width: 40%
    }

    .tab-content-equity .equity-left .equity-left h4 {
        font-family: Inter;
        font-style: normal;
        font-weight: 600;
        font-size: 14px;
        line-height: 20px;
        color: #000
    }

    .tab-content-equity .equity-right {
        width: 60%
    }

    .tab-content-equity .equity-right .equity-sub h5 {
        font-family: Inter;
        font-style: normal;
        font-weight: 700;
        font-size: 14px;
        line-height: 20px;
        color: #000;
        padding-bottom: 6px
    }

    .tab-content-equity .equity-right .equity-sub p {
        font-family: Inter;
        font-style: normal;
        font-weight: 400;
        font-size: 14px;
        line-height: 20px;
        color: #000;
        padding-bottom: 18px
    }

    .tab-content>div:last-child {
        border-bottom: 0
    }

    .mobile-main.tabing-section .tab-header.brokerage-rates-tab-header .tab.tab-item.active {
        border-bottom: 2px solid #000
    }

    .mobile-main.tabing-section .tab-header.brokerage-rates-tab-header .tab.tab-item.active span {
        font-family: Inter;
        font-style: normal;
        font-weight: 600;
        font-size: 14px;
        line-height: 20px;
        text-align: center;
        color: #000
    }

    .up-brokerage-rates.for-desktop {
        display: none
    }

    .upstox-pricing-design section.mobile-main.tabing-section {
        display: block
    }

    section.brokerage-calculator-sec.perks-investing .sec-heading-content {
        text-align: left !important
    }

    section.brokerage-calculator-sec.perks-investing .sec-heading-content h3.fs-32.blackColor.title.bold {
        font-size: 24px;
        line-height: 32px !important;
        text-align: left;
        margin-bottom: 0 !important
    }
}

.finance-articles-data .stocks-list tr {
    display: none
}

.finance-articles-data .stocks-list tr td a {
    text-transform: uppercase
}

.finance-articles-data section.stocks-list.pt-48.pb-64 {
    background: #fff
}

.finance-articles-data .alpha-list-sec.mt-32 {
    padding-bottom: calc(32px + 32 * ((100vw - 576px) / 1344))
}

.finance-articles-data .stocks-indices-breadcrumbs li.icon-remove a:after {
    content: "";
    background-image: none
}

.finance-articles-data .stocks-list-wraper table tbody tr:nth-child(odd) {
    background-color: #f5f5f5
}

@media screen and (max-width:1440px) and (min-width:992px) {
    .finance-articles-data .stock-filter-header .alpha-list .alpha-list-items li a {
        padding: 7px 20px
    }

    .finance-articles-data ul.alpha-list-items.alpha-list-stocks.list-unstyled li {
        max-width: 100% !important;
        display: block;
        -ms-flex: unset !important;
        flex: unset !important
    }
}

:root {
    --lite-purple: #f2ecfd;
    --purple: #61399f;
    --purple-block: #41246e;
    --black: #000;
    --white: #fff;
    --font-inter: "Inter", sans-serif
}

input::-webkit-inner-spin-button,
input::-webkit-outer-spin-button {
    -webkit-appearance: none;
    margin: 0
}

input[type=number] {
    -moz-appearance: textfield
}

main.upstox-mutual-fund-new {
    margin-top: 80px
}

.desktop-hide {
    display: none !important
}

div#error-message span {
    color: red
}

.banner_txt .btn_pddg {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center
}

.banner_txt .btn_pddg h1 {
    margin: 0;
    font-size: 18px;
    font-weight: 700;
    padding-left: 12px;
    color: #000
}

.banner_txt form {
    -ms-flex-direction: column;
    flex-direction: column
}

.banner_txt .form-row {
    display: -ms-flexbox;
    display: flex;
    width: 100%
}

.banner_txt p {
    max-width: 100%;
    position: relative;
    padding-bottom: 28px;
    margin-bottom: 24px;
    font-style: normal;
    font-weight: 400;
    font-size: 10px;
    line-height: 14px;
    color: #666
}

.banner_txt h1 {
    font-size: 24px;
    color: var(--purple-block);
    font-weight: 400
}

.banner_txt .form-group {
    margin-bottom: 0;
    width: 100%;
    margin-right: 11px;
    position: relative
}

.mutual-main {
    background: #f2ecfd;
    padding: 43px 0 0;
    position: relative;
    background-image: url(../img/mutual-fund-new/confetti.svg);
    background-repeat: no-repeat;
    background-size: 553px;
    background-position: 0 100%
}

.mutual-main .mutual-left h2 {
    font-style: normal;
    font-weight: 600;
    font-size: 48px;
    line-height: 56px;
    letter-spacing: -.05em;
    color: #000;
    padding-bottom: 65px;
    margin-bottom: 0
}

.mutual-main .download-main .google-pay {
    margin-right: 17px
}

.mutual-right img {
    position: relative;
    width: 100%
}

.scroll-sub {
    background: #f5f5f5;
    border-radius: 8px;
    padding: 32px;
    height: 480px;
    display: inline-block;
    overflow-y: scroll
}

.scroll-sub ol {
    padding-left: 15px
}

.scroll-sub ol li {
    margin-bottom: 11px;
    margin-top: 11px
}

.scroll-sub p {
    display: inline-block;
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    color: #000
}

.scroll-main {
    padding: 0 0 80px
}

.scroll-sub::-webkit-scrollbar {
    display: none
}

a.explore-mutual-btn {
    padding: 12px 33px;
    background: #41246e;
    border-radius: 9999px;
    color: #fff
}

.find-out p,
a.explore-mutual-btn {
    font-style: normal;
    font-weight: 600;
    font-size: 16px;
    line-height: 24px
}

.find-out p {
    color: #000;
    padding-bottom: 16px;
    margin: 0
}

.find-out {
    padding: 80px 0
}

.upstox-mutual-fund-new .banner-new .pddg_col figure.dsktp-hide {
    bottom: -18px
}

.upstox-mutual-fund-new .faq-sec.calculator_help_section .panel-group .panel-default>.panel-heading h3.panel-title span {
    font-size: 16px;
    color: #000;
    line-height: 24px
}

.upstox-mutual-fund-new .panel-body ul li {
    font-weight: 400;
    font-size: 16px;
    line-height: 24px
}

.upstox-mutual-fund-new .calculator_help_section .panel-group .panel-default>.panel-heading h3.panel-title span {
    font-size: 16px;
    line-height: 24px
}

.upstox-mutual-fund-new .calculator_help_section.section-padding-bottom.faq-sec.p-90 {
    padding-bottom: 0 !important
}

.upstox-mutual-fund-new .panel-body ul li {
    list-style: disc;
    margin-bottom: 20px
}

.upstox-mutual-fund-new .calculator_help_section h3.heading.bold.help_here.text-center {
    font-weight: 700;
    font-size: 32px;
    line-height: 39px;
    color: #41246e
}

.upstox-mutual-fund-new .invest_section .pddg_col .tab-content {
    background-color: #f5f5f5;
    border-radius: 16px
}

.upstox-mutual-fund-new .invest_section .pddg_col .tab-content img {
    width: 100%
}

.upstox-mutual-fund-new .invest_section .pddg_col h2.h2_heading.find-buy-text {
    font-weight: 700;
    font-size: 32px;
    line-height: 39px;
    max-width: 384px
}

.upstox-mutual-fund-new .fund-heading h2 {
    font-style: normal;
    font-weight: 700;
    font-size: 24px;
    line-height: 29px;
    letter-spacing: -.035em;
    color: #41246e;
    margin: 0;
    padding-bottom: 24px
}

.upstox-mutual-fund-new .fund-heading ul li {
    font-family: Inter;
    font-style: normal;
    font-weight: 600;
    font-size: 14px;
    line-height: 20px;
    color: #444;
    display: inline-block;
    padding-right: 12px !important;
    padding: 8px;
    background: #fff;
    border: 1px solid #e5e5e5;
    border-radius: 9999px;
    margin: 0 16px 16px 0
}

.upstox-mutual-fund-new .fund-heading ul li img {
    margin-right: 8px
}

.upstox-mutual-fund-new .fund-heading ul li a {
    font-weight: 600;
    font-size: 14px;
    line-height: 20px;
    color: #444
}

.upstox-mutual-fund-new .crorepati-main {
    padding: 80px 0;
    background: #f5f5f5
}

.upstox-mutual-fund-new .crorepati-main h2 {
    font-weight: 700;
    font-size: 24px;
    line-height: 29px;
    margin-bottom: 8px;
    color: #41246e
}

.upstox-mutual-fund-new .crorepati-main .crorepati-left p {
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    color: #000
}

.upstox-mutual-fund-new .crorepati-main .crorpti-content p {
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    color: #444;
    padding-top: 4px;
    margin-bottom: 0
}

.upstox-mutual-fund-new .crorepati-main .crorpti-content h2 {
    font-style: normal;
    font-weight: 600;
    font-size: 16px;
    line-height: 24px;
    color: #444;
    margin: 0
}

.upstox-mutual-fund-new .fund-heading ul {
    margin: 0
}

.upstox-mutual-fund-new .fund {
    padding: 80px 0 64px
}

.upstox-mutual-fund-new .panel-heading span {
    font-style: normal;
    font-weight: 700;
    font-size: 16px;
    line-height: 24px;
    color: #000;
    padding: 4px 0 !important
}

.upstox-mutual-fund-new .panel-collapse p {
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    color: #444
}

.upstox-mutual-fund-new .crorepati-right {
    display: -ms-flexbox;
    display: flex;
    width: 440px;
    padding: 24px;
    background: #fff;
    border: 1px solid #e5e5e5;
    border-radius: 16px
}

.upstox-mutual-fund-new .crorepati-right img {
    margin-right: 24px;
    width: 40px
}

.upstox-mutual-fund-new a.btn.prple_outline_btn.launch-btn {
    font-size: 14px;
    background: #f7f4f9;
    line-height: 20px;
    cursor: unset
}

.upstox-mutual-fund-new a:hover {
    text-decoration: none
}

.upstox-mutual-fund-new a:focus {
    outline: none;
    text-decoration: none
}

.upstox-mutual-fund-new body {
    font-family: var(--font-inter)
}

.upstox-mutual-fund-new .upstox-mutual-fund-new {
    overflow: hidden
}

.upstox-mutual-fund-new .slick-slide {
    outline: none
}

.upstox-mutual-fund-new .position_relative {
    position: relative
}

.upstox-mutual-fund-new .container_primary {
    max-width: 977px
}

.upstox-mutual-fund-new .container_secondary {
    max-width: 1174px
}

.upstox-mutual-fund-new .container_fld {
    max-width: 1302px;
    margin: 0 auto
}

.upstox-mutual-fund-new .btn.active,
.upstox-mutual-fund-new .btn:active {
    box-shadow: none
}

.upstox-mutual-fund-new .btn.active.focus,
.upstox-mutual-fund-new .btn.active:focus,
.upstox-mutual-fund-new .btn.focus,
.upstox-mutual-fund-new .btn:active.focus,
.upstox-mutual-fund-new .btn:active:focus,
.upstox-mutual-fund-new .btn:focus {
    outline: none
}

.upstox-mutual-fund-new .prple_btn {
    background-color: var(--purple);
    color: var(--white);
    font-size: 12px;
    line-height: 1.33;
    font-weight: 700;
    padding: 8px 16px;
    border-radius: 50px
}

.upstox-mutual-fund-new .prple_btn:focus,
.upstox-mutual-fund-new .prple_btn:hover {
    color: var(--white)
}

.upstox-mutual-fund-new .prple_outline_btn {
    color: var(--purple);
    font-size: 12px;
    font-weight: 700;
    line-height: 1.33;
    padding: 8px 16px;
    border-radius: 50px;
    border: 1px solid var(--purple)
}

.upstox-mutual-fund-new .prple_outline_btn:focus,
.upstox-mutual-fund-new .prple_outline_btn:hover {
    color: var(--purple)
}

.upstox-mutual-fund-new .brdlss_btn {
    color: var(--purple);
    font-size: 14px;
    font-weight: 700;
    padding: 0;
    line-height: 1.14;
    display: -ms-inline-flexbox;
    display: inline-flex
}

.upstox-mutual-fund-new .brdlss_btn img {
    margin-left: 8px
}

.upstox-mutual-fund-new .brdlss_btn:focus,
.upstox-mutual-fund-new .brdlss_btn:hover {
    color: var(--purple)
}

.upstox-mutual-fund-new .white_clr {
    color: var(--white);
    border-color: var(--white)
}

.upstox-mutual-fund-new .white_clr:focus,
.upstox-mutual-fund-new .white_clr:hover {
    color: var(--white)
}

.upstox-mutual-fund-new h2.h2_heading.find-buy-text {
    margin-bottom: 32px;
    padding-bottom: 16px
}

.upstox-mutual-fund-new .h2_heading {
    font-size: 32px;
    color: var(--purple-block);
    line-height: 1.3;
    letter-spacing: -.035em;
    font-weight: 700;
    margin-top: 0;
    max-width: 384px !important;
    padding-bottom: 16px;
    margin-bottom: 25px
}

.upstox-mutual-fund-new .p_txt {
    font-size: 16px;
    line-height: 1.5;
    letter-spacing: -.01em;
    color: #3d3d3dbf
}

.upstox-mutual-fund-new .global_slick_arrws .custom_arrws {
    list-style-type: none;
    display: -ms-flexbox;
    display: flex;
    padding: 0;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: 0
}

.upstox-mutual-fund-new .global_slick_arrws .custom_arrws li {
    padding: 0 8.5px;
    cursor: pointer
}

.upstox-mutual-fund-new .white_badge {
    color: var(--purple);
    background-color: var(--white);
    border-radius: 50px;
    padding: 8px 16px;
    display: block;
    font-size: 16px;
    font-weight: 600;
    line-height: 1.25
}

.upstox-mutual-fund-new .banner-new {
    position: relative
}

.upstox-mutual-fund-new .banner-new:after {
    content: "";
    display: inline-block;
    background: transparent;
    border-bottom-right-radius: 16px;
    height: 25px;
    position: absolute;
    bottom: 25.1%;
    right: 0;
    box-shadow: 0 13px 0 0 var(--white)
}

.upstox-mutual-fund-new .banner-new:before {
    content: "";
    display: inline-block;
    background-color: var(--lite-purple);
    -webkit-clip-path: polygon(0 0, 100% 0, 100% 93%, 0 100%);
    clip-path: polygon(0 0, 100% 0, 100% 93%, 0 100%);
    position: absolute;
    min-height: 486px;
    width: auto;
    z-index: -1;
    border-radius: 16px;
    left: 20px;
    right: 20px
}

.upstox-mutual-fund-new .banner-new .coantainer_sec {
    padding: 53px 0
}

.upstox-mutual-fund-new .banner-new .pddg_col {
    padding: 0 35.5px
}

.upstox-mutual-fund-new .banner-new .pddg_col figure.dsktp-hide img {
    margin: auto 0 auto auto
}

.upstox-mutual-fund-new .banner_txt {
    padding: 47px 130px 47px 67px;
    background-color: var(--white);
    border-radius: 12px;
    position: relative
}

.upstox-mutual-fund-new .banner_txt:before {
    content: "";
    display: inline-block;
    background-color: var(--purple);
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    height: 100%;
    max-width: 605px;
    border-radius: 12px;
    transform: rotate(-5deg);
    z-index: -1
}

.upstox-mutual-fund-new .banner_txt:after {
    content: "";
    display: inline-block;
    background: radial-gradient(75.85% 75.85% at 50% -39.83%, #e5ddf4 0, rgba(242, 236, 253, 0) 100%);
    position: absolute;
    bottom: -30px;
    left: 0;
    right: 0;
    min-height: 30px;
    width: 100%;
    z-index: -2
}

.upstox-mutual-fund-new .banner_txt h2 {
    font-size: 40px;
    color: var(--purple-block);
    font-weight: 700;
    line-height: 1.17;
    margin-bottom: 24px;
    letter-spacing: -.035em
}

.upstox-mutual-fund-new .banner_txt h2 span {
    font-size: 27px;
    font-weight: 400
}

.upstox-mutual-fund-new .banner_txt form {
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 12px
}

.upstox-mutual-fund-new .banner_txt form .form-group {
    margin-bottom: 0;
    width: 100%;
    margin-right: 11px;
    position: relative
}

.upstox-mutual-fund-new .banner_txt form .form-group:before {
    content: "+91";
    display: inline-block;
    background-color: #f9f9f9;
    padding: 8px 12px;
    border-radius: 24px;
    font-size: 14px;
    font-weight: 700;
    color: #444;
    line-height: 1.4;
    position: absolute;
    top: 27px;
    transform: translateY(-50%);
    z-index: 1;
    left: 8px
}

.upstox-mutual-fund-new .banner_txt form .form-control {
    border: 1px solid #444;
    box-shadow: 0 1px 10px rgba(97, 57, 159, .06);
    border-radius: 32px;
    padding: 15px 16px 15px 75px;
    height: auto;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.5;
    position: relative;
    height: 54px
}

.upstox-mutual-fund-new .banner_txt form .form-control::-webkit-input-placeholder {
    color: #8b8b8b
}

.upstox-mutual-fund-new .banner_txt form .form-control:-ms-input-placeholder,
.upstox-mutual-fund-new .banner_txt form .form-control::-ms-input-placeholder {
    color: #8b8b8b
}

.upstox-mutual-fund-new .banner_txt form .form-control::placeholder {
    color: #8b8b8b
}

.upstox-mutual-fund-new .banner_txt form .form-control:focus {
    border: 2px solid #61399f
}

.upstox-mutual-fund-new .banner_txt form .prple_btn {
    height: -webkit-fit-content;
    height: -moz-fit-content;
    height: fit-content;
    padding: 18px 19px
}

.upstox-mutual-fund-new .banner_txt p {
    font-size: 10px;
    color: #666;
    line-height: 1.4;
    max-width: 100%;
    position: relative;
    padding-bottom: 28px;
    margin-bottom: 24px
}

.upstox-mutual-fund-new .banner_txt p:after {
    content: "";
    display: inline-block;
    background-color: #61399f4d;
    height: 2px;
    min-width: 164px;
    position: absolute;
    bottom: 0;
    left: 0
}

.upstox-mutual-fund-new .banner_txt ul {
    display: -ms-flexbox;
    display: flex;
    margin: 0 -19px
}

.upstox-mutual-fund-new .banner_txt ul li {
    padding: 0 19px
}

.upstox-mutual-fund-new .banner_txt ul li:first-child h5 {
    display: -ms-flexbox;
    display: flex
}

.upstox-mutual-fund-new .banner_txt ul li:first-child h5 span {
    -ms-flex-item-align: center;
    align-self: center;
    margin-left: 2px;
    margin-bottom: 4px
}

.upstox-mutual-fund-new .banner_txt ul li h5 {
    font-size: 18px;
    color: #444;
    line-height: 1.77;
    margin: 0;
    font-weight: 700
}

.upstox-mutual-fund-new .banner_txt ul li span {
    font-size: 12px;
    line-height: 1.66;
    color: #3d3d3dbf;
    font-weight: 400;
    vertical-align: text-top
}

.upstox-mutual-fund-new .banner_txt ul li:last-child {
    line-height: 1.77;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    min-height: 51px;
    -ms-flex-pack: center;
    justify-content: center
}

.upstox-mutual-fund-new .banner_txt ul li:last-child img {
    display: block;
    margin-bottom: 5px
}

.upstox-mutual-fund-new .one_platform {
    padding: 64px 0 90px;
    background-color: #f5f5f5
}

.upstox-mutual-fund-new .one_platform .text-center {
    margin-bottom: 61px
}

.upstox-mutual-fund-new .one_platform .text-center h2 {
    margin-bottom: 8px
}

.upstox-mutual-fund-new .one_platform .text-center p {
    margin-bottom: 24px
}

.upstox-mutual-fund-new .one_platform .row {
    margin: 0 -25.5px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.upstox-mutual-fund-new .one_platform .col-md-4 {
    padding: 0 10.5px;
    margin-bottom: 21px
}

.upstox-mutual-fund-new .platform_card {
    text-align: left;
    padding: 24px;
    height: 100%;
    background: #fff;
    border: 1px solid #e5e5e5;
    border-radius: 16px;
    transition: .3s ease-in-out 0s
}

.upstox-mutual-fund-new .platform_card:hover {
    box-shadow: 0 4px 4px #bababa59
}

.upstox-mutual-fund-new .platform_card figure {
    margin-bottom: 16px
}

.upstox-mutual-fund-new .platform_card figure img {
    margin: auto auto auto 0;
    width: 40px;
    height: 40px
}

.upstox-mutual-fund-new .platform_card h3 {
    letter-spacing: -.01em;
    position: relative;
    margin: 0;
    font-style: normal;
    font-weight: 600;
    font-size: 16px;
    line-height: 24px;
    color: #000;
    margin-bottom: 4px
}

.upstox-mutual-fund-new .platform_card p {
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 20px;
    color: #444
}

.upstox-mutual-fund-new .platform_card .badge {
    background-color: var(--purple);
    color: var(--white);
    font-size: 10px;
    position: absolute;
    top: -10px;
    left: 3px;
    padding: 5px 7px;
    font-weight: 600;
    border-radius: 2px;
    display: none
}

.upstox-mutual-fund-new .platform_card.active .badge {
    display: block
}

.upstox-mutual-fund-new a.explore-mutual {
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 12px 24px;
    background: #41246e;
    border-radius: 24px;
    font-weight: 700;
    font-size: 12px;
    line-height: 16px;
    -ms-flex-align: center;
    align-items: center;
    text-align: center;
    color: #fff;
    display: inline-block;
    cursor: pointer
}

.upstox-mutual-fund-new .explore-main {
    text-align: center;
    padding-top: 40px
}

.upstox-mutual-fund-new .download_apps {
    padding: 40px 0
}

.upstox-mutual-fund-new .download_apps .container_primary {
    background-color: var(--lite-purple);
    padding: 64px 64px 0;
    border-radius: 16px
}

.upstox-mutual-fund-new .download_apps h2 {
    color: var(--purple);
    margin-bottom: 36px;
    line-height: 1.22
}

.upstox-mutual-fund-new .download_apps ul {
    display: -ms-flexbox;
    display: flex;
    margin: 0 -5.835px
}

.upstox-mutual-fund-new .download_apps ul li {
    padding: 0 5.835px
}

.upstox-mutual-fund-new .help_you_invest {
    padding: 64px 0
}

.upstox-mutual-fund-new .help_you_invest .help_u_sec {
    background-image: url(../img/mutual-fund-new/help_u_bg.png);
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: cover;
    min-height: 665px;
    width: 100%;
    border-radius: 8px;
    padding: 68px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    height: 100%;
    -ms-flex-pack: end;
    justify-content: flex-end;
    position: relative
}

.upstox-mutual-fund-new .help_you_invest .help_u_sec h2 {
    font-size: 56px;
    font-weight: 600;
    line-height: 1.1;
    color: var(--white);
    max-width: 670px;
    margin-bottom: 27px
}

.upstox-mutual-fund-new .help_you_invest .help_u_sec h2 span {
    color: #d7c8f8;
    position: relative
}

.upstox-mutual-fund-new .help_you_invest .help_u_sec h2 span:after {
    content: "";
    display: inline-block;
    background-color: #d7c8f8;
    height: 3px;
    width: 100%;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0
}

.upstox-mutual-fund-new .help_you_invest .help_u_sec .invest_pointers {
    background-color: var(--white);
    padding: 11px 16px;
    border-radius: 50px;
    color: #444;
    font-size: 12px;
    font-weight: 600;
    position: absolute
}

.upstox-mutual-fund-new .help_you_invest .help_u_sec .invest_pointers img {
    margin-left: 16px
}

.upstox-mutual-fund-new .help_you_invest .help_u_sec .pointer1 {
    top: 30%;
    transform: translateY(-30%)
}

.upstox-mutual-fund-new .help_you_invest .help_u_sec .pointer2 {
    left: 50%;
    transform: translate(-50%, -45%);
    top: 45%
}

.upstox-mutual-fund-new .help_you_invest .help_u_sec .pointer3 {
    right: 15%;
    top: 20%;
    transform: translate(-20%, -15%)
}

.upstox-mutual-fund-new .help_you_invest .help_u_sec .pointer4 {
    right: 6%;
    bottom: 38%;
    transform: translate(-6%, -38%)
}

.upstox-mutual-fund-new .press_sec {
    padding: 40px 0
}

.upstox-mutual-fund-new .press_sec .row {
    display: -ms-flexbox;
    display: flex;
    margin: 0 -30px
}

.upstox-mutual-fund-new .press_sec h2 {
    margin-bottom: 32px
}

.upstox-mutual-fund-new .press_card {
    border: 1px solid #e9e9e0;
    border-radius: 16px;
    padding: 21px 20px;
    height: 100%
}

.upstox-mutual-fund-new .press_card figure {
    margin-bottom: 20px
}

.upstox-mutual-fund-new .press_card p {
    font-size: 12px;
    color: #444;
    line-height: 1.3;
    font-weight: 300;
    letter-spacing: -.01em;
    margin-bottom: 0
}

.upstox-mutual-fund-new .dnt_tke_our_wrds {
    padding: 40px 0
}

.upstox-mutual-fund-new .dnt_tke_our_wrds.container_fld {
    max-width: 1366px
}

.upstox-mutual-fund-new .dnt_tke_our_wrds h2 {
    margin-bottom: 65px
}

.upstox-mutual-fund-new .dnt_tke_our_wrds .our_wrds_card {
    padding: 35px 26px;
    background-color: #f8f7f5;
    border-radius: 8px;
    margin: 0 10px;
    transition: .5s
}

.upstox-mutual-fund-new .dnt_tke_our_wrds .our_wrds_card p {
    font-size: 16px;
    color: #444;
    font-weight: 300;
    margin-bottom: 25px;
    line-height: 1.3
}

.upstox-mutual-fund-new .dnt_tke_our_wrds .our_wrds_card figure {
    margin-bottom: 8px
}

.upstox-mutual-fund-new .dnt_tke_our_wrds .our_wrds_card h6 {
    font-size: 18px;
    font-weight: 500;
    line-height: 1.5;
    letter-spacing: -.01em;
    color: #3d3d3d;
    margin: 0
}

.upstox-mutual-fund-new .dnt_tke_our_wrds .our_wrds_card label {
    font-size: 10px;
    color: var(--purple);
    font-weight: 600;
    letter-spacing: 1px;
    text-transform: uppercase;
    margin-bottom: 0
}

.upstox-mutual-fund-new .dnt_tke_our_wrds .our_wrds_card:focus {
    outline: none
}

.upstox-mutual-fund-new .dnt_tke_our_wrds .dnt_tke_slider {
    transition: .5s
}

.upstox-mutual-fund-new .dnt_tke_our_wrds .dnt_tke_slider .slick-current.slick-active .our_wrds_card {
    background-color: var(--lite-purple)
}

.upstox-mutual-fund-new .dnt_tke_our_wrds .slick-slide.slick-active .our_wrds_card {
    margin-top: 7rem
}

.upstox-mutual-fund-new .dnt_tke_our_wrds .slick-slide.slick-current.slick-active .our_wrds_card {
    margin-top: 0;
    margin-bottom: 7rem
}

.upstox-mutual-fund-new .transparent_pricing {
    padding: 60px 0 40px
}

.upstox-mutual-fund-new .transparent_pricing .container_primary {
    background-color: var(--lite-purple);
    border-radius: 16px;
    padding: 53px 40px 120px;
    background-image: url(../img/mutual-fund-new/trans_bg.svg);
    background-position: 100% 100%;
    background-repeat: no-repeat
}

.upstox-mutual-fund-new .transparent_pricing .trans_content h2 {
    max-width: 334px;
    margin: 0 auto 24px;
    color: var(--purple)
}

.upstox-mutual-fund-new .transparent_pricing .trans_content h2 sup {
    font-size: 16px;
    top: -3px
}

.upstox-mutual-fund-new .transparent_pricing .trans_content .prple_outline_btn {
    margin-bottom: 21px
}

.upstox-mutual-fund-new .transparent_pricing .trans_content .p_txt {
    color: #3d3d3d;
    margin-bottom: 23px
}

.upstox-mutual-fund-new .transparent_pricing .trans_content .pricing_card {
    border-radius: 7px;
    background-color: var(--white);
    padding: 24px 22px;
    text-align: center;
    height: 100%
}

.upstox-mutual-fund-new .transparent_pricing .trans_content .pricing_card h3 {
    font-size: 50px;
    font-weight: 700;
    color: var(--purple);
    letter-spacing: -.035em;
    line-height: 1.3;
    margin: 0 0 5px;
    position: relative;
    display: inline-block
}

.upstox-mutual-fund-new .transparent_pricing .trans_content .pricing_card h3:before {
    content: "";
    display: inline-block;
    background-image: url(../img/mutual-fund-new/rupee.svg);
    background-repeat: no-repeat;
    height: 18px;
    width: 11px;
    position: absolute;
    top: 13px;
    left: -13px
}

.upstox-mutual-fund-new .transparent_pricing .trans_content .pricing_card label {
    font-size: 16px;
    font-weight: 600;
    color: var(--purple-block);
    letter-spacing: -.01em;
    line-height: 1.62;
    margin: 0 0 1px;
    display: block
}

.upstox-mutual-fund-new .transparent_pricing .trans_content .pricing_card p {
    font-size: 12px;
    font-weight: 400;
    color: #444;
    letter-spacing: -.01em;
    line-height: 1.3
}

.upstox-mutual-fund-new .transparent_pricing .trans_content .row {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 0 -9px 55px
}

.upstox-mutual-fund-new .transparent_pricing .trans_content .col-md-3 {
    padding: 0 9px
}

.upstox-mutual-fund-new .transparent_pricing .brokerage_txt h5 {
    font-size: 24px;
    line-height: 1.03;
    letter-spacing: -.01em;
    color: #3d3d3d;
    font-weight: 600;
    margin: 0 0 24px
}

.upstox-mutual-fund-new .transparent_pricing .brokerage_txt ul {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    max-width: 545px;
    margin-bottom: 19px
}

.upstox-mutual-fund-new .transparent_pricing .brokerage_txt li {
    margin-right: 12px;
    margin-bottom: 13px
}

.upstox-mutual-fund-new .transparent_pricing .brokerage_txt li a {
    text-decoration: none
}

.upstox-mutual-fund-new .transparent_pricing .brokerage_txt li:last-child {
    margin-right: 0
}

.upstox-mutual-fund-new .invest_section {
    padding: 80px 0 40px
}

.upstox-mutual-fund-new .invest_section .nav_list {
    display: -ms-flexbox;
    display: flex;
    border-bottom: 1px solid #f2ecfd;
    position: relative;
    -ms-flex-pack: center;
    justify-content: center;
    max-width: 574px;
    margin: 0 auto 92px
}

.upstox-mutual-fund-new .invest_section .nav_list:after {
    content: "";
    display: inline-block;
    background: radial-gradient(75.85% 75.85% at 50% -39.83%, #e5ddf4 0, rgba(242, 236, 253, 0) 100%);
    min-height: 118px;
    width: 100%;
    position: absolute;
    top: 100%
}

.upstox-mutual-fund-new .invest_section .nav_list li {
    padding: 24px 38px
}

.upstox-mutual-fund-new .invest_section .nav_list li a {
    font-size: 20px;
    color: var(--purple-block);
    font-weight: 600;
    line-height: 1.25;
    letter-spacing: -.035em;
    margin: 0;
    opacity: .3
}

.upstox-mutual-fund-new .invest_section .nav_list li.active a {
    opacity: 1
}

.upstox-mutual-fund-new .invest_section .tab-content .row {
    margin: 0 -45.5px;
    display: -ms-flexbox;
    display: flex
}

.upstox-mutual-fund-new .invest_section .tab-content .row .col-md-6 {
    padding: 0 8px
}

.upstox-mutual-fund-new .invest_section .tab-content .row .col-md-6 .row {
    margin: 0 -15px;
    -ms-flex-direction: column;
    flex-direction: column
}

.upstox-mutual-fund-new .invest_section .tab-content .row .col-md-6 .col-md-12 {
    margin-bottom: 16px
}

.upstox-mutual-fund-new .invest_section .tab-content .row .col-md-6 .col-md-12:last-child {
    margin-bottom: 0
}

.upstox-mutual-fund-new .invest_section .tab-content .pddg_col {
    padding: 0 23.5px
}

.upstox-mutual-fund-new .int_tab_list .p_txt {
    margin-bottom: 56px
}

.upstox-mutual-fund-new .int_tab_list ul {
    margin-bottom: 32px
}

.upstox-mutual-fund-new .int_tab_list ul li {
    position: relative;
    padding: 0 25px;
    display: inline-block;
    margin-bottom: 24px
}

.upstox-mutual-fund-new .int_tab_list ul li:last-child {
    margin-bottom: 0
}

.upstox-mutual-fund-new .int_tab_list ul li.active {
    position: relative
}

.upstox-mutual-fund-new .int_tab_list ul li.active:before {
    content: "";
    display: inline-block;
    background-color: var(--purple);
    height: 63px;
    width: 4px;
    position: absolute;
    left: 0
}

.upstox-mutual-fund-new .int_tab_list ul li.active h3 {
    opacity: 1
}

.upstox-mutual-fund-new .int_tab_list ul li h3 {
    font-size: 18px;
    color: var(--black);
    font-weight: 600;
    line-height: 1.44;
    margin: 0;
    opacity: .5
}

.upstox-mutual-fund-new .int_tab_list ul li h3 span {
    font-size: 16px;
    line-height: 1.5;
    color: #444;
    letter-spacing: -.01em;
    position: relative;
    margin-right: 15px;
    padding: unset;
    display: unset;
    margin-bottom: 0;
    display: block
}

.upstox-mutual-fund-new .int_tab_list ul li ul {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-bottom: 0
}

.upstox-mutual-fund-new .int_tab_list ul li ul li {
    font-size: 16px;
    line-height: 1.5;
    color: #444;
    letter-spacing: -.01em;
    position: relative;
    margin-right: 15px;
    padding: unset;
    display: unset;
    margin-bottom: 0;
    opacity: .5
}

.upstox-mutual-fund-new .int_tab_list ul li ul li:after {
    content: "";
    display: inline-block;
    background-color: #444;
    width: 1px;
    position: absolute;
    right: -8px;
    top: 50%;
    transform: translateY(-50%);
    min-height: 18px
}

.upstox-mutual-fund-new .int_tab_list ul li ul li:last-child:after {
    background-color: transparent
}

.upstox-mutual-fund-new .int_tab_list ul+.btn_pddg {
    padding: 0 25px
}

.upstox-mutual-fund-new .int_tab_list ul li.active h6,
.upstox-mutual-fund-new .int_tab_list ul li.active ul li {
    opacity: 1
}

.upstox-mutual-fund-new .learn_all_card figure img {
    width: 100%;
    border-radius: 8px 8px 0 0;
    max-height: 253px;
    -o-object-fit: cover;
    object-fit: cover
}

.upstox-mutual-fund-new .learn_all_card .card-body {
    background-color: var(--lite-purple);
    padding: 20px 29px;
    border-radius: 0 0 8px 8px
}

.upstox-mutual-fund-new .desktop-hide {
    display: none !important
}

.upstox-mutual-fund-new .learn_all_card .card-body h5,
.upstox-mutual-fund-new .sm_learn_crd .media-body h5 {
    font-size: 22px;
    color: var(--purple-block);
    line-height: 1.2
}

.upstox-mutual-fund-new .learn_all_card .card-body p,
.upstox-mutual-fund-new .sm_learn_crd .media-body p {
    font-size: 16px;
    color: #3d3d3d;
    line-height: 1.5
}

.upstox-mutual-fund-new .sm_learn_crd {
    display: inline-block;
    border-radius: 8px;
    height: 100%
}

.upstox-mutual-fund-new .sm_learn_crd figure img {
    height: 189px
}

.upstox-mutual-fund-new .sm_learn_crd .media-left {
    padding-right: 0
}

.upstox-mutual-fund-new .sm_learn_crd .media-body {
    padding: 22px 15px;
    background-color: var(--lite-purple)
}

.upstox-mutual-fund-new .sm_learn_crd .media-body h5 {
    margin: 0;
    margin-bottom: 8px
}

.upstox-mutual-fund-new .mb_44 {
    margin-bottom: 44px
}

.upstox-mutual-fund-new .mb_44 .p_txt {
    margin-bottom: 0
}

.upstox-mutual-fund-new .banner-new {
    max-width: 1560px;
    padding: 0 20px
}

.upstox-mutual-fund-new .banner-new .coantainer_sec {
    max-width: 100% !important;
    width: auto;
    padding: 53px 102px !important
}

.upstox-mutual-fund-new .banner-new .pddg_col figure.dsktp-hide img {
    margin: 0 0 0 auto !important
}

.upstox-mutual-fund-new ul#list-data li.active a p {
    opacity: 1
}

.upstox-mutual-fund-new ul#list-data li a p {
    font-size: 16px;
    line-height: 1.5;
    color: #444;
    letter-spacing: -.01em;
    position: relative;
    margin-right: 15px;
    padding: unset;
    display: unset;
    margin-bottom: 0;
    opacity: .5
}

.upstox-mutual-fund-new .invest_section .allinoneDashboard {
    background-color: transparent;
    padding: 0 !important
}

.upstox-mutual-fund-new .leftSelector div#sync2 {
    display: inline-block
}

.upstox-mutual-fund-new .linkerBox {
    cursor: pointer
}

.upstox-mutual-fund-new .linkerBox h6 {
    font-style: normal;
    font-weight: 600;
    font-size: 18px;
    line-height: 26px;
    letter-spacing: -.01em;
    color: #000;
    margin: 0;
    opacity: .5
}

.upstox-mutual-fund-new .linkerBox p {
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    letter-spacing: -.01em;
    color: #444;
    margin: 0;
    opacity: .5
}

.upstox-mutual-fund-new .leftSelector .active.current .linkerBox h6,
.upstox-mutual-fund-new .leftSelector .active.current .linkerBox p {
    color: #000;
    opacity: 1
}

.upstox-mutual-fund-new .leftSelector .headingss {
    padding: 0
}

.upstox-mutual-fund-new .leftSelector .linkerBox {
    width: 100% !important;
    border-radius: 8px;
    padding: 0 0 0 18px !important;
    position: relative
}

.upstox-mutual-fund-new .leftSelector .active.current .linkerBox:before {
    content: "";
    position: absolute;
    left: 0;
    width: 4px;
    height: 63px;
    top: 4px;
    background: #43165c
}

.upstox-mutual-fund-new .mob-hide .leftSelector .owl-item {
    width: 100% !important
}

.upstox-mutual-fund-new .allinoneDashboard h2.h2_heading.find-buy-text {
    margin-bottom: 32px;
    padding-bottom: 16px;
    font-family: Inter;
    font-style: normal;
    letter-spacing: -.035em;
    color: #41246e;
    text-align: left;
    font-weight: 700;
    font-size: 32px;
    line-height: 39px;
    max-width: 384px;
    margin: 0
}

.upstox-mutual-fund-new .leftSelector .btn_pddg {
    padding-left: 16px
}

.upstox-mutual-fund-new .customContainer .btn_pddg a.btn.prple_outline_btn {
    margin-top: 32px
}

.upstox-mutual-fund-new .invest_section .container.customContainer {
    max-width: 1018px !important
}

.upstox-mutual-fund-new .customContainer .image-left-crousl .item {
    background-color: #f5f5f5;
    border-radius: 16px;
    padding: 26px 17px 0
}

.upstox-mutual-fund-new .banner-new .pddg_col figure.dsktp-hide {
    position: relative
}

.upstox-mutual-fund-new .banner-new .pddg_col figure.dsktp-hide img {
    position: relative;
    bottom: 0;
    height: 396px;
    -o-object-fit: cover;
    object-fit: cover
}

@media (max-width:1400px) {
    .upstox-mutual-fund-new .mutual-right img {
        right: 0
    }

    .upstox-mutual-fund-new .banner-new .coantainer_sec {
        padding: 40px 22px !important
    }

    .upstox-mutual-fund-new .banner_txt h2 {
        font-size: 32px
    }

    .upstox-mutual-fund-new .banner-new .pddg_col figure.dsktp-hide img {
        height: 409px
    }
}

@media (max-width:1199px) {
    .upstox-mutual-fund-new .crorepati-right {
        width: 340px
    }

    .upstox-mutual-fund-new .download-main {
        display: -ms-flexbox;
        display: flex
    }

    .upstox-mutual-fund-new .mutual-main .mutual-left h2 {
        font-size: 28px;
        line-height: 35px;
        padding-bottom: 28px
    }

    .upstox-mutual-fund-new .banner_txt {
        padding: 27px 20px
    }

    .upstox-mutual-fund-new .mbl_invest .tab-content .tab-pane figure img {
        height: 100%;
        -o-object-fit: contain;
        object-fit: contain
    }
}

.upstox-mutual-fund-new div#invest .tab-content figure {
    background-color: #f5f5f5;
    border-radius: 16px;
    padding: 26px 17px 0;
    margin: 0 !important;
    height: 400px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: end;
    align-items: flex-end;
    -ms-flex-pack: center;
    justify-content: center
}

.upstox-mutual-fund-new .int_tab_list {
    padding: 0 50.5px
}

.upstox-mutual-fund-new div#invest .tab-content {
    max-width: 100% !important;
    margin: 0
}

.upstox-mutual-fund-new div#invest .tab-content figure {
    width: 100% !important;
    max-width: 100%
}

.upstox-mutual-fund-new section.invest_section .container.container_primary {
    width: auto !important;
    max-width: 1300px
}

.upstox-mutual-fund-new section.invest_section .container.container_primary .tab-content .tab-pane {
    width: 100% !important;
    max-width: 100% !important
}

@media only screen and (max-width:991px) {
    .upstox-mutual-fund-new .crorepati-main {
        padding: 64px 0
    }

    .upstox-mutual-fund-new .col-md-7.pddg_col {
        padding: 0 !important
    }

    .upstox-mutual-fund-new .dsktp-hide {
        display: none
    }

    .upstox-mutual-fund-new .h2_heading {
        font-size: 24px
    }

    .upstox-mutual-fund-new .p_txt {
        font-size: 16px
    }

    .upstox-mutual-fund-new .white_badge {
        font-size: 14px;
        font-weight: 500
    }

    .upstox-mutual-fund-new .global_slick_arrws .custom_arrws {
        position: static;
        -ms-flex-pack: center;
        justify-content: center;
        transform: unset;
        display: none
    }

    .upstox-mutual-fund-new .banner_txt {
        text-align: center;
        padding: 24px 16px
    }

    .upstox-mutual-fund-new .banner-new:before {
        -webkit-clip-path: none;
        clip-path: none;
        min-height: 100%
    }

    .upstox-mutual-fund-new .banner-new figure img {
        margin: 0 auto
    }

    .upstox-mutual-fund-new .banner-new:before {
        left: 0;
        right: 0
    }

    .upstox-mutual-fund-new .banner-new .pddg_col {
        margin-bottom: 30px
    }

    .upstox-mutual-fund-new .banner_txt:before {
        background-color: transparent
    }

    .upstox-mutual-fund-new .banner_txt form .prple_btn {
        display: none
    }

    .upstox-mutual-fund-new .banner_txt form .form-group {
        margin-right: 0
    }

    .upstox-mutual-fund-new .banner_txt p {
        max-width: 100%
    }

    .upstox-mutual-fund-new .banner_txt ul {
        display: none
    }

    .upstox-mutual-fund-new .banner_txt p:after {
        background-color: transparent
    }

    .upstox-mutual-fund-new .banner_txt p {
        padding-bottom: 0;
        margin: 16px 0
    }

    .upstox-mutual-fund-new .banner_txt p+.prple_btn {
        padding: 12px 35px
    }

    .upstox-mutual-fund-new .banner-new .pddg_col {
        padding: 0 16px
    }

    .upstox-mutual-fund-new .banner-new:after {
        box-shadow: none
    }

    .upstox-mutual-fund-new .banner-new .coantainer_sec {
        padding: 25px 0 0
    }

    .upstox-mutual-fund-new .transparent_pricing .trans_content .row {
        margin-bottom: 44px
    }

    .upstox-mutual-fund-new .transparent_pricing .trans_content .col-md-3 {
        margin-bottom: 16px
    }

    .upstox-mutual-fund-new .transparent_pricing .trans_content .pricing_card {
        padding: 21px 30px;
        text-align: left
    }

    .upstox-mutual-fund-new .transparent_pricing .trans_content .pricing_card h3 {
        font-size: 31px
    }

    .upstox-mutual-fund-new .transparent_pricing .trans_content .pricing_card h3:before {
        height: 15px;
        width: 10px;
        background-size: 100%;
        top: 8px
    }

    .upstox-mutual-fund-new .brokerage_txt {
        text-align: center
    }

    .upstox-mutual-fund-new .transparent_pricing .brokerage_txt h5 {
        font-size: 20px;
        max-width: 300px;
        margin: 0 auto 24px
    }

    .upstox-mutual-fund-new .transparent_pricing .brokerage_txt ul {
        max-width: 100%;
        -ms-flex-pack: center;
        justify-content: center
    }

    .upstox-mutual-fund-new .transparent_pricing .container_primary {
        background-image: none;
        padding: 37px 15px
    }

    .upstox-mutual-fund-new .download_apps {
        text-align: center
    }

    .upstox-mutual-fund-new .download_apps h2 {
        margin-bottom: 20px
    }

    .upstox-mutual-fund-new .download_apps ul {
        -ms-flex-pack: center;
        justify-content: center;
        margin-bottom: 55px
    }

    .upstox-mutual-fund-new .download_apps .mbile-hide img {
        margin: 0 auto
    }

    .upstox-mutual-fund-new .download_apps .container_primary {
        padding: 44px 10px 0
    }

    .upstox-mutual-fund-new .download_apps .col-md-6 {
        padding: 0 5px
    }

    .upstox-mutual-fund-new .dnt_tke_our_wrds .slick-slide.slick-active .our_wrds_card {
        margin-top: 0
    }

    .upstox-mutual-fund-new .dnt_tke_our_wrds .our_wrds_card {
        margin: 0 6.5px !important
    }

    .upstox-mutual-fund-new .dnt_tke_our_wrds h2 {
        margin-bottom: 24px
    }

    .upstox-mutual-fund-new .help_you_invest .help_u_sec {
        padding: 36px 25px
    }

    .upstox-mutual-fund-new .help_you_invest .help_u_sec .invest_pointers {
        display: none
    }

    .upstox-mutual-fund-new .help_you_invest .help_u_sec h2 {
        font-size: 32px
    }

    .upstox-mutual-fund-new .invest_section .tab-content .row {
        display: block
    }

    .upstox-mutual-fund-new .invest_section .tab-content .row .col-md-6 {
        margin-bottom: 20px
    }

    .upstox-mutual-fund-new .invest_section .tab-content .row .col-md-6:last-child {
        margin-bottom: 0
    }

    .upstox-mutual-fund-new .invest_section .learn_all_card {
        display: -ms-flexbox;
        display: flex
    }

    .upstox-mutual-fund-new .invest_section .learn_all_card figure img {
        min-height: 182px;
        max-height: unset;
        width: auto;
        border-radius: 8px 0 0 8px
    }

    .upstox-mutual-fund-new .invest_section .learn_all_card .card-body {
        border-radius: 0 8px 8px 0;
        padding: 22px 15px
    }

    .upstox-mutual-fund-new .press_sec .row {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap
    }

    .upstox-mutual-fund-new .invest_section .tab-content .row,
    .upstox-mutual-fund-new .one_platform .row,
    .upstox-mutual-fund-new .press_sec .row {
        margin: 0
    }

    .upstox-mutual-fund-new .press_sec .col-md-3 {
        padding: 0 9px;
        margin-bottom: 18px
    }

    .upstox-mutual-fund-new .transparent_pricing .brokerage_txt li {
        margin-right: 6px;
        margin-bottom: 11px
    }

    .upstox-mutual-fund-new .trans_content .text-center .p_txt {
        font-size: 12px
    }

    .upstox-mutual-fund-new .one_platform {
        padding: 30px 0
    }

    .upstox-mutual-fund-new .transparent_pricing {
        padding: 30px 0 20px
    }

    .upstox-mutual-fund-new .help_you_invest .help_u_sec {
        min-height: 479px
    }

    .upstox-mutual-fund-new .sm_learn_crd {
        display: -ms-flexbox;
        display: flex
    }

    .upstox-mutual-fund-new .invest_section .nav_list {
        margin-bottom: 45px
    }

    .upstox-mutual-fund-new .invest_section .tab-content .pddg_col {
        margin-bottom: 20px
    }

    .upstox-mutual-fund-new .help_you_invest {
        padding: 30px 0
    }

    .upstox-mutual-fund-new .invest_section {
        padding: 30px 0 10px
    }

    .upstox-mutual-fund-new .int_tab_list .p_txt {
        margin-bottom: 25px
    }

    .upstox-mutual-fund-new .one_platform .col-md-4 {
        padding: 0 5.5px;
        margin-bottom: 10px
    }

    .upstox-mutual-fund-new .platform_card {
        padding: 25px
    }

    .upstox-mutual-fund-new .platform_card figure {
        margin-bottom: 5px
    }

    .upstox-mutual-fund-new .platform_card h3 {
        font-size: 14px
    }

    .upstox-mutual-fund-new .press_sec {
        padding: 20px 0
    }

    .upstox-mutual-fund-new .int_tab_list ul li ul li {
        font-size: 14px
    }

    .upstox-mutual-fund-new .pddg_col figure img {
        margin: 0 auto
    }

    .upstox-mutual-fund-new .int_tab_list {
        padding: 0 42px
    }

    .upstox-mutual-fund-new button.btn.prple_btn.mbile-hide.mobile-btn {
        display: inline-block;
        margin: auto;
        font-weight: 700;
        font-size: 16px;
        line-height: 20px;
        padding: 11px 42px
    }

    .upstox-mutual-fund-new .h2_heading.find-buy-text {
        font-size: 32px;
        line-height: 39px;
        max-width: 384px;
        border: 0 !important;
        padding-bottom: 0;
        margin: auto auto 24px;
        text-align: center
    }

    .upstox-mutual-fund-new a.desktop-hide {
        color: #61399f;
        font-size: 12px;
        font-weight: 700;
        line-height: 1.33;
        padding: 8px;
        border-radius: 50px;
        border: 1px solid #61399f;
        display: -ms-flexbox !important;
        display: flex !important;
        -ms-flex-align: center;
        align-items: center;
        -ms-flex-pack: center;
        justify-content: center;
        max-width: 99px;
        margin: auto auto 30px
    }

    .upstox-mutual-fund-new section.one_platform .h2_heading {
        max-width: 278px;
        margin: auto
    }

    .upstox-mutual-fund-new .find-out p {
        font-style: normal;
        font-weight: 500;
        font-size: 12px;
        line-height: 16px
    }

    .upstox-mutual-fund-new .banner_txt form {
        margin: 0 !important
    }

    .upstox-mutual-fund-new a.explore-mutual-btn {
        font-style: normal;
        font-weight: 700;
        font-size: 12px;
        line-height: 16px;
        padding: 12px 20px
    }

    .upstox-mutual-fund-new .invest_section .row {
        -ms-flex-direction: column-reverse !important;
        flex-direction: column-reverse !important;
        display: -ms-flexbox !important;
        display: flex !important
    }

    .upstox-mutual-fund-new .invest_section .nav_list::-webkit-scrollbar {
        display: none
    }

    .upstox-mutual-fund-new .invest_section {
        padding: 73px 0 50px !important
    }

    .upstox-mutual-fund-new .invest_section .pddg_col {
        text-align: center
    }

    .upstox-mutual-fund-new .invest_section .pddg_col .tab-content {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-pack: center;
        justify-content: center
    }

    .upstox-mutual-fund-new .prple_outline_btn {
        background-color: transparent !important;
        border: 0;
        margin-bottom: 0;
        padding-bottom: 0;
        padding-top: 0
    }

    .upstox-mutual-fund-new .banner-new .coantainer_sec {
        padding: 21px 16px 0 !important
    }

    .upstox-mutual-fund-new .banner-new:before {
        border-radius: 0 !important
    }

    .upstox-mutual-fund-new .pddg_col {
        margin-bottom: 0 !important
    }

    .upstox-mutual-fund-new a.btn.prple_outline_btn.launch-btn {
        border: 0;
        background-color: transparent;
        font-size: 12px;
        line-height: 15px;
        color: #5a298b;
        margin-bottom: 0
    }

    .upstox-mutual-fund-new .banner_txt h2 {
        font-size: 28px;
        line-height: 34px;
        text-align: center;
        letter-spacing: -.035em;
        margin: 8px 0 24px
    }

    .upstox-mutual-fund-new .banner_txt form .form-control {
        margin-bottom: 0
    }

    .upstox-mutual-fund-new img.img-responsive {
        margin-top: 15px !important
    }

    .upstox-mutual-fund-new .crorepati-right {
        width: 100%
    }

    .upstox-mutual-fund-new .container_primary .row {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap
    }

    .upstox-mutual-fund-new .one_platform .col-md-4 {
        width: 100%;
        -ms-flex: auto;
        flex: auto
    }

    .upstox-mutual-fund-new .platform_card {
        padding: 16px 16px 16px 73px;
        position: relative
    }

    .upstox-mutual-fund-new .platform_card figure {
        position: absolute;
        left: 16px;
        top: 18px
    }

    .upstox-mutual-fund-new .mutual-main .mutual-left h2 {
        font-size: 28px;
        line-height: 36px;
        text-align: center;
        padding-bottom: 24px;
        margin: auto
    }

    .upstox-mutual-fund-new .mutual-main .download-main {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-align: center;
        align-items: center
    }

    .upstox-mutual-fund-new .mutual-main .mutual-right {
        padding-top: 30px;
        text-align: center
    }

    .upstox-mutual-fund-new .scroll-main {
        padding: 16px
    }

    .upstox-mutual-fund-new .scroll-main .scroll-sub {
        height: 320px;
        padding: 16px
    }

    .upstox-mutual-fund-new .one_platform .container .text-center {
        margin-bottom: 0
    }

    .upstox-mutual-fund-new .one_platform .explore-main {
        padding-top: 24px
    }

    .upstox-mutual-fund-new .desktop-hide {
        display: block !important
    }

    .upstox-mutual-fund-new .mob-hide {
        display: none !important
    }

    .upstox-mutual-fund-new a.explore-mutual {
        font-size: 12px;
        line-height: 16px;
        color: #61399f;
        background-color: transparent;
        border: 1px solid #61399f;
        margin-bottom: 40px
    }

    .upstox-mutual-fund-new a.explore-mutual:hover {
        background-color: #61399f;
        color: #fff
    }

    .upstox-mutual-fund-new .pddg_col h2.h2_heading.find-buy-text {
        text-align: center
    }

    .upstox-mutual-fund-new .crorepati-left p {
        font-style: normal;
        font-weight: 400;
        font-size: 16px;
        line-height: 24px;
        letter-spacing: -.01em;
        color: #000;
        margin-bottom: 24px
    }

    .upstox-mutual-fund-new .crorepati-left h3 {
        font-style: normal;
        font-weight: 700;
        font-size: 24px;
        line-height: 32px;
        letter-spacing: -.03em;
        color: #41246e
    }

    .upstox-mutual-fund-new .download-main {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-align: center;
        align-items: center;
        -ms-flex-pack: center;
        justify-content: center
    }

    .upstox-mutual-fund-new .download-main a img {
        width: 142px
    }

    .upstox-mutual-fund-new .invest_section .nav_list {
        margin: auto auto 18px 0;
        border: 0;
        box-shadow: none !important;
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
        -ms-flex-pack: start;
        justify-content: flex-start;
        padding-bottom: 20px;
        overflow-x: scroll;
        overflow-y: hidden !important;
        position: relative
    }

    .upstox-mutual-fund-new .invest_section .nav_list li.active:before {
        content: "";
        position: absolute;
        bottom: 0;
        width: 96px;
        height: 4px;
        background: #61399f;
        bottom: -18px
    }

    .upstox-mutual-fund-new .invest_section .nav_list li.active {
        position: relative
    }

    .upstox-mutual-fund-new .invest_section .tab-content .pddg_col {
        padding: 0
    }

    .upstox-mutual-fund-new .invest_section .nav_list li {
        padding: 3px 18px 3px 0
    }

    .upstox-mutual-fund-new .tab-content .pddg_col .int_tab_list li {
        padding: 0;
        font-style: normal;
        font-weight: 400;
        font-size: 14px;
        line-height: 24px;
        letter-spacing: -.01em;
        color: #444
    }

    .upstox-mutual-fund-new .tab-content .pddg_col .int_tab_list {
        text-align: left;
        padding: 0;
        max-width: 256px
    }

    .upstox-mutual-fund-new .int_tab_list ul {
        margin-bottom: 16px
    }

    .upstox-mutual-fund-new .int_tab_list ul li.active:before,
    .upstox-mutual-fund-new section.invest_section .nav_list:after {
        display: none !important
    }

    .upstox-mutual-fund-new section.invest_section .nav_list li a {
        font-style: normal;
        font-weight: 600;
        font-size: 18px;
        line-height: 26px;
        letter-spacing: -.01em;
        color: #000
    }

    .upstox-mutual-fund-new section.invest_section .col-md-7.pddg_col {
        background-color: #f5f5f5;
        border-radius: 16px
    }

    .upstox-mutual-fund-new .invest_section .pddg_col .tab-content {
        background-color: transparent
    }

    .upstox-mutual-fund-new div#error-message {
        position: static
    }

    .upstox-mutual-fund-new .h2_heading {
        max-width: 278px;
        margin: auto
    }

    .upstox-mutual-fund-new .platform_card p {
        font-size: 12px
    }

    .upstox-mutual-fund-new .find-out {
        padding: 80px 0 118px
    }

    .upstox-mutual-fund-new .fund {
        padding: 120px 0 64px
    }

    .upstox-mutual-fund-new .crorepati-left h3 {
        max-width: 77%;
        margin-top: 0
    }

    .upstox-mutual-fund-new .fund-heading ul li {
        padding: 8px;
        margin: 0 16px 8px 0
    }

    .upstox-mutual-fund-new .crorepati-right img {
        margin-right: 16px;
        max-width: 40px;
        -o-object-fit: contain;
        object-fit: contain
    }

    .upstox-mutual-fund-new ul.list-unstyled li p {
        font-family: Inter;
        font-style: normal;
        font-weight: 400;
        font-size: 14px;
        line-height: 24px;
        letter-spacing: -.01em;
        color: #444
    }

    .upstox-mutual-fund-new .leftSelector .headingss h2.h2_heading.find-buy-text {
        margin: auto;
        text-align: center;
        font-size: 24px;
        line-height: 32px
    }

    .upstox-mutual-fund-new .leftSelector .btn_pddg a.btn.prple_outline_btn {
        font-size: 12px;
        line-height: 16px;
        color: #61399f;
        background-color: transparent;
        border: 1px solid #61399f;
        margin: 14px 0 40px !important;
        padding: 10px 18px
    }

    .upstox-mutual-fund-new .image-left-crousl .owl-dots {
        display: none
    }

    .upstox-mutual-fund-new .linkerBox h6 {
        position: relative;
        padding-bottom: 30px;
        max-width: 203px
    }

    .upstox-mutual-fund-new .linkerBox h6:before {
        content: "";
        position: absolute;
        width: 102px;
        height: 4px;
        background-color: #61399f;
        bottom: 10px
    }

    .upstox-mutual-fund-new .leftSelector .active.current .linkerBox:before {
        display: none
    }

    .upstox-mutual-fund-new .customContainer .image-left-crousl .item {
        margin-top: 18px;
        width: auto;
        max-width: auto;
        height: auto;
        max-height: auto
    }

    .upstox-mutual-fund-new .linkerBox p {
        font-style: normal;
        letter-spacing: -.01em;
        padding-top: 12px;
        font-weight: 400;
        font-size: 14px;
        line-height: 24px;
        color: #444
    }

    .upstox-mutual-fund-new .leftSelector .headingss {
        padding: 0 20px
    }

    .upstox-mutual-fund-new .leftSelector {
        padding: 0
    }
}

@media only screen and (max-width:767px) {
    .upstox-mutual-fund-new .platform_card p {
        font-size: 12px
    }

    .upstox-mutual-fund-new .leftSelector .linkerBox {
        padding: 0 18px !important
    }

    .upstox-mutual-fund-new .invest_section .row {
        -ms-flex-direction: column !important;
        flex-direction: column !important;
        margin: 0 !important
    }

    .upstox-mutual-fund-new div#invest .tab-content figure {
        margin-top: 0 !important;
        width: 100%;
        border-top-left-radius: 0;
        border-top-right-radius: 0;
        max-height: unset !important;
        height: auto !important;
        padding-top: 5px !important
    }

    .upstox-mutual-fund-new .mbl_sec_list ul li a h3 {
        font-size: 15px;
        line-height: 1.47;
        color: #666;
        font-weight: 400;
        margin: 0 0 20px;
        padding-bottom: 17px;
        cursor: pointer;
        transition: width .5s;
        position: relative;
        display: inline-block;
        text-align: center
    }

    .upstox-mutual-fund-new .mbl_sec_list ul {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-pack: justify;
        justify-content: space-between
    }

    .upstox-mutual-fund-new .mbl_sec_list ul li {
        width: 33%;
        text-align: center
    }

    .upstox-mutual-fund-new a#explore-mutual {
        padding: 10px 18px;
        margin: 14px 0 40px !important;
        font-size: 12px;
        line-height: 16px;
        color: #61399f;
        background-color: transparent;
        border: 1px solid #61399f
    }

    .upstox-mutual-fund-new .h2_heading {
        margin-bottom: 0
    }

    .upstox-mutual-fund-new .tab-content h3 {
        font-weight: 400;
        font-size: 14px;
        line-height: 24px;
        color: #000;
        text-align: center
    }

    .upstox-mutual-fund-new .mbl_sec_list ul li h3:after {
        content: "";
        display: inline-block;
        background-color: var(--purple-block);
        height: 4px;
        width: 0;
        position: absolute;
        bottom: 0;
        left: 50%;
        transform: translateX(-50%);
        transition: width .5s
    }

    .upstox-mutual-fund-new .mbl_sec_list ul li.active h3:after {
        width: 63px
    }

    .upstox-mutual-fund-new .mbl_sec_list ul li.active a h3 {
        color: #000 !important;
        font-weight: 600
    }

    .upstox-mutual-fund-new .mbl_invest .tab-pane ul {
        padding: 32px 10px 10px;
        text-align: center;
        background: #f5f5f5;
        margin: 0;
        border-top-left-radius: 16px;
        border-top-right-radius: 16px
    }

    .upstox-mutual-fund-new main.upstox-homepage-simplified .mbl_invest .tab-pane ul {
        padding: 32px 10px;
        text-align: center;
        background: #f8f7f5;
        margin: 0;
        border-top-left-radius: 16px;
        border-top-right-radius: 16px
    }

    .upstox-mutual-fund-new img.img-responsive {
        margin-top: 0 !important
    }

    .upstox-mutual-fund-new .mbl_invest .tab-pane ul {
        background-color: #f5f5f5;
        border-radius: 0;
        margin-bottom: -7px;
        padding: 27px 10px
    }

    .upstox-mutual-fund-new div#invest .tab-content figure {
        border-radius: 12px !important
    }

    .upstox-mutual-fund-new .banner-new.container_fld figure.mbile-hide {
        padding-top: 15px;
        margin-bottom: -5px
    }

    .upstox-mutual-fund-new .banner_txt .btn_pddg {
        -ms-flex-direction: column;
        flex-direction: column
    }

    .upstox-mutual-fund-new .banner_txt .btn_pddg h1 {
        font-size: 12px;
        margin-top: 8px
    }
}

@media only screen and (max-width:425px) {
    .upstox-mutual-fund-new .download_apps .mbile-hide img {
        margin: 0 0 0 auto
    }

    .upstox-mutual-fund-new .int_tab_list {
        padding: 0
    }

    .upstox-mutual-fund-new section.invest_section .nav_list li a {
        width: 191px
    }
}

@media only screen and (min-width:992px) {
    .upstox-mutual-fund-new .mbile-hide {
        display: none
    }
}

body.compensate-for-scrollbar {
    overflow: hidden
}

.compensate-for-scrollbar {
    margin-right: 0
}

.fancybox-active {
    height: auto
}

.fancybox-slide {
    -webkit-backface-visibility: hidden;
    height: 100%;
    left: 0;
    outline: none;
    overflow: auto;
    -webkit-overflow-scrolling: touch;
    padding: 44px;
    position: absolute;
    text-align: center;
    top: 0;
    transition-property: transform, opacity;
    white-space: normal;
    width: 100%;
    z-index: 99994
}

.fancybox-container * {
    box-sizing: border-box
}

.fancybox-active.compensate-for-scrollbar {
    position: relative
}

.fancybox-active.compensate-for-scrollbar:after {
    content: "";
    height: 100%;
    left: 0;
    background: #000000ab;
    position: absolute;
    width: 100%;
    z-index: 999;
    top: 0
}

.about-us-new .container {
    max-width: 1170px !important
}

.about-us-new section.about_bnnr {
    position: relative
}

.about-us-new section.about_bnnr .abt_bnt_txt {
    max-width: 625px;
    margin: 0 auto;
    text-align: center;
    padding: 55px 0 35px
}

.about-us-new section.about_bnnr .abt_bnt_txt h2 {
    margin-bottom: 35px;
    font-size: 40px
}

.about-us-new section.about_bnnr .banner-video-content {
    margin: 0 -15px
}

.about-us-new section.about_bnnr .what_we_build {
    padding: 48px 0 96px
}

.about-us-new section.about_bnnr .what_we_build .h2_heading {
    margin-bottom: 8px
}

.about-us-new section.about_bnnr p.by-making-paragraph {
    color: #41246e;
    font-weight: 400;
    line-height: 24px;
    font-size: 16px
}

.about-us-new section.about_bnnr .row {
    margin-top: 55px
}

.about-us-new section.about_bnnr p.our-mission {
    color: #41246e;
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    margin-bottom: 12px
}

.about-us-new section.about_bnnr .we_build_card figure {
    width: 42px;
    margin: 0 auto;
    min-height: 42px
}

.about-us-new section.about_bnnr .we_build_card figure img {
    margin: 0 auto;
    height: 100%
}

.about-us-new section.about_bnnr .we_build_card h6 {
    font-size: 18px;
    line-height: 26px;
    font-weight: 600;
    color: #41246e;
    max-width: 275px;
    margin: 0 auto 8px;
    margin-top: 22px
}

.about-us-new section.about_bnnr .we_build_card p {
    margin-bottom: 20px;
    font-size: 14px;
    color: #444;
    line-height: 20px;
    font-weight: 400;
    min-height: 60px
}

.about-us-new section.about_bnnr .we_build_card .brdlss_btn {
    border: 1px solid #61399f;
    padding: 8px 16px;
    border-radius: 50px;
    color: #61399f;
    font-size: 12px;
    font-weight: 700;
    line-height: 16px;
    display: -ms-inline-flexbox;
    display: inline-flex;
    text-transform: capitalize
}

.about-us-new section.about_bnnr .we_build_card .brdlss_btn img {
    margin-left: 8px
}

.about-us-new section.about_bnnr .h2_heading {
    font-size: 32px;
    color: #41246e;
    line-height: 1.3;
    letter-spacing: -.035em;
    font-weight: 700;
    margin-top: 0
}

.about-us-new section.about_bnnr .p_txt {
    font-size: 16px;
    line-height: 1.5;
    letter-spacing: -.01em;
    color: #444
}

.about-us-new section.about_bnnr .prple_outline_btn {
    color: #61399f;
    font-size: 12px;
    font-weight: 700;
    line-height: normal;
    padding: 6px 18px 10px 16px;
    border-radius: 50px;
    border: 1px solid #61399f;
    transition: .5s;
    text-transform: capitalize
}

.about-us-new section.about_bnnr .prple_outline_btn:hover {
    color: #fff;
    background-color: #61399f
}

.about-us-new section.about_bnnr .prple_outline_btn svg {
    position: relative;
    top: 4px;
    left: 2px
}

.about-us-new section.about_bnnr .prple_outline_btn:hover svg path {
    fill: #fff
}

.about-us-new section.about_bnnr .abt_bg_img {
    background: url(../img/about/new/thumbnail.png);
    background-position: 50%;
    background-repeat: no-repeat;
    min-height: 441px;
    width: 100%;
    background-size: contain;
    position: relative;
    border-radius: 8px
}

.about-us-new section.about_bnnr .abt_bg_img .play_icon {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%)
}

.about-us-new section.about_bnnr .vlt_bg {
    background-color: #f2ecfd;
    min-height: 668px;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: -1
}

.about-us-new .our_journey {
    padding: 64px 0
}

.about-us-new .our_journey .timeline_heading_txt {
    max-width: 592px;
    margin: 0 auto 37px
}

.about-us-new .our_journey .timeline_heading_txt .h2_heading {
    font-size: 32px;
    color: #41246e;
    line-height: 1.3;
    letter-spacing: -.035em;
    font-weight: 700;
    margin-top: 0;
    margin-bottom: 16px
}

.about-us-new .our_journey .p_txt {
    font-size: 16px;
    line-height: 1.5;
    letter-spacing: -.01em;
    color: #3d3d3d
}

.about-us-new .our_journey .timeline {
    max-height: 500px;
    transition: max-height 1s ease-out;
    overflow: hidden;
    position: relative;
    max-width: 980px;
    margin: 0 auto
}

.about-us-new .our_journey .timeline li {
    max-width: 50%;
    position: relative
}

.about-us-new .our_journey .timeline li .content {
    position: relative
}

.about-us-new .our_journey .timeline li .content:before {
    content: "";
    display: inline-block;
    height: 16px;
    width: 16px;
    border-radius: 50%;
    position: absolute;
    top: 50%;
    transform: translateY(-50%)
}

.about-us-new .our_journey .timeline li .content:after {
    min-height: 165px;
    content: "";
    display: inline-block;
    background-color: #e5e5e5 !important;
    height: 100%;
    width: 1px;
    position: absolute;
    z-index: -1;
    min-height: 215px;
    top: 52px;
    bottom: 0;
    left: -8px
}

.about-us-new .our_journey .timeline li:nth-child(odd) .content:before {
    background-color: #61399f;
    left: -16px
}

.about-us-new .our_journey .timeline li:nth-child(odd) h6 {
    color: #61399f
}

.about-us-new .our_journey .timeline li:nth-child(2n) .content:before {
    background-color: #8a56f7;
    right: 0
}

.about-us-new .our_journey .timeline li:nth-child(2n) .content:after {
    left: unset;
    right: 7px
}

.about-us-new .our_journey .timeline li:nth-child(2n) h6 {
    color: #8a56f7
}

.about-us-new .our_journey .timeline:after {
    content: "";
    display: inline-block;
    background: linear-gradient(180deg, hsla(0, 0%, 100%, 0), #fff 87.55%);
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 192px
}

.about-us-new .our_journey .timeline.active {
    max-height: 100%;
    transition: max-height 1s ease-in
}

.about-us-new .our_journey ul.timeline li:nth-child(odd) {
    left: 50%
}

.about-us-new .our_journey .timeline_content {
    padding-bottom: 73px
}

.about-us-new .our_journey li.timeline_content.left .content p {
    padding-right: 25px
}

.about-us-new .our_journey .content {
    display: -ms-flexbox;
    display: flex
}

.about-us-new .our_journey .content figure {
    margin: 0 32px;
    -ms-flex-item-align: center;
    align-self: center;
    min-width: 96px
}

.about-us-new .our_journey .content label {
    font-size: 12px;
    color: #444;
    line-height: 1.5;
    font-weight: 600;
    margin-bottom: 4px
}

.about-us-new .our_journey .content h6 {
    font-weight: 500;
    font-size: 20px;
    color: #000;
    margin: 0 0 8px;
    font-weight: 600
}

.about-us-new .our_journey .content p {
    margin-bottom: 0;
    overflow: hidden;
    -webkit-line-clamp: 2;
    line-clamp: 2;
    color: #000
}

.about-us-new .our_journey .inner_hgt .view_all_timeline {
    display: -ms-flexbox;
    display: flex;
    margin: 0 auto
}

.about-us-new .our_journey .prple_btn {
    background-color: #61399f;
    color: #fff;
    font-size: 12px;
    line-height: 1.33;
    font-weight: 700;
    padding: 8px 16px;
    border-radius: 50px;
    text-transform: capitalize;
    font-size: 14px
}

.about-us-new .meet_the_team {
    padding: 109px 0
}

.about-us-new .meet_the_team .h2_heading {
    font-size: 32px;
    color: #41246e;
    line-height: 1.3;
    letter-spacing: -.035em;
    font-weight: 700;
    margin-top: 0;
    margin-bottom: 10px
}

.about-us-new .meet_the_team .p_txt {
    font-size: 16px;
    line-height: 1.5;
    letter-spacing: -.01em;
    color: #3d3d3dbf
}

.about-us-new .meet_the_team .meet_tm_heading {
    margin-bottom: 44px
}

.about-us-new .meet_the_team .team_card {
    text-align: center
}

.about-us-new .meet_the_team .team_card h5 {
    font-size: 18px;
    line-height: 1.44;
    font-weight: 600;
    color: #222;
    letter-spacing: -.04em;
    margin: 0 0 8px
}

.about-us-new .meet_the_team .team_card figure {
    margin-bottom: 32px
}

.about-us-new .meet_the_team .team_card figure img {
    margin: 0 auto;
    max-width: 100%;
    height: 240px;
    border-radius: 50%
}

.about-us-new .meet_the_team .team_card label {
    font-size: 16px;
    line-height: 1.5;
    letter-spacing: -.04em;
    font-weight: 300;
    color: #b1b1b1;
    margin-bottom: 11px
}

.about-us-new .meet_the_team .team_card p {
    font-size: 16px;
    line-height: 1.5;
    letter-spacing: -.04em;
    font-weight: 300;
    color: #444;
    margin-bottom: 24px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 4
}

.about-us-new .meet_the_team .team_card .brdlss_btn {
    color: #61399f;
    font-size: 12px;
    font-weight: 700;
    padding: 0;
    display: -ms-inline-flexbox;
    display: inline-flex;
    text-transform: capitalize;
    border: 1px solid #61399f;
    padding: 8px 33px 8px 24px;
    border-radius: 50px
}

.about-us-new .meet_the_team .team_card .brdlss_btn svg {
    position: relative;
    left: 10px
}

.about-us-new .meet_the_team .team_card a.btn.brdlss_btn:hover {
    color: #fff;
    background-color: #61399f
}

.about-us-new .meet_the_team .team_card .brdlss_btn:hover svg path {
    fill: #fff
}

.about-us-new .meet_the_team .team_card a.btn.brdlss_btn:hover img.arrow-white {
    display: block
}

.about-us-new .meet_the_team .team_card a.btn.brdlss_btn:hover img.arrow-purple {
    display: none
}

.about-us-new .meet_the_team .team_card .card_body {
    max-width: 282px;
    margin: 0 auto
}

.about-us-new .meet_the_team label {
    display: inline-block;
    max-width: 100%
}

.about-us-new .meet_the_team .brdlss_btn img {
    margin-left: 8px
}

.about-us-new .team_sec .row {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.about-us-new .team_sec .slick-list.draggable {
    margin-right: calc(-100% + 441px);
    padding-left: 25% !important
}

.about-us-new .team_sec li {
    max-width: 20%;
    -ms-flex: 0 0 20%;
    flex: 0 0 20%
}

.about-us-new .team_sec li:nth-child(odd) {
    margin-top: 15rem
}

.about-us-new .team_sec li figure:hover .team_designation {
    opacity: 1;
    visibility: visible;
    cursor: pointer
}

.about-us-new .team_sec figure img {
    margin: 0 auto;
    padding-bottom: 8px;
    -webkit-filter: grayscale(100%);
    filter: grayscale(100%)
}

.about-us-new .team_sec .team_designation {
    padding: 24px 16px;
    background-color: #fff;
    box-shadow: 0 0 21px #4f4f4f1f;
    border-radius: 12px;
    min-width: 272px;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    top: 100%;
    opacity: 0;
    visibility: hidden;
    transition: .5s;
    z-index: 1
}

.about-us-new .team_sec .team_designation label {
    font-size: 12px;
    font-weight: 700;
    line-height: 1.33;
    color: #b8b8b8;
    margin: 0 0 4px
}

.about-us-new .team_sec .team_designation h6 {
    font-size: 18px;
    font-weight: 600;
    line-height: 1.44;
    color: #000;
    margin: 0 0 16px
}

.about-us-new .team_sec .team_designation p {
    font-size: 14px;
    font-weight: 400;
    line-height: 1.42;
    margin: 0;
    letter-spacing: -.04em;
    color: #444
}

.about-us-new .team_sec .team-sec-title {
    text-align: center;
    color: #41246e;
    font-weight: 700;
    font-size: 32px;
    line-height: 42px;
    margin-bottom: 48px
}

.about-us-new .team_sec .mbile-hide .card.team_mb_card {
    padding: 24px;
    margin: 0 6px;
    background: #fff;
    border: .5px solid #61399f59;
    border-radius: 8px;
    width: 280px;
    max-width: 280px
}

.about-us-new .team_sec .mbile-hide .card.team_mb_card label {
    font-weight: 700;
    font-size: 12px;
    color: #b1b1b1;
    line-height: 16px;
    margin-top: 24px;
    margin-bottom: 4px
}

.about-us-new .team_sec .mbile-hide .card.team_mb_card h5 {
    font-weight: 600;
    color: #000;
    font-size: 18px;
    line-height: 26px;
    margin-bottom: 26px
}

.about-us-new .team_sec .mbile-hide figure {
    position: relative;
    width: 64px;
    height: 64px
}

.about-us-new .team_sec .slick-arrow {
    display: none !important
}

.about-us-new section.team_sec {
    padding: 60px 0;
    overflow: hidden
}

.about-us-new section.team_sec .container {
    width: 100%;
    max-width: 100% !important
}

.about-us-new section.team_sec .my-class .slick-list {
    overflow: visible !important
}

.about-us-new section.team_sec ul.custom_arrows_team {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
    max-width: 213px;
    margin: auto;
    padding-top: 48px
}

.about-us-new section.team_sec ul.custom_arrows_team li.next-slide-team.slick-arrow img,
.about-us-new section.team_sec ul.custom_arrows_team li.prev-slide-team.slick-arrow img {
    margin-left: 1px
}

.about-us-new section.team_sec ul.custom_arrows_team li {
    max-width: 50px !important;
    min-width: unset !important;
    -ms-flex: auto !important;
    flex: auto !important;
    text-align: center;
    width: 50px !important;
    height: 50px !important;
    border: 1px solid #000;
    -ms-flex-align: center;
    align-items: center;
    border-radius: 50%;
    -ms-flex-pack: center;
    justify-content: center;
    cursor: pointer;
    margin: 0 18px 0 0 !important;
    display: -ms-flexbox !important;
    display: flex !important
}

.about-us-new section.team_sec ul.custom_arrows_team li:last-child {
    margin: 0 !important
}

.about-us-new section.team_sec ul.custom_arrows_team li.slick-arrow.slick-disabled {
    opacity: .3
}

.about-us-new section.team_sec ul.custom_arrows_team li.prev-slide-team img {
    transform: rotate(180deg)
}

.about-us-new .trusted_indians-sec {
    background: #f8f7f5;
    padding: 64px 0
}

.about-us-new .trusted_indians-sec .p_txt {
    font-size: 16px;
    line-height: 1.5;
    letter-spacing: -.01em;
    color: #444;
    text-align: center;
    margin-bottom: 48px
}

.about-us-new .trusted_indians-sec h2.trusted-title {
    font-weight: 700;
    font-size: 32px;
    text-align: center;
    margin-bottom: 8px;
    color: #41246e
}

.about-us-new .trusted_indians-sec .col-md-3 {
    padding: 0 12px
}

.about-us-new .trusted_indians-sec .trusted-column p {
    font-weight: 400;
    font-size: 14px;
    line-height: 20px;
    text-align: center;
    color: #444
}

.about-us-new .trusted_indians-sec .trusted-img {
    margin-bottom: 16px
}

.abt_bnt_txt .prple_outline_btn {
    margin-bottom: 20px
}

.timeline li .content:before {
    content: "";
    display: inline-block;
    height: 16px;
    width: 16px;
    border-radius: 50%;
    position: absolute;
    top: 50%;
    transform: translateY(-50%)
}

.modal-body p {
    padding-bottom: 10px
}

.modal.in .modal-dialog {
    top: 80px
}

.team_popup .modal-header {
    padding: 24px;
    border: none
}

.team_popup .modal-header .close {
    opacity: 1
}

.team_popup .prof_sec {
    display: -ms-flexbox;
    display: flex;
    border-bottom: 1px solid #e5e5e5;
    padding-bottom: 24px
}

.team_popup .prof_sec img {
    width: 120px;
    border-radius: 50%;
    height: 120px
}

.team_popup .prof_heading {
    margin-left: 24px;
    -ms-flex-item-align: center;
    align-self: center
}

.team_popup .prof_heading h6 {
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 8px
}

.team_popup .prof_heading span {
    font-size: 16px;
    font-weight: 400;
    margin-bottom: 8px;
    color: #444;
    letter-spacing: -.01em
}

.team_popup .modal-body {
    padding: 0 24px 24px
}

.team_popup .modal-body p {
    margin-bottom: 0;
    font-size: 14px;
    line-height: 20px;
    color: #444;
    font-weight: 400;
    padding-bottom: 24px
}

.our_story_popup .modal-content {
    padding: 24px;
    border: 0
}

.our_story_popup .modal-content .modal-header {
    padding: 0
}

.our_story_popup .prof_sec {
    padding: 0 0 24px;
    border: 0
}

.our_story_popup .prof_sec .prof_heading {
    margin: 0 !important
}

.our_story_popup .prof_heading h6 {
    font-weight: 600;
    font-size: 24px;
    line-height: 32px;
    letter-spacing: -.01em;
    color: #000;
    margin-bottom: 0
}

.our_story_popup .modal-body {
    padding: 0 !important
}

.our_story_popup .modal-body ul li {
    font-style: normal;
    font-weight: 600;
    font-size: 14px;
    line-height: 20px;
    color: #444;
    border-bottom: 1px solid #e5e5e5;
    padding: 18px 0 18px 26px;
    background-image: url(../img/about/new/tick.svg);
    background-repeat: no-repeat;
    background-size: 16px;
    background-position: 0
}

.our_story_popup .modal-body ul li:last-child {
    border-bottom: 0
}

.our_journey a.prple_outline_btn {
    padding: 0;
    border: 0;
    font-weight: 600;
    font-size: 16px;
    color: #61399f
}

.our_story_popup.story-top .modal-content::-webkit-scrollbar-thumb {
    background-color: #998f8f
}

.our_story_popup.story-top .modal-content::-webkit-scrollbar-track {
    background-color: #cbcbcb
}

.our_story_popup.story-top .modal-content::-webkit-scrollbar {
    background-color: transparent;
    width: 4px
}

.our_story_popup.story-top .modal-content {
    height: 485px;
    overflow-y: scroll
}

.our_journey a.prple_outline_btn:active {
    box-shadow: none
}

.card.we_build_card figure img {
    width: 36px;
    height: 36px;
    -o-object-fit: contain;
    object-fit: contain
}

@media (max-height:576px) {
    .fancybox-slide {
        padding-left: 6px;
        padding-right: 6px
    }
}

@media only screen and (max-width:991px) {
    .about-us-new section.about_bnnr .abt_bnt_txt h2 {
        font-size: 24px
    }

    .about-us-new section.about_bnnr .abt_bnt_txt p {
        font-size: 14px;
        margin-bottom: 16px
    }

    .about-us-new section.about_bnnr .abt_bnt_txt .prple_outline_btn {
        margin-bottom: 0
    }

    .about-us-new section.about_bnnr .what_we_build .h2_heading {
        font-size: 24px
    }

    .about-us-new section.about_bnnr .vlt_bg {
        min-height: 1000px
    }

    .about-us-new .our_journey .timeline_heading_txt .h2_heading {
        font-size: 24px
    }

    .about-us-new .our_journey .p_txt {
        font-size: 14px
    }

    .about-us-new .our_journey .timeline {
        max-width: 520px
    }

    .about-us-new .our_journey .timeline li {
        max-width: 100%
    }

    .about-us-new .our_journey .timeline li .content {
        padding-left: 16px
    }

    .about-us-new .our_journey .timeline li .content:before {
        left: 0 !important;
        transform: unset !important
    }

    .about-us-new .our_journey .timeline li .content figure img {
        height: 64px
    }

    .about-us-new .our_journey .timeline li .content:after {
        left: 7px !important;
        right: unset !important
    }

    .about-us-new .our_journey ul.timeline li:nth-child(odd) {
        left: 0
    }

    .about-us-new .our_journey .content figure {
        margin: 0 16px;
        min-width: 64px
    }

    .about-us-new .our_journey .content p {
        font-size: 12px
    }

    .about-us-new .meet_the_team {
        padding: 32px 0
    }

    .about-us-new .meet_the_team .row {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -ms-flex-pack: center;
        justify-content: center
    }

    .about-us-new .meet_the_team .h2_heading {
        font-size: 24px
    }

    .about-us-new .meet_the_team .p_txt {
        font-size: 14px
    }

    .about-us-new .meet_the_team .team_card figure img {
        height: 112px
    }

    .about-us-new .meet_the_team .col-md-4 {
        margin-bottom: 32px
    }

    .about-us-new .trusted_indians-sec .p_txt {
        display: none
    }

    .about-us-new .trusted_indians-sec h2.trusted-title {
        margin-bottom: 48px
    }

    .about-us-new .trusted_indians-sec .trusted-sapce {
        margin-top: 24px;
        padding-top: 24px;
        margin-bottom: 24px;
        border-top: 1px solid #d1d1d16e
    }

    .about-us-new .trusted_indians-sec .trusted-img img {
        margin: 0 auto
    }

    .about-us-new .team_sec .slick-list.draggable .slick-track {
        margin-left: 0
    }

    .about-us-new .team_sec .dsktp-hide {
        display: none
    }

    .about-us-new .team_sec .mbile-hide {
        display: block
    }
}

@media only screen and (max-width:768px) {
    .about-us-new .modal.in .modal-dialog {
        top: 0
    }

    .about-us-new section.about_bnnr .col-md-4:nth-child(2) {
        border-left: 0;
        border-right: 0;
        padding-top: 24px;
        margin-top: 24px;
        border-top: 1px solid #d1d1d182;
        padding-bottom: 24px;
        margin-bottom: 24px;
        border-bottom: 1px solid #d1d1d182
    }

    .about-us-new section.about_bnnr .banner-video-content {
        overflow: hidden
    }

    .about-us-new .team_sec .slick-list.draggable {
        padding-left: 0 !important
    }

    .about-us-new .team_sec .my-class .slick-list {
        overflow: visible !important
    }

    .about-us-new .team_sec .team-sec-title {
        text-align: center;
        font-size: 24px;
        line-height: 32px;
        margin-bottom: 32px
    }

    .about-us-new .team_sec .slick-list.draggable {
        margin-right: 0
    }

    .about-us-new .team_sec .mbile-hide .card.team_mb_card {
        padding: 16px;
        max-width: none
    }

    .about-us-new .team_sec .mbile-hide .card.team_mb_card h5 {
        min-height: 52px
    }

    .about-us-new .trusted_indians-sec,
    .about-us-new section.team_sec {
        padding: 32px 0
    }

    .about-us-new .trusted_indians-sec h2.trusted-title {
        font-size: 24px;
        max-width: 224px;
        margin: auto auto 40px;
        line-height: 32px
    }

    .about-us-new .trusted_indians-sec .trusted-img img {
        text-align: center;
        margin: 0 auto;
        max-width: 224px;
        -o-object-fit: cover;
        object-fit: cover
    }

    .about-us-new .trusted_indians-sec .trusted-column {
        border: 0
    }

    .about-us-new .trusted_indians-sec .trusted-column p {
        font-weight: 400;
        font-size: 14px;
        line-height: 20px;
        text-align: center;
        color: #444;
        max-width: 272px;
        margin: auto
    }

    .about-us-new .trusted_indians-sec .trusted-sapce {
        position: relative;
        margin-top: 24px;
        padding-top: 24px;
        margin-bottom: 24px
    }

    .about-us-new .trusted_indians-sec .trusted-sapce:before {
        content: "";
        position: absolute;
        width: 224px;
        height: 1px;
        background-color: #d1d1d16e;
        margin: auto;
        left: 0;
        right: 0;
        top: 0
    }

    ul.custom_arrows_team {
        display: none !important
    }

    .our_story_popup .modal-dialog {
        top: 80px !important;
        transform: translateY(30px) !important
    }

    .our_story_popup .modal-content {
        padding: 24px 16px
    }

    .our_story_popup .modal-body ul li {
        font-size: 12px;
        line-height: 16px
    }

    .our_story_popup .prof_heading h6 {
        font-size: 16px;
        line-height: 24px
    }

    .our_journey a.prple_outline_btn {
        font-size: 14px;
        position: relative;
        top: -2px
    }

    .abt_bg_img {
        background: url(../img/about/new/thumbnail_mobile.png) !important;
        background-position: bottom !important;
        background-repeat: no-repeat !important;
        min-height: 320px !important;
        width: 100% !important;
        background-size: contain !important;
        position: relative !important;
        border-radius: 0
    }

    .abt_bg_img .play_icon {
        top: auto !important;
        bottom: 0;
        right: 0;
        left: auto !important;
        transform: none !important
    }
}

@media only screen and (max-width:576px) {
    .abt_bg_img {
        min-height: 249px !important
    }
}

@media only screen and (max-width:379px) {
    .abt_bg_img {
        min-height: 159px !important
    }
}

.segmented-search-container {
    position: relative;
    max-width: 462px;
    margin: 0 auto;
    display: -ms-flexbox;
    display: flex;
    border: 1px solid #41246e;
    padding: 0 8px;
    border-radius: 8px;
    -ms-flex-align: center;
    align-items: center;
    background-color: #f2f2f2;
    box-shadow: 0 6px 20px rgba(97, 57, 159, .06);
    height: 34px;
    width: 288px
}

.segmented-search-container i {
    background: #61399f;
    border-radius: 24px;
    padding: 12px;
    color: #fff
}

.segmented-search-container input {
    margin: 0;
    box-shadow: none;
    outline: none;
    border: none;
    padding-left: 8px;
    background-color: #f2f2f2;
    height: 100%;
    width: 100%
}

.segmented-search-container input:focus {
    border-color: transparent;
    box-shadow: none;
    outline: none
}

.segmented-search-container .segmented-search-suggestions {
    z-index: -1;
    border-top-left-radius: 31px;
    border-top-right-radius: 31px
}

.segmented-search-container .skeleton-box {
    color: #e6e6e6 !important;
    position: relative;
    overflow: hidden;
    background: #e6e6e6;
    border-radius: 3px
}

.segmented-search-container .skeleton-box-dark {
    background: #d8d8d8;
    color: #d8d8d8 !important
}

.segmented-search-container .skeleton-box:after {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-image: linear-gradient(90deg, hsla(0, 0%, 100%, 0), hsla(0, 0%, 100%, .2) 20%, hsla(0, 0%, 100%, .5) 60%, hsla(0, 0%, 100%, 0));
    animation: shimmer 1s infinite;
    content: ""
}

@keyframes shimmer {
    to {
        transform: translateX(100%)
    }
}

.segmented-search-container .segmented-search-suggestions {
    position: absolute;
    z-index: 2;
    background-color: #fff;
    border-radius: 8px;
    display: none;
    border: 1px solid #b1b1b1;
    -webkit-filter: drop-shadow(0 0 10px hsla(0, 0%, 69%, .5));
    filter: drop-shadow(0 0 10px rgba(177, 177, 177, .5));
    border-radius: 4px;
    overflow: hidden
}

.segmented-search-container .segmented-search-suggestions .search-results {
    max-height: 300px;
    min-height: 300px;
    overflow-y: scroll;
    scrollbar-width: none
}

.segmented-search-container .segmented-search-suggestions .search-results::-webkit-scrollbar {
    display: none
}

.segmented-search-container .segmented-search-suggestions .disclaimer {
    color: #b1b1b1;
    font-weight: 400;
    font-size: 12px;
    line-height: 16px;
    text-align: center;
    margin-top: 12px
}

.segmented-search-container .segmented-search-suggestions li.segmented-search-item {
    border: none;
    border-bottom: 1px solid #eee;
    list-style: none;
    cursor: pointer;
    padding: 11px 12px
}

.segmented-search-container .segmented-search-suggestions li.segmented-search-item .scrip-logo,
.segmented-search-container .segmented-search-suggestions li.segmented-search-item .scrip-logo-loader {
    height: 24px;
    width: 24px;
    border-radius: 50%;
    margin-right: 12px
}

.segmented-search-container .segmented-search-suggestions li.segmented-search-item .scrip-item-details {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center
}

.segmented-search-container .segmented-search-suggestions li.segmented-search-item .scrip-item-type {
    font-weight: 400;
    font-size: 12px;
    line-height: 16px;
    letter-spacing: -.03em;
    -webkit-font-feature-settings: "cv10" on, "cv05" on, "cv01" on;
    font-feature-settings: "cv10" on, "cv05" on, "cv01" on;
    color: #444;
    margin-left: 10px
}

.segmented-search-container .segmented-search-suggestions li.segmented-search-item .title-case {
    text-transform: capitalize
}

.segmented-search-container .segmented-search-suggestions li.segmented-search-item .uppercase {
    text-transform: uppercase
}

.segmented-search-container .segmented-search-suggestions li.segmented-search-item .scrip-item-details .scrip-logo-loader {
    background-color: #eee
}

.segmented-search-container .segmented-search-suggestions li.segmented-search-item .scrip-item-right {
    overflow: hidden;
    text-align: right;
    font-size: 12px
}

.segmented-search-container .segmented-search-suggestions li.segmented-search-item .scrip-item-right .last-price {
    font-weight: 600;
    font-size: 12px;
    line-height: 18px
}

.segmented-search-container .segmented-search-suggestions li.segmented-search-item .display-name {
    font-size: 14px;
    line-height: 20px;
    font-weight: 600;
    color: #000
}

.segmented-search-container .segmented-search-suggestions li.segmented-search-item .symbol {
    font-weight: 500;
    font-size: 12px;
    line-height: 16px;
    color: #6a6a6a;
    margin-top: 6px
}

.segmented-search-container .segmented-search-suggestions li.segmented-search-item:hover {
    background-color: #eee
}

.segmented-search-container .segmented-search-suggestions .category-tabs {
    height: 52px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    cursor: default;
    background: #f5f5f5;
    position: sticky;
    top: 0;
    padding: 0 8px;
    z-index: 3;
    border-bottom: 1px solid #e5e5e5
}

.segmented-search-container .segmented-search-suggestions .category-tabs button {
    background: transparent;
    padding-top: 5px;
    cursor: pointer;
    border: none;
    line-height: 18px;
    font-weight: 500;
    font-size: 14px;
    line-height: 20px;
    -webkit-font-feature-settings: "cv10" on, "cv05" on, "cv01" on;
    font-feature-settings: "cv10" on, "cv05" on, "cv01" on;
    color: #b1b1b1;
    height: 100%;
    margin: 0 8px;
    padding: 0;
    border-bottom: 2px solid transparent
}

.segmented-search-container .segmented-search-suggestions .category-tabs button.active {
    cursor: default;
    font-weight: 700;
    font-size: 14px;
    line-height: 20px;
    -webkit-font-feature-settings: "cv10" on, "cv05" on, "cv01" on;
    font-feature-settings: "cv10" on, "cv05" on, "cv01" on;
    color: #41246e;
    border-bottom: 2px solid #41246e;
    border-radius: 0
}

.segmented-search-container .segmented-search-suggestions.trending-search .trending-heading {
    padding: 10px 12px;
    font-weight: 600;
    font-size: 14px;
    line-height: 20px;
    -webkit-font-feature-settings: "cv10" on, "cv05" on, "cv01" on;
    font-feature-settings: "cv10" on, "cv05" on, "cv01" on;
    color: #b1b1b1;
    border-bottom: 1px solid #e5e5e5;
    margin-bottom: 0
}

.segmented-search-container .segmented-search-suggestions .search-results-empty {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-align: center;
    align-items: center;
    min-height: 193px;
    padding: 20px
}

.segmented-search-container .segmented-search-suggestions .search-result-item {
    pointer-events: none;
    cursor: pointer;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-align: center;
    align-items: center
}

.segmented-search-container .segmented-search-suggestions .positive {
    color: #148564
}

.segmented-search-container .segmented-search-suggestions .negative {
    color: #db542a
}

.trading-account-new section.banner-new {
    padding: 32px 0 64px
}

.trading-account-new .mbl_sec_lists {
    display: none
}

.trading-account-new .banner-new {
    position: relative;
    padding: 0 20px
}

.trading-account-new .banner-new .coantainer_sec {
    width: auto;
    padding: 48px 123px 0 107px !important;
    background: #fff;
    box-shadow: 0 0 10px #b1b1b180;
    border-radius: 24px
}

.trading-account-new .banner-new:before {
    content: "";
    width: 100%;
    background: #f2ecfd;
    position: absolute;
    top: 0;
    left: 0;
    height: 320px;
    z-index: -1
}

.trading-account-new .banner-new .mobile-content {
    display: none
}

.trading-account-new .banner-new .banner-new:before {
    content: "";
    display: inline-block;
    -webkit-clip-path: polygon(0 0, 100% 0, 100% 93%, 0 100%);
    clip-path: polygon(0 0, 100% 0, 100% 93%, 0 100%);
    position: absolute;
    min-height: 486px;
    width: auto;
    z-index: -1;
    border-radius: 16px;
    background-color: #f2ecfd;
    left: 20px;
    right: 20px
}

.trading-account-new .banner-new .pddg_col {
    position: relative;
    padding: 0 35.5px
}

.trading-account-new .banner-new .pddg_col figure.dsktp-hide {
    position: relative;
    bottom: 0
}

.trading-account-new .banner-new .pddg_col figure.dsktp-hide img {
    position: relative;
    bottom: 0;
    height: 470px;
    -o-object-fit: cover;
    object-fit: cover;
    margin: 0 0 0 auto !important
}

.trading-account-new .banner-new .pddg_col .dsktp-hide.new-banner-img {
    bottom: 0
}

.trading-account-new .banner-new .banner_txt {
    padding: 0;
    background-color: #fff;
    border-radius: 12px;
    position: relative
}

.trading-account-new .banner-new .banner_txt .new-title-paragraph {
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    padding-bottom: 0;
    margin-bottom: 12px;
    color: #444
}

.trading-account-new .banner-new .banner_txt .new-title-paragraph:after {
    display: none
}

.trading-account-new .banner-new .banner_txt .new-title-paragraph span a {
    color: #61399f;
    font-weight: 700;
    text-decoration: none
}

.trading-account-new .banner-new .banner_txt:before {
    display: none
}

.trading-account-new .banner-new .banner_txt h1 {
    font-size: 40px;
    font-weight: 700;
    line-height: 48px;
    margin-bottom: 32px;
    letter-spacing: -.035em;
    color: #000;
    max-width: 420px
}

.trading-account-new .banner-new .banner_txt form {
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 0
}

.trading-account-new .banner-new .banner_txt form .form-group {
    margin-bottom: 0;
    width: 100%;
    margin-right: 11px;
    position: relative;
    max-width: 390px
}

.trading-account-new .banner-new .banner_txt form .form-group:before {
    content: "+91";
    display: inline-block;
    background-color: #f9f9f9;
    padding: 8px 12px;
    border-radius: 24px;
    font-size: 14px;
    font-weight: 700;
    color: #444;
    line-height: 1.4;
    position: absolute;
    top: 27px;
    transform: translateY(-50%);
    z-index: 1;
    left: 8px
}

.trading-account-new .banner-new .banner_txt form .form-control {
    border: 1px solid #444;
    box-shadow: 0 1px 10px #61399f0f;
    border-radius: 32px;
    padding: 15px 16px 15px 75px;
    height: auto;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.5;
    position: relative;
    height: 54px;
    background: #f5f5f5;
    margin-bottom: 8px
}

.trading-account-new .banner-new .banner_txt form .form-control:focus {
    border: 2px solid #61399f
}

.trading-account-new .banner-new .banner_txt form .prple_btn {
    height: -webkit-fit-content;
    height: -moz-fit-content;
    height: fit-content;
    padding: 18px 19px
}

.trading-account-new .banner-new .banner_txt form .prple_btn:focus {
    outline: unset;
    background-color: #41246e
}

.trading-account-new .banner-new .banner_txt p {
    font-size: 10px;
    color: #666;
    line-height: 1.4;
    max-width: 100%;
    position: relative;
    padding-bottom: 32px;
    margin-bottom: 32px
}

.trading-account-new .banner-new .banner_txt p a {
    font-weight: 700;
    color: #666;
    text-decoration: underline
}

.trading-account-new .banner-new .banner_txt p:after {
    content: "";
    display: inline-block;
    background-color: #61399f4d;
    height: 2px;
    min-width: 164px;
    position: absolute;
    bottom: 0;
    left: 0
}

.trading-account-new .banner-new .banner_txt ul {
    display: -ms-flexbox;
    display: flex;
    margin: 0
}

.trading-account-new .banner-new .banner_txt ul li {
    padding: 0;
    margin-right: 24px
}

.trading-account-new .banner-new .banner_txt ul li:first-child h5 {
    display: -ms-flexbox;
    display: flex
}

.trading-account-new .banner-new .banner_txt ul li h5 {
    font-size: 18px;
    color: #444;
    line-height: 1.77;
    margin: 0;
    font-weight: 700;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center
}

.trading-account-new .banner-new .banner_txt ul li span {
    font-size: 12px;
    line-height: 1.66;
    color: #3d3d3dbf;
    font-weight: 400;
    vertical-align: text-top
}

.trading-account-new .banner-new .banner_txt ul li:last-child img {
    display: block;
    margin-bottom: 5px;
    min-height: 31px
}

.trading-account-new .banner-new a.btn.prple_outline_btn.launch-btn {
    font-size: 14px;
    background: #f7f4f9;
    line-height: 20px;
    cursor: unset
}

.trading-account-new .banner-new .prple_outline_btn {
    font-size: 12px;
    font-weight: 700;
    line-height: 1.33;
    padding: 8px 16px;
    border-radius: 50px;
    border: 1px solid #61399f;
    color: #61399f
}

.trading-account-new .banner-new .prple_btn {
    background-color: #61399f;
    color: #fff;
    font-size: 12px;
    line-height: 1.33;
    font-weight: 700;
    padding: 8px 16px;
    border-radius: 50px
}

.trading-account-new .container_fld {
    margin: 0 auto
}

.trading-account-new .invest_section {
    padding: 32px 0 40px
}

.trading-account-new .invest_section .btn_pddg {
    padding-left: 25px
}

.trading-account-new .invest_section .h2_heading {
    font-size: 32px;
    line-height: 41px;
    letter-spacing: -.035em;
    font-weight: 700;
    margin-top: 0;
    max-width: 384px !important;
    margin-bottom: 12px;
    color: #000;
    padding-bottom: 0
}

.trading-account-new .invest_section .tab-content figure img {
    margin: 0 auto
}

.trading-account-new .invest_section a.btn.prple_outline_btn {
    font-weight: 700;
    font-size: 12px;
    line-height: 16px;
    -ms-flex-align: center;
    align-items: center;
    text-transform: capitalize;
    color: #61399f;
    border-radius: 50px;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    border: 1px solid #61399f
}

.trading-account-new section.invest_section .container.container_primary {
    max-width: 1080px
}

.trading-account-new .int_tab_list {
    padding: 0 50.5px
}

.trading-account-new .int_tab_list .p_txt {
    margin-bottom: 48px
}

.trading-account-new .int_tab_list ul {
    margin-bottom: 32px
}

.trading-account-new .int_tab_list ul li.active {
    position: relative
}

.trading-account-new .int_tab_list ul li.active:before {
    content: "";
    display: inline-block;
    background-color: #41246e;
    height: 63px;
    width: 4px;
    position: absolute;
    left: 0
}

.trading-account-new .int_tab_list ul li.active h3,
.trading-account-new .int_tab_list ul li.active h6,
.trading-account-new .int_tab_list ul li.active ul li,
.trading-account-new .int_tab_list ul li.active ul li h4 {
    opacity: 1
}

.trading-account-new .int_tab_list ul li {
    position: relative;
    padding: 0 25px;
    display: inline-block;
    margin-bottom: 24px
}

.trading-account-new .int_tab_list ul li h3 {
    font-size: 18px;
    color: #000;
    font-weight: 600;
    line-height: 1.44;
    margin: 0;
    opacity: .5
}

.trading-account-new .int_tab_list ul li ul {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-bottom: 0
}

.trading-account-new .int_tab_list ul li ul li {
    position: relative;
    margin-right: 15px;
    padding: unset;
    display: unset;
    margin-bottom: 0;
    opacity: .5
}

.trading-account-new .int_tab_list ul li ul li,
.trading-account-new .int_tab_list ul li ul li h4 {
    font-size: 16px;
    line-height: 1.5;
    color: #444;
    letter-spacing: -.01em
}

.trading-account-new .h2_heading {
    font-size: 32px;
    line-height: 1.3;
    letter-spacing: -.035em;
    font-weight: 700;
    margin-top: 0;
    max-width: 384px !important;
    padding-bottom: 16px;
    margin-bottom: 25px;
    color: #41246e
}

.trading-account-new .p_txt {
    font-size: 14px;
    line-height: 1.5;
    letter-spacing: -.01em;
    color: #444
}

.trading-account-new div#invest,
.trading-account-new div#trade {
    padding-bottom: 100px
}

.trading-account-new .pddg_sec.invest.power h2.h2_heading {
    margin-bottom: 48px
}

.trading-account-new .pddg_sec.invest.power ul li.active:before {
    height: 48px
}

.trading-account-new div#trade .int_tab_list {
    padding-left: 0
}

.trading-account-new section.team_sec {
    padding: 60px 0;
    overflow: hidden
}

.trading-account-new section.team_sec ul.custom_arrows_team {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
    max-width: 213px;
    margin: auto;
    padding-top: 48px
}

.trading-account-new section.team_sec ul.custom_arrows_team li.slick-arrow.slick-disabled {
    opacity: .3
}

.trading-account-new section.team_sec ul.custom_arrows_team li {
    max-width: 50px !important;
    min-width: unset !important;
    -ms-flex: auto !important;
    flex: auto !important;
    text-align: center;
    width: 50px !important;
    height: 50px !important;
    border: 1px solid #000;
    -ms-flex-align: center;
    align-items: center;
    border-radius: 50%;
    -ms-flex-pack: center;
    justify-content: center;
    cursor: pointer;
    margin: 0 18px 0 0 !important;
    display: -ms-flexbox !important;
    display: flex !important
}

.trading-account-new span.new-text {
    font-weight: 700;
    font-size: 14px;
    background: #41246e;
    border-radius: 6px;
    padding: 5px 8px;
    color: #fff;
    vertical-align: middle;
    text-transform: uppercase;
    margin-left: 12px
}

@media only screen and (max-width:1450px) and (min-width:1366px) {
    .trading-account-new section.banner-new.container_fld .banner_txt h1 {
        max-width: 358px
    }

    .trading-account-new section.banner-new.container_fld .coantainer_sec {
        padding: 40px 95px 0 !important
    }

    .trading-account-new .invest_section .int_tab_list {
        padding: 0 50.5px 0 15px
    }

    .trading-account-new .invest_section .pddg_sec.trade .int_tab_list {
        padding: 0 15px 0 50.5px
    }
}

@media (max-width:1400px) {
    .trading-account-new section.banner-new {
        padding: 32px 15px 64px
    }

    .trading-account-new section.banner-new .coantainer_sec {
        padding: 40px 22px 0 !important
    }

    .trading-account-new section.banner-new .banner_txt h1 {
        font-size: 32px
    }
}

@media only screen and (min-width:1500px) {
    .trading-account-new .banner-new .coantainer_sec {
        max-width: 1340px !important
    }
}

@media only screen and (min-width:1365px) {
    .trading-account-new .invest_section .int_tab_list ul li h3 {
        padding-right: 150px
    }

    .trading-account-new .invest_section .int_tab_list ul li ul {
        padding-right: 85px
    }

    .trading-account-new .invest_section .pddg_sec.invest.power .h2_heading {
        max-width: 300px !important
    }

    .trading-account-new .invest_section .pddg_sec.invest.power .int_tab_list ul li ul {
        padding-right: 213px
    }

    .trading-account-new .container {
        max-width: 1170px !important;
        width: 100%
    }
}

@media only screen and (max-width:1024px) and (min-width:769px) {
    .trading-account-new .container {
        width: 750px;
        max-width: 750px !important
    }

    .trading-account-new .banner-new li.desktop-content {
        max-width: 146px
    }

    .trading-account-new .banner-new li.second-list {
        max-width: 95px
    }

    .trading-account-new section.banner-new.container_fld .banner_txt h1 {
        font-size: 26px
    }

    .trading-account-new section.banner-new.container_fld .pddg_col figure.dsktp-hide img {
        height: auto
    }

    .trading-account-new section.banner-new.container_fld .coantainer_sec {
        padding: 40px 30px 0 !important
    }
}

@media only screen and (min-width:1060px) {
    .trading-account-new .banner-new .coantainer_sec .row {
        margin: 0 -35.5px
    }
}

@media only screen and (max-width:991px) {
    .trading-account-new section.banner-new {
        padding: 16px;
        padding-bottom: 0
    }

    .trading-account-new section.banner-new .coantainer_sec {
        border-radius: 12px;
        padding: 24px !important
    }

    .trading-account-new section.banner-new .mobile-arrow-btn.mobile-content {
        display: block
    }

    .trading-account-new section.banner-new button.btn.mobile-btn-arrow {
        position: absolute;
        right: 10px;
        width: 32px;
        height: 32px !important;
        font-size: 0;
        top: 10px;
        display: inline-block;
        background-image: url(../img/trading-account/right-arrow.svg);
        background-repeat: no-repeat;
        background-position: 50%;
        background-size: 16px;
        background-color: #61399f;
        border-radius: 999px
    }

    .trading-account-new section.banner-new button.btn.mobile-btn-arrow:focus {
        border: none !important;
        background-color: #2d1157 !important;
        outline: none
    }

    .trading-account-new section.banner-new .col-md-5.pddg_col.mobile-content {
        margin-top: 18px
    }

    .trading-account-new section.banner-new .col-md-7.pddg_col {
        padding: 0 !important
    }

    .trading-account-new section.banner-new .banner_txt {
        text-align: center;
        padding: 0 16px
    }

    .trading-account-new section.banner-new .banner_txt:before {
        background-color: transparent
    }

    .trading-account-new section.banner-new .banner_txt .new-title-paragraph {
        font-weight: 400;
        font-size: 14px;
        line-height: 20px;
        margin: 0;
        margin-bottom: 24px
    }

    .trading-account-new section.banner-new .banner_txt .new-title-paragraph span {
        font-weight: 700;
        color: #61399f
    }

    .trading-account-new section.banner-new .banner_txt h1 {
        text-align: center;
        letter-spacing: -.035em;
        margin: 0 0 16px;
        font-weight: 700;
        font-size: 24px;
        line-height: 29px
    }

    .trading-account-new section.banner-new .banner_txt form {
        margin: 0 !important
    }

    .trading-account-new section.banner-new .banner_txt form .form-group {
        margin-right: 0
    }

    .trading-account-new section.banner-new .banner_txt form .form-control {
        margin-bottom: 0
    }

    .trading-account-new section.banner-new .banner_txt form .prple_btn {
        display: none
    }

    .trading-account-new section.banner-new .banner_txt p {
        padding-bottom: 0;
        margin: 0;
        margin-top: 8px
    }

    .trading-account-new section.banner-new .banner_txt p:after {
        background-color: transparent
    }

    .trading-account-new section.banner-new .banner_txt p.terms-para {
        border-bottom: 2px solid #61399f4d;
        padding-bottom: 24px !important;
        margin-bottom: 24px !important
    }

    .trading-account-new section.banner-new .banner_txt ul {
        -ms-flex-pack: center;
        justify-content: center
    }

    .trading-account-new section.banner-new .banner_txt ul li {
        width: 50%
    }

    .trading-account-new section.banner-new .banner_txt ul li h5 {
        -ms-flex-pack: center;
        justify-content: center
    }

    .trading-account-new section.banner-new a.btn.prple_outline_btn.launch-btn {
        border: 0;
        background-color: transparent;
        font-size: 12px;
        line-height: 15px;
        color: #5a298b;
        margin-bottom: 0
    }

    .trading-account-new section.banner-new div#error-message {
        position: static
    }

    .trading-account-new section.banner-new button.btn.prple_btn.mbile-hide.mobile-btn {
        display: inline-block;
        margin: auto;
        font-weight: 700;
        font-size: 16px;
        line-height: 20px;
        padding: 11px 42px
    }

    .trading-account-new section.banner-new .pddg_col {
        padding: 0 16px
    }

    .trading-account-new section.banner-new .pddg_col figure img {
        margin: 0 auto
    }

    .trading-account-new section.banner-new:before {
        border-radius: 0 !important
    }

    .trading-account-new .invest_section .pddg_sec.invest .power ul.list-unstyled,
    .trading-account-new .invest_section .pddg_sec.invest ul.list-unstyled {
        padding-right: 0
    }

    .trading-account-new .invest_section .mbile-hide {
        display: none
    }

    .trading-account-new .invest_section .h2_heading {
        font-size: 24px;
        line-height: 29px;
        margin-top: 0;
        margin-bottom: 8px;
        padding-bottom: 0
    }

    .trading-account-new .invest_section .mbile-hide .mbl_invest {
        position: relative
    }

    .trading-account-new .invest_section .mbile-hide .tab-content figure {
        width: 50% !important;
        margin: 0 auto
    }

    .trading-account-new .invest_section .mbile-hide .tab-content figure img {
        margin: auto
    }

    .trading-account-new .invest_section .mbile-hide .invest-slide-arrow {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-direction: row-reverse;
        flex-direction: row-reverse;
        -ms-flex-pack: justify;
        justify-content: space-between;
        width: 94%;
        position: absolute;
        top: 45%;
        z-index: 999;
        transform: translateX(-50%);
        left: 50%
    }

    .trading-account-new .invest_section .mbile-hide .invest-slide-arrow .invest-arrow {
        background: #f5f5f5;
        border-radius: 9999px;
        width: 32px;
        display: -ms-flexbox;
        display: flex;
        height: 32px;
        -ms-flex-align: center;
        align-items: center;
        -ms-flex-pack: center;
        justify-content: center;
        opacity: .5
    }

    .trading-account-new .invest_section .mbile-hide .invest-slide-arrow .invest-arrow.active {
        opacity: 1
    }

    .trading-account-new .invest_section div#invest {
        padding-bottom: 0
    }

    .trading-account-new .h2_heading {
        max-width: 278px;
        margin: auto;
        font-weight: 700;
        font-size: 24px;
        line-height: 29px;
        color: #000;
        padding: 0;
        padding-bottom: 8px
    }

    .trading-account-new .p_txt {
        font-weight: 400;
        font-size: 14px;
        line-height: 20px;
        color: #444;
        margin-bottom: 34px
    }

    .trading-account-new .mbl_sec_list ul {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-pack: justify;
        justify-content: space-between
    }

    .trading-account-new .mbl_sec_list ul li {
        width: 33%;
        text-align: center
    }

    .trading-account-new .mbl_sec_list ul li a h6 {
        font-size: 15px;
        line-height: 1.47;
        color: #666;
        font-weight: 400;
        margin: 0 0 20px;
        padding-bottom: 17px;
        cursor: pointer;
        transition: width .5s;
        position: relative;
        display: inline-block;
        text-align: center
    }

    .trading-account-new .mbl_sec_list ul li h6:after {
        content: "";
        display: inline-block;
        background-color: var(--purple-block);
        height: 4px;
        width: 0;
        position: absolute;
        bottom: 0;
        left: 50%;
        transform: translateX(-50%);
        transition: width .5s
    }

    .trading-account-new .mbl_sec_list ul li.active a h6 {
        color: #000 !important;
        font-weight: 600
    }

    .trading-account-new .mbl_sec_list ul li.active h6:after {
        width: 63px
    }

    .trading-account-new div#invest .tab-content {
        max-width: 100% !important;
        margin: 0
    }

    .trading-account-new section.invest_section .container.container_primary .tab-content .tab-pane {
        width: 100% !important;
        max-width: 100% !important
    }

    .trading-account-new section.invest_section .first-trade div#invest .tab-content {
        min-height: 320px
    }

    .trading-account-new section.invest_section .bg-invest div#invest .tab-content {
        min-height: 427px
    }

    .trading-account-new section.invest_section .power-mobile div#invest .tab-content {
        min-height: 413px
    }

    .trading-account-new .mbl_invest .tab-pane ul {
        border-radius: 0;
        margin-bottom: -7px;
        padding: 27px 10px;
        text-align: center;
        background: #f5f5f5
    }

    .trading-account-new .mbl_invest .tab-pane .tab-text {
        text-align: center;
        border-top: 1px solid #00000057;
        padding-top: 15px !important
    }

    .trading-account-new .mbl_invest .tab-pane .tab-text ul {
        border-radius: 0;
        margin-bottom: 0;
        text-align: center;
        background: transparent;
        padding: 0;
        font-weight: 400
    }

    .trading-account-new .mbl_invest .tab-pane .tab-text ul li,
    .trading-account-new .mbl_invest .tab-pane .tab-text ul li h4 {
        font-size: 12px;
        line-height: 16px;
        color: #444;
        margin-bottom: 10px !important
    }

    .trading-account-new .mbl_invest .tab-pane .tab-text h3,
    .trading-account-new .mbl_invest .tab-pane .tab-text h6 {
        font-weight: 600;
        font-size: 14px;
        line-height: 20px;
        color: #000;
        margin-bottom: 4px
    }

    .trading-account-new .download_apps .dsktp-hide {
        display: none
    }

    .trading-account-new .download_apps ul {
        -ms-flex-pack: center;
        justify-content: center;
        margin-bottom: 55px
    }
}

@media only screen and (max-width:768px) {
    .trading-account-new section.banner-new .banner_txt p.terms-para {
        border-bottom: 1px solid #e5e5e5;
        padding-bottom: 20px !important;
        margin-bottom: 20px !important
    }

    .trading-account-new section.banner-new p.list-paragraph.mobile-content {
        font-weight: 400;
        font-size: 14px;
        line-height: 20px;
        color: #444;
        max-width: 225px;
        margin: 0 auto 32px;
        position: relative
    }

    .trading-account-new section.banner-new p.list-paragraph.mobile-content:before {
        content: "";
        width: 100px;
        position: absolute;
        background: #6a64643b;
        height: 1px;
        z-index: 999;
        bottom: -16px;
        left: 50%;
        transform: translateX(-50%)
    }

    .trading-account-new section.banner-new span.price-text {
        font-weight: 700
    }

    .trading-account-new [class*=col-] {
        padding-left: 24px !important;
        padding-right: 24px !important
    }

    .trading-account-new .invest_section {
        padding-top: 48px
    }

    .trading-account-new .invest_section .h2_heading {
        max-width: 265px !important
    }

    .trading-account-new .invest_section .power-mobile .h2_heading {
        max-width: 235px !important
    }

    .trading-account-new .invest_section .power-mobile .tab-pane .tab-text h3,
    .trading-account-new .invest_section .power-mobile .tab-pane .tab-text h6 {
        max-width: 265px;
        margin: auto auto 10px
    }

    .trading-account-new .invest_section .mbl_invest .tab-pane .tab-text ul li {
        max-width: 285px;
        margin: 0 auto
    }

    .trading-account-new .invest_section .btn_pddg {
        padding-left: 0
    }

    .trading-account-new .invest_section .dsktp-hide {
        display: none
    }

    .trading-account-new .invest_section .mbile-hide {
        display: block
    }

    .trading-account-new .invest_section .mbl_invest.bg-invest {
        background: #f5f5f5;
        padding: 48px 0 0;
        padding-bottom: 48px
    }

    .trading-account-new .invest_section .mbl_invest.power-mobile {
        padding: 48px 0
    }

    .trading-account-new section.banner-new {
        background-color: #f2ecfd
    }

    .trading-account-new section.banner-new .banner_txt form .form-control::-webkit-input-placeholder {
        font-size: 12px
    }

    .trading-account-new section.banner-new .banner_txt form .form-control:-ms-input-placeholder,
    .trading-account-new section.banner-new .banner_txt form .form-control::-ms-input-placeholder {
        font-size: 12px
    }

    .trading-account-new section.banner-new .banner_txt form .form-control::placeholder {
        font-size: 12px
    }

    .trading-account-new section.banner-new .banner_txt form .form-control {
        padding: 13px 16px 15px 58px
    }

    .trading-account-new section.banner-new p.new-title-paragraph {
        max-width: 275px;
        margin: auto auto 24px !important
    }

    .trading-account-new section.banner-new .banner_txt ul li {
        width: auto;
        margin-right: 20px
    }

    .trading-account-new section.banner-new .banner_txt ul li:last-child {
        margin-right: 0;
        margin-left: 20px
    }

    .trading-account-new section.banner-new .banner_txt h1 {
        max-width: 215px;
        margin: auto auto 16px
    }

    .trading-account-new section.banner-new .col-md-7.col-sm-7.pddg_col {
        width: 100%
    }

    .trading-account-new section.banner-new .banner_txt form .form-group {
        max-width: 100%
    }

    .trading-account-new section.banner-new .desktop-content {
        display: none
    }

    .trading-account-new section.banner-new .mobile-content {
        display: block
    }
}

@media only screen and (max-width:767px) {
    .trading-account-new section.banner-new banner-new.container_fld figure.mbile-hide {
        padding-top: 15px;
        margin-bottom: -5px
    }

    .trading-account-new section.banner-new img.img-responsive {
        margin-top: 0 !important
    }

    .trading-account-new section.banner-new .banner_txt h1 {
        margin: auto auto 16px
    }

    .trading-account-new section.banner-new .banner_txt ul li:last-child {
        text-align: left
    }

    .trading-account-new .container.container_primary .mbile-hide>div:last-child h2.h2_heading {
        padding-bottom: 34px
    }

    .trading-account-new section.banner-new .coantainer_sec {
        box-shadow: none
    }

    .trading-account-new .invest_section .container {
        padding: 0
    }

    .trading-account-new .invest_section .container .row {
        margin: 0
    }

    .trading-account-new .invest_section .tab-content figure img {
        height: auto
    }

    .trading-account-new .demate-btn-area p {
        margin: 12px auto 0;
        font-size: 12px;
        line-height: 16px;
        max-width: 100% !important
    }

    .trading-account-new .document-section .mobile-content h2 {
        text-align: center
    }

    .trading-account-new .h2_heading {
        margin-bottom: 0
    }

    .trading-account-new section.demate-account-sec .title-content h2 {
        max-width: 303px;
        margin: auto
    }

    .trading-account-new .invest_section .h2_heading {
        margin: auto auto 8px
    }
}

@media only screen and (min-width:992px) {
    .trading-account-new .banner-new .mbile-hide {
        display: none
    }

    .trading-account-new .banner-new li.desktop-content {
        max-width: 146px
    }

    .trading-account-new .banner-new li.second-list {
        max-width: 95px
    }

    .trading-account-new .download_apps .mbile-hide,
    .trading-account-new .invest_section .mbile-hide {
        display: none
    }
}

.trading-account-new section.demate-account-sec {
    padding: 0 0 60px
}

.trading-account-new section.demate-account-sec .mobile-content {
    display: none
}

.trading-account-new section.demate-account-sec .mobile-content .demate-btn-area {
    margin-top: 24px
}

.trading-account-new section.demate-account-sec .mobile-content .demate-btn-area p {
    max-width: 80%
}

.trading-account-new section.demate-account-sec .mobile-content .demate-tab-btn-area {
    border-radius: 9999px;
    border: 1px solid #000;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-bottom: 40px
}

.trading-account-new section.demate-account-sec .mobile-content .deamte-tab-link {
    border-radius: 9999px;
    padding: 12px 27px;
    font-weight: 400;
    font-size: 12px;
    line-height: 16px;
    color: #000;
    width: 50%;
    text-align: center;
    background: transparent
}

.trading-account-new section.demate-account-sec .mobile-content .deamte-tab-link.active {
    background: #61399f;
    color: #fff;
    font-weight: 700
}

.trading-account-new section.demate-account-sec .mobile-content .demate-column .demate-text p {
    font-size: 12px;
    line-height: 16px;
    padding: 16px 0;
    padding-top: 0;
    margin-bottom: 16px;
    border-bottom: 1px solid #d1d1d178
}

.trading-account-new section.demate-account-sec .title-content {
    margin-bottom: 48px;
    text-align: center
}

.trading-account-new section.demate-account-sec .title-content h2 {
    font-weight: 700;
    font-size: 32px;
    line-height: 36px;
    color: #000;
    margin-bottom: 12px
}

.trading-account-new section.demate-account-sec .title-content p {
    color: #444;
    font-weight: 400;
    font-size: 14px;
    line-height: 20px
}

.trading-account-new section.demate-account-sec h3,
.trading-account-new section.demate-account-sec h5 {
    font-weight: 700;
    font-size: 18px;
    line-height: 26px
}

.trading-account-new section.demate-account-sec .trading-title-bg h3,
.trading-account-new section.demate-account-sec .trading-title-bg h5 {
    background: #0000000d
}

.trading-account-new section.demate-account-sec .demate-column h3,
.trading-account-new section.demate-account-sec .demate-column h5 {
    padding: 20px 24px;
    border-bottom: 1px solid #e5e5e5;
    border-top-right-radius: 16px;
    border-top-left-radius: 16px
}

.trading-account-new section.demate-account-sec .demate-column .demate-account-content {
    padding: 0 24px;
    border-bottom-right-radius: 16px;
    border-bottom-left-radius: 16px
}

.trading-account-new section.demate-account-sec .demate-column .demate-bg {
    background: #f7f5fa
}

.trading-account-new section.demate-account-sec .demate-column .demate-text p {
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    padding: 40px 0;
    color: #000;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center
}

.trading-account-new section.demate-account-sec .demate-column .demate-text span.demate-paragraph {
    width: calc(100% - 17px)
}

.trading-account-new section.demate-account-sec .demate-column .demate-text span.demate-icon {
    width: 17px;
    margin-right: 18px
}

.trading-account-new section.demate-account-sec .demate-btn-area {
    margin-top: 48px;
    text-align: center
}

.trading-account-new section.demate-account-sec .demate-btn-area a.demate-btn {
    font-weight: 400;
    font-size: 12px;
    line-height: 16px;
    padding: 12px 32px;
    color: #fff;
    background: #61399f;
    border-radius: 9999px
}

.trading-account-new section.demate-account-sec .demate-btn-area span {
    font-weight: 700
}

.trading-account-new section.demate-account-sec .demate-btn-area p {
    font-weight: 400;
    font-size: 12px;
    line-height: 16px;
    text-align: center;
    color: #444;
    max-width: 277px;
    margin: 12px auto 0
}

@media only screen and (max-width:991px) {
    .trading-account-new section.demate-account-sec .title-content {
        margin-bottom: 24px
    }

    .trading-account-new section.demate-account-sec .title-content h2 {
        font-weight: 700;
        font-size: 24px;
        line-height: 29px;
        color: #000;
        margin-bottom: 0
    }
}

@media only screen and (max-width:768px) {
    .trading-account-new section.demate-account-sec .desktop-content {
        display: none
    }

    .trading-account-new section.demate-account-sec .mobile-content {
        display: block
    }

    .trading-account-new section.demate-account-sec .demate-btn-area {
        margin-top: 16px
    }

    .trading-account-new section.demate-account-sec .demate-btn-area p {
        max-width: 277px !important
    }

    .trading-account-new section.demate-account-sec .demate-column .demate-account-content {
        padding: 0 !important
    }
}

.trading-account-new section.open-account-sec {
    padding: 90px 0;
    padding-top: 70px
}

.trading-account-new section.open-account-sec .open-account-column {
    background: #fff;
    border: 1px solid #e5e5e5;
    border-radius: 16px;
    padding: 24px
}

.trading-account-new section.open-account-sec .open-account-column .open-img-content {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-bottom: 35px
}

.trading-account-new section.open-account-sec .open-account-column .open-img-content p {
    background: #b1b1b1;
    border-radius: 9999px;
    height: 24px;
    width: 24px;
    font-weight: 700;
    font-size: 16px;
    color: #fff;
    text-align: center;
    line-height: 24px
}

.trading-account-new section.open-account-sec .open-account-column .open-text-content h3,
.trading-account-new section.open-account-sec .open-account-column .open-text-content h5 {
    font-weight: 700;
    font-size: 16px;
    line-height: 24px;
    margin-bottom: 16px;
    color: #000
}

.trading-account-new section.open-account-sec .open-account-column .open-text-content p {
    font-weight: 400;
    font-size: 14px;
    color: #000;
    line-height: 20px;
    min-height: 65px
}

.trading-account-new section.open-account-sec .title-content {
    margin-bottom: 48px
}

.trading-account-new section.open-account-sec .title-content h2 {
    font-weight: 700;
    font-size: 32px;
    line-height: 36px;
    color: #41246e;
    text-align: center
}

.trading-account-new section.open-account-sec .open-account-btn-area {
    text-align: center;
    margin-top: 48px
}

.trading-account-new section.open-account-sec .open-account-btn-area a {
    background: #61399f;
    color: #fff;
    padding: 12px 32px;
    border-radius: 9999px;
    font-weight: 700;
    font-size: 12px
}

@media only screen and (max-width:991px) {
    .trading-account-new section.open-account-sec {
        padding: 40px 0
    }

    .trading-account-new section.open-account-sec .title-content {
        margin-bottom: 24px
    }

    .trading-account-new section.open-account-sec .title-content h2 {
        text-align: center;
        font-weight: 700;
        font-size: 24px;
        line-height: 29px;
        color: #000
    }

    .trading-account-new section.open-account-sec .open-account-column {
        padding: 16px;
        margin-bottom: 16px
    }

    .trading-account-new section.open-account-sec .open-account-column .open-img-content {
        margin-bottom: 28px
    }

    .trading-account-new section.open-account-sec .open-account-column .open-text-content p {
        min-height: 100px
    }

    .trading-account-new section.open-account-sec .open-account-btn-area {
        display: none
    }
}

@media only screen and (max-width:768px) {
    .trading-account-new section.open-account-sec .open-account-column .open-text-content p {
        min-height: auto
    }

    .trading-account-new section.open-account-sec .title-content h2 {
        margin: 0 auto;
        max-width: 250px
    }
}

.trading-account-new section.document-section {
    padding: 64px 0
}

.trading-account-new section.document-section .demate-btn-area span {
    font-weight: 700
}

.trading-account-new section.document-section .mobile-content {
    display: none
}

.trading-account-new section.document-section .document-img-content {
    border-radius: 16px;
    height: 480px;
    width: 451px
}

.trading-account-new section.document-section .document-img-content img {
    height: 100%;
    width: 100%
}

.trading-account-new section.document-section .document-column h2 {
    font-weight: 700;
    font-size: 32px;
    line-height: 36px;
    color: #000;
    margin-bottom: 64px
}

.trading-account-new section.document-section .document-column .main-doument-data {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-bottom: 16px;
    padding-bottom: 16px;
    border-bottom: 1px solid #e5e5e5
}

.trading-account-new section.document-section .document-column .main-doument-data .data-item {
    width: 50%
}

.trading-account-new section.document-section .document-column .main-doument-data .data-item h3,
.trading-account-new section.document-section .document-column .main-doument-data .data-item h5 {
    font-weight: 600;
    font-size: 16px;
    margin-bottom: 4px;
    line-height: 24px;
    color: #000
}

.trading-account-new section.document-section .document-column .main-doument-data .data-item p {
    font-weight: 400;
    font-size: 12px;
    line-height: 16px;
    color: #000
}

.trading-account-new section.document-section .document-column .main-doument-data .data-item ul {
    margin-bottom: 0
}

.trading-account-new section.document-section .document-column .main-doument-data .data-item ul li {
    font-weight: 400;
    font-size: 14px;
    line-height: 20px;
    color: #000;
    margin-bottom: 4px;
    list-style: disc
}

.trading-account-new section.document-section .document-column .main-doument-data .data-item ul h2 {
    font-weight: 400;
    font-size: 14px;
    line-height: 20px;
    color: #000;
    margin-bottom: 0
}

.trading-account-new section.document-section .document-column .main-doument-data:last-child {
    border: none;
    padding-bottom: 0;
    margin-bottom: 48px
}

.trading-account-new section.document-section .demate-btn-area a.demate-btn {
    font-weight: 400;
    font-size: 12px;
    line-height: 16px;
    padding: 12px 32px;
    color: #fff;
    background: #61399f;
    border-radius: 9999px
}

@media only screen and (max-width:991px) {
    .trading-account-new section.document-section .mobile-content h2 {
        font-weight: 700;
        font-size: 24px;
        margin-bottom: 24px;
        line-height: 29px;
        color: #000
    }

    .trading-account-new section.document-section .desktop-content {
        display: block
    }

    .trading-account-new section.document-section .document-img-content {
        margin-bottom: 40px
    }

    .trading-account-new section.document-section .document-column .main-doument-data:last-child {
        border: none;
        padding-bottom: 0;
        margin-bottom: 24px
    }

    .trading-account-new section.document-section .demate-btn-area {
        text-align: center
    }
}

@media only screen and (max-width:1024px) {
    .trading-account-new section.document-section .document-img-content {
        border-radius: 16px;
        height: auto;
        width: auto
    }
}

@media only screen and (max-width:768px) {
    .trading-account-new section.document-section .desktop-content {
        display: none
    }

    .trading-account-new section.document-section .mobile-content {
        display: block
    }

    .trading-account-new section.document-section .mobile-content h2 {
        max-width: 262px;
        margin: auto auto 24px !important
    }

    .trading-account-new section.document-section .document-img-content {
        width: 100%;
        height: 100%
    }
}

.equity-trade-base {
    margin-top: 70px
}

.equity-trade-base .trading-account .heading-main h2 {
    font-weight: 700;
    font-size: 32px;
    line-height: 36px;
    text-align: center;
    letter-spacing: -.03em;
    color: #000;
    max-width: 533px;
    margin: auto auto 48px
}

.equity-trade-base .trading-account .home-container {
    background: #f2ecfd;
    border-radius: 16px;
    padding: 48px
}

.equity-trade-base .trading-sub-main {
    text-align: center;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center
}

.equity-trade-base .trading-sub-main>div:last-child {
    margin: 0 !important
}

.equity-trade-base .trading-sub-main .equity-sub {
    width: 240px;
    background-color: #ffff;
    margin: 0 16px 0 0;
    padding: 24px 16px 48px;
    border-radius: 12px
}

.equity-trade-base h4.number {
    font-weight: 700;
    font-size: 40px;
    line-height: 40px;
    text-align: center;
    letter-spacing: -.05em;
    color: #61399f;
    margin: 0
}

.equity-trade-base .equity-sub span.rupee {
    font-weight: 600;
    font-size: 14px;
    line-height: 20px;
    text-align: center;
    color: #61399f;
    position: relative;
    top: -17px;
    left: -5px
}

.equity-trade-base .equity-sub h3 {
    font-weight: 600;
    font-size: 16px;
    line-height: 24px;
    text-align: center;
    color: #41246e;
    margin: 0;
    padding: 16px 0 6px
}

.equity-trade-base .equity-sub p {
    font-weight: 400;
    font-size: 14px;
    line-height: 20px;
    text-align: center;
    color: #444;
    margin: 0
}

.equity-trade-base .brokerage-main {
    padding-top: 48px;
    text-align: center
}

.equity-trade-base .brokerage-main ul {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    max-width: 630px;
    margin: auto
}

.equity-trade-base .brokerage-main ul li {
    padding: 0 12px 12px 0
}

.equity-trade-base .brokerage-main ul li a {
    font-weight: 500;
    font-size: 16px;
    line-height: 20px;
    color: #61399f;
    padding: 8px 16px;
    background-color: #fff;
    border-radius: 50px;
    text-align: center
}

.equity-trade-base .brokerage-main h3 {
    font-weight: 700;
    font-size: 18px;
    line-height: 26px;
    text-align: center;
    color: #444 !important;
    margin: 0 0 24px
}

.equity-trade-base a.learn-more {
    font-weight: 700;
    font-size: 12px;
    line-height: 16px;
    text-transform: capitalize;
    color: #61399f;
    padding: 8px 16px;
    border: 1px solid #61399f;
    border-radius: 24px;
    display: inline-block;
    margin-top: 30px
}

.equity-trade-base .opportunity-sec {
    padding: 48px 0;
    background: #f5f5f5;
    text-align: center;
    margin: 0
}

.equity-trade-base .opportunity-sec .heading-main {
    padding-bottom: 40px
}

.equity-trade-base .opportunity-sec .heading-main h2 {
    font-weight: 700;
    font-size: 32px;
    line-height: 130%;
    text-align: center;
    letter-spacing: -.035em;
    color: #000;
    margin: 0;
    padding-bottom: 12px
}

.equity-trade-base .opportunity-sec .heading-main p {
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    text-align: center;
    color: #444
}

.equity-trade-base .opportunity-sec .home-container {
    max-width: 990px
}

.equity-trade-base .opportunity-sub h4 {
    margin: 0;
    padding: 20px 0 8px;
    font-weight: 700;
    font-size: 16px;
    line-height: 24px;
    text-align: center;
    color: #000
}

.equity-trade-base .opportunity-sub p {
    font-weight: 400;
    font-size: 14px;
    line-height: 20px;
    text-align: center;
    color: #444;
    margin: 0
}

.equity-trade-base .opportunity-sub img {
    width: 30px;
    height: 36px;
    -o-object-fit: cover;
    object-fit: cover
}

.equity-trade-base .community-content p {
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    color: #41246e;
    padding: 8px 0 32px;
    margin: 0
}

.equity-trade-base .community-content h2 {
    font-weight: 700;
    font-size: 32px;
    line-height: 130%;
    letter-spacing: -.035em;
    color: #000;
    margin: 0
}

.equity-trade-base .community-sec {
    padding-bottom: 40px
}

.equity-trade-base .community-sec .home-container {
    max-width: 1174px;
    background: #f0eef3;
    border: 1px solid #61399f;
    border-radius: 24px;
    padding: 52px 0 42px;
    background-image: url(../img/equity-trading/community.svg);
    background-repeat: no-repeat;
    background-size: 613px;
    background-position: 100%
}

.equity-trade-base .community-sec .home-container .community-content {
    width: 100%;
    max-width: 940px;
    margin: auto;
    float: none
}

.equity-trade-base .community-sec a.community-btn {
    font-weight: 700;
    font-size: 14px;
    line-height: 20px;
    text-align: center;
    color: #fff;
    background: #61399f;
    border-radius: 9999px;
    padding: 10px 24px;
    transition: .3s ease-in-out 0s
}

.equity-trade-base .community-sec a.community-btn:hover {
    background: #43165c
}

.equity-trade-base .uplink-image-content img {
    width: 136px;
    height: 122px
}

.equity-trade-base .uplink-image {
    text-align: center;
    background-color: #f5f5f5;
    padding: 41px 15px;
    border-radius: 8px
}

.equity-trade-base .uplink-content h3 {
    font-weight: 700;
    font-size: 16px;
    line-height: 24px;
    text-align: center;
    margin: 0;
    padding: 16px 0 8px
}

.equity-trade-base .uplink-content p {
    font-weight: 400;
    font-size: 14px;
    line-height: 20px;
    text-align: center;
    color: #444
}

.equity-trade-base .upstock-api {
    padding-top: 48px;
    text-align: center
}

.equity-trade-base a.upstock-btn {
    font-weight: 700;
    font-size: 12px;
    line-height: 16px;
    text-transform: capitalize;
    color: #61399f;
    display: inline-block;
    padding: 8px 16.5px;
    border: 1px solid #61399f;
    border-radius: 50px
}

.equity-trade-base .uplink-main {
    padding-top: 112px;
    padding-bottom: 40px
}

.equity-trade-base .uplink-main .heading-main p {
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    text-align: center;
    color: #444;
    padding: 8px 0 48px;
    margin: 0
}

.equity-trade-base .uplink-main .heading-main h2 {
    font-weight: 700;
    font-size: 32px;
    line-height: 130%;
    text-align: center;
    letter-spacing: -.035em;
    color: #000;
    margin: 0
}

.equity-trade-base section.banner-new {
    padding: 32px 0 64px
}

.equity-trade-base .banner-new {
    position: relative;
    padding: 0 20px
}

.equity-trade-base .banner-new .coantainer_sec {
    max-width: 1340px;
    width: auto;
    padding: 48px 100px !important;
    background: #fff;
    border: 1px solid #d6bfff;
    box-shadow: 0 0 10px hsla(0, 0%, 69%, .5);
    border-radius: 24px;
    position: relative
}

.equity-trade-base .banner-new .coantainer_sec:after {
    content: "";
    position: absolute;
    background-image: url(../img/equity-trading/new-banner.svg) !important;
    background-size: 574px;
    right: 0;
    bottom: 0;
    background-repeat: no-repeat;
    width: 563px;
    top: 0;
    background-position: 100% 100%;
    border-radius: 0 0 22px 0
}

.equity-trade-base .banner-new:before {
    content: "";
    width: 100%;
    background: #f2ecfd;
    position: absolute;
    top: 0;
    left: 0;
    height: 320px;
    z-index: -1
}

.equity-trade-base .banner-new .banner-new:before {
    content: "";
    display: inline-block;
    -webkit-clip-path: polygon(0 0, 100% 0, 100% 93%, 0 100%);
    clip-path: polygon(0 0, 100% 0, 100% 93%, 0 100%);
    position: absolute;
    min-height: 486px;
    width: auto;
    z-index: -1;
    border-radius: 16px;
    background-color: #f2ecfd;
    left: 20px;
    right: 20px
}

.equity-trade-base .banner-new .pddg_col {
    padding: 0 35.5px
}

.equity-trade-base .banner-new .pddg_col figure.dsktp-hide {
    position: relative;
    bottom: -18px
}

.equity-trade-base .banner-new .pddg_col figure.dsktp-hide img {
    position: relative;
    bottom: 0;
    height: 396px;
    -o-object-fit: cover;
    object-fit: cover;
    margin: 0 0 0 auto !important
}

.equity-trade-base .banner-new .pddg_col .dsktp-hide.new-banner-img {
    bottom: -48px
}

.equity-trade-base .banner-new .banner_txt {
    padding: 0;
    background-color: #fff;
    border-radius: 12px;
    position: relative
}

.equity-trade-base .banner-new .banner_txt p.new-title-paragraph {
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    padding-bottom: 0;
    margin-bottom: 12px;
    color: #444
}

.equity-trade-base .banner-new .banner_txt p.new-title-paragraph:after {
    display: none
}

.equity-trade-base .banner-new .banner_txt p.new-title-paragraph span {
    color: #61399f;
    font-weight: 700
}

.equity-trade-base .banner-new .banner_txt:before {
    display: none
}

.equity-trade-base .banner-new .banner_txt h1 {
    font-size: 40px;
    font-weight: 700;
    line-height: 48px;
    margin-bottom: 32px;
    letter-spacing: -.035em;
    color: #000;
    margin-top: 0;
    max-width: 403px
}

.equity-trade-base .banner-new .banner_txt form {
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 12px
}

.equity-trade-base .banner-new .banner_txt form .form-row {
    max-width: 86%
}

.equity-trade-base .banner-new .banner_txt form .form-group {
    margin-bottom: 0;
    width: 100%;
    margin-right: 11px;
    position: relative
}

.equity-trade-base .banner-new .banner_txt form .form-group:before {
    content: "+91";
    display: inline-block;
    background-color: transparent;
    padding: 8px 12px;
    border-radius: 24px;
    font-size: 14px;
    font-weight: 700;
    color: #444;
    line-height: 1.4;
    position: absolute;
    top: 28px;
    transform: translateY(-50%);
    z-index: 1;
    left: 8px
}

.equity-trade-base .banner-new .banner_txt form .form-control {
    padding: 15px 16px 15px 75px;
    height: auto;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.5;
    position: relative;
    height: 54px;
    margin-bottom: 8px;
    background: #f5f5f5;
    border: 1px solid #444;
    box-shadow: 0 1px 10px rgba(97, 57, 159, .06);
    border-radius: 32px
}

.equity-trade-base .banner-new .banner_txt form .form-control:focus {
    border: 2px solid #61399f
}

.equity-trade-base .banner-new .banner_txt form .prple_btn {
    height: -webkit-fit-content;
    height: -moz-fit-content;
    height: fit-content;
    padding: 18px 19px
}

.equity-trade-base .banner-new .banner_txt form .prple_btn:focus {
    background-color: #2d1157;
    outline-offset: unset;
    outline: none
}

.equity-trade-base .banner-new .banner_txt p {
    font-size: 10px;
    color: #666;
    line-height: 1.4;
    max-width: 100%;
    position: relative;
    padding-bottom: 24px;
    margin-bottom: 24px
}

.equity-trade-base .banner-new .banner_txt p a {
    font-weight: 700;
    color: #666;
    text-decoration: underline
}

.equity-trade-base .banner-new .banner_txt p:after {
    content: "";
    display: inline-block;
    background-color: #61399f4d;
    height: 2px;
    min-width: 220px;
    position: absolute;
    bottom: 0;
    left: 0
}

.equity-trade-base .banner-new .banner_txt ul {
    display: -ms-flexbox;
    display: flex
}

.equity-trade-base .banner-new .banner_txt ul li {
    width: 25%;
    padding: 0 10px 0 0
}

.equity-trade-base .banner-new .banner_txt ul li:first-child h5 {
    display: -ms-flexbox;
    display: flex
}

.equity-trade-base .banner-new .banner_txt ul li:nth-child(3) {
    padding: 0 20px
}

.equity-trade-base .banner-new .banner_txt ul li:nth-child(3) h5 {
    display: -ms-flexbox;
    display: flex
}

.equity-trade-base .banner-new .banner_txt ul li h5 {
    font-size: 18px;
    color: #444;
    line-height: 1.77;
    margin: 0;
    font-weight: 700;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center
}

.equity-trade-base .banner-new .banner_txt ul li span {
    font-size: 12px;
    line-height: 1.66;
    color: #3d3d3dbf;
    font-weight: 400;
    vertical-align: text-top
}

.equity-trade-base .banner-new .banner_txt ul li:last-child img {
    display: block;
    margin-bottom: 5px;
    min-height: 31px
}

.equity-trade-base .banner-new a.btn.prple_outline_btn.launch-btn {
    font-size: 14px;
    background: #f7f4f9;
    line-height: 20px;
    cursor: unset
}

.equity-trade-base .banner-new .prple_outline_btn {
    font-size: 12px;
    font-weight: 700;
    line-height: 1.33;
    padding: 8px 16px;
    border-radius: 50px;
    border: 1px solid #61399f;
    color: #61399f
}

.equity-trade-base .banner-new .prple_btn {
    background-color: #61399f;
    color: #fff;
    font-size: 12px;
    line-height: 1.33;
    font-weight: 700;
    padding: 8px 16px;
    border-radius: 50px
}

.equity-trade-base .container_fld {
    margin: 0 auto
}

.equity-trade-base .faq-sec h3.heading {
    font-weight: 700;
    font-size: 32px;
    line-height: 130%;
    letter-spacing: -.035em;
    color: #000;
    margin: 0
}

.equity-trade-base .faq-sec .panel-heading h3.panel-title span {
    font-weight: 500;
    font-size: 16px !important;
    line-height: 32px !important;
    color: #222 !important
}

.equity-trade-base .error-message {
    margin: 0 !important
}

.equity-trade-base .error-message span {
    font-size: 10px;
    line-height: 16px;
    position: relative;
    top: -4px
}

.equity-trade-base .invest_section {
    padding-bottom: 32px !important
}

.equity-trade-base .invest_section .tab-content>div {
    width: 410px;
    height: 480px;
    background: #f8f7f5;
    border-radius: 16px
}

.equity-trade-base .invest_section .tab-content>div figure {
    width: 100%;
    height: 100%
}

.equity-trade-base .invest_section .tab-content>div figure img {
    width: 100%;
    height: 100%;
    -o-object-fit: contain;
    object-fit: contain
}

.equity-trade-base div#invest.pddg_sec.invest.power h2.h2_heading {
    max-width: 420px !important
}

.equity-trade-base div#invest.pddg_sec.invest.power .int_tab_list ul {
    padding-right: 0
}

.equity-trade-base div#invest.pddg_sec.invest.power .int_tab_list ul li {
    padding: 0 20px 0 25px
}

.equity-trade-base div#invest.pddg_sec.invest.power .int_tab_list ul li ul li {
    padding: 0
}

.equity-trade-base div#invest.pddg_sec.invest.power .int_tab_list ul li.active:before {
    height: 50px;
    top: 4px
}

.equity-trade-base .trading-account {
    margin-top: 0 !important
}

.equity-trade-base .calculator_help_section {
    padding-bottom: 32px
}

.equity-trade-base section.lookup-sec {
    background: #f5f5f5;
    padding: 64px 0
}

.equity-trade-base section.lookup-sec .container {
    max-width: 1450px;
    width: auto
}

.equity-trade-base section.lookup-sec h3.lookup-heading {
    font-family: Inter;
    font-style: normal;
    font-weight: 500;
    font-size: 24px;
    line-height: 32px;
    text-align: center;
    letter-spacing: -.03em;
    color: #111;
    opacity: .75;
    margin-bottom: 32px
}

.equity-trade-base section.lookup-sec .lookup-inner_textbox {
    background: #fff;
    border-radius: 8px;
    padding: 32px
}

.equity-trade-base section.lookup-sec .lookup-inner_textbox h4 {
    margin-bottom: 15px !important;
    font-family: Inter;
    font-style: normal;
    font-weight: 700;
    font-size: 16px;
    line-height: 24px;
    letter-spacing: -.02em;
    color: #444
}

.equity-trade-base a.learn-more.mob-calc {
    display: none
}

@media (max-width:1400px) {
    .equity-trade-base section.banner-new {
        padding: 32px 25px 64px
    }

    .equity-trade-base section.banner-new .coantainer_sec {
        padding: 40px 22px !important;
        max-width: unset;
        width: auto
    }

    .equity-trade-base section.banner-new .banner_txt h1 {
        font-size: 32px
    }
}

.equity-trade-base .smooth-font {
    padding-bottom: 64px
}

.equity-trade-base .faq-sec p {
    color: #444;
    margin: 0;
    padding: 8px 0 0;
    letter-spacing: -.035em;
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    text-align: center
}

.equity-trade-base a.btn.prple_outline_btn.uplearn_btn {
    display: table;
    margin: 0 auto;
    padding: 8px 16px;
    border-radius: 24px;
    border: 1px solid #7a26ce;
    font-style: normal;
    font-weight: 700;
    font-size: 12px;
    line-height: 16px;
    margin-top: 48px
}

@media (max-width:1366px) {
    .equity-trade-base section.banner-new .coantainer_sec {
        max-width: 1174px
    }

    .equity-trade-base .banner-new .banner_txt ul li:nth-child(2) {
        width: 28%
    }

    .equity-trade-base section.banner-new .coantainer_sec {
        padding: 48px 22px 48px 107px !important
    }

    .equity-trade-base .banner-new .banner_txt form {
        max-width: 502px;
        margin-bottom: 0
    }

    .equity-trade-base .banner-new .banner_txt form .form-row {
        max-width: 97%
    }

    .equity-trade-base section.banner-new .banner_txt h1 {
        font-size: 40px;
        line-height: 48px
    }

    .equity-trade-base .banner-new .banner_txt p {
        padding-bottom: 32px;
        margin-bottom: 32px
    }

    .equity-trade-base .opportunity-sec .heading-main {
        padding-bottom: 32px
    }

    .equity-trade-base .opportunity-sub h4 {
        padding: 16px 0 8px
    }

    .equity-trade-base section.invest_section .int_tab_list ul li ul li {
        max-width: 300px
    }

    .equity-trade-base .opportunity-sub p br {
        display: none
    }

    .equity-trade-base section.invest_section .int_tab_list {
        padding: 0 58px !important
    }

    .equity-trade-base .pddg_sec.invest.power .int_tab_list ul li ul li,
    .equity-trade-base div#trade .int_tab_list ul li ul li {
        max-width: 390px !important
    }

    .equity-trade-base div#trade .col-md-5.pddg_col,
    .equity-trade-base div#trade .col-md-7.pddg_col {
        padding: 0
    }

    .equity-trade-base section.stock-market-sec .container {
        max-width: 70%
    }

    .equity-trade-base .service-second-fold {
        margin-top: 24px
    }
}

@media only screen and (min-width:1060px) {
    .equity-trade-base .banner-new .coantainer_sec .row {
        margin: 0 -35.5px
    }
}

@media only screen and (max-width:991px) {
    .equity-trade-base .banner-new {
        background-color: #f2ecfd
    }

    .equity-trade-base .banner-new .coantainer_sec {
        padding: 21px 16px 0 !important
    }

    .equity-trade-base .banner-new .coantainer_sec:after {
        background-size: 384px;
        right: 0;
        bottom: 0;
        background-repeat: no-repeat;
        width: 380px;
        top: 0;
        background-position: 100% 100%;
        border-radius: 0 0 22px 0
    }

    .equity-trade-base .banner-new .community-sec .home-container {
        background-size: 533px;
        padding: 30px 20px;
        background-position: 100% 100%
    }

    .equity-trade-base .banner-new .col-md-7.pddg_col {
        padding: 0 !important
    }

    .equity-trade-base .banner-new .banner_txt {
        text-align: left;
        padding: 24px 16px;
        max-width: 560px
    }

    .equity-trade-base .banner-new .banner_txt:before {
        background-color: transparent
    }

    .equity-trade-base .banner-new .banner_txt h1 {
        font-size: 28px;
        line-height: 34px;
        text-align: left;
        letter-spacing: -.035em;
        margin: 8px 0 24px
    }

    .equity-trade-base .banner-new .banner_txt form {
        margin: 0 !important
    }

    .equity-trade-base .banner-new .banner_txt form .form-control {
        margin-bottom: 0
    }

    .equity-trade-base .banner-new .banner_txt form .prple_btn {
        display: inline-block
    }

    .equity-trade-base .banner-new .banner_txt p {
        padding-bottom: 0;
        margin: 16px 0
    }

    .equity-trade-base .banner-new .banner_txt p:after {
        background-color: transparent
    }

    .equity-trade-base .banner-new .banner_txt ul {
        max-width: 460px
    }

    .equity-trade-base .banner-new a.btn.prple_outline_btn.launch-btn {
        border: 0;
        background-color: transparent;
        font-size: 12px;
        line-height: 15px;
        color: #5a298b;
        margin-bottom: 0
    }

    .equity-trade-base .banner-new div#error-message {
        position: static
    }

    .equity-trade-base .banner-new button.btn.prple_btn.mbile-hide.mobile-btn {
        display: none
    }

    .equity-trade-base .banner-new .pddg_col {
        padding: 0 16px
    }

    .equity-trade-base .banner-new .pddg_col figure img {
        margin: 0 auto
    }

    .equity-trade-base .banner-new .dsktp-hide {
        display: none
    }

    .equity-trade-base .banner-new:before {
        border-radius: 0 !important
    }

    .equity-trade-base section.invest_section .row {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap
    }

    .equity-trade-base section.invest_section .row .col-md-5,
    .equity-trade-base section.invest_section .row .col-md-7 {
        width: 50%
    }
}

@media only screen and (max-width:767px) {
    .equity-trade-base .banner-new banner-new.container_fld figure.mbile-hide {
        padding-top: 15px;
        margin-bottom: -5px
    }

    .equity-trade-base .banner-new banner-new.container_fld .banner_txt form .form-row {
        max-width: 100%;
        position: relative
    }

    .equity-trade-base .banner-new img.img-responsive {
        margin-top: 0 !important
    }

    .equity-trade-base .trading-sub-main {
        -ms-flex-direction: column;
        flex-direction: column
    }

    .equity-trade-base .opportunity-sub {
        padding-bottom: 32px
    }

    .equity-trade-base .trading-account .home-container {
        padding: 48px 16px
    }

    .equity-trade-base .trading-account .heading-main h2 {
        font-size: 24px;
        line-height: 29px;
        margin-bottom: 24px
    }

    .equity-trade-base .trading-sub-main .equity-sub {
        width: 100%;
        margin: 0;
        margin: 0 0 16px !important
    }

    .equity-trade-base .row.trading-sub-main {
        padding: 0 16px
    }

    .equity-trade-base .brokerage-main ul li a {
        font-size: 14px;
        line-height: 18px
    }

    .equity-trade-base .brokerage-main ul li {
        padding: 0 4px 10px 0
    }

    .equity-trade-base .brokerage-main h3 {
        font-size: 18px;
        line-height: 26px
    }

    .equity-trade-base .community-sec .home-container {
        border: 0;
        border-radius: 0;
        background-position: top;
        background-size: contain;
        background-image: url(../img/equity-trading/community-mobile.svg);
        padding: 120px 0 30px;
        text-align: center
    }

    .equity-trade-base .community-sec .row {
        margin: 0
    }

    .equity-trade-base .community-sec {
        padding: 0 !important
    }

    .equity-trade-base .community-sec .community-content p {
        font-size: 14px;
        line-height: 20px;
        padding-bottom: 16px
    }

    .equity-trade-base .community-sec .community-content h2 {
        font-size: 24px;
        line-height: 32px
    }

    .equity-trade-base .community-sec a.community-btn {
        border: 1px solid #61399f;
        border-radius: 24px;
        color: #61399f;
        font-size: 12px;
        line-height: 16px;
        background-color: transparent
    }

    .equity-trade-base .service-second-fold.uplink-main {
        margin: 0;
        padding-top: 49px
    }

    .equity-trade-base .uplink-main .heading-main h2 {
        font-size: 24px;
        line-height: 29px
    }

    .equity-trade-base .uplink-main .heading-main p {
        padding-bottom: 32px
    }

    .equity-trade-base .uplink-image {
        padding: 29px 15px
    }

    .equity-trade-base .uplink-image-content img {
        width: 106px;
        height: auto
    }

    .equity-trade-base .uplink-content p {
        margin-bottom: 24px
    }

    .equity-trade-base .upstock-api {
        display: none
    }

    .equity-trade-base .faq-sec h3.heading {
        font-size: 24px;
        line-height: 29px;
        padding-bottom: 60px;
        max-width: 80%;
        margin: auto
    }

    .equity-trade-base .faq-sec h3.heading p {
        display: none
    }

    .equity-trade-base .faq-sec.calculator_help_section .panel-group .panel-default>.panel-heading h3.panel-title span {
        font-size: 14px !important;
        line-height: 20px !important
    }

    .equity-trade-base .banner-new .coantainer_sec {
        border: 0;
        box-shadow: 0 0 10px hsla(0, 0%, 69%, .5)
    }

    .equity-trade-base .banner-new .coantainer_sec:after {
        display: none
    }

    .equity-trade-base section.banner-new {
        padding: 16px 16px 134px;
        position: relative;
        background-image: url(../img/equity-trading/new-banner.svg);
        background-repeat: no-repeat;
        background-size: 413px;
        background-position: 100% 100%
    }

    .equity-trade-base section.banner-new .banner_txt {
        max-width: 100%
    }

    .equity-trade-base section.banner-new .banner_txt h1 {
        max-width: 100%;
        text-align: center
    }

    .equity-trade-base section.banner-new .banner_txt form .form-row {
        max-width: 100%;
        position: relative
    }

    .equity-trade-base section.banner-new .banner_txt ul {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        padding-top: 24px;
        position: relative;
        margin-top: 24px;
        max-width: 100%
    }

    .equity-trade-base section.banner-new .banner_txt ul:before {
        content: "";
        position: absolute;
        background-color: rgba(97, 57, 159, .3);
        height: 2px;
        width: 240px;
        left: 0;
        right: 0;
        margin: auto;
        top: 0
    }

    .equity-trade-base section.banner-new .banner_txt ul li {
        width: 50%;
        text-align: center;
        padding-bottom: 16px
    }

    .equity-trade-base section.banner-new .banner_txt ul li img {
        margin: auto
    }

    .equity-trade-base section.banner-new .banner_txt ul li h5 {
        -ms-flex-align: center;
        align-items: center;
        -ms-flex-pack: center;
        justify-content: center
    }

    .equity-trade-base section.banner-new .banner_txt p {
        text-align: center
    }

    .equity-trade-base section.banner-new button.btn.prple_btn.desktop-btn {
        position: absolute;
        right: 17px;
        width: 44px;
        height: 44px;
        font-size: 0;
        left: auto;
        top: 4px;
        display: inline-block;
        background-image: url(../img/equity-trading/arrow-submit.svg);
        background-repeat: no-repeat;
        background-position: 50%;
        background-size: 16px
    }
}

@media only screen and (min-width:992px) {
    .equity-trade-base .banner-new .mbile-hide {
        display: none
    }
}

.equity-trade-base section.invest_section {
    padding: 0
}

.equity-trade-base section.invest_section .mbile-hide {
    display: none
}

.equity-trade-base section.invest_section .pddg_sec {
    padding: 64px 0
}

.equity-trade-base section.invest_section .h2_heading {
    font-size: 32px;
    line-height: 41px;
    letter-spacing: -.035em;
    font-weight: 700;
    margin-top: 0;
    max-width: 384px !important;
    color: #000;
    margin-bottom: 48px
}

.equity-trade-base section.invest_section .int_tab_list {
    padding: 0 50.5px
}

.equity-trade-base section.invest_section .int_tab_list li a ul {
    padding: 0 !important;
    margin: 0 !important
}

.equity-trade-base section.invest_section .int_tab_list .p_txt {
    margin-bottom: 56px
}

.equity-trade-base section.invest_section .int_tab_list ul {
    margin-bottom: 32px;
    padding-right: 0
}

.equity-trade-base section.invest_section .int_tab_list ul li h3 {
    font-size: 18px !important;
    line-height: 26px
}

.equity-trade-base section.invest_section .int_tab_list ul li.active {
    position: relative
}

.equity-trade-base section.invest_section .int_tab_list ul li.active:before {
    content: "";
    display: inline-block;
    background-color: #41246e;
    height: 63px;
    width: 4px;
    position: absolute;
    left: 0
}

.equity-trade-base section.invest_section .int_tab_list ul li.active h6 {
    opacity: 1
}

.equity-trade-base section.invest_section .int_tab_list ul li.active h3 {
    opacity: 1;
    font-weight: 700;
    color: #000;
    padding: 0;
    margin: 0
}

.equity-trade-base section.invest_section .int_tab_list ul li {
    position: relative;
    padding: 0 50px 0 25px;
    display: inline-block;
    margin-bottom: 24px
}

.equity-trade-base section.invest_section .int_tab_list ul li h6 {
    font-size: 18px;
    color: #000;
    font-weight: 600;
    line-height: 1.44;
    margin: 0;
    opacity: .5
}

.equity-trade-base section.invest_section .int_tab_list ul li h3 {
    font-size: 16px;
    line-height: 1.5;
    color: #444;
    letter-spacing: -.01em;
    position: relative;
    margin-right: 15px;
    padding: unset;
    display: unset;
    margin: 0;
    opacity: .5
}

.equity-trade-base section.invest_section .int_tab_list .btn_pddg {
    padding-left: 25px
}

.equity-trade-base section.invest_section div#trade .int_tab_list {
    padding-left: 0
}

.equity-trade-base section.invest_section .tab-content figure img {
    width: 100%
}

.equity-trade-base section.invest_section div#invest .h2_heading {
    max-width: 310px !important
}

.equity-trade-base section.invest_section .equity-trade-base section.invest_section div#invest .h2_heading {
    max-width: 412px !important
}

.equity-trade-base section.invest_section a.btn.prple_outline_btn {
    font-weight: 700;
    font-size: 12px;
    line-height: 16px;
    -ms-flex-align: center;
    align-items: center;
    text-transform: capitalize;
    color: #61399f;
    border-radius: 50px;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    padding: 8px 16px;
    border: 1px solid #61399f
}

.equity-trade-base section.invest_section .container.container_primary {
    width: auto !important;
    max-width: 990px
}

@media only screen and (min-width:992px) {
    .equity-trade-base section.invest_section .invest_section .mbile-hide {
        display: none
    }
}

@media only screen and (max-width:768px) {
    .equity-trade-base section.invest_section .mobile-intrade {
        padding-top: 50px;
        padding-bottom: 50px
    }

    .equity-trade-base section.invest_section .mbl_invest.mobile-intrade.mobile-intarde-bg {
        margin: 0 -15px
    }

    .equity-trade-base section.invest_section .mbile-hide {
        display: block
    }

    .equity-trade-base section.invest_section .h2_heading {
        max-width: 278px;
        margin: auto;
        font-weight: 700;
        font-size: 24px;
        line-height: 29px;
        color: #000;
        padding: 0;
        padding-bottom: 8px
    }

    .equity-trade-base section.invest_section .p_txt {
        font-weight: 400;
        font-size: 14px;
        line-height: 20px;
        color: #444;
        margin-bottom: 34px
    }

    .equity-trade-base section.invest_section .mbl_invest .tab-pane ul {
        border-radius: 0;
        margin-bottom: -7px;
        padding: 27px 10px;
        text-align: center;
        background: #f5f5f5
    }

    .equity-trade-base section.invest_section .mbl_invest .tab-pane .tab-text {
        text-align: center;
        border-top: 1px solid #00000057;
        padding-top: 15px !important
    }

    .equity-trade-base section.invest_section .mbl_invest .tab-pane .tab-text ul {
        border-radius: 0;
        margin-bottom: 0;
        text-align: center;
        background: transparent;
        padding: 0;
        font-weight: 400
    }

    .equity-trade-base section.invest_section .mbl_invest .tab-pane .tab-text ul li {
        font-size: 12px;
        line-height: 16px;
        color: #444;
        margin-bottom: 10px !important
    }

    .equity-trade-base section.invest_section .mbl_invest .tab-pane .tab-text h3 {
        font-weight: 600;
        font-size: 14px;
        line-height: 20px;
        color: #000;
        margin-bottom: 16px;
        margin-top: 0
    }

    .equity-trade-base section.invest_section .container.container_primary .tab-content .tab-pane {
        width: 100% !important;
        max-width: 100% !important
    }

    .equity-trade-base section.invest_section .dsktp-hide,
    .equity-trade-base section.invest_section .mbile-hide ul.list-unstyled,
    .equity-trade-base section.invest_section .mbile-hide ul.list-unstyled-trading,
    .equity-trade-base section.invest_section .mbile-hide ul.list-unstyled-trading-power {
        display: none
    }

    .equity-trade-base section.invest_section .mbile-hide .pddg_sec {
        padding: 0
    }

    .equity-trade-base section.invest_section .mbile-hide .mbl_invest {
        position: relative
    }

    .equity-trade-base section.invest_section .mbile-hide .tab-content figure {
        width: 50% !important;
        margin: 0 auto
    }

    .equity-trade-base section.invest_section .mbile-hide .invest-slide-arrow {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-direction: row-reverse;
        flex-direction: row-reverse;
        -ms-flex-pack: justify;
        justify-content: space-between;
        width: 94%;
        position: absolute;
        top: 45%;
        z-index: 999;
        transform: translateX(-50%);
        left: 50%
    }

    .equity-trade-base section.invest_section .mbile-hide .invest-slide-arrow .invest-arrow {
        background: #f5f5f5;
        border-radius: 9999px;
        width: 32px;
        display: -ms-flexbox;
        display: flex;
        height: 32px;
        -ms-flex-align: center;
        align-items: center;
        -ms-flex-pack: center;
        justify-content: center
    }

    .equity-trade-base section.invest_section .mbile-hide .invest-slide-arrow .invest-arrow.active {
        opacity: .5
    }
}

.equity-trade-base section.stock-market-sec {
    padding: 96px 0
}

.equity-trade-base section.stock-market-sec .stock-market-img {
    background: #f2ecfd;
    border-bottom: 1px solid #e5e5e5;
    border-radius: 8px;
    min-height: 192px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-align: center;
    align-items: center
}

.equity-trade-base section.stock-market-sec .stock-market-sec-title-text {
    margin-bottom: 48px
}

.equity-trade-base section.stock-market-sec .stock-market-sec-title-text h2 {
    font-weight: 700;
    font-size: 32px;
    line-height: 42px;
    text-align: center;
    color: #000;
    margin-top: 0;
    margin-bottom: 8px
}

.equity-trade-base section.stock-market-sec .stock-market-sec-title-text p {
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    text-align: center;
    color: #444
}

.equity-trade-base section.stock-market-sec .stock-market-column h3 {
    font-weight: 700;
    font-size: 16px;
    line-height: 24px;
    color: #000;
    margin-top: 16px;
    padding: 0 8px
}

.equity-trade-base section.stock-market-sec .stock-market-column p {
    font-weight: 400;
    font-size: 14px;
    line-height: 20px;
    color: #444;
    margin-top: 8px;
    padding: 0 8px
}

.equity-trade-base section.stock-market-sec .stock-market-column img {
    width: 100%;
    height: 100px;
    -o-object-fit: contain;
    object-fit: contain
}

@media only screen and (max-width:991px) {
    .equity-trade-base section.stock-market-sec {
        padding: 50px 0
    }

    .equity-trade-base section.stock-market-sec .stock-market-sec-title-text {
        margin-bottom: 32px
    }

    .equity-trade-base section.stock-market-sec .stock-market-sec-title-text h2 {
        font-size: 24px;
        line-height: 29px;
        margin-bottom: 12px
    }

    .equity-trade-base section.stock-market-sec .stock-market-column {
        margin-bottom: 24px;
        text-align: center
    }

    .equity-trade-base section.stock-market-sec .stock-market-column h3 {
        margin-top: 16px;
        margin-bottom: 4px
    }

    .equity-trade-base section.stock-market-sec .stock-market-column p {
        margin-top: 0;
        margin-bottom: 0
    }
}

@media only screen and (max-width:767px) {
    .equity-trade-base .row {
        margin: 0
    }

    .equity-trade-base .coantainer_sec {
        padding: 24px !important
    }

    .equity-trade-base .container.coantainer_sec .row {
        margin: 0 !important
    }

    .equity-trade-base .banner-new .banner_txt {
        text-align: left;
        padding: 0 18px
    }

    .equity-trade-base .service-second-fold {
        margin-top: 0
    }

    .equity-trade-base .banner-new .banner_txt ul li:nth-child(2) {
        width: 50%
    }

    .equity-trade-base .banner-new .banner_txt form .form-control {
        padding: 13px 16px 13px 54px;
        height: 48px;
        font-size: 12px
    }

    .equity-trade-base section.banner-new button.btn.prple_btn.desktop-btn {
        width: 32px;
        height: 32px
    }

    .equity-trade-base .banner-new .banner_txt form .form-group:before {
        top: 25px
    }

    .equity-trade-base section.banner-new .banner_txt h1 {
        font-size: 24px;
        line-height: 29px;
        margin: 0 auto 24px;
        max-width: 80%
    }

    .equity-trade-base section.banner-new .banner_txt p {
        text-align: center;
        font-size: 10px !important;
        margin-top: 8px;
        margin-bottom: 0
    }

    .equity-trade-base section.stock-market-sec .container {
        max-width: 100%
    }

    .equity-trade-base section.banner-new .banner_txt ul li:nth-child(2n) {
        padding-right: 0
    }

    .equity-trade-base section.banner-new .coantainer_sec {
        padding: 24px 0 !important
    }

    .equity-trade-base section.banner-new {
        background-image: url(../img/equity-trading/banner-mob.png);
        background-position: 100% 100%;
        background-size: 350px
    }

    .equity-trade-base .opportunity-sec {
        padding: 48px 15px
    }

    .equity-trade-base .opportunity-sec .heading-main h2 {
        font-size: 24px;
        line-height: 29px;
        padding-bottom: 12px
    }

    .equity-trade-base .opportunity-sec .heading-main {
        padding-bottom: 24px
    }

    .equity-trade-base .opportunity-sub h4 {
        padding: 16px 0 8px;
        font-size: 14px;
        line-height: 20px
    }

    .equity-trade-base .opportunity-sub {
        padding-bottom: 16px;
        padding-top: 16px
    }

    .equity-trade-base .home-container {
        max-width: 100%;
        padding: 0
    }

    .equity-trade-base section.invest_section .h2_heading {
        max-width: 71% !important;
        padding-bottom: 32px
    }

    .equity-trade-base section.invest_section .row .col-md-5,
    .equity-trade-base section.invest_section .row .col-md-7 {
        width: 100%
    }

    .equity-trade-base section.invest_section .row {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap
    }

    .equity-trade-base .invest_section .tab-content>div {
        width: 100%;
        height: auto;
        background: #fff
    }

    .equity-trade-base section.invest_section a.btn.prple_outline_btn {
        font-size: 12px;
        line-height: 16px;
        padding: 8px 16px
    }

    .equity-trade-base section.invest_section .mbl_invest.mobile-intrade.mobile-intarde-bg {
        background-color: #f5f5f5
    }

    .equity-trade-base section.invest_section .mbl_invest .tab-pane .tab-text {
        max-width: 88%;
        margin: 0 auto
    }

    .equity-trade-base .mbl_invest.mobile-intrade.mobile-intarde-bg.grey_bg_analysis_trend h2.h2_heading {
        max-width: 80% !important
    }

    .equity-trade-base .mbl_invest.mobile-intrade.mobile-intarde-bg.grey_bg_analysis_trend .tab-pane {
        background-color: transparent
    }

    .equity-trade-base .mbl_invest.mobile-intrade.mobile-intarde-bg.enjoy_mob_bg {
        background-color: #fff !important
    }

    .equity-trade-base .mbl_invest.mobile-intrade.mobile-intarde-bg.enjoy_mob_bg h2.h2_heading {
        max-width: 85% !important
    }

    .equity-trade-base section.invest_section .tab-content figure img {
        width: 100%;
        height: 224px
    }

    .equity-trade-base .opportunity-sub p br {
        display: block
    }

    .equity-trade-base section.container-fluid.service-second-fold.trading-account {
        padding: 0
    }

    .equity-trade-base .home-container {
        border-radius: 0 !important
    }

    .equity-trade-base .home-container .col-sm-12.col-xs-12.heading-main {
        padding: 0
    }

    .equity-trade-base .brokerage-main ul {
        max-width: 100%
    }

    .equity-trade-base .brokerage-main ul li {
        padding: 0 4px 10px 0;
        width: auto !important
    }

    .equity-trade-base .brokerage-main ul li:nth-child(5) {
        width: 100%
    }

    .equity-trade-base .brokerage-main {
        padding-left: 0;
        padding-right: 0
    }

    .equity-trade-base .brokerage-main h3 {
        max-width: 78%;
        margin: 0 auto 24px
    }

    .equity-trade-base .brokerage-main ul li:nth-child(2n) {
        padding-right: 0
    }

    .equity-trade-base .brokerage-main a.learn-more {
        display: none
    }

    .equity-trade-base a.learn-more.mob-calc {
        display: inline-block !important;
        border: 0;
        padding: 0;
        font-size: 14px;
        line-height: 20px
    }

    .equity-trade-base a.learn-more.mob-calc img {
        margin: 0 0 0 5px;
        position: relative;
        top: -2px
    }

    .equity-trade-base .invest-arrow.active {
        opacity: 1 !important
    }

    .equity-trade-base .invest-arrow {
        opacity: .5 !important
    }

    .equity-trade-base .mbl_invest .invest-slide-arrow.invest-slide-upstox {
        top: auto !important;
        bottom: 16px;
        width: auto !important
    }

    .equity-trade-base .mbl_invest .trading_next.invest-arrow.invest-trade-upstox,
    .equity-trade-base .mbl_invest .trading_prev.invest-arrow.invest-trade-upstox.active {
        background-color: #fff !important;
        margin: 0 16px
    }

    .equity-trade-base section.invest_section .mbile-hide .tab-content figure {
        width: 100% !important;
        margin: 0 auto
    }

    .equity-trade-base .last-stock-quick .stock-market-column {
        margin-bottom: 0 !important
    }
}

.api-new-page {
    padding-top: 70px
}

.api-new-page section.uplink-trade-section {
    background: #f8f7f5;
    padding: 48px 0
}

.api-new-page section.uplink-trade-section .uplink-heading-content {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center
}

.api-new-page section.uplink-trade-section .uplink-heading-content .uplink-img {
    margin-right: 20px
}

.api-new-page section.uplink-trade-section .uplink-column {
    background: #fff;
    padding: 32px;
    border-radius: 12px
}

.api-new-page section.uplink-trade-section .uplink-column .mobile-content {
    display: none
}

.api-new-page section.uplink-trade-section .uplink-column a.uplink-learn-more:hover {
    background: #7a26ce1a
}

.api-new-page section.uplink-trade-section .uplink-column a.uplink-learn-more {
    font-weight: 400;
    font-size: 14px;
    line-height: 20px;
    color: #61399f;
    border-radius: 999px;
    border: 1px solid #61399f;
    padding: 4px 15px;
    margin-bottom: 0 !important;
    margin-top: 50px;
    font-weight: 700
}

.api-new-page section.uplink-trade-section .uplink-column .uplink-tarde-title span {
    margin-right: 8px;
    vertical-align: bottom
}

.api-new-page section.uplink-trade-section .uplink-column .uplink-tarde-title h2,
.api-new-page section.uplink-trade-section .uplink-column .uplink-tarde-title h4 {
    font-weight: 600;
    font-size: 18px;
    line-height: 26px;
    color: #000;
    margin: 0
}

.api-new-page section.uplink-trade-section .uplink-column .uplink-tarde-title p {
    font-weight: 400;
    font-size: 14px;
    line-height: 20px;
    color: #444;
    margin-top: 10px;
    margin-bottom: 0
}

.api-new-page section.uplink-trade-section .uplink-column .uplink-text-content {
    margin-top: 44px
}

.api-new-page section.uplink-trade-section .uplink-column .uplink-text-content span {
    width: 17px
}

.api-new-page section.uplink-trade-section .uplink-column .uplink-text-content p {
    font-weight: 400;
    font-size: 14px;
    line-height: 20px;
    color: #444;
    margin: 0;
    margin-bottom: 12px;
    padding-bottom: 12px;
    border-bottom: 1px solid #d1d1d16e
}

.api-new-page section.uplink-trade-section .uplink-column .uplink-text-content p:last-child {
    margin-bottom: 0;
    padding-bottom: 0;
    border-bottom: 0
}

.api-new-page section.uplink-trade-section .uplink-column .uplink-text-content span.para-content {
    width: calc(100% - 17px);
    margin-left: 10px
}

.api-new-page section.uplink-trade-section .col-md-6.col-sm-6 {
    padding: 0 12px
}

@media screen and (max-width:767px) {
    .api-new-page section.uplink-trade-section {
        padding: 32px 0
    }

    .api-new-page section.uplink-trade-section .uplink-heading-content {
        -ms-flex-pack: center;
        justify-content: center
    }

    .api-new-page section.uplink-trade-section .uplink-heading-content .uplink-img {
        display: none
    }

    .api-new-page section.uplink-trade-section .uplink-column {
        margin-bottom: 16px;
        text-align: center;
        padding: 20px
    }

    .api-new-page section.uplink-trade-section .uplink-column .mobile-content {
        display: block
    }

    .api-new-page section.uplink-trade-section .uplink-column .desktop-content {
        display: none !important
    }

    .api-new-page section.uplink-trade-section .uplink-column a.uplink-learn-more {
        margin-top: 30px;
        font-weight: 700
    }

    .api-new-page section.uplink-trade-section .uplink-column .uplink-tarde-title p {
        margin-top: 8px;
        text-align: center
    }

    .api-new-page section.uplink-trade-section .uplink-column .uplink-text-content {
        margin-top: 17px;
        display: -ms-flexbox;
        display: flex
    }

    .api-new-page section.uplink-trade-section .uplink-column .uplink-text-content p {
        text-align: center;
        width: 33.33%;
        border-bottom: 0 !important;
        font-size: 12px;
        padding-bottom: 0;
        margin-bottom: 0
    }

    .api-new-page section.uplink-trade-section .uplink-column span.para-content {
        display: block;
        width: 100%;
        margin: 0;
        margin-top: 10px;
        font-weight: 600
    }
}

.api-new-page .banner_development.trader-api-banner {
    background-image: url(../img/api-page/trader-api-banner.svg)
}

@media screen and (max-width:767px) {
    .api-new-page .banner_development.trader-api-banner {
        background-image: url(../img/api-page/trader-api-banner-mobile.svg)
    }
}

.api-new-page .banner_development.business-api-banner {
    background-image: url(../img/api-page/business-api-banner.svg)
}

@media screen and (max-width:767px) {
    .api-new-page .banner_development.business-api-banner {
        background-image: url(../img/api-page/business-api-mobile-banner.svg)
    }
}

.api-new-page .banner_development {
    padding: 110px 0 165px;
    background-image: url(../img/api-page/banner_powerful2.svg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: bottom
}

.api-new-page .banner_development span.business-arrow {
    margin-left: 12px
}

.api-new-page .banner_development button.business-btn {
    font-weight: 700;
    font-size: 14px;
    line-height: 20px;
    background: #61399f;
    padding: 16px 24px;
    color: #fff;
    border-radius: 26px;
    border: 1px solid transparent
}

.api-new-page .banner_development .banner-hover-arrow {
    display: none
}

.api-new-page .banner_development button.business-btn:hover {
    background: #43165c;
    border: 1px solid #43165c
}

.api-new-page .banner_development p.uplink-img-paragraph {
    margin-bottom: 0;
    font-weight: 600;
    font-size: 18px;
    line-height: 26px;
    color: #41246e
}

.api-new-page .banner_development p.uplink-img-paragraph span {
    margin-right: 8px
}

.api-new-page .banner_development .banner-content {
    text-align: center
}

.api-new-page .banner_development .banner-content span.banner-btn-arrow {
    margin-left: 12px
}

.api-new-page .banner_development .banner-content h1,
.api-new-page .banner_development .banner-content h2 {
    font-weight: 700;
    font-size: 40px;
    line-height: 48px;
    letter-spacing: -.035em;
    color: #41246e;
    max-width: 47%;
    margin: 23px auto 32px
}

.api-new-page .banner_development a.building-text {
    font-weight: 700;
    font-size: 14px;
    line-height: 20px;
    background: #61399f;
    padding: 16px 24px;
    color: #fff;
    border-radius: 26px;
    border: 1px solid transparent
}

.api-new-page .banner_development a.building-text:hover {
    background: #43165c;
    border: 1px solid #43165c
}

@media screen and (max-width:768px) {
    .api-new-page .banner_development {
        padding: 39px 0 208px
    }

    .api-new-page .banner_development .banner-content h1,
    .api-new-page .banner_development .banner-content h2 {
        max-width: 100%;
        font-size: 24px;
        line-height: 32px
    }
}

@media screen and (max-width:767px) {
    .api-new-page .banner_development {
        background-image: url(../img/api-page/banner_powerful2_mobile.svg);
        margin-top: 32px
    }

    .api-new-page .banner_development button.business-btn {
        padding: 10px 24px
    }

    .api-new-page .banner_development p.uplink-img-paragraph {
        font-size: 14px;
        line-height: 20px
    }

    .api-new-page .banner_development a.building-text {
        padding: 10px 24px
    }

    .api-new-page .banner_development .banner-content h1,
    .api-new-page .banner_development .banner-content h2 {
        max-width: 258px
    }
}

.api-new-page .pricing_development.business-pricing {
    padding: 96px 0;
    padding-bottom: 96px
}

@media screen and (max-width:768px) {
    .api-new-page .pricing_development.business-pricing {
        padding: 75px 0
    }
}

.api-new-page .pricing_development {
    padding: 96px 0;
    padding-bottom: 30px
}

.api-new-page .pricing_development .mobile-content {
    display: none
}

.api-new-page .pricing_development .row {
    background: #f5f5f5;
    border-radius: 16px;
    padding: 16px
}

.api-new-page .pricing_development .pricing-dev-content {
    margin-bottom: 40px
}

.api-new-page .pricing_development .pricing-dev-content h2,
.api-new-page .pricing_development .pricing-dev-content h3 {
    font-weight: 700;
    font-size: 32px;
    line-height: 41px;
    color: #000;
    margin-top: 0;
    margin-bottom: 8px
}

.api-new-page .pricing_development .pricing-dev-content p {
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    color: #444
}

.api-new-page .pricing_development .free-pricing-title {
    font-weight: 400;
    font-size: 72px;
    line-height: 56px;
    color: #5a298b;
    margin-top: 0;
    margin-bottom: 8px
}

.api-new-page .pricing_development p.business-price-para {
    font-weight: 600;
    font-size: 16px;
    line-height: 24px;
    color: #262626;
    opacity: .75;
    margin-bottom: 0
}

.api-new-page .pricing_development p.started-today-para {
    font-weight: 600;
    font-size: 16px;
    line-height: 24px;
    color: #262626;
    margin-bottom: 0;
    padding-top: 24px;
    margin-top: 24px;
    border-top: 1px solid #d1d1d1
}

.api-new-page .pricing_development .pricing-link {
    margin-top: 16px
}

.api-new-page .pricing_development .pricing-link a.pricing_development-link {
    font-weight: 700;
    font-size: 14px;
    line-height: 20px;
    background: #5a298b;
    color: #fff;
    border-radius: 9999px;
    padding: 12px 32px;
    margin-bottom: 8px;
    border: 1px solid #5a298b
}

.api-new-page .pricing_development .pricing-link a.pricing_development-link:hover {
    background: #43165c;
    border: 1px solid #43165c
}

.api-new-page .pricing_development p.btn-link-group {
    font-weight: 600;
    font-size: 14px;
    line-height: 20px;
    text-transform: capitalize;
    color: #262626;
    background: #f0eaff;
    padding: 8px 12px;
    border-radius: 4px;
    margin-right: 8px;
    margin-bottom: 8px;
    display: inline-block
}

.api-new-page .pricing_development .real-time-btn h3,
.api-new-page .pricing_development .real-time-btn h4 {
    font-weight: 600;
    font-size: 16px;
    line-height: 24px;
    color: #262626;
    margin-top: 0;
    margin-bottom: 8px
}

.api-new-page .pricing_development .development-border-top {
    margin-top: 24px;
    padding-top: 24px;
    border-top: 1px solid #d1d1d1
}

.api-new-page .pricing_development .pricing-right-column {
    background: #fff;
    padding: 40px;
    border-radius: 12px
}

.api-new-page .pricing_development .pricing-left-column {
    padding: 20px 27px
}

.api-new-page .pricing_development .trader-link {
    margin-right: 16px
}

@media screen and (min-width:768px) {
    .api-new-page .pricing_development .col-md-6.desktop-right-padding {
        padding-right: 0
    }
}

@media screen and (max-width:768px) {
    .api-new-page .pricing_development {
        padding: 75px 0
    }

    .api-new-page .pricing_development p.started-today-para.mobile-content {
        border-top: 0;
        margin-top: 0;
        padding-top: 55px;
        font-size: 14px;
        line-height: 24px;
        color: #000
    }

    .api-new-page .pricing_development .mobile-content {
        display: block
    }

    .api-new-page .pricing_development .row {
        background: #fff;
        border-radius: 0;
        padding: 0
    }

    .api-new-page .pricing_development .pricing-dev-content {
        text-align: center;
        margin-bottom: 37px
    }

    .api-new-page .pricing_development .pricing-dev-content h2,
    .api-new-page .pricing_development .pricing-dev-content h3 {
        font-weight: 700;
        font-size: 24px;
        line-height: 32px;
        color: #41246e;
        margin-top: 0;
        margin-bottom: 10px
    }

    .api-new-page .pricing_development .pricing-dev-content p {
        color: #3d3d3d;
        font-size: 14px;
        line-height: 22px
    }

    .api-new-page .pricing_development .pricing-left-column {
        padding: 0
    }

    .api-new-page .pricing_development .pricing-left-column .free-pricing-title {
        text-align: center
    }

    .api-new-page .pricing_development .pricing-left-column p.business-price-para {
        padding-bottom: 24px;
        margin-bottom: 32px;
        border-bottom: 1px solid #b1b1b1;
        text-align: center
    }

    .api-new-page .pricing_development .pricing-right-column {
        background: #fff;
        padding: 0;
        border-radius: 0
    }

    .api-new-page .pricing_development .pricing-right-column .trader-link {
        margin-right: 12px
    }

    .api-new-page .pricing_development .real-time-btn h3,
    .api-new-page .pricing_development .real-time-btn h4 {
        font-weight: 600;
        font-size: 14px;
        line-height: 22px;
        color: #000
    }

    .api-new-page .pricing_development .development-border-top {
        margin-top: 16px;
        padding-top: 16px
    }

    .api-new-page .pricing_development .desktop-content {
        display: none
    }
}

@media screen and (max-width:525px) {
    .api-new-page .pricing_development .pricing-link a.pricing_development-link {
        font-weight: 700;
        font-size: 11px;
        line-height: 16px;
        padding: 8px 15px
    }
}

.api-new-page .specifications_development.business-pricing {
    padding-bottom: 96px
}

@media screen and (max-width:991px) {
    .api-new-page .specifications_development.business-pricing {
        padding-top: 37px;
        padding-bottom: 32px
    }
}

.api-new-page .specifications_development .main_specifications_content {
    padding: 48px;
    background: #f5f5f5;
    border-radius: 16px
}

.api-new-page .specifications_development .main_specifications_content p.min_max_request_para {
    font-weight: 400;
    font-size: 14px;
    line-height: 20px;
    color: #444;
    margin-top: 24px;
    padding-top: 24px;
    border-top: 1px solid #b1b1b1;
    margin-bottom: 0
}

.api-new-page .specifications_development .specifications_row {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.api-new-page .specifications_development .specifications_row .specifications_column {
    width: 25%
}

.api-new-page .specifications_development h2,
.api-new-page .specifications_development h3 {
    font-weight: 700;
    font-size: 32px;
    line-height: 41px;
    color: #000;
    margin-top: 0;
    margin-bottom: 48px
}

.api-new-page .specifications_development .placements-order {
    font-weight: 600;
    font-size: 16px;
    line-height: 24px;
    margin-bottom: 24px;
    color: #444
}

.api-new-page .specifications_development h2.request-number {
    font-weight: 600;
    font-size: 48px;
    line-height: 56px;
    letter-spacing: -.05em;
    color: #61399f;
    margin-top: 0;
    margin-bottom: 8px
}

.api-new-page .specifications_development p.request-para {
    font-weight: 400;
    font-size: 18px;
    line-height: 26px;
    letter-spacing: -.01em;
    color: #444;
    margin-bottom: 0
}

.api-new-page .specifications_development .mobile_placement-order {
    display: none
}

.api-new-page .specifications_development p.mobile-generate-paragraph {
    display: none;
    font-size: 14px;
    line-height: 22px;
    font-weight: 400;
    color: #3d3d3d;
    margin-bottom: 37px;
    text-align: center
}

@media screen and (max-width:991px) {
    .api-new-page .specifications_development {
        background: #f2ecfd;
        padding-top: 37px;
        padding-bottom: 32px
    }

    .api-new-page .specifications_development .specifications_row {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap
    }

    .api-new-page .specifications_development .specifications_row .specifications_column {
        width: 50%
    }
}

@media screen and (max-width:768px) {

    .api-new-page .specifications_development h2,
    .api-new-page .specifications_development h3 {
        font-size: 24px;
        line-height: 32px;
        text-align: center;
        color: #41246e;
        max-width: 220px;
        margin: auto auto 10px
    }

    .api-new-page .specifications_development .desktop_placement-order {
        display: none
    }

    .api-new-page .specifications_development .mobile_placement-order,
    .api-new-page .specifications_development p.mobile-generate-paragraph {
        display: block
    }

    .api-new-page .specifications_development .main_specifications_content {
        padding: 0;
        background: transparent;
        border-radius: 0
    }

    .api-new-page .specifications_development h2.request-number {
        font-weight: 700;
        font-size: 31px;
        line-height: 38px;
        letter-spacing: -.05em;
        margin-bottom: 16px
    }

    .api-new-page .specifications_development .placements-order {
        font-weight: 600;
        font-size: 16px;
        line-height: 20px;
        margin-bottom: 8px;
        color: #444
    }

    .api-new-page .specifications_development p.request-para {
        font-size: 12px;
        line-height: 15px
    }

    .api-new-page .specifications_development .specifications_item {
        background: #fff;
        border-radius: 8px;
        padding: 16px;
        padding-bottom: 28px;
        min-height: 141px
    }

    .api-new-page .specifications_development .specifications_item h2,
    .api-new-page .specifications_development .specifications_item h3 {
        max-width: unset;
        text-align: left !important
    }

    .api-new-page .specifications_development p.min_max_request_para {
        text-align: center;
        margin-top: 0 !important;
        border-top: none !important
    }

    .api-new-page .specifications_development .specifications_row {
        margin: 0 -8px
    }

    .api-new-page .specifications_development .specifications_row .specifications_column {
        padding: 8px
    }
}

@media screen and (max-width:420px) {
    .api-new-page .specifications_development .specifications_item {
        min-height: 161px
    }
}

.api-new-page .Documentation-slider {
    padding: 96px 0
}

.api-new-page .Documentation-slider .main-slider {
    background: #61399f;
    border-radius: 16px;
    padding: 48px
}

.api-new-page .Documentation-slider .main-slider p.doc-left-paragraph {
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    color: #fff;
    opacity: .75;
    margin-bottom: 50px
}

.api-new-page .Documentation-slider .main-slider .doc-slider-title {
    font-weight: 700;
    font-size: 32px;
    margin-top: 0;
    line-height: 41px;
    color: #fff;
    margin-bottom: 8px;
    margin-top: 48px
}

.api-new-page .Documentation-slider .main-slider a.view-doc-link {
    font-weight: 700;
    font-size: 12px;
    line-height: 16px;
    border: 1px solid #fff;
    color: #fff;
    border-radius: 20px;
    padding: 8px 16px;
    cursor: pointer
}

.api-new-page .Documentation-slider .main-slider a.view-doc-link span {
    margin-left: 8px
}

.api-new-page .Documentation-slider .main-slider .right-doc-column {
    background: #fff;
    border-radius: 16px;
    padding: 0;
    margin-bottom: -100px
}

.api-new-page .Documentation-slider .main-slider .right-doc-column p {
    font-weight: 400;
    font-size: 16px;
    color: #444;
    line-height: 24px;
    overflow: hidden
}

.api-new-page .Documentation-slider .main-slider .right-doc-column .mobile-doc-img {
    display: none
}

.api-new-page .Documentation-slider .main-slider .right-doc-column .document-slider-image img {
    width: 100%
}

.api-new-page .Documentation-slider .main-slider .border-top-doc-text {
    margin-top: 24px;
    padding-top: 24px;
    border-top: 1px solid #d1d1d1;
    margin-left: -24px;
    margin-right: -24px
}

.api-new-page .Documentation-slider .circle-item {
    width: 16px;
    height: 16px;
    border-radius: 50%;
    border: 1px solid #00000026
}

.api-new-page .Documentation-slider .circle-content {
    display: -ms-flexbox;
    display: flex
}

@media screen and (max-width:991px) {
    .api-new-page .Documentation-slider .main-slider a.view-doc-link {
        margin-bottom: 50px
    }
}

@media screen and (max-width:767px) {
    .api-new-page .Documentation-slider {
        padding: 70px 0
    }

    .api-new-page .Documentation-slider .main-slider {
        border-radius: 12px;
        padding: 37px 14px;
        text-align: center
    }

    .api-new-page .Documentation-slider .main-slider .border-top-doc-text {
        margin-left: -14px;
        margin-right: -14px
    }

    .api-new-page .Documentation-slider .main-slider .doc-slider-title {
        font-weight: 700;
        font-size: 24px;
        line-height: 32px;
        margin-bottom: 10px;
        margin-top: 0;
        text-align: center
    }

    .api-new-page .Documentation-slider .main-slider p.doc-left-paragraph {
        font-weight: 400;
        font-size: 14px;
        line-height: 22px;
        text-align: center;
        margin-bottom: 45px
    }

    .api-new-page .Documentation-slider .main-slider .right-doc-column {
        border-radius: 10px;
        padding: 0
    }

    .api-new-page .Documentation-slider .main-slider .right-doc-column .mobile-doc-img {
        display: block
    }

    .api-new-page .Documentation-slider .main-slider .right-doc-column .desktop-doc-img {
        display: none
    }

    .api-new-page .Documentation-slider .main-slider .right-doc-column p {
        font-weight: 400;
        font-size: 10px;
        line-height: 15px
    }
}

.api-new-page .invest_section .dsktp-hide h2.h2_heading {
    color: #262626
}

.api-new-page .invest_section .dsktp-hide h2.h2_heading img {
    display: inline-block
}

.api-new-page .invest_section a.tab-coming-soon-btn {
    color: #000;
    font-size: 12px;
    line-height: 20px;
    font-weight: 400;
    margin-left: 12px
}

.api-new-page .invest_section .pddg_col .int_tab_list .h2_heading {
    color: #262626
}

.api-new-page .invest_section .pddg_col .int_tab_list .h2_heading img {
    display: inline-block
}

.api-new-page .invest_section .mbile-hide .mbl_invest {
    position: relative
}

.api-new-page .invest_section .mbile-hide .mbl_invest h2.h2_heading img {
    display: inline-block
}

.api-new-page .invest_section .dsktp-hide div#trade {
    padding-bottom: 112px
}

.api-new-page section.integration_development {
    padding: 60px 0
}

.api-new-page section.integration_development .col-md-4:first-child,
.api-new-page section.integration_development .col-md-4:nth-child(2) {
    border-right: 1px solid #b1b1b1
}

.api-new-page section.integration_development h2,
.api-new-page section.integration_development h3 {
    font-weight: 700;
    font-size: 32px;
    line-height: 130%;
    color: #000;
    margin-top: 0;
    margin-bottom: 35px
}

.api-new-page section.integration_development .integration_images {
    padding: 25px 0;
    text-align: center
}

.api-new-page section.integration_development .integration_images img {
    min-height: 42px
}

.api-new-page section.integration_development p.mobile-generate-paragraph {
    font-size: 14px;
    line-height: 22px;
    font-weight: 400;
    color: #3d3d3d;
    margin-bottom: 37px;
    display: none;
    text-align: center
}

@media screen and (max-width:767px) {
    .api-new-page section.integration_development .integration_images {
        padding: 10px 0
    }

    .api-new-page section.integration_development .integration_images img {
        min-height: 20px
    }

    .api-new-page section.integration_development .row {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-pack: center;
        justify-content: center
    }

    .api-new-page section.integration_development p.mobile-generate-paragraph {
        display: block
    }

    .api-new-page section.integration_development h2,
    .api-new-page section.integration_development h3 {
        font-size: 24px;
        line-height: 32px;
        color: #41246e;
        max-width: 220px;
        margin: auto auto 10px;
        text-align: center
    }
}

.api-new-page .generate_languages_development {
    padding: 90px 0;
    overflow: hidden
}

.api-new-page .generate_languages_development .banner-hover-arrow {
    display: none
}

.api-new-page .generate_languages_development a.view-document-btn:hover {
    background-color: #7a26ce1a
}

.api-new-page .generate_languages_development a.view-document-btn {
    color: #61399f;
    font-weight: 700;
    font-size: 12px;
    line-height: 16px;
    border-radius: 50px;
    border: 1px solid #61399f;
    padding: 8px 16px;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    display: block;
    margin: 50px auto 0
}

.api-new-page .generate_languages_development a.view-document-btn span {
    margin-left: 8px
}

.api-new-page .generate_languages_development .main_generate_development {
    margin-right: -33%
}

.api-new-page .generate_languages_development h2,
.api-new-page .generate_languages_development h3 {
    font-weight: 700;
    font-size: 32px;
    line-height: 41px;
    color: #000;
    margin-top: 0;
    margin-bottom: 48px
}

.api-new-page .generate_languages_development .languages_slide_row {
    display: -ms-flexbox;
    display: flex;
    margin: 0 -12px
}

.api-new-page .generate_languages_development .tarder-slide-area .owl-item {
    margin: 0 12px
}

.api-new-page .generate_languages_development .tarder-slide-area .owl-stage {
    display: -ms-flexbox;
    display: flex
}

.api-new-page .generate_languages_development .tarder-slide-area .languages_slide_column {
    width: 100%
}

.api-new-page .generate_languages_development .tarder-slide-area .languages_slide_column img {
    max-height: 50px;
    height: 75px
}

.api-new-page .generate_languages_development .languages_slide_column {
    background: #fff;
    border: 1px solid #e5e5e5;
    border-radius: 16px;
    width: 20%;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    padding: 24px;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin: 0 12px;
    min-height: 154px
}

.api-new-page .generate_languages_development .languages_slide_column img {
    min-height: 48px;
    -o-object-fit: none;
    object-fit: none
}

.api-new-page .generate_languages_development .language-paragraph {
    font-weight: 600;
    font-size: 16px;
    color: #444;
    margin-bottom: 0;
    margin-top: 24px;
    line-height: 24px
}

.api-new-page .generate_languages_development p.mobile-generate-paragraph {
    font-size: 14px;
    line-height: 22px;
    font-weight: 400;
    color: #3d3d3d;
    margin-bottom: 37px;
    text-align: center;
    display: none
}

@media screen and (min-width:1200px) {
    .api-new-page .generate_languages_development .trader-slide-area .languages_slide_column {
        width: 100%;
        max-width: 100%
    }
}

@media screen and (max-width:767px) {
    .api-new-page .generate_languages_development {
        padding: 37px 0
    }

    .api-new-page .generate_languages_development p.mobile-generate-paragraph {
        display: block
    }

    .api-new-page .generate_languages_development .tarder-slide-area {
        padding-top: 27px
    }

    .api-new-page .generate_languages_development .languages_slide_column {
        padding: 16px;
        margin: 0 4px;
        min-height: auto
    }

    .api-new-page .generate_languages_development h2,
    .api-new-page .generate_languages_development h3 {
        font-size: 24px;
        line-height: 32px;
        margin: auto auto 10px;
        max-width: 220px;
        color: #000;
        text-align: center
    }
}

.api-new-page .generate_languages_development .generate_languages_development p.language-paragraph {
    font-weight: 500;
    font-size: 12px;
    margin-top: 16px;
    line-height: 16px
}

.api-new-page .features-apart-section {
    background: #41246e
}

.api-new-page .features-apart-section h2.feature-apart-title,
.api-new-page .features-apart-section h3.feature-apart-title {
    margin-bottom: 8px;
    line-height: 41px;
    text-align: center
}

.api-new-page .features-apart-section p.features-paragraph {
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    text-align: center
}

.api-new-page .features-apart-section .api-heading4 {
    font-size: 18px;
    line-height: 26px;
    font-weight: 600
}

.api-new-page .features-apart-section .api-icon-exp {
    margin-bottom: 24px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.api-new-page .features-apart-section p.real-btn-tag {
    background: #eeebe6;
    border-radius: 4px;
    padding: 6px;
    margin-bottom: 0;
    height: -webkit-fit-content;
    height: -moz-fit-content;
    height: fit-content;
    font-size: 14px;
    line-height: 18px;
    font-weight: 600;
    color: #000
}

.api-new-page .features-apart-section p.real-btn-tag span {
    margin-right: 6px
}

.api-new-page .features-apart-section .api-explore-item {
    border-radius: 16px;
    padding: 24px;
    margin-bottom: 24px;
    border: 2px solid #fff
}

.api-new-page .features-apart-section .api-Explore-btn {
    margin-top: 24px
}

.api-new-page .features-apart-section .pricing-para1 {
    font-size: 14px;
    line-height: 24px;
    font-weight: 400;
    color: #444
}

.api-new-page .features-apart-section a.api-exp-btn {
    font-size: 12px;
    font-weight: 700;
    line-height: 16px;
    background: #61399f;
    border-radius: 9999px;
    padding: 8px 16px;
    text-align: center;
    border: 1px solid #61399f
}

.api-new-page .features-apart-section a.api-exp-btn:hover {
    background: #43165c;
    border-color: #43165c
}

.api-new-page .features-apart-section .api-icon-text {
    min-height: 110px
}

.api-new-page .features-apart-section .api-text-column.coming-soon-column .api-explore-item {
    background: transparent;
    border: 2px dashed #e8d6fc !important
}

.api-new-page .features-apart-section .api-text-column.coming-soon-column .api-heading4,
.api-new-page .features-apart-section .api-text-column.coming-soon-column .pricing-para1 {
    color: #fff
}

.api-new-page .features-apart-section .api-text-column.coming-soon-column .coming-soon-btn {
    background-color: transparent !important;
    border: 1px solid #fff;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content
}

.api-new-page .features-apart-section .api-text-column.coming-soon-column a.api-exp-btn.coming-soon-btn:hover {
    background-color: #43165c !important
}

.api-new-page .invest_section {
    padding-top: 100px;
    margin-bottom: 90px
}

.api-new-page .invest_section .h2_heading {
    font-size: 32px;
    color: #41246e;
    line-height: 1.3;
    letter-spacing: -.035em;
    font-weight: 700;
    margin-top: 0
}

.api-new-page .invest_section .int_tab_list ul li {
    position: relative;
    padding: 0 25px;
    display: inline-block;
    margin-bottom: 24px
}

.api-new-page .invest_section .int_tab_list ul li h6 {
    font-size: 18px;
    color: #000;
    font-weight: 600;
    line-height: 26px;
    margin: 0;
    opacity: .5
}

.api-new-page .invest_section .int_tab_list .p_txt {
    margin-bottom: 37px;
    font-size: 16px;
    line-height: 24px;
    letter-spacing: -.01em;
    color: #3d3d3d
}

.api-new-page .invest_section .int_tab_list ul li ul li {
    font-size: 14px;
    line-height: 1.5;
    color: #000;
    letter-spacing: -.01em;
    position: relative;
    margin-right: 15px;
    padding: unset;
    display: unset;
    margin-bottom: 0;
    opacity: .5
}

.api-new-page .invest_section .mbl_sec_list ul.list-unstyled li {
    margin-right: 15px
}

.api-new-page .invest_section .mbl_invest li {
    font-size: 14px;
    line-height: 24px;
    color: #000;
    position: relative;
    margin-right: 0;
    padding: unset;
    display: unset;
    margin-bottom: 0;
    opacity: 1
}

.api-new-page .invest_section .int_tab_list ul li.active h6,
.api-new-page .invest_section .int_tab_list ul li.active ul li {
    opacity: 1
}

.api-new-page .invest_section .int_tab_list ul li.active:before {
    content: "";
    display: inline-block;
    background-color: #41246e;
    width: 4px;
    position: absolute;
    left: 0;
    height: 100%;
    top: 5px
}

.api-new-page .invest_section .prple_outline_btn:hover {
    color: #fff;
    background-color: #61399f
}

.api-new-page .invest_section .prple_outline_btn {
    color: #61399f;
    color: var #61399f;
    font-size: 12px;
    font-weight: 700;
    line-height: 1.33;
    padding: 8px 16px;
    border-radius: 50px;
    border: 1px solid #61399f;
    transition: .5s;
    display: inline-block
}

.api-new-page .invest_section .int_tab_list ul+.btn_pddg {
    padding: 0 25px
}

.api-new-page .invest_section .mbile-hide {
    display: none
}

.api-new-page .invest_section .mbile-hide .mbl_sec_list ul li.active h6 {
    color: #000;
    font-weight: 600
}

.api-new-page .invest_section .mbile-hide .mbl_sec_list ul li h6 {
    font-size: 18px;
    line-height: 1.47;
    color: #666;
    font-weight: 400;
    margin: 0 0 20px;
    padding-bottom: 17px;
    cursor: pointer;
    transition: width .5s;
    position: relative;
    display: inline-block;
    text-align: center
}

.api-new-page .invest_section .mbile-hide .mbl_sec_list ul {
    margin-bottom: 0;
    display: -ms-flexbox;
    display: flex
}

.api-new-page .invest_section .mbile-hide .mbl_sec_list ul li {
    opacity: 1
}

.api-new-page .invest_section .mbile-hide .mbl_invest .text-center {
    margin-bottom: 32px
}

.api-new-page .invest_section .mbile-hide .text-center {
    text-align: center
}

.api-new-page .invest_section .mbile-hide .mbl_sec_list ul li.active h6:after {
    width: 63px
}

.api-new-page .invest_section .mbile-hide .mbl_sec_list ul li h6:after {
    content: "";
    display: inline-block;
    background-color: var(--purple-block);
    height: 4px;
    width: 0;
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    transition: width .5s
}

.api-new-page .invest_section .mbile-hide .mbl_invest {
    padding: 30px 0 60px
}

.api-new-page .invest_section .mbile-hide .mbl_invest .tab-pane ul {
    padding: 32px 24px;
    text-align: center;
    background: #f8f7f5;
    margin: 0;
    border-top-left-radius: 16px;
    border-top-right-radius: 16px
}

@media only screen and (max-width:991px) {
    .api-new-page .invest_section {
        padding-top: 40px;
        margin-bottom: 20px
    }

    .api-new-page .invest_section .dsktp-hide {
        display: none
    }

    .api-new-page .invest_section .mbile-hide {
        display: block
    }

    .api-new-page .invest_section .h2_heading {
        font-size: 24px
    }

    .api-new-page .invest_section .p_txt {
        font-size: 14px;
        color: #3d3d3d
    }
}

.api-new-page section.individual-sec1 {
    padding-top: 90px;
    padding-bottom: 16px;
    padding-top: 16px
}

.api-new-page .generate-sdk-link a {
    color: #41246e;
    background: #fff;
    font-weight: 600;
    font-size: 16px;
    padding: 12px 16px;
    line-height: 24px;
    width: 100%;
    border-radius: 9999px;
    text-align: center;
    margin-top: 32px
}

.api-new-page span.category-text {
    font-weight: 700;
    font-size: 10px;
    line-height: 16px;
    background: #41246e;
    border-radius: 4px;
    padding: 4px 8px;
    margin-left: 16px;
    color: #fff
}

.api-new-page .background-blue {
    background-color: #04b6fe !important;
    color: #000 !important
}

.api-new-page .indiviual-item {
    width: 50%;
    margin-bottom: 32px;
    padding-right: 30px
}

.api-new-page .last-bottom-space {
    margin-bottom: 0 !important
}

.api-new-page .business-mob {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    border-bottom: 1px solid #d1d1d1
}

.api-new-page .business-mob .pricing-icon-img {
    margin-right: 17px;
    margin-bottom: 0 !important;
    height: -webkit-fit-content;
    height: -moz-fit-content;
    height: fit-content
}

.api-new-page .individual-text {
    background: #41246e;
    border-radius: 8px;
    padding: 32px;
    border-top-right-radius: 0;
    border-top-left-radius: 0
}

.api-new-page .business-api-text {
    width: 100% !important
}

.api-new-page .small-paragraph span {
    vertical-align: text-bottom;
    font-size: 7px
}

.api-new-page .individual-column-img {
    border-top-left-radius: 8px;
    overflow: hidden;
    border-top-right-radius: 8px
}

.api-new-page .individual-column-img img {
    width: 100%
}

.api-new-page .individual-column-right {
    background: #f5f5f5;
    border-radius: 8px;
    padding: 32px
}

.api-new-page .individual-item {
    width: 50%;
    margin-bottom: 32px;
    padding-right: 30px
}

.api-new-page .lang-text1,
.api-new-page .lang-text2 {
    border-right: 1px solid #ffffff47
}

.api-new-page .indi-language-text {
    width: 50%;
    border-bottom: 1px solid #ffffff47;
    padding: 16px
}

.api-new-page .bottom-border-remove .indi-language-text {
    border-bottom: 0 !important
}

.api-new-page .indi-flex-property {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.api-new-page .individual-icon-img {
    margin-bottom: 17px
}

.api-new-page .individual-paragraph {
    margin-bottom: 0;
    font-size: 16px;
    line-height: 24px
}

.api-new-page .individual-heading4 {
    font-size: 24px;
    line-height: 32px
}

.api-new-page .mbot-32 {
    margin-bottom: 32px
}

.api-new-page .font-color-light-white {
    color: #f5f5f5
}

.api-new-page span.banner-btn-arrow {
    margin-left: 35px
}

.api-new-page .business-page-text .individual-item {
    width: 100%;
    padding-bottom: 16px;
    border-bottom: 1px solid #d1d1d1;
    margin-bottom: 16px;
    padding-right: 0
}

.api-new-page .border-bottom-remove {
    border-bottom: 0 !important
}

.api-new-page .coming-soon-btn {
    background-color: #444 !important
}

.api-new-page a.sdk-btn {
    font-size: 16px;
    line-height: 24px;
    padding: 12px 32px;
    font-weight: 600;
    background: #fff;
    color: #000;
    margin-top: 80px;
    border-radius: 9999px
}

.api-new-page .api-new-page h1,
.api-new-page .api-new-page h2,
.api-new-page .api-new-page h3,
.api-new-page .api-new-page h4,
.api-new-page .api-new-page p {
    letter-spacing: normal !important
}

.api-new-page .api-text p {
    font-size: 24px;
    line-height: 32px
}

.api-new-page .api-sec2 {
    padding: 64px 0
}

.api-new-page .api-sec2 .api-icon-text {
    min-height: unset
}

.api-new-page .api-sec5 {
    padding-bottom: 96px
}

.api-new-page .api-icon-text {
    min-height: 136px
}

.api-new-page .partner-logo {
    padding-top: 15px;
    padding-bottom: 15px
}

.api-new-page .partner-logo img {
    -o-object-fit: cover;
    object-fit: cover;
    width: 100%
}

.api-new-page .partner3 {
    padding-left: 35px;
    border-left: 2px solid #d1d1d1
}

.api-new-page .partner1 {
    padding-right: 35px;
    border-right: 2px solid #d1d1d1
}

.api-new-page .price-area1 {
    padding-right: 16px
}

.api-new-page .order-area1 {
    padding-right: 16px;
    border-right: 2px solid #d1d1d1bf
}

.api-new-page .top-spacee {
    margin-top: 16px
}

.api-new-page .small-paragraph {
    font-size: 12px;
    line-height: 16px;
    margin-top: 32px;
    padding-top: 32px;
    margin-bottom: 0;
    border-top: 2px solid #d1d1d1bf
}

.api-new-page .order-bottom {
    padding-top: 32px !important;
    padding-bottom: 32px !important
}

.api-new-page .order-top {
    padding-bottom: 32px !important;
    border-bottom: 2px solid #d1d1d1bf
}

.api-new-page .order-area2 {
    padding-left: 16px
}

.api-new-page .pricing-btn-content .pricing-api-text {
    padding-top: 24px;
    padding-bottom: 0
}

.api-new-page .pricing-btn-content a.api-btn {
    width: 100%
}

.api-new-page .pricing-btn-content a.api-btn span {
    margin-right: 10px;
    vertical-align: text-bottom
}

.api-new-page .api-pricing-item {
    background: #f5f5f5;
    border-radius: 8px;
    padding: 32px
}

.api-new-page .price-btn1 {
    padding-right: 8px
}

.api-new-page .price-btn2 {
    padding-left: 8px
}

.api-new-page .pricing-icon-content {
    margin-bottom: 48px;
    margin-top: 50px
}

.api-new-page .pricing-api-text {
    width: 50%;
    padding-top: 10px;
    padding-bottom: 10px
}

.api-new-page .price-area2 {
    border-left: 1px solid #c9c0c0;
    padding-left: 16px
}

.api-new-page .pricing-para1 {
    font-size: 16px;
    line-height: 24px
}

.api-new-page .pricing-para2 {
    font-size: 16px !important;
    line-height: 24px !important
}

.api-new-page .flex-property {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.api-new-page .api-pricing-para {
    font-size: 14px;
    line-height: 20px
}

.api-new-page .font-color-grey {
    color: #444
}

.api-new-page .fw-600 {
    font-weight: 600
}

.api-new-page .fw-700 {
    font-weight: 700
}

.api-new-page .fw-400 {
    font-weight: 400
}

.api-new-page .mt-23 {
    margin-top: 23px
}

.api-new-page .mt-32 {
    margin-top: 32px
}

.api-new-page .mbot-16 {
    margin-bottom: 16px
}

.api-new-page .mt-0 {
    margin-top: 0
}

.api-new-page .api-heading4 {
    font-size: 24px;
    line-height: 32px
}

.api-new-page .mbot-0 {
    margin-bottom: 0
}

.api-new-page .mbot-8 {
    margin-bottom: 8px
}

.api-new-page .mt-64 {
    margin-top: 64px
}

.api-new-page .font-color-black {
    color: #000
}

.api-new-page .font-color-white {
    color: #fff
}

.api-new-page .max-width1 {
    max-width: 64%
}

.api-new-page .api-heading3 {
    font-size: 32px;
    line-height: 48px
}

.api-new-page .api-landing-sec a.api-btn {
    font-weight: 600;
    font-size: 16px;
    line-height: 24px;
    padding: 12px 32px !important;
    letter-spacing: normal
}

.api-new-page .background-purple {
    background-color: #230f42
}

.api-new-page .font-color-purple {
    color: #41246e
}

.api-new-page .free-api-text {
    font-size: 96px;
    line-height: 112px;
    margin-top: 0;
    margin-bottom: 0
}

.api-new-page .api-icon {
    margin-right: 21px
}

.api-new-page .api-sec1 {
    padding: 32px 0
}

.api-new-page .api-sec3 {
    padding: 60px 0
}

.api-new-page .api-sec3 h2,
.api-new-page .api-sec3 h3 {
    margin-top: 0
}

.api-new-page .api-explore-item {
    background: #fff;
    border-radius: 8px;
    padding: 32px;
    margin-bottom: 16px
}

.api-new-page .api-icon-exp {
    margin-bottom: 32px
}

.api-new-page .api-Explore-btn {
    margin-top: 32px
}

.api-new-page a.api-exp-btn {
    font-size: 12px;
    font-weight: 500;
    line-height: 16px;
    color: #fff;
    background: #b1b1b1;
    border-radius: 9999px;
    padding: 8px 16px;
    text-align: center
}

.api-new-page a.api-exp-btn span {
    margin-left: 7px
}

.api-new-page .bottom-space {
    margin-bottom: 64px
}

.api-new-page .mob-icon-exp {
    display: none
}

.api-new-page .language-text p {
    font-size: 16px;
    line-height: 24px
}

.api-new-page .language-paragraph {
    padding-bottom: 7px;
    margin-bottom: 9px;
    border-bottom: 1px solid #fff;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content
}

.api-new-page .pricing-icon-img {
    margin-bottom: 19px
}

.api-new-page .invest_section .pddg_sec.invest figure img {
    width: 100%;
    padding-right: 58px
}

.api-new-page .invest_section .int_tab_list h2.h2_heading {
    font-weight: 700;
    font-size: 32px;
    line-height: 130%;
    letter-spacing: -.035em;
    color: #000;
    margin-bottom: 26px
}

.api-new-page .invest_section .int_tab_list ul li.active h5 {
    color: #6a6a6a
}

.api-new-page .invest_section .int_tab_list ul li.active h3,
.api-new-page .invest_section .int_tab_list ul li.active h4 {
    color: #262626;
    font-weight: 600
}

.api-new-page .invest_section .int_tab_list ul li.active:before {
    top: 0
}

.api-new-page .invest_section .int_tab_list ul li {
    display: block
}

.api-new-page .invest_section .int_tab_list ul li a h5 {
    font-weight: 600;
    font-size: 14px;
    line-height: 20px;
    color: #929292;
    margin: 0 0 4px
}

.api-new-page .invest_section .int_tab_list ul li a h3,
.api-new-page .invest_section .int_tab_list ul li a h4 {
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    color: #929292;
    margin: 0
}

.api-new-page .invest_section .int_tab_list a.get-started {
    padding: 8px 16px;
    border: 1px solid #61399f;
    border-radius: 24px;
    font-weight: 700;
    font-size: 12px;
    line-height: 16px;
    color: #61399f;
    margin: 0 0 0 20px
}

.api-new-page .invest_section .int_tab_list a.get-started:hover {
    background-color: #7a26ce1a
}

.api-new-page .uplink-businesss {
    background: #f8f7f5;
    padding: 64px 0
}

.api-new-page .uplink-businesss .image-content {
    background: #fff;
    border-radius: 12px;
    padding: 32px;
    display: -ms-flexbox;
    display: flex
}

.api-new-page .uplink-businesss .image-content .image {
    width: 10%
}

.api-new-page .uplink-businesss .image-content .right-content {
    width: 90%;
    padding-left: 20px
}

.api-new-page .uplink-businesss .image-content .right-content .content {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.api-new-page .uplink-businesss .image-content .right-content .content-left h2,
.api-new-page .uplink-businesss .image-content .right-content .content-left h3 {
    font-weight: 600;
    font-size: 18px;
    line-height: 26px;
    color: #000;
    margin: 0 0 8px
}

.api-new-page .uplink-businesss .image-content .right-content .content-left h2 img,
.api-new-page .uplink-businesss .image-content .right-content .content-left h3 img {
    width: 62px;
    padding-right: 4px
}

.api-new-page .uplink-businesss .image-content .right-content .content-left p {
    font-weight: 400;
    font-size: 16px;
    line-height: 150%;
    letter-spacing: -.01em;
    color: #444;
    margin: 0 0 32px
}

.api-new-page .uplink-businesss .image-content .right-content .content-right a {
    padding: 8px 16px;
    border: 1px solid #61399f;
    border-radius: 24px;
    font-weight: 700;
    font-size: 12px;
    line-height: 16px;
    color: #61399f
}

.api-new-page .uplink-businesss .image-content .right-content .content-right a:hover {
    background-color: #7a26ce1a
}

.api-new-page .uplink-businesss .image-content .right-content .content-right.for-mobile {
    display: none
}

.api-new-page .uplink-businesss .image-content ul.content-bottom,
.api-new-page .uplink-businesss .image-content ul.content-bottom li {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center
}

.api-new-page .uplink-businesss .image-content ul.content-bottom li {
    width: 33.3%;
    font-weight: 400;
    font-size: 14px;
    line-height: 20px;
    color: #444
}

.api-new-page .uplink-businesss .image-content ul.content-bottom li img {
    padding-right: 10px
}

@media screen and (max-width:992px) and (min-width:768px) {
    .api-new-page .api-sec5 .col-md-6.col-sm-6 {
        width: 100%;
        margin-bottom: 16px
    }

    .api-new-page .api-sec3 .col-md-4.col-sm-4 {
        width: 50%
    }
}

@media (max-width:991px) {
    .api-new-page .mbl_sec_lists {
        display: none !important
    }

    .api-new-page .invest_section {
        padding: 40px 20px
    }

    .api-new-page .invest_section .trades-power {
        text-align: center
    }

    .api-new-page .invest_section .trades-power .tab-content img {
        margin: auto;
        width: 328px;
        height: 224px;
        border-bottom: 1px solid #e5e5e5
    }

    .api-new-page .invest_section .tab-text {
        text-align: center
    }

    .api-new-page .invest_section .tab-text h5 {
        font-weight: 700;
        font-size: 12px;
        line-height: 16px;
        text-align: center;
        color: #444;
        margin: 16px 0 8px
    }

    .api-new-page .invest_section .tab-text h4 {
        font-style: normal;
        font-weight: 400;
        font-size: 14px;
        line-height: 20px
    }

    .api-new-page .invest_section .invest-slide-arrow .invest-arrow {
        opacity: .5;
        position: absolute;
        top: 230px;
        left: 0;
        z-index: 1;
        width: 32px;
        height: 32px;
        background: #f5f5f5;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-align: center;
        align-items: center;
        -ms-flex-pack: center;
        justify-content: center;
        border-radius: 50%
    }

    .api-new-page .invest_section .invest-slide-arrow .invest-arrow.active {
        opacity: 1
    }

    .api-new-page .invest_section .invest-slide-arrow .invest-arrow.invest_next {
        left: auto;
        right: 0
    }

    .api-new-page .invest_section a.get-started {
        padding: 8px 16px;
        border: 1px solid #61399f;
        border-radius: 24px;
        font-weight: 700;
        font-size: 12px;
        line-height: 16px;
        color: #61399f;
        margin: auto
    }

    .api-new-page .invest_section .mobile-intrade {
        padding-bottom: 0 !important
    }

    .api-new-page .invest_section .pddg_sec.invest figure {
        border-bottom: 1px solid #e5e5e5
    }

    .api-new-page .invest_section .pddg_sec.invest figure img {
        padding-right: 0 !important;
        max-width: 190px;
        height: auto
    }
}

@media only screen and (max-width:767px) {
    .api-new-page .lang-text2 {
        display: none
    }

    .api-new-page span.banner-btn-arrow {
        margin-left: 13px
    }

    .api-new-page .individual-text {
        margin-bottom: 16px
    }

    .api-new-page .indi-language-text {
        width: 50%
    }

    .api-new-page .row-reverce {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -ms-flex-direction: column-reverse;
        flex-direction: column-reverse
    }

    .api-new-page .mob-bottom-space {
        margin-bottom: 0 !important
    }

    .api-new-page .api-new-page {
        padding-top: 50px
    }

    .api-new-page .api-sec5 {
        padding-bottom: 24px
    }

    .api-new-page .api-icon-text {
        min-height: auto
    }

    .api-new-page .partner-logo {
        width: 33.33%;
        padding-top: 10px;
        padding-bottom: 10px
    }

    .api-new-page .partner1 {
        padding-right: 20px
    }

    .api-new-page .partner2 {
        padding-right: 20px;
        padding-left: 20px
    }

    .api-new-page .partner3 {
        padding-left: 20px
    }

    .api-new-page p.small-paragraph {
        margin-top: 0;
        padding-top: 16px
    }

    .api-new-page .order-area1 {
        padding-top: 0;
        padding-bottom: 16px !important;
        border-right: 0;
        padding-right: 0
    }

    .api-new-page .order-area2 {
        padding-left: 0;
        padding-top: 16px;
        padding-bottom: 16px !important
    }

    .api-new-page .order-bottom {
        padding-top: 16px !important;
        border-bottom: 2px solid #d1d1d1
    }

    .api-new-page .mt-32.flex-property {
        margin-top: 8px
    }

    .api-new-page .pricing-btn-content .flex-property {
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap
    }

    .api-new-page .api-pricing-item {
        padding: 16px;
        margin-bottom: 16px
    }

    .api-new-page .price-btn2 {
        padding-left: 0
    }

    .api-new-page .mob-heading4 {
        font-size: 16px !important;
        font-weight: 700 !important;
        line-height: 24px !important
    }

    .api-new-page .pricing-api-text {
        width: 100%
    }

    .api-new-page .flex-property {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap
    }

    .api-new-page .price-area1 {
        padding-right: 0;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-align: center;
        align-items: center;
        padding-bottom: 16px;
        padding-top: 0;
        border-bottom: 2px solid #d1d1d191
    }

    .api-new-page .price-area1 p {
        width: calc(100% - 21px)
    }

    .api-new-page .price-area2 {
        border-left: 1px solid #c9c0c0;
        padding-left: 0;
        border-left: 0;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-align: center;
        align-items: center;
        padding-top: 16px;
        padding-bottom: 0
    }

    .api-new-page .price-area2 p {
        width: calc(100% - 21px)
    }

    .api-new-page .pricing-icon-img {
        margin-bottom: 0;
        margin-right: 17px;
        width: 21px;
        height: 21px
    }

    .api-new-page .api-pricing-para {
        margin-top: 16px;
        margin-bottom: 0;
        font-size: 10px;
        font-weight: 500
    }

    .api-new-page .free-api-text {
        font-size: 48px;
        line-height: 56px;
        font-weight: 600
    }

    .api-new-page .pricing-icon-content {
        margin-bottom: 32px;
        margin-top: 32px
    }

    .api-new-page .pricing-para1 {
        font-size: 14px;
        line-height: 20px
    }

    .api-new-page .full-width-column {
        padding: 0 !important;
        width: 100%;
        margin-bottom: 24px
    }

    .api-new-page .api-img-column img {
        width: 100%;
        -o-object-fit: cover;
        object-fit: cover
    }

    .api-new-page .api-sec1 p.fw-600 {
        font-weight: 400
    }

    .api-new-page a.api-btn.mt-64 {
        margin-top: 32px
    }

    .api-new-page .api-landing-sec a.api-btn {
        font-size: 14px;
        line-height: 20px;
        padding: 10px !important;
        width: 100%
    }

    .api-new-page .api-heading4 {
        font-size: 14px;
        line-height: 20px;
        font-weight: 700
    }

    .api-new-page .mobfw-400 {
        font-weight: 400
    }

    .api-new-page .max-width1 {
        max-width: 100%
    }

    .api-new-page .mobile-mbot-32 {
        margin-bottom: 32px
    }

    .api-new-page .uplink-businesss {
        padding: 32px 16px
    }

    .api-new-page .uplink-businesss .image {
        display: none
    }

    .api-new-page .uplink-businesss .image-content {
        padding: 20px
    }

    .api-new-page .uplink-businesss .image-content .right-content {
        width: 100%
    }

    .api-new-page .uplink-businesss .image-content .right-content .content-left p {
        font-size: 14px;
        line-height: 20px
    }

    .api-new-page .uplink-businesss .image-content .right-content .content-left h3 img {
        width: 55px;
        padding-right: 2px
    }

    .api-new-page .uplink-businesss .image-content .right-content .content {
        -ms-flex-direction: column;
        flex-direction: column;
        -ms-flex-align: center;
        align-items: center;
        text-align: center
    }

    .api-new-page .uplink-businesss .image-content ul.content-bottom li {
        font-size: 12px;
        line-height: 16px;
        margin: 0 6px
    }

    .api-new-page .uplink-businesss .content-right {
        display: none
    }

    .api-new-page .uplink-businesss .content-right.for-mobile {
        display: block !important;
        text-align: center;
        padding-top: 32px
    }

    .api-new-page .uplink-businesss ul.content-bottom {
        -ms-flex-align: start !important;
        align-items: flex-start !important;
        text-align: center
    }

    .api-new-page .uplink-businesss ul.content-bottom li {
        -ms-flex-direction: column;
        flex-direction: column
    }

    .api-new-page .uplink-businesss ul.content-bottom li img {
        padding: 0 0 9px !important
    }

    .api-new-page .mbl_sec_lists {
        display: none !important
    }

    .api-new-page .invest_section {
        padding: 40px 20px
    }

    .api-new-page .invest_section .trades-power {
        text-align: center
    }

    .api-new-page .invest_section .trades-power .tab-content img {
        margin: auto;
        width: 328px;
        height: 224px;
        border-bottom: 1px solid #e5e5e5
    }

    .api-new-page .invest_section .trades-power .tab-text {
        text-align: center
    }

    .api-new-page .invest_section .trades-power .tab-text h5 {
        font-weight: 700;
        font-size: 12px;
        line-height: 16px;
        text-align: center;
        color: #444;
        margin: 16px 0 8px
    }

    .api-new-page .invest_section .trades-power .tab-text h3,
    .api-new-page .invest_section .trades-power .tab-text h4 {
        font-style: normal;
        font-weight: 400;
        font-size: 14px;
        line-height: 20px
    }

    .api-new-page .invest-slide-arrow .invest-arrow {
        position: absolute;
        top: 230px;
        left: 0;
        z-index: 1;
        width: 32px;
        height: 32px;
        background: #f5f5f5;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-align: center;
        align-items: center;
        -ms-flex-pack: center;
        justify-content: center;
        border-radius: 50%
    }

    .api-new-page .invest-slide-arrow .invest-arrow.invest_next {
        left: auto;
        right: 0
    }

    .api-new-page a.get-started {
        padding: 8px 16px;
        border: 1px solid #61399f;
        border-radius: 24px;
        font-weight: 700;
        font-size: 12px;
        line-height: 16px;
        color: #61399f;
        margin: auto
    }

    .api-new-page .mobile-intrade {
        padding-bottom: 0 !important
    }
}

@media only screen and (max-width:576px) {
    .api-new-page .individual-text {
        padding: 16px
    }

    .api-new-page .mob-indi-title4 {
        margin-top: 0;
        padding-bottom: 17px !important;
        margin-bottom: 17px !important;
        border-bottom: 1.8px solid #d1d1d1
    }

    .api-new-page .indi-language-item p.individual-paragraph {
        font-size: 12px;
        font-weight: 500;
        line-height: 16px
    }

    .api-new-page .individual-heading4 {
        font-size: 16px;
        font-weight: 700;
        line-height: 24px
    }

    .api-new-page .business-page-text .individual-paragraph,
    .api-new-page .individual-paragraph {
        font-size: 14px;
        font-weight: 400;
        line-height: 20px
    }

    .api-new-page .indiviual-item {
        margin-bottom: 21px;
        padding-right: 24px
    }

    .api-new-page .coming-soon-btn {
        background: transparent !important;
        border: 1px solid #444;
        border-radius: 9999px
    }

    .api-new-page .coming-soon-column {
        border-radius: 8px
    }

    .api-new-page .api-text p.features-paragraph {
        font-size: 14px;
        line-height: 22px;
        margin-bottom: 37px
    }

    .api-new-page .bottom-space {
        margin-bottom: 16px
    }

    .api-new-page .api-sec3 {
        padding: 24px 0
    }

    .api-new-page .api-sec3 h3 {
        text-align: left
    }

    .api-new-page .api-heading3 {
        font-size: 24px;
        line-height: 32px
    }

    .api-new-page .api-sec2 {
        padding: 64px 0;
        padding-bottom: 40px;
        padding-top: 24px
    }

    .api-new-page .mobile-mbot-32 {
        margin-bottom: 32px
    }
}

@media only screen and (max-width:767px) {
    .api-new-page {
        padding-top: 50px
    }
}

.mutual-fund-return-new {
    margin-bottom: 84px
}

.mutual-fund-return-new .calculator-info h2 {
    margin: unset
}

.mutual-fund-return-new .mutual-fund-background {
    background: #f2ecfd;
    height: 320px;
    position: relative;
    padding-top: 32px;
    top: 0;
    z-index: -1
}

.mutual-fund-return-new section.breadcrumbs-sec {
    background: #f2ecfd
}

.mutual-fund-return-new section.breadcrumbs-sec .container.breadcrumbs-ol {
    margin-top: 70px;
    padding: 40px 0
}

.mutual-fund-return-new section.breadcrumbs-sec ol.stocks-indices-breadcrumbs {
    margin-bottom: 0
}

.mutual-fund-return-new section.breadcrumbs-sec ol.stocks-indices-breadcrumbs li span {
    color: #000
}

.mutual-fund-return-new section.key-indices {
    max-width: 100%;
    margin: 0 auto;
    padding: 0
}

.mutual-fund-return-new section.faqs {
    margin: 0 auto;
    padding: 0
}

.mutual-fund-return-new section.calculator {
    margin: -320px auto 32px
}

.mutual-fund-return-new section.calculator h2.description {
    margin-top: 0
}

.mutual-fund-return-new section.calculator .form-group label {
    margin-bottom: 0
}

.mutual-fund-return-new section.calculator .form-group label h3 {
    margin-top: 0
}

.mutual-fund-return-new section.calculator .cal-structure {
    background: #fff;
    border: 1px solid #e5e5e5;
    box-shadow: 0 0 10px hsla(0, 0%, 69%, .25);
    border-radius: 24px;
    padding: 16px
}

.mutual-fund-return-new .input-section h1.title {
    font-weight: 700;
    font-size: 24px;
    line-height: 32px;
    color: #000;
    margin-bottom: 4px;
    margin-top: 0
}

.mutual-fund-return-new .inner-row {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.mutual-fund-return-new .input-section {
    padding: 24px 40px 0 24px;
    max-width: 55%;
    -ms-flex: 0 0 55%;
    flex: 0 0 55%
}

.mutual-fund-return-new h2.description {
    font-weight: 400;
    font-size: 14px;
    line-height: 20px;
    color: #444;
    margin-bottom: 32px
}

.mutual-fund-return-new .input-section .form-group {
    margin-bottom: 24px
}

.mutual-fund-return-new .form-group label h3 {
    font-weight: 500;
    font-size: 14px;
    line-height: 20px;
    color: #444;
    margin-bottom: 8px
}

.mutual-fund-return-new .form-group input {
    padding: 12px;
    height: 40px;
    background: #fff;
    border: 1px solid #e5e5e5;
    border-radius: 8px;
    margin-bottom: 0;
    font-weight: 700;
    font-size: 12px;
    line-height: 16px
}

.mutual-fund-return-new .cal-loader {
    display: none
}

.mutual-fund-return-new .output-section {
    padding: 24px;
    background: #f7f5fa;
    border-radius: 16px;
    -ms-flex: 0 0 45%;
    flex: 0 0 45%;
    max-width: 45%
}

.mutual-fund-return-new .output-section h3 {
    font-weight: 600;
    font-size: 14px;
    line-height: 20px;
    color: #000;
    margin-top: 0;
    margin-bottom: 8px
}

.mutual-fund-return-new .distribution-bar.background-color-bar {
    width: 100%;
    height: 32px;
    display: -ms-flexbox;
    display: flex
}

.mutual-fund-return-new .distribution-bar.background-color-bar div {
    transition: width .5s
}

.mutual-fund-return-new .grey {
    background-color: #b1b1b1;
    border-radius: 8px 0 0 8px
}

.mutual-fund-return-new .green {
    background-color: #148564;
    border-radius: 0 8px 8px 0
}

.mutual-fund-return-new .invest-list {
    margin-top: 8px
}

.mutual-fund-return-new .invest-list ul {
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 16px
}

.mutual-fund-return-new .invest-list ul li {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    margin-right: 24px
}

.mutual-fund-return-new .invest-list h5 {
    font-weight: 500;
    font-size: 12px;
    line-height: 16px;
    color: #444;
    margin: 0
}

.mutual-fund-return-new span.green-circle,
.mutual-fund-return-new span.grey-circle {
    width: 8px;
    height: 8px;
    background: #b1b1b1;
    border-radius: 9px;
    display: inline-block;
    margin-right: 8px
}

.mutual-fund-return-new span.green-circle {
    background-color: #148564
}

.mutual-fund-return-new .row {
    margin: 0;
    border-top: 1px solid #e5e5e5
}

.mutual-fund-return-new .outer-grp h4 {
    font-weight: 600;
    font-size: 14px;
    line-height: 20px;
    color: #000;
    margin: 0
}

.mutual-fund-return-new .outer-grp span {
    font-weight: 700;
    font-size: 14px;
    line-height: 20px;
    color: #000
}

.mutual-fund-return-new .outer-grp {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 14px 0;
    border-bottom: 1px solid #e5e5e5
}

.mutual-fund-return-new .bottom-text {
    padding-top: 16px;
    text-align: center;
    display: block;
    max-width: 60%;
    margin: 0 auto;
    padding: 16px 4px 0
}

.mutual-fund-return-new .bottom-text p {
    font-size: 14px;
    line-height: 20px;
    text-align: center;
    color: #444;
    margin-bottom: 16px
}

.mutual-fund-return-new span.capital-text {
    color: #61399f;
    font-weight: 600
}

.mutual-fund-return-new .bottom-text strong {
    color: #000
}

.mutual-fund-return-new a.get-start-btn {
    padding: 12px 51px;
    gap: 10px;
    isolation: isolate;
    background: #7429be;
    border-radius: 8px;
    font-weight: 700;
    font-size: 12px;
    line-height: 16px;
    text-align: center;
    color: #fff;
    position: relative
}

.mutual-fund-return-new a.get-start-btn:before {
    content: "";
    position: absolute;
    width: 20px;
    height: 44px;
    background-color: hsla(0, 0%, 100%, .25);
    top: -2px;
    transform: rotate(-15deg);
    animation-name: example;
    animation-iteration-count: infinite;
    animation-duration: 3s;
    -webkit-filter: blur(5px);
    filter: blur(5px)
}

.mutual-fund-return-new a.get-start-btn:focus {
    border: 0;
    outline: none
}

.mutual-fund-return-new section.last-three-calculations {
    padding: 32px 0;
    display: none
}

.mutual-fund-return-new .last-three-calculations h3 {
    font-weight: 700;
    font-size: 18px;
    line-height: 26px;
    color: #000;
    margin: 0 0 4px
}

.mutual-fund-return-new .last-three-calculations p {
    font-weight: 400;
    font-size: 12px;
    line-height: 16px;
    color: #444;
    margin-bottom: 16px
}

.mutual-fund-return-new .calc-inner {
    background: #fff;
    border: 1px dashed #444;
    border-radius: 8px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: start;
    justify-content: flex-start;
    padding: 16px 24px
}

.mutual-fund-return-new .expected-col {
    max-width: 33.333%;
    -ms-flex: 0 0 33.333%;
    flex: 0 0 33.333%;
    border-right: 1px dashed #444;
    margin-right: 24px
}

.mutual-fund-return-new .expected-col h6 {
    font-weight: 500;
    font-size: 12px;
    line-height: 16px;
    color: #000;
    margin: 0 0 4px
}

.mutual-fund-return-new .expected-col:last-child {
    border-right: 0;
    margin-right: 0
}

.mutual-fund-return-new .fund-header h4 {
    margin: 0;
    font-weight: 700;
    font-size: 18px;
    line-height: 26px;
    color: #000
}

.mutual-fund-return-new .fund-header {
    padding: 16px;
    background: #f5f5f5;
    border-top-left-radius: 8px;
    border-top-right-radius: 8px
}

.mutual-fund-return-new .fund-house-content ul {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 0;
    padding: 0
}

.mutual-fund-return-new .fund-house-content ul li {
    max-width: 33.333%;
    -ms-flex: 0 0 33.33%;
    flex: 0 0 33.33%;
    display: -ms-flexbox;
    display: flex;
    padding: 24px;
    border-bottom: 1px solid #e5e5e5;
    border-right: 1px solid #e5e5e5
}

.mutual-fund-return-new .icon-img {
    margin-top: 12px
}

.mutual-fund-return-new .right-side-cntent {
    margin-left: 24px
}

.mutual-fund-return-new .right-side-cntent h5 {
    font-weight: 600;
    font-size: 14px;
    line-height: 20px;
    color: #000;
    margin: 0 0 4px
}

.mutual-fund-return-new .top-fund-house {
    border: 1px solid #e5e5e5;
    border-radius: 8px;
    margin-bottom: 32px
}

.mutual-fund-return-new .right-side-cntent p {
    font-weight: 400;
    font-size: 12px;
    line-height: 16px;
    color: #444;
    margin: 0
}

.mutual-fund-return-new .fund-house-content ul li:nth-child(4),
.mutual-fund-return-new .fund-house-content ul li:nth-child(5),
.mutual-fund-return-new .fund-house-content ul li:nth-child(6) {
    border-bottom: 0
}

.mutual-fund-return-new .fund-house-content ul li:nth-child(3n) {
    border-right: 0
}

.mutual-fund-return-new .key-indices-inner {
    border: 1px solid #e5e5e5;
    border-radius: 8px;
    margin-bottom: 32px
}

.mutual-fund-return-new .key-indices-header {
    padding: 16px;
    background: #f5f5f5;
    border-top-left-radius: 8px;
    border-top-right-radius: 8px
}

.mutual-fund-return-new .key-indices-header h4 {
    margin: 0;
    font-weight: 700;
    font-size: 18px;
    line-height: 26px;
    color: #000
}

.mutual-fund-return-new .key-indices-content ul {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-align: center;
    align-items: center;
    margin: 0;
    padding: 0
}

.mutual-fund-return-new .key-indices-content li {
    padding: 16px;
    max-width: 25%;
    -ms-flex: 0 0 33.33%;
    flex: 0 0 25%;
    border-bottom: 1px solid #e5e5e5;
    border-right: 1px solid #e5e5e5
}

.mutual-fund-return-new .key-indices-content li a {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center
}

.mutual-fund-return-new .key-icon {
    margin-right: 9px
}

.mutual-fund-return-new .key-content {
    font-weight: 700;
    font-size: 12px;
    line-height: 16px;
    text-transform: uppercase;
    color: #41246e
}

.mutual-fund-return-new .key-indices-content li:nth-child(4n) {
    border-right: 0
}

.mutual-fund-return-new .key-indices-content li:nth-child(9),
.mutual-fund-return-new .key-indices-content li:nth-child(10),
.mutual-fund-return-new .key-indices-content li:nth-child(11),
.mutual-fund-return-new .key-indices-content li:nth-child(12) {
    border-bottom: 0
}

.mutual-fund-return-new .dynamic-faq h3.panel-title {
    font-weight: 500;
    font-size: 16px;
    line-height: 32px;
    letter-spacing: -.02em;
    color: #444
}

.mutual-fund-return-new .dynamic-faq h3.panel-title span.flex-grow {
    font-weight: 500
}

.mutual-fund-return-new .dynamic-faq .panel {
    padding: 24px 16px;
    border: none;
    border-bottom: 1px solid #e5e5e5;
    margin: 0;
    box-shadow: none !important;
    border-radius: 0 !important;
    background-color: #fff !important
}

.mutual-fund-return-new .dynamic-faq .panel:last-child {
    border: none;
    border-radius: 8px !important
}

.mutual-fund-return-new .dynamic-faq .panel-heading {
    padding: 0;
    background-color: #fff !important;
    border: none
}

.mutual-fund-return-new .dynamic-faq .panel-body {
    padding: 8px 0 0
}

.mutual-fund-return-new .dynamic-faq .panel-body p {
    margin: 0
}

.mutual-fund-return-new .dynamic-faq span.panel-trigger {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-align: center;
    align-items: center;
    cursor: pointer
}

.mutual-fund-return-new .faq-card {
    border: 1px solid #e5e5e5;
    border-radius: 8px
}

.mutual-fund-return-new .faq-card-desc h2.heading {
    margin: 0;
    font-weight: 700;
    font-size: 18px;
    line-height: 26px;
    color: #000
}

.mutual-fund-return-new .faq-card-details.stock-card-header {
    padding: 16px;
    background: #f5f5f5;
    border-radius: 8px 8px 0 0
}

.mutual-fund-return-new section.summary-div {
    background: #f5f5f5;
    padding: 64px 0
}

.mutual-fund-return-new .summary-inner h3 {
    font-weight: 500;
    font-size: 24px;
    line-height: 32px;
    text-align: center;
    letter-spacing: -.03em;
    color: #111;
    margin: 0 0 32px
}

.mutual-fund-return-new .about-axis {
    background: #fff;
    border-radius: 8px;
    padding: 32px
}

.mutual-fund-return-new .about-axis p {
    font-weight: 500;
    font-size: 16px;
    line-height: 24px;
    letter-spacing: -.02em;
    color: #444
}

.mutual-fund-return-new span.input-wrapper {
    display: -ms-flexbox;
    display: flex;
    border: 1px solid #e5e5e5;
    margin: 0 0 10px;
    border-radius: 8px;
    -ms-flex-align: center;
    align-items: center;
    padding: 8px 12px
}

.mutual-fund-return-new button.decrement,
.mutual-fund-return-new button.increment {
    background-color: transparent;
    font-weight: 700;
    font-size: 12px;
    line-height: 16px;
    text-align: center;
    padding: 0 10px;
    width: 24px;
    height: 24px
}

.mutual-fund-return-new input.quantity {
    padding: 0 7px;
    height: auto;
    background: #fff;
    border: 0;
    border-radius: 0;
    margin: 0;
    box-shadow: none;
    text-align: center
}

.mutual-fund-return-new .mobile-last-calc {
    display: none
}

.mutual-fund-return-new button.calc-btn-mob {
    padding: 12px 32px;
    background: #7429be;
    border-radius: 12px;
    width: 100%;
    text-align: center;
    color: #fff;
    font-weight: 700;
    font-size: 12px;
    line-height: 16px
}

.mutual-fund-return-new .calc-mob-heading,
.mutual-fund-return-new .mob-calc-btn,
.mutual-fund-return-new .mob-results {
    display: none
}

.mutual-fund-return-new .investment-main {
    position: relative
}

.mutual-fund-return-new .investment-main ul.number-tags {
    display: none
}

@media only screen and (max-width:1366px) {
    .mutual-fund-return-new section.breadcrumbs-sec {
        margin-bottom: -75px
    }

    .mutual-fund-return-new .container {
        padding: 0
    }

    .mutual-fund-return-new .mutual-fund-background {
        top: 75px
    }

    .mutual-fund-return-new section.calculator {
        margin: -210px auto 32px
    }

    .mutual-fund-return-new .mutual-fund-return-new .input-section {
        max-width: 54%;
        -ms-flex: 0 0 54%;
        flex: 0 0 54%
    }

    .mutual-fund-return-new .mutual-fund-return-new .output-section {
        -ms-flex: 0 0 46%;
        flex: 0 0 46%;
        max-width: 46%
    }

    .mutual-fund-return-new .bottom-text {
        max-width: 73%
    }

    .mutual-fund-return-new section.faqs,
    .mutual-fund-return-new section.key-indices {
        margin: 0 auto;
        padding: 0
    }
}

@keyframes example {
    0% {
        left: -2%;
        right: auto
    }

    to {
        left: 104%;
        right: auto
    }
}

@media only screen and (max-width:1024px) {

    .mutual-fund-return-new .container,
    .mutual-fund-return-new section.calculator {
        max-width: 95%
    }

    .mutual-fund-return-new .input-section h1.title {
        font-size: 20px;
        line-height: 28px
    }

    .mutual-fund-return-new h2.description {
        margin-bottom: 20px
    }

    .mutual-fund-return-new .input-section .form-group {
        margin-bottom: 15px
    }

    .mutual-fund-return-new .bottom-text {
        max-width: 90%
    }

    .mutual-fund-return-new section.faqs,
    .mutual-fund-return-new section.key-indices {
        max-width: 100%;
        margin: 0 auto;
        padding: 0
    }
}

@media only screen and (max-width:767px) {
    .mutual-fund-return-new section.breadcrumbs-sec .container.breadcrumbs-ol {
        margin-top: 70px;
        padding: 18px 0
    }

    .mutual-fund-return-new section.breadcrumbs-sec ol.stocks-indices-breadcrumbs {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-pack: center;
        justify-content: center
    }

    .mutual-fund-return-new section.breadcrumbs-sec ol.stocks-indices-breadcrumbs li span {
        font-size: 10px;
        font-weight: 500
    }

    .mutual-fund-return-new .mutual-fund-background {
        top: 70px;
        height: 110px;
        padding-top: 0
    }

    .mutual-fund-return-new .inner-row {
        -ms-flex-direction: row;
        flex-direction: row;
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
        -ms-flex-pack: start;
        justify-content: flex-start
    }

    .mutual-fund-return-new .cal-loader {
        display: block;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-align: center;
        align-items: center
    }

    .mutual-fund-return-new .cal-loader lottie-player {
        width: 100% !important;
        height: 100% !important
    }

    .mutual-fund-return-new .output-section.calc-slide {
        background-color: #fff;
        border-radius: 22px
    }

    .mutual-fund-return-new .calc-mob-heading {
        display: block
    }

    .mutual-fund-return-new .input-section {
        padding: 0;
        max-width: 100%;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%
    }

    .mutual-fund-return-new .form-group label h3 {
        margin-bottom: 4px;
        font-weight: 500;
        font-size: 12px;
        line-height: 16px;
        color: #444
    }

    .mutual-fund-return-new .main-container {
        padding: 0 16px
    }

    .mutual-fund-return-new section.calculator {
        margin: 24px 0 32px;
        padding: 0;
        max-width: 100%
    }

    .mutual-fund-return-new section.calculator .cal-structure {
        border: 1px solid #b1b1b1;
        border-radius: 20px;
        box-shadow: 0 0 10px hsla(0, 0%, 69%, .25);
        padding: 0
    }

    .mutual-fund-return-new .output-section {
        padding: 24px 16px;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%
    }

    .mutual-fund-return-new .expected-col {
        max-width: 100%;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        border-right: 0;
        margin-right: 0;
        border-bottom: 1px solid #e5e5e5;
        margin-bottom: 16px;
        padding: 0 0 16px;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-pack: justify;
        justify-content: space-between;
        -ms-flex-align: center;
        align-items: center
    }

    .mutual-fund-return-new .container {
        padding: 0 16px;
        max-width: 100%
    }

    .mutual-fund-return-new .calc-inner {
        background: #fff;
        border: 0;
        border-radius: 0;
        -ms-flex-direction: column;
        flex-direction: column;
        padding: 0 8px
    }

    .mutual-fund-return-new .last-three-calculations h3 {
        padding: 0 8px;
        font-size: 16px;
        line-height: 24px
    }

    .mutual-fund-return-new .last-three-calculations p {
        font-size: 12px;
        line-height: 16px;
        padding: 0 8px;
        margin-bottom: 32px
    }

    .mutual-fund-return-new .fund-house-content ul li {
        max-width: 100%;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        padding: 16px 0;
        border-bottom: 1px solid #e5e5e5;
        border-right: 0
    }

    .mutual-fund-return-new .mob-results {
        padding-bottom: 16px;
        margin-bottom: 16px;
        border-bottom: 1px solid #e5e5e5
    }

    .mutual-fund-return-new .mob-results h5 {
        font-weight: 700;
        font-size: 14px;
        line-height: 20px;
        margin: 0;
        color: #000
    }

    .mutual-fund-return-new .top-fund-house {
        border: 0;
        border-radius: 0;
        margin-bottom: 24px
    }

    .mutual-fund-return-new .fund-header {
        padding: 0 8px;
        background: transparent;
        border-top-left-radius: 0;
        border-top-right-radius: 0;
        margin-top: 40px;
        margin-bottom: 16px
    }

    .mutual-fund-return-new .bottom-text {
        max-width: 100%
    }

    .mutual-fund-return-new .fund-house-content ul li:nth-child(4),
    .mutual-fund-return-new .fund-house-content ul li:nth-child(5),
    .mutual-fund-return-new .fund-house-content ul li:nth-child(6) {
        border-bottom: 1px solid #e5e5e5
    }

    .mutual-fund-return-new .mobile-last-calc {
        display: block;
        font-weight: 500;
        font-size: 12px;
        line-height: 16px;
        text-align: right;
        color: #444
    }

    .mutual-fund-return-new .expected-col:last-child {
        margin-bottom: 0
    }

    .mutual-fund-return-new section.last-three-calculations {
        padding: 0 0 40px
    }

    .mutual-fund-return-new .fund-house-content {
        padding: 0 8px
    }

    .mutual-fund-return-new .right-side-cntent {
        margin-left: 8px
    }

    .mutual-fund-return-new .icon-img {
        margin-top: 2px
    }

    .mutual-fund-return-new .key-indices-content li {
        max-width: 50%;
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        padding: 16px 17px
    }

    .mutual-fund-return-new .key-indices-content li:nth-child(11),
    .mutual-fund-return-new .key-indices-content li:nth-child(12) {
        border-bottom: 0
    }

    .mutual-fund-return-new .key-indices-content li:nth-child(2n) {
        border-right: 0
    }

    .mutual-fund-return-new .key-indices-header h4 {
        line-height: 24px;
        font-size: 16px
    }

    .mutual-fund-return-new .key-indices-header {
        padding: 12px 16px
    }

    .mutual-fund-return-new .key-content {
        font-weight: 500
    }

    .mutual-fund-return-new .key-indices-inner {
        margin-bottom: 24px
    }

    .mutual-fund-return-new .faq-card-desc h2.heading {
        font-size: 16px;
        line-height: 24px
    }

    .mutual-fund-return-new .dynamic-faq .panel-heading {
        padding: 0;
        border: none
    }

    .mutual-fund-return-new .dynamic-faq h3.panel-title {
        font-weight: 0;
        font-size: 14px;
        line-height: 20px
    }

    .mutual-fund-return-new .dynamic-faq h3.panel-title span.flex-grow {
        font-weight: 400
    }

    .mutual-fund-return-new .dynamic-faq h3.panel-title .icon-arrow {
        width: 8.27px
    }

    .mutual-fund-return-new .panel-body p {
        font-size: 14px;
        margin: 0;
        font-weight: 400;
        color: #444;
        line-height: 20px
    }

    .mutual-fund-return-new .faq-inr {
        margin-bottom: 32px
    }

    .mutual-fund-return-new section.summary-div {
        padding: 32px 0
    }

    .mutual-fund-return-new .summary-inner h3 {
        font-size: 18px;
        line-height: 24px;
        margin: 0 0 18px
    }

    .mutual-fund-return-new .about-axis p {
        font-weight: 400;
        font-size: 14px;
        line-height: 22px
    }

    .mutual-fund-return-new .mob-calc-btn {
        display: block
    }

    .mutual-fund-return-new .calc-mob-heading h1 {
        font-weight: 700;
        font-size: 18px;
        line-height: 26px;
        text-align: center;
        color: #000;
        margin: 0 0 4px
    }

    .mutual-fund-return-new .input-section h1.title,
    .mutual-fund-return-new .input-section h2.description {
        display: none
    }

    .mutual-fund-return-new .calc-mob-heading h2.description {
        font-weight: 400;
        font-size: 12px;
        line-height: 16px;
        text-align: center;
        color: #444;
        margin-bottom: 24px;
        margin-top: 0
    }

    .mutual-fund-return-new .about-axis {
        padding: 16px
    }

    .mutual-fund-return-new .get-start-btn {
        width: 100%
    }

    .mutual-fund-return-new .mob-results h5 img {
        margin-right: 18px
    }

    .mutual-fund-return-new .bottom-text p {
        padding: 0 10px
    }

    .mutual-fund-return-new .mob-results {
        display: block !important
    }

    .mutual-fund-return-new .inner-row.cal-slider,
    .mutual-fund-return-new .mutual-fund-return-new .input-section {
        border-radius: 24px
    }

    .mutual-fund-return-new .cal-slider {
        position: relative;
        margin: auto;
        overflow: hidden;
        height: 328px;
        transition: height .5s
    }

    .mutual-fund-return-new .calc-slide {
        padding: 24px 16px !important;
        transition: transform .5s
    }

    .mutual-fund-return-new .investment-main {
        position: relative
    }

    .mutual-fund-return-new .investment-main ul.number-tags {
        display: -ms-flexbox;
        display: flex;
        position: absolute;
        bottom: 0;
        right: 15px
    }

    .mutual-fund-return-new .investment-main ul.number-tags li {
        padding: 0 0 0 15px;
        font-family: Inter;
        font-style: normal;
        font-weight: 400;
        font-size: 12px;
        line-height: 16px;
        color: #000
    }
}

.mutual-fund-return-new .similar_section .smooth-font h3 {
    margin: 0;
    padding: 0
}

.rating-amc-brokerage-sec h5 {
    font-size: 18px;
    color: #444;
    line-height: 1.77;
    margin: 0;
    font-weight: 700
}

.rating-amc-brokerage-sec h5 span img {
    margin-bottom: 7px;
    margin-left: 2px
}

.rating-amc-brokerage-sec ul li span {
    font-size: 12px;
    line-height: 1.66;
    color: #3d3d3dbf;
    font-weight: 400;
    white-space: nowrap
}

.rating-amc-brokerage-sec ul.list-unstyled {
    margin: 0 -15px;
    margin-top: 48px;
    max-width: 531px;
    display: -ms-flexbox;
    display: flex
}

.brokerage-charges .rating-amc-brokerage-sec ul.list-unstyled {
    margin: 48px auto auto
}

.brokerage-charges .rating-amc-brokerage-sec .row {
    -ms-flex-pack: center;
    justify-content: center;
    display: -ms-flexbox;
    display: flex
}

.brokerage-charges main.upstox-pricing .main-price-box .main-get-started-btn form {
    min-height: auto
}

.holiday-banner-section .rating-amc-brokerage-sec .col-md-7.pddg_col,
.margin-trading-facility .rating-amc-brokerage-sec .col-md-7.pddg_col {
    width: 100%
}

@media only screen and (max-width:991px) and (min-width:768px) {
    .margin-trading-facility .rating-amc-brokerage-sec .col-md-7.pddg_col {
        width: 100%;
        max-width: -webkit-fit-content;
        max-width: -moz-fit-content;
        max-width: fit-content;
        margin: 0 auto
    }

    .brokerage-charges .rating-amc-brokerage-sec .row {
        padding: 0 15px
    }
}

@media only screen and (max-width:767px) {
    .rating-amc-brokerage-sec ul.list-unstyled {
        max-width: 100%
    }

    .rating-amc-brokerage-sec ul.list-unstyled li {
        margin-bottom: 24px;
        text-align: center
    }

    .rating-amc-brokerage-sec ul.list-unstyled li:last-child img {
        display: block;
        margin: 0 auto
    }
}

@media only screen and (max-width:525px) {
    .rating-amc-brokerage-sec ul.list-unstyled {
        display: block
    }
}

section.contact-info {
    padding-bottom: 0 !important
}

section.contact-info p {
    font-size: 14px;
    color: #fff;
    margin-bottom: 20px
}

.contact-phone {
    border-right: 2px solid
}

@media (max-width:992px) {
    .contact-phone {
        border: 0
    }
}

.contact-email,
.contact-phone,
.social-media {
    position: relative;
    padding: 40px 0;
    display: block
}

.contact-email a,
.contact-phone a,
.social-media a {
    font-weight: 400
}

.contact-email:after,
.contact-phone:after,
.social-media:after {
    position: absolute;
    content: "";
    left: 50%;
    bottom: 0;
    transform: translateX(-50%);
    width: 100px;
    height: 1px
}

@media (min-width:992px) {

    .contact-email:after,
    .contact-phone:after,
    .social-media:after {
        display: none
    }
}

.menu-footer-social-container ul li:before {
    color: #8292a3 !important;
    font-size: 12px
}

.menu-footer-social-container ul li.fa-facebook:before {
    margin-right: 14px
}

.menu-footer-social-container ul li.fa-twitter:before {
    margin-right: 10px
}

.menu-footer-social-container ul li.fa-dropbox:before {
    margin-right: 9px
}

.menu-footer-social-container ul li.fa-google-plus:before {
    margin-right: 5px
}

ul#menu-footer-social li {
    display: block;
    margin: 16px 0;
    color: #fff
}

ul#menu-footer-social li a {
    font-size: 12px;
    color: #fff
}

ul#menu-footer-social li a:hover {
    color: #af91d1
}

.contact-email a,
.contact-phone a {
    color: #8292a3 !important;
    font-size: 16px;
    font-weight: 400
}

@media (min-width:992px) {

    .contact-phone:after,
    .contact-phone:before {
        position: absolute;
        content: "";
        display: block;
        height: 100%
    }

    .contact-phone:before {
        left: 0;
        top: 0
    }

    .contact-phone:after {
        right: 0;
        left: auto;
        top: 0
    }
}

.contact-email:after {
    display: none
}

@media (max-width:767px) {
    .contact-form form.form .input-group {
        width: 100%
    }
}

.blog-banner {
    background-size: 100%;
    height: auto;
    background-position: 50%
}

@media (max-width:768px) {
    .blog-banner {
        background-size: cover;
        background-position: 0 0
    }
}

article.blog-post {
    padding: 20px;
    margin: 0 auto;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-align: center;
    align-items: center
}

@media (min-width:992px) {
    article.blog-post .blog-img img {
        margin: 0 auto;
        display: block
    }
}

article.blog-post .blog-img a {
    display: block
}

article.blog-post .post-meta {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    margin-bottom: 20px
}

article.blog-post .post-meta span.read-more {
    margin-bottom: 20px
}

@media (min-width:992px) {
    article.blog-post .post-meta span.read-more {
        margin-bottom: 0
    }
}

article.blog-post .post-meta .social-share-plugin {
    -ms-flex-order: 1;
    order: 1
}

@media (min-width:992px) {
    article.blog-post .post-meta .social-share-plugin {
        border: 0
    }
}

article.blog-post .post-meta .post-author {
    margin-bottom: 20px
}

@media (min-width:992px) {
    article.blog-post .post-meta .post-author {
        margin-top: 30px
    }
}

@media (min-width:992px) {
    article.blog-post .post-meta {
        -ms-flex-direction: row;
        flex-direction: row;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -ms-flex-pack: justify;
        justify-content: space-between;
        -ms-flex-align: center;
        align-items: center;
        margin-bottom: 0
    }
}

@media (min-width:992px) {
    article.blog-post {
        float: left;
        display: block;
        margin-right: 2.3576515979%;
        width: 48.821174201%;
        margin-bottom: 50px
    }

    article.blog-post:last-child,
    article.blog-post:nth-child(2n) {
        margin-right: 0
    }

    article.blog-post:nth-child(odd) {
        clear: left
    }
}

.blog-img a {
    width: 100%
}

.blog-img img {
    max-height: 212px;
    height: 200px
}

.blog-card,
.blog-img img {
    max-width: 100%;
    width: 450px
}

.blog-card {
    padding: 20px;
    box-shadow: 0 0 10px 2px rgba(0, 0, 0, .1);
    text-align: center
}

.blog-card h3 {
    font-size: 18.3px;
    font-weight: 700;
    line-height: 1.62;
    letter-spacing: 1.4px;
    text-align: center;
    color: #43165c
}

.blog-card p {
    font-size: 16px;
    line-height: 24px
}

.blog-card .post-content {
    color: #333
}

@media (min-width:992px) {
    .blog-card {
        margin: 0 auto;
        width: 500px;
        box-shadow: 0 3px 10px 2px rgba(0, 0, 0, .1);
        height: 290px;
        padding: 35px
    }
}

.post-info .post-excerpt {
    font-size: 14px !important;
    line-height: 2.14;
    letter-spacing: 1.1px;
    text-align: center;
    color: #4c4c4c !important
}

.post-info .post-excerpt p a,
a.read-more {
    color: #0046bb
}

a.read-more {
    font-size: 14px;
    font-weight: 400
}

.blog-post-date {
    font-size: 14px;
    letter-spacing: 1px;
    text-align: center;
    color: #333;
    font-weight: 300
}

.search-form .form-group input.form-control {
    border-radius: 100px
}

.search-form .form-group input.form-control::-webkit-input-placeholder {
    display: none
}

.search-form .form-group input.form-control::-moz-placeholder {
    display: none
}

.navbar-right {
    min-width: 320px
}

@media (max-width:768px) {
    .navbar-right {
        min-width: 100%
    }
}

.navbar-right form {
    width: 100%
}

.search-form .form-group {
    position: relative;
    width: 0;
    min-width: 60px;
    height: 60px;
    overflow: hidden;
    transition: width 1s;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden
}

.search-form .form-group input.form-control {
    position: absolute;
    top: 0;
    right: 0;
    outline: none;
    width: 100%;
    height: 60px;
    margin: 0;
    z-index: 10
}

input[type=text].form-control {
    -webkit-appearence: none;
    -webkit-border-radius: 0
}

.form-control-submit,
.search-label {
    width: 60px;
    height: 60px;
    position: absolute;
    right: 0;
    top: 0;
    padding: 0;
    margin: 0;
    text-align: center;
    cursor: pointer;
    line-height: 60px;
    background: #fff
}

.engineering-blog {
    margin-top: -60px
}

.engineering-blog .form-group .search-label {
    background: #fff;
    border: 1px solid #9a8b89;
    border-radius: 50px
}

.engineering-blog .form-group.sb-search-open .search-label {
    border: none
}

.form-control-submit {
    background: #fff;
    opacity: 0;
    color: transparent;
    border: none;
    outline: none;
    z-index: -1
}

.search-label {
    z-index: 90
}

.market-talk-cat .form-group {
    z-index: 2
}

.form-group.sb-search-open,
.no-js .sb-search-open {
    width: 100%
}

.form-group.sb-search-open .search-label,
.no-js .sb-search .search-label {
    background: transparent;
    color: #fff;
    z-index: 11
}

.form-group.sb-search-open .form-control-submit,
.no-js .form-control .form-control-submit {
    z-index: 90
}

.mobile-cat-dropdown {
    padding: 0 25px;
    margin-bottom: 20px
}

.mobile-cat-dropdown select {
    width: 100%;
    margin-top: 20px;
    padding: 10px 15px;
    -webkit-appearance: none;
    appearance: none;
    background-color: #fff;
    background-image: url(../img/calculator/down-arrow-icon@2x.svg);
    background-repeat: no-repeat;
    outline: none;
    text-transform: uppercase;
    background-position: center right 15px;
    background-size: 5%;
    font-size: 14px !important;
    border-radius: 100px
}

.engineering-cat-mobile {
    margin-bottom: 0
}

.pagination {
    border-top: 1px solid #c4c4c4;
    border-bottom: 1px solid #c4c4c4;
    padding: 30px 0;
    margin: 0 35px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: baseline;
    align-items: baseline;
    -ms-flex-pack: center;
    justify-content: center;
    font-weight: 700
}

.pagination .current {
    margin: 0 5px
}

@media (min-width:992px) {
    .pagination .current {
        margin: 0 25px
    }
}

.pagination ul {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    justify-content: center
}

.pagination a {
    color: #999;
    margin: 0 5px;
    font-size: 16px
}

@media (min-width:992px) {
    .pagination a {
        margin: 0 25px
    }
}

.pagination li {
    display: inline-block;
    border-right: 1px solid #adadad;
    padding: 0 10px;
    font-size: 16px
}

.pagination li:last-child {
    border: 0
}

.pagination li a {
    margin: auto;
    transition: color .25s linear
}

.pagination li a.active,
.pagination li a:focus,
.pagination li a:hover {
    color: #0046bb
}

@media (min-width:992px) {
    .pagination li {
        padding: 0 15px
    }
}

@media (min-width:992px) {
    .pagination {
        -ms-flex-pack: end;
        justify-content: flex-end;
        padding-right: 10px;
        margin: 0 40px
    }
}

.no-flexbox .pagination {
    max-width: 1200px;
    margin-left: auto;
    margin-right: auto;
    display: block
}

.no-flexbox .pagination:after {
    clear: both;
    content: "";
    display: block
}

.no-flexbox .pagination>a,
.no-flexbox .pagination>ul {
    text-align: center;
    display: inline-block
}

.no-flexbox .pagination>a {
    margin: 0;
    float: left;
    display: block;
    margin-right: 2.3576515979%;
    width: 23.2317613015%
}

.no-flexbox .pagination>a:last-child {
    margin-right: 0
}

.no-flexbox .pagination>ul {
    margin: 0;
    float: left;
    display: block;
    margin-right: 2.3576515979%;
    width: 48.821174201%
}

.no-flexbox .pagination>ul:last-child {
    margin-right: 0
}

section.blog-article-section .blog-article {
    margin-top: 162px
}

article.blog-article .article-content p {
    font-size: 14px;
    line-height: 24px;
    margin-bottom: 15px
}

article.blog-article .article-content b span,
article.blog-article .article-content strong span {
    font-weight: inherit !important;
    font-weight: bolder !important
}

article.blog-article .article-content a {
    color: #0046bb
}

article.blog-article .article-content ul {
    list-style-type: inherit
}

article.blog-article .article-content ol {
    list-style-type: decimal
}

article.blog-article .article-content ol,
article.blog-article .article-content ul {
    -webkit-margin-before: 1em;
    -webkit-margin-after: 1em;
    -webkit-margin-start: 0;
    -webkit-margin-end: 0;
    -webkit-padding-start: 40px;
    color: #666
}

article.blog-article .article-content ol li,
article.blog-article .article-content ul li {
    margin-bottom: 10px
}

article.blog-article .article-content h3 {
    font-size: 20px;
    line-height: 30px
}

@media (min-width:992px) {
    article.blog-article .article-content h3 {
        font-size: 30px;
        line-height: 45px
    }
}

.article-content h1,
.blog-card h1 {
    font-size: 28px;
    font-weight: 600
}

.article-content h2,
.blog-card h2 {
    font-size: 24px;
    font-weight: 400
}

.article-content h3,
.blog-card h3 {
    font-size: 20px;
    font-weight: 400
}

.article-content a,
.blog-card a {
    color: #0046bb
}

.article-content p,
.blog-card p {
    font-size: 16px;
    font-weight: 400;
    line-height: 1.6;
    color: #666;
    margin-top: 0;
    margin-bottom: 25px;
    text-transform: none
}

.article-content h1 b,
.article-content h2 b,
.article-content h3 b,
.article-content h4 b,
.blog-card h1 b,
.blog-card h2 b,
.blog-card h3 b,
.blog-card h4 b {
    font-weight: 400 !important
}

.article-content td,
.article-content th,
.blog-card td,
.blog-card th {
    padding: .75em 0 !important;
    color: #666
}

.post-excerpt {
    margin-bottom: 20px
}

.post-excerpt,
.post-excerpt a,
.post-excerpt div,
.post-excerpt h1,
.post-excerpt h2,
.post-excerpt h3,
.post-excerpt h4.post-excerpt h5,
.post-excerpt h6,
.post-excerpt p,
.post-excerpt span {
    color: #666 !important;
    font-size: 16px !important;
    font-weight: 400 !important;
    line-height: 1.5
}

.discovery-main {
    display: none !important
}

.single-article-wrapper {
    width: 830px;
    margin: 0 auto
}

@media (max-width:1024px) {
    .single-article-wrapper {
        width: 100%
    }
}

.single-article-wrapper .single-article-featured-img {
    width: 830px;
    margin: 0 auto
}

@media (max-width:1024px) {
    .single-article-wrapper .single-article-featured-img {
        width: 100%
    }
}

.single-article-wrapper .single-article-featured-img img {
    width: 100%
}

.single-article-wrapper .single-article-content {
    width: 714px;
    margin: 0 auto;
    background: #fcfffd;
    position: relative;
    top: -15px;
    padding: 40px 20px;
    z-index: 2 !important
}

@media (max-width:768px) {
    .single-article-wrapper .single-article-content {
        width: 100%;
        top: 0
    }
}

.single-article-wrapper .single-article-content p,
.single-article-wrapper .single-article-content strong {
    font-size: 16px;
    line-height: 26px;
    margin-bottom: 15px
}

.single-article-wrapper .single-article-content ul li {
    list-style-type: disc;
    margin-left: 18px;
    line-height: 26px;
    font-size: 16px;
    margin-bottom: 5px
}

.single-article-wrapper h1.article-title {
    font-size: 28px;
    font-weight: 700;
    line-height: 1.43;
    letter-spacing: 1.4px;
    text-align: center
}

.single-article-wrapper .article-cat {
    text-align: center;
    margin-bottom: 40px;
    margin-top: 20px
}

.single-article-wrapper .article-cat,
.single-article-wrapper .article-cat a {
    font-size: 18px;
    font-weight: 500;
    letter-spacing: 1.4px;
    color: #43165c
}

.related-post-wrapper {
    width: 714px;
    margin: 0 auto
}

.related-post-wrapper .related-post-title {
    font-size: 18px;
    font-weight: 900;
    line-height: 1.33;
    letter-spacing: 1.4px;
    text-align: center;
    color: #000;
    margin-bottom: 60px
}

.related-post-wrapper .blog-card {
    margin-bottom: 60px
}

@media (max-width:1024px) {
    .related-post-wrapper {
        width: 100% !important
    }
}

.author-detail-wrapper {
    width: 714px;
    margin: 0 auto;
    z-index: 2 !important
}

.author-detail-wrapper .author-title {
    font-size: 16px;
    font-weight: 700;
    line-height: 1.5;
    letter-spacing: 1.2px;
    text-align: left;
    color: #868686
}

.author-detail-wrapper .author-name {
    font-size: 18px;
    line-height: 1.33;
    letter-spacing: 1.4px;
    text-align: left;
    color: #000
}

.author-detail-wrapper .blog-article-tags {
    display: inline-block;
    text-decoration: none;
    border-radius: 99px;
    transition: all .1s ease-in-out;
    font-size: 18px;
    line-height: 1.67;
    letter-spacing: 1.4px;
    text-align: left;
    color: #0046bb;
    padding: 5px 10px;
    margin-top: 22px
}

@media (max-width:768px) {
    .author-detail-wrapper .blog-article-tags {
        padding: 0
    }
}

.author-detail-wrapper .blog-article-tags :hover {
    background: transparent
}

.author-detail-wrapper .blog-article-tags a {
    color: #0046bb;
    margin: 0 5px
}

.author-detail-wrapper .blog-article-tags a:after {
    content: ","
}

.author-detail-wrapper .blog-article-tags a:last-child:after {
    content: ""
}

.author-detail-wrapper .article-author {
    margin-bottom: 80px;
    width: 100%;
    float: left
}

.author-detail-wrapper .article-author hr {
    border-top: 1px solid #868686;
    margin-bottom: 80px;
    float: left;
    width: 100%
}

@media (max-width:768px) {
    .author-detail-wrapper {
        width: 100%
    }
}

.signup-sticky {
    background: #f5f5f5;
    position: fixed;
    top: 70px;
    left: 0;
    width: 100%;
    z-index: 9
}

.signup-sticky .signup-inner {
    max-width: 830px;
    margin: 0 auto;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-align: center;
    align-items: center
}

.signup-sticky .signup-inner .msg-fold {
    height: 66px;
    overflow: hidden
}

.signup-sticky .signup-inner .msg-fold .msg-content {
    height: 66px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    transition: .6s ease-in-out
}

.signup-sticky .signup-inner .msg-fold.active .msg-content:first-child {
    margin-top: -66px
}

.signup-sticky .signup-inner .msg-fold img {
    margin-right: 13px
}

.signup-sticky .signup-inner .msg-fold h4,
.signup-sticky .signup-inner .msg-fold p {
    font-weight: 700;
    font-size: 14px;
    line-height: 17px;
    color: #000;
    margin: 0
}

.signup-sticky .signup-inner .msg-fold p {
    margin-top: 4px;
    font-weight: 500
}

.signup-sticky .signup-inner .btn-fold {
    display: -ms-flexbox;
    display: flex
}

.signup-sticky .signup-inner .btn-fold a {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    height: 100%;
    padding: 26px 16px;
    background: #8000ff;
    color: #fff;
    font-weight: 700;
    font-size: 16px;
    line-height: 19px;
    text-decoration: none
}

.signup-sticky .signup-inner .btn-fold a img {
    margin-left: 16px
}

.open-demandAcc {
    background: #5a298b;
    border-radius: 8px;
    margin: 32px 0
}

.open-demandAcc .demandAcc-inner {
    display: -ms-flexbox;
    display: flex;
    color: #fff
}

.open-demandAcc .left-fold {
    -ms-flex: 1;
    flex: 1;
    padding: 32px 0 32px 32px
}

.open-demandAcc .left-fold h4,
.open-demandAcc .left-fold p {
    font-weight: 500;
    font-size: 16px;
    line-height: 19px
}

.open-demandAcc .left-fold h3 {
    font-weight: 700;
    font-size: 32px;
    line-height: 40px;
    margin: 4px 0 16px
}

.open-demandAcc .left-fold .demand-btn {
    margin-top: 40px
}

.open-demandAcc .left-fold .demand-btn a {
    display: inline-block;
    background: #fff;
    border-radius: 9999px;
    font-weight: 700;
    font-size: 16px;
    line-height: 19px;
    color: #5a298b;
    padding: 16px 32px;
    text-decoration: none
}

.open-demandAcc .left-fold .demand-btn a img {
    margin-left: 16px
}

.open-demandAcc .right-fold {
    -ms-flex: 0 0 201px;
    flex: 0 0 201px;
    display: -ms-flexbox;
    display: flex;
    text-align: center;
    padding-top: 22px
}

.open-demandAcc .right-fold img {
    margin-top: auto;
    max-width: 100%
}

.download-App {
    display: none
}

.popular-stocks-links {
    max-width: 714px;
    margin: 40px auto
}

.popular-stocks-links h3 {
    font-size: 18px;
    font-weight: 900;
    margin: 0;
    margin-bottom: 25px
}

.popular-stocks-links .links-fold {
    margin-bottom: 15px
}

.popular-stocks-links .links-fold h4 {
    font-size: 13px;
    line-height: 20px;
    font-weight: 600;
    color: #898787;
    text-transform: uppercase;
    margin: 0;
    margin-bottom: 5px
}

.popular-stocks-links .links-fold .links-item a {
    position: relative;
    font-size: 13px;
    font-weight: 500;
    display: inline-block;
    text-decoration: none;
    color: #333;
    padding-right: 8px;
    margin: 0 0 5px;
    transition: all .2s ease-in-out
}

.popular-stocks-links .links-fold .links-item a:hover {
    color: #000
}

.popular-stocks-links .links-fold .links-item a:after {
    content: "";
    position: absolute;
    top: 0;
    right: 1px;
    width: 1px;
    height: 100%;
    background: #9d9d9d
}

.popular-stocks-links .links-fold .links-item a:last-child:after {
    display: none
}

@media only screen and (max-width:850px) {
    .signup-sticky .signup-inner .msg-fold {
        padding-left: 20px
    }
}

@media only screen and (max-width:767px) {
    .signup-sticky {
        top: 60px
    }

    .open-demandAcc .left-fold {
        padding: 24px 0 24px 20px
    }

    .open-demandAcc .left-fold h3 {
        font-size: 24px;
        line-height: 34px
    }

    .open-demandAcc .left-fold .demand-btn a {
        font-size: 14px;
        padding: 14px 24px
    }

    .open-demandAcc .left-fold .demand-btn a img {
        margin-left: 10px
    }

    .open-demandAcc .right-fold {
        -ms-flex: 0 0 180px;
        flex: 0 0 180px
    }
}

@media only screen and (max-width:575px) {
    .open-demandAcc {
        border-radius: 0;
        margin: 24px -50px 0
    }

    .open-demandAcc .left-fold {
        padding: 24px 0 24px 16px
    }

    .open-demandAcc .left-fold h4 {
        font-size: 12px;
        line-height: 15px
    }

    .open-demandAcc .left-fold h3 {
        font-size: 20px;
        line-height: 26px;
        margin: 4px 0 12px
    }

    .open-demandAcc .left-fold p {
        font-size: 13px;
        line-height: 16px
    }

    .open-demandAcc .left-fold .demand-btn {
        display: none
    }

    .open-demandAcc .right-fold {
        padding-top: 18px;
        padding-right: 16px
    }

    .download-App {
        width: 100%;
        -ms-flex-pack: center;
        margin: 0
    }

    .download-App,
    .download-App .downApp-item {
        display: -ms-flexbox;
        display: flex;
        justify-content: center
    }

    .download-App .downApp-item {
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        -ms-flex-pack: center;
        -ms-flex-align: center;
        align-items: center;
        padding: 12px 22px;
        background: #fff;
        border-width: 1px 0;
        border-style: solid;
        border-color: #5a298b;
        text-decoration: none
    }

    .download-App .downApp-item:first-child {
        border-width: 1px 1px 1px 0
    }

    .download-App .downApp-item .app-icon {
        margin-right: 16px
    }

    .download-App .downApp-item .app-icon img {
        max-width: unset
    }

    .download-App .downApp-item .text-logo {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-align: center;
        align-items: center
    }

    .download-App .downApp-item .text-logo span {
        font-weight: 600;
        font-size: 14px;
        line-height: 18px;
        color: #000;
        margin-right: 4px
    }

    .download-App .downApp-item .text-logo .logoImg img {
        max-width: 45px
    }

    .download-App .downApp-item .content-fold h3 {
        font-weight: 700;
        font-size: 13px;
        line-height: 16px;
        color: #000;
        margin: 0
    }
}

@media only screen and (max-width:480px) {
    .signup-sticky .signup-inner .msg-fold h4 {
        font-size: 11px;
        line-height: 13px
    }

    .signup-sticky .signup-inner .msg-fold p {
        font-size: 10px;
        line-height: 12px
    }

    .signup-sticky .signup-inner .btn-fold a {
        font-size: 12px;
        line-height: 15px
    }

    .open-demandAcc .right-fold {
        -ms-flex: 0 0 175px;
        flex: 0 0 175px
    }
}

@media only screen and (max-width:360px) {
    .signup-sticky {
        border-width: 1px 0;
        border-style: solid;
        border-color: #8000ff
    }

    .signup-sticky .signup-inner .msg-fold {
        padding: 0 10px
    }

    .signup-sticky .signup-inner .msg-fold img {
        max-width: 16px;
        margin-right: 10px
    }

    .signup-sticky .signup-inner .btn-fold a {
        width: 105px
    }

    .open-demandAcc .right-fold {
        -ms-flex: 0 0 112px;
        flex: 0 0 112px
    }

    .download-App .downApp-item .text-logo span {
        font-size: 10px;
        line-height: 14px
    }
}

@media only screen and (max-width:340px) {
    .open-demandAcc .right-fold {
        -ms-flex: 0 0 100px;
        flex: 0 0 100px
    }

    .download-App .downApp-item {
        padding: 12px
    }

    .download-App .downApp-item .app-icon {
        margin-right: 8px
    }

    .download-App .downApp-item .app-icon img {
        max-width: 16px
    }
}

.new_article_design .blog-post-date {
    text-align: left;
    line-height: 20px;
    font-weight: 600;
    color: #000
}

.new_article_design h1.article-title {
    text-align: left;
    font-size: 32px;
    margin-top: 16px;
    margin-bottom: 16px;
    line-height: 48px;
    color: #000
}

.new_article_design .article-cat,
.new_article_design .article-cat a {
    text-align: left;
    margin-top: 0;
    font-size: 12px;
    font-weight: 500;
    line-height: 16px;
    color: #000;
    text-transform: uppercase
}

.new_article_design .article-cat {
    margin-bottom: 32px
}

.new_article_design .single-article-content {
    width: 100%;
    margin-top: 32px;
    padding: 0;
    background: #fff
}

.new_article_design .single-article-content p:first-child {
    text-align: left !important
}

.new_article_design .single-article-content p,
.new_article_design .single-article-content ul li span {
    font-weight: 400;
    color: #000;
    font-size: 16px;
    line-height: 24px;
    text-align: left !important
}

.new_article_design .single-article-content p b {
    font-size: 24px;
    line-height: 32px;
    font-weight: 700
}

.new_article_design .single-article-content p em strong {
    text-align: left;
    width: 100% !important;
    font-size: 24px;
    line-height: 32px;
    font-weight: 700;
    font-style: normal
}

.new_article_design .related-post-wrapper {
    width: 830px
}

.new_article_design .related-post-wrapper .related-post-title {
    font-size: 24px;
    font-weight: 700;
    line-height: 32px;
    text-align: left;
    margin-bottom: 16px
}

.new_article_design .related-post-wrapper .post-info h3 {
    font-weight: 700;
    font-size: 20px;
    line-height: 24px;
    margin-top: 16px !important;
    color: #000;
    min-height: 48px
}

.new_article_design .related-post-wrapper .blog-img a {
    height: 100%;
    width: 100%
}

.new_article_design .related-post-wrapper .blog-img {
    height: 200px
}

.new_article_design .related-post-wrapper .blog-img a img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    border-radius: 4px 4px 0 0
}

.new_article_design .related-post-wrapper .blog-card {
    margin-bottom: 32px;
    background: #f5f5f5;
    border: 1px solid #b1b1b1;
    border-bottom-left-radius: 4px;
    border-bottom-right-radius: 4px;
    border-top: 0;
    padding: 24px;
    height: 290px
}

.new_article_design .related-post-wrapper .blog-post-date {
    font-size: 20px;
    line-height: 24px;
    font-weight: 700
}

.new_article_design .related-post-wrapper .post-excerpt {
    font-size: 16px !important;
    color: #000 !important;
    font-weight: 400 !important;
    line-height: 24px;
    text-align: left
}

.new_article_design .related-post-wrapper .post-info h3 {
    margin-top: 32px;
    margin-bottom: 16px;
    text-align: left;
    font-size: 18px
}

.new_article_design .related-row {
    margin: 0 -15px
}

.new_article_design .popular-stocks-links {
    max-width: 830px;
    margin: 0 auto
}

.new_article_design .popular-stocks-links h3 {
    font-size: 24px;
    font-weight: 700;
    margin: 0;
    margin-bottom: 16px;
    line-height: 32px
}

.new_article_design .popular-stocks-links .links-fold h4 {
    font-size: 16px;
    line-height: 24px;
    font-weight: 400;
    text-transform: uppercase;
    color: #000;
    margin: 0;
    margin-bottom: 16px
}

.new_article_design .popular-stocks-links .links-fold .links-item a {
    font-size: 15px;
    font-weight: 400;
    line-height: 24px;
    color: #000;
    text-decoration: underline
}

.new_article_design .author-detail-wrapper {
    width: 830px;
    margin: 0 auto;
    display: inline-block
}

.new_article_design .author-detail-wrapper .article-author {
    margin-bottom: 25px;
    margin-top: 12px;
    width: 100%;
    display: inline-block
}

.new_article_design .author-detail-wrapper .article-author .col-md-6.col-xs-12 {
    padding-left: 0
}

.new_article_design .open-demandAcc {
    margin: 45px 0
}

.new_article_design .left-fold p {
    color: #fff !important
}

.new_article_design section.blog-article-section .blog-article {
    margin-top: 85px !important
}

@media only screen and (max-width:767px) {
    .new_article_design .related-post-wrapper .blog-card {
        width: 100%
    }

    .new_article_design .author-detail-wrapper .article-author {
        margin-bottom: 15px;
        margin-top: 10px
    }

    .new_article_design .related-post-wrapper {
        width: 100% !important;
        padding: 0 15px
    }

    .new_article_design .related-post-wrapper .related-post-title {
        padding-left: 10px
    }

    .new_article_design .related-post-wrapper .post-info h3 {
        min-height: unset
    }

    .new_article_design .related-row {
        margin: 0 !important
    }

    .page-container.new_article_design {
        overflow-x: hidden
    }
}

p.author-title {
    font-weight: 700 !important
}

@media only screen and (max-width:575px) {
    .new_article_design .open-demandAcc {
        margin: 24px -15px 0
    }

    .new_article_design section.blog-article-section {
        padding: 15px 0
    }

    .new_article_design .related-post-wrapper .col-md-6.col-sm-6.left-padding-column {
        padding: 0
    }

    .new_article_design .related-post-wrapper .related-post-title {
        padding-left: 0;
        font-size: 16px;
        font-weight: 700;
        line-height: 24px;
        margin-bottom: 16px !important
    }

    .new_article_design .related-post-wrapper .post-info h3 {
        margin-top: 0 !important
    }

    .new_article_design .related-post-wrapper .blog-card {
        margin-bottom: 16px
    }

    .new_article_design .single-article-wrapper .single-article-featured-img img {
        width: 100%;
        height: 160px;
        -o-object-fit: fill;
        object-fit: fill
    }

    .new_article_design .single-article-content p b {
        font-size: 20px;
        line-height: 28px;
        font-weight: 700
    }

    .new_article_design section.blog-article-section {
        padding-bottom: 24px !important
    }

    .new_article_design .download-App {
        margin-bottom: 0
    }

    .new_article_design h1.article-title {
        font-size: 24px;
        line-height: 32px;
        color: #000
    }

    .new_article_design .article-cat {
        margin-bottom: 16px
    }

    .new_article_design .single-article-content p strong {
        line-height: 24px
    }

    .new_article_design .popular-stocks-links h3 {
        font-size: 16px;
        line-height: 24px
    }

    .new_article_design .open-demandAcc .left-fold p {
        font-size: 13px;
        font-weight: 500;
        line-height: 15px
    }
}

@media (max-width:991px) {
    .new_article_design .related-post-wrapper .blog-card {
        height: 250px
    }
}

@media (max-width:767px) {
    .new_article_design .related-post-wrapper .blog-card {
        height: auto
    }
}

.pro-mobile-wrapper {
    background-color: #f4f6fa;
    background-image: url(../img/pro/pro-mobile-header.png);
    background-repeat-y: no-repeat;
    background-position: center bottom 390px;
    padding-top: 110px;
    background-attachment: fixed;
    background-size: 100%
}

.pro-mobile-container {
    width: 960px;
    margin: 0 auto
}

.PRO-MOBILE {
    font-size: 18px;
    line-height: 1.6;
    letter-spacing: .5px;
    text-align: left;
    color: #4c4c4c;
    font-weight: 300
}

.Instant-Investing {
    font-size: 40px;
    font-weight: 400;
    line-height: 1.38;
    letter-spacing: 2px;
    text-align: left;
    color: #000;
    margin-top: 0;
    margin-bottom: 20px
}

.Trade-across {
    font-size: 22px;
    font-weight: 300;
    line-height: 1.67;
    letter-spacing: .6px;
    text-align: left;
    color: #454545;
    margin: -5px 0 35px
}

.OPEN-FREE-ACCOUNTbtn {
    font-size: 18px;
    font-weight: 500;
    letter-spacing: 1.8px;
    text-align: center;
    color: #fff;
    background-color: #0046bb;
    padding: 22px 32px
}

.marketanalysis-wrapper {
    background-image: url(../img/pro/market-analysis-bg.png);
    height: 352px;
    position: absolute;
    z-index: 4;
    top: 400px;
    width: 100%;
    background-position: top
}

.Analyse-Markets-Smartly1 {
    font-size: 40px;
    font-weight: 700;
    line-height: 1.38;
    letter-spacing: 2px;
    text-align: center;
    color: #000;
    margin: 0 0 87px;
    position: relative;
    z-index: 3;
    background-color: #fff
}

.analysis-img img {
    float: left
}

.analysis-img {
    width: 60%;
    float: left;
    position: absolute;
    z-index: 1
}

.Identify-trends1 {
    width: 56%;
    float: right;
    box-shadow: 0 0 115px 27px rgba(67, 22, 92, .2);
    background-color: #fff;
    font-size: 23.6px;
    font-weight: 500;
    line-height: 1.85;
    text-align: right;
    color: #454545;
    position: relative;
    z-index: 0;
    top: 90px;
    padding: 63px 43px 140px
}

.powerfulcharts {
    font-size: 64.6px;
    font-weight: 100;
    letter-spacing: 6.5px;
    text-align: left;
    color: #181818;
    margin-top: -30px
}

.Upstox-charts {
    background-color: #fff;
    box-shadow: 0 0 115px 27px rgba(67, 22, 92, .2);
    width: 64%;
    margin-top: 165px;
    font-size: 23.6px;
    font-weight: 500;
    line-height: 1.85;
    letter-spacing: 1.2px;
    text-align: left;
    color: #454545;
    padding: 80px 106px 80px 62px;
    float: left
}

.buysell-wrapper {
    background-color: #eeebe6
}

.Buy-Sell-Quickly {
    font-size: 40px;
    font-weight: 700
}

.Place-Pro-Orders {
    font-size: 29.7px;
    font-weight: 500;
    line-height: 1.9
}

.Place-orders-such {
    font-size: 21px;
    font-weight: 500
}

.pro-orders {
    box-shadow: 0 0 115px 27px rgba(67, 22, 92, .2);
    background: #fff;
    padding: 43px 40px
}

.buy-sell-icon {
    margin: 120px 0 100px
}

.Buy-Sell-Quickly {
    margin-bottom: 113px
}

.Sell-Quicklyimg {
    position: relative;
    top: -35px
}

.pro-mobiletxt {
    margin-top: 10px
}

.Delightful-Experience1 {
    font-size: 40px;
    font-weight: 700;
    margin-bottom: -62px;
    background: #fff
}

.Delightful-Experience:first-child {
    position: relative;
    top: 35px
}

@media (max-width:767px) {
    img {
        max-width: 100%
    }

    .UPSTOX-PRO-MOBILE {
        margin-bottom: 40px;
        float: left;
        font-size: 20px !important
    }

    .Built-around {
        text-align: center;
        margin: 30px 0
    }

    .UPSTOX-PRO-WEB {
        text-align: center;
        font-size: 20px;
        width: auto !important;
        float: none !important
    }

    .iPhone-6-Plus-white {
        margin-bottom: 25px
    }

    .Built-around-the-trader {
        margin-bottom: 20px
    }

    .pro-mobile-container {
        width: 100%
    }

    .analysis-img {
        width: 100%;
        float: left;
        position: relative;
        padding-top: 25px
    }

    .Identify-trends1 {
        width: 100%;
        top: 0;
        padding: 30px;
        font-size: 16px
    }

    .powerfulcharts {
        margin-top: 0;
        float: left;
        font-size: 30px
    }

    .Upstox-charts {
        width: 100%;
        margin-top: 40px;
        float: left;
        padding: 30px;
        font-size: 16px
    }

    .iPhone-6-img {
        margin-top: 0
    }

    .iPhone-6-Plus-white-copy {
        position: relative;
        right: 0
    }

    .downloadapp {
        margin-top: 65px
    }

    .Layer-333 {
        margin-left: 0;
        margin-top: 10px
    }

    .marketanalysis-wrapper {
        display: none
    }

    .Order-for-300 {
        border-radius: 0 !important;
        width: 100% !important;
        padding: 10px 25px 10px 55px !important;
        position: absolute !important;
        right: 0 !important;
        bottom: -70px !important
    }

    .OPEN-FREE-ACCOUNTbtn {
        position: inherit !important;
        margin-bottom: 30px
    }

    .Go-to-Upstox-Web,
    .Have-you-checked {
        text-align: center !important;
        width: 100% !important
    }

    .Layer-333 {
        margin-left: 0 !important
    }

    img.Vector-Smart-Object-copy-2 {
        margin-top: 50px
    }

    .downloadapp a {
        display: block
    }

    .Instant-Investing {
        font-size: 28px;
        font-weight: 400
    }

    .pro-mobile-wrapper {
        padding-top: 70px
    }

    .Trade-across {
        font-size: 18px
    }

    .Analyse-Markets-Smartly {
        font-size: 20px !important;
        margin: 50px 0 0 !important
    }

    .Buy-Sell-Quickly {
        font-size: 20px !important;
        margin-bottom: 0
    }

    .text-center-xs {
        text-align: center
    }

    .Sell-Quicklyimg {
        width: 70%
    }

    .Place-Pro-Orders {
        font-size: 20px !important;
        margin-bottom: 10px !important
    }

    .Place-orders-such {
        font-size: 16px !important
    }

    .pro-orders {
        padding: 30px
    }

    .Delightful-Experience:first-child {
        margin-bottom: 25px
    }

    .pro-mobile-wrapper {
        background-repeat: no-repeat
    }
}

@media (max-width:1023px) and (min-width:768px) {
    .UPSTOX-PRO-MOBILE {
        margin-bottom: 50px;
        float: left
    }

    .Built-around {
        text-align: center;
        margin: 30px 0
    }

    .UPSTOX-PRO-WEB {
        text-align: center;
        width: 100%
    }

    .iPhone-6-Plus-white {
        margin-bottom: 25px
    }

    .Built-around-the-trader {
        margin-bottom: 30px
    }

    .pro-mobile-container {
        width: 100%
    }

    .analysis-img {
        width: 100%;
        float: left;
        position: relative;
        text-align: center
    }

    .Identify-trends {
        width: 55%;
        top: -55px;
        padding: 70px 30px
    }

    .powerfulcharts {
        margin-top: 0;
        float: left;
        font-size: 35px;
        position: relative;
        bottom: 245px;
        width: 50%;
        text-align: right;
        right: 50px
    }

    .Upstox-charts {
        margin-top: 30px
    }

    .iPhone-6-img {
        margin-top: 0
    }

    .iPhone-6-Plus-white-copy,
    .Order-for-300 {
        position: relative;
        right: 0
    }

    .Order-for-300 {
        width: 100%;
        bottom: 0;
        font-size: 18px
    }

    .downloadapp {
        margin-top: 65px
    }

    .marketanalysis-wrapper {
        display: none
    }

    .iMac-Flat,
    .mobile-pro {
        max-width: 100%
    }

    .Have-you-checked {
        margin-top: 45px
    }

    .text-center-sm {
        text-align: center
    }

    .analysis-img img {
        float: none
    }

    .Have-you-checked {
        margin-top: 35px !important
    }

    .parallax-frontimg {
        right: 15px;
        top: -26px
    }

    img.mobile-pro {
        width: 60%
    }

    .parallax-backimg {
        top: 30px
    }

    img.mobile-pro-back {
        width: 70%
    }

    body.upstox-pro-mobile {
        overflow-x: hidden
    }

    .Analyse-Markets-Smartlycontainer {
        padding-top: 40px
    }
}

@media (max-width:1400px) {
    .pro-mobile-wrapper {
        background-position: center bottom 190px
    }

    .pro-web-wrapper {
        background-position: center bottom 200px !important
    }
}

.parallax-frontimg {
    position: relative;
    right: 51px;
    text-align: right;
    z-index: 2;
    top: -28px
}

.parallax-frontimg img {
    width: 80%
}

.parallax-backimg {
    position: absolute;
    top: 70px;
    z-index: 1
}

.parallax-backimg img {
    position: relative;
    top: 0;
    z-index: 2
}

.Analyse-Markets-Smartlycontainer {
    position: relative;
    background: #fff;
    z-index: 1
}

.pro-mobiletxt p {
    position: relative;
    z-index: 5
}

.critical,
.pro-mobile-container {
    width: 960px;
    margin: 0 auto
}

.button:hover,
.critical {
    text-decoration: none;
    color: inherit
}

.critical,
.pro-web-wrapper {
    background-image: url(/app/themes/upstox/dist/img/pro/pro-mobile-header.png);
    background-repeat-y: no-repeat;
    background-color: #f4f6fa;
    background-size: 100%;
    padding-top: 160px;
    background-position: center bottom 280px;
    padding-bottom: 160px;
    background-attachment: fixed
}

.critical,
.PRO-WEB {
    font-size: 18px;
    line-height: 1.6;
    letter-spacing: .5px;
    text-align: right;
    color: #4c4c4c;
    font-weight: 300
}

.critical,
.Pro-Platform-For-Pro-Traders {
    font-size: 40px;
    font-weight: 400;
    line-height: 1.38;
    letter-spacing: 2px;
    text-align: right;
    color: #000;
    margin-bottom: 20px;
    margin-top: 0
}

.critical,
.The-most-powerful {
    font-size: 22px;
    font-weight: 300;
    line-height: 1.67;
    letter-spacing: .6px;
    text-align: right;
    color: #454545;
    margin: -5px 0 35px
}

.critical,
.OPEN-FREE-ACCOUNTbtn {
    font-size: 16px;
    font-weight: 500;
    letter-spacing: 1.8px;
    text-align: center;
    color: #fff;
    background-color: #0046bb;
    padding: 14px 28px;
    position: absolute;
    z-index: 2
}

.Analyse-Markets-wrapper,
.critical {
    background: url(/app/themes/upstox/dist/img/pro/pro-web-w-bg.png);
    height: 375px;
    background-position: top;
    position: absolute;
    top: 451px;
    z-index: 0;
    width: 100%
}

.btn1,
.critical {
    right: 19px
}

.Analyse-Markets-Smartly,
.critical {
    font-size: 28px;
    font-weight: 600;
    line-height: 1.38;
    letter-spacing: 2px;
    text-align: center;
    color: #000;
    margin: 53px 0 40px
}

.Analyse-markt-box,
.critical {
    margin-bottom: 104px
}

.Analyse-markt-box,
.Analyse-markt-box1,
.critical {
    background-color: #fff;
    box-shadow: 0 0 115px 27px rgba(67, 22, 92, .2);
    padding: 97px 45px 123px
}

.critical,
.screen-marketanalysis {
    margin-bottom: 86px
}

.screen-marketanalysis {
    border: 1px solid #e0e0e0
}

.POWERFUL-CHARTS {
    font-size: 22px;
    font-weight: 600;
    letter-spacing: 3px;
    text-align: left;
    color: #181818;
    margin-bottom: 40px
}

.Identify-trends {
    font-size: 20px;
    font-weight: 400;
    line-height: 1.85;
    text-align: left;
    color: #454545
}

.buy-sell-quickly-wrapper {
    background-color: #f6f6f6;
    padding-bottom: 370px
}

@media (max-width:1023px) {
    .buy-sell-quickly-wrapper {
        padding-bottom: 450px
    }
}

@media (max-width:991px) {
    .buy-sell-quickly-wrapper {
        padding-bottom: 40px
    }
}

.Buy-Sell-Quickly {
    font-size: 28px;
    font-weight: 600;
    line-height: 1.38;
    letter-spacing: 2px;
    text-align: center;
    color: #000;
    margin-bottom: 40px
}

.buysell-img {
    margin: 60px 0 40px
}

.Place-Pro-Orders {
    font-size: 28px;
    font-weight: 600;
    line-height: 1.47;
    letter-spacing: 1.5px;
    text-align: left;
    color: #000;
    margin-bottom: 35px
}

.Place-orders-such {
    font-size: 20px;
    font-weight: 400;
    line-height: 1.85;
    letter-spacing: 1.2px;
    text-align: left;
    color: #454545
}

.pro-oders-box {
    background-color: #fff;
    box-shadow: 0 0 115px 27px rgba(67, 22, 92, .2);
    padding: 84px 51px 70px;
    margin-top: 75px
}

.Get-in-and-out {
    font-size: 20px;
    font-weight: 400;
    line-height: 1.85;
    letter-spacing: 1.2px;
    text-align: left;
    color: #454545
}

.One-Click-Trade {
    font-size: 28px;
    font-weight: 600;
    line-height: 1.47;
    letter-spacing: 1.5px;
    text-align: left;
    color: #000;
    margin-bottom: 35px
}

.oneclick-trade {
    background-color: #fff;
    box-shadow: 0 0 115px 27px rgba(217, 228, 255, .67);
    padding: 141px 60px;
    margin-top: 105px;
    margin-bottom: 100px
}

.oneclick-img {
    margin-top: 41px;
    position: relative;
    right: 97px;
    top: 2px;
    z-index: 2;
    width: auto !important;
    max-width: inherit
}

.Delightful-Experience {
    margin-bottom: 0
}

.Delightful-Experience,
.Delightful-Experience1 {
    font-size: 28px;
    font-weight: 600;
    line-height: 1.38;
    letter-spacing: 2px;
    text-align: center;
    color: #000
}

.Delightful-Experience1 {
    margin-bottom: 30px
}

.Delightful-img {
    margin: 40px 0 25px
}

.Organize-Easily {
    font-size: 28px;
    font-weight: 600;
    line-height: 1.47;
    letter-spacing: 1.5px;
    text-align: left;
    color: #000
}

.Set-up-your-trading {
    font-size: 20px;
    font-weight: 400;
    line-height: 1.85;
    letter-spacing: 1.2px;
    text-align: left;
    color: #454545
}

.Organize-box {
    background-color: #fff;
    box-shadow: 0 0 115px 27px rgba(67, 22, 92, .2);
    padding: 77px 62px 52px;
    margin-bottom: 83px
}

.Join-the-Upstox {
    font-size: 30px;
    line-height: 1.2;
    letter-spacing: 1.5px;
    text-align: center;
    color: #fff;
    margin-bottom: 30px;
    font-weight: 300
}

.openfreeac {
    font-size: 20px;
    text-align: center;
    color: #0046bb;
    background: #fff;
    padding: 30px 40px
}

.calltoaction {
    background-color: #0046bb;
    padding: 20px 15px
}

img.marketanalysis-img {
    position: relative;
    z-index: 2
}

.OPEN-FREE-ACCOUNTbtn-wrap {
    text-align: right
}

.oneclick-trade-wrapper {
    margin-top: 270px
}

.buysell-img-back {
    margin-top: 70px;
    text-align: left;
    position: relative
}

.buysell-img-front {
    position: absolute;
    top: 230px;
    right: 0
}

.buysell-img-back img {
    position: absolute;
    top: -259px;
    height: 482px
}

@media (max-width:767px) {
    img {
        max-width: 100%
    }

    .critical,
    .pro-mobile-container {
        width: 100%
    }

    .critical,
    .pro-web-wrapper {
        padding-top: 75px;
        padding-bottom: 50px;
        background-repeat: no-repeat
    }

    .Analyse-Markets-wrapper,
    .critical {
        display: none
    }

    .critical,
    .oneclick-trade {
        margin-bottom: 20px
    }

    .critical,
    .oneclick-img {
        margin-top: 0;
        top: 0;
        max-width: 100%
    }

    .critical,
    .Macbook-facing,
    .oneclick-img {
        position: relative;
        right: 0
    }

    .POWERFUL-CHARTS {
        margin-bottom: 0;
        font-size: 20px
    }

    .OPEN-FREE-ACCOUNTbtn-wrap {
        width: 100%;
        float: left;
        text-align: right
    }

    .Analyse-markt-box,
    .Analyse-markt-box1,
    .oneclick-trade,
    .Organize-box,
    .pro-oders-box {
        padding: 30px 20px 15px !important;
        margin-bottom: 40px !important;
        margin-top: 20px !important
    }

    .Delightful-Experience1 {
        margin-bottom: 60px;
        font-size: 22px
    }

    img.marketanalysis-img {
        margin-top: 40px
    }

    .oneclick-trade-wrapper {
        margin-top: 0
    }

    .Pro-Platform-For-Pro-Traders {
        font-size: 28px
    }

    .The-most-powerful {
        font-size: 20px;
        margin: -5px 0 13px !important
    }

    .screen-marketanalysis {
        margin-bottom: 40px;
        margin-top: 30px;
        width: 80%
    }

    .Identify-trends {
        font-size: 16px !important
    }

    .Get-in-and-out {
        font-size: 16px
    }

    .One-Click-Trade {
        font-size: 20px;
        margin-bottom: 20px
    }

    .Organize-Easily {
        font-size: 20px
    }

    .Set-up-your-trading {
        font-size: 16px
    }
}

@media (max-width:1023px) and (min-width:768px) {

    .critical,
    .pro-web-wrapper {
        background-repeat: no-repeat
    }

    img {
        max-width: 100%
    }

    .critical,
    .pro-mobile-container {
        width: 100%
    }

    .Analyse-Markets-wrapper,
    .critical {
        display: none
    }

    .critical,
    .oneclick-img {
        margin-top: 0;
        position: relative;
        right: 0;
        top: 0
    }

    .critical,
    .oneclick-trade {
        margin-bottom: 0
    }

    .critical,
    .Macbook-facing {
        position: relative;
        right: 0
    }

    .Analyse-markt-box,
    .Analyse-markt-box1,
    .critical,
    .oneclick-trade,
    .Organize-box,
    .pro-oders-box {
        padding: 50px 20px 15px !important;
        margin-bottom: 40px !important;
        margin-top: 20px !important
    }

    .critical,
    .oneclick-trade-wrapper {
        margin-top: 0
    }
}

section.our-culture {
    padding: 50px 10px
}

section.our-culture h2 {
    font-size: 22px;
    color: #333;
    text-align: center;
    margin-bottom: 40px;
    font-weight: 600
}

section.our-culture .slider-container {
    position: relative
}

@media (min-width:992px) {
    section.our-culture {
        padding: 50px 10px 100px
    }
}

section.our-culture .culture-image-slider {
    margin: 0 auto;
    width: 676px;
    max-width: 100%
}

section.our-culture .culture-image-slider img {
    margin: 0 auto
}

@media (min-width:992px) {
    section.our-culture .culture-image-slider {
        margin: 0
    }
}

section.our-culture .culture-info-slider {
    background: #fff;
    text-align: left;
    border-top: 0;
    margin: 0 auto;
    width: 676px;
    max-width: 100%
}

section.our-culture .culture-info-slider .info {
    padding: 30px
}

@media (min-width:992px) {
    section.our-culture .culture-info-slider .info {
        padding: 80px 60px
    }
}

section.our-culture .culture-info-slider h3 {
    font-size: 22px;
    margin-bottom: 20px;
    font-weight: 600;
    font-family: lato, sans-serif;
    color: #333
}

@media (min-width:992px) {
    section.our-culture .culture-info-slider h3 {
        margin-bottom: 20px
    }
}

section.our-culture .culture-info-slider p {
    font-size: 16px;
    line-height: 25px;
    color: #666
}

@media (min-width:992px) {
    section.our-culture .culture-info-slider {
        position: absolute;
        max-width: 50%;
        box-shadow: 0 0 50px 1px rgba(0, 0, 0, .1);
        right: 0;
        top: 50%;
        transform: translateY(-50%)
    }
}

section.our-culture .slick-dots {
    position: absolute;
    z-index: 0;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%)
}

section.our-culture .slick-dots li {
    display: inline-block;
    margin: 10px
}

section.our-culture .slick-dots li button {
    height: 15px;
    width: 15px;
    padding: 0;
    background: transparent;
    border: 2px solid #0046bb;
    border-radius: 50%;
    text-indent: -9999px
}

section.our-culture .slick-dots li.slick-active button {
    background: #0046bb
}

@media (min-width:992px) {
    section.our-culture .slick-dots {
        left: auto;
        bottom: -50px;
        right: 0;
        transform: translate(0)
    }
}

@media (min-width:1200px) {
    section.our-culture .slick-dots {
        bottom: -100px
    }
}

#nav-icon2,
.critical {
    width: 26px;
    height: 48px;
    position: absolute;
    margin: 50px auto;
    transition: .5s ease-in-out;
    cursor: pointer;
    top: 50px;
    transform: translateY(-50%);
    margin: 0;
    background: transparent;
    padding: 0;
    right: 20px;
    z-index: 99999
}

@media (min-width:768px) {

    #nav-icon2,
    .critical {
        height: 20px;
        top: 35px
    }
}

#nav-icon2 span,
.critical {
    display: block;
    position: absolute;
    height: 2px;
    width: 40%;
    opacity: 1;
    transform: rotate(0deg);
    transition: .25s ease-in-out
}

#nav-icon2 span:nth-child(2n),
.critical {
    left: 39%;
    border-radius: 0 9px 9px 0
}

#nav-icon2 span:nth-child(odd),
.critical {
    left: 0;
    border-radius: 9px 0 0 9px
}

#nav-icon2 span:first-child,
#nav-icon2 span:nth-child(2),
.critical {
    top: 0
}

#nav-icon2 span:nth-child(3),
.critical {
    top: 7px;
    left: 8px !important
}

@media (min-width:768px) {

    #nav-icon2 span:nth-child(3),
    .critical {
        top: 8px
    }
}

#nav-icon2 span:nth-child(4),
.critical {
    top: 7px;
    left: 18px !important
}

@media (min-width:768px) {

    #nav-icon2 span:nth-child(4),
    .critical {
        top: 8px
    }
}

#nav-icon2 span:nth-child(5),
#nav-icon2 span:nth-child(6),
.critical {
    top: 14px
}

@media (min-width:768px) {

    #nav-icon2 span:nth-child(5),
    #nav-icon2 span:nth-child(6),
    .critical {
        top: 16px
    }
}

#nav-icon2.open span:first-child,
#nav-icon2.open span:nth-child(6),
.critical {
    transform: rotate(45deg)
}

#nav-icon2.open span:nth-child(2),
#nav-icon2.open span:nth-child(5),
.critical {
    transform: rotate(-45deg)
}

#nav-icon2.open span:first-child,
.critical {
    left: 4px;
    top: 4px
}

#nav-icon2.open span:nth-child(2),
.critical {
    left: 12px;
    top: 4px
}

#nav-icon2.open span:nth-child(3),
.critical {
    left: -50%;
    opacity: 0
}

#nav-icon2.open span:nth-child(4),
.critical {
    left: 100%;
    opacity: 0
}

#nav-icon2.open span:nth-child(5),
.critical {
    left: 4px;
    top: 11px
}

#nav-icon2.open span:nth-child(6),
.critical {
    left: calc(55% - 2px);
    top: 12px
}

.critical,
.nav-menu-button span {
    background: #43165c !important
}

.open-account-cta {
    padding: 85px 20px 95px;
    background: url(../img/tools/cta-banner.jpg);
    background-position: 50%;
    background-size: cover;
    text-align: center;
    background-attachment: fixed;
    color: #fff
}

.open-account-cta .content {
    width: 770px;
    max-width: 100%;
    margin: 0 auto
}

.open-account-cta .content h2 {
    font-size: 35px;
    margin-bottom: 20px
}

.open-account-cta .content p {
    font-size: 14px;
    line-height: 24px;
    margin-bottom: 40px;
    opacity: .8
}

.open-account-cta .content a.button {
    display: inline-block;
    background: transparent;
    padding: 8px 15px;
    color: #0046bb;
    font-weight: 400;
    border: 2px solid #0046bb;
    margin-top: 0
}

.open-account-cta .content a.button:hover {
    color: #fff
}

@media (min-width:992px) {
    .open-account-cta {
        padding: 80px 10px 100px
    }
}

.demat-card-wrapper .demat-card {
    text-align: center;
    box-shadow: 0 0 40px 5px rgba(0, 0, 0, .1);
    padding: 30px;
    background: #eeebe6;
    transform: translateY(-120px)
}

.demat-card-wrapper .demat-card h3 {
    padding-bottom: 15px
}

@media (min-width:768px) {
    .demat-card-wrapper .demat-card {
        padding: 50px 60px 60px
    }

    .demat-card-wrapper .demat-card h3 {
        padding-bottom: 25px
    }

    .demat-card-wrapper .demat-card p {
        width: 625px;
        max-width: 100%;
        margin: 0 auto
    }
}

section.subscribe-cta {
    padding: 70px 25px;
    text-align: center;
    background: #eeebe6
}

section.subscribe-cta .content {
    width: 770px;
    max-width: 100%;
    margin: 0 auto
}

section.subscribe-cta .content h2 {
    font-size: 35px;
    margin-bottom: 20px
}

section.subscribe-cta .content p {
    font-size: 20px;
    line-height: 1.5;
    width: 70%;
    margin: 0 auto;
    text-align: center;
    font-weight: 500;
    color: #181818;
    margin-bottom: 40px
}

section.subscribe-cta .content p#status-footer {
    margin: 20px auto 0 !important
}

section.subscribe-cta .content form {
    width: auto !important
}

section.subscribe-cta .content a.button {
    border: 2px solid #43165c;
    margin-top: 0;
    float: left !important;
    font-size: 16px;
    background: #43165c;
    letter-spacing: 3px;
    height: 65px !important;
    border-radius: 0 !important;
    display: inline-block;
    padding: 23px 20px !important;
    border-radius: 0;
    color: #fff !important;
    font-weight: 500;
    transition: unset !important
}

@media (max-width:692px) {
    section.subscribe-cta .content a.button {
        width: 100% !important
    }
}

section.subscribe-cta .content a.button:hover {
    color: #fff !important;
    background: #7a26ce !important;
    border: 2px solid #7a26ce
}

section.subscribe-cta .content input {
    padding: 6px 10px !important;
    height: 65px !important;
    width: 72%;
    float: left;
    border-radius: 0 !important;
    box-shadow: none !important;
    background: #fff !important;
    color: #000 !important;
    border: transparent !important
}

@media (max-width:692px) {
    section.subscribe-cta .content input {
        width: 100% !important
    }
}

@media (min-width:992px) {
    section.subscribe-cta {
        padding: 80px 10px 100px
    }
}

.blog-subscribe-cta:after {
    clear: both;
    content: "";
    display: block
}

.blog-subscribe-cta form {
    text-align: center
}

.blog-subscribe-cta form:after {
    clear: both;
    content: "";
    display: block
}

.blog-subscribe-cta form input {
    padding: 6px 10px;
    height: 50px;
    border-radius: 0;
    margin-bottom: 15px;
    box-shadow: none;
    background: transparent;
    color: #fff
}

.blog-subscribe-cta form input:focus,
.blog-subscribe-cta form input:hover {
    box-shadow: none;
    border-color: #0046bb
}

@media (min-width:768px) {
    .blog-subscribe-cta form input {
        width: 400px;
        float: left;
        margin-bottom: 0;
        border-right: 0
    }
}

.blog-subscribe-cta form button.button {
    height: 50px;
    border: 2px solid #0046bb;
    padding: 0 14px;
    background: transparent;
    color: #0046bb;
    border-color: #0046bb;
    font-weight: 700;
    border-radius: 0;
    transition: all .25s ease-in-out;
    font-size: 14px;
    margin: 0 auto;
    display: block;
    text-align: center
}

.blog-subscribe-cta form button.button:focus,
.blog-subscribe-cta form button.button:hover {
    color: #fff
}

@media (min-width:768px) {
    .blog-subscribe-cta form {
        width: 510px;
        margin: 0 auto
    }
}

.blog-subscribe-cta span.close-panel {
    color: #fff;
    font-size: 20px;
    position: absolute;
    right: 20px;
    cursor: pointer
}

.calculators .caclulator-container {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-align: center;
    align-items: center
}

.calculators .caclulator-container .calculator-desc {
    -ms-flex-order: 2;
    order: 2
}

.calculators .caclulator-container .calculator-desc p a {
    color: #0046bb;
    text-decoration: underline
}

@media (min-width:768px) {
    .calculators .caclulator-container .calculator-desc p {
        width: 500px;
        max-width: 100%
    }
}

.calculators .caclulator-container .calculator-img {
    -ms-flex-order: 1;
    order: 1
}

@media (min-width:768px) {

    .calculators .caclulator-container,
    section.calculators:nth-of-type(odd) .caclulator-container {
        -ms-flex-direction: row;
        flex-direction: row
    }

    section.calculators:nth-of-type(odd) .caclulator-container .calculator-desc {
        padding-left: 0;
        -ms-flex-order: 1;
        order: 1
    }

    section.calculators:nth-of-type(odd) .caclulator-container .calculator-img {
        -ms-flex-order: 2;
        order: 2
    }
}

section.calculators:last-of-type {
    padding-bottom: 30px
}

@media (min-width:768px) {
    section.calculators:nth-of-type(2n) .caclulator-container .calculator-desc {
        padding-left: 20px
    }
}

@media (min-width:1000px) {
    section.calculators:nth-of-type(2n) .caclulator-container .calculator-desc {
        padding-left: 50px
    }
}

@media (min-width:1200px) {
    section.calculators:nth-of-type(2n) .caclulator-container .calculator-desc {
        padding-left: 90px
    }
}

.calculators .calculator-desc {
    text-align: center
}

@media (min-width:768px) {
    .calculators .calculator-desc {
        float: left;
        display: block;
        margin-right: 2.3576515979%;
        width: 48.821174201%;
        text-align: left
    }

    .calculators .calculator-desc:last-child {
        margin-right: 0
    }
}

.calculators .calculator-desc h3 {
    font-size: 22px;
    line-height: 29px;
    color: #333;
    padding-bottom: 15px
}

@media (min-width:768px) {
    .calculators .calculator-desc h3 {
        font-size: 22px;
        line-height: 45px;
        padding-bottom: 20px;
        font-weight: 600
    }
}

.calculators .calculator-desc p {
    font-size: 13px;
    line-height: 21px;
    color: #666;
    padding-bottom: 22px
}

@media (min-width:768px) {
    .calculators .calculator-desc p {
        font-size: 16px;
        line-height: 26px;
        padding-bottom: 0
    }
}

.calculators .calculator-desc a.button {
    display: inline-block;
    background: transparent;
    color: #0046bb;
    padding: 15px;
    font-weight: 400;
    border: 2px solid #0046bb;
    transition: all .25s ease;
    margin-top: 0
}

@media (min-width:768px) {
    .calculators .calculator-desc a.button {
        margin-top: 30px
    }
}

.calculators .calculator-desc a.button:hover {
    color: #fff
}

.calculators .calculator-img img {
    padding-bottom: 20px
}

@media (min-width:768px) {
    .calculators .calculator-img {
        float: left;
        display: block;
        margin-right: 2.3576515979%;
        width: 48.821174201%
    }

    .calculators .calculator-img:last-child {
        margin-right: 0
    }

    .calculators .calculator-img img {
        float: right;
        padding-bottom: 0
    }
}

.no-flexbox section.calculators .caclulator-container {
    display: block
}

.no-flexbox section.calculators .caclulator-container:after {
    clear: both;
    content: "";
    display: block
}

.no-flexbox section.calculators .caclulator-container .calculator-desc {
    float: left;
    display: block;
    margin-right: 2.3576515979%;
    width: 48.821174201%;
    padding: 0
}

.no-flexbox section.calculators .caclulator-container .calculator-desc:last-child {
    margin-right: 0
}

.no-flexbox section.calculators .caclulator-container .calculator-img {
    float: left;
    display: block;
    margin-right: 2.3576515979%;
    width: 40.2913699012%;
    margin-left: 8.5298042998%
}

.no-flexbox section.calculators .caclulator-container .calculator-img:last-child {
    margin-right: 0
}

@media (max-width:767px) {
    .calculator-banner {
        height: 200px
    }

    .calculator-banner .heading {
        top: calc(45% + 58px/2)
    }
}

.OPEN-FREE-ACCOUNT:hover {
    text-decoration: none;
    color: #fff
}

.change-list-table {
    background: #f8f8f8;
    padding-top: 60px
}

.table>tbody>tr>th,
.table>tfoot>tr>td,
.table>tfoot>tr>th,
.table>thead>tr>td,
.table>thead>tr>th {
    border-right: 1px solid #ddd;
    border-top: none;
    border-bottom: none
}

.Segment-Price-Rs {
    font-size: 20px;
    font-weight: 900;
    letter-spacing: 1.8px;
    color: #6a6a6a;
    padding-bottom: 50px !important
}

@media (min-width:1025px) and (max-width:1440px) {

    .PRICING,
    .TRADE-FASTERTRADE-SMARTER {
        margin-top: 90px
    }

    .Free-delivery {
        margin-bottom: 30px
    }

    img.twentyicon {
        width: 15%
    }

    .-INTRADAY-FO-CURRENCIES-COMMODITIES {
        top: -15px
    }

    .TRADE-FASTERTRADE-SMARTER {
        font-size: 35px
    }
}

.critical,
.product-wrapper {
    background: url(../img/products/rectangle-9.png) no-repeat;
    background-size: contain
}

.A-complete-product,
.critical {
    font-size: 28px;
    font-weight: 600;
    letter-spacing: 2px;
    text-align: center;
    color: #000;
    margin-bottom: 15px
}

.At-Upstox-we-know,
.critical {
    font-size: 18px;
    line-height: 1.75;
    letter-spacing: .5px;
    text-align: center;
    color: #454545;
    margin-bottom: 35px;
    font-weight: 400
}

.critical,
.explorebtn {
    background-color: #43165c;
    font-size: 18px;
    font-weight: 500;
    letter-spacing: 1.8px;
    text-align: center;
    color: #fff;
    padding: 14px 28px;
    margin-bottom: 20px;
    transition: none
}

.critical:after,
.critical:before,
.critical:hover,
.explorebtn:after,
.explorebtn:before,
.explorebtn:hover {
    background-color: #7a26ce;
    transition: none
}

.critical,
.pricingbtn {
    font-size: 18px;
    font-weight: 500;
    letter-spacing: 1.8px;
    text-align: center;
    color: #43165c;
    padding: 14px 58px;
    background: transparent;
    box-shadow: unset;
    border: 1px solid #43165c
}

.critical:after,
.critical:before,
.critical:hover,
.pricingbtn:after,
.pricingbtn:before,
.pricingbtn:hover {
    transition: none;
    background-color: rgba(122, 38, 206, .1);
    color: #43165c !important
}

@keyframes bounce {

    0%,
    20%,
    50%,
    80%,
    to {
        transform: translateY(0)
    }

    40% {
        transform: translateY(-30px)
    }

    60% {
        transform: translateY(-15px)
    }
}

.arrow {
    position: relative;
    bottom: 0;
    margin: 30px 0
}

.bounce {
    animation: bounce 2s infinite
}

.explorebtn.button:active,
.explorebtn.button:focus,
.explorebtn.button:hover {
    text-decoration: none
}

.Built-around-the-trader {
    font-size: 22px;
    font-weight: 500;
    line-height: 1.79;
    letter-spacing: 1.4px;
    text-align: left;
    color: #454545;
    margin-bottom: 30px
}

.UPSTOX-PRO-MOBILE {
    font-size: 22px;
    font-weight: 600;
    letter-spacing: 2.8px;
    text-align: center;
    color: #43165c
}

.UPSTOX-PRO-MOBILE:hover {
    text-decoration: underline
}

.Built-around {
    font-size: 22px;
    font-weight: 500;
    line-height: 1.79;
    letter-spacing: 1.4px;
    text-align: right;
    color: #454545;
    float: right;
    margin: 30px 0
}

.Logo-upstox-pro {
    margin-bottom: 60px
}

.UPSTOX-PRO-WEB {
    font-size: 22px;
    font-weight: 600;
    letter-spacing: 2.8px;
    text-align: right;
    color: #43165c
}

.UPSTOX-PRO-WEB:hover {
    text-decoration: underline
}

.featured-box {
    background-color: #fffdfd;
    box-shadow: 0 3px 90px 0 rgba(0, 0, 0, .15);
    width: 60%;
    position: relative
}

.featured-box .ribbon-img {
    position: absolute;
    top: 0;
    left: 27px;
    width: 80px
}

.Third-Party-Applications {
    font-size: 40px;
    font-weight: 500;
    letter-spacing: 2px;
    text-align: center;
    color: #000;
    margin: 111px 0 41px
}

.BIGPROFIT {
    color: #e54d11
}

.BIGPROFIT,
.SMALLCASE {
    font-size: 28px;
    font-weight: 500;
    letter-spacing: 2.8px;
    text-align: center;
    margin: 67px 0 53px
}

.SMALLCASE {
    color: #02a9d0
}

.product-container {
    margin: 90px auto
}

.iPhone-6-Plus-white {
    margin-bottom: 30px
}

.box1 {
    margin-top: 80px;
    padding: 60px 30px 60px 40px
}

.box2 {
    margin: 81px 0 0;
    padding: 60px 40px
}

.box2,
.box3 {
    text-align: right;
    float: right
}

.box3 {
    padding: 60px 30px 60px 40px;
    margin-top: 80px
}

.featured-box p {
    font-size: 22px;
    font-weight: 500;
    line-height: 1.71;
    letter-spacing: 1.4px;
    color: #454545;
    margin-bottom: 30px;
    word-wrap: break-word
}

.featured-box p.product-title {
    color: #43165c;
    font-size: 30px
}

.featured-box img {
    margin-bottom: 40px
}

.link {
    font-size: 22px;
    font-weight: 500;
    letter-spacing: 2.8px;
    color: #0046bb
}

.link,
p.paratxt {
    text-align: center
}

p.paratxt {
    font-size: 20px;
    line-height: 1.75;
    letter-spacing: .5px;
    color: #454545;
    margin-bottom: 73px
}

.calltoaction p,
.thirdparty-app {
    text-align: center
}

.calltoaction p {
    font-size: 20px;
    line-height: 1.64;
    letter-spacing: 1.1px;
    color: #262626
}

.openfreeac {
    font-size: 16px;
    font-weight: 700;
    color: #fff;
    background: #43165c;
    padding: 14px 28px;
    transition: none;
    border: none
}

.openfreeac:hover {
    border: none !important
}

.openfreeac:after,
.openfreeac:before {
    background-color: #7a26ce;
    transition: none
}

.calltoaction1 {
    text-align: center
}

.calltoaction1 p {
    margin-bottom: 30px;
    font-weight: 300;
    color: #000
}

.Order-for-300 {
    font-size: 20.1px;
    font-weight: 500;
    line-height: 2.17;
    letter-spacing: .2px;
    text-align: left;
    color: #454545;
    border-radius: 27px;
    background-color: #fff;
    box-shadow: 0 0 115px 27px rgba(31, 33, 37, .2);
    width: 64%;
    padding: 10px 15px 10px 30px;
    position: absolute;
    right: 130px;
    bottom: 71px
}

.Order-for-300:before {
    width: 11px;
    height: 11px;
    background-color: #ef404a;
    content: "";
    float: left;
    border-radius: 50%;
    position: relative;
    top: 16px;
    right: 10px
}

.Dont-have-Upstox {
    font-size: 22px;
    line-height: 1.5;
    letter-spacing: 1.2px;
    text-align: center;
    color: #fff;
    margin-bottom: 30px;
    font-weight: 300
}

.downloadapp {
    background-color: #0046bb;
    padding-top: 70px;
    padding-bottom: 70px
}

.Layer-333 {
    margin-left: 28px
}

.upstox-web-wrapper {
    background-color: #eeebe6;
    padding-top: 56px
}

.Have-you-checked {
    color: #000;
    margin-top: 90px
}

.Go-to-Upstox-Web,
.Have-you-checked {
    font-size: 24px;
    font-weight: 600;
    line-height: 1.5;
    letter-spacing: 1.2px;
    text-align: left
}

.Go-to-Upstox-Web {
    color: #43165c;
    margin-top: 22px;
    float: left
}

.upstox-product-grid {
    width: 100%;
    margin: 0 auto
}

h3.bridge-title {
    color: #0046bb;
    font-size: 28px;
    margin-bottom: 30px
}

h3.bridge-title a {
    color: #0046bb
}

.box1last {
    margin-bottom: 158px
}

.box1last h3 {
    margin-top: 15px
}

.partnerp_ft {
    margin: 0 !important;
    font-size: 14px !important;
    text-transform: uppercase
}

@media (max-width:767px) {
    .upstox-product-grid {
        width: 100%;
        margin: 0 auto
    }

    .box1,
    .box2,
    .box3 {
        float: left
    }

    .Have-you-checked {
        margin-top: 30px;
        font-size: 20px
    }

    .Go-to-Upstox-Web {
        margin-bottom: 30px;
        font-size: 20px
    }

    .product-wrapper {
        background-size: 300%;
        background-position: top
    }

    .A-complete-product {
        font-size: 22px
    }

    .At-Upstox-we-know,
    .explorebtn {
        font-size: 16px
    }

    .explorebtn {
        padding: 14px 19px
    }

    .pricingbtn {
        padding: 14px 47px
    }

    .link,
    .pricingbtn {
        font-size: 16px
    }

    .arrow {
        width: 5%
    }

    .Logo-upstox-pro {
        width: 50%
    }

    .iPhone-6-Plus-white {
        width: 60%
    }

    .pro-web-pic {
        width: 60%;
        margin: 0 auto;
        float: none !important
    }

    .box1 {
        margin-top: 50px
    }

    .box1,
    .box2 {
        padding: 40px 20px
    }

    .box2 {
        margin: 50px 0 !important
    }

    .box3 {
        margin-bottom: 50px;
        padding: 40px 20px
    }
}

@media (min-width:768px) and (max-width:1024px) {
    body.products {
        overflow-x: hidden
    }

    .featured-box {
        width: 75%;
        float: left
    }

    .box2 {
        float: right !important
    }

    .Logo-upstox-pro {
        float: left !important
    }
}

a.link,
a.link:hover {
    color: #43165c
}

.calltoaction {
    background-color: #eeebe6 !important;
    padding-top: 80px;
    padding-bottom: 80px
}

.products_section {
    margin-top: 30px
}

.page-investor-attention .p-90 {
    padding: calc(48px + 42 * ((100vw - 576px) / 1344)) 0
}

.page-investor-attention .pb-90 {
    padding-bottom: calc(48px + 42 * ((100vw - 576px) / 1344))
}

.page-investor-attention .mt-50 {
    margin-top: 50px
}

.page-investor-attention .container {
    max-width: 960px
}

.page-investor-attention .investor-charter-inner_textbox {
    overflow-x: hidden
}

.page-investor-attention .border-bottom {
    border-bottom: 1px solid #eee
}

.page-investor-attention .btn-design {
    background: #41246e;
    border-radius: 8px;
    padding: 16px 32px;
    text-align: center;
    font-size: 14px;
    font-weight: 700;
    min-width: 155px;
    line-height: 20px;
    color: #fff;
    letter-spacing: -.09px
}

.page-investor-attention .btn-design:hover {
    color: #fff;
    background: #7a26ce
}

.page-investor-attention .investor-charter-sec h1,
.page-investor-attention .investor-charter-sec h2,
.page-investor-attention .investor-charter-sec h3,
.page-investor-attention .investor-charter-sec h4,
.page-investor-attention .investor-charter-sec h5,
.page-investor-attention .investor-charter-sec h6 {
    color: #000
}

.page-investor-attention .investor-charter-sec a {
    white-space: normal
}

.page-investor-attention .investor-charter-sec .table-responsive {
    margin-bottom: 20px
}

.page-investor-attention .investor-charter-sec table {
    border-collapse: collapse;
    margin-top: 0;
    width: 100%;
    text-align: left;
    padding: 15px 8px;
    vertical-align: top
}

.page-investor-attention .investor-charter-sec table td,
.page-investor-attention .investor-charter-sec table th {
    text-align: left;
    padding: 12px 15px;
    vertical-align: top;
    border: none;
    color: #000
}

.page-investor-attention .investor-charter-sec table thead tr th,
.page-investor-attention .investor-charter-sec table tr th {
    background-color: #f1f1f1;
    font-weight: 500;
    border: none
}

.page-investor-attention .investor-charter-sec table tr:nth-child(odd) {
    background: #fafafb
}

.page-investor-attention .investor-charter-sec table ol,
.page-investor-attention .investor-charter-sec table ul {
    padding-left: 20px;
    margin-top: 0 !important
}

.page-investor-attention .investor-charter-sec img {
    max-width: 100%
}

.page-investor-attention .investor-charter-sec .text-center {
    text-align: center
}

.page-investor-attention .investor-charter-sec .text-underline {
    text-decoration: underline
}

.page-investor-attention .investor-charter-sec p {
    margin-bottom: 10px !important;
    line-height: 2;
    color: #000
}

.page-investor-attention .investor-charter-sec ol,
.page-investor-attention .investor-charter-sec ul {
    padding-left: 40px;
    margin-top: 16px !important;
    margin-bottom: 16px !important
}

.page-investor-attention .investor-charter-sec ul li {
    list-style-type: disc
}

.page-investor-attention .investor-charter-sec li {
    line-height: 2;
    margin-bottom: 10px;
    color: #000
}

.page-investor-attention .investor-charter-sec h2 {
    font-size: calc(22px + 4 * (100vw - 320px) / 1600);
    margin-bottom: 15px !important
}

.page-investor-attention .investor-charter-sec h2~h2 {
    margin-top: 30px !important
}

.page-investor-attention .investor-charter-sec h3 {
    font-size: calc(20px + 2 * (100vw - 320px) / 1600);
    margin-bottom: 15px !important;
    margin-top: 30px !important
}

.page-investor-attention .investor-charter-sec h4 {
    font-size: calc(18px + 2 * (100vw - 320px) / 1600);
    margin-bottom: 15px !important;
    margin-top: 30px !important
}

.page-investor-attention .investor-charter-sec figure {
    margin: 0 0 20px
}

@media screen and (max-width:767px) {
    .page-investor-attention .table-responsive {
        overflow-x: scroll
    }
}

.critical,
.pressrelease_banner_archive {
    background: #eeebe6;
    margin-top: 70px;
    padding: 45px 0 75px
}

.critical p,
.pressrelease_banner_archive p {
    font-size: 30px;
    font-weight: 600;
    letter-spacing: .2px;
    color: #000;
    margin: 20px 0 0
}

.critical .pressrelease-title,
.pressrelease_banner_archive .pressrelease-title {
    margin: 15px 0;
    padding: 0
}

.critical .pressrelease-title p,
.pressrelease_banner_archive .pressrelease-title p {
    font-size: 30px;
    font-weight: 600;
    letter-spacing: .2px;
    color: #000;
    margin: 20px 0 0
}

.pressrelease-ontainer .home-container {
    padding: 2% 0 !important
}

.pressrelease-ontainer .home-container .pressrelease-title {
    margin: 15px 0
}

.pressrelease-ontainer .home-container .forms-banner {
    min-height: 270px;
    height: 100% !important
}

.pressrelease-ontainer .home-container .forms-banner .heading {
    top: calc(45% + 58px/2) !important
}

.pressrelease-ontainer .home-container .form-fields {
    column-count: 1 !important
}

.pressrelease-ontainer .home-container .form-fields ul {
    margin: 20px 0
}

.pressrelease-ontainer .home-container .form-fields ul li {
    border-bottom: 0;
    margin-bottom: 20px
}

.pressrelease-ontainer .home-container .form-fields ul li:before {
    display: none
}

.pressrelease-ontainer .home-container .form-fields ul li .current-date {
    font-size: 16px;
    display: block;
    margin-bottom: 8px
}

.pressrelease-ontainer .home-container .form-fields ul li a {
    color: rgba(0, 0, 0, .5);
    font-size: 14px;
    padding-top: 0
}

.pressrelease-ontainer .home-container .form-fields ul li a div {
    font-size: 22px;
    font-weight: 600;
    letter-spacing: .2px;
    color: #43165c;
    padding-left: 0 !important
}

.pressrelease-ontainer .home-container .form-fields ul li a img {
    width: 12px;
    margin: -3px 3px 0 0
}

.page-investor-attention .investor-charter-sec {
    padding-top: 0 !important
}

.page-investor-attention .investor-charter-sec .text-center {
    padding-bottom: 60px !important;
    margin: 0
}

@media (max-width:767px) {
    .page-investor-attention .investor-charter-sec .text-center {
        padding-bottom: 48px !important
    }
}

.page-investor-attention table th:first-child {
    width: 9%
}

.page-investor-attention table th:nth-child(2) {
    width: 47%
}

.page-investor-attention table th:nth-child(3) {
    width: 46%
}

.page-investor-attention table td:first-child {
    width: 8%
}

.page-investor-attention table td:nth-child(2),
.page-investor-attention table td:nth-child(3) {
    width: 46%
}

.page-investor-attention table td ol {
    padding-left: 40px !important;
    list-style: decimal !important
}

.page-investor-attention table td ol ol {
    list-style: lower-alpha !important
}

.page-investor-attention table td ol a {
    display: initial
}

.investor-complaint-details .pressrelease-title {
    margin: 15px 0
}

.investor-complaint-details section.pressrelease-ontainer.press-article-sec {
    padding-top: 0
}

@media (max-width:767px) {
    .page-investor-attention table th:first-child {
        min-width: 70px
    }

    .page-investor-attention table td:not(:first-child),
    .page-investor-attention table th:not(:first-child) {
        min-width: 180px !important
    }
}

@media (max-width:600px) and (min-width:320px) {

    .critical .pressrelease-title,
    .pressrelease_banner_archive .pressrelease-title {
        padding: 0 20px
    }

    .pressrelease-ontainer .home-container {
        padding: 0 20px !important
    }

    .pressrelease-ontainer .form-fields {
        padding-top: 2rem
    }
}

main.ipl-base {
    margin-top: 70px
}

main.ipl-base .container {
    max-width: 940px
}

main.ipl-base .container-lg {
    max-width: 1165px
}

main.ipl-base [class*=col-] {
    padding-left: 24px;
    padding-right: 24px
}

main.ipl-base [class*=col-].no-padding {
    padding-left: 0 !important;
    padding-right: 0 !important
}

@media (min-width:768px) {
    main.ipl-base [class*=col-].no-padding-web {
        padding-left: 0 !important;
        padding-right: 0 !important
    }
}

@media (max-width:768px) {
    main.ipl-base [class*=col-].no-padding-mobile {
        padding-left: 0 !important;
        padding-right: 0 !important
    }
}

main.ipl-base .container-fluid {
    padding: 0
}

main.ipl-base .mg-t-8 {
    margin-top: 8px
}

main.ipl-base .mg-t-12,
main.ipl-base .mg-t-16 {
    margin-top: 16px
}

main.ipl-base .mg-t-32 {
    margin-top: 32px
}

main.ipl-base .mg-t-36 {
    margin-top: 36px
}

main.ipl-base .mg-t-64 {
    margin-top: 64px
}

main.ipl-base .mg-t-20 {
    margin-top: 20px
}

main.ipl-base .mg-t-40 {
    margin-top: 40px
}

main.ipl-base .mg-t-24 {
    margin-top: 24px
}

main.ipl-base .pd-t-80 {
    padding-top: 80px
}

@media (max-width:576px) {
    main.ipl-base .pd-t-80 {
        padding-top: 40px
    }
}

main.ipl-base .pd-t-64 {
    padding-top: 64px
}

main.ipl-base .pd-b-80 {
    padding-bottom: 80px
}

main.ipl-base .pd-b-120 {
    padding-bottom: 120px
}

main.ipl-base .pd-t-120 {
    padding-top: 120px
}

@media (max-width:576px) {
    main.ipl-base .pd-t-120 {
        padding-top: 80px
    }
}

main.ipl-base .pd-t-100 {
    padding-top: 100px
}

main.ipl-base .w-100 {
    width: 100%
}

@media (max-width:576px) {
    main.ipl-base .hide-mobile {
        display: none !important
    }
}

main.ipl-base h1,
main.ipl-base h2,
main.ipl-base h3,
main.ipl-base h4,
main.ipl-base h5,
main.ipl-base h6,
main.ipl-base p {
    margin: 0;
    letter-spacing: normal
}

main.ipl-base .bold {
    font-weight: 600
}

main.ipl-base .fw-500 {
    font-weight: 500
}

main.ipl-base .fs-36 {
    font-size: 36px;
    line-height: 47px
}

@media (max-width:576px) {
    main.ipl-base .fs-36 {
        font-size: 24px;
        line-height: 140%
    }
}

main.ipl-base .fs-20 {
    font-size: 20px;
    line-height: 26px
}

@media (max-width:576px) {
    main.ipl-base .fs-20 {
        font-size: 16px;
        line-height: 150%
    }
}

main.ipl-base .fs-28 {
    font-size: 28px;
    line-height: 26px
}

@media (max-width:576px) {
    main.ipl-base .fs-28 {
        font-size: 20px;
        line-height: 26px
    }
}

main.ipl-base .fs-18 {
    font-size: 18px;
    line-height: 32px
}

main.ipl-base .fs-16 {
    font-size: 16px;
    line-height: 28px
}

main.ipl-base .fs-12 {
    font-size: 12px;
    line-height: 16px
}

main.ipl-base .fs-11 {
    font-size: 11px;
    line-height: 14px
}

main.ipl-base .lh-160 {
    line-height: 160%
}

main.ipl-base .lh-150 {
    line-height: 150%
}

main.ipl-base .lh-28 {
    line-height: 28px
}

main.ipl-base .lh-26 {
    line-height: 26px
}

main.ipl-base .lh-36 {
    line-height: 36px
}

main.ipl-base .lh-34 {
    line-height: 34px
}

main.ipl-base .d-inline {
    display: inline
}

main.ipl-base .d-block {
    display: block
}

main.ipl-base .d-none {
    display: none
}

main.ipl-base h1.main-heading {
    font-weight: 600;
    font-size: 36px;
    line-height: 47px;
    letter-spacing: normal
}

main.ipl-base h3.main-subheading {
    font-style: normal;
    font-weight: 400;
    font-size: 36px;
    height: 47px;
    line-height: 47px;
    letter-spacing: normal
}

main.ipl-base h4.fold-header {
    font-weight: 600;
    font-size: 28px;
    line-height: 36px
}

main.ipl-base h5.fold-subheader {
    font-weight: 400;
    font-size: 20px;
    line-height: 160%
}

main.ipl-base .fold-text {
    font-size: 20px;
    line-height: 160%
}

main.ipl-base .small-text {
    font-size: 16px;
    line-height: 28px
}

main.ipl-base .x-small-text {
    font-size: 12px;
    line-height: 16px
}

main.ipl-base .button-height {
    height: 60px;
    line-height: 26px
}

main.ipl-base .bold-button {
    font-weight: 600;
    font-size: 20px;
    line-height: 26px;
    background-color: #43165c;
    border-radius: 100px
}

main.ipl-base .outline-button {
    border-radius: 100px;
    font-size: 16px;
    font-weight: 600;
    text-align: center;
    line-height: 23px;
    padding: 17px;
    display: inline
}

main.ipl-base .outline-button--dark {
    border: 1px solid #fff;
    color: #fff
}

main.ipl-base .outline-button--light {
    border: 1px solid #43165c;
    color: #43165c
}

main.ipl-base .outline-button--dark:hover {
    background-color: #000;
    opacity: .8
}

main.ipl-base .outline-button--light:hover {
    background-color: rgba(122, 38, 206, .1);
    border: 1px solid #7a26ce
}

main.ipl-base .border {
    border: 1px solid #e0e0e0
}

main.ipl-base .blue {
    color: #43165c
}

main.ipl-base .gray {
    color: #4a4a4a
}

main.ipl-base .white {
    color: #fff
}

main.ipl-base .light-gray {
    color: #9b9b9b
}

main.ipl-base .review-color {
    color: rgba(0, 0, 0, .6)
}

main.ipl-base .dark-bg {
    background-color: #081f33
}

main.ipl-base .light-bg {
    background-color: #edeae6
}

main.ipl-base .dark-bg-text {
    color: #fff;
    opacity: .7
}

main.ipl-base .light-bg-text {
    color: #000;
    opacity: .7
}

main.ipl-base .main-button:hover {
    background: #7a26ce !important;
    color: #fff
}

main.ipl-base span.v-divider {
    display: inline-block;
    margin: 0 14px;
    height: 28px;
    vertical-align: middle;
    width: 1px;
    min-width: 1px;
    background-color: #e0e0e0
}

main.ipl-base span.v-divider--big {
    height: 75px
}

main.ipl-base .popup-overlay {
    position: fixed;
    left: 0;
    top: 0;
    height: 100%;
    z-index: 100;
    visibility: hidden;
    opacity: 0;
    -webkit-backdrop-filter: blur(4px);
    backdrop-filter: blur(4px);
    background: rgba(0, 0, 0, .5);
    transition: opacity .25s ease
}

main.ipl-base .popup-overlay,
main.ipl-base .popup-overlay .popup-content {
    width: 100%;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-align: center;
    align-items: center
}

main.ipl-base .popup-overlay .popup-content {
    max-width: 680px;
    margin: 16px;
    height: 500px;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-align: end;
    align-items: flex-end
}

main.ipl-base .popup-overlay .popup-content .popup-close {
    background: transparent;
    margin: 19px 0;
    border: 1px solid #fff;
    padding: 8px 36px;
    text-align: center;
    font-size: 20px;
    line-height: 150%;
    color: #fff
}

main.ipl-base .popup-overlay .popup-content iframe {
    width: 100%;
    height: 100%;
    max-width: 958px;
    max-height: 435px
}

@media (max-width:576px) {
    main.ipl-base .popup-overlay .popup-content iframe {
        max-height: 200px
    }
}

main.ipl-base .offer-points .point {
    display: -ms-flexbox;
    display: flex
}

@media (max-width:1200px) {
    main.ipl-base .offer-points .point {
        -ms-flex-pack: center;
        justify-content: center
    }
}

main.ipl-base .offer-points .point .bullet-icon {
    margin-right: 8px
}

main.ipl-base .join-upstox {
    max-width: 455px;
    margin-top: 53px
}

@media (max-width:1200px) {
    main.ipl-base .join-upstox {
        margin-left: auto;
        margin-right: auto;
        margin-top: 0;
        text-align: center
    }
}

main.ipl-base .button-row {
    max-width: 390px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-pack: justify;
    justify-content: space-between
}

@media (max-width:992px) {
    main.ipl-base .button-row {
        margin-left: auto;
        margin-right: auto
    }
}

main.ipl-base .button-row .cta-width {
    min-width: 187px
}

@media (max-width:576px) {
    main.ipl-base .button-row .cta-width {
        margin-bottom: 16px;
        width: 100%
    }
}

main.ipl-base .col {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column
}

main.ipl-base .d-mobile-only {
    display: none
}

@media (max-width:576px) {
    main.ipl-base .text-center-mobile {
        text-align: center
    }

    main.ipl-base .mg-t-24-mob {
        margin-top: 24px
    }

    main.ipl-base .mg-t-8-mob {
        margin-top: 8px
    }

    main.ipl-base .mg-t-30-mob {
        margin-top: 30px
    }

    main.ipl-base .pd-lr-10-mob {
        padding-left: 10px;
        padding-right: 10px
    }

    main.ipl-base .pd-lr-24-mob {
        padding-left: 24px;
        padding-right: 24px
    }

    main.ipl-base .mg-t-40-mob {
        margin-top: 40px
    }

    main.ipl-base .mt-0-mob {
        margin-top: 0 !important
    }

    main.ipl-base .mobile-header {
        max-width: 280px;
        margin-left: auto;
        margin-right: auto;
        line-height: 150%
    }

    main.ipl-base .d-mobile-only {
        display: block
    }
}

main.upstox-design-base {
    margin-top: 70px
}

main.upstox-design-base :not(i) {
    font-family: Inter !important
}

main.upstox-design-base .container {
    max-width: 960px
}

main.upstox-design-base .container-lg {
    width: 100%;
    max-width: 100%;
    padding-left: 15px;
    padding-right: 15px;
    margin-right: auto;
    margin-left: auto
}

@media (min-width:1080px) {
    main.upstox-design-base .container-lg {
        max-width: 1080px
    }
}

main.upstox-design-base [class*=col-] {
    padding-left: 15px;
    padding-right: 15px
}

main.upstox-design-base [class*=col-].no-padding {
    padding-left: 0 !important;
    padding-right: 0 !important
}

@media (min-width:1080px) {
    main.upstox-design-base [class*=col-].no-padding-left-web {
        padding-left: 0 !important
    }
}

@media (min-width:1080px) {
    main.upstox-design-base [class*=col-].no-padding-right-web {
        padding-right: 0 !important
    }
}

@media (min-width:1080px) {
    main.upstox-design-base [class*=col-].no-padding-web {
        padding-left: 0 !important;
        padding-right: 0 !important
    }
}

@media (max-width:1080px) {
    main.upstox-design-base [class*=col-].no-padding-mobile {
        padding-left: 0 !important;
        padding-right: 0 !important
    }
}

main.upstox-design-base .container-fluid {
    padding: 0
}

main.upstox-design-base .w-100 {
    width: 100%
}

main.upstox-design-base .mw-100 {
    max-width: 100%
}

main.upstox-design-base .mg-t-0 {
    margin-top: 0
}

main.upstox-design-base .mg-b-0 {
    margin-bottom: 0
}

main.upstox-design-base .mg-t-8 {
    margin-top: 8px
}

main.upstox-design-base .mg-t-12 {
    margin-top: 12px
}

main.upstox-design-base .mg-t-16 {
    margin-top: 16px
}

main.upstox-design-base .mg-t-20 {
    margin-top: 20px
}

main.upstox-design-base .mg-t-24 {
    margin-top: 24px
}

main.upstox-design-base .mg-t-32 {
    margin-top: 32px
}

main.upstox-design-base .mg-t-36 {
    margin-top: 36px
}

main.upstox-design-base .mg-t-40 {
    margin-top: 40px
}

main.upstox-design-base .mg-t-64 {
    margin-top: 64px
}

main.upstox-design-base .p-64 {
    padding: calc(32px + 32 * ((100vw - 576px) / 1344)) 0
}

main.upstox-design-base .pt-64 {
    padding-top: calc(32px + 32 * ((100vw - 576px) / 1344))
}

main.upstox-design-base .pb-64 {
    padding-bottom: calc(32px + 32 * ((100vw - 576px) / 1344))
}

main.upstox-design-base .p-90 {
    padding: calc(48px + 42 * ((100vw - 576px) / 1344)) 0
}

main.upstox-design-base .pt-90 {
    padding-top: calc(48px + 42 * ((100vw - 576px) / 1344))
}

main.upstox-design-base .pb-90 {
    padding-bottom: calc(48px + 42 * ((100vw - 576px) / 1344))
}

main.upstox-design-base .p-180 {
    padding: calc(96px + 84 * ((100vw - 576px) / 1344)) 0
}

main.upstox-design-base .pt-180 {
    padding-top: calc(96px + 84 * ((100vw - 576px) / 1344))
}

main.upstox-design-base .pb-180 {
    padding-bottom: calc(96px + 84 * ((100vw - 576px) / 1344))
}

@media (max-width:576px) {
    main.upstox-design-base .pd-y-sm-25 {
        padding: 0 25px
    }
}

main.upstox-design-base .pd-t-64 {
    padding-top: 64px
}

main.upstox-design-base .pd-t-80 {
    padding-top: 80px
}

@media (max-width:576px) {
    main.upstox-design-base .pd-t-80 {
        padding-top: 40px
    }
}

main.upstox-design-base .pd-t-100 {
    padding-top: 100px
}

main.upstox-design-base .pd-t-120 {
    padding-top: 120px
}

@media (max-width:576px) {
    main.upstox-design-base .pd-t-120 {
        padding-top: 80px
    }
}

main.upstox-design-base .pd-b-80 {
    padding-bottom: 80px
}

@media (max-width:576px) {
    main.upstox-design-base .pd-b-80 {
        padding-bottom: 40px
    }
}

main.upstox-design-base .pd-b-120 {
    padding-bottom: 120px
}

@media (max-width:576px) {
    main.upstox-design-base .pd-b-120 {
        padding-bottom: 80px
    }
}

@media (max-width:576px) {
    main.upstox-design-base .hide-mobile {
        display: none !important
    }
}

main.upstox-design-base h1,
main.upstox-design-base h2,
main.upstox-design-base h3,
main.upstox-design-base h4,
main.upstox-design-base h5,
main.upstox-design-base h6,
main.upstox-design-base p {
    margin: 0;
    letter-spacing: normal
}

main.upstox-design-base .text-uppercase {
    -webkit-text-decoration: uppercase;
    text-decoration: uppercase
}

main.upstox-design-base .float-right {
    float: right
}

main.upstox-design-base .opacity-50 {
    opacity: .5
}

main.upstox-design-base .text-underline {
    text-decoration: underline
}

main.upstox-design-base .blue {
    color: #41246e
}

main.upstox-design-base .white {
    color: #fff
}

main.upstox-design-base .blackColor {
    color: #000
}

main.upstox-design-base .light-bg {
    background: #edeae6
}

main.upstox-design-base .headingColor {
    color: #262626
}

main.upstox-design-base .headingTextColor {
    color: #6a6a6a
}

main.upstox-design-base .bg-light-orange {
    background-color: #ffeacf
}

main.upstox-design-base .color-light-orange {
    color: #eca74e
}

main.upstox-design-base .subtitleColor {
    color: #db542a
}

main.upstox-design-base .bg-dark-orange {
    background-color: #ff9c7f
}

main.upstox-design-base .color-dark-orange {
    color: #933c22
}

main.upstox-design-base .bg-green {
    background-color: #7acece
}

main.upstox-design-base .bgLightPurple {
    background-color: #afa8e1
}

main.upstox-design-base .color-green {
    color: #186767
}

main.upstox-design-base .bold {
    font-weight: 600
}

main.upstox-design-base .fw-500 {
    font-weight: 500
}

main.upstox-design-base .fw-600 {
    font-weight: 600
}

main.upstox-design-base .fw-700 {
    font-weight: 700
}

main.upstox-design-base .fw-800 {
    font-weight: 800
}

main.upstox-design-base .fs-96 {
    font-size: 85px;
    line-height: 102px
}

@media screen and (max-width:1600px) and (min-width:1200px) {
    main.upstox-design-base .fs-96 {
        font-size: 64px;
        line-height: 80px
    }
}

@media (max-width:1200px) {
    main.upstox-design-base .fs-96 {
        font-size: 54px;
        line-height: 80px
    }
}

@media (max-width:576px) {
    main.upstox-design-base .fs-96 {
        font-size: 32px;
        line-height: 48px
    }
}

main.upstox-design-base .fs-80 {
    font-size: 80px;
    line-height: 90px
}

@media (max-width:576px) {
    main.upstox-design-base .fs-80 {
        font-size: 40px;
        line-height: 50px
    }
}

main.upstox-design-base .fs-70 {
    font-size: 70px;
    line-height: 80px
}

@media (max-width:576px) {
    main.upstox-design-base .fs-70 {
        font-size: 28px;
        line-height: 35px
    }
}

main.upstox-design-base .fs-60 {
    font-size: 60px;
    line-height: 63px
}

@media (max-width:576px) {
    main.upstox-design-base .fs-60 {
        font-size: 28px;
        line-height: 35px
    }
}

main.upstox-design-base .fs-56 {
    font-size: 56px;
    line-height: 62px
}

@media (max-width:576px) {
    main.upstox-design-base .fs-56 {
        font-size: 25px;
        line-height: 35px
    }
}

main.upstox-design-base .fs-45 {
    font-size: 45px;
    line-height: 54px
}

@media (max-width:576px) {
    main.upstox-design-base .fs-45 {
        font-size: 22px;
        line-height: 35px
    }
}

main.upstox-design-base .fs-48 {
    font-size: 48px;
    line-height: 56px;
    letter-spacing: -1.07px
}

@media (max-width:576px) {
    main.upstox-design-base .fs-48 {
        font-size: 32px;
        line-height: 40px;
        letter-spacing: -.69px
    }
}

main.upstox-design-base .fs-30 {
    font-size: 30px;
    line-height: 45px
}

@media (max-width:576px) {
    main.upstox-design-base .fs-30 {
        font-size: 20px;
        line-height: 28px
    }
}

main.upstox-design-base .fs-32 {
    font-size: 32px;
    line-height: 40px
}

main.upstox-design-base .fs-36 {
    font-size: 36px;
    line-height: 47px
}

@media (max-width:576px) {
    main.upstox-design-base .fs-36 {
        font-size: 24px;
        line-height: 140%
    }
}

main.upstox-design-base .fs-20 {
    font-size: 20px;
    line-height: 32px
}

main.upstox-design-base .fs-22 {
    font-size: 22px;
    line-height: 35px
}

@media (max-width:576px) {
    main.upstox-design-base .fs-22 {
        font-size: 18px;
        line-height: 25px
    }
}

main.upstox-design-base .fs-25 {
    font-size: 25px;
    line-height: 50px
}

@media (max-width:576px) {
    main.upstox-design-base .fs-25 {
        font-size: 12px;
        line-height: 25px
    }
}

main.upstox-design-base .fs-28 {
    font-size: 28px;
    line-height: 26px
}

@media (max-width:576px) {
    main.upstox-design-base .fs-28 {
        font-size: 20px;
        line-height: 26px
    }
}

main.upstox-design-base .fs-18 {
    font-size: 18px;
    line-height: 39px
}

main.upstox-design-base .fs-16 {
    font-size: 16px;
    line-height: 28px
}

@media (max-width:576px) {
    main.upstox-design-base .fs-16 {
        font-size: 12px;
        line-height: 20px
    }
}

main.upstox-design-base .fs-12 {
    font-size: 12px;
    line-height: 16px
}

main.upstox-design-base .fs-14 {
    font-size: 14px;
    line-height: 20px
}

@media (max-width:576px) {
    main.upstox-design-base .fs-14 {
        line-height: 17px
    }
}

main.upstox-design-base .fs-11 {
    font-size: 11px;
    line-height: 14px
}

main.upstox-design-base .d-inline {
    display: inline
}

main.upstox-design-base .d-block {
    display: block
}

main.upstox-design-base .d-none {
    display: none
}

main.upstox-design-base .d-flex {
    display: -ms-flexbox;
    display: flex
}

@media (min-width:767px) {
    main.upstox-design-base .d-md-flex {
        display: -ms-flexbox;
        display: flex
    }
}

@media (min-width:576px) {
    main.upstox-design-base .d-sm-flex {
        display: -ms-flexbox;
        display: flex
    }
}

main.upstox-design-base .justify-content-center {
    -ms-flex-pack: center;
    justify-content: center
}

main.upstox-design-base .align-items-center {
    -ms-flex-align: center;
    align-items: center
}

main.upstox-design-base .btn-design {
    background: #41246e;
    border-radius: 8px;
    padding: 16px 32px;
    text-align: center;
    font-size: 14px;
    font-weight: 700;
    min-width: 155px;
    line-height: 20px;
    color: #fff;
    letter-spacing: -.09px
}

@media (max-width:576px) {
    main.upstox-design-base .btn-design {
        padding: 16px 15px;
        font-size: 16px;
        line-height: 20px;
        display: block
    }
}

main.upstox-design-base .btn-design.btn-white {
    background: #fff;
    color: #41246e
}

main.upstox-design-base .btn-design.btn-white:hover {
    color: #fff !important
}

main.upstox-design-base .btn-design:hover {
    color: #fff;
    background: #7a26ce
}

main.upstox-design-base .btn-design.bg-transparent,
main.upstox-design-base .btn-design.bg-transparent:hover {
    background: transparent;
    color: #41246e;
    border: 1px solid #41246e
}

main.upstox-design-base span.v-divider {
    display: inline-block;
    margin: 0 14px;
    height: 28px;
    vertical-align: middle;
    width: 1px;
    min-width: 1px;
    background-color: #e0e0e0
}

main.upstox-design-base span.v-divider--big {
    height: 75px
}

main.upstox-design-base .popup-overlay {
    position: fixed;
    left: 0;
    top: 0;
    height: 100%;
    z-index: 100;
    visibility: hidden;
    opacity: 0;
    -webkit-backdrop-filter: blur(4px);
    backdrop-filter: blur(4px);
    background: rgba(0, 0, 0, .5);
    transition: opacity .25s ease
}

main.upstox-design-base .popup-overlay,
main.upstox-design-base .popup-overlay .popup-content {
    width: 100%;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-align: center;
    align-items: center
}

main.upstox-design-base .popup-overlay .popup-content {
    max-width: 680px;
    margin: 16px;
    height: 500px;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-align: end;
    align-items: flex-end
}

main.upstox-design-base .popup-overlay .popup-content .popup-close {
    background: transparent;
    margin: 19px 0;
    border: 1px solid #fff;
    padding: 8px 36px;
    text-align: center;
    font-size: 20px;
    line-height: 150%;
    color: #fff
}

main.upstox-design-base .popup-overlay .popup-content iframe {
    width: 100%;
    height: 100%;
    max-width: 958px;
    max-height: 435px
}

@media (max-width:576px) {
    main.upstox-design-base .popup-overlay .popup-content iframe {
        max-height: 200px
    }
}

@media (max-width:576px) {
    main.upstox-design-base .mg-t-24-mob {
        margin-top: 24px
    }

    main.upstox-design-base .mg-t-8-mob {
        margin-top: 8px
    }

    main.upstox-design-base .mg-t-30-mob {
        margin-top: 30px
    }

    main.upstox-design-base .pd-lr-10-mob {
        padding-left: 10px;
        padding-right: 10px
    }

    main.upstox-design-base .pd-lr-24-mob {
        padding-left: 24px;
        padding-right: 24px
    }

    main.upstox-design-base .mg-t-40-mob {
        margin-top: 40px
    }

    main.upstox-design-base .mt-0-mob {
        margin-top: 0 !important
    }

    main.upstox-design-base .mobile-header {
        max-width: 280px;
        margin-left: auto;
        margin-right: auto;
        line-height: 150%
    }
}

main.upstox-design-base .buttons-group-sec {
    margin-top: 32px
}

@media (max-width:576px) {
    main.upstox-design-base .buttons-group-sec {
        margin-top: 16px
    }
}

main.upstox-design-base .buttons-group-sec .buttons-group {
    -ms-flex-pack: center;
    justify-content: center
}

main.upstox-design-base .buttons-group-sec .buttons-group>a {
    margin: 0 8px;
    width: 100%;
    background: #fff;
    border: 1px solid #41246e;
    color: #41246e;
    font-weight: 500;
    border-radius: 40px
}

main.upstox-design-base .buttons-group-sec .buttons-group>a:hover {
    background: rgba(122, 38, 206, .1)
}

@media (max-width:576px) {
    main.upstox-design-base .buttons-group-sec .buttons-group {
        -ms-flex-direction: column;
        flex-direction: column
    }

    main.upstox-design-base .buttons-group-sec .buttons-group>a {
        margin: 0 0 8px
    }

    main.upstox-design-base .buttons-group-sec .buttons-group>a:last-child {
        margin-bottom: 0
    }
}

main.upstox-design-upinvest-base {
    margin-top: 70px
}

main.upstox-design-upinvest-base * {
    font-family: Inter !important;
    box-sizing: border-box
}

main.upstox-design-upinvest-base figure {
    margin: 0
}

main.upstox-design-upinvest-base a,
main.upstox-design-upinvest-base a:hover {
    text-decoration: none
}

main.upstox-design-upinvest-base ol,
main.upstox-design-upinvest-base ul {
    list-style: none;
    padding: 0
}

main.upstox-design-upinvest-base .container {
    max-width: 960px;
    width: 100%
}

@media (min-width:1441px) {
    main.upstox-design-upinvest-base .container {
        max-width: 1366px
    }
}

main.upstox-design-upinvest-base .container-lg {
    width: 100%;
    max-width: 100%;
    padding-left: 15px;
    padding-right: 15px;
    margin-right: auto;
    margin-left: auto
}

@media (min-width:1024px) {
    main.upstox-design-upinvest-base .container-lg {
        max-width: 1080px
    }
}

main.upstox-design-upinvest-base [class*=col-] {
    padding-left: 15px;
    padding-right: 15px
}

main.upstox-design-upinvest-base [class*=col-].no-padding {
    padding-left: 0 !important;
    padding-right: 0 !important
}

@media (min-width:1024px) {
    main.upstox-design-upinvest-base [class*=col-].no-padding-left-web {
        padding-left: 0 !important
    }
}

@media (min-width:1024px) {
    main.upstox-design-upinvest-base [class*=col-].no-padding-right-web {
        padding-right: 0 !important
    }
}

@media (min-width:1024px) {
    main.upstox-design-upinvest-base [class*=col-].no-padding-web {
        padding-left: 0 !important;
        padding-right: 0 !important
    }
}

@media (max-width:1024px) {
    main.upstox-design-upinvest-base [class*=col-].no-padding-mobile {
        padding-left: 0 !important;
        padding-right: 0 !important
    }
}

main.upstox-design-upinvest-base .container-fluid {
    padding: 0
}

main.upstox-design-upinvest-base .w-100 {
    width: 100%
}

main.upstox-design-upinvest-base .mw-100 {
    max-width: 100%
}

main.upstox-design-upinvest-base .mg-t-8 {
    margin-top: 8px
}

main.upstox-design-upinvest-base .mg-t-12 {
    margin-top: 12px
}

main.upstox-design-upinvest-base .mg-t-16 {
    margin-top: 16px
}

main.upstox-design-upinvest-base .mg-b-16 {
    margin-bottom: 16px
}

main.upstox-design-upinvest-base .mg-t-20 {
    margin-top: 20px
}

main.upstox-design-upinvest-base .mg-t-24 {
    margin-top: 24px
}

main.upstox-design-upinvest-base .mg-t-32 {
    margin-top: 32px
}

main.upstox-design-upinvest-base .mg-t-36 {
    margin-top: 36px
}

main.upstox-design-upinvest-base .mg-t-40 {
    margin-top: 40px
}

main.upstox-design-upinvest-base .mg-t-64 {
    margin-top: 64px
}

main.upstox-design-upinvest-base .mg-t-90 {
    margin-top: 90px
}

main.upstox-design-upinvest-base .mg-b-24 {
    margin-bottom: 24px
}

main.upstox-design-upinvest-base .mg-b-32 {
    margin-bottom: 32px
}

main.upstox-design-upinvest-base .pt-32 {
    padding-top: 32px
}

main.upstox-design-upinvest-base .p-64 {
    padding: calc(32px + 32 * ((100vw - 576px) / 1344)) 0
}

main.upstox-design-upinvest-base .pt-64 {
    padding-top: calc(32px + 32 * ((100vw - 576px) / 1344))
}

main.upstox-design-upinvest-base .pb-64 {
    padding-bottom: calc(32px + 32 * ((100vw - 576px) / 1344))
}

main.upstox-design-upinvest-base .p-80 {
    padding: calc(48px + 32 * ((100vw - 576px) / 1344)) 0
}

main.upstox-design-upinvest-base .pt-80 {
    padding-top: calc(48px + 32 * ((100vw - 576px) / 1344))
}

main.upstox-design-upinvest-base .pb-80 {
    padding-bottom: calc(48px + 32 * ((100vw - 576px) / 1344))
}

main.upstox-design-upinvest-base .p-90 {
    padding: calc(48px + 42 * ((100vw - 576px) / 1344)) 0
}

main.upstox-design-upinvest-base .pt-90 {
    padding-top: calc(48px + 42 * ((100vw - 576px) / 1344))
}

main.upstox-design-upinvest-base .pb-90 {
    padding-bottom: calc(48px + 42 * ((100vw - 576px) / 1344))
}

main.upstox-design-upinvest-base .p-140 {
    padding: calc(96px + 44 * ((100vw - 576px) / 1344))
}

main.upstox-design-upinvest-base .pt-140 {
    padding-top: calc(96px + 44 * ((100vw - 576px) / 1344))
}

main.upstox-design-upinvest-base .pb-140 {
    padding-bottom: calc(96px + 44 * ((100vw - 576px) / 1344))
}

main.upstox-design-upinvest-base .p-160 {
    padding: calc(96px + 64 * ((100vw - 576px) / 1344)) 0
}

main.upstox-design-upinvest-base .pt-160 {
    padding-top: calc(96px + 64 * ((100vw - 576px) / 1344))
}

main.upstox-design-upinvest-base .pb-160 {
    padding-bottom: calc(96px + 64 * ((100vw - 576px) / 1344))
}

main.upstox-design-upinvest-base .p-180 {
    padding: calc(96px + 84 * ((100vw - 576px) / 1344)) 0
}

main.upstox-design-upinvest-base .pt-180 {
    padding-top: calc(96px + 84 * ((100vw - 576px) / 1344))
}

main.upstox-design-upinvest-base .pb-180 {
    padding-bottom: calc(96px + 84 * ((100vw - 576px) / 1344))
}

@media (max-width:576px) {
    main.upstox-design-upinvest-base .pd-y-sm-25 {
        padding: 0 25px
    }
}

main.upstox-design-upinvest-base .pd-t-64 {
    padding-top: 64px
}

main.upstox-design-upinvest-base .pd-t-80 {
    padding-top: 80px
}

@media (max-width:576px) {
    main.upstox-design-upinvest-base .pd-t-80 {
        padding-top: 40px
    }
}

main.upstox-design-upinvest-base .pd-t-100 {
    padding-top: 100px
}

main.upstox-design-upinvest-base .pd-t-120 {
    padding-top: 120px
}

@media (max-width:576px) {
    main.upstox-design-upinvest-base .pd-t-120 {
        padding-top: 80px
    }
}

main.upstox-design-upinvest-base .pd-b-80 {
    padding-bottom: 80px
}

@media (max-width:576px) {
    main.upstox-design-upinvest-base .pd-b-80 {
        padding-bottom: 40px
    }
}

main.upstox-design-upinvest-base .pd-b-120 {
    padding-bottom: 120px
}

@media (max-width:576px) {
    main.upstox-design-upinvest-base .pd-b-120 {
        padding-bottom: 80px
    }
}

@media (max-width:576px) {
    main.upstox-design-upinvest-base .hide-mobile {
        display: none !important
    }
}

main.upstox-design-upinvest-base h1,
main.upstox-design-upinvest-base h2,
main.upstox-design-upinvest-base h3,
main.upstox-design-upinvest-base h4,
main.upstox-design-upinvest-base h5,
main.upstox-design-upinvest-base h6,
main.upstox-design-upinvest-base p {
    margin: 0;
    letter-spacing: normal
}

main.upstox-design-upinvest-base .text-uppercase {
    -webkit-text-decoration: uppercase;
    text-decoration: uppercase
}

main.upstox-design-upinvest-base .float-right {
    float: right
}

main.upstox-design-upinvest-base .opacity-50 {
    opacity: .5
}

main.upstox-design-upinvest-base .text-underline {
    text-decoration: underline
}

main.upstox-design-upinvest-base .blue {
    color: #41246e
}

main.upstox-design-upinvest-base .white {
    color: #fff
}

main.upstox-design-upinvest-base .blackColor {
    color: #000
}

main.upstox-design-upinvest-base .light-bg {
    background: #edeae6
}

main.upstox-design-upinvest-base .headingColor {
    color: #262626
}

main.upstox-design-upinvest-base .headingTextColor {
    color: #6a6a6a
}

main.upstox-design-upinvest-base .bg-light-orange {
    background-color: #ffeacf
}

main.upstox-design-upinvest-base .color-light-orange {
    color: #eca74e
}

main.upstox-design-upinvest-base .subtitleColor {
    color: #db542a
}

main.upstox-design-upinvest-base .bg-dark-orange {
    background-color: #ff9c7f
}

main.upstox-design-upinvest-base .color-dark-orange {
    color: #933c22
}

main.upstox-design-upinvest-base .bg-green {
    background-color: #7acece
}

main.upstox-design-upinvest-base .bgLightPurple {
    background-color: #afa8e1
}

main.upstox-design-upinvest-base .color-green {
    color: #186767
}

main.upstox-design-upinvest-base .bold {
    font-weight: 600
}

main.upstox-design-upinvest-base .fw-500 {
    font-weight: 500
}

main.upstox-design-upinvest-base .fw-600 {
    font-weight: 600
}

main.upstox-design-upinvest-base .fw-700 {
    font-weight: 700
}

main.upstox-design-upinvest-base .fw-800 {
    font-weight: 800
}

main.upstox-design-upinvest-base .fs-80 {
    font-size: 80px;
    line-height: 90px
}

@media (max-width:576px) {
    main.upstox-design-upinvest-base .fs-80 {
        font-size: 40px;
        line-height: 50px
    }
}

main.upstox-design-upinvest-base .fs-70 {
    font-size: 70px;
    line-height: 80px
}

@media (max-width:576px) {
    main.upstox-design-upinvest-base .fs-70 {
        font-size: 28px;
        line-height: 35px
    }
}

main.upstox-design-upinvest-base .fs-60 {
    font-size: 60px;
    line-height: 63px
}

@media (max-width:576px) {
    main.upstox-design-upinvest-base .fs-60 {
        font-size: 28px;
        line-height: 35px
    }
}

main.upstox-design-upinvest-base .fs-56 {
    font-size: 56px;
    line-height: 62px
}

@media (max-width:576px) {
    main.upstox-design-upinvest-base .fs-56 {
        font-size: 25px;
        line-height: 35px
    }
}

main.upstox-design-upinvest-base .fs-45 {
    font-size: 45px;
    line-height: 54px
}

@media (max-width:576px) {
    main.upstox-design-upinvest-base .fs-45 {
        font-size: 22px;
        line-height: 35px
    }
}

main.upstox-design-upinvest-base .fs-48 {
    font-size: 48px;
    line-height: 56px;
    letter-spacing: -1.07px
}

@media (max-width:576px) {
    main.upstox-design-upinvest-base .fs-48 {
        font-size: 32px;
        line-height: 40px;
        letter-spacing: -.69px
    }
}

main.upstox-design-upinvest-base .fs-30 {
    font-size: 30px;
    line-height: 45px
}

@media (max-width:576px) {
    main.upstox-design-upinvest-base .fs-30 {
        font-size: 20px;
        line-height: 28px
    }
}

main.upstox-design-upinvest-base .fs-32 {
    font-size: 32px;
    line-height: 40px
}

main.upstox-design-upinvest-base .fs-36 {
    font-size: 36px;
    line-height: 47px
}

@media (max-width:576px) {
    main.upstox-design-upinvest-base .fs-36 {
        font-size: 24px;
        line-height: 140%
    }
}

main.upstox-design-upinvest-base .fs-20 {
    font-size: 20px;
    line-height: 32px
}

main.upstox-design-upinvest-base .fs-22 {
    font-size: 22px;
    line-height: 35px
}

@media (max-width:576px) {
    main.upstox-design-upinvest-base .fs-22 {
        font-size: 18px;
        line-height: 25px
    }
}

main.upstox-design-upinvest-base .fs-24 {
    font-size: 24px;
    line-height: 32px;
    color: #444
}

@media (max-width:576px) {
    main.upstox-design-upinvest-base .fs-24 {
        font-size: 18px;
        line-height: 25px
    }
}

main.upstox-design-upinvest-base .fs-25 {
    font-size: 25px;
    line-height: 50px
}

@media (max-width:576px) {
    main.upstox-design-upinvest-base .fs-25 {
        font-size: 12px;
        line-height: 25px
    }
}

main.upstox-design-upinvest-base .fs-28 {
    font-size: 28px;
    line-height: 26px
}

@media (max-width:576px) {
    main.upstox-design-upinvest-base .fs-28 {
        font-size: 20px;
        line-height: 26px
    }
}

main.upstox-design-upinvest-base .fs-18 {
    font-size: 18px;
    line-height: 39px
}

main.upstox-design-upinvest-base .fs-16 {
    font-size: 16px;
    line-height: 28px
}

@media (max-width:576px) {
    main.upstox-design-upinvest-base .fs-16 {
        font-size: 12px;
        line-height: 20px
    }
}

main.upstox-design-upinvest-base .fs-12 {
    font-size: 12px;
    line-height: 16px
}

main.upstox-design-upinvest-base .fs-14 {
    font-size: 14px;
    line-height: 20px
}

@media (max-width:576px) {
    main.upstox-design-upinvest-base .fs-14 {
        line-height: 17px
    }
}

main.upstox-design-upinvest-base .fs-11 {
    font-size: 11px;
    line-height: 14px
}

main.upstox-design-upinvest-base .d-inline {
    display: inline
}

main.upstox-design-upinvest-base .d-block {
    display: block
}

main.upstox-design-upinvest-base .d-none {
    display: none
}

main.upstox-design-upinvest-base .d-flex {
    display: -ms-flexbox;
    display: flex
}

@media (min-width:767px) {
    main.upstox-design-upinvest-base .d-md-flex {
        display: -ms-flexbox;
        display: flex
    }
}

@media (min-width:576px) {
    main.upstox-design-upinvest-base .d-sm-flex {
        display: -ms-flexbox;
        display: flex
    }
}

main.upstox-design-upinvest-base .justify-content-center {
    -ms-flex-pack: center;
    justify-content: center
}

main.upstox-design-upinvest-base .align-items-center {
    -ms-flex-align: center;
    align-items: center
}

main.upstox-design-upinvest-base .btn-design {
    background: #41246e;
    border-radius: 8px;
    padding: 16px 32px;
    text-align: center;
    font-size: 14px;
    font-weight: 700;
    min-width: 155px;
    line-height: 20px;
    color: #fff;
    letter-spacing: -.09px
}

@media (max-width:576px) {
    main.upstox-design-upinvest-base .btn-design {
        padding: 16px 15px;
        font-size: 16px;
        line-height: 20px;
        display: block
    }
}

main.upstox-design-upinvest-base .btn-design.btn-white {
    background: #fff;
    color: #41246e
}

main.upstox-design-upinvest-base .btn-design.btn-white:hover {
    color: #fff !important
}

main.upstox-design-upinvest-base .btn-design:hover {
    color: #fff;
    background: #7a26ce
}

main.upstox-design-upinvest-base .btn-design.bg-transparent,
main.upstox-design-upinvest-base .btn-design.bg-transparent:hover {
    background: transparent;
    color: #41246e;
    border: 1px solid #41246e
}

main.upstox-design-upinvest-base span.v-divider {
    display: inline-block;
    margin: 0 14px;
    height: 28px;
    vertical-align: middle;
    width: 1px;
    min-width: 1px;
    background-color: #e0e0e0
}

main.upstox-design-upinvest-base span.v-divider--big {
    height: 75px
}

main.upstox-design-upinvest-base .popup-overlay {
    position: fixed;
    left: 0;
    top: 0;
    height: 100%;
    z-index: 100;
    visibility: hidden;
    opacity: 0;
    -webkit-backdrop-filter: blur(4px);
    backdrop-filter: blur(4px);
    background: rgba(0, 0, 0, .5);
    transition: opacity .25s ease
}

main.upstox-design-upinvest-base .popup-overlay,
main.upstox-design-upinvest-base .popup-overlay .popup-content {
    width: 100%;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-align: center;
    align-items: center
}

main.upstox-design-upinvest-base .popup-overlay .popup-content {
    max-width: 680px;
    margin: 16px;
    height: 500px;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-align: end;
    align-items: flex-end
}

main.upstox-design-upinvest-base .popup-overlay .popup-content .popup-close {
    background: transparent;
    margin: 19px 0;
    border: 1px solid #fff;
    padding: 8px 36px;
    text-align: center;
    font-size: 20px;
    line-height: 150%;
    color: #fff
}

main.upstox-design-upinvest-base .popup-overlay .popup-content iframe {
    width: 100%;
    height: 100%;
    max-width: 958px;
    max-height: 435px
}

@media (max-width:576px) {
    main.upstox-design-upinvest-base .popup-overlay .popup-content iframe {
        max-height: 200px
    }
}

@media (max-width:576px) {
    main.upstox-design-upinvest-base .mg-t-24-mob {
        margin-top: 24px
    }

    main.upstox-design-upinvest-base .mg-t-8-mob {
        margin-top: 8px
    }

    main.upstox-design-upinvest-base .mg-t-30-mob {
        margin-top: 30px
    }

    main.upstox-design-upinvest-base .pd-lr-10-mob {
        padding-left: 10px;
        padding-right: 10px
    }

    main.upstox-design-upinvest-base .pd-lr-24-mob {
        padding-left: 24px;
        padding-right: 24px
    }

    main.upstox-design-upinvest-base .mg-t-40-mob {
        margin-top: 40px
    }

    main.upstox-design-upinvest-base .mt-0-mob {
        margin-top: 0 !important
    }

    main.upstox-design-upinvest-base .mobile-header {
        max-width: 280px;
        margin-left: auto;
        margin-right: auto;
        line-height: 150%
    }
}

.kb-banner .container {
    position: absolute;
    top: calc(50% + 58px/2);
    left: 50%;
    transform: translate(-50%, -50%);
    color: #000;
    width: 490px;
    max-width: 100%;
    padding: 0 20px
}

.footer-links .widget h3 {
    color: #fff;
    font-weight: 300;
    font-size: 1em;
    line-height: 1.5;
    margin-bottom: 25px
}

body.terms-of-use-and-privacy-policy,
body.trust-security {
    padding: 0;
    margin: 0
}

body.terms-of-use-and-privacy-policy .contact-info,
body.terms-of-use-and-privacy-policy .container,
body.terms-of-use-and-privacy-policy .critical,
body.terms-of-use-and-privacy-policy footer .container,
body.trust-security .contact-info,
body.trust-security .container,
body.trust-security .critical,
body.trust-security footer .container {
    max-width: 1200px
}

article.blog-article {
    min-height: 200px
}

.cta-result {
    font-size: 14px;
    color: #0046bb;
    text-align: center;
    display: none;
    padding-top: 10px
}

.cta-result.error {
    color: #fff
}

.cta-block:after {
    clear: both
}

.cta-result.cta-homepage {
    color: red
}

.email-suggestion {
    text-align: left;
    font-size: 10px;
    display: none;
    color: #000
}

.email-suggestion a {
    color: #000
}

.email-suggestion a,
.email-suggestion a:hover {
    text-decoration: underline
}

.post-meta .meta-row {
    width: 100%;
    overflow: right
}

.post-meta .meta-row .a2a_kit {
    float: right;
    line-height: 0 !important
}

.blog-subscribe-cta .button {
    height: 50px;
    width: 180px;
    border: 2px solid #0046bb;
    padding: 0 14px;
    background: transparent;
    color: #0046bb;
    border-color: #0046bb;
    font-weight: 700;
    border-radius: 0;
    transition: all .25s ease-in-out;
    font-size: 14px
}

.blog-subscribe-cta .button:focus,
.blog-subscribe-cta .button:hover {
    color: #fff
}

.map-location {
    position: relative;
    top: 0;
    left: 0;
    width: 100%;
    height: 500px;
    z-index: 0
}

@media (min-width:768px) {
    .map-location {
        width: 50%;
        float: left;
        height: 395px
    }
}

@media (min-width:992px) {
    .map-location {
        width: 50%
    }
}

article.blog-article {
    position: relative
}

.critical .upstox-logo,
header.navigation .upstox-logo {
    position: absolute;
    top: 53%;
    left: 0;
    transform: translateY(-50%)
}

@media (max-width:991px) {

    .critical .upstox-logo,
    header.navigation .upstox-logo {
        top: 47%;
        left: 20px
    }
}

.contact-error {
    font-size: 12px;
    display: inline;
    margin-left: 20px;
    color: #e74c3c
}

.contact-submit {
    display: inline-block;
    width: 150px;
    padding: 14px 28px;
    background: #43165c;
    color: #fff;
    border-radius: 100px !important;
    transition: all .25s ease-in-out;
    font-weight: 600;
    font-size: 16px;
    text-align: center
}

.contact-submit:active,
.contact-submit:focus,
.contact-submit:hover {
    color: #fff;
    background: #7a26ce !important
}

.contact-submit.progress {
    opacity: .5;
    height: 100% !important
}

.contact-form form.form .input-group.full-width {
    width: 100%
}

.alignnone {
    margin: 5px 20px 20px 0
}

.aligncenter,
div.aligncenter {
    display: block;
    margin: 5px auto
}

.alignright {
    float: right;
    margin: 5px 0 20px 20px
}

.alignleft {
    float: left;
    margin: 5px 20px 20px 0
}

a img.alignright {
    float: right;
    margin: 5px 0 20px 20px
}

a img.alignleft,
a img.alignnone {
    margin: 5px 20px 20px 0
}

a img.alignleft {
    float: left
}

a img.aligncenter {
    display: block;
    margin-left: auto;
    margin-right: auto
}

.wp-caption {
    background: #fff;
    border: 1px solid #f0f0f0;
    max-width: 96%;
    padding: 5px 3px 10px;
    text-align: center
}

.wp-caption.alignleft,
.wp-caption.alignnone {
    margin: 5px 20px 20px 0
}

.wp-caption.alignright {
    margin: 5px 0 20px 20px
}

.wp-caption img {
    border: 0 none;
    height: auto;
    margin: 0;
    max-width: 100%;
    padding: 0 2px;
    width: auto
}

.wp-caption p.wp-caption-text {
    font-size: 11px;
    line-height: 17px;
    margin: 0;
    padding: 0 4px 5px
}

.screen-reader-text {
    clip: rect(1px, 1px, 1px, 1px);
    position: absolute !important;
    height: 1px;
    width: 1px;
    overflow: hidden
}

.screen-reader-text:focus {
    background-color: #f1f1f1;
    border-radius: 3px;
    box-shadow: 0 0 2px 2px rgba(0, 0, 0, .6);
    clip: auto !important;
    color: #21759b;
    display: block;
    font-size: 14px;
    font-size: .875rem;
    font-weight: 700;
    height: auto;
    left: 5px;
    line-height: normal;
    padding: 15px 23px 14px;
    text-decoration: none;
    top: 5px;
    width: auto;
    z-index: 100000
}

/*# sourceMappingURL=main.css.map */